|
rippled
|
Result of flow() execution of a single Strand. More...
Public Member Functions | |
| StrandResult ()=default | |
| Strand result constructor. More... | |
| StrandResult (TInAmt const &in_, TOutAmt const &out_, PaymentSandbox &&sandbox_, boost::container::flat_set< uint256 > ofrsToRm_, bool inactive_) | |
| StrandResult (boost::container::flat_set< uint256 > ofrsToRm_) | |
Public Attributes | |
| bool | success |
| Strand succeeded. More... | |
| TInAmt | in = beast::zero |
| Currency amount in. More... | |
| TOutAmt | out = beast::zero |
| Currency amount out. More... | |
| boost::optional< PaymentSandbox > | sandbox |
| Resulting Sandbox state. More... | |
| boost::container::flat_set< uint256 > | ofrsToRm |
| Offers to remove. More... | |
| bool | inactive = false |
| Strand should not considered as a further source of liquidity (dry) More... | |
Result of flow() execution of a single Strand.
Definition at line 44 of file StrandFlow.h.
|
default |
Strand result constructor.
| ripple::StrandResult< TInAmt, TOutAmt >::StrandResult | ( | TInAmt const & | in_, |
| TOutAmt const & | out_, | ||
| PaymentSandbox && | sandbox_, | ||
| boost::container::flat_set< uint256 > | ofrsToRm_, | ||
| bool | inactive_ | ||
| ) |
Definition at line 59 of file StrandFlow.h.
|
explicit |
Definition at line 74 of file StrandFlow.h.
| bool ripple::StrandResult< TInAmt, TOutAmt >::success |
Strand succeeded.
Definition at line 46 of file StrandFlow.h.
| TInAmt ripple::StrandResult< TInAmt, TOutAmt >::in = beast::zero |
Currency amount in.
Definition at line 47 of file StrandFlow.h.
| TOutAmt ripple::StrandResult< TInAmt, TOutAmt >::out = beast::zero |
Currency amount out.
Definition at line 48 of file StrandFlow.h.
| boost::optional<PaymentSandbox> ripple::StrandResult< TInAmt, TOutAmt >::sandbox |
Resulting Sandbox state.
Definition at line 49 of file StrandFlow.h.
| boost::container::flat_set<uint256> ripple::StrandResult< TInAmt, TOutAmt >::ofrsToRm |
Offers to remove.
Definition at line 50 of file StrandFlow.h.
| bool ripple::StrandResult< TInAmt, TOutAmt >::inactive = false |
Strand should not considered as a further source of liquidity (dry)
Definition at line 53 of file StrandFlow.h.
1.8.17