pub trait NetworkTypeExt {
// Required method
fn to_csl(&self) -> NetworkIdKind;
}
Expand description
Extension trait for NetworkType.
Required Methods§
Sourcefn to_csl(&self) -> NetworkIdKind
fn to_csl(&self) -> NetworkIdKind
Converts NetworkType to CSL [cardano_serialization_lib::Value].