Electroneum
Public Attributes | List of all members
cryptonote::rpc::tx_in_pool Struct Reference

#include <message_data_structs.h>

Collaboration diagram for cryptonote::rpc::tx_in_pool:
Collaboration graph
[legend]

Public Attributes

cryptonote::transaction tx
 
crypto::hash tx_hash
 
uint64_t blob_size
 
uint64_t weight
 
uint64_t fee
 
crypto::hash max_used_block_hash
 
uint64_t max_used_block_height
 
bool kept_by_block
 
crypto::hash last_failed_block_hash
 
uint64_t last_failed_block_height
 
uint64_t receive_time
 
uint64_t last_relayed_time
 
bool relayed
 
bool do_not_relay
 
bool double_spend_seen
 

Member Data Documentation

◆ blob_size

uint64_t cryptonote::rpc::tx_in_pool::blob_size

◆ do_not_relay

bool cryptonote::rpc::tx_in_pool::do_not_relay

◆ double_spend_seen

bool cryptonote::rpc::tx_in_pool::double_spend_seen

◆ fee

uint64_t cryptonote::rpc::tx_in_pool::fee

◆ kept_by_block

bool cryptonote::rpc::tx_in_pool::kept_by_block

◆ last_failed_block_hash

crypto::hash cryptonote::rpc::tx_in_pool::last_failed_block_hash

◆ last_failed_block_height

uint64_t cryptonote::rpc::tx_in_pool::last_failed_block_height

◆ last_relayed_time

uint64_t cryptonote::rpc::tx_in_pool::last_relayed_time

◆ max_used_block_hash

crypto::hash cryptonote::rpc::tx_in_pool::max_used_block_hash

◆ max_used_block_height

uint64_t cryptonote::rpc::tx_in_pool::max_used_block_height

◆ receive_time

uint64_t cryptonote::rpc::tx_in_pool::receive_time

◆ relayed

bool cryptonote::rpc::tx_in_pool::relayed

◆ tx

cryptonote::transaction cryptonote::rpc::tx_in_pool::tx

◆ tx_hash

crypto::hash cryptonote::rpc::tx_in_pool::tx_hash

◆ weight

uint64_t cryptonote::rpc::tx_in_pool::weight

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