|
rippled
|
#include <Transaction.h>

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 269 of file Transaction.h.
|
delete |
| ripple::Transaction::CurrentLedgerState::CurrentLedgerState | ( | LedgerIndex | li, |
| XRPAmount | fee, | ||
| std::uint32_t | accSeqNext, | ||
| std::uint32_t | accSeqAvail | ||
| ) |
Definition at line 273 of file Transaction.h.
| LedgerIndex ripple::Transaction::CurrentLedgerState::validatedLedger |
Definition at line 285 of file Transaction.h.
| XRPAmount ripple::Transaction::CurrentLedgerState::minFeeRequired |
Definition at line 286 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqNext |
Definition at line 287 of file Transaction.h.
| std::uint32_t ripple::Transaction::CurrentLedgerState::accountSeqAvail |
Definition at line 288 of file Transaction.h.