Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TokenEvent Struct Reference

#include <token.h>

Collaboration diagram for TokenEvent:
[legend]

Public Member Functions

 TokenEvent ()
 
void SetNull ()
 

Public Attributes

std::string address
 
std::string sender
 
std::string receiver
 
uint256 blockHash
 
uint64_t blockNumber
 
uint256 transactionHash
 
uint256 value
 

Detailed Description

Definition at line 7 of file token.h.

Constructor & Destructor Documentation

TokenEvent::TokenEvent ( )
inline

Definition at line 16 of file token.h.

Here is the call graph for this function:

Member Function Documentation

void TokenEvent::SetNull ( )
inline

Definition at line 21 of file token.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::string TokenEvent::address

Definition at line 8 of file token.h.

uint256 TokenEvent::blockHash

Definition at line 11 of file token.h.

uint64_t TokenEvent::blockNumber

Definition at line 12 of file token.h.

std::string TokenEvent::receiver

Definition at line 10 of file token.h.

std::string TokenEvent::sender

Definition at line 9 of file token.h.

uint256 TokenEvent::transactionHash

Definition at line 13 of file token.h.

uint256 TokenEvent::value

Definition at line 14 of file token.h.


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