gill
gill/programs/system/Type aliases

AllocateWithSeedInstructionDataArgs

type AllocateWithSeedInstructionDataArgs = {
  base: Address;
  programAddress: Address;
  seed: string;
  space: number | bigint;
};

Properties

base

base: Address;

programAddress

programAddress: Address;

seed

seed: string;

space

space: number | bigint;

On this page