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.: associate, grant KYC, token burn, etc.
Name | Description |
---|---|
Operator ID | See Hedera Default Backend Configuration. |
Operator Key | |
Network Type |
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. 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! |
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). |
Name | Description |
---|---|
Is Transaction Validated | To indicate if this transaction has been successfully validated. |
Consensus Timestamp | To store the timestamp of when the majority of the network members received the transaction. At this point, the transaction becomes final and verifiable. |
Transaction ID | To store the transaction ID of the transaction performed. |
Transaction Explorer URL | To store an auto-generated URL to check transaction details on a public ledger explorer. Default is Hashscan. |