darkfi_dao_contract::model

Trait VecAuthCallCommit

Source
pub trait VecAuthCallCommit {
    // Required method
    fn commit(&self) -> Base;
}

Required Methods§

Source

fn commit(&self) -> Base

Implementations on Foreign Types§

Source§

impl VecAuthCallCommit for Vec<DaoAuthCall>

Source§

fn commit(&self) -> Base

Implementors§