pub struct TracesClient<C> { /* private fields */ }
Expand description

Traces api implementation.

Implementations

Creates new Traces client.

Trait Implementations

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 all given calls and returns a number of possible traces for each of 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.

Executes all the transactions at the given block and returns a number of possible traces for each transaction.

Create an IoDelegate, wiring rpc calls to the trait methods.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.