()
| 430 | func (b *Block) GasUsed() uint64 { return b.header.GasUsed } |
| 431 | |
| 432 | func (b *Block) Time() *big.Int { return new(big.Int).Set(b.header.Time) } |
| 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() } |