@refinio/one.models
    Preparing search index...

    Message used by one side to tell the other side that a special protocol flow with a certain version shall be started.

    interface StartProtocolMessage {
        command: "start_protocol";
        protocol: Protocols;
        version: string;
    }
    Index

    Properties

    command: "start_protocol"
    protocol: Protocols
    version: string