Type Alias alloy_contract::DynCallBuilder

source ·
pub type DynCallBuilder<T, P, N = Ethereum> = CallBuilder<T, P, Function, N>;
Expand description

CallBuilder using a Function as the call decoder.

Aliased Type§

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

Fields§

§provider: P

The provider.

Implementations§

source§

impl<T: Transport + Clone, P: Provider<T, N>, N: Network> DynCallBuilder<T, P, N>

source

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

Clears the decoder, returning a raw call builder.