()
| 433 | func (b *Block) Timestamp() time.Time { return b.Header().Timestamp() } |
| 434 | func (b *Block) SetTimestamp(t time.Time) { b.RefHeader().SetTimestamp(t) } |
| 435 | func (b *Block) Impeachment() bool { return b.Header().Impeachment() } |
| 436 | |
| 437 | func (b *Block) NumberU64() uint64 { return b.header.Number.Uint64() } |
| 438 | func (b *Block) LogsBloom() Bloom { return b.header.LogsBloom } |
no test coverage detected