sgns::primitives::detail::BlockInfoT¶
#include <common.hpp>
Inherits from boost::equality_comparable< BlockInfoT< Tag > >
Public Functions¶
| Name | |
|---|---|
| constexpr | BlockInfoT() =default |
| constexpr | BlockInfoT(BlockNumber n, BlockHash h) |
| bool | operator==(const BlockInfoT< Tag > & o) const |
Public Attributes¶
| Name | |
|---|---|
| BlockNumber | block_number |
| BlockHash | block_hash |
Detailed Description¶
Public Functions Documentation¶
function BlockInfoT¶
function BlockInfoT¶
function operator==¶
Public Attributes Documentation¶
variable block_number¶
variable block_hash¶
Updated on 2026-03-04 at 13:10:43 -0800