Version defines the versioning scheme used to negotiate the IBC verison in the connection handshake.

interface Version {
    features: string[];
    identifier: string;
}

Properties

Properties

features: string[]

list of features compatible with the specified identifier

identifier: string

unique version identifier