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

    Type Alias AddressLookupTableState

    type AddressLookupTableState = {
        addresses: PublicKey[];
        authority?: PublicKey;
        deactivationSlot: bigint;
        lastExtendedSlot: number;
        lastExtendedSlotStartIndex: number;
    }
    Index
    addresses: PublicKey[]
    authority?: PublicKey
    deactivationSlot: bigint
    lastExtendedSlot: number
    lastExtendedSlotStartIndex: number