microTariString
microTariString(
amount):string
Defined in: ootle/src/helpers/amount.ts:30
Canonical µTari → decimal-string encoding used wherever the bindings expect a
string-encoded amount on the wire (e.g. structural toJSON() views of stealth
statements). Not the BOR-CBOR Literal form — use microTariLiteral
/ amountLiteral for instruction arguments.
Parameters
Section titled “Parameters”amount
Section titled “amount”bigint
Returns
Section titled “Returns”string
Throws
Section titled “Throws”if amount is negative.