AddressLookupTable
type AddressLookupTable = {
addresses: Address[];
authority: Option<Address>;
deactivationSlot: bigint;
discriminator: number;
lastExtendedSlot: bigint;
lastExtendedSlotStartIndex: number;
padding: number;
};Properties
addresses
addresses: Address[];authority
authority: Option<Address>;deactivationSlot
deactivationSlot: bigint;discriminator
discriminator: number;lastExtendedSlot
lastExtendedSlot: bigint;lastExtendedSlotStartIndex
lastExtendedSlotStartIndex: number;padding
padding: number;