Modules§
Structs§
- Address
- Logically the same as
u128
, but aligned to8
bytes instead of16
. - Balance
- Logically the same as
u128
, but aligned to8
bytes instead of16
. - Custom
Contract Error Code - Exit
Code - Shard
Index - Shard index
Enums§
Constants§
- MAX_
CODE_ SIZE - Max allowed size of the contract code
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 ContractTrait
and includes constants related to trait definition.