rippled
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ripple::Transaction::SubmitResult Struct Reference

#include <Transaction.h>

Public Member Functions

void clear ()
 clear Clear all states
 
bool any () const
 any Get true of any state is true
 

Public Attributes

bool applied = false
 
bool broadcast = false
 
bool queued = false
 
bool kept = false
 

Detailed Description

Definition at line 165 of file Transaction.h.

Member Function Documentation

◆ clear()

void ripple::Transaction::SubmitResult::clear ( )

clear Clear all states

Definition at line 171 of file Transaction.h.

◆ any()

bool ripple::Transaction::SubmitResult::any ( ) const

any Get true of any state is true

Returns
True if any state if true

Definition at line 184 of file Transaction.h.

Member Data Documentation

◆ applied

bool ripple::Transaction::SubmitResult::applied = false

Definition at line 189 of file Transaction.h.

◆ broadcast

bool ripple::Transaction::SubmitResult::broadcast = false

Definition at line 190 of file Transaction.h.

◆ queued

bool ripple::Transaction::SubmitResult::queued = false

Definition at line 191 of file Transaction.h.

◆ kept

bool ripple::Transaction::SubmitResult::kept = false

Definition at line 192 of file Transaction.h.