Type alias AddressLookupTableState

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

Type declaration

  • addresses: PublicKey[]
  • Optional authority?: PublicKey
  • deactivationSlot: bigint
  • lastExtendedSlot: number
  • lastExtendedSlotStartIndex: number

Generated using TypeDoc