Body returns the non-header content of the block.
()
| 449 | |
| 450 | // Body returns the non-header content of the block. |
| 451 | func (b *Block) Body() *Body { return &Body{b.transactions} } |
| 452 | |
| 453 | func (b *Block) HashNoNonce() common.Hash { |
| 454 | return b.header.HashNoNonce() |
no outgoing calls