Expand description
Locutus stdlib prelude.
Re-exports§
pub use bincode;
pub use blake2;
pub use tracing;
pub use tracing_subscriber;
pub use crate::contract_interface::*;
Structs§
- Application
Message - Client
Response - Component
- Executable component
- Component
Context - Component
Interface Result - Component
Key - Contract
Hash - GetSecret
Request - GetSecret
Response - Notification
Message - Secrets
Id - SetSecret
Request - User
Input Request - User
Input Response - Version
- SemVer version as defined by https://semver.org.
Enums§
- Component
Error - Type of errors during interaction with a component.
- Contract
Container - Wrapper that allows contract versioning. This enum maintains the types of contracts that are allowed and their corresponding version.
- Inbound
Component Msg - Outbound
Component Msg - WasmAPI
Version - Contains the different versions available for wasm contracts.