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;
}

Properties

command: "start_protocol"
protocol: Protocols
version: string