type CreateAccountInput<TAccountPayer, TAccountNewAccount> = {
lamports: CreateAccountInstructionDataArgs["lamports"];
newAccount: TransactionSigner<TAccountNewAccount>;
payer: TransactionSigner<TAccountPayer>;
programAddress: CreateAccountInstructionDataArgs["programAddress"];
space: CreateAccountInstructionDataArgs["space"];
};
lamports: CreateAccountInstructionDataArgs["lamports"];
newAccount: TransactionSigner<TAccountNewAccount>;
payer: TransactionSigner<TAccountPayer>;
programAddress: CreateAccountInstructionDataArgs["programAddress"];
space: CreateAccountInstructionDataArgs["space"];