interface ResolveProposal {
    no_votes: bigint;
    proposal_id: bigint;
    resolved_early: Boolean;
    yes_votes: bigint;
}

Properties

no_votes: bigint
proposal_id: bigint
resolved_early: Boolean
yes_votes: bigint