pub trait ProvideTotalCrowdloanRewardAllocation<T: Config> {
    // Required method
    fn get_total_crowdloan_allocation(
        
    ) -> Option<<<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::Balance>;
}

Required Methods§

Implementors§