Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This process tool plugin allows you to send assets perform HBAR and token transfers from one account to another on the Hedera DLT, with option to perform scheduled transactions schedule the transaction (e.g.: transactions with multi-sig accounts, receiver signature required, etc.).

Note
titleNote
  • Do ensure that the sender's account has sufficient balance for the amount of assets tokens to send & its required transaction fee.
  • For native tokens & NFTsfungible & non-fungible token (NFT) transfers, do ensure that the receiver has associated with the token before performing transfers with such assetthe transfer transaction.

Plugin Properties

Configure Hedera Send Transaction Tool

Paste in your operator account ID, according to the selected network typePaste in your operator account private key, according to the selected network type.
NameDescription
Operator IDSee Hedera Default Backend Configuration.
Operator Key
Network Type

Select the network for accounts to interact on:

  • Mainnet
  • Previewnet
  • Testnet
"Mainnet" uses real-world currency(s).

Please use "Previewnet" or "Testnet" for testing purposes.

By default, this plugin pack connects to official Hedera public nodes.
To learn more about the public nodes, see:

Transaction Details

NameDescription
Form

Select a form to retrieve transaction data from.

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

Asset Token Configuration
Payment Type

Select the asset token type to transfer:

  • HBAR
  • Native Fungible TokenNFT
  • Non-fungible Token
Token ID

This property will only appear when Payment Type is Native Fungible Token or NFTNon-fungible Token.

The ID of the an existing token minted on the Hedera DLT, that the sender account possesses.

Can use a Hash Variable or simply hardcoded.

NFT Serial Number

This property will only appear when Payment Type is NFT Non-fungible Token.

Serial number of the NFT that belongs to the Token ID set above, that the sender account possesses.

Typically Hash Variable is used here.

Payment Configuration
Sender Account ID

Account to send assets funds from.

Sender Account Mnemonic Phrase

This is the sender account's account secret key required in order to perform actions with the sender's account.

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

Warning
titleCaution

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!

Receiver Account IDAccount to send assets funds to.
Auto-associate token with receiver

This property will only appear when Payment Type is Native Token or NFT Fungible Token or Non-fungible Token.

Caters to uses cases where receiver accounts are within the Joget platform's control.

Receiver Account Mnemonic Phrase

This property will only appear when Payment Type is Native Token or NFT Fungible Token or Non-fungible Token.

Mnemonic phrase of the receiver account.
Only accepts Hash Variable that points to the receiver's encrypted stored mnemonic phrase.
This is used only to automatically associate tokens for the receiver prior to token transfer.

Amount To Send

This property will only appear when Payment Type is HBAR or Native Fungible Token.

Amount of tokens to send.

For HBAR, amount can only contain max 8 decimal places.

For Fungible Token, decimal places depend on the token's decimal value previously set by the token minter.

Insert Files SHA256 Checksum in Memo

Check this option to insert the SHA256 checksum(s) of uploaded file(s) in the transaction memo.
If there are multiple files present, files will be sorted by file name in ascending order, and the final checksum value will be the hash of all file checksums concatenated. 

This is typically used when working with files uploaded in a form record, and you wish to record the integrity of such file(s) on the Hedera ledger.

File(s) to Hash

This property will only appear when Insert Files SHA256 Checksum in Memo is checked.

Select a File Upload field within your selected form.

Transaction Memo

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

Set as Scheduled Transaction

Check this option to schedule this transaction, such as performing transactions with multi-sig accounts, receiver signature required, etc.

...

NameDescription
Schedule ID

Only available if Set as Scheduled Transaction property is checked.

To store the schedule ID of this scheduled transaction for logging purposes, or for Joget apps to refer to this value later in order to further act on this scheduled transaction.

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 see check transaction details on a public ledger explorer. Default is Dragonglass Hashscan.