OpenClaw SDK
    Preparing search index...

    Interface NegotiatedProtocol

    Negotiated protocol version

    interface NegotiatedProtocol {
        version: number;
        min: number;
        max: number;
    }
    Index

    Properties

    Properties

    version: number
    min: number
    max: number