()
| 437 | func (b *Block) NumberU64() uint64 { return b.header.Number.Uint64() } |
| 438 | func (b *Block) LogsBloom() Bloom { return b.header.LogsBloom } |
| 439 | func (b *Block) Coinbase() common.Address { return b.header.Coinbase } |
| 440 | func (b *Block) StateRoot() common.Hash { return b.header.StateRoot } |
| 441 | func (b *Block) ParentHash() common.Hash { return b.header.ParentHash } |
| 442 | func (b *Block) TxsRoot() common.Hash { return b.header.TxsRoot } |
no outgoing calls