Function sc_cli::commands::utils::print_from_public
source · pub fn print_from_public<Pair>(
public_str: &str,
network_override: Option<Ss58AddressFormat>,
output: OutputType
) -> Result<(), Error>where
Pair: Pair,
Pair::Public: Into<MultiSigner>,
Expand description
Try to parse given public
as hex encoded public key and print relevant information.