pub type TreasuryConfig = GenesisConfig<Runtime>;

Aliased Type§

struct TreasuryConfig { /* private fields */ }

Trait Implementations§

§

impl<T, I> BuildStorage for GenesisConfig<T, I>where T: Config<I>, I: 'static,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.