interface UpdateVoterEvent {
    admin: string;
    new_voter: string;
    old_voter: string;
    staking_pool_address: string;
    vesting_contract_address: string;
}

Properties

admin: string
new_voter: string
old_voter: string
staking_pool_address: string
vesting_contract_address: string