diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 47bb9b440..d0d93b264 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -16,6 +16,12 @@ module.exports = { ], // required to lint *.vue files plugins: ['vue', 'prettier', 'jest'], + overrides: [ + { + files: ['*.json'], + extends: ['plugin:@intlify/vue-i18n/recommended'], + }, + ], // add your custom rules here rules: { 'no-console': ['error'], @@ -31,7 +37,16 @@ module.exports = { '@intlify/vue-i18n/no-unused-keys': [ 'error', { + src: './src', extensions: ['.js', '.vue'], + ignores: ['/site.thx./'], + enableFix: false, + }, + ], + '@intlify/vue-i18n/no-missing-keys-in-other-locales': [ + 'error', + { + ignoreLocales: [], }, ], 'prettier/prettier': [ diff --git a/frontend/package.json b/frontend/package.json index a948a8fec..f895cdb8b 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "build": "vue-cli-service build", "dev": "yarn run serve", "analyse-bundle": "yarn build && webpack-bundle-analyzer dist/webpack.stats.json", - "lint": "eslint --max-warnings=0 --ext .js,.vue .", + "lint": "eslint --max-warnings=0 --ext .js,.vue,.json .", "stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'", "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'", "test": "TZ=UTC jest --coverage", diff --git a/frontend/public/json-example/admin_card_statistic.json b/frontend/public/json-example/admin_card_statistic.json index bacdccb5a..ff2c2df1d 100644 --- a/frontend/public/json-example/admin_card_statistic.json +++ b/frontend/public/json-example/admin_card_statistic.json @@ -1,5 +1,6 @@ -{"state":"success", "statisticdata": - [ +{ + "state": "success", + "statisticdata": [ { "i_creation_sum": 29288278.4653, "i_creation_mon": 68278.4653, @@ -7,30 +8,30 @@ "i_creation_30d": 288278.4653, "i_creation_14d": 88278.4653, "i_creation_7d": 3278.4653 - }, - { + }, + { "i_transience_sum": 8278.4653, "i_transience_mon": 8278.4653, "i_transience_365d": 8278.4653, "i_transience_30d": 178.4653, "i_transience_14d": 78.4653, "i_transience_7d": 8.4653 - }, - { + }, + { "i_exchange_sum": 23345.2324, "i_exchange_mon": 2, "i_exchange_365d": 2, "i_exchange_30d": 2, "i_exchange_14d": 2, "i_exchange_7d": 2 - }, - { + }, + { "i_members_sum": 5398, "i_members_mon": 234, "i_members_365d": 2356, "i_members_30d": 123, "i_members_14d": 23, "i_members_7d": 24 - } - ] -} \ No newline at end of file + } + ] +} diff --git a/frontend/public/json-example/admin_charts_statistic.json b/frontend/public/json-example/admin_charts_statistic.json index 8c7e6667b..694ad1e10 100644 --- a/frontend/public/json-example/admin_charts_statistic.json +++ b/frontend/public/json-example/admin_charts_statistic.json @@ -1,64 +1,65 @@ -{"state":"success", "statisticdata": - [ - { - "charts_creation_0_mon": 5635, - "charts_creation_1_mon": 5635, - "charts_creation_2_mon": 5635, - "charts_creation_3_mon": 5635, - "charts_creation_4_mon": 5635, - "charts_creation_5_mon": 5635, - "charts_creation_6_mon": 5635, - "charts_creation_7_mon": 5635, - "charts_creation_8_mon": 5635, - "charts_creation_9_mon": 5635, - "charts_creation_10_mon": 5635, - "charts_creation_11_mon": 5635, - "charts_creation_12_mon": 5635 - }, - { - "charts_transience_0_mon": 5635, - "charts_transience_1_mon": 5635, - "charts_transience_2_mon": 5635, - "charts_transience_3_mon": 5635, - "charts_transience_4_mon": 5635, - "charts_transience_5_mon": 5635, - "charts_transience_6_mon": 5635, - "charts_transience_7_mon": 5635, - "charts_transience_8_mon": 5635, - "charts_transience_9_mon": 5635, - "charts_transience_10_mon": 5635, - "charts_transience_11_mon": 5635, - "charts_transience_12_mon": 5635 - }, - { - "charts_exchange_0_mon": 5635, - "charts_exchange_1_mon": 5635, - "charts_exchange_2_mon": 5635, - "charts_exchange_3_mon": 5635, - "charts_exchange_4_mon": 5635, - "charts_exchange_5_mon": 5635, - "charts_exchange_6_mon": 5635, - "charts_exchange_7_mon": 5635, - "charts_exchange_8_mon": 5635, - "charts_exchange_9_mon": 5635, - "charts_exchange_10_mon": 5635, - "charts_exchange_11_mon": 5635, - "charts_exchange_12_mon": 5635 - }, - { - "charts_members_0_mon": 5635, - "charts_members_1_mon": 5635, - "charts_members_2_mon": 5635, - "charts_members_3_mon": 5635, - "charts_members_4_mon": 5635, - "charts_members_5_mon": 5635, - "charts_members_6_mon": 5635, - "charts_members_7_mon": 5635, - "charts_members_8_mon": 5635, - "charts_members_9_mon": 5635, - "charts_members_10_mon": 5635, - "charts_members_11_mon": 5635, - "charts_members_12_mon": 5635 - } - ] -} \ No newline at end of file +{ + "state": "success", + "statisticdata": [ + { + "charts_creation_0_mon": 5635, + "charts_creation_1_mon": 5635, + "charts_creation_2_mon": 5635, + "charts_creation_3_mon": 5635, + "charts_creation_4_mon": 5635, + "charts_creation_5_mon": 5635, + "charts_creation_6_mon": 5635, + "charts_creation_7_mon": 5635, + "charts_creation_8_mon": 5635, + "charts_creation_9_mon": 5635, + "charts_creation_10_mon": 5635, + "charts_creation_11_mon": 5635, + "charts_creation_12_mon": 5635 + }, + { + "charts_transience_0_mon": 5635, + "charts_transience_1_mon": 5635, + "charts_transience_2_mon": 5635, + "charts_transience_3_mon": 5635, + "charts_transience_4_mon": 5635, + "charts_transience_5_mon": 5635, + "charts_transience_6_mon": 5635, + "charts_transience_7_mon": 5635, + "charts_transience_8_mon": 5635, + "charts_transience_9_mon": 5635, + "charts_transience_10_mon": 5635, + "charts_transience_11_mon": 5635, + "charts_transience_12_mon": 5635 + }, + { + "charts_exchange_0_mon": 5635, + "charts_exchange_1_mon": 5635, + "charts_exchange_2_mon": 5635, + "charts_exchange_3_mon": 5635, + "charts_exchange_4_mon": 5635, + "charts_exchange_5_mon": 5635, + "charts_exchange_6_mon": 5635, + "charts_exchange_7_mon": 5635, + "charts_exchange_8_mon": 5635, + "charts_exchange_9_mon": 5635, + "charts_exchange_10_mon": 5635, + "charts_exchange_11_mon": 5635, + "charts_exchange_12_mon": 5635 + }, + { + "charts_members_0_mon": 5635, + "charts_members_1_mon": 5635, + "charts_members_2_mon": 5635, + "charts_members_3_mon": 5635, + "charts_members_4_mon": 5635, + "charts_members_5_mon": 5635, + "charts_members_6_mon": 5635, + "charts_members_7_mon": 5635, + "charts_members_8_mon": 5635, + "charts_members_9_mon": 5635, + "charts_members_10_mon": 5635, + "charts_members_11_mon": 5635, + "charts_members_12_mon": 5635 + } + ] +} diff --git a/frontend/public/json-example/admin_community_statistic.json b/frontend/public/json-example/admin_community_statistic.json index f083991aa..dcdbdb3d4 100644 --- a/frontend/public/json-example/admin_community_statistic.json +++ b/frontend/public/json-example/admin_community_statistic.json @@ -1,19 +1,20 @@ -{"state":"success", "statisticdata": - [ - { - "community_entries1_mon": 5635, - "community_entries2_mon": 5635, - "community_entries3_mon": 5635, - "community_entries4_mon": 5635, - "community_entries5_mon": 5635, - "community_entries6_mon": 5635, - "community_entries7_mon": 5635, - "community_entries8_mon": 5635, - "community_entries9_mon": 5635, - "community_entries0_mon": 5635, - "community_entries10_mon": 5635, - "community_entries11_mon": 5635, - "community_entries12_mon": 5635 - } - ] -} \ No newline at end of file +{ + "state": "success", + "statisticdata": [ + { + "community_entries1_mon": 5635, + "community_entries2_mon": 5635, + "community_entries3_mon": 5635, + "community_entries4_mon": 5635, + "community_entries5_mon": 5635, + "community_entries6_mon": 5635, + "community_entries7_mon": 5635, + "community_entries8_mon": 5635, + "community_entries9_mon": 5635, + "community_entries0_mon": 5635, + "community_entries10_mon": 5635, + "community_entries11_mon": 5635, + "community_entries12_mon": 5635 + } + ] +} diff --git a/frontend/public/json-example/admin_transaction_list.json b/frontend/public/json-example/admin_transaction_list.json index a1af47db8..72544e761 100644 --- a/frontend/public/json-example/admin_transaction_list.json +++ b/frontend/public/json-example/admin_transaction_list.json @@ -1,61 +1,57 @@ -{"state":"success", "transactions": - [ - { - "name": "Jon Tester", - "email": "jon@example.de", - "type": "send", - "transaction_id": 12, - "date": "29-11-2020", - "balance": 7000, - "memo": "Reperatur Waschbecken", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Gradido Community", - "email": "gradido@example.de", - "type": "creation", - "transaction_id": 11, - "date": "1-11-2020", - "balance": 10000, - "memo": "Müll gesammelt im Wald", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Maria Tester", - "email": "maria@example.de", - "type": "receive", - "transaction_id": 7, - "date": "23-10-2020", - "balance": 5000, - "memo": "Spende an Alice ", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Alice Tester", - "email": "alice@example.de", - "type": "receive", - "transaction_id": 5, - "date": "2-8-2020", - "balance": 1000, - "memo": "Bob hat meinen Müll getrennt", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Gradido Community", - "email": "gradido@example.de", - "type": "creation", - "transaction_id": 1, - "date": "11-7-2020", - "balance": 10000, - "memo": "Bob hat meinen Müll getrennt", - "pubkey": "abcdefghi123456789" - - } - ], - "transactionExecutingCount": 8750, - "count": 5 -} \ No newline at end of file +{ + "state": "success", + "transactions": [ + { + "name": "Jon Tester", + "email": "jon@example.de", + "type": "send", + "transaction_id": 12, + "date": "29-11-2020", + "balance": 7000, + "memo": "Reperatur Waschbecken", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Gradido Community", + "email": "gradido@example.de", + "type": "creation", + "transaction_id": 11, + "date": "1-11-2020", + "balance": 10000, + "memo": "Müll gesammelt im Wald", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Maria Tester", + "email": "maria@example.de", + "type": "receive", + "transaction_id": 7, + "date": "23-10-2020", + "balance": 5000, + "memo": "Spende an Alice ", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Alice Tester", + "email": "alice@example.de", + "type": "receive", + "transaction_id": 5, + "date": "2-8-2020", + "balance": 1000, + "memo": "Bob hat meinen Müll getrennt", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Gradido Community", + "email": "gradido@example.de", + "type": "creation", + "transaction_id": 1, + "date": "11-7-2020", + "balance": 10000, + "memo": "Bob hat meinen Müll getrennt", + "pubkey": "abcdefghi123456789" + } + ], + "transactionExecutingCount": 8750, + "count": 5 +} diff --git a/frontend/public/json-example/admin_transience_list.json b/frontend/public/json-example/admin_transience_list.json index 0cbacfbd8..3fa45cdf8 100644 --- a/frontend/public/json-example/admin_transience_list.json +++ b/frontend/public/json-example/admin_transience_list.json @@ -1,49 +1,50 @@ -{"state":"success", "participation": - [ - { +{ + "state": "success", + "participation": [ + { "name": "", - "type": "submitted", - "participation_id": 412, - "date_submitted": "9-12-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "type": "submitted", + "participation_id": 412, + "date_submitted": "9-12-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "8-12-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "name": "", - "type": "in progress", - "participation_id": 312, - "date_submitted": "2-11-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "name": "", + "type": "in progress", + "participation_id": 312, + "date_submitted": "2-11-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "2-11-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "name": "", - "type": "confirmed", - "participation_id": 212, - "date_submitted": "20-10-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "name": "", + "type": "confirmed", + "participation_id": 212, + "date_submitted": "20-10-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "20-10-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "name": "", - "type": "rejected", - "participation_id": 142, - "date_submitted": "17-9-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "name": "", + "type": "rejected", + "participation_id": 142, + "date_submitted": "17-9-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "17-9-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - } - ], - "count": 4 -} \ No newline at end of file + "pubkey": "abcdefghi123456789" + } + ], + "count": 4 +} diff --git a/frontend/public/json-example/admin_userlist.json b/frontend/public/json-example/admin_userlist.json index a8550716f..6a73b616a 100644 --- a/frontend/public/json-example/admin_userlist.json +++ b/frontend/public/json-example/admin_userlist.json @@ -1,5 +1,6 @@ -{"state":"success", "admin0userlist": - [ +{ + "state": "success", + "admin0userlist": [ { "created": 1578688666, "disabled": false, @@ -12,8 +13,8 @@ "public_hex": "2ed28a1cf5e116d83615406bc577152221c2f774a5656f66a0e7540f7576d71b", "role": "admin", "username": "", - "balance_gdd": 174500, - "balance_gdt": 4500, + "balance_gdd": 174500, + "balance_gdt": 4500, "errorCount": 0 }, { @@ -28,8 +29,8 @@ "public_hex": "2ed28a1cf5e116d83615406bc577152221c2f774a5656f66a0e7540f7576d71x", "role": "user", "username": "", - "balance_gdd": 144500, - "balance_gdt": 0, + "balance_gdd": 144500, + "balance_gdt": 0, "errorCount": 0 }, { @@ -44,9 +45,9 @@ "public_hex": "2ed28a1cf5e116d83615406bc577152221c2f774a5656f66a0e7540f7576d71a", "role": "user", "username": "", - "balance_gdd": 444500, - "balance_gdt": 4500, + "balance_gdd": 444500, + "balance_gdt": 4500, "errorCount": 0 } ] -} \ No newline at end of file +} diff --git a/frontend/public/json-example/userdata.json b/frontend/public/json-example/userdata.json index 69f5a8041..9fc63da4d 100644 --- a/frontend/public/json-example/userdata.json +++ b/frontend/public/json-example/userdata.json @@ -1,5 +1,6 @@ -{"state":"success", "userdata": - [ +{ + "state": "success", + "userdata": [ { "created": 1578688666, "disabled": false, @@ -12,8 +13,8 @@ "public_hex": "2ed28a1cf5e116d83615406bc577152221c2f774a5656f66a0e7540f7576d71b", "role": "admin", "username": "", - "balance": 174500, + "balance": 174500, "errorCount": 0 } ] -} \ No newline at end of file +} diff --git a/frontend/public/json-example/userparticipation.json b/frontend/public/json-example/userparticipation.json index 4e29f117b..cfd63062d 100644 --- a/frontend/public/json-example/userparticipation.json +++ b/frontend/public/json-example/userparticipation.json @@ -1,45 +1,46 @@ -{"state":"success", "participation": - [ - { - "type": "submitted", - "participation_id": 412, - "date_submitted": "9-12-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", +{ + "state": "success", + "participation": [ + { + "type": "submitted", + "participation_id": 412, + "date_submitted": "9-12-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "8-12-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "type": "in progress", - "participation_id": 312, - "date_submitted": "2-11-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "type": "in progress", + "participation_id": 312, + "date_submitted": "2-11-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "2-11-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "type": "confirmed", - "participation_id": 212, - "date_submitted": "20-10-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "type": "confirmed", + "participation_id": 212, + "date_submitted": "20-10-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "20-10-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - }, - { - "type": "rejected", - "participation_id": 142, - "date_submitted": "17-9-2020", - "titel": "Lorem Ipsum panta lore es Tastina sero was. ", - "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", + "pubkey": "abcdefghi123456789" + }, + { + "type": "rejected", + "participation_id": 142, + "date_submitted": "17-9-2020", + "titel": "Lorem Ipsum panta lore es Tastina sero was. ", + "text": "Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. Lorem Ipsum panta lore es Tastina sero was. ", "date_participation": "17-9-2020", "plz_participation": "01099", - "pubkey": "abcdefghi123456789" - } - ], - "count": 4 -} \ No newline at end of file + "pubkey": "abcdefghi123456789" + } + ], + "count": 4 +} diff --git a/frontend/public/json-example/usertransactions.json b/frontend/public/json-example/usertransactions.json index a1af47db8..72544e761 100644 --- a/frontend/public/json-example/usertransactions.json +++ b/frontend/public/json-example/usertransactions.json @@ -1,61 +1,57 @@ -{"state":"success", "transactions": - [ - { - "name": "Jon Tester", - "email": "jon@example.de", - "type": "send", - "transaction_id": 12, - "date": "29-11-2020", - "balance": 7000, - "memo": "Reperatur Waschbecken", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Gradido Community", - "email": "gradido@example.de", - "type": "creation", - "transaction_id": 11, - "date": "1-11-2020", - "balance": 10000, - "memo": "Müll gesammelt im Wald", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Maria Tester", - "email": "maria@example.de", - "type": "receive", - "transaction_id": 7, - "date": "23-10-2020", - "balance": 5000, - "memo": "Spende an Alice ", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Alice Tester", - "email": "alice@example.de", - "type": "receive", - "transaction_id": 5, - "date": "2-8-2020", - "balance": 1000, - "memo": "Bob hat meinen Müll getrennt", - "pubkey": "abcdefghi123456789" - - }, - { - "name": "Gradido Community", - "email": "gradido@example.de", - "type": "creation", - "transaction_id": 1, - "date": "11-7-2020", - "balance": 10000, - "memo": "Bob hat meinen Müll getrennt", - "pubkey": "abcdefghi123456789" - - } - ], - "transactionExecutingCount": 8750, - "count": 5 -} \ No newline at end of file +{ + "state": "success", + "transactions": [ + { + "name": "Jon Tester", + "email": "jon@example.de", + "type": "send", + "transaction_id": 12, + "date": "29-11-2020", + "balance": 7000, + "memo": "Reperatur Waschbecken", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Gradido Community", + "email": "gradido@example.de", + "type": "creation", + "transaction_id": 11, + "date": "1-11-2020", + "balance": 10000, + "memo": "Müll gesammelt im Wald", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Maria Tester", + "email": "maria@example.de", + "type": "receive", + "transaction_id": 7, + "date": "23-10-2020", + "balance": 5000, + "memo": "Spende an Alice ", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Alice Tester", + "email": "alice@example.de", + "type": "receive", + "transaction_id": 5, + "date": "2-8-2020", + "balance": 1000, + "memo": "Bob hat meinen Müll getrennt", + "pubkey": "abcdefghi123456789" + }, + { + "name": "Gradido Community", + "email": "gradido@example.de", + "type": "creation", + "transaction_id": 1, + "date": "11-7-2020", + "balance": 10000, + "memo": "Bob hat meinen Müll getrennt", + "pubkey": "abcdefghi123456789" + } + ], + "transactionExecutingCount": 8750, + "count": 5 +}