gill
gill/programs/system/Type aliases

CreateAccountWithSeedInstructionDataArgs

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

Properties

amount

amount: number | bigint;

base

base: Address;

programAddress

programAddress: Address;

seed

seed: string;

space

space: number | bigint;

On this page