pub type DynCallBuilder<P, N = Ethereum> = CallBuilder<P, Function, N>;Expand description
CallBuilder using a Function as the call decoder.
Aliased Type§
pub struct DynCallBuilder<P, N = Ethereum> {
pub provider: P,
/* private fields */
}Fields§
§provider: PThe provider.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.