interface VoteEvent {
    delegation_pool: string;
    num_votes: bigint;
    proposal_id: bigint;
    should_pass: Boolean;
    voter: string;
}

Properties

delegation_pool: string
num_votes: bigint
proposal_id: bigint
should_pass: Boolean
voter: string