MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / Big

Method Big

types.go:93–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91func (h SPHash) Str() string { return string(h[:]) }
92func (h SPHash) Bytes() []byte { return h[:] }
93func (h SPHash) Big() *big.Int { return BytesToBig(h[:]) }
94func (h SPHash) Hex() string { return hexutil.Encode(h[:]) }
95
96func (h BranchElement) Str() string { return string(h[:]) }

Callers 15

mainFunction · 0.45
buildExtraDataFunction · 0.45
RunFunction · 0.45
buildExtraDataFunction · 0.45
SubmitClaimMethod · 0.45
SetEpochDataMethod · 0.45
DAGProofArrayMethod · 0.45
SolutionStateMethod · 0.45
VerifyMethod · 0.45
SearchMethod · 0.45
GetAddressFunction · 0.45
RegisterMethod · 0.45

Calls 1

BytesToBigFunction · 0.85

Tested by

no test coverage detected