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

#include <ExtVMFace.h>

Inheritance diagram for dev::eth::LogEntry:
[legend]
Collaboration diagram for dev::eth::LogEntry:
[legend]

Public Member Functions

 LogEntry ()
 
 LogEntry (RLP const &_r)
 
 LogEntry (Address const &_address, h256s const &_ts, bytes &&_d)
 
void streamRLP (RLPStream &_s) const
 
LogBloom bloom () const
 

Public Attributes

Address address
 
h256s topics
 
bytes data
 

Detailed Description

Definition at line 88 of file ExtVMFace.h.

Constructor & Destructor Documentation

dev::eth::LogEntry::LogEntry ( )
inline

Definition at line 90 of file ExtVMFace.h.

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

Definition at line 91 of file ExtVMFace.h.

Here is the call graph for this function:

dev::eth::LogEntry::LogEntry ( Address const &  _address,
h256s const &  _ts,
bytes &&  _d 
)
inline

Definition at line 92 of file ExtVMFace.h.

Member Function Documentation

LogBloom dev::eth::LogEntry::bloom ( ) const
inline

Definition at line 96 of file ExtVMFace.h.

Here is the call graph for this function:

void dev::eth::LogEntry::streamRLP ( RLPStream _s) const
inline

Definition at line 94 of file ExtVMFace.h.

Here is the call graph for this function:

Member Data Documentation

Address dev::eth::LogEntry::address

Definition at line 105 of file ExtVMFace.h.

bytes dev::eth::LogEntry::data

Definition at line 107 of file ExtVMFace.h.

h256s dev::eth::LogEntry::topics

Definition at line 106 of file ExtVMFace.h.


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