Module multiversx_sc::abi
source · Structs§
- Deisgned to hold metadata of the contract crate. Must be instanced inside the smart contract crate to work, that is why a
create
associated method would not make sense here. - An explicit enum is an enum that gets serialized by name instead of discriminant.
- Gives the multiversx-sc metadata. Should be instanced via the
create
associated function.