@sentio/sdk
    Preparing search index...
    interface Vote {
        delegation_pool: string;
        num_votes: bigint;
        proposal_id: bigint;
        should_pass: boolean;
        voter: string;
    }
    Index

    Properties

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