@coopenomics/sdk
    Preparing search index...

    Variable queryConst

    query: {
        capitalVotes: [
            {
                filter: Variable<"VoteFilter", "filter">;
                options: Variable<"PaginationInput", "options">;
            },
            {
                currentPage: boolean;
                items: {
                    _created_at: boolean;
                    _id: boolean;
                    _updated_at: boolean;
                    amount: boolean;
                    block_num: boolean;
                    coopname: boolean;
                    id: boolean;
                    present: boolean;
                    project_hash: boolean;
                    recipient: boolean;
                    recipient_display_name: boolean;
                    voted_at: boolean;
                    voter: boolean;
                    voter_display_name: boolean;
                };
                totalCount: boolean;
                totalPages: boolean;
            },
        ];
    } = ...

    Получение всех голосов с фильтрацией

    Type Declaration

    • capitalVotes: [
          {
              filter: Variable<"VoteFilter", "filter">;
              options: Variable<"PaginationInput", "options">;
          },
          {
              currentPage: boolean;
              items: {
                  _created_at: boolean;
                  _id: boolean;
                  _updated_at: boolean;
                  amount: boolean;
                  block_num: boolean;
                  coopname: boolean;
                  id: boolean;
                  present: boolean;
                  project_hash: boolean;
                  recipient: boolean;
                  recipient_display_name: boolean;
                  voted_at: boolean;
                  voter: boolean;
                  voter_display_name: boolean;
              };
              totalCount: boolean;
              totalPages: boolean;
          },
      ]