RevokeInstructionAccounts: {
    holder: web3.PublicKey;
    holderTokenAccount: web3.PublicKey;
    mint: web3.PublicKey;
    mintManager: web3.PublicKey;
    tokenProgram?: web3.PublicKey;
}

Accounts required by the Revoke instruction

Property

mintManager

Property

mint

Property

holderTokenAccount

Property

holder

Type declaration

  • holder: web3.PublicKey
  • holderTokenAccount: web3.PublicKey
  • mint: web3.PublicKey
  • mintManager: web3.PublicKey
  • Optional tokenProgram?: web3.PublicKey

Generated using TypeDoc