Struct dao::voting_contracts::KycVoterContractDeployer
source · pub struct KycVoterContractDeployer;
Expand description
Deployer for the KycVoterContract contract.
Implementations§
source§impl KycVoterContractDeployer
impl KycVoterContractDeployer
pub fn init( variable_repository: Address, reputation_token: Address, va_token: Address, kyc_token: Address ) -> KycVoterContractRef
Auto Trait Implementations§
impl RefUnwindSafe for KycVoterContractDeployer
impl Send for KycVoterContractDeployer
impl Sync for KycVoterContractDeployer
impl Unpin for KycVoterContractDeployer
impl UnwindSafe for KycVoterContractDeployer
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