Struct fuels_signers::provider::TransactionCost
source · pub struct TransactionCost {
pub min_gas_price: u64,
pub gas_price: u64,
pub gas_used: u64,
pub metered_bytes_size: u64,
pub total_fee: u64,
}
Fields§
§min_gas_price: u64
§gas_price: u64
§gas_used: u64
§metered_bytes_size: u64
§total_fee: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TransactionCost
impl Send for TransactionCost
impl Sync for TransactionCost
impl Unpin for TransactionCost
impl UnwindSafe for TransactionCost
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.