pub struct Web3ChainGasProfile {
pub chain_id: String,
pub publish_root_gas: u64,
pub dual_sign_settlement_gas: u64,
pub merkle_settlement_gas: u64,
pub bond_release_gas: u64,
pub price_read_gas: u64,
}Fields§
§chain_id: String§publish_root_gas: u64§dual_sign_settlement_gas: u64§merkle_settlement_gas: u64§bond_release_gas: u64§price_read_gas: u64Trait Implementations§
Source§impl Clone for Web3ChainGasProfile
impl Clone for Web3ChainGasProfile
Source§fn clone(&self) -> Web3ChainGasProfile
fn clone(&self) -> Web3ChainGasProfile
Returns a duplicate 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 Web3ChainGasProfile
impl Debug for Web3ChainGasProfile
Source§impl<'de> Deserialize<'de> for Web3ChainGasProfile
impl<'de> Deserialize<'de> for Web3ChainGasProfile
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 Web3ChainGasProfile
impl RefUnwindSafe for Web3ChainGasProfile
impl Send for Web3ChainGasProfile
impl Sync for Web3ChainGasProfile
impl Unpin for Web3ChainGasProfile
impl UnsafeUnpin for Web3ChainGasProfile
impl UnwindSafe for Web3ChainGasProfile
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