gill

AddressLookupTableSeeds

type AddressLookupTableSeeds = {
  authority: Address;
  recentSlot: number | bigint;
};

Properties

authority

authority: Address;

The address of the LUT's authority


recentSlot

recentSlot: number | bigint;

The recent slot associated with the LUT

On this page