[][src]Trait sunshine_bounty_client::Org

pub trait Org: System {
    type IpfsReference: Parameter + Member + Default;
    type OrgId: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + Zero;
    type Shares: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + Zero;
}

The subset of the org trait and its inherited traits that the client must inherit

Associated Types

type IpfsReference: Parameter + Member + Default

Cid type

type OrgId: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + Zero

Organization Identifier

type Shares: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerializeDeserialize + Debug + Zero

Metric for measuring ownership in context of OrgId (group)

Loading content...

Implementors

impl Org for Runtime[src]

Loading content...