[][src]Trait sunshine_util::traits::ApproveWithoutTransfer

pub trait ApproveWithoutTransfer {
    fn approve_without_transfer(&self) -> Self;
}

Required methods

fn approve_without_transfer(&self) -> Self

Loading content...

Implementors

impl<Hash: Clone, Currency: Clone, AccountId: Clone> ApproveWithoutTransfer for MilestoneSubmission<Hash, Currency, AccountId>[src]

Loading content...