Struct oasis_runtime_sdk::modules::accounts::fee::TransactionFee
source · pub struct TransactionFee { /* private fields */ }
Expand description
Information about fees charged for the current transaction.
Implementations§
source§impl TransactionFee
impl TransactionFee
sourcepub fn denomination(&self) -> Denomination
pub fn denomination(&self) -> Denomination
Denomination of the transaction fee.
Trait Implementations§
source§impl Clone for TransactionFee
impl Clone for TransactionFee
source§fn clone(&self) -> TransactionFee
fn clone(&self) -> TransactionFee
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransactionFee
impl Debug for TransactionFee
source§impl Default for TransactionFee
impl Default for TransactionFee
source§fn default() -> TransactionFee
fn default() -> TransactionFee
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransactionFee
impl RefUnwindSafe for TransactionFee
impl Send for TransactionFee
impl Sync for TransactionFee
impl Unpin for TransactionFee
impl UnwindSafe for TransactionFee
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)