Crate bee_message
source · [−]Expand description
Core data types for messages in the tangle.
Modules
A module that provides types and syntactic validations of addresses.
A module that contains constants related to messages.
A module that provides types and syntactic validations of inputs.
A module that provides types and syntactic validations of milestones.
A module that provides types and syntactic validations of outputs.
A module that provides types and syntactic validations of parents. The parents module defines the core data type for storing the messages directly approved by a message.
A module that provides types and syntactic validations of payloads. The payload module defines the core data types for representing message payloads.
A prelude for the bee-message
crate.
A module that provides types and syntactic validations of signatures.
A module that provides types and syntactic validations of unlock blocks.
Structs
Represent the object that nodes gossip around the network.
A builder to build a Message
.
A message identifier, the BLAKE2b-256 hash of the message bytes. See https://www.blake2.net/ for more information.
Enums
Error occurring when creating/parsing/validating messages.
Constants
The length of a message identifier.
The maximum number of bytes in a message.
The minimum number of bytes in a message.