MCPcopy Create free account
hub / github.com/DNAProject/DNA / FormatOnt

Function FormatOnt

cmd/utils/utils.go:79–81  ·  view source on GitHub ↗
(amount uint64)

Source from the content-addressed store, hash-verified

77}
78
79func FormatOnt(amount uint64) string {
80 return FormatAssetAmount(amount, PRECISION_ONT)
81}
82
83func ParseOnt(rawAmount string) uint64 {
84 return ParseAssetAmount(rawAmount, PRECISION_ONT)

Callers 6

transferTxFunction · 0.92
approveTxFunction · 0.92
transferFromTxFunction · 0.92
approveFunction · 0.92
transferFromFunction · 0.92
TestFormatOntFunction · 0.85

Calls 1

FormatAssetAmountFunction · 0.85

Tested by 1

TestFormatOntFunction · 0.68