Struct ethcore_rpc::v1::ParityClient [] [src]

pub struct ParityClient<C, M, S: ?Sized, U> where C: MiningBlockChainClient, M: MinerService, S: SyncProvider, U: UpdateService { /* fields omitted */ }

Parity implementation.

Methods

impl<C, M, S: ?Sized, U> ParityClient<C, M, S, U> where C: MiningBlockChainClient, M: MinerService, S: SyncProvider, U: UpdateService
[src]

Creates new ParityClient.

Trait Implementations

impl<C, M, S: ?Sized, U> Parity for ParityClient<C, M, S, U> where M: MinerService + 'static, C: MiningBlockChainClient + 'static, S: SyncProvider + 'static, U: UpdateService + 'static
[src]

Requests metadata

Returns accounts information.

Returns default account for dapp.

Returns current transactions limit.

Returns minimal gas price for transaction to be included in queue.

Returns mining extra data.

Returns mining gas floor target.

Returns mining gas floor cap.

Returns latest logs

Returns logs levels

Returns chain name

Returns peers details

Returns network port

Returns node name

Returns the value of the registrar for this network.

Returns rpc settings

Returns default extra data

Returns distribution of gas price in latest blocks.

Returns number of unsigned transactions waiting in the signer queue (if signer enabled) Returns error when signer is disabled Read more

Returns a cryptographically random phrase sufficient for securely seeding a secret key.

Returns whatever address would be derived from the given phrase if it were to seed a brainwallet.

Returns all addresses if Fat DB is enabled (--fat-db), or null if not.

Returns all storage keys of the given address (first parameter) if Fat DB is enabled (--fat-db), or null if not. Read more

Encrypt some data with a public key under ECIES. First parameter is the 512-byte destination public key, second is the message. Read more

Returns all pending transactions from transaction queue.

Returns all future transactions from transaction queue.

Returns propagation statistics on transactions pending in the queue.

Returns a list of current and past local transactions with status details.

Returns current Trusted Signer port or an error if signer is disabled.

Returns current Dapps Server port or an error if dapps server is disabled.

Returns current Dapps Server interface address or an error if dapps server is disabled.

Returns next nonce for particular sender. Should include all transactions in the queue.

Get the mode. Results one of: "active", "passive", "dark", "offline".

Get the enode of this node.

Returns information on current consensus capability.

Get our version information in a nice object.

Get information concerning the latest releases if available.

Get the current chain status.

Transform this into an IoDelegate, automatically wrapping the parameters. Read more