Versions Compared

Key

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

...

NameDescription
Prefixhedera
Description

To retrieve account details based on the Account ID.

Attributes
  • #hedera.account[ACCOUNT_ID].VALUE#
  • #hedera.account[ACCOUNT_ID].tokenBalance[TOKEN_ID]# //Only if VALUE is tokenBalance

More attributes can be Attributes retrieved are based on on Hedera's Accounts REST API.

More information regarding See here for more info about Hedera Account Properties.

Scope of Use
  • Within the Hedera Ledger Pack app.
Sample Attributes

To display the account's HBAR Balance:

  • #hedera.account[0.0.5712154].hbarBalance#

To display the account's HBAR Balance with nested hash:

  • #hedera.account[{form.hedera_account_user.id}].hbarBalance#

To display a specific token Balance:

  • #hedera.account[0.0.5712154].tokenBalance[0.0.5713458]# //Existing Token ID

...