pub struct SlashingVoterContractDeployer;
Expand description
Deployer for the SlashingVoterContract contract.
Implementations§
source§impl SlashingVoterContractDeployer
impl SlashingVoterContractDeployer
pub fn init( variable_repository: Address, reputation_token: Address, va_token: Address ) -> SlashingVoterContractRef
Auto Trait Implementations§
impl RefUnwindSafe for SlashingVoterContractDeployer
impl Send for SlashingVoterContractDeployer
impl Sync for SlashingVoterContractDeployer
impl Unpin for SlashingVoterContractDeployer
impl UnwindSafe for SlashingVoterContractDeployer
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