gill

CreateLookupTableInstructionDataArgs

type CreateLookupTableInstructionDataArgs = {
  bump: number;
  recentSlot: number | bigint;
};

Properties

bump

bump: number;

recentSlot

recentSlot: number | bigint;

On this page