@sentio/sdk
    Preparing search index...
    interface ResolveProposal {
        no_votes: bigint;
        proposal_id: bigint;
        resolved_early: boolean;
        yes_votes: bigint;
    }
    Index

    Properties

    no_votes: bigint
    proposal_id: bigint
    resolved_early: boolean
    yes_votes: bigint