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.