Block is an Oasis block.

Keep this in sync with /runtime/src/consensus/roothash/block.rs.

interface RootHashBlock {
    header: RootHashHeader;
}

Properties

Properties

Header is the block header.