Type alias ParsedAddressTableLookup

ParsedAddressTableLookup: {
    accountKey: PublicKey;
    readonlyIndexes: number[];
    writableIndexes: number[];
}

A parsed address table lookup

Type declaration

  • accountKey: PublicKey

    Address lookup table account key

  • readonlyIndexes: number[]

    Parsed instruction info

  • writableIndexes: number[]

    Parsed instruction info

Generated using TypeDoc