()
| 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 } |
| 444 | func (b *Block) Extra() []byte { return common.CopyBytes(b.header.Extra) } |
no outgoing calls