xrpld
Loading...
Searching...
No Matches
xrpl::Transaction::CurrentLedgerState Struct Reference

#include <Transaction.h>

Collaboration diagram for xrpl::Transaction::CurrentLedgerState:

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

Detailed Description

Definition at line 244 of file Transaction.h.

Constructor & Destructor Documentation

◆ CurrentLedgerState() [1/2]

xrpl::Transaction::CurrentLedgerState::CurrentLedgerState ( )
delete

◆ CurrentLedgerState() [2/2]

xrpl::Transaction::CurrentLedgerState::CurrentLedgerState ( LedgerIndex li,
XRPAmount fee,
std::uint32_t accSeqNext,
std::uint32_t accSeqAvail )

Definition at line 248 of file Transaction.h.

Member Data Documentation

◆ validatedLedger

LedgerIndex xrpl::Transaction::CurrentLedgerState::validatedLedger

Definition at line 260 of file Transaction.h.

◆ minFeeRequired

XRPAmount xrpl::Transaction::CurrentLedgerState::minFeeRequired

Definition at line 261 of file Transaction.h.

◆ accountSeqNext

std::uint32_t xrpl::Transaction::CurrentLedgerState::accountSeqNext

Definition at line 262 of file Transaction.h.

◆ accountSeqAvail

std::uint32_t xrpl::Transaction::CurrentLedgerState::accountSeqAvail

Definition at line 263 of file Transaction.h.