Function: amountToWire()
function amountToWire(amount): string;
Defined in: packages/overcast-core/src/assets/index.ts:207
Serialize a native amount to its decimal-string wire form.
Parameters
| Parameter | Type |
|---|---|
amount | bigint |
Returns
string
function amountToWire(amount): string;
Defined in: packages/overcast-core/src/assets/index.ts:207
Serialize a native amount to its decimal-string wire form.
| Parameter | Type |
|---|---|
amount | bigint |
string