@coopenomics/sdk
    Preparing search index...
    query: {
        getLedgerHistory: [
            { data: Variable<"GetLedgerHistoryInput!", "data"> },
            {
                currentPage: boolean;
                items: {
                    account_id: boolean;
                    action: boolean;
                    comment: boolean;
                    coopname: boolean;
                    created_at: boolean;
                    global_sequence: boolean;
                    hash: boolean;
                    quantity: boolean;
                    username: boolean;
                };
                totalCount: boolean;
                totalPages: boolean;
            },
        ];
    } = ...

    Получить историю операций по счетам кооператива

    Type Declaration

    • getLedgerHistory: [
          { data: Variable<"GetLedgerHistoryInput!", "data"> },
          {
              currentPage: boolean;
              items: {
                  account_id: boolean;
                  action: boolean;
                  comment: boolean;
                  coopname: boolean;
                  created_at: boolean;
                  global_sequence: boolean;
                  hash: boolean;
                  quantity: boolean;
                  username: boolean;
              };
              totalCount: boolean;
              totalPages: boolean;
          },
      ]