gill

CreateLookupTableInstructionData

type CreateLookupTableInstructionData = {
  bump: number;
  discriminator: number;
  recentSlot: bigint;
};

Properties

bump

bump: number;

discriminator

discriminator: number;

recentSlot

recentSlot: bigint;

On this page