json-joy
    Preparing search index...

    Interface JsonCodecNewConOperation

    Operations which creates a new "con" Constant data type. Constant CRDT data types are immutable and cannot be changed after creation.

    interface JsonCodecNewConOperation {
        op: "new_con";
        timestamp?: boolean;
        value?: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "new_con"

    Mnemonic.

    timestamp?: boolean

    If true, the value is a timestamp.

    value?: unknown

    Literal JSON value, which can also contain binary data; or, a logical clock timestamp.