MCPcopy Create free account
hub / github.com/cheqd/cheqd-node / PtrInt

Function PtrInt

util/ptr.go:19–22  ·  view source on GitHub ↗
(val int64)

Source from the content-addressed store, hash-verified

17)
18
19func PtrInt(val int64) *sdkmath.Int {
20 i := sdkmath.NewInt(val)
21 return &i
22}

Callers 7

DefaultFeeParamsFunction · 0.92
DefaultUSDParamsFunction · 0.92
DefaultFeeParamsFunction · 0.92
DefaultUSDParamsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected