gill
gill/programs/system/Type aliases

CreateAccountWithSeedInstructionData

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

Properties

amount

amount: bigint;

base

base: Address;

discriminator

discriminator: number;

programAddress

programAddress: Address;

seed

seed: string;

space

space: bigint;

On this page