xrpld
Loading...
Searching...
No Matches
xrpl::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 159 of file Transaction.h.

Member Function Documentation

◆ clear()

void xrpl::Transaction::SubmitResult::clear ( )

clear Clear all states

Definition at line 165 of file Transaction.h.

◆ any()

bool xrpl::Transaction::SubmitResult::any ( ) const
nodiscard

any Get true of any state is true

Returns
True if any state if true

Definition at line 178 of file Transaction.h.

Member Data Documentation

◆ applied

bool xrpl::Transaction::SubmitResult::applied = false

Definition at line 183 of file Transaction.h.

◆ broadcast

bool xrpl::Transaction::SubmitResult::broadcast = false

Definition at line 184 of file Transaction.h.

◆ queued

bool xrpl::Transaction::SubmitResult::queued = false

Definition at line 185 of file Transaction.h.

◆ kept

bool xrpl::Transaction::SubmitResult::kept = false

Definition at line 186 of file Transaction.h.