pub struct FeeSettings { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FeeSettings
impl Clone for FeeSettings
Source§fn clone(&self) -> FeeSettings
fn clone(&self) -> FeeSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FeeSettings
Source§impl Debug for FeeSettings
impl Debug for FeeSettings
impl Eq for FeeSettings
Source§impl FeeSettingsFields for FeeSettings
impl FeeSettingsFields for FeeSettings
Source§fn base_fee(&self) -> Result<Option<u64>>
fn base_fee(&self) -> Result<Option<u64>>
The transaction cost of the “reference transaction” in drops of XRP as hexadecimal.
Source§fn reserve_base(&self) -> Result<Option<u32>>
fn reserve_base(&self) -> Result<Option<u32>>
The base reserve for an account in the XRP Ledger, as drops of XRP.
Source§fn reserve_increment(&self) -> Result<Option<u32>>
fn reserve_increment(&self) -> Result<Option<u32>>
The incremental owner reserve for owning objects, as drops of XRP.
Source§fn base_fee_drops(&self) -> Result<Option<Amount>>
fn base_fee_drops(&self) -> Result<Option<Amount>>
The transaction cost of the “reference transaction” in drops of XRP.
Source§fn reserve_base_drops(&self) -> Result<Option<Amount>>
fn reserve_base_drops(&self) -> Result<Option<Amount>>
The base reserve for an account in the XRP Ledger, as drops of XRP.
Source§fn reserve_increment_drops(&self) -> Result<Option<Amount>>
fn reserve_increment_drops(&self) -> Result<Option<Amount>>
The incremental owner reserve for owning objects, as drops of XRP.
Source§impl LedgerObjectCommonFields for FeeSettings
impl LedgerObjectCommonFields for FeeSettings
Source§fn get_slot_num(&self) -> i32
fn get_slot_num(&self) -> i32
Returns the slot number (register number) where the ledger object is stored. Read more
Source§fn path(&self) -> LedgerPathBuilder
fn path(&self) -> LedgerPathBuilder
Starts a nested-field path rooted at this ledger object, read through its slot. Read more
Source§impl PartialEq for FeeSettings
impl PartialEq for FeeSettings
impl StructuralPartialEq for FeeSettings
Auto Trait Implementations§
impl Freeze for FeeSettings
impl RefUnwindSafe for FeeSettings
impl Send for FeeSettings
impl Sync for FeeSettings
impl Unpin for FeeSettings
impl UnsafeUnpin for FeeSettings
impl UnwindSafe for FeeSettings
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more