pub enum EvmBlockchain {
Show 19 variants
Eth,
EthSepolia,
Avax,
AvaxFuji,
Matic,
MaticAmoy,
Arb,
ArbSepolia,
Uni,
UniSepolia,
Base,
BaseSepolia,
Op,
OpSepolia,
Evm,
EvmTestnet,
ArcTestnet,
Monad,
MonadTestnet,
}Expand description
EVM-compatible blockchain network identifier.
Variants§
Eth
Ethereum mainnet.
EthSepolia
Ethereum Sepolia testnet.
Avax
Avalanche C-Chain mainnet.
AvaxFuji
Avalanche Fuji testnet.
Matic
Polygon PoS mainnet.
MaticAmoy
Polygon Amoy testnet.
Arb
Arbitrum One mainnet.
ArbSepolia
Arbitrum Sepolia testnet.
Uni
Unichain mainnet.
UniSepolia
Unichain Sepolia testnet.
Base
Base mainnet.
BaseSepolia
Base Sepolia testnet.
Op
Optimism mainnet.
OpSepolia
Optimism Sepolia testnet.
Evm
Generic EVM mainnet.
EvmTestnet
Generic EVM testnet.
ArcTestnet
ARC testnet.
Monad
Monad mainnet.
MonadTestnet
Monad testnet.
Trait Implementations§
Source§impl Clone for EvmBlockchain
impl Clone for EvmBlockchain
Source§fn clone(&self) -> EvmBlockchain
fn clone(&self) -> EvmBlockchain
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 EvmBlockchain
impl Debug for EvmBlockchain
Source§impl<'de> Deserialize<'de> for EvmBlockchain
impl<'de> Deserialize<'de> for EvmBlockchain
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
Source§impl PartialEq for EvmBlockchain
impl PartialEq for EvmBlockchain
Source§impl Serialize for EvmBlockchain
impl Serialize for EvmBlockchain
impl Eq for EvmBlockchain
impl StructuralPartialEq for EvmBlockchain
Auto Trait Implementations§
impl Freeze for EvmBlockchain
impl RefUnwindSafe for EvmBlockchain
impl Send for EvmBlockchain
impl Sync for EvmBlockchain
impl Unpin for EvmBlockchain
impl UnsafeUnpin for EvmBlockchain
impl UnwindSafe for EvmBlockchain
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.