()
| 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 } |
| 443 | func (b *Block) ReceiptsRoot() common.Hash { return b.header.ReceiptsRoot } |
no outgoing calls