pub type SolCallBuilder<P, C, N = Ethereum> = CallBuilder<P, PhantomData<C>, N>;Expand description
CallBuilder using a SolCall type as the call decoder.
Aliased Type§
pub struct SolCallBuilder<P, C, N = Ethereum> {
pub provider: P,
/* private fields */
}Fields§
§provider: PThe provider.
Trait Implementations§
Source§impl<P: Provider<N>, C: SolCall, N: Network> MulticallItem for SolCallBuilder<P, C, N>
impl<P: Provider<N>, C: SolCall, N: Network> MulticallItem for SolCallBuilder<P, C, N>
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.