Type Alias DynCallBuilder

Source
pub type DynCallBuilder<P, N = Ethereum> = CallBuilder<P, Function, N>;
Expand description

CallBuilder using a Function as the call decoder.

Aliased Type§

struct DynCallBuilder<P, N = Ethereum> {
    pub provider: P,
    /* private fields */
}

Fields§

§provider: P

The provider.

Implementations§

Source§

impl<P: Provider<N>, N: Network> DynCallBuilder<P, N>

Source

pub fn clear_decoder(self) -> RawCallBuilder<P, N>

Clears the decoder, returning a raw call builder.