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§
struct SolCallBuilder<P, C, N = Ethereum> {
pub provider: P,
/* private fields */
}
Fields§
§provider: P
The provider.
Implementations§
Source§impl<P: Provider<N>, C: SolCall, N: Network> SolCallBuilder<P, C, N>
impl<P: Provider<N>, C: SolCall, N: Network> SolCallBuilder<P, C, N>
Sourcepub fn clear_decoder(self) -> RawCallBuilder<P, N>
pub fn clear_decoder(self) -> RawCallBuilder<P, N>
Clears the decoder, returning a raw call builder.