Trait darkfi_dao_contract::model::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§