[][src]Module grin_core::core::compact_block

Compact Blocks.

Structs

CompactBlock

Compact representation of a full block. Each input/output/kernel is represented as a short_id. A node is reasonably likely to have already seen all tx data (tx broadcast before block) and can go request missing tx data from peers if necessary to hydrate a compact block into a full block.

CompactBlockBody

Container for full (full) outputs and kernels and kern_ids for a compact block.