Type alias CrdtMessageHeader

CrdtMessageHeader: {
    length: uint32;
    type: uint32;
}

Min length = 8 bytes All message length including

Param

uint32 the length of all message (including the header)

Param

define the function which handles the data

Type declaration