Module ssb_validate::message_value[][src]

Expand description

Functions for validating message values (ie. just the value without key and timestamp).

Structs

Data type representing the value of a message object (KVT). More information concerning the data model can be found in the Metadata documentation.

Functions

Validation checks which are common across all contexts. The check_previous argument is used to control checks for the optional previous_value and previous_key parameters.

Batch validate a collection of message values. Messages are not required to be in order or to be authored by a single identity.

Batch validate a collection of message values, all by the same author, ordered by ascending sequence number, with no missing messages.

Batch validate an out-of-order collection of message values from a single author.

Validate a single message value (in isolation).

Validate a message value in relation to the previous message value.

Validate an out-of-order message value.