Expand description
Common types used throughout guts.
This crate provides the core types for the Guts decentralized code collaboration platform.
Structs§
- Identity
- A user identity in the Guts network.
- Repository
- A repository in the Guts network.
- Repository
Id - A unique identifier for a repository.
Enums§
- Message
Kind - Message types for the Guts protocol.
Constants§
- EPOCH
- The epoch number used in consensus.
- EPOCH_
LENGTH - The epoch length used in consensus.
- NAMESPACE
- The unique namespace prefix used in all signing operations to prevent signature replay attacks.