Expand description
Core identifiers used by the Linera protocol.
Structs§
- Account
- A system account.
- Application
Id - A unique identifier for a user application from a blob.
- BlobId
- A content-addressed blob ID i.e. the hash of the
BlobContent
. - ChainId
- The unique identifier (UID) of a chain. This is currently computed as the hash value
of a
ChainDescription
. - EventId
- An event identifier.
- Index
AndEvent - The result of an
events_from_index
. - Message
Id - The index of a message in a chain.
- Module
Id - A unique identifier for a module.
- Stream
Id - An event stream ID.
- Stream
Name - The name of an event stream.
Enums§
- Account
Owner - An account owner.
- Blob
Type - The type of the blob.
Should be a 1:1 mapping of the types in
Blob
. - Generic
Application Id - A unique identifier for an application.