pub type CreateBuilderPartial<E, ContractRef, Args, R, Abi> = CreateBuilder<E, ContractRef, Set<LimitParamsV2>, Set<ExecutionInput<Args, Abi>>, Set<ReturnType<R>>, Abi>;
Expand description
The type returned from ContractRef
constructors, partially initialized with the
execution input arguments.
Aliased Typeยง
struct CreateBuilderPartial<E, ContractRef, Args, R, Abi> { /* private fields */ }