[][src]Trait sunshine_bounty_client::Bounty

pub trait Bounty: System + Org + Vote + Bank {
    type BountyId: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + PartialOrd + PartialEq + Zero;
}

Associated Types

type BountyId: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + PartialOrd + PartialEq + Zero

Identifier for bounty-related maps and submaps

Loading content...

Implementors

impl Bounty for Runtime[src]

type BountyId = u64

Loading content...