Skip to content

Concepts

ConceptNotes
Account / Token IDshard.realm.num, e.g. 0.0.12345.
Transaction IDSDK form 0.0.x@sss.nnn; Mirror form 0.0.x-sss-nnn. hbar-kit converts for you.
MemoFree-text on the transfer; how you correlate an order/invoice. Public, not unique.
Tinybar1 HBAR = 100,000,000 tinybars. All HBAR amounts are bigint tinybars internally.
HTS decimalsToken amounts are smallest-unit integers; divide by 10^decimals to display.
Mirror NodePublic read API for ledger data. hbar-kit reads here; it never signs.