ConnectionPaths: {
    decode(input: Uint8Array | Reader, length?: number): ConnectionPaths;
    encode(message: ConnectionPaths, writer?: Writer): Writer;
    fromJSON(object: any): ConnectionPaths;
    fromPartial<I>(object: I): ConnectionPaths;
    toJSON(message: ConnectionPaths): unknown;
}

Type declaration

Generated using TypeDoc