package risinglight.rowset

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BlockChecksum

rowset.proto:6

Checksum of a block.

enum BlockChecksum.ChecksumType

rowset.proto:7

Used in: BlockChecksum

message BlockIndex

rowset.proto:29

Index of a block, which contains necessary information to identify what's inside a block.

enum BlockIndex.BlockType

rowset.proto:31

Type of the current block. The type is stored in block header, and won't be stored in BlockIndex.

message BlockStatistics

rowset.proto:16

Statistics of a block.

Used in: BlockIndex

enum BlockStatistics.BlockStatisticsType

rowset.proto:18

Description and usage of each statistics is described in `statistics.rs`.

Used in: BlockStatistics

message DeleteRecord

rowset.proto:76

An entry of a delete record.