Interface DefaultAccountStateInstructionData

TODO: docs

interface DefaultAccountStateInstructionData {
    accountState: AccountState;
    defaultAccountStateInstruction: DefaultAccountStateInstruction;
    instruction: DefaultAccountStateExtension;
}

Properties

accountState: AccountState
defaultAccountStateInstruction: DefaultAccountStateInstruction

Generated using TypeDoc