HBAR
new Hbar(<amount>)HBAR from:
//100 HBAR
new Hbar(100);
//100 HBAR from hbar value
Hbar.from(100);
//100 tinybars from HBAR convert to unit
Hbar.from(100, HbarUnit.TINYBAR);
// 100 HBAR converted from string value
Hbar.fromString("100");
//100 tinybars from string value
Hbar.fromString("100", HbarUnit.TINYBAR);
//v2.0.0// 100 HBAR
new Hbar(100);
//100 HBAR
Hbar.from(100);
//100 tinybars
Hbar.from(100, HbarUnit.TINYBAR);
// 100 HBAR converted from string value
Hbar.fromString("100");
//100 tinybars from string value
Hbar.fromString("100", HbarUnit.TINYBAR);HBAR to:
HBAR constants:
HBAR units
HBAR decimal places
API
Decimal
Last updated