Type alias ConfigTransactionAccountsCloseInstructionAccounts

ConfigTransactionAccountsCloseInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    multisig: web3.PublicKey;
    proposal: web3.PublicKey;
    rentCollector: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    transaction: web3.PublicKey;
}

Accounts required by the configTransactionAccountsClose instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • multisig: web3.PublicKey
  • proposal: web3.PublicKey
  • rentCollector: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • transaction: web3.PublicKey

Generated using TypeDoc