interface DelegateVotingPowerEvent {
    delegator: string;
    pool_address: string;
    voter: string;
}

Properties

delegator: string
pool_address: string
voter: string