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

interface VersionAmino {
    features?: string[];
    identifier?: string;
}

Properties

features?: string[]

list of features compatible with the specified identifier

identifier?: string

unique version identifier