Interface DefaultAccountState

DefaultAccountState as stored by the program

interface DefaultAccountState {
    state: AccountState;
}

Properties

Properties

Default AccountState in which new accounts are initialized

Generated using TypeDoc