AddressLookupTableState constructor

const AddressLookupTableState({
  1. int typeIndex = 1,
  2. required BigInt deactivationSlot,
  3. required BigInt lastExtendedSlot,
  4. required int lastExtendedSlotStartIndex,
  5. required Pubkey? authority,
  6. required List<Pubkey> addresses,
})

Implementation

const AddressLookupTableState({
  this.typeIndex = 1,
  required this.deactivationSlot,
  required this.lastExtendedSlot,
  required this.lastExtendedSlotStartIndex,
  required this.authority,
  required this.addresses,
});