bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface ProposalsResponse

    interface ProposalsResponse {
        pagination: { next_key: string; total: number };
        proposals: Proposal[];
    }
    Index

    Properties

    pagination: { next_key: string; total: number }
    proposals: Proposal[]