solana_clap_utils::input_validators

Function is_keypair

source
pub fn is_keypair<T>(string: T) -> Result<(), String>
where T: AsRef<str> + Display,