Struct fireblocks_sdk::types::fee::Fee
source · pub struct Fee {
pub network_fee: Option<BigDecimal>,
pub gas_price: Option<BigDecimal>,
pub fee_per_byte: Option<BigDecimal>,
pub base_fee: Option<BigDecimal>,
pub priority_fee: Option<BigDecimal>,
}Fields§
§network_fee: Option<BigDecimal>§gas_price: Option<BigDecimal>§fee_per_byte: Option<BigDecimal>§base_fee: Option<BigDecimal>§priority_fee: Option<BigDecimal>Trait Implementations§
source§impl<'de> Deserialize<'de> for Fee
impl<'de> Deserialize<'de> for Fee
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Fee
impl RefUnwindSafe for Fee
impl Send for Fee
impl Sync for Fee
impl Unpin for Fee
impl UnwindSafe for Fee
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