Struct ethcore_rpc::v1::TracesClient [] [src]

pub struct TracesClient<C, M> where C: BlockChainClient, M: MinerService { /* fields omitted */ }

Traces api implementation.

Methods

impl<C, M> TracesClient<C, M> where C: BlockChainClient, M: MinerService
[src]

Creates new Traces client.

Trait Implementations

impl<C, M> Traces for TracesClient<C, M> where C: BlockChainClient + 'static, M: MinerService + 'static
[src]

Returns traces matching given filter.

Returns all traces produced at given block.

Returns all traces of given transaction.

Returns transaction trace at given index.

Executes the given call and returns a number of possible traces for it.

Executes the given raw transaction and returns a number of possible traces for it.

Executes the transaction with the given hash and returns a number of possible traces for it.

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