[][src]Trait sunshine_util::traits::VerifyShape

pub trait VerifyShape {
    fn verify_shape(&self) -> bool;
}

Checks that the total field is correct by summing all assigned share quantities

Required methods

fn verify_shape(&self) -> bool

Loading content...

Implementors

impl<AccountId: Parameter, Shares: Copy + Parameter + From<u32> + Add<Output = Shares>> VerifyShape for SimpleShareGenesis<AccountId, Shares>[src]

Loading content...