Type alias BatchExecuteTransactionInstructionAccounts
BatchExecuteTransactionInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
batch: web3.PublicKey;
member: web3.PublicKey;
multisig: web3.PublicKey;
proposal: web3.PublicKey;
transaction: web3.PublicKey;
}
Type declaration
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
batch: web3.PublicKey
member: web3.PublicKey
multisig: web3.PublicKey
proposal: web3.PublicKey
transaction: web3.PublicKey
Accounts required by the batchExecuteTransaction instruction