Crate ant_registers

Source

Structs§

EntryHash
Hash of the register entry. Logging as the same format of XorName.
Register
A Register on the SAFE Network
RegisterAddress
Address of a Register on the SAFE Network
RegisterCrdt
Register data type as a CRDT with Access Control
RegisterOp
Register mutation operation to apply to Register. CRDT Data operation applicable to other Register replica.
SignedRegister
A Signed Register on the SAFE Network This cryptographically secure version of the Register is used to make sure that the data cannot be tampered with

Enums§

Error
Permissions
Register permissions Everyone can read a Register, all data is public on safe network. The Default value is nobody can write.

Type Aliases§

Entry
An entry in a Register (note that the vec<u8> is size limited: MAX_REG_ENTRY_SIZE)