Action: {
    altAccounts?: AddressLookupTableAccount[];
    err: string | null;
    instructions: TransactionInstruction[];
}

Night Market action object.

Contains the instructions and error message of a transaction.

Type declaration

  • Optional altAccounts?: AddressLookupTableAccount[]

    A list of ALT accounts required by instructions

  • err: string | null

    An error message, if encountered

  • instructions: TransactionInstruction[]

    A list of the instructions in the transaction

Generated using TypeDoc