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.
Enums§
Traits§
- Implemented for all types that can end up in the ABI:
- Indicates that 2 types have the same encoding, so they can be used interchangeably in proxies.