Message that transports a key object.

interface KeysObjectMessage {
    command: "keys_object";
    obj: Keys;
}

Properties

Properties

command: "keys_object"
obj: Keys