Modules§
Structs§
Enums§
Constants§
- HOST_
CALL_ FN - Function name used to make calls from guest to host
- HOST_
CALL_ FN_ IMPORT - Import function name used to make calls from guest to host
- MAX_
CODE_ SIZE - Max allowed size of the contract code
- MAX_
TOTAL_ METHOD_ ARGS - Max number of arguments in a method.
- METADATA_
STATIC_ NAME_ PREFIX - The name of the static variable that contains contract metadata
Traits§
- Contract
- A trait that indicates the struct is a contact.
- Contract
Trait - A trait that indicates the implementation of a contract trait by a contract.
- Contract
Trait Definition - A trait that is implemented for
dyn ContractTraitand includes constants related to trait definition.