pub fn constructor_exec_input<E, ContractRef, Args: AbiEncodeWith<Abi>, R, Abi>(
builder: CreateBuilderPartial<E, ContractRef, Args, R, Abi>,
) -> Vec<u8> ⓘwhere
E: Environment,
Expand description
Get the encoded constructor arguments from the partially initialized CreateBuilder