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

Method Nonce

ethereum/ethash/ethash_test.go:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47func (b *testBlock) Difficulty() *big.Int { return b.difficulty }
48func (b *testBlock) HashNoNonce() common.Hash { return b.hashNoNonce }
49func (b *testBlock) Nonce() uint64 { return b.nonce }
50func (b *testBlock) MixDigest() common.Hash { return b.mixDigest }
51func (b *testBlock) NumberU64() uint64 { return b.number }
52

Callers 3

SolutionStateMethod · 0.45
VerifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected