darkfi_
dao_
contract
0.4.1
VecAuth
Call
Commit
Required Methods
commit
Implementations on Foreign Types
Vec<DaoAuthCall>
Implementors
In darkfi_
dao_
contract::
model
darkfi_dao_contract
::
model
Trait
VecAuthCallCommit
Copy item path
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
§