Skip to content
Snippets Groups Projects
Commit f3649e38 authored by Bryant Eisenbach's avatar Bryant Eisenbach Committed by Gavin Wood
Browse files

docs: Added more correct documentation for using genesis config (#3445)

parent 6876c50a
No related merge requests found
......@@ -133,7 +133,17 @@ use proc_macro::TokenStream;
/// }
/// ```
///
/// This struct can be exposed as `Config` by the `decl_runtime!` macro.
/// This struct can be exposed as `ExampleConfig` by the `construct_runtime!` macro like follows:
///
/// ```nocompile
/// construct_runtime!(
/// pub enum Runtume with ... {
/// ...,
/// Example: example::{Module, Storage, ..., Config<T>},
/// ...,
/// }
/// );
/// ```
///
/// ### Module with Instances
///
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment