Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cairoeth/preconfirmations
/ BigIntPtrToStr
Function
BigIntPtrToStr
rpc/server/util.go:147–152 ·
view source on GitHub ↗
(i *big.Int)
Source
from the content-addressed store, hash-verified
145
}
146
147
func
BigIntPtrToStr(i *big.Int) string {
148
if
i == nil {
149
return
""
150
}
151
return
i.String()
152
}
153
154
func
AddressPtrToStr(a *common.Address) string {
155
if
a == nil {
Callers
nothing calls this directly
Calls
1
String
Method · 0.80
Tested by
no test coverage detected