pub async fn get_validation_code_by_hash<Sender>(
    sender: &mut Sender,
    relay_parent: Hash,
    validation_code_hash: ValidationCodeHash
) -> Result<Option<ValidationCode>, Error>where
    Sender: SubsystemSender<RuntimeApiMessage>,
Expand description

Fetch ValidationCode by hash from the runtime.