Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
This process tool plugin is able to perform various functions by the Hedera Token Service, for tokens minted on the Hedera DLT, e.g.: associationassociate, grant KYC, token burn, etc.
...
Name | Description | |||||
---|---|---|---|---|---|---|
Operator ID | Paste in your operator account ID, according to the selected network typeSee Hedera Default Backend Configuration. | |||||
Operator Key | Paste in your operator account private key, according to the selected network type. | |||||
Network Type | Select the network you are working on:
|
Name | Description | |||||
---|---|---|---|---|---|---|
Operation Type | Available operations are:
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 | This property is only applicable when Operation Type is Associate or Dissociate. Mnemonic phrase of the target account. Only accepts Hash Variable that points to the target account's encrypted stored mnemonic phrase.
| |||||
KYC Account Mnemonic Phrase | This property is only applicable when Operation Type is Grant KYC or Revoke KYC. Mnemonic phrase of the account that holds the KYC key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Freeze Account Mnemonic Phrase | This property is only applicable when Operation Type is Freeze or Unfreeze. Mnemonic phrase of the account that holds the freeze key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Wipe Account Mnemonic Phrase | This property is only applicable when Operation Type is Wipe. Mnemonic phrase of the account that holds the wipe key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Wipe Token Type | This property is only applicable when Operation Type is Wipe. Select the token type to wipe from the target account:
| |||||
Amount of Tokens to Wipe | This property is only applicable when Operation Type is Wipe & Wipe Token Type is Fungible Token. Amount of fungible tokens to wipe from the target account. Wiped tokens are burned and will decrease the token's total supply. | |||||
NFT Serial Number to Wipe | This property is only applicable when Operation Type is Wipe & Wipe Token Type is Non-fungible Token. The serial number of the NFT to wipe from the target account. Expects an integer value (e.g.: 1). | |||||
Pause Account Mnemonic Phrase | This property is only applicable when Operation Type is Pause or Unpause. Mnemonic phrase of the account that holds the pause key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Admin Account Mnemonic Phrase | This property is only applicable when Operation Type is Delete. Mnemonic phrase of the account that holds the admin key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Supply Account Mnemonic Phrase | This property is only applicable when Operation Type is Burn. Mnemonic phrase of the account that holds the supply key of the defined token. Only accepts Hash Variable that points to the encrypted stored mnemonic phrase. | |||||
Burn Token Type | This property is only applicable when Operation Type is Burn. Select the token type to burn from existing supply:
| |||||
Amount to Burn | This property is only applicable when Operation Type is Burn & Burn Token Type is Fungible Token. Amount of fungible tokens to burn from existing supply. | |||||
NFT Serial Number to Burn | This property is only applicable when Operation Type is Burn & Burn Token Type is Non-fungible Token. The serial number of the NFT to burn. Expects an integer value (e.g.: 1). |
...