pub struct EthereumMetadata {
pub chain_id: u64,
pub nonce: u64,
pub max_priority_fee_per_gas: [u64; 4],
pub max_fee_per_gas: [u64; 4],
pub gas_limit: [u64; 4],
}Fields§
§chain_id: u64§nonce: u64§max_priority_fee_per_gas: [u64; 4]§max_fee_per_gas: [u64; 4]§gas_limit: [u64; 4]Trait Implementations§
source§impl Debug for EthereumMetadata
impl Debug for EthereumMetadata
source§impl<'de> Deserialize<'de> for EthereumMetadata
impl<'de> Deserialize<'de> for EthereumMetadata
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 RefUnwindSafe for EthereumMetadata
impl Send for EthereumMetadata
impl Sync for EthereumMetadata
impl Unpin for EthereumMetadata
impl UnwindSafe for EthereumMetadata
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