AllocateInput
type AllocateInput<TAccountNewAccount> = {
newAccount: TransactionSigner<TAccountNewAccount>;
space: AllocateInstructionDataArgs["space"];
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountNewAccount extends string | string |
Properties
newAccount
newAccount: TransactionSigner<TAccountNewAccount>;space
space: AllocateInstructionDataArgs["space"];