interface UpdateVoter {
    new_voter: string;
    old_voter: string;
    operator: string;
    pool_address: string;
}

Properties

new_voter: string
old_voter: string
operator: string
pool_address: string