[][src]Trait pallet_plasm_validator::ComputeEraOnModule

pub trait ComputeEraOnModule<Param> {
    fn compute(era: &EraIndex) -> Param;
}

Required methods

fn compute(era: &EraIndex) -> Param

Loading content...

Implementors

impl<T: Trait> ComputeEraOnModule<u32> for Module<T>[src]

This is first validator rewards algorithm.

Loading content...