@solana/web3.js
    Preparing search index...

    Type Alias ParsedAddressTableLookup

    A parsed address table lookup

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

    Address lookup table account key

    readonlyIndexes: number[]

    Parsed instruction info

    writableIndexes: number[]

    Parsed instruction info