pub fn get_call_hash(
    metadata: &RuntimeMetadataV14,
    pallet_name: &str,
    call_name: &str
) -> Result<[u8; 32], NotFound>
Expand description

Obtain the hash for a specific call, or an error if it’s not found.