|
rippled
|

Public Member Functions | |
| CurrentLedgerState ()=delete | |
| CurrentLedgerState (LedgerIndex li, XRPAmount fee, std::uint32_t accSeqNext, std::uint32_t accSeqAvail) | |
Public Attributes | |
| LedgerIndex | validatedLedger |
| XRPAmount | minFeeRequired |
| std::uint32_t | accountSeqNext |
| std::uint32_t | accountSeqAvail |
Definition at line 258 of file Transaction.h.
|
delete |
| ripple::Transaction::CurrentLedgerState::CurrentLedgerState | ( | LedgerIndex | li, |
| XRPAmount | fee, | ||
| std::uint32_t | accSeqNext, | ||
| std::uint32_t | accSeqAvail | ||
| ) |
Definition at line 262 of file Transaction.h.
| LedgerIndex ripple::Transaction::CurrentLedgerState::validatedLedger |
Definition at line 274 of file Transaction.h.
| XRPAmount ripple::Transaction::CurrentLedgerState::minFeeRequired |
Definition at line 275 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqNext |
Definition at line 276 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqAvail |
Definition at line 277 of file Transaction.h.
1.8.17