pub type CallBuilderFinal<E, Args, RetType, Abi> = CallBuilder<E, Set<Call>, Set<ExecutionInput<Args, Abi>>, Set<ReturnType<RetType>>>;
Expand description
Represents an initialized contract message builder.
Aliased Typeยง
struct CallBuilderFinal<E, Args, RetType, Abi> { /* private fields */ }