Trait spl_token_2022::extension::BaseState
source · pub trait BaseState: PackedSizeOf + IsInitialized {
const ACCOUNT_TYPE: AccountType;
}
Expand description
Trait for base states, specifying the associated enum
Required Associated Constants§
sourceconst ACCOUNT_TYPE: AccountType
const ACCOUNT_TYPE: AccountType
Associated extension type enum, checked at the start of TLV entries
Object Safety§
This trait is not object safe.