pub type CrowdloanRewardsConfig = GenesisConfig<Runtime>;

Aliased Type§

struct CrowdloanRewardsConfig {
    pub funded_amount: u128,
}

Fields§

§funded_amount: u128

The amount of funds this pallet controls

Trait Implementations§

§

impl<T> BuildStorage for GenesisConfig<T>where T: Config,

§

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.