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