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