You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

This process tool plugin is able to perform various functions by the Hedera Token Service, for tokens minted on the Hedera DLT, e.g.: association, grant KYC, token burn, etc.

Plugin Properties

Configure Hedera Token Management Tool

NameDescription
Operator IDPaste in your operator account ID, according to the selected network type.
Operator Key

Paste in your operator account private key, according to the selected network type.

Network Type

Select the network you are working on:

  • Mainnet
  • Previewnet
  • Testnet
"Mainnet" uses real-world value. Please use "Previewnet" or "Testnet" for testing purposes.

Token Management

NameDescription
Operation Type

Available operations are:

  • Associate
  • Dissociate
  • Grant KYC
  • Revoke KYC
  • Freeze
  • Unfreeze
  • Wipe
  • Pause
  • Unpause
  • Delete
  • Burn

For more info on these operations, see: https://docs.hedera.com/hedera/sdks-and-apis/hedera-api/token-service

Form

Select a form to retrieve data from.

All fields from the selected form will be made available for field mapping in the sections below.

Token ID

The ID of an existing token that you wish to apply the selected operation with.

Transaction Memo

Insert your own custom note for transactions. Also accepts Hash Variable.

Target Account ID

This property is only applicable when Operation Type is Associate, Dissociate, Grant KYC, Revoke KYC, Freeze, Unfreeze, Wipe.

The account to apply the selected operation type to.

Target Account Mnemonic Phrase

Mnemonic phrase of the target account.

Only accepts Hash Variable that points to the target account's encrypted stored mnemonic phrase.

Caution

Account Mnemonic Phrase MUST be strictly secured at all times, and only viewable to the intended user.

Do NOT key in the plain-text mnemonic phrase here.

Anyone who possesses this phrase has full unrestricted control and can do irreparable damage!











Store Response To Workflow Variable

NameDescription
Is Transaction Validated

To indicate if this transaction has been successfully validated.

Consensus TimestampTo store the timestamp of when the majority of the network members received the transaction. At this point, the transaction becomes final and verifiable.
Transaction IDTo store the transaction ID of the transaction performed.
Transaction Explorer URLTo store an auto-generated URL to check transaction details on a public ledger explorer. Default is Hashscan.



  • No labels