Function sc_cli::utils::print_from_public [−][src]
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.