Enum ex3_node_types::chain::Chain
source · pub enum Chain {
Bitcoin = 0,
Ethereum = 60,
Dfinity = 223,
BnbChain = 714,
EX3Layer2 = 87_653_426,
}Expand description
Registered coin types for BIP-0044 https://github.com/satoshilabs/slips/blob/master/slip-0044.md
Variants§
Implementations§
Trait Implementations§
source§impl CandidType for Chain
impl CandidType for Chain
source§impl<'de> Deserialize<'de> for Chain
impl<'de> Deserialize<'de> for Chain
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 Ord for Chain
impl Ord for Chain
source§impl PartialEq for Chain
impl PartialEq for Chain
source§impl PartialOrd for Chain
impl PartialOrd for Chain
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for Chain
impl StructuralEq for Chain
impl StructuralPartialEq for Chain
Auto Trait Implementations§
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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