AddressLookupCreateLookupTableLayout constructor

const AddressLookupCreateLookupTableLayout({
  1. required BigInt recentSlot,
  2. required int bumpSeed,
})

Constructs the layout with required parameters.

Implementation

const AddressLookupCreateLookupTableLayout({
  required this.recentSlot,
  required this.bumpSeed,
});