UpdateMintManagerInstructionAccounts: {
    authority: web3.PublicKey;
    mintManager: web3.PublicKey;
    payer: web3.PublicKey;
    ruleset: web3.PublicKey;
    systemProgram?: web3.PublicKey;
}

Accounts required by the UpdateMintManager instruction

Property

mintManager

Property

ruleset

Property

authority

Property

signer] payer

Type declaration

  • authority: web3.PublicKey
  • mintManager: web3.PublicKey
  • payer: web3.PublicKey
  • ruleset: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey

Generated using TypeDoc