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

Method NumberU64

ethereum/share.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33func (s *Share) Nonce() uint64 { return s.nonce.Uint64() }
34func (s *Share) MixDigest() common.Hash { return s.mixDigest }
35func (s *Share) NumberU64() uint64 { return s.blockHeader.Number.Uint64() }
36func (s *Share) NonceBig() *big.Int {
37 n := new(big.Int)
38 n.SetBytes(s.nonce[:])

Callers 1

buildDagTreeMethod · 0.95

Implementers 2

testShareprotocol/test_share.go
Shareethereum/share.go

Calls

no outgoing calls

Tested by

no test coverage detected