AddressLookupTableAccount constructor

const AddressLookupTableAccount({
  1. required Pubkey key,
  2. required AddressLookupTableState state,
})

Implementation

const AddressLookupTableAccount({
  required this.key,
  required this.state,
});