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