Skip to main content

Module crdt

Module crdt 

Source

Structsยง

CrdtResolver
Last-Write-Wins (LWW) CRDT Resolver Ensures offline-first mobile devices can sync disparate state without conflicts.
DelegatedAccess
Represents a cryptographic grant of authority from a Principal to a Delegate. Essential for Guardianship (e.g., homeless individual granting read access to a social worker).
SuspendedTransaction
A zero-allocation suspended transaction context. Holds the flattened Webizen VM execution frame while waiting for network consensus.
SuspendedTransactionQueue
A fixed-size pending queue for Webizen VM transactions waiting on M:N Guardianship signatures.