Type alias MultisigAddSpendingLimitInstructionAccounts
MultisigAddSpendingLimitInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
configAuthority: web3.PublicKey;
multisig: web3.PublicKey;
rentPayer: web3.PublicKey;
spendingLimit: web3.PublicKey;
systemProgram?: web3.PublicKey;
}
Type declaration
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
configAuthority: web3.PublicKey
multisig: web3.PublicKey
rentPayer: web3.PublicKey
spendingLimit: web3.PublicKey
Optional
systemProgram?: web3.PublicKey
Accounts required by the multisigAddSpendingLimit instruction