Expand description
Prelude for ROFL applications.
Re-exports§
pub use crate as sdk;
pub use super::App;
pub use super::AppId;
pub use super::Environment;
Structs§
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Consensus layer trust root.
- A protocol or runtime version.
Type Aliases§
Result<T, Error>