Module drink_next::runtime
source · Expand description
Module containing the Runtime
trait and its example implementations. You can use
drink
with any runtime that implements the Runtime
trait.
Re-exports§
pub use minimal::MinimalRuntime;
Modules§
- This module provides all the necessary elements for supporting contract debugging directly in the contracts pallet.
Structs§
- Metadata prefixed by a u32 for reserved usage
Traits§
- A runtime to use.
Type Aliases§
- The type of an account identifier.
- Extract the Runtime configuration.
- The type of a hash.