gill
gill/programs/system/Type aliases

AllocateWithSeedInstructionData

type AllocateWithSeedInstructionData = {
  base: Address;
  discriminator: number;
  programAddress: Address;
  seed: string;
  space: bigint;
};

Properties

base

base: Address;

discriminator

discriminator: number;

programAddress

programAddress: Address;

seed

seed: string;

space

space: bigint;

On this page