()
| 445 | func (b *Block) Dpor() DporSnap { return b.header.Dpor } |
| 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. |
no outgoing calls