[][src]Trait sunshine_util::traits::ApproveGrant

pub trait ApproveGrant<TeamID> {
    fn approve_grant(&self, team_id: TeamID) -> Self;
fn get_full_team_id(&self) -> Option<TeamID>; }

Required methods

fn approve_grant(&self, team_id: TeamID) -> Self

fn get_full_team_id(&self) -> Option<TeamID>

Loading content...

Implementors

impl<AccountId: Clone, Shares: Clone, Currency: Clone, Hash: Clone> ApproveGrant<TeamID<AccountId>> for GrantApplication<AccountId, Shares, Currency, Hash>[src]

Loading content...