TODO: fix it.
()
| 446 | |
| 447 | func (b *Block) RefHeader() *Header { return b.header } // TODO: fix it. |
| 448 | func (b *Block) Header() *Header { return CopyHeader(b.header) } |
| 449 | |
| 450 | // Body returns the non-header content of the block. |
| 451 | func (b *Block) Body() *Body { return &Body{b.transactions} } |