rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
xrpl::TxQ::FeeAndSeq Struct Reference

#include <TxQ.h>

Collaboration diagram for xrpl::TxQ::FeeAndSeq:
Collaboration graph
[legend]

Public Attributes

XRPAmount fee
 
std::uint32_t accountSeq
 
std::uint32_t availableSeq
 

Detailed Description

Definition at line 294 of file TxQ.h.

Member Data Documentation

◆ fee

XRPAmount xrpl::TxQ::FeeAndSeq::fee

Definition at line 296 of file TxQ.h.

◆ accountSeq

std::uint32_t xrpl::TxQ::FeeAndSeq::accountSeq

Definition at line 297 of file TxQ.h.

◆ availableSeq

std::uint32_t xrpl::TxQ::FeeAndSeq::availableSeq

Definition at line 298 of file TxQ.h.