VecAuth
Call
Commit
darkfi_
dao_
contract
0.4.1
VecAuth
Call
Commit
Required Methods
commit
Implementations on Foreign Types
Vec<DaoAuthCall>
Implementors
In darkfi_
dao_
contract::
model
Structs
Dao
DaoAuthCall
DaoAuthMoneyTransferParams
DaoBlindAggregateVote
DaoBulla
DaoExecParams
DaoExecUpdate
DaoMintParams
DaoMintUpdate
DaoProposal
DaoProposalBulla
DaoProposalMetadata
DaoProposeParams
DaoProposeParamsInput
DaoProposeUpdate
DaoVoteParams
DaoVoteParamsInput
DaoVoteUpdate
Traits
VecAuthCallCommit
darkfi_dao_contract
::
model
Trait
VecAuthCallCommit
Copy item path
Settings
Help
Summary
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
§