Module state

Source
Expand description

State transition types

Structs§

Account
Account data.
Mint
Mint data.
Multisig
Multisignature data.

Enums§

AccountState
Account state.

Traits§

PackedSizeOf
Simplified version of the Pack trait which only gives the size of the packed struct. Useful when a function doesn’t need a type to implement all of Pack, but a size is still needed.