MCPcopy 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
147func BigIntPtrToStr(i *big.Int) string {
148 if i == nil {
149 return ""
150 }
151 return i.String()
152}
153
154func AddressPtrToStr(a *common.Address) string {
155 if a == nil {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected