Type Alias forc_test::setup::ContractDeploymentSetup
source · pub type ContractDeploymentSetup = (ContractId, Checked<Create>);Expand description
Result of preparing a deployment transaction setup for a contract.
pub type ContractDeploymentSetup = (ContractId, Checked<Create>);Result of preparing a deployment transaction setup for a contract.