rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::test::FeeSettingsFields Struct Reference
Collaboration diagram for ripple::test::FeeSettingsFields:
Collaboration graph
[legend]

Public Attributes

std::optional< std::uint64_tbaseFee = std::nullopt
 
std::optional< std::uint32_treserveBase = std::nullopt
 
std::optional< std::uint32_treserveIncrement = std::nullopt
 
std::optional< std::uint32_treferenceFeeUnits = std::nullopt
 
std::optional< XRPAmountbaseFeeDrops = std::nullopt
 
std::optional< XRPAmountreserveBaseDrops = std::nullopt
 
std::optional< XRPAmountreserveIncrementDrops = std::nullopt
 

Detailed Description

Definition at line 18 of file FeeVote_test.cpp.

Member Data Documentation

◆ baseFee

std::optional<std::uint64_t> ripple::test::FeeSettingsFields::baseFee = std::nullopt

Definition at line 20 of file FeeVote_test.cpp.

◆ reserveBase

std::optional<std::uint32_t> ripple::test::FeeSettingsFields::reserveBase = std::nullopt

Definition at line 21 of file FeeVote_test.cpp.

◆ reserveIncrement

std::optional<std::uint32_t> ripple::test::FeeSettingsFields::reserveIncrement = std::nullopt

Definition at line 22 of file FeeVote_test.cpp.

◆ referenceFeeUnits

std::optional<std::uint32_t> ripple::test::FeeSettingsFields::referenceFeeUnits = std::nullopt

Definition at line 23 of file FeeVote_test.cpp.

◆ baseFeeDrops

std::optional<XRPAmount> ripple::test::FeeSettingsFields::baseFeeDrops = std::nullopt

Definition at line 24 of file FeeVote_test.cpp.

◆ reserveBaseDrops

std::optional<XRPAmount> ripple::test::FeeSettingsFields::reserveBaseDrops = std::nullopt

Definition at line 25 of file FeeVote_test.cpp.

◆ reserveIncrementDrops

std::optional<XRPAmount> ripple::test::FeeSettingsFields::reserveIncrementDrops = std::nullopt

Definition at line 26 of file FeeVote_test.cpp.