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

Function FormatOng

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

Source from the content-addressed store, hash-verified

69}
70
71func FormatOng(amount uint64) string {
72 return FormatAssetAmount(amount, PRECISION_ONG)
73}
74
75func ParseOng(rawAmount string) uint64 {
76 return ParseAssetAmount(rawAmount, PRECISION_ONG)

Callers 9

transferTxFunction · 0.92
approveTxFunction · 0.92
transferFromTxFunction · 0.92
transferFunction · 0.92
getBalanceFunction · 0.92
getAllowanceFunction · 0.92
approveFunction · 0.92
transferFromFunction · 0.92
TestFormatOngFunction · 0.85

Calls 1

FormatAssetAmountFunction · 0.85

Tested by 1

TestFormatOngFunction · 0.68