Enum ss_ewasm_api::CreateResult [−][src]
pub enum CreateResult {
Successful(Address),
Failure,
Revert,
Unknown,
}
Expand description
Enum describing the result of create
. On success, the data contained is the address of the
newly created contract.
Variants
Successful(Address)
Tuple Fields
0: Address