//! Module containing the [`Runtime`](Runtime) trait and its example implementations. You can use
//! `drink` with any runtime that implements the `Runtime` trait.
pub use RuntimeMetadataPrefixed;
pub use MinimalRuntime;
/// The type of an account identifier.
pub type AccountIdFor<R> = AccountId;
/// The type of a hash.
pub type HashFor<R> = Hash;