pub trait WeightInfo {
    // Required methods
    fn initialize_reward_vec(x: u32) -> Weight;
    fn complete_initialization() -> Weight;
    fn claim() -> Weight;
    fn update_reward_address() -> Weight;
    fn associate_native_identity() -> Weight;
    fn change_association_with_relay_keys(x: u32) -> Weight;
    fn set_crowdloan_allocation() -> Weight;
}
Expand description

Weight functions needed for pallet_crowdloan_rewards.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§