Type Alias cfx_internal_common::chain_id::ChainIdParamsOneChainInner
source · pub type ChainIdParamsOneChainInner = ChainIdParamsInnerGeneric<u32>;
Aliased Type§
struct ChainIdParamsOneChainInner { /* private fields */ }
Implementations§
source§impl ChainIdParamsOneChainInner
impl ChainIdParamsOneChainInner
pub fn parse_config_str(config: &str) -> Result<Self, String>
Trait Implementations§
source§impl From<ChainIdParamsDeprecated> for ChainIdParamsOneChainInner
impl From<ChainIdParamsDeprecated> for ChainIdParamsOneChainInner
source§fn from(x: ChainIdParamsDeprecated) -> Self
fn from(x: ChainIdParamsDeprecated) -> Self
Converts to this type from the input type.