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 172 of file Transaction.h.

Member Function Documentation

◆ clear()

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

clear Clear all states

Definition at line 178 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 191 of file Transaction.h.

Member Data Documentation

◆ applied

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

Definition at line 196 of file Transaction.h.

◆ broadcast

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

Definition at line 197 of file Transaction.h.

◆ queued

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

Definition at line 198 of file Transaction.h.

◆ kept

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

Definition at line 199 of file Transaction.h.