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

Method Bytes

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

Source from the content-addressed store, hash-verified

90
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

Callers 5

BigToBase62Function · 0.45
CounterBytesMethod · 0.45
RlpHeaderWithoutNonceMethod · 0.45
GetWorkMethod · 0.45
WaitAndRetryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected