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

Type declaration

Generated using TypeDoc