[][src]Trait sunshine_util::traits::StartTeamConsentPetition

pub trait StartTeamConsentPetition<ShareID, VoteID> {
    fn start_team_consent_petition(
        &self,
        share_id: ShareID,
        vote_id: VoteID
    ) -> Self;
fn get_team_consent_id(&self) -> Option<VoteID>;
fn get_team_flat_id(&self) -> Option<ShareID>; }

Required methods

fn get_team_flat_id(&self) -> Option<ShareID>

Loading content...

Implementors

impl<AccountId: Clone, Shares: Clone, Currency: Clone, Hash: Clone> StartTeamConsentPetition<ShareID, VoteID> for GrantApplication<AccountId, Shares, Currency, Hash>[src]

Loading content...