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

Compare with Current View Page History

Version 1 Next »

Introduction

This process tool plugin allows you to send HBAR from one account to another on the Hedera DLT, with option to also schedule the transaction for multiple signing cases (e.g.: transactions with multi-sig accounts).

Note

Do ensure that the sender's account has sufficient balance for the amount to send & its required transaction fees.

Plugin Properties

Configure Hedera Send Transaction 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 to create an account 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
Sender Account ID

Account to send funds from. Hash Variable is also accepted.

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.

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!

Receiver Account IDAccount to send funds to. Hash Variable is also accepted.
Amount To Send (HBAR)

Amount of HBAR coin(s) to send.

Amount can only contain max 8 decimal places. Hash Variable is also accepted.

Set as Scheduled TransactionCheck this option to schedule this transaction for multiple signing purposes, such as performing transactions with multi-sig accounts, receiver signature required, etc.

Store Response To Workflow Variable

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 transaction details on the official Cardano blockchain explorer.




  • No labels