Function solana_clap_utils::input_validators::is_hash

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