Struct dao::voting_contracts::SimpleVoterContractDeployer
source · pub struct SimpleVoterContractDeployer;
Expand description
Deployer for the SimpleVoterContract contract.
Implementations§
source§impl SimpleVoterContractDeployer
impl SimpleVoterContractDeployer
pub fn init( variable_repository: Address, reputation_token: Address, va_token: Address ) -> SimpleVoterContractRef
Auto Trait Implementations§
impl RefUnwindSafe for SimpleVoterContractDeployer
impl Send for SimpleVoterContractDeployer
impl Sync for SimpleVoterContractDeployer
impl Unpin for SimpleVoterContractDeployer
impl UnwindSafe for SimpleVoterContractDeployer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more