Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
PtrInt(val int64) *sdkmath.Int {
20
i := sdkmath.NewInt(val)
21
return
&i
22
}
Callers
7
DefaultFeeParams
Function · 0.92
DefaultUSDParams
Function · 0.92
keeper_param_change_proposal_test.go
File · 0.92
DefaultFeeParams
Function · 0.92
DefaultUSDParams
Function · 0.92
keeper_param_change_proposal_test.go
File · 0.92
tx_msg_filters_test.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected