pub struct LspFees {
pub lsp_usernode_base_fee: Amount,
pub lsp_usernode_prop_fee: Decimal,
pub lsp_external_base_fee: Amount,
pub lsp_external_prop_fee: Decimal,
}Expand description
Information about Lexe’s LSP’s fees.
Fields§
§lsp_usernode_base_fee: AmountThe Lsp -> User base fee as an Amount.
lsp_usernode_prop_fee: DecimalThe Lsp -> User prop fee as a Decimal, i.e. ppm / 1_000_000.
lsp_external_base_fee: AmountThe Lsp -> External base fee as an Amount.
lsp_external_prop_fee: DecimalThe Lsp -> External prop fee as a Decimal, i.e. ppm / 1_000_000.
Trait Implementations§
impl Copy for LspFees
impl Eq for LspFees
impl StructuralPartialEq for LspFees
Auto Trait Implementations§
impl Freeze for LspFees
impl RefUnwindSafe for LspFees
impl Send for LspFees
impl Sync for LspFees
impl Unpin for LspFees
impl UnsafeUnpin for LspFees
impl UnwindSafe for LspFees
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.