pub trait BaseState: Pack + IsInitialized {
    const ACCOUNT_TYPE: AccountType;
}
Expand description

Trait for base states, specifying the associated enum

Required Associated Constants

Associated extension type enum, checked at the start of TLV entries

Implementors