Type alias MultisigCreateV2InstructionAccounts
MultisigCreateV2InstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
createKey: web3.PublicKey;
creator: web3.PublicKey;
multisig: web3.PublicKey;
programConfig: web3.PublicKey;
systemProgram?: web3.PublicKey;
treasury: web3.PublicKey;
}
Type declaration
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
createKey: web3.PublicKey
creator: web3.PublicKey
multisig: web3.PublicKey
programConfig: web3.PublicKey
Optional
systemProgram?: web3.PublicKey
treasury: web3.PublicKey
Accounts required by the multisigCreateV2 instruction