BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
graphene::net::trx_message Struct Reference

#include <core_messages.hpp>

Public Member Functions

 trx_message ()=default
 
 trx_message (const graphene::protocol::signed_transaction &signed_trx)
 

Public Attributes

graphene::protocol::precomputable_transaction trx
 

Static Public Attributes

static const core_message_type_enum type = core_message_type_enum::trx_message_type
 

Detailed Description

Definition at line 93 of file core_messages.hpp.

Constructor & Destructor Documentation

◆ trx_message() [1/2]

graphene::net::trx_message::trx_message ( )
default

◆ trx_message() [2/2]

graphene::net::trx_message::trx_message ( const graphene::protocol::signed_transaction signed_trx)
inlineexplicit

Definition at line 99 of file core_messages.hpp.

Member Data Documentation

◆ trx

graphene::protocol::precomputable_transaction graphene::net::trx_message::trx

Definition at line 97 of file core_messages.hpp.

◆ type

const core_message_type_enum graphene::net::trx_message::type = core_message_type_enum::trx_message_type
static

Definition at line 95 of file core_messages.hpp.


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