Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::eth::BlockLogBlooms Struct Reference

#include <BlockDetails.h>

Public Member Functions

 BlockLogBlooms ()
 
 BlockLogBlooms (RLP const &_r)
 
bytes rlp () const
 

Public Attributes

LogBlooms blooms
 
unsigned size
 

Detailed Description

Definition at line 59 of file BlockDetails.h.

Constructor & Destructor Documentation

dev::eth::BlockLogBlooms::BlockLogBlooms ( )
inline

Definition at line 61 of file BlockDetails.h.

dev::eth::BlockLogBlooms::BlockLogBlooms ( RLP const &  _r)
inline

Definition at line 62 of file BlockDetails.h.

Here is the call graph for this function:

Member Function Documentation

bytes dev::eth::BlockLogBlooms::rlp ( ) const
inline

Definition at line 63 of file BlockDetails.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

LogBlooms dev::eth::BlockLogBlooms::blooms

Definition at line 65 of file BlockDetails.h.

unsigned dev::eth::BlockLogBlooms::size
mutable

Definition at line 66 of file BlockDetails.h.


The documentation for this struct was generated from the following file: