[][src]Trait sunshine_bounty_client::Donate

pub trait Donate: System + Org {
    type DCurrency: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + PartialOrd + PartialEq + Zero;
}

Associated Types

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

The currency type for on-chain transactions

Loading content...

Implementors

impl Donate for Runtime[src]

Loading content...