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

    Type Alias LoadedAddresses

    Collection of addresses loaded by a transaction using address table lookups

    type LoadedAddresses = {
        readonly: PublicKey[];
        writable: PublicKey[];
    }
    Index
    readonly: PublicKey[]
    writable: PublicKey[]