Function ibc::ics03_connection::version::pick_version[][src]

pub fn pick_version(
    supported_versions: Vec<Version>,
    counterparty_versions: Vec<Version>
) -> Option<Version>

Selects a version from the intersection of locally supported and counterparty versions.