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.).

...

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 for accounts to interact on:

  • Mainnet
  • Previewnet
  • Testnet
Note
iconfalse
"Mainnet" uses real-world
currency(s)
value.
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:

https://docs.hedera
.
com/guides/testnet/testnet-nodes

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 Configuration
Payment Type

Select the asset type to transfer:

  • HBAR
  • Native Token
  • NFT
Token ID

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

The ID of the token minted on the Hedera DLT.

Can use a Hash Variable or simply hardcoded.

NFT Serial Number

This property will only appear when Payment Type is NFT.

Serial number of the NFT that belongs to the Token ID set above. Typically Hash Variable is used here.

Payment Configuration
Sender Account ID

Account to send assets from.

Sender Account Mnemonic Phrase

This is the sender'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 to.
Auto-associate token with receiver

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

Caters to uses cases where receiver accounts are within the platform's control & will be used to transact assets created via Joget.

Receiver Account Mnemonic Phrase

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

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

Amount To Send

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

Amount of tokens to send.

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

For Native Token, decimal places depend on the minter's set value.

Transaction Memo

Insert your own custom note for transfer transactions. Also accepts 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.

...