Interface defining the structure of a raw block.
Raw block is a structure used by GetBlockTemplate and SubmitBlock RPCs and differs from IBlock in that it does not include verbose data and carries IRawHeader that does not include a cached block hash.
IBlock
IRawHeader
Generated using TypeDoc
Interface defining the structure of a raw block.
Raw block is a structure used by GetBlockTemplate and SubmitBlock RPCs and differs from
IBlock
in that it does not include verbose data and carriesIRawHeader
that does not include a cached block hash.