pub fn new_contract_deploy<SA, OriginalResult>(
to: ManagedOption<SA, ManagedAddress<SA>>,
) -> ContractDeploy<SA, OriginalResult>where
SA: CallTypeApi + 'static,
Expand description
Syntactical sugar to help macros to generate code easier.
Unlike calling ContractDeploy::<SA>::new
, here types can be inferred from the context.