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

Function ParseOng

cmd/utils/utils.go:75–77  ·  view source on GitHub ↗
(rawAmount string)

Source from the content-addressed store, hash-verified

73}
74
75func ParseOng(rawAmount string) uint64 {
76 return ParseAssetAmount(rawAmount, PRECISION_ONG)
77}
78
79func FormatOnt(amount uint64) string {
80 return FormatAssetAmount(amount, PRECISION_ONT)

Callers 7

transferTxFunction · 0.92
approveTxFunction · 0.92
transferFromTxFunction · 0.92
transferFunction · 0.92
approveFunction · 0.92
transferFromFunction · 0.92
TestParseOngFunction · 0.85

Calls 1

ParseAssetAmountFunction · 0.85

Tested by 1

TestParseOngFunction · 0.68