[−][src]Module spl_token::state
State transition types
Structs
Account | Account data. |
Mint | Mint data. |
Multisig | Multisignature data. |
Enums
AccountState | Account state. |
Traits
IsInitialized | Check is a token state is initialized |
Functions
unpack | Unpacks a token state from a bytes buffer while assuring that the state is initialized. |
unpack_unchecked | Unpacks a token state from a bytes buffer without checking that the state is initialized. |