ConnectionPaths define all the connection paths for a given client state.

interface ConnectionPathsAmino {
    client_id?: string;
    paths?: string[];
}

Properties

Properties

client_id?: string

client state unique identifier

paths?: string[]

list of connection paths