Type Alias SystemInstructionType

SystemInstructionType:
    | "AdvanceNonceAccount"
    | "Allocate"
    | "AllocateWithSeed"
    | "Assign"
    | "AssignWithSeed"
    | "AuthorizeNonceAccount"
    | "Create"
    | "CreateWithSeed"
    | "InitializeNonceAccount"
    | "Transfer"
    | "TransferWithSeed"
    | "WithdrawNonceAccount"
    | "UpgradeNonceAccount"

An enumeration of valid SystemInstructionType's