gill
gill/programs/system/Type aliases

AllocateInput

type AllocateInput<TAccountNewAccount> = {
  newAccount: TransactionSigner<TAccountNewAccount>;
  space: AllocateInstructionDataArgs["space"];
};

Type Parameters

Type ParameterDefault type
TAccountNewAccount extends stringstring

Properties

newAccount

newAccount: TransactionSigner<TAccountNewAccount>;

space

space: AllocateInstructionDataArgs["space"];

On this page