Struct fuels_core::parameters::TxParameters
source · [−]pub struct TxParameters {
pub gas_price: u64,
pub gas_limit: u64,
pub byte_price: u64,
pub maturity: u64,
}
Fields
gas_price: u64
gas_limit: u64
byte_price: u64
maturity: u64
Implementations
Trait Implementations
sourceimpl Debug for TxParameters
impl Debug for TxParameters
Auto Trait Implementations
impl RefUnwindSafe for TxParameters
impl Send for TxParameters
impl Sync for TxParameters
impl Unpin for TxParameters
impl UnwindSafe for TxParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more