From 2d76f63442dc6e1bafd2f5ba88b2f8fc46594791 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Tue, 15 Jun 2021 16:49:26 +0000 Subject: [PATCH] Fix meta update process --- .../components/AccountDetailsComponent.html | 15 +- .../components/SettingsComponent.html | 29 +- .../compodoc/components/SidebarComponent.html | 14 +- docs/compodoc/coverage.html | 24 ++ .../images/coverage-badge-documentation.svg | 2 +- docs/compodoc/injectables/AuthService.html | 83 +++-- .../compodoc/injectables/KeystoreService.html | 305 ++++++++++++++++++ .../injectables/TransactionService.html | 54 ++-- docs/compodoc/injectables/UserService.html | 121 +++---- docs/compodoc/js/menu-wc.js | 3 + docs/compodoc/js/search/search_index.js | 4 +- docs/compodoc/miscellaneous/functions.html | 83 +++++ docs/compodoc/miscellaneous/variables.html | 6 +- docs/compodoc/modules/AppModule.html | 76 ++--- .../modules/AppModule/dependencies.svg | 76 ++--- docs/compodoc/modules/PagesModule.html | 38 +-- .../modules/PagesModule/dependencies.svg | 38 +-- docs/compodoc/modules/SettingsModule.html | 46 +-- .../modules/SettingsModule/dependencies.svg | 46 +-- docs/compodoc/modules/SharedModule.html | 8 +- .../modules/SharedModule/dependencies.svg | 8 +- docs/compodoc/modules/TokensModule.html | 46 +-- .../modules/TokensModule/dependencies.svg | 46 +-- docs/compodoc/modules/TransactionsModule.html | 8 +- .../TransactionsModule/dependencies.svg | 8 +- docs/compodoc/overview.html | 2 +- docs/typedoc/assets/js/search.js | 2 +- ...pp__services_auth_service.authservice.html | 42 +-- ...ices_keystore_service.keystoreservice.html | 221 +++++++++++++ ...ransaction_service.transactionservice.html | 32 +- ...pp__services_user_service.userservice.html | 68 ++-- docs/typedoc/index.html | 6 + docs/typedoc/modules.html | 8 + docs/typedoc/modules/app__helpers.html | 9 + docs/typedoc/modules/app__helpers_sync.html | 158 +++++++++ docs/typedoc/modules/app__services.html | 18 ++ .../app__services_keystore_service.html | 126 ++++++++ src/app/_helpers/index.ts | 1 + src/app/_helpers/sync.ts | 31 ++ src/app/_services/user.service.ts | 4 +- .../account-details.component.html | 13 +- .../pages/settings/settings.component.html | 27 +- src/app/shared/sidebar/sidebar.component.html | 12 +- 43 files changed, 1451 insertions(+), 516 deletions(-) create mode 100644 docs/compodoc/injectables/KeystoreService.html create mode 100644 docs/typedoc/classes/app__services_keystore_service.keystoreservice.html create mode 100644 docs/typedoc/modules/app__helpers_sync.html create mode 100644 docs/typedoc/modules/app__services_keystore_service.html create mode 100644 src/app/_helpers/sync.ts diff --git a/docs/compodoc/components/AccountDetailsComponent.html b/docs/compodoc/components/AccountDetailsComponent.html index 265c7d2..b3005e2 100644 --- a/docs/compodoc/components/AccountDetailsComponent.html +++ b/docs/compodoc/components/AccountDetailsComponent.html @@ -2596,17 +2596,6 @@ export class AccountDetailsComponent implements OnInit { </mat-form-field> </div> - <div class="col-md-6 col-lg-4"> - <button - mat-raised-button - color="primary" - type="button" - class="btn btn-outline-primary mb-3" - > - Add User KYC - </button> - </div> - <div class="col-md-6 col-lg-4"> <button mat-raised-button @@ -2663,7 +2652,7 @@ export class AccountDetailsComponent implements OnInit { </thead> <tbody> <tr> - <td>{{ account?.vcard?.fn[0].value }}</td> + <td>{{ account?.vcard?.fn[0].value || accountAddress }}</td> <td>{{ account?.balance | tokenRatio }} {{ tokenSymbol | uppercase }}</td> <td>{{ account?.date_registered | unixDate }}</td> <td> @@ -2936,7 +2925,7 @@ export class AccountDetailsComponent implements OnInit { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/compodoc/injectables/TransactionService.html b/docs/compodoc/injectables/TransactionService.html index 8bba0b9..f34721c 100644 --- a/docs/compodoc/injectables/TransactionService.html +++ b/docs/compodoc/injectables/TransactionService.html @@ -159,7 +159,7 @@ -
Defined in src/app/_services/transaction.service.ts:32
+
Defined in src/app/_services/transaction.service.ts:33
@@ -260,8 +260,8 @@ -
Defined in src/app/_services/transaction.service.ts:118
+
Defined in src/app/_services/transaction.service.ts:119
@@ -341,8 +341,8 @@ -
Defined in src/app/_services/transaction.service.ts:138
+
Defined in src/app/_services/transaction.service.ts:139
@@ -429,8 +429,8 @@ -
Defined in src/app/_services/transaction.service.ts:53
+
Defined in src/app/_services/transaction.service.ts:54
@@ -523,8 +523,8 @@ -
Defined in src/app/_services/transaction.service.ts:49
+
Defined in src/app/_services/transaction.service.ts:50
@@ -607,8 +607,8 @@ -
Defined in src/app/_services/transaction.service.ts:43
+
Defined in src/app/_services/transaction.service.ts:44
@@ -646,8 +646,8 @@ -
Defined in src/app/_services/transaction.service.ts:133
+
Defined in src/app/_services/transaction.service.ts:134
@@ -687,8 +687,8 @@ -
Defined in src/app/_services/transaction.service.ts:93
+
Defined in src/app/_services/transaction.service.ts:94
@@ -764,8 +764,8 @@ -
Defined in src/app/_services/transaction.service.ts:57
+
Defined in src/app/_services/transaction.service.ts:58
@@ -847,8 +847,8 @@ -
Defined in src/app/_services/transaction.service.ts:145
+
Defined in src/app/_services/transaction.service.ts:146
@@ -957,7 +957,7 @@ -
Defined in src/app/_services/transaction.service.ts:32
+
Defined in src/app/_services/transaction.service.ts:33
@@ -984,7 +984,7 @@ -
Defined in src/app/_services/transaction.service.ts:28
+
Defined in src/app/_services/transaction.service.ts:29
@@ -1016,7 +1016,7 @@ -
Defined in src/app/_services/transaction.service.ts:27
+
Defined in src/app/_services/transaction.service.ts:28
@@ -1042,7 +1042,7 @@ -
Defined in src/app/_services/transaction.service.ts:29
+
Defined in src/app/_services/transaction.service.ts:30
@@ -1069,7 +1069,7 @@ -
Defined in src/app/_services/transaction.service.ts:30
+
Defined in src/app/_services/transaction.service.ts:31
@@ -1096,7 +1096,7 @@ -
Defined in src/app/_services/transaction.service.ts:31
+
Defined in src/app/_services/transaction.service.ts:32
@@ -1129,6 +1129,7 @@ import { CICRegistry } from '@cicnet/cic-client'; import { RegistryService } from '@app/_services/registry.service'; import Web3 from 'web3'; import { Web3Service } from '@app/_services/web3.service'; +import { KeystoreService } from '@app/_services/keystore.service'; const vCard = require('vcard-parser'); @Injectable({ @@ -1280,7 +1281,8 @@ export class TransactionService { tx.value = toValue(value); tx.data = data; const txMsg = tx.message(); - const privateKey = this.authService.mutableKeyStore.getPrivateKey(); + const keystore = await KeystoreService.getKeystore(); + const privateKey = keystore.getPrivateKey(); if (!privateKey.isDecrypted()) { const password = window.prompt('password'); await privateKey.decrypt(password); diff --git a/docs/compodoc/injectables/UserService.html b/docs/compodoc/injectables/UserService.html index ad28a28..1385a8d 100644 --- a/docs/compodoc/injectables/UserService.html +++ b/docs/compodoc/injectables/UserService.html @@ -216,7 +216,7 @@ -
Defined in src/app/_services/user.service.ts:36
+
Defined in src/app/_services/user.service.ts:37
@@ -317,8 +317,8 @@ -
Defined in src/app/_services/user.service.ts:266
+
Defined in src/app/_services/user.service.ts:267
@@ -399,8 +399,8 @@ -
Defined in src/app/_services/user.service.ts:154
+
Defined in src/app/_services/user.service.ts:155
@@ -471,8 +471,8 @@ -
Defined in src/app/_services/user.service.ts:67
+
Defined in src/app/_services/user.service.ts:68
@@ -663,8 +663,8 @@ -
Defined in src/app/_services/user.service.ts:193
+
Defined in src/app/_services/user.service.ts:194
@@ -753,8 +753,8 @@ -
Defined in src/app/_services/user.service.ts:219
+
Defined in src/app/_services/user.service.ts:220
@@ -841,8 +841,8 @@ -
Defined in src/app/_services/user.service.ts:162
+
Defined in src/app/_services/user.service.ts:163
@@ -911,8 +911,8 @@ -
Defined in src/app/_services/user.service.ts:58
+
Defined in src/app/_services/user.service.ts:59
@@ -981,8 +981,8 @@ -
Defined in src/app/_services/user.service.ts:254
+
Defined in src/app/_services/user.service.ts:255
@@ -1020,8 +1020,8 @@ -
Defined in src/app/_services/user.service.ts:150
+
Defined in src/app/_services/user.service.ts:151
@@ -1090,8 +1090,8 @@ -
Defined in src/app/_services/user.service.ts:143
+
Defined in src/app/_services/user.service.ts:144
@@ -1129,8 +1129,8 @@ -
Defined in src/app/_services/user.service.ts:246
+
Defined in src/app/_services/user.service.ts:247
@@ -1168,8 +1168,8 @@ -
Defined in src/app/_services/user.service.ts:250
+
Defined in src/app/_services/user.service.ts:251
@@ -1238,8 +1238,8 @@ -
Defined in src/app/_services/user.service.ts:262
+
Defined in src/app/_services/user.service.ts:263
@@ -1277,8 +1277,8 @@ -
Defined in src/app/_services/user.service.ts:63
+
Defined in src/app/_services/user.service.ts:64
@@ -1359,8 +1359,8 @@ -
Defined in src/app/_services/user.service.ts:258
+
Defined in src/app/_services/user.service.ts:259
@@ -1400,8 +1400,8 @@ -
Defined in src/app/_services/user.service.ts:45
+
Defined in src/app/_services/user.service.ts:46
@@ -1441,8 +1441,8 @@ -
Defined in src/app/_services/user.service.ts:180
+
Defined in src/app/_services/user.service.ts:181
@@ -1530,8 +1530,8 @@ -
Defined in src/app/_services/user.service.ts:237
+
Defined in src/app/_services/user.service.ts:238
@@ -1569,8 +1569,8 @@ -
Defined in src/app/_services/user.service.ts:53
+
Defined in src/app/_services/user.service.ts:54
@@ -1639,8 +1639,8 @@ -
Defined in src/app/_services/user.service.ts:158
+
Defined in src/app/_services/user.service.ts:159
@@ -1709,8 +1709,8 @@ -
Defined in src/app/_services/user.service.ts:242
+
Defined in src/app/_services/user.service.ts:243
@@ -1781,8 +1781,8 @@ -
Defined in src/app/_services/user.service.ts:128
+
Defined in src/app/_services/user.service.ts:129
@@ -1875,8 +1875,8 @@ -
Defined in src/app/_services/user.service.ts:166
+
Defined in src/app/_services/user.service.ts:167
@@ -1966,7 +1966,7 @@ -
Defined in src/app/_services/user.service.ts:28
+
Defined in src/app/_services/user.service.ts:29
@@ -2001,7 +2001,7 @@ -
Defined in src/app/_services/user.service.ts:29
+
Defined in src/app/_services/user.service.ts:30
@@ -2033,7 +2033,7 @@ -
Defined in src/app/_services/user.service.ts:32
+
Defined in src/app/_services/user.service.ts:33
@@ -2065,7 +2065,7 @@ -
Defined in src/app/_services/user.service.ts:34
+
Defined in src/app/_services/user.service.ts:35
@@ -2098,7 +2098,7 @@ -
Defined in src/app/_services/user.service.ts:35
+
Defined in src/app/_services/user.service.ts:36
@@ -2130,7 +2130,7 @@ -
Defined in src/app/_services/user.service.ts:36
+
Defined in src/app/_services/user.service.ts:37
@@ -2162,7 +2162,7 @@ -
Defined in src/app/_services/user.service.ts:23
+
Defined in src/app/_services/user.service.ts:24
@@ -2189,7 +2189,7 @@ -
Defined in src/app/_services/user.service.ts:24
+
Defined in src/app/_services/user.service.ts:25
@@ -2216,7 +2216,7 @@ -
Defined in src/app/_services/user.service.ts:26
+
Defined in src/app/_services/user.service.ts:27
@@ -2243,7 +2243,7 @@ -
Defined in src/app/_services/user.service.ts:25
+
Defined in src/app/_services/user.service.ts:26
@@ -2270,8 +2270,9 @@ import { MutableKeyStore, PGPSigner, Signer } from '@app/_pgp'; import { RegistryService } from '@app/_services/registry.service'; import { CICRegistry } from '@cicnet/cic-client'; import { AuthService } from '@app/_services/auth.service'; -import { personValidation, vcardValidation } from '@app/_helpers'; +import { personValidation, updateSyncable, vcardValidation } from '@app/_helpers'; import { add0x } from '@src/assets/js/ethtx/dist/hex'; +import { KeystoreService } from '@app/_services/keystore.service'; const vCard = require('vcard-parser'); @Injectable({ @@ -2303,7 +2304,7 @@ export class UserService { async init(): Promise<void> { await this.authService.init(); await this.tokenService.init(); - this.keystore = this.authService.mutableKeyStore; + this.keystore = await KeystoreService.getKeystore(); this.signer = new PGPSigner(this.keystore); this.registry = await RegistryService.getRegistry(); } @@ -2366,7 +2367,7 @@ export class UserService { for (const prop of Object.keys(accountInfo)) { update.push(new ArgPair(prop, accountInfo[prop])); } - syncableAccount.update(update, 'client-branch'); + updateSyncable(update, 'client-branch', syncableAccount); await personValidation(syncableAccount.m.data); await this.updateMeta(syncableAccount, accountKey, this.headers); }, diff --git a/docs/compodoc/js/menu-wc.js b/docs/compodoc/js/menu-wc.js index dbb1af8..95aaad4 100644 --- a/docs/compodoc/js/menu-wc.js +++ b/docs/compodoc/js/menu-wc.js @@ -490,6 +490,9 @@ customElements.define('compodoc-menu', class extends HTMLElement { + diff --git a/docs/compodoc/js/search/search_index.js b/docs/compodoc/js/search/search_index.js index bb130fe..66e3a69 100644 --- a/docs/compodoc/js/search/search_index.js +++ b/docs/compodoc/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/interfaces/AccountDetails.html",[0,0.843,1,2.105]],["body/interfaces/AccountDetails.html",[0,1.557,1,3.57,2,1.448,3,0.091,4,0.071,5,0.052,6,2.498,7,0.872,8,1.966,9,2.721,10,0.319,11,0.908,12,1.316,13,5.526,14,4.195,15,3.706,16,4.98,17,4.745,18,4.98,19,4.312,20,3.962,21,0.723,22,3.869,23,1.614,24,0.011,25,2.485,26,1.991,27,1.2,28,2.685,29,3.746,30,4.005,31,4.012,32,5.526,33,4.005,34,4.005,35,3.746,36,3.746,37,4.005,38,2.327,39,3.746,40,3.746,41,3.746,42,3.53,43,3.53,44,1.83,45,3.746,46,2.834,47,3.345,48,1.841,49,3.746,50,3.746,51,3.746,52,4.591,53,3.746,54,3.183,55,3.854,56,2.253,57,2.999,58,2.253,59,2.151,60,1.542,61,3.183,62,2.253,63,2.911,64,2.106,65,2.253,66,3.183,67,2.746,68,2.834,69,2.498,70,2.151,71,3.53,72,1.977,73,1,74,0.921,75,3.345,76,2.498,77,2.047,78,2.498,79,3.53,80,2.685,81,2.651,82,0.804,83,0.091,84,0.005,85,0.006,86,0.005]],["title/classes/AccountIndex.html",[87,0.112,88,3.393]],["body/classes/AccountIndex.html",[0,0.605,3,0.073,4,0.057,5,0.041,7,1.494,8,2.093,10,0.254,11,0.768,12,1.027,21,0.596,23,1.505,24,0.011,26,2.062,29,4.234,74,1.471,77,1.152,80,4.06,83,0.073,84,0.004,85,0.005,86,0.004,87,0.081,88,3.662,89,1.511,90,2.436,91,2.037,92,4.234,93,5.633,94,5.031,95,4.03,96,4.03,97,7.431,98,2.693,99,1.808,100,4.908,101,6.066,102,6.623,103,0.746,104,3.634,105,3.001,106,4.588,107,4.588,108,4.588,109,6.906,110,0.622,111,4.03,112,1.002,113,4.588,114,1.493,115,3.588,116,4.738,117,1.118,118,0.596,119,5.247,120,3.399,121,2.436,122,3.052,123,3.052,124,4.588,125,3.052,126,4.588,127,4.03,128,3.662,129,2.83,130,5.884,131,4.03,132,4.588,133,5.884,134,6.475,135,3.052,136,1.238,137,2.469,138,2.6,139,2.986,140,4.03,141,4.588,142,3.052,143,2.83,144,4.234,145,3.388,146,3.388,147,2.447,148,4.03,149,3.662,150,3.052,151,3.662,152,3.052,153,4.588,154,3.052,155,3.388,156,4.588,157,5.513,158,1.719,159,2.559,160,4.588,161,4.588,162,3.052,163,5.512,164,0.318,165,3.437,166,1.572,167,0.839,168,1.791,169,2.108,170,1.309,171,1.572,172,2.436,173,3.169,174,2.436,175,2.681,176,2.436,177,2.108,178,1.986,179,2.681,180,2.335,181,4.03,182,2.681,183,0.887,184,2.681,185,4.843,186,2.681,187,4.588,188,3.052,189,2.528,190,3.052,191,3.052,192,3.052,193,3.052,194,4.843,195,3.052,196,5.513,197,1.511,198,3.052,199,3.052,200,2.681]],["title/components/AccountSearchComponent.html",[201,0.614,202,1.344]],["body/components/AccountSearchComponent.html",[3,0.073,4,0.057,5,0.042,8,1.923,10,0.257,11,0.776,12,0.517,21,0.651,24,0.011,26,1.564,27,0.684,48,1.635,73,1.873,83,0.073,84,0.004,85,0.006,86,0.004,87,0.082,93,4.016,99,0.85,103,0.753,105,2.769,110,0.944,112,1.131,114,1.006,117,0.563,118,0.642,120,2.656,136,0.947,137,2.324,138,2.393,147,3.621,158,1.665,164,0.415,170,1.326,171,1.592,183,1.346,189,2.419,201,0.803,202,1.951,203,1.645,204,1.098,205,1.242,206,1.098,207,1.006,208,7.346,209,6.176,210,2.714,211,1.31,212,2.383,213,0.924,214,1.861,215,1.861,216,2.807,217,3.03,218,4.888,219,1.861,220,5.555,221,1.861,222,4.632,223,5.555,224,5.555,225,5.555,226,4.102,227,5.555,228,5.555,229,5.555,230,5.555,231,5.555,232,5.555,233,2.647,234,6.17,235,6.17,236,6.17,237,3.42,238,5.555,239,5.555,240,5.555,241,2.467,242,5.123,243,4.437,244,3.861,245,4.632,246,3.09,247,3.09,248,3.09,249,1.111,250,3.09,251,4.969,252,3.09,253,2.241,254,3.09,255,3.09,256,4.076,257,3.09,258,3.09,259,3.09,260,3.09,261,3.09,262,3.09,263,3.09,264,3.09,265,3.09,266,3.09,267,3.09,268,3.09,269,1.242,270,0.334,271,2.282,272,1.658,273,1.53,274,1.592,275,1.131,276,2.282,277,2.282,278,1.66,279,2.011,280,3.09,281,4.102,282,4.102,283,3.09,284,2.714,285,3.09,286,3.09,287,3.09,288,3.09,289,3.09,290,3.09,291,4.632,292,3.09,293,3.09,294,3.09,295,4.632,296,3.09,297,2.486,298,4.632,299,4.016,300,3.697,301,4.068,302,4.632,303,4.632,304,4.068,305,3.09,306,3.09,307,4.632,308,3.09,309,2.486,310,4.516,311,4.016,312,4.632,313,0.85,314,1.551,315,1.507,316,0.874,317,2.258,318,1.131,319,1.006,320,2.033,321,0.977,322,1.131,323,1.131,324,0.977,325,1.131,326,1.006,327,1.131,328,0.977,329,1.131,330,0.977,331,1.131,332,0.977,333,0.722,334,1.131,335,1.006,336,1.695,337,1.066,338,1.006,339,1.131,340,0.977,341,1.131,342,0.977,343,1.131,344,0.977,345,1.131,346,1.006,347,1.695,348,1.066,349,0.977,350,0.977,351,1.131,352,1.006,353,1.695,354,1.066,355,1.006,356,0.762,357,0.977,358,1.006,359,0.977,360,0.977,361,1.131,362,0.977,363,1.131,364,0.977,365,1.131,366,1.035,367,1.098,368,1.131]],["title/components/AccountsComponent.html",[201,0.614,321,1.344]],["body/components/AccountsComponent.html",[1,1.541,3,0.074,4,0.058,5,0.042,8,1.591,10,0.259,11,0.779,12,0.934,14,3.47,19,3.47,21,0.668,23,1.209,24,0.011,26,1.569,27,0.688,48,1.581,73,1.726,83,0.133,84,0.004,85,0.006,86,0.004,87,0.082,93,5.272,99,0.856,103,0.757,105,2.546,110,0.948,112,1.118,114,1.012,117,1.017,118,0.75,136,1.067,137,2.073,159,2.886,164,0.452,170,1.335,171,1.602,183,0.904,189,2.041,201,0.806,202,0.984,203,1.653,204,1.105,205,1.25,206,1.105,207,1.012,211,1.316,212,2.656,213,0.93,214,1.87,215,1.87,216,2.809,217,3.033,218,3.818,219,1.87,221,1.87,233,2.656,243,4.29,244,3.87,249,1.779,269,1.25,270,0.336,273,1.541,274,1.602,275,1.139,276,2.297,277,2.297,278,1.667,279,2.025,297,2.498,299,2.025,301,2.733,309,2.498,310,4.029,313,0.856,314,1.559,315,1.515,316,0.88,317,2.266,318,1.139,319,1.012,320,2.041,321,1.958,322,1.139,323,1.139,324,0.984,325,1.139,326,1.012,327,1.139,328,0.984,329,1.139,330,0.984,331,1.139,332,0.984,333,1.303,334,1.139,335,1.012,336,1.704,337,1.073,338,1.012,339,1.139,340,0.984,341,1.139,342,0.984,343,1.139,344,0.984,345,1.139,346,1.012,347,1.704,348,1.073,349,0.984,350,0.984,351,1.139,352,1.012,353,1.704,354,1.073,355,1.012,356,0.767,357,0.984,358,1.012,359,0.984,360,0.984,361,1.139,362,0.984,363,1.139,364,0.984,365,1.139,366,1.042,367,1.105,368,1.139,369,2.733,370,5.578,371,4.655,372,5.578,373,3.852,374,3.852,375,4.899,376,4.452,377,4.899,378,3.852,379,3.852,380,3.215,381,4.276,382,6.191,383,6.191,384,4.655,385,2.733,386,2.807,387,4.655,388,3.215,389,3.111,390,3.111,391,3.111,392,3.111,393,3.111,394,4.655,395,3.111,396,3.111,397,3.111,398,3.111,399,3.852,400,3.111,401,4.571,402,3.111,403,4.942,404,3.111,405,3.716,406,4.089,407,3.111,408,3.852,409,3.03,410,3.215,411,3.111,412,3.852,413,3.215,414,2.149,415,1.602,416,1.67,417,1.67,418,1.919,419,1.826,420,1.602,421,1.67,422,2.149,423,1.919,424,3.111,425,1.826,426,3.111,427,2.297,428,2.733,429,1.919,430,4.655,431,2.297,432,3.111,433,4.119,434,3.215,435,2.297,436,2.149,437,4.655,438,2.149,439,2.484,440,1.919,441,2.149,442,2.733,443,2.297,444,2.149,445,3.111,446,4.655,447,4.655,448,3.111,449,3.111,450,3.111,451,3.111,452,4.089,453,3.437,454,3.215,455,4.655,456,4.655,457,4.655,458,3.437,459,4.655,460,3.03,461,4.655]],["title/modules/AccountsModule.html",[462,1.138,463,3.139]],["body/modules/AccountsModule.html",[3,0.115,4,0.09,5,0.065,8,1.158,24,0.011,82,1.01,83,0.115,84,0.006,85,0.008,86,0.006,87,0.127,164,0.513,167,1.743,202,2.535,209,3.562,270,0.522,272,2.589,313,1.327,319,2.608,321,2.535,330,2.535,415,2.484,416,2.589,417,2.589,462,1.291,463,6.492,464,1.766,465,2.388,466,3.799,467,2.484,468,2.589,469,4.237,470,4.237,471,4.237,472,5.536,473,3.969,474,5.536,475,3.402,476,2.589,477,2.3,478,4.824,479,2.631,480,3.72,481,2.704,482,4.824,483,2.831,484,4.237,485,2.831,486,4.237,487,3.851,488,3.331,489,4.237,490,3.562,491,4.237,492,4.125,493,4.377,494,4.68,495,3.562,496,4.377,497,3.909,498,2.975,499,4.125,500,3.14,501,2.831,502,3.909,503,2.975,504,3.909,505,2.975,506,4.125,507,3.14,508,4.377,509,3.331,510,4.824,511,6.338,512,4.824,513,4.377,514,3.14,515,6.338,516,4.824,517,4.824,518,5.06,519,4.237,520,5.567,521,3.851,522,3.331]],["title/modules/AccountsRoutingModule.html",[462,1.138,472,2.936]],["body/modules/AccountsRoutingModule.html",[3,0.142,4,0.111,5,0.08,24,0.011,67,2.396,74,1.431,82,1.249,83,0.142,84,0.007,85,0.009,86,0.007,87,0.157,114,1.94,164,0.488,167,1.64,201,1.174,202,2.292,209,4.402,218,3.677,270,0.645,275,2.182,319,2.358,321,2.292,330,2.292,464,2.182,472,5.005,479,3.008,484,5.237,486,6.366,487,4.759,488,4.118,489,5.237,490,4.402,491,5.237,519,5.237,523,5.962,524,3.5,525,3.723,526,4.062,527,4.886,528,4.118,529,4.118,530,3.88,531,3.677]],["title/interfaces/Action.html",[0,0.843,532,2.281]],["body/interfaces/Action.html",[0,1.672,2,1.976,3,0.124,4,0.097,5,0.071,7,1.19,10,0.436,11,1.119,15,3.968,20,3.443,21,0.702,23,1.584,24,0.011,25,2.453,26,1.866,28,2.593,44,3.972,64,2.598,67,3.293,82,1.097,83,0.124,84,0.006,85,0.008,86,0.006,118,0.796,159,2.866,253,2.082,532,4.732,533,3.617,534,4.811,535,4.594,536,4.937,537,2.375,538,4.937,539,3.747,540,3.31,541,4.937,542,3.924,543,4.351,544,5.086,545,4.123,546,3.867]],["title/classes/ActivatedRouteStub.html",[87,0.112,547,3.393]],["body/classes/ActivatedRouteStub.html",[3,0.126,4,0.098,5,0.071,7,1.202,10,0.44,11,1.127,12,1.127,21,0.56,24,0.011,48,1.868,73,1.752,83,0.126,84,0.006,85,0.008,86,0.006,87,0.14,89,2.62,103,1.095,110,1.078,112,1.059,117,1.227,118,0.654,121,5.371,136,0.812,164,0.388,183,2.151,249,1.615,275,1.936,278,2.211,547,5.371,548,7.061,549,4.719,550,2.965,551,6.728,552,5.91,553,6.728,554,8.738,555,3.833,556,5.463,557,7.786,558,5.91,559,5.371,560,4.57,561,7.399,562,5.906,563,6.728,564,8.451,565,6.728,566,5.291,567,6.728,568,5.291,569,5.371,570,7.786,571,6.728,572,5.291,573,4.647,574,6.728,575,5.291,576,2.433,577,4.647,578,4.647,579,5.91,580,5.291,581,5.291,582,5.291,583,5.291]],["title/components/AdminComponent.html",[201,0.614,324,1.344]],["body/components/AdminComponent.html",[3,0.075,4,0.058,5,0.042,8,1.125,10,0.261,11,0.785,12,1.169,21,0.654,23,1.213,24,0.011,25,1.482,27,0.695,48,1.065,65,2.752,73,0.818,77,1.185,83,0.133,84,0.004,85,0.006,86,0.004,87,0.083,99,0.864,103,0.763,105,2.053,110,0.64,112,1.103,114,1.022,117,1.273,118,0.781,136,1.11,137,1.57,158,1.346,159,2.421,164,0.438,183,0.913,189,1.15,197,1.555,201,0.811,202,0.993,203,1.665,204,1.116,205,1.262,206,1.116,207,1.022,211,1.325,212,2.406,213,0.939,214,1.884,215,1.884,216,2.811,217,3.036,218,2.891,219,1.884,221,1.884,233,2.669,243,4.305,249,1.857,253,1.586,269,1.262,270,0.34,273,1.555,274,1.617,278,0.939,279,2.044,309,2.516,313,0.864,314,1.57,315,1.525,316,0.888,317,2.277,318,1.15,319,1.022,320,2.053,321,0.993,322,1.15,323,1.15,324,1.967,325,1.15,326,1.022,327,1.15,328,0.993,329,1.15,330,0.993,331,1.15,332,0.993,333,0.733,334,1.15,335,1.022,336,1.716,337,1.083,338,1.022,339,1.15,340,0.993,341,1.15,342,0.993,343,1.15,344,0.993,345,1.15,346,1.022,347,1.716,348,1.083,349,0.993,350,0.993,351,1.15,352,1.022,353,1.716,354,1.083,355,1.022,356,0.774,357,0.993,358,1.022,359,0.993,360,0.993,361,1.15,362,0.993,363,1.15,364,0.993,365,1.15,366,1.052,367,1.116,368,1.15,374,3.874,376,4.477,378,3.874,379,3.874,380,3.238,381,4.296,385,2.759,386,2.815,388,3.238,399,3.874,408,3.874,409,3.051,410,3.238,412,3.874,413,3.238,414,2.169,415,1.617,416,1.685,417,1.685,418,1.937,419,1.843,420,1.617,431,2.319,433,2.319,434,2.169,435,2.319,436,2.169,438,3.238,440,2.891,441,3.238,443,2.319,444,2.169,454,3.238,532,4.422,534,2.752,535,3.912,537,2.641,540,3.08,584,2.759,585,5.609,586,4.688,587,4.708,588,4.688,589,3.742,590,4.688,591,4.688,592,4.688,593,4.688,594,3.141,595,4.688,596,3.141,597,4.688,598,3.141,599,3.141,600,3.141,601,4.688,602,3.141,603,3.141,604,3.141,605,3.141,606,3.141,607,3.141,608,6.22,609,6.98,610,3.141,611,3.141,612,3.141,613,2.044,614,4.927,615,3.141,616,3.141,617,2.759,618,3.141,619,3.141,620,3.141,621,3.141,622,4.688,623,3.141,624,3.141,625,4.118,626,3.141,627,3.141,628,2.759,629,3.141,630,3.141,631,3.141,632,3.141,633,3.141,634,3.141,635,3.141,636,1.347,637,5.609,638,3.141,639,3.141,640,3.141,641,2.759,642,2.759,643,3.141,644,3.141,645,4.688,646,3.141,647,3.141,648,4.688,649,3.141,650,6.22,651,6.22,652,6.22,653,6.22,654,4.688,655,2.627,656,4.688,657,2.759,658,2.319,659,3.141]],["title/modules/AdminModule.html",[462,1.138,660,3.139]],["body/modules/AdminModule.html",[3,0.132,4,0.103,5,0.075,24,0.011,82,1.16,83,0.132,84,0.007,85,0.008,86,0.007,87,0.146,164,0.508,167,1.905,270,0.599,313,1.523,324,2.629,415,2.852,416,2.972,417,2.972,462,1.482,464,2.027,465,2.742,466,4.055,467,2.852,468,2.972,473,4.116,475,3.717,476,2.972,477,2.641,479,2.874,480,4.065,481,3.104,483,3.251,485,3.251,492,4.507,493,4.783,496,4.783,497,4.271,498,3.416,499,4.507,500,3.605,501,3.251,502,4.271,503,3.416,504,4.271,505,3.416,506,4.507,507,3.605,513,4.783,514,3.605,660,6.395,661,4.865,662,4.865,663,4.865,664,5.742,665,5.538,666,5.538,667,4.865]],["title/modules/AdminRoutingModule.html",[462,1.138,664,2.936]],["body/modules/AdminRoutingModule.html",[3,0.154,4,0.12,5,0.087,24,0.011,74,1.558,82,1.359,83,0.154,84,0.008,85,0.009,86,0.008,87,0.171,164,0.467,167,1.785,201,0.938,270,0.702,275,2.375,324,2.411,464,2.375,479,3.164,524,3.81,525,3.86,526,4.273,527,3.81,531,4.003,664,5.266,667,5.701,668,6.49]],["title/components/AppComponent.html",[201,0.614,326,1.383]],["body/components/AppComponent.html",[3,0.085,4,0.067,5,0.048,8,1.242,10,0.299,11,0.866,12,0.866,21,0.585,23,0.655,24,0.011,25,1.136,26,1.681,27,0.795,48,1.508,54,3.037,60,1.444,73,1.727,74,1.757,77,1.953,83,0.085,84,0.004,85,0.006,86,0.004,87,0.095,99,0.988,103,0.842,105,2.573,110,1.054,112,1.069,114,1.169,117,0.943,118,0.683,136,0.794,137,2.222,146,2.654,164,0.382,183,1.045,189,2.68,201,0.876,202,1.136,203,1.838,204,1.276,205,1.444,206,1.276,207,1.169,211,1.463,212,2.602,213,1.074,214,2.079,215,2.079,216,2.847,217,3.08,219,2.079,221,2.079,233,2.846,249,1.242,269,1.444,270,0.389,274,1.851,278,2.101,297,2.777,313,0.988,314,1.733,315,1.684,316,1.016,317,2.428,318,1.315,319,1.169,320,2.219,321,1.136,322,1.315,323,1.315,324,1.136,325,1.315,326,2.158,327,1.315,328,1.136,329,1.315,330,1.136,331,1.315,332,1.136,333,1.208,334,1.315,335,1.169,336,1.894,337,1.239,338,1.169,339,1.315,340,1.136,341,1.315,342,1.136,343,1.315,344,1.136,345,1.315,346,1.169,347,1.894,348,1.239,349,1.136,350,1.136,351,1.315,352,1.169,353,1.894,354,1.239,355,1.169,356,1.276,357,1.136,358,1.169,359,1.136,360,1.136,361,1.315,362,1.136,363,1.315,364,1.136,365,1.315,366,1.203,367,1.276,368,1.315,386,2.937,420,1.851,422,3.574,423,2.216,427,2.654,429,3.192,658,3.821,669,3.156,670,2.562,671,6.064,672,5.175,673,5.326,674,5.326,675,5.326,676,6.064,677,5.175,678,4.545,679,5.175,680,5.175,681,2.869,682,4.516,683,4.654,684,4.654,685,7.546,686,5.175,687,5.175,688,4.092,689,3.594,690,6.634,691,3.594,692,3.594,693,3.594,694,3.594,695,5.175,696,3.594,697,2.339,698,5.175,699,4.545,700,4.545,701,3.594,702,3.192,703,3.594,704,4.188,705,3.594,706,3.156,707,3.156,708,2.869,709,2.339,710,3.594,711,3.594,712,3.594,713,2.869,714,2.654,715,2.482,716,3.594,717,3.594,718,3.594,719,2.869,720,3.156,721,2.339,722,3.594,723,3.594,724,3.156,725,3.594,726,2.339,727,2.869,728,3.594,729,3.594,730,3.594,731,3.156,732,3.594,733,3.594,734,3.594,735,3.156,736,3.594,737,2.216,738,4.188,739,2.869,740,2.482,741,2.869,742,2.869,743,2.869,744,3.156,745,3.156,746,3.594,747,4.545,748,3.156,749,4.545,750,3.156,751,3.594,752,3.594,753,3.594,754,3.594,755,5.175,756,3.594,757,3.594,758,3.594,759,1.928,760,3.594]],["title/modules/AppModule.html",[462,1.138,761,3.139]],["body/modules/AppModule.html",[3,0.114,4,0.089,5,0.065,24,0.011,82,1.006,83,0.114,84,0.006,85,0.008,86,0.006,87,0.127,138,2.436,147,2.133,164,0.502,167,1.739,170,2.061,171,2.474,270,0.52,273,2.379,313,1.322,326,2.792,415,2.474,462,1.286,464,1.759,465,2.379,466,3.792,467,3.639,468,3.792,473,3.965,475,3.393,476,2.579,477,2.291,479,2.624,483,2.82,485,2.82,492,4.115,708,3.835,709,3.127,761,6.506,762,4.22,763,4.22,764,4.22,765,4.22,766,4.22,767,5.53,768,5.53,769,5.313,770,5.53,771,5.53,772,4.805,773,6.322,774,5.046,775,2.693,776,5.046,777,4.805,778,4.805,779,6.322,780,4.805,781,5.993,782,6.322,783,2.474,784,4.668,785,4.366,786,4.22,787,4.805,788,3.835,789,3.835,790,4.805,791,5.046,792,4.22,793,4.805,794,4.805,795,4.805,796,4.805,797,4.22,798,4.805,799,4.805,800,4.805,801,4.805,802,4.805,803,4.805,804,4.805,805,4.805,806,5.543,807,5.993,808,5.64]],["title/modules/AppRoutingModule.html",[462,1.138,767,2.936]],["body/modules/AppRoutingModule.html",[3,0.145,4,0.113,5,0.082,24,0.011,74,1.467,82,1.28,83,0.145,84,0.007,85,0.009,86,0.007,87,0.161,138,2.107,164,0.455,167,1.681,270,0.661,275,2.237,464,2.237,479,3.053,524,3.587,525,3.763,526,4.123,527,4.633,528,4.221,529,4.221,530,3.978,767,5.081,785,5.081,786,5.368,809,6.111,810,7.357,811,4.513,812,6.462,813,6.111,814,6.111,815,6.111,816,6.111,817,4.878,818,6.111,819,6.111,820,6.111]],["title/interfaces/AreaName.html",[0,0.843,542,2.495]],["body/interfaces/AreaName.html",[0,1.685,2,2.056,3,0.129,4,0.101,5,0.073,7,1.238,10,0.453,11,1.148,15,4.016,20,3.53,21,0.675,23,1.55,24,0.011,25,1.723,26,1.38,28,2.697,44,4.119,64,2.636,67,2.754,82,1.141,83,0.129,84,0.007,85,0.008,86,0.007,118,0.848,159,3.157,253,1.54,532,4.51,533,3.762,534,4.023,535,3.842,536,4.023,537,1.935,538,4.023,539,3.053,540,2.697,541,4.023,542,4.402,543,5.388,544,5.435,545,4.228,546,4.023]],["title/interfaces/AreaType.html",[0,0.843,545,2.622]],["body/interfaces/AreaType.html",[0,1.685,2,2.056,3,0.129,4,0.101,5,0.073,7,1.238,10,0.453,11,1.148,15,4.016,20,3.53,21,0.707,23,1.55,24,0.011,25,1.723,26,1.38,28,2.697,44,4.182,64,2.636,67,2.754,82,1.141,83,0.129,84,0.007,85,0.008,86,0.007,118,0.833,159,3.157,253,1.54,532,4.51,533,3.762,534,4.023,535,3.842,536,4.023,537,1.935,538,4.023,539,3.053,540,2.697,541,4.023,542,4.023,543,4.461,544,5.435,545,4.626,546,5.061]],["title/components/AuthComponent.html",[201,0.614,328,1.344]],["body/components/AuthComponent.html",[3,0.084,4,0.066,5,0.048,8,1.23,10,0.295,11,0.858,12,0.858,21,0.607,23,0.646,24,0.011,27,0.784,48,1.368,60,1.424,73,1.567,74,1.582,83,0.084,84,0.004,85,0.006,86,0.004,87,0.094,99,0.975,103,0.834,105,2.869,110,1.044,112,1.096,114,1.153,117,0.934,118,0.679,136,1.073,137,2.441,138,1.767,147,3.104,158,1.23,164,0.433,183,1.489,189,1.875,201,0.87,202,1.121,203,1.82,204,1.259,205,1.424,206,1.259,207,1.153,211,1.449,212,2.582,213,1.06,214,2.059,215,2.059,216,2.843,217,3.076,219,2.059,221,2.059,226,4.443,233,2.828,237,3.783,242,5.549,244,4.033,249,1.582,251,4.156,253,1.864,256,4.313,269,1.424,270,0.383,271,2.618,272,1.902,273,1.755,274,1.826,275,1.297,278,2.477,281,2.618,282,2.618,311,3.335,313,0.975,314,1.716,315,1.958,316,1.002,317,2.413,318,1.297,319,1.153,320,2.202,321,1.121,322,1.297,323,1.297,324,1.121,325,1.297,326,1.153,327,1.297,328,2.085,329,1.297,330,1.121,331,1.297,332,1.121,333,0.828,334,1.297,335,1.153,336,1.875,337,1.222,338,1.153,339,1.297,340,1.121,341,1.297,342,1.121,343,1.297,344,1.121,345,1.297,346,1.153,347,1.875,348,1.222,349,1.121,350,1.121,351,1.297,352,1.153,353,1.875,354,1.222,355,1.153,356,0.874,357,1.121,358,1.153,359,1.121,360,1.121,361,1.297,362,1.121,363,1.297,364,1.121,365,1.297,366,1.187,367,1.259,368,1.297,386,1.38,422,2.448,427,2.618,559,5.262,614,4.501,681,2.83,682,4.495,684,4.635,704,3.539,719,2.83,738,3.539,811,3.783,821,3.114,822,6.017,823,5.124,824,6.017,825,5.285,826,4.803,827,6.402,828,5.262,829,6.592,830,5.124,831,6.017,832,5.124,833,3.545,834,3.545,835,3.545,836,3.545,837,5.124,838,3.545,839,3.545,840,3.545,841,3.545,842,3.545,843,3.545,844,3.114,845,3.114,846,1.826,847,3.545,848,3.921,849,3.545,850,3.545,851,3.545,852,2.83,853,3.545,854,5.124,855,3.545,856,5.124,857,3.545,858,3.545,859,2.307,860,3.545,861,3.545,862,3.545,863,3.545,864,3.545,865,3.545,866,3.545,867,3.545,868,3.16,869,5.124,870,2.618,871,3.16,872,5.124]],["title/guards/AuthGuard.html",[785,2.936,873,2.622]],["body/guards/AuthGuard.html",[3,0.113,4,0.088,5,0.064,7,1.595,10,0.394,12,1.049,21,0.521,24,0.011,25,1.98,31,3.676,38,2.687,57,2.986,83,0.113,84,0.006,85,0.007,86,0.006,87,0.185,91,2.78,103,1.019,110,0.965,112,0.851,117,1.142,118,0.608,136,1.145,137,2.097,138,2.419,143,3.863,144,4.325,145,4.624,147,2.103,151,4.999,158,1.503,164,0.404,167,1.303,180,2.492,201,0.905,207,2.038,211,1.339,244,4.564,253,1.771,270,0.512,275,1.734,278,2.231,525,2.986,537,2.224,549,4.775,555,3.345,576,2.178,613,5.375,636,2.032,670,2.345,785,4.325,811,5.512,817,6.197,848,3.559,873,4.604,874,3.781,875,4.16,876,4.999,877,5.501,878,4.999,879,4.999,880,3.781,881,4.736,882,5.501,883,2.599,884,5.156,885,4.325,886,3.676,887,4.325,888,3.225,889,4.16,890,7.006,891,6.557,892,4.736,893,5.501,894,6.263,895,4.624,896,4.999,897,3.863,898,5.501,899,4.999,900,6.557,901,4.604,902,5.501,903,5.501,904,6.163,905,4.999,906,6.263,907,1.872,908,2.921,909,2.921,910,2.439,911,4.16,912,4.16]],["title/modules/AuthModule.html",[462,1.138,913,3.139]],["body/modules/AuthModule.html",[3,0.133,4,0.104,5,0.075,24,0.011,82,1.169,83,0.133,84,0.007,85,0.008,86,0.007,87,0.147,164,0.505,167,1.914,270,0.603,272,2.995,313,1.535,328,2.634,364,2.634,462,1.494,464,2.043,465,2.763,466,4.069,467,2.874,468,2.995,473,4.124,475,3.734,476,2.995,477,2.661,479,2.888,480,4.084,481,3.128,483,3.276,485,3.276,497,4.292,498,3.442,502,4.292,503,3.442,504,4.292,505,3.442,508,4.806,509,3.854,513,4.806,514,3.632,518,5.555,913,6.469,914,4.902,915,4.902,916,4.902,917,5.752,918,5.581,919,5.581,920,4.902,921,5.581,922,4.902]],["title/modules/AuthRoutingModule.html",[462,1.138,917,2.936]],["body/modules/AuthRoutingModule.html",[3,0.152,4,0.118,5,0.086,24,0.011,74,1.53,82,1.335,83,0.152,84,0.008,85,0.009,86,0.008,87,0.168,164,0.463,167,1.754,201,0.922,270,0.69,275,2.334,328,2.386,464,2.334,479,3.132,524,3.743,525,3.832,526,4.229,527,4.429,528,4.404,529,4.404,530,4.151,531,3.933,917,5.211,920,5.602,923,6.377]],["title/injectables/AuthService.html",[682,2.622,907,1.271]],["body/injectables/AuthService.html",[0,0.568,3,0.068,4,0.053,5,0.039,7,0.651,10,0.239,11,0.732,12,1.129,21,0.617,23,0.967,24,0.011,25,0.906,27,1.491,48,1.206,59,1.606,60,1.151,73,1.382,74,1.893,77,1.651,83,0.068,84,0.003,85,0.005,86,0.003,87,0.076,103,0.712,105,2.853,110,0.891,112,1.136,117,1.229,118,0.655,136,1.245,137,2.67,138,1.83,147,2.355,158,1.973,159,1.703,164,0.443,170,1.229,171,1.476,180,1.018,183,1.959,189,2.646,197,1.419,249,1.871,270,0.31,278,2.259,333,1.493,386,2.729,421,1.538,422,1.979,423,3.272,425,1.682,427,2.116,428,2.517,477,1.366,539,1.606,555,2.53,556,2.116,573,3.664,576,1.318,655,3.328,657,3.842,670,1.419,682,2.698,684,4.324,719,2.287,735,2.517,740,3.021,783,1.476,791,3.492,792,2.517,811,2.116,827,5.215,844,2.517,845,2.517,846,1.476,848,3.447,859,1.865,868,1.767,870,3.918,879,2.287,907,1.307,910,1.476,911,2.517,924,1.476,925,2.517,926,4.387,927,4.66,928,5.306,929,5.306,930,4.374,931,5.938,932,5.938,933,5.938,934,5.938,935,5.938,936,5.938,937,5.938,938,4.384,939,5.938,940,5.215,941,4.374,942,4.374,943,4.374,944,4.374,945,2.116,946,4.977,947,4.374,948,4.374,949,2.866,950,2.866,951,2.866,952,2.866,953,2.866,954,2.866,955,2.866,956,2.866,957,2.866,958,2.866,959,2.866,960,2.866,961,4.374,962,2.866,963,4.374,964,4.374,965,2.866,966,5.306,967,4.374,968,2.866,969,4.374,970,2.866,971,3.842,972,2.866,973,2.866,974,5.105,975,3.842,976,2.866,977,4.374,978,2.866,979,2.866,980,4.374,981,2.866,982,2.866,983,2.287,984,2.866,985,4.374,986,2.866,987,2.866,988,2.517,989,2.866,990,2.866,991,5.215,992,3.842,993,2.517,994,4.374,995,4.374,996,3.842,997,4.374,998,2.698,999,4.374,1000,4.66,1001,4.374,1002,2.866,1003,4.374,1004,2.517,1005,2.866,1006,2.866,1007,2.866,1008,2.517,1009,2.517,1010,2.866,1011,2.866,1012,5.938,1013,3.842,1014,2.866,1015,2.866,1016,2.866,1017,2.866,1018,4.374,1019,2.866,1020,2.866,1021,2.517,1022,2.866,1023,2.866,1024,2.866,1025,4.374,1026,2.866,1027,2.866,1028,4.74,1029,2.866,1030,2.517,1031,2.866,1032,1.979,1033,2.866,1034,4.374,1035,4.374,1036,2.866,1037,2.866,1038,1.979,1039,2.866,1040,2.866,1041,4.374,1042,2.866,1043,4.374,1044,2.517,1045,2.866,1046,2.866,1047,4.374,1048,2.866,1049,2.866,1050,1.538,1051,2.866,1052,2.866,1053,3.842,1054,2.287,1055,3.492,1056,4.374,1057,4.374,1058,2.866,1059,2.866,1060,4.235,1061,2.866,1062,2.866,1063,2.517,1064,2.866,1065,2.866,1066,2.866,1067,2.866,1068,2.866,1069,2.866,1070,2.866,1071,2.866,1072,2.866,1073,2.116,1074,2.866,1075,2.866,1076,2.866,1077,2.866,1078,2.866]],["title/injectables/BlockSyncService.html",[907,1.271,1079,3.139]],["body/injectables/BlockSyncService.html",[3,0.082,4,0.064,5,0.047,10,0.288,11,0.844,12,1.211,21,0.636,23,1.463,24,0.011,26,2.2,48,1.35,72,2.595,73,1.547,74,1.835,77,2.461,83,0.082,84,0.004,85,0.006,86,0.004,87,0.092,99,1.386,103,0.82,105,2.937,110,1.027,112,1.06,117,1.318,118,0.702,120,2.905,136,1.109,137,2.561,158,0.831,164,0.449,168,2.034,169,2.393,170,1.486,171,1.784,178,2.255,183,2.169,189,1.844,249,1.565,270,0.375,278,1.506,297,2.704,299,3.28,356,1.243,386,2.905,419,2.034,420,1.784,421,1.859,440,3.108,441,3.48,560,2.034,670,1.715,674,5.217,675,5.217,683,4.46,709,3.28,714,2.558,846,1.784,907,1.506,910,1.784,924,1.784,938,4.816,1079,3.721,1080,6.956,1081,3.043,1082,5.039,1083,5.039,1084,5.039,1085,5.939,1086,5.939,1087,3.464,1088,5.039,1089,5.039,1090,6.104,1091,5.756,1092,3.464,1093,3.866,1094,5.039,1095,4.74,1096,5.939,1097,3.464,1098,3.464,1099,5.039,1100,5.939,1101,3.464,1102,2.824,1103,3.464,1104,6.522,1105,3.464,1106,3.464,1107,6.522,1108,6.522,1109,6.522,1110,7.646,1111,6.522,1112,6.522,1113,3.464,1114,3.486,1115,3.464,1116,3.464,1117,2.393,1118,2.034,1119,3.464,1120,2.255,1121,2.765,1122,3.464,1123,3.464,1124,3.464,1125,5.939,1126,3.464,1127,3.464,1128,5.039,1129,2.765,1130,3.464,1131,3.464,1132,3.464,1133,5.039,1134,3.464,1135,3.464,1136,3.464,1137,3.464,1138,3.464,1139,3.043,1140,3.043,1141,3.464,1142,5.039,1143,5.039,1144,3.464,1145,5.039,1146,3.464,1147,3.464,1148,5.039,1149,3.464,1150,5.039,1151,5.039,1152,2.765,1153,5.039,1154,3.043,1155,3.464,1156,3.043,1157,3.043,1158,3.464,1159,3.464,1160,3.464,1161,3.464,1162,3.464,1163,3.464,1164,3.464,1165,5.039,1166,3.464,1167,3.464,1168,4.426,1169,5.039,1170,3.464,1171,3.464,1172,3.464,1173,5.039,1174,3.464,1175,3.464,1176,3.464,1177,3.464,1178,3.464,1179,3.464,1180,3.464]],["title/interfaces/Category.html",[0,0.843,15,2.105]],["body/interfaces/Category.html",[0,1.686,2,2.062,3,0.13,4,0.101,5,0.074,7,1.242,10,0.455,11,1.15,15,4.249,20,4.267,21,0.676,23,1.551,24,0.011,25,1.728,26,1.385,28,3.4,44,4.01,64,2.639,67,2.759,82,1.144,83,0.13,84,0.007,85,0.008,86,0.007,118,0.834,159,3.16,253,1.545,532,4.513,533,3.774,534,4.031,535,3.849,536,4.035,537,1.941,538,4.035,539,3.063,540,2.706,541,4.035,542,4.031,543,4.469,544,5.441,545,4.235,546,4.035]],["title/interfaces/Conversion.html",[0,0.843,759,2.281]],["body/interfaces/Conversion.html",[0,1.634,1,3.875,2,1.673,3,0.105,4,0.082,5,0.06,7,1.007,8,1.744,9,1.673,10,0.499,11,1.003,21,0.686,23,1.52,24,0.011,25,2.299,26,2.131,27,1.897,38,3.635,48,1.007,64,2.434,80,2.195,82,0.928,83,0.105,84,0.005,85,0.007,86,0.005,116,2.734,118,0.582,120,3.144,164,0.256,253,1.253,356,2.184,537,1.574,759,4.513,868,4.186,901,2.734,1102,4.714,1181,3.061,1182,5.367,1183,5.367,1184,5.367,1185,5.02,1186,5.02,1187,5.367,1188,5.367,1189,5.367,1190,5.244,1191,5.367,1192,5.367,1193,3.273,1194,4.417,1195,4.186,1196,2.195,1197,3.273,1198,3.061,1199,3.273,1200,2.885,1201,2.885,1202,2.484,1203,3.273,1204,3.273,1205,3.061,1206,2.966]],["title/components/CreateAccountComponent.html",[201,0.614,330,1.344]],["body/components/CreateAccountComponent.html",[3,0.076,4,0.06,5,0.043,8,1.938,10,0.268,11,0.799,12,0.538,15,3.609,17,4.495,19,3.767,21,0.665,24,0.011,25,1.508,26,1.972,27,0.711,28,3.115,44,2.275,48,1.084,67,2.528,73,1.242,83,0.076,84,0.004,85,0.006,86,0.004,87,0.085,93,3.105,99,0.884,103,0.776,105,2.082,110,0.972,112,1.073,114,2.6,117,0.586,118,0.611,136,0.732,137,1.598,138,1.109,147,2.525,158,1.145,159,2.914,164,0.406,183,1.387,189,1.177,201,0.822,202,1.017,203,1.694,204,1.142,205,1.292,206,1.142,207,1.046,211,1.349,212,2.44,213,0.961,214,1.917,215,1.917,216,2.818,217,3.044,219,1.917,221,1.917,226,4.199,233,2.699,237,3.522,241,2.566,242,5.199,243,4.495,249,1.145,251,3.928,253,1.349,256,4.145,269,1.292,270,0.348,271,2.374,272,1.725,273,1.592,274,1.656,278,1.7,279,2.093,281,2.374,282,5.746,284,2.824,299,4.095,309,2.56,310,4.582,311,5.498,313,0.884,314,1.598,315,1.552,316,0.909,317,2.303,318,1.177,319,1.046,320,2.082,321,1.017,322,1.177,323,1.177,324,1.017,325,1.177,326,1.046,327,1.177,328,1.017,329,1.177,330,1.99,331,1.177,332,1.017,333,0.751,334,1.177,335,1.046,336,1.746,337,1.109,338,1.046,339,1.177,340,1.017,341,1.177,342,1.017,343,1.177,344,1.017,345,1.177,346,1.046,347,1.746,348,1.109,349,1.017,350,1.017,351,1.177,352,1.046,353,1.746,354,1.109,355,1.046,356,0.793,357,1.017,358,1.046,359,1.017,360,1.017,361,1.177,362,1.017,363,1.177,364,1.017,365,1.177,366,1.077,367,1.142,368,1.177,373,3.928,419,1.887,420,1.656,421,1.725,438,3.928,439,2.566,440,3.881,441,4.345,442,2.824,452,4.995,453,5.199,490,5.901,542,1.887,826,4.54,828,5.023,852,3.808,1207,7.019,1208,2.824,1209,5.687,1210,4.77,1211,4.199,1212,4.199,1213,5.687,1214,4.199,1215,5.687,1216,5.382,1217,4.77,1218,3.215,1219,3.215,1220,3.215,1221,3.215,1222,3.215,1223,3.215,1224,3.215,1225,3.215,1226,3.215,1227,3.215,1228,3.215,1229,3.215,1230,3.215,1231,5.687,1232,3.215,1233,6.721,1234,3.215,1235,2.824,1236,3.215,1237,3.215,1238,2.566,1239,3.215,1240,2.824,1241,3.215,1242,3.215,1243,3.215,1244,3.215,1245,4.095,1246,4.77,1247,3.522,1248,4.77,1249,5.527,1250,5.527,1251,4.77,1252,4.19]],["title/classes/CustomErrorStateMatcher.html",[87,0.112,256,2.622]],["body/classes/CustomErrorStateMatcher.html",[3,0.123,4,0.096,5,0.07,7,1.508,10,0.431,12,0.867,21,0.431,24,0.011,48,1.508,74,1.243,83,0.123,84,0.006,85,0.008,86,0.006,87,0.137,89,2.564,103,1.08,112,0.704,117,0.944,118,0.503,136,1.018,138,2.289,143,4.093,144,4.584,158,1.243,164,0.383,180,2.357,206,2.357,211,1.877,251,4.584,253,2.071,256,4.093,272,2.779,315,2.16,333,1.908,514,3.37,537,2.357,613,4.32,1044,6.785,1093,5.318,1253,5.83,1254,4.548,1255,4.32,1256,4.584,1257,5.83,1258,6.368,1259,6.637,1260,6.637,1261,6.637,1262,5.83,1263,4.584,1264,7.325,1265,6.637,1266,6.637,1267,7.725,1268,7.725,1269,7.725,1270,5.178,1271,4.764,1272,5.643,1273,6.632,1274,6.637,1275,5.83,1276,5.83,1277,6.637,1278,6.637,1279,6.637,1280,5.178,1281,5.178,1282,5.178,1283,5.178]],["title/classes/CustomValidator.html",[87,0.112,1284,3.393]],["body/classes/CustomValidator.html",[3,0.113,4,0.089,5,0.064,7,1.601,10,0.397,12,1.054,21,0.524,23,1.284,24,0.011,48,1.431,64,2.108,74,1.69,83,0.113,84,0.006,85,0.008,86,0.006,87,0.126,89,2.364,91,2.794,98,3.695,103,1.218,112,0.856,117,1.148,118,0.611,136,1.081,138,1.646,143,4.618,149,5.025,158,1.868,164,0.275,180,2.502,249,1.511,253,1.35,272,2.562,333,1.818,501,4.855,544,5.171,848,2.276,1050,4.29,1055,5.977,1093,4.874,1245,4.097,1255,4.097,1257,5.529,1258,6.108,1271,4.618,1273,6.213,1275,7.021,1284,5.025,1285,4.193,1286,5.529,1287,4.347,1288,6.38,1289,6.295,1290,6.295,1291,6.295,1292,7.783,1293,4.774,1294,7.488,1295,6.108,1296,6.295,1297,7.993,1298,5.529,1299,6.295,1300,7.043,1301,7.993,1302,4.774,1303,7.488,1304,7.488,1305,6.295,1306,5.529,1307,4.774,1308,6.295,1309,4.774,1310,4.774,1311,4.774,1312,4.774,1313,4.774]],["title/components/ErrorDialogComponent.html",[201,0.614,332,1.344]],["body/components/ErrorDialogComponent.html",[3,0.115,4,0.09,5,0.065,8,1.521,9,2.837,10,0.402,11,1.061,12,0.808,21,0.528,24,0.011,27,1.067,60,2.547,83,0.115,84,0.006,85,0.008,86,0.006,87,0.127,99,1.327,104,3.255,110,0.983,112,0.862,114,1.57,117,0.88,118,0.73,164,0.365,201,1.023,202,1.525,203,2.251,204,1.713,205,1.938,206,1.713,207,1.57,213,1.442,214,2.547,215,2.547,216,2.911,217,3.161,219,2.547,221,2.547,269,1.938,270,0.522,313,1.327,314,2.123,315,2.062,316,1.364,317,2.752,318,1.766,319,1.57,320,2.591,321,1.525,322,1.766,323,1.766,324,1.525,325,1.766,326,1.57,327,1.766,328,1.525,329,1.766,330,1.525,331,1.766,332,2.378,333,1.936,334,1.766,335,1.57,336,2.32,337,1.663,338,1.57,339,1.766,340,1.525,341,1.766,342,1.525,343,1.766,344,1.525,345,1.766,346,1.57,347,2.32,348,1.663,349,1.525,350,1.525,351,1.766,352,1.57,353,2.32,354,1.663,355,1.57,356,1.19,357,1.525,358,1.57,359,1.525,360,1.525,361,1.766,362,1.525,363,1.766,364,1.525,365,1.766,366,1.616,367,1.713,368,1.766,409,3.14,537,2.251,1314,6.218,1315,5.227,1316,4.237,1317,5.06,1318,7.079,1319,6.338,1320,4.824,1321,4.824,1322,4.824,1323,4.824,1324,4.824,1325,4.824,1326,3.851,1327,4.824,1328,6.338,1329,6.338]],["title/injectables/ErrorDialogService.html",[684,2.622,907,1.271]],["body/injectables/ErrorDialogService.html",[3,0.135,4,0.105,5,0.076,9,2.653,10,0.472,11,1.177,12,1.177,21,0.636,24,0.011,48,1.29,73,1.478,74,1.362,83,0.135,84,0.007,85,0.008,86,0.007,87,0.15,103,1.144,104,3.774,110,1.156,112,1.086,117,1.282,118,0.683,136,0.871,138,1.957,147,3.545,158,1.362,164,0.44,253,1.988,270,0.614,332,1.795,658,4.191,670,2.81,684,4.337,907,2.102,910,2.923,924,2.923,1315,4.191,1317,6.375,1326,4.531,1330,7.21,1331,4.985,1332,7.64,1333,7.032,1334,5.676,1335,8.209,1336,7.032,1337,7.032,1338,5.676,1339,5.676,1340,7.032,1341,4.985,1342,4.985,1343,5.676,1344,7.64,1345,5.676,1346,5.676,1347,5.676,1348,5.676]],["title/interceptors/ErrorInterceptor.html",[768,2.936,1349,2.495]],["body/interceptors/ErrorInterceptor.html",[3,0.103,4,0.08,5,0.058,7,1.525,10,0.361,12,1.206,21,0.491,23,0.79,24,0.011,25,2.121,60,1.741,70,3.307,83,0.103,84,0.005,85,0.007,86,0.005,87,0.114,91,3.45,99,1.192,103,0.96,110,1.202,112,0.802,117,1.076,118,0.573,136,0.905,158,1.61,164,0.448,166,2.232,167,1.623,180,2.676,211,1.225,244,4.344,270,0.469,274,2.232,275,1.586,278,2.005,333,1.89,386,3.151,420,2.232,425,3.463,555,3.434,560,4.562,576,1.992,684,4.905,707,3.806,768,4.074,783,2.232,883,3.226,884,4.074,885,4.074,886,3.463,887,4.074,888,3.708,907,1.763,908,2.673,909,2.673,1013,3.806,1053,3.806,1118,2.543,1262,5.182,1295,5.317,1306,5.182,1317,4.709,1349,3.463,1350,3.2,1351,3.806,1352,5.317,1353,3.84,1354,5.739,1355,4.751,1356,6.128,1357,4.356,1358,4.333,1359,4.333,1360,4.074,1361,5.182,1362,3.463,1363,4.356,1364,5.317,1365,5.317,1366,4.333,1367,4.356,1368,4.356,1369,4.973,1370,4.356,1371,5.899,1372,4.709,1373,3.2,1374,4.356,1375,3.806,1376,4.333,1377,4.333,1378,6.708,1379,5.899,1380,3.2,1381,4.333,1382,4.333,1383,5.899,1384,2.993,1385,4.333,1386,4.333,1387,5.182,1388,4.333,1389,3.84,1390,3.806,1391,4.333,1392,4.333,1393,4.333,1394,5.899,1395,4.333,1396,4.333,1397,3.806,1398,4.709,1399,4.333,1400,4.333,1401,5.899,1402,4.333,1403,4.333,1404,4.333,1405,3.459,1406,3.806,1407,4.333,1408,4.333]],["title/components/FooterComponent.html",[201,0.614,335,1.383]],["body/components/FooterComponent.html",[3,0.116,4,0.091,5,0.066,8,1.533,10,0.406,11,1.07,24,0.011,27,1.08,48,1.11,73,1.271,83,0.116,84,0.006,85,0.008,86,0.006,87,0.129,99,1.343,103,1.039,110,1.451,112,0.968,114,1.588,118,0.692,136,0.749,164,0.281,183,1.857,201,1.029,202,1.544,203,2.269,204,1.734,205,1.961,206,1.734,207,1.588,211,1.806,212,3.055,213,1.459,214,2.567,215,2.567,216,2.913,217,3.164,219,2.567,221,2.567,233,3.241,249,1.533,269,1.961,270,0.528,313,1.343,314,2.139,315,2.079,316,1.38,317,2.765,318,1.787,319,1.588,320,2.606,321,1.544,322,1.787,323,1.787,324,1.544,325,1.787,326,1.588,327,1.787,328,1.544,329,1.787,330,1.544,331,1.787,332,1.544,333,1.14,334,1.787,335,2.458,336,2.338,337,1.683,338,1.588,339,1.787,340,1.544,341,1.787,342,1.544,343,1.787,344,1.544,345,1.787,346,1.588,347,2.338,348,1.683,349,1.544,350,1.544,351,1.787,352,1.588,353,2.338,354,1.683,355,1.588,356,1.204,357,1.544,358,1.588,359,1.544,360,1.544,361,1.787,362,1.544,363,1.787,364,1.544,365,1.787,366,1.635,367,1.734,368,1.787,1409,4.288,1410,4.717,1411,7.121,1412,6.388,1413,7.84,1414,6.388,1415,4.882,1416,6.388,1417,5.611,1418,5.611,1419,5.611]],["title/components/FooterStubComponent.html",[201,0.614,337,1.466]],["body/components/FooterStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.597,24,0.011,27,1.15,83,0.174,84,0.006,85,0.008,86,0.006,87,0.194,99,1.43,114,1.692,118,0.713,164,0.3,201,1.156,202,1.644,203,2.364,204,2.607,206,1.847,207,1.692,213,1.554,216,2.93,217,3.186,270,0.562,313,1.43,314,2.229,315,2.165,316,1.47,317,2.832,318,1.903,319,1.692,320,2.686,321,1.644,322,1.903,323,1.903,324,1.644,325,1.903,326,1.692,327,1.903,328,1.644,329,1.903,330,1.644,331,1.903,332,1.644,333,1.215,334,1.903,335,1.692,336,2.436,337,2.668,338,1.692,339,1.903,340,1.644,341,1.903,342,1.644,343,1.903,344,1.644,345,1.903,346,1.692,347,2.436,348,2.295,349,1.644,350,1.644,351,1.903,352,1.692,353,2.436,354,2.295,355,1.692,356,1.282,357,1.644,358,1.692,359,1.644,360,1.644,361,1.903,362,1.644,363,1.903,364,1.644,365,1.903,366,1.742,367,1.847,368,1.903,462,1.392,550,2.915,737,3.207,1410,4.914,1420,3.84,1421,3.84]],["title/injectables/GlobalErrorHandler.html",[769,2.767,907,1.271]],["body/injectables/GlobalErrorHandler.html",[3,0.082,4,0.064,5,0.046,7,1.692,10,0.286,11,0.839,12,1.088,21,0.674,23,1.391,24,0.011,26,1.27,48,0.781,60,2.376,69,3.262,70,1.927,73,0.895,74,1.56,83,0.141,84,0.004,85,0.006,86,0.004,87,0.156,91,3.201,100,2.238,103,0.815,104,1.581,110,0.701,112,0.939,117,1.185,118,0.631,136,0.997,138,2.241,143,3.091,147,1.526,158,1.203,159,2.53,164,0.375,166,1.771,167,0.946,180,2.644,183,0.999,244,4.095,249,1.56,253,1.837,270,0.372,275,1.258,278,2.225,333,2.087,386,2.898,425,2.942,537,2.71,549,4.233,636,1.475,727,2.745,769,3.262,776,5.187,783,1.771,846,1.771,859,3.849,883,2.697,884,3.461,885,3.461,886,2.942,887,3.461,888,3.347,907,1.498,924,1.771,1028,2.745,1054,5.187,1245,3.262,1295,5.325,1353,3.262,1355,2.942,1360,3.461,1362,2.942,1372,4.001,1380,4.367,1389,3.849,1422,5.325,1423,2.539,1424,4.402,1425,4.402,1426,4.402,1427,4.402,1428,6.068,1429,5.194,1430,5.012,1431,6.702,1432,5.012,1433,3.02,1434,5.012,1435,4.402,1436,4.402,1437,3.438,1438,4.001,1439,3.701,1440,5.708,1441,5.187,1442,5.708,1443,5.187,1444,4.402,1445,3.438,1446,5.708,1447,5.194,1448,4.402,1449,4.402,1450,5.194,1451,4.402,1452,3.438,1453,4.001,1454,4.402,1455,4.001,1456,4.402,1457,4.001,1458,4.402,1459,4.402,1460,3.02,1461,3.02,1462,2.539,1463,3.02,1464,3.02,1465,3.02,1466,3.02,1467,3.02,1468,3.02,1469,4.402,1470,3.02,1471,4.402,1472,2.745,1473,3.02,1474,3.02,1475,3.02,1476,3.02,1477,3.02,1478,3.02,1479,3.02,1480,3.02,1481,3.02,1482,3.02,1483,3.02,1484,3.02,1485,4.402,1486,2.745,1487,3.02,1488,3.02,1489,3.02,1490,2.375,1491,2.745,1492,4.402,1493,3.02]],["title/interceptors/HttpConfigInterceptor.html",[770,2.936,1349,2.495]],["body/interceptors/HttpConfigInterceptor.html",[3,0.126,4,0.098,5,0.071,7,1.529,10,0.44,12,1.239,21,0.44,23,0.965,24,0.011,27,1.636,74,1.27,83,0.126,84,0.006,85,0.008,86,0.006,87,0.14,103,1.095,110,1.507,112,0.915,117,0.965,118,0.514,136,1.032,158,1.27,164,0.426,167,1.455,180,2.39,211,1.496,270,0.572,425,3.949,555,3.528,560,4.823,576,2.433,770,4.647,783,2.725,907,2.011,908,3.263,909,3.263,988,4.647,993,4.647,1349,3.949,1350,3.907,1352,5.75,1353,4.379,1354,6.068,1355,5.047,1356,6.389,1357,4.968,1360,4.647,1363,4.968,1364,5.75,1365,5.75,1367,4.968,1368,4.968,1369,4.647,1370,4.968,1373,3.907,1374,4.968,1494,6.499,1495,4.647,1496,6.728,1497,5.91,1498,5.291,1499,6.728,1500,5.291,1501,5.91,1502,5.291,1503,5.291,1504,4.223]],["title/classes/HttpError.html",[87,0.112,859,2.767]],["body/classes/HttpError.html",[3,0.091,4,0.071,5,0.051,7,1.425,10,0.318,11,0.905,12,0.639,21,0.622,23,1.431,24,0.011,26,1.823,60,2.891,69,2.485,70,3.029,74,1.636,83,0.149,84,0.005,85,0.006,86,0.005,87,0.18,89,1.891,91,2.784,100,2.485,104,2.884,110,0.778,112,0.735,117,0.696,118,0.371,136,0.586,138,2.163,143,2.355,147,1.695,158,1.297,159,2.103,164,0.393,166,1.966,167,1.05,180,2.728,183,1.11,244,3.659,249,1.297,253,1.773,270,0.413,275,1.398,278,1.874,333,2.084,386,2.654,425,2.241,537,2.979,549,4.385,636,1.638,727,3.048,769,2.485,776,5.006,783,1.966,846,1.966,859,4.684,883,2.243,884,2.637,885,2.637,886,2.241,887,2.637,888,2.783,907,1.615,1028,3.048,1054,5.443,1245,4.438,1295,4.631,1353,2.485,1355,3.681,1360,2.637,1362,2.241,1372,4.313,1380,4.631,1389,4.684,1422,4.631,1423,2.819,1424,3.354,1425,3.354,1426,3.354,1427,3.354,1428,6.321,1429,3.354,1431,6.563,1435,3.354,1436,3.354,1438,3.048,1439,2.819,1440,4.746,1441,4.313,1442,4.746,1443,4.313,1444,3.354,1446,4.746,1447,4.746,1448,3.354,1449,3.354,1450,4.746,1451,3.354,1453,3.048,1454,3.354,1455,3.048,1456,3.354,1457,3.048,1458,3.354,1459,3.354,1460,4.746,1461,4.746,1462,3.99,1463,4.746,1464,3.354,1465,3.354,1466,3.354,1467,3.354,1468,3.354,1469,4.746,1470,3.354,1471,4.746,1472,3.048,1473,3.354,1474,3.354,1475,3.354,1476,3.354,1477,3.354,1478,3.354,1479,3.354,1480,3.354,1481,3.354,1482,3.354,1483,3.354,1484,3.354,1485,4.746,1486,3.048,1487,3.354,1488,3.354,1489,3.354,1490,2.637,1491,3.048,1492,4.746,1493,3.354,1505,5.403]],["title/injectables/LocationService.html",[907,1.271,1216,3.139]],["body/injectables/LocationService.html",[3,0.133,4,0.104,5,0.075,10,0.464,12,1.27,19,3.128,21,0.631,23,1.519,24,0.011,44,2.661,83,0.133,84,0.007,85,0.008,86,0.007,87,0.147,103,1.132,110,1.137,112,1.11,117,1.382,118,0.737,136,1.218,158,1.905,164,0.471,170,2.394,171,2.874,270,0.603,419,3.276,420,2.874,440,3.442,555,4.106,576,2.566,636,2.394,670,2.763,783,2.874,907,2.08,910,2.874,924,2.874,945,4.121,946,6.15,1216,5.138,1238,6.337,1506,4.902,1507,6.112,1508,6.112,1509,6.973,1510,5.581,1511,6.958,1512,5.581,1513,5.581,1514,6.958,1515,5.581,1516,5.581,1517,5.581,1518,5.581,1519,5.581,1520,5.581,1521,5.581]],["title/interceptors/LoggingInterceptor.html",[771,2.936,1349,2.495]],["body/interceptors/LoggingInterceptor.html",[3,0.113,4,0.088,5,0.064,7,1.599,10,0.396,12,1.253,21,0.523,23,1.146,24,0.011,26,1.592,60,1.913,74,1.688,76,4.09,83,0.113,84,0.006,85,0.008,86,0.006,87,0.126,91,2.79,103,1.022,110,0.97,112,0.854,117,1.146,118,0.61,136,0.964,158,1.508,164,0.448,166,2.452,167,1.728,180,2.498,211,1.346,270,0.515,333,1.112,386,3.17,420,2.452,425,3.689,537,2.762,555,3.354,560,4.688,576,2.189,636,2.043,688,2.937,771,4.34,783,2.452,846,2.452,883,2.608,888,3.236,907,1.878,908,2.937,909,2.937,1055,3.801,1349,3.689,1350,3.516,1352,5.524,1353,4.09,1354,5.898,1355,4.853,1356,6.285,1357,4.64,1360,4.34,1362,4.391,1363,4.64,1364,5.524,1365,5.524,1367,4.64,1368,4.64,1369,4.34,1370,4.64,1373,3.516,1374,4.64,1380,3.516,1433,4.182,1501,5.52,1504,3.801,1522,4.182,1523,4.64,1524,4.761,1525,4.761,1526,5.52,1527,6.284,1528,4.761,1529,4.761,1530,6.284,1531,4.761,1532,4.761,1533,6.284,1534,4.761,1535,4.761,1536,4.761,1537,4.761]],["title/injectables/LoggingService.html",[386,1.655,907,1.271]],["body/injectables/LoggingService.html",[3,0.113,4,0.164,5,0.064,10,0.394,11,1.049,12,1.383,21,0.702,23,1.142,24,0.011,60,3.268,83,0.113,84,0.006,85,0.007,86,0.006,87,0.125,103,1.019,110,0.965,112,1.147,117,1.506,118,0.802,136,1.248,164,0.361,249,2.076,253,1.771,270,0.512,333,2.076,386,2.438,636,2.032,670,2.345,788,3.781,789,5.601,907,1.872,910,2.439,924,2.439,1538,4.16,1539,7.016,1540,6.163,1541,6.263,1542,6.263,1543,6.263,1544,6.263,1545,6.263,1546,6.263,1547,6.263,1548,4.736,1549,7.465,1550,6.263,1551,6.263,1552,4.736,1553,6.263,1554,4.736,1555,6.263,1556,4.736,1557,6.263,1558,4.736,1559,6.263,1560,4.736,1561,6.263,1562,4.736,1563,6.263,1564,4.736,1565,4.736,1566,6.263,1567,4.736,1568,4.736,1569,4.736,1570,3.781,1571,4.736,1572,4.736,1573,4.736,1574,4.736,1575,4.736,1576,4.736,1577,4.736]],["title/directives/MenuSelectionDirective.html",[316,1.202,360,1.344]],["body/directives/MenuSelectionDirective.html",[3,0.124,4,0.097,5,0.071,7,1.519,10,0.436,12,0.877,21,0.436,24,0.011,74,1.862,83,0.124,84,0.006,85,0.008,86,0.006,87,0.195,103,1.088,110,1.067,112,0.909,117,0.955,118,0.509,128,6.192,136,0.804,164,0.302,180,2.375,213,1.565,216,2.175,249,1.604,270,0.566,278,1.565,314,2.239,315,2.524,316,1.89,359,1.656,360,2.114,636,2.247,658,3.867,673,4.601,699,4.601,700,4.601,737,4.943,738,5.086,739,4.181,740,3.617,741,4.181,742,4.181,743,4.181,744,4.601,745,4.601,747,4.601,748,4.601,749,4.601,750,4.601,1255,4.351,1384,4.617,1523,4.937,1578,5.878,1579,4.601,1580,6.192,1581,5.337,1582,5.872,1583,6.685,1584,6.685,1585,7.758,1586,4.181,1587,6.65,1588,6.192,1589,6.192,1590,5.238,1591,5.438,1592,5.337,1593,5.337,1594,5.337,1595,4.937,1596,4.351,1597,4.937,1598,5.337,1599,4.937,1600,5.337,1601,5.238,1602,4.181,1603,5.238,1604,5.238]],["title/directives/MenuToggleDirective.html",[316,1.202,362,1.344]],["body/directives/MenuToggleDirective.html",[3,0.128,4,0.1,5,0.072,7,1.545,10,0.447,12,0.9,21,0.447,24,0.011,74,1.789,83,0.128,84,0.006,85,0.008,86,0.006,87,0.197,103,1.106,110,1.095,112,0.924,117,0.98,118,0.522,128,6.252,136,0.825,164,0.31,180,2.414,213,1.607,216,2.212,249,1.631,270,0.581,278,1.607,314,2.276,315,2.548,316,1.922,359,1.7,362,2.149,636,2.306,737,4.982,738,5.148,739,4.291,740,3.713,741,4.291,742,4.291,743,4.291,1255,4.424,1384,4.694,1523,5.019,1578,5.95,1580,6.586,1581,5.426,1586,4.291,1587,6.689,1588,6.252,1589,6.252,1591,5.965,1592,5.426,1593,5.426,1594,5.426,1595,5.019,1596,4.424,1597,5.019,1598,5.426,1599,5.019,1600,5.426,1602,4.291,1605,4.291,1606,6.797,1607,7.832,1608,5.376,1609,5.376,1610,5.376,1611,5.376,1612,5.376,1613,5.376]],["title/interfaces/Meta.html",[0,0.843,52,2.383]],["body/interfaces/Meta.html",[0,1.592,1,3.811,2,1.583,3,0.1,4,0.078,5,0.056,6,2.73,7,0.953,8,1.892,9,2.975,10,0.349,11,0.966,13,4.26,14,3.234,15,2.857,16,3.984,17,4.068,18,3.984,19,3.696,20,3.396,21,0.62,22,3.096,23,1.604,24,0.011,25,2.246,26,1.8,27,0.928,28,2.077,29,2.897,30,3.097,31,3.386,33,3.097,34,3.097,35,2.897,36,2.897,37,3.097,38,1.799,39,3.984,40,3.984,41,3.984,42,3.755,43,3.755,44,2,45,3.984,46,3.097,47,3.558,48,1.874,49,3.984,50,3.984,51,3.984,52,4.769,53,3.984,54,3.386,55,4.325,56,2.462,57,3.387,58,2.462,59,2.351,60,1.685,61,3.386,62,2.462,63,3.096,64,2.379,65,3.386,66,3.871,67,3.227,68,4.26,69,3.755,70,2.351,71,3.755,72,2.16,73,1.092,74,1.007,75,3.558,76,2.73,77,2.177,78,2.73,79,3.755,80,2.857,81,2.897,82,0.878,83,0.1,84,0.005,85,0.007,86,0.005]],["title/interfaces/MetaResponse.html",[0,0.843,71,2.767]],["body/interfaces/MetaResponse.html",[0,1.597,1,3.536,2,1.603,3,0.101,4,0.079,5,0.057,6,2.765,7,0.965,8,1.854,9,2.695,10,0.354,11,0.974,13,4.297,14,3.262,15,2.882,16,4.019,17,4.095,18,4.019,19,3.721,20,3.419,21,0.594,22,3.123,23,1.606,24,0.011,25,2.258,26,1.81,27,0.939,28,2.103,29,2.934,30,3.137,31,3.416,33,3.137,34,3.137,35,2.934,36,2.934,37,3.137,38,1.822,39,4.019,40,4.019,41,4.019,42,3.788,43,3.788,44,2.025,45,4.019,46,3.137,47,3.59,48,1.879,49,4.019,50,4.019,51,4.019,52,4.824,53,4.019,54,3.416,55,3.979,56,2.493,57,3.165,58,2.493,59,2.381,60,1.707,61,3.416,62,2.493,63,3.123,64,2.392,65,2.493,66,3.897,67,3.237,68,3.137,69,2.765,70,3.262,71,4.321,72,3.678,73,1.106,74,1.019,75,3.59,76,2.765,77,2.196,78,2.765,79,3.788,80,2.882,81,2.934,82,0.89,83,0.101,84,0.005,85,0.007,86,0.005]],["title/interceptors/MockBackendInterceptor.html",[1349,2.495,1614,3.139]],["body/interceptors/MockBackendInterceptor.html",[3,0.035,4,0.027,5,0.02,7,0.573,8,0.35,9,1.256,10,0.122,12,0.557,14,2.507,15,1.248,20,3.511,21,0.122,23,0.46,24,0.011,25,1.906,26,0.639,27,0.876,28,1.248,31,0.857,38,0.626,44,2.333,60,1.013,67,1.966,70,1.865,72,0.752,73,0.38,74,1.785,78,2.166,82,0.306,83,0.06,84,0.002,85,0.003,86,0.002,87,0.039,91,1.119,103,0.41,112,0.198,117,0.266,118,0.785,120,1.966,136,0.387,138,1.542,147,1.477,155,1.862,158,1.917,159,2.551,164,0.258,166,0.752,167,0.694,170,0.626,180,0.896,197,1.648,207,0.475,211,0.413,270,0.158,297,0.783,310,2.166,333,0.341,356,0.36,358,0.475,373,1.008,401,1.078,420,0.752,421,0.783,425,1.48,439,2.013,522,1.008,525,0.696,532,3.235,534,3.079,535,2.743,537,1.182,539,1.865,540,1.648,542,1.48,543,4.051,545,1.555,549,0.857,555,3.514,558,5.988,560,2.872,569,4.427,573,1.008,576,0.671,587,1.641,589,2.013,655,1.413,702,0.9,709,1.641,781,2.013,783,0.752,784,1.078,806,1.078,807,1.165,808,1.165,870,2.457,871,1.555,873,0.9,883,0.606,886,0.857,907,0.754,908,0.9,909,0.9,991,1.282,1032,1.008,1073,1.078,1114,0.857,1196,1.248,1206,2.423,1211,1.078,1212,1.862,1214,1.862,1235,2.215,1238,2.013,1240,2.215,1247,1.078,1256,1.008,1272,1.008,1350,1.078,1352,2.925,1353,1.641,1354,2.925,1355,3.255,1356,4.285,1357,1.862,1363,1.862,1364,2.925,1365,2.925,1367,4.451,1368,1.862,1369,2.736,1370,1.862,1373,1.078,1374,1.862,1375,2.215,1384,1.741,1387,2.215,1397,1.282,1398,5.342,1439,2.457,1441,1.165,1472,1.165,1490,4.983,1504,1.165,1507,2.215,1508,2.215,1509,2.215,1526,2.215,1614,2.925,1615,2.013,1616,1.165,1617,2.521,1618,2.215,1619,2.521,1620,1.46,1621,2.215,1622,2.521,1623,2.521,1624,2.521,1625,1.46,1626,3.929,1627,1.282,1628,2.013,1629,1.282,1630,2.013,1631,1.165,1632,3.162,1633,1.165,1634,2.457,1635,1.165,1636,1.165,1637,2.013,1638,1.165,1639,1.008,1640,1.165,1641,1.165,1642,1.165,1643,1.078,1644,1.165,1645,2.013,1646,1.008,1647,1.165,1648,2.215,1649,3.48,1650,1.282,1651,1.282,1652,1.282,1653,1.282,1654,1.282,1655,1.282,1656,1.282,1657,1.282,1658,1.282,1659,1.282,1660,1.282,1661,1.282,1662,1.282,1663,1.282,1664,1.282,1665,2.215,1666,1.282,1667,1.282,1668,2.215,1669,1.282,1670,1.282,1671,1.282,1672,2.923,1673,2.923,1674,1.282,1675,2.215,1676,1.282,1677,2.215,1678,2.215,1679,2.215,1680,1.282,1681,1.282,1682,1.282,1683,1.282,1684,1.282,1685,1.282,1686,1.282,1687,1.282,1688,1.282,1689,1.282,1690,1.282,1691,1.282,1692,1.282,1693,1.282,1694,1.282,1695,1.282,1696,1.282,1697,1.282,1698,1.282,1699,1.282,1700,1.282,1701,1.282,1702,1.282,1703,1.282,1704,1.282,1705,1.282,1706,1.282,1707,1.282,1708,1.282,1709,1.282,1710,1.282,1711,1.282,1712,1.282,1713,2.215,1714,1.282,1715,1.282,1716,1.282,1717,1.282,1718,1.282,1719,1.282,1720,1.282,1721,1.282,1722,1.282,1723,1.282,1724,1.282,1725,1.282,1726,2.215,1727,1.282,1728,1.282,1729,1.282,1730,2.215,1731,1.282,1732,1.282,1733,1.282,1734,1.282,1735,1.282,1736,1.282,1737,1.282,1738,1.282,1739,1.282,1740,1.282,1741,1.282,1742,1.282,1743,1.282,1744,1.282,1745,1.282,1746,1.282,1747,1.282,1748,1.282,1749,1.282,1750,1.282,1751,1.282,1752,1.282,1753,1.282,1754,1.282,1755,1.282,1756,1.282,1757,2.923,1758,1.282,1759,1.282,1760,1.282,1761,1.282,1762,1.282,1763,1.282,1764,1.282,1765,1.282,1766,1.282,1767,1.282,1768,1.282,1769,1.282,1770,1.282,1771,2.215,1772,1.282,1773,1.282,1774,1.282,1775,1.282,1776,1.282,1777,1.282,1778,1.282,1779,2.215,1780,1.282,1781,1.282,1782,1.282,1783,1.282,1784,1.282,1785,1.165,1786,1.282,1787,1.282,1788,1.282,1789,1.282,1790,0.818,1791,1.282,1792,1.282,1793,1.282,1794,1.282,1795,1.282,1796,1.282,1797,1.282,1798,2.215,1799,1.282,1800,1.282,1801,2.215,1802,1.282,1803,1.282,1804,1.282,1805,1.282,1806,1.282,1807,1.282,1808,1.282,1809,1.282,1810,1.282,1811,1.282,1812,1.282,1813,1.282,1814,1.282,1815,1.282,1816,1.282,1817,1.282,1818,2.923,1819,1.282,1820,1.282,1821,1.282,1822,1.282,1823,1.282,1824,1.282,1825,1.282,1826,1.282,1827,1.282,1828,1.282,1829,1.282,1830,1.282,1831,1.282,1832,1.282,1833,1.282,1834,1.282,1835,1.282,1836,1.282,1837,2.215,1838,1.282,1839,1.282,1840,1.282,1841,1.282,1842,1.282,1843,1.282,1844,1.282,1845,1.282,1846,1.282,1847,1.282,1848,1.282,1849,1.282,1850,1.282,1851,1.282,1852,1.282,1853,1.282,1854,1.282,1855,2.215,1856,2.923,1857,1.282,1858,1.282,1859,1.282,1860,1.282,1861,2.923,1862,2.923,1863,1.282,1864,2.215,1865,1.282,1866,1.282,1867,1.282,1868,1.282,1869,1.282,1870,1.282,1871,1.282,1872,1.282,1873,1.282,1874,1.282,1875,1.282,1876,1.282,1877,1.282,1878,1.282,1879,2.923,1880,1.282,1881,1.282,1882,1.282,1883,1.282,1884,1.282,1885,1.282,1886,1.282,1887,1.282,1888,1.282,1889,1.282,1890,1.282,1891,1.282,1892,1.282,1893,1.282,1894,1.282,1895,1.282,1896,1.282,1897,1.282,1898,1.862,1899,1.165,1900,2.215,1901,2.215,1902,2.215,1903,2.215,1904,1.282,1905,1.282,1906,1.282,1907,1.282,1908,1.165,1909,1.282,1910,1.282,1911,1.282,1912,1.282,1913,1.282,1914,1.282,1915,1.282,1916,1.282,1917,1.282,1918,1.282,1919,1.282,1920,1.282,1921,1.282,1922,1.282,1923,1.282,1924,1.282,1925,1.282,1926,1.282,1927,1.282,1928,1.165,1929,1.282,1930,1.282,1931,1.282,1932,1.282,1933,1.282,1934,1.282,1935,1.282,1936,1.282,1937,1.282,1938,1.282,1939,2.923,1940,1.282,1941,1.282,1942,1.282,1943,1.282,1944,1.282,1945,1.282,1946,2.215,1947,3.48,1948,1.282,1949,1.282,1950,1.282,1951,1.282,1952,1.282,1953,1.282,1954,1.282,1955,1.282,1956,1.282,1957,1.282,1958,1.282,1959,1.282,1960,1.282,1961,1.282,1962,1.282,1963,1.282,1964,1.282,1965,1.282,1966,1.282,1967,1.282,1968,1.282,1969,1.282,1970,1.282,1971,2.215,1972,1.282,1973,1.282,1974,1.282,1975,1.078,1976,1.282,1977,1.282,1978,1.282,1979,1.282,1980,1.282,1981,1.282,1982,1.282,1983,1.282,1984,1.282,1985,1.282,1986,1.282,1987,1.282,1988,1.282,1989,1.282,1990,1.282,1991,1.282,1992,1.282,1993,1.282,1994,1.282,1995,1.282,1996,1.282,1997,1.282,1998,1.282,1999,1.282,2000,1.282,2001,1.282,2002,1.282,2003,1.282,2004,1.282,2005,1.282,2006,2.215,2007,1.282,2008,1.282,2009,1.282,2010,1.282,2011,1.282,2012,1.282,2013,1.282,2014,1.282,2015,2.215,2016,1.282,2017,1.165,2018,1.282,2019,1.282,2020,1.282,2021,1.282,2022,1.282,2023,1.282,2024,1.282,2025,1.282,2026,1.282,2027,2.215,2028,1.282,2029,1.282,2030,1.282,2031,1.282,2032,1.282,2033,1.282,2034,1.282,2035,1.282,2036,1.282,2037,1.282,2038,1.282,2039,1.282,2040,1.282,2041,1.282,2042,1.282,2043,1.282,2044,1.282,2045,2.215,2046,2.013,2047,1.282,2048,1.282,2049,1.282,2050,1.282,2051,1.282,2052,1.282,2053,1.282,2054,1.282,2055,1.282,2056,1.282,2057,1.282,2058,1.282,2059,1.282,2060,1.282,2061,1.282,2062,1.282,2063,1.282,2064,1.282,2065,1.282,2066,1.165,2067,1.282,2068,1.282,2069,1.282,2070,1.282,2071,1.282,2072,1.282,2073,1.282,2074,1.282,2075,1.282,2076,1.282,2077,1.282,2078,1.282,2079,1.282,2080,1.282,2081,1.282,2082,1.282,2083,1.282,2084,1.282,2085,1.165,2086,1.282,2087,1.282,2088,1.282,2089,1.282,2090,1.282,2091,1.282,2092,1.282,2093,1.282,2094,1.282,2095,1.282,2096,1.282,2097,1.282,2098,1.282,2099,1.282,2100,1.282,2101,1.282,2102,1.282,2103,1.282,2104,2.215,2105,1.282,2106,1.282,2107,1.282,2108,1.282,2109,1.282,2110,1.282,2111,1.282,2112,1.165,2113,1.282,2114,1.165,2115,1.282,2116,1.282,2117,1.282,2118,1.282,2119,1.282,2120,1.165,2121,1.282,2122,1.282,2123,1.282,2124,1.282,2125,1.282,2126,1.282,2127,1.282,2128,1.282,2129,1.165,2130,1.282,2131,1.282,2132,1.282,2133,1.282,2134,1.282,2135,1.282,2136,1.282,2137,1.165,2138,1.282,2139,1.165,2140,1.282,2141,1.282,2142,2.013,2143,1.282,2144,1.282,2145,1.282,2146,1.282,2147,1.282,2148,1.282,2149,1.282,2150,1.282,2151,1.282,2152,1.282,2153,1.282,2154,1.282,2155,1.282,2156,1.282,2157,1.282,2158,1.282,2159,1.282,2160,1.282,2161,1.282,2162,1.282,2163,1.282,2164,1.282,2165,1.282,2166,1.282,2167,1.282,2168,1.282,2169,1.282,2170,1.282,2171,1.282,2172,1.282,2173,1.282,2174,1.282,2175,1.282,2176,1.282,2177,1.282,2178,1.282,2179,1.282,2180,1.282,2181,1.282,2182,1.282,2183,1.282,2184,1.282,2185,1.282,2186,1.282,2187,1.282,2188,1.282,2189,1.282,2190,2.215,2191,1.282,2192,1.282,2193,1.282,2194,1.282,2195,1.282,2196,1.282,2197,1.282,2198,1.282,2199,1.282,2200,1.282,2201,1.282,2202,1.282,2203,1.282,2204,1.282,2205,1.282,2206,1.282,2207,1.282,2208,2.923,2209,1.282,2210,1.282,2211,1.282,2212,1.282,2213,1.282,2214,1.282,2215,1.282,2216,1.282,2217,1.282,2218,1.282,2219,1.282,2220,1.282,2221,1.282,2222,1.282,2223,1.282,2224,1.282,2225,1.282,2226,1.282,2227,1.282,2228,1.282,2229,1.282,2230,1.282,2231,1.282,2232,1.282,2233,1.282,2234,1.282,2235,1.282,2236,1.282,2237,1.282,2238,1.282,2239,1.282,2240,1.282,2241,1.282,2242,1.282,2243,1.282,2244,1.282,2245,1.282,2246,1.282,2247,1.282,2248,1.282,2249,1.282,2250,1.282,2251,1.282,2252,1.282,2253,1.282,2254,1.282,2255,1.282,2256,1.282,2257,1.282,2258,1.282,2259,1.282,2260,1.282,2261,1.282,2262,1.282,2263,1.282,2264,1.282,2265,1.282,2266,1.282,2267,1.282,2268,1.282,2269,1.282,2270,1.282,2271,1.282,2272,1.282,2273,1.282,2274,1.282,2275,1.282,2276,1.282,2277,1.282,2278,1.282,2279,1.282,2280,1.282,2281,1.282,2282,1.282,2283,1.282,2284,1.282,2285,1.282,2286,1.282,2287,1.282,2288,1.282,2289,1.282,2290,1.282,2291,1.282,2292,1.282,2293,1.282,2294,1.282,2295,1.282,2296,1.282,2297,2.215,2298,1.282,2299,2.013,2300,1.282,2301,1.282,2302,1.282,2303,1.282,2304,1.282,2305,1.282,2306,1.282,2307,1.282,2308,1.282,2309,1.282,2310,1.282,2311,1.282,2312,1.282,2313,1.282,2314,1.282,2315,1.282,2316,1.165,2317,1.282,2318,1.282,2319,1.282,2320,1.282,2321,1.282,2322,1.282,2323,1.282,2324,1.282,2325,1.282,2326,1.282,2327,1.282,2328,2.215,2329,2.215,2330,1.282,2331,1.282,2332,1.282,2333,1.282,2334,1.282,2335,1.282,2336,2.013,2337,1.282,2338,1.282,2339,1.282,2340,1.282,2341,1.282,2342,1.282,2343,1.282,2344,1.282,2345,1.282,2346,1.282,2347,1.282,2348,1.282,2349,1.282,2350,1.282,2351,1.282,2352,1.282,2353,1.282,2354,1.282,2355,1.282,2356,1.282,2357,1.282,2358,1.165,2359,1.165,2360,1.282,2361,1.282,2362,1.282,2363,2.215,2364,1.282,2365,1.282,2366,1.282,2367,1.282,2368,1.282,2369,1.282,2370,1.282,2371,2.215,2372,1.282,2373,1.282,2374,1.282,2375,1.282,2376,1.282,2377,1.282,2378,1.282,2379,1.282,2380,1.282,2381,1.282,2382,1.282,2383,1.282,2384,1.282,2385,1.282,2386,1.282,2387,1.282,2388,1.282,2389,1.282,2390,1.282,2391,1.282,2392,1.282,2393,1.282,2394,1.282,2395,1.282,2396,1.282,2397,1.282,2398,1.165,2399,1.282,2400,1.282,2401,1.282,2402,1.282,2403,1.282,2404,2.013,2405,1.282,2406,1.282,2407,1.282,2408,1.282,2409,1.282,2410,1.282,2411,1.282,2412,1.165,2413,1.282,2414,1.282,2415,1.282,2416,1.282,2417,1.282,2418,1.282,2419,1.282,2420,1.282,2421,1.282,2422,1.282,2423,1.282,2424,1.282,2425,1.282,2426,1.282,2427,1.282,2428,1.282,2429,1.282,2430,1.282,2431,1.282,2432,1.282,2433,1.282,2434,1.282,2435,1.282,2436,1.282,2437,1.282,2438,1.282,2439,1.282,2440,1.282,2441,1.282,2442,1.282,2443,1.282,2444,1.282,2445,1.282,2446,1.282,2447,1.282,2448,1.282,2449,1.282,2450,1.282,2451,1.282,2452,1.282,2453,1.282,2454,1.282,2455,1.282,2456,1.282,2457,1.282,2458,1.282,2459,1.282,2460,1.282,2461,1.282,2462,1.282,2463,1.165,2464,1.165,2465,1.282,2466,1.008,2467,1.282,2468,3.906,2469,3.379,2470,1.282,2471,3.906,2472,4.298,2473,3.906,2474,1.282,2475,2.215,2476,3.303,2477,5.294,2478,3.57,2479,3.089,2480,3.929,2481,2.215,2482,1.282,2483,2.215,2484,1.282,2485,1.282,2486,1.282,2487,2.215,2488,1.282,2489,1.282,2490,1.282,2491,2.215,2492,1.282,2493,1.282,2494,1.282,2495,2.215,2496,1.165,2497,1.282,2498,1.282,2499,1.282,2500,1.282,2501,1.46,2502,1.46,2503,1.46,2504,1.46,2505,2.521,2506,1.282,2507,1.282,2508,1.46,2509,1.46,2510,1.46,2511,1.46,2512,1.46,2513,1.46,2514,1.46,2515,1.46,2516,1.46,2517,1.46,2518,1.46,2519,1.46,2520,2.521,2521,2.521,2522,2.215,2523,1.46,2524,1.46,2525,1.46,2526,1.46,2527,1.46,2528,1.46,2529,1.46,2530,2.521,2531,1.46,2532,1.46,2533,2.215,2534,1.46,2535,2.215,2536,1.46,2537,2.215,2538,1.282,2539,1.078,2540,1.46,2541,1.282,2542,2.013,2543,2.521,2544,2.521,2545,2.521,2546,3.328,2547,1.46,2548,2.521,2549,0.95,2550,1.46,2551,1.46,2552,1.46,2553,1.46,2554,1.46,2555,1.46,2556,1.46,2557,1.46,2558,1.46,2559,1.46,2560,1.46,2561,1.46,2562,1.46,2563,1.46,2564,1.46,2565,1.46,2566,1.46,2567,1.46,2568,1.46,2569,1.46,2570,1.46,2571,1.46,2572,1.46,2573,1.46,2574,1.46,2575,1.46,2576,1.46,2577,1.46,2578,1.46,2579,1.46,2580,1.282,2581,1.282,2582,1.165,2583,2.521,2584,1.46,2585,1.46,2586,1.165,2587,1.46,2588,2.521,2589,2.521,2590,1.46,2591,1.46,2592,1.46,2593,1.46,2594,1.46]],["title/components/NetworkStatusComponent.html",[201,0.614,338,1.383]],["body/components/NetworkStatusComponent.html",[3,0.109,4,0.085,5,0.062,8,1.47,10,0.381,11,1.026,12,0.767,21,0.51,24,0.011,27,1.014,48,1.042,73,1.193,83,0.109,84,0.005,85,0.007,86,0.005,87,0.121,99,2.255,103,0.997,110,0.934,112,1.002,114,1.491,117,0.836,118,0.716,136,0.94,164,0.264,201,0.997,202,1.449,203,2.176,204,1.628,205,1.841,206,1.628,207,1.491,211,1.732,212,2.961,213,1.37,214,2.462,215,2.462,216,2.901,217,3.148,219,2.462,221,2.462,233,3.161,249,1.768,253,1.732,269,1.841,270,0.496,313,1.26,314,2.052,315,1.993,316,1.296,317,2.697,318,1.677,319,1.491,320,2.526,321,1.449,322,1.677,323,1.677,324,1.449,325,1.677,326,1.491,327,1.677,328,1.449,329,1.677,330,1.449,331,1.677,332,1.449,333,1.07,334,1.677,335,1.491,336,2.242,337,1.58,338,2.397,339,1.677,340,1.449,341,1.677,342,1.449,343,1.677,344,1.449,345,1.677,346,1.491,347,2.242,348,1.58,349,1.449,350,1.449,351,1.677,352,1.491,353,2.242,354,1.58,355,1.491,356,1.13,357,1.449,358,1.491,359,1.449,360,1.449,361,1.677,362,1.449,363,1.677,364,1.449,365,1.677,366,1.535,367,1.628,368,1.677,537,2.176,636,1.966,2595,6.745,2596,6.129,2597,4.025,2598,6.901,2599,6.126,2600,6.901,2601,7.368,2602,4.582,2603,7.368,2604,6.126,2605,6.126,2606,4.582,2607,4.582,2608,7.368,2609,6.126,2610,4.582,2611,6.126,2612,4.582,2613,4.582,2614,6.126,2615,6.126]],["title/components/OrganizationComponent.html",[201,0.614,340,1.344]],["body/components/OrganizationComponent.html",[3,0.096,4,0.075,5,0.054,8,1.346,10,0.335,11,0.939,12,0.674,21,0.581,24,0.011,27,0.891,38,1.728,48,1.275,73,2.13,83,0.096,84,0.005,85,0.007,86,0.005,87,0.106,99,1.108,103,0.913,110,0.821,112,1.06,114,1.311,117,0.734,118,0.678,136,0.861,138,1.389,147,2.866,158,1.346,164,0.372,183,1.631,201,0.933,202,1.274,203,1.993,204,1.431,205,1.618,206,1.431,207,1.311,211,1.586,212,2.77,213,1.204,214,2.254,215,2.254,216,2.874,217,3.114,219,2.254,221,2.254,226,4.767,233,2.995,237,4.143,241,3.215,242,5.612,249,1.675,251,4.458,253,1.586,256,4.527,269,1.618,270,0.436,271,2.974,272,2.162,273,1.995,281,2.974,282,4.143,309,3.011,311,4.544,313,1.108,314,1.879,315,1.825,316,1.139,317,2.555,318,1.474,319,1.311,320,2.363,321,1.274,322,1.474,323,1.474,324,1.274,325,1.474,326,1.311,327,1.474,328,1.274,329,1.474,330,1.274,331,1.474,332,1.274,333,0.941,334,1.474,335,1.311,336,2.053,337,1.389,338,1.311,339,1.474,340,2.208,341,1.474,342,1.274,343,1.474,344,1.274,345,1.474,346,1.311,347,2.053,348,1.389,349,1.274,350,1.274,351,1.474,352,1.311,353,2.053,354,1.389,355,1.311,356,0.993,357,1.274,358,1.311,359,1.274,360,1.274,361,1.474,362,1.274,363,1.474,364,1.274,365,1.474,366,1.349,367,1.431,368,1.474,636,1.728,826,5.153,828,5.573,852,4.478,1095,4.26,1252,4.928,1389,4.544,1975,5.155,2616,3.538,2617,5.42,2618,6.456,2619,5.61,2620,6.456,2621,6.456,2622,5.61,2623,4.028,2624,4.028,2625,4.028,2626,4.028,2627,4.028,2628,4.028,2629,4.028,2630,7.34,2631,5.153,2632,4.028,2633,4.028,2634,4.028,2635,4.028,2636,5.61,2637,5.61,2638,4.928,2639,5.61,2640,5.61,2641,5.61,2642,5.61,2643,4.928,2644,5.61,2645,5.61,2646,5.61,2647,5.61,2648,5.61,2649,5.61]],["title/classes/PGPSigner.html",[87,0.112,2650,2.767]],["body/classes/PGPSigner.html",[0,1.35,3,0.07,4,0.055,5,0.04,7,1.471,9,2.035,10,0.245,11,0.748,12,1.008,21,0.653,23,1.522,24,0.011,48,1.015,55,4.484,56,3.166,57,3.248,58,3.799,59,4.266,60,3.369,61,4.847,62,3.998,63,3.912,64,2.167,66,1.728,72,2.299,73,1.163,74,1.553,77,1.685,82,0.616,83,0.07,84,0.004,85,0.005,86,0.004,87,0.078,89,1.458,91,2.673,98,3.166,103,0.726,104,3.606,105,2.369,110,0.6,112,1.079,117,1.098,118,0.585,129,4.365,136,1.119,137,1.807,138,2.232,139,4.433,158,1.072,164,0.311,166,1.516,167,0.81,180,2.652,189,1.077,211,1.262,249,1.698,253,1.926,278,2.231,333,1.043,386,2.651,423,1.816,429,3.327,688,4.201,697,2.906,715,2.033,721,3.918,726,1.916,775,1.65,846,1.516,848,3.629,883,1.853,888,2.299,897,3.327,926,4.433,1038,4.704,1050,1.58,1202,3.627,1263,3.084,1362,2.621,1490,3.084,2549,3.511,2650,3.511,2651,5.217,2652,2.033,2653,3.297,2654,4.779,2655,3.297,2656,3.983,2657,5.62,2658,3.983,2659,3.983,2660,5.712,2661,3.922,2662,3.564,2663,4.779,2664,3.297,2665,4.465,2666,3.297,2667,4.446,2668,3.297,2669,2.944,2670,2.944,2671,2.944,2672,2.944,2673,2.944,2674,2.944,2675,5.03,2676,2.944,2677,3.725,2678,2.944,2679,3.983,2680,4.954,2681,2.944,2682,3.725,2683,3.983,2684,2.944,2685,3.983,2686,3.511,2687,3.983,2688,2.944,2689,3.725,2690,2.174,2691,2.174,2692,2.174,2693,3.297,2694,2.174,2695,2.174,2696,2.174,2697,2.174,2698,2.174,2699,2.174,2700,3.297,2701,3.297,2702,2.174,2703,2.174,2704,2.033,2705,2.174,2706,3.297,2707,2.174,2708,2.174,2709,2.174,2710,2.174,2711,2.174,2712,2.174,2713,2.174,2714,2.174,2715,2.174,2716,2.174,2717,2.174,2718,3.297,2719,2.174,2720,2.174,2721,2.174,2722,2.174,2723,2.174,2724,2.174,2725,2.174,2726,2.174]],["title/components/PagesComponent.html",[201,0.614,342,1.344]],["body/components/PagesComponent.html",[3,0.12,4,0.093,5,0.068,8,1.563,10,0.419,11,1.091,21,0.419,23,1.187,24,0.011,27,1.112,48,1.143,73,1.31,83,0.12,84,0.006,85,0.008,86,0.006,87,0.133,99,1.383,110,1.472,112,0.885,114,1.636,118,0.702,164,0.29,201,1.044,202,1.59,203,2.313,204,1.786,205,2.021,206,1.786,207,1.636,213,1.503,214,2.617,215,2.617,216,2.919,217,3.171,219,2.617,221,2.617,269,2.021,270,0.544,309,3.495,313,1.383,314,2.181,315,2.119,316,1.422,317,2.796,318,1.841,319,1.636,320,2.644,321,1.59,322,1.841,323,1.841,324,1.59,325,1.841,326,1.636,327,1.841,328,1.59,329,1.841,330,1.59,331,1.841,332,1.59,333,1.175,334,1.841,335,1.636,336,2.384,337,1.734,338,1.636,339,1.841,340,1.59,341,1.841,342,2.416,343,1.841,344,1.59,345,1.841,346,1.636,347,2.384,348,1.734,349,1.59,350,1.59,351,1.841,352,1.636,353,2.384,354,1.734,355,1.636,356,1.24,357,1.59,358,1.636,359,1.59,360,1.59,361,1.841,362,1.59,363,1.841,364,1.59,365,1.841,366,1.684,367,1.786,368,1.841,775,3.65,886,4.24,2727,4.417,2728,6.513,2729,7.224,2730,6.513,2731,6.513,2732,6.513,2733,5.199,2734,6.513]],["title/modules/PagesModule.html",[462,1.138,2735,3.139]],["body/modules/PagesModule.html",[3,0.137,4,0.107,5,0.077,24,0.011,82,1.204,83,0.137,84,0.007,85,0.008,86,0.007,87,0.152,164,0.502,167,1.949,270,0.621,313,1.581,342,2.653,462,1.538,464,2.103,465,2.846,466,4.123,467,2.96,468,3.084,473,4.154,475,3.803,476,3.084,477,2.74,479,2.941,480,4.159,481,3.221,483,3.373,485,3.373,497,4.371,498,3.545,499,4.612,500,3.74,501,3.373,502,4.371,503,3.545,504,4.371,505,3.545,508,4.894,509,3.969,2735,6.432,2736,5.048,2737,5.048,2738,5.048,2739,5.794,2740,5.747,2741,5.747,2742,5.747]],["title/modules/PagesRoutingModule.html",[462,1.138,2739,2.936]],["body/modules/PagesRoutingModule.html",[3,0.139,4,0.109,5,0.079,24,0.011,74,1.408,82,1.229,83,0.139,84,0.007,85,0.009,86,0.007,87,0.155,93,3.818,164,0.447,167,1.614,201,0.848,270,0.634,275,2.147,309,3.851,342,2.269,464,2.147,479,2.978,524,3.444,525,3.697,526,4.022,527,5.012,528,4.052,529,4.052,530,3.818,531,3.618,540,2.905,812,7.279,1095,3.288,1102,3.288,1196,2.905,2739,4.956,2743,5.867,2744,5.867,2745,5.867,2746,5.867,2747,5.867,2748,5.867,2749,5.867,2750,5.867,2751,5.867,2752,5.867,2753,5.867,2754,5.867]],["title/directives/PasswordToggleDirective.html",[316,1.202,364,1.344]],["body/directives/PasswordToggleDirective.html",[3,0.114,4,0.089,5,0.065,7,1.437,10,0.4,12,0.805,21,0.588,23,1.369,24,0.011,48,1.437,67,3.28,74,1.517,83,0.114,84,0.006,85,0.008,86,0.006,87,0.187,103,1.028,110,0.979,112,1.021,117,0.876,118,0.467,136,0.737,164,0.277,180,2.245,213,1.436,216,2.057,249,1.517,270,0.52,278,1.436,314,2.117,315,2.443,316,1.788,359,1.519,364,1.999,501,4.862,625,6.594,636,2.061,738,4.366,1050,4.575,1255,4.115,1258,5.913,1271,5.035,1287,4.366,1384,4.366,1523,4.668,1580,5.993,1586,3.835,1587,6.516,1588,5.993,1589,5.993,1591,5.217,1592,5.046,1593,5.046,1594,5.046,1595,4.668,1596,4.115,1597,4.668,1598,5.046,1599,4.668,1600,5.046,1602,3.835,1605,3.835,2755,6.851,2756,6.322,2757,7.507,2758,7.066,2759,6.322,2760,7.8,2761,4.805,2762,4.805,2763,6.322,2764,4.805,2765,4.805,2766,4.805,2767,7.066,2768,7.066,2769,7.066,2770,4.22,2771,6.322,2772,7.507,2773,6.322,2774,6.322]],["title/injectables/RegistryService.html",[907,1.271,1120,2.767]],["body/injectables/RegistryService.html",[3,0.134,4,0.105,5,0.076,10,0.471,11,1.175,21,0.584,24,0.011,48,1.286,73,1.473,83,0.134,84,0.007,85,0.008,86,0.007,87,0.149,94,4.682,103,1.142,104,2.602,105,2.793,110,1.555,112,1.084,136,0.868,137,2.35,158,1.358,164,0.473,168,3.321,169,3.908,170,2.428,171,2.914,178,3.683,183,2.218,189,2.071,270,0.612,273,2.802,278,2.28,670,2.802,907,2.098,910,2.914,924,2.914,1117,3.908,1118,3.321,1120,4.568,1288,6.891,2775,4.97,2776,8.358,2777,7.977,2778,7.018,2779,5.658,2780,6.09,2781,5.658,2782,6.368,2783,7.63,2784,5.658,2785,5.658,2786,5.658,2787,5.658,2788,5.658,2789,5.658]],["title/guards/RoleGuard.html",[873,2.622,2790,3.393]],["body/guards/RoleGuard.html",[3,0.109,4,0.085,5,0.062,7,1.572,10,0.383,12,1.028,21,0.511,24,0.011,25,1.942,31,4.331,38,2.635,57,2.928,74,1.104,83,0.109,84,0.005,85,0.007,86,0.005,87,0.183,91,2.726,103,0.999,110,0.937,112,0.835,117,1.12,118,0.597,136,1.132,137,2.057,138,2.384,143,3.788,144,4.242,145,4.535,147,2.726,151,4.903,158,1.659,164,0.399,167,1.265,180,2.456,197,2.277,201,0.888,207,1.998,211,1.301,244,4.542,253,1.737,270,0.497,275,1.684,311,3.997,525,2.928,535,4.704,549,4.877,555,3.297,576,2.115,613,5.34,636,1.973,670,2.277,817,6.137,873,4.551,874,3.672,876,4.903,877,5.395,878,5.89,880,3.672,882,5.395,883,2.549,884,5.096,885,4.242,886,3.605,887,4.242,888,3.163,889,4.04,890,6.948,891,6.481,893,5.395,895,4.535,896,4.903,897,3.788,898,5.395,899,4.903,900,6.481,901,4.551,902,5.395,903,5.395,904,6.073,907,1.836,908,2.837,909,2.837,910,2.369,912,4.04,2790,4.903,2791,4.04,2792,4.6,2793,4.6,2794,6.142,2795,6.142,2796,6.142,2797,6.142,2798,4.6,2799,4.6,2800,4.6,2801,4.6,2802,4.6,2803,4.6,2804,4.6]],["title/directives/RouterLinkDirectiveStub.html",[316,1.202,366,1.424]],["body/directives/RouterLinkDirectiveStub.html",[3,0.142,4,0.111,5,0.081,10,0.499,11,1.217,21,0.605,24,0.011,48,1.362,73,1.56,83,0.142,84,0.007,85,0.009,86,0.007,87,0.192,112,1.064,164,0.345,213,1.791,216,2.365,249,1.438,270,0.648,316,2.396,359,1.895,366,2.434,367,2.582,550,3.358,560,4.267,678,6.385,706,5.263,1004,5.263,1093,4.731,1139,6.385,1140,5.263,1271,4.483,1287,5.02,1591,5.778,2805,7.147,2806,6.495,2807,7.825,2808,7.269,2809,5.991,2810,5.991,2811,5.991,2812,5.991,2813,5.991,2814,5.991,2815,5.991,2816,5.991,2817,5.991,2818,5.991,2819,5.991]],["title/pipes/SafePipe.html",[1790,2.383,2820,2.936]],["body/pipes/SafePipe.html",[3,0.148,4,0.116,5,0.084,12,1.046,21,0.52,23,1.453,24,0.011,83,0.148,84,0.007,85,0.009,86,0.007,87,0.165,103,1.016,112,0.849,117,1.139,118,0.774,136,0.958,158,1.499,164,0.43,211,1.766,213,1.867,270,0.675,636,2.68,774,4.986,775,3.501,886,3.667,1790,4.178,1898,6.226,2820,5.148,2821,4.613,2822,5.487,2823,7.454,2824,4.986,2825,7.454,2826,6.36,2827,6.247,2828,5.95,2829,7.454,2830,6.247,2831,6.247]],["title/classes/Settings.html",[87,0.112,1095,2.383]],["body/classes/Settings.html",[0,1.334,3,0.126,4,0.098,5,0.071,7,1.529,10,0.44,11,1.127,12,0.886,21,0.669,24,0.011,48,1.202,63,3.97,64,2.478,73,1.378,82,1.108,83,0.126,84,0.006,85,0.008,86,0.006,87,0.178,89,2.62,92,5.552,94,4.719,99,2.26,110,1.078,112,1.093,115,3.443,117,0.965,118,0.514,165,4.364,177,5.675,180,1.879,300,6.215,356,1.659,905,4.223,998,4.15,1095,4.606,1256,5.11,1405,6.215,1462,4.968,2539,5.75,2586,5.371,2832,4.223,2833,7.218,2834,6.499,2835,6.165,2836,5.91,2837,5.291,2838,6.839,2839,6.839,2840,5.291,2841,5.291,2842,5.291,2843,5.291,2844,4.647,2845,4.647,2846,4.647]],["title/components/SettingsComponent.html",[201,0.614,344,1.344]],["body/components/SettingsComponent.html",[3,0.084,4,0.065,5,0.048,8,1.844,10,0.294,11,0.855,12,0.855,21,0.652,23,1.273,24,0.011,25,1.615,27,0.78,47,4.488,48,1.16,67,2.052,73,0.919,83,0.143,84,0.004,85,0.006,86,0.004,87,0.093,99,0.97,103,0.831,105,2.196,110,0.719,112,1.107,114,1.148,117,0.931,118,0.761,136,1.009,137,1.71,159,2.56,164,0.433,183,1.025,189,1.291,201,0.867,202,1.116,203,1.814,204,1.253,205,1.417,206,1.253,207,1.148,211,1.444,212,2.575,213,1.054,214,2.052,215,2.052,216,2.842,217,3.074,218,3.149,219,2.052,221,2.052,233,2.822,249,1.746,269,1.417,270,0.381,273,1.747,274,1.817,309,2.74,313,0.97,314,1.71,315,1.661,316,0.997,317,2.407,318,1.291,319,1.148,320,2.196,321,1.116,322,1.291,323,1.291,324,1.116,325,1.291,326,1.148,327,1.291,328,1.116,329,1.291,330,1.116,331,1.291,332,1.116,333,0.824,334,1.291,335,1.148,336,1.869,337,1.216,338,1.148,339,1.291,340,1.116,341,1.291,342,1.116,343,1.291,344,2.08,345,1.291,346,1.148,347,1.869,348,1.216,349,1.116,350,1.116,351,1.291,352,1.148,353,1.869,354,1.216,355,1.148,356,0.87,357,1.116,358,1.148,359,1.116,360,1.116,361,1.291,362,1.116,363,1.291,364,1.116,365,1.291,366,1.181,367,1.253,368,1.291,374,4.144,376,4.79,378,4.144,379,4.144,380,3.526,381,4.542,388,3.526,399,4.144,408,4.144,409,3.323,410,3.526,412,4.144,413,3.526,414,2.436,415,1.817,416,1.893,417,1.893,418,2.176,431,2.605,433,2.605,434,2.436,435,2.605,436,2.436,443,2.605,444,2.436,454,3.526,540,3.257,636,1.514,655,3.363,681,2.816,682,4.488,704,3.526,713,2.816,720,4.485,871,4.057,879,4.076,927,5.271,940,6.391,975,3.099,1050,3.53,1063,4.485,1095,4.457,2617,4.857,2677,3.526,2847,3.099,2848,6.001,2849,5.106,2850,5.271,2851,5.271,2852,5.106,2853,3.528,2854,3.528,2855,3.528,2856,3.528,2857,3.528,2858,3.528,2859,5.777,2860,3.528,2861,3.528,2862,3.528,2863,3.528,2864,3.528,2865,3.528,2866,3.528,2867,4.857,2868,3.528,2869,3.528,2870,3.528,2871,3.528,2872,5.106,2873,5.106,2874,5.106,2875,5.106,2876,5.106,2877,5.106,2878,5.106,2879,5.777,2880,6.577,2881,5.106,2882,5.106,2883,5.106]],["title/modules/SettingsModule.html",[462,1.138,2884,3.139]],["body/modules/SettingsModule.html",[3,0.125,4,0.097,5,0.071,24,0.011,82,1.098,83,0.125,84,0.006,85,0.008,86,0.006,87,0.139,164,0.512,167,1.841,270,0.567,272,2.815,313,1.443,340,2.593,344,2.593,415,2.701,416,2.815,417,2.815,462,1.404,464,1.92,465,2.597,466,3.955,467,2.701,468,2.815,473,4.06,475,3.591,476,2.815,477,2.501,479,2.777,480,3.928,481,2.94,483,3.079,485,3.079,492,4.355,493,4.621,494,4.941,495,3.873,496,4.621,497,4.127,498,3.235,499,4.355,500,3.414,501,3.079,502,4.127,503,3.235,504,4.127,505,3.235,506,4.355,507,3.414,508,4.621,509,3.622,518,5.341,2884,6.415,2885,4.607,2886,4.607,2887,4.607,2888,5.662,2889,5.245,2890,5.245,2891,4.607,2892,4.607,2893,6.691,2894,5.245,2895,6.691,2896,5.245]],["title/modules/SettingsRoutingModule.html",[462,1.138,2888,2.936]],["body/modules/SettingsRoutingModule.html",[3,0.149,4,0.116,5,0.084,24,0.011,74,1.502,82,1.31,83,0.149,84,0.007,85,0.009,86,0.007,87,0.165,164,0.476,167,1.721,201,1.078,270,0.677,275,2.29,340,2.359,344,2.359,464,2.29,479,3.097,524,3.673,525,3.802,526,4.182,527,4.68,528,4.322,529,4.322,530,4.073,531,3.859,2617,4.621,2888,5.153,2891,5.496,2892,5.496,2897,6.257]],["title/modules/SharedModule.html",[462,1.138,473,2.105]],["body/modules/SharedModule.html",[3,0.11,4,0.086,5,0.063,24,0.011,82,1.454,83,0.11,84,0.006,85,0.007,86,0.006,87,0.123,99,1.276,164,0.5,167,1.276,270,0.502,275,1.698,313,1.276,332,2.507,335,2.777,338,2.777,346,2.777,352,2.777,360,2.699,362,2.507,462,1.242,464,1.698,465,2.298,466,3.727,467,2.39,468,2.49,473,4.437,475,3.315,476,2.49,477,2.213,479,2.564,480,3.626,481,2.601,506,4.021,507,3.02,526,3.463,922,4.076,1315,3.427,1326,3.704,1341,4.076,1342,4.076,2596,3.704,2820,5.894,2898,4.076,2899,4.076,2900,4.076,2901,5.894,2902,5.894,2903,4.64,2904,4.64,2905,4.64,2906,4.64,2907,6.178,2908,4.64,2909,4.64,2910,4.64,2911,6.178,2912,4.64,2913,4.64,2914,4.64,2915,4.64]],["title/components/SidebarComponent.html",[201,0.614,346,1.383]],["body/components/SidebarComponent.html",[3,0.118,4,0.092,5,0.067,8,1.553,10,0.415,24,0.01,27,1.102,83,0.118,84,0.006,85,0.008,86,0.006,87,0.132,93,4.213,99,1.37,103,1.053,110,1.465,112,0.88,114,1.621,118,0.698,136,0.764,164,0.287,201,1.039,202,1.575,203,2.299,204,1.769,205,2.001,206,1.769,207,1.621,211,1.83,212,3.085,213,1.489,214,2.601,215,2.601,216,2.917,217,3.169,219,2.601,221,2.601,233,3.266,249,1.553,269,2.001,270,0.539,313,1.37,314,2.168,315,2.106,316,1.408,317,2.786,318,1.823,319,1.621,320,2.632,321,1.575,322,1.823,323,1.823,324,1.575,325,1.823,326,1.621,327,1.823,328,1.575,329,1.823,330,1.575,331,1.823,332,1.575,333,1.163,334,1.823,335,1.621,336,2.369,337,1.718,338,1.621,339,1.823,340,1.575,341,1.823,342,1.575,343,1.823,344,1.575,345,1.823,346,2.477,347,2.369,348,1.718,349,1.575,350,1.575,351,1.823,352,1.621,353,2.369,354,1.718,355,1.621,356,1.228,357,1.575,358,2.34,359,1.575,360,1.575,361,1.823,362,1.575,363,1.823,364,1.575,365,1.823,366,1.668,367,1.769,368,1.823,540,3.205,704,4.47,737,3.992,1095,3.628,1196,3.205,2916,4.375,2917,7.19,2918,6.473,2919,4.981,2920,4.981,2921,6.473]],["title/components/SidebarStubComponent.html",[201,0.614,348,1.466]],["body/components/SidebarStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.597,24,0.011,27,1.15,83,0.174,84,0.006,85,0.008,86,0.006,87,0.194,99,1.43,114,1.692,118,0.713,164,0.3,201,1.156,202,1.644,203,2.364,204,2.607,206,1.847,207,1.692,213,1.554,216,2.93,217,3.186,270,0.562,313,1.43,314,2.229,315,2.165,316,1.47,317,2.832,318,1.903,319,1.692,320,2.686,321,1.644,322,1.903,323,1.903,324,1.644,325,1.903,326,1.692,327,1.903,328,1.644,329,1.903,330,1.644,331,1.903,332,1.644,333,1.215,334,1.903,335,1.692,336,2.436,337,2.295,338,1.692,339,1.903,340,1.644,341,1.903,342,1.644,343,1.903,344,1.644,345,1.903,346,1.692,347,2.436,348,2.668,349,1.644,350,1.644,351,1.903,352,1.692,353,2.436,354,2.295,355,1.692,356,1.282,357,1.644,358,1.692,359,1.644,360,1.644,361,1.903,362,1.644,363,1.903,364,1.644,365,1.903,366,1.742,367,1.847,368,1.903,462,1.392,550,2.915,737,4.105,1410,3.84,1420,3.84,1421,3.84]],["title/interfaces/Signable.html",[0,0.843,2680,2.767]],["body/interfaces/Signable.html",[0,1.494,2,1.352,3,0.085,4,0.067,5,0.048,7,0.814,9,2.284,10,0.298,23,1.502,24,0.011,55,4.465,56,3.031,57,3.159,58,3.553,59,4.325,60,3.379,61,4.936,62,3.889,63,3.769,64,2.352,66,2.103,72,2.659,74,1.685,77,1.948,82,0.75,83,0.085,84,0.004,85,0.006,86,0.004,87,0.095,91,2.292,98,3.031,103,0.84,104,3.046,105,2.216,112,0.487,129,4.331,136,1.077,137,1.729,138,2.284,139,4.312,158,1.239,164,0.349,166,1.845,167,0.986,180,2.792,189,1.311,211,1.013,249,1.755,253,1.985,278,2.186,333,1.206,386,2.356,423,2.21,429,3.185,688,4.086,697,3.361,715,2.475,721,3.361,726,2.332,775,2.008,846,1.845,848,3.595,883,1.487,888,1.845,897,3.185,926,3.94,1038,4.181,1050,1.923,1202,3.393,1263,2.475,1362,2.103,2549,3.361,2650,3.361,2651,3.361,2652,2.475,2653,2.646,2654,4.47,2655,2.646,2656,2.646,2657,5.185,2658,2.646,2659,2.646,2660,5.401,2663,3.813,2664,2.646,2666,2.646,2667,3.813,2668,2.646,2675,4.892,2677,3.566,2679,3.813,2680,5.116,2682,3.566,2683,3.813,2685,3.813,2686,3.361,2687,3.813,2689,4.181,2690,2.646,2691,2.646,2692,2.646,2693,3.813,2694,2.646,2695,2.646,2696,2.646,2697,2.646,2698,2.646,2699,2.646,2700,3.813,2701,3.813,2702,2.646,2703,2.646,2704,2.475,2705,2.646,2706,3.813,2707,2.646,2708,2.646,2709,2.646,2710,2.646,2711,2.646,2712,2.646,2713,2.646,2714,2.646,2715,2.646,2716,2.646,2717,2.646,2718,3.813,2719,2.646,2720,2.646,2721,2.646,2722,2.646,2723,2.646,2724,2.646,2725,2.646,2726,2.646,2922,3.583]],["title/interfaces/Signature.html",[0,0.843,55,2.189]],["body/interfaces/Signature.html",[0,1.589,1,3.505,2,1.57,3,0.099,4,0.077,5,0.056,6,2.708,7,0.946,8,1.842,9,3.025,10,0.346,11,0.961,13,4.237,14,3.216,15,2.841,16,3.963,17,4.051,18,3.963,19,3.681,20,3.382,21,0.639,22,3.079,23,1.619,24,0.011,25,2.239,26,1.794,27,0.92,28,2.06,29,2.874,30,3.072,31,3.368,33,3.072,34,3.072,35,2.874,36,2.874,37,3.072,38,1.785,39,3.963,40,3.963,41,3.963,42,3.734,43,3.734,44,1.984,45,3.963,46,3.072,47,3.539,48,1.872,49,3.963,50,3.963,51,3.963,52,4.7,53,3.963,54,3.368,55,4.128,56,3.368,57,3.541,58,4.155,59,3.216,60,2.305,61,4.507,62,3.368,63,4.12,64,2.199,65,2.442,66,3.368,67,2.844,68,3.072,69,2.708,70,2.332,71,3.734,72,2.143,73,1.084,74,0.999,75,3.539,76,2.708,77,2.165,78,2.708,79,3.734,80,2.841,81,2.874,82,0.871,83,0.099,84,0.005,85,0.007,86,0.005]],["title/interfaces/Signature-1.html",[0,0.702,55,1.823,197,1.753]],["body/interfaces/Signature-1.html",[0,1.483,2,1.317,3,0.083,4,0.065,5,0.047,7,0.793,9,2.822,10,0.291,11,0.848,21,0.545,23,1.556,24,0.011,55,4.475,56,3.501,57,3.457,58,4.255,59,4.295,60,3.366,61,4.944,62,4.255,63,4.191,64,2.328,66,2.049,72,2.61,74,1.668,77,1.912,82,0.731,83,0.083,84,0.004,85,0.006,86,0.004,87,0.092,91,2.249,98,2.974,104,3.009,105,2.183,129,4.287,136,1.004,137,1.697,138,2.257,139,4.26,158,1.216,164,0.344,166,1.798,167,0.96,180,2.774,189,1.278,211,0.987,249,1.74,253,1.965,278,2.167,333,1.183,386,2.322,423,2.153,429,3.125,688,4.037,697,3.298,715,2.411,721,3.298,726,2.272,775,1.957,846,1.798,848,3.566,883,1.449,888,1.798,897,3.125,926,3.882,1038,4.12,1050,1.873,1202,3.343,1263,2.411,1362,2.049,2549,3.298,2650,3.298,2651,2.272,2652,2.411,2653,2.578,2654,4.405,2655,2.578,2656,2.578,2657,5.132,2658,2.578,2659,2.578,2660,5.353,2663,3.742,2664,2.578,2666,2.578,2667,3.742,2668,2.578,2675,4.833,2677,3.5,2679,3.742,2680,4.868,2682,3.5,2683,3.742,2685,3.742,2686,3.298,2687,3.742,2689,4.12,2690,2.578,2691,2.578,2692,2.578,2693,3.742,2694,2.578,2695,2.578,2696,2.578,2697,2.578,2698,2.578,2699,2.578,2700,3.742,2701,3.742,2702,2.578,2703,2.578,2704,2.411,2705,2.578,2706,3.742,2707,2.578,2708,2.578,2709,2.578,2710,2.578,2711,2.578,2712,2.578,2713,2.578,2714,2.578,2715,2.578,2716,2.578,2717,2.578,2718,3.742,2719,2.578,2720,2.578,2721,2.578,2722,2.578,2723,2.578,2724,2.578,2725,2.578,2726,2.578]],["title/interfaces/Signer.html",[0,0.843,129,2.622]],["body/interfaces/Signer.html",[0,1.44,2,1.202,3,0.076,4,0.059,5,0.043,7,1.423,9,2.134,10,0.265,12,1.121,21,0.557,23,1.515,24,0.011,55,4.506,56,2.78,57,2.986,58,3.319,59,4.275,60,3.39,61,4.878,62,3.676,63,3.592,64,2.242,66,1.869,72,2.439,74,1.606,77,1.787,82,0.667,83,0.076,84,0.004,85,0.006,86,0.004,87,0.084,91,2.103,98,3.319,103,0.77,104,2.879,105,2.07,112,0.954,117,1.22,118,0.65,129,4.481,136,1.191,137,1.894,138,2.308,139,4.566,158,1.137,164,0.326,166,1.64,167,0.876,180,2.709,189,1.165,211,0.9,249,1.831,253,2.111,278,2.28,333,1.106,386,2.201,423,1.964,429,3.488,688,4.327,697,3.083,715,2.199,721,3.083,726,2.073,775,1.785,846,1.64,848,3.702,883,1.322,888,1.64,897,3.488,926,3.681,1038,3.906,1050,1.709,1202,3.51,1263,2.199,1362,1.869,2549,3.681,2650,3.083,2651,4.729,2652,2.199,2653,2.351,2654,4.624,2655,2.351,2656,2.351,2657,4.943,2658,4.176,2659,4.176,2660,5.817,2661,4.16,2662,3.781,2663,4.943,2664,2.351,2666,2.351,2667,3.497,2668,2.351,2675,5.181,2677,3.906,2679,4.176,2680,5.053,2682,3.906,2683,4.176,2685,4.176,2686,3.681,2687,4.176,2689,3.906,2690,2.351,2691,3.497,2692,3.497,2693,4.176,2694,2.351,2695,2.351,2696,2.351,2697,2.351,2698,2.351,2699,2.351,2700,3.497,2701,3.497,2702,2.351,2703,2.351,2704,2.199,2705,2.351,2706,3.497,2707,2.351,2708,2.351,2709,2.351,2710,2.351,2711,2.351,2712,2.351,2713,2.351,2714,2.351,2715,2.351,2716,2.351,2717,2.351,2718,3.497,2719,2.351,2720,2.351,2721,2.351,2722,2.351,2723,2.351,2724,2.351,2725,2.351,2726,2.351,2923,3.184,2924,3.184,2925,3.184,2926,3.184,2927,3.184,2928,3.184]],["title/interfaces/Staff.html",[0,0.843,655,2.383]],["body/interfaces/Staff.html",[0,1.395,2,2.145,3,0.135,4,0.106,5,0.077,7,1.292,10,0.473,11,1.179,21,0.684,23,1.601,24,0.011,25,2.226,26,1.937,47,5.161,57,3.356,64,1.904,67,2.828,82,1.19,83,0.135,84,0.007,85,0.008,86,0.007,104,3.998,114,2.29,118,0.813,655,4.478,848,4.146,1272,4.861,2479,5.518,2859,7.018,2929,4.993,2930,8.367,2931,7.99,2932,7.039,2933,6.182]],["title/interfaces/Token.html",[0,0.843,27,0.94]],["body/interfaces/Token.html",[0,1.313,2,1.949,3,0.123,4,0.096,5,0.07,7,1.174,8,1.59,10,0.43,11,1.109,12,1.367,14,2.894,21,0.713,23,1.629,24,0.011,26,1.679,27,1.973,32,4.892,38,2.842,64,1.729,80,3.28,82,1.081,83,0.123,84,0.006,85,0.008,86,0.006,116,4.759,118,0.793,120,3.379,163,5.288,1205,4.575,1206,4.043,2466,5.329,2468,4.122,2469,5.639,2471,6.518,2473,6.16,2476,3.813,2478,6.16,2479,5.329,2934,4.536,2935,6.625,2936,6.625,2937,6.625,2938,6.625,2939,6.625]],["title/components/TokenDetailsComponent.html",[201,0.614,349,1.344]],["body/components/TokenDetailsComponent.html",[3,0.1,4,0.078,5,0.057,8,1.389,10,0.351,21,0.482,24,0.011,27,1.902,65,4.524,83,0.1,84,0.005,85,0.007,86,0.005,87,0.111,99,1.159,103,0.942,110,1.347,112,1.014,114,1.371,118,0.725,120,2.325,136,0.888,164,0.334,183,1.225,201,0.955,202,1.332,203,2.056,204,1.497,205,1.693,206,1.497,207,1.371,211,1.636,212,2.836,213,1.259,214,2.325,215,2.325,216,2.883,217,3.126,219,2.325,221,2.325,233,3.053,249,1.708,269,1.693,270,0.456,313,1.159,314,1.938,315,1.883,316,1.191,317,2.605,318,1.542,319,1.371,320,2.42,321,1.332,322,1.542,323,1.542,324,1.332,325,1.542,326,1.371,327,1.542,328,1.332,329,1.542,330,1.332,331,1.542,332,1.332,333,0.984,334,1.542,335,1.371,336,2.118,337,1.453,338,1.371,339,1.542,340,1.332,341,1.542,342,1.332,343,1.542,344,1.332,345,1.542,346,1.371,347,2.118,348,1.453,349,2.251,350,1.332,351,1.542,352,1.371,353,2.118,354,1.453,355,1.371,356,1.039,357,1.332,358,1.371,359,1.332,360,1.332,361,1.542,362,1.332,363,1.542,364,1.332,365,1.542,366,1.411,367,1.497,368,1.542,421,2.261,460,3.767,1093,2.742,1206,2.866,1271,3.57,1287,3.997,2316,4.62,2466,3.997,2469,3.997,2476,4.274,2479,3.997,2940,6.77,2941,5.691,2942,3.363,2943,5.807,2944,5.084,2945,6.77,2946,5.084,2947,5.807,2948,5.788,2949,4.214,2950,6.251,2951,3.701,2952,3.701,2953,4.62,2954,3.701,2955,4.214,2956,5.788,2957,5.788,2958,5.788,2959,5.788,2960,5.788,2961,5.788,2962,5.788,2963,5.788,2964,5.788,2965,5.788,2966,5.788,2967,5.788,2968,5.788]],["title/pipes/TokenRatioPipe.html",[1790,2.383,2901,2.936]],["body/pipes/TokenRatioPipe.html",[3,0.151,4,0.118,5,0.085,12,1.06,21,0.527,24,0.011,48,1.708,73,1.649,77,2.836,83,0.151,84,0.008,85,0.009,86,0.008,87,0.167,103,1.03,112,0.861,117,1.155,118,0.778,136,0.972,158,1.52,164,0.365,211,1.791,213,1.893,270,0.685,460,4.891,1646,4.374,1790,4.212,2821,4.676,2824,5.055,2826,6.397,2828,5.999,2901,5.19,2969,6.601,2970,5.563,2971,7.515,2972,6.333,2973,6.333,2974,6.333]],["title/classes/TokenRegistry.html",[87,0.112,2975,3.139]],["body/classes/TokenRegistry.html",[0,0.683,3,0.082,4,0.064,5,0.046,7,1.478,8,1.832,10,0.287,11,0.84,12,0.991,21,0.601,23,1.504,24,0.011,26,2.073,27,1.957,67,1.384,74,1.421,79,2.242,80,4.084,83,0.082,84,0.004,85,0.006,86,0.004,87,0.091,89,1.706,91,2.228,92,4.492,94,5.038,95,4.408,96,4.408,97,6.706,98,2.946,99,1.902,100,4.848,101,6.339,102,6.838,103,0.816,104,3.579,105,2.966,110,0.702,111,4.408,112,1.013,114,1.633,115,3.853,116,4.878,117,1.079,118,0.672,119,5.519,120,3.424,121,2.75,130,5.76,133,5.76,134,6.339,136,1.23,137,2.417,155,4.803,158,1.561,159,1.341,163,5.76,164,0.341,165,3.646,166,1.774,167,0.948,168,2.022,169,2.379,170,1.478,171,1.774,172,2.75,173,3.466,174,2.75,176,2.75,177,2.379,178,2.242,179,3.026,180,2.31,181,4.408,182,3.026,183,1.001,184,3.026,185,4.408,186,3.026,189,2.167,200,3.026,1114,2.022,1196,3.916,1245,4.233,1250,4.408,2975,3.706,2976,6.094,2977,2.75,2978,5.019,2979,7.216,2980,5.019,2981,3.445,2982,3.445,2983,5.019,2984,3.445,2985,6.947,2986,6.504,2987,3.445,2988,3.445,2989,5.019,2990,5.019,2991,3.445,2992,7.909,2993,3.445,2994,5.019,2995,3.445,2996,3.026,2997,3.445,2998,3.445,2999,3.445,3000,3.445,3001,3.445]],["title/injectables/TokenService.html",[907,1.271,3002,2.767]],["body/injectables/TokenService.html",[3,0.091,4,0.071,5,0.052,10,0.319,11,0.907,12,1.206,21,0.682,23,1.432,24,0.011,26,0.971,27,1.791,48,1.552,73,1.778,74,1.917,77,2.371,83,0.091,84,0.005,85,0.006,86,0.005,87,0.101,94,3.687,103,0.881,105,3.159,110,0.78,112,1.148,117,1.314,118,0.7,120,2.524,136,1.205,137,2.811,158,1.795,159,2.108,164,0.443,183,2.174,189,3.091,194,3.364,197,1.897,249,1.3,270,0.414,278,1.878,421,2.056,429,3.875,555,2.995,562,5.015,576,1.761,636,1.643,670,1.897,783,1.973,907,1.619,910,1.973,924,1.973,938,5.042,945,2.828,946,5.523,974,6.137,1060,5.015,1117,2.645,1118,2.248,1120,2.493,1121,3.057,1129,3.057,1196,3.111,1206,2.681,2533,5.998,2535,4.757,2580,3.364,2581,3.364,2582,4.323,2782,5.015,2975,5.677,3002,3.525,3003,3.364,3004,6.282,3005,6.282,3006,5.415,3007,5.415,3008,5.415,3009,6.829,3010,6.829,3011,5.415,3012,5.415,3013,3.83,3014,5.415,3015,3.83,3016,3.83,3017,3.83,3018,5.415,3019,3.83,3020,3.83,3021,3.83,3022,3.83,3023,3.83,3024,5.415,3025,3.83,3026,3.83,3027,3.83,3028,4.757,3029,3.83,3030,5.415,3031,3.83,3032,3.83,3033,3.364,3034,3.83,3035,3.83,3036,3.83,3037,3.83,3038,3.83,3039,4.757,3040,3.83,3041,3.83,3042,3.83,3043,3.83,3044,3.83,3045,3.83,3046,3.364,3047,3.83,3048,3.83,3049,3.364,3050,3.83,3051,3.83,3052,3.83,3053,3.83,3054,3.83,3055,3.83,3056,3.83,3057,3.83,3058,6.282,3059,6.282,3060,3.83,3061,3.83,3062,3.83]],["title/classes/TokenServiceStub.html",[87,0.112,3063,3.393]],["body/classes/TokenServiceStub.html",[3,0.154,4,0.12,5,0.087,10,0.539,12,1.085,21,0.539,23,1.475,24,0.011,83,0.154,84,0.008,85,0.009,86,0.008,87,0.171,89,3.208,103,1.239,112,0.881,117,1.181,118,0.74,136,0.994,158,1.555,550,3.631,883,3.161,1206,3.771,1634,4.784,2466,4.474,3063,6.08,3064,6.69,3065,7.617,3066,7.617,3067,6.479]],["title/components/TokensComponent.html",[201,0.614,350,1.344]],["body/components/TokensComponent.html",[3,0.087,4,0.068,5,0.049,8,1.258,10,0.304,11,0.878,12,1.026,21,0.646,23,1.117,24,0.011,27,1.747,48,1.191,73,0.953,83,0.146,84,0.004,85,0.006,86,0.004,87,0.097,99,1.006,103,0.853,105,2.242,110,1.068,112,1.103,114,1.19,117,1.117,118,0.779,120,2.687,136,1.026,137,1.755,159,2.603,164,0.447,183,1.063,189,1.918,201,0.885,202,1.157,203,1.862,204,1.299,205,1.47,206,1.299,207,1.19,211,1.482,212,2.628,213,1.093,214,2.106,215,2.106,216,2.851,217,3.085,218,3.233,219,2.106,221,2.106,233,2.869,244,4.071,249,1.768,253,1.034,269,1.47,270,0.396,273,1.811,274,1.884,275,1.339,278,1.831,309,2.813,313,1.006,314,1.755,315,1.705,316,1.034,317,2.448,318,1.339,319,1.19,320,2.242,321,1.157,322,1.339,323,1.339,324,1.157,325,1.339,326,1.19,327,1.339,328,1.157,329,1.339,330,1.157,331,1.339,332,1.157,333,0.854,334,1.339,335,1.19,336,1.918,337,1.261,338,1.19,339,1.339,340,1.157,341,1.339,342,1.157,343,1.339,344,1.157,345,1.339,346,1.19,347,1.918,348,1.261,349,1.157,350,2.115,351,1.339,352,1.19,353,1.918,354,1.261,355,1.19,356,0.902,357,1.157,358,1.19,359,1.157,360,1.157,361,1.339,362,1.157,363,1.339,364,1.157,365,1.339,366,1.225,367,1.299,368,1.339,374,4.23,378,4.23,379,4.23,380,3.62,381,4.619,386,2.953,388,3.62,399,4.23,408,4.23,409,3.411,410,3.62,412,4.23,413,3.62,414,2.526,415,1.884,416,1.963,417,1.963,418,2.256,421,1.963,431,2.701,433,2.701,434,2.526,435,2.701,436,2.526,443,2.701,444,2.526,454,3.62,460,3.411,537,1.862,1196,4.018,1206,3.312,2469,4.619,2582,4.184,2954,3.213,3002,4.794,3028,3.213,3039,4.604,3046,4.604,3049,4.604,3068,3.213,3069,6.125,3070,5.241,3071,6.125,3072,5.241,3073,3.658,3074,5.241,3075,3.658,3076,3.658,3077,3.658,3078,5.241,3079,3.658,3080,3.658,3081,3.658,3082,3.658,3083,3.658,3084,3.658,3085,2.92,3086,2.92,3087,3.658,3088,3.658,3089,3.658,3090,3.658,3091,3.658]],["title/modules/TokensModule.html",[462,1.138,3092,3.139]],["body/modules/TokensModule.html",[3,0.125,4,0.098,5,0.071,24,0.011,82,1.102,83,0.125,84,0.006,85,0.008,86,0.006,87,0.139,164,0.511,167,1.844,270,0.569,313,1.447,349,2.595,350,2.595,415,2.709,416,2.823,417,2.823,462,1.408,464,1.925,465,2.605,466,3.96,467,2.709,468,2.823,473,4.063,475,3.598,476,2.823,477,2.508,479,2.782,480,3.935,481,2.948,483,3.088,485,3.088,488,3.633,492,4.363,493,4.63,494,4.95,495,3.884,496,4.63,497,4.135,498,3.244,499,4.363,500,3.424,501,3.088,502,4.135,503,3.244,504,4.135,505,3.244,506,4.363,507,3.424,513,4.63,514,3.424,2941,3.884,3092,6.418,3093,4.62,3094,4.62,3095,4.62,3096,5.666,3097,5.26,3098,5.26,3099,4.62,3100,4.62,3101,6.704,3102,6.704,3103,5.26,3104,6.704,3105,5.26]],["title/modules/TokensRoutingModule.html",[462,1.138,3096,2.936]],["body/modules/TokensRoutingModule.html",[3,0.15,4,0.117,5,0.085,24,0.011,67,2.54,74,1.517,82,1.324,83,0.15,84,0.008,85,0.009,86,0.008,87,0.167,164,0.477,167,1.739,201,1.085,270,0.684,275,2.314,349,2.374,350,2.374,464,2.314,479,3.116,488,4.366,524,3.711,525,3.818,526,4.208,527,4.407,531,3.899,2941,4.668,3096,5.185,3099,5.553,3100,5.553,3106,6.322]],["title/components/TopbarComponent.html",[201,0.614,352,1.383]],["body/components/TopbarComponent.html",[3,0.121,4,0.094,5,0.068,8,1.573,10,0.423,24,0.01,27,1.123,83,0.121,84,0.006,85,0.008,86,0.006,87,0.134,99,1.397,103,1.066,110,1.479,112,0.891,114,1.652,118,0.705,136,0.779,164,0.293,201,1.049,202,1.606,203,2.328,204,1.804,205,2.04,206,1.804,207,1.652,211,1.853,212,3.113,213,1.518,214,2.633,215,2.633,216,2.921,217,3.173,219,2.633,221,2.633,233,3.29,249,1.573,269,2.04,270,0.549,313,1.397,314,2.195,315,2.132,316,1.436,317,2.807,318,1.859,319,1.652,320,2.656,321,1.606,322,1.859,323,1.859,324,1.606,325,1.859,326,1.652,327,1.859,328,1.606,329,1.859,330,1.606,331,1.859,332,1.606,333,1.186,334,1.859,335,1.652,336,2.399,337,1.751,338,1.652,339,1.859,340,1.606,341,1.859,342,1.606,343,1.859,344,1.606,345,1.859,346,1.652,347,2.399,348,1.751,349,1.606,350,1.606,351,1.859,352,2.495,353,2.399,354,1.751,355,1.652,356,1.252,357,1.606,358,1.652,359,1.606,360,1.606,361,1.859,362,1.606,363,1.859,364,1.606,365,1.859,366,1.701,367,1.804,368,1.859,1421,4.839,3107,4.46,3108,7.257,3109,6.554,3110,5.078,3111,5.078]],["title/components/TopbarStubComponent.html",[201,0.614,354,1.466]],["body/components/TopbarStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.597,24,0.011,27,1.15,83,0.174,84,0.006,85,0.008,86,0.006,87,0.194,99,1.43,114,1.692,118,0.713,164,0.3,201,1.156,202,1.644,203,2.364,204,2.607,206,1.847,207,1.692,213,1.554,216,2.93,217,3.186,270,0.562,313,1.43,314,2.229,315,2.165,316,1.47,317,2.832,318,1.903,319,1.692,320,2.686,321,1.644,322,1.903,323,1.903,324,1.644,325,1.903,326,1.692,327,1.903,328,1.644,329,1.903,330,1.644,331,1.903,332,1.644,333,1.215,334,1.903,335,1.692,336,2.436,337,2.295,338,1.692,339,1.903,340,1.644,341,1.903,342,1.644,343,1.903,344,1.644,345,1.903,346,1.692,347,2.436,348,2.295,349,1.644,350,1.644,351,1.903,352,1.692,353,2.436,354,2.668,355,1.692,356,1.282,357,1.644,358,1.692,359,1.644,360,1.644,361,1.903,362,1.644,363,1.903,364,1.644,365,1.903,366,1.742,367,1.847,368,1.903,462,1.392,550,2.915,737,3.207,1410,3.84,1420,3.84,1421,4.914]],["title/interfaces/Transaction.html",[0,0.843,356,1.048]],["body/interfaces/Transaction.html",[0,1.634,1,4.026,2,1.669,3,0.105,4,0.082,5,0.06,7,1.005,8,1.821,9,1.669,10,0.498,11,1.002,12,1.002,21,0.714,23,1.563,24,0.011,25,1.398,26,2.088,27,1.896,38,3.634,48,1.65,64,2.432,80,2.19,82,0.926,83,0.105,84,0.005,85,0.007,86,0.005,116,2.727,118,0.581,120,3.212,164,0.255,253,1.25,356,2.199,537,1.571,759,4.196,868,4.181,901,2.727,1102,4.712,1181,3.054,1182,3.265,1183,3.265,1184,3.265,1185,3.054,1186,3.054,1187,5.204,1188,4.417,1189,4.417,1190,5.015,1191,4.417,1192,5.362,1193,3.265,1194,5.293,1195,5.016,1196,2.962,1197,4.417,1198,3.054,1199,3.265,1200,2.878,1201,2.878,1202,2.478,1203,3.265,1204,3.265,1205,3.054,1206,2.962]],["title/components/TransactionDetailsComponent.html",[201,0.614,355,1.383]],["body/components/TransactionDetailsComponent.html",[3,0.064,4,0.095,5,0.036,8,1.001,10,0.425,11,0.699,12,0.699,21,0.59,23,1.419,24,0.011,27,1.517,65,3.374,83,0.064,84,0.003,85,0.005,86,0.003,87,0.071,99,0.741,103,0.679,105,2.91,110,0.85,112,1.081,114,0.877,117,0.761,118,0.735,120,3.128,136,1.052,137,2.49,164,0.379,183,0.783,189,2.594,201,0.738,202,0.852,203,1.482,204,0.957,205,1.083,206,0.957,207,0.877,211,1.18,212,2.191,213,0.805,214,1.677,215,1.677,216,2.766,217,2.98,219,1.677,221,1.677,233,2.466,244,3.53,249,1.38,253,0.762,269,1.083,270,0.291,273,1.334,274,1.388,275,0.986,276,1.99,277,1.99,278,1.718,313,0.741,314,1.397,315,1.358,316,0.762,317,2.104,318,0.986,319,0.877,320,1.869,321,0.852,322,0.986,323,0.986,324,0.852,325,0.986,326,0.877,327,0.986,328,0.852,329,0.986,330,0.852,331,0.986,332,0.852,333,0.629,334,0.986,335,0.877,336,1.527,337,0.929,338,0.877,339,0.986,340,0.852,341,0.986,342,0.852,343,0.986,344,0.852,345,0.986,346,0.877,347,1.527,348,0.929,349,0.852,350,0.852,351,0.986,352,0.877,353,1.527,354,0.929,355,1.871,356,2.02,357,0.852,358,1.871,359,0.852,360,0.852,361,0.986,362,0.852,363,0.986,364,0.852,365,0.986,366,0.903,367,0.957,368,0.986,453,5.674,458,3.081,460,2.716,521,2.151,522,1.861,537,1.482,683,4.231,714,1.99,759,1.446,868,2.574,880,2.151,1093,1.754,1186,4.542,1190,4.542,1194,4.281,1195,4.057,1198,2.882,1200,2.716,1201,2.716,1206,3.257,1271,2.574,1287,2.882,1596,4.281,2549,1.754,2942,2.151,2943,4.485,2944,3.665,2945,6.025,2946,3.665,2947,4.485,2950,5.05,2951,2.367,2952,2.367,2953,3.331,3002,4.464,3085,2.151,3086,2.151,3112,7.046,3113,6.403,3114,5.106,3115,5.106,3116,6.219,3117,6.025,3118,5.106,3119,4.173,3120,5.749,3121,5.749,3122,5.749,3123,5.749,3124,5.106,3125,5.749,3126,4.173,3127,2.695,3128,2.695,3129,4.173,3130,2.695,3131,2.695,3132,2.695,3133,2.695,3134,2.695,3135,2.695,3136,2.695,3137,2.695,3138,2.695,3139,2.151,3140,2.695,3141,2.695,3142,5.106,3143,2.695,3144,2.695,3145,2.695,3146,2.695,3147,2.695,3148,2.367,3149,2.367,3150,2.695,3151,2.695,3152,2.695,3153,2.695,3154,2.695,3155,2.695,3156,2.695,3157,2.695,3158,2.695,3159,2.695,3160,2.695,3161,2.695,3162,2.367,3163,2.695,3164,2.695,3165,2.367,3166,2.695,3167,5.749,3168,5.749,3169,3.665,3170,4.173,3171,3.665,3172,3.665,3173,4.173,3174,4.173,3175,4.173,3176,3.665,3177,4.173,3178,4.173,3179,5.749,3180,5.749,3181,5.749,3182,4.173,3183,4.173,3184,4.173,3185,5.749,3186,4.173,3187,4.173,3188,4.173,3189,4.173,3190,5.749,3191,4.173]],["title/injectables/TransactionService.html",[683,2.622,907,1.271]],["body/injectables/TransactionService.html",[3,0.067,4,0.052,5,0.038,8,0.676,9,1.629,10,0.234,11,0.723,12,1.204,21,0.637,22,1.512,23,1.462,24,0.011,25,0.891,26,2.138,48,1.634,52,1.579,73,1.533,74,2,75,3.63,77,1.629,83,0.067,84,0.006,85,0.005,86,0.003,87,0.074,94,3.082,103,0.702,105,2.842,110,0.88,112,1.099,117,1.311,118,0.698,120,2.365,136,1.131,137,2.408,158,1.607,164,0.478,165,3.906,168,1.654,169,1.946,170,1.209,171,1.451,173,1.946,178,1.833,183,1.845,189,2.698,197,1.395,243,4.299,249,1.412,270,0.305,276,2.08,277,2.08,278,2.083,279,1.833,297,2.317,299,3.417,333,1.226,356,1.565,358,1.708,386,2.713,419,1.654,420,1.451,421,1.512,422,2.982,438,3.626,440,3.238,555,3.026,576,1.295,670,1.395,682,4.299,683,2.663,713,2.249,759,2.317,783,1.451,846,1.451,907,1.291,910,1.451,924,1.451,938,4.346,945,2.08,946,4.944,971,3.793,974,2.249,996,2.474,998,1.737,1021,2.474,1050,1.512,1060,4.191,1090,4.698,1091,4.944,1102,2.42,1117,1.946,1118,2.534,1120,1.833,1121,2.249,1129,2.249,1152,3.447,1154,3.793,1168,3.793,1185,1.946,1201,1.833,2704,1.946,2782,4.191,2851,4.611,3033,2.474,3172,2.474,3176,3.793,3192,2.249,3193,5.25,3194,5.25,3195,4.318,3196,4.318,3197,4.318,3198,3.793,3199,5.885,3200,3.793,3201,3.793,3202,5.25,3203,4.318,3204,4.318,3205,7.354,3206,2.817,3207,4.318,3208,2.817,3209,2.817,3210,2.817,3211,2.817,3212,2.817,3213,3.793,3214,2.817,3215,3.793,3216,2.817,3217,2.817,3218,5.885,3219,5.885,3220,2.817,3221,5.25,3222,4.318,3223,2.817,3224,2.817,3225,4.318,3226,2.817,3227,2.817,3228,2.817,3229,2.817,3230,2.817,3231,2.817,3232,2.474,3233,2.817,3234,2.474,3235,2.817,3236,2.817,3237,2.817,3238,2.817,3239,2.817,3240,4.318,3241,2.817,3242,2.474,3243,2.249,3244,2.817,3245,2.817,3246,2.817,3247,4.318,3248,4.318,3249,2.817,3250,2.474,3251,5.25,3252,2.817,3253,5.25,3254,4.318,3255,5.25,3256,5.25,3257,2.817,3258,4.318,3259,3.793,3260,2.817,3261,2.817,3262,2.817,3263,2.817,3264,2.817,3265,2.817,3266,2.817,3267,2.817,3268,4.318,3269,4.318,3270,2.817,3271,2.817,3272,2.817,3273,2.817,3274,2.817,3275,4.318,3276,2.817,3277,4.318,3278,2.474,3279,4.318,3280,2.817,3281,2.817,3282,2.817,3283,2.817,3284,2.817,3285,2.817,3286,2.817,3287,2.817,3288,2.817,3289,2.817,3290,2.817,3291,2.817,3292,2.817,3293,2.817,3294,2.817,3295,2.817,3296,2.817,3297,2.817,3298,2.817,3299,2.817,3300,2.817,3301,2.817,3302,2.817,3303,2.817,3304,2.817,3305,2.817,3306,2.817,3307,2.817,3308,2.817,3309,2.817,3310,2.817,3311,2.817,3312,2.817,3313,2.817,3314,2.817,3315,2.817,3316,2.817,3317,2.817,3318,2.817,3319,2.817,3320,2.817,3321,2.817,3322,2.817,3323,2.817,3324,2.817,3325,2.817,3326,2.817,3327,2.817,3328,2.817,3329,2.817,3330,2.817,3331,2.817]],["title/classes/TransactionServiceStub.html",[87,0.112,3332,3.393]],["body/classes/TransactionServiceStub.html",[3,0.141,4,0.11,5,0.08,10,0.493,12,1.304,21,0.648,24,0.011,26,2.204,83,0.141,84,0.007,85,0.009,86,0.007,87,0.156,89,2.933,103,1.174,112,1.059,117,1.42,118,0.756,136,1.195,158,1.422,164,0.341,249,1.945,356,1.461,550,3.32,555,3.713,576,2.724,759,3.179,883,3.364,1090,4.728,1091,5.75,1152,5.762,3198,6.341,3200,6.341,3201,6.341,3205,6.839,3213,6.341,3215,6.341,3332,5.762,3333,7.119,3334,5.924,3335,5.924,3336,5.203,3337,5.924,3338,5.924]],["title/components/TransactionsComponent.html",[201,0.614,357,1.344]],["body/components/TransactionsComponent.html",[3,0.071,4,0.056,5,0.04,8,1.085,10,0.249,11,0.757,12,0.913,21,0.693,23,1.298,24,0.011,26,1.146,27,0.662,48,1.705,73,1.581,83,0.13,84,0.004,85,0.005,86,0.004,87,0.079,99,0.824,103,0.736,105,1.995,110,0.922,112,1.126,114,0.974,117,0.994,118,0.666,136,1.052,137,1.515,159,2.853,164,0.422,183,0.87,189,2.509,201,0.788,202,0.947,203,1.606,204,1.064,205,1.203,206,1.064,207,0.974,211,1.279,212,2.338,213,0.895,214,1.817,215,1.817,216,2.798,217,3.019,218,2.79,219,1.817,221,1.817,233,2.605,243,4.39,249,1.835,253,0.847,269,1.203,270,0.324,273,1.483,274,1.542,278,1.815,279,1.949,297,2.427,299,1.949,309,2.427,313,0.824,314,1.515,315,1.472,316,0.847,317,2.223,318,1.096,319,0.974,320,1.995,321,0.947,322,1.096,323,1.096,324,0.947,325,1.096,326,0.974,327,1.096,328,0.947,329,1.096,330,0.947,331,1.096,332,0.947,333,0.699,334,1.096,335,0.974,336,1.655,337,1.033,338,0.974,339,1.096,340,0.947,341,1.096,342,0.947,343,1.096,344,0.947,345,1.096,346,0.974,347,1.655,348,1.033,349,0.947,350,0.947,351,1.096,352,0.974,353,1.655,354,1.033,355,0.974,356,1.885,357,1.92,358,2.561,359,0.947,360,0.947,361,1.096,362,0.947,363,1.096,364,0.947,365,1.096,366,1.003,367,1.064,368,1.096,374,3.764,375,4.787,377,4.787,378,3.764,379,3.764,380,3.124,381,4.194,388,3.124,399,3.764,401,4.484,403,4.848,405,3.61,406,3.973,408,3.764,409,2.944,410,3.124,412,3.764,413,3.124,414,2.068,415,1.542,416,1.607,417,1.607,418,1.847,419,1.758,420,1.542,421,1.607,434,3.124,436,3.124,438,2.068,440,1.847,441,2.068,444,2.068,453,5.063,454,3.124,458,3.34,460,3.953,537,1.606,683,4.39,714,2.211,1079,5.063,1194,3.953,1195,3.746,2537,2.63,2631,3.61,3002,4.633,3085,2.39,3086,2.39,3117,6.253,3148,2.63,3149,2.63,3165,2.63,3169,3.973,3171,3.973,3250,2.63,3278,3.973,3339,2.63,3340,5.45,3341,5.45,3342,4.523,3343,5.45,3344,5.45,3345,5.45,3346,5.45,3347,6.073,3348,6.073,3349,4.523,3350,2.994,3351,4.523,3352,2.994,3353,2.994,3354,2.994,3355,2.994,3356,2.994,3357,4.523,3358,2.994,3359,2.994,3360,2.994,3361,2.994,3362,2.994,3363,2.994,3364,2.994,3365,2.994,3366,2.994,3367,2.994,3368,2.994,3369,4.523,3370,2.994,3371,2.994,3372,4.523,3373,4.523,3374,2.994,3375,2.994,3376,2.994,3377,2.994,3378,4.523,3379,4.523,3380,2.994,3381,2.994,3382,6.073,3383,4.523,3384,4.523,3385,4.523,3386,4.523,3387,4.523,3388,4.523,3389,4.523]],["title/modules/TransactionsModule.html",[462,1.138,474,2.936]],["body/modules/TransactionsModule.html",[3,0.123,4,0.096,5,0.07,24,0.011,82,1.535,83,0.123,84,0.006,85,0.008,86,0.006,87,0.137,164,0.51,167,1.827,270,0.561,313,1.426,355,2.822,357,2.585,415,2.671,416,2.783,417,2.783,462,1.388,464,1.898,465,2.568,466,3.933,467,2.671,468,2.783,473,4.047,474,6.019,475,3.565,476,2.783,477,2.473,479,2.757,480,3.899,481,2.907,483,3.044,485,3.044,488,3.581,492,4.324,493,4.588,494,4.905,495,3.829,496,4.588,497,4.097,498,3.198,499,4.324,500,3.375,501,3.044,502,4.097,503,3.198,504,4.097,505,3.198,506,4.324,507,3.375,508,4.588,509,3.581,513,4.588,514,3.375,520,5.835,521,4.139,522,3.581,3113,4.139,3390,4.555,3391,4.555,3392,4.555,3393,4.555,3394,5.645,3395,5.186,3396,5.186,3397,4.555,3398,5.186]],["title/modules/TransactionsRoutingModule.html",[462,1.138,3394,2.936]],["body/modules/TransactionsRoutingModule.html",[3,0.154,4,0.12,5,0.087,24,0.011,74,1.558,82,1.359,83,0.154,84,0.008,85,0.009,86,0.008,87,0.171,164,0.467,167,1.785,201,0.938,270,0.702,275,2.375,357,2.411,464,2.375,479,3.164,524,3.81,525,3.86,526,4.273,527,3.81,531,4.003,3394,5.266,3397,5.701,3399,6.49]],["title/interfaces/Tx.html",[0,0.843,1102,2.383]],["body/interfaces/Tx.html",[0,1.645,1,3.644,2,1.725,3,0.109,4,0.085,5,0.062,7,1.039,8,1.654,9,2.308,10,0.574,11,1.024,21,0.671,23,1.528,24,0.011,25,1.445,26,2.182,27,1.854,38,3.515,48,1.039,64,2.308,80,2.263,82,0.957,83,0.109,84,0.005,85,0.007,86,0.005,116,2.819,118,0.594,120,3.083,164,0.263,253,1.949,356,2.195,537,2.172,759,4.237,868,5.053,901,3.772,1102,4.519,1181,3.157,1182,3.375,1183,3.375,1184,3.375,1185,3.157,1186,3.157,1187,4.993,1188,4.516,1189,4.516,1190,4.76,1191,4.516,1192,5.435,1193,3.375,1194,4.486,1195,4.251,1196,2.263,1197,3.375,1198,5.083,1199,4.516,1200,4.79,1201,3.981,1202,3.428,1203,5.435,1204,5.435,1205,3.157,1206,3.028]],["title/interfaces/TxToken.html",[0,0.843,1187,2.767]],["body/interfaces/TxToken.html",[0,1.653,1,3.679,2,1.767,3,0.111,4,0.087,5,0.063,7,1.064,8,1.674,9,1.767,10,0.517,11,1.041,21,0.644,23,1.575,24,0.011,25,1.481,26,2.055,27,1.911,38,3.534,48,1.064,64,2.489,80,3.077,82,0.98,83,0.111,84,0.006,85,0.007,86,0.006,116,3.833,118,0.772,120,3.35,164,0.27,253,1.324,356,2.182,537,1.663,759,4.266,868,4.303,901,2.888,1102,4.456,1181,3.234,1182,3.457,1183,3.457,1184,3.457,1185,3.234,1186,3.234,1187,5.174,1188,4.589,1189,4.589,1190,4.818,1191,4.589,1192,5.151,1193,3.457,1194,4.54,1195,4.303,1196,2.318,1197,3.457,1198,3.234,1199,3.457,1200,3.047,1201,3.047,1202,2.624,1203,3.457,1204,3.457,1205,4.292,1206,3.936]],["title/pipes/UnixDatePipe.html",[1790,2.383,2902,2.936]],["body/pipes/UnixDatePipe.html",[3,0.15,4,0.117,5,0.085,12,1.057,21,0.525,24,0.011,26,2.028,83,0.15,84,0.008,85,0.009,86,0.008,87,0.167,103,1.027,112,0.858,117,1.151,118,0.777,136,0.968,158,1.515,164,0.364,183,1.835,211,1.784,213,1.886,270,0.682,458,5.538,1200,4.108,1790,4.203,1898,5.909,2821,4.66,2824,5.038,2826,6.388,2828,5.987,2902,5.179,3400,6.587,3401,5.544,3402,7.5,3403,6.311,3404,6.311,3405,6.311,3406,6.311]],["title/classes/UserServiceStub.html",[87,0.112,3407,3.393]],["body/classes/UserServiceStub.html",[3,0.074,4,0.058,5,0.042,10,0.261,11,0.783,12,1.04,14,4.398,17,4.84,19,1.754,21,0.69,22,1.68,23,1.384,24,0.011,25,2.71,26,1.684,27,1.034,38,2.006,42,2.037,43,2.037,48,1.063,67,3.47,73,1.218,77,2.343,83,0.074,84,0.004,85,0.006,86,0.004,87,0.083,89,1.55,103,0.761,112,0.948,117,1.132,118,0.794,120,3.153,136,0.953,138,2.491,147,3.207,158,1.49,164,0.18,170,1.343,197,3.828,297,3.332,310,5.228,403,6.264,532,4.352,534,4.76,535,4.545,537,2.787,540,2.315,550,1.754,555,2.669,576,1.439,587,3.643,589,3.733,641,6.346,642,5.454,702,4.3,848,1.492,871,3.83,883,2.998,1114,4.092,1628,3.733,1630,3.733,1631,4.957,1632,6.171,1633,4.957,1634,5.484,1635,3.733,1636,3.733,1637,4.957,1638,3.733,1639,4.288,1640,3.733,1641,3.733,1642,3.733,1643,4.585,1644,3.733,1645,3.733,1646,3.229,1647,3.733,2017,3.733,2112,3.733,2142,3.733,2299,2.498,2336,3.733,2404,2.498,2412,4.468,2463,5.767,2464,4.957,2522,4.107,2867,4.133,3336,2.749,3407,3.733,3408,6.346,3409,4.676,3410,4.676,3411,3.13,3412,5.597,3413,5.597,3414,5.597,3415,7.847,3416,5.597,3417,5.597,3418,7.847,3419,7.847,3420,4.676,3421,4.676,3422,4.676,3423,4.676,3424,4.676,3425,4.676,3426,4.676,3427,4.676,3428,4.676,3429,4.676,3430,4.676,3431,4.676,3432,4.676,3433,4.676,3434,4.676,3435,4.676,3436,4.676,3437,4.676,3438,4.676,3439,4.676,3440,4.676,3441,4.676,3442,3.13,3443,4.676,3444,3.13,3445,4.676,3446,3.13,3447,3.13,3448,4.676,3449,3.13,3450,3.13,3451,3.13,3452,3.13,3453,3.13,3454,3.13,3455,3.13,3456,3.13,3457,3.13,3458,3.13,3459,2.749,3460,3.13]],["title/interfaces/W3.html",[0,0.843,2835,3.139]],["body/interfaces/W3.html",[0,1.513,2,2.138,3,0.135,4,0.105,5,0.076,7,1.288,10,0.472,11,1.176,21,0.585,24,0.011,63,4.403,64,2.557,82,1.187,83,0.135,84,0.007,85,0.008,86,0.007,87,0.15,92,5.512,94,4.124,99,2.3,115,4.572,165,4.599,177,5.774,180,2.013,300,5.608,356,1.397,905,5.608,998,3.495,1095,4.279,1256,5.667,1405,5.608,1462,4.185,2539,5.187,2586,4.524,2832,4.524,2833,6.706,2834,4.978,2835,6.059,2836,4.978,2838,6.171,2839,6.171,2844,4.978,2845,6.171,2846,6.171]],["title/injectables/Web3Service.html",[168,2.495,907,1.271]],["body/injectables/Web3Service.html",[3,0.145,4,0.113,5,0.082,10,0.508,11,1.231,21,0.508,24,0.011,83,0.145,84,0.007,85,0.009,86,0.007,87,0.161,103,1.196,104,2.805,110,1.607,112,1.072,136,0.936,158,1.464,164,0.455,165,4.899,168,4.314,170,2.618,171,3.142,183,1.773,270,0.66,278,2.357,670,3.021,907,2.197,910,3.142,924,3.142,1288,6.793,3461,5.359,3462,8.187,3463,7.349,3464,6.101,3465,7.887,3466,6.101]],["title/coverage.html",[3467,4.648]],["body/coverage.html",[0,1.644,1,1.448,5,0.039,6,4.2,15,1.448,21,0.243,22,2.385,24,0.011,27,0.647,52,1.639,55,2.288,71,1.904,75,1.804,77,3.327,84,0.003,85,0.005,86,0.003,87,0.207,88,2.335,90,4.289,129,1.804,165,2.49,168,1.717,170,2.305,173,3.069,183,0.85,201,1.216,202,0.925,208,3.903,209,2.16,210,2.569,243,1.804,256,1.804,297,4.789,316,1.825,319,0.952,321,0.925,324,0.925,326,0.952,328,0.925,330,0.925,332,0.925,333,1.401,335,0.952,337,1.009,338,0.952,340,0.925,342,0.925,344,0.925,346,0.952,348,1.009,349,0.925,350,0.925,352,0.952,354,1.009,355,0.952,356,0.721,357,0.925,360,0.925,362,0.925,364,0.925,366,0.98,369,2.569,373,2.02,386,1.139,418,1.804,462,1.438,487,2.335,490,2.16,532,1.57,533,4.144,542,1.717,545,1.804,547,2.335,548,2.569,549,1.717,550,4.078,584,2.569,587,1.904,613,1.904,655,1.639,669,2.569,682,1.804,683,1.804,684,1.804,759,1.57,768,2.02,769,1.904,770,2.02,771,2.02,784,2.16,785,2.02,791,2.335,821,2.569,848,2.562,859,1.904,873,2.741,875,2.569,883,2.23,907,2.309,925,2.569,926,1.904,983,2.335,1079,2.16,1080,2.569,1081,2.569,1095,1.639,1102,1.639,1120,1.904,1181,4.144,1187,1.904,1196,1.448,1207,2.569,1208,2.569,1211,2.16,1212,2.16,1214,2.16,1216,2.16,1253,2.569,1254,2.569,1284,2.335,1285,2.569,1314,2.569,1315,2.16,1316,2.569,1330,2.569,1331,2.569,1349,3.522,1351,2.569,1409,2.569,1420,3.967,1422,3.967,1423,3.967,1490,5.147,1494,2.569,1495,2.569,1506,2.569,1522,2.569,1538,2.569,1578,3.547,1579,2.569,1605,3.547,1614,2.16,1615,6.066,1616,6.066,1790,3.012,1899,2.335,2398,2.335,2496,2.335,2595,2.569,2596,2.335,2597,2.569,2616,2.569,2650,1.904,2651,4.596,2652,4.144,2680,1.904,2727,2.569,2755,2.569,2775,2.569,2780,2.335,2790,2.335,2791,2.569,2805,2.569,2806,2.335,2820,2.02,2822,2.569,2832,3.547,2835,2.16,2847,2.569,2901,2.02,2902,2.02,2916,2.569,2929,2.569,2934,2.569,2940,2.569,2941,2.16,2942,4.289,2969,2.569,2970,2.569,2975,2.16,2976,4.289,2977,4.289,2985,2.569,3002,1.904,3003,2.569,3063,2.335,3064,2.569,3068,2.569,3107,2.569,3112,2.569,3113,2.335,3139,2.335,3192,3.547,3332,2.335,3333,2.569,3339,2.569,3400,2.569,3401,2.569,3407,2.335,3408,2.569,3461,2.569,3467,2.335,3468,2.925,3469,2.925,3470,5.373,3471,8.378,3472,8.477,3473,4.443,3474,8.005,3475,2.569,3476,2.569,3477,2.569,3478,2.569,3479,2.569,3480,5.373,3481,2.569,3482,4.79,3483,6.453,3484,7.831,3485,2.569,3486,2.569,3487,4.289,3488,2.569,3489,2.569,3490,2.569,3491,3.903,3492,3.903,3493,2.569,3494,2.569,3495,2.925,3496,4.443,3497,5.373,3498,4.72,3499,4.443,3500,2.569,3501,2.925,3502,2.925,3503,2.925,3504,4.443,3505,5.373,3506,4.443,3507,5.373,3508,5.373,3509,4.443,3510,3.903,3511,2.925,3512,6.001,3513,2.925,3514,2.925,3515,6.001,3516,4.443,3517,2.925,3518,2.925,3519,2.925,3520,2.569,3521,2.569,3522,2.569,3523,2.569,3524,2.925,3525,2.925,3526,2.925]],["title/dependencies.html",[465,2.534,3527,3.54]],["body/dependencies.html",[9,2.253,22,3.205,24,0.011,52,3.347,84,0.007,85,0.009,86,0.007,165,3.347,270,0.646,272,3.205,275,2.186,465,2.957,467,3.075,481,3.347,576,2.746,617,5.245,708,4.767,709,3.887,774,5.791,775,4.066,788,4.767,789,4.767,998,3.683,1032,4.124,1117,4.124,1118,4.258,1355,3.505,3232,5.245,3234,5.245,3243,4.767,3528,7.65,3529,5.972,3530,7.255,3531,5.972,3532,5.972,3533,5.972,3534,5.972,3535,5.972,3536,5.972,3537,5.972,3538,5.972,3539,5.972,3540,5.972,3541,5.972,3542,5.972,3543,5.972,3544,5.972,3545,5.972,3546,5.972,3547,5.972,3548,5.972,3549,5.972,3550,5.972,3551,5.972,3552,5.972,3553,5.972,3554,5.972]],["title/miscellaneous/functions.html",[2542,4.086,3555,2.614]],["body/miscellaneous/functions.html",[5,0.1,7,1.842,9,3.059,10,0.389,12,1.378,21,0.661,22,3.984,24,0.011,26,1.183,32,3.448,57,2.227,64,2.486,82,0.978,84,0.006,85,0.007,86,0.006,91,2.754,100,4.038,112,0.843,117,1.501,118,0.81,130,4.952,131,4.102,133,4.952,136,1.291,137,2.078,138,1.61,139,3.04,149,4.952,159,3.276,197,2.312,249,1.672,253,1.32,333,1.627,418,3.827,573,3.225,579,5.45,702,3.827,983,4.952,1114,3.642,1271,2.88,1355,2.741,1422,3.448,1423,4.581,1491,3.728,1646,3.225,2542,3.728,2770,6.12,2780,5.561,3139,4.952,3162,4.102,3475,4.102,3476,5.45,3477,5.45,3478,4.102,3479,5.45,3481,4.102,3482,6.168,3485,4.102,3486,5.45,3487,3.728,3488,5.45,3489,5.45,3491,4.102,3492,6.12,3493,5.45,3494,5.45,3555,3.448,3556,4.67,3557,4.67,3558,4.67,3559,4.67,3560,5.45,3561,6.204,3562,4.67,3563,4.67,3564,6.204,3565,4.67,3566,4.67,3567,4.67,3568,4.67,3569,5.45,3570,6.967,3571,4.67,3572,6.204,3573,4.67,3574,4.102,3575,4.102,3576,4.67,3577,6.204,3578,6.967,3579,7.727,3580,6.521,3581,4.67,3582,4.67,3583,4.67,3584,4.67,3585,4.67,3586,4.67,3587,4.67,3588,4.67,3589,4.67,3590,4.67,3591,4.102,3592,4.67,3593,4.67,3594,4.67,3595,6.204,3596,4.67,3597,4.67,3598,4.67,3599,4.952,3600,4.67,3601,6.204,3602,7.424,3603,5.45,3604,6.204,3605,4.67]],["title/index.html",[10,0.295,3606,3.109,3607,3.109]],["body/index.html",[4,0.089,5,0.085,24,0.008,54,2.82,73,1.251,84,0.006,85,0.008,86,0.006,99,1.322,118,0.729,170,3.346,183,1.838,201,1.021,204,1.707,217,2.666,358,1.563,462,2.185,464,1.759,477,3.014,539,2.693,540,2.379,549,3.711,552,4.22,556,5.217,573,4.88,704,3.318,731,4.22,825,4.22,871,2.963,888,2.474,895,3.548,897,2.963,998,2.963,1032,5.185,1073,5.913,1118,2.82,1202,2.693,1249,6.206,1255,4.115,1286,4.22,1389,4.599,1497,5.553,1540,4.22,1570,5.046,1596,3.127,2046,5.64,2686,4.599,2867,3.548,3528,4.22,3591,6.206,3608,6.322,3609,4.805,3610,7.066,3611,7.8,3612,7.673,3613,8.163,3614,5.553,3615,4.805,3616,4.805,3617,6.206,3618,8.284,3619,4.805,3620,5.553,3621,4.805,3622,4.805,3623,4.805,3624,4.805,3625,4.805,3626,4.805,3627,4.22,3628,4.805,3629,4.22,3630,4.805,3631,6.851,3632,4.805,3633,4.805,3634,4.22,3635,4.805,3636,8.008,3637,4.805,3638,4.805,3639,4.805,3640,4.805,3641,6.322,3642,4.805,3643,6.206,3644,7.066,3645,4.22,3646,4.805,3647,4.805,3648,4.22,3649,5.553,3650,6.322,3651,7.507,3652,5.553,3653,4.805,3654,6.594,3655,4.805,3656,4.805,3657,6.226,3658,4.805,3659,6.322,3660,4.805,3661,4.22,3662,4.805,3663,4.805,3664,4.805,3665,4.805,3666,4.805,3667,4.805,3668,7.066,3669,4.805,3670,4.805,3671,4.805,3672,4.805,3673,4.22,3674,6.322,3675,4.805,3676,4.805,3677,4.805,3678,4.805,3679,4.805,3680,4.22,3681,4.22,3682,4.805,3683,3.835,3684,4.805,3685,4.805]],["title/license.html",[3606,3.109,3607,3.109,3686,3.109]],["body/license.html",[0,0.864,2,0.965,4,0.145,5,0.025,9,0.965,20,1.316,21,0.156,24,0.002,25,1.918,26,0.476,28,0.517,35,3.98,36,1.296,38,2.002,44,0.498,54,4.128,57,2.664,64,2.253,65,1.102,84,0.002,85,0.002,86,0.002,87,0.028,98,1.832,99,1.283,100,2.341,103,0.17,104,3.234,112,0.142,115,2.031,120,0.42,127,0.918,140,0.918,144,2.484,145,1.888,146,3.645,148,3.517,155,1.386,158,0.251,164,0.06,183,1.267,197,1.781,201,0.52,249,0.251,278,0.312,304,0.918,311,2.031,356,1.074,401,1.888,405,0.834,419,1.102,477,0.498,530,0.68,537,0.371,539,2.016,556,5.142,559,2.491,560,0.613,562,0.834,577,1.649,578,1.649,587,0.68,613,0.68,628,0.918,655,0.586,688,0.644,697,1.222,702,2.219,721,0.68,724,0.918,726,2.341,740,0.722,806,2.656,848,0.498,871,2.219,876,1.499,878,3.197,883,0.779,895,1.386,896,0.834,899,4.133,901,1.925,908,3.045,909,3.327,992,0.918,998,0.644,1000,0.918,1008,0.918,1009,1.649,1030,0.918,1032,2.484,1050,0.561,1091,1.386,1114,2.111,1118,0.613,1156,0.918,1157,1.649,1195,1.925,1245,1.664,1247,1.386,1258,3.983,1272,1.296,1273,3.197,1276,1.649,1298,1.649,1361,0.918,1369,0.722,1389,4.886,1390,0.918,1398,1.499,1406,2.245,1417,0.918,1418,1.649,1419,1.649,1438,2.491,1443,1.499,1453,3.724,1455,0.834,1457,2.041,1486,5.5,1570,1.499,1581,0.834,1582,0.918,1595,0.771,1596,0.68,1597,1.386,1599,0.771,1618,2.741,1621,0.918,1639,1.765,1643,0.771,1785,0.834,1908,0.834,1928,0.834,1975,1.888,2066,0.834,2085,0.834,2114,0.834,2120,0.834,2129,0.834,2137,6.813,2139,4.133,2358,0.834,2359,3.197,2506,1.649,2507,1.649,2538,0.918,2539,2.304,2541,2.245,2617,1.386,2631,0.834,2638,3.159,2643,0.918,2662,0.834,2682,3.98,2686,2.031,2733,2.041,2806,0.834,2850,0.918,2867,3.645,2879,0.918,2933,2.245,2953,2.041,3259,1.649,3459,1.649,3467,1.499,3523,0.918,3569,5.201,3574,6.177,3575,1.649,3580,0.918,3599,0.834,3603,1.649,3612,4.098,3614,2.741,3617,0.918,3620,1.649,3627,2.741,3629,2.741,3631,0.918,3634,0.918,3645,0.918,3648,4.908,3649,2.245,3652,0.918,3654,0.918,3661,2.245,3673,0.918,3680,4.098,3681,3.827,3686,7.536,3687,6.54,3688,1.045,3689,1.045,3690,2.556,3691,7.324,3692,4.665,3693,6.637,3694,7.16,3695,4.005,3696,1.045,3697,1.045,3698,1.877,3699,3.597,3700,3.597,3701,2.556,3702,2.556,3703,1.045,3704,1.045,3705,1.877,3706,4.005,3707,1.045,3708,4.005,3709,1.045,3710,1.045,3711,4.665,3712,1.045,3713,1.045,3714,1.045,3715,5.922,3716,7.942,3717,5.922,3718,2.556,3719,2.556,3720,1.877,3721,1.877,3722,4.357,3723,4.357,3724,5.922,3725,3.597,3726,1.045,3727,1.045,3728,3.121,3729,4.665,3730,1.877,3731,4.665,3732,2.556,3733,1.045,3734,1.877,3735,1.045,3736,2.556,3737,6.54,3738,3.597,3739,1.877,3740,3.121,3741,1.045,3742,1.045,3743,1.877,3744,3.121,3745,5.587,3746,1.877,3747,6.727,3748,1.877,3749,3.121,3750,4.357,3751,3.597,3752,1.045,3753,4.665,3754,3.597,3755,7.421,3756,2.556,3757,4.357,3758,1.045,3759,1.045,3760,4.665,3761,1.877,3762,5.394,3763,5.178,3764,3.597,3765,1.877,3766,1.045,3767,1.045,3768,6.067,3769,1.877,3770,1.045,3771,5.763,3772,1.877,3773,1.045,3774,2.556,3775,1.045,3776,1.045,3777,1.045,3778,1.045,3779,1.045,3780,1.045,3781,1.045,3782,1.045,3783,1.045,3784,1.877,3785,1.045,3786,1.045,3787,1.045,3788,1.877,3789,1.045,3790,1.045,3791,1.877,3792,1.877,3793,5.922,3794,1.045,3795,1.877,3796,1.877,3797,1.045,3798,1.045,3799,2.556,3800,1.877,3801,2.556,3802,1.045,3803,1.045,3804,4.005,3805,1.045,3806,1.045,3807,3.597,3808,1.045,3809,1.045,3810,3.121,3811,1.045,3812,1.045,3813,1.877,3814,2.556,3815,1.045,3816,1.045,3817,4.937,3818,1.045,3819,5.922,3820,3.121,3821,3.597,3822,4.005,3823,2.556,3824,1.045,3825,2.556,3826,6.435,3827,1.877,3828,1.045,3829,1.045,3830,1.045,3831,2.556,3832,7.842,3833,5.178,3834,1.045,3835,1.045,3836,1.877,3837,1.877,3838,1.045,3839,5.178,3840,1.045,3841,3.121,3842,4.665,3843,1.045,3844,2.556,3845,2.556,3846,1.877,3847,4.005,3848,7.756,3849,2.556,3850,4.937,3851,3.121,3852,4.357,3853,1.877,3854,1.045,3855,1.877,3856,2.556,3857,4.937,3858,3.121,3859,1.045,3860,1.877,3861,1.877,3862,3.121,3863,3.121,3864,1.045,3865,2.556,3866,1.045,3867,7.098,3868,1.877,3869,1.045,3870,4.665,3871,1.045,3872,2.556,3873,6.067,3874,3.121,3875,1.877,3876,5.394,3877,4.005,3878,1.045,3879,1.045,3880,4.665,3881,1.045,3882,1.877,3883,1.045,3884,1.877,3885,2.556,3886,2.556,3887,1.045,3888,1.045,3889,1.045,3890,2.556,3891,2.556,3892,1.045,3893,1.045,3894,1.045,3895,1.877,3896,4.005,3897,1.045,3898,2.556,3899,2.556,3900,4.005,3901,2.556,3902,2.556,3903,1.045,3904,1.045,3905,3.597,3906,4.005,3907,1.045,3908,1.045,3909,1.045,3910,2.556,3911,1.045,3912,1.045,3913,1.045,3914,1.045,3915,1.045,3916,1.877,3917,1.045,3918,6.89,3919,4.665,3920,1.045,3921,1.877,3922,1.045,3923,1.045,3924,1.877,3925,1.877,3926,1.045,3927,1.045,3928,1.045,3929,1.877,3930,2.556,3931,1.045,3932,1.877,3933,1.045,3934,1.045,3935,1.045,3936,1.045,3937,5.178,3938,4.357,3939,3.121,3940,1.045,3941,3.597,3942,1.045,3943,1.877,3944,1.045,3945,1.045,3946,1.045,3947,1.045,3948,1.045,3949,2.556,3950,2.556,3951,1.045,3952,1.045,3953,1.877,3954,1.877,3955,1.877,3956,1.045,3957,1.877,3958,1.045,3959,1.045,3960,1.045,3961,1.045,3962,1.045,3963,1.045,3964,2.556,3965,1.045,3966,1.045,3967,6.067,3968,1.045,3969,1.045,3970,1.045,3971,3.597,3972,3.597,3973,1.045,3974,1.045,3975,2.556,3976,1.045,3977,1.045,3978,3.121,3979,1.045,3980,1.649,3981,1.045,3982,1.045,3983,1.045,3984,1.045,3985,1.045,3986,1.877,3987,1.877,3988,1.045,3989,2.556,3990,1.045,3991,1.045,3992,1.877,3993,1.045,3994,1.045,3995,1.045,3996,1.045,3997,1.877,3998,1.877,3999,4.005,4000,1.045,4001,1.045,4002,1.877,4003,2.556,4004,2.556,4005,3.121,4006,3.121,4007,3.121,4008,1.877,4009,1.045,4010,3.597,4011,3.597,4012,1.045,4013,1.877,4014,1.877,4015,3.597,4016,1.877,4017,3.121,4018,3.121,4019,1.877,4020,2.556,4021,5.922,4022,3.597,4023,1.045,4024,1.045,4025,1.045,4026,2.556,4027,2.556,4028,1.877,4029,1.877,4030,1.045,4031,1.045,4032,1.045,4033,1.877,4034,1.045,4035,1.045,4036,1.045,4037,2.556,4038,1.045,4039,1.045,4040,2.556,4041,1.045,4042,1.877,4043,1.045,4044,1.045,4045,1.045,4046,1.877,4047,1.877,4048,4.005,4049,6.727,4050,2.556,4051,1.877,4052,1.877,4053,1.877,4054,1.877,4055,3.121,4056,1.877,4057,1.045,4058,1.045,4059,1.045,4060,1.045,4061,4.005,4062,1.877,4063,1.045,4064,1.045,4065,1.045,4066,1.045,4067,1.877,4068,1.045,4069,1.877,4070,1.045,4071,3.597,4072,1.045,4073,1.045,4074,1.045,4075,1.045,4076,1.045,4077,1.877,4078,1.045,4079,1.045,4080,1.045,4081,2.556,4082,3.597,4083,3.121,4084,1.877,4085,1.045,4086,1.045,4087,1.045,4088,1.045,4089,1.045,4090,1.877,4091,1.045,4092,1.045,4093,2.556,4094,3.121,4095,1.045,4096,1.045,4097,1.877,4098,1.045,4099,1.045,4100,2.556,4101,1.045,4102,1.045,4103,1.045,4104,1.045,4105,1.045,4106,1.877,4107,1.045,4108,1.045,4109,1.045,4110,1.045,4111,2.556,4112,1.045,4113,1.045,4114,1.045,4115,1.045,4116,3.597,4117,1.045,4118,1.045,4119,3.121,4120,1.045,4121,1.045,4122,1.045,4123,1.045,4124,1.045,4125,1.045,4126,2.556,4127,1.045,4128,1.045,4129,1.045,4130,2.556,4131,1.045,4132,1.045,4133,2.556,4134,1.045,4135,1.877,4136,1.045,4137,1.045,4138,1.045,4139,1.045,4140,1.045,4141,1.045,4142,1.045,4143,1.045,4144,1.877,4145,1.045,4146,1.045,4147,1.045,4148,1.877,4149,1.877,4150,1.045,4151,1.045,4152,2.556,4153,1.045,4154,2.556,4155,1.877,4156,1.045,4157,1.877,4158,1.877,4159,1.045,4160,2.556,4161,4.357,4162,1.045,4163,1.877,4164,1.877,4165,1.045,4166,1.877,4167,1.045,4168,1.045,4169,1.045,4170,1.045,4171,1.045,4172,1.877,4173,1.045,4174,3.121,4175,1.045,4176,3.597,4177,1.045,4178,1.045,4179,1.045,4180,1.045,4181,1.045,4182,1.877,4183,1.877,4184,1.877,4185,2.556,4186,1.045,4187,1.877,4188,1.877,4189,1.045,4190,2.556,4191,1.045,4192,1.877,4193,1.045,4194,1.877,4195,1.045,4196,1.877,4197,1.045,4198,1.045,4199,1.877,4200,6.89,4201,1.877,4202,1.045,4203,3.597,4204,5.178,4205,2.556,4206,1.045,4207,1.045,4208,1.045,4209,3.121,4210,1.045,4211,1.045,4212,2.556,4213,1.877,4214,1.045,4215,1.045,4216,1.045,4217,1.045,4218,1.045,4219,1.045,4220,1.045,4221,1.045,4222,3.121,4223,1.877,4224,1.877,4225,1.045,4226,1.045,4227,2.556,4228,1.045,4229,1.877,4230,2.556,4231,1.877,4232,1.045,4233,1.045,4234,1.045,4235,1.045,4236,1.877,4237,2.556,4238,1.045,4239,1.045,4240,1.877,4241,1.045,4242,1.045,4243,1.045,4244,1.045,4245,1.045,4246,1.045,4247,2.556,4248,1.877,4249,1.045,4250,1.045,4251,3.121,4252,1.045,4253,2.556,4254,1.045,4255,1.045,4256,1.877,4257,1.045,4258,1.045,4259,1.045,4260,2.556,4261,1.877,4262,1.045,4263,4.357,4264,1.877,4265,2.556,4266,3.121,4267,1.045,4268,1.045,4269,1.877,4270,1.045,4271,2.556,4272,1.045,4273,1.877,4274,1.045,4275,1.045,4276,1.045,4277,1.045,4278,2.556,4279,1.045,4280,1.877,4281,2.556,4282,1.877,4283,1.045,4284,1.877,4285,1.045,4286,1.045,4287,1.877,4288,1.877,4289,1.045,4290,1.045,4291,1.877,4292,1.045,4293,1.045,4294,1.045,4295,1.045,4296,1.045,4297,1.045,4298,1.045,4299,1.045,4300,1.045,4301,1.045,4302,1.877,4303,2.556,4304,1.045,4305,1.045,4306,1.045,4307,1.045,4308,1.045,4309,1.877,4310,1.045,4311,1.045,4312,1.045,4313,1.045,4314,1.045,4315,1.045,4316,1.045,4317,1.045,4318,1.045,4319,1.045,4320,1.045,4321,1.045,4322,1.045,4323,3.121,4324,1.045,4325,1.877,4326,1.045,4327,1.045,4328,1.045,4329,1.045,4330,1.045,4331,1.045,4332,1.045,4333,1.045,4334,1.045,4335,1.045,4336,2.556,4337,1.045,4338,1.045,4339,1.045,4340,1.045,4341,1.877,4342,1.045,4343,1.045,4344,1.045,4345,1.045,4346,1.045,4347,1.877,4348,1.877,4349,2.556,4350,1.045,4351,1.877,4352,1.045,4353,1.045,4354,1.045,4355,1.045,4356,2.556,4357,1.877,4358,1.045,4359,1.877,4360,1.877,4361,1.877,4362,1.045,4363,1.045,4364,1.045,4365,1.045,4366,1.045,4367,1.045,4368,1.877,4369,1.045,4370,1.045,4371,1.877,4372,1.045,4373,2.556,4374,1.045,4375,1.045,4376,1.045,4377,1.045,4378,1.045,4379,1.045,4380,1.045,4381,1.045,4382,1.045,4383,1.045,4384,1.045,4385,1.045,4386,1.045,4387,1.045,4388,1.045,4389,1.045,4390,1.045,4391,1.045,4392,1.045,4393,1.045,4394,1.045,4395,1.045,4396,1.045,4397,1.045,4398,1.045,4399,1.045,4400,1.045,4401,1.045,4402,1.045,4403,1.045,4404,2.556,4405,1.877,4406,1.045,4407,1.045,4408,1.045,4409,1.045,4410,1.045,4411,1.877,4412,1.045,4413,1.045,4414,1.877,4415,1.877,4416,1.045,4417,1.045,4418,1.045,4419,1.045,4420,1.045,4421,1.045,4422,1.045,4423,1.045,4424,1.045,4425,1.045,4426,1.045,4427,1.045,4428,1.045,4429,1.045,4430,1.045,4431,1.045,4432,1.045,4433,1.045,4434,1.045,4435,1.045,4436,1.045,4437,1.045,4438,1.045,4439,1.045]],["title/modules.html",[464,2.131]],["body/modules.html",[24,0.009,84,0.007,85,0.009,86,0.007,146,6.412,463,4.513,464,2.237,472,4.221,473,3.026,474,4.221,660,4.513,664,4.221,761,4.513,767,4.221,775,4.9,913,4.513,917,4.221,2733,6.978,2735,4.513,2739,4.221,2884,4.513,2888,4.221,3092,4.513,3096,4.221,3394,4.221,4440,8.742,4441,8.969,4442,8.684]],["title/overview.html",[3683,4.648]],["body/overview.html",[2,1.508,24,0.011,77,1.508,82,0.837,84,0.005,85,0.007,86,0.005,89,1.979,202,2.033,203,1.42,313,1.1,319,2.092,321,2.033,324,2.033,326,2.532,328,2.033,330,2.033,332,2.033,335,2.532,338,2.532,340,2.033,342,2.033,344,2.033,346,2.532,349,2.033,350,2.033,352,2.532,355,2.532,357,2.033,359,1.264,360,2.461,362,2.033,364,2.033,462,1.07,463,6.306,464,1.463,465,1.979,466,2.145,467,2.059,468,2.145,469,3.511,470,3.511,471,3.511,472,4.44,473,4.422,474,5.752,475,2.995,476,2.145,477,1.906,660,5.862,661,3.511,662,3.511,663,3.511,664,4.44,702,2.466,761,6.334,762,3.511,763,3.511,764,3.511,765,3.511,766,3.511,767,4.44,768,4.44,769,4.184,770,4.44,771,4.44,874,3.191,913,6.031,914,3.511,915,3.511,916,3.511,917,4.44,924,2.059,1114,2.346,1639,2.761,2735,5.862,2736,3.511,2737,3.511,2738,3.511,2739,4.44,2820,5.374,2821,2.952,2884,6.031,2885,3.511,2886,3.511,2887,3.511,2888,4.44,2898,3.511,2899,3.511,2900,3.511,2901,5.374,2902,5.374,3092,6.031,3093,3.511,3094,3.511,3095,3.511,3096,4.44,3390,3.511,3391,3.511,3392,3.511,3393,3.511,3394,4.44,3683,3.191,3980,3.511,4443,3.997,4444,3.997,4445,3.997,4446,3.997]],["title/routes.html",[525,2.776]],["body/routes.html",[24,0.01,84,0.008,85,0.01,86,0.008,525,3.343]],["title/miscellaneous/variables.html",[3555,2.614,3657,4.086]],["body/miscellaneous/variables.html",[1,0.79,6,1.038,8,0.853,9,1.342,10,0.133,11,0.267,14,2.644,16,1.101,17,0.983,18,1.101,19,0.894,20,3.661,21,0.614,22,2.531,24,0.011,25,1.975,26,0.404,27,0.787,28,1.347,31,0.936,32,1.177,38,0.684,39,1.101,40,1.101,41,1.101,42,1.038,43,1.038,44,2.449,45,1.101,47,0.983,48,1.773,49,1.101,50,1.101,51,1.101,52,0.894,53,1.101,54,0.936,64,1.72,67,2.063,70,0.894,72,0.821,73,1.975,75,1.677,76,1.038,77,1.342,78,2.735,79,1.77,80,1.347,81,1.101,82,0.334,84,0.002,85,0.003,86,0.002,90,1.273,92,1.101,94,1.596,99,0.748,115,1.77,118,0.792,119,2.171,120,2.063,138,1.626,147,2.094,159,2.431,165,2.879,170,2.353,172,2.171,173,3.547,174,2.171,175,1.401,176,2.171,177,1.878,178,1.77,183,0.464,197,0.79,207,0.519,297,0.856,310,2.315,356,0.393,358,0.519,373,1.878,522,1.101,532,2.756,534,3.015,535,2.879,539,1.993,540,1.761,543,4.188,569,4.612,587,2.315,655,1.524,702,0.983,709,1.77,781,1.273,784,2.008,797,3.124,806,1.177,807,1.273,808,1.273,848,1.297,870,2.626,871,1.677,873,0.983,883,0.662,1073,1.177,1114,0.936,1196,1.761,1206,2.543,1211,2.008,1212,2.626,1214,2.626,1247,1.177,1256,1.101,1272,1.101,1439,2.626,1614,2.008,1615,1.273,1616,4.985,1626,4.143,1627,1.401,1628,2.171,1629,1.401,1630,2.171,1631,1.273,1632,3.355,1633,1.273,1634,2.626,1635,1.273,1636,1.273,1637,2.171,1638,1.273,1639,1.101,1640,1.273,1641,1.273,1642,1.273,1643,1.177,1644,1.273,1645,1.273,1646,1.101,1647,1.273,1648,2.389,1649,3.691,1650,1.401,1651,1.401,1652,1.401,1653,1.401,1654,1.401,1655,1.401,1656,1.401,1657,1.401,1658,1.401,1659,1.401,1660,1.401,1661,1.401,1662,1.401,1663,1.401,1664,1.401,1665,2.389,1666,1.401,1667,1.401,1668,2.389,1669,1.401,1670,1.401,1671,1.401,1672,3.124,1673,3.124,1674,1.401,1675,2.389,1676,1.401,1677,2.389,1678,2.389,1679,2.389,1680,1.401,1681,1.401,1682,1.401,1683,1.401,1684,1.401,1685,1.401,1686,1.401,1687,1.401,1688,1.401,1689,1.401,1690,1.401,1691,1.401,1692,1.401,1693,1.401,1694,1.401,1695,1.401,1696,1.401,1697,1.401,1698,1.401,1699,1.401,1700,1.401,1701,1.401,1702,1.401,1703,1.401,1704,1.401,1705,1.401,1706,1.401,1707,1.401,1708,1.401,1709,1.401,1710,1.401,1711,1.401,1712,1.401,1713,2.389,1714,1.401,1715,1.401,1716,1.401,1717,1.401,1718,1.401,1719,1.401,1720,1.401,1721,1.401,1722,1.401,1723,1.401,1724,1.401,1725,1.401,1726,2.389,1727,1.401,1728,1.401,1729,1.401,1730,2.389,1731,1.401,1732,1.401,1733,1.401,1734,1.401,1735,1.401,1736,1.401,1737,1.401,1738,1.401,1739,1.401,1740,1.401,1741,1.401,1742,1.401,1743,1.401,1744,1.401,1745,1.401,1746,1.401,1747,1.401,1748,1.401,1749,1.401,1750,1.401,1751,1.401,1752,1.401,1753,1.401,1754,1.401,1755,1.401,1756,1.401,1757,3.124,1758,1.401,1759,1.401,1760,1.401,1761,1.401,1762,1.401,1763,1.401,1764,1.401,1765,1.401,1766,1.401,1767,1.401,1768,1.401,1769,1.401,1770,1.401,1771,2.389,1772,1.401,1773,1.401,1774,1.401,1775,1.401,1776,1.401,1777,1.401,1778,1.401,1779,2.389,1780,1.401,1781,1.401,1782,1.401,1783,1.401,1784,1.401,1785,1.273,1786,1.401,1787,1.401,1788,1.401,1789,1.401,1790,0.894,1791,1.401,1792,1.401,1793,1.401,1794,1.401,1795,1.401,1796,1.401,1797,1.401,1798,2.389,1799,1.401,1800,1.401,1801,2.389,1802,1.401,1803,1.401,1804,1.401,1805,1.401,1806,1.401,1807,1.401,1808,1.401,1809,1.401,1810,1.401,1811,1.401,1812,1.401,1813,1.401,1814,1.401,1815,1.401,1816,1.401,1817,1.401,1818,3.124,1819,1.401,1820,1.401,1821,1.401,1822,1.401,1823,1.401,1824,1.401,1825,1.401,1826,1.401,1827,1.401,1828,1.401,1829,1.401,1830,1.401,1831,1.401,1832,1.401,1833,1.401,1834,1.401,1835,1.401,1836,1.401,1837,2.389,1838,1.401,1839,1.401,1840,1.401,1841,1.401,1842,1.401,1843,1.401,1844,1.401,1845,1.401,1846,1.401,1847,1.401,1848,1.401,1849,1.401,1850,1.401,1851,1.401,1852,1.401,1853,1.401,1854,1.401,1855,2.389,1856,3.124,1857,1.401,1858,1.401,1859,1.401,1860,1.401,1861,3.124,1862,3.124,1863,1.401,1864,2.389,1865,1.401,1866,1.401,1867,1.401,1868,1.401,1869,1.401,1870,1.401,1871,1.401,1872,1.401,1873,1.401,1874,1.401,1875,1.401,1876,1.401,1877,1.401,1878,1.401,1879,3.124,1880,1.401,1881,1.401,1882,1.401,1883,1.401,1884,1.401,1885,1.401,1886,1.401,1887,1.401,1888,1.401,1889,1.401,1890,1.401,1891,1.401,1892,1.401,1893,1.401,1894,1.401,1895,1.401,1896,1.401,1897,1.401,1898,2.008,1899,2.171,1900,2.389,1901,2.389,1902,2.389,1903,2.389,1904,1.401,1905,1.401,1906,1.401,1907,1.401,1908,1.273,1909,1.401,1910,1.401,1911,1.401,1912,1.401,1913,1.401,1914,1.401,1915,1.401,1916,1.401,1917,1.401,1918,1.401,1919,1.401,1920,1.401,1921,1.401,1922,1.401,1923,1.401,1924,1.401,1925,1.401,1926,1.401,1927,1.401,1928,1.273,1929,1.401,1930,1.401,1931,1.401,1932,1.401,1933,1.401,1934,1.401,1935,1.401,1936,1.401,1937,1.401,1938,1.401,1939,3.124,1940,1.401,1941,1.401,1942,1.401,1943,1.401,1944,1.401,1945,1.401,1946,2.389,1947,3.691,1948,1.401,1949,1.401,1950,1.401,1951,1.401,1952,1.401,1953,1.401,1954,1.401,1955,1.401,1956,1.401,1957,1.401,1958,1.401,1959,1.401,1960,1.401,1961,1.401,1962,1.401,1963,1.401,1964,1.401,1965,1.401,1966,1.401,1967,1.401,1968,1.401,1969,1.401,1970,1.401,1971,2.389,1972,1.401,1973,1.401,1974,1.401,1975,1.177,1976,1.401,1977,1.401,1978,1.401,1979,1.401,1980,1.401,1981,1.401,1982,1.401,1983,1.401,1984,1.401,1985,1.401,1986,1.401,1987,1.401,1988,1.401,1989,1.401,1990,1.401,1991,1.401,1992,1.401,1993,1.401,1994,1.401,1995,1.401,1996,1.401,1997,1.401,1998,1.401,1999,1.401,2000,1.401,2001,1.401,2002,1.401,2003,1.401,2004,1.401,2005,1.401,2006,2.389,2007,1.401,2008,1.401,2009,1.401,2010,1.401,2011,1.401,2012,1.401,2013,1.401,2014,1.401,2015,2.389,2016,1.401,2017,1.273,2018,1.401,2019,1.401,2020,1.401,2021,1.401,2022,1.401,2023,1.401,2024,1.401,2025,1.401,2026,1.401,2027,2.389,2028,1.401,2029,1.401,2030,1.401,2031,1.401,2032,1.401,2033,1.401,2034,1.401,2035,1.401,2036,1.401,2037,1.401,2038,1.401,2039,1.401,2040,1.401,2041,1.401,2042,1.401,2043,1.401,2044,1.401,2045,2.389,2046,2.171,2047,1.401,2048,1.401,2049,1.401,2050,1.401,2051,1.401,2052,1.401,2053,1.401,2054,1.401,2055,1.401,2056,1.401,2057,1.401,2058,1.401,2059,1.401,2060,1.401,2061,1.401,2062,1.401,2063,1.401,2064,1.401,2065,1.401,2066,1.273,2067,1.401,2068,1.401,2069,1.401,2070,1.401,2071,1.401,2072,1.401,2073,1.401,2074,1.401,2075,1.401,2076,1.401,2077,1.401,2078,1.401,2079,1.401,2080,1.401,2081,1.401,2082,1.401,2083,1.401,2084,1.401,2085,1.273,2086,1.401,2087,1.401,2088,1.401,2089,1.401,2090,1.401,2091,1.401,2092,1.401,2093,1.401,2094,1.401,2095,1.401,2096,1.401,2097,1.401,2098,1.401,2099,1.401,2100,1.401,2101,1.401,2102,1.401,2103,1.401,2104,2.389,2105,1.401,2106,1.401,2107,1.401,2108,1.401,2109,1.401,2110,1.401,2111,1.401,2112,1.273,2113,1.401,2114,1.273,2115,1.401,2116,1.401,2117,1.401,2118,1.401,2119,1.401,2120,1.273,2121,1.401,2122,1.401,2123,1.401,2124,1.401,2125,1.401,2126,1.401,2127,1.401,2128,1.401,2129,1.273,2130,1.401,2131,1.401,2132,1.401,2133,1.401,2134,1.401,2135,1.401,2136,1.401,2137,1.273,2138,1.401,2139,1.273,2140,1.401,2141,1.401,2142,2.171,2143,1.401,2144,1.401,2145,1.401,2146,1.401,2147,1.401,2148,1.401,2149,1.401,2150,1.401,2151,1.401,2152,1.401,2153,1.401,2154,1.401,2155,1.401,2156,1.401,2157,1.401,2158,1.401,2159,1.401,2160,1.401,2161,1.401,2162,1.401,2163,1.401,2164,1.401,2165,1.401,2166,1.401,2167,1.401,2168,1.401,2169,1.401,2170,1.401,2171,1.401,2172,1.401,2173,1.401,2174,1.401,2175,1.401,2176,1.401,2177,1.401,2178,1.401,2179,1.401,2180,1.401,2181,1.401,2182,1.401,2183,1.401,2184,1.401,2185,1.401,2186,1.401,2187,1.401,2188,1.401,2189,1.401,2190,2.389,2191,1.401,2192,1.401,2193,1.401,2194,1.401,2195,1.401,2196,1.401,2197,1.401,2198,1.401,2199,1.401,2200,1.401,2201,1.401,2202,1.401,2203,1.401,2204,1.401,2205,1.401,2206,1.401,2207,1.401,2208,3.124,2209,1.401,2210,1.401,2211,1.401,2212,1.401,2213,1.401,2214,1.401,2215,1.401,2216,1.401,2217,1.401,2218,1.401,2219,1.401,2220,1.401,2221,1.401,2222,1.401,2223,1.401,2224,1.401,2225,1.401,2226,1.401,2227,1.401,2228,1.401,2229,1.401,2230,1.401,2231,1.401,2232,1.401,2233,1.401,2234,1.401,2235,1.401,2236,1.401,2237,1.401,2238,1.401,2239,1.401,2240,1.401,2241,1.401,2242,1.401,2243,1.401,2244,1.401,2245,1.401,2246,1.401,2247,1.401,2248,1.401,2249,1.401,2250,1.401,2251,1.401,2252,1.401,2253,1.401,2254,1.401,2255,1.401,2256,1.401,2257,1.401,2258,1.401,2259,1.401,2260,1.401,2261,1.401,2262,1.401,2263,1.401,2264,1.401,2265,1.401,2266,1.401,2267,1.401,2268,1.401,2269,1.401,2270,1.401,2271,1.401,2272,1.401,2273,1.401,2274,1.401,2275,1.401,2276,1.401,2277,1.401,2278,1.401,2279,1.401,2280,1.401,2281,1.401,2282,1.401,2283,1.401,2284,1.401,2285,1.401,2286,1.401,2287,1.401,2288,1.401,2289,1.401,2290,1.401,2291,1.401,2292,1.401,2293,1.401,2294,1.401,2295,1.401,2296,1.401,2297,2.389,2298,1.401,2299,2.171,2300,1.401,2301,1.401,2302,1.401,2303,1.401,2304,1.401,2305,1.401,2306,1.401,2307,1.401,2308,1.401,2309,1.401,2310,1.401,2311,1.401,2312,1.401,2313,1.401,2314,1.401,2315,1.401,2316,1.273,2317,1.401,2318,1.401,2319,1.401,2320,1.401,2321,1.401,2322,1.401,2323,1.401,2324,1.401,2325,1.401,2326,1.401,2327,1.401,2328,2.389,2329,2.389,2330,1.401,2331,1.401,2332,1.401,2333,1.401,2334,1.401,2335,1.401,2336,2.171,2337,1.401,2338,1.401,2339,1.401,2340,1.401,2341,1.401,2342,1.401,2343,1.401,2344,1.401,2345,1.401,2346,1.401,2347,1.401,2348,1.401,2349,1.401,2350,1.401,2351,1.401,2352,1.401,2353,1.401,2354,1.401,2355,1.401,2356,1.401,2357,1.401,2358,1.273,2359,1.273,2360,1.401,2361,1.401,2362,1.401,2363,2.389,2364,1.401,2365,1.401,2366,1.401,2367,1.401,2368,1.401,2369,1.401,2370,1.401,2371,2.389,2372,1.401,2373,1.401,2374,1.401,2375,1.401,2376,1.401,2377,1.401,2378,1.401,2379,1.401,2380,1.401,2381,1.401,2382,1.401,2383,1.401,2384,1.401,2385,1.401,2386,1.401,2387,1.401,2388,1.401,2389,1.401,2390,1.401,2391,1.401,2392,1.401,2393,1.401,2394,1.401,2395,1.401,2396,1.401,2397,1.401,2398,1.273,2399,1.401,2400,1.401,2401,1.401,2402,1.401,2403,1.401,2404,2.171,2405,1.401,2406,1.401,2407,1.401,2408,1.401,2409,1.401,2410,1.401,2411,1.401,2412,1.273,2413,1.401,2414,1.401,2415,1.401,2416,1.401,2417,1.401,2418,1.401,2419,1.401,2420,1.401,2421,1.401,2422,1.401,2423,1.401,2424,1.401,2425,1.401,2426,1.401,2427,1.401,2428,1.401,2429,1.401,2430,1.401,2431,1.401,2432,1.401,2433,1.401,2434,1.401,2435,1.401,2436,1.401,2437,1.401,2438,1.401,2439,1.401,2440,1.401,2441,1.401,2442,1.401,2443,1.401,2444,1.401,2445,1.401,2446,1.401,2447,1.401,2448,1.401,2449,1.401,2450,1.401,2451,1.401,2452,1.401,2453,1.401,2454,1.401,2455,1.401,2456,1.401,2457,1.401,2458,1.401,2459,1.401,2460,1.401,2461,1.401,2462,1.401,2463,1.273,2464,1.273,2465,1.401,2466,1.101,2467,1.401,2468,4.1,2469,3.547,2470,1.401,2471,4.1,2472,4.511,2473,4.1,2474,1.401,2475,2.389,2476,3.483,2477,5.486,2478,3.765,2479,3.257,2480,4.143,2481,2.389,2482,1.401,2483,2.389,2484,1.401,2485,1.401,2486,1.401,2487,2.389,2488,1.401,2489,1.401,2490,1.401,2491,2.389,2492,1.401,2493,1.401,2494,1.401,2495,2.389,2496,2.171,2497,1.401,2498,1.401,2499,1.401,2500,1.401,2651,1.038,2689,1.101,2976,1.273,2977,2.839,2996,1.401,3192,1.273,3242,2.389,3243,2.171,3482,2.171,3487,1.273,3490,2.389,3498,2.389,3500,3.124,3510,1.401,3520,1.401,3521,1.401,3522,1.401,3555,1.177,3560,1.401,3599,1.273,3643,3.124,3657,1.273,4447,2.72,4448,2.72,4449,6.028,4450,1.595,4451,1.595,4452,1.595,4453,1.595,4454,1.595,4455,1.595,4456,1.595,4457,3.556,4458,3.556,4459,3.556,4460,3.556,4461,3.556,4462,3.556,4463,3.556,4464,3.556,4465,3.556,4466,3.556,4467,3.556,4468,3.556,4469,3.556,4470,3.556,4471,3.556,4472,3.556,4473,3.556,4474,3.556,4475,3.556,4476,3.556,4477,3.556,4478,3.556,4479,1.595,4480,1.595,4481,1.595,4482,1.595,4483,1.595]]],"invertedIndex":[["",{"_index":24,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":77,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["0.0",{"_index":634,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.0.7",{"_index":3540,"title":{},"body":{"dependencies.html":{}}}],["0.1.6",{"_index":3534,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":3554,"title":{},"body":{"dependencies.html":{}}}],["0.12.3",{"_index":3543,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":635,"title":{},"body":{"components/AdminComponent.html":{}}}],["0/1",{"_index":3484,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":3504,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":3507,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":3518,"title":{},"body":{"coverage.html":{}}}],["0/13",{"_index":3517,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":3514,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":3508,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":3509,"title":{},"body":{"coverage.html":{}}}],["0/19",{"_index":3519,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":3525,"title":{},"body":{"coverage.html":{}}}],["0/22",{"_index":3503,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":3515,"title":{},"body":{"coverage.html":{}}}],["0/35",{"_index":3511,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":3512,"title":{},"body":{"coverage.html":{}}}],["0/44",{"_index":3513,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":3505,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":3506,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":3516,"title":{},"body":{"coverage.html":{}}}],["04/02/2020",{"_index":3423,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["05/28/2020",{"_index":3434,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["08/16/2020",{"_index":3416,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0px",{"_index":623,"title":{},"body":{"components/AdminComponent.html":{}}}],["0x3da99aad2d9ca01d131efc3b17444b832b31ff4a",{"_index":2480,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x4a6fa6bc3bfe4c9661bc692d9798425350c9e3d4",{"_index":2494,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x51d3c8e2e421604e2b644117a362d589c5434739",{"_index":3454,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0x8fa4101ef19d0a078239d035659e92b278bd083c",{"_index":2490,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9ced86089f7abb5a97b40eb0e7521e7aa308d354",{"_index":2482,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9d7c284907acbd4a0ce2ddd0aa69147a921a573d",{"_index":3455,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":2468,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":187,"title":{},"body":{"classes/AccountIndex.html":{}}}],["0xc63cfa91a3bff41ce31ff436f67d3acbc977db95",{"_index":2486,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc80d6aff8194114c52aecd84c9f15fd5c8abb187",{"_index":2474,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc86ff893ac40d3950b4d5f94a9b837258b0a9865",{"_index":3415,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xea6225212005e86a4490018ded4bf37f3e772161",{"_index":4476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c",{"_index":4478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":197,"title":{"interfaces/Signature-1.html":{}},"body":{"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["1.0.0",{"_index":3551,"title":{},"body":{"dependencies.html":{}}}],["1.3.0",{"_index":3552,"title":{},"body":{"dependencies.html":{}}}],["1/1",{"_index":3472,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":401,"title":{},"body":{"components/AccountsComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["10.2.0",{"_index":3528,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["10.2.7",{"_index":3530,"title":{},"body":{"dependencies.html":{}}}],["10/10/2020",{"_index":3439,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["100",{"_index":297,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":1638,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["1000).tolocaledatestring('en",{"_index":3405,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["1000000",{"_index":2477,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000000000000001014",{"_index":2483,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000001000000000000000000",{"_index":2470,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["100990",{"_index":2495,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["11",{"_index":3980,"title":{},"body":{"license.html":{},"overview.html":{}}}],["11/11",{"_index":3495,"title":{},"body":{"coverage.html":{}}}],["11/16/2020",{"_index":3429,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["12",{"_index":4445,"title":{},"body":{"overview.html":{}}}],["12987",{"_index":3417,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["13",{"_index":4338,"title":{},"body":{"license.html":{}}}],["14/14",{"_index":3501,"title":{},"body":{"coverage.html":{}}}],["15",{"_index":4163,"title":{},"body":{"license.html":{}}}],["151.002995",{"_index":3458,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["1595537208",{"_index":3452,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["16",{"_index":4164,"title":{},"body":{"license.html":{}}}],["17",{"_index":4443,"title":{},"body":{"overview.html":{}}}],["18",{"_index":2472,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["19",{"_index":4446,"title":{},"body":{"overview.html":{}}}],["1996",{"_index":3985,"title":{},"body":{"license.html":{}}}],["2",{"_index":1114,"title":{},"body":{"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["2.0.0",{"_index":3550,"title":{},"body":{"dependencies.html":{}}}],["2.1.4",{"_index":3548,"title":{},"body":{"dependencies.html":{}}}],["2.5.4",{"_index":3538,"title":{},"body":{"dependencies.html":{}}}],["2/2",{"_index":3480,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":405,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["200",{"_index":1645,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["2007",{"_index":3690,"title":{},"body":{"license.html":{}}}],["2021",{"_index":4411,"title":{},"body":{"license.html":{}}}],["22",{"_index":4444,"title":{},"body":{"overview.html":{}}}],["22.430670",{"_index":3457,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412341234",{"_index":3422,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412345678",{"_index":3414,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25462518374",{"_index":3438,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498765432",{"_index":3428,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498769876",{"_index":3433,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["26/26",{"_index":3499,"title":{},"body":{"coverage.html":{}}}],["28",{"_index":4319,"title":{},"body":{"license.html":{}}}],["29",{"_index":3688,"title":{},"body":{"license.html":{}}}],["3",{"_index":702,"title":{},"body":{"components/AppComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["3.0",{"_index":81,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["3.5.1",{"_index":3545,"title":{},"body":{"dependencies.html":{}}}],["3/3",{"_index":3474,"title":{},"body":{"coverage.html":{}}}],["3/5",{"_index":3524,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":4218,"title":{},"body":{"license.html":{}}}],["3000",{"_index":3164,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["300px",{"_index":1347,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["32",{"_index":3322,"title":{},"body":{"injectables/TransactionService.html":{}}}],["39;0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":132,"title":{},"body":{"classes/AccountIndex.html":{}}}],["39;2'",{"_index":2993,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["39;hello",{"_index":3571,"title":{},"body":{"miscellaneous/functions.html":{}}}],["39;sarafu'",{"_index":2987,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["4",{"_index":1639,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["4.2.1",{"_index":3546,"title":{},"body":{"dependencies.html":{}}}],["4.5.3",{"_index":3539,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":3496,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":2587,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["401",{"_index":1013,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["403",{"_index":1402,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["450",{"_index":3430,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["5",{"_index":1643,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["5.0.31",{"_index":3542,"title":{},"body":{"dependencies.html":{}}}],["5/5",{"_index":3497,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":406,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["5000",{"_index":2613,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["56",{"_index":1784,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["5621",{"_index":3435,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["56281",{"_index":3424,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["6",{"_index":1646,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/TokenRatioPipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["6.6.0",{"_index":3547,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":3483,"title":{},"body":{"coverage.html":{}}}],["60",{"_index":3523,"title":{},"body":{"coverage.html":{},"license.html":{}}}],["6b",{"_index":4068,"title":{},"body":{"license.html":{}}}],["6d",{"_index":4088,"title":{},"body":{"license.html":{}}}],["6rem",{"_index":659,"title":{},"body":{"components/AdminComponent.html":{}}}],["7",{"_index":4008,"title":{},"body":{"license.html":{}}}],["7/7",{"_index":3502,"title":{},"body":{"coverage.html":{}}}],["768px",{"_index":700,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["8",{"_index":996,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["8/8",{"_index":3473,"title":{},"body":{"coverage.html":{}}}],["8000000",{"_index":3306,"title":{},"body":{"injectables/TransactionService.html":{}}}],["817",{"_index":3440,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["8996",{"_index":4458,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9/9",{"_index":3470,"title":{},"body":{"coverage.html":{}}}],["99000",{"_index":2487,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["9981",{"_index":2491,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["99999999999999998976",{"_index":2475,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["_models",{"_index":618,"title":{},"body":{"components/AdminComponent.html":{}}}],["_pipes/unix",{"_index":2914,"title":{},"body":{"modules/SharedModule.html":{}}}],["abi",{"_index":173,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["abicoder",{"_index":3293,"title":{},"body":{"injectables/TransactionService.html":{}}}],["abicoder.encode",{"_index":3295,"title":{},"body":{"injectables/TransactionService.html":{}}}],["ability",{"_index":4132,"title":{},"body":{"license.html":{}}}],["above",{"_index":2541,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["absence",{"_index":4009,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":4393,"title":{},"body":{"license.html":{}}}],["absolutely",{"_index":4423,"title":{},"body":{"license.html":{}}}],["abstractcontrol",{"_index":1292,"title":{},"body":{"classes/CustomValidator.html":{}}}],["abuse",{"_index":3787,"title":{},"body":{"license.html":{}}}],["academy",{"_index":1933,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accept",{"_index":4223,"title":{},"body":{"license.html":{}}}],["acceptable",{"_index":893,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["acceptance",{"_index":4222,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":2795,"title":{},"body":{"guards/RoleGuard.html":{}}}],["acces",{"_index":2376,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["access",{"_index":878,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["accessible",{"_index":4290,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":237,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["accompanied",{"_index":4050,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":4397,"title":{},"body":{"license.html":{}}}],["accompanying",{"_index":2763,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["accord",{"_index":4007,"title":{},"body":{"license.html":{}}}],["according",{"_index":1455,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["accordingly",{"_index":1385,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["account",{"_index":8,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["account'},{'name",{"_index":331,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["account.component",{"_index":491,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["account.component.html",{"_index":1210,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.scss",{"_index":1209,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts",{"_index":1208,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["account.component.ts:15",{"_index":1223,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:16",{"_index":1224,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:17",{"_index":1225,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:18",{"_index":1222,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:19",{"_index":1221,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:20",{"_index":1220,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:21",{"_index":1217,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:29",{"_index":1218,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:61",{"_index":1227,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:65",{"_index":1219,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.type",{"_index":449,"title":{},"body":{"components/AccountsComponent.html":{}}}],["account/create",{"_index":490,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["accountant",{"_index":2019,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accountdetails",{"_index":1,"title":{"interfaces/AccountDetails.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["accountdetailscomponent",{"_index":319,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountindex",{"_index":88,"title":{"classes/AccountIndex.html":{}},"body":{"classes/AccountIndex.html":{},"coverage.html":{}}}],["accountinfo",{"_index":3279,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accountinfo.vcard",{"_index":3281,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accounts",{"_index":93,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{}}}],["accounts'},{'name",{"_index":322,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["accounts.component.html",{"_index":371,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.component.scss",{"_index":370,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.push(account",{"_index":199,"title":{},"body":{"classes/AccountIndex.html":{}}}],["accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":445,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":302,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["accountscomponent",{"_index":321,"title":{"components/AccountsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountsearchcomponent",{"_index":202,"title":{"components/AccountSearchComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountsmodule",{"_index":463,"title":{"modules/AccountsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules.html":{},"overview.html":{}}}],["accountsroutingmodule",{"_index":472,"title":{"modules/AccountsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["accountstype",{"_index":372,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounttype",{"_index":452,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["accounttypes",{"_index":373,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["achieve",{"_index":4403,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":3947,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":4269,"title":{},"body":{"license.html":{}}}],["action",{"_index":532,"title":{"interfaces/Action.html":{}},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["action.action",{"_index":652,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.approval",{"_index":656,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.id",{"_index":2545,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["action.role",{"_index":651,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.user",{"_index":650,"title":{},"body":{"components/AdminComponent.html":{}}}],["actions",{"_index":587,"title":{},"body":{"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["actions.find((action",{"_index":2544,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["activatedroutesnapshot",{"_index":890,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["activatedroutestub",{"_index":547,"title":{"classes/ActivatedRouteStub.html":{}},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["activateroute",{"_index":551,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["active",{"_index":905,"title":{},"body":{"guards/AuthGuard.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["activities",{"_index":3865,"title":{},"body":{"license.html":{}}}],["activity",{"_index":4315,"title":{},"body":{"license.html":{}}}],["actual",{"_index":4295,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":368,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["actually",{"_index":4110,"title":{},"body":{"license.html":{}}}],["adapt",{"_index":3838,"title":{},"body":{"license.html":{}}}],["add",{"_index":559,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/AuthComponent.html":{},"license.html":{}}}],["add0x",{"_index":3235,"title":{},"body":{"injectables/TransactionService.html":{}}}],["add0x(tohex(tx.serializerlp",{"_index":3327,"title":{},"body":{"injectables/TransactionService.html":{}}}],["added",{"_index":2933,"title":{},"body":{"interfaces/Staff.html":{},"license.html":{}}}],["additional",{"_index":4021,"title":{},"body":{"license.html":{}}}],["address",{"_index":120,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["addressed",{"_index":3835,"title":{},"body":{"license.html":{}}}],["addresses",{"_index":161,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addressof",{"_index":2978,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu'",{"_index":2988,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu",{"_index":2997,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof(identifier",{"_index":2983,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addresssearchform",{"_index":223,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchformstub",{"_index":240,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchloading",{"_index":224,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchsubmitted",{"_index":225,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addtoaccountregistry",{"_index":106,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry('0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":135,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry('0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":188,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry(address",{"_index":124,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoken",{"_index":3006,"title":{},"body":{"injectables/TokenService.html":{}}}],["addtoken(token",{"_index":3012,"title":{},"body":{"injectables/TokenService.html":{}}}],["addtransaction",{"_index":3195,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtransaction(transaction",{"_index":3204,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtrusteduser",{"_index":930,"title":{},"body":{"injectables/AuthService.html":{}}}],["addtrusteduser(user",{"_index":948,"title":{},"body":{"injectables/AuthService.html":{}}}],["admin",{"_index":540,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["admin's",{"_index":538,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["admin'},{'name",{"_index":325,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["admin.component.html",{"_index":586,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":585,"title":{},"body":{"components/AdminComponent.html":{}}}],["admincomponent",{"_index":324,"title":{"components/AdminComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["adminmodule",{"_index":660,"title":{"modules/AdminModule.html":{}},"body":{"modules/AdminModule.html":{},"modules.html":{},"overview.html":{}}}],["adminroutingmodule",{"_index":664,"title":{"modules/AdminRoutingModule.html":{}},"body":{"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["adopted",{"_index":3983,"title":{},"body":{"license.html":{}}}],["adversely",{"_index":4140,"title":{},"body":{"license.html":{}}}],["advised",{"_index":4385,"title":{},"body":{"license.html":{}}}],["affects",{"_index":4141,"title":{},"body":{"license.html":{}}}],["affero",{"_index":4336,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":4252,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":3944,"title":{},"body":{"license.html":{}}}],["afterviewinit",{"_index":3340,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["again",{"_index":725,"title":{},"body":{"components/AppComponent.html":{}}}],["against",{"_index":3603,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["age",{"_index":13,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["agent",{"_index":2017,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":4037,"title":{},"body":{"license.html":{}}}],["agree",{"_index":4331,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":4372,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":4281,"title":{},"body":{"license.html":{}}}],["agrovet",{"_index":2300,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["aim",{"_index":3783,"title":{},"body":{"license.html":{}}}],["airtime",{"_index":2379,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["alert('access",{"_index":1404,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["alert('account",{"_index":303,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["algo",{"_index":58,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["algorithm",{"_index":56,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["alleging",{"_index":4259,"title":{},"body":{"license.html":{}}}],["allow",{"_index":3805,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1406,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["allows",{"_index":95,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["along",{"_index":4011,"title":{},"body":{"license.html":{}}}],["alpha.6",{"_index":3541,"title":{},"body":{"dependencies.html":{}}}],["already",{"_index":140,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["alternative",{"_index":4064,"title":{},"body":{"license.html":{}}}],["although",{"_index":3779,"title":{},"body":{"license.html":{}}}],["amani",{"_index":1674,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["amount",{"_index":1190,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["ancillary",{"_index":4225,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":3764,"title":{},"body":{"license.html":{}}}],["andshow",{"_index":4427,"title":{},"body":{"license.html":{}}}],["angular",{"_index":1073,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["angular/animations",{"_index":617,"title":{},"body":{"components/AdminComponent.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":3529,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":3616,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":481,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":783,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["angular/compiler",{"_index":3531,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":270,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"pipes/UnixDatePipe.html":{},"injectables/Web3Service.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":272,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/OrganizationComponent.html":{},"modules/SettingsModule.html":{},"dependencies.html":{}}}],["angular/material",{"_index":3532,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":503,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/card",{"_index":505,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/checkbox",{"_index":495,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/core",{"_index":514,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"classes/CustomErrorStateMatcher.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/dialog",{"_index":1326,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["angular/material/form",{"_index":500,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/icon",{"_index":507,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/input",{"_index":498,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/menu",{"_index":2896,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/paginator",{"_index":416,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/progress",{"_index":516,"title":{},"body":{"modules/AccountsModule.html":{}}}],["angular/material/radio",{"_index":2894,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/select",{"_index":509,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/sidenav",{"_index":3103,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/material/snack",{"_index":521,"title":{},"body":{"modules/AccountsModule.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/sort",{"_index":417,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/table",{"_index":415,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/tabs",{"_index":512,"title":{},"body":{"modules/AccountsModule.html":{}}}],["angular/material/toolbar",{"_index":3105,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/platform",{"_index":774,"title":{},"body":{"modules/AppModule.html":{},"pipes/SafePipe.html":{},"dependencies.html":{}}}],["angular/router",{"_index":275,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/TokensComponent.html":{},"modules/TokensRoutingModule.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsRoutingModule.html":{},"dependencies.html":{}}}],["angular/service",{"_index":708,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"dependencies.html":{}}}],["animate",{"_index":612,"title":{},"body":{"components/AdminComponent.html":{}}}],["animate('225ms",{"_index":631,"title":{},"body":{"components/AdminComponent.html":{}}}],["animations",{"_index":619,"title":{},"body":{"components/AdminComponent.html":{}}}],["anti",{"_index":3970,"title":{},"body":{"license.html":{}}}],["anyone",{"_index":4018,"title":{},"body":{"license.html":{}}}],["anything",{"_index":3851,"title":{},"body":{"license.html":{}}}],["api",{"_index":2504,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["app",{"_index":217,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"index.html":{}}}],["app.component.html",{"_index":672,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":671,"title":{},"body":{"components/AppComponent.html":{}}}],["app.module",{"_index":3635,"title":{},"body":{"index.html":{}}}],["app/_eth",{"_index":3032,"title":{},"body":{"injectables/TokenService.html":{}}}],["app/_guards",{"_index":786,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{}}}],["app/_helpers",{"_index":273,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_helpers/global",{"_index":984,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_interceptors",{"_index":790,"title":{},"body":{"modules/AppModule.html":{}}}],["app/_models",{"_index":421,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["app/_models/account",{"_index":1193,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["app/_models/staff",{"_index":2864,"title":{},"body":{"components/SettingsComponent.html":{}}}],["app/_pgp",{"_index":792,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{}}}],["app/_pgp/pgp",{"_index":2690,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["app/_services",{"_index":274,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_services/auth.service",{"_index":3241,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/error",{"_index":844,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["app/_services/logging.service",{"_index":846,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["app/_services/registry.service",{"_index":1121,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["app/_services/transaction.service",{"_index":1119,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["app/_services/user.service",{"_index":3230,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/web3.service",{"_index":169,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{}}}],["app/app",{"_index":777,"title":{},"body":{"modules/AppModule.html":{}}}],["app/app.component",{"_index":778,"title":{},"body":{"modules/AppModule.html":{}}}],["app/auth/_directives/password",{"_index":921,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth",{"_index":919,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth.component",{"_index":920,"title":{},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{}}}],["app/shared/_directives/menu",{"_index":2907,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/safe.pipe",{"_index":2912,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/token",{"_index":2909,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/error",{"_index":1341,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["app/shared/footer/footer.component",{"_index":2905,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/shared.module",{"_index":485,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["app/shared/sidebar/sidebar.component",{"_index":2906,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/topbar/topbar.component",{"_index":2904,"title":{},"body":{"modules/SharedModule.html":{}}}],["appcomponent",{"_index":326,"title":{"components/AppComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["applicable",{"_index":3857,"title":{},"body":{"license.html":{}}}],["application",{"_index":166,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{}}}],["application/json;charset=utf",{"_index":995,"title":{},"body":{"injectables/AuthService.html":{}}}],["applications",{"_index":4435,"title":{},"body":{"license.html":{}}}],["applied",{"_index":3812,"title":{},"body":{"license.html":{}}}],["applies",{"_index":3720,"title":{},"body":{"license.html":{}}}],["apply",{"_index":3724,"title":{},"body":{"license.html":{}}}],["appmenuselection",{"_index":1584,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["appmenuselection]'},{'name",{"_index":361,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appmenutoggle",{"_index":1606,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["appmenutoggle]'},{'name",{"_index":363,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appmodule",{"_index":761,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["apppasswordtoggle",{"_index":2756,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["apppasswordtoggle]'},{'name",{"_index":365,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appropriate",{"_index":1453,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["appropriately",{"_index":4001,"title":{},"body":{"license.html":{}}}],["approuterlink",{"_index":367,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["approutingmodule",{"_index":767,"title":{"modules/AppRoutingModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["approval",{"_index":534,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["approvalstatus",{"_index":588,"title":{},"body":{"components/AdminComponent.html":{}}}],["approvalstatus(action.approval",{"_index":653,"title":{},"body":{"components/AdminComponent.html":{}}}],["approvalstatus(status",{"_index":593,"title":{},"body":{"components/AdminComponent.html":{}}}],["approve",{"_index":609,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction",{"_index":589,"title":{},"body":{"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{}}}],["approveaction(action",{"_index":595,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction(action.id",{"_index":644,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction(id",{"_index":3441,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["approved",{"_index":641,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["approximates",{"_index":4392,"title":{},"body":{"license.html":{}}}],["area",{"_index":44,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["area_name",{"_index":45,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["area_type",{"_index":46,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["areaname",{"_index":542,"title":{"interfaces/AreaName.html":{}},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{}}}],["areaname.locations.includes(stringfromurl",{"_index":2560,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areaname.name",{"_index":2556,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanamelist",{"_index":2554,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanames",{"_index":1211,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["areanames.find((areaname",{"_index":2559,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanames.map((areaname",{"_index":2555,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areas",{"_index":546,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["areatype",{"_index":545,"title":{"interfaces/AreaType.html":{}},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{}}}],["areatype.area.includes(stringfromurl",{"_index":2568,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatype.name",{"_index":2564,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypelist",{"_index":2562,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypes",{"_index":1899,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["areatypes.find((areatype",{"_index":2567,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypes.map((areatype",{"_index":2563,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["args",{"_index":2826,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["arguments",{"_index":687,"title":{},"body":{"components/AppComponent.html":{}}}],["arise",{"_index":3794,"title":{},"body":{"license.html":{}}}],["arising",{"_index":4376,"title":{},"body":{"license.html":{}}}],["around",{"_index":1593,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["arr",{"_index":3565,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arrange",{"_index":4291,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":4303,"title":{},"body":{"license.html":{}}}],["array",{"_index":159,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["arraydata",{"_index":3582,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arraysum",{"_index":3477,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["arraysum(arr",{"_index":3563,"title":{},"body":{"miscellaneous/functions.html":{}}}],["article",{"_index":3979,"title":{},"body":{"license.html":{}}}],["artifacts",{"_index":3637,"title":{},"body":{"index.html":{}}}],["artisan",{"_index":2127,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["artist",{"_index":2016,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["askari",{"_index":2018,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["asking",{"_index":3742,"title":{},"body":{"license.html":{}}}],["assert",{"_index":3759,"title":{},"body":{"license.html":{}}}],["assets",{"_index":4242,"title":{},"body":{"license.html":{}}}],["assets/js/block",{"_index":2786,"title":{},"body":{"injectables/RegistryService.html":{}}}],["assigned",{"_index":2989,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["associated",{"_index":896,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["assume",{"_index":4367,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":4396,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":4184,"title":{},"body":{"license.html":{}}}],["assures",{"_index":3815,"title":{},"body":{"license.html":{}}}],["async",{"_index":105,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["attach",{"_index":4405,"title":{},"body":{"license.html":{}}}],["attempt",{"_index":4198,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":3775,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":4167,"title":{},"body":{"license.html":{}}}],["auth",{"_index":811,"title":{},"body":{"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["auth'},{'name",{"_index":329,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["auth.component.html",{"_index":823,"title":{},"body":{"components/AuthComponent.html":{}}}],["auth.component.scss",{"_index":822,"title":{},"body":{"components/AuthComponent.html":{}}}],["authcomponent",{"_index":328,"title":{"components/AuthComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["authenticate",{"_index":1016,"title":{},"body":{"injectables/AuthService.html":{}}}],["authentication",{"_index":879,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["authguard",{"_index":785,"title":{"guards/AuthGuard.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"coverage.html":{}}}],["authheader",{"_index":1014,"title":{},"body":{"injectables/AuthService.html":{}}}],["authmodule",{"_index":913,"title":{"modules/AuthModule.html":{}},"body":{"modules/AuthModule.html":{},"modules.html":{},"overview.html":{}}}],["author",{"_index":4166,"title":{},"body":{"license.html":{}}}],["authorization",{"_index":992,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorized",{"_index":1030,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorizes",{"_index":4264,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":4307,"title":{},"body":{"license.html":{}}}],["authors",{"_index":3723,"title":{},"body":{"license.html":{}}}],["authroutingmodule",{"_index":917,"title":{"modules/AuthRoutingModule.html":{}},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["authservice",{"_index":682,"title":{"injectables/AuthService.html":{}},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/SettingsComponent.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["automated",{"_index":3669,"title":{},"body":{"index.html":{}}}],["automatic",{"_index":4234,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":3627,"title":{},"body":{"index.html":{},"license.html":{}}}],["automerge",{"_index":999,"title":{},"body":{"injectables/AuthService.html":{}}}],["availability",{"_index":128,"title":{},"body":{"classes/AccountIndex.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["available",{"_index":146,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"license.html":{},"modules.html":{}}}],["avenue",{"_index":3588,"title":{},"body":{"miscellaneous/functions.html":{}}}],["avocado",{"_index":2143,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["avoid",{"_index":3809,"title":{},"body":{"license.html":{}}}],["await",{"_index":189,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["away",{"_index":3710,"title":{},"body":{"license.html":{}}}],["b",{"_index":3906,"title":{},"body":{"license.html":{}}}],["baby",{"_index":1922,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["babycare",{"_index":1921,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":1387,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["backend.ts",{"_index":1616,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["backend.ts:1097",{"_index":1620,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bag",{"_index":2337,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bajia",{"_index":2145,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["baker",{"_index":2020,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["balance",{"_index":14,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["bamburi",{"_index":1838,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["banana",{"_index":2150,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bananas",{"_index":2151,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangla",{"_index":1820,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangladesh",{"_index":1821,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bar",{"_index":522,"title":{},"body":{"modules/AccountsModule.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"miscellaneous/variables.html":{}}}],["barafu",{"_index":2295,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barakoa",{"_index":2302,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barber",{"_index":2023,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["base",{"_index":1598,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["based",{"_index":3847,"title":{},"body":{"license.html":{}}}],["basic",{"_index":3936,"title":{},"body":{"license.html":{}}}],["bead",{"_index":2338,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beadwork",{"_index":2021,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beans",{"_index":2147,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bearer",{"_index":993,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["beautician",{"_index":2134,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beauty",{"_index":2022,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beba",{"_index":2406,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bebabeba",{"_index":2407,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bed",{"_index":2342,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bedding",{"_index":2340,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["behalf",{"_index":3958,"title":{},"body":{"license.html":{}}}],["behave",{"_index":1260,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["behaviorsubject",{"_index":974,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["behaviorsubject(false",{"_index":3024,"title":{},"body":{"injectables/TokenService.html":{}}}],["behaviorsubject(this.transactions",{"_index":3222,"title":{},"body":{"injectables/TransactionService.html":{}}}],["being",{"_index":1298,"title":{},"body":{"classes/CustomValidator.html":{},"license.html":{}}}],["believe",{"_index":4300,"title":{},"body":{"license.html":{}}}],["below",{"_index":3965,"title":{},"body":{"license.html":{}}}],["belt",{"_index":2339,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["benefit",{"_index":4294,"title":{},"body":{"license.html":{}}}],["best",{"_index":4402,"title":{},"body":{"license.html":{}}}],["between",{"_index":3934,"title":{},"body":{"license.html":{}}}],["beyond",{"_index":4039,"title":{},"body":{"license.html":{}}}],["bezier(0.4",{"_index":633,"title":{},"body":{"components/AdminComponent.html":{}}}],["bhajia",{"_index":2144,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biashara",{"_index":2063,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bicycle",{"_index":2409,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bike",{"_index":2408,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["binding",{"_index":1277,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["bio",{"_index":3419,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["biogas",{"_index":2438,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biringanya",{"_index":2149,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biscuits",{"_index":2148,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bit",{"_index":1104,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bitwise",{"_index":1141,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["block",{"_index":868,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["blockchain",{"_index":177,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["blockfilterbinstr",{"_index":1163,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blockfilterbinstr.charcodeat(i",{"_index":1170,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocks",{"_index":2839,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["blocksync",{"_index":1082,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksync(address",{"_index":1089,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksyncservice",{"_index":1079,"title":{"injectables/BlockSyncService.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["blocktxfilterbinstr",{"_index":1171,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocktxfilterbinstr.charcodeat(i",{"_index":1176,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblockbytes",{"_index":1109,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblocktxbytes",{"_index":1111,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomrounds",{"_index":1112,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloxberg:8996",{"_index":40,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["bloxbergchainid",{"_index":4457,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2411,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bodaboda",{"_index":2412,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["body",{"_index":1369,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["body.approval",{"_index":2548,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bofu",{"_index":1675,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bombolulu",{"_index":1842,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bomet",{"_index":1884,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bone",{"_index":1165,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bone.map((e",{"_index":1167,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["book",{"_index":1904,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":253,"title":{},"body":{"components/AccountSearchComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LoggingService.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":467,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"overview.html":{}}}],["both",{"_index":3769,"title":{},"body":{"license.html":{}}}],["botique",{"_index":2344,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boutique",{"_index":2345,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":1361,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["bread",{"_index":2235,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":1401,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["brewer",{"_index":2141,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bricks",{"_index":2117,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4441,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":775,"title":{},"body":{"modules/AppModule.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"pipes/SafePipe.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"dependencies.html":{},"modules.html":{}}}],["browser/animations",{"_index":780,"title":{},"body":{"modules/AppModule.html":{}}}],["browseranimationsmodule",{"_index":779,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule",{"_index":773,"title":{},"body":{"modules/AppModule.html":{}}}],["btwo",{"_index":1173,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["btwo.map((e",{"_index":1175,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["buck",{"_index":3421,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["build",{"_index":3636,"title":{},"body":{"index.html":{}}}],["build:dev",{"_index":3640,"title":{},"body":{"index.html":{}}}],["build:prod",{"_index":3642,"title":{},"body":{"index.html":{}}}],["bungoma",{"_index":1886,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["buru",{"_index":1798,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busaa",{"_index":2222,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busia",{"_index":1865,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["business",{"_index":28,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["businesscategory",{"_index":1234,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["butcher",{"_index":2175,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["butchery",{"_index":2176,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["button",{"_index":657,"title":{},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{}}}],["c",{"_index":3692,"title":{},"body":{"license.html":{}}}],["cabbages",{"_index":2224,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cachedtx.tx.txhash",{"_index":3248,"title":{},"body":{"injectables/TransactionService.html":{}}}],["cachesize",{"_index":3205,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["cafe",{"_index":2354,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cake",{"_index":2162,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["call",{"_index":2505,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["called",{"_index":3845,"title":{},"body":{"license.html":{}}}],["calls",{"_index":3592,"title":{},"body":{"miscellaneous/functions.html":{}}}],["canactivate",{"_index":817,"title":{},"body":{"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["canactivate(route",{"_index":889,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["candebug",{"_index":1539,"title":{},"body":{"injectables/LoggingService.html":{}}}],["candy",{"_index":2350,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["capabilities",{"_index":888,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["capenter",{"_index":2029,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["car",{"_index":2027,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["card",{"_index":2639,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["care",{"_index":1923,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caretaker",{"_index":2026,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carpenter",{"_index":2039,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carrier",{"_index":2414,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carry",{"_index":4013,"title":{},"body":{"license.html":{}}}],["cart",{"_index":2413,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carwash",{"_index":2035,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1398,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cases",{"_index":4106,"title":{},"body":{"license.html":{}}}],["cashier",{"_index":1627,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cassava",{"_index":2161,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["casual",{"_index":2024,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["catch",{"_index":427,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["catch((e",{"_index":2717,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["catcherror",{"_index":707,"title":{},"body":{"components/AppComponent.html":{},"interceptors/ErrorInterceptor.html":{}}}],["catcherror((err",{"_index":1377,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["categories",{"_index":1212,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["categories.find((category",{"_index":2575,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["categories.map((category",{"_index":2571,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["category",{"_index":15,"title":{"interfaces/Category.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"coverage.html":{}}}],["category.name",{"_index":2572,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["category.products.includes(stringfromurl",{"_index":2576,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["categorylist",{"_index":2570,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["catering",{"_index":2032,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caught",{"_index":1371,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cause",{"_index":4042,"title":{},"body":{"license.html":{}}}],["cdr",{"_index":2605,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["cease",{"_index":4202,"title":{},"body":{"license.html":{}}}],["cement",{"_index":2343,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["centralized",{"_index":1425,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["cereal",{"_index":2156,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cereals",{"_index":2163,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["certain",{"_index":1618,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cessation",{"_index":4214,"title":{},"body":{"license.html":{}}}],["chai",{"_index":2159,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chakula",{"_index":2153,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["challenge",{"_index":1006,"title":{},"body":{"injectables/AuthService.html":{}}}],["chama",{"_index":2330,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["changamwe",{"_index":1832,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["change",{"_index":871,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["changed",{"_index":3773,"title":{},"body":{"license.html":{}}}],["changedetection",{"_index":214,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectionstrategy",{"_index":269,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":215,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectorref",{"_index":2603,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["changing",{"_index":3703,"title":{},"body":{"license.html":{}}}],["chapati",{"_index":2155,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chapo",{"_index":2158,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["characterized",{"_index":4129,"title":{},"body":{"license.html":{}}}],["charcoal",{"_index":2440,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charcol",{"_index":2439,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charge",{"_index":3729,"title":{},"body":{"license.html":{}}}],["charging",{"_index":2087,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["check",{"_index":3674,"title":{},"body":{"index.html":{}}}],["checks",{"_index":143,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["chef",{"_index":2031,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemicals",{"_index":2304,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemist",{"_index":2303,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chibuga",{"_index":1676,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chicken",{"_index":2167,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzivuni",{"_index":1688,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzuvini",{"_index":1687,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chief",{"_index":1973,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigale",{"_index":1682,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigato",{"_index":1681,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigojoni",{"_index":1679,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikole",{"_index":1683,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomani",{"_index":1677,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomeni",{"_index":1686,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikuyu",{"_index":1689,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["children",{"_index":1943,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilongoni",{"_index":1678,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilumani",{"_index":1684,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chinguluni",{"_index":1680,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chipo",{"_index":2157,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chips",{"_index":2160,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizingo",{"_index":1690,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizini",{"_index":1685,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choma",{"_index":2218,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choo",{"_index":1987,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":4351,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":4355,"title":{},"body":{"license.html":{}}}],["christine",{"_index":1635,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["chumvi",{"_index":2223,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["church",{"_index":1967,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chv",{"_index":2305,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cic",{"_index":998,"title":{},"body":{"injectables/AuthService.html":{},"classes/Settings.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["cic_convert",{"_index":1136,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["cic_transfer",{"_index":1134,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["cicada",{"_index":704,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"index.html":{}}}],["ciccacheurl",{"_index":4468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicconvert(event",{"_index":758,"title":{},"body":{"components/AppComponent.html":{}}}],["cicmetaurl",{"_index":4463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicnet/cic",{"_index":1117,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"dependencies.html":{}}}],["cicnet/schemas",{"_index":3535,"title":{},"body":{"dependencies.html":{}}}],["cicregistry",{"_index":2782,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["cictransfer(event",{"_index":754,"title":{},"body":{"components/AppComponent.html":{}}}],["cicussdurl",{"_index":4473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["circumstances",{"_index":3963,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":3971,"title":{},"body":{"license.html":{}}}],["civil",{"_index":4395,"title":{},"body":{"license.html":{}}}],["claim",{"_index":4256,"title":{},"body":{"license.html":{}}}],["claims",{"_index":4266,"title":{},"body":{"license.html":{}}}],["class",{"_index":87,"title":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"license.html":{}}}],["classes",{"_index":89,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"overview.html":{}}}],["cleaner",{"_index":2000,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cleaning",{"_index":1993,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clear",{"_index":4074,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":3766,"title":{},"body":{"license.html":{}}}],["cles",{"_index":3432,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["cli",{"_index":3611,"title":{},"body":{"index.html":{}}}],["click",{"_index":1591,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["client",{"_index":1118,"title":{},"body":{"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["clinic",{"_index":2317,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clinical",{"_index":2318,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clipboard",{"_index":3570,"title":{},"body":{"miscellaneous/functions.html":{}}}],["close",{"_index":2945,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["closely",{"_index":4391,"title":{},"body":{"license.html":{}}}],["closewindow",{"_index":2947,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["cloth",{"_index":2351,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["club",{"_index":2399,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clues",{"_index":1391,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cluster_accountsmodule",{"_index":469,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_declarations",{"_index":471,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_imports",{"_index":470,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_adminmodule",{"_index":661,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_declarations",{"_index":663,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_imports",{"_index":662,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_appmodule",{"_index":762,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":764,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":766,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":765,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":763,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_authmodule",{"_index":914,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_declarations",{"_index":916,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_imports",{"_index":915,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_pagesmodule",{"_index":2736,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_declarations",{"_index":2738,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_imports",{"_index":2737,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_settingsmodule",{"_index":2885,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_declarations",{"_index":2886,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_imports",{"_index":2887,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_sharedmodule",{"_index":2898,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_declarations",{"_index":2900,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_exports",{"_index":2899,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_tokensmodule",{"_index":3093,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_declarations",{"_index":3095,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_imports",{"_index":3094,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule",{"_index":3390,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_declarations",{"_index":3393,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_exports",{"_index":3392,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_imports",{"_index":3391,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["coach",{"_index":1905,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobbler",{"_index":2034,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobler",{"_index":2033,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["coconut",{"_index":2154,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["code",{"_index":1389,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"index.html":{},"license.html":{}}}],["codebase",{"_index":3679,"title":{},"body":{"index.html":{}}}],["coffee",{"_index":2166,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["collapsed",{"_index":630,"title":{},"body":{"components/AdminComponent.html":{}}}],["collect",{"_index":4333,"title":{},"body":{"license.html":{}}}],["collection",{"_index":2002,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["college",{"_index":1915,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["columnstodisplay",{"_index":3071,"title":{},"body":{"components/TokensComponent.html":{}}}],["combination",{"_index":4340,"title":{},"body":{"license.html":{}}}],["combine",{"_index":4337,"title":{},"body":{"license.html":{}}}],["combined",{"_index":4033,"title":{},"body":{"license.html":{}}}],["comes",{"_index":4019,"title":{},"body":{"license.html":{}}}],["command",{"_index":3684,"title":{},"body":{"index.html":{}}}],["commands",{"_index":3885,"title":{},"body":{"license.html":{}}}],["commas",{"_index":3587,"title":{},"body":{"miscellaneous/functions.html":{}}}],["comment",{"_index":2930,"title":{},"body":{"interfaces/Staff.html":{}}}],["commercial",{"_index":4115,"title":{},"body":{"license.html":{}}}],["commitment",{"_index":4282,"title":{},"body":{"license.html":{}}}],["common",{"_index":4109,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":480,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["communication",{"_index":3932,"title":{},"body":{"license.html":{}}}],["community",{"_index":2316,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["compilation",{"_index":4029,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":4038,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":4317,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":3915,"title":{},"body":{"license.html":{}}}],["complete",{"_index":1641,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["compliance",{"_index":4239,"title":{},"body":{"license.html":{}}}],["comply",{"_index":3956,"title":{},"body":{"license.html":{}}}],["component",{"_index":201,"title":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsRoutingModule.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["component_template",{"_index":318,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["components",{"_index":203,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"overview.html":{}}}],["computer",{"_index":3860,"title":{},"body":{"license.html":{}}}],["computers",{"_index":3808,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":4339,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":4345,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":4312,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":3819,"title":{},"body":{"license.html":{}}}],["conductor",{"_index":2419,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["config",{"_index":1499,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts",{"_index":1495,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["config.interceptor.ts:10",{"_index":1498,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts:21",{"_index":1500,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["configurations",{"_index":1497,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"index.html":{}}}],["confirm",{"_index":1296,"title":{},"body":{"classes/CustomValidator.html":{}}}],["confirm('approve",{"_index":643,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('create",{"_index":1244,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["confirm('disapprove",{"_index":646,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('new",{"_index":734,"title":{},"body":{"components/AppComponent.html":{}}}],["confirm('set",{"_index":2635,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["confirmpassword",{"_index":1308,"title":{},"body":{"classes/CustomValidator.html":{}}}],["congo",{"_index":1768,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["connected",{"_index":2845,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["connection",{"_index":115,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["consequence",{"_index":4227,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":4375,"title":{},"body":{"license.html":{}}}],["conservation",{"_index":1985,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consider",{"_index":4433,"title":{},"body":{"license.html":{}}}],["considered",{"_index":4186,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":4273,"title":{},"body":{"license.html":{}}}],["console.log('here",{"_index":3450,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["console.log(arraysum([1",{"_index":3567,"title":{},"body":{"miscellaneous/functions.html":{}}}],["console.log(await",{"_index":134,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["console.log(copytoclipboard('hello",{"_index":3573,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conspicuously",{"_index":4000,"title":{},"body":{"license.html":{}}}],["const",{"_index":74,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"modules/TokensRoutingModule.html":{},"injectables/TransactionService.html":{},"modules/TransactionsRoutingModule.html":{}}}],["constantly",{"_index":3803,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":3946,"title":{},"body":{"license.html":{}}}],["construction",{"_index":2030,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["constructor",{"_index":110,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"injectables/Web3Service.html":{}}}],["constructor(@inject(mat_dialog_data",{"_index":1327,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(authservice",{"_index":681,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{}}}],["constructor(blocksyncservice",{"_index":3350,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["constructor(cdr",{"_index":2602,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["constructor(contractaddress",{"_index":111,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["constructor(data",{"_index":1320,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(dialog",{"_index":1334,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(elementref",{"_index":1586,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["constructor(errordialogservice",{"_index":1358,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["constructor(formbuilder",{"_index":241,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["constructor(httpclient",{"_index":945,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["constructor(initialparams",{"_index":563,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["constructor(keystore",{"_index":2664,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["constructor(logger",{"_index":1548,"title":{},"body":{"injectables/LoggingService.html":{}}}],["constructor(loggingservice",{"_index":1433,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"interceptors/LoggingInterceptor.html":{}}}],["constructor(message",{"_index":1463,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["constructor(private",{"_index":636,"title":{},"body":{"components/AdminComponent.html":{},"guards/AuthGuard.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"injectables/TokenService.html":{}}}],["constructor(public",{"_index":1343,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(router",{"_index":880,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"components/TransactionDetailsComponent.html":{}}}],["constructor(scanfilter",{"_index":2836,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["constructor(tokenservice",{"_index":3073,"title":{},"body":{"components/TokensComponent.html":{}}}],["constructor(transactionservice",{"_index":1087,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["constructor(userservice",{"_index":385,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{}}}],["construed",{"_index":4321,"title":{},"body":{"license.html":{}}}],["consult",{"_index":1914,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consultant",{"_index":1913,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consumer",{"_index":4094,"title":{},"body":{"license.html":{}}}],["contact",{"_index":4416,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1390,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["contained",{"_index":3660,"title":{},"body":{"index.html":{}}}],["containing",{"_index":4169,"title":{},"body":{"license.html":{}}}],["contains",{"_index":895,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"index.html":{},"license.html":{}}}],["content",{"_index":740,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["content?.classlist.add('active",{"_index":750,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.contains('active",{"_index":749,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.remove('active",{"_index":752,"title":{},"body":{"components/AppComponent.html":{}}}],["content?.classlist.toggle('active",{"_index":1612,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["contents",{"_index":4277,"title":{},"body":{"license.html":{}}}],["context",{"_index":3909,"title":{},"body":{"license.html":{}}}],["continue",{"_index":4135,"title":{},"body":{"license.html":{}}}],["continued",{"_index":4122,"title":{},"body":{"license.html":{}}}],["contract",{"_index":80,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["contract's",{"_index":119,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["contractaddress",{"_index":101,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["contractual",{"_index":4183,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":4327,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":3712,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":4263,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":4265,"title":{},"body":{"license.html":{}}}],["control",{"_index":1273,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["control.dirty",{"_index":1282,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.get('confirmpassword').seterrors",{"_index":1310,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('confirmpassword').value",{"_index":1309,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('password').value",{"_index":1307,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.invalid",{"_index":1281,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.touched",{"_index":1283,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.value",{"_index":1312,"title":{},"body":{"classes/CustomValidator.html":{}}}],["controlled",{"_index":4268,"title":{},"body":{"license.html":{}}}],["controls",{"_index":1259,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["convenient",{"_index":3878,"title":{},"body":{"license.html":{}}}],["conversion",{"_index":759,"title":{"interfaces/Conversion.html":{}},"body":{"components/AppComponent.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["conversion.fromvalue",{"_index":3263,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.recipient",{"_index":3269,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.sender",{"_index":3268,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tovalue",{"_index":3265,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tx.txhash",{"_index":3261,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.type",{"_index":3262,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversions",{"_index":2497,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["convert",{"_index":2935,"title":{},"body":{"interfaces/Token.html":{}}}],["converted",{"_index":3583,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converting",{"_index":3585,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converts",{"_index":3598,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converttoparammap",{"_index":575,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["convey",{"_index":3867,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":4305,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":4130,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":3873,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":4182,"title":{},"body":{"license.html":{}}}],["cook",{"_index":2164,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["copied",{"_index":3162,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["copies",{"_index":3569,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy",{"_index":3574,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy.ts",{"_index":3479,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["copyaddress",{"_index":3119,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copyaddress(address",{"_index":3129,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copying",{"_index":3820,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1417,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["copyright",{"_index":3691,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":3830,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":3960,"title":{},"body":{"license.html":{}}}],["copytoclipboard",{"_index":3139,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["copytoclipboard(address",{"_index":3160,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copytoclipboard(text",{"_index":3568,"title":{},"body":{"miscellaneous/functions.html":{}}}],["corn",{"_index":2165,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["correction",{"_index":4370,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":3918,"title":{},"body":{"license.html":{}}}],["cosmetics",{"_index":2324,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cost",{"_index":4062,"title":{},"body":{"license.html":{}}}],["counsellor",{"_index":1947,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["count",{"_index":194,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/TokenService.html":{}}}],["counterclaim",{"_index":4257,"title":{},"body":{"license.html":{}}}],["counties",{"_index":1880,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["countries",{"_index":3864,"title":{},"body":{"license.html":{}}}],["country",{"_index":1975,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["countrycode",{"_index":2632,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["county",{"_index":1976,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["course",{"_index":4428,"title":{},"body":{"license.html":{}}}],["court",{"_index":4326,"title":{},"body":{"license.html":{}}}],["courts",{"_index":4390,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":4285,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":3467,"title":{"coverage.html":{}},"body":{"coverage.html":{},"license.html":{}}}],["covered",{"_index":3848,"title":{},"body":{"license.html":{}}}],["create",{"_index":114,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Staff.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["createaccountcomponent",{"_index":330,"title":{"components/CreateAccountComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["created",{"_index":403,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{}}}],["createform",{"_index":1213,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["createformstub",{"_index":1215,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["credentials",{"_index":2872,"title":{},"body":{"components/SettingsComponent.html":{}}}],["credit",{"_index":2334,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["crisps",{"_index":2152,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["criterion",{"_index":3888,"title":{},"body":{"license.html":{}}}],["cross",{"_index":1928,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["csv",{"_index":3579,"title":{},"body":{"miscellaneous/functions.html":{}}}],["csv.ts",{"_index":3482,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["cubic",{"_index":632,"title":{},"body":{"components/AdminComponent.html":{}}}],["curated",{"_index":1626,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cure",{"_index":4217,"title":{},"body":{"license.html":{}}}],["currency",{"_index":2960,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["currentuser",{"_index":2797,"title":{},"body":{"guards/RoleGuard.html":{}}}],["currentyear",{"_index":1413,"title":{},"body":{"components/FooterComponent.html":{}}}],["custom",{"_index":1255,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"index.html":{}}}],["customarily",{"_index":4053,"title":{},"body":{"license.html":{}}}],["customer",{"_index":4058,"title":{},"body":{"license.html":{}}}],["customerrorstatematcher",{"_index":256,"title":{"classes/CustomErrorStateMatcher.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{},"coverage.html":{}}}],["customevent",{"_index":690,"title":{},"body":{"components/AppComponent.html":{}}}],["customevent(eventtype",{"_index":1155,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customvalidator",{"_index":1284,"title":{"classes/CustomValidator.html":{}},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["cyber",{"_index":1936,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["d",{"_index":4027,"title":{},"body":{"license.html":{}}}],["dagaa",{"_index":2168,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoreti",{"_index":1772,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoretti",{"_index":1814,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["daktari",{"_index":2307,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4373,"title":{},"body":{"license.html":{}}}],["dandora",{"_index":1773,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["danger",{"_index":3811,"title":{},"body":{"license.html":{}}}],["danish",{"_index":1954,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dashboard",{"_index":2921,"title":{},"body":{"components/SidebarComponent.html":{}}}],["data",{"_index":9,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Conversion.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["data.message",{"_index":1328,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["data?.status",{"_index":1329,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["datafile",{"_index":4482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["datasource",{"_index":374,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["datasource.filter",{"_index":3377,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["date",{"_index":2850,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["date().getfullyear",{"_index":1416,"title":{},"body":{"components/FooterComponent.html":{}}}],["date(timestamp",{"_index":3404,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["date.now",{"_index":76,"title":{},"body":{"interfaces/AccountDetails.html":{},"interceptors/LoggingInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["date.pipe",{"_index":2915,"title":{},"body":{"modules/SharedModule.html":{}}}],["date.pipe.ts",{"_index":3401,"title":{},"body":{"pipes/UnixDatePipe.html":{},"coverage.html":{}}}],["date.pipe.ts:7",{"_index":3403,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["date_registered",{"_index":16,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["dateregistered",{"_index":3451,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["dawa",{"_index":2308,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["day",{"_index":30,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["daycare",{"_index":1920,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["days",{"_index":4213,"title":{},"body":{"license.html":{}}}],["debug",{"_index":1569,"title":{},"body":{"injectables/LoggingService.html":{}}}],["december",{"_index":3984,"title":{},"body":{"license.html":{}}}],["decide",{"_index":4353,"title":{},"body":{"license.html":{}}}],["decimals",{"_index":2471,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["declarations",{"_index":466,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["declining",{"_index":4175,"title":{},"body":{"license.html":{}}}],["decorators",{"_index":409,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/ErrorDialogComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["deemed",{"_index":3973,"title":{},"body":{"license.html":{}}}],["default",{"_index":73,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["defaultaccount",{"_index":75,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultpagesize",{"_index":375,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["defaults",{"_index":3586,"title":{},"body":{"miscellaneous/functions.html":{}}}],["defective",{"_index":4366,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":4324,"title":{},"body":{"license.html":{}}}],["defined",{"_index":112,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["defines",{"_index":1257,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["defining",{"_index":4483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["definition",{"_index":3925,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":3824,"title":{},"body":{"license.html":{}}}],["delay",{"_index":1622,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delayed",{"_index":2502,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delimiter",{"_index":3578,"title":{},"body":{"miscellaneous/functions.html":{}}}],["dematerialize",{"_index":1623,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["demo",{"_index":1939,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["denied",{"_index":4137,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":4283,"title":{},"body":{"license.html":{}}}],["denomination",{"_index":2937,"title":{},"body":{"interfaces/Token.html":{}}}],["denote",{"_index":1458,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["deny",{"_index":3778,"title":{},"body":{"license.html":{}}}],["denying",{"_index":3741,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":465,"title":{"dependencies.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":151,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["deployed",{"_index":116,"title":{},"body":{"classes/AccountIndex.html":{},"interfaces/Conversion.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["deprive",{"_index":4292,"title":{},"body":{"license.html":{}}}],["dera",{"_index":2367,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dereva",{"_index":2418,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["description",{"_index":7,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{}}}],["design",{"_index":2038,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["designated",{"_index":4070,"title":{},"body":{"license.html":{}}}],["designed",{"_index":3708,"title":{},"body":{"license.html":{}}}],["destination",{"_index":3187,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["destinationtoken",{"_index":1182,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["detached",{"_index":2708,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["detail",{"_index":1156,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["details",{"_index":65,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AdminComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["details'},{'name",{"_index":320,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["details.component",{"_index":488,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{}}}],["details.component.html",{"_index":2944,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.scss",{"_index":2943,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts",{"_index":2942,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["details.component.ts:18",{"_index":2949,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:20",{"_index":2948,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:22",{"_index":3127,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:24",{"_index":2952,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:26",{"_index":2951,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:27",{"_index":3136,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:28",{"_index":3138,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:29",{"_index":3137,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:30",{"_index":3126,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:39",{"_index":3131,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:59",{"_index":3134,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:63",{"_index":3133,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:67",{"_index":3135,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:71",{"_index":3132,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:80",{"_index":3130,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:86",{"_index":3128,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.the",{"_index":4425,"title":{},"body":{"license.html":{}}}],["details/account",{"_index":487,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["details/token",{"_index":2941,"title":{},"body":{"components/TokenDetailsComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"coverage.html":{}}}],["details/transaction",{"_index":3113,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{}}}],["detergent",{"_index":2365,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["detergents",{"_index":2366,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["determining",{"_index":4104,"title":{},"body":{"license.html":{}}}],["dev",{"_index":3622,"title":{},"body":{"index.html":{}}}],["develop",{"_index":4399,"title":{},"body":{"license.html":{}}}],["developers",{"_index":3756,"title":{},"body":{"license.html":{}}}],["development",{"_index":3617,"title":{},"body":{"index.html":{},"license.html":{}}}],["devices",{"_index":3777,"title":{},"body":{"license.html":{}}}],["dgst",{"_index":2656,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["dhobi",{"_index":2036,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dialog",{"_index":1317,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["dialog'},{'name",{"_index":334,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["dialog.component",{"_index":1342,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["dialog.component.html",{"_index":1319,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.scss",{"_index":1318,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts",{"_index":1316,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["dialog.component.ts:10",{"_index":1321,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts:11",{"_index":1323,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.service",{"_index":845,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["dialog.service.ts",{"_index":1331,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["dialog.service.ts:11",{"_index":1339,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:13",{"_index":1338,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:9",{"_index":1336,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog/error",{"_index":1315,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["dialogref",{"_index":1345,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":1348,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["diani",{"_index":1836,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dictates",{"_index":877,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["diesel",{"_index":2462,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["differ",{"_index":4344,"title":{},"body":{"license.html":{}}}],["different",{"_index":1438,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["differently",{"_index":4162,"title":{},"body":{"license.html":{}}}],["digest",{"_index":61,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["direction",{"_index":3959,"title":{},"body":{"license.html":{}}}],["directions",{"_index":4075,"title":{},"body":{"license.html":{}}}],["directive",{"_index":316,"title":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["directives",{"_index":359,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"overview.html":{}}}],["directive|pipe|service|class|guard|interface|enum|module",{"_index":3632,"title":{},"body":{"index.html":{}}}],["directly",{"_index":3853,"title":{},"body":{"license.html":{}}}],["directory",{"_index":1249,"title":{},"body":{"components/CreateAccountComponent.html":{},"index.html":{}}}],["directoryentry",{"_index":1232,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["disableconsolelogging",{"_index":801,"title":{},"body":{"modules/AppModule.html":{}}}],["disapprove",{"_index":654,"title":{},"body":{"components/AdminComponent.html":{}}}],["disapproveaction",{"_index":590,"title":{},"body":{"components/AdminComponent.html":{}}}],["disapproveaction(action",{"_index":597,"title":{},"body":{"components/AdminComponent.html":{}}}],["disburse",{"_index":1633,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["disbursement",{"_index":2630,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["disbursements",{"_index":2498,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["disclaim",{"_index":3995,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":4356,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":4159,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":4309,"title":{},"body":{"license.html":{}}}],["dispatcher",{"_index":1370,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["dispensary",{"_index":2301,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["display",{"_index":4028,"title":{},"body":{"license.html":{}}}],["displayed",{"_index":4168,"title":{},"body":{"license.html":{}}}],["displayedcolumns",{"_index":376,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{}}}],["displaying",{"_index":1262,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{}}}],["displays",{"_index":3875,"title":{},"body":{"license.html":{}}}],["dist",{"_index":3639,"title":{},"body":{"index.html":{}}}],["distinguishing",{"_index":4346,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":3700,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":4412,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":4313,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":3821,"title":{},"body":{"license.html":{}}}],["divone",{"_index":861,"title":{},"body":{"components/AuthComponent.html":{}}}],["divtwo",{"_index":863,"title":{},"body":{"components/AuthComponent.html":{}}}],["doctor",{"_index":2306,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["document",{"_index":3702,"title":{},"body":{"license.html":{}}}],["document.getelementbyid('content",{"_index":741,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('one",{"_index":862,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('one').style.display",{"_index":1036,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('sidebar",{"_index":739,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('sidebarcollapse",{"_index":743,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('state').innerhtml",{"_index":990,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('two",{"_index":864,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('two').style.display",{"_index":1037,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid(this.iconid",{"_index":2766,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["document.getelementbyid(this.id",{"_index":2765,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["documentation",{"_index":3468,"title":{},"body":{"coverage.html":{}}}],["documented",{"_index":4145,"title":{},"body":{"license.html":{}}}],["doe",{"_index":3413,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["doesn\\'t",{"_index":1049,"title":{},"body":{"injectables/AuthService.html":{}}}],["dofilter",{"_index":380,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dofilter(value",{"_index":388,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dom",{"_index":206,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["domains",{"_index":3796,"title":{},"body":{"license.html":{}}}],["domsanitizer",{"_index":2829,"title":{},"body":{"pipes/SafePipe.html":{}}}],["donald",{"_index":3427,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["donholm",{"_index":1771,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donhom",{"_index":1775,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donor",{"_index":1970,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donut",{"_index":2169,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["doti",{"_index":1691,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["double",{"_index":553,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["doubtful",{"_index":4105,"title":{},"body":{"license.html":{}}}],["dough",{"_index":2170,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["download",{"_index":3581,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downloadcsv",{"_index":381,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["downloaded",{"_index":3584,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downstream",{"_index":4236,"title":{},"body":{"license.html":{}}}],["driver",{"_index":2417,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["duka",{"_index":2357,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["durable",{"_index":4052,"title":{},"body":{"license.html":{}}}],["duration",{"_index":3163,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["during",{"_index":68,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["dwelling",{"_index":4103,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":3533,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3927,"title":{},"body":{"license.html":{}}}],["dzivani",{"_index":1693,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzovuni",{"_index":1694,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzugwe",{"_index":1692,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["e",{"_index":697,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["e.matches",{"_index":746,"title":{},"body":{"components/AppComponent.html":{}}}],["e2e",{"_index":3655,"title":{},"body":{"index.html":{}}}],["each",{"_index":3833,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":3846,"title":{},"body":{"license.html":{}}}],["east",{"_index":1808,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["economics",{"_index":1419,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["education",{"_index":1903,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["educator",{"_index":1945,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["effect",{"_index":4388,"title":{},"body":{"license.html":{}}}],["effected",{"_index":3993,"title":{},"body":{"license.html":{}}}],["effective",{"_index":3974,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":3813,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":4250,"title":{},"body":{"license.html":{}}}],["egg",{"_index":2260,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eimu",{"_index":1925,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["elapsedtime",{"_index":1533,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["elder",{"_index":1972,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eldoret",{"_index":1887,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrian",{"_index":2025,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electricals",{"_index":2352,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrician",{"_index":2115,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electronic",{"_index":4417,"title":{},"body":{"license.html":{}}}],["electronics",{"_index":2112,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["element",{"_index":315,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["element.style.display",{"_index":869,"title":{},"body":{"components/AuthComponent.html":{}}}],["elementref",{"_index":1587,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["elim",{"_index":1924,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["email",{"_index":47,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"miscellaneous/variables.html":{}}}],["embakasi",{"_index":1806,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embakassi",{"_index":1805,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embodied",{"_index":4047,"title":{},"body":{"license.html":{}}}],["emergency",{"_index":2328,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["employer",{"_index":4430,"title":{},"body":{"license.html":{}}}],["enable",{"_index":3908,"title":{},"body":{"license.html":{}}}],["enabled",{"_index":804,"title":{},"body":{"modules/AppModule.html":{}}}],["enables",{"_index":3869,"title":{},"body":{"license.html":{}}}],["encryption",{"_index":62,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["end",{"_index":3654,"title":{},"body":{"index.html":{},"license.html":{}}}],["endpoint",{"_index":722,"title":{},"body":{"components/AppComponent.html":{}}}],["enforce",{"_index":4284,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":3997,"title":{},"body":{"license.html":{}}}],["engine",{"_index":63,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/W3.html":{}}}],["engineer",{"_index":2072,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["enroller",{"_index":1632,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["ensure",{"_index":2506,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["enter",{"_index":872,"title":{},"body":{"components/AuthComponent.html":{}}}],["entered",{"_index":4318,"title":{},"body":{"license.html":{}}}],["entire",{"_index":4017,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":4335,"title":{},"body":{"license.html":{}}}],["entity",{"_index":4240,"title":{},"body":{"license.html":{}}}],["entry",{"_index":1250,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/TokenRegistry.html":{}}}],["entry(2",{"_index":2994,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["entry(serial",{"_index":2990,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["env",{"_index":1540,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{}}}],["env.example",{"_index":3662,"title":{},"body":{"index.html":{}}}],["env.ts",{"_index":3663,"title":{},"body":{"index.html":{}}}],["envelope",{"_index":3229,"title":{},"body":{"injectables/TransactionService.html":{}}}],["envelope.fromjson(json.stringify(account)).unwrap().m.data",{"_index":3280,"title":{},"body":{"injectables/TransactionService.html":{}}}],["environment",{"_index":170,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["environment.cicmetaurl",{"_index":1024,"title":{},"body":{"injectables/AuthService.html":{}}}],["environment.dev.ts",{"_index":3666,"title":{},"body":{"index.html":{}}}],["environment.loggingurl}/api/logs",{"_index":800,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.loglevel",{"_index":796,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.prod.ts",{"_index":3667,"title":{},"body":{"index.html":{}}}],["environment.production",{"_index":805,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.registryaddress",{"_index":2784,"title":{},"body":{"injectables/RegistryService.html":{}}}],["environment.serverloglevel",{"_index":798,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.web3provider",{"_index":1126,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["equivalent",{"_index":3949,"title":{},"body":{"license.html":{}}}],["err",{"_index":1053,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["err.error",{"_index":1379,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.error.message",{"_index":1386,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.message",{"_index":1056,"title":{},"body":{"injectables/AuthService.html":{}}}],["err.status",{"_index":1394,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.statustext",{"_index":1057,"title":{},"body":{"injectables/AuthService.html":{}}}],["erroneously",{"_index":3776,"title":{},"body":{"license.html":{}}}],["error",{"_index":333,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["error's",{"_index":1461,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error('the",{"_index":1043,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(message",{"_index":1472,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["error.message",{"_index":1469,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.stack",{"_index":1474,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.status",{"_index":1471,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.statustext",{"_index":1493,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.tostring",{"_index":1470,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errordialogcomponent",{"_index":332,"title":{"components/ErrorDialogComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["errordialogservice",{"_index":684,"title":{"injectables/ErrorDialogService.html":{}},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["errorevent",{"_index":1381,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errorhandler",{"_index":776,"title":{},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorinterceptor",{"_index":768,"title":{"interceptors/ErrorInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["errormessage",{"_index":1378,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errors",{"_index":1295,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorstatematcher",{"_index":1264,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["errortracestring",{"_index":1447,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes('/src/app",{"_index":1478,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes(whitelistsentence",{"_index":1480,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["essential",{"_index":3910,"title":{},"body":{"license.html":{}}}],["establish",{"_index":176,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["eth",{"_index":2644,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ethereum",{"_index":3453,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["ethers",{"_index":3234,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["ethiopia",{"_index":2645,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["even",{"_index":2507,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["event",{"_index":688,"title":{},"body":{"components/AppComponent.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["event.detail.tx",{"_index":755,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":2950,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["events",{"_index":1523,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["eventtype",{"_index":1100,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["everyone",{"_index":3698,"title":{},"body":{"license.html":{}}}],["evm",{"_index":39,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["exact",{"_index":3843,"title":{},"body":{"license.html":{}}}],["example",{"_index":100,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["except",{"_index":3858,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1426,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["exceptions",{"_index":4149,"title":{},"body":{"license.html":{}}}],["exchange",{"_index":3167,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["excluded",{"_index":4092,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":4322,"title":{},"body":{"license.html":{}}}],["exclusion",{"_index":4408,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":4274,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":3954,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":4328,"title":{},"body":{"license.html":{}}}],["executable",{"_index":3899,"title":{},"body":{"license.html":{}}}],["execute",{"_index":3652,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":3859,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":4251,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":3994,"title":{},"body":{"license.html":{}}}],["existing",{"_index":1278,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["expand",{"_index":608,"title":{},"body":{"components/AdminComponent.html":{}}}],["expandcollapse",{"_index":591,"title":{},"body":{"components/AdminComponent.html":{}}}],["expandcollapse(row",{"_index":601,"title":{},"body":{"components/AdminComponent.html":{}}}],["expected",{"_index":4113,"title":{},"body":{"license.html":{}}}],["expects",{"_index":4112,"title":{},"body":{"license.html":{}}}],["expert",{"_index":1940,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["explains",{"_index":3767,"title":{},"body":{"license.html":{}}}],["explicitly",{"_index":3943,"title":{},"body":{"license.html":{}}}],["export",{"_index":83,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{}}}],["exportcsv",{"_index":418,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["exportcsv(arraydata",{"_index":3576,"title":{},"body":{"miscellaneous/functions.html":{}}}],["exportcsv(this.accounts",{"_index":451,"title":{},"body":{"components/AccountsComponent.html":{}}}],["exportcsv(this.actions",{"_index":649,"title":{},"body":{"components/AdminComponent.html":{}}}],["exportcsv(this.tokens",{"_index":3091,"title":{},"body":{"components/TokensComponent.html":{}}}],["exportcsv(this.transactions",{"_index":3381,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["exportcsv(this.trustedusers",{"_index":2870,"title":{},"body":{"components/SettingsComponent.html":{}}}],["exports",{"_index":82,"title":{},"body":{"interfaces/AccountDetails.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"classes/Settings.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"interfaces/Transaction.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["express",{"_index":4280,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":4358,"title":{},"body":{"license.html":{}}}],["expression",{"_index":1304,"title":{},"body":{"classes/CustomValidator.html":{}}}],["expressly",{"_index":4197,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1597,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["extended",{"_index":4308,"title":{},"body":{"license.html":{}}}],["extends",{"_index":1428,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["extensions",{"_index":4032,"title":{},"body":{"license.html":{}}}],["extent",{"_index":3877,"title":{},"body":{"license.html":{}}}],["external",{"_index":3456,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["eye",{"_index":2772,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["f",{"_index":4180,"title":{},"body":{"license.html":{}}}],["facilitator",{"_index":1956,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["facilities",{"_index":3955,"title":{},"body":{"license.html":{}}}],["facing",{"_index":1407,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["fagio",{"_index":1989,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":1055,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interceptors/LoggingInterceptor.html":{}}}],["failedpinattempts",{"_index":3418,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["fails",{"_index":4210,"title":{},"body":{"license.html":{}}}],["failure",{"_index":4383,"title":{},"body":{"license.html":{}}}],["fair",{"_index":3948,"title":{},"body":{"license.html":{}}}],["faith",{"_index":1959,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":147,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["family",{"_index":4098,"title":{},"body":{"license.html":{}}}],["family/surname",{"_index":1248,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["farm",{"_index":2007,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farmer",{"_index":2008,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farming",{"_index":2006,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fashion",{"_index":3840,"title":{},"body":{"license.html":{}}}],["favor",{"_index":4107,"title":{},"body":{"license.html":{}}}],["feature",{"_index":3634,"title":{},"body":{"index.html":{},"license.html":{}}}],["fee",{"_index":3749,"title":{},"body":{"license.html":{}}}],["feels",{"_index":424,"title":{},"body":{"components/AccountsComponent.html":{}}}],["female",{"_index":2464,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["fetch",{"_index":172,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["fetch(environment.cicmetaurl",{"_index":1001,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetch(environment.cicmetaurl).then((response",{"_index":1011,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetch(environment.publickeysurl).then((res",{"_index":1071,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetched",{"_index":2986,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["fetcher",{"_index":1083,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetcher(settings",{"_index":1094,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetching",{"_index":3589,"title":{},"body":{"miscellaneous/functions.html":{}}}],["fia",{"_index":3437,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["field",{"_index":501,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"classes/CustomValidator.html":{},"modules/PagesModule.html":{},"directives/PasswordToggleDirective.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["file",{"_index":5,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["filegetter",{"_index":2776,"title":{},"body":{"injectables/RegistryService.html":{}}}],["filename",{"_index":3577,"title":{},"body":{"miscellaneous/functions.html":{}}}],["files",{"_index":3629,"title":{},"body":{"index.html":{},"license.html":{}}}],["filter",{"_index":454,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["filter_rounds",{"_index":1162,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filteraccounts",{"_index":382,"title":{},"body":{"components/AccountsComponent.html":{}}}],["filters",{"_index":1161,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filtertransactions",{"_index":3347,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["final",{"_index":1188,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["finalize",{"_index":1527,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["finally",{"_index":3259,"title":{},"body":{"injectables/TransactionService.html":{},"license.html":{}}}],["finance",{"_index":2335,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["find",{"_index":4077,"title":{},"body":{"license.html":{}}}],["fingerprint",{"_index":2660,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fire",{"_index":2449,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firewood",{"_index":2450,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firm",{"_index":2140,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["first",{"_index":419,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["fish",{"_index":2179,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fitness",{"_index":4361,"title":{},"body":{"license.html":{}}}],["fix",{"_index":2715,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fixed",{"_index":4051,"title":{},"body":{"license.html":{}}}],["flag",{"_index":2693,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["flow",{"_index":3933,"title":{},"body":{"license.html":{}}}],["flowers",{"_index":2392,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fn",{"_index":49,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["follow",{"_index":3823,"title":{},"body":{"license.html":{}}}],["following",{"_index":4278,"title":{},"body":{"license.html":{}}}],["foo",{"_index":2481,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["food",{"_index":2142,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["footballer",{"_index":2092,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["footer",{"_index":1410,"title":{},"body":{"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["footer'},{'name",{"_index":336,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["footer.component.html",{"_index":1412,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":1411,"title":{},"body":{"components/FooterComponent.html":{}}}],["footercomponent",{"_index":335,"title":{"components/FooterComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["footerstubcomponent",{"_index":337,"title":{"components/FooterStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["forbid",{"_index":3992,"title":{},"body":{"license.html":{}}}],["forbidden",{"_index":1403,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["force",{"_index":3951,"title":{},"body":{"license.html":{}}}],["form",{"_index":1258,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["form.submitted",{"_index":1280,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["format",{"_index":3580,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["format:lint",{"_index":3677,"title":{},"body":{"index.html":{}}}],["formatting",{"_index":3668,"title":{},"body":{"index.html":{}}}],["formbuilder",{"_index":242,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["formcontrol",{"_index":1267,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["formgroup",{"_index":251,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{}}}],["formgroupdirective",{"_index":1268,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["forms",{"_index":4043,"title":{},"body":{"license.html":{}}}],["forward",{"_index":2513,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["forwarded",{"_index":1501,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{}}}],["found",{"_index":304,"title":{},"body":{"components/AccountSearchComponent.html":{},"license.html":{}}}],["foundation",{"_index":3695,"title":{},"body":{"license.html":{}}}],["free",{"_index":3693,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":3711,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":3752,"title":{},"body":{"license.html":{}}}],["freelance",{"_index":2110,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fromhex",{"_index":3236,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(methodsignature",{"_index":3297,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(strip0x(transferauthaddress",{"_index":3308,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromvalue",{"_index":1183,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["fruit",{"_index":2177,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fruits",{"_index":2178,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fua",{"_index":2061,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuata",{"_index":1802,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel",{"_index":2443,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel/energy",{"_index":2435,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fulfilling",{"_index":3977,"title":{},"body":{"license.html":{}}}],["full",{"_index":530,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"license.html":{}}}],["function",{"_index":1490,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"coverage.html":{}}}],["functionality",{"_index":2653,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["functioning",{"_index":4123,"title":{},"body":{"license.html":{}}}],["functions",{"_index":2542,"title":{"miscellaneous/functions.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":3781,"title":{},"body":{"license.html":{}}}],["fundi",{"_index":2040,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["furniture",{"_index":2401,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["further",{"_index":3680,"title":{},"body":{"index.html":{},"license.html":{}}}],["future",{"_index":3800,"title":{},"body":{"license.html":{}}}],["g",{"_index":3615,"title":{},"body":{"index.html":{}}}],["g.e",{"_index":1857,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gandini",{"_index":1709,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garage",{"_index":2078,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garbage",{"_index":1988,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gardener",{"_index":1994,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gari",{"_index":2432,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gas",{"_index":2454,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gatina",{"_index":1783,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gb",{"_index":3406,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["ge",{"_index":1858,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gender",{"_index":17,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["genders",{"_index":1214,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["general",{"_index":1486,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["generalized",{"_index":1460,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["generally",{"_index":3923,"title":{},"body":{"license.html":{}}}],["generate",{"_index":3631,"title":{},"body":{"index.html":{},"license.html":{}}}],["generated",{"_index":1202,"title":{},"body":{"interfaces/Conversion.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"index.html":{}}}],["ger",{"_index":2646,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["germany",{"_index":2647,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["get(`${environment.cicmetaurl}/areatypes/${area.tolowercase",{"_index":1521,"title":{},"body":{"injectables/LocationService.html":{}}}],["getaccountdetailsfrommeta(await",{"_index":3251,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo",{"_index":3196,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo(account",{"_index":3207,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccounttypes",{"_index":439,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getactionbyid",{"_index":2522,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{}}}],["getactionbyid(id",{"_index":3443,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getactions",{"_index":2520,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getaddresssearchformstub",{"_index":267,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getaddresstransactions",{"_index":3197,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaddresstransactions(address",{"_index":1154,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["getalltransactions",{"_index":3198,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getalltransactions(offset",{"_index":1152,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getareanamebylocation",{"_index":1507,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareanamebylocation(location",{"_index":1511,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareanames",{"_index":1238,"title":{},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea",{"_index":1508,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea(area",{"_index":1514,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareatypes",{"_index":1509,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getbysymbol",{"_index":3065,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getbysymbol(symbol",{"_index":3066,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getcategories",{"_index":1235,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getcategorybyproduct",{"_index":2530,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getchallenge",{"_index":931,"title":{},"body":{"injectables/AuthService.html":{}}}],["getcreateformstub",{"_index":1226,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["getgenders",{"_index":1240,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getinstance",{"_index":3462,"title":{},"body":{"injectables/Web3Service.html":{}}}],["getkeyformstub",{"_index":842,"title":{},"body":{"components/AuthComponent.html":{}}}],["getnamesearchformstub",{"_index":263,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getorganizationformstub",{"_index":2627,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["getphonesearchformstub",{"_index":265,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getprivatekey",{"_index":932,"title":{},"body":{"injectables/AuthService.html":{}}}],["getprivatekeyinfo",{"_index":933,"title":{},"body":{"injectables/AuthService.html":{}}}],["getpublickeys",{"_index":934,"title":{},"body":{"injectables/AuthService.html":{}}}],["getregistry",{"_index":2777,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getsessiontoken",{"_index":935,"title":{},"body":{"injectables/AuthService.html":{}}}],["getter.ts",{"_index":3486,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getting",{"_index":3606,"title":{"index.html":{},"license.html":{}},"body":{}}],["gettokenbalance",{"_index":3007,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbalance(address",{"_index":3014,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbyaddress",{"_index":3008,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbyaddress(address",{"_index":3016,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbysymbol",{"_index":2535,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokenbysymbol(symbol",{"_index":3018,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenname",{"_index":3009,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokens",{"_index":2533,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokensymbol",{"_index":3010,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettransactiontypes",{"_index":2537,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{}}}],["gettrustedusers",{"_index":936,"title":{},"body":{"injectables/AuthService.html":{}}}],["getuser",{"_index":3409,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuser(userkey",{"_index":3445,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid",{"_index":3410,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid(id",{"_index":3448,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getwithtoken",{"_index":937,"title":{},"body":{"injectables/AuthService.html":{}}}],["giftable",{"_index":2465,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githeri",{"_index":2180,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githurai",{"_index":1809,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["give",{"_index":4010,"title":{},"body":{"license.html":{}}}],["given",{"_index":1245,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["givenname",{"_index":1230,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["gives",{"_index":4024,"title":{},"body":{"license.html":{}}}],["giving",{"_index":3761,"title":{},"body":{"license.html":{}}}],["global",{"_index":1435,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["globalerrorhandler",{"_index":769,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"overview.html":{}}}],["gnu",{"_index":3687,"title":{},"body":{"license.html":{}}}],["go",{"_index":3682,"title":{},"body":{"index.html":{}}}],["goats",{"_index":2185,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gona",{"_index":1707,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["good",{"_index":2264,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["governed",{"_index":4152,"title":{},"body":{"license.html":{}}}],["government",{"_index":1971,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gpl",{"_index":3757,"title":{},"body":{"license.html":{}}}],["grant",{"_index":4176,"title":{},"body":{"license.html":{}}}],["granted",{"_index":3938,"title":{},"body":{"license.html":{}}}],["grants",{"_index":4230,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4442,"title":{},"body":{"modules.html":{}}}],["grassroots",{"_index":1418,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["gratis",{"_index":3748,"title":{},"body":{"license.html":{}}}],["greatest",{"_index":4400,"title":{},"body":{"license.html":{}}}],["grocer",{"_index":2182,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groceries",{"_index":3425,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["grocery",{"_index":2181,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groundnuts",{"_index":2171,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["group",{"_index":1630,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["grz",{"_index":2467,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":3714,"title":{},"body":{"license.html":{}}}],["guard",{"_index":873,"title":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}},"body":{"guards/AuthGuard.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["guards",{"_index":874,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"overview.html":{}}}],["gui",{"_index":4429,"title":{},"body":{"license.html":{}}}],["guitarist",{"_index":2126,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guro",{"_index":1708,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hair",{"_index":2067,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["halt",{"_index":728,"title":{},"body":{"components/AppComponent.html":{}}}],["handle",{"_index":1384,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/PasswordToggleDirective.html":{}}}],["handled",{"_index":2540,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handleerror",{"_index":1430,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":1436,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["handlenetworkchange",{"_index":2601,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["handler",{"_index":425,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handler.ts",{"_index":1423,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["handler.ts:104",{"_index":1452,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:16",{"_index":1505,"title":{},"body":{"classes/HttpError.html":{}}}],["handler.ts:41",{"_index":1434,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:58",{"_index":1437,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:84",{"_index":1445,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleroute",{"_index":2517,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handlers",{"_index":2516,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handles",{"_index":1353,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handling",{"_index":1427,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hanje",{"_index":1695,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["happened",{"_index":1489,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hardware",{"_index":2364,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hash",{"_index":1201,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["hash.tostring('hex').substring(0",{"_index":3292,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction",{"_index":3287,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.digest",{"_index":3290,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.update('createrequest(address,address,address,uint256",{"_index":3289,"title":{},"body":{"injectables/TransactionService.html":{}}}],["haveaccount",{"_index":107,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount('0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":152,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount('0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":192,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount(address",{"_index":141,"title":{},"body":{"classes/AccountIndex.html":{}}}],["having",{"_index":3953,"title":{},"body":{"license.html":{}}}],["hawinga",{"_index":1871,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawker",{"_index":2042,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawking",{"_index":2041,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hazina",{"_index":1654,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headers",{"_index":991,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["headmaster",{"_index":1944,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headmistress",{"_index":1934,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headteacher",{"_index":1935,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["health",{"_index":2299,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["heath",{"_index":2315,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":622,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2046,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["helper",{"_index":2586,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["hera",{"_index":3431,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["herbalist",{"_index":2310,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hereafter",{"_index":4270,"title":{},"body":{"license.html":{}}}],["hi",{"_index":1108,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["hidden",{"_index":626,"title":{},"body":{"components/AdminComponent.html":{}}}],["hoba",{"_index":1010,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader",{"_index":978,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader(authheader",{"_index":1017,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaresponseencoded",{"_index":963,"title":{},"body":{"injectables/AuthService.html":{}}}],["holder",{"_index":4204,"title":{},"body":{"license.html":{}}}],["holders",{"_index":4158,"title":{},"body":{"license.html":{}}}],["holding",{"_index":2667,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["holel",{"_index":2173,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homabay",{"_index":1875,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homaboy",{"_index":1876,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["home",{"_index":309,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["hook",{"_index":1424,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hope",{"_index":4413,"title":{},"body":{"license.html":{}}}],["hospital",{"_index":2309,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hostlistener",{"_index":706,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('click",{"_index":2816,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('window:cic_convert",{"_index":757,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlistener('window:cic_transfer",{"_index":753,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlisteners",{"_index":678,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hosts",{"_index":4078,"title":{},"body":{"license.html":{}}}],["hotel",{"_index":2172,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hoteli",{"_index":2174,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["house",{"_index":2045,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["housegirl",{"_index":2047,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["househelp",{"_index":2043,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["household",{"_index":4099,"title":{},"body":{"license.html":{}}}],["hsehelp",{"_index":2044,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["html",{"_index":314,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["htmlelement",{"_index":738,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["http",{"_index":1355,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["http://localhost:4200",{"_index":3626,"title":{},"body":{"index.html":{}}}],["http://localhost:8000",{"_index":4479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["http_interceptors",{"_index":781,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["httpclient",{"_index":946,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["httpclientmodule",{"_index":782,"title":{},"body":{"modules/AppModule.html":{}}}],["httpconfiginterceptor",{"_index":770,"title":{"interceptors/HttpConfigInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["httperror",{"_index":859,"title":{"classes/HttpError.html":{}},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["httperror('unknown",{"_index":1031,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperror('you",{"_index":1029,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperror.message",{"_index":860,"title":{},"body":{"components/AuthComponent.html":{}}}],["httperrorresponse",{"_index":1372,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httperrorresponse).status",{"_index":1483,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httpevent",{"_index":1373,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpgetter",{"_index":2780,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httphandler",{"_index":1365,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpinterceptor",{"_index":1374,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httprequest",{"_index":1364,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpresponse",{"_index":1526,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["https://blockexplorer.bloxberg.org/address",{"_index":3142,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["https://cache.dev.grassrootseconomics.net",{"_index":4469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://dashboard.sarafu.network",{"_index":2732,"title":{},"body":{"components/PagesComponent.html":{}}}],["https://dev.grassrootseconomics.net/.well",{"_index":4466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://fsf.org",{"_index":3697,"title":{},"body":{"license.html":{}}}],["https://meta.dev.grassrootseconomics.net",{"_index":4464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://user.dev.grassrootseconomics.net",{"_index":4474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://www.gnu.org/licenses",{"_index":4415,"title":{},"body":{"license.html":{}}}],["https://www.gnu.org/licenses/why",{"_index":4438,"title":{},"body":{"license.html":{}}}],["huruma",{"_index":1776,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hustler",{"_index":2062,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hypothetical",{"_index":4426,"title":{},"body":{"license.html":{}}}],["icon",{"_index":2760,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.add('fa",{"_index":2773,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.remove('fa",{"_index":2771,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["iconid",{"_index":2758,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["id",{"_index":67,"title":{},"body":{"interfaces/AccountDetails.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"modules/TokensRoutingModule.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["identifiable",{"_index":4298,"title":{},"body":{"license.html":{}}}],["identifier",{"_index":2985,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{}}}],["identifiers",{"_index":33,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["identifying",{"_index":37,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["identities",{"_index":18,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["idfromurl",{"_index":2546,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["idnumber",{"_index":1229,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["iframes",{"_index":2734,"title":{},"body":{"components/PagesComponent.html":{}}}],["ignore",{"_index":2768,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["imam",{"_index":1961,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immagration",{"_index":1983,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immigration",{"_index":1984,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["implement",{"_index":1599,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["implementation",{"_index":876,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["implements",{"_index":211,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["implied",{"_index":4323,"title":{},"body":{"license.html":{}}}],["import",{"_index":164,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["import('@app/auth/auth.module').then((m",{"_index":813,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/accounts/accounts.module').then((m",{"_index":2749,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/admin/admin.module').then((m",{"_index":2753,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/pages.module').then((m",{"_index":815,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/settings/settings.module').then((m",{"_index":2747,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/tokens/tokens.module').then((m",{"_index":2751,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/transactions/transactions.module').then((m",{"_index":2745,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["importing",{"_index":4262,"title":{},"body":{"license.html":{}}}],["imports",{"_index":167,"title":{},"body":{"classes/AccountIndex.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["impose",{"_index":4185,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":4325,"title":{},"body":{"license.html":{}}}],["inability",{"_index":4377,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":4380,"title":{},"body":{"license.html":{}}}],["inc",{"_index":3696,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":4374,"title":{},"body":{"license.html":{}}}],["include",{"_index":3900,"title":{},"body":{"license.html":{}}}],["included",{"_index":3902,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3863,"title":{},"body":{"license.html":{}}}],["including",{"_index":3919,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":4041,"title":{},"body":{"license.html":{}}}],["inclusive",{"_index":2959,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["income",{"_index":2964,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["incompatible",{"_index":3782,"title":{},"body":{"license.html":{}}}],["incorporating",{"_index":4431,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":4102,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":4181,"title":{},"body":{"license.html":{}}}],["independent",{"_index":4030,"title":{},"body":{"license.html":{}}}],["index",{"_index":10,"title":{"index.html":{}},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":4233,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":4195,"title":{},"body":{"license.html":{}}}],["individual",{"_index":1276,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"license.html":{}}}],["individuals",{"_index":3788,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":1785,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["info",{"_index":3,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{}}}],["inform",{"_index":4085,"title":{},"body":{"license.html":{}}}],["information",{"_index":38,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["infringe",{"_index":4231,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":4260,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":3856,"title":{},"body":{"license.html":{}}}],["init",{"_index":938,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["initial",{"_index":1189,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["initialization",{"_index":1360,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["initialize",{"_index":1462,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["initialized",{"_index":541,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["initializing",{"_index":2666,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["initialparams",{"_index":566,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["initiate",{"_index":4254,"title":{},"body":{"license.html":{}}}],["initiator",{"_index":1191,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["inject",{"_index":1324,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["inject(mat_dialog_data",{"_index":1322,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["injectable",{"_index":907,"title":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"coverage.html":{}}}],["injectables",{"_index":924,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"overview.html":{}}}],["input",{"_index":1271,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["input('routerlink",{"_index":2814,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["inputs",{"_index":1287,"title":{},"body":{"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["inside",{"_index":1595,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["install",{"_index":3614,"title":{},"body":{"index.html":{},"license.html":{}}}],["installation",{"_index":4119,"title":{},"body":{"license.html":{}}}],["installed",{"_index":4133,"title":{},"body":{"license.html":{}}}],["instance",{"_index":92,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["instanceof",{"_index":1380,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["instantiates",{"_index":882,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["instead",{"_index":4437,"title":{},"body":{"license.html":{}}}],["instructor",{"_index":1930,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["insurance",{"_index":2099,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["intact",{"_index":4004,"title":{},"body":{"license.html":{}}}],["intended",{"_index":3713,"title":{},"body":{"license.html":{}}}],["intention",{"_index":3996,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":3872,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":3874,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":1357,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercept(request",{"_index":1363,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interceptor",{"_index":1349,"title":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["interceptors",{"_index":1350,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercepts",{"_index":1352,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interchange",{"_index":4054,"title":{},"body":{"license.html":{}}}],["interest",{"_index":4248,"title":{},"body":{"license.html":{}}}],["interface",{"_index":0,"title":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{}},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"coverage.html":{},"license.html":{}}}],["interfaces",{"_index":2,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"license.html":{},"overview.html":{}}}],["interfered",{"_index":4125,"title":{},"body":{"license.html":{}}}],["intern",{"_index":1951,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["internal",{"_index":2515,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["internally",{"_index":1617,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["interpretation",{"_index":4387,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":3917,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":3931,"title":{},"body":{"license.html":{}}}],["invalid",{"_index":1044,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{}}}],["invalidate",{"_index":4025,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":3940,"title":{},"body":{"license.html":{}}}],["isdevmode",{"_index":1566,"title":{},"body":{"injectables/LoggingService.html":{}}}],["isdialogopen",{"_index":1332,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["isencryptedkeycheck",{"_index":1047,"title":{},"body":{"injectables/AuthService.html":{}}}],["iserrorstate",{"_index":1265,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["iserrorstate(control",{"_index":1266,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["issubmitted",{"_index":1279,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["isvalidkeycheck",{"_index":1041,"title":{},"body":{"injectables/AuthService.html":{}}}],["iswarning",{"_index":1431,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["iswarning(errortracestring",{"_index":1444,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["it's",{"_index":1448,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["item",{"_index":1582,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"license.html":{}}}],["items",{"_index":1619,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["itself",{"_index":4138,"title":{},"body":{"license.html":{}}}],["jack",{"_index":1644,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["jane",{"_index":3420,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jembe",{"_index":2013,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jewel",{"_index":2397,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jik",{"_index":2341,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jogoo",{"_index":1793,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["john",{"_index":3412,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jomvu",{"_index":1833,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["journalist",{"_index":1931,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jquery",{"_index":3544,"title":{},"body":{"dependencies.html":{}}}],["json.parse(localstorage.getitem(atob('cicada_user",{"_index":2798,"title":{},"body":{"guards/RoleGuard.html":{}}}],["json.stringify",{"_index":1395,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["jua",{"_index":2052,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juacali",{"_index":2051,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juakali",{"_index":2049,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jualikali",{"_index":2050,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juice",{"_index":2296,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juja",{"_index":1791,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["junda",{"_index":1848,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["june",{"_index":3689,"title":{},"body":{"license.html":{}}}],["kabete",{"_index":1774,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kabiro",{"_index":1804,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kafuduni",{"_index":1702,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kahawa",{"_index":2213,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaimati",{"_index":2210,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kajiado",{"_index":1890,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakamega",{"_index":1888,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakuma",{"_index":1861,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kalalani",{"_index":1701,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kali",{"_index":2053,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaloleni",{"_index":1703,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamba",{"_index":2208,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kambi",{"_index":1652,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamongo",{"_index":1663,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kangemi",{"_index":1766,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kanisa",{"_index":1968,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kariobangi",{"_index":1786,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["karma",{"_index":3653,"title":{},"body":{"index.html":{}}}],["kasarani",{"_index":1787,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kasemeni",{"_index":1696,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["katundani",{"_index":1697,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kawangware",{"_index":1769,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayaba",{"_index":1650,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayba",{"_index":1651,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayole",{"_index":1788,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kazi",{"_index":2058,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ke",{"_index":2640,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kebeba",{"_index":2405,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["keccak",{"_index":3231,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keccak(256",{"_index":3288,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keep",{"_index":4003,"title":{},"body":{"license.html":{}}}],["keki",{"_index":2214,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kenya",{"_index":2641,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kenyatta",{"_index":1780,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kericho",{"_index":1889,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kernel",{"_index":3911,"title":{},"body":{"license.html":{}}}],["kerosene",{"_index":2461,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kerosine",{"_index":2460,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["key",{"_index":848,"title":{},"body":{"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["keyform",{"_index":824,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyformstub",{"_index":831,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyring",{"_index":3500,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["keys",{"_index":721,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["keystore",{"_index":2657,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["khaimati",{"_index":2209,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiambu",{"_index":1894,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibanda",{"_index":2347,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaogo",{"_index":1698,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaongo",{"_index":1699,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibera",{"_index":1760,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibira",{"_index":1761,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibra",{"_index":1762,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kidzuvini",{"_index":1700,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kikuyu",{"_index":1796,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilfi",{"_index":1851,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilibole",{"_index":1704,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilifi",{"_index":78,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["kinango",{"_index":1672,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":3868,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":3705,"title":{},"body":{"license.html":{}}}],["kingston",{"_index":1660,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kingstone",{"_index":1662,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kinyozi",{"_index":2057,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiosk",{"_index":2348,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kirembe",{"_index":1815,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisauni",{"_index":1837,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisii",{"_index":1883,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisumu",{"_index":1869,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitabu",{"_index":1958,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitengela",{"_index":1777,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitui",{"_index":1862,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kizingo",{"_index":1822,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kmoja",{"_index":1807,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["knitting",{"_index":2059,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["know",{"_index":3734,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":4287,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":4296,"title":{},"body":{"license.html":{}}}],["known/publickeys",{"_index":4467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kokotoni",{"_index":1755,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korokocho",{"_index":1661,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korosho",{"_index":2294,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kra",{"_index":1981,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["krcs",{"_index":1953,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kubeba",{"_index":2420,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kufua",{"_index":2060,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kujenga",{"_index":2056,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuku",{"_index":2212,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kulima",{"_index":2010,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kunde",{"_index":2211,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuni",{"_index":2441,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kushona",{"_index":2048,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kusumu",{"_index":1878,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwale",{"_index":1673,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwangware",{"_index":1770,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kware",{"_index":1803,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lab",{"_index":2321,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labor",{"_index":2064,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labour",{"_index":2015,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landi",{"_index":1810,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landlord",{"_index":2037,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["langata",{"_index":1811,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["language",{"_index":3895,"title":{},"body":{"license.html":{}}}],["larger",{"_index":4034,"title":{},"body":{"license.html":{}}}],["last",{"_index":108,"title":{},"body":{"classes/AccountIndex.html":{}}}],["last(5",{"_index":160,"title":{},"body":{"classes/AccountIndex.html":{}}}],["last(numberofaccounts",{"_index":153,"title":{},"body":{"classes/AccountIndex.html":{}}}],["later",{"_index":726,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["latitude",{"_index":42,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["laundry",{"_index":2065,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["law",{"_index":2139,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["laws",{"_index":3827,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":4258,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":3633,"title":{},"body":{"index.html":{}}}],["leader",{"_index":1980,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["leaving",{"_index":1045,"title":{},"body":{"injectables/AuthService.html":{}}}],["lecturer",{"_index":1917,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["legal",{"_index":3762,"title":{},"body":{"license.html":{}}}],["legend",{"_index":313,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["leso",{"_index":2355,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesser",{"_index":4436,"title":{},"body":{"license.html":{}}}],["lesso",{"_index":2356,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesson",{"_index":1932,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["level",{"_index":795,"title":{},"body":{"modules/AppModule.html":{}}}],["lgpl.html",{"_index":4439,"title":{},"body":{"license.html":{}}}],["liability",{"_index":4161,"title":{},"body":{"license.html":{}}}],["liable",{"_index":3855,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3898,"title":{},"body":{"license.html":{}}}],["library",{"_index":4093,"title":{},"body":{"license.html":{}}}],["license",{"_index":3686,"title":{"license.html":{}},"body":{"license.html":{}}}],["licensed",{"_index":3831,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":3834,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":3836,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":3706,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":4235,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":4174,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":4228,"title":{},"body":{"license.html":{}}}],["likoni",{"_index":1819,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["limit",{"_index":1091,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"license.html":{}}}],["limitation",{"_index":4371,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4359,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":4160,"title":{},"body":{"license.html":{}}}],["limuru",{"_index":1812,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lindi",{"_index":1759,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["line",{"_index":4409,"title":{},"body":{"license.html":{}}}],["line:directive",{"_index":2812,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["line:no",{"_index":1140,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["lines",{"_index":2346,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["link",{"_index":2806,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{},"license.html":{}}}],["linked",{"_index":3928,"title":{},"body":{"license.html":{}}}],["linking",{"_index":4434,"title":{},"body":{"license.html":{}}}],["linkparams",{"_index":2815,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["linting",{"_index":3678,"title":{},"body":{"index.html":{}}}],["list",{"_index":3884,"title":{},"body":{"license.html":{}}}],["literal",{"_index":32,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Token.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["litigation",{"_index":4255,"title":{},"body":{"license.html":{}}}],["lo",{"_index":1107,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["load",{"_index":429,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TokenService.html":{}}}],["loadchildren",{"_index":812,"title":{},"body":{"modules/AppRoutingModule.html":{},"modules/PagesRoutingModule.html":{}}}],["loaded",{"_index":897,"title":{},"body":{"guards/AuthGuard.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["loading",{"_index":825,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["loan",{"_index":2331,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["local",{"_index":3620,"title":{},"body":{"index.html":{},"license.html":{}}}],["localstorage",{"_index":906,"title":{},"body":{"guards/AuthGuard.html":{}}}],["localstorage.getitem(btoa('cicada_private_key",{"_index":911,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["localstorage.removeitem(btoa('cicada_private_key",{"_index":1059,"title":{},"body":{"injectables/AuthService.html":{}}}],["localstorage.setitem(btoa('cicada_private_key",{"_index":1052,"title":{},"body":{"injectables/AuthService.html":{}}}],["located",{"_index":3658,"title":{},"body":{"index.html":{}}}],["location",{"_index":19,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["locations",{"_index":543,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["locationservice",{"_index":1216,"title":{"injectables/LocationService.html":{}},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"coverage.html":{}}}],["log",{"_index":1035,"title":{},"body":{"injectables/AuthService.html":{}}}],["logerror",{"_index":1432,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["logerror(error",{"_index":1451,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["logger",{"_index":789,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["loggermodule",{"_index":787,"title":{},"body":{"modules/AppModule.html":{}}}],["loggermodule.forroot",{"_index":794,"title":{},"body":{"modules/AppModule.html":{}}}],["logging",{"_index":1362,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["logginginterceptor",{"_index":771,"title":{"interceptors/LoggingInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["loggingservice",{"_index":386,"title":{"injectables/LoggingService.html":{}},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["loggingurl",{"_index":4462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["login",{"_index":827,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["loginresult",{"_index":856,"title":{},"body":{"components/AuthComponent.html":{}}}],["loginview",{"_index":939,"title":{},"body":{"injectables/AuthService.html":{}}}],["loglevel",{"_index":4459,"title":{},"body":{"miscellaneous/variables.html":{}}}],["logout",{"_index":940,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["logs",{"_index":1454,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["long",{"_index":3950,"title":{},"body":{"license.html":{}}}],["longitude",{"_index":43,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["loss",{"_index":4378,"title":{},"body":{"license.html":{}}}],["losses",{"_index":4381,"title":{},"body":{"license.html":{}}}],["lower",{"_index":2962,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["lowest",{"_index":196,"title":{},"body":{"classes/AccountIndex.html":{}}}],["lunga",{"_index":1668,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungalunga",{"_index":1664,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungu",{"_index":1667,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lutsangani",{"_index":1705,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["m",{"_index":72,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/BlockSyncService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/variables.html":{}}}],["m.accountsmodule",{"_index":2750,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.adminmodule",{"_index":2754,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.authmodule",{"_index":814,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.pagesmodule",{"_index":816,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.settingsmodule",{"_index":2748,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.tokensmodule",{"_index":2752,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.transactionsmodule",{"_index":2746,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["maalim",{"_index":1912,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandazi",{"_index":2246,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandzi",{"_index":2289,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabenda",{"_index":2186,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabesheni",{"_index":1726,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabuyu",{"_index":2225,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machakos",{"_index":1885,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machine",{"_index":4044,"title":{},"body":{"license.html":{}}}],["machungwa",{"_index":2226,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1272,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["madewani",{"_index":1722,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["madrasa",{"_index":1962,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maembe",{"_index":2109,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mafuta",{"_index":2445,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magari",{"_index":2433,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magogoni",{"_index":1847,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magongo",{"_index":1830,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahamri",{"_index":2254,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maharagwe",{"_index":2252,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahindi",{"_index":2245,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mail",{"_index":4419,"title":{},"body":{"license.html":{}}}],["mailman",{"_index":1982,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["main",{"_index":1902,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maintain",{"_index":4073,"title":{},"body":{"license.html":{}}}],["maize",{"_index":2239,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majani",{"_index":2108,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majaoni",{"_index":1845,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majengo",{"_index":1749,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maji",{"_index":2298,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3905,"title":{},"body":{"license.html":{}}}],["makaa",{"_index":2444,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makadara",{"_index":1778,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makanga",{"_index":2434,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["make",{"_index":3717,"title":{},"body":{"license.html":{}}}],["makes",{"_index":3968,"title":{},"body":{"license.html":{}}}],["makina",{"_index":1763,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["making",{"_index":3842,"title":{},"body":{"license.html":{}}}],["makobeni",{"_index":1721,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makonge",{"_index":2130,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makongeni",{"_index":1854,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makueni",{"_index":1881,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuluni",{"_index":1719,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makupa",{"_index":1825,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuti",{"_index":2055,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["male",{"_index":2463,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["mali",{"_index":2363,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["malimali",{"_index":2361,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["management",{"_index":2878,"title":{},"body":{"components/SettingsComponent.html":{}}}],["manager",{"_index":2073,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["managing",{"_index":3609,"title":{},"body":{"index.html":{}}}],["manamba",{"_index":2425,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mandazi",{"_index":2243,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mango",{"_index":2199,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mangwe",{"_index":2373,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["manipulation",{"_index":887,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["manner",{"_index":4271,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":3780,"title":{},"body":{"license.html":{}}}],["manyani",{"_index":1846,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["map",{"_index":544,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"classes/CustomValidator.html":{}}}],["march",{"_index":4320,"title":{},"body":{"license.html":{}}}],["mariakani",{"_index":1720,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marital",{"_index":1946,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marked",{"_index":3772,"title":{},"body":{"license.html":{}}}],["market",{"_index":1817,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marketing",{"_index":2133,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marks",{"_index":4179,"title":{},"body":{"license.html":{}}}],["marondo",{"_index":2288,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masai",{"_index":1653,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mask",{"_index":2319,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masks",{"_index":3829,"title":{},"body":{"license.html":{}}}],["mason",{"_index":2076,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mat_dialog_data",{"_index":1325,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["matatu",{"_index":2410,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matbuttonmodule",{"_index":502,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcardmodule",{"_index":504,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["match",{"_index":1297,"title":{},"body":{"classes/CustomValidator.html":{}}}],["matcheckboxmodule",{"_index":494,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcher",{"_index":226,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["matcher.ts",{"_index":1254,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["matcher.ts:17",{"_index":1270,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["matches",{"_index":2794,"title":{},"body":{"guards/RoleGuard.html":{}}}],["matching",{"_index":85,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":1335,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["matdialogmodule",{"_index":2911,"title":{},"body":{"modules/SharedModule.html":{}}}],["matdialogref",{"_index":1340,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["material",{"_index":2682,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["material.digest",{"_index":2699,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["materialize",{"_index":1624,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["materially",{"_index":4139,"title":{},"body":{"license.html":{}}}],["matformfieldmodule",{"_index":499,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["math.min(this.transactions.length",{"_index":3276,"title":{},"body":{"injectables/TransactionService.html":{}}}],["math.pow(10",{"_index":2974,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["mathare",{"_index":1789,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mathere",{"_index":1813,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maticonmodule",{"_index":506,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matinputmodule",{"_index":497,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matmenumodule",{"_index":2895,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matoke",{"_index":2290,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matpaginator",{"_index":408,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["matpaginatormodule",{"_index":496,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matprogressspinnermodule",{"_index":515,"title":{},"body":{"modules/AccountsModule.html":{}}}],["matpseudocheckboxmodule",{"_index":3101,"title":{},"body":{"modules/TokensModule.html":{}}}],["matradiomodule",{"_index":2893,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matress",{"_index":2380,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matripplemodule",{"_index":513,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matselectmodule",{"_index":508,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsidenavmodule",{"_index":3102,"title":{},"body":{"modules/TokensModule.html":{}}}],["matsnackbar",{"_index":3125,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["matsnackbarmodule",{"_index":520,"title":{},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsort",{"_index":412,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["matsortmodule",{"_index":493,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["mattabledatasource",{"_index":399,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["mattabledatasource(accounts",{"_index":432,"title":{},"body":{"components/AccountsComponent.html":{}}}],["mattabledatasource(actions",{"_index":639,"title":{},"body":{"components/AdminComponent.html":{}}}],["mattabledatasource(tokens",{"_index":3090,"title":{},"body":{"components/TokensComponent.html":{}}}],["mattabledatasource(transactions",{"_index":3371,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["mattabledatasource(users",{"_index":2866,"title":{},"body":{"components/SettingsComponent.html":{}}}],["mattablemodule",{"_index":492,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["mattabsmodule",{"_index":511,"title":{},"body":{"modules/AccountsModule.html":{}}}],["mattoolbarmodule",{"_index":3104,"title":{},"body":{"modules/TokensModule.html":{}}}],["mattress",{"_index":2381,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mattresses",{"_index":2382,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matuga",{"_index":1750,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matunda",{"_index":2198,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mawe",{"_index":2107,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mayai",{"_index":2261,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazera",{"_index":1728,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazeras",{"_index":1727,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazingira",{"_index":1997,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maziwa",{"_index":2219,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbaazi",{"_index":2244,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbao",{"_index":2442,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbata",{"_index":2240,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbenda",{"_index":2187,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbita",{"_index":1867,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbog",{"_index":2221,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mboga",{"_index":2220,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbonga",{"_index":2146,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbuzi",{"_index":2227,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mc",{"_index":3426,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["mchanga",{"_index":2377,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchele",{"_index":2197,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchicha",{"_index":2229,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuuzi",{"_index":2242,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuzi",{"_index":2241,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["meaning",{"_index":4189,"title":{},"body":{"license.html":{}}}],["means",{"_index":3826,"title":{},"body":{"license.html":{}}}],["measure",{"_index":3976,"title":{},"body":{"license.html":{}}}],["measures",{"_index":3989,"title":{},"body":{"license.html":{}}}],["meat",{"_index":2248,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mechanic",{"_index":2079,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mediaquery",{"_index":673,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["mediaquery.matches",{"_index":1603,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["mediaquerylist",{"_index":698,"title":{},"body":{"components/AppComponent.html":{}}}],["medicine",{"_index":2320,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["medium",{"_index":3999,"title":{},"body":{"license.html":{}}}],["meet",{"_index":4012,"title":{},"body":{"license.html":{}}}],["meets",{"_index":3887,"title":{},"body":{"license.html":{}}}],["mellon",{"_index":2201,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["melon",{"_index":2200,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["menu",{"_index":1581,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["menuselectiondirective",{"_index":360,"title":{"directives/MenuSelectionDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["menutoggledirective",{"_index":362,"title":{"directives/MenuToggleDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["merchantability",{"_index":4360,"title":{},"body":{"license.html":{}}}],["mere",{"_index":3871,"title":{},"body":{"license.html":{}}}],["mergemap",{"_index":1625,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["merging",{"_index":4244,"title":{},"body":{"license.html":{}}}],["meru",{"_index":1882,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["message",{"_index":60,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["message:\\n${message}.\\nstack",{"_index":1473,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["messages",{"_index":1263,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["met",{"_index":3942,"title":{},"body":{"license.html":{}}}],["meta",{"_index":52,"title":{"interfaces/Meta.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["metadata",{"_index":213,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["metal",{"_index":2136,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["metaresponse",{"_index":71,"title":{"interfaces/MetaResponse.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"coverage.html":{}}}],["method",{"_index":558,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["methods",{"_index":103,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["methodsignature",{"_index":3291,"title":{},"body":{"injectables/TransactionService.html":{}}}],["mfugaji",{"_index":2081,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mganga",{"_index":2311,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mgema",{"_index":2091,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mhogo",{"_index":2249,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsani",{"_index":1732,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsiani",{"_index":1713,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["middle",{"_index":2963,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["mienzeni",{"_index":1714,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mifugo",{"_index":2262,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["migori",{"_index":1877,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miguneni",{"_index":1736,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mihogo",{"_index":2250,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikate",{"_index":2236,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikeka",{"_index":2374,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikindani",{"_index":1756,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["milk",{"_index":2217,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mill",{"_index":2069,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miloeni",{"_index":1725,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mined",{"_index":1199,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minheight",{"_index":624,"title":{},"body":{"components/AdminComponent.html":{}}}],["mining",{"_index":1192,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minting",{"_index":2938,"title":{},"body":{"interfaces/Token.html":{}}}],["minyenzeni",{"_index":1716,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mioleni",{"_index":1718,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miraa",{"_index":2216,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miritini",{"_index":1831,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["misc",{"_index":1757,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":3555,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":4170,"title":{},"body":{"license.html":{}}}],["miti",{"_index":1998,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitumba",{"_index":2255,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitungi",{"_index":2362,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miwa",{"_index":2253,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyani",{"_index":1717,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyenzeni",{"_index":1712,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjambere",{"_index":1844,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjengo",{"_index":2111,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjenzi",{"_index":2080,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkanyeni",{"_index":1710,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkate",{"_index":2234,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkokoteni",{"_index":2427,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mksiti",{"_index":1969,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkulima",{"_index":2009,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlola",{"_index":1729,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlolongo",{"_index":1779,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnarani",{"_index":1855,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnazi",{"_index":2228,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnyenzeni",{"_index":1715,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mock",{"_index":569,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mockbackendinterceptor",{"_index":1614,"title":{"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mockbackendprovider",{"_index":784,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mode",{"_index":1570,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{},"license.html":{}}}],["model",{"_index":4059,"title":{},"body":{"license.html":{}}}],["modification",{"_index":3822,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":3890,"title":{},"body":{"license.html":{}}}],["modified",{"_index":3771,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":4016,"title":{},"body":{"license.html":{}}}],["modify",{"_index":3745,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":3861,"title":{},"body":{"license.html":{}}}],["module",{"_index":462,"title":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"components/FooterStubComponent.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"components/SidebarStubComponent.html":{},"modules/TokensModule.html":{},"components/TopbarStubComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{},"index.html":{},"overview.html":{}}}],["modules",{"_index":464,"title":{"modules.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["mogoka",{"_index":2247,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mombasa",{"_index":1818,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["moment",{"_index":900,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["more",{"_index":3681,"title":{},"body":{"index.html":{},"license.html":{}}}],["moreover",{"_index":4215,"title":{},"body":{"license.html":{}}}],["moto",{"_index":2446,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorbike",{"_index":2430,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorist",{"_index":2429,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mover",{"_index":2428,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["movie",{"_index":2375,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpesa",{"_index":2384,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpishi",{"_index":2089,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpsea",{"_index":2383,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ms",{"_index":1536,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["mshomoroni",{"_index":1850,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["msusi",{"_index":2090,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtambo",{"_index":2070,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtopanga",{"_index":1843,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtumba",{"_index":2077,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtwapa",{"_index":1852,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muguka",{"_index":2215,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muhogo",{"_index":2251,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mukuru",{"_index":1648,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["multi",{"_index":808,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mulunguni",{"_index":1731,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mumias",{"_index":1874,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["musician",{"_index":2128,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mutablekeystore",{"_index":926,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["mutablepgpkeystore",{"_index":791,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"coverage.html":{}}}],["mutumba",{"_index":2353,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muugano",{"_index":1730,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvita",{"_index":1826,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvuvi",{"_index":2106,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwache",{"_index":1733,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwakirunge",{"_index":1849,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwalimu",{"_index":1911,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangani",{"_index":1734,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangaraba",{"_index":1723,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwashanga",{"_index":1724,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwea",{"_index":1895,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwehavikonje",{"_index":1735,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwiki",{"_index":1801,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwingi",{"_index":1863,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mworoni",{"_index":1839,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["myenzeni",{"_index":1711,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["n",{"_index":50,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["nairobi",{"_index":1649,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nakuru",{"_index":1896,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["name",{"_index":118,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["name(s",{"_index":1246,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["names",{"_index":1247,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["namesearchform",{"_index":227,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchformstub",{"_index":238,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchloading",{"_index":228,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchsubmitted",{"_index":229,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["nandi",{"_index":1891,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["narok",{"_index":1897,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["native",{"_index":1594,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["nature",{"_index":4031,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":3625,"title":{},"body":{"index.html":{}}}],["navigatedto",{"_index":2807,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["navigation",{"_index":884,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["navigator.online",{"_index":2608,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["nazi",{"_index":2232,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ndizi",{"_index":2206,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["necessary",{"_index":4368,"title":{},"body":{"license.html":{}}}],["need",{"_index":3738,"title":{},"body":{"license.html":{}}}],["needed",{"_index":3801,"title":{},"body":{"license.html":{}}}],["network",{"_index":99,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/W3.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["networkstatuscomponent",{"_index":338,"title":{"components/NetworkStatusComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["new",{"_index":183,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["newevent",{"_index":1084,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newevent(tx",{"_index":1099,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["next",{"_index":560,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/RouterLinkDirectiveStub.html":{},"license.html":{}}}],["next.handle(request",{"_index":1504,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["next.handle(request).pipe",{"_index":1376,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["next.handle(request).pipe(tap(event",{"_index":1531,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["ng",{"_index":3618,"title":{},"body":{"index.html":{}}}],["ngafterviewinit",{"_index":3348,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["ngano",{"_index":2231,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngform",{"_index":1269,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["ngmodule",{"_index":479,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["ngombe",{"_index":2230,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngombeni",{"_index":1827,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngong",{"_index":1799,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngoninit",{"_index":233,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["nguo",{"_index":2075,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngx",{"_index":788,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["ngxlogger",{"_index":1549,"title":{},"body":{"injectables/LoggingService.html":{}}}],["ngxloggerlevel.error",{"_index":4460,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngxloggerlevel.off",{"_index":4461,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngómbeni",{"_index":1828,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["njugu",{"_index":2207,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nobody",{"_index":1487,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["nointernetconnection",{"_index":2600,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["non",{"_index":3817,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":4066,"title":{},"body":{"license.html":{}}}],["none",{"_index":870,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nopasswordmatch",{"_index":1311,"title":{},"body":{"classes/CustomValidator.html":{}}}],["normal",{"_index":3903,"title":{},"body":{"license.html":{}}}],["normally",{"_index":4097,"title":{},"body":{"license.html":{}}}],["nothing",{"_index":4229,"title":{},"body":{"license.html":{}}}],["notice",{"_index":3880,"title":{},"body":{"license.html":{}}}],["notices",{"_index":3876,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":4216,"title":{},"body":{"license.html":{}}}],["notify",{"_index":4211,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":4157,"title":{},"body":{"license.html":{}}}],["now",{"_index":1046,"title":{},"body":{"injectables/AuthService.html":{}}}],["npm",{"_index":3613,"title":{},"body":{"index.html":{}}}],["null",{"_index":1093,"title":{},"body":{"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["number",{"_index":26,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["number(await",{"_index":3303,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.fromvalue",{"_index":3264,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.tovalue",{"_index":3266,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(transaction.value",{"_index":3249,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(value",{"_index":2973,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["numbered",{"_index":4348,"title":{},"body":{"license.html":{}}}],["numberofaccounts",{"_index":157,"title":{},"body":{"classes/AccountIndex.html":{}}}],["numbers",{"_index":3566,"title":{},"body":{"miscellaneous/functions.html":{}}}],["nurse",{"_index":2314,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nursery",{"_index":1926,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalenda",{"_index":1870,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalgunga",{"_index":1866,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyali",{"_index":1840,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyama",{"_index":2203,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanya",{"_index":2202,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanza",{"_index":1864,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyeri",{"_index":1892,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzora",{"_index":1737,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzovuni",{"_index":1738,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzugu",{"_index":2293,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["o",{"_index":1019,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.challenge",{"_index":1022,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.realm",{"_index":1023,"title":{},"body":{"injectables/AuthService.html":{}}}],["objcsv",{"_index":3490,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["object",{"_index":64,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomValidator.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["objects",{"_index":1440,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["obligate",{"_index":4332,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":4080,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":3978,"title":{},"body":{"license.html":{}}}],["observable",{"_index":555,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["observables's",{"_index":574,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["occasionally",{"_index":4065,"title":{},"body":{"license.html":{}}}],["occurred",{"_index":1383,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["occurring",{"_index":4226,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1443,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["of('hello",{"_index":3337,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["of(new",{"_index":2592,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["of(null",{"_index":2508,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["offer",{"_index":3760,"title":{},"body":{"license.html":{}}}],["offered",{"_index":4087,"title":{},"body":{"license.html":{}}}],["offering",{"_index":4069,"title":{},"body":{"license.html":{}}}],["office",{"_index":1856,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["official",{"_index":3892,"title":{},"body":{"license.html":{}}}],["offline",{"_index":2614,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["offset",{"_index":1090,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["ohuru",{"_index":1834,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oil",{"_index":2452,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ok(accounttypes",{"_index":2551,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(actions",{"_index":2552,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(areanamelist",{"_index":2557,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(areatypelist",{"_index":2565,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(categorylist",{"_index":2573,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(genders",{"_index":2578,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(message",{"_index":2550,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedaction",{"_index":2553,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedareaname.name",{"_index":2561,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedareatype.name",{"_index":2569,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedcategory.name",{"_index":2577,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedtoken",{"_index":2584,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(responsebody",{"_index":2591,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(tokens",{"_index":2579,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(transactiontypes",{"_index":2585,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["old",{"_index":1823,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oldchain:1",{"_index":41,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["olympic",{"_index":1765,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ombeni",{"_index":1829,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omena",{"_index":2204,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omeno",{"_index":2291,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["onaddresssearch",{"_index":234,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["once",{"_index":3664,"title":{},"body":{"index.html":{}}}],["onclick",{"_index":2817,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["one",{"_index":3896,"title":{},"body":{"license.html":{}}}],["oninit",{"_index":212,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["onions",{"_index":2292,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["online",{"_index":2615,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["onmenuselect",{"_index":1585,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["onmenutoggle",{"_index":1607,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["onnamesearch",{"_index":235,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onphonesearch",{"_index":236,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onresize",{"_index":677,"title":{},"body":{"components/AppComponent.html":{}}}],["onresize(e",{"_index":695,"title":{},"body":{"components/AppComponent.html":{}}}],["onsign",{"_index":2658,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsign(signature",{"_index":2691,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsubmit",{"_index":828,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["onverify",{"_index":2659,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onverify(flag",{"_index":2692,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["opendialog",{"_index":1333,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["opendialog(data",{"_index":1337,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["openpgp",{"_index":2689,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/variables.html":{}}}],["openpgp.cleartext.fromtext(digest",{"_index":2700,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.keyring",{"_index":4480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["openpgp.signature",{"_index":2720,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.verify(opts).then((v",{"_index":2725,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["operate",{"_index":4384,"title":{},"body":{"license.html":{}}}],["operated",{"_index":4072,"title":{},"body":{"license.html":{}}}],["operating",{"_index":3913,"title":{},"body":{"license.html":{}}}],["operation",{"_index":3575,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["option",{"_index":4154,"title":{},"body":{"license.html":{}}}],["optional",{"_index":12,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signer.html":{},"interfaces/Token.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1000,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["options).then((response",{"_index":1002,"title":{},"body":{"injectables/AuthService.html":{}}}],["opts",{"_index":2706,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["oranges",{"_index":2233,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["order",{"_index":4224,"title":{},"body":{"license.html":{}}}],["organisation",{"_index":2636,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization",{"_index":2617,"title":{},"body":{"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsRoutingModule.html":{},"license.html":{}}}],["organization'},{'name",{"_index":341,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["organization.component.html",{"_index":2619,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization.component.scss",{"_index":2618,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationcomponent",{"_index":340,"title":{"components/OrganizationComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["organizationform",{"_index":2620,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationformstub",{"_index":2621,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizations",{"_index":3837,"title":{},"body":{"license.html":{}}}],["origin",{"_index":4171,"title":{},"body":{"license.html":{}}}],["original",{"_index":4172,"title":{},"body":{"license.html":{}}}],["others",{"_index":3740,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":148,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["out",{"_index":477,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"injectables/AuthService.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["outgoing",{"_index":1354,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["outlet",{"_index":898,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["output",{"_index":2953,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["outputs",{"_index":2946,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["outside",{"_index":3961,"title":{},"body":{"license.html":{}}}],["overview",{"_index":3683,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owino",{"_index":1669,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["owned",{"_index":4267,"title":{},"body":{"license.html":{}}}],["owner",{"_index":2479,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["package",{"_index":3527,"title":{"dependencies.html":{}},"body":{}}],["packaged",{"_index":4023,"title":{},"body":{"license.html":{}}}],["packaging",{"_index":3904,"title":{},"body":{"license.html":{}}}],["page",{"_index":731,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["pages",{"_index":2728,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages'},{'name",{"_index":343,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["pages.component",{"_index":2744,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["pages.component.html",{"_index":2730,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages.component.scss",{"_index":2729,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages/accounts/account",{"_index":486,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/accounts",{"_index":482,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pages/accounts/accounts.component",{"_index":484,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/create",{"_index":489,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/admin/admin",{"_index":666,"title":{},"body":{"modules/AdminModule.html":{}}}],["pages/admin/admin.component",{"_index":667,"title":{},"body":{"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{}}}],["pages/pages",{"_index":2741,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/pages.component",{"_index":2742,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/settings/organization/organization.component",{"_index":2892,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/settings/settings",{"_index":2890,"title":{},"body":{"modules/SettingsModule.html":{}}}],["pages/settings/settings.component",{"_index":2891,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/tokens/token",{"_index":3100,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/tokens/tokens",{"_index":3098,"title":{},"body":{"modules/TokensModule.html":{}}}],["pages/tokens/tokens.component",{"_index":3099,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/transactions/transaction",{"_index":3398,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions",{"_index":3396,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions.component",{"_index":3397,"title":{},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pages/transactions/transactions.module",{"_index":510,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pagescomponent",{"_index":342,"title":{"components/PagesComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pagesizeoptions",{"_index":377,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["pagesmodule",{"_index":2735,"title":{"modules/PagesModule.html":{}},"body":{"modules/PagesModule.html":{},"modules.html":{},"overview.html":{}}}],["pagesroutingmodule",{"_index":2739,"title":{"modules/PagesRoutingModule.html":{}},"body":{"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["paginator",{"_index":378,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["painter",{"_index":2082,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pampers",{"_index":2370,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["papa",{"_index":2184,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paper",{"_index":4418,"title":{},"body":{"license.html":{}}}],["paraffin",{"_index":2455,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parafin",{"_index":2457,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paragraph",{"_index":4201,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":4279,"title":{},"body":{"license.html":{}}}],["param",{"_index":180,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{}}}],["parameters",{"_index":117,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["parammap",{"_index":554,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["params",{"_index":564,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["parrafin",{"_index":2456,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parsed",{"_index":3595,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parsedata",{"_index":3488,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedata(data",{"_index":3593,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parseint(urlparts[urlparts.length",{"_index":2590,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["parser",{"_index":3243,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["parses",{"_index":3594,"title":{},"body":{"miscellaneous/functions.html":{}}}],["part",{"_index":3839,"title":{},"body":{"license.html":{}}}],["particular",{"_index":899,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["parties",{"_index":3870,"title":{},"body":{"license.html":{}}}],["parts",{"_index":2359,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["party",{"_index":909,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["party's",{"_index":4246,"title":{},"body":{"license.html":{}}}],["pass",{"_index":2538,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["password",{"_index":1050,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{},"license.html":{}}}],["password.type",{"_index":2769,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["passwordmatchvalidator",{"_index":1289,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordmatchvalidator(control",{"_index":1291,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordtoggledirective",{"_index":364,"title":{"directives/PasswordToggleDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pastor",{"_index":1960,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["patent",{"_index":4200,"title":{},"body":{"license.html":{}}}],["patents",{"_index":3804,"title":{},"body":{"license.html":{}}}],["path",{"_index":527,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pathmatch",{"_index":529,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["patience",{"_index":1647,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["pattern",{"_index":3786,"title":{},"body":{"license.html":{}}}],["patternvalidator",{"_index":1290,"title":{},"body":{"classes/CustomValidator.html":{}}}],["patternvalidator(regex",{"_index":1299,"title":{},"body":{"classes/CustomValidator.html":{}}}],["payment",{"_index":4314,"title":{},"body":{"license.html":{}}}],["peanuts",{"_index":2190,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peddler",{"_index":2094,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peer",{"_index":4083,"title":{},"body":{"license.html":{}}}],["peers",{"_index":4086,"title":{},"body":{"license.html":{}}}],["peku",{"_index":1706,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["perform",{"_index":1286,"title":{},"body":{"classes/CustomValidator.html":{},"index.html":{}}}],["performance",{"_index":4364,"title":{},"body":{"license.html":{}}}],["performed",{"_index":536,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["performing",{"_index":3924,"title":{},"body":{"license.html":{}}}],["perfume",{"_index":2387,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["periurban",{"_index":1901,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["permanently",{"_index":4209,"title":{},"body":{"license.html":{}}}],["permission",{"_index":3763,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":3937,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":4006,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4040,"title":{},"body":{"license.html":{}}}],["permits",{"_index":4191,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":3699,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":4128,"title":{},"body":{"license.html":{}}}],["person",{"_index":3602,"title":{},"body":{"miscellaneous/functions.html":{}}}],["personal",{"_index":36,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"license.html":{}}}],["personvalidation",{"_index":3493,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["personvalidation(person",{"_index":3600,"title":{},"body":{"miscellaneous/functions.html":{}}}],["pertinent",{"_index":4330,"title":{},"body":{"license.html":{}}}],["pesa",{"_index":2402,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petro",{"_index":2459,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petrol",{"_index":2458,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pgp",{"_index":1038,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pgp.js",{"_index":982,"title":{},"body":{"injectables/AuthService.html":{}}}],["pgpsigner",{"_index":2650,"title":{"classes/PGPSigner.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["pharmacy",{"_index":2323,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["phone",{"_index":310,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["phonenumber",{"_index":284,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{}}}],["phonesearchform",{"_index":230,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchformstub",{"_index":239,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchloading",{"_index":231,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchsubmitted",{"_index":232,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["photo",{"_index":2135,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photocopy",{"_index":2093,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photographer",{"_index":2113,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["physical",{"_index":4048,"title":{},"body":{"license.html":{}}}],["physically",{"_index":4063,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":3733,"title":{},"body":{"license.html":{}}}],["piki",{"_index":2423,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pikipiki",{"_index":2424,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pilau",{"_index":2258,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pipe",{"_index":1790,"title":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pipe(delay(500",{"_index":2511,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(dematerialize",{"_index":2512,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(first",{"_index":440,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["pipe(materialize",{"_index":2510,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(mergemap(handleroute",{"_index":2509,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipes",{"_index":2821,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{},"overview.html":{}}}],["pipetransform",{"_index":2828,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["pk",{"_index":2701,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.decrypt(password",{"_index":2705,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.isdecrypted",{"_index":2703,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["place",{"_index":4071,"title":{},"body":{"license.html":{}}}],["plastic",{"_index":2001,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["playstation",{"_index":2388,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["please",{"_index":724,"title":{},"body":{"components/AppComponent.html":{},"license.html":{}}}],["plumb",{"_index":2086,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["plus",{"_index":4249,"title":{},"body":{"license.html":{}}}],["pointer",{"_index":4410,"title":{},"body":{"license.html":{}}}],["pojo",{"_index":2183,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["police",{"_index":1974,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pombe",{"_index":2369,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pool",{"_index":2371,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["popperjs/core",{"_index":3537,"title":{},"body":{"dependencies.html":{}}}],["populated",{"_index":3665,"title":{},"body":{"index.html":{}}}],["porridge",{"_index":2257,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["portion",{"_index":4090,"title":{},"body":{"license.html":{}}}],["posho",{"_index":2068,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["possesses",{"_index":4060,"title":{},"body":{"license.html":{}}}],["possession",{"_index":4020,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":4386,"title":{},"body":{"license.html":{}}}],["possible",{"_index":4401,"title":{},"body":{"license.html":{}}}],["post",{"_index":2523,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["potatoes",{"_index":2191,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["poultry",{"_index":2188,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["power",{"_index":3991,"title":{},"body":{"license.html":{}}}],["practical",{"_index":3707,"title":{},"body":{"license.html":{}}}],["practice",{"_index":3792,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":3704,"title":{},"body":{"license.html":{}}}],["precise",{"_index":3818,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":3789,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":4247,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":3889,"title":{},"body":{"license.html":{}}}],["preloadallmodules",{"_index":810,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["preloadingstrategy",{"_index":819,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["prepare",{"_index":2661,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{}}}],["prepare(material",{"_index":2679,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["present",{"_index":4343,"title":{},"body":{"license.html":{}}}],["presents",{"_index":3883,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":4165,"title":{},"body":{"license.html":{}}}],["prettier",{"_index":3670,"title":{},"body":{"index.html":{}}}],["prettierrc",{"_index":3675,"title":{},"body":{"index.html":{}}}],["prevent",{"_index":3739,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":4124,"title":{},"body":{"license.html":{}}}],["previous",{"_index":578,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["price",{"_index":3728,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":4316,"title":{},"body":{"license.html":{}}}],["primary",{"_index":1918,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["printing",{"_index":2084,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["prints",{"_index":130,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["prior",{"_index":4212,"title":{},"body":{"license.html":{}}}],["private",{"_index":278,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["privatekey",{"_index":3314,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.decrypt(password",{"_index":3317,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.isdecrypted",{"_index":3316,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.keypacket.privateparams.d",{"_index":3320,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekeyarmored",{"_index":966,"title":{},"body":{"injectables/AuthService.html":{}}}],["privatekeys",{"_index":2707,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["problems",{"_index":3774,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":4120,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":4304,"title":{},"body":{"license.html":{}}}],["prod",{"_index":3624,"title":{},"body":{"index.html":{}}}],["produce",{"_index":3916,"title":{},"body":{"license.html":{}}}],["product",{"_index":4049,"title":{},"body":{"license.html":{}}}],["production",{"_index":3643,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["products",{"_index":20,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["professor",{"_index":1938,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["profile",{"_index":1642,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":3716,"title":{},"body":{"license.html":{}}}],["program's",{"_index":3998,"title":{},"body":{"license.html":{}}}],["programmer",{"_index":2114,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programming",{"_index":2085,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programs",{"_index":3725,"title":{},"body":{"license.html":{}}}],["programsif",{"_index":4398,"title":{},"body":{"license.html":{}}}],["progress...show",{"_index":729,"title":{},"body":{"components/AppComponent.html":{}}}],["progressive",{"_index":3646,"title":{},"body":{"index.html":{}}}],["prohibit",{"_index":3791,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":3987,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":4311,"title":{},"body":{"license.html":{}}}],["project",{"_index":3610,"title":{},"body":{"index.html":{}}}],["prominent",{"_index":3886,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":3879,"title":{},"body":{"license.html":{}}}],["promise",{"_index":137,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{}}}],["promise((resolve",{"_index":1069,"title":{},"body":{"injectables/AuthService.html":{}}}],["propagate",{"_index":3850,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":4232,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":3862,"title":{},"body":{"license.html":{}}}],["properties",{"_index":11,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"miscellaneous/variables.html":{}}}],["property",{"_index":4096,"title":{},"body":{"license.html":{}}}],["proprietary",{"_index":3814,"title":{},"body":{"license.html":{}}}],["protect",{"_index":3736,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":3784,"title":{},"body":{"license.html":{}}}],["protection",{"_index":3765,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":4143,"title":{},"body":{"license.html":{}}}],["protractor",{"_index":3656,"title":{},"body":{"index.html":{}}}],["prove",{"_index":4365,"title":{},"body":{"license.html":{}}}],["provide",{"_index":806,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["provided",{"_index":35,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"license.html":{}}}],["providedin",{"_index":910,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["provider",{"_index":1256,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":468,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["provides",{"_index":91,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["provision",{"_index":3799,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":4206,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":4352,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":4354,"title":{},"body":{"license.html":{}}}],["pry",{"_index":1909,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pub",{"_index":2400,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["public",{"_index":104,"title":{},"body":{"classes/AccountIndex.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["publicity",{"_index":4173,"title":{},"body":{"license.html":{}}}],["publickeys",{"_index":715,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["publickeysurl",{"_index":4465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["publicly",{"_index":4144,"title":{},"body":{"license.html":{}}}],["publish",{"_index":4002,"title":{},"body":{"license.html":{}}}],["published",{"_index":4349,"title":{},"body":{"license.html":{}}}],["pump",{"_index":581,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["purpose",{"_index":3807,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":4100,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":4301,"title":{},"body":{"license.html":{}}}],["pwa",{"_index":3644,"title":{},"body":{"index.html":{}}}],["qkvhsu46vknbukqnclzfulnjt046my4wdqpftufjtdphyxjuzxnlbkbob3rtywlslmnvbq0krk46s3vydmkgs3jhbmpjdqpooktyyw5qyztldxj0ozs7dqpuruw7vflqpunftew6njkyntazmzq5ode5ng0kru5eolzdqvjedqo",{"_index":3460,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["qualify",{"_index":4221,"title":{},"body":{"license.html":{}}}],["quality",{"_index":4363,"title":{},"body":{"license.html":{}}}],["queriedaction",{"_index":2543,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedaction.approval",{"_index":2547,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedareaname",{"_index":2558,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedareatype",{"_index":2566,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedcategory",{"_index":2574,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedtoken",{"_index":2580,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["querying",{"_index":96,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["queryparams",{"_index":2802,"title":{},"body":{"guards/RoleGuard.html":{}}}],["quot;false"",{"_index":150,"title":{},"body":{"classes/AccountIndex.html":{}}}],["quot;true"",{"_index":131,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/functions.html":{}}}],["r",{"_index":1021,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["raibai",{"_index":1859,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rangala",{"_index":1872,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ratio",{"_index":2939,"title":{},"body":{"interfaces/Token.html":{}}}],["ratio.pipe",{"_index":2910,"title":{},"body":{"modules/SharedModule.html":{}}}],["ratio.pipe.ts",{"_index":2970,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["ratio.pipe.ts:5",{"_index":2972,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["rcu",{"_index":2637,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["reached",{"_index":723,"title":{},"body":{"components/AppComponent.html":{}}}],["reactiveformsmodule",{"_index":518,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/SettingsModule.html":{}}}],["read",{"_index":3599,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["readable",{"_index":4045,"title":{},"body":{"license.html":{}}}],["readarmored(signature.data",{"_index":2721,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["readcsv",{"_index":3489,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["readcsv(input",{"_index":3596,"title":{},"body":{"miscellaneous/functions.html":{}}}],["readily",{"_index":4289,"title":{},"body":{"license.html":{}}}],["reading",{"_index":4147,"title":{},"body":{"license.html":{}}}],["readonly",{"_index":561,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["reads",{"_index":3597,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ready",{"_index":3798,"title":{},"body":{"license.html":{}}}],["readystate",{"_index":674,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["readystateelements",{"_index":1124,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateelements.network",{"_index":1138,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor",{"_index":1085,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor(settings",{"_index":1103,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystatetarget",{"_index":675,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["reason",{"_index":4299,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":4061,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":4219,"title":{},"body":{"license.html":{}}}],["receive",{"_index":3731,"title":{},"body":{"license.html":{}}}],["received",{"_index":3753,"title":{},"body":{"license.html":{}}}],["receives",{"_index":4237,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":4306,"title":{},"body":{"license.html":{}}}],["recently",{"_index":156,"title":{},"body":{"classes/AccountIndex.html":{}}}],["receptionist",{"_index":2083,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recipient",{"_index":1195,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["recipient's",{"_index":4297,"title":{},"body":{"license.html":{}}}],["recipientaddress",{"_index":3219,"title":{},"body":{"injectables/TransactionService.html":{}}}],["recipientbloxberglink",{"_index":3114,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["recipients",{"_index":3750,"title":{},"body":{"license.html":{}}}],["reclaim",{"_index":1637,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reclamation",{"_index":2500,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recognized",{"_index":3893,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1074,"title":{},"body":{"injectables/AuthService.html":{}}}],["recycling",{"_index":2005,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["red",{"_index":1927,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redcross",{"_index":1952,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redirectto",{"_index":528,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["redistribute",{"_index":4404,"title":{},"body":{"license.html":{}}}],["reference",{"_index":3685,"title":{},"body":{"index.html":{}}}],["referrer",{"_index":1233,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["referring",{"_index":3727,"title":{},"body":{"license.html":{}}}],["refers",{"_index":3825,"title":{},"body":{"license.html":{}}}],["refrain",{"_index":4334,"title":{},"body":{"license.html":{}}}],["refreshpaginator",{"_index":383,"title":{},"body":{"components/AccountsComponent.html":{}}}],["regard",{"_index":4153,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":4022,"title":{},"body":{"license.html":{}}}],["regards",{"_index":1261,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["regenerate",{"_index":3935,"title":{},"body":{"license.html":{}}}],["regex",{"_index":1305,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regex.test(control.value",{"_index":1313,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regexp",{"_index":1300,"title":{},"body":{"classes/CustomValidator.html":{}}}],["registered",{"_index":97,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["registers",{"_index":126,"title":{},"body":{"classes/AccountIndex.html":{}}}],["registration",{"_index":29,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["registry",{"_index":94,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["registry.ts",{"_index":2977,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry.ts:22",{"_index":2981,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:24",{"_index":2982,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:26",{"_index":2980,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:57",{"_index":2984,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:75",{"_index":2991,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:91",{"_index":2995,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registryaddress",{"_index":4475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["registryservice",{"_index":1120,"title":{"injectables/RegistryService.html":{}},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["registryservice.filegetter",{"_index":2785,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.getregistry",{"_index":1129,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["registryservice.registry",{"_index":2783,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.registry.declaratorhelper.addtrust(environment.trusteddeclaratoraddress",{"_index":2788,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.registry.load",{"_index":2789,"title":{},"body":{"injectables/RegistryService.html":{}}}],["regular",{"_index":1303,"title":{},"body":{"classes/CustomValidator.html":{}}}],["reinstated",{"_index":4205,"title":{},"body":{"license.html":{}}}],["reject",{"_index":1070,"title":{},"body":{"injectables/AuthService.html":{}}}],["reject(rejectbody(res",{"_index":1075,"title":{},"body":{"injectables/AuthService.html":{}}}],["rejectbody",{"_index":983,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rejectbody(error",{"_index":1491,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"miscellaneous/functions.html":{}}}],["relationship",{"_index":3962,"title":{},"body":{"license.html":{}}}],["released",{"_index":3721,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":4014,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":4192,"title":{},"body":{"license.html":{}}}],["religious",{"_index":1964,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["religous",{"_index":1963,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["reload",{"_index":3628,"title":{},"body":{"index.html":{}}}],["relying",{"_index":4288,"title":{},"body":{"license.html":{}}}],["remain",{"_index":4079,"title":{},"body":{"license.html":{}}}],["remains",{"_index":3719,"title":{},"body":{"license.html":{}}}],["remarks",{"_index":179,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["removal",{"_index":4156,"title":{},"body":{"license.html":{}}}],["remove",{"_index":4155,"title":{},"body":{"license.html":{}}}],["rename",{"_index":1004,"title":{},"body":{"injectables/AuthService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["render",{"_index":3816,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":4379,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":1588,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["renderer2",{"_index":1589,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["rendering",{"_index":1600,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["repair",{"_index":2066,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["replaysubject",{"_index":570,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["represent",{"_index":4117,"title":{},"body":{"license.html":{}}}],["represents",{"_index":903,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["request",{"_index":1356,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["request.clone({headers",{"_index":1502,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.headers.set('authorization",{"_index":1503,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.method",{"_index":1534,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["request.urlwithparams",{"_index":1535,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["requests",{"_index":1367,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["require",{"_index":2638,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["require('@src/assets/js/block",{"_index":174,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["require('vcard",{"_index":3242,"title":{},"body":{"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":311,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["requirement",{"_index":4015,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":4082,"title":{},"body":{"license.html":{}}}],["requires",{"_index":127,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["requiring",{"_index":3841,"title":{},"body":{"license.html":{}}}],["res",{"_index":299,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["res.ok",{"_index":1072,"title":{},"body":{"injectables/AuthService.html":{}}}],["researcher",{"_index":1937,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["resend",{"_index":3179,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reserve",{"_index":2466,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reserveratio",{"_index":2478,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reserves",{"_index":2473,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reset",{"_index":476,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["resettransactionslist",{"_index":3199,"title":{},"body":{"injectables/TransactionService.html":{}}}],["resize",{"_index":736,"title":{},"body":{"components/AppComponent.html":{}}}],["resolve(res.text",{"_index":1076,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolved",{"_index":1621,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["resource",{"_index":1405,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["resources",{"_index":3590,"title":{},"body":{"miscellaneous/functions.html":{}}}],["respect",{"_index":3746,"title":{},"body":{"license.html":{}}}],["response",{"_index":70,"title":{},"body":{"interfaces/AccountDetails.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["response.headers.get('token",{"_index":1027,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.headers.get('www",{"_index":1015,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.ok",{"_index":1003,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.status",{"_index":1012,"title":{},"body":{"injectables/AuthService.html":{}}}],["responsebody",{"_index":2593,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["responsibilities",{"_index":1009,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["responsible",{"_index":4238,"title":{},"body":{"license.html":{}}}],["restrict",{"_index":3806,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":3988,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":4190,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":4187,"title":{},"body":{"license.html":{}}}],["result",{"_index":84,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["resulting",{"_index":3844,"title":{},"body":{"license.html":{}}}],["results",{"_index":86,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["retail",{"_index":2368,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":4131,"title":{},"body":{"license.html":{}}}],["return",{"_index":158,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AdminComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["returned",{"_index":1306,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{}}}],["returns",{"_index":136,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{}}}],["returnurl",{"_index":2803,"title":{},"body":{"guards/RoleGuard.html":{}}}],["reverse",{"_index":3181,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reversetransaction",{"_index":3120,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reviewing",{"_index":4389,"title":{},"body":{"license.html":{}}}],["revised",{"_index":4341,"title":{},"body":{"license.html":{}}}],["revokeaction(action.id",{"_index":647,"title":{},"body":{"components/AdminComponent.html":{}}}],["rewards",{"_index":2499,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ribe",{"_index":1860,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":4126,"title":{},"body":{"license.html":{}}}],["rights",{"_index":3737,"title":{},"body":{"license.html":{}}}],["risk",{"_index":4362,"title":{},"body":{"license.html":{}}}],["road",{"_index":1670,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["role",{"_index":535,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["roleguard",{"_index":2790,"title":{"guards/RoleGuard.html":{}},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["roles",{"_index":2796,"title":{},"body":{"guards/RoleGuard.html":{}}}],["rom",{"_index":4134,"title":{},"body":{"license.html":{}}}],["root",{"_index":670,"title":{},"body":{"components/AppComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["root'},{'name",{"_index":327,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["route",{"_index":549,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"index.html":{}}}],["route.data.roles",{"_index":2799,"title":{},"body":{"guards/RoleGuard.html":{}}}],["route.data.roles.indexof(currentuser.role",{"_index":2800,"title":{},"body":{"guards/RoleGuard.html":{}}}],["router",{"_index":244,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["routerlink",{"_index":2808,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["routerlinkdirectivestub",{"_index":366,"title":{"directives/RouterLinkDirectiveStub.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["routermodule",{"_index":526,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["routermodule.forchild(routes",{"_index":531,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["routermodule.forroot(routes",{"_index":818,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["routerstatesnapshot",{"_index":891,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["routes",{"_index":525,"title":{"routes.html":{}},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{},"routes.html":{}}}],["route}.\\n${error.message",{"_index":1485,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["route}.\\n${error.message}.\\nstatus",{"_index":1482,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["routing.module",{"_index":483,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["routing.module.ts",{"_index":524,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["row",{"_index":603,"title":{},"body":{"components/AdminComponent.html":{}}}],["row.isexpanded",{"_index":648,"title":{},"body":{"components/AdminComponent.html":{}}}],["royalty",{"_index":4253,"title":{},"body":{"license.html":{}}}],["rsv",{"_index":1634,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/TokenServiceStub.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["rubbish",{"_index":1995,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruben",{"_index":1658,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rueben",{"_index":1659,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruiru",{"_index":1767,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rules",{"_index":3673,"title":{},"body":{"index.html":{},"license.html":{}}}],["run",{"_index":3612,"title":{},"body":{"index.html":{},"license.html":{}}}],["running",{"_index":3649,"title":{},"body":{"index.html":{},"license.html":{}}}],["runs",{"_index":3914,"title":{},"body":{"license.html":{}}}],["runtime",{"_index":1442,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["rural",{"_index":1879,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rxjs",{"_index":576,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":420,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["s",{"_index":971,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["s.signature",{"_index":2714,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sabuni",{"_index":2312,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sad",{"_index":730,"title":{},"body":{"components/AppComponent.html":{}}}],["safe",{"_index":2823,"title":{},"body":{"pipes/SafePipe.html":{}}}],["safepipe",{"_index":2820,"title":{"pipes/SafePipe.html":{}},"body":{"pipes/SafePipe.html":{},"modules/SharedModule.html":{},"coverage.html":{},"overview.html":{}}}],["safest",{"_index":4406,"title":{},"body":{"license.html":{}}}],["sake",{"_index":3770,"title":{},"body":{"license.html":{}}}],["sale",{"_index":4261,"title":{},"body":{"license.html":{}}}],["sales",{"_index":2095,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["salon",{"_index":2088,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saloon",{"_index":2096,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["samaki",{"_index":2194,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sambusa",{"_index":2268,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["same",{"_index":3751,"title":{},"body":{"license.html":{}}}],["samosa",{"_index":2192,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sanitizer",{"_index":2830,"title":{},"body":{"pipes/SafePipe.html":{}}}],["sarafu",{"_index":79,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["satisfy",{"_index":4081,"title":{},"body":{"license.html":{}}}],["sausages",{"_index":2238,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["savedindex",{"_index":1060,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["savings",{"_index":2329,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saying",{"_index":4076,"title":{},"body":{"license.html":{}}}],["scaffolding",{"_index":3630,"title":{},"body":{"index.html":{}}}],["scan",{"_index":1086,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scan(settings",{"_index":1106,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scanfilter",{"_index":2833,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["sch",{"_index":1907,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["schema",{"_index":3604,"title":{},"body":{"miscellaneous/functions.html":{}}}],["school",{"_index":1908,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["science",{"_index":1955,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["scope",{"_index":4310,"title":{},"body":{"license.html":{}}}],["scrap",{"_index":1992,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["script",{"_index":3641,"title":{},"body":{"index.html":{}}}],["scripts",{"_index":3920,"title":{},"body":{"license.html":{}}}],["search",{"_index":218,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["search'},{'name",{"_index":323,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["search.component",{"_index":519,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["search.component.html",{"_index":222,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.scss",{"_index":220,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts",{"_index":210,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:16",{"_index":257,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:17",{"_index":259,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:18",{"_index":258,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:19",{"_index":260,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:20",{"_index":262,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:21",{"_index":261,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:22",{"_index":252,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:23",{"_index":255,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:24",{"_index":254,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:25",{"_index":245,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:33",{"_index":246,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:46",{"_index":264,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:49",{"_index":266,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:52",{"_index":268,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:56",{"_index":248,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:66",{"_index":250,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:86",{"_index":247,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search/account",{"_index":209,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["searching",{"_index":2838,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["secondarily",{"_index":3854,"title":{},"body":{"license.html":{}}}],["secondary",{"_index":1919,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["secp256k1",{"_index":3240,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secp256k1.ecdsasign(txmsg",{"_index":3319,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secretary",{"_index":2100,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["section",{"_index":3967,"title":{},"body":{"license.html":{}}}],["sections",{"_index":1457,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["secure",{"_index":2881,"title":{},"body":{"components/SettingsComponent.html":{}}}],["security",{"_index":2098,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["see",{"_index":3661,"title":{},"body":{"index.html":{},"license.html":{}}}],["seedling",{"_index":2003,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seedlings",{"_index":2004,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seigei",{"_index":1671,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["select",{"_index":2514,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["selection",{"_index":1583,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive",{"_index":2908,"title":{},"body":{"modules/SharedModule.html":{}}}],["selection.directive.ts",{"_index":1579,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"coverage.html":{}}}],["selection.directive.ts:25",{"_index":1601,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive.ts:8",{"_index":1590,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selector",{"_index":216,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["sell",{"_index":4276,"title":{},"body":{"license.html":{}}}],["selling",{"_index":3459,"title":{},"body":{"classes/UserServiceStub.html":{},"license.html":{}}}],["semiconductor",{"_index":3828,"title":{},"body":{"license.html":{}}}],["send",{"_index":1005,"title":{},"body":{"injectables/AuthService.html":{}}}],["senddebuglevelmessage",{"_index":1541,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senddebuglevelmessage(message",{"_index":1551,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sender",{"_index":1194,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["senderaddress",{"_index":3218,"title":{},"body":{"injectables/TransactionService.html":{}}}],["senderbloxberglink",{"_index":3115,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["senderrorlevelmessage",{"_index":1542,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senderrorlevelmessage(message",{"_index":1553,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage",{"_index":1543,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage(message",{"_index":1555,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage",{"_index":1544,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage(message",{"_index":1557,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage",{"_index":1545,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage(message",{"_index":1559,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendsignedchallenge",{"_index":941,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendsignedchallenge(hobaresponseencoded",{"_index":961,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendtracelevelmessage",{"_index":1546,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendtracelevelmessage(message",{"_index":1561,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage",{"_index":1547,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage(message",{"_index":1563,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sentence",{"_index":1456,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sentencesforwarninglogging",{"_index":1429,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["separable",{"_index":4089,"title":{},"body":{"license.html":{}}}],["separate",{"_index":1008,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["separately",{"_index":4026,"title":{},"body":{"license.html":{}}}],["seremala",{"_index":2097,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["serial",{"_index":2992,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["serve",{"_index":3619,"title":{},"body":{"index.html":{}}}],["server",{"_index":1032,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["serverloggingurl",{"_index":799,"title":{},"body":{"modules/AppModule.html":{}}}],["serverloglevel",{"_index":797,"title":{},"body":{"modules/AppModule.html":{},"miscellaneous/variables.html":{}}}],["serves",{"_index":3907,"title":{},"body":{"license.html":{}}}],["service",{"_index":883,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["services",{"_index":34,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["serviceworkermodule",{"_index":793,"title":{},"body":{"modules/AppModule.html":{}}}],["serviceworkermodule.register('ngsw",{"_index":802,"title":{},"body":{"modules/AppModule.html":{}}}],["servicing",{"_index":4369,"title":{},"body":{"license.html":{}}}],["session",{"_index":1007,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.getitem(btoa('cicada_session_token",{"_index":988,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["sessionstorage.removeitem(btoa('cicada_session_token",{"_index":1018,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.setitem(btoa('cicada_session_token",{"_index":989,"title":{},"body":{"injectables/AuthService.html":{}}}],["set",{"_index":573,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["setconversion",{"_index":3200,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setconversion(conversion",{"_index":3213,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setkey",{"_index":942,"title":{},"body":{"injectables/AuthService.html":{}}}],["setkey(privatekeyarmored",{"_index":964,"title":{},"body":{"injectables/AuthService.html":{}}}],["setparammap",{"_index":557,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["setparammap(params",{"_index":571,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["sets",{"_index":1294,"title":{},"body":{"classes/CustomValidator.html":{}}}],["setsessiontoken",{"_index":943,"title":{},"body":{"injectables/AuthService.html":{}}}],["setsessiontoken(token",{"_index":967,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate",{"_index":944,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate(s",{"_index":969,"title":{},"body":{"injectables/AuthService.html":{}}}],["settimeout",{"_index":2610,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["setting",{"_index":1496,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["settings",{"_index":1095,"title":{"classes/Settings.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/OrganizationComponent.html":{},"modules/PagesRoutingModule.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["settings'},{'name",{"_index":345,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["settings(this.scan",{"_index":1123,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.component.html",{"_index":2849,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.component.scss",{"_index":2848,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.registry",{"_index":1128,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.scanfilter",{"_index":1177,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper",{"_index":1130,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.onconversion",{"_index":1135,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.ontransfer",{"_index":1132,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.processreceipt(m.data",{"_index":1148,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.engine",{"_index":1127,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.provider",{"_index":1125,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settingscomponent",{"_index":344,"title":{"components/SettingsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["settingsmodule",{"_index":2884,"title":{"modules/SettingsModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules.html":{},"overview.html":{}}}],["settingsroutingmodule",{"_index":2888,"title":{"modules/SettingsRoutingModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["settransaction",{"_index":3201,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["settransaction(transaction",{"_index":3215,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["sha256",{"_index":2668,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sha3",{"_index":3232,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["shall",{"_index":3972,"title":{},"body":{"license.html":{}}}],["shamba",{"_index":2014,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shanzu",{"_index":1841,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["share",{"_index":577,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["shared",{"_index":3926,"title":{},"body":{"license.html":{}}}],["sharedmodule",{"_index":473,"title":{"modules/SharedModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["shepard",{"_index":2102,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shephard",{"_index":2103,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shepherd",{"_index":2054,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shirt",{"_index":2385,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shoe",{"_index":2101,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shop",{"_index":2336,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["short",{"_index":4421,"title":{},"body":{"license.html":{}}}],["show",{"_index":3754,"title":{},"body":{"license.html":{}}}],["siaya",{"_index":1868,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sickly",{"_index":2327,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["side",{"_index":1382,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["sidebar",{"_index":737,"title":{},"body":{"components/AppComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["sidebar'},{'name",{"_index":347,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["sidebar.component.html",{"_index":2918,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":2917,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar?.classlist.add('active",{"_index":748,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.contains('active",{"_index":747,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.remove('active",{"_index":751,"title":{},"body":{"components/AppComponent.html":{}}}],["sidebar?.classlist.toggle('active",{"_index":1611,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse",{"_index":742,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse?.classlist.contains('active",{"_index":744,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.remove('active",{"_index":745,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.toggle('active",{"_index":1613,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcomponent",{"_index":346,"title":{"components/SidebarComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["sidebarstubcomponent",{"_index":348,"title":{"components/SidebarStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["sig",{"_index":2724,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sigei",{"_index":1666,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sign",{"_index":2662,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["sign(digest",{"_index":2683,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sign(opts",{"_index":2709,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signable",{"_index":2680,"title":{"interfaces/Signable.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signature",{"_index":55,"title":{"interfaces/Signature.html":{},"interfaces/Signature-1.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signatureobject",{"_index":3318,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.recid",{"_index":3324,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(0",{"_index":3321,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(32",{"_index":3323,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signchallenge",{"_index":980,"title":{},"body":{"injectables/AuthService.html":{}}}],["signed",{"_index":59,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/AuthService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signer",{"_index":129,"title":{"interfaces/Signer.html":{}},"body":{"classes/AccountIndex.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts",{"_index":2652,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts:109",{"_index":2684,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:11",{"_index":2922,"title":{},"body":{"interfaces/Signable.html":{}}}],["signer.ts:144",{"_index":2688,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:32",{"_index":2923,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:34",{"_index":2924,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:36",{"_index":2925,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:42",{"_index":2926,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:48",{"_index":2927,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:54",{"_index":2928,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:60",{"_index":2669,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:62",{"_index":2670,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:64",{"_index":2671,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:66",{"_index":2672,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:68",{"_index":2673,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:70",{"_index":2674,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:72",{"_index":2676,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:74",{"_index":2665,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:90",{"_index":2678,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:99",{"_index":2681,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signeraddress",{"_index":102,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["significant",{"_index":4118,"title":{},"body":{"license.html":{}}}],["signing",{"_index":2654,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signs",{"_index":2685,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["silc",{"_index":2332,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["silver",{"_index":3436,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["sima",{"_index":2265,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["similar",{"_index":3986,"title":{},"body":{"license.html":{}}}],["simsim",{"_index":2256,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simu",{"_index":2372,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simulate",{"_index":2503,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["simultaneously",{"_index":4329,"title":{},"body":{"license.html":{}}}],["sinai",{"_index":1665,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["single",{"_index":4302,"title":{},"body":{"license.html":{}}}],["size",{"_index":4481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slash",{"_index":2774,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["smallest",{"_index":2936,"title":{},"body":{"interfaces/Token.html":{}}}],["smokie",{"_index":2276,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["smokies",{"_index":2277,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sms",{"_index":3180,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snackbar",{"_index":3124,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snacks",{"_index":2269,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soap",{"_index":2313,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["societies",{"_index":2965,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["socket",{"_index":2846,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["socks",{"_index":2360,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soda",{"_index":2189,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["software",{"_index":3694,"title":{},"body":{"license.html":{}}}],["soko",{"_index":2193,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["solar",{"_index":2447,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sold",{"_index":4101,"title":{},"body":{"license.html":{}}}],["soldier",{"_index":1977,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sole",{"_index":3952,"title":{},"body":{"license.html":{}}}],["solely",{"_index":3964,"title":{},"body":{"license.html":{}}}],["something",{"_index":727,"title":{},"body":{"components/AppComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sort",{"_index":379,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["soup",{"_index":2274,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["source",{"_index":4,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"index.html":{},"license.html":{}}}],["sourcetoken",{"_index":1184,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["south",{"_index":1655,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soweto",{"_index":1764,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spare",{"_index":2358,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["spareparts",{"_index":2349,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["speak",{"_index":3726,"title":{},"body":{"license.html":{}}}],["special",{"_index":3810,"title":{},"body":{"license.html":{}}}],["specific",{"_index":145,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["specifically",{"_index":3930,"title":{},"body":{"license.html":{}}}],["specified",{"_index":155,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["specifies",{"_index":4347,"title":{},"body":{"license.html":{}}}],["specify",{"_index":4350,"title":{},"body":{"license.html":{}}}],["spinach",{"_index":2275,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":517,"title":{},"body":{"modules/AccountsModule.html":{}}}],["spirit",{"_index":4342,"title":{},"body":{"license.html":{}}}],["src/.../account.ts",{"_index":4450,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../accountindex.ts",{"_index":4447,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../array",{"_index":3556,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../clipboard",{"_index":3557,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../environment.dev.ts",{"_index":4451,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.prod.ts",{"_index":4452,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.ts",{"_index":4453,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../export",{"_index":3558,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../global",{"_index":3562,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../http",{"_index":3559,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../mock",{"_index":4449,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../pgp",{"_index":4454,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../read",{"_index":3560,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/.../schema",{"_index":3561,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../token",{"_index":4448,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../transaction.service.ts",{"_index":4455,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user.service.ts",{"_index":4456,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/app/_eth/accountindex.ts",{"_index":90,"title":{},"body":{"classes/AccountIndex.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_eth/accountindex.ts:122",{"_index":162,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:22",{"_index":122,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:24",{"_index":123,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:26",{"_index":113,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:58",{"_index":125,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:79",{"_index":142,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:96",{"_index":154,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/token",{"_index":2976,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_guards/auth.guard.ts",{"_index":875,"title":{},"body":{"guards/AuthGuard.html":{},"coverage.html":{}}}],["src/app/_guards/auth.guard.ts:21",{"_index":881,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/auth.guard.ts:38",{"_index":892,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/role.guard.ts",{"_index":2791,"title":{},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["src/app/_guards/role.guard.ts:21",{"_index":2792,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_guards/role.guard.ts:38",{"_index":2793,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_helpers/array",{"_index":3475,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/clipboard",{"_index":3478,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/custom",{"_index":1253,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts",{"_index":1285,"title":{},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts:13",{"_index":1293,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/custom.validator.ts:28",{"_index":1302,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/export",{"_index":3481,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/global",{"_index":1422,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/http",{"_index":3485,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/mock",{"_index":1615,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/read",{"_index":3487,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/schema",{"_index":3491,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_interceptors/error.interceptor.ts",{"_index":1351,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/error.interceptor.ts:21",{"_index":1359,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/error.interceptor.ts:42",{"_index":1366,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/http",{"_index":1494,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts",{"_index":1522,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:20",{"_index":1524,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:35",{"_index":1525,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_models/account.ts",{"_index":6,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_models/mappings.ts",{"_index":533,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts",{"_index":2832,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts:10",{"_index":2843,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:13",{"_index":2837,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:4",{"_index":2840,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:6",{"_index":2841,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:8",{"_index":2842,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/staff.ts",{"_index":2929,"title":{},"body":{"interfaces/Staff.html":{},"coverage.html":{}}}],["src/app/_models/token.ts",{"_index":2934,"title":{},"body":{"interfaces/Token.html":{},"coverage.html":{}}}],["src/app/_models/transaction.ts",{"_index":1181,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["src/app/_pgp/pgp",{"_index":2651,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/auth.service.ts",{"_index":925,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{}}}],["src/app/_services/auth.service.ts:129",{"_index":959,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:139",{"_index":965,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:167",{"_index":960,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:17",{"_index":972,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:173",{"_index":949,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:18",{"_index":973,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:185",{"_index":955,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:19",{"_index":976,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:191",{"_index":953,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:203",{"_index":951,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:207",{"_index":952,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:22",{"_index":947,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:32",{"_index":957,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:39",{"_index":954,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:43",{"_index":968,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:47",{"_index":970,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:51",{"_index":956,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:73",{"_index":962,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:85",{"_index":950,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:94",{"_index":958,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/block",{"_index":1080,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["src/app/_services/error",{"_index":1330,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts",{"_index":1506,"title":{},"body":{"injectables/LocationService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts:10",{"_index":1510,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:13",{"_index":1513,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:17",{"_index":1512,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:21",{"_index":1516,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:25",{"_index":1515,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/logging.service.ts",{"_index":1538,"title":{},"body":{"injectables/LoggingService.html":{},"coverage.html":{}}}],["src/app/_services/logging.service.ts:18",{"_index":1562,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:22",{"_index":1552,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:26",{"_index":1558,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:30",{"_index":1560,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:34",{"_index":1564,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:38",{"_index":1554,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:42",{"_index":1556,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:8",{"_index":1565,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:9",{"_index":1550,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/registry.service.ts",{"_index":2775,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{}}}],["src/app/_services/registry.service.ts:11",{"_index":2781,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:12",{"_index":2778,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:16",{"_index":2779,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/token.service.ts",{"_index":3003,"title":{},"body":{"injectables/TokenService.html":{},"coverage.html":{}}}],["src/app/_services/token.service.ts:13",{"_index":3025,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:14",{"_index":3026,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:15",{"_index":3027,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:16",{"_index":3029,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:19",{"_index":3031,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:20",{"_index":3011,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:24",{"_index":3023,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:32",{"_index":3013,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:44",{"_index":3021,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:52",{"_index":3017,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:63",{"_index":3019,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:73",{"_index":3015,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:78",{"_index":3020,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:83",{"_index":3022,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/transaction.service.ts",{"_index":3192,"title":{},"body":{"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/transaction.service.ts:118",{"_index":3206,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:133",{"_index":3212,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:138",{"_index":3208,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:145",{"_index":3220,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:27",{"_index":3224,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:28",{"_index":3223,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:29",{"_index":3226,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:30",{"_index":3227,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:31",{"_index":3228,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:32",{"_index":3203,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:43",{"_index":3211,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:49",{"_index":3210,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:53",{"_index":3209,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:57",{"_index":3216,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:93",{"_index":3214,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/user.service.ts",{"_index":3510,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/web3.service.ts",{"_index":3461,"title":{},"body":{"injectables/Web3Service.html":{},"coverage.html":{}}}],["src/app/_services/web3.service.ts:13",{"_index":3464,"title":{},"body":{"injectables/Web3Service.html":{}}}],["src/app/_services/web3.service.ts:9",{"_index":3463,"title":{},"body":{"injectables/Web3Service.html":{}}}],["src/app/app",{"_index":809,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["src/app/app.component.ts",{"_index":669,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["src/app/app.component.ts:18",{"_index":705,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:19",{"_index":703,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:20",{"_index":701,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:21",{"_index":686,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:34",{"_index":694,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:57",{"_index":696,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:82",{"_index":693,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:88",{"_index":691,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":772,"title":{},"body":{"modules/AppModule.html":{}}}],["src/app/auth/_directives/password",{"_index":2755,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["src/app/auth/auth",{"_index":923,"title":{},"body":{"modules/AuthRoutingModule.html":{}}}],["src/app/auth/auth.component.ts",{"_index":821,"title":{},"body":{"components/AuthComponent.html":{},"coverage.html":{}}}],["src/app/auth/auth.component.ts:16",{"_index":839,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:17",{"_index":841,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:18",{"_index":840,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:19",{"_index":832,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:28",{"_index":834,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:37",{"_index":843,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:41",{"_index":835,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:53",{"_index":833,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:66",{"_index":836,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:73",{"_index":838,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.module.ts",{"_index":918,"title":{},"body":{"modules/AuthModule.html":{}}}],["src/app/pages/accounts/account",{"_index":208,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts",{"_index":523,"title":{},"body":{"modules/AccountsRoutingModule.html":{}}}],["src/app/pages/accounts/accounts.component.ts",{"_index":369,"title":{},"body":{"components/AccountsComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts.component.ts:20",{"_index":400,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:21",{"_index":396,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:22",{"_index":404,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:23",{"_index":402,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:24",{"_index":407,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:25",{"_index":397,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:26",{"_index":398,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:28",{"_index":411,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:29",{"_index":387,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:37",{"_index":392,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:57",{"_index":389,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:61",{"_index":395,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:67",{"_index":391,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:78",{"_index":393,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:86",{"_index":390,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.module.ts",{"_index":478,"title":{},"body":{"modules/AccountsModule.html":{}}}],["src/app/pages/accounts/create",{"_index":1207,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin",{"_index":668,"title":{},"body":{"modules/AdminRoutingModule.html":{}}}],["src/app/pages/admin/admin.component.ts",{"_index":584,"title":{},"body":{"components/AdminComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin.component.ts:25",{"_index":607,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:26",{"_index":610,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:27",{"_index":605,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:28",{"_index":606,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:30",{"_index":611,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:31",{"_index":592,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:35",{"_index":604,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:46",{"_index":599,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:50",{"_index":594,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:54",{"_index":596,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:65",{"_index":598,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:76",{"_index":602,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:80",{"_index":600,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.module.ts",{"_index":665,"title":{},"body":{"modules/AdminModule.html":{}}}],["src/app/pages/pages",{"_index":2743,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["src/app/pages/pages.component.ts",{"_index":2727,"title":{},"body":{"components/PagesComponent.html":{},"coverage.html":{}}}],["src/app/pages/pages.component.ts:10",{"_index":2731,"title":{},"body":{"components/PagesComponent.html":{}}}],["src/app/pages/pages.module.ts",{"_index":2740,"title":{},"body":{"modules/PagesModule.html":{}}}],["src/app/pages/settings/organization/organization.component.ts",{"_index":2616,"title":{},"body":{"components/OrganizationComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:12",{"_index":2625,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:13",{"_index":2626,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:14",{"_index":2622,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:18",{"_index":2623,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:26",{"_index":2628,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:30",{"_index":2624,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/settings",{"_index":2897,"title":{},"body":{"modules/SettingsRoutingModule.html":{}}}],["src/app/pages/settings/settings.component.ts",{"_index":2847,"title":{},"body":{"components/SettingsComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/settings.component.ts:16",{"_index":2858,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:17",{"_index":2857,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:18",{"_index":2860,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:19",{"_index":2862,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:20",{"_index":2863,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:22",{"_index":2861,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:23",{"_index":2852,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:27",{"_index":2856,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:38",{"_index":2853,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:42",{"_index":2854,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:46",{"_index":2855,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.module.ts",{"_index":2889,"title":{},"body":{"modules/SettingsModule.html":{}}}],["src/app/pages/tokens/token",{"_index":2940,"title":{},"body":{"components/TokenDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens",{"_index":3106,"title":{},"body":{"modules/TokensRoutingModule.html":{}}}],["src/app/pages/tokens/tokens.component.ts",{"_index":3068,"title":{},"body":{"components/TokensComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens.component.ts:17",{"_index":3081,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:18",{"_index":3080,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:19",{"_index":3082,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:20",{"_index":3083,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:21",{"_index":3084,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:22",{"_index":3074,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:30",{"_index":3077,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:46",{"_index":3075,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:50",{"_index":3079,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:54",{"_index":3076,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.module.ts",{"_index":3097,"title":{},"body":{"modules/TokensModule.html":{}}}],["src/app/pages/transactions/transaction",{"_index":3112,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions",{"_index":3399,"title":{},"body":{"modules/TransactionsRoutingModule.html":{}}}],["src/app/pages/transactions/transactions.component.ts",{"_index":3339,"title":{},"body":{"components/TransactionsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions.component.ts:23",{"_index":3364,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:24",{"_index":3365,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:25",{"_index":3359,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:26",{"_index":3360,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:27",{"_index":3366,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:28",{"_index":3363,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:29",{"_index":3367,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:30",{"_index":3368,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:31",{"_index":3362,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:33",{"_index":3361,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:34",{"_index":3351,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:43",{"_index":3356,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:66",{"_index":3358,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:70",{"_index":3352,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:74",{"_index":3354,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:87",{"_index":3355,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:92",{"_index":3353,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.module.ts",{"_index":3395,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["src/app/shared/_directives/menu",{"_index":1578,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts",{"_index":2822,"title":{},"body":{"pipes/SafePipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts:10",{"_index":2827,"title":{},"body":{"pipes/SafePipe.html":{}}}],["src/app/shared/_pipes/token",{"_index":2969,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/unix",{"_index":3400,"title":{},"body":{"pipes/UnixDatePipe.html":{},"coverage.html":{}}}],["src/app/shared/error",{"_index":1314,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts",{"_index":1409,"title":{},"body":{"components/FooterComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts:10",{"_index":1414,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/footer/footer.component.ts:13",{"_index":1415,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/network",{"_index":2595,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["src/app/shared/shared.module.ts",{"_index":2903,"title":{},"body":{"modules/SharedModule.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts",{"_index":2916,"title":{},"body":{"components/SidebarComponent.html":{},"coverage.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:12",{"_index":2920,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:9",{"_index":2919,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts",{"_index":3107,"title":{},"body":{"components/TopbarComponent.html":{},"coverage.html":{}}}],["src/app/shared/topbar/topbar.component.ts:12",{"_index":3111,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts:9",{"_index":3110,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/assets/js/ethtx/dist",{"_index":3238,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/hex",{"_index":277,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/tx",{"_index":3239,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/hoba",{"_index":981,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/assets/js/hoba.js",{"_index":979,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/environments",{"_index":3659,"title":{},"body":{"index.html":{}}}],["src/environments/environment",{"_index":171,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/LocationService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["src/environments/environment.dev.ts",{"_index":3520,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.prod.ts",{"_index":3521,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.ts",{"_index":3522,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/testing/activated",{"_index":548,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["src/testing/router",{"_index":2805,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{}}}],["src/testing/shared",{"_index":1420,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{},"coverage.html":{}}}],["src/testing/token",{"_index":3064,"title":{},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["src/testing/transaction",{"_index":3333,"title":{},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["src/testing/user",{"_index":3408,"title":{},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["stack",{"_index":1449,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["stadium",{"_index":1797,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["staff",{"_index":655,"title":{"interfaces/Staff.html":{}},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"interfaces/Staff.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["staff.userid",{"_index":1062,"title":{},"body":{"injectables/AuthService.html":{}}}],["stand",{"_index":3797,"title":{},"body":{"license.html":{}}}],["standard",{"_index":3891,"title":{},"body":{"license.html":{}}}],["standards",{"_index":3894,"title":{},"body":{"license.html":{}}}],["starehe",{"_index":1800,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["start",{"_index":4407,"title":{},"body":{"license.html":{}}}],["start:dev",{"_index":3621,"title":{},"body":{"index.html":{}}}],["start:prod",{"_index":3623,"title":{},"body":{"index.html":{}}}],["start:pwa",{"_index":3647,"title":{},"body":{"index.html":{}}}],["started",{"_index":3607,"title":{"index.html":{},"license.html":{}},"body":{}}],["starts",{"_index":4422,"title":{},"body":{"license.html":{}}}],["starttime",{"_index":1530,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["state",{"_index":613,"title":{},"body":{"components/AdminComponent.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"license.html":{}}}],["state('collapsed",{"_index":621,"title":{},"body":{"components/AdminComponent.html":{}}}],["state('expanded",{"_index":627,"title":{},"body":{"components/AdminComponent.html":{}}}],["state.url",{"_index":2804,"title":{},"body":{"guards/RoleGuard.html":{}}}],["stated",{"_index":3941,"title":{},"body":{"license.html":{}}}],["statement",{"_index":4194,"title":{},"body":{"license.html":{}}}],["statements",{"_index":3469,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":2643,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["static",{"_index":1288,"title":{},"body":{"classes/CustomValidator.html":{},"injectables/RegistryService.html":{},"injectables/Web3Service.html":{}}}],["stating",{"_index":4005,"title":{},"body":{"license.html":{}}}],["station",{"_index":2396,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["status",{"_index":537,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["status'},{'name",{"_index":339,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["status.component",{"_index":2913,"title":{},"body":{"modules/SharedModule.html":{}}}],["status.component.html",{"_index":2599,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.scss",{"_index":2598,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts",{"_index":2597,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["status.component.ts:10",{"_index":2604,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:16",{"_index":2607,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:18",{"_index":2606,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status/network",{"_index":2596,"title":{},"body":{"components/NetworkStatusComponent.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["statustext",{"_index":1492,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["step",{"_index":2880,"title":{},"body":{"components/SettingsComponent.html":{}}}],["steps",{"_index":3758,"title":{},"body":{"license.html":{}}}],["stima",{"_index":2448,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["storage",{"_index":4036,"title":{},"body":{"license.html":{}}}],["store",{"_index":66,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["store.ts",{"_index":3498,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["stored",{"_index":3638,"title":{},"body":{"index.html":{}}}],["string",{"_index":23,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{}}}],["stringfromurl",{"_index":2583,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["strip0x",{"_index":276,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["strip0x(abi",{"_index":3298,"title":{},"body":{"injectables/TransactionService.html":{}}}],["stub.ts",{"_index":550,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/FooterStubComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SidebarStubComponent.html":{},"classes/TokenServiceStub.html":{},"components/TopbarStubComponent.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"coverage.html":{}}}],["stub.ts:10",{"_index":2811,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:103",{"_index":3446,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:11",{"_index":565,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:124",{"_index":3444,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:13",{"_index":2810,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:134",{"_index":3442,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:18",{"_index":568,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:2",{"_index":3067,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["stub.ts:21",{"_index":572,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:4",{"_index":3336,"title":{},"body":{"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:6",{"_index":3335,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:72",{"_index":3411,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:8",{"_index":3334,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:87",{"_index":3449,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:9",{"_index":2809,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["student",{"_index":1910,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":614,"title":{},"body":{"components/AdminComponent.html":{},"components/AuthComponent.html":{}}}],["styles",{"_index":205,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["styleurls",{"_index":219,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["styling",{"_index":3672,"title":{},"body":{"index.html":{}}}],["subdividing",{"_index":4243,"title":{},"body":{"license.html":{}}}],["subject",{"_index":562,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/TokenService.html":{},"license.html":{}}}],["sublicenses",{"_index":4272,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":3966,"title":{},"body":{"license.html":{}}}],["submit",{"_index":1252,"title":{},"body":{"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["submitted",{"_index":826,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["subprograms",{"_index":3929,"title":{},"body":{"license.html":{}}}],["subroutine",{"_index":4432,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":3253,"title":{},"body":{"injectables/TransactionService.html":{}}}],["subscribe((res",{"_index":441,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TransactionsComponent.html":{}}}],["subscribe(async",{"_index":298,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["subscribers",{"_index":580,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["subsection",{"_index":4067,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":4114,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":3795,"title":{},"body":{"license.html":{}}}],["succeeded",{"_index":1532,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["success",{"_index":1198,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["successful",{"_index":139,"title":{},"body":{"classes/AccountIndex.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/functions.html":{}}}],["successfully",{"_index":2549,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TransactionDetailsComponent.html":{}}}],["such",{"_index":3747,"title":{},"body":{"license.html":{}}}],["sue",{"_index":4286,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":4121,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":2813,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["sugar",{"_index":2270,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["suger",{"_index":2271,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukari",{"_index":2273,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukuma",{"_index":2278,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sum",{"_index":3564,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sum.ts",{"_index":3476,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["super",{"_index":1467,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["super(message",{"_index":1464,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["superadmin",{"_index":1636,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["supplement",{"_index":4148,"title":{},"body":{"license.html":{}}}],["supplier",{"_index":2138,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["supply",{"_index":2469,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"miscellaneous/variables.html":{}}}],["support",{"_index":2733,"title":{},"body":{"components/PagesComponent.html":{},"license.html":{},"modules.html":{}}}],["supports",{"_index":3645,"title":{},"body":{"index.html":{},"license.html":{}}}],["sure",{"_index":3718,"title":{},"body":{"license.html":{}}}],["surname",{"_index":1231,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["surrender",{"_index":3743,"title":{},"body":{"license.html":{}}}],["survive",{"_index":4193,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":4382,"title":{},"body":{"license.html":{}}}],["svg",{"_index":4440,"title":{},"body":{"modules.html":{}}}],["sweats",{"_index":2267,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sweet",{"_index":2266,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["switch",{"_index":1397,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["switchwindows",{"_index":829,"title":{},"body":{"components/AuthComponent.html":{}}}],["swupdate",{"_index":685,"title":{},"body":{"components/AppComponent.html":{}}}],["symbol",{"_index":1206,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["sync.service.ts",{"_index":1081,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["sync.service.ts:109",{"_index":1097,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:15",{"_index":1115,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:16",{"_index":1088,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:23",{"_index":1098,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:27",{"_index":1092,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:45",{"_index":1105,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:80",{"_index":1101,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:88",{"_index":1113,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/data",{"_index":2787,"title":{},"body":{"injectables/RegistryService.html":{}}}],["sync/data/accountsindex.json",{"_index":175,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/variables.html":{}}}],["sync/data/tokenuniquesymbolindex.json",{"_index":2996,"title":{},"body":{"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["sync/head.js",{"_index":1146,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/ondemand.js",{"_index":1158,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["system",{"_index":539,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["systematic",{"_index":3785,"title":{},"body":{"license.html":{}}}],["taa",{"_index":2453,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["table",{"_index":2398,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":3526,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":2931,"title":{},"body":{"interfaces/Staff.html":{}}}],["tags",{"_index":2932,"title":{},"body":{"interfaces/Staff.html":{}}}],["tailor",{"_index":2074,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taka",{"_index":1991,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["takaungu",{"_index":1853,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":3709,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":4095,"title":{},"body":{"license.html":{}}}],["tap",{"_index":1528,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["tasia",{"_index":1782,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tassia",{"_index":1781,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taxi",{"_index":2422,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tea",{"_index":2279,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["teacher",{"_index":1906,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technician",{"_index":2322,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technological",{"_index":3975,"title":{},"body":{"license.html":{}}}],["tel",{"_index":51,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["tells",{"_index":3881,"title":{},"body":{"license.html":{}}}],["template",{"_index":204,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"index.html":{}}}],["templateurl",{"_index":221,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["term",{"_index":3939,"title":{},"body":{"license.html":{}}}],["terminal",{"_index":4420,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":4199,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":4220,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":4208,"title":{},"body":{"license.html":{}}}],["termination",{"_index":4196,"title":{},"body":{"license.html":{}}}],["terms",{"_index":3755,"title":{},"body":{"license.html":{}}}],["test",{"_index":552,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"index.html":{}}}],["testa",{"_index":2488,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testb",{"_index":2484,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testc",{"_index":2492,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tests",{"_index":3651,"title":{},"body":{"index.html":{}}}],["tetra",{"_index":1656,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tetrapak",{"_index":1657,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["text",{"_index":2770,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"miscellaneous/functions.html":{}}}],["then((s",{"_index":2710,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["then((sig",{"_index":2722,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["therefore",{"_index":3744,"title":{},"body":{"license.html":{}}}],["thika",{"_index":1795,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":3735,"title":{},"body":{"license.html":{}}}],["third",{"_index":908,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["this.accounts",{"_index":437,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounts.filter((account",{"_index":448,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accountstype",{"_index":446,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounttypes",{"_index":442,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["this.actions",{"_index":640,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.addresssearchform",{"_index":285,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.controls",{"_index":288,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.invalid",{"_index":306,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchloading",{"_index":307,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchsubmitted",{"_index":305,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addtransaction(conversion",{"_index":3270,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtransaction(transaction",{"_index":3260,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtrusteduser(key.users[0].userid",{"_index":1068,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.algo",{"_index":2713,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.areanames",{"_index":1239,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.authservice.getprivatekey",{"_index":849,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.getprivatekeyinfo",{"_index":2869,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.getpublickeys",{"_index":716,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.gettrustedusers",{"_index":718,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.init",{"_index":713,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{},"injectables/TransactionService.html":{}}}],["this.authservice.login",{"_index":857,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.loginview",{"_index":850,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.logout",{"_index":2871,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.mutablekeystore.getprivatekey",{"_index":3315,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.authservice.mutablekeystore.importpublickey(publickeys",{"_index":717,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.setkey(this.keyformstub.key.value",{"_index":855,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.trusteduserssubject.subscribe((users",{"_index":2865,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.blocksyncservice.blocksync",{"_index":3375,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.blocksyncservice.init",{"_index":3374,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.categories",{"_index":1236,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.cdr.detectchanges",{"_index":2612,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.closewindow.emit(this.token",{"_index":2955,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.closewindow.emit(this.transaction",{"_index":3166,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.contract",{"_index":182,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.add(address).send",{"_index":191,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.addressof(id).call",{"_index":3000,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entry(i).call",{"_index":198,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.entry(serial).call",{"_index":3001,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entrycount().call",{"_index":200,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.have(address).call",{"_index":193,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contractaddress",{"_index":181,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.createform",{"_index":1228,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.controls",{"_index":1242,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.invalid",{"_index":1243,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.datasource",{"_index":431,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.data",{"_index":447,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.datasource.filter",{"_index":443,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.paginator",{"_index":433,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.sort",{"_index":435,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.dgst",{"_index":2698,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.dialog.open(errordialogcomponent",{"_index":1346,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.engine",{"_index":2712,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.errordialogservice.opendialog",{"_index":719,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["this.fetcher(settings",{"_index":1153,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.formbuilder.group",{"_index":281,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.genders",{"_index":1241,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.getaccountinfo(res",{"_index":3255,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.getchallenge",{"_index":1020,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getprivatekey().users[0].userid",{"_index":1078,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getsessiontoken",{"_index":994,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.gettokens",{"_index":3054,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.handlenetworkchange",{"_index":2609,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.haveaccount(address",{"_index":190,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.httpclient",{"_index":1520,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${offset}/${limit",{"_index":3245,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/user/${address}/${offset}/${limit",{"_index":3246,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames",{"_index":1517,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames/${location.tolowercase",{"_index":1518,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areatypes`).pipe(first",{"_index":1519,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.isdialogopen",{"_index":1344,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.iswarning(errortracestring",{"_index":1475,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.keyform",{"_index":847,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keyform.controls",{"_index":851,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keyform.invalid",{"_index":853,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keystore",{"_index":2694,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getfingerprint",{"_index":2697,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getprivatekey",{"_index":2702,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.gettrustedkeys",{"_index":2723,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.linkparams",{"_index":2819,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.load.next(true",{"_index":3036,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.loading",{"_index":854,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.locationservice",{"_index":1237,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.logerror(error",{"_index":1468,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.logger.debug(message",{"_index":1572,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.error(message",{"_index":1576,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.fatal(message",{"_index":1577,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.info(message",{"_index":1573,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.log(message",{"_index":1574,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.trace(message",{"_index":1571,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.warn(message",{"_index":1575,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.loggingservice.senderrorlevelmessage",{"_index":1054,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.senderrorlevelmessage('failed",{"_index":428,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{}}}],["this.loggingservice.senderrorlevelmessage(e.message",{"_index":2718,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.loggingservice.senderrorlevelmessage(errormessage",{"_index":1396,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.loggingservice.senderrorlevelmessage(errortracestring",{"_index":1477,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.sendinfolevelmessage(`result",{"_index":3329,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`transaction",{"_index":3331,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(message",{"_index":1537,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(request",{"_index":1529,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(res",{"_index":645,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.loggingservice.sendinfolevelmessage(tokens",{"_index":3089,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.loggingservice.sendwarnlevelmessage(errortracestring",{"_index":1476,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loginview",{"_index":1058,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mediaquery.addeventlistener('change",{"_index":710,"title":{},"body":{"components/AppComponent.html":{}}}],["this.mutablekeystore",{"_index":985,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekey",{"_index":1077,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekeyid",{"_index":1039,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getpublickeys().foreach((key",{"_index":1067,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(localstorage.getitem(btoa('cicada_private_key",{"_index":987,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(privatekeyarmored",{"_index":1051,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isencryptedprivatekey(privatekeyarmored",{"_index":1048,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isvalidkey(privatekeyarmored",{"_index":1042,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.loadkeyring",{"_index":986,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.name",{"_index":1466,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.namesearchform",{"_index":280,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.controls",{"_index":286,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.invalid",{"_index":290,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchloading",{"_index":291,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchsubmitted",{"_index":289,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.navigatedto",{"_index":2818,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.nointernetconnection",{"_index":2611,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.onmenuselect",{"_index":1604,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["this.onmenutoggle",{"_index":1610,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["this.onresize",{"_index":711,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onresize(this.mediaquery",{"_index":712,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onsign",{"_index":2695,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(this.signature",{"_index":2716,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(undefined",{"_index":2719,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify",{"_index":2696,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify(false",{"_index":2726,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.organizationform",{"_index":2629,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.controls",{"_index":2633,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.invalid",{"_index":2634,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.paginator",{"_index":434,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.paginator._changepagesize(this.paginator.pagesize",{"_index":450,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.phonesearchform",{"_index":283,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.controls",{"_index":287,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.invalid",{"_index":294,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchloading",{"_index":295,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchsubmitted",{"_index":293,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.readystate",{"_index":1142,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystateprocessor(settings",{"_index":1137,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystatetarget",{"_index":1143,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.recipientbloxberglink",{"_index":3146,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.registry",{"_index":3033,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.addtoken(address",{"_index":3045,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.addtoken(await",{"_index":3058,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.getcontractaddressbyname",{"_index":3285,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.registry.getcontractaddressbyname('tokenregistry",{"_index":3035,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.renderer.listen(this.elementref.nativeelement",{"_index":1602,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["this.router.navigate",{"_index":2801,"title":{},"body":{"guards/RoleGuard.html":{}}}],["this.router.navigate(['/auth",{"_index":912,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["this.router.navigate(['/home",{"_index":858,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.router.navigatebyurl",{"_index":301,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{}}}],["this.router.navigatebyurl('/auth').then",{"_index":1400,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.from",{"_index":3152,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.to",{"_index":3153,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.trader",{"_index":3154,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.url",{"_index":1481,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2831,"title":{},"body":{"pipes/SafePipe.html":{}}}],["this.scanfilter",{"_index":2844,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["this.senderbloxberglink",{"_index":3144,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sendinfolevelmessage('dropping",{"_index":1568,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.sendsignedchallenge(r).then((response",{"_index":1026,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sentencesforwarninglogging.foreach((whitelistsentence",{"_index":1479,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.setparammap(initialparams",{"_index":582,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.setsessiontoken(tokenresponse",{"_index":1033,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.setstate('click",{"_index":1034,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.signature",{"_index":2711,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.signeraddress",{"_index":185,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.snackbar.open(address",{"_index":3161,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sort",{"_index":436,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.status",{"_index":1465,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.subject.asobservable",{"_index":567,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.subject.next(converttoparammap(params",{"_index":583,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.submitted",{"_index":852,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.swupdate.available.subscribe",{"_index":733,"title":{},"body":{"components/AppComponent.html":{}}}],["this.swupdate.isenabled",{"_index":732,"title":{},"body":{"components/AppComponent.html":{}}}],["this.toggledisplay(divone",{"_index":865,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.toggledisplay(divtwo",{"_index":866,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.togglepasswordvisibility",{"_index":2764,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["this.token",{"_index":2954,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["this.tokenname",{"_index":3150,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.tokenregistry",{"_index":3034,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(0",{"_index":3059,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.totaltokens",{"_index":3043,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens",{"_index":3028,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["this.tokens.findindex((tk",{"_index":3037,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens.splice(savedindex",{"_index":3040,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens.unshift(token",{"_index":3041,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenservice.gettokenname",{"_index":3151,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.tokenservice.gettokens",{"_index":3087,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice.gettokensymbol",{"_index":3149,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.init",{"_index":3085,"title":{},"body":{"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.load.subscribe(async",{"_index":3086,"title":{},"body":{"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.tokenssubject.subscribe((tokens",{"_index":3088,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenslist.asobservable",{"_index":3030,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenslist.next(this.tokens",{"_index":3042,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenssubject.subscribe((tokens",{"_index":3055,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokensymbol",{"_index":3148,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.totalaccounts",{"_index":195,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.traderbloxberglink",{"_index":3141,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction",{"_index":3165,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.transaction.from",{"_index":3158,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.to",{"_index":3157,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.token.address",{"_index":3156,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.value",{"_index":3159,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.from",{"_index":3145,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.to",{"_index":3147,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.trader",{"_index":3143,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.type",{"_index":3140,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactiondatasource",{"_index":3370,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.data",{"_index":3379,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.paginator",{"_index":3372,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.sort",{"_index":3373,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionlist.asobservable",{"_index":3225,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionlist.next(this.transactions",{"_index":3277,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions",{"_index":3278,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.transactions.filter",{"_index":3380,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactions.find((cachedtx",{"_index":3247,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.findindex((tx",{"_index":3271,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.length",{"_index":3275,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.splice(savedindex",{"_index":3273,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.unshift(transaction",{"_index":3274,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionservice",{"_index":1151,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.init",{"_index":714,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.transactionservice.resettransactionslist",{"_index":1122,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.setconversion(conversion",{"_index":760,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.settransaction(transaction",{"_index":756,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.transactionssubject.subscribe((transactions",{"_index":3369,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionservice.transferrequest",{"_index":3155,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactionstype",{"_index":3378,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionstypes",{"_index":3376,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.trustedusers",{"_index":975,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["this.trustedusers.findindex((staff",{"_index":1061,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trustedusers.splice(savedindex",{"_index":1064,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trustedusers.unshift(user",{"_index":1065,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trusteduserslist.asobservable",{"_index":977,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trusteduserslist.next(this.trustedusers",{"_index":1066,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.userinfo",{"_index":2868,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.userservice",{"_index":438,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.accountssubject.subscribe((accounts",{"_index":430,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.actionssubject.subscribe((actions",{"_index":638,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.addaccount(accountinfo",{"_index":3283,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.userservice.addaccount(defaultaccount",{"_index":3256,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.userservice.getaccountbyaddress(this.addresssearchformstub.address.value",{"_index":308,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getaccountbyphone(this.phonesearchformstub.phonenumber.value",{"_index":296,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getactions",{"_index":637,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.init",{"_index":279,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.loadaccounts(100",{"_index":426,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.searchaccountbyname(this.namesearchformstub.name.value",{"_index":292,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.web3",{"_index":3244,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.getgasprice",{"_index":3304,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransaction(result.transactionhash",{"_index":3330,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransactioncount(senderaddress",{"_index":3301,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.sendsignedtransaction(txwire",{"_index":3328,"title":{},"body":{"injectables/TransactionService.html":{}}}],["those",{"_index":3793,"title":{},"body":{"license.html":{}}}],["though",{"_index":4151,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":3802,"title":{},"body":{"license.html":{}}}],["three",{"_index":4056,"title":{},"body":{"license.html":{}}}],["threw",{"_index":1488,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["through",{"_index":2539,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"license.html":{}}}],["throw",{"_index":1028,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["throwerror",{"_index":1375,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throwerror(err",{"_index":1408,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["thrown",{"_index":1441,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throws",{"_index":1040,"title":{},"body":{"injectables/AuthService.html":{}}}],["thus",{"_index":3957,"title":{},"body":{"license.html":{}}}],["timber",{"_index":2436,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["timberyard",{"_index":2437,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["time",{"_index":901,"title":{},"body":{"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"guards/RoleGuard.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["timestamp",{"_index":1200,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{}}}],["tissue",{"_index":2389,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["title",{"_index":676,"title":{},"body":{"components/AppComponent.html":{}}}],["titlecase",{"_index":1251,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["tk.address",{"_index":3038,"title":{},"body":{"injectables/TokenService.html":{}}}],["todo",{"_index":423,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["toggle",{"_index":1580,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["toggle.directive",{"_index":922,"title":{},"body":{"modules/AuthModule.html":{},"modules/SharedModule.html":{}}}],["toggle.directive.ts",{"_index":1605,"title":{},"body":{"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["toggle.directive.ts:11",{"_index":2761,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:15",{"_index":2759,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:22",{"_index":1609,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:30",{"_index":2762,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:8",{"_index":1608,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggledisplay",{"_index":830,"title":{},"body":{"components/AuthComponent.html":{}}}],["toggledisplay(element",{"_index":837,"title":{},"body":{"components/AuthComponent.html":{}}}],["togglepasswordvisibility",{"_index":2757,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tohex",{"_index":3237,"title":{},"body":{"injectables/TransactionService.html":{}}}],["toi",{"_index":1816,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toilet",{"_index":1986,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["token",{"_index":27,"title":{"interfaces/Token.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/HttpConfigInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["token.address",{"_index":3039,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.decimals",{"_index":3051,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.balanceof(address).call",{"_index":3060,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.name().call",{"_index":3061,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.symbol().call",{"_index":3062,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.name",{"_index":3046,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.supply",{"_index":3049,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.symbol",{"_index":2582,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token?.address",{"_index":2958,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.name",{"_index":2956,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.owner",{"_index":2968,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.reserveratio",{"_index":2967,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.supply",{"_index":2966,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.symbol",{"_index":2957,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["tokenaddress",{"_index":3221,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tokenagent",{"_index":1629,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tokencontract",{"_index":3044,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.decimals().call",{"_index":3052,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.name().call",{"_index":3047,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.symbol().call",{"_index":3048,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.totalsupply().call",{"_index":3050,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokendetailscomponent",{"_index":349,"title":{"components/TokenDetailsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tokenname",{"_index":3116,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["tokenratio",{"_index":460,"title":{},"body":{"components/AccountsComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokenratiopipe",{"_index":2901,"title":{"pipes/TokenRatioPipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"overview.html":{}}}],["tokenregistry",{"_index":2975,"title":{"classes/TokenRegistry.html":{}},"body":{"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"coverage.html":{}}}],["tokenresponse",{"_index":1025,"title":{},"body":{"injectables/AuthService.html":{}}}],["tokens",{"_index":1196,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tokens'},{'name",{"_index":351,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokens.component.html",{"_index":3070,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.component.scss",{"_index":3069,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.find((token",{"_index":2581,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["tokenscomponent",{"_index":350,"title":{"components/TokensComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tokenservice",{"_index":3002,"title":{"injectables/TokenService.html":{}},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["tokenservicestub",{"_index":3063,"title":{"classes/TokenServiceStub.html":{}},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["tokenslist",{"_index":3004,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensmodule",{"_index":3092,"title":{"modules/TokensModule.html":{}},"body":{"modules/TokensModule.html":{},"modules.html":{},"overview.html":{}}}],["tokensroutingmodule",{"_index":3096,"title":{"modules/TokensRoutingModule.html":{}},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["tokenssubject",{"_index":3005,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject",{"_index":3053,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject.asobservable",{"_index":3057,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject.next(queriedtoken",{"_index":3056,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensymbol",{"_index":3117,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tom",{"_index":1631,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["tomato",{"_index":2195,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tomatoes",{"_index":2196,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tools",{"_index":3922,"title":{},"body":{"license.html":{}}}],["topbar",{"_index":1421,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{}}}],["topbar'},{'name",{"_index":353,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["topbar.component.html",{"_index":3109,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbar.component.scss",{"_index":3108,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbarcomponent",{"_index":352,"title":{"components/TopbarComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["topbarstubcomponent",{"_index":354,"title":{"components/TopbarStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["total",{"_index":163,"title":{},"body":{"classes/AccountIndex.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{}}}],["totalaccounts",{"_index":109,"title":{},"body":{"classes/AccountIndex.html":{}}}],["totaltokens",{"_index":2979,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["tour",{"_index":2415,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tout",{"_index":2104,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tovalue",{"_index":1185,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tovalue(value",{"_index":3310,"title":{},"body":{"injectables/TransactionService.html":{}}}],["town",{"_index":1824,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trace",{"_index":1450,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["trace|debug|info|log|warn|error|fatal|off",{"_index":1567,"title":{},"body":{"injectables/LoggingService.html":{}}}],["tracks",{"_index":1274,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["trade",{"_index":2129,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["trademark",{"_index":4177,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":4178,"title":{},"body":{"license.html":{}}}],["trader",{"_index":1186,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["traderbloxberglink",{"_index":3118,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["trading",{"_index":2961,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["trainer",{"_index":1948,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["transacted",{"_index":1197,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["transaction",{"_index":356,"title":{"interfaces/Transaction.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["transaction.destinationtoken.address",{"_index":3188,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.name",{"_index":3189,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.symbol",{"_index":3190,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.from",{"_index":3169,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["transaction.fromvalue",{"_index":3186,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.recipient",{"_index":3258,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.recipient?.vcard.fn[0].value",{"_index":3170,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sender",{"_index":3254,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.sender?.vcard.fn[0].value",{"_index":3168,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.address",{"_index":3183,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.name",{"_index":3184,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.symbol",{"_index":3185,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.to",{"_index":3171,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["transaction.token._address",{"_index":3173,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tovalue",{"_index":3191,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.trader",{"_index":3182,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.block",{"_index":3174,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.success",{"_index":3177,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.timestamp",{"_index":3178,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.txhash",{"_index":3176,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction.tx.txindex",{"_index":3175,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.type",{"_index":3250,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["transaction.value",{"_index":3172,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction?.recipient?.vcard.fn[0].value",{"_index":3385,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.sender?.vcard.fn[0].value",{"_index":3384,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tovalue",{"_index":3387,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tx.timestamp",{"_index":3388,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.type",{"_index":3389,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.value",{"_index":3386,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondatasource",{"_index":3343,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondetailscomponent",{"_index":355,"title":{"components/TransactionDetailsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{},"overview.html":{}}}],["transactiondisplayedcolumns",{"_index":3344,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionhelper",{"_index":1116,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionhelper(settings.w3.engine",{"_index":1131,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionlist",{"_index":3193,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactions",{"_index":358,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["transactions.component.html",{"_index":3342,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactions.component.scss",{"_index":3341,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionscomponent",{"_index":357,"title":{"components/TransactionsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"coverage.html":{},"overview.html":{}}}],["transactionservice",{"_index":683,"title":{"injectables/TransactionService.html":{}},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["transactionservicestub",{"_index":3332,"title":{"classes/TransactionServiceStub.html":{}},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["transactionsinfo",{"_index":1096,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.filter_rounds",{"_index":1180,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.high",{"_index":1179,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.low",{"_index":1178,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsmodule",{"_index":474,"title":{"modules/TransactionsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionsroutingmodule",{"_index":3394,"title":{"modules/TransactionsRoutingModule.html":{}},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionssubject",{"_index":3194,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactionstype",{"_index":3345,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionstypes",{"_index":3346,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontype",{"_index":3383,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontypes",{"_index":2496,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["transfer",{"_index":2631,"title":{},"body":{"components/OrganizationComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["transferauthaddress",{"_index":3284,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferauthorization",{"_index":3286,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferred",{"_index":4127,"title":{},"body":{"license.html":{}}}],["transferrequest",{"_index":3202,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferrequest(tokenaddress",{"_index":3217,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferring",{"_index":4241,"title":{},"body":{"license.html":{}}}],["transfers",{"_index":3382,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transform",{"_index":2824,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["transform(timestamp",{"_index":3402,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["transform(url",{"_index":2825,"title":{},"body":{"pipes/SafePipe.html":{}}}],["transform(value",{"_index":2971,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["transition",{"_index":615,"title":{},"body":{"components/AdminComponent.html":{}}}],["transition('expanded",{"_index":629,"title":{},"body":{"components/AdminComponent.html":{}}}],["transmission",{"_index":4084,"title":{},"body":{"license.html":{}}}],["transport",{"_index":2404,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["transpoter",{"_index":2431,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trash",{"_index":1999,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trasportion",{"_index":2426,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["travel",{"_index":2416,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["traverse",{"_index":902,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["treated",{"_index":4150,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":3982,"title":{},"body":{"license.html":{}}}],["tree",{"_index":207,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/variables.html":{}}}],["trigger",{"_index":616,"title":{},"body":{"components/AdminComponent.html":{}}}],["trigger('detailexpand",{"_index":620,"title":{},"body":{"components/AdminComponent.html":{}}}],["triggered",{"_index":2675,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["true",{"_index":138,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["trusted",{"_index":720,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{}}}],["trusteddeclaratoraddress",{"_index":4477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["trustedusers",{"_index":927,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["trusteduserslist",{"_index":928,"title":{},"body":{"injectables/AuthService.html":{}}}],["trusteduserssubject",{"_index":929,"title":{},"body":{"injectables/AuthService.html":{}}}],["try",{"_index":422,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["ts",{"_index":2767,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tslib",{"_index":3549,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":3671,"title":{},"body":{"index.html":{}}}],["tslint.json",{"_index":3676,"title":{},"body":{"index.html":{}}}],["tslint:disable",{"_index":1139,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["tsta",{"_index":2489,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstb",{"_index":2485,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstc",{"_index":2493,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tudor",{"_index":1835,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuition",{"_index":1942,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuktuk",{"_index":2421,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tution",{"_index":1941,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tv",{"_index":2105,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["two",{"_index":2879,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["tx",{"_index":1102,"title":{"interfaces/Tx.html":{}},"body":{"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"modules/PagesRoutingModule.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["tx(environment.bloxbergchainid",{"_index":3299,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.data",{"_index":3311,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gaslimit",{"_index":3305,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gasprice",{"_index":3302,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.message",{"_index":3313,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.nonce",{"_index":3300,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.setsignature(r",{"_index":3325,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.to",{"_index":3307,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.tx.txhash",{"_index":3272,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.value",{"_index":3309,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txhash",{"_index":1203,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txhelper",{"_index":2834,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["txindex",{"_index":1204,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txmsg",{"_index":3312,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txtoken",{"_index":1187,"title":{"interfaces/TxToken.html":{}},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["txwire",{"_index":3326,"title":{},"body":{"injectables/TransactionService.html":{}}}],["typ",{"_index":53,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["type",{"_index":21,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["typed",{"_index":1368,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["typeerror",{"_index":1484,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["types",{"_index":1439,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["typescript",{"_index":133,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["typical",{"_index":4108,"title":{},"body":{"license.html":{}}}],["uchumi",{"_index":1792,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuuzi",{"_index":2283,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuzi",{"_index":2282,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ug",{"_index":2648,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugali",{"_index":2281,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uganda",{"_index":2649,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugoro",{"_index":2272,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uint256",{"_index":3296,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uint8array",{"_index":1110,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blockfilterbinstr.length",{"_index":1166,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blocktxfilterbinstr.length",{"_index":1174,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["ujenzi",{"_index":2131,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uji",{"_index":2280,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukulima",{"_index":2011,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukunda",{"_index":1754,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umena",{"_index":2205,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umoja",{"_index":1794,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unacceptable",{"_index":3790,"title":{},"body":{"license.html":{}}}],["unapproved",{"_index":642,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["unauthorized",{"_index":1399,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["undefined",{"_index":300,"title":{},"body":{"components/AccountSearchComponent.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["under",{"_index":3832,"title":{},"body":{"license.html":{}}}],["unga",{"_index":2263,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uniform",{"_index":2391,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unique",{"_index":1205,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["unit",{"_index":3650,"title":{},"body":{"index.html":{}}}],["united",{"_index":2642,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["university",{"_index":1916,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unixdate",{"_index":458,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["unixdatepipe",{"_index":2902,"title":{"pipes/UnixDatePipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/UnixDatePipe.html":{},"coverage.html":{},"overview.html":{}}}],["unknown",{"_index":1898,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/UnixDatePipe.html":{},"miscellaneous/variables.html":{}}}],["unless",{"_index":4116,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":3945,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":3849,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":3969,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":4146,"title":{},"body":{"license.html":{}}}],["unsuccessful",{"_index":1388,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["until",{"_index":4207,"title":{},"body":{"license.html":{}}}],["update",{"_index":2877,"title":{},"body":{"components/SettingsComponent.html":{}}}],["updates",{"_index":4136,"title":{},"body":{"license.html":{}}}],["uploaded",{"_index":894,"title":{},"body":{"guards/AuthGuard.html":{}}}],["uppercase",{"_index":453,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["urban",{"_index":1900,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":886,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/PagesComponent.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{}}}],["url.endswith('/accounttypes",{"_index":2518,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/actions",{"_index":2519,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/areanames",{"_index":2524,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/areatypes",{"_index":2526,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/categories",{"_index":2528,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/genders",{"_index":2531,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/tokens",{"_index":2532,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/transactiontypes",{"_index":2536,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/actions\\/\\d",{"_index":2521,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/areanames\\/\\w",{"_index":2525,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/areatypes\\/\\w",{"_index":2527,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/categories\\/\\w",{"_index":2529,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/tokens\\/\\w",{"_index":2534,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.split",{"_index":2589,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urlparts",{"_index":2588,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urlparts[urlparts.length",{"_index":2594,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urltree",{"_index":904,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["usafi",{"_index":1996,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["use",{"_index":556,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/AuthService.html":{},"index.html":{},"license.html":{}}}],["useclass",{"_index":807,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["used",{"_index":57,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["useful",{"_index":4414,"title":{},"body":{"license.html":{}}}],["usehash",{"_index":820,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["user",{"_index":25,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["user's",{"_index":31,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["user.email",{"_index":2883,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.name",{"_index":2882,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.tokey(conversion.trader",{"_index":3267,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.from",{"_index":3252,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.to",{"_index":3257,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.userid",{"_index":1063,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["user?.balance",{"_index":459,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.date_registered",{"_index":457,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.location.area_name",{"_index":461,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.fn[0].value",{"_index":455,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.tel[0].value",{"_index":456,"title":{},"body":{"components/AccountsComponent.html":{}}}],["userid",{"_index":2859,"title":{},"body":{"components/SettingsComponent.html":{},"interfaces/Staff.html":{}}}],["userinfo",{"_index":2851,"title":{},"body":{"components/SettingsComponent.html":{},"injectables/TransactionService.html":{}}}],["userinfo?.email",{"_index":2876,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userinfo?.name",{"_index":2875,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userinfo?.userid",{"_index":2873,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userkey",{"_index":3447,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["username",{"_index":2874,"title":{},"body":{"components/SettingsComponent.html":{}}}],["users",{"_index":2867,"title":{},"body":{"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{}}}],["userservice",{"_index":243,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["userservicestub",{"_index":3407,"title":{"classes/UserServiceStub.html":{}},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["uses",{"_index":4111,"title":{},"body":{"license.html":{}}}],["using",{"_index":2686,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{},"license.html":{}}}],["ustadh",{"_index":1965,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ustadhi",{"_index":1966,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utencils",{"_index":2394,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utensils",{"_index":2395,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utils",{"_index":3233,"title":{},"body":{"injectables/TransactionService.html":{}}}],["utils.abicoder",{"_index":3294,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uto",{"_index":2378,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uvuvi",{"_index":2071,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uyoma",{"_index":1873,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["v",{"_index":1168,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["v[i",{"_index":1169,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["valid",{"_index":98,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["validated",{"_index":149,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"miscellaneous/functions.html":{}}}],["validates",{"_index":3601,"title":{},"body":{"miscellaneous/functions.html":{}}}],["validation",{"_index":1275,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["validation.ts",{"_index":3492,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["validationerrors",{"_index":1301,"title":{},"body":{"classes/CustomValidator.html":{}}}],["validator",{"_index":3536,"title":{},"body":{"dependencies.html":{}}}],["validators",{"_index":271,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["validators.required",{"_index":282,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["value",{"_index":48,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["value.trim().tolocalelowercase",{"_index":444,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["values",{"_index":579,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"miscellaneous/functions.html":{}}}],["var",{"_index":317,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["variable",{"_index":3471,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":3657,"title":{"miscellaneous/variables.html":{}},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["vcard",{"_index":22,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["vcard.parse(atob(accountinfo.vcard",{"_index":3282,"title":{},"body":{"injectables/TransactionService.html":{}}}],["vcardvalidation",{"_index":3494,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["vcardvalidation(vcard",{"_index":3605,"title":{},"body":{"miscellaneous/functions.html":{}}}],["vegetable",{"_index":2259,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vendor",{"_index":1628,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["verbatim",{"_index":3701,"title":{},"body":{"license.html":{}}}],["verification",{"_index":2677,"title":{},"body":{"classes/PGPSigner.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verify",{"_index":2663,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verify(digest",{"_index":2687,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verifying",{"_index":2655,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["version",{"_index":54,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["versions",{"_index":3715,"title":{},"body":{"license.html":{}}}],["vet",{"_index":2326,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["veterinary",{"_index":2325,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["via",{"_index":3591,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["viatu",{"_index":2124,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viazi",{"_index":2284,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vidziweni",{"_index":1752,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["view",{"_index":1596,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"components/TransactionDetailsComponent.html":{},"index.html":{},"license.html":{}}}],["view_in_ar",{"_index":312,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["viewaccount",{"_index":384,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewaccount(account",{"_index":394,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewchild",{"_index":414,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matpaginator",{"_index":410,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matsort",{"_index":413,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewrecipient",{"_index":3121,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["views",{"_index":885,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["viewsender",{"_index":3122,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtoken",{"_index":3072,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtoken(token",{"_index":3078,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtrader",{"_index":3123,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtransaction",{"_index":3349,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["viewtransaction(transaction",{"_index":3357,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["vigungani",{"_index":1751,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vijana",{"_index":1949,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikapu",{"_index":2390,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikinduni",{"_index":1739,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikolani",{"_index":1740,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["village",{"_index":1978,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vinyunduni",{"_index":1753,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viogato",{"_index":1742,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["violates",{"_index":4142,"title":{},"body":{"license.html":{}}}],["violation",{"_index":4203,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":625,"title":{},"body":{"components/AdminComponent.html":{},"directives/PasswordToggleDirective.html":{}}}],["visible",{"_index":628,"title":{},"body":{"components/AdminComponent.html":{},"license.html":{}}}],["vistangani",{"_index":1744,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitabu",{"_index":1957,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitangani",{"_index":1741,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitenge",{"_index":2393,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitungu",{"_index":2237,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vivian",{"_index":1640,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["void",{"_index":249,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["volume",{"_index":4035,"title":{},"body":{"license.html":{}}}],["volunteer",{"_index":1929,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vsla",{"_index":2333,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyogato",{"_index":1743,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyombo",{"_index":2403,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["w",{"_index":1157,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["w.onmessage",{"_index":1159,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w.postmessage",{"_index":1160,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w3",{"_index":2835,"title":{"interfaces/W3.html":{}},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["w3_provider",{"_index":1150,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["waiter",{"_index":2122,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waitress",{"_index":2123,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waive",{"_index":3990,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":4394,"title":{},"body":{"license.html":{}}}],["wakulima",{"_index":2012,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["want",{"_index":3732,"title":{},"body":{"license.html":{}}}],["ward",{"_index":1979,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["warning",{"_index":1446,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warnings",{"_index":1459,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warranties",{"_index":3882,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":3768,"title":{},"body":{"license.html":{}}}],["wash",{"_index":2028,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["washing",{"_index":2116,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waste",{"_index":1990,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchlady",{"_index":2132,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchman",{"_index":2121,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["water",{"_index":2297,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["way",{"_index":3722,"title":{},"body":{"license.html":{}}}],["ways",{"_index":4046,"title":{},"body":{"license.html":{}}}],["web",{"_index":3608,"title":{},"body":{"index.html":{}}}],["web3",{"_index":165,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["web3(environment.web3provider",{"_index":3466,"title":{},"body":{"injectables/Web3Service.html":{}}}],["web3.eth.abi.encodeparameter('bytes32",{"_index":2998,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3.eth.accounts[0",{"_index":186,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.eth.contract(abi",{"_index":184,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.utils.tohex(identifier",{"_index":2999,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3provider",{"_index":4470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["web3service",{"_index":168,"title":{"injectables/Web3Service.html":{}},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"coverage.html":{}}}],["web3service.getinstance",{"_index":178,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["web3service.web3",{"_index":3465,"title":{},"body":{"injectables/Web3Service.html":{}}}],["weight",{"_index":2476,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["welcome",{"_index":4424,"title":{},"body":{"license.html":{}}}],["welder",{"_index":2118,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["welding",{"_index":2119,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["well",{"_index":3866,"title":{},"body":{"license.html":{}}}],["went",{"_index":1392,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["west",{"_index":1758,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whatever",{"_index":4245,"title":{},"body":{"license.html":{}}}],["wheadsync",{"_index":1144,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.onmessage",{"_index":1147,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.postmessage",{"_index":1149,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["whether",{"_index":144,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["whole",{"_index":3901,"title":{},"body":{"license.html":{}}}],["wholesaler",{"_index":2386,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whose",{"_index":4091,"title":{},"body":{"license.html":{}}}],["widely",{"_index":3897,"title":{},"body":{"license.html":{}}}],["width",{"_index":658,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/ErrorDialogService.html":{},"directives/MenuSelectionDirective.html":{}}}],["window",{"_index":3912,"title":{},"body":{"license.html":{}}}],["window.atob(transactionsinfo.block_filter",{"_index":1164,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.atob(transactionsinfo.blocktx_filter",{"_index":1172,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newevent(transaction",{"_index":1133,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.getcomputedstyle(element).display",{"_index":867,"title":{},"body":{"components/AuthComponent.html":{}}}],["window.location.reload",{"_index":735,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["window.matchmedia('(max",{"_index":699,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["window.prompt('password",{"_index":2704,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["window:cic_convert",{"_index":679,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_convert(event",{"_index":689,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_transfer",{"_index":680,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_transfer(event",{"_index":692,"title":{},"body":{"components/AppComponent.html":{}}}],["wine",{"_index":2287,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wipo",{"_index":3981,"title":{},"body":{"license.html":{}}}],["wish",{"_index":3730,"title":{},"body":{"license.html":{}}}],["within",{"_index":4188,"title":{},"body":{"license.html":{}}}],["without",{"_index":3852,"title":{},"body":{"license.html":{}}}],["wood",{"_index":2451,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["work",{"_index":2137,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["work's",{"_index":3921,"title":{},"body":{"license.html":{}}}],["worker",{"_index":709,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["worker('./../assets/js/block",{"_index":1145,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["worker.js",{"_index":803,"title":{},"body":{"modules/AppModule.html":{}}}],["working",{"_index":2120,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["works",{"_index":3648,"title":{},"body":{"index.html":{},"license.html":{}}}],["world",{"_index":3338,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["world!'",{"_index":3572,"title":{},"body":{"miscellaneous/functions.html":{}}}],["worldwide",{"_index":4275,"title":{},"body":{"license.html":{}}}],["wote",{"_index":1893,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wrap",{"_index":2501,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["wrapper",{"_index":1592,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["write",{"_index":69,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["writing",{"_index":4357,"title":{},"body":{"license.html":{}}}],["written",{"_index":4055,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":1393,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["ws.dev.grassrootseconomics.net",{"_index":4472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wss://bloxberg",{"_index":4471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x",{"_index":997,"title":{},"body":{"injectables/AuthService.html":{}}}],["yapha",{"_index":1745,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yava",{"_index":1746,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["years",{"_index":4057,"title":{},"body":{"license.html":{}}}],["yes",{"_index":121,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/TokenRegistry.html":{}}}],["yoga",{"_index":2125,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yoghurt",{"_index":2285,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yogurt",{"_index":2286,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yourself",{"_index":4293,"title":{},"body":{"license.html":{}}}],["youth",{"_index":1950,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yowani",{"_index":1747,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ziwani",{"_index":1748,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["zone.js",{"_index":3553,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":475,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"interfaces/AccountDetails.html":{"url":"interfaces/AccountDetails.html","title":"interface - AccountDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AccountDetails\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Account data interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n age\n \n \n Optional\n balance\n \n \n Optional\n category\n \n \n date_registered\n \n \n gender\n \n \n identities\n \n \n location\n \n \n products\n \n \n Optional\n type\n \n \n vcard\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n age\n \n \n \n \n age: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Age of user \n\n \n \n \n \n \n \n \n \n \n balance\n \n \n \n \n balance: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token balance on account \n\n \n \n \n \n \n \n \n \n \n category\n \n \n \n \n category: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Business category of user. \n\n \n \n \n \n \n \n \n \n \n date_registered\n \n \n \n \n date_registered: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Account registration day \n\n \n \n \n \n \n \n \n \n \n gender\n \n \n \n \n gender: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's gender \n\n \n \n \n \n \n \n \n \n \n identities\n \n \n \n \n identities: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n Account identifiers \n\n \n \n \n \n \n \n \n \n \n location\n \n \n \n \n location: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n User's location \n\n \n \n \n \n \n \n \n \n \n products\n \n \n \n \n products: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n Products or services provided by user. \n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n type: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Type of account \n\n \n \n \n \n \n \n \n \n \n vcard\n \n \n \n \n vcard: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n Personal identifying information of user \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AccountIndex.html":{"url":"classes/AccountIndex.html","title":"class - AccountIndex","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AccountIndex\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_eth/accountIndex.ts\n \n\n \n Description\n \n \n Provides an instance of the accounts registry contract.\nAllows querying of accounts that have been registered as valid accounts in the network.\n\n \n\n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contract\n \n \n contractAddress\n \n \n signerAddress\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n addToAccountRegistry\n \n \n Public\n Async\n haveAccount\n \n \n Public\n Async\n last\n \n \n Public\n Async\n totalAccounts\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(contractAddress: string, signerAddress?: string)\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:26\n \n \n\n \n \n Create a connection to the deployed account registry contract.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n contractAddress\n \n \n string\n \n \n \n No\n \n \n \n \nThe deployed account registry contract's address.\n\n\n \n \n \n signerAddress\n \n \n string\n \n \n \n Yes\n \n \n \n \nThe account address of the account that deployed the account registry contract.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n contract\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:22\n \n \n\n \n \n The instance of the account registry contract. \n\n \n \n\n \n \n \n \n \n \n \n \n \n contractAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:24\n \n \n\n \n \n The deployed account registry contract's address. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signerAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:26\n \n \n\n \n \n The account address of the account that deployed the account registry contract. \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n Async\n addToAccountRegistry\n \n \n \n \n \n \n \n \n addToAccountRegistry(address: string)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:58\n \n \n\n\n \n \n Registers an account to the accounts registry.\nRequires availability of the signer address.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \nThe account address to be registered to the accounts registry contract.\n\n\n \n \n \n \n \n \n Example :\n \n Prints "true" for registration of '0xc0ffee254729296a45a3885639AC7E10F9d54979':\n```typescript\n\nconsole.log(await addToAccountRegistry('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n true - If registration is successful or account had already been registered.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n haveAccount\n \n \n \n \n \n \n \n \n haveAccount(address: string)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:79\n \n \n\n\n \n \n Checks whether a specific account address has been registered in the accounts registry.\nReturns \"true\" for available and \"false\" otherwise.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \nThe account address to be validated.\n\n\n \n \n \n \n \n \n Example :\n \n Prints "true" or "false" depending on whether '0xc0ffee254729296a45a3885639AC7E10F9d54979' has been registered:\n```typescript\n\nconsole.log(await haveAccount('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n true - If the address has been registered in the accounts registry.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n last\n \n \n \n \n \n \n \n \n last(numberOfAccounts: number)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:96\n \n \n\n\n \n \n Returns a specified number of the most recently registered accounts.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n numberOfAccounts\n \n number\n \n\n \n No\n \n\n\n \n \nThe number of accounts to return from the accounts registry.\n\n\n \n \n \n \n \n \n Example :\n \n Prints an array of accounts:\n```typescript\n\nconsole.log(await last(5));\n```\n\n \n \n \n Returns : Promise>\n\n \n \n An array of registered account addresses.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n totalAccounts\n \n \n \n \n \n \n \n \n totalAccounts()\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:122\n \n \n\n\n \n \n Returns the total number of accounts that have been registered in the network.\n\n\n \n Example :\n \n Prints the total number of registered accounts:\n```typescript\n\nconsole.log(await totalAccounts());\n```\n\n \n \n \n Returns : Promise\n\n \n \n The total number of registered accounts.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import Web3 from 'web3';\n\n// Application imports\nimport { Web3Service } from '@app/_services/web3.service';\nimport { environment } from '@src/environments/environment';\n\n/** Fetch the account registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/AccountsIndex.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = Web3Service.getInstance();\n\n/**\n * Provides an instance of the accounts registry contract.\n * Allows querying of accounts that have been registered as valid accounts in the network.\n *\n * @remarks\n * This is our interface to the accounts registry contract.\n */\nexport class AccountIndex {\n /** The instance of the account registry contract. */\n contract: any;\n /** The deployed account registry contract's address. */\n contractAddress: string;\n /** The account address of the account that deployed the account registry contract. */\n signerAddress: string;\n\n /**\n * Create a connection to the deployed account registry contract.\n *\n * @param contractAddress - The deployed account registry contract's address.\n * @param signerAddress - The account address of the account that deployed the account registry contract.\n */\n constructor(contractAddress: string, signerAddress?: string) {\n this.contractAddress = contractAddress;\n this.contract = new web3.eth.Contract(abi, this.contractAddress);\n if (signerAddress) {\n this.signerAddress = signerAddress;\n } else {\n this.signerAddress = web3.eth.accounts[0];\n }\n }\n\n /**\n * Registers an account to the accounts registry.\n * Requires availability of the signer address.\n *\n * @async\n * @example\n * Prints \"true\" for registration of '0xc0ffee254729296a45a3885639AC7E10F9d54979':\n * ```typescript\n * console.log(await addToAccountRegistry('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n * ```\n *\n * @param address - The account address to be registered to the accounts registry contract.\n * @returns true - If registration is successful or account had already been registered.\n */\n public async addToAccountRegistry(address: string): Promise {\n if (!(await this.haveAccount(address))) {\n return await this.contract.methods.add(address).send({ from: this.signerAddress });\n }\n return true;\n }\n\n /**\n * Checks whether a specific account address has been registered in the accounts registry.\n * Returns \"true\" for available and \"false\" otherwise.\n *\n * @async\n * @example\n * Prints \"true\" or \"false\" depending on whether '0xc0ffee254729296a45a3885639AC7E10F9d54979' has been registered:\n * ```typescript\n * console.log(await haveAccount('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n * ```\n *\n * @param address - The account address to be validated.\n * @returns true - If the address has been registered in the accounts registry.\n */\n public async haveAccount(address: string): Promise {\n return (await this.contract.methods.have(address).call()) !== 0;\n }\n\n /**\n * Returns a specified number of the most recently registered accounts.\n *\n * @async\n * @example\n * Prints an array of accounts:\n * ```typescript\n * console.log(await last(5));\n * ```\n *\n * @param numberOfAccounts - The number of accounts to return from the accounts registry.\n * @returns An array of registered account addresses.\n */\n public async last(numberOfAccounts: number): Promise> {\n const count: number = await this.totalAccounts();\n let lowest: number = count - numberOfAccounts;\n if (lowest = [];\n for (let i = count - 1; i >= lowest; i--) {\n const account: string = await this.contract.methods.entry(i).call();\n accounts.push(account);\n }\n return accounts;\n }\n\n /**\n * Returns the total number of accounts that have been registered in the network.\n *\n * @async\n * @example\n * Prints the total number of registered accounts:\n * ```typescript\n * console.log(await totalAccounts());\n * ```\n *\n * @returns The total number of registered accounts.\n */\n public async totalAccounts(): Promise {\n return await this.contract.methods.entryCount().call();\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AccountSearchComponent.html":{"url":"components/AccountSearchComponent.html","title":"component - AccountSearchComponent","body":"\n \n\n\n\n\n\n Components\n AccountSearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/account-search/account-search.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-account-search\n \n\n \n styleUrls\n ./account-search.component.scss\n \n\n\n\n \n templateUrl\n ./account-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n addressSearchForm\n \n \n addressSearchLoading\n \n \n addressSearchSubmitted\n \n \n matcher\n \n \n nameSearchForm\n \n \n nameSearchLoading\n \n \n nameSearchSubmitted\n \n \n phoneSearchForm\n \n \n phoneSearchLoading\n \n \n phoneSearchSubmitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n Async\n onAddressSearch\n \n \n onNameSearch\n \n \n Async\n onPhoneSearch\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n nameSearchFormStub\n \n \n phoneSearchFormStub\n \n \n addressSearchFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder, userService: UserService, router: Router)\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:25\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:33\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onAddressSearch\n \n \n \n \n \n \n \n \n onAddressSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:86\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onNameSearch\n \n \n \n \n \n \n \nonNameSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:56\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onPhoneSearch\n \n \n \n \n \n \n \n \n onPhoneSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:66\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n addressSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n addressSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n addressSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:20\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n nameSearchFormStub\n \n \n\n \n \n getnameSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:46\n \n \n\n \n \n \n \n \n \n \n phoneSearchFormStub\n \n \n\n \n \n getphoneSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:49\n \n \n\n \n \n \n \n \n \n \n addressSearchFormStub\n \n \n\n \n \n getaddressSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:52\n \n \n\n \n \n\n\n\n\n \n import { Component, OnInit, ChangeDetectionStrategy } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { UserService } from '@app/_services';\nimport { Router } from '@angular/router';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\nimport { environment } from '@src/environments/environment';\n\n@Component({\n selector: 'app-account-search',\n templateUrl: './account-search.component.html',\n styleUrls: ['./account-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AccountSearchComponent implements OnInit {\n nameSearchForm: FormGroup;\n nameSearchSubmitted: boolean = false;\n nameSearchLoading: boolean = false;\n phoneSearchForm: FormGroup;\n phoneSearchSubmitted: boolean = false;\n phoneSearchLoading: boolean = false;\n addressSearchForm: FormGroup;\n addressSearchSubmitted: boolean = false;\n addressSearchLoading: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(\n private formBuilder: FormBuilder,\n private userService: UserService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.nameSearchForm = this.formBuilder.group({\n name: ['', Validators.required],\n });\n this.phoneSearchForm = this.formBuilder.group({\n phoneNumber: ['', Validators.required],\n });\n this.addressSearchForm = this.formBuilder.group({\n address: ['', Validators.required],\n });\n }\n\n get nameSearchFormStub(): any {\n return this.nameSearchForm.controls;\n }\n get phoneSearchFormStub(): any {\n return this.phoneSearchForm.controls;\n }\n get addressSearchFormStub(): any {\n return this.addressSearchForm.controls;\n }\n\n onNameSearch(): void {\n this.nameSearchSubmitted = true;\n if (this.nameSearchForm.invalid) {\n return;\n }\n this.nameSearchLoading = true;\n this.userService.searchAccountByName(this.nameSearchFormStub.name.value);\n this.nameSearchLoading = false;\n }\n\n async onPhoneSearch(): Promise {\n this.phoneSearchSubmitted = true;\n if (this.phoneSearchForm.invalid) {\n return;\n }\n this.phoneSearchLoading = true;\n (\n await this.userService.getAccountByPhone(this.phoneSearchFormStub.phoneNumber.value, 100)\n ).subscribe(async (res) => {\n if (res !== undefined) {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n } else {\n alert('Account not found!');\n }\n });\n this.phoneSearchLoading = false;\n }\n\n async onAddressSearch(): Promise {\n this.addressSearchSubmitted = true;\n if (this.addressSearchForm.invalid) {\n return;\n }\n this.addressSearchLoading = true;\n (\n await this.userService.getAccountByAddress(this.addressSearchFormStub.address.value, 100)\n ).subscribe(async (res) => {\n if (res !== undefined) {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n } else {\n alert('Account not found!');\n }\n });\n this.addressSearchLoading = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n Search\n \n \n \n Accounts \n \n \n \n \n \n Search \n \n Phone Number is required.\n phone\n Phone Number\n \n \n SEARCH\n \n \n \n \n \n \n Search \n \n Account Address is required.\n view_in_ar\n Account Address\n \n \n SEARCH\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./account-search.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Search Accounts Search Phone Number is required. phone Phone Number SEARCH Search Account Address is required. view_in_ar Account Address SEARCH '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AccountSearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AccountsComponent.html":{"url":"components/AccountsComponent.html","title":"component - AccountsComponent","body":"\n \n\n\n\n\n\n Components\n AccountsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/accounts.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-accounts\n \n\n \n styleUrls\n ./accounts.component.scss\n \n\n\n\n \n templateUrl\n ./accounts.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n accounts\n \n \n accountsType\n \n \n accountTypes\n \n \n dataSource\n \n \n defaultPageSize\n \n \n displayedColumns\n \n \n pageSizeOptions\n \n \n paginator\n \n \n sort\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n filterAccounts\n \n \n Async\n ngOnInit\n \n \n refreshPaginator\n \n \n Async\n viewAccount\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userService: UserService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:29\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:86\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n filterAccounts\n \n \n \n \n \n \n \nfilterAccounts()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:67\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:37\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n refreshPaginator\n \n \n \n \n \n \n \nrefreshPaginator()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:78\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewAccount\n \n \n \n \n \n \n \n \n viewAccount(account)\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:61\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n account\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n accounts\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n accountsType\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'all'\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n defaultPageSize\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 10\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'phone', 'created', 'balance', 'location']\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n pageSizeOptions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [10, 20, 50, 100]\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, UserService } from '@app/_services';\nimport { Router } from '@angular/router';\nimport { exportCsv } from '@app/_helpers';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\nimport { first } from 'rxjs/operators';\nimport { environment } from '@src/environments/environment';\nimport { AccountDetails } from '@app/_models';\n\n@Component({\n selector: 'app-accounts',\n templateUrl: './accounts.component.html',\n styleUrls: ['./accounts.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AccountsComponent implements OnInit {\n dataSource: MatTableDataSource;\n accounts: Array = [];\n displayedColumns: Array = ['name', 'phone', 'created', 'balance', 'location'];\n defaultPageSize: number = 10;\n pageSizeOptions: Array = [10, 20, 50, 100];\n accountsType: string = 'all';\n accountTypes: Array;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(\n private userService: UserService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n try {\n // TODO it feels like this should be in the onInit handler\n await this.userService.loadAccounts(100);\n } catch (error) {\n this.loggingService.sendErrorLevelMessage('Failed to load accounts', this, { error });\n }\n this.userService.accountsSubject.subscribe((accounts) => {\n this.dataSource = new MatTableDataSource(accounts);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.accounts = accounts;\n });\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n async viewAccount(account): Promise {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n }\n\n filterAccounts(): void {\n if (this.accountsType === 'all') {\n this.userService.accountsSubject.subscribe((accounts) => {\n this.dataSource.data = accounts;\n this.accounts = accounts;\n });\n } else {\n this.dataSource.data = this.accounts.filter((account) => account.type === this.accountsType);\n }\n }\n\n refreshPaginator(): void {\n if (!this.dataSource.paginator) {\n this.dataSource.paginator = this.paginator;\n }\n\n this.paginator._changePageSize(this.paginator.pageSize);\n }\n\n downloadCsv(): void {\n exportCsv(this.accounts, 'accounts');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n \n \n \n Accounts \n \n \n \n ACCOUNT TYPE \n \n ALL\n \n {{ accountType | uppercase }}\n \n \n \n \n SEARCH\n \n \n EXPORT\n \n \n\n \n Filter \n \n search\n \n\n \n \n NAME \n {{ user?.vcard.fn[0].value }} \n \n\n \n PHONE NUMBER \n {{ user?.vcard.tel[0].value }} \n \n\n \n CREATED \n {{ user?.date_registered | unixDate }} \n \n\n \n BALANCE \n {{ user?.balance | tokenRatio }} \n \n\n \n LOCATION \n {{ user?.location.area_name }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./accounts.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Accounts ACCOUNT TYPE ALL {{ accountType | uppercase }} SEARCH EXPORT Filter search NAME {{ user?.vcard.fn[0].value }} PHONE NUMBER {{ user?.vcard.tel[0].value }} CREATED {{ user?.date_registered | unixDate }} BALANCE {{ user?.balance | tokenRatio }} LOCATION {{ user?.location.area_name }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AccountsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AccountsModule.html":{"url":"modules/AccountsModule.html","title":"module - AccountsModule","body":"\n \n\n\n\n\n Modules\n AccountsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AccountsModule\n\n\n\ncluster_AccountsModule_imports\n\n\n\ncluster_AccountsModule_declarations\n\n\n\n\nAccountDetailsComponent\n\nAccountDetailsComponent\n\n\n\nAccountsModule\n\nAccountsModule\n\nAccountsModule -->\n\nAccountDetailsComponent->AccountsModule\n\n\n\n\n\nAccountSearchComponent\n\nAccountSearchComponent\n\nAccountsModule -->\n\nAccountSearchComponent->AccountsModule\n\n\n\n\n\nAccountsComponent\n\nAccountsComponent\n\nAccountsModule -->\n\nAccountsComponent->AccountsModule\n\n\n\n\n\nCreateAccountComponent\n\nCreateAccountComponent\n\nAccountsModule -->\n\nCreateAccountComponent->AccountsModule\n\n\n\n\n\nAccountsRoutingModule\n\nAccountsRoutingModule\n\nAccountsModule -->\n\nAccountsRoutingModule->AccountsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAccountsModule -->\n\nSharedModule->AccountsModule\n\n\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nAccountsModule -->\n\nTransactionsModule->AccountsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/accounts/accounts.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AccountDetailsComponent\n \n \n AccountSearchComponent\n \n \n AccountsComponent\n \n \n CreateAccountComponent\n \n \n \n \n Imports\n \n \n AccountsRoutingModule\n \n \n SharedModule\n \n \n TransactionsModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AccountsRoutingModule } from '@pages/accounts/accounts-routing.module';\nimport { AccountsComponent } from '@pages/accounts/accounts.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { AccountDetailsComponent } from '@pages/accounts/account-details/account-details.component';\nimport { CreateAccountComponent } from '@pages/accounts/create-account/create-account.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSelectModule } from '@angular/material/select';\nimport { TransactionsModule } from '@pages/transactions/transactions.module';\nimport { MatTabsModule } from '@angular/material/tabs';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { AccountSearchComponent } from './account-search/account-search.component';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\n\n@NgModule({\n declarations: [\n AccountsComponent,\n AccountDetailsComponent,\n CreateAccountComponent,\n AccountSearchComponent,\n ],\n imports: [\n CommonModule,\n AccountsRoutingModule,\n SharedModule,\n MatTableModule,\n MatSortModule,\n MatCheckboxModule,\n MatPaginatorModule,\n MatInputModule,\n MatFormFieldModule,\n MatButtonModule,\n MatCardModule,\n MatIconModule,\n MatSelectModule,\n TransactionsModule,\n MatTabsModule,\n MatRippleModule,\n MatProgressSpinnerModule,\n ReactiveFormsModule,\n MatSnackBarModule,\n ],\n})\nexport class AccountsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AccountsRoutingModule.html":{"url":"modules/AccountsRoutingModule.html","title":"module - AccountsRoutingModule","body":"\n \n\n\n\n\n Modules\n AccountsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/accounts/accounts-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AccountsComponent } from '@pages/accounts/accounts.component';\nimport { CreateAccountComponent } from '@pages/accounts/create-account/create-account.component';\nimport { AccountDetailsComponent } from '@pages/accounts/account-details/account-details.component';\nimport { AccountSearchComponent } from '@pages/accounts/account-search/account-search.component';\n\nconst routes: Routes = [\n { path: '', component: AccountsComponent },\n { path: 'search', component: AccountSearchComponent },\n // { path: 'create', component: CreateAccountComponent },\n { path: ':id', component: AccountDetailsComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AccountsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Action.html":{"url":"interfaces/Action.html","title":"interface - Action","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Action\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Action object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n action\n \n \n approval\n \n \n id\n \n \n role\n \n \n user\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n action\n \n \n \n \n action: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Action performed \n\n \n \n \n \n \n \n \n \n \n approval\n \n \n \n \n approval: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Action approval status. \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Action ID \n\n \n \n \n \n \n \n \n \n \n role\n \n \n \n \n role: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Admin's role in the system \n\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n user: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Admin who initialized the action. \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ActivatedRouteStub.html":{"url":"classes/ActivatedRouteStub.html","title":"class - ActivatedRouteStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/activated-route-stub.ts\n \n\n \n Description\n \n \n An ActivateRoute test double with a paramMap observable.\nUse the setParamMap() method to add the next paramMap value.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n paramMap\n \n \n Private\n subject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n setParamMap\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(initialParams?: Params)\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n initialParams\n \n \n Params\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n paramMap\n \n \n \n \n \n \n Default value : this.subject.asObservable()\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:18\n \n \n\n \n \n The mock paramMap observable \n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n subject\n \n \n \n \n \n \n Default value : new ReplaySubject()\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:11\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n setParamMap\n \n \n \n \n \n \n \nsetParamMap(params?: Params)\n \n \n\n\n \n \n Defined in src/testing/activated-route-stub.ts:21\n \n \n\n\n \n \n Set the paramMap observables's next value \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n params\n \n Params\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { convertToParamMap, ParamMap, Params } from '@angular/router';\nimport { ReplaySubject } from 'rxjs';\n\n/**\n * An ActivateRoute test double with a `paramMap` observable.\n * Use the `setParamMap()` method to add the next `paramMap` value.\n */\nexport class ActivatedRouteStub {\n // Use a ReplaySubject to share previous values with subscribers\n // and pump new values into the `paramMap` observable\n private subject = new ReplaySubject();\n\n constructor(initialParams?: Params) {\n this.setParamMap(initialParams);\n }\n\n /** The mock paramMap observable */\n readonly paramMap = this.subject.asObservable();\n\n /** Set the paramMap observables's next value */\n setParamMap(params?: Params): void {\n this.subject.next(convertToParamMap(params));\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AdminComponent.html":{"url":"components/AdminComponent.html","title":"component - AdminComponent","body":"\n \n\n\n\n\n\n Components\n AdminComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/admin/admin.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-admin\n \n\n \n styleUrls\n ./admin.component.scss\n \n\n\n\n \n templateUrl\n ./admin.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n action\n \n \n actions\n \n \n dataSource\n \n \n displayedColumns\n \n \n paginator\n \n \n sort\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n approvalStatus\n \n \n approveAction\n \n \n disapproveAction\n \n \n doFilter\n \n \n downloadCsv\n \n \n expandCollapse\n \n \n Async\n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userService: UserService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:31\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n approvalStatus\n \n \n \n \n \n \n \napprovalStatus(status: boolean)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n status\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n approveAction\n \n \n \n \n \n \n \napproveAction(action: any)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:54\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n disapproveAction\n \n \n \n \n \n \n \ndisapproveAction(action: any)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:80\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n expandCollapse\n \n \n \n \n \n \n \nexpandCollapse(row)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:76\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n row\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:35\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n action\n \n \n \n \n \n \n Type : Action\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['expand', 'user', 'role', 'action', 'status', 'approve']\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:31\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, UserService } from '@app/_services';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\nimport { first } from 'rxjs/operators';\nimport { exportCsv } from '@app/_helpers';\nimport { Action } from '../../_models';\n\n@Component({\n selector: 'app-admin',\n templateUrl: './admin.component.html',\n styleUrls: ['./admin.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('detailExpand', [\n state('collapsed', style({ height: '0px', minHeight: 0, visibility: 'hidden' })),\n state('expanded', style({ height: '*', visibility: 'visible' })),\n transition('expanded collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')),\n ]),\n ],\n})\nexport class AdminComponent implements OnInit {\n dataSource: MatTableDataSource;\n displayedColumns: Array = ['expand', 'user', 'role', 'action', 'status', 'approve'];\n action: Action;\n actions: Array;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private userService: UserService, private loggingService: LoggingService) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.userService.getActions();\n this.userService.actionsSubject.subscribe((actions) => {\n this.dataSource = new MatTableDataSource(actions);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.actions = actions;\n });\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n approvalStatus(status: boolean): string {\n return status ? 'Approved' : 'Unapproved';\n }\n\n approveAction(action: any): void {\n if (!confirm('Approve action?')) {\n return;\n }\n this.userService\n .approveAction(action.id)\n .pipe(first())\n .subscribe((res) => this.loggingService.sendInfoLevelMessage(res));\n this.userService.getActions();\n }\n\n disapproveAction(action: any): void {\n if (!confirm('Disapprove action?')) {\n return;\n }\n this.userService\n .revokeAction(action.id)\n .pipe(first())\n .subscribe((res) => this.loggingService.sendInfoLevelMessage(res));\n this.userService.getActions();\n }\n\n expandCollapse(row): void {\n row.isExpanded = !row.isExpanded;\n }\n\n downloadCsv(): void {\n exportCsv(this.actions, 'actions');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Admin\n \n \n \n \n \n Actions\n \n EXPORT\n \n \n \n \n \n Filter \n \n search\n \n\n \n \n \n Expand \n \n + \n - \n \n \n\n \n NAME \n {{ action.user }} \n \n\n \n ROLE \n {{ action.role }} \n \n\n \n ACTION \n {{ action.action }} \n \n\n \n STATUS \n \n \n {{ approvalStatus(action.approval) }}\n \n \n {{ approvalStatus(action.approval) }}\n \n \n \n\n \n APPROVE \n \n \n Approve\n \n \n Disapprove\n \n \n \n\n \n \n \n \n Staff Name: {{ action.user }}\n Role: {{ action.role }}\n Action Details: {{ action.action }}\n Approval Status: {{ action.approval }}\n \n \n \n\n \n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./admin.component.scss\n \n button {\n width: 6rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Admin Actions EXPORT Filter search Expand + - NAME {{ action.user }} ROLE {{ action.role }} ACTION {{ action.action }} STATUS {{ approvalStatus(action.approval) }} {{ approvalStatus(action.approval) }} APPROVE Approve Disapprove Staff Name: {{ action.user }} Role: {{ action.role }} Action Details: {{ action.action }} Approval Status: {{ action.approval }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AdminComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AdminModule.html":{"url":"modules/AdminModule.html","title":"module - AdminModule","body":"\n \n\n\n\n\n Modules\n AdminModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AdminModule\n\n\n\ncluster_AdminModule_imports\n\n\n\ncluster_AdminModule_declarations\n\n\n\n\nAdminComponent\n\nAdminComponent\n\n\n\nAdminModule\n\nAdminModule\n\nAdminModule -->\n\nAdminComponent->AdminModule\n\n\n\n\n\nAdminRoutingModule\n\nAdminRoutingModule\n\nAdminModule -->\n\nAdminRoutingModule->AdminModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAdminModule -->\n\nSharedModule->AdminModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/admin/admin.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AdminComponent\n \n \n \n \n Imports\n \n \n AdminRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AdminRoutingModule } from '@pages/admin/admin-routing.module';\nimport { AdminComponent } from '@pages/admin/admin.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatRippleModule } from '@angular/material/core';\n\n@NgModule({\n declarations: [AdminComponent],\n imports: [\n CommonModule,\n AdminRoutingModule,\n SharedModule,\n MatCardModule,\n MatFormFieldModule,\n MatInputModule,\n MatIconModule,\n MatTableModule,\n MatSortModule,\n MatPaginatorModule,\n MatButtonModule,\n MatRippleModule,\n ],\n})\nexport class AdminModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AdminRoutingModule.html":{"url":"modules/AdminRoutingModule.html","title":"module - AdminRoutingModule","body":"\n \n\n\n\n\n Modules\n AdminRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/admin/admin-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AdminComponent } from '@pages/admin/admin.component';\n\nconst routes: Routes = [{ path: '', component: AdminComponent }];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AdminRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/app.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-root\n \n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n mediaQuery\n \n \n readyState\n \n \n readyStateTarget\n \n \n title\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n onResize\n \n \n \n \n\n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n window:cic_convert\n \n \n window:cic_transfer\n \n \n \n \n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService, transactionService: TransactionService, loggingService: LoggingService, errorDialogService: ErrorDialogService, swUpdate: SwUpdate)\n \n \n \n \n Defined in src/app/app.component.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n swUpdate\n \n \n SwUpdate\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n \n HostListeners \n \n \n \n \n \n \n window:cic_convert\n \n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \nwindow:cic_convert(event: CustomEvent)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:88\n \n \n\n\n \n \n \n \n \n \n \n \n \n window:cic_transfer\n \n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \nwindow:cic_transfer(event: CustomEvent)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:82\n \n \n\n\n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:34\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onResize\n \n \n \n \n \n \n \nonResize(e)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n e\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n mediaQuery\n \n \n \n \n \n \n Type : MediaQueryList\n\n \n \n \n \n Default value : window.matchMedia('(max-width: 768px)')\n \n \n \n \n Defined in src/app/app.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyState\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/app.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyStateTarget\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n \n \n Defined in src/app/app.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'CICADA'\n \n \n \n \n Defined in src/app/app.component.ts:18\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostListener, OnInit } from '@angular/core';\nimport {\n AuthService,\n ErrorDialogService,\n LoggingService,\n TransactionService,\n} from '@app/_services';\nimport { catchError } from 'rxjs/operators';\nimport { SwUpdate } from '@angular/service-worker';\n\n@Component({\n selector: 'app-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppComponent implements OnInit {\n title = 'CICADA';\n readyStateTarget: number = 3;\n readyState: number = 0;\n mediaQuery: MediaQueryList = window.matchMedia('(max-width: 768px)');\n\n constructor(\n private authService: AuthService,\n private transactionService: TransactionService,\n private loggingService: LoggingService,\n private errorDialogService: ErrorDialogService,\n private swUpdate: SwUpdate\n ) {\n this.mediaQuery.addEventListener('change', this.onResize);\n this.onResize(this.mediaQuery);\n }\n\n async ngOnInit(): Promise {\n await this.authService.init();\n await this.transactionService.init();\n try {\n const publicKeys = await this.authService.getPublicKeys();\n await this.authService.mutableKeyStore.importPublicKey(publicKeys);\n this.authService.getTrustedUsers();\n } catch (error) {\n this.errorDialogService.openDialog({\n message: 'Trusted keys endpoint cannot be reached. Please try again later.',\n });\n // TODO do something to halt user progress...show a sad cicada page 🦗?\n }\n if (!this.swUpdate.isEnabled) {\n this.swUpdate.available.subscribe(() => {\n if (confirm('New Version available. Load New Version?')) {\n window.location.reload();\n }\n });\n }\n }\n\n // Load resize\n onResize(e): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n const content: HTMLElement = document.getElementById('content');\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n if (sidebarCollapse?.classList.contains('active')) {\n sidebarCollapse?.classList.remove('active');\n }\n if (e.matches) {\n if (!sidebar?.classList.contains('active')) {\n sidebar?.classList.add('active');\n }\n if (!content?.classList.contains('active')) {\n content?.classList.add('active');\n }\n } else {\n if (sidebar?.classList.contains('active')) {\n sidebar?.classList.remove('active');\n }\n if (content?.classList.contains('active')) {\n content?.classList.remove('active');\n }\n }\n }\n\n @HostListener('window:cic_transfer', ['$event'])\n async cicTransfer(event: CustomEvent): Promise {\n const transaction: any = event.detail.tx;\n await this.transactionService.setTransaction(transaction, 100);\n }\n\n @HostListener('window:cic_convert', ['$event'])\n async cicConvert(event: CustomEvent): Promise {\n const conversion: any = event.detail.tx;\n await this.transactionService.setConversion(conversion, 100);\n }\n}\n\n \n\n \n \n\n \n\n \n \n ./app.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_providers\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_declarations\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAppModule -->\n\nSharedModule->AppModule\n\n\n\n\n\nErrorInterceptor\n\nErrorInterceptor\n\nAppModule -->\n\nErrorInterceptor->AppModule\n\n\n\n\n\nGlobalErrorHandler\n\nGlobalErrorHandler\n\nAppModule -->\n\nGlobalErrorHandler->AppModule\n\n\n\n\n\nHttpConfigInterceptor\n\nHttpConfigInterceptor\n\nAppModule -->\n\nHttpConfigInterceptor->AppModule\n\n\n\n\n\nLoggingInterceptor\n\nLoggingInterceptor\n\nAppModule -->\n\nLoggingInterceptor->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n \n \n Providers\n \n \n ErrorInterceptor\n \n \n GlobalErrorHandler\n \n \n HttpConfigInterceptor\n \n \n LoggingInterceptor\n \n \n \n \n Imports\n \n \n AppRoutingModule\n \n \n SharedModule\n \n \n \n \n Bootstrap\n \n \n AppComponent\n \n \n \n \n \n\n\n \n\n\n \n import { BrowserModule } from '@angular/platform-browser';\nimport { ErrorHandler, NgModule } from '@angular/core';\n\nimport { AppRoutingModule } from '@app/app-routing.module';\nimport { AppComponent } from '@app/app.component';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';\nimport { GlobalErrorHandler, MockBackendProvider } from '@app/_helpers';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { AuthGuard } from '@app/_guards';\nimport { LoggerModule } from 'ngx-logger';\nimport { environment } from '@src/environments/environment';\nimport { ErrorInterceptor, HttpConfigInterceptor, LoggingInterceptor } from '@app/_interceptors';\nimport { MutablePgpKeyStore } from '@app/_pgp';\nimport { ServiceWorkerModule } from '@angular/service-worker';\n\n@NgModule({\n declarations: [AppComponent],\n imports: [\n BrowserModule,\n AppRoutingModule,\n BrowserAnimationsModule,\n HttpClientModule,\n SharedModule,\n MatTableModule,\n LoggerModule.forRoot({\n level: environment.logLevel,\n serverLogLevel: environment.serverLogLevel,\n serverLoggingUrl: `${environment.loggingUrl}/api/logs/`,\n disableConsoleLogging: false,\n }),\n ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production }),\n ],\n providers: [\n AuthGuard,\n MutablePgpKeyStore,\n MockBackendProvider,\n GlobalErrorHandler,\n { provide: ErrorHandler, useClass: GlobalErrorHandler },\n { provide: HTTP_INTERCEPTORS, useClass: HttpConfigInterceptor, multi: true },\n { provide: HTTP_INTERCEPTORS, useClass: ErrorInterceptor, multi: true },\n { provide: HTTP_INTERCEPTORS, useClass: LoggingInterceptor, multi: true },\n ],\n bootstrap: [AppComponent],\n})\nexport class AppModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppRoutingModule.html":{"url":"modules/AppRoutingModule.html","title":"module - AppRoutingModule","body":"\n \n\n\n\n\n Modules\n AppRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule, PreloadAllModules } from '@angular/router';\nimport { AuthGuard } from '@app/_guards';\n\nconst routes: Routes = [\n { path: 'auth', loadChildren: () => \"import('@app/auth/auth.module').then((m) => m.AuthModule)\" },\n {\n path: '',\n loadChildren: () => \"import('@pages/pages.module').then((m) => m.PagesModule)\",\n canActivate: [AuthGuard],\n },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [\n RouterModule.forRoot(routes, {\n preloadingStrategy: PreloadAllModules,\n useHash: true,\n }),\n ],\n exports: [RouterModule],\n})\nexport class AppRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AreaName.html":{"url":"interfaces/AreaName.html","title":"interface - AreaName","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AreaName\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Area name object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n locations\n \n \n name\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n locations\n \n \n \n \n locations: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Locations that map to that area name. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of area \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AreaType.html":{"url":"interfaces/AreaType.html","title":"interface - AreaType","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AreaType\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Area type object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n area\n \n \n name\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n area\n \n \n \n \n area: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Areas that map to that area type. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Type of area \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AuthComponent.html":{"url":"components/AuthComponent.html","title":"component - AuthComponent","body":"\n \n\n\n\n\n\n Components\n AuthComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/auth/auth.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-auth\n \n\n \n styleUrls\n ./auth.component.scss\n \n\n\n\n \n templateUrl\n ./auth.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n keyForm\n \n \n loading\n \n \n matcher\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n login\n \n \n Async\n ngOnInit\n \n \n Async\n onSubmit\n \n \n switchWindows\n \n \n toggleDisplay\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n keyFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService, formBuilder: FormBuilder, router: Router, errorDialogService: ErrorDialogService)\n \n \n \n \n Defined in src/app/auth/auth.component.ts:19\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n login\n \n \n \n \n \n \n \n \n login()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:53\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:28\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onSubmit\n \n \n \n \n \n \n \n \n onSubmit()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:41\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n switchWindows\n \n \n \n \n \n \n \nswitchWindows()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:66\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n toggleDisplay\n \n \n \n \n \n \n \ntoggleDisplay(element: any)\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n keyForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/auth/auth.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n loading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/auth/auth.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/auth/auth.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/auth/auth.component.ts:17\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n keyFormStub\n \n \n\n \n \n getkeyFormStub()\n \n \n \n \n Defined in src/app/auth/auth.component.ts:37\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { AuthService } from '@app/_services';\nimport { ErrorDialogService } from '@app/_services/error-dialog.service';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-auth',\n templateUrl: './auth.component.html',\n styleUrls: ['./auth.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AuthComponent implements OnInit {\n keyForm: FormGroup;\n submitted: boolean = false;\n loading: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(\n private authService: AuthService,\n private formBuilder: FormBuilder,\n private router: Router,\n private errorDialogService: ErrorDialogService\n ) {}\n\n async ngOnInit(): Promise {\n this.keyForm = this.formBuilder.group({\n key: ['', Validators.required],\n });\n if (this.authService.getPrivateKey()) {\n this.authService.loginView();\n }\n }\n\n get keyFormStub(): any {\n return this.keyForm.controls;\n }\n\n async onSubmit(): Promise {\n this.submitted = true;\n\n if (this.keyForm.invalid) {\n return;\n }\n\n this.loading = true;\n await this.authService.setKey(this.keyFormStub.key.value);\n this.loading = false;\n }\n\n async login(): Promise {\n try {\n const loginResult = await this.authService.login();\n if (loginResult) {\n this.router.navigate(['/home']);\n }\n } catch (HttpError) {\n this.errorDialogService.openDialog({\n message: HttpError.message,\n });\n }\n }\n\n switchWindows(): void {\n const divOne: HTMLElement = document.getElementById('one');\n const divTwo: HTMLElement = document.getElementById('two');\n this.toggleDisplay(divOne);\n this.toggleDisplay(divTwo);\n }\n\n toggleDisplay(element: any): void {\n const style: string = window.getComputedStyle(element).display;\n if (style === 'block') {\n element.style.display = 'none';\n } else {\n element.style.display = 'block';\n }\n }\n}\n\n \n\n \n \n\n \n \n \n \n \n CICADA\n \n \n \n \n Add Private Key\n \n\n \n \n Private Key\n \n \n Private Key is required.\n \n \n\n \n \n Add Key\n \n \n \n \n \n \n \n Login\n \n \n\n \n \n \n Change private key?\n Enter private key\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./auth.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' CICADA Add Private Key Private Key Private Key is required. Add Key Login Change private key? Enter private key '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AuthComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"guards/AuthGuard.html":{"url":"guards/AuthGuard.html","title":"guard - AuthGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n Guards\n AuthGuard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_guards/auth.guard.ts\n \n\n \n Description\n \n \n Auth guard implementation.\nDictates access to routes depending on the authentication status.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n canActivate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router)\n \n \n \n \n Defined in src/app/_guards/auth.guard.ts:21\n \n \n\n \n \n Instantiates the auth guard class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n canActivate\n \n \n \n \n \n \n \ncanActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)\n \n \n\n\n \n \n Defined in src/app/_guards/auth.guard.ts:38\n \n \n\n\n \n \n Returns whether navigation to a specific route is acceptable.\nChecks if the user has uploaded a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n route\n \n ActivatedRouteSnapshot\n \n\n \n No\n \n\n\n \n \nContains the information about a route associated with a component loaded in an outlet at a particular moment in time.\nActivatedRouteSnapshot can also be used to traverse the router state tree.\n\n\n \n \n \n state\n \n RouterStateSnapshot\n \n\n \n No\n \n\n\n \n \nRepresents the state of the router at a moment in time.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable | Promise | boolean | UrlTree\n\n \n \n true - If there is an active private key in the user's localStorage.\n\n \n \n \n \n \n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n ActivatedRouteSnapshot,\n CanActivate,\n Router,\n RouterStateSnapshot,\n UrlTree,\n} from '@angular/router';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/**\n * Auth guard implementation.\n * Dictates access to routes depending on the authentication status.\n */\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthGuard implements CanActivate {\n /**\n * Instantiates the auth guard class.\n *\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private router: Router) {}\n\n /**\n * Returns whether navigation to a specific route is acceptable.\n * Checks if the user has uploaded a private key.\n *\n * @param route - Contains the information about a route associated with a component loaded in an outlet at a particular moment in time.\n * ActivatedRouteSnapshot can also be used to traverse the router state tree.\n * @param state - Represents the state of the router at a moment in time.\n * @returns true - If there is an active private key in the user's localStorage.\n */\n canActivate(\n route: ActivatedRouteSnapshot,\n state: RouterStateSnapshot\n ): Observable | Promise | boolean | UrlTree {\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n return true;\n }\n this.router.navigate(['/auth']);\n return false;\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AuthModule.html":{"url":"modules/AuthModule.html","title":"module - AuthModule","body":"\n \n\n\n\n\n Modules\n AuthModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AuthModule\n\n\n\ncluster_AuthModule_imports\n\n\n\ncluster_AuthModule_declarations\n\n\n\n\nAuthComponent\n\nAuthComponent\n\n\n\nAuthModule\n\nAuthModule\n\nAuthModule -->\n\nAuthComponent->AuthModule\n\n\n\n\n\nPasswordToggleDirective\n\nPasswordToggleDirective\n\nAuthModule -->\n\nPasswordToggleDirective->AuthModule\n\n\n\n\n\nAuthRoutingModule\n\nAuthRoutingModule\n\nAuthModule -->\n\nAuthRoutingModule->AuthModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAuthModule -->\n\nSharedModule->AuthModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/auth/auth.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AuthComponent\n \n \n PasswordToggleDirective\n \n \n \n \n Imports\n \n \n AuthRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuthRoutingModule } from '@app/auth/auth-routing.module';\nimport { AuthComponent } from '@app/auth/auth.component';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { PasswordToggleDirective } from '@app/auth/_directives/password-toggle.directive';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatRippleModule } from '@angular/material/core';\nimport { SharedModule } from '@app/shared/shared.module';\n\n@NgModule({\n declarations: [AuthComponent, PasswordToggleDirective],\n imports: [\n CommonModule,\n AuthRoutingModule,\n ReactiveFormsModule,\n MatCardModule,\n MatSelectModule,\n MatInputModule,\n MatButtonModule,\n MatRippleModule,\n SharedModule,\n ],\n})\nexport class AuthModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AuthRoutingModule.html":{"url":"modules/AuthRoutingModule.html","title":"module - AuthRoutingModule","body":"\n \n\n\n\n\n Modules\n AuthRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/auth/auth-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AuthComponent } from '@app/auth/auth.component';\n\nconst routes: Routes = [\n { path: '', component: AuthComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AuthRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AuthService.html":{"url":"injectables/AuthService.html","title":"injectable - AuthService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n AuthService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/auth.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n mutableKeyStore\n \n \n trustedUsers\n \n \n Private\n trustedUsersList\n \n \n trustedUsersSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addTrustedUser\n \n \n getChallenge\n \n \n getPrivateKey\n \n \n getPrivateKeyInfo\n \n \n Async\n getPublicKeys\n \n \n getSessionToken\n \n \n getTrustedUsers\n \n \n getWithToken\n \n \n Async\n init\n \n \n Async\n login\n \n \n loginView\n \n \n logout\n \n \n sendSignedChallenge\n \n \n Async\n setKey\n \n \n setSessionToken\n \n \n setState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, loggingService: LoggingService, errorDialogService: ErrorDialogService)\n \n \n \n \n Defined in src/app/_services/auth.service.ts:22\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTrustedUser\n \n \n \n \n \n \n \naddTrustedUser(user: Staff)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:173\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n user\n \n Staff\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getChallenge\n \n \n \n \n \n \n \ngetChallenge()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:85\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPrivateKey\n \n \n \n \n \n \n \ngetPrivateKey()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:203\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPrivateKeyInfo\n \n \n \n \n \n \n \ngetPrivateKeyInfo()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:207\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getPublicKeys\n \n \n \n \n \n \n \n \n getPublicKeys()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:191\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n getSessionToken\n \n \n \n \n \n \n \ngetSessionToken()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:39\n \n \n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedUsers\n \n \n \n \n \n \n \ngetTrustedUsers()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:185\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n getWithToken\n \n \n \n \n \n \n \ngetWithToken()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:51\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:32\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n login\n \n \n \n \n \n \n \n \n login()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:94\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n loginView\n \n \n \n \n \n \n \nloginView()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:129\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n logout\n \n \n \n \n \n \n \nlogout()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:167\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n sendSignedChallenge\n \n \n \n \n \n \n \nsendSignedChallenge(hobaResponseEncoded: any)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n hobaResponseEncoded\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setKey\n \n \n \n \n \n \n \n \n setKey(privateKeyArmored)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:139\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n privateKeyArmored\n\n \n No\n \n\n\n \n \nPrivate key.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSessionToken\n \n \n \n \n \n \n \nsetSessionToken(token)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n token\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setState\n \n \n \n \n \n \n \nsetState(s)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:47\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n s\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n mutableKeyStore\n \n \n \n \n \n \n Type : MutableKeyStore\n\n \n \n \n \n Defined in src/app/_services/auth.service.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsers\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/auth.service.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n trustedUsersList\n \n \n \n \n \n \n Type : BehaviorSubject>\n\n \n \n \n \n Default value : new BehaviorSubject>(\n this.trustedUsers\n )\n \n \n \n \n Defined in src/app/_services/auth.service.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsersSubject\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Default value : this.trustedUsersList.asObservable()\n \n \n \n \n Defined in src/app/_services/auth.service.ts:22\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { hobaParseChallengeHeader } from '@src/assets/js/hoba.js';\nimport { signChallenge } from '@src/assets/js/hoba-pgp.js';\nimport { environment } from '@src/environments/environment';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { MutableKeyStore, MutablePgpKeyStore } from '@app/_pgp';\nimport { ErrorDialogService } from '@app/_services/error-dialog.service';\nimport { HttpClient } from '@angular/common/http';\nimport { HttpError, rejectBody } from '@app/_helpers/global-error-handler';\nimport { Staff } from '@app/_models';\nimport { BehaviorSubject, Observable } from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthService {\n mutableKeyStore: MutableKeyStore;\n trustedUsers: Array = [];\n private trustedUsersList: BehaviorSubject> = new BehaviorSubject>(\n this.trustedUsers\n );\n trustedUsersSubject: Observable> = this.trustedUsersList.asObservable();\n\n constructor(\n private httpClient: HttpClient,\n private loggingService: LoggingService,\n private errorDialogService: ErrorDialogService\n ) {\n this.mutableKeyStore = new MutablePgpKeyStore();\n }\n\n async init(): Promise {\n await this.mutableKeyStore.loadKeyring();\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n await this.mutableKeyStore.importPrivateKey(localStorage.getItem(btoa('CICADA_PRIVATE_KEY')));\n }\n }\n\n getSessionToken(): string {\n return sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n }\n\n setSessionToken(token): void {\n sessionStorage.setItem(btoa('CICADA_SESSION_TOKEN'), token);\n }\n\n setState(s): void {\n document.getElementById('state').innerHTML = s;\n }\n\n getWithToken(): Promise {\n const headers = {\n Authorization: 'Bearer ' + this.getSessionToken,\n 'Content-Type': 'application/json;charset=utf-8',\n 'x-cic-automerge': 'none',\n };\n const options = {\n headers,\n };\n return fetch(environment.cicMetaUrl, options).then((response) => {\n if (!response.ok) {\n this.loggingService.sendErrorLevelMessage('failed to get with auth token.', this, {\n error: '',\n });\n\n return false;\n }\n return true;\n });\n }\n\n // TODO rename to send signed challenge and set session. Also separate these responsibilities\n sendSignedChallenge(hobaResponseEncoded: any): Promise {\n const headers = {\n Authorization: 'HOBA ' + hobaResponseEncoded,\n 'Content-Type': 'application/json;charset=utf-8',\n 'x-cic-automerge': 'none',\n };\n const options = {\n headers,\n };\n return fetch(environment.cicMetaUrl, options);\n }\n\n getChallenge(): Promise {\n return fetch(environment.cicMetaUrl).then((response) => {\n if (response.status === 401) {\n const authHeader: string = response.headers.get('WWW-Authenticate');\n return hobaParseChallengeHeader(authHeader);\n }\n });\n }\n\n async login(): Promise {\n if (this.getSessionToken()) {\n sessionStorage.removeItem(btoa('CICADA_SESSION_TOKEN'));\n } else {\n const o = await this.getChallenge();\n\n const r = await signChallenge(\n o.challenge,\n o.realm,\n environment.cicMetaUrl,\n this.mutableKeyStore\n );\n\n const tokenResponse = await this.sendSignedChallenge(r).then((response) => {\n const token = response.headers.get('Token');\n if (token) {\n return token;\n }\n if (response.status === 401) {\n throw new HttpError('You are not authorized to use this system', response.status);\n }\n if (!response.ok) {\n throw new HttpError('Unknown error from authentication server', response.status);\n }\n });\n\n if (tokenResponse) {\n this.setSessionToken(tokenResponse);\n this.setState('Click button to log in');\n return true;\n }\n return false;\n }\n }\n\n loginView(): void {\n document.getElementById('one').style.display = 'none';\n document.getElementById('two').style.display = 'block';\n this.setState('Click button to log in with PGP key ' + this.mutableKeyStore.getPrivateKeyId());\n }\n\n /**\n * @throws\n * @param privateKeyArmored - Private key.\n */\n async setKey(privateKeyArmored): Promise {\n try {\n const isValidKeyCheck = await this.mutableKeyStore.isValidKey(privateKeyArmored);\n if (!isValidKeyCheck) {\n throw Error('The private key is invalid');\n }\n // TODO leaving this out for now.\n // const isEncryptedKeyCheck = await this.mutableKeyStore.isEncryptedPrivateKey(privateKeyArmored);\n // if (!isEncryptedKeyCheck) {\n // throw Error('The private key doesn\\'t have a password!');\n // }\n const key = await this.mutableKeyStore.importPrivateKey(privateKeyArmored);\n localStorage.setItem(btoa('CICADA_PRIVATE_KEY'), privateKeyArmored);\n } catch (err) {\n this.loggingService.sendErrorLevelMessage(\n `Failed to set key: ${err.message || err.statusText}`,\n this,\n { error: err }\n );\n this.errorDialogService.openDialog({\n message: `Failed to set key: ${err.message || err.statusText}`,\n });\n return false;\n }\n this.loginView();\n return true;\n }\n\n logout(): void {\n sessionStorage.removeItem(btoa('CICADA_SESSION_TOKEN'));\n localStorage.removeItem(btoa('CICADA_PRIVATE_KEY'));\n window.location.reload();\n }\n\n addTrustedUser(user: Staff): void {\n const savedIndex = this.trustedUsers.findIndex((staff) => staff.userid === user.userid);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.trustedUsers.splice(savedIndex, 1);\n }\n this.trustedUsers.unshift(user);\n this.trustedUsersList.next(this.trustedUsers);\n }\n\n getTrustedUsers(): void {\n this.mutableKeyStore.getPublicKeys().forEach((key) => {\n this.addTrustedUser(key.users[0].userId);\n });\n }\n\n async getPublicKeys(): Promise {\n return new Promise((resolve, reject) => {\n fetch(environment.publicKeysUrl).then((res) => {\n if (!res.ok) {\n // TODO does angular recommend an error interface?\n return reject(rejectBody(res));\n }\n return resolve(res.text());\n });\n });\n }\n\n getPrivateKey(): any {\n return this.mutableKeyStore.getPrivateKey();\n }\n\n getPrivateKeyInfo(): any {\n return this.getPrivateKey().users[0].userId;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/BlockSyncService.html":{"url":"injectables/BlockSyncService.html","title":"injectable - BlockSyncService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n BlockSyncService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/block-sync.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n readyState\n \n \n readyStateTarget\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n blockSync\n \n \n fetcher\n \n \n Async\n init\n \n \n newEvent\n \n \n readyStateProcessor\n \n \n Async\n scan\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(transactionService: TransactionService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:16\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n blockSync\n \n \n \n \n \n \n \n \n blockSync(address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n \n null\n \n\n \n \n offset\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n limit\n \n number\n \n\n \n No\n \n\n \n 100\n \n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n fetcher\n \n \n \n \n \n \n \nfetcher(settings: Settings, transactionsInfo: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n transactionsInfo\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:23\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n newEvent\n \n \n \n \n \n \n \nnewEvent(tx: any, eventType: string)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:80\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tx\n \n any\n \n\n \n No\n \n\n\n \n \n eventType\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n readyStateProcessor\n \n \n \n \n \n \n \nreadyStateProcessor(settings: Settings, bit: number, address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:45\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n bit\n \n number\n \n\n \n No\n \n\n\n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n scan\n \n \n \n \n \n \n \n \n scan(settings: Settings, lo: number, hi: number, bloomBlockBytes: Uint8Array, bloomBlocktxBytes: Uint8Array, bloomRounds: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:88\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n lo\n \n number\n \n\n \n No\n \n\n\n \n \n hi\n \n number\n \n\n \n No\n \n\n\n \n \n bloomBlockBytes\n \n Uint8Array\n \n\n \n No\n \n\n\n \n \n bloomBlocktxBytes\n \n Uint8Array\n \n\n \n No\n \n\n\n \n \n bloomRounds\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n readyState\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyStateTarget\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 2\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:15\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Settings } from '@app/_models';\nimport { TransactionHelper } from '@cicnet/cic-client';\nimport { first } from 'rxjs/operators';\nimport { TransactionService } from '@app/_services/transaction.service';\nimport { environment } from '@src/environments/environment';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { RegistryService } from '@app/_services/registry.service';\nimport { Web3Service } from '@app/_services/web3.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class BlockSyncService {\n readyStateTarget: number = 2;\n readyState: number = 0;\n\n constructor(\n private transactionService: TransactionService,\n private loggingService: LoggingService\n ) {}\n\n async init(): Promise {\n await this.transactionService.init();\n }\n\n async blockSync(address: string = null, offset: number = 0, limit: number = 100): Promise {\n this.transactionService.resetTransactionsList();\n const settings: Settings = new Settings(this.scan);\n const readyStateElements: { network: number } = { network: 2 };\n settings.w3.provider = environment.web3Provider;\n settings.w3.engine = Web3Service.getInstance();\n settings.registry = await RegistryService.getRegistry();\n settings.txHelper = new TransactionHelper(settings.w3.engine, settings.registry);\n\n settings.txHelper.ontransfer = async (transaction: any): Promise => {\n window.dispatchEvent(this.newEvent(transaction, 'cic_transfer'));\n };\n settings.txHelper.onconversion = async (transaction: any): Promise => {\n window.dispatchEvent(this.newEvent(transaction, 'cic_convert'));\n };\n this.readyStateProcessor(settings, readyStateElements.network, address, offset, limit);\n }\n\n readyStateProcessor(\n settings: Settings,\n bit: number,\n address: string,\n offset: number,\n limit: number\n ): void {\n // tslint:disable-next-line:no-bitwise\n this.readyState |= bit;\n if (this.readyStateTarget === this.readyState && this.readyStateTarget) {\n const wHeadSync: Worker = new Worker('./../assets/js/block-sync/head.js');\n wHeadSync.onmessage = (m) => {\n settings.txHelper.processReceipt(m.data);\n };\n wHeadSync.postMessage({\n w3_provider: settings.w3.provider,\n });\n if (address === null) {\n this.transactionService\n .getAllTransactions(offset, limit)\n .pipe(first())\n .subscribe((res) => {\n this.fetcher(settings, res);\n });\n } else {\n this.transactionService\n .getAddressTransactions(address, offset, limit)\n .pipe(first())\n .subscribe((res) => {\n this.fetcher(settings, res);\n });\n }\n }\n }\n\n newEvent(tx: any, eventType: string): any {\n return new CustomEvent(eventType, {\n detail: {\n tx,\n },\n });\n }\n\n async scan(\n settings: Settings,\n lo: number,\n hi: number,\n bloomBlockBytes: Uint8Array,\n bloomBlocktxBytes: Uint8Array,\n bloomRounds: any\n ): Promise {\n const w: Worker = new Worker('./../assets/js/block-sync/ondemand.js');\n w.onmessage = (m) => {\n settings.txHelper.processReceipt(m.data);\n };\n w.postMessage({\n w3_provider: settings.w3.provider,\n lo,\n hi,\n filters: [bloomBlockBytes, bloomBlocktxBytes],\n filter_rounds: bloomRounds,\n });\n }\n\n fetcher(settings: Settings, transactionsInfo: any): void {\n const blockFilterBinstr: string = window.atob(transactionsInfo.block_filter);\n const bOne: Uint8Array = new Uint8Array(blockFilterBinstr.length);\n bOne.map((e, i, v) => (v[i] = blockFilterBinstr.charCodeAt(i)));\n\n const blocktxFilterBinstr: string = window.atob(transactionsInfo.blocktx_filter);\n const bTwo: Uint8Array = new Uint8Array(blocktxFilterBinstr.length);\n bTwo.map((e, i, v) => (v[i] = blocktxFilterBinstr.charCodeAt(i)));\n\n settings.scanFilter(\n settings,\n transactionsInfo.low,\n transactionsInfo.high,\n bOne,\n bTwo,\n transactionsInfo.filter_rounds\n );\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Category.html":{"url":"interfaces/Category.html","title":"interface - Category","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Category\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Category object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n name\n \n \n products\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Business category \n\n \n \n \n \n \n \n \n \n \n products\n \n \n \n \n products: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Products that map to that category. \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Conversion.html":{"url":"interfaces/Conversion.html","title":"interface - Conversion","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Conversion\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Conversion object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n destinationToken\n \n \n fromValue\n \n \n sourceToken\n \n \n toValue\n \n \n trader\n \n \n tx\n \n \n user\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n destinationToken\n \n \n \n \n destinationToken: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Final transaction token information. \n\n \n \n \n \n \n \n \n \n \n fromValue\n \n \n \n \n fromValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Initial transaction token amount. \n\n \n \n \n \n \n \n \n \n \n sourceToken\n \n \n \n \n sourceToken: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Initial transaction token information. \n\n \n \n \n \n \n \n \n \n \n toValue\n \n \n \n \n toValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Final transaction token amount. \n\n \n \n \n \n \n \n \n \n \n trader\n \n \n \n \n trader: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the initiator of the conversion. \n\n \n \n \n \n \n \n \n \n \n tx\n \n \n \n \n tx: Tx\n\n \n \n\n\n \n \n Type : Tx\n\n \n \n\n\n\n\n\n \n \n Conversion mining information. \n\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n user: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the initiator of the conversion. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CreateAccountComponent.html":{"url":"components/CreateAccountComponent.html","title":"component - CreateAccountComponent","body":"\n \n\n\n\n\n\n Components\n CreateAccountComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/create-account/create-account.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-create-account\n \n\n \n styleUrls\n ./create-account.component.scss\n \n\n\n\n \n templateUrl\n ./create-account.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n accountTypes\n \n \n areaNames\n \n \n categories\n \n \n createForm\n \n \n genders\n \n \n matcher\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n onSubmit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n createFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder, locationService: LocationService, userService: UserService)\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n locationService\n \n \n LocationService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:29\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onSubmit\n \n \n \n \n \n \n \nonSubmit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:65\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n areaNames\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n categories\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n createForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n genders\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:17\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n createFormStub\n \n \n\n \n \n getcreateFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:61\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { LocationService, UserService } from '@app/_services';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { first } from 'rxjs/operators';\nimport { AreaName, Category } from '@app/_models';\n\n@Component({\n selector: 'app-create-account',\n templateUrl: './create-account.component.html',\n styleUrls: ['./create-account.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CreateAccountComponent implements OnInit {\n createForm: FormGroup;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n submitted: boolean = false;\n categories: Array;\n areaNames: Array;\n accountTypes: Array;\n genders: Array;\n\n constructor(\n private formBuilder: FormBuilder,\n private locationService: LocationService,\n private userService: UserService\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.createForm = this.formBuilder.group({\n accountType: ['', Validators.required],\n idNumber: ['', Validators.required],\n phoneNumber: ['', Validators.required],\n givenName: ['', Validators.required],\n surname: ['', Validators.required],\n directoryEntry: ['', Validators.required],\n location: ['', Validators.required],\n gender: ['', Validators.required],\n referrer: ['', Validators.required],\n businessCategory: ['', Validators.required],\n });\n this.userService\n .getCategories()\n .pipe(first())\n .subscribe((res) => (this.categories = res));\n this.locationService\n .getAreaNames()\n .pipe(first())\n .subscribe((res) => (this.areaNames = res));\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n this.userService\n .getGenders()\n .pipe(first())\n .subscribe((res) => (this.genders = res));\n }\n\n get createFormStub(): any {\n return this.createForm.controls;\n }\n\n onSubmit(): void {\n this.submitted = true;\n if (this.createForm.invalid || !confirm('Create account?')) {\n return;\n }\n this.submitted = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n Create Account\n \n \n \n CREATE A USER ACCOUNT \n \n \n \n \n Account Type: \n \n \n {{ accountType | uppercase }}\n \n \n Account type is required. \n \n\n \n \n ID Number: \n \n ID Number is required.\n \n \n\n \n \n Phone Number: \n \n Phone Number is required. \n \n\n \n \n Given Name(s):* \n \n Given Names are required. \n \n\n \n \n Family/Surname: \n \n Surname is required. \n \n\n \n \n Directory Entry: \n \n Directory Entry is required. \n \n\n \n \n Location: \n \n \n {{ area | uppercase }}\n \n \n Location is required. \n \n\n \n \n Gender: \n \n \n {{ gender | uppercase }}\n \n \n Gender is required. \n \n\n \n \n Referrer Phone Number: \n \n Referrer is required. \n \n\n \n \n Business Category: \n \n \n {{ category | titlecase }}\n \n \n Business Category is required.\n \n \n\n \n Submit\n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./create-account.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Create Account CREATE A USER ACCOUNT Account Type: {{ accountType | uppercase }} Account type is required. ID Number: ID Number is required. Phone Number: Phone Number is required. Given Name(s):* Given Names are required. Family/Surname: Surname is required. Directory Entry: Directory Entry is required. Location: {{ area | uppercase }} Location is required. Gender: {{ gender | uppercase }} Gender is required. Referrer Phone Number: Referrer is required. Business Category: {{ category | titlecase }} Business Category is required. Submit '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'CreateAccountComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CustomErrorStateMatcher.html":{"url":"classes/CustomErrorStateMatcher.html","title":"class - CustomErrorStateMatcher","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CustomErrorStateMatcher\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/custom-error-state-matcher.ts\n \n\n \n Description\n \n \n Custom provider that defines how form controls behave with regards to displaying error messages.\n\n \n\n\n \n Implements\n \n \n ErrorStateMatcher\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n isErrorState\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n isErrorState\n \n \n \n \n \n \n \nisErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom-error-state-matcher.ts:17\n \n \n\n\n \n \n Checks whether an invalid input has been made and an error should be made.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n control\n \n FormControl | null\n \n\n \n No\n \n\n\n \n \nTracks the value and validation status of an individual form control.\n\n\n \n \n \n form\n \n FormGroupDirective | NgForm | null\n \n\n \n No\n \n\n\n \n \nBinding of an existing FormGroup to a DOM element.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If an invalid input has been made to the form control.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { ErrorStateMatcher } from '@angular/material/core';\nimport { FormControl, FormGroupDirective, NgForm } from '@angular/forms';\n\n/**\n * Custom provider that defines how form controls behave with regards to displaying error messages.\n *\n */\nexport class CustomErrorStateMatcher implements ErrorStateMatcher {\n /**\n * Checks whether an invalid input has been made and an error should be made.\n *\n * @param control - Tracks the value and validation status of an individual form control.\n * @param form - Binding of an existing FormGroup to a DOM element.\n * @returns true - If an invalid input has been made to the form control.\n */\n isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean {\n const isSubmitted: boolean = form && form.submitted;\n return !!(control && control.invalid && (control.dirty || control.touched || isSubmitted));\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CustomValidator.html":{"url":"classes/CustomValidator.html","title":"class - CustomValidator","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CustomValidator\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/custom.validator.ts\n \n\n \n Description\n \n \n Provides methods to perform custom validation to form inputs.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n passwordMatchValidator\n \n \n Static\n patternValidator\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n passwordMatchValidator\n \n \n \n \n \n \n \n \n passwordMatchValidator(control: AbstractControl)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom.validator.ts:13\n \n \n\n\n \n \n Sets errors to the confirm password input field if it does not match with the value in the password input field.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n control\n \n AbstractControl\n \n\n \n No\n \n\n\n \n \nThe control object of the form being validated.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n patternValidator\n \n \n \n \n \n \n \n \n patternValidator(regex: RegExp, error: ValidationErrors)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom.validator.ts:28\n \n \n\n\n \n \n Sets errors to a form field if it does not match with the regular expression given.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n regex\n \n RegExp\n \n\n \n No\n \n\n\n \n \nThe regular expression to match with the form field.\n\n\n \n \n \n error\n \n ValidationErrors\n \n\n \n No\n \n\n\n \n \nDefines the map of errors to return from failed validation checks.\n\n\n \n \n \n \n \n \n \n \n Returns : ValidationErrors | null\n\n \n \n The map of errors returned from failed validation checks.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { AbstractControl, ValidationErrors } from '@angular/forms';\n\n/**\n * Provides methods to perform custom validation to form inputs.\n */\nexport class CustomValidator {\n /**\n * Sets errors to the confirm password input field if it does not match with the value in the password input field.\n *\n * @param control - The control object of the form being validated.\n */\n static passwordMatchValidator(control: AbstractControl): void {\n const password: string = control.get('password').value;\n const confirmPassword: string = control.get('confirmPassword').value;\n if (password !== confirmPassword) {\n control.get('confirmPassword').setErrors({ NoPasswordMatch: true });\n }\n }\n\n /**\n * Sets errors to a form field if it does not match with the regular expression given.\n *\n * @param regex - The regular expression to match with the form field.\n * @param error - Defines the map of errors to return from failed validation checks.\n * @returns The map of errors returned from failed validation checks.\n */\n static patternValidator(regex: RegExp, error: ValidationErrors): ValidationErrors | null {\n return (control: AbstractControl): { [key: string]: any } => {\n if (!control.value) {\n return null;\n }\n\n const valid: boolean = regex.test(control.value);\n return valid ? null : error;\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ErrorDialogComponent.html":{"url":"components/ErrorDialogComponent.html","title":"component - ErrorDialogComponent","body":"\n \n\n\n\n\n\n Components\n ErrorDialogComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/error-dialog/error-dialog.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-error-dialog\n \n\n \n styleUrls\n ./error-dialog.component.scss\n \n\n\n\n \n templateUrl\n ./error-dialog.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n data\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(data: any)\n \n \n \n \n Defined in src/app/shared/error-dialog/error-dialog.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n data\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in src/app/shared/error-dialog/error-dialog.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, ChangeDetectionStrategy, Inject } from '@angular/core';\nimport { MAT_DIALOG_DATA } from '@angular/material/dialog';\n\n@Component({\n selector: 'app-error-dialog',\n templateUrl: './error-dialog.component.html',\n styleUrls: ['./error-dialog.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ErrorDialogComponent {\n constructor(@Inject(MAT_DIALOG_DATA) public data: any) {}\n}\n\n \n\n \n \n \n Message: {{ data.message }}\n Status: {{ data?.status }}\n \n\n\n \n\n \n \n ./error-dialog.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Message: {{ data.message }} Status: {{ data?.status }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'ErrorDialogComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ErrorDialogService.html":{"url":"injectables/ErrorDialogService.html","title":"injectable - ErrorDialogService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n ErrorDialogService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/error-dialog.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n dialog\n \n \n Public\n isDialogOpen\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n openDialog\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog)\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n openDialog\n \n \n \n \n \n \n \nopenDialog(data)\n \n \n\n\n \n \n Defined in src/app/_services/error-dialog.service.ts:13\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n data\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n isDialogOpen\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:9\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { ErrorDialogComponent } from '@app/shared/error-dialog/error-dialog.component';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ErrorDialogService {\n public isDialogOpen: boolean = false;\n\n constructor(public dialog: MatDialog) {}\n\n openDialog(data): any {\n if (this.isDialogOpen) {\n return false;\n }\n this.isDialogOpen = true;\n const dialogRef: MatDialogRef = this.dialog.open(ErrorDialogComponent, {\n width: '300px',\n data,\n });\n\n dialogRef.afterClosed().subscribe(() => (this.isDialogOpen = false));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/ErrorInterceptor.html":{"url":"interceptors/ErrorInterceptor.html","title":"interceptor - ErrorInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n ErrorInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/error.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles errors from outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorDialogService: ErrorDialogService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/_interceptors/error.interceptor.ts:21\n \n \n\n \n \n Initialization of the error interceptor.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \nA service that provides a dialog box for displaying errors to the user.\n\n\n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/error.interceptor.ts:42\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The error caught from the request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HttpErrorResponse,\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Third party imports\nimport { Observable, throwError } from 'rxjs';\nimport { catchError } from 'rxjs/operators';\n\n// Application imports\nimport { ErrorDialogService, LoggingService } from '@app/_services';\n\n/** Intercepts and handles errors from outgoing HTTP request. */\n@Injectable()\nexport class ErrorInterceptor implements HttpInterceptor {\n /**\n * Initialization of the error interceptor.\n *\n * @param errorDialogService - A service that provides a dialog box for displaying errors to the user.\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(\n private errorDialogService: ErrorDialogService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The error caught from the request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n return next.handle(request).pipe(\n catchError((err: HttpErrorResponse) => {\n let errorMessage: string;\n if (err.error instanceof ErrorEvent) {\n // A client-side or network error occurred. Handle it accordingly.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n // The response body may contain clues as to what went wrong.\n errorMessage = `Backend returned code ${err.status}, body was: ${JSON.stringify(\n err.error\n )}`;\n }\n this.loggingService.sendErrorLevelMessage(errorMessage, this, { error: err });\n switch (err.status) {\n case 401: // unauthorized\n this.router.navigateByUrl('/auth').then();\n break;\n case 403: // forbidden\n alert('Access to resource is not allowed!');\n break;\n }\n // Return an observable with a user-facing error message.\n return throwError(err);\n })\n );\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterComponent.html":{"url":"components/FooterComponent.html","title":"component - FooterComponent","body":"\n \n\n\n\n\n\n Components\n FooterComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/footer/footer.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-footer\n \n\n \n styleUrls\n ./footer.component.scss\n \n\n\n\n \n templateUrl\n ./footer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentYear\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/footer/footer.component.ts:10\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/footer/footer.component.ts:13\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n currentYear\n \n \n \n \n \n \n Default value : new Date().getFullYear()\n \n \n \n \n Defined in src/app/shared/footer/footer.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-footer',\n templateUrl: './footer.component.html',\n styleUrls: ['./footer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FooterComponent implements OnInit {\n currentYear = new Date().getFullYear();\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n Copyleft \n 🄯.\n {{ currentYear }}\n Grassroots Economics \n\n\n\n \n\n \n \n ./footer.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Copyleft 🄯. {{ currentYear }} Grassroots Economics '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterStubComponent.html":{"url":"components/FooterStubComponent.html","title":"component - FooterStubComponent","body":"\n \n\n\n\n\n\n Components\n FooterStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-footer\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/global-error-handler.ts\n \n\n \n Description\n \n \n Provides a hook for centralized exception handling.\n\n \n\n \n Extends\n \n \n ErrorHandler\n \n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n sentencesForWarningLogging\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n Private\n isWarning\n \n \n logError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:41\n \n \n\n \n \n Initialization of the Global Error Handler.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \n \nhandleError(error: Error)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:58\n \n \n\n\n \n \n Handles different types of errors.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n error\n \n Error\n \n\n \n No\n \n\n\n \n \nAn error objects thrown when a runtime errors occurs.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n isWarning\n \n \n \n \n \n \n \n \n isWarning(errorTraceString: string)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:84\n \n \n\n\n \n \n Checks if an error is of type warning.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n errorTraceString\n \n string\n \n\n \n No\n \n\n\n \n \nA description of the error and it's stack trace.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If the error is of type warning.\n\n \n \n \n \n \n \n \n \n \n \n \n \n logError\n \n \n \n \n \n \n \nlogError(error: any)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:104\n \n \n\n\n \n \n Write appropriate logs according to the type of error.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \nAn error objects thrown when a runtime errors occurs.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n sentencesForWarningLogging\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:41\n \n \n\n \n \n An array of sentence sections that denote warnings.\n\n \n \n\n \n \n\n\n \n\n\n \n import { HttpErrorResponse } from '@angular/common/http';\nimport { ErrorHandler, Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/**\n * A generalized http response error.\n *\n * @extends Error\n */\nexport class HttpError extends Error {\n /** The error's status code. */\n public status: number;\n\n /**\n * Initialize the HttpError class.\n *\n * @param message - The message given by the error.\n * @param status - The status code given by the error.\n */\n constructor(message: string, status: number) {\n super(message);\n this.status = status;\n this.name = 'HttpError';\n }\n}\n\n/**\n * Provides a hook for centralized exception handling.\n *\n * @extends ErrorHandler\n */\n@Injectable()\nexport class GlobalErrorHandler extends ErrorHandler {\n /**\n * An array of sentence sections that denote warnings.\n */\n private sentencesForWarningLogging: Array = [];\n\n /**\n * Initialization of the Global Error Handler.\n *\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private loggingService: LoggingService, private router: Router) {\n super();\n }\n\n /**\n * Handles different types of errors.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n handleError(error: Error): void {\n this.logError(error);\n const message: string = error.message ? error.message : error.toString();\n\n // if (error.status) {\n // error = new Error(message);\n // }\n\n const errorTraceString: string = `Error message:\\n${message}.\\nStack trace: ${error.stack}`;\n\n const isWarning: boolean = this.isWarning(errorTraceString);\n if (isWarning) {\n this.loggingService.sendWarnLevelMessage(errorTraceString, { error });\n } else {\n this.loggingService.sendErrorLevelMessage(errorTraceString, this, { error });\n }\n\n throw error;\n }\n\n /**\n * Checks if an error is of type warning.\n *\n * @param errorTraceString - A description of the error and it's stack trace.\n * @returns true - If the error is of type warning.\n */\n private isWarning(errorTraceString: string): boolean {\n let isWarning: boolean = true;\n if (errorTraceString.includes('/src/app/')) {\n isWarning = false;\n }\n\n this.sentencesForWarningLogging.forEach((whiteListSentence: string) => {\n if (errorTraceString.includes(whiteListSentence)) {\n isWarning = true;\n }\n });\n\n return isWarning;\n }\n\n /**\n * Write appropriate logs according to the type of error.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n logError(error: any): void {\n const route: string = this.router.url;\n if (error instanceof HttpErrorResponse) {\n this.loggingService.sendErrorLevelMessage(\n `There was an HTTP error on route ${route}.\\n${error.message}.\\nStatus code: ${\n (error as HttpErrorResponse).status\n }`,\n this,\n { error }\n );\n } else if (error instanceof TypeError) {\n this.loggingService.sendErrorLevelMessage(\n `There was a Type error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else if (error instanceof Error) {\n this.loggingService.sendErrorLevelMessage(\n `There was a general error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else {\n this.loggingService.sendErrorLevelMessage(\n `Nobody threw an error but something happened on route ${route}!`,\n this,\n { error }\n );\n }\n }\n}\n\nexport function rejectBody(error): { status: any; statusText: any } {\n return {\n status: error.status,\n statusText: error.statusText,\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpConfigInterceptor.html":{"url":"interceptors/HttpConfigInterceptor.html","title":"interceptor - HttpConfigInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n HttpConfigInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/http-config.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles setting of configurations to outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_interceptors/http-config.interceptor.ts:10\n \n \n\n \n \n Initialization of http config interceptor. \n\n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/http-config.interceptor.ts:21\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The forwarded request.\n\n \n \n \n \n \n\n\n \n\n\n \n import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/** Intercepts and handles setting of configurations to outgoing HTTP request. */\n@Injectable()\nexport class HttpConfigInterceptor implements HttpInterceptor {\n /** Initialization of http config interceptor. */\n constructor() {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The forwarded request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n // const token: string = sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n\n // if (token) {\n // request = request.clone({headers: request.headers.set('Authorization', 'Bearer ' + token)});\n // }\n\n return next.handle(request);\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/HttpError.html":{"url":"classes/HttpError.html","title":"class - HttpError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n HttpError\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/global-error-handler.ts\n \n\n \n Description\n \n \n A generalized http response error.\n\n \n\n \n Extends\n \n \n Error\n \n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n status\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(message: string, status: number)\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:16\n \n \n\n \n \n Initialize the HttpError class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n message\n \n \n string\n \n \n \n No\n \n \n \n \nThe message given by the error.\n\n\n \n \n \n status\n \n \n number\n \n \n \n No\n \n \n \n \nThe status code given by the error.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n status\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:16\n \n \n\n \n \n The error's status code. \n\n \n \n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { HttpErrorResponse } from '@angular/common/http';\nimport { ErrorHandler, Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/**\n * A generalized http response error.\n *\n * @extends Error\n */\nexport class HttpError extends Error {\n /** The error's status code. */\n public status: number;\n\n /**\n * Initialize the HttpError class.\n *\n * @param message - The message given by the error.\n * @param status - The status code given by the error.\n */\n constructor(message: string, status: number) {\n super(message);\n this.status = status;\n this.name = 'HttpError';\n }\n}\n\n/**\n * Provides a hook for centralized exception handling.\n *\n * @extends ErrorHandler\n */\n@Injectable()\nexport class GlobalErrorHandler extends ErrorHandler {\n /**\n * An array of sentence sections that denote warnings.\n */\n private sentencesForWarningLogging: Array = [];\n\n /**\n * Initialization of the Global Error Handler.\n *\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private loggingService: LoggingService, private router: Router) {\n super();\n }\n\n /**\n * Handles different types of errors.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n handleError(error: Error): void {\n this.logError(error);\n const message: string = error.message ? error.message : error.toString();\n\n // if (error.status) {\n // error = new Error(message);\n // }\n\n const errorTraceString: string = `Error message:\\n${message}.\\nStack trace: ${error.stack}`;\n\n const isWarning: boolean = this.isWarning(errorTraceString);\n if (isWarning) {\n this.loggingService.sendWarnLevelMessage(errorTraceString, { error });\n } else {\n this.loggingService.sendErrorLevelMessage(errorTraceString, this, { error });\n }\n\n throw error;\n }\n\n /**\n * Checks if an error is of type warning.\n *\n * @param errorTraceString - A description of the error and it's stack trace.\n * @returns true - If the error is of type warning.\n */\n private isWarning(errorTraceString: string): boolean {\n let isWarning: boolean = true;\n if (errorTraceString.includes('/src/app/')) {\n isWarning = false;\n }\n\n this.sentencesForWarningLogging.forEach((whiteListSentence: string) => {\n if (errorTraceString.includes(whiteListSentence)) {\n isWarning = true;\n }\n });\n\n return isWarning;\n }\n\n /**\n * Write appropriate logs according to the type of error.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n logError(error: any): void {\n const route: string = this.router.url;\n if (error instanceof HttpErrorResponse) {\n this.loggingService.sendErrorLevelMessage(\n `There was an HTTP error on route ${route}.\\n${error.message}.\\nStatus code: ${\n (error as HttpErrorResponse).status\n }`,\n this,\n { error }\n );\n } else if (error instanceof TypeError) {\n this.loggingService.sendErrorLevelMessage(\n `There was a Type error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else if (error instanceof Error) {\n this.loggingService.sendErrorLevelMessage(\n `There was a general error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else {\n this.loggingService.sendErrorLevelMessage(\n `Nobody threw an error but something happened on route ${route}!`,\n this,\n { error }\n );\n }\n }\n}\n\nexport function rejectBody(error): { status: any; statusText: any } {\n return {\n status: error.status,\n statusText: error.statusText,\n };\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocationService.html":{"url":"injectables/LocationService.html","title":"injectable - LocationService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n LocationService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/location.service.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getAreaNameByLocation\n \n \n getAreaNames\n \n \n getAreaTypeByArea\n \n \n getAreaTypes\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient)\n \n \n \n \n Defined in src/app/_services/location.service.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getAreaNameByLocation\n \n \n \n \n \n \n \ngetAreaNameByLocation(location: string)\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n location\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAreaNames\n \n \n \n \n \n \n \ngetAreaNames()\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:13\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n getAreaTypeByArea\n \n \n \n \n \n \n \ngetAreaTypeByArea(area: string)\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:25\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n area\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAreaTypes\n \n \n \n \n \n \n \ngetAreaTypes()\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:21\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { environment } from '@src/environments/environment';\nimport { first } from 'rxjs/operators';\nimport { HttpClient } from '@angular/common/http';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class LocationService {\n constructor(private httpClient: HttpClient) {}\n\n getAreaNames(): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areanames`);\n }\n\n getAreaNameByLocation(location: string): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areanames/${location.toLowerCase()}`);\n }\n\n getAreaTypes(): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areatypes`).pipe(first());\n }\n\n getAreaTypeByArea(area: string): Observable {\n return this.httpClient\n .get(`${environment.cicMetaUrl}/areatypes/${area.toLowerCase()}`)\n .pipe(first());\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/LoggingInterceptor.html":{"url":"interceptors/LoggingInterceptor.html","title":"interceptor - LoggingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n LoggingInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/logging.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles of events from outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_interceptors/logging.interceptor.ts:20\n \n \n\n \n \n Initialization of the logging interceptor.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/logging.interceptor.ts:35\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The forwarded request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n HttpResponse,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable } from 'rxjs';\nimport { finalize, tap } from 'rxjs/operators';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Intercepts and handles of events from outgoing HTTP request. */\n@Injectable()\nexport class LoggingInterceptor implements HttpInterceptor {\n /**\n * Initialization of the logging interceptor.\n *\n * @param loggingService - A service that provides logging capabilities.\n */\n constructor(private loggingService: LoggingService) {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The forwarded request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n return next.handle(request);\n // this.loggingService.sendInfoLevelMessage(request);\n // const startTime: number = Date.now();\n // let status: string;\n //\n // return next.handle(request).pipe(tap(event => {\n // status = '';\n // if (event instanceof HttpResponse) {\n // status = 'succeeded';\n // }\n // }, error => status = 'failed'),\n // finalize(() => {\n // const elapsedTime: number = Date.now() - startTime;\n // const message: string = `${request.method} request for ${request.urlWithParams} ${status} in ${elapsedTime} ms`;\n // this.loggingService.sendInfoLevelMessage(message);\n // }));\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LoggingService.html":{"url":"injectables/LoggingService.html","title":"injectable - LoggingService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n LoggingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/logging.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n canDebug\n \n \n env\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n sendDebugLevelMessage\n \n \n sendErrorLevelMessage\n \n \n sendFatalLevelMessage\n \n \n sendInfoLevelMessage\n \n \n sendLogLevelMessage\n \n \n sendTraceLevelMessage\n \n \n sendWarnLevelMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logger: NGXLogger)\n \n \n \n \n Defined in src/app/_services/logging.service.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logger\n \n \n NGXLogger\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n sendDebugLevelMessage\n \n \n \n \n \n \n \nsendDebugLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:22\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendErrorLevelMessage\n \n \n \n \n \n \n \nsendErrorLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:38\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendFatalLevelMessage\n \n \n \n \n \n \n \nsendFatalLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendInfoLevelMessage\n \n \n \n \n \n \n \nsendInfoLevelMessage(message: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:26\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendLogLevelMessage\n \n \n \n \n \n \n \nsendLogLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:30\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendTraceLevelMessage\n \n \n \n \n \n \n \nsendTraceLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendWarnLevelMessage\n \n \n \n \n \n \n \nsendWarnLevelMessage(message: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n canDebug\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in src/app/_services/logging.service.ts:9\n \n \n\n\n \n \n \n \n \n \n \n \n \n env\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_services/logging.service.ts:8\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable, isDevMode } from '@angular/core';\nimport { NGXLogger } from 'ngx-logger';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class LoggingService {\n env: string;\n canDebug: boolean;\n\n constructor(private logger: NGXLogger) {\n // TRACE|DEBUG|INFO|LOG|WARN|ERROR|FATAL|OFF\n if (isDevMode()) {\n this.sendInfoLevelMessage('Dropping into debug mode');\n }\n }\n\n sendTraceLevelMessage(message: any, source: any, error: any): void {\n this.logger.trace(message, source, error);\n }\n\n sendDebugLevelMessage(message: any, source: any, error: any): void {\n this.logger.debug(message, source, error);\n }\n\n sendInfoLevelMessage(message: any): void {\n this.logger.info(message);\n }\n\n sendLogLevelMessage(message: any, source: any, error: any): void {\n this.logger.log(message, source, error);\n }\n\n sendWarnLevelMessage(message: any, error: any): void {\n this.logger.warn(message, error);\n }\n\n sendErrorLevelMessage(message: any, source: any, error: any): void {\n this.logger.error(message, source, error);\n }\n\n sendFatalLevelMessage(message: any, source: any, error: any): void {\n this.logger.fatal(message, source, error);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/MenuSelectionDirective.html":{"url":"directives/MenuSelectionDirective.html","title":"directive - MenuSelectionDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n MenuSelectionDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n\n \n Description\n \n \n Toggle availability of sidebar on menu item selection. \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appMenuSelection]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n onMenuSelect\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/shared/_directives/menu-selection.directive.ts:8\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n onMenuSelect\n \n \n \n \n \n \n \nonMenuSelect()\n \n \n\n\n \n \n Defined in src/app/shared/_directives/menu-selection.directive.ts:25\n \n \n\n\n \n \n Toggle the availability of the sidebar. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n/** Toggle availability of sidebar on menu item selection. */\n@Directive({\n selector: '[appMenuSelection]',\n})\nexport class MenuSelectionDirective {\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n const mediaQuery = window.matchMedia('(max-width: 768px)');\n if (mediaQuery.matches) {\n this.onMenuSelect();\n }\n });\n }\n\n /** Toggle the availability of the sidebar. */\n onMenuSelect(): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n if (!sidebar?.classList.contains('active')) {\n sidebar?.classList.add('active');\n }\n const content: HTMLElement = document.getElementById('content');\n if (!content?.classList.contains('active')) {\n content?.classList.add('active');\n }\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n if (sidebarCollapse?.classList.contains('active')) {\n sidebarCollapse?.classList.remove('active');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/MenuToggleDirective.html":{"url":"directives/MenuToggleDirective.html","title":"directive - MenuToggleDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n MenuToggleDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n\n \n Description\n \n \n Toggle availability of sidebar on menu toggle click. \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appMenuToggle]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n onMenuToggle\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/shared/_directives/menu-toggle.directive.ts:8\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n onMenuToggle\n \n \n \n \n \n \n \nonMenuToggle()\n \n \n\n\n \n \n Defined in src/app/shared/_directives/menu-toggle.directive.ts:22\n \n \n\n\n \n \n Toggle the availability of the sidebar. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n/** Toggle availability of sidebar on menu toggle click. */\n@Directive({\n selector: '[appMenuToggle]',\n})\nexport class MenuToggleDirective {\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.onMenuToggle();\n });\n }\n\n /** Toggle the availability of the sidebar. */\n onMenuToggle(): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n sidebar?.classList.toggle('active');\n const content: HTMLElement = document.getElementById('content');\n content?.classList.toggle('active');\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n sidebarCollapse?.classList.toggle('active');\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Meta.html":{"url":"interfaces/Meta.html","title":"interface - Meta","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Meta\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n data\n \n \n id\n \n \n signature\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n data\n \n \n \n \n data: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account details \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Meta store id \n\n \n \n \n \n \n \n \n \n \n signature\n \n \n \n \n signature: Signature\n\n \n \n\n\n \n \n Type : Signature\n\n \n \n\n\n\n\n\n \n \n Signature used during write. \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MetaResponse.html":{"url":"interfaces/MetaResponse.html","title":"interface - MetaResponse","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n MetaResponse\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta response interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n id\n \n \n m\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Meta store id \n\n \n \n \n \n \n \n \n \n \n m\n \n \n \n \n m: Meta\n\n \n \n\n\n \n \n Type : Meta\n\n \n \n\n\n\n\n\n \n \n Meta object \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/MockBackendInterceptor.html":{"url":"interceptors/MockBackendInterceptor.html","title":"interceptor - MockBackendInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n MockBackendInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/mock-backend.ts\n \n\n \n Description\n \n \n Intercepts HTTP requests and handles some specified requests internally.\nProvides a backend that can handle requests for certain data items.\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_helpers/mock-backend.ts:1097\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The response from the resolved request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HTTP_INTERCEPTORS,\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n HttpResponse,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable, of, throwError } from 'rxjs';\nimport { delay, dematerialize, materialize, mergeMap } from 'rxjs/operators';\n\n// Application imports\nimport { Action, AreaName, AreaType, Category, Token } from '@app/_models';\n\n/** A mock of the curated account types. */\nconst accountTypes: Array = ['user', 'cashier', 'vendor', 'tokenagent', 'group'];\n\n/** A mock of actions made by the admin staff. */\nconst actions: Array = [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false },\n];\n\n/** A mock of curated area names. */\nconst areaNames: Array = [\n {\n name: 'Mukuru Nairobi',\n locations: [\n 'kayaba',\n 'kayba',\n 'kambi',\n 'mukuru',\n 'masai',\n 'hazina',\n 'south',\n 'tetra',\n 'tetrapak',\n 'ruben',\n 'rueben',\n 'kingston',\n 'korokocho',\n 'kingstone',\n 'kamongo',\n 'lungalunga',\n 'sinai',\n 'sigei',\n 'lungu',\n 'lunga lunga',\n 'owino road',\n 'seigei',\n ],\n },\n {\n name: 'Kinango Kwale',\n locations: [\n 'amani',\n 'bofu',\n 'chibuga',\n 'chikomani',\n 'chilongoni',\n 'chigojoni',\n 'chinguluni',\n 'chigato',\n 'chigale',\n 'chikole',\n 'chilongoni',\n 'chilumani',\n 'chigojoni',\n 'chikomani',\n 'chizini',\n 'chikomeni',\n 'chidzuvini',\n 'chidzivuni',\n 'chikuyu',\n 'chizingo',\n 'doti',\n 'dzugwe',\n 'dzivani',\n 'dzovuni',\n 'hanje',\n 'kasemeni',\n 'katundani',\n 'kibandaogo',\n 'kibandaongo',\n 'kwale',\n 'kinango',\n 'kidzuvini',\n 'kalalani',\n 'kafuduni',\n 'kaloleni',\n 'kilibole',\n 'lutsangani',\n 'peku',\n 'gona',\n 'guro',\n 'gandini',\n 'mkanyeni',\n 'myenzeni',\n 'miyenzeni',\n 'miatsiani',\n 'mienzeni',\n 'mnyenzeni',\n 'minyenzeni',\n 'miyani',\n 'mioleni',\n 'makuluni',\n 'mariakani',\n 'makobeni',\n 'madewani',\n 'mwangaraba',\n 'mwashanga',\n 'miloeni',\n 'mabesheni',\n 'mazeras',\n 'mazera',\n 'mlola',\n 'muugano',\n 'mulunguni',\n 'mabesheni',\n 'miatsani',\n 'miatsiani',\n 'mwache',\n 'mwangani',\n 'mwehavikonje',\n 'miguneni',\n 'nzora',\n 'nzovuni',\n 'vikinduni',\n 'vikolani',\n 'vitangani',\n 'viogato',\n 'vyogato',\n 'vistangani',\n 'yapha',\n 'yava',\n 'yowani',\n 'ziwani',\n 'majengo',\n 'matuga',\n 'vigungani',\n 'vidziweni',\n 'vinyunduni',\n 'ukunda',\n 'kokotoni',\n 'mikindani',\n ],\n },\n {\n name: 'Misc Nairobi',\n locations: [\n 'nairobi',\n 'west',\n 'lindi',\n 'kibera',\n 'kibira',\n 'kibra',\n 'makina',\n 'soweto',\n 'olympic',\n 'kangemi',\n 'ruiru',\n 'congo',\n 'kawangware',\n 'kwangware',\n 'donholm',\n 'dagoreti',\n 'dandora',\n 'kabete',\n 'sinai',\n 'donhom',\n 'donholm',\n 'huruma',\n 'kitengela',\n 'makadara',\n ',mlolongo',\n 'kenyatta',\n 'mlolongo',\n 'tassia',\n 'tasia',\n 'gatina',\n '56',\n 'industrial',\n 'kariobangi',\n 'kasarani',\n 'kayole',\n 'mathare',\n 'pipe',\n 'juja',\n 'uchumi',\n 'jogoo',\n 'umoja',\n 'thika',\n 'kikuyu',\n 'stadium',\n 'buru buru',\n 'ngong',\n 'starehe',\n 'mwiki',\n 'fuata',\n 'kware',\n 'kabiro',\n 'embakassi',\n 'embakasi',\n 'kmoja',\n 'east',\n 'githurai',\n 'landi',\n 'langata',\n 'limuru',\n 'mathere',\n 'dagoretti',\n 'kirembe',\n 'muugano',\n 'mwiki',\n 'toi market',\n ],\n },\n {\n name: 'Misc Mombasa',\n locations: [\n 'mombasa',\n 'likoni',\n 'bangla',\n 'bangladesh',\n 'kizingo',\n 'old town',\n 'makupa',\n 'mvita',\n 'ngombeni',\n 'ngómbeni',\n 'ombeni',\n 'magongo',\n 'miritini',\n 'changamwe',\n 'jomvu',\n 'ohuru',\n 'tudor',\n 'diani',\n ],\n },\n {\n name: 'Kisauni',\n locations: [\n 'bamburi',\n 'kisauni',\n 'mworoni',\n 'nyali',\n 'shanzu',\n 'bombolulu',\n 'mtopanga',\n 'mjambere',\n 'majaoni',\n 'manyani',\n 'magogoni',\n 'junda',\n 'mwakirunge',\n 'mshomoroni',\n ],\n },\n {\n name: 'Kilifi',\n locations: [\n 'kilfi',\n 'kilifi',\n 'mtwapa',\n 'takaungu',\n 'makongeni',\n 'mnarani',\n 'mnarani',\n 'office',\n 'g.e',\n 'ge',\n 'raibai',\n 'ribe',\n ],\n },\n {\n name: 'Kakuma',\n locations: ['kakuma'],\n },\n {\n name: 'Kitui',\n locations: ['kitui', 'mwingi'],\n },\n {\n name: 'Nyanza',\n locations: [\n 'busia',\n 'nyalgunga',\n 'mbita',\n 'siaya',\n 'kisumu',\n 'nyalenda',\n 'hawinga',\n 'rangala',\n 'uyoma',\n 'mumias',\n 'homabay',\n 'homaboy',\n 'migori',\n 'kusumu',\n ],\n },\n {\n name: 'Misc Rural Counties',\n locations: [\n 'makueni',\n 'meru',\n 'kisii',\n 'bomet',\n 'machakos',\n 'bungoma',\n 'eldoret',\n 'kakamega',\n 'kericho',\n 'kajiado',\n 'nandi',\n 'nyeri',\n 'wote',\n 'kiambu',\n 'mwea',\n 'nakuru',\n 'narok',\n ],\n },\n {\n name: 'other',\n locations: ['other', 'none', 'unknown'],\n },\n];\n\n/** A mock of curated area types. */\nconst areaTypes: Array = [\n {\n name: 'urban',\n area: ['urban', 'nairobi', 'mombasa'],\n },\n {\n name: 'rural',\n area: ['rural', 'kakuma', 'kwale', 'kinango', 'kitui', 'nyanza'],\n },\n {\n name: 'periurban',\n area: ['kilifi', 'periurban'],\n },\n {\n name: 'other',\n area: ['other'],\n },\n];\n\n/** A mock of the user's business categories */\nconst categories: Array = [\n {\n name: 'system',\n products: ['system', 'office main', 'office main phone'],\n },\n {\n name: 'education',\n products: [\n 'book',\n 'coach',\n 'teacher',\n 'sch',\n 'school',\n 'pry',\n 'education',\n 'student',\n 'mwalimu',\n 'maalim',\n 'consultant',\n 'consult',\n 'college',\n 'university',\n 'lecturer',\n 'primary',\n 'secondary',\n 'daycare',\n 'babycare',\n 'baby care',\n 'elim',\n 'eimu',\n 'nursery',\n 'red cross',\n 'volunteer',\n 'instructor',\n 'journalist',\n 'lesson',\n 'academy',\n 'headmistress',\n 'headteacher',\n 'cyber',\n 'researcher',\n 'professor',\n 'demo',\n 'expert',\n 'tution',\n 'tuition',\n 'children',\n 'headmaster',\n 'educator',\n 'Marital counsellor',\n 'counsellor',\n 'trainer',\n 'vijana',\n 'youth',\n 'intern',\n 'redcross',\n 'KRCS',\n 'danish',\n 'science',\n 'data',\n 'facilitator',\n 'vitabu',\n 'kitabu',\n ],\n },\n {\n name: 'faith',\n products: [\n 'pastor',\n 'imam',\n 'madrasa',\n 'religous',\n 'religious',\n 'ustadh',\n 'ustadhi',\n 'Marital counsellor',\n 'counsellor',\n 'church',\n 'kanisa',\n 'mksiti',\n 'donor',\n ],\n },\n {\n name: 'government',\n products: [\n 'elder',\n 'chief',\n 'police',\n 'government',\n 'country',\n 'county',\n 'soldier',\n 'village admin',\n 'ward',\n 'leader',\n 'kra',\n 'mailman',\n 'immagration',\n 'immigration',\n ],\n },\n {\n name: 'environment',\n products: [\n 'conservation',\n 'toilet',\n 'choo',\n 'garbage',\n 'fagio',\n 'waste',\n 'tree',\n 'taka',\n 'scrap',\n 'cleaning',\n 'gardener',\n 'rubbish',\n 'usafi',\n 'mazingira',\n 'miti',\n 'trash',\n 'cleaner',\n 'plastic',\n 'collection',\n 'seedling',\n 'seedlings',\n 'recycling',\n ],\n },\n {\n name: 'farming',\n products: [\n 'farm',\n 'farmer',\n 'farming',\n 'mkulima',\n 'kulima',\n 'ukulima',\n 'wakulima',\n 'jembe',\n 'shamba',\n ],\n },\n {\n name: 'labour',\n products: [\n 'artist',\n 'agent',\n 'guard',\n 'askari',\n 'accountant',\n 'baker',\n 'beadwork',\n 'beauty',\n 'business',\n 'barber',\n 'casual',\n 'electrian',\n 'caretaker',\n 'car wash',\n 'capenter',\n 'construction',\n 'chef',\n 'catering',\n 'cobler',\n 'cobbler',\n 'carwash',\n 'dhobi',\n 'landlord',\n 'design',\n 'carpenter',\n 'fundi',\n 'hawking',\n 'hawker',\n 'househelp',\n 'hsehelp',\n 'house help',\n 'help',\n 'housegirl',\n 'kushona',\n 'juakali',\n 'jualikali',\n 'juacali',\n 'jua kali',\n 'shepherd',\n 'makuti',\n 'kujenga',\n 'kinyozi',\n 'kazi',\n 'knitting',\n 'kufua',\n 'fua',\n 'hustler',\n 'biashara',\n 'labour',\n 'labor',\n 'laundry',\n 'repair',\n 'hair',\n 'posho',\n 'mill',\n 'mtambo',\n 'uvuvi',\n 'engineer',\n 'manager',\n 'tailor',\n 'nguo',\n 'mason',\n 'mtumba',\n 'garage',\n 'mechanic',\n 'mjenzi',\n 'mfugaji',\n 'painter',\n 'receptionist',\n 'printing',\n 'programming',\n 'plumb',\n 'charging',\n 'salon',\n 'mpishi',\n 'msusi',\n 'mgema',\n 'footballer',\n 'photocopy',\n 'peddler',\n 'staff',\n 'sales',\n 'service',\n 'saloon',\n 'seremala',\n 'security',\n 'insurance',\n 'secretary',\n 'shoe',\n 'shepard',\n 'shephard',\n 'tout',\n 'tv',\n 'mvuvi',\n 'mawe',\n 'majani',\n 'maembe',\n 'freelance',\n 'mjengo',\n 'electronics',\n 'photographer',\n 'programmer',\n 'electrician',\n 'washing',\n 'bricks',\n 'welder',\n 'welding',\n 'working',\n 'worker',\n 'watchman',\n 'waiter',\n 'waitress',\n 'viatu',\n 'yoga',\n 'guitarist',\n 'house',\n 'artisan',\n 'musician',\n 'trade',\n 'makonge',\n 'ujenzi',\n 'vendor',\n 'watchlady',\n 'marketing',\n 'beautician',\n 'photo',\n 'metal work',\n 'supplier',\n 'law firm',\n 'brewer',\n ],\n },\n {\n name: 'food',\n products: [\n 'avocado',\n 'bhajia',\n 'bajia',\n 'mbonga',\n 'bofu',\n 'beans',\n 'biscuits',\n 'biringanya',\n 'banana',\n 'bananas',\n 'crisps',\n 'chakula',\n 'coconut',\n 'chapati',\n 'cereal',\n 'chipo',\n 'chapo',\n 'chai',\n 'chips',\n 'cassava',\n 'cake',\n 'cereals',\n 'cook',\n 'corn',\n 'coffee',\n 'chicken',\n 'dagaa',\n 'donut',\n 'dough',\n 'groundnuts',\n 'hotel',\n 'holel',\n 'hoteli',\n 'butcher',\n 'butchery',\n 'fruit',\n 'food',\n 'fruits',\n 'fish',\n 'githeri',\n 'grocery',\n 'grocer',\n 'pojo',\n 'papa',\n 'goats',\n 'mabenda',\n 'mbenda',\n 'poultry',\n 'soda',\n 'peanuts',\n 'potatoes',\n 'samosa',\n 'soko',\n 'samaki',\n 'tomato',\n 'tomatoes',\n 'mchele',\n 'matunda',\n 'mango',\n 'melon',\n 'mellon',\n 'nyanya',\n 'nyama',\n 'omena',\n 'umena',\n 'ndizi',\n 'njugu',\n 'kamba kamba',\n 'khaimati',\n 'kaimati',\n 'kunde',\n 'kuku',\n 'kahawa',\n 'keki',\n 'muguka',\n 'miraa',\n 'milk',\n 'choma',\n 'maziwa',\n 'mboga',\n 'mbog',\n 'busaa',\n 'chumvi',\n 'cabbages',\n 'mabuyu',\n 'machungwa',\n 'mbuzi',\n 'mnazi',\n 'mchicha',\n 'ngombe',\n 'ngano',\n 'nazi',\n 'oranges',\n 'peanuts',\n 'mkate',\n 'bread',\n 'mikate',\n 'vitungu',\n 'sausages',\n 'maize',\n 'mbata',\n 'mchuzi',\n 'mchuuzi',\n 'mandazi',\n 'mbaazi',\n 'mahindi',\n 'maandazi',\n 'mogoka',\n 'meat',\n 'mhogo',\n 'mihogo',\n 'muhogo',\n 'maharagwe',\n 'miwa',\n 'mahamri',\n 'mitumba',\n 'simsim',\n 'porridge',\n 'pilau',\n 'vegetable',\n 'egg',\n 'mayai',\n 'mifugo',\n 'unga',\n 'good',\n 'sima',\n 'sweet',\n 'sweats',\n 'sambusa',\n 'snacks',\n 'sugar',\n 'suger',\n 'ugoro',\n 'sukari',\n 'soup',\n 'spinach',\n 'smokie',\n 'smokies',\n 'sukuma',\n 'tea',\n 'uji',\n 'ugali',\n 'uchuzi',\n 'uchuuzi',\n 'viazi',\n 'yoghurt',\n 'yogurt',\n 'wine',\n 'marondo',\n 'maandzi',\n 'matoke',\n 'omeno',\n 'onions',\n 'nzugu',\n 'korosho',\n 'barafu',\n 'juice',\n ],\n },\n {\n name: 'water',\n products: ['maji', 'water'],\n },\n {\n name: 'health',\n products: [\n 'agrovet',\n 'dispensary',\n 'barakoa',\n 'chemist',\n 'Chemicals',\n 'chv',\n 'doctor',\n 'daktari',\n 'dawa',\n 'hospital',\n 'herbalist',\n 'mganga',\n 'sabuni',\n 'soap',\n 'nurse',\n 'heath',\n 'community health worker',\n 'clinic',\n 'clinical',\n 'mask',\n 'medicine',\n 'lab technician',\n 'pharmacy',\n 'cosmetics',\n 'veterinary',\n 'vet',\n 'sickly',\n 'emergency response',\n 'emergency',\n ],\n },\n {\n name: 'savings',\n products: ['chama', 'group', 'savings', 'loan', 'silc', 'vsla', 'credit', 'finance'],\n },\n {\n name: 'shop',\n products: [\n 'bag',\n 'bead',\n 'belt',\n 'bedding',\n 'jik',\n 'bed',\n 'cement',\n 'botique',\n 'boutique',\n 'lines',\n 'kibanda',\n 'kiosk',\n 'spareparts',\n 'candy',\n 'cloth',\n 'electricals',\n 'mutumba',\n 'cafe',\n 'leso',\n 'lesso',\n 'duka',\n 'spare parts',\n 'socks',\n 'malimali',\n 'mitungi',\n 'mali mali',\n 'hardware',\n 'detergent',\n 'detergents',\n 'dera',\n 'retail',\n 'kamba',\n 'pombe',\n 'pampers',\n 'pool',\n 'phone',\n 'simu',\n 'mangwe',\n 'mikeka',\n 'movie',\n 'shop',\n 'acces',\n 'mchanga',\n 'uto',\n 'airtime',\n 'matress',\n 'mattress',\n 'mattresses',\n 'mpsea',\n 'mpesa',\n 'shirt',\n 'wholesaler',\n 'perfume',\n 'playstation',\n 'tissue',\n 'vikapu',\n 'uniform',\n 'flowers',\n 'vitenge',\n 'utencils',\n 'utensils',\n 'station',\n 'jewel',\n 'pool table',\n 'club',\n 'pub',\n 'bar',\n 'furniture',\n 'm-pesa',\n 'vyombo',\n ],\n },\n {\n name: 'transport',\n products: [\n 'kebeba',\n 'beba',\n 'bebabeba',\n 'bike',\n 'bicycle',\n 'matatu',\n 'boda',\n 'bodaboda',\n 'cart',\n 'carrier',\n 'tour',\n 'travel',\n 'driver',\n 'dereva',\n 'tout',\n 'conductor',\n 'kubeba',\n 'tuktuk',\n 'taxi',\n 'piki',\n 'pikipiki',\n 'manamba',\n 'trasportion',\n 'mkokoteni',\n 'mover',\n 'motorist',\n 'motorbike',\n 'transport',\n 'transpoter',\n 'gari',\n 'magari',\n 'makanga',\n 'car',\n ],\n },\n {\n name: 'fuel/energy',\n products: [\n 'timber',\n 'timberyard',\n 'biogas',\n 'charcol',\n 'charcoal',\n 'kuni',\n 'mbao',\n 'fuel',\n 'makaa',\n 'mafuta',\n 'moto',\n 'solar',\n 'stima',\n 'fire',\n 'firewood',\n 'wood',\n 'oil',\n 'taa',\n 'gas',\n 'paraffin',\n 'parrafin',\n 'parafin',\n 'petrol',\n 'petro',\n 'kerosine',\n 'kerosene',\n 'diesel',\n ],\n },\n {\n name: 'other',\n products: ['other', 'none', 'unknown', 'none'],\n },\n];\n\n/** A mock of curated genders */\nconst genders: Array = ['male', 'female', 'other'];\n\n/** A mock of the tokens in the system. */\nconst tokens: Array = [\n {\n name: 'Giftable Reserve',\n symbol: 'GRZ',\n address: '0xa686005CE37Dce7738436256982C3903f2E4ea8E',\n supply: '1000000001000000000000000000',\n decimals: '18',\n reserves: {},\n },\n {\n name: 'Demo Token',\n symbol: 'DEMO',\n address: '0xc80D6aFF8194114c52AEcD84c9f15fd5c8abb187',\n supply: '99999999999999998976',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '99999999999999998976',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'Foo Token',\n symbol: 'FOO',\n address: '0x9ceD86089f7aBB5A97B40eb0E7521e7aa308d354',\n supply: '1000000000000000001014',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '1000000000000000001014',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testb',\n symbol: 'tstb',\n address: '0xC63cFA91A3BFf41cE31Ff436f67D3ACBC977DB95',\n supply: '99000',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '99000' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testa',\n symbol: 'tsta',\n address: '0x8fA4101ef19D0a078239d035659e92b278bD083C',\n supply: '9981',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '9981' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testc',\n symbol: 'tstc',\n address: '0x4A6fA6bc3BfE4C9661bC692D9798425350C9e3D4',\n supply: '100990',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '100990' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n];\n\n/** A mock of curated transaction types. */\nconst transactionTypes: Array = [\n 'transactions',\n 'conversions',\n 'disbursements',\n 'rewards',\n 'reclamation',\n];\n\n/**\n * Intercepts HTTP requests and handles some specified requests internally.\n * Provides a backend that can handle requests for certain data items.\n */\n@Injectable()\nexport class MockBackendInterceptor implements HttpInterceptor {\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The response from the resolved request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n const { url, method, headers, body } = request;\n\n // wrap in delayed observable to simulate server api call\\\n // call materialize and dematerialize to ensure delay even is thrown\n return of(null)\n .pipe(mergeMap(handleRoute))\n .pipe(materialize())\n .pipe(delay(500))\n .pipe(dematerialize());\n\n /** Forward requests from select routes to their internal handlers. */\n function handleRoute(): Observable {\n switch (true) {\n case url.endsWith('/accounttypes') && method === 'GET':\n return getAccountTypes();\n case url.endsWith('/actions') && method === 'GET':\n return getActions();\n case url.match(/\\/actions\\/\\d+$/) && method === 'GET':\n return getActionById();\n case url.match(/\\/actions\\/\\d+$/) && method === 'POST':\n return approveAction();\n case url.endsWith('/areanames') && method === 'GET':\n return getAreaNames();\n case url.match(/\\/areanames\\/\\w+$/) && method === 'GET':\n return getAreaNameByLocation();\n case url.endsWith('/areatypes') && method === 'GET':\n return getAreaTypes();\n case url.match(/\\/areatypes\\/\\w+$/) && method === 'GET':\n return getAreaTypeByArea();\n case url.endsWith('/categories') && method === 'GET':\n return getCategories();\n case url.match(/\\/categories\\/\\w+$/) && method === 'GET':\n return getCategoryByProduct();\n case url.endsWith('/genders') && method === 'GET':\n return getGenders();\n case url.endsWith('/tokens') && method === 'GET':\n return getTokens();\n case url.match(/\\/tokens\\/\\w+$/) && method === 'GET':\n return getTokenBySymbol();\n case url.endsWith('/transactiontypes') && method === 'GET':\n return getTransactionTypes();\n default:\n // pass through any requests not handled above\n return next.handle(request);\n }\n }\n\n // route functions\n\n function approveAction(): Observable> {\n const queriedAction: Action = actions.find((action) => action.id === idFromUrl());\n queriedAction.approval = body.approval;\n const message: string = `Action approval status set to ${body.approval} successfully!`;\n return ok(message);\n }\n\n function getAccountTypes(): Observable> {\n return ok(accountTypes);\n }\n\n function getActions(): Observable> {\n return ok(actions);\n }\n\n function getActionById(): Observable> {\n const queriedAction: Action = actions.find((action) => action.id === idFromUrl());\n return ok(queriedAction);\n }\n\n function getAreaNames(): Observable> {\n const areaNameList: Array = areaNames.map((areaName) => areaName.name);\n return ok(areaNameList);\n }\n\n function getAreaNameByLocation(): Observable> {\n const queriedAreaName: AreaName = areaNames.find((areaName) =>\n areaName.locations.includes(stringFromUrl())\n );\n return ok(queriedAreaName.name || 'other');\n }\n\n function getAreaTypes(): Observable> {\n const areaTypeList: Array = areaTypes.map((areaType) => areaType.name);\n return ok(areaTypeList);\n }\n\n function getAreaTypeByArea(): Observable> {\n const queriedAreaType: AreaType = areaTypes.find((areaType) =>\n areaType.area.includes(stringFromUrl())\n );\n return ok(queriedAreaType.name || 'other');\n }\n\n function getCategories(): Observable> {\n const categoryList: Array = categories.map((category) => category.name);\n return ok(categoryList);\n }\n\n function getCategoryByProduct(): Observable> {\n const queriedCategory: Category = categories.find((category) =>\n category.products.includes(stringFromUrl())\n );\n return ok(queriedCategory.name || 'other');\n }\n\n function getGenders(): Observable> {\n return ok(genders);\n }\n\n function getTokens(): Observable> {\n return ok(tokens);\n }\n\n function getTokenBySymbol(): Observable> {\n const queriedToken: Token = tokens.find((token) => token.symbol === stringFromUrl());\n return ok(queriedToken);\n }\n\n function getTransactionTypes(): Observable> {\n return ok(transactionTypes);\n }\n\n // helper functions\n\n function error(message): Observable {\n return throwError({ status: 400, error: { message } });\n }\n\n function idFromUrl(): number {\n const urlParts: Array = url.split('/');\n return parseInt(urlParts[urlParts.length - 1], 10);\n }\n\n function ok(responseBody: any): Observable> {\n return of(new HttpResponse({ status: 200, body: responseBody }));\n }\n\n function stringFromUrl(): string {\n const urlParts: Array = url.split('/');\n return urlParts[urlParts.length - 1];\n }\n }\n}\n\n/** Exports the MockBackendInterceptor as an Angular provider. */\nexport const MockBackendProvider = {\n provide: HTTP_INTERCEPTORS,\n useClass: MockBackendInterceptor,\n multi: true,\n};\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NetworkStatusComponent.html":{"url":"components/NetworkStatusComponent.html","title":"component - NetworkStatusComponent","body":"\n \n\n\n\n\n\n Components\n NetworkStatusComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/network-status/network-status.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-network-status\n \n\n \n styleUrls\n ./network-status.component.scss\n \n\n\n\n \n templateUrl\n ./network-status.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n noInternetConnection\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleNetworkChange\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(cdr: ChangeDetectorRef)\n \n \n \n \n Defined in src/app/shared/network-status/network-status.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleNetworkChange\n \n \n \n \n \n \n \nhandleNetworkChange()\n \n \n\n\n \n \n Defined in src/app/shared/network-status/network-status.component.ts:18\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/network-status/network-status.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n noInternetConnection\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : !navigator.onLine\n \n \n \n \n Defined in src/app/shared/network-status/network-status.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';\n\n@Component({\n selector: 'app-network-status',\n templateUrl: './network-status.component.html',\n styleUrls: ['./network-status.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NetworkStatusComponent implements OnInit {\n noInternetConnection: boolean = !navigator.onLine;\n\n constructor(private cdr: ChangeDetectorRef) {\n this.handleNetworkChange();\n }\n\n ngOnInit(): void {}\n\n handleNetworkChange(): void {\n setTimeout(() => {\n if (!navigator.onLine !== this.noInternetConnection) {\n this.noInternetConnection = !navigator.onLine;\n this.cdr.detectChanges();\n }\n this.handleNetworkChange();\n }, 5000);\n }\n}\n\n \n\n \n \n \n \n \n OFFLINE \n \n \n \n ONLINE \n \n \n \n\n\n \n\n \n \n ./network-status.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' OFFLINE ONLINE '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'NetworkStatusComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OrganizationComponent.html":{"url":"components/OrganizationComponent.html","title":"component - OrganizationComponent","body":"\n \n\n\n\n\n\n Components\n OrganizationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/settings/organization/organization.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-organization\n \n\n \n styleUrls\n ./organization.component.scss\n \n\n\n\n \n templateUrl\n ./organization.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n matcher\n \n \n organizationForm\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n onSubmit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n organizationFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder)\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:14\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:18\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n onSubmit\n \n \n \n \n \n \n \nonSubmit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:30\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n organizationForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:13\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n organizationFormStub\n \n \n\n \n \n getorganizationFormStub()\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:26\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\n\n@Component({\n selector: 'app-organization',\n templateUrl: './organization.component.html',\n styleUrls: ['./organization.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class OrganizationComponent implements OnInit {\n organizationForm: FormGroup;\n submitted: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(private formBuilder: FormBuilder) {}\n\n ngOnInit(): void {\n this.organizationForm = this.formBuilder.group({\n disbursement: ['', Validators.required],\n transfer: '',\n countryCode: ['', Validators.required],\n });\n }\n\n get organizationFormStub(): any {\n return this.organizationForm.controls;\n }\n\n onSubmit(): void {\n this.submitted = true;\n if (this.organizationForm.invalid || !confirm('Set organization information?')) {\n return;\n }\n this.submitted = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Settings\n Organization Settings\n \n \n \n \n \n DEFAULT ORGANISATION SETTINGS\n \n \n \n \n Default Disbursement *\n \n RCU\n \n Default Disbursement is required.\n \n \n \n Require Transfer Card *\n \n \n Default Country Code *\n \n KE Kenya\n US United States\n ETH Ethiopia\n GER Germany\n UG Uganda\n \n \n Country Code is required.\n \n \n Submit\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./organization.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Settings Organization Settings DEFAULT ORGANISATION SETTINGS Default Disbursement * RCU Default Disbursement is required. Require Transfer Card * Default Country Code * KE Kenya US United States ETH Ethiopia GER Germany UG Uganda Country Code is required. Submit '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'OrganizationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/PGPSigner.html":{"url":"classes/PGPSigner.html","title":"class - PGPSigner","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n PGPSigner\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Provides functionality for signing and verifying signed messages. \n\n \n\n\n \n Implements\n \n \n Signer\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n dgst\n \n \n engine\n \n \n keyStore\n \n \n loggingService\n \n \n onsign\n \n \n onverify\n \n \n signature\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n fingerprint\n \n \n Public\n prepare\n \n \n Public\n Async\n sign\n \n \n Public\n verify\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(keyStore: MutableKeyStore)\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:74\n \n \n\n \n \n Initializing the Signer.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n keyStore\n \n \n MutableKeyStore\n \n \n \n No\n \n \n \n \nA keystore holding pgp keys.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n algo\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'sha256'\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:60\n \n \n\n \n \n Encryption algorithm used \n\n \n \n\n \n \n \n \n \n \n \n \n \n dgst\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:62\n \n \n\n \n \n Message digest \n\n \n \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'pgp'\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:64\n \n \n\n \n \n Encryption engine used. \n\n \n \n\n \n \n \n \n \n \n \n \n \n keyStore\n \n \n \n \n \n \n Type : MutableKeyStore\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:66\n \n \n\n \n \n A keystore holding pgp keys. \n\n \n \n\n \n \n \n \n \n \n \n \n \n loggingService\n \n \n \n \n \n \n Type : LoggingService\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:68\n \n \n\n \n \n A service that provides logging capabilities. \n\n \n \n\n \n \n \n \n \n \n \n \n \n onsign\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:70\n \n \n\n \n \n Event triggered on successful signing of message. \n\n \n \n\n \n \n \n \n \n \n \n \n \n onverify\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:72\n \n \n\n \n \n Event triggered on successful verification of a signature. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signature\n \n \n \n \n \n \n Type : Signature\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:74\n \n \n\n \n \n Generated signature \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n fingerprint\n \n \n \n \n \n \n \n \n fingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:90\n \n \n\n\n \n \n Get the private key fingerprint.\n\n\n \n \n \n Returns : string\n\n \n \n A private key fingerprint.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n prepare\n \n \n \n \n \n \n \n \n prepare(material: Signable)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:99\n \n \n\n\n \n \n Load the message digest.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n material\n \n Signable\n \n\n \n No\n \n\n\n \n \nA signable object.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If digest has been loaded successfully.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n sign\n \n \n \n \n \n \n \n \n sign(digest: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:109\n \n \n\n\n \n \n Signs a message using a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message to be signed.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n verify\n \n \n \n \n \n \n \n \n verify(digest: string, signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:144\n \n \n\n\n \n \n Verify that signature is valid.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message that was signed.\n\n\n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \nThe generated signature.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PagesComponent.html":{"url":"components/PagesComponent.html","title":"component - PagesComponent","body":"\n \n\n\n\n\n\n Components\n PagesComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/pages.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-pages\n \n\n \n styleUrls\n ./pages.component.scss\n \n\n\n\n \n templateUrl\n ./pages.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n url\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/pages.component.ts:10\n \n \n\n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://dashboard.sarafu.network/'\n \n \n \n \n Defined in src/app/pages/pages.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'app-pages',\n templateUrl: './pages.component.html',\n styleUrls: ['./pages.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PagesComponent {\n url: string = 'https://dashboard.sarafu.network/';\n\n constructor() {}\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n \n \n \n \n \n Your browser does not support iframes. \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./pages.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Your browser does not support iframes. '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'PagesComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/PagesModule.html":{"url":"modules/PagesModule.html","title":"module - PagesModule","body":"\n \n\n\n\n\n Modules\n PagesModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_PagesModule\n\n\n\ncluster_PagesModule_imports\n\n\n\ncluster_PagesModule_declarations\n\n\n\n\nPagesComponent\n\nPagesComponent\n\n\n\nPagesModule\n\nPagesModule\n\nPagesModule -->\n\nPagesComponent->PagesModule\n\n\n\n\n\nPagesRoutingModule\n\nPagesRoutingModule\n\nPagesModule -->\n\nPagesRoutingModule->PagesModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nPagesModule -->\n\nSharedModule->PagesModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/pages.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n PagesComponent\n \n \n \n \n Imports\n \n \n PagesRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { PagesRoutingModule } from '@pages/pages-routing.module';\nimport { PagesComponent } from '@pages/pages.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatCardModule } from '@angular/material/card';\n\n@NgModule({\n declarations: [PagesComponent],\n imports: [\n CommonModule,\n PagesRoutingModule,\n SharedModule,\n MatButtonModule,\n MatFormFieldModule,\n MatSelectModule,\n MatInputModule,\n MatCardModule,\n ],\n})\nexport class PagesModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/PagesRoutingModule.html":{"url":"modules/PagesRoutingModule.html","title":"module - PagesRoutingModule","body":"\n \n\n\n\n\n Modules\n PagesRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/pages-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { PagesComponent } from './pages.component';\n\nconst routes: Routes = [\n { path: 'home', component: PagesComponent },\n {\n path: 'tx',\n loadChildren: () =>\n \"import('@pages/transactions/transactions.module').then((m) => m.TransactionsModule)\",\n },\n {\n path: 'settings',\n loadChildren: () => \"import('@pages/settings/settings.module').then((m) => m.SettingsModule)\",\n },\n {\n path: 'accounts',\n loadChildren: () => \"import('@pages/accounts/accounts.module').then((m) => m.AccountsModule)\",\n },\n {\n path: 'tokens',\n loadChildren: () => \"import('@pages/tokens/tokens.module').then((m) => m.TokensModule)\",\n },\n {\n path: 'admin',\n loadChildren: () => \"import('@pages/admin/admin.module').then((m) => m.AdminModule)\",\n },\n { path: '**', redirectTo: 'home', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class PagesRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/PasswordToggleDirective.html":{"url":"directives/PasswordToggleDirective.html","title":"directive - PasswordToggleDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n PasswordToggleDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/auth/_directives/password-toggle.directive.ts\n \n\n \n Description\n \n \n Toggle password form field input visibility \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appPasswordToggle]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n togglePasswordVisibility\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n iconId\n \n \n id\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:15\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n iconId\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:15\n \n \n \n \n The password form field icon id \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:11\n \n \n \n \n The password form field id \n\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n togglePasswordVisibility\n \n \n \n \n \n \n \ntogglePasswordVisibility()\n \n \n\n\n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:30\n \n \n\n\n \n \n Toggle the visibility of the password input field value and accompanying icon. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\n\n/** Toggle password form field input visibility */\n@Directive({\n selector: '[appPasswordToggle]',\n})\nexport class PasswordToggleDirective {\n /** The password form field id */\n @Input()\n id: string;\n\n /** The password form field icon id */\n @Input()\n iconId: string;\n\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.togglePasswordVisibility();\n });\n }\n\n /** Toggle the visibility of the password input field value and accompanying icon. */\n togglePasswordVisibility(): void {\n const password: HTMLElement = document.getElementById(this.id);\n const icon: HTMLElement = document.getElementById(this.iconId);\n // @ts-ignore\n if (password.type === 'password') {\n // @ts-ignore\n password.type = 'text';\n icon.classList.remove('fa-eye');\n icon.classList.add('fa-eye-slash');\n } else {\n // @ts-ignore\n password.type = 'password';\n icon.classList.remove('fa-eye-slash');\n icon.classList.add('fa-eye');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/RegistryService.html":{"url":"injectables/RegistryService.html","title":"injectable - RegistryService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n RegistryService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/registry.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n fileGetter\n \n \n Private\n Static\n registry\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n Async\n getRegistry\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_services/registry.service.ts:12\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n Async\n getRegistry\n \n \n \n \n \n \n \n \n getRegistry()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:16\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Static\n fileGetter\n \n \n \n \n \n \n Type : FileGetter\n\n \n \n \n \n Default value : new HttpGetter()\n \n \n \n \n Defined in src/app/_services/registry.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n Static\n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/registry.service.ts:12\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { environment } from '@src/environments/environment';\nimport { CICRegistry, FileGetter } from '@cicnet/cic-client';\nimport { HttpGetter } from '@app/_helpers';\nimport { Web3Service } from '@app/_services/web3.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class RegistryService {\n static fileGetter: FileGetter = new HttpGetter();\n private static registry: CICRegistry;\n\n constructor() {}\n\n public static async getRegistry(): Promise {\n if (!RegistryService.registry) {\n RegistryService.registry = new CICRegistry(\n Web3Service.getInstance(),\n environment.registryAddress,\n 'Registry',\n RegistryService.fileGetter,\n ['../../assets/js/block-sync/data']\n );\n RegistryService.registry.declaratorHelper.addTrust(environment.trustedDeclaratorAddress);\n await RegistryService.registry.load();\n }\n return RegistryService.registry;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"guards/RoleGuard.html":{"url":"guards/RoleGuard.html","title":"guard - RoleGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n Guards\n RoleGuard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_guards/role.guard.ts\n \n\n \n Description\n \n \n Role guard implementation.\nDictates access to routes depending on the user's role.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n canActivate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router)\n \n \n \n \n Defined in src/app/_guards/role.guard.ts:21\n \n \n\n \n \n Instantiates the role guard class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n canActivate\n \n \n \n \n \n \n \ncanActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)\n \n \n\n\n \n \n Defined in src/app/_guards/role.guard.ts:38\n \n \n\n\n \n \n Returns whether navigation to a specific route is acceptable.\nChecks if the user has the required role to access the route.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n route\n \n ActivatedRouteSnapshot\n \n\n \n No\n \n\n\n \n \nContains the information about a route associated with a component loaded in an outlet at a particular moment in time.\nActivatedRouteSnapshot can also be used to traverse the router state tree.\n\n\n \n \n \n state\n \n RouterStateSnapshot\n \n\n \n No\n \n\n\n \n \nRepresents the state of the router at a moment in time.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable | Promise | boolean | UrlTree\n\n \n \n true - If the user's role matches with accepted roles.\n\n \n \n \n \n \n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n ActivatedRouteSnapshot,\n CanActivate,\n Router,\n RouterStateSnapshot,\n UrlTree,\n} from '@angular/router';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/**\n * Role guard implementation.\n * Dictates access to routes depending on the user's role.\n */\n@Injectable({\n providedIn: 'root',\n})\nexport class RoleGuard implements CanActivate {\n /**\n * Instantiates the role guard class.\n *\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private router: Router) {}\n\n /**\n * Returns whether navigation to a specific route is acceptable.\n * Checks if the user has the required role to access the route.\n *\n * @param route - Contains the information about a route associated with a component loaded in an outlet at a particular moment in time.\n * ActivatedRouteSnapshot can also be used to traverse the router state tree.\n * @param state - Represents the state of the router at a moment in time.\n * @returns true - If the user's role matches with accepted roles.\n */\n canActivate(\n route: ActivatedRouteSnapshot,\n state: RouterStateSnapshot\n ): Observable | Promise | boolean | UrlTree {\n const currentUser = JSON.parse(localStorage.getItem(atob('CICADA_USER')));\n if (currentUser) {\n if (route.data.roles && route.data.roles.indexOf(currentUser.role) === -1) {\n this.router.navigate(['/']);\n return false;\n }\n return true;\n }\n\n this.router.navigate(['/auth'], { queryParams: { returnUrl: state.url } });\n return false;\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/RouterLinkDirectiveStub.html":{"url":"directives/RouterLinkDirectiveStub.html","title":"directive - RouterLinkDirectiveStub","body":"\n \n\n\n\n\n\n\n\n Directives\n RouterLinkDirectiveStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/router-link-directive-stub.ts\n \n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appRouterLink]\n \n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n navigatedTo\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n routerLink\n \n \n \n \n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n click\n \n \n \n \n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n routerLink\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/testing/router-link-directive-stub.ts:9\n \n \n \n \n\n\n\n \n HostListeners \n \n \n \n \n \n \n click\n \n \n \n \n \n \n \nclick()\n \n \n\n\n \n \n Defined in src/testing/router-link-directive-stub.ts:13\n \n \n\n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n navigatedTo\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/testing/router-link-directive-stub.ts:10\n \n \n\n\n \n \n\n\n\n \n\n\n \n import { Directive, HostListener, Input } from '@angular/core';\n\n@Directive({\n selector: '[appRouterLink]',\n})\n// tslint:disable-next-line:directive-class-suffix\nexport class RouterLinkDirectiveStub {\n // tslint:disable-next-line:no-input-rename\n @Input('routerLink') linkParams: any;\n navigatedTo: any = null;\n\n @HostListener('click')\n onClick(): void {\n this.navigatedTo = this.linkParams;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/SafePipe.html":{"url":"pipes/SafePipe.html","title":"pipe - SafePipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n SafePipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/safe.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n safe\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(url: string, ...args: unknown[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/safe.pipe.ts:10\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n args\n \n unknown[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : unknown\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer } from '@angular/platform-browser';\n\n@Pipe({\n name: 'safe',\n})\nexport class SafePipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n\n transform(url: string, ...args: unknown[]): unknown {\n return this.sanitizer.bypassSecurityTrustResourceUrl(url);\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/Settings.html":{"url":"classes/Settings.html","title":"class - Settings","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n Settings\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/settings.ts\n \n\n \n Description\n \n \n Settings class \n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n registry\n \n \n scanFilter\n \n \n txHelper\n \n \n w3\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(scanFilter: any)\n \n \n \n \n Defined in src/app/_models/settings.ts:13\n \n \n\n \n \n Initialize the settings.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n scanFilter\n \n \n any\n \n \n \n No\n \n \n \n \nA resource for searching through blocks on the blockchain network.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:4\n \n \n\n \n \n CIC Registry instance \n\n \n \n\n \n \n \n \n \n \n \n \n \n scanFilter\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:6\n \n \n\n \n \n A resource for searching through blocks on the blockchain network. \n\n \n \n\n \n \n \n \n \n \n \n \n \n txHelper\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:8\n \n \n\n \n \n Transaction Helper instance \n\n \n \n\n \n \n \n \n \n \n \n \n \n w3\n \n \n \n \n \n \n Type : W3\n\n \n \n \n \n Default value : {\n engine: undefined,\n provider: undefined,\n }\n \n \n \n \n Defined in src/app/_models/settings.ts:10\n \n \n\n \n \n Web3 Object \n\n \n \n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n class Settings {\n /** CIC Registry instance */\n registry: any;\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** Transaction Helper instance */\n txHelper: any;\n /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n\n /**\n * Initialize the settings.\n *\n * @param scanFilter - A resource for searching through blocks on the blockchain network.\n */\n constructor(scanFilter: any) {\n this.scanFilter = scanFilter;\n }\n}\n\n/** Web3 object interface */\ninterface W3 {\n /** An active web3 instance connected to the blockchain network. */\n engine: any;\n /** The connection socket to the blockchain network. */\n provider: any;\n}\n\n/** @exports */\nexport { Settings, W3 };\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SettingsComponent.html":{"url":"components/SettingsComponent.html","title":"component - SettingsComponent","body":"\n \n\n\n\n\n\n Components\n SettingsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/settings/settings.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-settings\n \n\n \n styleUrls\n ./settings.component.scss\n \n\n\n\n \n templateUrl\n ./settings.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n dataSource\n \n \n date\n \n \n displayedColumns\n \n \n paginator\n \n \n sort\n \n \n trustedUsers\n \n \n userInfo\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n logout\n \n \n Async\n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService)\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:38\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:42\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n logout\n \n \n \n \n \n \n \nlogout()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:46\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:27\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n date\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'email', 'userId']\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsers\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n userInfo\n \n \n \n \n \n \n Type : Staff\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:20\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { AuthService } from '@app/_services';\nimport { Staff } from '@app/_models/staff';\nimport { exportCsv } from '@app/_helpers';\n\n@Component({\n selector: 'app-settings',\n templateUrl: './settings.component.html',\n styleUrls: ['./settings.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SettingsComponent implements OnInit {\n date: string;\n dataSource: MatTableDataSource;\n displayedColumns: Array = ['name', 'email', 'userId'];\n trustedUsers: Array;\n userInfo: Staff;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private authService: AuthService) {}\n\n async ngOnInit(): Promise {\n await this.authService.init();\n this.authService.trustedUsersSubject.subscribe((users) => {\n this.dataSource = new MatTableDataSource(users);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.trustedUsers = users;\n });\n this.userInfo = this.authService.getPrivateKeyInfo();\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n downloadCsv(): void {\n exportCsv(this.trustedUsers, 'users');\n }\n\n logout(): void {\n this.authService.logout();\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Settings\n \n \n \n \n \n SETTINGS \n \n CICADA Admin Credentials\n UserId: {{ userInfo?.userid }} \n Username: {{ userInfo?.name }} \n Email: {{ userInfo?.email }} \n \n \n \n Organization Settings\n Update your organization settings\n \n \n \n \n \n ACCOUNT MANAGEMENT \n \n Change Password\n Change your account password\n \n \n \n Two-step authentication\n Secure your account with two step verification\n \n \n \n \n LOGOUT ADMIN\n \n \n \n \n \n \n \n \n TRUSTED USERS\n \n EXPORT\n \n \n \n \n \n Filter \n \n search\n \n \n \n NAME \n {{ user.name }} \n \n\n \n EMAIL \n {{ user.email }} \n \n\n \n USER ID \n {{ user.userid }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./settings.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Settings SETTINGS CICADA Admin Credentials UserId: {{ userInfo?.userid }} Username: {{ userInfo?.name }} Email: {{ userInfo?.email }} Organization Settings Update your organization settings ACCOUNT MANAGEMENT Change Password Change your account password Two-step authentication Secure your account with two step verification LOGOUT ADMIN TRUSTED USERS EXPORT Filter search NAME {{ user.name }} EMAIL {{ user.email }} USER ID {{ user.userid }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SettingsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SettingsModule.html":{"url":"modules/SettingsModule.html","title":"module - SettingsModule","body":"\n \n\n\n\n\n Modules\n SettingsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SettingsModule\n\n\n\ncluster_SettingsModule_declarations\n\n\n\ncluster_SettingsModule_imports\n\n\n\n\nOrganizationComponent\n\nOrganizationComponent\n\n\n\nSettingsModule\n\nSettingsModule\n\nSettingsModule -->\n\nOrganizationComponent->SettingsModule\n\n\n\n\n\nSettingsComponent\n\nSettingsComponent\n\nSettingsModule -->\n\nSettingsComponent->SettingsModule\n\n\n\n\n\nSettingsRoutingModule\n\nSettingsRoutingModule\n\nSettingsModule -->\n\nSettingsRoutingModule->SettingsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nSettingsModule -->\n\nSharedModule->SettingsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/settings/settings.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n OrganizationComponent\n \n \n SettingsComponent\n \n \n \n \n Imports\n \n \n SettingsRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { SettingsRoutingModule } from '@pages/settings/settings-routing.module';\nimport { SettingsComponent } from '@pages/settings/settings.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { OrganizationComponent } from '@pages/settings/organization/organization.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [SettingsComponent, OrganizationComponent],\n imports: [\n CommonModule,\n SettingsRoutingModule,\n SharedModule,\n MatTableModule,\n MatSortModule,\n MatPaginatorModule,\n MatInputModule,\n MatFormFieldModule,\n MatButtonModule,\n MatIconModule,\n MatCardModule,\n MatRadioModule,\n MatCheckboxModule,\n MatSelectModule,\n MatMenuModule,\n ReactiveFormsModule,\n ],\n})\nexport class SettingsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SettingsRoutingModule.html":{"url":"modules/SettingsRoutingModule.html","title":"module - SettingsRoutingModule","body":"\n \n\n\n\n\n Modules\n SettingsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/settings/settings-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { SettingsComponent } from '@pages/settings/settings.component';\nimport { OrganizationComponent } from '@pages/settings/organization/organization.component';\n\nconst routes: Routes = [\n { path: '', component: SettingsComponent },\n { path: 'organization', component: OrganizationComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class SettingsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SharedModule.html":{"url":"modules/SharedModule.html","title":"module - SharedModule","body":"\n \n\n\n\n\n Modules\n SharedModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SharedModule\n\n\n\ncluster_SharedModule_exports\n\n\n\ncluster_SharedModule_declarations\n\n\n\n\nErrorDialogComponent\n\nErrorDialogComponent\n\n\n\nSharedModule\n\nSharedModule\n\nSharedModule -->\n\nErrorDialogComponent->SharedModule\n\n\n\n\n\nFooterComponent\n\nFooterComponent\n\nSharedModule -->\n\nFooterComponent->SharedModule\n\n\n\n\n\nMenuSelectionDirective\n\nMenuSelectionDirective\n\nSharedModule -->\n\nMenuSelectionDirective->SharedModule\n\n\n\n\n\nMenuToggleDirective\n\nMenuToggleDirective\n\nSharedModule -->\n\nMenuToggleDirective->SharedModule\n\n\n\n\n\nNetworkStatusComponent\n\nNetworkStatusComponent\n\nSharedModule -->\n\nNetworkStatusComponent->SharedModule\n\n\n\n\n\nSafePipe\n\nSafePipe\n\nSharedModule -->\n\nSafePipe->SharedModule\n\n\n\n\n\nSidebarComponent\n\nSidebarComponent\n\nSharedModule -->\n\nSidebarComponent->SharedModule\n\n\n\n\n\nTokenRatioPipe\n\nTokenRatioPipe\n\nSharedModule -->\n\nTokenRatioPipe->SharedModule\n\n\n\n\n\nTopbarComponent\n\nTopbarComponent\n\nSharedModule -->\n\nTopbarComponent->SharedModule\n\n\n\n\n\nUnixDatePipe\n\nUnixDatePipe\n\nSharedModule -->\n\nUnixDatePipe->SharedModule\n\n\n\n\n\nFooterComponent \n\nFooterComponent \n\nFooterComponent -->\n\nSharedModule->FooterComponent \n\n\n\n\n\nMenuSelectionDirective \n\nMenuSelectionDirective \n\nMenuSelectionDirective -->\n\nSharedModule->MenuSelectionDirective \n\n\n\n\n\nNetworkStatusComponent \n\nNetworkStatusComponent \n\nNetworkStatusComponent -->\n\nSharedModule->NetworkStatusComponent \n\n\n\n\n\nSafePipe \n\nSafePipe \n\nSafePipe -->\n\nSharedModule->SafePipe \n\n\n\n\n\nSidebarComponent \n\nSidebarComponent \n\nSidebarComponent -->\n\nSharedModule->SidebarComponent \n\n\n\n\n\nTokenRatioPipe \n\nTokenRatioPipe \n\nTokenRatioPipe -->\n\nSharedModule->TokenRatioPipe \n\n\n\n\n\nTopbarComponent \n\nTopbarComponent \n\nTopbarComponent -->\n\nSharedModule->TopbarComponent \n\n\n\n\n\nUnixDatePipe \n\nUnixDatePipe \n\nUnixDatePipe -->\n\nSharedModule->UnixDatePipe \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/shared.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n ErrorDialogComponent\n \n \n FooterComponent\n \n \n MenuSelectionDirective\n \n \n MenuToggleDirective\n \n \n NetworkStatusComponent\n \n \n SafePipe\n \n \n SidebarComponent\n \n \n TokenRatioPipe\n \n \n TopbarComponent\n \n \n UnixDatePipe\n \n \n \n \n Exports\n \n \n FooterComponent\n \n \n MenuSelectionDirective\n \n \n NetworkStatusComponent\n \n \n SafePipe\n \n \n SidebarComponent\n \n \n TokenRatioPipe\n \n \n TopbarComponent\n \n \n UnixDatePipe\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TopbarComponent } from '@app/shared/topbar/topbar.component';\nimport { FooterComponent } from '@app/shared/footer/footer.component';\nimport { SidebarComponent } from '@app/shared/sidebar/sidebar.component';\nimport { MenuSelectionDirective } from '@app/shared/_directives/menu-selection.directive';\nimport { MenuToggleDirective } from '@app/shared/_directives/menu-toggle.directive';\nimport { RouterModule } from '@angular/router';\nimport { MatIconModule } from '@angular/material/icon';\nimport { TokenRatioPipe } from '@app/shared/_pipes/token-ratio.pipe';\nimport { ErrorDialogComponent } from '@app/shared/error-dialog/error-dialog.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { SafePipe } from '@app/shared/_pipes/safe.pipe';\nimport { NetworkStatusComponent } from './network-status/network-status.component';\nimport { UnixDatePipe } from './_pipes/unix-date.pipe';\n\n@NgModule({\n declarations: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n MenuToggleDirective,\n TokenRatioPipe,\n ErrorDialogComponent,\n SafePipe,\n NetworkStatusComponent,\n UnixDatePipe,\n ],\n exports: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n TokenRatioPipe,\n SafePipe,\n NetworkStatusComponent,\n UnixDatePipe,\n ],\n imports: [CommonModule, RouterModule, MatIconModule, MatDialogModule],\n})\nexport class SharedModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidebarComponent.html":{"url":"components/SidebarComponent.html","title":"component - SidebarComponent","body":"\n \n\n\n\n\n\n Components\n SidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/sidebar/sidebar.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-sidebar\n \n\n \n styleUrls\n ./sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/sidebar/sidebar.component.ts:9\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/sidebar/sidebar.component.ts:12\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-sidebar',\n templateUrl: './sidebar.component.html',\n styleUrls: ['./sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SidebarComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n \n \n \n \n \n CICADA\n \n\n \n \n \n \n Dashboard \n \n \n \n \n \n Accounts \n \n \n \n \n \n Transactions \n \n \n \n \n \n Tokens \n \n \n \n \n \n Settings \n \n \n \n \n \n Admin \n \n \n \n \n\n\n\n \n\n \n \n ./sidebar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' CICADA Dashboard Accounts Transactions Tokens Settings Admin '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidebarStubComponent.html":{"url":"components/SidebarStubComponent.html","title":"component - SidebarStubComponent","body":"\n \n\n\n\n\n\n Components\n SidebarStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-sidebar\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SidebarStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signable.html":{"url":"interfaces/Signable.html","title":"interface - Signable","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signable\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signable object interface \n\n \n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n digest\n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n digest\n \n \n \n \n \n \n \ndigest()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:11\n \n \n\n\n \n \n The message to be signed. \n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signature.html":{"url":"interfaces/Signature.html","title":"interface - Signature","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signature\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta signature interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n data\n \n \n digest\n \n \n engine\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n algo\n \n \n \n \n algo: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Algorithm used \n\n \n \n \n \n \n \n \n \n \n data\n \n \n \n \n data: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Data that was signed. \n\n \n \n \n \n \n \n \n \n \n digest\n \n \n \n \n digest: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Message digest \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n engine: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption engine used. \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signature-1.html":{"url":"interfaces/Signature-1.html","title":"interface - Signature-1","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signature\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signature object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n data\n \n \n digest\n \n \n engine\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n algo\n \n \n \n \n algo: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption algorithm used \n\n \n \n \n \n \n \n \n \n \n data\n \n \n \n \n data: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Data to be signed. \n\n \n \n \n \n \n \n \n \n \n digest\n \n \n \n \n digest: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Message digest \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n engine: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption engine used. \n\n \n \n \n \n \n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signer.html":{"url":"interfaces/Signer.html","title":"interface - Signer","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signer\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signer interface \n\n \n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n fingerprint\n \n \n onsign\n \n \n onverify\n \n \n prepare\n \n \n sign\n \n \n verify\n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n fingerprint\n \n \n \n \n \n \n \nfingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:32\n \n \n\n\n \n \n Get the private key fingerprint.\n\n\n \n \n \n Returns : string\n\n \n \n A private key fingerprint.\n\n \n \n \n \n \n \n \n \n \n \n \n \n onsign\n \n \n \n \n \n \n \nonsign(signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:34\n \n \n\n\n \n \n Event triggered on successful signing of message. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onverify\n \n \n \n \n \n \n \nonverify(flag: boolean)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:36\n \n \n\n\n \n \n Event triggered on successful verification of a signature. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n flag\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n prepare\n \n \n \n \n \n \n \nprepare(material: Signable)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:42\n \n \n\n\n \n \n Load the message digest.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n material\n \n Signable\n \n\n \n No\n \n\n\n \n \nA signable object.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If digest has been loaded successfully.\n\n \n \n \n \n \n \n \n \n \n \n \n \n sign\n \n \n \n \n \n \n \nsign(digest: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:48\n \n \n\n\n \n \n Signs a message using a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message to be signed.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n verify\n \n \n \n \n \n \n \nverify(digest: string, signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:54\n \n \n\n\n \n \n Verify that signature is valid.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message that was signed.\n\n\n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \nThe generated signature.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Staff.html":{"url":"interfaces/Staff.html","title":"interface - Staff","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Staff\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/staff.ts\n \n\n \n Description\n \n \n Staff object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n comment\n \n \n email\n \n \n name\n \n \n tag\n \n \n userid\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n comment\n \n \n \n \n comment: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Comment made on the public key. \n\n \n \n \n \n \n \n \n \n \n email\n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Email used to create the public key. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the owner of the public key \n\n \n \n \n \n \n \n \n \n \n tag\n \n \n \n \n tag: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Tags added to the public key. \n\n \n \n \n \n \n \n \n \n \n userid\n \n \n \n \n userid: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User ID of the owner of the public key. \n\n \n \n \n \n \n \n\n\n \n interface Staff {\n /** Comment made on the public key. */\n comment: string;\n /** Email used to create the public key. */\n email: string;\n /** Name of the owner of the public key */\n name: string;\n /** Tags added to the public key. */\n tag: number;\n /** User ID of the owner of the public key. */\n userid: string;\n}\n\n/** @exports */\nexport { Staff };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Token.html":{"url":"interfaces/Token.html","title":"interface - Token","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Token\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/token.ts\n \n\n \n Description\n \n \n Token object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n address\n \n \n decimals\n \n \n name\n \n \n Optional\n owner\n \n \n Optional\n reserveRatio\n \n \n Optional\n reserves\n \n \n supply\n \n \n symbol\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n address\n \n \n \n \n address: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the deployed token contract. \n\n \n \n \n \n \n \n \n \n \n decimals\n \n \n \n \n decimals: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Number of decimals to convert to smallest denomination of the token. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the token. \n\n \n \n \n \n \n \n \n \n \n owner\n \n \n \n \n owner: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Address of account that deployed token. \n\n \n \n \n \n \n \n \n \n \n reserveRatio\n \n \n \n \n reserveRatio: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token reserve to token minting ratio. \n\n \n \n \n \n \n \n \n \n \n reserves\n \n \n \n \n reserves: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token reserve information \n\n \n \n \n \n \n \n \n \n \n supply\n \n \n \n \n supply: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Total token supply. \n\n \n \n \n \n \n \n \n \n \n symbol\n \n \n \n \n symbol: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n The unique token symbol. \n\n \n \n \n \n \n \n\n\n \n interface Token {\n /** Address of the deployed token contract. */\n address: string;\n /** Number of decimals to convert to smallest denomination of the token. */\n decimals: string;\n /** Name of the token. */\n name: string;\n /** Address of account that deployed token. */\n owner?: string;\n /** Token reserve to token minting ratio. */\n reserveRatio?: string;\n /** Token reserve information */\n reserves?: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E'?: {\n weight: string;\n balance: string;\n };\n };\n /** Total token supply. */\n supply: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Token };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TokenDetailsComponent.html":{"url":"components/TokenDetailsComponent.html","title":"component - TokenDetailsComponent","body":"\n \n\n\n\n\n\n Components\n TokenDetailsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/tokens/token-details/token-details.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-token-details\n \n\n \n styleUrls\n ./token-details.component.scss\n \n\n\n\n \n templateUrl\n ./token-details.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n token\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closeWindow\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:20\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n token\n \n \n \n \n Type : Token\n\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:18\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closeWindow\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:20\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:26\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:24\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { Token } from '@app/_models';\n\n@Component({\n selector: 'app-token-details',\n templateUrl: './token-details.component.html',\n styleUrls: ['./token-details.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TokenDetailsComponent implements OnInit {\n @Input() token: Token;\n\n @Output() closeWindow: EventEmitter = new EventEmitter();\n\n constructor() {}\n\n ngOnInit(): void {}\n\n close(): void {\n this.token = null;\n this.closeWindow.emit(this.token);\n }\n}\n\n \n\n \n \n \n \n \n TOKEN DETAILS\n \n CLOSE\n \n \n \n \n \n Name: {{ token?.name }}\n \n \n Symbol: {{ token?.symbol }}\n \n \n Address: {{ token?.address }}\n \n \n Details: A community inclusive currency for trading among lower to\n middle income societies.\n \n \n Supply: {{ token?.supply | tokenRatio }}\n \n \n \n Reserve\n \n Weight: {{ token?.reserveRatio }}\n \n \n Owner: {{ token?.owner }}\n \n \n \n \n\n\n \n\n \n \n ./token-details.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' TOKEN DETAILS CLOSE Name: {{ token?.name }} Symbol: {{ token?.symbol }} Address: {{ token?.address }} Details: A community inclusive currency for trading among lower to middle income societies. Supply: {{ token?.supply | tokenRatio }} Reserve Weight: {{ token?.reserveRatio }} Owner: {{ token?.owner }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TokenDetailsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TokenRatioPipe.html":{"url":"pipes/TokenRatioPipe.html","title":"pipe - TokenRatioPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TokenRatioPipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/token-ratio.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n tokenRatio\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(value: any, ...args: any[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/token-ratio.pipe.ts:5\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n value\n \n any\n \n\n \n No\n \n\n \n 0\n \n\n \n \n args\n \n any[]\n \n\n \n No\n \n\n \n \n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({ name: 'tokenRatio' })\nexport class TokenRatioPipe implements PipeTransform {\n transform(value: any = 0, ...args): any {\n return Number(value) / Math.pow(10, 6);\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TokenRegistry.html":{"url":"classes/TokenRegistry.html","title":"class - TokenRegistry","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TokenRegistry\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_eth/token-registry.ts\n \n\n \n Description\n \n \n Provides an instance of the token registry contract.\nAllows querying of tokens that have been registered as valid tokens in the network.\n\n \n\n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contract\n \n \n contractAddress\n \n \n signerAddress\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n addressOf\n \n \n Public\n Async\n entry\n \n \n Public\n Async\n totalTokens\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(contractAddress: string, signerAddress?: string)\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:26\n \n \n\n \n \n Create a connection to the deployed token registry contract.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n contractAddress\n \n \n string\n \n \n \n No\n \n \n \n \nThe deployed token registry contract's address.\n\n\n \n \n \n signerAddress\n \n \n string\n \n \n \n Yes\n \n \n \n \nThe account address of the account that deployed the token registry contract.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n contract\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:22\n \n \n\n \n \n The instance of the token registry contract. \n\n \n \n\n \n \n \n \n \n \n \n \n \n contractAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:24\n \n \n\n \n \n The deployed token registry contract's address. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signerAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:26\n \n \n\n \n \n The account address of the account that deployed the token registry contract. \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n Async\n addressOf\n \n \n \n \n \n \n \n \n addressOf(identifier: string)\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:57\n \n \n\n\n \n \n Returns the address of the token with a given identifier.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n identifier\n \n string\n \n\n \n No\n \n\n\n \n \nThe name or identifier of the token to be fetched from the token registry.\n\n\n \n \n \n \n \n \n Example :\n \n Prints the address of the token with the identifier 'sarafu':\n```typescript\n\nconsole.log(await addressOf('sarafu'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n The address of the token assigned the specified identifier in the token registry.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n entry\n \n \n \n \n \n \n \n \n entry(serial: number)\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:75\n \n \n\n\n \n \n Returns the address of a token with the given serial in the token registry.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n serial\n \n number\n \n\n \n No\n \n\n\n \n \nThe serial number of the token to be fetched.\n\n\n \n \n \n \n \n \n Example :\n \n Prints the address of the token with the serial '2':\n```typescript\n\nconsole.log(await entry(2));\n```\n\n \n \n \n Returns : Promise\n\n \n \n The address of the token with the specified serial number.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n totalTokens\n \n \n \n \n \n \n \n \n totalTokens()\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:91\n \n \n\n\n \n \n Returns the total number of tokens that have been registered in the network.\n\n\n \n Example :\n \n Prints the total number of registered tokens:\n```typescript\n\nconsole.log(await totalTokens());\n```\n\n \n \n \n Returns : Promise\n\n \n \n The total number of registered tokens.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import Web3 from 'web3';\n\n// Application imports\nimport { environment } from '@src/environments/environment';\nimport { Web3Service } from '@app/_services/web3.service';\n\n/** Fetch the token registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = Web3Service.getInstance();\n\n/**\n * Provides an instance of the token registry contract.\n * Allows querying of tokens that have been registered as valid tokens in the network.\n *\n * @remarks\n * This is our interface to the token registry contract.\n */\nexport class TokenRegistry {\n /** The instance of the token registry contract. */\n contract: any;\n /** The deployed token registry contract's address. */\n contractAddress: string;\n /** The account address of the account that deployed the token registry contract. */\n signerAddress: string;\n\n /**\n * Create a connection to the deployed token registry contract.\n *\n * @param contractAddress - The deployed token registry contract's address.\n * @param signerAddress - The account address of the account that deployed the token registry contract.\n */\n constructor(contractAddress: string, signerAddress?: string) {\n this.contractAddress = contractAddress;\n this.contract = new web3.eth.Contract(abi, this.contractAddress);\n if (signerAddress) {\n this.signerAddress = signerAddress;\n } else {\n this.signerAddress = web3.eth.accounts[0];\n }\n }\n\n /**\n * Returns the address of the token with a given identifier.\n *\n * @async\n * @example\n * Prints the address of the token with the identifier 'sarafu':\n * ```typescript\n * console.log(await addressOf('sarafu'));\n * ```\n *\n * @param identifier - The name or identifier of the token to be fetched from the token registry.\n * @returns The address of the token assigned the specified identifier in the token registry.\n */\n public async addressOf(identifier: string): Promise {\n const id: string = web3.eth.abi.encodeParameter('bytes32', web3.utils.toHex(identifier));\n return await this.contract.methods.addressOf(id).call();\n }\n\n /**\n * Returns the address of a token with the given serial in the token registry.\n *\n * @async\n * @example\n * Prints the address of the token with the serial '2':\n * ```typescript\n * console.log(await entry(2));\n * ```\n *\n * @param serial - The serial number of the token to be fetched.\n * @return The address of the token with the specified serial number.\n */\n public async entry(serial: number): Promise {\n return await this.contract.methods.entry(serial).call();\n }\n\n /**\n * Returns the total number of tokens that have been registered in the network.\n *\n * @async\n * @example\n * Prints the total number of registered tokens:\n * ```typescript\n * console.log(await totalTokens());\n * ```\n *\n * @returns The total number of registered tokens.\n */\n public async totalTokens(): Promise {\n return await this.contract.methods.entryCount().call();\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/TokenService.html":{"url":"injectables/TokenService.html","title":"injectable - TokenService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n TokenService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/token.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n load\n \n \n registry\n \n \n tokenRegistry\n \n \n tokens\n \n \n Private\n tokensList\n \n \n tokensSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addToken\n \n \n Async\n getTokenBalance\n \n \n Async\n getTokenByAddress\n \n \n Async\n getTokenBySymbol\n \n \n Async\n getTokenName\n \n \n Async\n getTokens\n \n \n Async\n getTokenSymbol\n \n \n Async\n init\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient)\n \n \n \n \n Defined in src/app/_services/token.service.ts:20\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addToken\n \n \n \n \n \n \n \naddToken(token: Token)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n token\n \n Token\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenBalance\n \n \n \n \n \n \n \n \n getTokenBalance(address: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenByAddress\n \n \n \n \n \n \n \n \n getTokenByAddress(address: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:52\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenBySymbol\n \n \n \n \n \n \n \n \n getTokenBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n symbol\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenName\n \n \n \n \n \n \n \n \n getTokenName()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:78\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokens\n \n \n \n \n \n \n \n \n getTokens()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:44\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenSymbol\n \n \n \n \n \n \n \n \n getTokenSymbol()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:83\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:24\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n load\n \n \n \n \n \n \n Type : BehaviorSubject\n\n \n \n \n \n Default value : new BehaviorSubject(false)\n \n \n \n \n Defined in src/app/_services/token.service.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/token.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenRegistry\n \n \n \n \n \n \n Type : TokenRegistry\n\n \n \n \n \n Defined in src/app/_services/token.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/token.service.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n tokensList\n \n \n \n \n \n \n Type : BehaviorSubject>\n\n \n \n \n \n Default value : new BehaviorSubject>(\n this.tokens\n )\n \n \n \n \n Defined in src/app/_services/token.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokensSubject\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Default value : this.tokensList.asObservable()\n \n \n \n \n Defined in src/app/_services/token.service.ts:19\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { CICRegistry } from '@cicnet/cic-client';\nimport { TokenRegistry } from '@app/_eth';\nimport { HttpClient } from '@angular/common/http';\nimport { RegistryService } from '@app/_services/registry.service';\nimport { Token } from '@app/_models';\nimport { BehaviorSubject, Observable, Subject } from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TokenService {\n registry: CICRegistry;\n tokenRegistry: TokenRegistry;\n tokens: Array = [];\n private tokensList: BehaviorSubject> = new BehaviorSubject>(\n this.tokens\n );\n tokensSubject: Observable> = this.tokensList.asObservable();\n load: BehaviorSubject = new BehaviorSubject(false);\n\n constructor(private httpClient: HttpClient) {}\n\n async init(): Promise {\n this.registry = await RegistryService.getRegistry();\n this.tokenRegistry = new TokenRegistry(\n await this.registry.getContractAddressByName('TokenRegistry')\n );\n this.load.next(true);\n }\n\n addToken(token: Token): void {\n const savedIndex = this.tokens.findIndex((tk) => tk.address === token.address);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.tokens.splice(savedIndex, 1);\n }\n this.tokens.unshift(token);\n this.tokensList.next(this.tokens);\n }\n\n async getTokens(): Promise {\n const count: number = await this.tokenRegistry.totalTokens();\n for (let i = 0; i {\n const token: any = {};\n const tokenContract = await this.registry.addToken(address);\n token.address = address;\n token.name = await tokenContract.methods.name().call();\n token.symbol = await tokenContract.methods.symbol().call();\n token.supply = await tokenContract.methods.totalSupply().call();\n token.decimals = await tokenContract.methods.decimals().call();\n return token;\n }\n\n async getTokenBySymbol(symbol: string): Promise> {\n const tokenSubject: Subject = new Subject();\n await this.getTokens();\n this.tokensSubject.subscribe((tokens) => {\n const queriedToken = tokens.find((token) => token.symbol === symbol);\n tokenSubject.next(queriedToken);\n });\n return tokenSubject.asObservable();\n }\n\n async getTokenBalance(address: string): Promise Promise> {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.balanceOf(address).call();\n }\n\n async getTokenName(): Promise {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.name().call();\n }\n\n async getTokenSymbol(): Promise {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.symbol().call();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TokenServiceStub.html":{"url":"classes/TokenServiceStub.html","title":"class - TokenServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TokenServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/token-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getBySymbol\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getBySymbol\n \n \n \n \n \n \n \ngetBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/testing/token-service-stub.ts:2\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n symbol\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n export class TokenServiceStub {\n getBySymbol(symbol: string): any {\n return {\n name: 'Reserve',\n symbol: 'RSV',\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TokensComponent.html":{"url":"components/TokensComponent.html","title":"component - TokensComponent","body":"\n \n\n\n\n\n\n Components\n TokensComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/tokens/tokens.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-tokens\n \n\n \n styleUrls\n ./tokens.component.scss\n \n\n\n\n \n templateUrl\n ./tokens.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n columnsToDisplay\n \n \n dataSource\n \n \n paginator\n \n \n sort\n \n \n token\n \n \n tokens\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n Async\n ngOnInit\n \n \n viewToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(tokenService: TokenService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:22\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:30\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n viewToken\n \n \n \n \n \n \n \nviewToken(token)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n token\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n columnsToDisplay\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'symbol', 'address', 'supply']\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n token\n \n \n \n \n \n \n Type : Token\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:21\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, TokenService } from '@app/_services';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { Router } from '@angular/router';\nimport { exportCsv } from '@app/_helpers';\nimport { Token } from '@app/_models';\n\n@Component({\n selector: 'app-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TokensComponent implements OnInit {\n dataSource: MatTableDataSource;\n columnsToDisplay: Array = ['name', 'symbol', 'address', 'supply'];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n tokens: Array;\n token: Token;\n\n constructor(\n private tokenService: TokenService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.tokenService.init();\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n await this.tokenService.getTokens();\n }\n });\n this.tokenService.tokensSubject.subscribe((tokens) => {\n this.loggingService.sendInfoLevelMessage(tokens);\n this.dataSource = new MatTableDataSource(tokens);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.tokens = tokens;\n });\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n viewToken(token): void {\n this.token = token;\n }\n\n downloadCsv(): void {\n exportCsv(this.tokens, 'tokens');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Tokens\n \n \n \n \n \n Tokens\n \n EXPORT\n \n \n \n \n \n\n \n Filter \n \n search\n \n\n \n \n Name \n {{ token.name }} \n \n\n \n Symbol \n {{ token.symbol }} \n \n\n \n Address \n {{ token.address }} \n \n\n \n Supply \n {{ token.supply | tokenRatio }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./tokens.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Tokens Tokens EXPORT Filter search Name {{ token.name }} Symbol {{ token.symbol }} Address {{ token.address }} Supply {{ token.supply | tokenRatio }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TokensComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TokensModule.html":{"url":"modules/TokensModule.html","title":"module - TokensModule","body":"\n \n\n\n\n\n Modules\n TokensModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TokensModule\n\n\n\ncluster_TokensModule_imports\n\n\n\ncluster_TokensModule_declarations\n\n\n\n\nTokenDetailsComponent\n\nTokenDetailsComponent\n\n\n\nTokensModule\n\nTokensModule\n\nTokensModule -->\n\nTokenDetailsComponent->TokensModule\n\n\n\n\n\nTokensComponent\n\nTokensComponent\n\nTokensModule -->\n\nTokensComponent->TokensModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nTokensModule -->\n\nSharedModule->TokensModule\n\n\n\n\n\nTokensRoutingModule\n\nTokensRoutingModule\n\nTokensModule -->\n\nTokensRoutingModule->TokensModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/tokens/tokens.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n TokenDetailsComponent\n \n \n TokensComponent\n \n \n \n \n Imports\n \n \n SharedModule\n \n \n TokensRoutingModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TokensRoutingModule } from '@pages/tokens/tokens-routing.module';\nimport { TokensComponent } from '@pages/tokens/tokens.component';\nimport { TokenDetailsComponent } from '@pages/tokens/token-details/token-details.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPseudoCheckboxModule, MatRippleModule } from '@angular/material/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSidenavModule } from '@angular/material/sidenav';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatCardModule } from '@angular/material/card';\n\n@NgModule({\n declarations: [TokensComponent, TokenDetailsComponent],\n imports: [\n CommonModule,\n TokensRoutingModule,\n SharedModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatPseudoCheckboxModule,\n MatCheckboxModule,\n MatInputModule,\n MatFormFieldModule,\n MatIconModule,\n MatSidenavModule,\n MatButtonModule,\n MatToolbarModule,\n MatCardModule,\n MatRippleModule,\n ],\n})\nexport class TokensModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TokensRoutingModule.html":{"url":"modules/TokensRoutingModule.html","title":"module - TokensRoutingModule","body":"\n \n\n\n\n\n Modules\n TokensRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/tokens/tokens-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { TokensComponent } from '@pages/tokens/tokens.component';\nimport { TokenDetailsComponent } from '@pages/tokens/token-details/token-details.component';\n\nconst routes: Routes = [\n { path: '', component: TokensComponent },\n { path: ':id', component: TokenDetailsComponent },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class TokensRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TopbarComponent.html":{"url":"components/TopbarComponent.html","title":"component - TopbarComponent","body":"\n \n\n\n\n\n\n Components\n TopbarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/topbar/topbar.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-topbar\n \n\n \n styleUrls\n ./topbar.component.scss\n \n\n\n\n \n templateUrl\n ./topbar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/topbar/topbar.component.ts:9\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/topbar/topbar.component.ts:12\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-topbar',\n templateUrl: './topbar.component.html',\n styleUrls: ['./topbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TopbarComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n \n \n \n \n \n \n\n\n\n \n\n \n \n ./topbar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TopbarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TopbarStubComponent.html":{"url":"components/TopbarStubComponent.html","title":"component - TopbarStubComponent","body":"\n \n\n\n\n\n\n Components\n TopbarStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-topbar\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TopbarStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Transaction.html":{"url":"interfaces/Transaction.html","title":"interface - Transaction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Transaction\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n from\n \n \n recipient\n \n \n sender\n \n \n to\n \n \n token\n \n \n tx\n \n \n Optional\n type\n \n \n value\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n from\n \n \n \n \n from: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the transaction sender. \n\n \n \n \n \n \n \n \n \n \n recipient\n \n \n \n \n recipient: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the transaction recipient. \n\n \n \n \n \n \n \n \n \n \n sender\n \n \n \n \n sender: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the transaction sender. \n\n \n \n \n \n \n \n \n \n \n to\n \n \n \n \n to: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the transaction recipient. \n\n \n \n \n \n \n \n \n \n \n token\n \n \n \n \n token: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Transaction token information. \n\n \n \n \n \n \n \n \n \n \n tx\n \n \n \n \n tx: Tx\n\n \n \n\n\n \n \n Type : Tx\n\n \n \n\n\n\n\n\n \n \n Transaction mining information. \n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n type: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Type of transaction. \n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n value: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Amount of tokens transacted. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TransactionDetailsComponent.html":{"url":"components/TransactionDetailsComponent.html","title":"component - TransactionDetailsComponent","body":"\n \n\n\n\n\n\n Components\n TransactionDetailsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/transactions/transaction-details/transaction-details.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-transaction-details\n \n\n \n styleUrls\n ./transaction-details.component.scss\n \n\n\n\n \n templateUrl\n ./transaction-details.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n recipientBloxbergLink\n \n \n senderBloxbergLink\n \n \n tokenName\n \n \n tokenSymbol\n \n \n traderBloxbergLink\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n copyAddress\n \n \n Async\n ngOnInit\n \n \n Async\n reverseTransaction\n \n \n Async\n viewRecipient\n \n \n Async\n viewSender\n \n \n Async\n viewTrader\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n transaction\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closeWindow\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, transactionService: TransactionService, snackBar: MatSnackBar, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n snackBar\n \n \n MatSnackBar\n \n \n \n No\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n transaction\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:22\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closeWindow\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:24\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:86\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n copyAddress\n \n \n \n \n \n \n \ncopyAddress(address: string)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:80\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:39\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n reverseTransaction\n \n \n \n \n \n \n \n \n reverseTransaction()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:71\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewRecipient\n \n \n \n \n \n \n \n \n viewRecipient()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:63\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewSender\n \n \n \n \n \n \n \n \n viewSender()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:59\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewTrader\n \n \n \n \n \n \n \n \n viewTrader()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:67\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n recipientBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n senderBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenSymbol\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n traderBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:28\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { Router } from '@angular/router';\nimport { TokenService, TransactionService } from '@app/_services';\nimport { copyToClipboard } from '@app/_helpers';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\n\n@Component({\n selector: 'app-transaction-details',\n templateUrl: './transaction-details.component.html',\n styleUrls: ['./transaction-details.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TransactionDetailsComponent implements OnInit {\n @Input() transaction;\n\n @Output() closeWindow: EventEmitter = new EventEmitter();\n\n senderBloxbergLink: string;\n recipientBloxbergLink: string;\n traderBloxbergLink: string;\n tokenName: string;\n tokenSymbol: string;\n\n constructor(\n private router: Router,\n private transactionService: TransactionService,\n private snackBar: MatSnackBar,\n private tokenService: TokenService\n ) {}\n\n async ngOnInit(): Promise {\n await this.transactionService.init();\n await this.tokenService.init();\n if (this.transaction?.type === 'conversion') {\n this.traderBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.trader + '/transactions';\n } else {\n this.senderBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.from + '/transactions';\n this.recipientBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.to + '/transactions';\n }\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n this.tokenSymbol = await this.tokenService.getTokenSymbol();\n this.tokenName = await this.tokenService.getTokenName();\n }\n });\n }\n\n async viewSender(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.from)}`);\n }\n\n async viewRecipient(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.to)}`);\n }\n\n async viewTrader(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.trader)}`);\n }\n\n async reverseTransaction(): Promise {\n await this.transactionService.transferRequest(\n this.transaction.token.address,\n this.transaction.to,\n this.transaction.from,\n this.transaction.value\n );\n }\n\n copyAddress(address: string): void {\n if (copyToClipboard(address)) {\n this.snackBar.open(address + ' copied successfully!', 'Close', { duration: 3000 });\n }\n }\n\n close(): void {\n this.transaction = null;\n this.closeWindow.emit(this.transaction);\n }\n}\n\n \n\n \n \n \n \n \n TRANSACTION DETAILS\n \n CLOSE\n \n \n \n \n \n \n Exchange:\n \n \n Sender: {{ transaction.sender?.vcard.fn[0].value }}\n \n Sender Address:\n {{ transaction.from }} \n \n \n View Sender\n \n \n \n Recipient: {{ transaction.recipient?.vcard.fn[0].value }}\n \n Recipient Address:\n {{ transaction.to }} \n \n \n View Recipient\n \n \n \n Amount: {{ transaction.value | tokenRatio }} {{ tokenSymbol | uppercase }}\n \n \n Token:\n \n \n \n Address:\n {{ transaction.token._address }}\n \n \n \n \n Name: {{ tokenName }}\n \n \n Symbol: {{ tokenSymbol | uppercase }}\n \n \n \n \n Transaction:\n \n \n Block: {{ transaction.tx.block }}\n \n \n Index: {{ transaction.tx.txIndex }}\n \n \n Hash: {{ transaction.tx.txHash }}\n \n \n Success: {{ transaction.tx.success }}\n \n \n Timestamp: {{ transaction.tx.timestamp | unixDate }}\n \n \n \n \n \n Resend SMS\n \n \n \n \n Reverse Transaction\n \n \n \n \n \n \n Exchange:\n \n \n Trader: {{ transaction.sender?.vcard.fn[0].value }}\n \n \n \n Trader Address:\n {{ transaction.trader }} \n \n \n \n \n \n View Trader\n \n \n \n \n Source Token:\n \n \n \n Address:\n {{ transaction.sourceToken.address }}\n \n \n \n \n Name: {{ transaction.sourceToken.name }}\n \n \n Symbol: {{ transaction.sourceToken.symbol | uppercase }}\n \n \n Amount: {{ transaction.fromValue }}\n {{ transaction.sourceToken.symbol | uppercase }}\n \n \n \n \n Destination Token:\n \n \n \n Address:\n {{ transaction.destinationToken.address }}\n \n \n \n \n Name: {{ transaction.destinationToken.name }}\n \n \n Symbol: {{ transaction.destinationToken.symbol | uppercase }}\n \n \n Amount: {{ transaction.toValue }}\n {{ transaction.destinationToken.symbol | uppercase }}\n \n \n \n \n \n Resend SMS\n \n \n \n \n Reverse Transaction\n \n \n \n \n \n\n\n \n\n \n \n ./transaction-details.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' TRANSACTION DETAILS CLOSE Exchange: Sender: {{ transaction.sender?.vcard.fn[0].value }} Sender Address: {{ transaction.from }} View Sender Recipient: {{ transaction.recipient?.vcard.fn[0].value }} Recipient Address: {{ transaction.to }} View Recipient Amount: {{ transaction.value | tokenRatio }} {{ tokenSymbol | uppercase }} Token: Address: {{ transaction.token._address }} Name: {{ tokenName }} Symbol: {{ tokenSymbol | uppercase }} Transaction: Block: {{ transaction.tx.block }} Index: {{ transaction.tx.txIndex }} Hash: {{ transaction.tx.txHash }} Success: {{ transaction.tx.success }} Timestamp: {{ transaction.tx.timestamp | unixDate }} Resend SMS Reverse Transaction Exchange: Trader: {{ transaction.sender?.vcard.fn[0].value }} Trader Address: {{ transaction.trader }} View Trader Source Token: Address: {{ transaction.sourceToken.address }} Name: {{ transaction.sourceToken.name }} Symbol: {{ transaction.sourceToken.symbol | uppercase }} Amount: {{ transaction.fromValue }} {{ transaction.sourceToken.symbol | uppercase }} Destination Token: Address: {{ transaction.destinationToken.address }} Name: {{ transaction.destinationToken.name }} Symbol: {{ transaction.destinationToken.symbol | uppercase }} Amount: {{ transaction.toValue }} {{ transaction.destinationToken.symbol | uppercase }} Resend SMS Reverse Transaction '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TransactionDetailsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/TransactionService.html":{"url":"injectables/TransactionService.html","title":"injectable - TransactionService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n TransactionService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/transaction.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n registry\n \n \n Private\n transactionList\n \n \n transactions\n \n \n transactionsSubject\n \n \n userInfo\n \n \n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addTransaction\n \n \n getAccountInfo\n \n \n getAddressTransactions\n \n \n getAllTransactions\n \n \n Async\n init\n \n \n resetTransactionsList\n \n \n Async\n setConversion\n \n \n Async\n setTransaction\n \n \n Async\n transferRequest\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, authService: AuthService, userService: UserService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:32\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTransaction\n \n \n \n \n \n \n \naddTransaction(transaction, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:118\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAccountInfo\n \n \n \n \n \n \n \ngetAccountInfo(account: string, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:138\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n account\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n \n 100\n \n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAddressTransactions\n \n \n \n \n \n \n \ngetAddressTransactions(address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:53\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAllTransactions\n \n \n \n \n \n \n \ngetAllTransactions(offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:49\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:43\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n resetTransactionsList\n \n \n \n \n \n \n \nresetTransactionsList()\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:133\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setConversion\n \n \n \n \n \n \n \n \n setConversion(conversion, cacheSize)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:93\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n conversion\n\n \n No\n \n\n\n \n \n cacheSize\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setTransaction\n \n \n \n \n \n \n \n \n setTransaction(transaction, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n transferRequest\n \n \n \n \n \n \n \n \n transferRequest(tokenAddress: string, senderAddress: string, recipientAddress: string, value: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:145\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tokenAddress\n \n string\n \n\n \n No\n \n\n\n \n \n senderAddress\n \n string\n \n\n \n No\n \n\n\n \n \n recipientAddress\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n transactionList\n \n \n \n \n \n \n Default value : new BehaviorSubject(this.transactions)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactions\n \n \n \n \n \n \n Type : any[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsSubject\n \n \n \n \n \n \n Default value : this.transactionList.asObservable()\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n userInfo\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:31\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { first } from 'rxjs/operators';\nimport { BehaviorSubject, Observable } from 'rxjs';\nimport { environment } from '@src/environments/environment';\nimport { Envelope, User } from 'cic-client-meta';\nimport { UserService } from '@app/_services/user.service';\nimport { Keccak } from 'sha3';\nimport { utils } from 'ethers';\nimport { add0x, fromHex, strip0x, toHex } from '@src/assets/js/ethtx/dist/hex';\nimport { Tx } from '@src/assets/js/ethtx/dist';\nimport { toValue } from '@src/assets/js/ethtx/dist/tx';\nimport * as secp256k1 from 'secp256k1';\nimport { AuthService } from '@app/_services/auth.service';\nimport { defaultAccount } from '@app/_models';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { HttpClient } from '@angular/common/http';\nimport { CICRegistry } from '@cicnet/cic-client';\nimport { RegistryService } from '@app/_services/registry.service';\nimport Web3 from 'web3';\nimport { Web3Service } from '@app/_services/web3.service';\nconst vCard = require('vcard-parser');\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TransactionService {\n transactions: any[] = [];\n private transactionList = new BehaviorSubject(this.transactions);\n transactionsSubject = this.transactionList.asObservable();\n userInfo: any;\n web3: Web3;\n registry: CICRegistry;\n\n constructor(\n private httpClient: HttpClient,\n private authService: AuthService,\n private userService: UserService,\n private loggingService: LoggingService\n ) {\n this.web3 = Web3Service.getInstance();\n }\n\n async init(): Promise {\n await this.authService.init();\n await this.userService.init();\n this.registry = await RegistryService.getRegistry();\n }\n\n getAllTransactions(offset: number, limit: number): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tx/${offset}/${limit}`);\n }\n\n getAddressTransactions(address: string, offset: number, limit: number): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tx/user/${address}/${offset}/${limit}`);\n }\n\n async setTransaction(transaction, cacheSize: number): Promise {\n if (this.transactions.find((cachedTx) => cachedTx.tx.txHash === transaction.tx.txHash)) {\n return;\n }\n transaction.value = Number(transaction.value);\n transaction.type = 'transaction';\n try {\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(transaction.from))\n .pipe(first())\n .subscribe(\n (res) => {\n transaction.sender = this.getAccountInfo(res, cacheSize);\n },\n (error) => {\n transaction.sender = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(transaction.to))\n .pipe(first())\n .subscribe(\n (res) => {\n transaction.recipient = this.getAccountInfo(res, cacheSize);\n },\n (error) => {\n transaction.recipient = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n } finally {\n this.addTransaction(transaction, cacheSize);\n }\n }\n\n async setConversion(conversion, cacheSize): Promise {\n if (this.transactions.find((cachedTx) => cachedTx.tx.txHash === conversion.tx.txHash)) {\n return;\n }\n conversion.type = 'conversion';\n conversion.fromValue = Number(conversion.fromValue);\n conversion.toValue = Number(conversion.toValue);\n try {\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(conversion.trader))\n .pipe(first())\n .subscribe(\n (res) => {\n conversion.sender = conversion.recipient = this.getAccountInfo(res);\n },\n (error) => {\n conversion.sender = conversion.recipient = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n } finally {\n this.addTransaction(conversion, cacheSize);\n }\n }\n\n addTransaction(transaction, cacheSize: number): void {\n const savedIndex = this.transactions.findIndex((tx) => tx.tx.txHash === transaction.tx.txHash);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.transactions.splice(savedIndex, 1);\n }\n this.transactions.unshift(transaction);\n if (this.transactions.length > cacheSize) {\n this.transactions.length = Math.min(this.transactions.length, cacheSize);\n }\n this.transactionList.next(this.transactions);\n }\n\n resetTransactionsList(): void {\n this.transactions = [];\n this.transactionList.next(this.transactions);\n }\n\n getAccountInfo(account: string, cacheSize: number = 100): any {\n const accountInfo = Envelope.fromJSON(JSON.stringify(account)).unwrap().m.data;\n accountInfo.vcard = vCard.parse(atob(accountInfo.vcard));\n this.userService.addAccount(accountInfo, cacheSize);\n return accountInfo;\n }\n\n async transferRequest(\n tokenAddress: string,\n senderAddress: string,\n recipientAddress: string,\n value: number\n ): Promise {\n const transferAuthAddress = await this.registry.getContractAddressByName(\n 'TransferAuthorization'\n );\n const hashFunction = new Keccak(256);\n hashFunction.update('createRequest(address,address,address,uint256)');\n const hash = hashFunction.digest();\n const methodSignature = hash.toString('hex').substring(0, 8);\n const abiCoder = new utils.AbiCoder();\n const abi = await abiCoder.encode(\n ['address', 'address', 'address', 'uint256'],\n [senderAddress, recipientAddress, tokenAddress, value]\n );\n const data = fromHex(methodSignature + strip0x(abi));\n const tx = new Tx(environment.bloxbergChainId);\n tx.nonce = await this.web3.eth.getTransactionCount(senderAddress);\n tx.gasPrice = Number(await this.web3.eth.getGasPrice());\n tx.gasLimit = 8000000;\n tx.to = fromHex(strip0x(transferAuthAddress));\n tx.value = toValue(value);\n tx.data = data;\n const txMsg = tx.message();\n const privateKey = this.authService.mutableKeyStore.getPrivateKey();\n if (!privateKey.isDecrypted()) {\n const password = window.prompt('password');\n await privateKey.decrypt(password);\n }\n const signatureObject = secp256k1.ecdsaSign(txMsg, privateKey.keyPacket.privateParams.d);\n const r = signatureObject.signature.slice(0, 32);\n const s = signatureObject.signature.slice(32);\n const v = signatureObject.recid;\n tx.setSignature(r, s, v);\n const txWire = add0x(toHex(tx.serializeRLP()));\n const result = await this.web3.eth.sendSignedTransaction(txWire);\n this.loggingService.sendInfoLevelMessage(`Result: ${result}`);\n const transaction = await this.web3.eth.getTransaction(result.transactionHash);\n this.loggingService.sendInfoLevelMessage(`Transaction: ${transaction}`);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TransactionServiceStub.html":{"url":"classes/TransactionServiceStub.html","title":"class - TransactionServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TransactionServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/transaction-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getAllTransactions\n \n \n setConversion\n \n \n setTransaction\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getAllTransactions\n \n \n \n \n \n \n \ngetAllTransactions(offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:8\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setConversion\n \n \n \n \n \n \n \nsetConversion(conversion: any)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:6\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n conversion\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTransaction\n \n \n \n \n \n \n \nsetTransaction(transaction: any, cacheSize: number)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:4\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n any\n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Observable, of } from 'rxjs';\n\nexport class TransactionServiceStub {\n setTransaction(transaction: any, cacheSize: number): void {}\n\n setConversion(conversion: any): void {}\n\n getAllTransactions(offset: number, limit: number): Observable {\n return of('Hello World');\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TransactionsComponent.html":{"url":"components/TransactionsComponent.html","title":"component - TransactionsComponent","body":"\n \n\n\n\n\n\n Components\n TransactionsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/transactions/transactions.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n AfterViewInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-transactions\n \n\n \n styleUrls\n ./transactions.component.scss\n \n\n\n\n \n templateUrl\n ./transactions.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultPageSize\n \n \n pageSizeOptions\n \n \n paginator\n \n \n sort\n \n \n tokenSymbol\n \n \n transaction\n \n \n transactionDataSource\n \n \n transactionDisplayedColumns\n \n \n transactions\n \n \n transactionsType\n \n \n transactionsTypes\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n filterTransactions\n \n \n ngAfterViewInit\n \n \n Async\n ngOnInit\n \n \n viewTransaction\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(blockSyncService: BlockSyncService, transactionService: TransactionService, userService: UserService, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:34\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n blockSyncService\n \n \n BlockSyncService\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string, dataSource)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:70\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n dataSource\n \n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:92\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n filterTransactions\n \n \n \n \n \n \n \nfilterTransactions()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:74\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:87\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:43\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n viewTransaction\n \n \n \n \n \n \n \nviewTransaction(transaction)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:66\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n transaction\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n defaultPageSize\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 10\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n pageSizeOptions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [10, 20, 50, 100]\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenSymbol\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n \n transaction\n \n \n \n \n \n \n Type : Transaction\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionDataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionDisplayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['sender', 'recipient', 'value', 'created', 'type']\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsType\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'all'\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:30\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AfterViewInit,\n ChangeDetectionStrategy,\n Component,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { BlockSyncService, TokenService, TransactionService, UserService } from '@app/_services';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { exportCsv } from '@app/_helpers';\nimport { first } from 'rxjs/operators';\nimport { Transaction } from '@app/_models';\n\n@Component({\n selector: 'app-transactions',\n templateUrl: './transactions.component.html',\n styleUrls: ['./transactions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TransactionsComponent implements OnInit, AfterViewInit {\n transactionDataSource: MatTableDataSource;\n transactionDisplayedColumns: Array = ['sender', 'recipient', 'value', 'created', 'type'];\n defaultPageSize: number = 10;\n pageSizeOptions: Array = [10, 20, 50, 100];\n transactions: Array;\n transaction: Transaction;\n transactionsType: string = 'all';\n transactionsTypes: Array;\n tokenSymbol: string;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(\n private blockSyncService: BlockSyncService,\n private transactionService: TransactionService,\n private userService: UserService,\n private tokenService: TokenService\n ) {}\n\n async ngOnInit(): Promise {\n this.transactionService.transactionsSubject.subscribe((transactions) => {\n this.transactionDataSource = new MatTableDataSource(transactions);\n this.transactionDataSource.paginator = this.paginator;\n this.transactionDataSource.sort = this.sort;\n this.transactions = transactions;\n });\n await this.blockSyncService.init();\n await this.tokenService.init();\n await this.transactionService.init();\n await this.userService.init();\n await this.blockSyncService.blockSync();\n this.userService\n .getTransactionTypes()\n .pipe(first())\n .subscribe((res) => (this.transactionsTypes = res));\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n this.tokenSymbol = await this.tokenService.getTokenSymbol();\n }\n });\n }\n\n viewTransaction(transaction): void {\n this.transaction = transaction;\n }\n\n doFilter(value: string, dataSource): void {\n dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n filterTransactions(): void {\n if (this.transactionsType === 'all') {\n this.transactionService.transactionsSubject.subscribe((transactions) => {\n this.transactionDataSource.data = transactions;\n this.transactions = transactions;\n });\n } else {\n this.transactionDataSource.data = this.transactions.filter(\n (transaction) => transaction.type === this.transactionsType\n );\n }\n }\n\n ngAfterViewInit(): void {\n this.transactionDataSource.paginator = this.paginator;\n this.transactionDataSource.sort = this.sort;\n }\n\n downloadCsv(): void {\n exportCsv(this.transactions, 'transactions');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Transactions\n \n \n \n Transfers \n \n \n\n \n \n TRANSFER TYPE \n \n ALL TRANSFERS\n \n {{ transactionType | uppercase }}\n \n \n \n \n EXPORT\n \n \n\n \n Filter \n \n search\n \n\n \n \n Sender\n \n {{ transaction?.sender?.vcard.fn[0].value || transaction.from }}\n \n \n\n \n Recipient\n \n {{ transaction?.recipient?.vcard.fn[0].value || transaction.to }}\n \n \n\n \n Value\n \n {{ transaction?.value | tokenRatio }} {{ tokenSymbol | uppercase }}\n {{ transaction?.toValue | tokenRatio }} {{ tokenSymbol | uppercase }}\n \n \n\n \n Created\n \n {{ transaction?.tx.timestamp | unixDate }}\n \n \n\n \n TYPE\n \n {{ transaction?.type }} \n \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./transactions.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Transactions Transfers TRANSFER TYPE ALL TRANSFERS {{ transactionType | uppercase }} EXPORT Filter search Sender {{ transaction?.sender?.vcard.fn[0].value || transaction.from }} Recipient {{ transaction?.recipient?.vcard.fn[0].value || transaction.to }} Value {{ transaction?.value | tokenRatio }} {{ tokenSymbol | uppercase }} {{ transaction?.toValue | tokenRatio }} {{ tokenSymbol | uppercase }} Created {{ transaction?.tx.timestamp | unixDate }} TYPE {{ transaction?.type }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TransactionsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TransactionsModule.html":{"url":"modules/TransactionsModule.html","title":"module - TransactionsModule","body":"\n \n\n\n\n\n Modules\n TransactionsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TransactionsModule\n\n\n\ncluster_TransactionsModule_imports\n\n\n\ncluster_TransactionsModule_exports\n\n\n\ncluster_TransactionsModule_declarations\n\n\n\n\nTransactionDetailsComponent\n\nTransactionDetailsComponent\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nTransactionsModule -->\n\nTransactionDetailsComponent->TransactionsModule\n\n\n\n\n\nTransactionsComponent\n\nTransactionsComponent\n\nTransactionsModule -->\n\nTransactionsComponent->TransactionsModule\n\n\n\n\n\nTransactionDetailsComponent \n\nTransactionDetailsComponent \n\nTransactionDetailsComponent -->\n\nTransactionsModule->TransactionDetailsComponent \n\n\n\n\n\nSharedModule\n\nSharedModule\n\nTransactionsModule -->\n\nSharedModule->TransactionsModule\n\n\n\n\n\nTransactionsRoutingModule\n\nTransactionsRoutingModule\n\nTransactionsModule -->\n\nTransactionsRoutingModule->TransactionsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/transactions/transactions.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n TransactionDetailsComponent\n \n \n TransactionsComponent\n \n \n \n \n Imports\n \n \n SharedModule\n \n \n TransactionsRoutingModule\n \n \n \n \n Exports\n \n \n TransactionDetailsComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TransactionsRoutingModule } from '@pages/transactions/transactions-routing.module';\nimport { TransactionsComponent } from '@pages/transactions/transactions.component';\nimport { TransactionDetailsComponent } from '@pages/transactions/transaction-details/transaction-details.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\n\n@NgModule({\n declarations: [TransactionsComponent, TransactionDetailsComponent],\n exports: [TransactionDetailsComponent],\n imports: [\n CommonModule,\n TransactionsRoutingModule,\n SharedModule,\n MatTableModule,\n MatCheckboxModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n MatButtonModule,\n MatIconModule,\n MatSelectModule,\n MatCardModule,\n MatRippleModule,\n MatSnackBarModule,\n ],\n})\nexport class TransactionsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TransactionsRoutingModule.html":{"url":"modules/TransactionsRoutingModule.html","title":"module - TransactionsRoutingModule","body":"\n \n\n\n\n\n Modules\n TransactionsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/transactions/transactions-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { TransactionsComponent } from '@pages/transactions/transactions.component';\n\nconst routes: Routes = [{ path: '', component: TransactionsComponent }];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class TransactionsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Tx.html":{"url":"interfaces/Tx.html","title":"interface - Tx","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Tx\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction data interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n block\n \n \n success\n \n \n timestamp\n \n \n txHash\n \n \n txIndex\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n block\n \n \n \n \n block: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Transaction block number. \n\n \n \n \n \n \n \n \n \n \n success\n \n \n \n \n success: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Transaction mining status. \n\n \n \n \n \n \n \n \n \n \n timestamp\n \n \n \n \n timestamp: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Time transaction was mined. \n\n \n \n \n \n \n \n \n \n \n txHash\n \n \n \n \n txHash: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Hash generated by transaction. \n\n \n \n \n \n \n \n \n \n \n txIndex\n \n \n \n \n txIndex: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Index of transaction in block. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TxToken.html":{"url":"interfaces/TxToken.html","title":"interface - TxToken","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n TxToken\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction token object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n address\n \n \n name\n \n \n symbol\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n address\n \n \n \n \n address: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the deployed token contract. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the token. \n\n \n \n \n \n \n \n \n \n \n symbol\n \n \n \n \n symbol: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n The unique token symbol. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/UnixDatePipe.html":{"url":"pipes/UnixDatePipe.html","title":"pipe - UnixDatePipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n UnixDatePipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/unix-date.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n unixDate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(timestamp: number, ...args: unknown[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/unix-date.pipe.ts:7\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n timestamp\n \n number\n \n\n \n No\n \n\n\n \n \n args\n \n unknown[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'unixDate',\n})\nexport class UnixDatePipe implements PipeTransform {\n transform(timestamp: number, ...args: unknown[]): any {\n return new Date(timestamp * 1000).toLocaleDateString('en-GB');\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UserServiceStub.html":{"url":"classes/UserServiceStub.html","title":"class - UserServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UserServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/user-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n actions\n \n \n users\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n approveAction\n \n \n getActionById\n \n \n getUser\n \n \n getUserById\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n {\n id: 6,\n user: 'Patience',\n role: 'enroller',\n action: 'Change user information',\n approval: false,\n },\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:72\n \n \n\n\n \n \n \n \n \n \n \n \n \n users\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n },\n {\n id: 2,\n name: 'Jane Buck',\n phone: '+25412341234',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'vendor',\n created: '04/02/2020',\n balance: '56281',\n failedPinAttempts: 0,\n status: 'approved',\n bio: 'Groceries',\n gender: 'female',\n },\n {\n id: 3,\n name: 'Mc Donald',\n phone: '+25498765432',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'group',\n created: '11/16/2020',\n balance: '450',\n failedPinAttempts: 2,\n status: 'unapproved',\n bio: 'Food',\n gender: 'male',\n },\n {\n id: 4,\n name: 'Hera Cles',\n phone: '+25498769876',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '05/28/2020',\n balance: '5621',\n failedPinAttempts: 3,\n status: 'approved',\n bio: 'Shop',\n gender: 'female',\n },\n {\n id: 5,\n name: 'Silver Fia',\n phone: '+25462518374',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'token agent',\n created: '10/10/2020',\n balance: '817',\n failedPinAttempts: 0,\n status: 'unapproved',\n bio: 'Electronics',\n gender: 'male',\n },\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:4\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n approveAction\n \n \n \n \n \n \n \napproveAction(id: number)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:134\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getActionById\n \n \n \n \n \n \n \ngetActionById(id: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:124\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getUser\n \n \n \n \n \n \n \ngetUser(userKey: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:103\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userKey\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getUserById\n \n \n \n \n \n \n \ngetUserById(id: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:87\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Observable, of } from 'rxjs';\n\nexport class UserServiceStub {\n users = [\n {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n },\n {\n id: 2,\n name: 'Jane Buck',\n phone: '+25412341234',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'vendor',\n created: '04/02/2020',\n balance: '56281',\n failedPinAttempts: 0,\n status: 'approved',\n bio: 'Groceries',\n gender: 'female',\n },\n {\n id: 3,\n name: 'Mc Donald',\n phone: '+25498765432',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'group',\n created: '11/16/2020',\n balance: '450',\n failedPinAttempts: 2,\n status: 'unapproved',\n bio: 'Food',\n gender: 'male',\n },\n {\n id: 4,\n name: 'Hera Cles',\n phone: '+25498769876',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '05/28/2020',\n balance: '5621',\n failedPinAttempts: 3,\n status: 'approved',\n bio: 'Shop',\n gender: 'female',\n },\n {\n id: 5,\n name: 'Silver Fia',\n phone: '+25462518374',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'token agent',\n created: '10/10/2020',\n balance: '817',\n failedPinAttempts: 0,\n status: 'unapproved',\n bio: 'Electronics',\n gender: 'male',\n },\n ];\n\n actions = [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n {\n id: 6,\n user: 'Patience',\n role: 'enroller',\n action: 'Change user information',\n approval: false,\n },\n ];\n\n getUserById(id: string): any {\n return {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n };\n }\n\n getUser(userKey: string): Observable {\n console.log('Here');\n return of({\n dateRegistered: 1595537208,\n key: {\n ethereum: [\n '0x51d3c8e2e421604e2b644117a362d589c5434739',\n '0x9D7c284907acbd4a0cE2dDD0AA69147A921a573D',\n ],\n },\n location: {\n external: {},\n latitude: '22.430670',\n longitude: '151.002995',\n },\n selling: ['environment', 'health', 'transport'],\n vcard:\n 'QkVHSU46VkNBUkQNClZFUlNJT046My4wDQpFTUFJTDphYXJuZXNlbkBob3RtYWlsLmNvbQ0KRk46S3VydMKgS3JhbmpjDQpOOktyYW5qYztLdXJ0Ozs7DQpURUw7VFlQPUNFTEw6NjkyNTAzMzQ5ODE5Ng0KRU5EOlZDQVJEDQo=',\n });\n }\n\n getActionById(id: string): any {\n return {\n id: 1,\n user: 'Tom',\n role: 'enroller',\n action: 'Disburse RSV 100',\n approval: false,\n };\n }\n\n approveAction(id: number): any {\n return {\n id: 1,\n user: 'Tom',\n role: 'enroller',\n action: 'Disburse RSV 100',\n approval: true,\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/W3.html":{"url":"interfaces/W3.html","title":"interface - W3","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n W3\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/settings.ts\n \n\n \n Description\n \n \n Web3 object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n engine\n \n \n provider\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n engine\n \n \n \n \n engine: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n An active web3 instance connected to the blockchain network. \n\n \n \n \n \n \n \n \n \n \n provider\n \n \n \n \n provider: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n The connection socket to the blockchain network. \n\n \n \n \n \n \n \n\n\n \n class Settings {\n /** CIC Registry instance */\n registry: any;\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** Transaction Helper instance */\n txHelper: any;\n /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n\n /**\n * Initialize the settings.\n *\n * @param scanFilter - A resource for searching through blocks on the blockchain network.\n */\n constructor(scanFilter: any) {\n this.scanFilter = scanFilter;\n }\n}\n\n/** Web3 object interface */\ninterface W3 {\n /** An active web3 instance connected to the blockchain network. */\n engine: any;\n /** The connection socket to the blockchain network. */\n provider: any;\n}\n\n/** @exports */\nexport { Settings, W3 };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/Web3Service.html":{"url":"injectables/Web3Service.html","title":"injectable - Web3Service","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n Web3Service\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/web3.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n getInstance\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_services/web3.service.ts:9\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n getInstance\n \n \n \n \n \n \n \n \n getInstance()\n \n \n\n\n \n \n Defined in src/app/_services/web3.service.ts:13\n \n \n\n\n \n \n\n \n Returns : Web3\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n Static\n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Defined in src/app/_services/web3.service.ts:9\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport Web3 from 'web3';\nimport { environment } from '@src/environments/environment';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class Web3Service {\n private static web3: Web3;\n\n constructor() {}\n\n public static getInstance(): Web3 {\n if (!Web3Service.web3) {\n Web3Service.web3 = new Web3(environment.web3Provider);\n }\n return Web3Service.web3;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n class\n AccountIndex\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n variable\n abi\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n variable\n web3\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n class\n TokenRegistry\n \n 100 %\n (8/8)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n variable\n abi\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n variable\n web3\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_guards/auth.guard.ts\n \n guard\n AuthGuard\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_guards/role.guard.ts\n \n guard\n RoleGuard\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/array-sum.ts\n \n function\n arraySum\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/clipboard-copy.ts\n \n function\n copyToClipboard\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/custom-error-state-matcher.ts\n \n class\n CustomErrorStateMatcher\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_helpers/custom.validator.ts\n \n class\n CustomValidator\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/export-csv.ts\n \n function\n exportCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n class\n HttpError\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n injectable\n GlobalErrorHandler\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n function\n rejectBody\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_helpers/http-getter.ts\n \n function\n HttpGetter\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n interceptor\n MockBackendInterceptor\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n accountTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n actions\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n areaNames\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n areaTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n categories\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n genders\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n MockBackendProvider\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n tokens\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n transactionTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n function\n parseData\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n function\n readCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n variable\n objCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n function\n personValidation\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n function\n vcardValidation\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_interceptors/error.interceptor.ts\n \n interceptor\n ErrorInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_interceptors/http-config.interceptor.ts\n \n interceptor\n HttpConfigInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_interceptors/logging.interceptor.ts\n \n interceptor\n LoggingInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n AccountDetails\n \n 100 %\n (11/11)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n Meta\n \n 100 %\n (4/4)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n MetaResponse\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n Signature\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/_models/account.ts\n \n variable\n defaultAccount\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n Action\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n AreaName\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n AreaType\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n Category\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/settings.ts\n \n class\n Settings\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/settings.ts\n \n interface\n W3\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/staff.ts\n \n interface\n Staff\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/token.ts\n \n interface\n Token\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Conversion\n \n 100 %\n (8/8)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Transaction\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Tx\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n TxToken\n \n 100 %\n (4/4)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n class\n MutablePgpKeyStore\n \n 100 %\n (26/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n interface\n MutableKeyStore\n \n 100 %\n (26/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n variable\n keyring\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n class\n PGPSigner\n \n 100 %\n (14/14)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signable\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signature\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signer\n \n 100 %\n (7/7)\n \n \n \n \n \n src/app/_services/auth.service.ts\n \n injectable\n AuthService\n \n 0 %\n (0/22)\n \n \n \n \n \n src/app/_services/block-sync.service.ts\n \n injectable\n BlockSyncService\n \n 0 %\n (0/10)\n \n \n \n \n \n src/app/_services/error-dialog.service.ts\n \n injectable\n ErrorDialogService\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/_services/location.service.ts\n \n injectable\n LocationService\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/_services/logging.service.ts\n \n injectable\n LoggingService\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/_services/registry.service.ts\n \n injectable\n RegistryService\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/_services/token.service.ts\n \n injectable\n TokenService\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n injectable\n TransactionService\n \n 0 %\n (0/17)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n variable\n vCard\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_services/user.service.ts\n \n injectable\n UserService\n \n 0 %\n (0/35)\n \n \n \n \n \n src/app/_services/user.service.ts\n \n variable\n vCard\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_services/web3.service.ts\n \n injectable\n Web3Service\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/app.component.ts\n \n component\n AppComponent\n \n 0 %\n (0/10)\n \n \n \n \n \n src/app/auth/_directives/password-toggle.directive.ts\n \n directive\n PasswordToggleDirective\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/auth/auth.component.ts\n \n component\n AuthComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/accounts/account-details/account-details.component.ts\n \n component\n AccountDetailsComponent\n \n 0 %\n (0/44)\n \n \n \n \n \n src/app/pages/accounts/account-search/account-search.component.ts\n \n component\n AccountSearchComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/pages/accounts/accounts.component.ts\n \n component\n AccountsComponent\n \n 0 %\n (0/17)\n \n \n \n \n \n src/app/pages/accounts/create-account/create-account.component.ts\n \n component\n CreateAccountComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/admin/admin.component.ts\n \n component\n AdminComponent\n \n 0 %\n (0/15)\n \n \n \n \n \n src/app/pages/pages.component.ts\n \n component\n PagesComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/settings/organization/organization.component.ts\n \n component\n OrganizationComponent\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/pages/settings/settings.component.ts\n \n component\n SettingsComponent\n \n 0 %\n (0/13)\n \n \n \n \n \n src/app/pages/tokens/token-details/token-details.component.ts\n \n component\n TokenDetailsComponent\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/pages/tokens/tokens.component.ts\n \n component\n TokensComponent\n \n 0 %\n (0/12)\n \n \n \n \n \n src/app/pages/transactions/transaction-details/transaction-details.component.ts\n \n component\n TransactionDetailsComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/pages/transactions/transactions.component.ts\n \n component\n TransactionsComponent\n \n 0 %\n (0/19)\n \n \n \n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n directive\n MenuSelectionDirective\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n directive\n MenuToggleDirective\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/shared/_pipes/safe.pipe.ts\n \n pipe\n SafePipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/_pipes/token-ratio.pipe.ts\n \n pipe\n TokenRatioPipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/_pipes/unix-date.pipe.ts\n \n pipe\n UnixDatePipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/error-dialog/error-dialog.component.ts\n \n component\n ErrorDialogComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/footer/footer.component.ts\n \n component\n FooterComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/shared/network-status/network-status.component.ts\n \n component\n NetworkStatusComponent\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/shared/sidebar/sidebar.component.ts\n \n component\n SidebarComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/topbar/topbar.component.ts\n \n component\n TopbarComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/environments/environment.dev.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.prod.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/activated-route-stub.ts\n \n class\n ActivatedRouteStub\n \n 60 %\n (3/5)\n \n \n \n \n \n src/testing/router-link-directive-stub.ts\n \n directive\n RouterLinkDirectiveStub\n \n 0 %\n (0/4)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n FooterStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n SidebarStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n TopbarStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/token-service-stub.ts\n \n class\n TokenServiceStub\n \n 0 %\n (0/2)\n \n \n \n \n \n src/testing/transaction-service-stub.ts\n \n class\n TransactionServiceStub\n \n 0 %\n (0/4)\n \n \n \n \n \n src/testing/user-service-stub.ts\n \n class\n UserServiceStub\n \n 0 %\n (0/7)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : ~10.2.0\n \n @angular/cdk : ~10.2.7\n \n @angular/common : ~10.2.0\n \n @angular/compiler : ~10.2.0\n \n @angular/core : ~10.2.0\n \n @angular/forms : ~10.2.0\n \n @angular/material : ~10.2.7\n \n @angular/platform-browser : ~10.2.0\n \n @angular/platform-browser-dynamic : ~10.2.0\n \n @angular/router : ~10.2.0\n \n @angular/service-worker : ~10.2.0\n \n @cicnet/cic-client : ^0.1.6\n \n @cicnet/schemas-data-validator : *\n \n @popperjs/core : ^2.5.4\n \n bootstrap : ^4.5.3\n \n cic-client-meta : 0.0.7-alpha.6\n \n ethers : ^5.0.31\n \n http-server : ^0.12.3\n \n jquery : ^3.5.1\n \n ngx-logger : ^4.2.1\n \n rxjs : ~6.6.0\n \n sha3 : ^2.1.4\n \n tslib : ^2.0.0\n \n vcard-parser : ^1.0.0\n \n web3 : ^1.3.0\n \n zone.js : ~0.10.2\n \n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n arraySum   (src/.../array-sum.ts)\n \n \n copyToClipboard   (src/.../clipboard-copy.ts)\n \n \n exportCsv   (src/.../export-csv.ts)\n \n \n HttpGetter   (src/.../http-getter.ts)\n \n \n parseData   (src/.../read-csv.ts)\n \n \n personValidation   (src/.../schema-validation.ts)\n \n \n readCsv   (src/.../read-csv.ts)\n \n \n rejectBody   (src/.../global-error-handler.ts)\n \n \n vcardValidation   (src/.../schema-validation.ts)\n \n \n \n \n \n \n\n\n src/app/_helpers/array-sum.ts\n \n \n \n \n \n \n \n \n arraySum\n \n \n \n \n \n \n \narraySum(arr)\n \n \n\n\n\n\n \n \n Returns the sum of all values in an array.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n arr\n\n \n No\n \n\n\n \n \nAn array of numbers.\n\n\n \n \n \n \n \n \n Example :\n \n Prints 6 for the array [1, 2, 3]:\n```typescript\n\nconsole.log(arraySum([1, 2, 3]));\n```\n\n \n \n \n Returns : number\n\n \n \n The sum of all values in the array.\n\n \n \n \n \n \n src/app/_helpers/clipboard-copy.ts\n \n \n \n \n \n \n \n \n copyToClipboard\n \n \n \n \n \n \n \ncopyToClipboard(text: any)\n \n \n\n\n\n\n \n \n Copies set text to clipboard.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n text\n \n any\n \n\n \n No\n \n\n\n \n \nThe text to be copied to the clipboard.\n\n\n \n \n \n \n \n \n Example :\n \n copies 'Hello World!' to the clipboard and prints "true":\n```typescript\n\nconsole.log(copyToClipboard('Hello World!'));\n```\n\n \n \n \n Returns : boolean\n\n \n \n true - If the copy operation is successful.\n\n \n \n \n \n \n src/app/_helpers/export-csv.ts\n \n \n \n \n \n \n \n \n exportCsv\n \n \n \n \n \n \n \nexportCsv(arrayData, filename, delimiter)\n \n \n\n\n\n\n \n \n Exports data to a CSV format and provides a download file.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n arrayData\n\n \n No\n \n\n\n \n \nAn array of data to be converted to CSV format.\n\n\n \n \n \n filename\n\n \n No\n \n\n\n \n \nThe name of the file to be downloaded.\n\n\n \n \n \n delimiter\n\n \n No\n \n\n\n \n \nThe delimiter to be used when converting to CSV format.\nDefaults to commas.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n src/app/_helpers/http-getter.ts\n \n \n \n \n \n \n \n \n HttpGetter\n \n \n \n \n \n \n \nHttpGetter()\n \n \n\n\n\n\n \n \n Provides an avenue of fetching resources via HTTP calls. \n\n\n \n Returns : void\n\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n \n \n \n \n \n \n \n parseData\n \n \n \n \n \n \n \nparseData(data: any)\n \n \n\n\n\n\n \n \n Parses data to CSV format.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n data\n \n any\n \n\n \n No\n \n\n\n \n \nThe data to be parsed.\n\n\n \n \n \n \n \n \n \n \n Returns : Array\n\n \n \n An array of the parsed data.\n\n \n \n \n \n \n \n \n \n \n \n \n \n readCsv\n \n \n \n \n \n \n \nreadCsv(input: any)\n \n \n\n\n\n\n \n \n Reads a csv file and converts it to an array.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n any\n \n\n \n No\n \n\n\n \n \nThe file to be read.\n\n\n \n \n \n \n \n \n \n \n Returns : Array | void\n\n \n \n An array of the read data.\n\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n \n \n \n \n \n \n \n personValidation\n \n \n \n \n \n \n \npersonValidation(person: any)\n \n \n\n\n\n\n \n \n Validates a person object against the defined Person schema.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n person\n \n any\n \n\n \n No\n \n\n\n \n \nA person object to be validated.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n vcardValidation\n \n \n \n \n \n \n \nvcardValidation(vcard: any)\n \n \n\n\n\n\n \n \n Validates a vcard object against the defined Vcard schema.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n vcard\n \n any\n \n\n \n No\n \n\n\n \n \nA vcard object to be validated.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n \n \n \n \n \n \n \n rejectBody\n \n \n \n \n \n \n \nrejectBody(error)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n error\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : literal type\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nCICADA\nAn angular admin web client for managing users and transactions in the CIC network.\nThis project was generated with Angular CLI version 10.2.0.\nAngular CLI\nRun npm install -g @angular/cli to install the angular CLI.\nDevelopment server\nRun ng serve for a local server, npm run start:dev for a dev server and npm run start:prod for a prod server..\nNavigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\nCode scaffolding\nRun ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.\nLazy-loading feature modules\nRun ng generate module module-name --route module-name --module app.module to generate a new module on route /module-name in the app module. \nBuild\nRun ng build to build the project using local configurations.\nThe build artifacts will be stored in the dist/ directory.\nUse the npm run build:dev script for a development build and the npm run build:prod script for a production build.\nPWA\nThe app supports Progressive Web App capabilities.\nRun npm run start:pwa to run the project in PWA mode.\nPWA mode works using production configurations.\nRunning unit tests\nRun ng test to execute the unit tests via Karma.\nRunning end-to-end tests\nRun ng e2e to execute the end-to-end tests via Protractor.\nEnvironment variables\nDefault environment variables are located in the src/environments/ directory.\nCustom environment variables are contained in the .env file. See .env.example for a template.\nCustom environment variables are set via the set-env.ts file.\nOnce loaded they will be populated in the directory src/environments/.\nIt contains environment variables for development on environment.dev.ts and production on environment.prod.ts.\nCode formatting\nThe system has automated code formatting using Prettier and TsLint.\nTo view the styling rules set, check out .prettierrc and tslint.json.\nRun npm run format:lint To perform formatting and linting of the codebase.\nFurther help\nTo get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n Preamble The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n The precise terms and conditions for copying, distribution and\nmodification follow.\n TERMS AND CONDITIONS\nDefinitions.\n\"This License\" refers to version 3 of the GNU General Public License.\n\"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\nTo \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\nA \"covered work\" means either the unmodified Program or a work based\non the Program.\nTo \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\nTo \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\nAn interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\nSource Code.\nThe \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\nA \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\nThe \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\nThe \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\nThe Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\nThe Corresponding Source for a work in source code form is that\nsame work.\n\nBasic Permissions.\nAll rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\nYou may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\nConveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\nProtecting Users' Legal Rights From Anti-Circumvention Law.\nNo covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\nWhen you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\nConveying Verbatim Copies.\nYou may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\nYou may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\nConveying Modified Source Versions.\nYou may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\na) The work must carry prominent notices stating that you modified\nit, and giving a relevant date.\nb) The work must carry prominent notices stating that it is\nreleased under this License and any conditions added under section\n\nThis requirement modifies the requirement in section 4 to\n\"keep intact all notices\".\n\nc) You must license the entire work, as a whole, under this\nLicense to anyone who comes into possession of a copy. This\nLicense will therefore apply, along with any applicable section 7\nadditional terms, to the whole of the work, and all its parts,\nregardless of how they are packaged. This License gives no\npermission to license the work in any other way, but it does not\ninvalidate such permission if you have separately received it.\nd) If the work has interactive user interfaces, each must display\nAppropriate Legal Notices; however, if the Program has interactive\ninterfaces that do not display Appropriate Legal Notices, your\nwork need not make them do so.\nA compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\nConveying Non-Source Forms.\nYou may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\na) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by the\nCorresponding Source fixed on a durable physical medium\ncustomarily used for software interchange.\nb) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by a\nwritten offer, valid for at least three years and valid for as\nlong as you offer spare parts or customer support for that product\nmodel, to give anyone who possesses the object code either (1) a\ncopy of the Corresponding Source for all the software in the\nproduct that is covered by this License, on a durable physical\nmedium customarily used for software interchange, for a price no\nmore than your reasonable cost of physically performing this\nconveying of source, or (2) access to copy the\nCorresponding Source from a network server at no charge.\nc) Convey individual copies of the object code with a copy of the\nwritten offer to provide the Corresponding Source. This\nalternative is allowed only occasionally and noncommercially, and\nonly if you received the object code with such an offer, in accord\nwith subsection 6b.\nd) Convey the object code by offering access from a designated\nplace (gratis or for a charge), and offer equivalent access to the\nCorresponding Source in the same way through the same place at no\nfurther charge. You need not require recipients to copy the\nCorresponding Source along with the object code. If the place to\ncopy the object code is a network server, the Corresponding Source\nmay be on a different server (operated by you or a third party)\nthat supports equivalent copying facilities, provided you maintain\nclear directions next to the object code saying where to find the\nCorresponding Source. Regardless of what server hosts the\nCorresponding Source, you remain obligated to ensure that it is\navailable for as long as needed to satisfy these requirements.\ne) Convey the object code using peer-to-peer transmission, provided\nyou inform other peers where the object code and Corresponding\nSource of the work are being offered to the general public at no\ncharge under subsection 6d.\nA separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\nA \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\nIf you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\nThe requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\nCorresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\nAdditional Terms.\n\"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\nWhen you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\nNotwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\na) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors.\nAll other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\nIf you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\nAdditional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\nTermination.\nYou may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\nHowever, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\nMoreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\nTermination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\nAcceptance Not Required for Having Copies.\nYou are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\nAutomatic Licensing of Downstream Recipients.\nEach time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\nAn \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\nYou may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\nPatents.\nA \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\nA contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\nEach contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\nIn the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\nIf you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\nIf, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\nA patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\nNothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\nNo Surrender of Others' Freedom.\nIf conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\nUse with the GNU Affero General Public License.\nNotwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\nRevised Versions of this License.\nThe Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\nEach version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\nIf the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\nLater license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\nDisclaimer of Warranty.\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\nLimitation of Liability.\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\nInterpretation of Sections 15 and 16.\nIf the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New ProgramsIf you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\nTo do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\nCIC Staff Client\nCopyright (C) 2021 Grassroots Economics\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n\nAlso add information on how to contact you by electronic and paper mail.\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n Copyright (C) 2021 Grassroots Economics\nThis program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c' for details.The hypothetical commands show w' andshow c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\nhttps://www.gnu.org/licenses/.\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\nhttps://www.gnu.org/licenses/why-not-lgpl.html.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AccountsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AccountsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AdminModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AdminRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AppRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AuthModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AuthRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n PagesModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n PagesRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n SettingsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SettingsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n SharedModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TokensModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TokensRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TransactionsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TransactionsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AccountsModule\n\n\n\ncluster_AccountsModule_declarations\n\n\n\ncluster_AccountsModule_imports\n\n\n\ncluster_AdminModule\n\n\n\ncluster_AdminModule_declarations\n\n\n\ncluster_AdminModule_imports\n\n\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_providers\n\n\n\ncluster_AuthModule\n\n\n\ncluster_AuthModule_declarations\n\n\n\ncluster_AuthModule_imports\n\n\n\ncluster_PagesModule\n\n\n\ncluster_PagesModule_declarations\n\n\n\ncluster_PagesModule_imports\n\n\n\ncluster_SettingsModule\n\n\n\ncluster_SettingsModule_declarations\n\n\n\ncluster_SettingsModule_imports\n\n\n\ncluster_SharedModule\n\n\n\ncluster_SharedModule_declarations\n\n\n\ncluster_SharedModule_exports\n\n\n\ncluster_TokensModule\n\n\n\ncluster_TokensModule_declarations\n\n\n\ncluster_TokensModule_imports\n\n\n\ncluster_TransactionsModule\n\n\n\ncluster_TransactionsModule_declarations\n\n\n\ncluster_TransactionsModule_imports\n\n\n\ncluster_TransactionsModule_exports\n\n\n\n\nAccountDetailsComponent\n\nAccountDetailsComponent\n\n\n\nAccountsModule\n\nAccountsModule\n\nAccountsModule -->\n\nAccountDetailsComponent->AccountsModule\n\n\n\n\n\nAccountSearchComponent\n\nAccountSearchComponent\n\nAccountsModule -->\n\nAccountSearchComponent->AccountsModule\n\n\n\n\n\nAccountsComponent\n\nAccountsComponent\n\nAccountsModule -->\n\nAccountsComponent->AccountsModule\n\n\n\n\n\nCreateAccountComponent\n\nCreateAccountComponent\n\nAccountsModule -->\n\nCreateAccountComponent->AccountsModule\n\n\n\n\n\nAccountsRoutingModule\n\nAccountsRoutingModule\n\nAccountsModule -->\n\nAccountsRoutingModule->AccountsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAccountsModule -->\n\nSharedModule->AccountsModule\n\n\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nTransactionsModule -->\n\nSharedModule->TransactionsModule\n\n\n\n\n\nAdminModule\n\nAdminModule\n\nAdminModule -->\n\nSharedModule->AdminModule\n\n\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nSharedModule->AppModule\n\n\n\n\n\nAuthModule\n\nAuthModule\n\nAuthModule -->\n\nSharedModule->AuthModule\n\n\n\n\n\nPagesModule\n\nPagesModule\n\nPagesModule -->\n\nSharedModule->PagesModule\n\n\n\n\n\nSettingsModule\n\nSettingsModule\n\nSettingsModule -->\n\nSharedModule->SettingsModule\n\n\n\n\n\nFooterComponent \n\nFooterComponent \n\nFooterComponent -->\n\nSharedModule->FooterComponent \n\n\n\n\n\nMenuSelectionDirective \n\nMenuSelectionDirective \n\nMenuSelectionDirective -->\n\nSharedModule->MenuSelectionDirective \n\n\n\n\n\nNetworkStatusComponent \n\nNetworkStatusComponent \n\nNetworkStatusComponent -->\n\nSharedModule->NetworkStatusComponent \n\n\n\n\n\nSafePipe \n\nSafePipe \n\nSafePipe -->\n\nSharedModule->SafePipe \n\n\n\n\n\nSidebarComponent \n\nSidebarComponent \n\nSidebarComponent -->\n\nSharedModule->SidebarComponent \n\n\n\n\n\nTokenRatioPipe \n\nTokenRatioPipe \n\nTokenRatioPipe -->\n\nSharedModule->TokenRatioPipe \n\n\n\n\n\nTopbarComponent \n\nTopbarComponent \n\nTopbarComponent -->\n\nSharedModule->TopbarComponent \n\n\n\n\n\nUnixDatePipe \n\nUnixDatePipe \n\nUnixDatePipe -->\n\nSharedModule->UnixDatePipe \n\n\n\n\n\nTokensModule\n\nTokensModule\n\nTokensModule -->\n\nSharedModule->TokensModule\n\n\n\nAccountsModule -->\n\nTransactionsModule->AccountsModule\n\n\n\n\n\nTransactionDetailsComponent \n\nTransactionDetailsComponent \n\nTransactionDetailsComponent -->\n\nTransactionsModule->TransactionDetailsComponent \n\n\n\n\n\nAdminComponent\n\nAdminComponent\n\nAdminModule -->\n\nAdminComponent->AdminModule\n\n\n\n\n\nAdminRoutingModule\n\nAdminRoutingModule\n\nAdminModule -->\n\nAdminRoutingModule->AdminModule\n\n\n\n\n\nAppComponent\n\nAppComponent\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nErrorInterceptor\n\nErrorInterceptor\n\nAppModule -->\n\nErrorInterceptor->AppModule\n\n\n\n\n\nGlobalErrorHandler\n\nGlobalErrorHandler\n\nAppModule -->\n\nGlobalErrorHandler->AppModule\n\n\n\n\n\nHttpConfigInterceptor\n\nHttpConfigInterceptor\n\nAppModule -->\n\nHttpConfigInterceptor->AppModule\n\n\n\n\n\nLoggingInterceptor\n\nLoggingInterceptor\n\nAppModule -->\n\nLoggingInterceptor->AppModule\n\n\n\n\n\nAuthComponent\n\nAuthComponent\n\nAuthModule -->\n\nAuthComponent->AuthModule\n\n\n\n\n\nPasswordToggleDirective\n\nPasswordToggleDirective\n\nAuthModule -->\n\nPasswordToggleDirective->AuthModule\n\n\n\n\n\nAuthRoutingModule\n\nAuthRoutingModule\n\nAuthModule -->\n\nAuthRoutingModule->AuthModule\n\n\n\n\n\nPagesComponent\n\nPagesComponent\n\nPagesModule -->\n\nPagesComponent->PagesModule\n\n\n\n\n\nPagesRoutingModule\n\nPagesRoutingModule\n\nPagesModule -->\n\nPagesRoutingModule->PagesModule\n\n\n\n\n\nOrganizationComponent\n\nOrganizationComponent\n\nSettingsModule -->\n\nOrganizationComponent->SettingsModule\n\n\n\n\n\nSettingsComponent\n\nSettingsComponent\n\nSettingsModule -->\n\nSettingsComponent->SettingsModule\n\n\n\n\n\nSettingsRoutingModule\n\nSettingsRoutingModule\n\nSettingsModule -->\n\nSettingsRoutingModule->SettingsModule\n\n\n\n\n\nErrorDialogComponent\n\nErrorDialogComponent\n\nSharedModule -->\n\nErrorDialogComponent->SharedModule\n\n\n\n\n\nFooterComponent\n\nFooterComponent\n\nSharedModule -->\n\nFooterComponent->SharedModule\n\n\n\n\n\nMenuSelectionDirective\n\nMenuSelectionDirective\n\nSharedModule -->\n\nMenuSelectionDirective->SharedModule\n\n\n\n\n\nMenuToggleDirective\n\nMenuToggleDirective\n\nSharedModule -->\n\nMenuToggleDirective->SharedModule\n\n\n\n\n\nNetworkStatusComponent\n\nNetworkStatusComponent\n\nSharedModule -->\n\nNetworkStatusComponent->SharedModule\n\n\n\n\n\nSafePipe\n\nSafePipe\n\nSharedModule -->\n\nSafePipe->SharedModule\n\n\n\n\n\nSidebarComponent\n\nSidebarComponent\n\nSharedModule -->\n\nSidebarComponent->SharedModule\n\n\n\n\n\nTokenRatioPipe\n\nTokenRatioPipe\n\nSharedModule -->\n\nTokenRatioPipe->SharedModule\n\n\n\n\n\nTopbarComponent\n\nTopbarComponent\n\nSharedModule -->\n\nTopbarComponent->SharedModule\n\n\n\n\n\nUnixDatePipe\n\nUnixDatePipe\n\nSharedModule -->\n\nUnixDatePipe->SharedModule\n\n\n\n\n\nTokenDetailsComponent\n\nTokenDetailsComponent\n\nTokensModule -->\n\nTokenDetailsComponent->TokensModule\n\n\n\n\n\nTokensComponent\n\nTokensComponent\n\nTokensModule -->\n\nTokensComponent->TokensModule\n\n\n\n\n\nTokensRoutingModule\n\nTokensRoutingModule\n\nTokensModule -->\n\nTokensRoutingModule->TokensModule\n\n\n\n\n\nTransactionDetailsComponent\n\nTransactionDetailsComponent\n\nTransactionsModule -->\n\nTransactionDetailsComponent->TransactionsModule\n\n\n\n\n\nTransactionsComponent\n\nTransactionsComponent\n\nTransactionsModule -->\n\nTransactionsComponent->TransactionsModule\n\n\n\n\n\nTransactionsRoutingModule\n\nTransactionsRoutingModule\n\nTransactionsModule -->\n\nTransactionsRoutingModule->TransactionsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 17 Modules\n \n \n \n \n \n \n \n \n 22 Components\n \n \n \n \n \n \n \n 4 Directives\n \n \n \n \n \n \n \n 11 Injectables\n \n \n \n \n \n \n \n 3 Pipes\n \n \n \n \n \n \n \n 12 Classes\n \n \n \n \n \n \n \n 2 Guards\n \n \n \n \n \n \n \n 19 Interfaces\n \n \n \n \n \n \n \n \n 0 \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"routes.html":{"url":"routes.html","title":"routes - routes","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Routes\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n abi   (src/.../accountIndex.ts)\n \n \n abi   (src/.../token-registry.ts)\n \n \n accountTypes   (src/.../mock-backend.ts)\n \n \n actions   (src/.../mock-backend.ts)\n \n \n areaNames   (src/.../mock-backend.ts)\n \n \n areaTypes   (src/.../mock-backend.ts)\n \n \n categories   (src/.../mock-backend.ts)\n \n \n defaultAccount   (src/.../account.ts)\n \n \n environment   (src/.../environment.dev.ts)\n \n \n environment   (src/.../environment.prod.ts)\n \n \n environment   (src/.../environment.ts)\n \n \n genders   (src/.../mock-backend.ts)\n \n \n keyring   (src/.../pgp-key-store.ts)\n \n \n MockBackendProvider   (src/.../mock-backend.ts)\n \n \n objCsv   (src/.../read-csv.ts)\n \n \n tokens   (src/.../mock-backend.ts)\n \n \n transactionTypes   (src/.../mock-backend.ts)\n \n \n vCard   (src/.../transaction.service.ts)\n \n \n vCard   (src/.../user.service.ts)\n \n \n web3   (src/.../accountIndex.ts)\n \n \n web3   (src/.../token-registry.ts)\n \n \n \n \n \n \n\n\n src/app/_eth/accountIndex.ts\n \n \n \n \n \n \n \n \n abi\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : require('@src/assets/js/block-sync/data/AccountsIndex.json')\n \n \n\n \n \n Fetch the account registry contract's ABI. \n\n \n \n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Default value : Web3Service.getInstance()\n \n \n\n \n \n Establish a connection to the blockchain network. \n\n \n \n\n \n \n\n src/app/_eth/token-registry.ts\n \n \n \n \n \n \n \n \n abi\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json')\n \n \n\n \n \n Fetch the token registry contract's ABI. \n\n \n \n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Default value : Web3Service.getInstance()\n \n \n\n \n \n Establish a connection to the blockchain network. \n\n \n \n\n \n \n\n src/app/_helpers/mock-backend.ts\n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['user', 'cashier', 'vendor', 'tokenagent', 'group']\n \n \n\n \n \n A mock of the curated account types. \n\n \n \n\n \n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false },\n]\n \n \n\n \n \n A mock of actions made by the admin staff. \n\n \n \n\n \n \n \n \n \n \n \n \n \n areaNames\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'Mukuru Nairobi',\n locations: [\n 'kayaba',\n 'kayba',\n 'kambi',\n 'mukuru',\n 'masai',\n 'hazina',\n 'south',\n 'tetra',\n 'tetrapak',\n 'ruben',\n 'rueben',\n 'kingston',\n 'korokocho',\n 'kingstone',\n 'kamongo',\n 'lungalunga',\n 'sinai',\n 'sigei',\n 'lungu',\n 'lunga lunga',\n 'owino road',\n 'seigei',\n ],\n },\n {\n name: 'Kinango Kwale',\n locations: [\n 'amani',\n 'bofu',\n 'chibuga',\n 'chikomani',\n 'chilongoni',\n 'chigojoni',\n 'chinguluni',\n 'chigato',\n 'chigale',\n 'chikole',\n 'chilongoni',\n 'chilumani',\n 'chigojoni',\n 'chikomani',\n 'chizini',\n 'chikomeni',\n 'chidzuvini',\n 'chidzivuni',\n 'chikuyu',\n 'chizingo',\n 'doti',\n 'dzugwe',\n 'dzivani',\n 'dzovuni',\n 'hanje',\n 'kasemeni',\n 'katundani',\n 'kibandaogo',\n 'kibandaongo',\n 'kwale',\n 'kinango',\n 'kidzuvini',\n 'kalalani',\n 'kafuduni',\n 'kaloleni',\n 'kilibole',\n 'lutsangani',\n 'peku',\n 'gona',\n 'guro',\n 'gandini',\n 'mkanyeni',\n 'myenzeni',\n 'miyenzeni',\n 'miatsiani',\n 'mienzeni',\n 'mnyenzeni',\n 'minyenzeni',\n 'miyani',\n 'mioleni',\n 'makuluni',\n 'mariakani',\n 'makobeni',\n 'madewani',\n 'mwangaraba',\n 'mwashanga',\n 'miloeni',\n 'mabesheni',\n 'mazeras',\n 'mazera',\n 'mlola',\n 'muugano',\n 'mulunguni',\n 'mabesheni',\n 'miatsani',\n 'miatsiani',\n 'mwache',\n 'mwangani',\n 'mwehavikonje',\n 'miguneni',\n 'nzora',\n 'nzovuni',\n 'vikinduni',\n 'vikolani',\n 'vitangani',\n 'viogato',\n 'vyogato',\n 'vistangani',\n 'yapha',\n 'yava',\n 'yowani',\n 'ziwani',\n 'majengo',\n 'matuga',\n 'vigungani',\n 'vidziweni',\n 'vinyunduni',\n 'ukunda',\n 'kokotoni',\n 'mikindani',\n ],\n },\n {\n name: 'Misc Nairobi',\n locations: [\n 'nairobi',\n 'west',\n 'lindi',\n 'kibera',\n 'kibira',\n 'kibra',\n 'makina',\n 'soweto',\n 'olympic',\n 'kangemi',\n 'ruiru',\n 'congo',\n 'kawangware',\n 'kwangware',\n 'donholm',\n 'dagoreti',\n 'dandora',\n 'kabete',\n 'sinai',\n 'donhom',\n 'donholm',\n 'huruma',\n 'kitengela',\n 'makadara',\n ',mlolongo',\n 'kenyatta',\n 'mlolongo',\n 'tassia',\n 'tasia',\n 'gatina',\n '56',\n 'industrial',\n 'kariobangi',\n 'kasarani',\n 'kayole',\n 'mathare',\n 'pipe',\n 'juja',\n 'uchumi',\n 'jogoo',\n 'umoja',\n 'thika',\n 'kikuyu',\n 'stadium',\n 'buru buru',\n 'ngong',\n 'starehe',\n 'mwiki',\n 'fuata',\n 'kware',\n 'kabiro',\n 'embakassi',\n 'embakasi',\n 'kmoja',\n 'east',\n 'githurai',\n 'landi',\n 'langata',\n 'limuru',\n 'mathere',\n 'dagoretti',\n 'kirembe',\n 'muugano',\n 'mwiki',\n 'toi market',\n ],\n },\n {\n name: 'Misc Mombasa',\n locations: [\n 'mombasa',\n 'likoni',\n 'bangla',\n 'bangladesh',\n 'kizingo',\n 'old town',\n 'makupa',\n 'mvita',\n 'ngombeni',\n 'ngómbeni',\n 'ombeni',\n 'magongo',\n 'miritini',\n 'changamwe',\n 'jomvu',\n 'ohuru',\n 'tudor',\n 'diani',\n ],\n },\n {\n name: 'Kisauni',\n locations: [\n 'bamburi',\n 'kisauni',\n 'mworoni',\n 'nyali',\n 'shanzu',\n 'bombolulu',\n 'mtopanga',\n 'mjambere',\n 'majaoni',\n 'manyani',\n 'magogoni',\n 'junda',\n 'mwakirunge',\n 'mshomoroni',\n ],\n },\n {\n name: 'Kilifi',\n locations: [\n 'kilfi',\n 'kilifi',\n 'mtwapa',\n 'takaungu',\n 'makongeni',\n 'mnarani',\n 'mnarani',\n 'office',\n 'g.e',\n 'ge',\n 'raibai',\n 'ribe',\n ],\n },\n {\n name: 'Kakuma',\n locations: ['kakuma'],\n },\n {\n name: 'Kitui',\n locations: ['kitui', 'mwingi'],\n },\n {\n name: 'Nyanza',\n locations: [\n 'busia',\n 'nyalgunga',\n 'mbita',\n 'siaya',\n 'kisumu',\n 'nyalenda',\n 'hawinga',\n 'rangala',\n 'uyoma',\n 'mumias',\n 'homabay',\n 'homaboy',\n 'migori',\n 'kusumu',\n ],\n },\n {\n name: 'Misc Rural Counties',\n locations: [\n 'makueni',\n 'meru',\n 'kisii',\n 'bomet',\n 'machakos',\n 'bungoma',\n 'eldoret',\n 'kakamega',\n 'kericho',\n 'kajiado',\n 'nandi',\n 'nyeri',\n 'wote',\n 'kiambu',\n 'mwea',\n 'nakuru',\n 'narok',\n ],\n },\n {\n name: 'other',\n locations: ['other', 'none', 'unknown'],\n },\n]\n \n \n\n \n \n A mock of curated area names. \n\n \n \n\n \n \n \n \n \n \n \n \n \n areaTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'urban',\n area: ['urban', 'nairobi', 'mombasa'],\n },\n {\n name: 'rural',\n area: ['rural', 'kakuma', 'kwale', 'kinango', 'kitui', 'nyanza'],\n },\n {\n name: 'periurban',\n area: ['kilifi', 'periurban'],\n },\n {\n name: 'other',\n area: ['other'],\n },\n]\n \n \n\n \n \n A mock of curated area types. \n\n \n \n\n \n \n \n \n \n \n \n \n \n categories\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'system',\n products: ['system', 'office main', 'office main phone'],\n },\n {\n name: 'education',\n products: [\n 'book',\n 'coach',\n 'teacher',\n 'sch',\n 'school',\n 'pry',\n 'education',\n 'student',\n 'mwalimu',\n 'maalim',\n 'consultant',\n 'consult',\n 'college',\n 'university',\n 'lecturer',\n 'primary',\n 'secondary',\n 'daycare',\n 'babycare',\n 'baby care',\n 'elim',\n 'eimu',\n 'nursery',\n 'red cross',\n 'volunteer',\n 'instructor',\n 'journalist',\n 'lesson',\n 'academy',\n 'headmistress',\n 'headteacher',\n 'cyber',\n 'researcher',\n 'professor',\n 'demo',\n 'expert',\n 'tution',\n 'tuition',\n 'children',\n 'headmaster',\n 'educator',\n 'Marital counsellor',\n 'counsellor',\n 'trainer',\n 'vijana',\n 'youth',\n 'intern',\n 'redcross',\n 'KRCS',\n 'danish',\n 'science',\n 'data',\n 'facilitator',\n 'vitabu',\n 'kitabu',\n ],\n },\n {\n name: 'faith',\n products: [\n 'pastor',\n 'imam',\n 'madrasa',\n 'religous',\n 'religious',\n 'ustadh',\n 'ustadhi',\n 'Marital counsellor',\n 'counsellor',\n 'church',\n 'kanisa',\n 'mksiti',\n 'donor',\n ],\n },\n {\n name: 'government',\n products: [\n 'elder',\n 'chief',\n 'police',\n 'government',\n 'country',\n 'county',\n 'soldier',\n 'village admin',\n 'ward',\n 'leader',\n 'kra',\n 'mailman',\n 'immagration',\n 'immigration',\n ],\n },\n {\n name: 'environment',\n products: [\n 'conservation',\n 'toilet',\n 'choo',\n 'garbage',\n 'fagio',\n 'waste',\n 'tree',\n 'taka',\n 'scrap',\n 'cleaning',\n 'gardener',\n 'rubbish',\n 'usafi',\n 'mazingira',\n 'miti',\n 'trash',\n 'cleaner',\n 'plastic',\n 'collection',\n 'seedling',\n 'seedlings',\n 'recycling',\n ],\n },\n {\n name: 'farming',\n products: [\n 'farm',\n 'farmer',\n 'farming',\n 'mkulima',\n 'kulima',\n 'ukulima',\n 'wakulima',\n 'jembe',\n 'shamba',\n ],\n },\n {\n name: 'labour',\n products: [\n 'artist',\n 'agent',\n 'guard',\n 'askari',\n 'accountant',\n 'baker',\n 'beadwork',\n 'beauty',\n 'business',\n 'barber',\n 'casual',\n 'electrian',\n 'caretaker',\n 'car wash',\n 'capenter',\n 'construction',\n 'chef',\n 'catering',\n 'cobler',\n 'cobbler',\n 'carwash',\n 'dhobi',\n 'landlord',\n 'design',\n 'carpenter',\n 'fundi',\n 'hawking',\n 'hawker',\n 'househelp',\n 'hsehelp',\n 'house help',\n 'help',\n 'housegirl',\n 'kushona',\n 'juakali',\n 'jualikali',\n 'juacali',\n 'jua kali',\n 'shepherd',\n 'makuti',\n 'kujenga',\n 'kinyozi',\n 'kazi',\n 'knitting',\n 'kufua',\n 'fua',\n 'hustler',\n 'biashara',\n 'labour',\n 'labor',\n 'laundry',\n 'repair',\n 'hair',\n 'posho',\n 'mill',\n 'mtambo',\n 'uvuvi',\n 'engineer',\n 'manager',\n 'tailor',\n 'nguo',\n 'mason',\n 'mtumba',\n 'garage',\n 'mechanic',\n 'mjenzi',\n 'mfugaji',\n 'painter',\n 'receptionist',\n 'printing',\n 'programming',\n 'plumb',\n 'charging',\n 'salon',\n 'mpishi',\n 'msusi',\n 'mgema',\n 'footballer',\n 'photocopy',\n 'peddler',\n 'staff',\n 'sales',\n 'service',\n 'saloon',\n 'seremala',\n 'security',\n 'insurance',\n 'secretary',\n 'shoe',\n 'shepard',\n 'shephard',\n 'tout',\n 'tv',\n 'mvuvi',\n 'mawe',\n 'majani',\n 'maembe',\n 'freelance',\n 'mjengo',\n 'electronics',\n 'photographer',\n 'programmer',\n 'electrician',\n 'washing',\n 'bricks',\n 'welder',\n 'welding',\n 'working',\n 'worker',\n 'watchman',\n 'waiter',\n 'waitress',\n 'viatu',\n 'yoga',\n 'guitarist',\n 'house',\n 'artisan',\n 'musician',\n 'trade',\n 'makonge',\n 'ujenzi',\n 'vendor',\n 'watchlady',\n 'marketing',\n 'beautician',\n 'photo',\n 'metal work',\n 'supplier',\n 'law firm',\n 'brewer',\n ],\n },\n {\n name: 'food',\n products: [\n 'avocado',\n 'bhajia',\n 'bajia',\n 'mbonga',\n 'bofu',\n 'beans',\n 'biscuits',\n 'biringanya',\n 'banana',\n 'bananas',\n 'crisps',\n 'chakula',\n 'coconut',\n 'chapati',\n 'cereal',\n 'chipo',\n 'chapo',\n 'chai',\n 'chips',\n 'cassava',\n 'cake',\n 'cereals',\n 'cook',\n 'corn',\n 'coffee',\n 'chicken',\n 'dagaa',\n 'donut',\n 'dough',\n 'groundnuts',\n 'hotel',\n 'holel',\n 'hoteli',\n 'butcher',\n 'butchery',\n 'fruit',\n 'food',\n 'fruits',\n 'fish',\n 'githeri',\n 'grocery',\n 'grocer',\n 'pojo',\n 'papa',\n 'goats',\n 'mabenda',\n 'mbenda',\n 'poultry',\n 'soda',\n 'peanuts',\n 'potatoes',\n 'samosa',\n 'soko',\n 'samaki',\n 'tomato',\n 'tomatoes',\n 'mchele',\n 'matunda',\n 'mango',\n 'melon',\n 'mellon',\n 'nyanya',\n 'nyama',\n 'omena',\n 'umena',\n 'ndizi',\n 'njugu',\n 'kamba kamba',\n 'khaimati',\n 'kaimati',\n 'kunde',\n 'kuku',\n 'kahawa',\n 'keki',\n 'muguka',\n 'miraa',\n 'milk',\n 'choma',\n 'maziwa',\n 'mboga',\n 'mbog',\n 'busaa',\n 'chumvi',\n 'cabbages',\n 'mabuyu',\n 'machungwa',\n 'mbuzi',\n 'mnazi',\n 'mchicha',\n 'ngombe',\n 'ngano',\n 'nazi',\n 'oranges',\n 'peanuts',\n 'mkate',\n 'bread',\n 'mikate',\n 'vitungu',\n 'sausages',\n 'maize',\n 'mbata',\n 'mchuzi',\n 'mchuuzi',\n 'mandazi',\n 'mbaazi',\n 'mahindi',\n 'maandazi',\n 'mogoka',\n 'meat',\n 'mhogo',\n 'mihogo',\n 'muhogo',\n 'maharagwe',\n 'miwa',\n 'mahamri',\n 'mitumba',\n 'simsim',\n 'porridge',\n 'pilau',\n 'vegetable',\n 'egg',\n 'mayai',\n 'mifugo',\n 'unga',\n 'good',\n 'sima',\n 'sweet',\n 'sweats',\n 'sambusa',\n 'snacks',\n 'sugar',\n 'suger',\n 'ugoro',\n 'sukari',\n 'soup',\n 'spinach',\n 'smokie',\n 'smokies',\n 'sukuma',\n 'tea',\n 'uji',\n 'ugali',\n 'uchuzi',\n 'uchuuzi',\n 'viazi',\n 'yoghurt',\n 'yogurt',\n 'wine',\n 'marondo',\n 'maandzi',\n 'matoke',\n 'omeno',\n 'onions',\n 'nzugu',\n 'korosho',\n 'barafu',\n 'juice',\n ],\n },\n {\n name: 'water',\n products: ['maji', 'water'],\n },\n {\n name: 'health',\n products: [\n 'agrovet',\n 'dispensary',\n 'barakoa',\n 'chemist',\n 'Chemicals',\n 'chv',\n 'doctor',\n 'daktari',\n 'dawa',\n 'hospital',\n 'herbalist',\n 'mganga',\n 'sabuni',\n 'soap',\n 'nurse',\n 'heath',\n 'community health worker',\n 'clinic',\n 'clinical',\n 'mask',\n 'medicine',\n 'lab technician',\n 'pharmacy',\n 'cosmetics',\n 'veterinary',\n 'vet',\n 'sickly',\n 'emergency response',\n 'emergency',\n ],\n },\n {\n name: 'savings',\n products: ['chama', 'group', 'savings', 'loan', 'silc', 'vsla', 'credit', 'finance'],\n },\n {\n name: 'shop',\n products: [\n 'bag',\n 'bead',\n 'belt',\n 'bedding',\n 'jik',\n 'bed',\n 'cement',\n 'botique',\n 'boutique',\n 'lines',\n 'kibanda',\n 'kiosk',\n 'spareparts',\n 'candy',\n 'cloth',\n 'electricals',\n 'mutumba',\n 'cafe',\n 'leso',\n 'lesso',\n 'duka',\n 'spare parts',\n 'socks',\n 'malimali',\n 'mitungi',\n 'mali mali',\n 'hardware',\n 'detergent',\n 'detergents',\n 'dera',\n 'retail',\n 'kamba',\n 'pombe',\n 'pampers',\n 'pool',\n 'phone',\n 'simu',\n 'mangwe',\n 'mikeka',\n 'movie',\n 'shop',\n 'acces',\n 'mchanga',\n 'uto',\n 'airtime',\n 'matress',\n 'mattress',\n 'mattresses',\n 'mpsea',\n 'mpesa',\n 'shirt',\n 'wholesaler',\n 'perfume',\n 'playstation',\n 'tissue',\n 'vikapu',\n 'uniform',\n 'flowers',\n 'vitenge',\n 'utencils',\n 'utensils',\n 'station',\n 'jewel',\n 'pool table',\n 'club',\n 'pub',\n 'bar',\n 'furniture',\n 'm-pesa',\n 'vyombo',\n ],\n },\n {\n name: 'transport',\n products: [\n 'kebeba',\n 'beba',\n 'bebabeba',\n 'bike',\n 'bicycle',\n 'matatu',\n 'boda',\n 'bodaboda',\n 'cart',\n 'carrier',\n 'tour',\n 'travel',\n 'driver',\n 'dereva',\n 'tout',\n 'conductor',\n 'kubeba',\n 'tuktuk',\n 'taxi',\n 'piki',\n 'pikipiki',\n 'manamba',\n 'trasportion',\n 'mkokoteni',\n 'mover',\n 'motorist',\n 'motorbike',\n 'transport',\n 'transpoter',\n 'gari',\n 'magari',\n 'makanga',\n 'car',\n ],\n },\n {\n name: 'fuel/energy',\n products: [\n 'timber',\n 'timberyard',\n 'biogas',\n 'charcol',\n 'charcoal',\n 'kuni',\n 'mbao',\n 'fuel',\n 'makaa',\n 'mafuta',\n 'moto',\n 'solar',\n 'stima',\n 'fire',\n 'firewood',\n 'wood',\n 'oil',\n 'taa',\n 'gas',\n 'paraffin',\n 'parrafin',\n 'parafin',\n 'petrol',\n 'petro',\n 'kerosine',\n 'kerosene',\n 'diesel',\n ],\n },\n {\n name: 'other',\n products: ['other', 'none', 'unknown', 'none'],\n },\n]\n \n \n\n \n \n A mock of the user's business categories \n\n \n \n\n \n \n \n \n \n \n \n \n \n genders\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['male', 'female', 'other']\n \n \n\n \n \n A mock of curated genders \n\n \n \n\n \n \n \n \n \n \n \n \n \n MockBackendProvider\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n provide: HTTP_INTERCEPTORS,\n useClass: MockBackendInterceptor,\n multi: true,\n}\n \n \n\n \n \n Exports the MockBackendInterceptor as an Angular provider. \n\n \n \n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'Giftable Reserve',\n symbol: 'GRZ',\n address: '0xa686005CE37Dce7738436256982C3903f2E4ea8E',\n supply: '1000000001000000000000000000',\n decimals: '18',\n reserves: {},\n },\n {\n name: 'Demo Token',\n symbol: 'DEMO',\n address: '0xc80D6aFF8194114c52AEcD84c9f15fd5c8abb187',\n supply: '99999999999999998976',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '99999999999999998976',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'Foo Token',\n symbol: 'FOO',\n address: '0x9ceD86089f7aBB5A97B40eb0E7521e7aa308d354',\n supply: '1000000000000000001014',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '1000000000000000001014',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testb',\n symbol: 'tstb',\n address: '0xC63cFA91A3BFf41cE31Ff436f67D3ACBC977DB95',\n supply: '99000',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '99000' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testa',\n symbol: 'tsta',\n address: '0x8fA4101ef19D0a078239d035659e92b278bD083C',\n supply: '9981',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '9981' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testc',\n symbol: 'tstc',\n address: '0x4A6fA6bc3BfE4C9661bC692D9798425350C9e3D4',\n supply: '100990',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '100990' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n]\n \n \n\n \n \n A mock of the tokens in the system. \n\n \n \n\n \n \n \n \n \n \n \n \n \n transactionTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n 'transactions',\n 'conversions',\n 'disbursements',\n 'rewards',\n 'reclamation',\n]\n \n \n\n \n \n A mock of curated transaction types. \n\n \n \n\n \n \n\n src/app/_models/account.ts\n \n \n \n \n \n \n \n \n defaultAccount\n \n \n \n \n \n \n Type : AccountDetails\n\n \n \n \n \n Default value : {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n}\n \n \n\n \n \n Default account data object \n\n \n \n\n \n \n\n src/environments/environment.dev.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: false,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: '',\n cicMetaUrl: 'https://meta.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/environments/environment.prod.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: true,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: '',\n cicMetaUrl: 'https://meta.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/environments/environment.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: false,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: 'http://localhost:8000',\n cicMetaUrl: 'https://meta.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/app/_pgp/pgp-key-store.ts\n \n \n \n \n \n \n \n \n keyring\n \n \n \n \n \n \n Default value : new openpgp.Keyring()\n \n \n\n \n \n An openpgp Keyring instance. \n\n \n \n\n \n \n\n src/app/_helpers/read-csv.ts\n \n \n \n \n \n \n \n \n objCsv\n \n \n \n \n \n \n Type : literal type\n\n \n \n \n \n Default value : {\n size: 0,\n dataFile: [],\n}\n \n \n\n \n \n An object defining the properties of the data read. \n\n \n \n\n \n \n\n src/app/_services/transaction.service.ts\n \n \n \n \n \n \n \n \n vCard\n \n \n \n \n \n \n Default value : require('vcard-parser')\n \n \n\n\n \n \n\n src/app/_services/user.service.ts\n \n \n \n \n \n \n \n \n vCard\n \n \n \n \n \n \n Default value : require('vcard-parser')\n \n \n\n\n \n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.9","fields":["title","body"],"fieldVectors":[["title/interfaces/AccountDetails.html",[0,0.853,1,2.115]],["body/interfaces/AccountDetails.html",[0,1.575,1,3.583,2,1.453,3,0.09,4,0.07,5,0.051,6,2.499,7,0.879,8,1.984,9,2.735,10,0.315,11,0.893,12,1.333,13,5.538,14,4.208,15,3.72,16,4.991,17,4.759,18,4.991,19,4.326,20,3.976,21,0.714,22,3.882,23,1.634,24,0.011,25,2.501,26,2.008,27,1.21,28,2.692,29,3.75,30,4.009,31,4.022,32,5.538,33,4.009,34,4.009,35,3.75,36,3.75,37,4.009,38,2.335,39,3.75,40,3.75,41,3.75,42,3.535,43,3.535,44,1.833,45,3.75,46,2.834,47,3.35,48,1.859,49,3.75,50,3.75,51,3.75,52,4.608,53,3.75,54,3.189,55,3.868,56,2.255,57,3.009,58,2.255,59,2.154,60,1.546,61,3.189,62,2.255,63,2.917,64,2.118,65,2.255,66,3.189,67,2.759,68,2.834,69,2.499,70,2.154,71,3.535,72,1.98,73,1.005,74,0.927,75,3.35,76,2.499,77,2.055,78,2.499,79,3.535,80,2.692,81,2.652,82,0.81,83,0.09,84,0.005,85,0.006,86,0.005]],["title/classes/AccountIndex.html",[87,0.111,88,3.403]],["body/classes/AccountIndex.html",[0,0.61,3,0.072,4,0.056,5,0.041,7,1.507,8,2.112,10,0.25,11,0.755,12,1.039,21,0.588,23,1.524,24,0.011,26,2.08,29,4.241,74,1.483,77,1.154,80,4.077,83,0.072,84,0.004,85,0.005,86,0.004,87,0.079,88,3.663,89,1.512,90,2.434,91,2.042,92,4.241,93,5.651,94,5.049,95,4.029,96,4.029,97,7.447,98,2.696,99,1.821,100,4.92,101,6.073,102,6.634,103,0.734,104,3.524,105,2.93,106,4.585,107,4.585,108,4.585,109,6.912,110,0.61,111,4.029,112,0.988,113,4.585,114,1.499,115,3.593,116,4.751,117,1.13,118,0.609,119,5.254,120,3.417,121,2.434,122,3.047,123,3.047,124,4.585,125,3.047,126,4.585,127,4.029,128,3.663,129,2.832,130,5.895,131,4.029,132,4.585,133,5.895,134,6.484,135,3.047,136,1.22,137,2.413,138,2.615,139,2.988,140,4.029,141,4.585,142,3.047,143,2.832,144,4.241,145,3.389,146,3.389,147,2.455,148,4.029,149,3.663,150,3.047,151,3.663,152,3.047,153,4.585,154,3.047,155,3.389,156,4.585,157,5.513,158,1.688,159,2.57,160,4.585,161,4.585,162,3.047,163,5.521,164,0.313,165,3.444,166,1.573,167,0.843,168,1.792,169,2.107,170,1.311,171,1.573,172,2.434,173,3.17,174,2.434,175,2.677,176,2.434,177,2.107,178,1.986,179,2.677,180,2.346,181,4.029,182,2.677,183,0.867,184,2.677,185,4.844,186,2.677,187,4.585,188,3.047,189,2.466,190,3.047,191,3.047,192,3.047,193,3.047,194,4.844,195,3.047,196,5.513,197,1.512,198,3.047,199,3.047,200,2.677]],["title/components/AccountSearchComponent.html",[201,0.624,202,1.354]],["body/components/AccountSearchComponent.html",[3,0.072,4,0.057,5,0.041,8,1.94,10,0.253,11,0.762,12,0.523,21,0.643,24,0.011,26,1.575,27,0.688,48,1.65,73,1.888,83,0.072,84,0.004,85,0.005,86,0.004,87,0.08,93,4.023,99,0.854,103,0.741,105,2.703,110,0.926,112,1.115,114,1.009,117,0.569,118,0.657,120,2.667,136,0.932,137,2.271,138,2.406,147,3.638,158,1.635,164,0.41,170,1.328,171,1.593,183,1.317,189,2.359,201,0.814,202,1.962,203,1.651,204,1.101,205,1.244,206,1.101,207,1.009,208,7.362,209,6.192,210,2.711,211,1.317,212,2.391,213,0.927,214,1.866,215,1.866,216,2.826,217,3.049,218,4.903,219,1.866,220,5.555,221,1.866,222,4.629,223,5.555,224,5.555,225,5.555,226,4.105,227,5.555,228,5.555,229,5.555,230,5.555,231,5.555,232,5.555,233,2.657,234,6.173,235,6.173,236,6.173,237,3.421,238,5.555,239,5.555,240,5.555,241,2.465,242,5.132,243,4.449,244,3.873,245,4.629,246,3.086,247,3.086,248,3.086,249,1.119,250,3.086,251,4.979,252,3.086,253,2.258,254,3.086,255,3.086,256,4.085,257,3.086,258,3.086,259,3.086,260,3.086,261,3.086,262,3.086,263,3.086,264,3.086,265,3.086,266,3.086,267,3.086,268,3.086,269,1.244,270,0.329,271,2.28,272,1.659,273,1.532,274,1.593,275,1.134,276,2.28,277,2.28,278,1.624,279,2.011,280,3.086,281,4.105,282,4.105,283,3.086,284,2.711,285,3.086,286,3.086,287,3.086,288,3.086,289,3.086,290,3.086,291,4.629,292,3.086,293,3.086,294,3.086,295,4.629,296,3.086,297,2.489,298,4.629,299,4.023,300,3.697,301,4.067,302,4.629,303,4.629,304,4.067,305,3.086,306,3.086,307,4.629,308,3.086,309,2.489,310,4.526,311,4.023,312,4.629,313,0.854,314,1.558,315,1.514,316,0.878,317,2.269,318,1.134,319,1.009,320,2.042,321,0.981,322,1.134,323,1.134,324,0.981,325,1.134,326,1.009,327,1.134,328,0.981,329,1.134,330,0.981,331,1.134,332,0.981,333,0.726,334,1.134,335,1.009,336,1.701,337,1.069,338,1.009,339,1.134,340,0.981,341,1.134,342,0.981,343,1.134,344,0.981,345,1.134,346,1.009,347,1.701,348,1.069,349,0.981,350,0.981,351,1.134,352,1.009,353,1.701,354,1.069,355,1.009,356,0.766,357,0.981,358,1.009,359,0.981,360,0.981,361,1.134,362,0.981,363,1.134,364,0.981,365,1.134,366,1.038,367,1.101,368,1.134]],["title/components/AccountsComponent.html",[201,0.624,321,1.354]],["body/components/AccountsComponent.html",[1,1.542,3,0.073,4,0.057,5,0.041,8,1.604,10,0.255,11,0.766,12,0.945,14,3.478,19,3.478,21,0.659,23,1.222,24,0.011,26,1.58,27,0.693,48,1.595,73,1.739,83,0.131,84,0.004,85,0.005,86,0.004,87,0.081,93,5.287,99,0.86,103,0.744,105,2.484,110,0.931,112,1.103,114,1.016,117,1.028,118,0.767,136,1.051,137,2.025,159,2.9,164,0.446,170,1.337,171,1.604,183,0.884,189,1.99,201,0.817,202,0.987,203,1.66,204,1.108,205,1.253,206,1.108,207,1.016,211,1.323,212,2.666,213,0.934,214,1.876,215,1.876,216,2.828,217,3.052,218,3.826,219,1.876,221,1.876,233,2.666,243,4.301,244,3.882,249,1.795,269,1.253,270,0.331,273,1.542,274,1.604,275,1.142,276,2.296,277,2.296,278,1.631,279,2.025,297,2.502,299,2.025,301,2.73,309,2.502,310,4.036,313,0.86,314,1.566,315,1.521,316,0.884,317,2.276,318,1.142,319,1.016,320,2.05,321,1.969,322,1.142,323,1.142,324,0.987,325,1.142,326,1.016,327,1.142,328,0.987,329,1.142,330,0.987,331,1.142,332,0.987,333,1.313,334,1.142,335,1.016,336,1.71,337,1.076,338,1.016,339,1.142,340,0.987,341,1.142,342,0.987,343,1.142,344,0.987,345,1.142,346,1.016,347,1.71,348,1.076,349,0.987,350,0.987,351,1.142,352,1.016,353,1.71,354,1.076,355,1.016,356,0.772,357,0.987,358,1.016,359,0.987,360,0.987,361,1.142,362,0.987,363,1.142,364,0.987,365,1.142,366,1.045,367,1.108,368,1.142,369,2.73,370,5.578,371,4.653,372,5.578,373,3.856,374,3.856,375,4.901,376,4.455,377,4.901,378,3.856,379,3.856,380,3.217,381,4.282,382,6.194,383,6.194,384,4.653,385,2.73,386,2.82,387,4.653,388,3.217,389,3.107,390,3.107,391,3.107,392,3.107,393,3.107,394,4.653,395,3.107,396,3.107,397,3.107,398,3.107,399,3.856,400,3.107,401,4.577,402,3.107,403,4.947,404,3.107,405,3.716,406,4.088,407,3.107,408,3.856,409,3.032,410,3.217,411,3.107,412,3.856,413,3.217,414,2.148,415,1.604,416,1.671,417,1.671,418,1.919,419,1.827,420,1.604,421,1.671,422,2.148,423,1.919,424,3.107,425,1.827,426,3.107,427,2.296,428,2.73,429,1.919,430,4.653,431,2.296,432,3.107,433,4.122,434,3.217,435,2.296,436,2.148,437,4.653,438,2.148,439,2.481,440,1.919,441,2.148,442,2.73,443,2.296,444,2.148,445,3.107,446,4.653,447,4.653,448,3.107,449,3.107,450,3.107,451,3.107,452,4.088,453,3.438,454,3.217,455,4.653,456,4.653,457,4.653,458,3.438,459,4.653,460,3.032,461,4.653]],["title/modules/AccountsModule.html",[462,1.148,463,3.149]],["body/modules/AccountsModule.html",[3,0.113,4,0.088,5,0.064,8,1.166,24,0.011,82,1.019,83,0.113,84,0.006,85,0.007,86,0.006,87,0.126,164,0.507,167,1.756,202,2.552,209,3.566,270,0.514,272,2.594,313,1.335,319,2.626,321,2.552,330,2.552,415,2.49,416,2.594,417,2.594,462,1.3,463,6.512,464,1.773,465,2.395,466,3.812,467,2.49,468,2.594,469,4.239,470,4.239,471,4.239,472,5.552,473,3.986,474,5.552,475,3.412,476,2.594,477,2.306,478,4.825,479,2.642,480,3.73,481,2.709,482,4.825,483,2.837,484,4.239,485,2.837,486,4.239,487,3.854,488,3.336,489,4.239,490,3.566,491,4.239,492,4.134,493,4.386,494,4.689,495,3.566,496,4.386,497,3.919,498,2.98,499,4.134,500,3.144,501,2.837,502,3.919,503,2.98,504,3.919,505,2.98,506,4.134,507,3.144,508,4.386,509,3.336,510,4.825,511,6.344,512,4.825,513,4.386,514,3.144,515,6.344,516,4.825,517,4.825,518,5.067,519,4.239,520,5.574,521,3.854,522,3.336]],["title/modules/AccountsRoutingModule.html",[462,1.148,472,2.945]],["body/modules/AccountsRoutingModule.html",[3,0.14,4,0.109,5,0.079,24,0.011,67,2.407,74,1.443,82,1.261,83,0.14,84,0.007,85,0.009,86,0.007,87,0.156,114,1.952,164,0.482,167,1.652,201,1.193,202,2.307,209,4.412,218,3.687,270,0.636,275,2.194,319,2.374,321,2.307,330,2.307,464,2.194,472,5.019,479,3.023,484,5.245,486,6.379,487,4.768,488,4.127,489,5.245,490,4.412,491,5.245,519,5.245,523,5.97,524,3.51,525,3.74,526,4.077,527,4.904,528,4.127,529,4.127,530,3.89,531,3.687]],["title/interfaces/Action.html",[0,0.853,532,2.291]],["body/interfaces/Action.html",[0,1.691,2,1.985,3,0.123,4,0.096,5,0.07,7,1.201,10,0.43,11,1.102,15,3.985,20,3.455,21,0.693,23,1.604,24,0.011,25,2.47,26,1.882,28,2.601,44,3.99,64,2.615,67,3.311,82,1.107,83,0.123,84,0.006,85,0.008,86,0.006,118,0.815,159,2.881,253,2.098,532,4.752,533,3.623,534,4.828,535,4.611,536,4.947,537,2.388,538,4.947,539,3.759,540,3.322,541,4.947,542,3.935,543,4.362,544,5.099,545,4.134,546,3.873]],["title/classes/ActivatedRouteStub.html",[87,0.111,547,3.403]],["body/classes/ActivatedRouteStub.html",[3,0.124,4,0.097,5,0.07,7,1.213,10,0.434,11,1.109,12,1.141,21,0.553,24,0.011,48,1.886,73,1.766,83,0.124,84,0.006,85,0.008,86,0.006,87,0.138,89,2.627,103,1.078,110,1.059,112,1.044,117,1.241,118,0.669,121,5.381,136,0.799,164,0.383,183,2.108,249,1.629,275,1.945,278,2.166,547,5.381,548,7.077,549,4.735,550,2.973,551,6.737,552,5.919,553,6.737,554,8.756,555,3.85,556,5.476,557,7.8,558,5.919,559,5.381,560,4.586,561,7.41,562,5.919,563,6.737,564,8.468,565,6.737,566,5.294,567,6.737,568,5.294,569,5.381,570,7.8,571,6.737,572,5.294,573,4.658,574,6.737,575,5.294,576,2.441,577,4.651,578,4.651,579,5.919,580,5.294,581,5.294,582,5.294,583,5.294]],["title/components/AdminComponent.html",[201,0.624,324,1.354]],["body/components/AdminComponent.html",[3,0.074,4,0.057,5,0.042,8,1.133,10,0.257,11,0.772,12,1.184,21,0.645,23,1.227,24,0.011,25,1.489,27,0.699,48,1.074,65,2.755,73,0.822,77,1.188,83,0.132,84,0.004,85,0.006,86,0.004,87,0.082,99,0.868,103,0.75,105,2.001,110,0.628,112,1.088,114,1.025,117,1.287,118,0.799,136,1.093,137,1.532,158,1.32,159,2.431,164,0.433,183,0.892,189,1.119,197,1.557,201,0.822,202,0.997,203,1.671,204,1.119,205,1.265,206,1.119,207,1.025,211,1.333,212,2.414,213,0.943,214,1.889,215,1.889,216,2.831,217,3.055,218,2.894,219,1.889,221,1.889,233,2.678,243,4.316,249,1.873,253,1.596,269,1.265,270,0.334,273,1.557,274,1.619,278,0.917,279,2.044,309,2.52,313,0.868,314,1.577,315,1.532,316,0.892,317,2.287,318,1.153,319,1.025,320,2.061,321,0.997,322,1.153,323,1.153,324,1.978,325,1.153,326,1.025,327,1.153,328,0.997,329,1.153,330,0.997,331,1.153,332,0.997,333,0.738,334,1.153,335,1.025,336,1.722,337,1.086,338,1.025,339,1.153,340,0.997,341,1.153,342,0.997,343,1.153,344,0.997,345,1.153,346,1.025,347,1.722,348,1.086,349,0.997,350,0.997,351,1.153,352,1.025,353,1.722,354,1.086,355,1.025,356,0.779,357,0.997,358,1.025,359,0.997,360,0.997,361,1.153,362,0.997,363,1.153,364,0.997,365,1.153,366,1.055,367,1.119,368,1.153,374,3.878,376,4.48,378,3.878,379,3.878,380,3.239,381,4.302,385,2.756,386,2.829,388,3.239,399,3.878,408,3.878,409,3.053,410,3.239,412,3.878,413,3.239,414,2.168,415,1.619,416,1.686,417,1.686,418,1.937,419,1.844,420,1.619,431,2.318,433,2.318,434,2.168,435,2.318,436,2.168,438,3.239,440,2.894,441,3.239,443,2.318,444,2.168,454,3.239,532,4.438,534,2.755,535,3.923,537,2.655,540,3.089,584,2.756,585,5.609,586,4.686,587,4.719,588,4.686,589,3.742,590,4.686,591,4.686,592,4.686,593,4.686,594,3.136,595,4.686,596,3.136,597,4.686,598,3.136,599,3.136,600,3.136,601,4.686,602,3.136,603,3.136,604,3.136,605,3.136,606,3.136,607,3.136,608,6.223,609,6.987,610,3.136,611,3.136,612,3.136,613,2.044,614,4.929,615,3.136,616,3.136,617,2.756,618,3.136,619,3.136,620,3.136,621,3.136,622,4.686,623,3.136,624,3.136,625,4.117,626,3.136,627,3.136,628,2.756,629,3.136,630,3.136,631,3.136,632,3.136,633,3.136,634,3.136,635,3.136,636,1.35,637,5.609,638,3.136,639,3.136,640,3.136,641,2.756,642,2.756,643,3.136,644,3.136,645,4.686,646,3.136,647,3.136,648,4.686,649,3.136,650,6.223,651,6.223,652,6.223,653,6.223,654,4.686,655,2.631,656,4.686,657,2.756,658,2.318,659,3.136]],["title/modules/AdminModule.html",[462,1.148,660,3.149]],["body/modules/AdminModule.html",[3,0.13,4,0.102,5,0.074,24,0.011,82,1.171,83,0.13,84,0.007,85,0.008,86,0.007,87,0.145,164,0.503,167,1.92,270,0.591,313,1.534,324,2.648,415,2.861,416,2.981,417,2.981,462,1.493,464,2.037,465,2.751,466,4.07,467,2.861,468,2.981,473,4.134,475,3.729,476,2.981,477,2.65,479,2.888,480,4.078,481,3.113,483,3.259,485,3.259,492,4.52,493,4.795,496,4.795,497,4.284,498,3.424,499,4.52,500,3.612,501,3.259,502,4.284,503,3.424,504,4.284,505,3.424,506,4.52,507,3.612,513,4.795,514,3.612,660,6.414,661,4.871,662,4.871,663,4.871,664,5.759,665,5.543,666,5.543,667,4.871]],["title/modules/AdminRoutingModule.html",[462,1.148,664,2.945]],["body/modules/AdminRoutingModule.html",[3,0.153,4,0.119,5,0.086,24,0.011,74,1.572,82,1.374,83,0.153,84,0.008,85,0.009,86,0.008,87,0.17,164,0.461,167,1.8,201,0.953,270,0.693,275,2.389,324,2.428,464,2.389,479,3.181,524,3.823,525,3.879,526,4.29,527,3.823,531,4.016,664,5.282,667,5.713,668,6.502]],["title/components/AppComponent.html",[201,0.624,326,1.393]],["body/components/AppComponent.html",[3,0.084,4,0.066,5,0.048,8,1.251,10,0.295,11,0.852,12,0.877,21,0.577,23,0.661,24,0.011,25,1.141,26,1.694,27,0.801,48,1.521,54,3.042,60,1.447,73,1.74,74,1.772,77,1.96,83,0.084,84,0.004,85,0.006,86,0.004,87,0.094,99,0.994,103,0.828,105,2.51,110,1.035,112,1.054,114,1.174,117,0.953,118,0.699,136,0.781,137,2.171,146,2.653,164,0.378,183,1.021,189,2.615,201,0.889,202,1.141,203,1.846,204,1.281,205,1.447,206,1.281,207,1.174,211,1.472,212,2.611,213,1.079,214,2.086,215,2.086,216,2.866,217,3.1,219,2.086,221,2.086,233,2.857,249,1.251,269,1.447,270,0.382,274,1.853,278,2.058,297,2.782,313,0.994,314,1.741,315,1.692,316,1.021,317,2.44,318,1.319,319,1.174,320,2.229,321,1.141,322,1.319,323,1.319,324,1.141,325,1.319,326,2.171,327,1.319,328,1.141,329,1.319,330,1.141,331,1.319,332,1.141,333,1.218,334,1.319,335,1.174,336,1.902,337,1.243,338,1.174,339,1.319,340,1.141,341,1.319,342,1.141,343,1.319,344,1.141,345,1.319,346,1.174,347,1.902,348,1.243,349,1.141,350,1.141,351,1.319,352,1.174,353,1.902,354,1.243,355,1.174,356,1.285,357,1.141,358,1.174,359,1.141,360,1.141,361,1.319,362,1.141,363,1.319,364,1.141,365,1.319,366,1.208,367,1.281,368,1.319,386,2.952,420,1.853,422,3.577,423,2.217,427,2.653,429,3.196,658,3.824,669,3.154,670,2.474,671,6.067,672,5.174,673,5.33,674,5.33,675,5.33,676,6.067,677,5.174,678,4.546,679,5.174,680,5.174,681,2.867,682,4.528,683,4.667,684,4.667,685,7.556,686,5.174,687,5.174,688,4.101,689,3.59,690,6.639,691,3.59,692,3.59,693,3.59,694,3.59,695,5.174,696,3.59,697,2.339,698,5.174,699,4.546,700,4.546,701,3.59,702,3.196,703,3.59,704,4.194,705,3.59,706,3.154,707,3.154,708,2.867,709,2.339,710,3.59,711,3.59,712,3.59,713,2.867,714,2.653,715,2.482,716,3.59,717,3.59,718,3.59,719,2.867,720,3.154,721,2.339,722,3.59,723,3.59,724,3.154,725,3.59,726,2.339,727,2.867,728,3.59,729,3.59,730,3.59,731,3.154,732,3.59,733,3.59,734,3.59,735,3.154,736,3.59,737,2.217,738,4.194,739,2.867,740,2.482,741,2.867,742,2.867,743,2.867,744,3.154,745,3.154,746,3.59,747,4.546,748,3.154,749,4.546,750,3.154,751,3.59,752,3.59,753,3.59,754,3.59,755,5.174,756,3.59,757,3.59,758,3.59,759,1.93,760,3.59]],["title/modules/AppModule.html",[462,1.148,761,3.149]],["body/modules/AppModule.html",[3,0.113,4,0.088,5,0.064,24,0.011,82,1.015,83,0.113,84,0.006,85,0.007,86,0.006,87,0.125,138,2.45,147,2.14,164,0.496,167,1.751,170,2.068,171,2.48,270,0.512,273,2.385,313,1.33,326,2.811,415,2.48,462,1.294,464,1.766,465,2.385,466,3.804,467,3.652,468,3.804,473,3.981,475,3.403,476,2.584,477,2.297,479,2.635,483,2.825,485,2.825,492,4.124,708,3.838,709,3.132,761,6.526,762,4.222,763,4.222,764,4.222,765,4.222,766,4.222,767,5.546,768,5.546,769,5.329,770,5.546,771,5.546,772,4.806,773,6.328,774,5.054,775,2.698,776,5.054,777,4.806,778,4.806,779,6.328,780,4.806,781,6.005,782,6.328,783,2.48,784,4.676,785,4.375,786,4.222,787,4.806,788,3.838,789,3.838,790,4.806,791,5.054,792,3.838,793,4.806,794,4.806,795,4.806,796,4.806,797,4.222,798,4.806,799,4.806,800,4.806,801,4.806,802,4.806,803,4.806,804,4.806,805,4.806,806,5.556,807,6.005,808,5.651]],["title/modules/AppRoutingModule.html",[462,1.148,767,2.945]],["body/modules/AppRoutingModule.html",[3,0.144,4,0.112,5,0.081,24,0.011,74,1.48,82,1.293,83,0.144,84,0.007,85,0.009,86,0.007,87,0.16,138,2.12,164,0.45,167,1.694,270,0.652,275,2.249,464,2.249,479,3.069,524,3.598,525,3.781,526,4.138,527,4.65,528,4.231,529,4.231,530,3.988,767,5.095,785,5.095,786,5.377,809,6.12,810,7.37,811,4.523,812,6.475,813,6.12,814,6.12,815,6.12,816,6.12,817,4.888,818,6.12,819,6.12,820,6.12]],["title/interfaces/AreaName.html",[0,0.853,542,2.505]],["body/interfaces/AreaName.html",[0,1.704,2,2.065,3,0.128,4,0.1,5,0.073,7,1.249,10,0.447,11,1.13,15,4.033,20,3.543,21,0.667,23,1.569,24,0.011,25,1.733,26,1.391,28,2.706,44,4.138,64,2.653,67,2.767,82,1.152,83,0.128,84,0.006,85,0.008,86,0.006,118,0.869,159,3.175,253,1.551,532,4.528,533,3.769,534,4.035,535,3.854,536,4.029,537,1.945,538,4.029,539,3.061,540,2.706,541,4.029,542,4.417,543,5.406,544,5.451,545,4.239,546,4.029]],["title/interfaces/AreaType.html",[0,0.853,545,2.632]],["body/interfaces/AreaType.html",[0,1.704,2,2.065,3,0.128,4,0.1,5,0.073,7,1.249,10,0.447,11,1.13,15,4.033,20,3.543,21,0.699,23,1.569,24,0.011,25,1.733,26,1.391,28,2.706,44,4.202,64,2.653,67,2.767,82,1.152,83,0.128,84,0.006,85,0.008,86,0.006,118,0.853,159,3.175,253,1.551,532,4.528,533,3.769,534,4.035,535,3.854,536,4.029,537,1.945,538,4.029,539,3.061,540,2.706,541,4.029,542,4.035,543,4.473,544,5.451,545,4.64,546,5.072]],["title/components/AuthComponent.html",[201,0.624,328,1.354]],["body/components/AuthComponent.html",[3,0.083,4,0.065,5,0.047,8,1.239,10,0.291,11,0.844,12,0.868,21,0.599,23,0.652,24,0.011,27,0.79,48,1.379,60,1.428,73,1.578,74,1.595,83,0.083,84,0.004,85,0.006,86,0.004,87,0.092,99,0.98,103,0.82,105,2.801,110,1.025,112,1.081,114,1.158,117,0.944,118,0.695,136,1.057,137,2.386,138,1.775,147,3.117,158,1.206,164,0.428,183,1.457,189,1.828,201,0.882,202,1.125,203,1.828,204,1.263,205,1.428,206,1.263,207,1.158,211,1.457,212,2.591,213,1.064,214,2.066,215,2.066,216,2.863,217,3.095,219,2.066,221,2.066,226,4.449,233,2.839,237,3.786,242,5.561,244,4.046,249,1.595,251,4.162,253,1.876,256,4.324,269,1.428,270,0.377,271,2.617,272,1.904,273,1.758,274,1.828,275,1.301,278,2.428,281,2.617,282,2.617,311,3.339,313,0.98,314,1.724,315,1.968,316,1.007,317,2.424,318,1.301,319,1.158,320,2.212,321,1.125,322,1.301,323,1.301,324,1.125,325,1.301,326,1.158,327,1.301,328,2.097,329,1.301,330,1.125,331,1.301,332,1.125,333,0.833,334,1.301,335,1.158,336,1.883,337,1.227,338,1.158,339,1.301,340,1.125,341,1.301,342,1.125,343,1.301,344,1.125,345,1.301,346,1.158,347,1.883,348,1.227,349,1.125,350,1.125,351,1.301,352,1.158,353,1.883,354,1.227,355,1.158,356,0.88,357,1.125,358,1.158,359,1.125,360,1.125,361,1.301,362,1.125,363,1.301,364,1.125,365,1.301,366,1.191,367,1.263,368,1.301,386,1.384,422,2.448,427,2.617,559,5.269,614,4.502,681,2.828,682,4.507,684,4.648,704,3.542,719,2.828,738,3.542,811,3.786,821,3.111,822,6.02,823,5.123,824,6.02,825,5.289,826,4.808,827,6.411,828,5.269,829,6.597,830,5.123,831,6.02,832,5.123,833,3.541,834,3.541,835,3.541,836,3.541,837,5.123,838,3.541,839,3.541,840,3.541,841,3.541,842,3.541,843,3.541,844,3.111,845,3.111,846,1.828,847,3.541,848,3.938,849,3.541,850,3.541,851,3.541,852,2.828,853,3.541,854,5.123,855,3.541,856,5.123,857,3.541,858,3.541,859,2.308,860,3.541,861,3.541,862,3.541,863,3.541,864,3.541,865,3.541,866,3.541,867,3.541,868,3.165,869,5.123,870,2.617,871,3.339,872,5.123]],["title/guards/AuthGuard.html",[785,2.945,873,2.632]],["body/guards/AuthGuard.html",[3,0.111,4,0.087,5,0.063,7,1.609,10,0.389,12,1.062,21,0.514,24,0.011,25,1.992,31,3.685,38,2.698,57,2.996,83,0.111,84,0.006,85,0.007,86,0.006,87,0.183,91,2.791,103,1.003,110,0.948,112,0.839,117,1.155,118,0.622,136,1.128,137,2.049,138,2.433,143,3.872,144,4.333,145,4.632,147,2.109,151,5.006,158,1.475,164,0.399,167,1.311,180,2.506,201,0.919,207,2.049,211,1.347,244,4.582,253,1.783,270,0.505,275,1.741,278,2.186,525,2.996,537,2.236,549,4.791,555,3.358,576,2.184,613,5.392,636,2.039,670,2.264,785,4.333,811,5.525,817,6.211,848,3.574,873,4.618,874,3.783,875,4.162,876,5.006,877,5.507,878,5.006,879,5.507,880,3.783,881,4.737,882,5.507,883,2.61,884,5.169,885,4.333,886,3.685,887,4.333,888,3.235,889,4.162,890,7.02,891,6.569,892,4.737,893,5.507,894,6.268,895,4.632,896,5.006,897,3.872,898,5.507,899,5.006,900,6.569,901,4.618,902,5.507,903,5.507,904,6.172,905,5.006,906,6.268,907,1.783,908,2.926,909,2.926,910,2.351,911,4.162,912,4.162]],["title/modules/AuthModule.html",[462,1.148,913,3.149]],["body/modules/AuthModule.html",[3,0.131,4,0.102,5,0.074,24,0.011,82,1.18,83,0.131,84,0.007,85,0.008,86,0.007,87,0.146,164,0.499,167,1.929,270,0.595,272,3.004,313,1.546,328,2.653,364,2.653,462,1.505,464,2.053,465,2.772,466,4.084,467,2.883,468,3.004,473,4.142,475,3.747,476,3.004,477,2.67,479,2.902,480,4.097,481,3.136,483,3.284,485,3.284,497,4.304,498,3.45,502,4.304,503,3.45,504,4.304,505,3.45,508,4.818,509,3.862,513,4.818,514,3.64,518,5.566,913,6.488,914,4.908,915,4.908,916,4.908,917,5.77,918,5.586,919,5.586,920,4.908,921,5.586,922,4.908]],["title/modules/AuthRoutingModule.html",[462,1.148,917,2.945]],["body/modules/AuthRoutingModule.html",[3,0.15,4,0.117,5,0.085,24,0.011,74,1.544,82,1.35,83,0.15,84,0.008,85,0.009,86,0.008,87,0.167,164,0.458,167,1.768,201,0.936,270,0.681,275,2.348,328,2.403,464,2.348,479,3.148,524,3.756,525,3.85,526,4.246,527,4.445,528,4.416,529,4.416,530,4.163,531,3.946,917,5.227,920,5.613,923,6.388]],["title/injectables/AuthService.html",[682,2.632,907,1.212]],["body/injectables/AuthService.html",[0,0.572,3,0.067,4,0.052,5,0.038,7,0.655,10,0.235,11,0.719,12,1.142,21,0.608,23,0.977,24,0.011,25,0.908,27,1.504,48,1.215,59,1.605,60,1.153,73,1.39,74,1.91,77,1.655,83,0.067,84,0.003,85,0.005,86,0.003,87,0.075,103,0.699,105,2.784,110,0.874,112,1.12,117,1.243,118,0.669,136,1.226,137,2.61,138,1.837,147,2.361,158,1.938,159,1.707,164,0.444,170,1.23,171,1.475,180,1.02,183,1.819,189,2.581,197,1.419,249,1.887,270,0.305,278,2.212,333,1.505,386,2.741,421,1.537,422,1.976,423,3.275,425,1.681,427,2.112,428,2.512,477,1.366,539,1.605,555,2.535,556,2.112,573,3.666,576,1.318,655,3.334,657,3.838,670,1.366,682,2.698,684,4.334,719,2.283,735,2.512,740,3.02,783,1.475,792,2.283,811,2.112,827,5.216,844,2.512,845,2.512,846,1.475,848,3.459,859,1.863,868,1.766,870,3.918,879,2.512,907,1.243,910,1.419,911,2.512,924,1.419,925,2.512,926,4.165,927,4.659,928,5.302,929,5.302,930,4.368,931,5.937,932,5.937,933,5.937,934,5.937,935,5.937,936,5.937,937,5.937,938,4.387,939,5.937,940,5.216,941,4.368,942,4.368,943,4.368,944,4.368,945,2.112,946,4.984,947,4.368,948,4.368,949,2.858,950,2.858,951,2.858,952,2.858,953,2.858,954,2.858,955,2.858,956,2.858,957,2.858,958,2.858,959,2.858,960,2.858,961,4.368,962,2.858,963,4.368,964,4.368,965,2.858,966,5.302,967,4.368,968,2.858,969,4.368,970,2.858,971,3.838,972,2.858,973,2.858,974,5.109,975,3.838,976,2.858,977,4.368,978,2.858,979,2.858,980,4.368,981,2.858,982,2.858,983,2.283,984,2.858,985,1.976,986,2.512,987,3.838,988,2.512,989,2.858,990,2.512,991,2.858,992,2.858,993,5.216,994,3.838,995,2.512,996,4.368,997,4.368,998,3.838,999,4.368,1000,2.698,1001,4.368,1002,4.659,1003,4.368,1004,2.858,1005,4.368,1006,2.512,1007,2.858,1008,2.858,1009,2.858,1010,2.512,1011,2.512,1012,2.858,1013,2.858,1014,5.937,1015,3.838,1016,2.858,1017,2.858,1018,2.858,1019,2.858,1020,4.368,1021,2.858,1022,2.858,1023,2.512,1024,2.858,1025,2.858,1026,2.858,1027,4.368,1028,2.858,1029,2.858,1030,4.742,1031,2.858,1032,2.512,1033,2.858,1034,1.976,1035,2.858,1036,4.368,1037,4.368,1038,2.858,1039,2.858,1040,1.976,1041,2.858,1042,2.858,1043,4.368,1044,2.858,1045,4.368,1046,2.512,1047,2.858,1048,2.858,1049,4.368,1050,2.858,1051,2.858,1052,1.605,1053,2.858,1054,2.858,1055,3.838,1056,2.283,1057,3.489,1058,4.368,1059,4.368,1060,2.858,1061,2.858,1062,4.235,1063,2.858,1064,2.858,1065,2.512,1066,2.858,1067,2.858,1068,2.858,1069,2.858,1070,2.858,1071,2.858,1072,2.512,1073,2.858,1074,2.858,1075,2.112,1076,2.858,1077,2.858,1078,2.858,1079,2.858,1080,2.858]],["title/injectables/BlockSyncService.html",[907,1.212,1081,3.149]],["body/injectables/BlockSyncService.html",[3,0.081,4,0.063,5,0.046,10,0.284,11,0.83,12,1.226,21,0.628,23,1.481,24,0.011,26,2.22,48,1.361,72,2.6,73,1.558,74,1.851,77,2.472,83,0.081,84,0.004,85,0.006,86,0.004,87,0.09,99,1.394,103,0.806,105,2.867,110,1.008,112,1.045,117,1.334,118,0.719,120,2.919,136,1.093,137,2.504,158,0.814,164,0.444,168,2.035,169,2.392,170,1.489,171,1.786,178,2.255,183,2.125,189,1.797,249,1.578,270,0.369,278,1.473,297,2.709,299,3.283,356,1.251,386,2.919,419,2.035,420,1.786,421,1.861,440,3.112,441,3.483,560,2.035,670,1.654,674,5.22,675,5.22,683,4.471,709,3.283,714,2.557,846,1.786,907,1.433,910,1.718,924,1.718,938,4.823,1081,3.723,1082,6.969,1083,3.041,1084,5.038,1085,5.038,1086,5.038,1087,5.941,1088,5.941,1089,3.46,1090,5.038,1091,5.038,1092,6.116,1093,5.77,1094,3.46,1095,3.872,1096,5.038,1097,4.757,1098,5.941,1099,3.46,1100,3.46,1101,5.038,1102,5.941,1103,3.46,1104,2.829,1105,3.46,1106,6.526,1107,3.46,1108,3.46,1109,6.526,1110,6.526,1111,6.526,1112,7.657,1113,6.526,1114,6.526,1115,3.46,1116,3.493,1117,3.46,1118,3.46,1119,2.392,1120,2.035,1121,3.46,1122,2.255,1123,2.764,1124,3.46,1125,3.46,1126,3.46,1127,5.941,1128,3.46,1129,3.46,1130,5.038,1131,2.764,1132,3.46,1133,3.46,1134,3.46,1135,5.038,1136,3.46,1137,3.46,1138,3.46,1139,3.46,1140,3.46,1141,3.041,1142,3.041,1143,3.46,1144,5.038,1145,5.038,1146,3.46,1147,5.038,1148,3.46,1149,3.46,1150,5.038,1151,3.46,1152,5.038,1153,5.038,1154,2.764,1155,5.038,1156,3.041,1157,3.46,1158,3.041,1159,3.041,1160,3.46,1161,3.46,1162,3.46,1163,3.46,1164,3.46,1165,3.46,1166,3.46,1167,5.038,1168,3.46,1169,3.46,1170,4.427,1171,5.038,1172,3.46,1173,3.46,1174,3.46,1175,5.038,1176,3.46,1177,3.46,1178,3.46,1179,3.46,1180,3.46,1181,3.46,1182,3.46]],["title/interfaces/Category.html",[0,0.853,15,2.115]],["body/interfaces/Category.html",[0,1.705,2,2.072,3,0.128,4,0.1,5,0.073,7,1.253,10,0.449,11,1.132,15,4.268,20,4.285,21,0.667,23,1.57,24,0.011,25,1.738,26,1.395,28,3.413,44,4.028,64,2.656,67,2.773,82,1.155,83,0.128,84,0.006,85,0.008,86,0.006,118,0.854,159,3.178,253,1.555,532,4.531,533,3.781,534,4.043,535,3.861,536,4.041,537,1.951,538,4.041,539,3.071,540,2.714,541,4.041,542,4.043,543,4.481,544,5.457,545,4.247,546,4.041]],["title/interfaces/Conversion.html",[0,0.853,759,2.291]],["body/interfaces/Conversion.html",[0,1.653,1,3.89,2,1.679,3,0.104,4,0.081,5,0.059,7,1.015,8,1.76,9,1.679,10,0.492,11,0.987,21,0.678,23,1.539,24,0.011,25,2.313,26,2.15,27,1.916,38,3.654,48,1.015,64,2.449,80,2.2,82,0.936,83,0.104,84,0.005,85,0.007,86,0.005,116,2.737,118,0.595,120,3.16,164,0.252,253,1.261,356,2.204,537,1.581,759,4.531,868,4.196,901,2.737,1104,4.732,1183,3.064,1184,5.379,1185,5.379,1186,5.379,1187,5.032,1188,5.032,1189,5.383,1190,5.379,1191,5.379,1192,5.257,1193,5.379,1194,5.379,1195,3.275,1196,4.427,1197,4.196,1198,2.2,1199,3.275,1200,3.064,1201,3.275,1202,2.888,1203,2.888,1204,2.489,1205,3.275,1206,3.275,1207,3.064,1208,2.975]],["title/components/CreateAccountComponent.html",[201,0.624,330,1.354]],["body/components/CreateAccountComponent.html",[3,0.075,4,0.059,5,0.043,8,1.956,10,0.263,11,0.785,12,0.544,15,3.622,17,4.507,19,3.777,21,0.657,24,0.011,25,1.516,26,1.988,27,0.716,28,3.125,44,2.279,48,1.092,67,2.538,73,1.25,83,0.075,84,0.004,85,0.006,86,0.004,87,0.084,93,3.107,99,0.889,103,0.763,105,2.029,110,0.954,112,1.058,114,2.617,117,0.592,118,0.625,136,0.72,137,1.559,138,1.112,147,2.533,158,1.122,159,2.929,164,0.401,183,1.356,189,1.145,201,0.834,202,1.02,203,1.701,204,1.145,205,1.295,206,1.145,207,1.05,211,1.356,212,2.448,213,0.965,214,1.923,215,1.923,216,2.837,217,3.063,219,1.923,221,1.923,226,4.204,233,2.709,237,3.524,241,2.564,242,5.208,243,4.507,249,1.153,251,3.933,253,1.356,256,4.155,269,1.295,270,0.342,271,2.373,272,1.727,273,1.594,274,1.657,278,1.663,279,2.092,281,2.373,282,5.759,284,2.821,299,4.102,309,2.564,310,4.593,311,5.516,313,0.889,314,1.604,315,1.559,316,0.913,317,2.314,318,1.18,319,1.05,320,2.09,321,1.02,322,1.18,323,1.18,324,1.02,325,1.18,326,1.05,327,1.18,328,1.02,329,1.18,330,2.001,331,1.18,332,1.02,333,0.756,334,1.18,335,1.05,336,1.752,337,1.112,338,1.05,339,1.18,340,1.02,341,1.18,342,1.02,343,1.18,344,1.02,345,1.18,346,1.05,347,1.752,348,1.112,349,1.02,350,1.02,351,1.18,352,1.05,353,1.752,354,1.112,355,1.05,356,0.797,357,1.02,358,1.05,359,1.02,360,1.02,361,1.18,362,1.02,363,1.18,364,1.02,365,1.18,366,1.08,367,1.145,368,1.18,373,3.933,419,1.888,420,1.657,421,1.727,438,3.933,439,2.564,440,3.888,441,4.352,442,2.821,452,4.998,453,5.208,490,5.915,542,1.888,826,4.543,828,5.028,852,3.809,1209,7.033,1210,2.821,1211,5.688,1212,4.768,1213,4.204,1214,4.204,1215,5.688,1216,4.204,1217,5.688,1218,5.393,1219,4.768,1220,3.211,1221,3.211,1222,3.211,1223,3.211,1224,3.211,1225,3.211,1226,3.211,1227,3.211,1228,3.211,1229,3.211,1230,3.211,1231,3.211,1232,3.211,1233,5.688,1234,3.211,1235,6.726,1236,3.211,1237,2.821,1238,3.211,1239,3.211,1240,2.564,1241,3.211,1242,2.821,1243,3.211,1244,3.211,1245,3.211,1246,3.211,1247,4.102,1248,4.768,1249,3.524,1250,4.768,1251,5.531,1252,5.531,1253,4.768,1254,4.19]],["title/classes/CustomErrorStateMatcher.html",[87,0.111,256,2.632]],["body/classes/CustomErrorStateMatcher.html",[3,0.122,4,0.095,5,0.069,7,1.522,10,0.425,12,0.878,21,0.425,24,0.011,48,1.522,74,1.253,83,0.122,84,0.006,85,0.008,86,0.006,87,0.135,89,2.571,103,1.063,112,0.693,117,0.955,118,0.514,136,1.003,138,2.302,143,4.104,144,4.594,158,1.219,164,0.378,180,2.37,206,2.37,211,1.89,251,4.594,253,2.087,256,4.104,272,2.786,315,2.173,333,1.927,514,3.376,537,2.37,613,4.33,1046,6.799,1095,5.335,1255,5.838,1256,4.552,1257,4.33,1258,4.594,1259,5.838,1260,6.387,1261,6.645,1262,6.645,1263,6.645,1264,5.838,1265,4.594,1266,7.336,1267,6.645,1268,6.645,1269,7.738,1270,7.738,1271,7.738,1272,5.181,1273,4.779,1274,5.66,1275,6.649,1276,6.645,1277,5.838,1278,5.838,1279,6.645,1280,6.645,1281,6.645,1282,5.181,1283,5.181,1284,5.181,1285,5.181]],["title/classes/CustomValidator.html",[87,0.111,1286,3.403]],["body/classes/CustomValidator.html",[3,0.112,4,0.088,5,0.064,7,1.616,10,0.392,12,1.067,21,0.517,23,1.299,24,0.011,48,1.443,64,2.12,74,1.705,83,0.112,84,0.006,85,0.007,86,0.006,87,0.124,89,2.37,91,2.805,98,3.704,103,1.2,112,0.843,117,1.161,118,0.625,136,1.064,138,1.654,143,4.632,149,5.032,158,1.835,164,0.271,180,2.515,249,1.523,253,1.358,272,2.567,333,1.835,501,4.873,544,5.185,848,2.282,1052,4.496,1057,5.99,1095,4.887,1247,4.106,1257,4.106,1259,5.536,1260,6.125,1273,4.632,1275,6.227,1277,7.035,1286,5.032,1287,4.195,1288,5.536,1289,4.356,1290,5.917,1291,6.3,1292,6.3,1293,6.3,1294,7.796,1295,4.774,1296,7.499,1297,6.125,1298,6.3,1299,8.007,1300,5.536,1301,6.3,1302,7.052,1303,8.007,1304,4.774,1305,7.499,1306,7.499,1307,6.3,1308,5.536,1309,4.774,1310,6.3,1311,4.774,1312,4.774,1313,4.774,1314,4.774,1315,4.774]],["title/components/ErrorDialogComponent.html",[201,0.624,332,1.354]],["body/components/ErrorDialogComponent.html",[3,0.113,4,0.088,5,0.064,8,1.534,9,2.853,10,0.396,11,1.045,12,0.817,21,0.521,24,0.011,27,1.076,60,2.558,83,0.113,84,0.006,85,0.007,86,0.006,87,0.126,99,1.335,104,3.156,110,0.965,112,0.849,114,1.578,117,0.889,118,0.748,164,0.361,201,1.039,202,1.533,203,2.263,204,1.721,205,1.945,206,1.721,207,1.578,213,1.45,214,2.558,215,2.558,216,2.932,217,3.182,219,2.558,221,2.558,269,1.945,270,0.514,313,1.335,314,2.135,315,2.074,316,1.372,317,2.767,318,1.773,319,1.578,320,2.605,321,1.533,322,1.773,323,1.773,324,1.533,325,1.773,326,1.578,327,1.773,328,1.533,329,1.773,330,1.533,331,1.773,332,2.393,333,1.955,334,1.773,335,1.578,336,2.332,337,1.671,338,1.578,339,1.773,340,1.533,341,1.773,342,1.533,343,1.773,344,1.533,345,1.773,346,1.578,347,2.332,348,1.671,349,1.533,350,1.533,351,1.773,352,1.578,353,2.332,354,1.671,355,1.578,356,1.198,357,1.533,358,1.578,359,1.533,360,1.533,361,1.773,362,1.533,363,1.773,364,1.533,365,1.773,366,1.623,367,1.721,368,1.773,409,3.144,537,2.263,1316,6.228,1317,5.239,1318,4.239,1319,5.067,1320,7.088,1321,6.344,1322,4.825,1323,4.825,1324,4.825,1325,4.825,1326,4.825,1327,4.825,1328,3.854,1329,4.825,1330,6.344,1331,6.344]],["title/injectables/ErrorDialogService.html",[684,2.632,907,1.212]],["body/injectables/ErrorDialogService.html",[3,0.133,4,0.104,5,0.076,9,2.668,10,0.466,11,1.16,12,1.193,21,0.628,24,0.011,48,1.302,73,1.489,74,1.374,83,0.133,84,0.007,85,0.008,86,0.007,87,0.148,103,1.127,104,3.662,110,1.137,112,1.071,117,1.298,118,0.699,136,0.858,138,1.968,147,3.562,158,1.337,164,0.435,253,2.003,270,0.605,332,1.806,658,4.199,670,2.716,684,4.35,907,2.003,910,2.82,924,2.82,1317,4.199,1319,6.391,1328,4.538,1332,7.227,1333,4.992,1334,7.654,1335,7.042,1336,5.681,1337,8.225,1338,7.042,1339,7.042,1340,5.681,1341,5.681,1342,7.042,1343,4.992,1344,4.992,1345,5.681,1346,7.654,1347,5.681,1348,5.681,1349,5.681,1350,5.681]],["title/interceptors/ErrorInterceptor.html",[768,2.945,1351,2.505]],["body/interceptors/ErrorInterceptor.html",[3,0.102,4,0.079,5,0.058,7,1.538,10,0.355,12,1.221,21,0.484,23,0.798,24,0.011,25,2.134,60,1.747,70,3.315,83,0.102,84,0.005,85,0.007,86,0.005,87,0.113,91,3.466,99,1.199,103,0.944,110,1.181,112,0.79,117,1.088,118,0.586,136,0.891,158,1.58,164,0.443,166,2.236,167,1.634,180,2.691,211,1.232,244,4.36,270,0.461,274,2.236,275,1.592,278,1.963,333,1.908,386,3.168,420,2.236,425,3.47,555,3.447,560,4.577,576,1.997,684,4.921,707,3.806,768,4.081,783,2.236,883,3.242,884,4.081,885,4.081,886,3.47,887,4.081,888,3.721,907,1.679,908,2.676,909,2.676,1015,3.806,1055,3.806,1120,2.547,1264,5.186,1297,5.328,1308,5.186,1319,4.715,1351,3.47,1352,3.201,1353,3.806,1354,5.328,1355,3.847,1356,5.753,1357,4.767,1358,6.145,1359,4.362,1360,4.332,1361,4.332,1362,4.081,1363,5.186,1364,3.47,1365,4.362,1366,5.328,1367,5.328,1368,4.332,1369,4.362,1370,4.362,1371,4.985,1372,4.362,1373,5.903,1374,4.715,1375,3.201,1376,4.362,1377,3.806,1378,4.332,1379,4.332,1380,6.714,1381,5.903,1382,3.201,1383,4.332,1384,4.332,1385,5.903,1386,2.995,1387,4.332,1388,4.332,1389,5.186,1390,4.332,1391,3.847,1392,3.806,1393,4.332,1394,4.332,1395,4.332,1396,5.903,1397,4.332,1398,4.332,1399,3.806,1400,4.715,1401,4.332,1402,4.332,1403,5.903,1404,4.332,1405,4.332,1406,4.332,1407,3.46,1408,3.806,1409,4.332,1410,4.332]],["title/components/FooterComponent.html",[201,0.624,335,1.393]],["body/components/FooterComponent.html",[3,0.115,4,0.089,5,0.065,8,1.546,10,0.401,11,1.053,24,0.011,27,1.089,48,1.119,73,1.28,83,0.115,84,0.006,85,0.008,86,0.006,87,0.127,99,1.351,103,1.023,110,1.427,112,0.954,114,1.597,118,0.708,136,0.737,164,0.278,183,1.819,201,1.045,202,1.552,203,2.281,204,1.742,205,1.969,206,1.742,207,1.597,211,1.819,212,3.069,213,1.468,214,2.578,215,2.578,216,2.934,217,3.185,219,2.578,221,2.578,233,3.256,249,1.546,269,1.969,270,0.52,313,1.351,314,2.152,315,2.091,316,1.389,317,2.78,318,1.794,319,1.597,320,2.62,321,1.552,322,1.794,323,1.794,324,1.552,325,1.794,326,1.597,327,1.794,328,1.552,329,1.794,330,1.552,331,1.794,332,1.552,333,1.149,334,1.794,335,2.474,336,2.35,337,1.691,338,1.597,339,1.794,340,1.552,341,1.794,342,1.552,343,1.794,344,1.552,345,1.794,346,1.597,347,2.35,348,1.691,349,1.552,350,1.552,351,1.794,352,1.597,353,2.35,354,1.691,355,1.597,356,1.213,357,1.552,358,1.597,359,1.552,360,1.552,361,1.794,362,1.552,363,1.794,364,1.552,365,1.794,366,1.643,367,1.742,368,1.794,1411,4.29,1412,4.726,1413,7.13,1414,6.394,1415,7.853,1416,6.394,1417,4.883,1418,6.394,1419,5.618,1420,5.618,1421,5.618]],["title/components/FooterStubComponent.html",[201,0.624,337,1.476]],["body/components/FooterStubComponent.html",[3,0.122,4,0.095,5,0.069,8,1.611,24,0.01,27,1.16,83,0.172,84,0.006,85,0.008,86,0.006,87,0.192,99,1.44,114,1.701,118,0.73,164,0.296,201,1.174,202,1.654,203,2.377,204,2.622,206,1.856,207,1.701,213,1.564,216,2.951,217,3.207,270,0.554,313,1.44,314,2.242,315,2.179,316,1.48,317,2.848,318,1.912,319,1.701,320,2.701,321,1.654,322,1.912,323,1.912,324,1.654,325,1.912,326,1.701,327,1.912,328,1.654,329,1.912,330,1.654,331,1.912,332,1.654,333,1.225,334,1.912,335,1.701,336,2.449,337,2.684,338,1.701,339,1.912,340,1.654,341,1.912,342,1.654,343,1.912,344,1.654,345,1.912,346,1.701,347,2.449,348,2.308,349,1.654,350,1.654,351,1.912,352,1.701,353,2.449,354,2.308,355,1.701,356,1.292,357,1.654,358,1.701,359,1.654,360,1.654,361,1.912,362,1.654,363,1.912,364,1.654,365,1.912,366,1.751,367,1.856,368,1.912,462,1.401,550,2.922,737,3.214,1412,4.924,1422,3.845,1423,3.845]],["title/injectables/GlobalErrorHandler.html",[769,2.776,907,1.212]],["body/injectables/GlobalErrorHandler.html",[3,0.081,4,0.063,5,0.046,7,1.708,10,0.282,11,0.825,12,1.102,21,0.666,23,1.408,24,0.011,26,1.279,48,0.787,60,2.385,69,3.265,70,1.929,73,0.9,74,1.572,83,0.139,84,0.004,85,0.006,86,0.004,87,0.154,91,3.214,100,2.238,103,0.802,104,1.529,110,0.687,112,0.925,117,1.198,118,0.646,136,0.982,138,2.252,143,3.095,147,1.529,158,1.179,159,2.541,164,0.37,166,1.773,167,0.951,180,2.659,183,0.977,244,4.109,249,1.572,253,1.85,270,0.366,275,1.262,278,2.179,333,2.108,386,2.912,425,2.946,537,2.726,549,4.245,636,1.478,727,2.743,769,3.265,776,5.194,783,1.773,846,1.773,859,3.855,883,2.708,884,3.464,885,3.464,886,2.946,887,3.464,888,3.356,907,1.425,924,1.705,1030,2.743,1056,5.194,1247,3.265,1297,5.336,1355,3.265,1357,2.946,1362,3.464,1364,2.946,1374,4.002,1382,4.372,1391,3.855,1424,5.336,1425,2.538,1426,4.403,1427,4.403,1428,4.403,1429,4.403,1430,6.076,1431,5.198,1432,5.011,1433,6.714,1434,5.011,1435,3.018,1436,5.011,1437,4.403,1438,4.403,1439,3.434,1440,4.002,1441,3.703,1442,5.714,1443,5.194,1444,5.714,1445,5.194,1446,4.403,1447,3.434,1448,5.714,1449,5.198,1450,4.403,1451,4.403,1452,5.198,1453,4.403,1454,3.434,1455,4.002,1456,4.403,1457,4.002,1458,4.403,1459,4.002,1460,4.403,1461,4.403,1462,3.018,1463,3.018,1464,2.538,1465,3.018,1466,3.018,1467,3.018,1468,3.018,1469,3.018,1470,3.018,1471,4.403,1472,3.018,1473,4.403,1474,2.743,1475,3.018,1476,3.018,1477,3.018,1478,3.018,1479,3.018,1480,3.018,1481,3.018,1482,3.018,1483,3.018,1484,3.018,1485,3.018,1486,3.018,1487,4.403,1488,2.743,1489,3.018,1490,3.018,1491,3.018,1492,2.374,1493,2.743,1494,4.403,1495,3.018]],["title/interceptors/HttpConfigInterceptor.html",[770,2.945,1351,2.505]],["body/interceptors/HttpConfigInterceptor.html",[3,0.124,4,0.097,5,0.07,7,1.543,10,0.434,12,1.255,21,0.434,23,0.975,24,0.011,27,1.653,74,1.28,83,0.124,84,0.006,85,0.008,86,0.006,87,0.138,103,1.078,110,1.483,112,0.902,117,0.975,118,0.526,136,1.017,158,1.246,164,0.421,167,1.465,180,2.403,211,1.506,270,0.564,425,3.961,555,3.542,560,4.84,576,2.441,770,4.658,783,2.732,907,1.916,908,3.27,909,3.27,990,4.651,995,4.651,1351,3.961,1352,3.912,1354,5.764,1355,4.39,1356,6.084,1357,5.065,1358,6.408,1359,4.979,1362,4.658,1365,4.979,1366,5.764,1367,5.764,1369,4.979,1370,4.979,1371,4.658,1372,4.979,1375,3.912,1376,4.979,1496,6.511,1497,4.651,1498,6.737,1499,5.919,1500,5.294,1501,6.737,1502,5.294,1503,5.919,1504,5.294,1505,5.294,1506,4.228]],["title/classes/HttpError.html",[87,0.111,859,2.776]],["body/classes/HttpError.html",[3,0.09,4,0.07,5,0.051,7,1.438,10,0.313,11,0.89,12,0.646,21,0.614,23,1.448,24,0.011,26,1.838,60,2.905,69,2.486,70,3.035,74,1.65,83,0.147,84,0.004,85,0.006,86,0.004,87,0.178,89,1.894,91,2.794,100,2.486,104,2.794,110,0.763,112,0.723,117,0.703,118,0.379,136,0.576,138,2.174,143,2.357,147,1.699,158,1.272,159,2.111,164,0.388,166,1.969,167,1.056,180,2.744,183,1.085,244,3.67,249,1.307,253,1.785,270,0.406,275,1.402,278,1.835,333,2.105,386,2.667,425,2.243,537,2.998,549,4.399,636,1.642,727,3.047,769,2.486,776,5.012,783,1.969,846,1.969,859,4.695,883,2.25,884,2.638,885,2.638,886,2.243,887,2.638,888,2.789,907,1.537,1030,3.047,1056,5.452,1247,4.448,1297,4.638,1355,2.486,1357,3.69,1362,2.638,1364,2.243,1374,4.316,1382,4.638,1391,4.695,1424,4.638,1425,2.82,1426,3.352,1427,3.352,1428,3.352,1429,3.352,1430,6.33,1431,3.352,1433,6.574,1437,3.352,1438,3.352,1440,3.047,1441,2.82,1442,4.748,1443,4.316,1444,4.748,1445,4.316,1446,3.352,1448,4.748,1449,4.748,1450,3.352,1451,3.352,1452,4.748,1453,3.352,1455,3.047,1456,3.352,1457,3.047,1458,3.352,1459,3.047,1460,3.352,1461,3.352,1462,4.748,1463,4.748,1464,3.994,1465,4.748,1466,3.352,1467,3.352,1468,3.352,1469,3.352,1470,3.352,1471,4.748,1472,3.352,1473,4.748,1474,3.047,1475,3.352,1476,3.352,1477,3.352,1478,3.352,1479,3.352,1480,3.352,1481,3.352,1482,3.352,1483,3.352,1484,3.352,1485,3.352,1486,3.352,1487,4.748,1488,3.047,1489,3.352,1490,3.352,1491,3.352,1492,2.638,1493,3.047,1494,4.748,1495,3.352,1507,5.404]],["title/injectables/KeystoreService.html",[907,1.212,985,2.945]],["body/injectables/KeystoreService.html",[3,0.14,4,0.11,5,0.08,10,0.491,11,1.197,21,0.491,24,0.011,83,0.14,84,0.007,85,0.009,86,0.007,87,0.156,103,1.163,104,2.662,105,2.793,110,1.567,112,1.048,136,0.903,137,2.376,158,1.843,164,0.413,183,2.067,189,2.133,270,0.637,278,2.289,670,2.858,791,5.804,792,4.776,907,2.067,910,2.968,924,2.968,926,5.241,985,5.024,987,5.254,1072,5.254,1290,6.271,1508,5.254,1509,8.144,1510,7.267,1511,5.979,1512,5.979,1513,5.979,1514,5.979,1515,5.979,1516,7.267]],["title/injectables/LocationService.html",[907,1.212,1218,3.149]],["body/injectables/LocationService.html",[3,0.131,4,0.102,5,0.074,10,0.458,12,1.287,19,3.136,21,0.623,23,1.538,24,0.011,44,2.67,83,0.131,84,0.007,85,0.008,86,0.007,87,0.146,103,1.115,110,1.118,112,1.095,117,1.399,118,0.754,136,1.2,158,1.872,164,0.465,170,2.404,171,2.883,270,0.595,419,3.284,420,2.883,440,3.45,555,4.126,576,2.575,636,2.404,670,2.67,783,2.883,907,1.982,910,2.772,924,2.772,945,4.128,946,6.168,1218,5.15,1240,6.352,1517,4.908,1518,6.123,1519,6.123,1520,6.988,1521,5.586,1522,6.968,1523,5.586,1524,5.586,1525,6.968,1526,5.586,1527,5.586,1528,5.586,1529,5.586,1530,5.586,1531,5.586,1532,5.586]],["title/interceptors/LoggingInterceptor.html",[771,2.945,1351,2.505]],["body/interceptors/LoggingInterceptor.html",[3,0.112,4,0.087,5,0.063,7,1.614,10,0.391,12,1.269,21,0.516,23,1.159,24,0.011,26,1.605,60,1.92,74,1.703,76,4.099,83,0.112,84,0.006,85,0.007,86,0.006,87,0.124,91,2.8,103,1.006,110,0.953,112,0.842,117,1.159,118,0.624,136,0.949,158,1.48,164,0.443,166,2.458,167,1.741,180,2.512,211,1.354,270,0.507,333,1.121,386,3.188,420,2.458,425,3.698,537,2.778,555,3.367,560,4.704,576,2.195,636,2.049,688,2.941,771,4.348,783,2.458,846,2.458,883,2.619,888,3.246,907,1.789,908,2.941,909,2.941,1057,3.803,1351,3.698,1352,3.519,1354,5.536,1355,4.099,1356,5.913,1357,4.87,1358,6.303,1359,4.648,1362,4.348,1364,4.405,1365,4.648,1366,5.536,1367,5.536,1369,4.648,1370,4.648,1371,4.348,1372,4.648,1375,3.519,1376,4.648,1382,3.519,1435,4.184,1503,5.526,1506,3.803,1533,4.184,1534,4.648,1535,4.762,1536,4.762,1537,5.526,1538,6.29,1539,4.762,1540,4.762,1541,6.29,1542,4.762,1543,4.762,1544,6.29,1545,4.762,1546,4.762,1547,4.762,1548,4.762]],["title/injectables/LoggingService.html",[386,1.665,907,1.212]],["body/injectables/LoggingService.html",[3,0.111,4,0.162,5,0.063,10,0.389,11,1.032,12,1.402,21,0.694,23,1.155,24,0.011,60,3.286,83,0.111,84,0.006,85,0.007,86,0.006,87,0.124,103,1.003,110,0.948,112,1.131,117,1.524,118,0.821,136,1.23,164,0.356,249,2.096,253,1.783,270,0.505,333,2.096,386,2.449,636,2.039,670,2.264,788,3.783,789,5.611,907,1.783,910,2.351,924,2.351,1549,4.162,1550,7.025,1551,6.172,1552,6.268,1553,6.268,1554,6.268,1555,6.268,1556,6.268,1557,6.268,1558,6.268,1559,4.737,1560,7.476,1561,6.268,1562,6.268,1563,4.737,1564,6.268,1565,4.737,1566,6.268,1567,4.737,1568,6.268,1569,4.737,1570,6.268,1571,4.737,1572,6.268,1573,4.737,1574,6.268,1575,4.737,1576,4.737,1577,6.268,1578,4.737,1579,4.737,1580,4.737,1581,3.783,1582,4.737,1583,4.737,1584,4.737,1585,4.737,1586,4.737,1587,4.737,1588,4.737]],["title/directives/MenuSelectionDirective.html",[316,1.212,360,1.354]],["body/directives/MenuSelectionDirective.html",[3,0.123,4,0.096,5,0.07,7,1.534,10,0.43,12,0.888,21,0.43,24,0.011,74,1.879,83,0.123,84,0.006,85,0.008,86,0.006,87,0.192,103,1.071,110,1.049,112,0.896,117,0.966,118,0.52,128,6.207,136,0.791,164,0.298,180,2.388,213,1.575,216,2.189,249,1.618,270,0.558,278,1.532,314,2.252,315,2.541,316,1.904,359,1.666,360,2.127,636,2.255,658,3.873,673,4.605,699,4.605,700,4.605,737,4.959,738,5.099,739,4.186,740,3.623,741,4.186,742,4.186,743,4.186,744,4.605,745,4.605,747,4.605,748,4.605,749,4.605,750,4.605,1257,4.362,1386,4.628,1534,4.947,1589,5.891,1590,4.605,1591,6.207,1592,5.346,1593,5.881,1594,6.694,1595,6.694,1596,7.771,1597,4.186,1598,6.667,1599,6.207,1600,6.207,1601,5.241,1602,5.45,1603,5.346,1604,5.346,1605,5.346,1606,4.947,1607,4.362,1608,4.947,1609,5.346,1610,4.947,1611,5.346,1612,5.241,1613,4.186,1614,5.241,1615,5.241]],["title/directives/MenuToggleDirective.html",[316,1.212,362,1.354]],["body/directives/MenuToggleDirective.html",[3,0.126,4,0.099,5,0.072,7,1.559,10,0.441,12,0.911,21,0.441,24,0.011,74,1.805,83,0.126,84,0.006,85,0.008,86,0.006,87,0.195,103,1.089,110,1.076,112,0.911,117,0.991,118,0.534,128,6.267,136,0.812,164,0.306,180,2.428,213,1.617,216,2.225,249,1.646,270,0.573,278,1.573,314,2.29,315,2.565,316,1.936,359,1.71,362,2.163,636,2.315,737,4.999,738,5.161,739,4.297,740,3.719,741,4.297,742,4.297,743,4.297,1257,4.435,1386,4.705,1534,5.03,1589,5.963,1591,6.603,1592,5.436,1597,4.297,1598,6.706,1599,6.267,1600,6.267,1602,5.981,1603,5.436,1604,5.436,1605,5.436,1606,5.03,1607,4.435,1608,5.03,1609,5.436,1610,5.03,1611,5.436,1613,4.297,1616,4.297,1617,6.806,1618,7.846,1619,5.38,1620,5.38,1621,5.38,1622,5.38,1623,5.38,1624,5.38]],["title/interfaces/Meta.html",[0,0.853,52,2.392]],["body/interfaces/Meta.html",[0,1.61,1,3.826,2,1.588,3,0.098,4,0.077,5,0.056,6,2.732,7,0.961,8,1.909,9,2.992,10,0.344,11,0.95,13,4.266,14,3.241,15,2.865,16,3.99,17,4.077,18,3.99,19,3.707,20,3.407,21,0.612,22,3.104,23,1.625,24,0.011,25,2.26,26,1.815,27,0.935,28,2.081,29,2.898,30,3.098,31,3.394,33,3.098,34,3.098,35,2.898,36,2.898,37,3.098,38,1.804,39,3.99,40,3.99,41,3.99,42,3.761,43,3.761,44,2.004,45,3.99,46,3.098,47,3.565,48,1.893,49,3.99,50,3.99,51,3.99,52,4.787,53,3.99,54,3.394,55,4.343,56,2.465,57,3.4,58,2.465,59,2.354,60,1.69,61,3.394,62,2.465,63,3.104,64,2.393,65,3.394,66,3.881,67,3.244,68,4.266,69,3.761,70,2.354,71,3.761,72,2.164,73,1.099,74,1.014,75,3.565,76,2.732,77,2.187,78,2.732,79,3.761,80,2.865,81,2.898,82,0.886,83,0.098,84,0.005,85,0.007,86,0.005]],["title/interfaces/MetaResponse.html",[0,0.853,71,2.776]],["body/interfaces/MetaResponse.html",[0,1.615,1,3.549,2,1.608,3,0.1,4,0.078,5,0.056,6,2.767,7,0.973,8,1.871,9,2.709,10,0.348,11,0.959,13,4.303,14,3.27,15,2.89,16,4.025,17,4.104,18,4.025,19,3.731,20,3.43,21,0.587,22,3.131,23,1.626,24,0.011,25,2.273,26,1.824,27,0.947,28,2.107,29,2.936,30,3.138,31,3.423,33,3.138,34,3.138,35,2.936,36,2.936,37,3.138,38,1.827,39,4.025,40,4.025,41,4.025,42,3.794,43,3.794,44,2.03,45,4.025,46,3.138,47,3.597,48,1.898,49,4.025,50,4.025,51,4.025,52,4.843,53,4.025,54,3.423,55,3.994,56,2.496,57,3.177,58,2.496,59,2.384,60,1.712,61,3.423,62,2.496,63,3.131,64,2.406,65,2.496,66,3.907,67,3.254,68,3.138,69,2.767,70,3.27,71,4.33,72,3.69,73,1.113,74,1.027,75,3.597,76,2.767,77,2.206,78,2.767,79,3.794,80,2.89,81,2.936,82,0.897,83,0.1,84,0.005,85,0.007,86,0.005]],["title/interceptors/MockBackendInterceptor.html",[1351,2.505,1625,3.149]],["body/interceptors/MockBackendInterceptor.html",[3,0.034,4,0.027,5,0.019,7,0.576,8,0.352,9,1.258,10,0.119,12,0.563,14,2.509,15,1.249,20,3.521,21,0.119,23,0.464,24,0.011,25,1.916,26,0.642,27,0.882,28,1.249,31,0.856,38,0.626,44,2.338,60,1.014,67,1.972,70,1.865,72,0.751,73,0.382,74,1.8,78,2.165,82,0.308,83,0.059,84,0.002,85,0.003,86,0.002,87,0.038,91,1.12,103,0.402,112,0.195,117,0.268,118,0.803,120,1.972,136,0.38,138,1.548,147,1.479,155,1.859,158,1.883,159,2.562,164,0.254,166,0.751,167,0.696,170,0.626,180,0.897,197,1.649,207,0.476,211,0.414,270,0.155,297,0.783,310,2.165,333,0.343,356,0.361,358,0.476,373,1.006,401,1.076,420,0.751,421,0.783,425,1.479,439,2.009,522,1.006,525,0.696,532,3.242,534,3.083,535,2.746,537,1.185,539,1.865,540,1.649,542,1.479,543,4.057,545,1.554,549,0.856,555,3.527,558,5.994,560,2.875,569,4.428,573,1.006,576,0.671,587,1.639,589,2.009,655,1.413,702,0.899,709,1.639,781,2.009,783,0.751,784,1.076,806,1.076,807,1.162,808,1.162,870,2.455,871,1.639,873,0.899,883,0.606,886,0.856,907,0.716,908,0.899,909,0.899,993,1.279,1034,1.006,1075,1.076,1116,0.856,1198,1.249,1208,2.427,1213,1.076,1214,1.859,1216,1.859,1237,2.21,1240,2.009,1242,2.21,1249,1.076,1258,1.006,1274,1.006,1352,1.076,1354,2.924,1355,1.639,1356,2.924,1357,3.26,1358,4.289,1359,1.859,1365,1.859,1366,2.924,1367,2.924,1369,4.455,1370,1.859,1371,2.735,1372,1.859,1375,1.076,1376,1.859,1377,2.21,1386,1.739,1389,2.21,1399,1.279,1400,5.348,1441,2.455,1443,1.162,1474,1.162,1492,4.993,1506,1.162,1518,2.21,1519,2.21,1520,2.21,1537,2.21,1625,2.924,1626,2.009,1627,1.162,1628,2.515,1629,2.21,1630,2.515,1631,1.455,1632,2.21,1633,2.515,1634,2.515,1635,2.515,1636,1.455,1637,3.926,1638,1.279,1639,2.009,1640,1.279,1641,2.009,1642,1.162,1643,3.16,1644,1.162,1645,2.455,1646,1.162,1647,1.162,1648,2.009,1649,1.162,1650,1.006,1651,1.162,1652,1.162,1653,1.162,1654,1.076,1655,1.162,1656,2.009,1657,1.006,1658,1.162,1659,2.21,1660,3.476,1661,1.279,1662,1.279,1663,1.279,1664,1.279,1665,1.279,1666,1.279,1667,1.279,1668,1.279,1669,1.279,1670,1.279,1671,1.279,1672,1.279,1673,1.279,1674,1.279,1675,1.279,1676,2.21,1677,1.279,1678,1.279,1679,2.21,1680,1.279,1681,1.279,1682,1.279,1683,2.919,1684,2.919,1685,1.279,1686,2.21,1687,1.279,1688,2.21,1689,2.21,1690,2.21,1691,1.279,1692,1.279,1693,1.279,1694,1.279,1695,1.279,1696,1.279,1697,1.279,1698,1.279,1699,1.279,1700,1.279,1701,1.279,1702,1.279,1703,1.279,1704,1.279,1705,1.279,1706,1.279,1707,1.279,1708,1.279,1709,1.279,1710,1.279,1711,1.279,1712,1.279,1713,1.279,1714,1.279,1715,1.279,1716,1.279,1717,1.279,1718,1.279,1719,1.279,1720,1.279,1721,1.279,1722,1.279,1723,1.279,1724,2.21,1725,1.279,1726,1.279,1727,1.279,1728,1.279,1729,1.279,1730,1.279,1731,1.279,1732,1.279,1733,1.279,1734,1.279,1735,1.279,1736,1.279,1737,2.21,1738,1.279,1739,1.279,1740,1.279,1741,2.21,1742,1.279,1743,1.279,1744,1.279,1745,1.279,1746,1.279,1747,1.279,1748,1.279,1749,1.279,1750,1.279,1751,1.279,1752,1.279,1753,1.279,1754,1.279,1755,1.279,1756,1.279,1757,1.279,1758,1.279,1759,1.279,1760,1.279,1761,1.279,1762,1.279,1763,1.279,1764,1.279,1765,1.279,1766,1.279,1767,1.279,1768,2.919,1769,1.279,1770,1.279,1771,1.279,1772,1.279,1773,1.279,1774,1.279,1775,1.279,1776,1.279,1777,1.279,1778,1.279,1779,1.279,1780,1.279,1781,1.279,1782,2.21,1783,1.279,1784,1.279,1785,1.279,1786,1.279,1787,1.279,1788,1.279,1789,1.279,1790,2.21,1791,1.279,1792,1.279,1793,1.279,1794,1.279,1795,1.279,1796,1.162,1797,1.279,1798,1.279,1799,1.279,1800,1.279,1801,0.817,1802,1.279,1803,1.279,1804,1.279,1805,1.279,1806,1.279,1807,1.279,1808,1.279,1809,2.21,1810,1.279,1811,1.279,1812,2.21,1813,1.279,1814,1.279,1815,1.279,1816,1.279,1817,1.279,1818,1.279,1819,1.279,1820,1.279,1821,1.279,1822,1.279,1823,1.279,1824,1.279,1825,1.279,1826,1.279,1827,1.279,1828,1.279,1829,2.919,1830,1.279,1831,1.279,1832,1.279,1833,1.279,1834,1.279,1835,1.279,1836,1.279,1837,1.279,1838,1.279,1839,1.279,1840,1.279,1841,1.279,1842,1.279,1843,1.279,1844,1.279,1845,1.279,1846,1.279,1847,1.279,1848,2.21,1849,1.279,1850,1.279,1851,1.279,1852,1.279,1853,1.279,1854,1.279,1855,1.279,1856,1.279,1857,1.279,1858,1.279,1859,1.279,1860,1.279,1861,1.279,1862,1.279,1863,1.279,1864,1.279,1865,1.279,1866,2.21,1867,2.919,1868,1.279,1869,1.279,1870,1.279,1871,1.279,1872,2.919,1873,2.919,1874,1.279,1875,2.21,1876,1.279,1877,1.279,1878,1.279,1879,1.279,1880,1.279,1881,1.279,1882,1.279,1883,1.279,1884,1.279,1885,1.279,1886,1.279,1887,1.279,1888,1.279,1889,1.279,1890,2.919,1891,1.279,1892,1.279,1893,1.279,1894,1.279,1895,1.279,1896,1.279,1897,1.279,1898,1.279,1899,1.279,1900,1.279,1901,1.279,1902,1.279,1903,1.279,1904,1.279,1905,1.279,1906,1.279,1907,1.279,1908,1.279,1909,1.859,1910,1.162,1911,2.21,1912,2.21,1913,2.21,1914,2.21,1915,1.279,1916,1.279,1917,1.279,1918,1.279,1919,1.162,1920,1.279,1921,1.279,1922,1.279,1923,1.279,1924,1.279,1925,1.279,1926,1.279,1927,1.279,1928,1.279,1929,1.279,1930,1.279,1931,1.279,1932,1.279,1933,1.279,1934,1.279,1935,1.279,1936,1.279,1937,1.279,1938,1.279,1939,1.162,1940,1.279,1941,1.279,1942,1.279,1943,1.279,1944,1.279,1945,1.279,1946,1.279,1947,1.279,1948,1.279,1949,1.279,1950,2.919,1951,1.279,1952,1.279,1953,1.279,1954,1.279,1955,1.279,1956,1.279,1957,2.21,1958,3.476,1959,1.279,1960,1.279,1961,1.279,1962,1.279,1963,1.279,1964,1.279,1965,1.279,1966,1.279,1967,1.279,1968,1.279,1969,1.279,1970,1.279,1971,1.279,1972,1.279,1973,1.279,1974,1.279,1975,1.279,1976,1.279,1977,1.279,1978,1.279,1979,1.279,1980,1.279,1981,1.279,1982,2.21,1983,1.279,1984,1.279,1985,1.279,1986,1.076,1987,1.279,1988,1.279,1989,1.279,1990,1.279,1991,1.279,1992,1.279,1993,1.279,1994,1.279,1995,1.279,1996,1.279,1997,1.279,1998,1.279,1999,1.279,2000,1.279,2001,1.279,2002,1.279,2003,1.279,2004,1.279,2005,1.279,2006,1.279,2007,1.279,2008,1.279,2009,1.279,2010,1.279,2011,1.279,2012,1.279,2013,1.279,2014,1.279,2015,1.279,2016,1.279,2017,2.21,2018,1.279,2019,1.279,2020,1.279,2021,1.279,2022,1.279,2023,1.279,2024,1.279,2025,1.279,2026,2.21,2027,1.279,2028,1.162,2029,1.279,2030,1.279,2031,1.279,2032,1.279,2033,1.279,2034,1.279,2035,1.279,2036,1.279,2037,1.279,2038,2.21,2039,1.279,2040,1.279,2041,1.279,2042,1.279,2043,1.279,2044,1.279,2045,1.279,2046,1.279,2047,1.279,2048,1.279,2049,1.279,2050,1.279,2051,1.279,2052,1.279,2053,1.279,2054,1.279,2055,1.279,2056,2.21,2057,2.009,2058,1.279,2059,1.279,2060,1.279,2061,1.279,2062,1.279,2063,1.279,2064,1.279,2065,1.279,2066,1.279,2067,1.279,2068,1.279,2069,1.279,2070,1.279,2071,1.279,2072,1.279,2073,1.279,2074,1.279,2075,1.279,2076,1.279,2077,1.162,2078,1.279,2079,1.279,2080,1.279,2081,1.279,2082,1.279,2083,1.279,2084,1.279,2085,1.279,2086,1.279,2087,1.279,2088,1.279,2089,1.279,2090,1.279,2091,1.279,2092,1.279,2093,1.279,2094,1.279,2095,1.279,2096,1.162,2097,1.279,2098,1.279,2099,1.279,2100,1.279,2101,1.279,2102,1.279,2103,1.279,2104,1.279,2105,1.279,2106,1.279,2107,1.279,2108,1.279,2109,1.279,2110,1.279,2111,1.279,2112,1.279,2113,1.279,2114,1.279,2115,2.21,2116,1.279,2117,1.279,2118,1.279,2119,1.279,2120,1.279,2121,1.279,2122,1.279,2123,1.162,2124,1.279,2125,1.162,2126,1.279,2127,1.279,2128,1.279,2129,1.279,2130,1.279,2131,1.162,2132,1.279,2133,1.279,2134,1.279,2135,1.279,2136,1.279,2137,1.279,2138,1.279,2139,1.279,2140,1.162,2141,1.279,2142,1.279,2143,1.279,2144,1.279,2145,1.279,2146,1.279,2147,1.279,2148,1.162,2149,1.279,2150,1.162,2151,1.279,2152,1.279,2153,2.009,2154,1.279,2155,1.279,2156,1.279,2157,1.279,2158,1.279,2159,1.279,2160,1.279,2161,1.279,2162,1.279,2163,1.279,2164,1.279,2165,1.279,2166,1.279,2167,1.279,2168,1.279,2169,1.279,2170,1.279,2171,1.279,2172,1.279,2173,1.279,2174,1.279,2175,1.279,2176,1.279,2177,1.279,2178,1.279,2179,1.279,2180,1.279,2181,1.279,2182,1.279,2183,1.279,2184,1.279,2185,1.279,2186,1.279,2187,1.279,2188,1.279,2189,1.279,2190,1.279,2191,1.279,2192,1.279,2193,1.279,2194,1.279,2195,1.279,2196,1.279,2197,1.279,2198,1.279,2199,1.279,2200,1.279,2201,2.21,2202,1.279,2203,1.279,2204,1.279,2205,1.279,2206,1.279,2207,1.279,2208,1.279,2209,1.279,2210,1.279,2211,1.279,2212,1.279,2213,1.279,2214,1.279,2215,1.279,2216,1.279,2217,1.279,2218,1.279,2219,2.919,2220,1.279,2221,1.279,2222,1.279,2223,1.279,2224,1.279,2225,1.279,2226,1.279,2227,1.279,2228,1.279,2229,1.279,2230,1.279,2231,1.279,2232,1.279,2233,1.279,2234,1.279,2235,1.279,2236,1.279,2237,1.279,2238,1.279,2239,1.279,2240,1.279,2241,1.279,2242,1.279,2243,1.279,2244,1.279,2245,1.279,2246,1.279,2247,1.279,2248,1.279,2249,1.279,2250,1.279,2251,1.279,2252,1.279,2253,1.279,2254,1.279,2255,1.279,2256,1.279,2257,1.279,2258,1.279,2259,1.279,2260,1.279,2261,1.279,2262,1.279,2263,1.279,2264,1.279,2265,1.279,2266,1.279,2267,1.279,2268,1.279,2269,1.279,2270,1.279,2271,1.279,2272,1.279,2273,1.279,2274,1.279,2275,1.279,2276,1.279,2277,1.279,2278,1.279,2279,1.279,2280,1.279,2281,1.279,2282,1.279,2283,1.279,2284,1.279,2285,1.279,2286,1.279,2287,1.279,2288,1.279,2289,1.279,2290,1.279,2291,1.279,2292,1.279,2293,1.279,2294,1.279,2295,1.279,2296,1.279,2297,1.279,2298,1.279,2299,1.279,2300,1.279,2301,1.279,2302,1.279,2303,1.279,2304,1.279,2305,1.279,2306,1.279,2307,1.279,2308,2.21,2309,1.279,2310,2.009,2311,1.279,2312,1.279,2313,1.279,2314,1.279,2315,1.279,2316,1.279,2317,1.279,2318,1.279,2319,1.279,2320,1.279,2321,1.279,2322,1.279,2323,1.279,2324,1.279,2325,1.279,2326,1.279,2327,1.162,2328,1.279,2329,1.279,2330,1.279,2331,1.279,2332,1.279,2333,1.279,2334,1.279,2335,1.279,2336,1.279,2337,1.279,2338,1.279,2339,2.21,2340,2.21,2341,1.279,2342,1.279,2343,1.279,2344,1.279,2345,1.279,2346,1.279,2347,2.009,2348,1.279,2349,1.279,2350,1.279,2351,1.279,2352,1.279,2353,1.279,2354,1.279,2355,1.279,2356,1.279,2357,1.279,2358,1.279,2359,1.279,2360,1.279,2361,1.279,2362,1.279,2363,1.279,2364,1.279,2365,1.279,2366,1.279,2367,1.279,2368,1.279,2369,1.162,2370,1.162,2371,1.279,2372,1.279,2373,1.279,2374,2.21,2375,1.279,2376,1.279,2377,1.279,2378,1.279,2379,1.279,2380,1.279,2381,1.279,2382,2.21,2383,1.279,2384,1.279,2385,1.279,2386,1.279,2387,1.279,2388,1.279,2389,1.279,2390,1.279,2391,1.279,2392,1.279,2393,1.279,2394,1.279,2395,1.279,2396,1.279,2397,1.279,2398,1.279,2399,1.279,2400,1.279,2401,1.279,2402,1.279,2403,1.279,2404,1.279,2405,1.279,2406,1.279,2407,1.279,2408,1.279,2409,1.162,2410,1.279,2411,1.279,2412,1.279,2413,1.279,2414,1.279,2415,2.009,2416,1.279,2417,1.279,2418,1.279,2419,1.279,2420,1.279,2421,1.279,2422,1.279,2423,1.162,2424,1.279,2425,1.279,2426,1.279,2427,1.279,2428,1.279,2429,1.279,2430,1.279,2431,1.279,2432,1.279,2433,1.279,2434,1.279,2435,1.279,2436,1.279,2437,1.279,2438,1.279,2439,1.279,2440,1.279,2441,1.279,2442,1.279,2443,1.279,2444,1.279,2445,1.279,2446,1.279,2447,1.279,2448,1.279,2449,1.279,2450,1.279,2451,1.279,2452,1.279,2453,1.279,2454,1.279,2455,1.279,2456,1.279,2457,1.279,2458,1.279,2459,1.279,2460,1.279,2461,1.279,2462,1.279,2463,1.279,2464,1.279,2465,1.279,2466,1.279,2467,1.279,2468,1.279,2469,1.279,2470,1.279,2471,1.279,2472,1.279,2473,1.279,2474,1.162,2475,1.162,2476,1.279,2477,1.006,2478,1.279,2479,3.906,2480,3.381,2481,1.279,2482,3.906,2483,4.297,2484,3.906,2485,1.279,2486,2.21,2487,3.302,2488,5.297,2489,3.569,2490,3.089,2491,3.926,2492,2.21,2493,1.279,2494,2.21,2495,1.279,2496,1.279,2497,1.279,2498,2.21,2499,1.279,2500,1.279,2501,1.279,2502,2.21,2503,1.279,2504,1.279,2505,1.279,2506,2.21,2507,1.162,2508,1.279,2509,1.279,2510,1.279,2511,1.279,2512,1.455,2513,1.455,2514,1.455,2515,1.455,2516,2.515,2517,1.279,2518,1.279,2519,1.455,2520,1.455,2521,1.455,2522,1.455,2523,1.455,2524,1.455,2525,1.455,2526,1.455,2527,1.455,2528,1.455,2529,1.455,2530,1.455,2531,2.515,2532,2.515,2533,2.21,2534,1.455,2535,1.455,2536,1.455,2537,1.455,2538,1.455,2539,1.455,2540,1.455,2541,2.515,2542,1.455,2543,1.455,2544,2.21,2545,1.455,2546,2.21,2547,1.455,2548,2.21,2549,1.279,2550,1.076,2551,1.455,2552,1.279,2553,2.009,2554,2.515,2555,2.515,2556,2.515,2557,3.322,2558,1.455,2559,2.515,2560,0.948,2561,1.455,2562,1.455,2563,1.455,2564,1.455,2565,1.455,2566,1.455,2567,1.455,2568,1.455,2569,1.455,2570,1.455,2571,1.455,2572,1.455,2573,1.455,2574,1.455,2575,1.455,2576,1.455,2577,1.455,2578,1.455,2579,1.455,2580,1.455,2581,1.455,2582,1.455,2583,1.455,2584,1.455,2585,1.455,2586,1.455,2587,1.455,2588,1.455,2589,1.455,2590,1.455,2591,1.279,2592,1.279,2593,1.162,2594,2.515,2595,1.455,2596,1.455,2597,1.162,2598,1.455,2599,2.515,2600,2.515,2601,1.455,2602,1.455,2603,1.455,2604,1.455,2605,1.455]],["title/components/NetworkStatusComponent.html",[201,0.624,338,1.393]],["body/components/NetworkStatusComponent.html",[3,0.108,4,0.084,5,0.061,8,1.482,10,0.376,11,1.009,12,0.776,21,0.503,24,0.011,27,1.022,48,1.05,73,1.201,83,0.108,84,0.005,85,0.007,86,0.005,87,0.119,99,2.273,103,0.981,110,0.917,112,0.987,114,1.498,117,0.844,118,0.732,136,0.925,164,0.261,201,1.013,202,1.456,203,2.187,204,1.634,205,1.848,206,1.634,207,1.498,211,1.744,212,2.974,213,1.377,214,2.472,215,2.472,216,2.922,217,3.169,219,2.472,221,2.472,233,3.175,249,1.784,253,1.744,269,1.848,270,0.488,313,1.268,314,2.063,315,2.005,316,1.303,317,2.711,318,1.684,319,1.498,320,2.539,321,1.456,322,1.684,323,1.684,324,1.456,325,1.684,326,1.498,327,1.684,328,1.456,329,1.684,330,1.456,331,1.684,332,1.456,333,1.078,334,1.684,335,1.498,336,2.253,337,1.587,338,2.412,339,1.684,340,1.456,341,1.684,342,1.456,343,1.684,344,1.456,345,1.684,346,1.498,347,2.253,348,1.587,349,1.456,350,1.456,351,1.684,352,1.498,353,2.253,354,1.587,355,1.498,356,1.138,357,1.456,358,1.498,359,1.456,360,1.456,361,1.684,362,1.456,363,1.684,364,1.456,365,1.684,366,1.542,367,1.634,368,1.684,537,2.187,636,1.972,2606,6.757,2607,6.143,2608,4.026,2609,6.909,2610,6.131,2611,6.909,2612,7.378,2613,4.582,2614,7.378,2615,6.131,2616,6.131,2617,4.582,2618,4.582,2619,7.378,2620,6.131,2621,4.582,2622,6.131,2623,4.582,2624,4.582,2625,6.131,2626,6.131]],["title/components/OrganizationComponent.html",[201,0.624,340,1.354]],["body/components/OrganizationComponent.html",[3,0.094,4,0.074,5,0.054,8,1.357,10,0.33,11,0.924,12,0.682,21,0.573,24,0.011,27,0.898,38,1.733,48,1.286,73,2.148,83,0.094,84,0.005,85,0.007,86,0.005,87,0.105,99,1.114,103,0.898,110,0.806,112,1.045,114,1.316,117,0.742,118,0.694,136,0.847,138,1.394,147,2.876,158,1.321,164,0.367,183,1.596,201,0.947,202,1.28,203,2.002,204,1.436,205,1.623,206,1.436,207,1.316,211,1.596,212,2.781,213,1.21,214,2.263,215,2.263,216,2.894,217,3.134,219,2.263,221,2.263,226,4.775,233,3.008,237,4.147,241,3.215,242,5.625,249,1.69,251,4.467,253,1.596,256,4.54,269,1.623,270,0.429,271,2.975,272,2.165,273,1.998,281,2.975,282,4.147,309,3.018,311,4.555,313,1.114,314,1.888,315,1.835,316,1.145,317,2.568,318,1.479,319,1.316,320,2.374,321,1.28,322,1.479,323,1.479,324,1.28,325,1.479,326,1.316,327,1.479,328,1.28,329,1.479,330,1.28,331,1.479,332,1.28,333,0.948,334,1.479,335,1.316,336,2.062,337,1.394,338,1.316,339,1.479,340,2.221,341,1.479,342,1.28,343,1.479,344,1.28,345,1.479,346,1.316,347,2.062,348,1.394,349,1.28,350,1.28,351,1.479,352,1.316,353,2.062,354,1.394,355,1.316,356,1,357,1.28,358,1.316,359,1.28,360,1.28,361,1.479,362,1.28,363,1.479,364,1.28,365,1.479,366,1.355,367,1.436,368,1.479,636,1.733,826,5.16,828,5.582,852,4.482,1097,4.274,1254,4.931,1391,4.555,1986,5.165,2627,3.537,2628,5.87,2629,6.461,2630,5.612,2631,6.461,2632,6.461,2633,5.612,2634,4.026,2635,4.026,2636,4.026,2637,4.026,2638,4.026,2639,4.026,2640,4.026,2641,7.35,2642,5.16,2643,4.026,2644,4.026,2645,4.026,2646,4.026,2647,5.612,2648,5.612,2649,4.931,2650,5.612,2651,5.612,2652,5.612,2653,5.612,2654,4.931,2655,5.612,2656,5.612,2657,5.612,2658,5.612,2659,5.612,2660,5.612]],["title/classes/PGPSigner.html",[87,0.111,2661,2.776]],["body/classes/PGPSigner.html",[0,1.364,3,0.069,4,0.054,5,0.039,7,1.484,9,2.043,10,0.241,11,0.735,12,1.02,21,0.644,23,1.541,24,0.011,48,1.022,55,4.503,56,3.171,57,3.259,58,3.807,59,4.28,60,3.387,61,4.864,62,4.008,63,3.925,64,2.179,66,1.728,72,2.303,73,1.17,74,1.566,77,1.69,82,0.621,83,0.069,84,0.003,85,0.005,86,0.003,87,0.077,89,1.459,91,2.681,98,3.171,103,0.714,104,3.497,105,2.31,110,0.588,112,1.063,117,1.11,118,0.598,129,4.376,136,1.102,137,1.764,138,2.243,139,4.443,158,1.05,164,0.307,166,1.517,167,0.813,180,2.666,189,1.048,211,1.269,249,1.713,253,1.939,278,2.185,333,1.05,386,2.663,423,1.815,429,3.332,688,4.211,697,2.908,715,2.032,721,3.925,726,1.915,775,1.65,846,1.517,848,3.644,883,1.858,888,2.303,897,3.332,926,4.211,1040,4.713,1052,1.65,1204,3.636,1265,3.085,1364,2.623,1492,3.085,2560,3.515,2661,3.515,2662,5.231,2663,2.032,2664,3.298,2665,4.785,2666,3.298,2667,3.986,2668,5.269,2669,3.986,2670,3.986,2671,5.725,2672,3.921,2673,3.564,2674,4.785,2675,3.298,2676,4.462,2677,3.298,2678,4.451,2679,3.298,2680,2.939,2681,2.939,2682,2.939,2683,2.939,2684,2.939,2685,2.939,2686,5.038,2687,2.939,2688,3.986,2689,2.939,2690,3.986,2691,4.967,2692,2.939,2693,3.729,2694,3.986,2695,2.939,2696,3.986,2697,3.515,2698,3.986,2699,2.939,2700,3.729,2701,2.172,2702,2.172,2703,2.172,2704,3.298,2705,2.172,2706,2.172,2707,2.172,2708,2.172,2709,2.172,2710,2.172,2711,3.298,2712,3.298,2713,2.172,2714,2.172,2715,2.032,2716,2.172,2717,3.298,2718,2.172,2719,2.172,2720,2.172,2721,2.172,2722,2.172,2723,2.172,2724,2.172,2725,2.172,2726,2.172,2727,2.172,2728,2.172,2729,3.298,2730,2.172,2731,2.172,2732,2.172,2733,2.172,2734,2.172,2735,2.172,2736,2.172,2737,2.172]],["title/components/PagesComponent.html",[201,0.624,342,1.354]],["body/components/PagesComponent.html",[3,0.118,4,0.092,5,0.067,8,1.576,10,0.413,11,1.074,21,0.413,23,1.201,24,0.01,27,1.122,48,1.153,73,1.319,83,0.118,84,0.006,85,0.008,86,0.006,87,0.131,99,1.392,110,1.447,112,0.873,114,1.645,118,0.718,164,0.286,201,1.06,202,1.599,203,2.326,204,1.795,205,2.028,206,1.795,207,1.645,213,1.512,214,2.629,215,2.629,216,2.94,217,3.192,219,2.629,221,2.629,269,2.028,270,0.536,309,3.506,313,1.392,314,2.194,315,2.132,316,1.431,317,2.812,318,1.849,319,1.645,320,2.658,321,1.599,322,1.849,323,1.849,324,1.599,325,1.849,326,1.645,327,1.849,328,1.599,329,1.849,330,1.599,331,1.849,332,1.599,333,1.184,334,1.849,335,1.645,336,2.396,337,1.743,338,1.645,339,1.849,340,1.599,341,1.849,342,2.432,343,1.849,344,1.599,345,1.849,346,1.645,347,2.396,348,1.743,349,1.599,350,1.599,351,1.849,352,1.645,353,2.396,354,1.743,355,1.645,356,1.25,357,1.599,358,1.645,359,1.599,360,1.599,361,1.849,362,1.599,363,1.849,364,1.599,365,1.849,366,1.693,367,1.795,368,1.849,775,3.661,886,4.253,2738,4.42,2739,6.52,2740,7.234,2741,6.52,2742,6.52,2743,6.52,2744,5.208,2745,6.52]],["title/modules/PagesModule.html",[462,1.148,2746,3.149]],["body/modules/PagesModule.html",[3,0.135,4,0.105,5,0.077,24,0.011,82,1.216,83,0.135,84,0.007,85,0.008,86,0.007,87,0.15,164,0.496,167,1.964,270,0.613,313,1.592,342,2.672,462,1.55,464,2.114,465,2.855,466,4.139,467,2.969,468,3.094,473,4.173,475,3.817,476,3.094,477,2.75,479,2.955,480,4.173,481,3.23,483,3.382,485,3.382,497,4.384,498,3.554,499,4.625,500,3.749,501,3.382,502,4.384,503,3.554,504,4.384,505,3.554,508,4.907,509,3.977,2746,6.451,2747,5.055,2748,5.055,2749,5.055,2750,5.812,2751,5.753,2752,5.753,2753,5.753]],["title/modules/PagesRoutingModule.html",[462,1.148,2750,2.945]],["body/modules/PagesRoutingModule.html",[3,0.138,4,0.108,5,0.078,24,0.011,74,1.42,82,1.241,83,0.138,84,0.007,85,0.008,86,0.007,87,0.153,93,3.828,164,0.442,167,1.626,201,0.861,270,0.626,275,2.159,309,3.865,342,2.285,464,2.159,479,2.993,524,3.453,525,3.713,526,4.036,527,5.031,528,4.061,529,4.061,530,3.828,531,3.628,540,2.915,812,7.296,1097,3.298,1104,3.298,1198,2.915,2750,4.97,2754,5.874,2755,5.874,2756,5.874,2757,5.874,2758,5.874,2759,5.874,2760,5.874,2761,5.874,2762,5.874,2763,5.874,2764,5.874,2765,5.874]],["title/directives/PasswordToggleDirective.html",[316,1.212,364,1.354]],["body/directives/PasswordToggleDirective.html",[3,0.113,4,0.088,5,0.064,7,1.45,10,0.394,12,0.814,21,0.581,23,1.385,24,0.011,48,1.45,67,3.297,74,1.53,83,0.113,84,0.006,85,0.007,86,0.006,87,0.184,103,1.012,110,0.962,112,1.006,117,0.885,118,0.477,136,0.725,164,0.273,180,2.257,213,1.444,216,2.069,249,1.53,270,0.512,278,1.405,314,2.129,315,2.458,316,1.8,359,1.527,364,2.011,501,4.88,625,6.606,636,2.068,738,4.375,1052,4.796,1257,4.124,1260,5.928,1273,5.051,1289,4.375,1386,4.375,1534,4.676,1591,6.005,1597,3.838,1598,6.532,1599,6.005,1600,6.005,1602,5.228,1603,5.054,1604,5.054,1605,5.054,1606,4.676,1607,4.124,1608,4.676,1609,5.054,1610,4.676,1611,5.054,1613,3.838,1616,3.838,2766,6.864,2767,6.328,2768,7.518,2769,7.075,2770,6.328,2771,7.812,2772,4.806,2773,4.806,2774,6.328,2775,4.806,2776,4.806,2777,4.806,2778,7.075,2779,7.075,2780,7.075,2781,4.222,2782,6.328,2783,7.518,2784,6.328,2785,6.328]],["title/injectables/RegistryService.html",[907,1.212,1122,2.776]],["body/injectables/RegistryService.html",[3,0.133,4,0.104,5,0.075,10,0.465,11,1.157,21,0.577,24,0.011,48,1.298,73,1.485,83,0.133,84,0.007,85,0.008,86,0.007,87,0.148,94,4.699,103,1.125,104,2.522,105,2.726,110,1.529,112,1.07,136,0.855,137,2.298,158,1.333,164,0.467,168,3.33,169,3.916,170,2.438,171,2.923,178,3.691,183,2.174,189,2.02,270,0.603,273,2.811,278,2.234,670,2.708,907,1.999,910,2.811,924,2.811,1119,3.916,1120,3.33,1122,4.581,1290,6.393,2786,4.976,2787,8.375,2788,7.992,2789,7.029,2790,5.664,2791,6.105,2792,5.664,2793,6.384,2794,7.643,2795,5.664,2796,5.664,2797,5.664,2798,5.664,2799,5.664,2800,5.664]],["title/guards/RoleGuard.html",[873,2.632,2801,3.403]],["body/guards/RoleGuard.html",[3,0.108,4,0.084,5,0.061,7,1.586,10,0.377,12,1.041,21,0.504,24,0.011,25,1.954,31,4.344,38,2.645,57,2.938,74,1.112,83,0.108,84,0.005,85,0.007,86,0.005,87,0.181,91,2.737,103,0.983,110,0.92,112,0.823,117,1.133,118,0.61,136,1.115,137,2.01,138,2.398,143,3.797,144,4.249,145,4.542,147,2.737,151,4.909,158,1.629,164,0.394,167,1.273,180,2.469,197,2.283,201,0.901,207,2.01,211,1.308,244,4.56,253,1.748,270,0.49,275,1.69,311,4.005,525,2.938,535,4.722,549,4.894,555,3.309,576,2.121,613,5.357,636,1.98,670,2.199,817,6.15,873,4.564,874,3.674,876,4.909,877,5.401,878,5.902,880,3.674,882,5.401,883,2.559,884,5.108,885,4.249,886,3.614,887,4.249,888,3.172,889,4.041,890,6.961,891,6.492,893,5.401,895,4.542,896,4.909,897,3.797,898,5.401,899,4.909,900,6.492,901,4.564,902,5.401,903,5.401,904,6.082,907,1.748,908,2.841,909,2.841,910,2.283,912,4.041,2801,4.909,2802,4.041,2803,4.599,2804,4.599,2805,6.146,2806,6.146,2807,6.146,2808,6.146,2809,4.599,2810,4.599,2811,4.599,2812,4.599,2813,4.599,2814,4.599,2815,4.599]],["title/directives/RouterLinkDirectiveStub.html",[316,1.212,366,1.434]],["body/directives/RouterLinkDirectiveStub.html",[3,0.141,4,0.11,5,0.08,10,0.492,11,1.199,21,0.597,24,0.011,48,1.374,73,1.573,83,0.141,84,0.007,85,0.009,86,0.007,87,0.19,112,1.049,164,0.341,213,1.803,216,2.381,249,1.45,270,0.639,316,2.415,359,1.907,366,2.45,367,2.597,550,3.369,560,4.281,678,6.398,706,5.271,1006,5.271,1095,4.745,1141,6.398,1142,5.271,1273,4.498,1289,5.034,1602,5.794,2816,7.164,2817,6.512,2818,7.84,2819,7.282,2820,5.999,2821,5.999,2822,5.999,2823,5.999,2824,5.999,2825,5.999,2826,5.999,2827,5.999,2828,5.999,2829,5.999,2830,5.999]],["title/pipes/SafePipe.html",[1801,2.392,2831,2.945]],["body/pipes/SafePipe.html",[3,0.147,4,0.115,5,0.083,12,1.06,21,0.513,23,1.471,24,0.011,83,0.147,84,0.007,85,0.009,86,0.007,87,0.163,103,1.001,112,0.837,117,1.153,118,0.793,136,0.944,158,1.472,164,0.425,211,1.78,213,1.88,270,0.666,636,2.693,774,4.997,775,3.513,886,3.678,1801,4.193,1909,6.244,2831,5.163,2832,4.624,2833,5.497,2834,7.468,2835,4.997,2836,7.468,2837,6.376,2838,6.256,2839,5.965,2840,7.468,2841,6.256,2842,6.256]],["title/classes/Settings.html",[87,0.111,1097,2.392]],["body/classes/Settings.html",[0,1.348,3,0.124,4,0.097,5,0.07,7,1.543,10,0.434,11,1.109,12,0.897,21,0.661,24,0.011,48,1.213,63,3.985,64,2.493,73,1.388,82,1.118,83,0.124,84,0.006,85,0.008,86,0.006,87,0.176,89,2.627,92,5.568,94,4.735,99,2.279,110,1.059,112,1.078,115,3.45,117,0.975,118,0.526,165,4.38,177,5.692,180,1.888,300,6.23,356,1.673,905,4.228,1000,4.161,1097,4.623,1258,5.123,1407,6.23,1464,4.979,2550,5.764,2597,5.381,2843,4.228,2844,7.234,2845,6.511,2846,6.182,2847,5.919,2848,5.294,2849,6.853,2850,6.853,2851,5.294,2852,5.294,2853,5.294,2854,5.294,2855,4.651,2856,4.651,2857,4.651]],["title/components/SettingsComponent.html",[201,0.624,344,1.354]],["body/components/SettingsComponent.html",[3,0.086,4,0.067,5,0.049,8,1.619,10,0.3,11,0.864,12,0.889,21,0.649,23,1.306,24,0.011,25,1.667,27,0.816,47,4.557,48,1.202,67,2.115,73,0.959,83,0.144,84,0.004,85,0.006,86,0.004,87,0.095,99,1.013,103,0.839,105,2.187,110,0.732,112,1.099,114,1.196,117,0.966,118,0.786,136,1.011,137,1.715,159,2.617,164,0.432,183,1.041,189,1.305,201,0.899,202,1.163,203,1.871,204,1.305,205,1.475,206,1.305,207,1.196,211,1.492,212,2.639,213,1.1,214,2.115,215,2.115,216,2.871,217,3.105,218,3.24,219,2.115,221,2.115,233,2.882,249,1.784,269,1.475,270,0.39,273,1.816,274,1.888,309,2.82,313,1.013,314,1.765,315,1.715,316,1.041,317,2.461,318,1.344,319,1.196,320,2.253,321,1.163,322,1.344,323,1.344,324,1.163,325,1.344,326,1.196,327,1.344,328,1.163,329,1.344,330,1.163,331,1.344,332,1.163,333,0.861,334,1.344,335,1.196,336,1.928,337,1.267,338,1.196,339,1.344,340,1.163,341,1.344,342,1.163,343,1.344,344,2.129,345,1.344,346,1.196,347,1.928,348,1.267,349,1.163,350,1.163,351,1.344,352,1.196,353,1.928,354,1.267,355,1.196,356,0.909,357,1.163,358,1.196,359,1.163,360,1.163,361,1.344,362,1.163,363,1.344,364,1.163,365,1.344,366,1.231,367,1.305,368,1.344,374,4.239,376,4.897,378,4.239,379,4.239,380,3.626,381,4.63,388,3.626,399,4.239,408,4.239,409,3.418,410,3.626,412,4.239,413,3.626,414,2.529,415,1.888,416,1.967,417,1.967,418,2.26,431,2.704,433,2.704,434,2.529,435,2.704,436,2.529,443,2.704,444,2.529,454,3.626,540,3.324,636,1.574,655,3.443,681,2.922,682,4.557,704,3.626,713,2.922,720,4.608,927,5.387,940,6.483,975,3.214,1065,4.608,1097,3.761,2858,3.214,2859,6.131,2860,5.245,2861,5.387,2862,5.387,2863,5.245,2864,3.658,2865,3.658,2866,3.658,2867,3.658,2868,3.658,2869,3.658,2870,5.884,2871,3.658,2872,3.658,2873,3.658,2874,3.658,2875,3.658,2876,3.658,2877,3.658,2878,4.949,2879,3.658,2880,3.658,2881,3.658,2882,3.658,2883,5.245,2884,5.245,2885,5.245,2886,5.245,2887,5.245,2888,5.245,2889,5.245,2890,5.245]],["title/modules/SettingsModule.html",[462,1.148,2891,3.149]],["body/modules/SettingsModule.html",[3,0.123,4,0.096,5,0.07,24,0.011,82,1.109,83,0.123,84,0.006,85,0.008,86,0.006,87,0.137,164,0.506,167,1.854,270,0.559,272,2.822,313,1.453,340,2.611,344,2.611,415,2.709,416,2.822,417,2.822,462,1.414,464,1.929,465,2.605,466,3.969,467,2.709,468,2.822,473,4.077,475,3.603,476,2.822,477,2.509,479,2.79,480,3.939,481,2.947,483,3.086,485,3.086,492,4.366,493,4.632,494,4.951,495,3.878,496,4.632,497,4.138,498,3.242,499,4.366,500,3.42,501,3.086,502,4.138,503,3.242,504,4.138,505,3.242,506,4.366,507,3.42,508,4.632,509,3.628,518,5.351,2891,6.434,2892,4.611,2893,4.611,2894,4.611,2895,5.679,2896,5.248,2897,5.248,2898,4.611,2899,4.611,2900,6.7,2901,5.248,2902,6.7,2903,5.248]],["title/modules/SettingsRoutingModule.html",[462,1.148,2895,2.945]],["body/modules/SettingsRoutingModule.html",[3,0.147,4,0.115,5,0.083,24,0.011,74,1.515,82,1.324,83,0.147,84,0.007,85,0.009,86,0.007,87,0.163,164,0.47,167,1.735,201,1.096,270,0.668,275,2.303,340,2.376,344,2.376,464,2.303,479,3.113,524,3.685,525,3.819,526,4.198,527,4.697,528,4.333,529,4.333,530,4.084,531,3.871,2628,5.006,2895,5.168,2898,5.507,2899,5.507,2904,6.267]],["title/modules/SharedModule.html",[462,1.148,473,2.115]],["body/modules/SharedModule.html",[3,0.109,4,0.085,5,0.062,24,0.011,82,1.469,83,0.109,84,0.005,85,0.007,86,0.005,87,0.121,99,1.284,164,0.494,167,1.284,270,0.494,275,1.705,313,1.284,332,2.525,335,2.796,338,2.796,346,2.796,352,2.796,360,2.718,362,2.525,462,1.25,464,1.705,465,2.303,466,3.739,467,2.395,468,2.495,473,4.458,475,3.325,476,2.495,477,2.218,479,2.575,480,3.635,481,2.606,506,4.029,507,3.024,526,3.472,922,4.077,1317,3.429,1328,3.706,1343,4.077,1344,4.077,2607,3.706,2831,5.912,2905,4.077,2906,4.077,2907,4.077,2908,5.912,2909,5.912,2910,4.64,2911,4.64,2912,4.64,2913,4.64,2914,6.183,2915,4.64,2916,4.64,2917,4.64,2918,6.183,2919,4.64,2920,4.64,2921,4.64,2922,4.64]],["title/components/SidebarComponent.html",[201,0.624,346,1.393]],["body/components/SidebarComponent.html",[3,0.115,4,0.09,5,0.065,8,1.55,10,0.402,24,0.011,27,1.093,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,93,4.178,99,1.357,103,1.026,110,1.43,112,0.858,114,1.603,118,0.709,136,0.74,164,0.279,201,1.047,202,1.558,203,2.287,204,1.749,205,1.977,206,1.749,207,1.603,211,1.824,212,3.075,213,1.473,214,2.585,215,2.585,216,2.935,217,3.186,219,2.585,221,2.585,233,3.261,249,1.55,269,1.977,270,0.522,313,1.357,314,2.157,315,2.096,316,1.394,317,2.785,318,1.802,319,1.603,320,2.625,321,1.558,322,1.802,323,1.802,324,1.558,325,1.802,326,1.603,327,1.802,328,1.558,329,1.802,330,1.558,331,1.802,332,1.558,333,1.154,334,1.802,335,1.603,336,2.356,337,1.698,338,1.603,339,1.802,340,1.558,341,1.802,342,1.558,343,1.802,344,1.558,345,1.802,346,2.477,347,2.356,348,1.698,349,1.558,350,1.558,351,1.802,352,1.603,353,2.356,354,1.698,355,1.603,356,1.218,357,1.558,358,2.336,359,1.558,360,1.558,361,1.802,362,1.558,363,1.802,364,1.558,365,1.802,366,1.65,367,1.749,368,1.802,540,3.182,704,4.432,737,3.96,1097,3.6,1198,3.182,2923,4.308,2924,7.144,2925,6.411,2926,4.902,2927,4.902,2928,6.411]],["title/components/SidebarStubComponent.html",[201,0.624,348,1.476]],["body/components/SidebarStubComponent.html",[3,0.122,4,0.095,5,0.069,8,1.611,24,0.01,27,1.16,83,0.172,84,0.006,85,0.008,86,0.006,87,0.192,99,1.44,114,1.701,118,0.73,164,0.296,201,1.174,202,1.654,203,2.377,204,2.622,206,1.856,207,1.701,213,1.564,216,2.951,217,3.207,270,0.554,313,1.44,314,2.242,315,2.179,316,1.48,317,2.848,318,1.912,319,1.701,320,2.701,321,1.654,322,1.912,323,1.912,324,1.654,325,1.912,326,1.701,327,1.912,328,1.654,329,1.912,330,1.654,331,1.912,332,1.654,333,1.225,334,1.912,335,1.701,336,2.449,337,2.308,338,1.701,339,1.912,340,1.654,341,1.912,342,1.654,343,1.912,344,1.654,345,1.912,346,1.701,347,2.449,348,2.684,349,1.654,350,1.654,351,1.912,352,1.701,353,2.449,354,2.308,355,1.701,356,1.292,357,1.654,358,1.701,359,1.654,360,1.654,361,1.912,362,1.654,363,1.912,364,1.654,365,1.912,366,1.751,367,1.856,368,1.912,462,1.401,550,2.922,737,4.116,1412,3.845,1422,3.845,1423,3.845]],["title/interfaces/Signable.html",[0,0.853,2691,2.776]],["body/interfaces/Signable.html",[0,1.511,2,1.356,3,0.084,4,0.066,5,0.048,7,0.82,9,2.294,10,0.294,23,1.521,24,0.011,55,4.484,56,3.036,57,3.17,58,3.561,59,4.339,60,3.397,61,4.954,62,3.898,63,3.78,64,2.365,66,2.104,72,2.665,74,1.7,77,1.956,82,0.756,83,0.084,84,0.004,85,0.006,86,0.004,87,0.093,91,2.299,98,3.036,103,0.826,104,2.952,105,2.16,112,0.479,129,4.342,136,1.061,137,1.688,138,2.296,139,4.321,158,1.215,164,0.344,166,1.847,167,0.991,180,2.808,189,1.277,211,1.018,249,1.771,253,1.999,278,2.141,333,1.215,386,2.366,423,2.211,429,3.189,688,4.095,697,3.365,715,2.475,721,3.365,726,2.333,775,2.01,846,1.847,848,3.609,883,1.49,888,1.847,897,3.189,926,3.741,1040,4.187,1052,2.01,1204,3.401,1265,2.475,1364,2.104,2560,3.365,2661,3.365,2662,3.365,2663,2.475,2664,2.645,2665,4.476,2666,2.645,2667,2.645,2668,4.86,2669,2.645,2670,2.645,2671,5.412,2674,3.816,2675,2.645,2677,2.645,2678,3.816,2679,2.645,2686,4.9,2688,3.816,2690,3.816,2691,5.13,2693,3.57,2694,3.816,2696,3.816,2697,3.365,2698,3.816,2700,4.187,2701,2.645,2702,2.645,2703,2.645,2704,3.816,2705,2.645,2706,2.645,2707,2.645,2708,2.645,2709,2.645,2710,2.645,2711,3.816,2712,3.816,2713,2.645,2714,2.645,2715,2.475,2716,2.645,2717,3.816,2718,2.645,2719,2.645,2720,2.645,2721,2.645,2722,2.645,2723,2.645,2724,2.645,2725,2.645,2726,2.645,2727,2.645,2728,2.645,2729,3.816,2730,2.645,2731,2.645,2732,2.645,2733,2.645,2734,2.645,2735,2.645,2736,2.645,2737,2.645,2929,3.579]],["title/interfaces/Signature.html",[0,0.853,55,2.199]],["body/interfaces/Signature.html",[0,1.607,1,3.518,2,1.575,3,0.098,4,0.076,5,0.055,6,2.71,7,0.953,8,1.859,9,3.042,10,0.341,11,0.945,13,4.242,14,3.223,15,2.849,16,3.968,17,4.06,18,3.968,19,3.691,20,3.393,21,0.631,22,3.087,23,1.639,24,0.011,25,2.253,26,1.808,27,0.928,28,2.064,29,2.875,30,3.074,31,3.375,33,3.074,34,3.074,35,2.875,36,2.875,37,3.074,38,1.79,39,3.968,40,3.968,41,3.968,42,3.741,43,3.741,44,1.988,45,3.968,46,3.074,47,3.546,48,1.89,49,3.968,50,3.968,51,3.968,52,4.718,53,3.968,54,3.375,55,4.145,56,3.375,57,3.555,58,4.167,59,3.223,60,2.314,61,4.521,62,3.375,63,4.135,64,2.212,65,2.445,66,3.375,67,2.858,68,3.074,69,2.71,70,2.335,71,3.741,72,2.147,73,1.09,74,1.006,75,3.546,76,2.71,77,2.174,78,2.71,79,3.741,80,2.849,81,2.875,82,0.879,83,0.098,84,0.005,85,0.007,86,0.005]],["title/interfaces/Signature-1.html",[0,0.71,55,1.831,197,1.761]],["body/interfaces/Signature-1.html",[0,1.499,2,1.321,3,0.082,4,0.064,5,0.046,7,0.799,9,2.837,10,0.286,11,0.834,21,0.537,23,1.576,24,0.011,55,4.494,56,3.508,57,3.47,58,4.267,59,4.309,60,3.384,61,4.962,62,4.267,63,4.206,64,2.341,66,2.05,72,2.615,74,1.682,77,1.919,82,0.737,83,0.082,84,0.004,85,0.006,86,0.004,87,0.091,91,2.256,98,2.979,104,2.916,105,2.129,129,4.297,136,0.989,137,1.657,138,2.269,139,4.268,158,1.192,164,0.339,166,1.8,167,0.965,180,2.79,189,1.244,211,0.992,249,1.755,253,1.979,278,2.122,333,1.192,386,2.331,423,2.154,429,3.129,688,4.046,697,3.302,715,2.411,721,3.302,726,2.272,775,1.958,846,1.8,848,3.58,883,1.452,888,1.8,897,3.129,926,3.686,1040,4.126,1052,1.958,1204,3.351,1265,2.411,1364,2.05,2560,3.302,2661,3.302,2662,2.272,2663,2.411,2664,2.577,2665,4.41,2666,2.577,2667,2.577,2668,4.81,2669,2.577,2670,2.577,2671,5.364,2674,3.744,2675,2.577,2677,2.577,2678,3.744,2679,2.577,2686,4.84,2688,3.744,2690,3.744,2691,4.881,2693,3.503,2694,3.744,2696,3.744,2697,3.302,2698,3.744,2700,4.126,2701,2.577,2702,2.577,2703,2.577,2704,3.744,2705,2.577,2706,2.577,2707,2.577,2708,2.577,2709,2.577,2710,2.577,2711,3.744,2712,3.744,2713,2.577,2714,2.577,2715,2.411,2716,2.577,2717,3.744,2718,2.577,2719,2.577,2720,2.577,2721,2.577,2722,2.577,2723,2.577,2724,2.577,2725,2.577,2726,2.577,2727,2.577,2728,2.577,2729,3.744,2730,2.577,2731,2.577,2732,2.577,2733,2.577,2734,2.577,2735,2.577,2736,2.577,2737,2.577]],["title/interfaces/Signer.html",[0,0.853,129,2.632]],["body/interfaces/Signer.html",[0,1.456,2,1.205,3,0.075,4,0.058,5,0.042,7,1.435,9,2.143,10,0.261,12,1.135,21,0.55,23,1.534,24,0.011,55,4.526,56,2.783,57,2.995,58,3.325,59,4.289,60,3.408,61,4.895,62,3.684,63,3.602,64,2.254,66,1.87,72,2.444,74,1.62,77,1.793,82,0.672,83,0.075,84,0.004,85,0.006,86,0.004,87,0.083,91,2.108,98,3.325,103,0.757,104,2.79,105,2.017,112,0.94,117,1.234,118,0.665,129,4.493,136,1.174,137,1.849,138,2.32,139,4.577,158,1.114,164,0.322,166,1.641,167,0.88,180,2.725,189,1.134,211,0.904,249,1.847,253,2.126,278,2.233,333,1.114,386,2.21,423,1.964,429,3.493,688,4.338,697,3.085,715,2.198,721,3.085,726,2.072,775,1.786,846,1.641,848,3.717,883,1.324,888,1.641,897,3.493,926,3.493,1040,3.91,1052,1.786,1204,3.518,1265,2.198,1364,1.87,2560,3.686,2661,3.085,2662,4.74,2663,2.198,2664,2.35,2665,4.63,2666,2.35,2667,2.35,2668,4.631,2669,4.18,2670,4.18,2671,5.831,2672,4.16,2673,3.781,2674,4.951,2675,2.35,2677,2.35,2678,3.499,2679,2.35,2686,5.19,2688,4.18,2690,4.18,2691,5.066,2693,3.91,2694,4.18,2696,4.18,2697,3.686,2698,4.18,2700,3.91,2701,2.35,2702,3.499,2703,3.499,2704,4.18,2705,2.35,2706,2.35,2707,2.35,2708,2.35,2709,2.35,2710,2.35,2711,3.499,2712,3.499,2713,2.35,2714,2.35,2715,2.198,2716,2.35,2717,3.499,2718,2.35,2719,2.35,2720,2.35,2721,2.35,2722,2.35,2723,2.35,2724,2.35,2725,2.35,2726,2.35,2727,2.35,2728,2.35,2729,3.499,2730,2.35,2731,2.35,2732,2.35,2733,2.35,2734,2.35,2735,2.35,2736,2.35,2737,2.35,2930,3.18,2931,3.18,2932,3.18,2933,3.18,2934,3.18,2935,3.18]],["title/interfaces/Staff.html",[0,0.853,655,2.392]],["body/interfaces/Staff.html",[0,1.411,2,2.156,3,0.134,4,0.104,5,0.076,7,1.304,10,0.467,11,1.161,21,0.675,23,1.622,24,0.011,25,2.241,26,1.954,47,5.179,57,3.37,64,1.915,67,2.842,82,1.202,83,0.134,84,0.007,85,0.008,86,0.007,104,3.88,114,2.305,118,0.832,655,4.495,848,4.166,1274,4.874,2490,5.535,2870,7.034,2936,5,2937,8.384,2938,8.005,2939,7.049,2940,6.194]],["title/interfaces/Token.html",[0,0.853,27,0.95]],["body/interfaces/Token.html",[0,1.327,2,1.957,3,0.121,4,0.095,5,0.069,7,1.184,8,1.604,10,0.424,11,1.092,12,1.386,14,2.901,21,0.704,23,1.65,24,0.011,26,1.692,27,1.994,32,4.902,38,2.855,64,1.738,80,3.292,82,1.092,83,0.121,84,0.006,85,0.008,86,0.006,116,4.774,118,0.812,120,3.398,163,5.298,1207,4.586,1208,4.06,2477,5.344,2479,4.126,2480,5.656,2482,6.534,2484,6.174,2487,3.818,2489,6.174,2490,5.344,2941,4.539,2942,6.633,2943,6.633,2944,6.633,2945,6.633,2946,6.633]],["title/components/TokenDetailsComponent.html",[201,0.624,349,1.354]],["body/components/TokenDetailsComponent.html",[3,0.099,4,0.077,5,0.056,8,1.4,10,0.346,21,0.475,24,0.011,27,1.921,65,4.538,83,0.099,84,0.005,85,0.007,86,0.005,87,0.11,99,1.166,103,0.926,110,1.324,112,1,114,1.377,118,0.742,120,2.335,136,0.874,164,0.329,183,1.198,201,0.97,202,1.339,203,2.065,204,1.502,205,1.698,206,1.502,207,1.377,211,1.647,212,2.848,213,1.266,214,2.335,215,2.335,216,2.904,217,3.146,219,2.335,221,2.335,233,3.067,249,1.723,269,1.698,270,0.449,313,1.166,314,1.948,315,1.893,316,1.198,317,2.619,318,1.548,319,1.377,320,2.432,321,1.339,322,1.548,323,1.548,324,1.339,325,1.548,326,1.377,327,1.548,328,1.339,329,1.548,330,1.339,331,1.548,332,1.339,333,0.991,334,1.548,335,1.377,336,2.128,337,1.459,338,1.377,339,1.548,340,1.339,341,1.548,342,1.339,343,1.548,344,1.339,345,1.548,346,1.377,347,2.128,348,1.459,349,2.265,350,1.339,351,1.548,352,1.377,353,2.128,354,1.459,355,1.377,356,1.046,357,1.339,358,1.377,359,1.339,360,1.339,361,1.548,362,1.339,363,1.548,364,1.339,365,1.548,366,1.417,367,1.502,368,1.548,421,2.265,460,3.773,1095,2.745,1208,2.874,1273,3.577,1289,4.003,2327,4.625,2477,4.003,2480,4.003,2487,4.279,2490,4.003,2947,6.782,2948,5.704,2949,3.364,2950,5.814,2951,5.088,2952,6.782,2953,5.088,2954,5.814,2955,5.79,2956,4.212,2957,6.261,2958,3.701,2959,3.701,2960,4.625,2961,3.701,2962,4.212,2963,5.79,2964,5.79,2965,5.79,2966,5.79,2967,5.79,2968,5.79,2969,5.79,2970,5.79,2971,5.79,2972,5.79,2973,5.79,2974,5.79,2975,5.79]],["title/pipes/TokenRatioPipe.html",[1801,2.392,2908,2.945]],["body/pipes/TokenRatioPipe.html",[3,0.149,4,0.116,5,0.084,12,1.075,21,0.521,24,0.011,48,1.725,73,1.663,77,2.852,83,0.149,84,0.007,85,0.009,86,0.007,87,0.165,103,1.015,112,0.849,117,1.169,118,0.797,136,0.958,158,1.493,164,0.361,211,1.804,213,1.907,270,0.676,460,4.907,1657,4.386,1801,4.228,2832,4.688,2835,5.067,2837,6.414,2839,6.014,2908,5.206,2976,6.616,2977,5.574,2978,7.53,2979,6.343,2980,6.343,2981,6.343]],["title/classes/TokenRegistry.html",[87,0.111,2982,3.149]],["body/classes/TokenRegistry.html",[0,0.689,3,0.081,4,0.063,5,0.046,7,1.491,8,1.848,10,0.282,11,0.826,12,1.003,21,0.593,23,1.523,24,0.011,26,2.091,27,1.977,67,1.387,74,1.432,79,2.242,80,4.101,83,0.081,84,0.004,85,0.006,86,0.004,87,0.09,89,1.708,91,2.234,92,4.5,94,5.056,95,4.409,96,4.409,97,6.717,98,2.95,99,1.915,100,4.861,101,6.348,102,6.85,103,0.803,104,3.471,105,2.895,110,0.689,111,4.409,112,0.998,114,1.641,115,3.859,116,4.893,117,1.091,118,0.687,119,5.527,120,3.443,121,2.748,130,5.77,133,5.77,134,6.348,136,1.212,137,2.362,155,4.81,158,1.532,159,1.344,163,5.77,164,0.337,165,3.655,166,1.776,167,0.952,168,2.023,169,2.379,170,1.481,171,1.776,172,2.748,173,3.469,174,2.748,176,2.748,177,2.379,178,2.242,179,3.023,180,2.322,181,4.409,182,3.023,183,0.979,184,3.023,185,4.409,186,3.023,189,2.112,200,3.023,1116,2.023,1198,3.932,1247,4.242,1252,4.409,2982,3.708,2983,6.106,2984,2.748,2985,5.018,2986,7.224,2987,5.018,2988,3.441,2989,3.441,2990,5.018,2991,3.441,2992,6.96,2993,6.509,2994,3.441,2995,3.441,2996,5.018,2997,5.018,2998,3.441,2999,7.921,3000,3.441,3001,5.018,3002,3.441,3003,3.023,3004,3.441,3005,3.441,3006,3.441,3007,3.441,3008,3.441]],["title/injectables/TokenService.html",[907,1.212,3009,2.776]],["body/injectables/TokenService.html",[3,0.09,4,0.07,5,0.051,10,0.314,11,0.892,12,1.222,21,0.673,23,1.449,24,0.011,26,0.977,27,1.809,48,1.566,73,1.792,74,1.934,77,2.381,83,0.09,84,0.005,85,0.006,86,0.005,87,0.1,94,3.696,103,0.867,105,3.085,110,0.766,112,1.132,117,1.329,118,0.716,120,2.535,136,1.187,137,2.749,158,1.763,159,2.116,164,0.438,183,2.13,189,3.018,194,3.363,197,1.9,249,1.31,270,0.408,278,1.838,421,2.058,429,3.883,555,3.005,562,5.021,576,1.765,636,1.647,670,1.83,783,1.975,907,1.541,910,1.9,924,1.9,938,5.051,945,2.828,946,5.535,974,6.15,1062,5.021,1119,2.646,1120,2.25,1122,2.494,1123,3.057,1131,3.057,1198,3.12,1208,2.688,2544,6.006,2546,4.759,2591,3.363,2592,3.363,2593,4.326,2793,5.021,2982,5.69,3009,3.53,3010,3.363,3011,6.286,3012,6.286,3013,5.416,3014,5.416,3015,5.416,3016,6.835,3017,6.835,3018,5.416,3019,5.416,3020,3.827,3021,5.416,3022,3.827,3023,3.827,3024,3.827,3025,5.416,3026,3.827,3027,3.827,3028,3.827,3029,3.827,3030,3.827,3031,5.416,3032,3.827,3033,3.827,3034,3.827,3035,4.759,3036,3.827,3037,5.416,3038,3.827,3039,3.827,3040,3.363,3041,3.827,3042,3.827,3043,3.827,3044,3.827,3045,3.827,3046,4.759,3047,3.827,3048,3.827,3049,3.827,3050,3.827,3051,3.827,3052,3.827,3053,3.363,3054,3.827,3055,3.827,3056,3.363,3057,3.827,3058,3.827,3059,3.827,3060,3.827,3061,3.827,3062,3.827,3063,3.827,3064,3.827,3065,6.286,3066,6.286,3067,3.827,3068,3.827,3069,3.827]],["title/classes/TokenServiceStub.html",[87,0.111,3070,3.403]],["body/classes/TokenServiceStub.html",[3,0.152,4,0.119,5,0.086,10,0.533,12,1.099,21,0.533,23,1.494,24,0.01,83,0.152,84,0.008,85,0.009,86,0.008,87,0.169,89,3.221,103,1.221,112,0.869,117,1.196,118,0.758,136,0.98,158,1.528,550,3.644,883,3.178,1208,3.788,1645,4.796,2477,4.487,3070,6.096,3071,6.706,3072,7.632,3073,7.632,3074,6.49]],["title/components/TokensComponent.html",[201,0.624,350,1.354]],["body/components/TokensComponent.html",[3,0.086,4,0.067,5,0.049,8,1.267,10,0.3,11,0.863,12,1.038,21,0.638,23,1.129,24,0.011,27,1.765,48,1.201,73,0.958,83,0.144,84,0.004,85,0.006,86,0.004,87,0.095,99,1.012,103,0.839,105,2.186,110,1.049,112,1.088,114,1.195,117,1.129,118,0.797,120,2.699,136,1.01,137,1.714,159,2.615,164,0.442,183,1.04,189,1.87,201,0.898,202,1.162,203,1.87,204,1.304,205,1.474,206,1.304,207,1.195,211,1.491,212,2.637,213,1.098,214,2.113,215,2.113,216,2.871,217,3.105,218,3.237,219,2.113,221,2.113,233,2.881,244,4.085,249,1.783,253,1.04,269,1.474,270,0.389,273,1.814,274,1.886,275,1.343,278,1.791,309,2.818,313,1.012,314,1.763,315,1.714,316,1.04,317,2.46,318,1.343,319,1.195,320,2.252,321,1.162,322,1.343,323,1.343,324,1.162,325,1.343,326,1.195,327,1.343,328,1.162,329,1.343,330,1.162,331,1.343,332,1.162,333,0.86,334,1.343,335,1.195,336,1.926,337,1.266,338,1.195,339,1.343,340,1.162,341,1.343,342,1.162,343,1.343,344,1.162,345,1.343,346,1.195,347,1.926,348,1.266,349,1.162,350,2.128,351,1.343,352,1.195,353,1.926,354,1.266,355,1.195,356,0.908,357,1.162,358,1.195,359,1.162,360,1.162,361,1.343,362,1.162,363,1.343,364,1.162,365,1.343,366,1.23,367,1.304,368,1.343,374,4.236,378,4.236,379,4.236,380,3.623,381,4.628,386,2.968,388,3.623,399,4.236,408,4.236,409,3.415,410,3.623,412,4.236,413,3.623,414,2.527,415,1.886,416,1.965,417,1.965,418,2.257,421,1.965,431,2.701,433,2.701,434,2.527,435,2.701,436,2.527,443,2.701,444,2.527,454,3.623,460,3.415,537,1.87,1198,4.034,1208,3.322,2480,4.628,2593,4.186,2961,3.211,3009,4.806,3035,3.211,3046,4.605,3053,4.605,3056,4.605,3075,3.211,3076,6.128,3077,5.241,3078,6.128,3079,5.241,3080,3.655,3081,5.241,3082,3.655,3083,3.655,3084,3.655,3085,5.241,3086,3.655,3087,3.655,3088,3.655,3089,3.655,3090,3.655,3091,3.655,3092,2.919,3093,2.919,3094,3.655,3095,3.655,3096,3.655,3097,3.655,3098,3.655]],["title/modules/TokensModule.html",[462,1.148,3099,3.149]],["body/modules/TokensModule.html",[3,0.124,4,0.096,5,0.07,24,0.011,82,1.112,83,0.124,84,0.006,85,0.008,86,0.006,87,0.137,164,0.505,167,1.858,270,0.561,313,1.457,349,2.613,350,2.613,415,2.717,416,2.83,417,2.83,462,1.418,464,1.934,465,2.612,466,3.974,467,2.717,468,2.83,473,4.08,475,3.609,476,2.83,477,2.516,479,2.795,480,3.946,481,2.955,483,3.095,485,3.095,488,3.639,492,4.374,493,4.64,494,4.96,495,3.89,496,4.64,497,4.146,498,3.251,499,4.374,500,3.43,501,3.095,502,4.146,503,3.251,504,4.146,505,3.251,506,4.374,507,3.43,513,4.64,514,3.43,2948,3.89,3099,6.437,3100,4.625,3101,4.625,3102,4.625,3103,5.683,3104,5.263,3105,5.263,3106,4.625,3107,4.625,3108,6.712,3109,6.712,3110,5.263,3111,6.712,3112,5.263]],["title/modules/TokensRoutingModule.html",[462,1.148,3103,2.945]],["body/modules/TokensRoutingModule.html",[3,0.149,4,0.116,5,0.084,24,0.011,67,2.553,74,1.531,82,1.338,83,0.149,84,0.007,85,0.009,86,0.007,87,0.165,164,0.472,167,1.753,201,1.102,270,0.675,275,2.327,349,2.391,350,2.391,464,2.327,479,3.132,488,4.378,524,3.723,525,3.836,526,4.224,527,4.422,531,3.911,2948,4.68,3103,5.2,3106,5.564,3107,5.564,3113,6.332]],["title/components/TopbarComponent.html",[201,0.624,352,1.393]],["body/components/TopbarComponent.html",[3,0.119,4,0.093,5,0.068,8,1.586,10,0.417,24,0.01,27,1.133,83,0.119,84,0.006,85,0.008,86,0.006,87,0.132,99,1.406,103,1.05,110,1.454,112,0.878,114,1.661,118,0.721,136,0.767,164,0.289,201,1.065,202,1.615,203,2.34,204,1.812,205,2.048,206,1.812,207,1.661,211,1.866,212,3.128,213,1.527,214,2.645,215,2.645,216,2.942,217,3.194,219,2.645,221,2.645,233,3.306,249,1.586,269,2.048,270,0.541,313,1.406,314,2.208,315,2.145,316,1.445,317,2.823,318,1.867,319,1.661,320,2.671,321,1.615,322,1.867,323,1.867,324,1.615,325,1.867,326,1.661,327,1.867,328,1.615,329,1.867,330,1.615,331,1.867,332,1.615,333,1.196,334,1.867,335,1.661,336,2.411,337,1.76,338,1.661,339,1.867,340,1.615,341,1.867,342,1.615,343,1.867,344,1.615,345,1.867,346,1.661,347,2.411,348,1.76,349,1.615,350,1.615,351,1.867,352,2.511,353,2.411,354,1.76,355,1.661,356,1.262,357,1.615,358,1.661,359,1.615,360,1.615,361,1.867,362,1.615,363,1.867,364,1.615,365,1.867,366,1.709,367,1.812,368,1.867,1423,4.849,3114,4.464,3115,7.267,3116,6.561,3117,5.08,3118,5.08]],["title/components/TopbarStubComponent.html",[201,0.624,354,1.476]],["body/components/TopbarStubComponent.html",[3,0.122,4,0.095,5,0.069,8,1.611,24,0.01,27,1.16,83,0.172,84,0.006,85,0.008,86,0.006,87,0.192,99,1.44,114,1.701,118,0.73,164,0.296,201,1.174,202,1.654,203,2.377,204,2.622,206,1.856,207,1.701,213,1.564,216,2.951,217,3.207,270,0.554,313,1.44,314,2.242,315,2.179,316,1.48,317,2.848,318,1.912,319,1.701,320,2.701,321,1.654,322,1.912,323,1.912,324,1.654,325,1.912,326,1.701,327,1.912,328,1.654,329,1.912,330,1.654,331,1.912,332,1.654,333,1.225,334,1.912,335,1.701,336,2.449,337,2.308,338,1.701,339,1.912,340,1.654,341,1.912,342,1.654,343,1.912,344,1.654,345,1.912,346,1.701,347,2.449,348,2.308,349,1.654,350,1.654,351,1.912,352,1.701,353,2.449,354,2.684,355,1.701,356,1.292,357,1.654,358,1.701,359,1.654,360,1.654,361,1.912,362,1.654,363,1.912,364,1.654,365,1.912,366,1.751,367,1.856,368,1.912,462,1.401,550,2.922,737,3.214,1412,3.845,1422,3.845,1423,4.924]],["title/interfaces/Transaction.html",[0,0.853,356,1.058]],["body/interfaces/Transaction.html",[0,1.652,1,4.043,2,1.675,3,0.104,4,0.081,5,0.059,7,1.013,8,1.837,9,1.675,10,0.491,11,0.985,12,1.014,21,0.705,23,1.583,24,0.011,25,1.405,26,2.107,27,1.916,38,3.653,48,1.666,64,2.447,80,2.194,82,0.934,83,0.104,84,0.005,85,0.007,86,0.005,116,2.731,118,0.594,120,3.229,164,0.251,253,1.258,356,2.219,537,1.577,759,4.212,868,4.191,901,2.731,1104,4.73,1183,3.057,1184,3.267,1185,3.267,1186,3.267,1187,3.057,1188,3.057,1189,5.219,1190,4.423,1191,4.423,1192,5.027,1193,4.423,1194,5.374,1195,3.267,1196,5.309,1197,5.032,1198,2.971,1199,4.423,1200,3.057,1201,3.267,1202,2.881,1203,2.881,1204,2.483,1205,3.267,1206,3.267,1207,3.057,1208,2.971]],["title/components/TransactionDetailsComponent.html",[201,0.624,355,1.393]],["body/components/TransactionDetailsComponent.html",[3,0.063,4,0.094,5,0.036,8,1.008,10,0.419,11,0.686,12,0.706,21,0.582,23,1.437,24,0.011,27,1.531,65,3.38,83,0.063,84,0.003,85,0.005,86,0.003,87,0.07,99,0.744,103,0.667,105,2.841,110,0.834,112,1.066,114,0.879,117,0.768,118,0.752,120,3.143,136,1.036,137,2.434,164,0.374,183,0.765,189,2.531,201,0.748,202,0.855,203,1.487,204,0.959,205,1.085,206,0.959,207,0.879,211,1.186,212,2.197,213,0.808,214,1.681,215,1.681,216,2.785,217,2.998,219,1.681,221,1.681,233,2.474,244,3.539,249,1.39,253,0.765,269,1.085,270,0.287,273,1.335,274,1.388,275,0.988,276,1.988,277,1.988,278,1.681,313,0.744,314,1.403,315,1.363,316,0.765,317,2.113,318,0.988,319,0.879,320,1.876,321,0.855,322,0.988,323,0.988,324,0.855,325,0.988,326,0.879,327,0.988,328,0.855,329,0.988,330,0.855,331,0.988,332,0.855,333,0.633,334,0.988,335,0.879,336,1.532,337,0.932,338,0.879,339,0.988,340,0.855,341,0.988,342,0.855,343,0.988,344,0.855,345,0.988,346,0.879,347,1.532,348,0.932,349,0.855,350,0.855,351,0.988,352,0.879,353,1.532,354,0.932,355,1.88,356,2.038,357,0.855,358,1.88,359,0.855,360,0.855,361,0.988,362,0.855,363,0.988,364,0.855,365,0.988,366,0.905,367,0.959,368,0.988,453,5.687,458,3.081,460,2.717,521,2.148,522,1.86,537,1.487,683,4.24,714,1.988,759,1.446,868,2.575,880,2.148,1095,1.753,1188,4.55,1192,4.55,1196,4.289,1197,4.065,1200,2.882,1202,2.717,1203,2.717,1208,3.267,1273,2.575,1289,2.882,1607,4.289,2560,1.753,2949,2.148,2950,4.485,2951,3.663,2952,6.032,2953,3.663,2954,4.485,2957,5.052,2958,2.363,2959,2.363,2960,3.33,3009,4.474,3092,2.148,3093,2.148,3119,7.059,3120,6.417,3121,5.104,3122,5.104,3123,6.221,3124,6.032,3125,5.104,3126,4.169,3127,5.75,3128,5.75,3129,5.75,3130,5.75,3131,5.104,3132,5.75,3133,4.169,3134,2.69,3135,2.69,3136,4.169,3137,2.69,3138,2.69,3139,2.69,3140,2.69,3141,2.69,3142,2.69,3143,2.69,3144,2.69,3145,2.69,3146,2.148,3147,2.69,3148,2.69,3149,5.104,3150,2.69,3151,2.69,3152,2.69,3153,2.69,3154,2.69,3155,2.363,3156,2.363,3157,2.69,3158,2.69,3159,2.69,3160,2.69,3161,2.69,3162,2.69,3163,2.69,3164,2.69,3165,2.69,3166,2.69,3167,2.69,3168,2.69,3169,2.363,3170,2.69,3171,2.69,3172,2.363,3173,2.69,3174,5.75,3175,5.75,3176,3.663,3177,4.169,3178,3.663,3179,3.663,3180,4.169,3181,4.169,3182,4.169,3183,3.663,3184,4.169,3185,4.169,3186,5.75,3187,5.75,3188,5.75,3189,4.169,3190,4.169,3191,4.169,3192,5.75,3193,4.169,3194,4.169,3195,4.169,3196,4.169,3197,5.75,3198,4.169]],["title/injectables/TransactionService.html",[683,2.632,907,1.212]],["body/injectables/TransactionService.html",[3,0.065,4,0.051,5,0.037,8,0.675,9,1.625,10,0.229,11,0.706,12,1.216,21,0.628,22,1.501,23,1.478,24,0.011,25,0.887,26,2.155,48,1.645,52,1.567,73,1.537,74,2.026,75,3.621,77,1.625,83,0.065,84,0.006,85,0.005,86,0.003,87,0.073,94,3.071,103,0.686,105,2.769,110,0.858,112,1.082,117,1.323,118,0.713,120,2.364,136,1.112,137,2.348,158,1.572,164,0.474,165,3.906,168,1.641,169,1.929,170,1.201,171,1.44,173,1.929,178,1.819,183,1.8,189,2.682,197,1.385,243,4.297,249,1.417,270,0.297,276,2.062,277,2.062,278,2.034,279,1.819,297,2.306,299,3.404,333,1.229,356,1.572,358,1.708,386,2.718,419,1.641,420,1.44,421,1.501,422,2.965,438,3.611,440,3.227,555,3.025,576,1.287,670,1.334,682,4.297,683,2.649,713,2.229,759,2.306,783,1.44,846,1.44,907,1.22,910,1.385,924,1.385,938,4.333,945,2.062,946,4.937,971,3.768,974,2.229,985,1.929,986,2.452,988,2.452,998,2.452,1000,1.724,1023,2.452,1052,1.567,1062,4.172,1092,4.683,1093,4.937,1104,2.408,1119,1.929,1120,2.522,1122,1.819,1123,2.229,1131,2.229,1154,3.426,1156,3.768,1170,3.768,1187,1.929,1203,1.819,2668,1.929,2715,1.929,2793,4.172,2862,4.59,3040,2.452,3179,2.452,3183,3.768,3199,2.229,3200,5.224,3201,5.224,3202,4.289,3203,4.289,3204,4.289,3205,3.768,3206,5.863,3207,3.768,3208,3.768,3209,5.224,3210,4.289,3211,4.289,3212,7.362,3213,2.791,3214,4.289,3215,2.791,3216,2.791,3217,2.791,3218,2.791,3219,2.791,3220,3.768,3221,2.791,3222,3.768,3223,2.791,3224,2.791,3225,5.863,3226,5.863,3227,2.791,3228,5.224,3229,4.289,3230,2.791,3231,2.791,3232,4.289,3233,2.791,3234,2.791,3235,2.791,3236,2.791,3237,2.791,3238,2.791,3239,2.452,3240,2.791,3241,2.452,3242,2.791,3243,2.791,3244,2.791,3245,2.791,3246,2.791,3247,4.289,3248,2.791,3249,2.452,3250,2.229,3251,2.791,3252,2.791,3253,2.791,3254,4.289,3255,4.289,3256,2.791,3257,2.452,3258,5.224,3259,2.791,3260,5.224,3261,4.289,3262,5.224,3263,5.224,3264,2.791,3265,4.289,3266,3.768,3267,2.791,3268,2.791,3269,2.791,3270,2.791,3271,2.791,3272,2.791,3273,2.791,3274,2.791,3275,4.289,3276,4.289,3277,2.791,3278,2.791,3279,2.791,3280,2.791,3281,2.791,3282,4.289,3283,2.791,3284,4.289,3285,2.452,3286,4.289,3287,2.791,3288,2.791,3289,2.791,3290,2.791,3291,2.791,3292,2.791,3293,2.791,3294,2.791,3295,2.791,3296,2.791,3297,2.791,3298,2.791,3299,2.791,3300,2.791,3301,2.791,3302,2.791,3303,2.791,3304,2.791,3305,2.791,3306,2.791,3307,2.791,3308,2.791,3309,2.791,3310,2.791,3311,2.791,3312,2.791,3313,2.791,3314,2.791,3315,2.791,3316,2.791,3317,2.791,3318,2.791,3319,2.791,3320,2.791,3321,2.791,3322,2.791,3323,2.791,3324,2.791,3325,2.791,3326,2.791,3327,2.791,3328,2.791,3329,2.791,3330,2.791,3331,2.791,3332,2.791,3333,2.791,3334,2.791,3335,2.791,3336,2.791,3337,2.791,3338,2.791]],["title/classes/TransactionServiceStub.html",[87,0.111,3339,3.403]],["body/classes/TransactionServiceStub.html",[3,0.139,4,0.109,5,0.079,10,0.487,12,1.322,21,0.64,24,0.011,26,2.224,83,0.139,84,0.007,85,0.009,86,0.007,87,0.155,89,2.944,103,1.157,112,1.044,117,1.437,118,0.774,136,1.178,158,1.396,164,0.337,249,1.964,356,1.473,550,3.33,555,3.729,576,2.735,759,3.189,883,3.382,1092,4.737,1093,5.765,1154,5.776,3205,6.354,3207,6.354,3208,6.354,3212,6.854,3220,6.354,3222,6.354,3339,5.776,3340,7.136,3341,5.931,3342,5.931,3343,5.211,3344,5.931,3345,5.931]],["title/components/TransactionsComponent.html",[201,0.624,357,1.354]],["body/components/TransactionsComponent.html",[3,0.07,4,0.055,5,0.04,8,1.093,10,0.245,11,0.744,12,0.923,21,0.684,23,1.313,24,0.011,26,1.153,27,0.667,48,1.721,73,1.593,83,0.128,84,0.004,85,0.005,86,0.004,87,0.078,99,0.827,103,0.723,105,1.944,110,0.904,112,1.11,114,0.978,117,1.004,118,0.681,136,1.036,137,1.478,159,2.867,164,0.417,183,0.85,189,2.448,201,0.799,202,0.95,203,1.612,204,1.066,205,1.205,206,1.066,207,0.978,211,1.286,212,2.346,213,0.899,214,1.823,215,1.823,216,2.817,217,3.038,218,2.792,219,1.823,221,1.823,233,2.615,243,4.401,249,1.851,253,0.85,269,1.205,270,0.318,273,1.484,274,1.543,278,1.776,279,1.948,297,2.431,299,1.948,309,2.431,313,0.827,314,1.521,315,1.478,316,0.85,317,2.233,318,1.099,319,0.978,320,2.003,321,0.95,322,1.099,323,1.099,324,0.95,325,1.099,326,0.978,327,1.099,328,0.95,329,1.099,330,0.95,331,1.099,332,0.95,333,0.704,334,1.099,335,0.978,336,1.661,337,1.036,338,0.978,339,1.099,340,0.95,341,1.099,342,0.95,343,1.099,344,0.95,345,1.099,346,0.978,347,1.661,348,1.036,349,0.95,350,0.95,351,1.099,352,0.978,353,1.661,354,1.036,355,0.978,356,1.901,357,1.931,358,2.578,359,0.95,360,0.95,361,1.099,362,0.95,363,1.099,364,0.95,365,1.099,366,1.006,367,1.066,368,1.099,374,3.768,375,4.789,377,4.789,378,3.768,379,3.768,380,3.125,381,4.2,388,3.125,399,3.768,401,4.49,403,4.852,405,3.61,406,3.972,408,3.768,409,2.946,410,3.125,412,3.768,413,3.125,414,2.067,415,1.543,416,1.608,417,1.608,418,1.847,419,1.758,420,1.543,421,1.608,434,3.125,436,3.125,438,2.067,440,1.847,441,2.067,444,2.067,453,5.071,454,3.125,458,3.34,460,3.959,537,1.612,683,4.401,714,2.209,1081,5.071,1196,3.959,1197,3.752,2548,2.627,2642,3.61,3009,4.644,3092,2.388,3093,2.388,3124,6.261,3155,2.627,3156,2.627,3172,2.627,3176,3.972,3178,3.972,3257,2.627,3285,3.972,3346,2.627,3347,5.45,3348,5.45,3349,4.52,3350,5.45,3351,5.45,3352,5.45,3353,5.45,3354,6.075,3355,6.075,3356,4.52,3357,2.99,3358,4.52,3359,2.99,3360,2.99,3361,2.99,3362,2.99,3363,2.99,3364,4.52,3365,2.99,3366,2.99,3367,2.99,3368,2.99,3369,2.99,3370,2.99,3371,2.99,3372,2.99,3373,2.99,3374,2.99,3375,2.99,3376,4.52,3377,2.99,3378,2.99,3379,4.52,3380,4.52,3381,2.99,3382,2.99,3383,2.99,3384,2.99,3385,4.52,3386,4.52,3387,2.99,3388,2.99,3389,6.075,3390,4.52,3391,4.52,3392,4.52,3393,4.52,3394,4.52,3395,4.52,3396,4.52]],["title/modules/TransactionsModule.html",[462,1.148,474,2.945]],["body/modules/TransactionsModule.html",[3,0.122,4,0.095,5,0.069,24,0.011,82,1.551,83,0.122,84,0.006,85,0.008,86,0.006,87,0.135,164,0.505,167,1.841,270,0.553,313,1.436,355,2.842,357,2.603,415,2.678,416,2.79,417,2.79,462,1.397,464,1.907,465,2.575,466,3.947,467,2.678,468,2.79,473,4.065,474,6.038,475,3.576,476,2.79,477,2.48,479,2.769,480,3.91,481,2.913,483,3.05,485,3.05,488,3.587,492,4.334,493,4.598,494,4.915,495,3.834,496,4.598,497,4.108,498,3.205,499,4.334,500,3.381,501,3.05,502,4.108,503,3.205,504,4.108,505,3.205,506,4.334,507,3.381,508,4.598,509,3.587,513,4.598,514,3.381,520,5.844,521,4.144,522,3.587,3120,4.144,3397,4.559,3398,4.559,3399,4.559,3400,4.559,3401,5.662,3402,5.188,3403,5.188,3404,4.559,3405,5.188]],["title/modules/TransactionsRoutingModule.html",[462,1.148,3401,2.945]],["body/modules/TransactionsRoutingModule.html",[3,0.153,4,0.119,5,0.086,24,0.011,74,1.572,82,1.374,83,0.153,84,0.008,85,0.009,86,0.008,87,0.17,164,0.461,167,1.8,201,0.953,270,0.693,275,2.389,357,2.428,464,2.389,479,3.181,524,3.823,525,3.879,526,4.29,527,3.823,531,4.016,3401,5.282,3404,5.713,3406,6.502]],["title/interfaces/Tx.html",[0,0.853,1104,2.392]],["body/interfaces/Tx.html",[0,1.664,1,3.658,2,1.731,3,0.107,4,0.084,5,0.061,7,1.047,8,1.668,9,2.319,10,0.566,11,1.008,21,0.663,23,1.548,24,0.011,25,1.453,26,2.202,27,1.873,38,3.533,48,1.047,64,2.322,80,2.269,82,0.966,83,0.107,84,0.005,85,0.007,86,0.005,116,2.823,118,0.608,120,3.098,164,0.26,253,1.963,356,2.216,537,2.183,759,4.253,868,5.07,901,3.781,1104,4.535,1183,3.16,1184,3.378,1185,3.378,1186,3.378,1187,3.16,1188,3.16,1189,5.008,1190,4.523,1191,4.523,1192,4.771,1193,4.523,1194,5.447,1195,3.378,1196,4.497,1197,4.262,1198,2.269,1199,3.378,1200,5.096,1201,4.523,1202,4.803,1203,3.989,1204,3.437,1205,5.447,1206,5.447,1207,3.16,1208,3.038]],["title/interfaces/TxToken.html",[0,0.853,1189,2.776]],["body/interfaces/TxToken.html",[0,1.672,1,3.694,2,1.774,3,0.11,4,0.086,5,0.062,7,1.073,8,1.689,9,1.774,10,0.51,11,1.024,21,0.636,23,1.595,24,0.011,25,1.488,26,2.073,27,1.931,38,3.552,48,1.073,64,2.504,80,3.087,82,0.989,83,0.11,84,0.006,85,0.007,86,0.006,116,3.842,118,0.791,120,3.368,164,0.266,253,1.332,356,2.202,537,1.67,759,4.282,868,4.314,901,2.892,1104,4.472,1183,3.237,1184,3.46,1185,3.46,1186,3.46,1187,3.237,1188,3.237,1189,5.189,1190,4.597,1191,4.597,1192,4.829,1193,4.597,1194,5.162,1195,3.46,1196,4.552,1197,4.314,1198,2.324,1199,3.46,1200,3.237,1201,3.46,1202,3.051,1203,3.051,1204,2.629,1205,3.46,1206,3.46,1207,4.3,1208,3.952]],["title/pipes/UnixDatePipe.html",[1801,2.392,2909,2.945]],["body/pipes/UnixDatePipe.html",[3,0.148,4,0.116,5,0.084,12,1.071,21,0.519,24,0.011,26,2.046,83,0.148,84,0.007,85,0.009,86,0.007,87,0.165,103,1.011,112,0.846,117,1.165,118,0.796,136,0.954,158,1.488,164,0.359,183,1.798,211,1.798,213,1.9,270,0.673,458,5.553,1202,4.12,1801,4.219,1909,5.926,2832,4.672,2835,5.049,2837,6.404,2839,6.002,2909,5.195,3407,6.602,3408,5.554,3409,7.514,3410,6.321,3411,6.321,3412,6.321,3413,6.321]],["title/classes/UserServiceStub.html",[87,0.111,3414,3.403]],["body/classes/UserServiceStub.html",[3,0.073,4,0.057,5,0.042,10,0.256,11,0.77,12,1.052,14,4.413,17,4.854,19,1.755,21,0.681,22,1.681,23,1.401,24,0.011,25,2.729,26,1.697,27,1.042,38,2.011,42,2.037,43,2.037,48,1.071,67,3.49,73,1.225,77,2.353,83,0.073,84,0.004,85,0.006,86,0.004,87,0.081,89,1.551,103,0.748,112,0.934,117,1.145,118,0.813,120,3.169,136,0.938,138,2.505,147,3.22,158,1.462,164,0.178,170,1.345,197,3.842,297,3.341,310,5.243,403,6.277,532,4.368,534,4.775,535,4.561,537,2.803,540,2.32,550,1.755,555,2.676,576,1.441,587,3.648,589,3.733,641,6.355,642,5.458,702,4.31,848,1.494,871,4.048,883,3.012,1116,4.103,1639,3.733,1641,3.733,1642,4.962,1643,6.183,1644,4.962,1645,5.496,1646,3.733,1647,3.733,1648,4.962,1649,3.733,1650,4.295,1651,3.733,1652,3.733,1653,3.733,1654,4.591,1655,3.733,1656,3.733,1657,3.231,1658,3.733,2028,3.733,2123,3.733,2153,3.733,2310,2.496,2347,3.733,2415,2.496,2423,4.471,2474,5.777,2475,4.962,2533,4.106,2878,4.137,3343,2.746,3414,3.733,3415,6.355,3416,4.674,3417,4.674,3418,3.125,3419,5.598,3420,5.598,3421,5.598,3422,7.859,3423,5.598,3424,5.598,3425,7.859,3426,7.859,3427,4.674,3428,4.674,3429,4.674,3430,4.674,3431,4.674,3432,4.674,3433,4.674,3434,4.674,3435,4.674,3436,4.674,3437,4.674,3438,4.674,3439,4.674,3440,4.674,3441,4.674,3442,4.674,3443,4.674,3444,4.674,3445,4.674,3446,4.674,3447,4.674,3448,4.674,3449,3.125,3450,4.674,3451,3.125,3452,4.674,3453,3.125,3454,3.125,3455,4.674,3456,3.125,3457,3.125,3458,3.125,3459,3.125,3460,3.125,3461,3.125,3462,3.125,3463,3.125,3464,3.125,3465,3.125,3466,2.746,3467,3.125]],["title/interfaces/W3.html",[0,0.853,2846,3.149]],["body/interfaces/W3.html",[0,1.53,2,2.149,3,0.133,4,0.104,5,0.075,7,1.3,10,0.465,11,1.158,21,0.577,24,0.011,63,4.421,64,2.573,82,1.199,83,0.133,84,0.007,85,0.008,86,0.007,87,0.148,92,5.528,94,4.137,99,2.319,115,4.585,165,4.616,177,5.792,180,2.023,300,5.62,356,1.409,905,5.62,1000,3.504,1097,4.295,1258,5.684,1407,5.62,1464,4.192,2550,5.2,2597,4.531,2843,4.531,2844,6.72,2845,4.984,2846,6.076,2847,4.984,2849,6.182,2850,6.182,2855,4.984,2856,6.182,2857,6.182]],["title/injectables/Web3Service.html",[168,2.505,907,1.212]],["body/injectables/Web3Service.html",[3,0.143,4,0.112,5,0.081,10,0.501,11,1.212,21,0.501,24,0.011,83,0.143,84,0.007,85,0.009,86,0.007,87,0.159,103,1.178,104,2.72,110,1.581,112,1.058,136,0.922,158,1.438,164,0.449,165,4.919,168,4.329,170,2.629,171,3.153,183,1.738,270,0.651,278,2.31,670,2.921,907,2.094,910,3.032,924,3.032,1290,6.302,3468,5.368,3469,8.203,3470,7.362,3471,6.11,3472,7.902,3473,6.11]],["title/coverage.html",[3474,4.661]],["body/coverage.html",[0,1.661,1,1.436,5,0.038,6,4.19,15,1.436,21,0.237,22,2.37,24,0.011,27,0.645,52,1.624,55,2.275,71,1.885,75,1.787,77,3.351,84,0.003,85,0.005,86,0.003,87,0.204,88,2.31,90,4.266,129,1.787,165,2.475,168,1.701,170,2.299,173,3.048,183,0.823,201,1.234,202,0.919,208,3.873,209,2.138,210,2.541,243,1.787,256,1.787,297,4.807,316,1.829,319,0.946,321,0.919,324,0.919,326,0.946,328,0.919,330,0.919,332,0.919,333,1.406,335,0.946,337,1.002,338,0.946,340,0.919,342,0.919,344,0.919,346,0.946,348,1.002,349,0.919,350,0.919,352,0.946,354,1.002,355,0.946,356,0.718,357,0.919,360,0.919,362,0.919,364,0.919,366,0.973,369,2.541,373,2,386,1.13,418,1.787,462,1.439,487,2.31,490,2.138,532,1.555,533,4.13,542,1.701,545,1.787,547,2.31,548,2.541,549,1.701,550,4.078,584,2.541,587,1.885,613,1.885,655,1.624,669,2.541,682,1.787,683,1.787,684,1.787,759,1.555,768,2,769,1.885,770,2,771,2,784,2.138,785,2,791,2.31,821,2.541,848,2.553,859,1.885,873,2.723,875,2.541,883,2.224,907,2.226,925,2.541,926,1.787,983,2.31,985,2,1081,2.138,1082,2.541,1083,2.541,1097,1.624,1104,1.624,1122,1.885,1183,4.13,1189,1.885,1198,1.436,1209,2.541,1210,2.541,1213,2.138,1214,2.138,1216,2.138,1218,2.138,1255,2.541,1256,2.541,1286,2.31,1287,2.541,1316,2.541,1317,2.138,1318,2.541,1332,2.541,1333,2.541,1351,3.512,1353,2.541,1411,2.541,1422,3.947,1424,3.947,1425,3.947,1492,5.247,1496,2.541,1497,2.541,1508,2.541,1517,2.541,1533,2.541,1549,2.541,1589,3.521,1590,2.541,1616,3.521,1625,2.138,1626,6.062,1627,6.062,1801,2.999,1910,2.31,2409,2.31,2507,2.31,2606,2.541,2607,2.31,2608,2.541,2627,2.541,2661,1.885,2662,4.591,2663,4.13,2691,1.885,2738,2.541,2766,2.541,2786,2.541,2791,2.31,2801,2.31,2802,2.541,2816,2.541,2817,2.31,2831,2,2833,2.541,2843,3.521,2846,2.138,2858,2.541,2908,2,2909,2,2923,2.541,2936,2.541,2941,2.541,2947,2.541,2948,2.138,2949,4.266,2976,2.541,2977,2.541,2982,2.138,2983,4.266,2984,4.266,2992,2.541,3009,1.885,3010,2.541,3070,2.31,3071,2.541,3075,2.541,3114,2.541,3119,2.541,3120,2.31,3146,2.31,3199,3.521,3339,2.31,3340,2.541,3346,2.541,3407,2.541,3408,2.541,3414,2.31,3415,2.541,3468,2.541,3474,2.31,3475,2.892,3476,2.892,3477,5.341,3478,8.382,3479,8.483,3480,4.408,3481,8.003,3482,2.541,3483,2.541,3484,2.541,3485,2.541,3486,2.541,3487,5.341,3488,2.541,3489,4.771,3490,6.43,3491,7.92,3492,2.541,3493,2.541,3494,4.266,3495,2.541,3496,2.541,3497,2.541,3498,3.873,3499,3.873,3500,2.541,3501,2.541,3502,2.541,3503,2.541,3504,2.892,3505,4.408,3506,5.341,3507,4.693,3508,4.408,3509,2.541,3510,2.892,3511,2.892,3512,2.892,3513,4.408,3514,5.341,3515,6.43,3516,4.408,3517,5.341,3518,5.341,3519,4.408,3520,3.873,3521,2.892,3522,2.892,3523,2.892,3524,5.973,3525,4.408,3526,2.892,3527,2.892,3528,2.892,3529,2.541,3530,2.541,3531,2.541,3532,2.541,3533,2.892,3534,2.892,3535,2.892]],["title/dependencies.html",[465,2.546,3536,3.547]],["body/dependencies.html",[9,2.265,22,3.215,24,0.011,52,3.358,84,0.007,85,0.009,86,0.007,165,3.358,270,0.637,272,3.215,275,2.197,465,2.968,467,3.086,481,3.358,576,2.757,617,5.254,708,4.776,709,3.897,774,5.804,775,4.081,788,4.776,789,4.776,1000,3.693,1034,4.134,1119,4.134,1120,4.273,1357,3.516,3239,5.254,3241,5.254,3250,4.776,3537,7.67,3538,5.979,3539,7.267,3540,5.979,3541,5.979,3542,5.979,3543,5.979,3544,5.979,3545,5.979,3546,5.979,3547,5.979,3548,5.979,3549,5.979,3550,5.979,3551,5.979,3552,5.979,3553,5.979,3554,5.979,3555,5.979,3556,5.979,3557,5.979,3558,5.979,3559,5.979,3560,5.979,3561,5.979,3562,5.979,3563,5.979]],["title/miscellaneous/functions.html",[2553,4.097,3564,2.622]],["body/miscellaneous/functions.html",[5,0.098,7,1.851,9,3.061,10,0.376,12,1.409,21,0.649,22,3.965,24,0.011,26,1.168,32,3.382,57,2.188,64,2.481,82,0.967,84,0.005,85,0.007,86,0.005,91,2.727,100,3.992,112,0.82,117,1.532,118,0.834,130,4.893,131,4.021,133,4.893,136,1.279,137,2.003,138,1.585,139,2.982,149,4.893,159,3.282,197,2.271,249,1.669,253,1.302,333,1.625,418,3.784,573,3.164,579,5.382,702,3.784,983,4.893,1116,3.602,1273,2.827,1357,2.691,1424,3.382,1425,4.527,1493,3.655,1657,3.164,2553,3.655,2781,6.067,2791,5.515,3146,4.893,3169,4.021,3482,4.021,3483,5.382,3484,5.382,3485,4.021,3486,5.382,3488,4.021,3489,6.14,3492,4.021,3493,5.382,3494,3.655,3495,5.382,3496,5.382,3498,4.021,3499,6.067,3500,5.382,3501,5.382,3502,4.021,3503,5.382,3564,3.382,3565,4.576,3566,4.576,3567,4.576,3568,4.576,3569,5.382,3570,6.126,3571,4.576,3572,4.576,3573,4.576,3574,6.126,3575,4.576,3576,4.576,3577,4.576,3578,4.576,3579,5.382,3580,6.905,3581,4.576,3582,6.126,3583,4.576,3584,4.021,3585,4.021,3586,4.576,3587,6.126,3588,6.905,3589,7.687,3590,6.479,3591,4.576,3592,4.576,3593,4.576,3594,4.576,3595,4.576,3596,4.576,3597,4.576,3598,4.576,3599,4.576,3600,4.576,3601,4.021,3602,4.576,3603,4.576,3604,4.576,3605,6.126,3606,4.576,3607,4.576,3608,4.576,3609,4.893,3610,4.576,3611,6.126,3612,7.374,3613,5.382,3614,6.126,3615,4.576,3616,4.576,3617,6.126,3618,6.126,3619,4.576]],["title/index.html",[10,0.291,3620,3.117,3621,3.117]],["body/index.html",[4,0.088,5,0.084,24,0.007,54,2.825,73,1.26,84,0.006,85,0.007,86,0.006,99,1.33,118,0.746,170,3.362,183,1.8,201,1.037,204,1.714,217,2.682,358,1.571,462,2.203,464,1.766,477,3.025,539,2.698,540,2.385,549,3.72,552,4.222,556,5.228,573,4.891,704,3.322,731,4.222,825,4.222,871,3.132,888,2.48,895,3.551,897,2.968,1000,2.968,1034,5.198,1075,5.928,1120,2.825,1204,2.698,1251,6.216,1257,4.124,1288,4.222,1391,4.61,1499,5.56,1551,4.222,1581,5.054,1607,3.132,2057,5.651,2697,4.61,2878,3.551,3537,4.222,3601,6.216,3622,6.328,3623,4.806,3624,7.075,3625,7.812,3626,7.692,3627,8.178,3628,5.56,3629,4.806,3630,4.806,3631,6.216,3632,8.299,3633,4.806,3634,5.56,3635,4.806,3636,4.806,3637,4.806,3638,4.806,3639,4.806,3640,4.806,3641,4.222,3642,4.806,3643,4.222,3644,4.806,3645,6.864,3646,4.806,3647,4.806,3648,4.222,3649,4.806,3650,8.022,3651,4.806,3652,4.806,3653,4.806,3654,4.806,3655,6.328,3656,4.806,3657,6.216,3658,7.075,3659,4.222,3660,4.806,3661,4.806,3662,4.222,3663,5.56,3664,6.328,3665,7.518,3666,5.56,3667,4.806,3668,6.606,3669,4.806,3670,4.806,3671,6.24,3672,4.806,3673,6.328,3674,4.806,3675,4.222,3676,4.806,3677,4.806,3678,4.806,3679,4.806,3680,4.806,3681,4.806,3682,7.075,3683,4.806,3684,4.806,3685,4.806,3686,4.806,3687,4.222,3688,6.328,3689,4.806,3690,4.806,3691,4.806,3692,4.806,3693,4.806,3694,4.222,3695,4.222,3696,4.806,3697,3.838,3698,4.806,3699,4.806]],["title/license.html",[3620,3.117,3621,3.117,3700,3.117]],["body/license.html",[0,0.871,2,0.966,4,0.143,5,0.025,9,0.966,20,1.316,21,0.154,24,0.002,25,1.929,26,0.478,28,0.517,35,3.984,36,1.294,38,2.006,44,0.498,54,4.138,57,2.67,64,2.265,65,1.101,84,0.002,85,0.002,86,0.002,87,0.027,98,1.831,99,1.29,100,2.34,103,0.167,104,3.134,112,0.139,115,2.03,120,0.42,127,0.915,140,0.915,144,2.483,145,1.885,146,3.646,148,3.514,155,1.383,158,0.245,164,0.059,183,1.238,197,1.782,201,0.526,249,0.252,278,0.304,304,0.915,311,2.03,356,1.081,401,1.885,405,0.832,419,1.101,477,0.498,530,0.679,537,0.371,539,2.016,556,5.15,559,2.487,560,0.612,562,0.832,577,1.645,578,1.645,587,0.679,613,0.679,628,0.915,655,0.585,688,0.643,697,1.22,702,2.218,721,0.679,724,0.915,726,2.34,740,0.72,806,2.654,848,0.498,871,2.34,876,1.495,878,3.194,883,0.779,895,1.383,896,0.832,899,4.134,901,1.924,908,3.047,909,3.33,994,0.915,1000,0.643,1002,0.915,1010,0.915,1011,1.645,1032,0.915,1034,2.483,1052,0.585,1093,1.383,1116,2.111,1120,0.612,1158,0.915,1159,1.645,1197,1.924,1247,1.662,1249,1.383,1260,3.985,1274,1.294,1275,3.194,1278,1.645,1300,1.645,1363,0.915,1371,0.72,1391,4.898,1392,0.915,1400,1.495,1408,2.241,1419,0.915,1420,1.645,1421,1.645,1440,2.487,1445,1.495,1455,3.723,1457,0.832,1459,2.037,1488,5.507,1581,1.495,1592,0.832,1593,0.915,1606,0.769,1607,0.679,1608,1.383,1610,0.769,1629,2.736,1632,0.915,1650,1.763,1654,0.769,1796,0.832,1919,0.832,1939,0.832,1986,1.885,2077,0.832,2096,0.832,2125,0.832,2131,0.832,2140,0.832,2148,6.83,2150,4.134,2369,0.832,2370,3.194,2517,1.645,2518,1.645,2549,0.915,2550,2.302,2552,2.241,2628,1.495,2642,0.832,2649,3.155,2654,0.915,2673,0.832,2693,3.984,2697,2.03,2744,2.037,2817,0.832,2861,0.915,2878,3.646,2940,2.241,2960,2.037,3266,1.645,3466,1.645,3474,1.495,3532,0.915,3579,5.203,3584,6.184,3585,1.645,3590,0.915,3609,0.832,3613,1.645,3626,4.096,3628,2.736,3631,0.915,3634,1.645,3641,2.736,3643,2.736,3645,0.915,3648,0.915,3659,0.915,3662,4.908,3663,2.241,3666,0.915,3668,0.915,3675,2.241,3687,0.915,3694,4.096,3695,3.824,3700,7.553,3701,6.543,3702,1.041,3703,1.041,3704,2.55,3705,7.332,3706,4.661,3707,6.64,3708,7.166,3709,3.999,3710,1.041,3711,1.041,3712,1.872,3713,3.591,3714,3.591,3715,2.55,3716,2.55,3717,1.041,3718,1.041,3719,1.872,3720,3.999,3721,1.041,3722,3.999,3723,1.041,3724,1.041,3725,4.661,3726,1.041,3727,1.041,3728,1.041,3729,5.922,3730,7.953,3731,5.922,3732,2.55,3733,2.55,3734,1.872,3735,1.872,3736,4.352,3737,4.352,3738,5.922,3739,3.591,3740,1.041,3741,1.041,3742,3.114,3743,4.661,3744,1.872,3745,4.661,3746,2.55,3747,1.041,3748,1.872,3749,1.041,3750,2.55,3751,6.543,3752,3.591,3753,1.872,3754,3.114,3755,1.041,3756,1.041,3757,1.872,3758,3.114,3759,5.586,3760,1.872,3761,6.731,3762,1.872,3763,3.114,3764,4.352,3765,3.591,3766,1.041,3767,4.661,3768,3.591,3769,7.428,3770,2.55,3771,4.352,3772,1.041,3773,1.041,3774,1.041,3775,4.661,3776,1.872,3777,5.392,3778,5.175,3779,3.591,3780,1.872,3781,1.041,3782,1.041,3783,6.068,3784,1.872,3785,1.041,3786,5.762,3787,1.872,3788,1.041,3789,2.55,3790,1.041,3791,1.041,3792,1.041,3793,1.041,3794,1.041,3795,1.041,3796,1.041,3797,1.041,3798,1.041,3799,1.872,3800,1.041,3801,1.041,3802,1.041,3803,1.872,3804,1.041,3805,1.041,3806,1.872,3807,1.872,3808,5.922,3809,1.041,3810,1.872,3811,1.872,3812,1.041,3813,1.041,3814,2.55,3815,1.872,3816,2.55,3817,1.041,3818,1.041,3819,3.999,3820,1.041,3821,1.041,3822,3.591,3823,1.041,3824,1.041,3825,3.114,3826,1.041,3827,1.041,3828,1.872,3829,2.55,3830,1.041,3831,1.041,3832,4.933,3833,1.041,3834,5.922,3835,3.114,3836,3.591,3837,3.999,3838,2.55,3839,1.041,3840,2.55,3841,6.438,3842,1.872,3843,1.041,3844,1.041,3845,1.041,3846,2.55,3847,7.852,3848,5.175,3849,1.041,3850,1.041,3851,1.872,3852,1.872,3853,1.041,3854,5.175,3855,1.041,3856,3.114,3857,4.661,3858,1.041,3859,2.55,3860,2.55,3861,1.872,3862,3.999,3863,7.766,3864,2.55,3865,4.933,3866,3.114,3867,4.352,3868,1.872,3869,1.041,3870,1.872,3871,2.55,3872,4.933,3873,3.114,3874,1.041,3875,1.872,3876,1.872,3877,3.114,3878,3.114,3879,1.041,3880,2.55,3881,1.041,3882,7.104,3883,1.872,3884,1.041,3885,4.661,3886,1.041,3887,2.55,3888,6.068,3889,3.114,3890,1.872,3891,5.392,3892,3.999,3893,1.041,3894,1.041,3895,4.661,3896,1.041,3897,1.872,3898,1.041,3899,1.872,3900,2.55,3901,2.55,3902,1.041,3903,1.041,3904,1.041,3905,2.55,3906,2.55,3907,1.041,3908,1.041,3909,1.041,3910,1.872,3911,3.999,3912,1.041,3913,2.55,3914,2.55,3915,3.999,3916,2.55,3917,2.55,3918,1.041,3919,1.041,3920,3.591,3921,3.999,3922,1.041,3923,1.041,3924,1.041,3925,2.55,3926,1.041,3927,1.041,3928,1.041,3929,1.041,3930,1.041,3931,1.872,3932,1.041,3933,6.895,3934,4.661,3935,1.041,3936,1.872,3937,1.041,3938,1.041,3939,1.872,3940,1.872,3941,1.041,3942,1.041,3943,1.041,3944,1.872,3945,2.55,3946,1.041,3947,1.872,3948,1.041,3949,1.041,3950,1.041,3951,1.041,3952,5.175,3953,4.352,3954,3.114,3955,1.041,3956,3.591,3957,1.041,3958,1.872,3959,1.041,3960,1.041,3961,1.041,3962,1.041,3963,1.041,3964,2.55,3965,2.55,3966,1.041,3967,1.041,3968,1.872,3969,1.872,3970,1.872,3971,1.041,3972,1.872,3973,1.041,3974,1.041,3975,1.041,3976,1.041,3977,1.041,3978,1.041,3979,2.55,3980,1.041,3981,1.041,3982,6.068,3983,1.041,3984,1.041,3985,1.041,3986,3.591,3987,3.591,3988,1.041,3989,1.041,3990,2.55,3991,1.041,3992,1.041,3993,3.114,3994,1.041,3995,1.872,3996,1.041,3997,1.041,3998,1.041,3999,1.041,4000,1.041,4001,1.872,4002,1.872,4003,1.041,4004,2.55,4005,1.041,4006,1.041,4007,1.872,4008,1.041,4009,1.041,4010,1.041,4011,1.041,4012,1.872,4013,1.872,4014,3.999,4015,1.041,4016,1.041,4017,1.872,4018,2.55,4019,2.55,4020,3.114,4021,3.114,4022,3.114,4023,1.872,4024,1.041,4025,3.591,4026,3.591,4027,1.041,4028,1.872,4029,1.872,4030,3.591,4031,1.872,4032,3.114,4033,3.114,4034,1.872,4035,2.55,4036,5.922,4037,3.591,4038,1.041,4039,1.041,4040,1.041,4041,2.55,4042,2.55,4043,1.872,4044,1.872,4045,1.041,4046,1.041,4047,1.041,4048,1.872,4049,1.041,4050,1.041,4051,1.041,4052,2.55,4053,1.041,4054,1.041,4055,2.55,4056,1.041,4057,1.872,4058,1.041,4059,1.041,4060,1.041,4061,1.872,4062,1.872,4063,3.999,4064,6.731,4065,2.55,4066,1.872,4067,1.872,4068,1.872,4069,1.872,4070,3.114,4071,1.872,4072,1.041,4073,1.041,4074,1.041,4075,1.041,4076,3.999,4077,1.872,4078,1.041,4079,1.041,4080,1.041,4081,1.041,4082,1.872,4083,1.041,4084,1.872,4085,1.041,4086,3.591,4087,1.041,4088,1.041,4089,1.041,4090,1.041,4091,1.041,4092,1.872,4093,1.041,4094,1.041,4095,1.041,4096,2.55,4097,3.591,4098,3.114,4099,1.872,4100,1.041,4101,1.041,4102,1.041,4103,1.041,4104,1.041,4105,1.872,4106,1.041,4107,1.041,4108,2.55,4109,3.114,4110,1.041,4111,1.041,4112,1.872,4113,1.041,4114,1.041,4115,2.55,4116,1.041,4117,1.041,4118,1.041,4119,1.041,4120,1.041,4121,1.872,4122,1.041,4123,1.041,4124,1.041,4125,1.041,4126,2.55,4127,1.041,4128,1.041,4129,1.041,4130,1.041,4131,3.591,4132,1.041,4133,1.041,4134,3.114,4135,1.041,4136,1.041,4137,1.041,4138,1.041,4139,1.041,4140,1.041,4141,2.55,4142,1.041,4143,1.041,4144,1.041,4145,2.55,4146,1.041,4147,1.041,4148,2.55,4149,1.041,4150,1.872,4151,1.041,4152,1.041,4153,1.041,4154,1.041,4155,1.041,4156,1.041,4157,1.041,4158,1.041,4159,1.872,4160,1.041,4161,1.041,4162,1.041,4163,1.872,4164,1.872,4165,1.041,4166,1.041,4167,2.55,4168,1.041,4169,2.55,4170,1.872,4171,1.041,4172,1.872,4173,1.872,4174,1.041,4175,2.55,4176,4.352,4177,1.041,4178,1.872,4179,1.872,4180,1.041,4181,1.872,4182,1.041,4183,1.041,4184,1.041,4185,1.041,4186,1.041,4187,1.872,4188,1.041,4189,3.114,4190,1.041,4191,3.591,4192,1.041,4193,1.041,4194,1.041,4195,1.041,4196,1.041,4197,1.872,4198,1.872,4199,1.872,4200,2.55,4201,1.041,4202,1.872,4203,1.872,4204,1.041,4205,2.55,4206,1.041,4207,1.872,4208,1.041,4209,1.872,4210,1.041,4211,1.872,4212,1.041,4213,1.041,4214,1.872,4215,6.895,4216,1.872,4217,1.041,4218,3.591,4219,5.175,4220,2.55,4221,1.041,4222,1.041,4223,1.041,4224,3.114,4225,1.041,4226,1.041,4227,2.55,4228,1.872,4229,1.041,4230,1.041,4231,1.041,4232,1.041,4233,1.041,4234,1.041,4235,1.041,4236,1.041,4237,3.114,4238,1.872,4239,1.872,4240,1.041,4241,1.041,4242,2.55,4243,1.041,4244,1.872,4245,2.55,4246,1.872,4247,1.041,4248,1.041,4249,1.041,4250,1.041,4251,1.872,4252,2.55,4253,1.041,4254,1.041,4255,1.872,4256,1.041,4257,1.041,4258,1.041,4259,1.041,4260,1.041,4261,1.041,4262,2.55,4263,1.872,4264,1.041,4265,1.041,4266,3.114,4267,1.041,4268,2.55,4269,1.041,4270,1.041,4271,1.872,4272,1.041,4273,1.041,4274,1.041,4275,2.55,4276,1.872,4277,1.041,4278,4.352,4279,1.872,4280,2.55,4281,3.114,4282,1.041,4283,1.041,4284,1.872,4285,1.041,4286,2.55,4287,1.041,4288,1.872,4289,1.041,4290,1.041,4291,1.041,4292,1.041,4293,2.55,4294,1.041,4295,1.872,4296,2.55,4297,1.872,4298,1.041,4299,1.872,4300,1.041,4301,1.041,4302,1.872,4303,1.872,4304,1.041,4305,1.041,4306,1.872,4307,1.041,4308,1.041,4309,1.041,4310,1.041,4311,1.041,4312,1.041,4313,1.041,4314,1.041,4315,1.041,4316,1.041,4317,1.872,4318,2.55,4319,1.041,4320,1.041,4321,1.041,4322,1.041,4323,1.041,4324,1.872,4325,1.041,4326,1.041,4327,1.041,4328,1.041,4329,1.041,4330,1.041,4331,1.041,4332,1.041,4333,1.041,4334,1.041,4335,1.041,4336,1.041,4337,1.041,4338,3.114,4339,1.041,4340,1.872,4341,1.041,4342,1.041,4343,1.041,4344,1.041,4345,1.041,4346,1.041,4347,1.041,4348,1.041,4349,1.041,4350,1.041,4351,2.55,4352,1.041,4353,1.041,4354,1.041,4355,1.041,4356,1.872,4357,1.041,4358,1.041,4359,1.041,4360,1.041,4361,1.041,4362,1.872,4363,1.872,4364,2.55,4365,1.041,4366,1.872,4367,1.041,4368,1.041,4369,1.041,4370,1.041,4371,2.55,4372,1.872,4373,1.041,4374,1.872,4375,1.872,4376,1.872,4377,1.041,4378,1.041,4379,1.041,4380,1.041,4381,1.041,4382,1.041,4383,1.872,4384,1.041,4385,1.041,4386,1.872,4387,1.041,4388,2.55,4389,1.041,4390,1.041,4391,1.041,4392,1.041,4393,1.041,4394,1.041,4395,1.041,4396,1.041,4397,1.041,4398,1.041,4399,1.041,4400,1.041,4401,1.041,4402,1.041,4403,1.041,4404,1.041,4405,1.041,4406,1.041,4407,1.041,4408,1.041,4409,1.041,4410,1.041,4411,1.041,4412,1.041,4413,1.041,4414,1.041,4415,1.041,4416,1.041,4417,1.041,4418,1.041,4419,2.55,4420,1.872,4421,1.041,4422,1.041,4423,1.041,4424,1.041,4425,1.041,4426,1.872,4427,1.041,4428,1.041,4429,1.872,4430,1.872,4431,1.041,4432,1.041,4433,1.041,4434,1.041,4435,1.041,4436,1.041,4437,1.041,4438,1.041,4439,1.041,4440,1.041,4441,1.041,4442,1.041,4443,1.041,4444,1.041,4445,1.041,4446,1.041,4447,1.041,4448,1.041,4449,1.041,4450,1.041,4451,1.041,4452,1.041,4453,1.041,4454,1.041]],["title/modules.html",[464,2.145]],["body/modules.html",[24,0.009,84,0.007,85,0.009,86,0.007,146,6.432,463,4.523,464,2.249,472,4.231,473,3.038,474,4.231,660,4.523,664,4.231,761,4.523,767,4.231,775,4.92,913,4.523,917,4.231,2744,6.998,2746,4.523,2750,4.231,2891,4.523,2895,4.231,3099,4.523,3103,4.231,3401,4.231,4455,8.762,4456,8.99,4457,8.703]],["title/overview.html",[3697,4.661]],["body/overview.html",[2,1.513,24,0.011,77,1.513,82,0.844,84,0.005,85,0.007,86,0.005,89,1.983,202,2.045,203,1.425,313,1.106,319,2.104,321,2.045,324,2.045,326,2.548,328,2.045,330,2.045,332,2.045,335,2.548,338,2.548,340,2.045,342,2.045,344,2.045,346,2.548,349,2.045,350,2.045,352,2.548,355,2.548,357,2.045,359,1.27,360,2.477,362,2.045,364,2.045,462,1.076,463,6.323,464,1.468,465,1.983,466,2.148,467,2.062,468,2.148,469,3.51,470,3.51,471,3.51,472,4.448,473,4.443,474,5.769,475,3.002,476,2.148,477,1.91,660,5.876,661,3.51,662,3.51,663,3.51,664,4.448,702,2.468,761,6.352,762,3.51,763,3.51,764,3.51,765,3.51,766,3.51,767,4.448,768,4.448,769,4.193,770,4.448,771,4.448,874,3.191,913,6.047,914,3.51,915,3.51,916,3.51,917,4.448,924,1.983,1116,2.349,1650,2.762,2746,5.876,2747,3.51,2748,3.51,2749,3.51,2750,4.448,2831,5.388,2832,2.952,2891,6.047,2892,3.51,2893,3.51,2894,3.51,2895,4.448,2905,3.51,2906,3.51,2907,3.51,2908,5.388,2909,5.388,3099,6.047,3100,3.51,3101,3.51,3102,3.51,3103,4.448,3397,3.51,3398,3.51,3399,3.51,3400,3.51,3401,4.448,3697,3.191,4458,3.995,4459,3.995,4460,5.582,4461,3.995]],["title/routes.html",[525,2.79]],["body/routes.html",[24,0.009,84,0.008,85,0.009,86,0.008,525,3.36]],["title/miscellaneous/variables.html",[3564,2.622,3671,4.097]],["body/miscellaneous/variables.html",[1,0.788,6,1.035,8,0.858,9,1.344,10,0.13,11,0.261,14,2.644,16,1.098,17,0.981,18,1.098,19,0.892,20,3.671,21,0.606,22,2.533,24,0.011,25,1.985,26,0.405,27,0.791,28,1.346,31,0.934,32,1.173,38,0.683,39,1.098,40,1.098,41,1.098,42,1.035,43,1.035,44,2.452,45,1.098,47,0.981,48,1.789,49,1.098,50,1.098,51,1.098,52,0.892,53,1.098,54,0.934,64,1.726,67,2.068,70,0.892,72,0.82,73,1.991,75,1.674,76,1.035,77,1.344,78,2.733,79,1.767,80,1.346,81,1.098,82,0.335,84,0.002,85,0.003,86,0.002,90,1.268,92,1.098,94,1.594,99,0.75,115,1.767,118,0.811,119,2.165,120,2.068,138,1.631,147,2.097,159,2.439,165,2.88,170,2.358,172,2.165,173,3.546,174,2.165,175,1.395,176,2.165,177,1.874,178,1.767,183,0.452,197,0.788,207,0.519,297,0.854,310,2.312,356,0.394,358,0.519,373,1.874,522,1.098,532,2.758,534,3.016,535,2.88,539,1.992,540,1.761,543,4.193,569,4.611,587,2.312,655,1.522,702,0.981,709,1.767,781,1.268,784,2.003,797,3.117,806,1.173,807,1.268,808,1.268,848,1.296,870,2.621,871,1.767,873,0.981,883,0.661,1075,1.173,1116,0.934,1198,1.761,1208,2.546,1213,2.003,1214,2.621,1216,2.621,1249,1.173,1258,1.098,1274,1.098,1441,2.621,1625,2.003,1626,1.268,1627,4.987,1637,4.138,1638,1.395,1639,2.165,1640,1.395,1641,2.165,1642,1.268,1643,3.35,1644,1.268,1645,2.621,1646,1.268,1647,1.268,1648,2.165,1649,1.268,1650,1.098,1651,1.268,1652,1.268,1653,1.268,1654,1.173,1655,1.268,1656,1.268,1657,1.098,1658,1.268,1659,2.382,1660,3.685,1661,1.395,1662,1.395,1663,1.395,1664,1.395,1665,1.395,1666,1.395,1667,1.395,1668,1.395,1669,1.395,1670,1.395,1671,1.395,1672,1.395,1673,1.395,1674,1.395,1675,1.395,1676,2.382,1677,1.395,1678,1.395,1679,2.382,1680,1.395,1681,1.395,1682,1.395,1683,3.117,1684,3.117,1685,1.395,1686,2.382,1687,1.395,1688,2.382,1689,2.382,1690,2.382,1691,1.395,1692,1.395,1693,1.395,1694,1.395,1695,1.395,1696,1.395,1697,1.395,1698,1.395,1699,1.395,1700,1.395,1701,1.395,1702,1.395,1703,1.395,1704,1.395,1705,1.395,1706,1.395,1707,1.395,1708,1.395,1709,1.395,1710,1.395,1711,1.395,1712,1.395,1713,1.395,1714,1.395,1715,1.395,1716,1.395,1717,1.395,1718,1.395,1719,1.395,1720,1.395,1721,1.395,1722,1.395,1723,1.395,1724,2.382,1725,1.395,1726,1.395,1727,1.395,1728,1.395,1729,1.395,1730,1.395,1731,1.395,1732,1.395,1733,1.395,1734,1.395,1735,1.395,1736,1.395,1737,2.382,1738,1.395,1739,1.395,1740,1.395,1741,2.382,1742,1.395,1743,1.395,1744,1.395,1745,1.395,1746,1.395,1747,1.395,1748,1.395,1749,1.395,1750,1.395,1751,1.395,1752,1.395,1753,1.395,1754,1.395,1755,1.395,1756,1.395,1757,1.395,1758,1.395,1759,1.395,1760,1.395,1761,1.395,1762,1.395,1763,1.395,1764,1.395,1765,1.395,1766,1.395,1767,1.395,1768,3.117,1769,1.395,1770,1.395,1771,1.395,1772,1.395,1773,1.395,1774,1.395,1775,1.395,1776,1.395,1777,1.395,1778,1.395,1779,1.395,1780,1.395,1781,1.395,1782,2.382,1783,1.395,1784,1.395,1785,1.395,1786,1.395,1787,1.395,1788,1.395,1789,1.395,1790,2.382,1791,1.395,1792,1.395,1793,1.395,1794,1.395,1795,1.395,1796,1.268,1797,1.395,1798,1.395,1799,1.395,1800,1.395,1801,0.892,1802,1.395,1803,1.395,1804,1.395,1805,1.395,1806,1.395,1807,1.395,1808,1.395,1809,2.382,1810,1.395,1811,1.395,1812,2.382,1813,1.395,1814,1.395,1815,1.395,1816,1.395,1817,1.395,1818,1.395,1819,1.395,1820,1.395,1821,1.395,1822,1.395,1823,1.395,1824,1.395,1825,1.395,1826,1.395,1827,1.395,1828,1.395,1829,3.117,1830,1.395,1831,1.395,1832,1.395,1833,1.395,1834,1.395,1835,1.395,1836,1.395,1837,1.395,1838,1.395,1839,1.395,1840,1.395,1841,1.395,1842,1.395,1843,1.395,1844,1.395,1845,1.395,1846,1.395,1847,1.395,1848,2.382,1849,1.395,1850,1.395,1851,1.395,1852,1.395,1853,1.395,1854,1.395,1855,1.395,1856,1.395,1857,1.395,1858,1.395,1859,1.395,1860,1.395,1861,1.395,1862,1.395,1863,1.395,1864,1.395,1865,1.395,1866,2.382,1867,3.117,1868,1.395,1869,1.395,1870,1.395,1871,1.395,1872,3.117,1873,3.117,1874,1.395,1875,2.382,1876,1.395,1877,1.395,1878,1.395,1879,1.395,1880,1.395,1881,1.395,1882,1.395,1883,1.395,1884,1.395,1885,1.395,1886,1.395,1887,1.395,1888,1.395,1889,1.395,1890,3.117,1891,1.395,1892,1.395,1893,1.395,1894,1.395,1895,1.395,1896,1.395,1897,1.395,1898,1.395,1899,1.395,1900,1.395,1901,1.395,1902,1.395,1903,1.395,1904,1.395,1905,1.395,1906,1.395,1907,1.395,1908,1.395,1909,2.003,1910,2.165,1911,2.382,1912,2.382,1913,2.382,1914,2.382,1915,1.395,1916,1.395,1917,1.395,1918,1.395,1919,1.268,1920,1.395,1921,1.395,1922,1.395,1923,1.395,1924,1.395,1925,1.395,1926,1.395,1927,1.395,1928,1.395,1929,1.395,1930,1.395,1931,1.395,1932,1.395,1933,1.395,1934,1.395,1935,1.395,1936,1.395,1937,1.395,1938,1.395,1939,1.268,1940,1.395,1941,1.395,1942,1.395,1943,1.395,1944,1.395,1945,1.395,1946,1.395,1947,1.395,1948,1.395,1949,1.395,1950,3.117,1951,1.395,1952,1.395,1953,1.395,1954,1.395,1955,1.395,1956,1.395,1957,2.382,1958,3.685,1959,1.395,1960,1.395,1961,1.395,1962,1.395,1963,1.395,1964,1.395,1965,1.395,1966,1.395,1967,1.395,1968,1.395,1969,1.395,1970,1.395,1971,1.395,1972,1.395,1973,1.395,1974,1.395,1975,1.395,1976,1.395,1977,1.395,1978,1.395,1979,1.395,1980,1.395,1981,1.395,1982,2.382,1983,1.395,1984,1.395,1985,1.395,1986,1.173,1987,1.395,1988,1.395,1989,1.395,1990,1.395,1991,1.395,1992,1.395,1993,1.395,1994,1.395,1995,1.395,1996,1.395,1997,1.395,1998,1.395,1999,1.395,2000,1.395,2001,1.395,2002,1.395,2003,1.395,2004,1.395,2005,1.395,2006,1.395,2007,1.395,2008,1.395,2009,1.395,2010,1.395,2011,1.395,2012,1.395,2013,1.395,2014,1.395,2015,1.395,2016,1.395,2017,2.382,2018,1.395,2019,1.395,2020,1.395,2021,1.395,2022,1.395,2023,1.395,2024,1.395,2025,1.395,2026,2.382,2027,1.395,2028,1.268,2029,1.395,2030,1.395,2031,1.395,2032,1.395,2033,1.395,2034,1.395,2035,1.395,2036,1.395,2037,1.395,2038,2.382,2039,1.395,2040,1.395,2041,1.395,2042,1.395,2043,1.395,2044,1.395,2045,1.395,2046,1.395,2047,1.395,2048,1.395,2049,1.395,2050,1.395,2051,1.395,2052,1.395,2053,1.395,2054,1.395,2055,1.395,2056,2.382,2057,2.165,2058,1.395,2059,1.395,2060,1.395,2061,1.395,2062,1.395,2063,1.395,2064,1.395,2065,1.395,2066,1.395,2067,1.395,2068,1.395,2069,1.395,2070,1.395,2071,1.395,2072,1.395,2073,1.395,2074,1.395,2075,1.395,2076,1.395,2077,1.268,2078,1.395,2079,1.395,2080,1.395,2081,1.395,2082,1.395,2083,1.395,2084,1.395,2085,1.395,2086,1.395,2087,1.395,2088,1.395,2089,1.395,2090,1.395,2091,1.395,2092,1.395,2093,1.395,2094,1.395,2095,1.395,2096,1.268,2097,1.395,2098,1.395,2099,1.395,2100,1.395,2101,1.395,2102,1.395,2103,1.395,2104,1.395,2105,1.395,2106,1.395,2107,1.395,2108,1.395,2109,1.395,2110,1.395,2111,1.395,2112,1.395,2113,1.395,2114,1.395,2115,2.382,2116,1.395,2117,1.395,2118,1.395,2119,1.395,2120,1.395,2121,1.395,2122,1.395,2123,1.268,2124,1.395,2125,1.268,2126,1.395,2127,1.395,2128,1.395,2129,1.395,2130,1.395,2131,1.268,2132,1.395,2133,1.395,2134,1.395,2135,1.395,2136,1.395,2137,1.395,2138,1.395,2139,1.395,2140,1.268,2141,1.395,2142,1.395,2143,1.395,2144,1.395,2145,1.395,2146,1.395,2147,1.395,2148,1.268,2149,1.395,2150,1.268,2151,1.395,2152,1.395,2153,2.165,2154,1.395,2155,1.395,2156,1.395,2157,1.395,2158,1.395,2159,1.395,2160,1.395,2161,1.395,2162,1.395,2163,1.395,2164,1.395,2165,1.395,2166,1.395,2167,1.395,2168,1.395,2169,1.395,2170,1.395,2171,1.395,2172,1.395,2173,1.395,2174,1.395,2175,1.395,2176,1.395,2177,1.395,2178,1.395,2179,1.395,2180,1.395,2181,1.395,2182,1.395,2183,1.395,2184,1.395,2185,1.395,2186,1.395,2187,1.395,2188,1.395,2189,1.395,2190,1.395,2191,1.395,2192,1.395,2193,1.395,2194,1.395,2195,1.395,2196,1.395,2197,1.395,2198,1.395,2199,1.395,2200,1.395,2201,2.382,2202,1.395,2203,1.395,2204,1.395,2205,1.395,2206,1.395,2207,1.395,2208,1.395,2209,1.395,2210,1.395,2211,1.395,2212,1.395,2213,1.395,2214,1.395,2215,1.395,2216,1.395,2217,1.395,2218,1.395,2219,3.117,2220,1.395,2221,1.395,2222,1.395,2223,1.395,2224,1.395,2225,1.395,2226,1.395,2227,1.395,2228,1.395,2229,1.395,2230,1.395,2231,1.395,2232,1.395,2233,1.395,2234,1.395,2235,1.395,2236,1.395,2237,1.395,2238,1.395,2239,1.395,2240,1.395,2241,1.395,2242,1.395,2243,1.395,2244,1.395,2245,1.395,2246,1.395,2247,1.395,2248,1.395,2249,1.395,2250,1.395,2251,1.395,2252,1.395,2253,1.395,2254,1.395,2255,1.395,2256,1.395,2257,1.395,2258,1.395,2259,1.395,2260,1.395,2261,1.395,2262,1.395,2263,1.395,2264,1.395,2265,1.395,2266,1.395,2267,1.395,2268,1.395,2269,1.395,2270,1.395,2271,1.395,2272,1.395,2273,1.395,2274,1.395,2275,1.395,2276,1.395,2277,1.395,2278,1.395,2279,1.395,2280,1.395,2281,1.395,2282,1.395,2283,1.395,2284,1.395,2285,1.395,2286,1.395,2287,1.395,2288,1.395,2289,1.395,2290,1.395,2291,1.395,2292,1.395,2293,1.395,2294,1.395,2295,1.395,2296,1.395,2297,1.395,2298,1.395,2299,1.395,2300,1.395,2301,1.395,2302,1.395,2303,1.395,2304,1.395,2305,1.395,2306,1.395,2307,1.395,2308,2.382,2309,1.395,2310,2.165,2311,1.395,2312,1.395,2313,1.395,2314,1.395,2315,1.395,2316,1.395,2317,1.395,2318,1.395,2319,1.395,2320,1.395,2321,1.395,2322,1.395,2323,1.395,2324,1.395,2325,1.395,2326,1.395,2327,1.268,2328,1.395,2329,1.395,2330,1.395,2331,1.395,2332,1.395,2333,1.395,2334,1.395,2335,1.395,2336,1.395,2337,1.395,2338,1.395,2339,2.382,2340,2.382,2341,1.395,2342,1.395,2343,1.395,2344,1.395,2345,1.395,2346,1.395,2347,2.165,2348,1.395,2349,1.395,2350,1.395,2351,1.395,2352,1.395,2353,1.395,2354,1.395,2355,1.395,2356,1.395,2357,1.395,2358,1.395,2359,1.395,2360,1.395,2361,1.395,2362,1.395,2363,1.395,2364,1.395,2365,1.395,2366,1.395,2367,1.395,2368,1.395,2369,1.268,2370,1.268,2371,1.395,2372,1.395,2373,1.395,2374,2.382,2375,1.395,2376,1.395,2377,1.395,2378,1.395,2379,1.395,2380,1.395,2381,1.395,2382,2.382,2383,1.395,2384,1.395,2385,1.395,2386,1.395,2387,1.395,2388,1.395,2389,1.395,2390,1.395,2391,1.395,2392,1.395,2393,1.395,2394,1.395,2395,1.395,2396,1.395,2397,1.395,2398,1.395,2399,1.395,2400,1.395,2401,1.395,2402,1.395,2403,1.395,2404,1.395,2405,1.395,2406,1.395,2407,1.395,2408,1.395,2409,1.268,2410,1.395,2411,1.395,2412,1.395,2413,1.395,2414,1.395,2415,2.165,2416,1.395,2417,1.395,2418,1.395,2419,1.395,2420,1.395,2421,1.395,2422,1.395,2423,1.268,2424,1.395,2425,1.395,2426,1.395,2427,1.395,2428,1.395,2429,1.395,2430,1.395,2431,1.395,2432,1.395,2433,1.395,2434,1.395,2435,1.395,2436,1.395,2437,1.395,2438,1.395,2439,1.395,2440,1.395,2441,1.395,2442,1.395,2443,1.395,2444,1.395,2445,1.395,2446,1.395,2447,1.395,2448,1.395,2449,1.395,2450,1.395,2451,1.395,2452,1.395,2453,1.395,2454,1.395,2455,1.395,2456,1.395,2457,1.395,2458,1.395,2459,1.395,2460,1.395,2461,1.395,2462,1.395,2463,1.395,2464,1.395,2465,1.395,2466,1.395,2467,1.395,2468,1.395,2469,1.395,2470,1.395,2471,1.395,2472,1.395,2473,1.395,2474,1.268,2475,1.268,2476,1.395,2477,1.098,2478,1.395,2479,4.097,2480,3.546,2481,1.395,2482,4.097,2483,4.507,2484,4.097,2485,1.395,2486,2.382,2487,3.48,2488,5.486,2489,3.762,2490,3.256,2491,4.138,2492,2.382,2493,1.395,2494,2.382,2495,1.395,2496,1.395,2497,1.395,2498,2.382,2499,1.395,2500,1.395,2501,1.395,2502,2.382,2503,1.395,2504,1.395,2505,1.395,2506,2.382,2507,2.165,2508,1.395,2509,1.395,2510,1.395,2511,1.395,2662,1.035,2700,1.098,2983,1.268,2984,2.833,3003,1.395,3199,1.268,3249,2.382,3250,2.165,3489,2.165,3494,1.268,3497,2.382,3507,2.382,3509,3.117,3520,1.395,3529,1.395,3530,1.395,3531,1.395,3564,1.173,3569,1.395,3609,1.268,3657,3.117,3671,1.268,4462,2.711,4463,2.711,4464,6.026,4465,1.588,4466,1.588,4467,1.588,4468,1.588,4469,1.588,4470,1.588,4471,1.588,4472,3.547,4473,3.547,4474,3.547,4475,3.547,4476,3.547,4477,3.547,4478,3.547,4479,3.547,4480,3.547,4481,3.547,4482,3.547,4483,3.547,4484,3.547,4485,3.547,4486,3.547,4487,3.547,4488,3.547,4489,3.547,4490,3.547,4491,3.547,4492,3.547,4493,3.547,4494,3.547,4495,1.588,4496,1.588,4497,1.588,4498,1.588,4499,1.588]]],"invertedIndex":[["",{"_index":24,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["0",{"_index":77,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["0.0",{"_index":634,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.0.7",{"_index":3549,"title":{},"body":{"dependencies.html":{}}}],["0.1.6",{"_index":3543,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":3563,"title":{},"body":{"dependencies.html":{}}}],["0.12.3",{"_index":3552,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":635,"title":{},"body":{"components/AdminComponent.html":{}}}],["0/1",{"_index":3491,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":3513,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":3517,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":3527,"title":{},"body":{"coverage.html":{}}}],["0/13",{"_index":3526,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":3523,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":3518,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":3519,"title":{},"body":{"coverage.html":{}}}],["0/19",{"_index":3528,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":3534,"title":{},"body":{"coverage.html":{}}}],["0/22",{"_index":3512,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":3524,"title":{},"body":{"coverage.html":{}}}],["0/35",{"_index":3521,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":3515,"title":{},"body":{"coverage.html":{}}}],["0/44",{"_index":3522,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":3514,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":3516,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":3525,"title":{},"body":{"coverage.html":{}}}],["04/02/2020",{"_index":3430,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["05/28/2020",{"_index":3441,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["08/16/2020",{"_index":3423,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0px",{"_index":623,"title":{},"body":{"components/AdminComponent.html":{}}}],["0x3da99aad2d9ca01d131efc3b17444b832b31ff4a",{"_index":2491,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x4a6fa6bc3bfe4c9661bc692d9798425350c9e3d4",{"_index":2505,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x51d3c8e2e421604e2b644117a362d589c5434739",{"_index":3461,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0x8fa4101ef19d0a078239d035659e92b278bd083c",{"_index":2501,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9ced86089f7abb5a97b40eb0e7521e7aa308d354",{"_index":2493,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9d7c284907acbd4a0ce2ddd0aa69147a921a573d",{"_index":3462,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":2479,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":187,"title":{},"body":{"classes/AccountIndex.html":{}}}],["0xc63cfa91a3bff41ce31ff436f67d3acbc977db95",{"_index":2497,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc80d6aff8194114c52aecd84c9f15fd5c8abb187",{"_index":2485,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc86ff893ac40d3950b4d5f94a9b837258b0a9865",{"_index":3422,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xea6225212005e86a4490018ded4bf37f3e772161",{"_index":4492,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c",{"_index":4494,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":197,"title":{"interfaces/Signature-1.html":{}},"body":{"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["1.0.0",{"_index":3560,"title":{},"body":{"dependencies.html":{}}}],["1.3.0",{"_index":3561,"title":{},"body":{"dependencies.html":{}}}],["1/1",{"_index":3479,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":401,"title":{},"body":{"components/AccountsComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["10.2.0",{"_index":3537,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["10.2.7",{"_index":3539,"title":{},"body":{"dependencies.html":{}}}],["10/10/2020",{"_index":3446,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["100",{"_index":297,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":1649,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["1000).tolocaledatestring('en",{"_index":3412,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["1000000",{"_index":2488,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000000000000001014",{"_index":2494,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000001000000000000000000",{"_index":2481,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["100990",{"_index":2506,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["11",{"_index":3995,"title":{},"body":{"license.html":{}}}],["11/11",{"_index":3504,"title":{},"body":{"coverage.html":{}}}],["11/16/2020",{"_index":3436,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["12",{"_index":4460,"title":{},"body":{"overview.html":{}}}],["12987",{"_index":3424,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["13",{"_index":4353,"title":{},"body":{"license.html":{}}}],["14/14",{"_index":3510,"title":{},"body":{"coverage.html":{}}}],["15",{"_index":4178,"title":{},"body":{"license.html":{}}}],["151.002995",{"_index":3465,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["1595537208",{"_index":3459,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["16",{"_index":4179,"title":{},"body":{"license.html":{}}}],["17",{"_index":4458,"title":{},"body":{"overview.html":{}}}],["18",{"_index":2483,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["19",{"_index":4461,"title":{},"body":{"overview.html":{}}}],["1996",{"_index":4000,"title":{},"body":{"license.html":{}}}],["2",{"_index":1116,"title":{},"body":{"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["2.0.0",{"_index":3559,"title":{},"body":{"dependencies.html":{}}}],["2.1.4",{"_index":3557,"title":{},"body":{"dependencies.html":{}}}],["2.5.4",{"_index":3547,"title":{},"body":{"dependencies.html":{}}}],["2/2",{"_index":3487,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":405,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["200",{"_index":1656,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["2007",{"_index":3704,"title":{},"body":{"license.html":{}}}],["2021",{"_index":4426,"title":{},"body":{"license.html":{}}}],["22",{"_index":4459,"title":{},"body":{"overview.html":{}}}],["22.430670",{"_index":3464,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412341234",{"_index":3429,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412345678",{"_index":3421,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25462518374",{"_index":3445,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498765432",{"_index":3435,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498769876",{"_index":3440,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["26/26",{"_index":3508,"title":{},"body":{"coverage.html":{}}}],["28",{"_index":4334,"title":{},"body":{"license.html":{}}}],["29",{"_index":3702,"title":{},"body":{"license.html":{}}}],["3",{"_index":702,"title":{},"body":{"components/AppComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["3.0",{"_index":81,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["3.5.1",{"_index":3554,"title":{},"body":{"dependencies.html":{}}}],["3/3",{"_index":3481,"title":{},"body":{"coverage.html":{}}}],["3/5",{"_index":3533,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":4233,"title":{},"body":{"license.html":{}}}],["3000",{"_index":3171,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["300px",{"_index":1349,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["32",{"_index":3329,"title":{},"body":{"injectables/TransactionService.html":{}}}],["39;0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":132,"title":{},"body":{"classes/AccountIndex.html":{}}}],["39;2'",{"_index":3000,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["39;hello",{"_index":3581,"title":{},"body":{"miscellaneous/functions.html":{}}}],["39;sarafu'",{"_index":2994,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["4",{"_index":1650,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["4.2.1",{"_index":3555,"title":{},"body":{"dependencies.html":{}}}],["4.5.3",{"_index":3548,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":3505,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":2598,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["401",{"_index":1015,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["403",{"_index":1404,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["450",{"_index":3437,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["5",{"_index":1654,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["5.0.31",{"_index":3551,"title":{},"body":{"dependencies.html":{}}}],["5/5",{"_index":3506,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":406,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["5000",{"_index":2624,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["56",{"_index":1795,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["5621",{"_index":3442,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["56281",{"_index":3431,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["6",{"_index":1657,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/TokenRatioPipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["6.6.0",{"_index":3556,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":3490,"title":{},"body":{"coverage.html":{}}}],["60",{"_index":3532,"title":{},"body":{"coverage.html":{},"license.html":{}}}],["6b",{"_index":4083,"title":{},"body":{"license.html":{}}}],["6d",{"_index":4103,"title":{},"body":{"license.html":{}}}],["6rem",{"_index":659,"title":{},"body":{"components/AdminComponent.html":{}}}],["7",{"_index":4023,"title":{},"body":{"license.html":{}}}],["7/7",{"_index":3511,"title":{},"body":{"coverage.html":{}}}],["768px",{"_index":700,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["8",{"_index":998,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["8/8",{"_index":3480,"title":{},"body":{"coverage.html":{}}}],["8000000",{"_index":3313,"title":{},"body":{"injectables/TransactionService.html":{}}}],["817",{"_index":3447,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["8996",{"_index":4473,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9/9",{"_index":3477,"title":{},"body":{"coverage.html":{}}}],["99000",{"_index":2498,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["9981",{"_index":2502,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["99999999999999998976",{"_index":2486,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["_models",{"_index":618,"title":{},"body":{"components/AdminComponent.html":{}}}],["_pipes/unix",{"_index":2921,"title":{},"body":{"modules/SharedModule.html":{}}}],["abi",{"_index":173,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["abicoder",{"_index":3300,"title":{},"body":{"injectables/TransactionService.html":{}}}],["abicoder.encode",{"_index":3302,"title":{},"body":{"injectables/TransactionService.html":{}}}],["ability",{"_index":4147,"title":{},"body":{"license.html":{}}}],["above",{"_index":2552,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["absence",{"_index":4024,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":4408,"title":{},"body":{"license.html":{}}}],["absolutely",{"_index":4438,"title":{},"body":{"license.html":{}}}],["abstractcontrol",{"_index":1294,"title":{},"body":{"classes/CustomValidator.html":{}}}],["abuse",{"_index":3802,"title":{},"body":{"license.html":{}}}],["academy",{"_index":1944,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accept",{"_index":4238,"title":{},"body":{"license.html":{}}}],["acceptable",{"_index":893,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["acceptance",{"_index":4237,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":2806,"title":{},"body":{"guards/RoleGuard.html":{}}}],["acces",{"_index":2387,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["access",{"_index":878,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["accessible",{"_index":4305,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":237,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["accompanied",{"_index":4065,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":4412,"title":{},"body":{"license.html":{}}}],["accompanying",{"_index":2774,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["accord",{"_index":4022,"title":{},"body":{"license.html":{}}}],["according",{"_index":1457,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["accordingly",{"_index":1387,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["account",{"_index":8,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["account'},{'name",{"_index":331,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["account.component",{"_index":491,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["account.component.html",{"_index":1212,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.scss",{"_index":1211,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts",{"_index":1210,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["account.component.ts:15",{"_index":1225,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:16",{"_index":1226,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:17",{"_index":1227,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:18",{"_index":1224,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:19",{"_index":1223,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:20",{"_index":1222,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:21",{"_index":1219,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:29",{"_index":1220,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:61",{"_index":1229,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:65",{"_index":1221,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.type",{"_index":449,"title":{},"body":{"components/AccountsComponent.html":{}}}],["account/create",{"_index":490,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["accountant",{"_index":2030,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accountdetails",{"_index":1,"title":{"interfaces/AccountDetails.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["accountdetailscomponent",{"_index":319,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountindex",{"_index":88,"title":{"classes/AccountIndex.html":{}},"body":{"classes/AccountIndex.html":{},"coverage.html":{}}}],["accountinfo",{"_index":3286,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accountinfo.vcard",{"_index":3288,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accounts",{"_index":93,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{}}}],["accounts'},{'name",{"_index":322,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["accounts.component.html",{"_index":371,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.component.scss",{"_index":370,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.push(account",{"_index":199,"title":{},"body":{"classes/AccountIndex.html":{}}}],["accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":445,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":302,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["accountscomponent",{"_index":321,"title":{"components/AccountsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountsearchcomponent",{"_index":202,"title":{"components/AccountSearchComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["accountsmodule",{"_index":463,"title":{"modules/AccountsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules.html":{},"overview.html":{}}}],["accountsroutingmodule",{"_index":472,"title":{"modules/AccountsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["accountstype",{"_index":372,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounttype",{"_index":452,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["accounttypes",{"_index":373,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["achieve",{"_index":4418,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":3962,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":4284,"title":{},"body":{"license.html":{}}}],["action",{"_index":532,"title":{"interfaces/Action.html":{}},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["action.action",{"_index":652,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.approval",{"_index":656,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.id",{"_index":2556,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["action.role",{"_index":651,"title":{},"body":{"components/AdminComponent.html":{}}}],["action.user",{"_index":650,"title":{},"body":{"components/AdminComponent.html":{}}}],["actions",{"_index":587,"title":{},"body":{"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["actions.find((action",{"_index":2555,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["activatedroutesnapshot",{"_index":890,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["activatedroutestub",{"_index":547,"title":{"classes/ActivatedRouteStub.html":{}},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["activateroute",{"_index":551,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["active",{"_index":905,"title":{},"body":{"guards/AuthGuard.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["activities",{"_index":3880,"title":{},"body":{"license.html":{}}}],["activity",{"_index":4330,"title":{},"body":{"license.html":{}}}],["actual",{"_index":4310,"title":{},"body":{"license.html":{}}}],["actual_component",{"_index":368,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["actually",{"_index":4125,"title":{},"body":{"license.html":{}}}],["adapt",{"_index":3853,"title":{},"body":{"license.html":{}}}],["add",{"_index":559,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/AuthComponent.html":{},"license.html":{}}}],["add0x",{"_index":3242,"title":{},"body":{"injectables/TransactionService.html":{}}}],["add0x(tohex(tx.serializerlp",{"_index":3334,"title":{},"body":{"injectables/TransactionService.html":{}}}],["added",{"_index":2940,"title":{},"body":{"interfaces/Staff.html":{},"license.html":{}}}],["additional",{"_index":4036,"title":{},"body":{"license.html":{}}}],["address",{"_index":120,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["addressed",{"_index":3850,"title":{},"body":{"license.html":{}}}],["addresses",{"_index":161,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addressof",{"_index":2985,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu'",{"_index":2995,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu",{"_index":3004,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof(identifier",{"_index":2990,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addresssearchform",{"_index":223,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchformstub",{"_index":240,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchloading",{"_index":224,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchsubmitted",{"_index":225,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addtoaccountregistry",{"_index":106,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry('0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":135,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry('0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":188,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry(address",{"_index":124,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoken",{"_index":3013,"title":{},"body":{"injectables/TokenService.html":{}}}],["addtoken(token",{"_index":3019,"title":{},"body":{"injectables/TokenService.html":{}}}],["addtransaction",{"_index":3202,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtransaction(transaction",{"_index":3211,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtrusteduser",{"_index":930,"title":{},"body":{"injectables/AuthService.html":{}}}],["addtrusteduser(user",{"_index":948,"title":{},"body":{"injectables/AuthService.html":{}}}],["admin",{"_index":540,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["admin's",{"_index":538,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["admin'},{'name",{"_index":325,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["admin.component.html",{"_index":586,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":585,"title":{},"body":{"components/AdminComponent.html":{}}}],["admincomponent",{"_index":324,"title":{"components/AdminComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["adminmodule",{"_index":660,"title":{"modules/AdminModule.html":{}},"body":{"modules/AdminModule.html":{},"modules.html":{},"overview.html":{}}}],["adminroutingmodule",{"_index":664,"title":{"modules/AdminRoutingModule.html":{}},"body":{"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["adopted",{"_index":3998,"title":{},"body":{"license.html":{}}}],["adversely",{"_index":4155,"title":{},"body":{"license.html":{}}}],["advised",{"_index":4400,"title":{},"body":{"license.html":{}}}],["affects",{"_index":4156,"title":{},"body":{"license.html":{}}}],["affero",{"_index":4351,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":4267,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":3959,"title":{},"body":{"license.html":{}}}],["afterviewinit",{"_index":3347,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["again",{"_index":725,"title":{},"body":{"components/AppComponent.html":{}}}],["against",{"_index":3613,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["age",{"_index":13,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["agent",{"_index":2028,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":4052,"title":{},"body":{"license.html":{}}}],["agree",{"_index":4346,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":4387,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":4296,"title":{},"body":{"license.html":{}}}],["agrovet",{"_index":2311,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["aim",{"_index":3798,"title":{},"body":{"license.html":{}}}],["airtime",{"_index":2390,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["alert('access",{"_index":1406,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["alert('account",{"_index":303,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["algo",{"_index":58,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["algorithm",{"_index":56,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["alleging",{"_index":4274,"title":{},"body":{"license.html":{}}}],["allow",{"_index":3820,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1408,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["allows",{"_index":95,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["along",{"_index":4026,"title":{},"body":{"license.html":{}}}],["alpha.6",{"_index":3550,"title":{},"body":{"dependencies.html":{}}}],["already",{"_index":140,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["alternative",{"_index":4079,"title":{},"body":{"license.html":{}}}],["although",{"_index":3794,"title":{},"body":{"license.html":{}}}],["amani",{"_index":1685,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["amount",{"_index":1192,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["ancillary",{"_index":4240,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":3779,"title":{},"body":{"license.html":{}}}],["andshow",{"_index":4442,"title":{},"body":{"license.html":{}}}],["angular",{"_index":1075,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["angular/animations",{"_index":617,"title":{},"body":{"components/AdminComponent.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":3538,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":3630,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":481,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":783,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["angular/compiler",{"_index":3540,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":270,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"pipes/UnixDatePipe.html":{},"injectables/Web3Service.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":272,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/OrganizationComponent.html":{},"modules/SettingsModule.html":{},"dependencies.html":{}}}],["angular/material",{"_index":3541,"title":{},"body":{"dependencies.html":{}}}],["angular/material/button",{"_index":503,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/card",{"_index":505,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/checkbox",{"_index":495,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/core",{"_index":514,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"classes/CustomErrorStateMatcher.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/dialog",{"_index":1328,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["angular/material/form",{"_index":500,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/icon",{"_index":507,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/input",{"_index":498,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/menu",{"_index":2903,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/paginator",{"_index":416,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/progress",{"_index":516,"title":{},"body":{"modules/AccountsModule.html":{}}}],["angular/material/radio",{"_index":2901,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/select",{"_index":509,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/sidenav",{"_index":3110,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/material/snack",{"_index":521,"title":{},"body":{"modules/AccountsModule.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/sort",{"_index":417,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/table",{"_index":415,"title":{},"body":{"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{}}}],["angular/material/tabs",{"_index":512,"title":{},"body":{"modules/AccountsModule.html":{}}}],["angular/material/toolbar",{"_index":3112,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/platform",{"_index":774,"title":{},"body":{"modules/AppModule.html":{},"pipes/SafePipe.html":{},"dependencies.html":{}}}],["angular/router",{"_index":275,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/TokensComponent.html":{},"modules/TokensRoutingModule.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsRoutingModule.html":{},"dependencies.html":{}}}],["angular/service",{"_index":708,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"dependencies.html":{}}}],["animate",{"_index":612,"title":{},"body":{"components/AdminComponent.html":{}}}],["animate('225ms",{"_index":631,"title":{},"body":{"components/AdminComponent.html":{}}}],["animations",{"_index":619,"title":{},"body":{"components/AdminComponent.html":{}}}],["anti",{"_index":3985,"title":{},"body":{"license.html":{}}}],["anyone",{"_index":4033,"title":{},"body":{"license.html":{}}}],["anything",{"_index":3866,"title":{},"body":{"license.html":{}}}],["api",{"_index":2515,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["app",{"_index":217,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"index.html":{}}}],["app.component.html",{"_index":672,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":671,"title":{},"body":{"components/AppComponent.html":{}}}],["app.module",{"_index":3649,"title":{},"body":{"index.html":{}}}],["app/_eth",{"_index":3039,"title":{},"body":{"injectables/TokenService.html":{}}}],["app/_guards",{"_index":786,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{}}}],["app/_helpers",{"_index":273,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_helpers/global",{"_index":984,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_interceptors",{"_index":790,"title":{},"body":{"modules/AppModule.html":{}}}],["app/_models",{"_index":421,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["app/_models/account",{"_index":1195,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["app/_models/staff",{"_index":2875,"title":{},"body":{"components/SettingsComponent.html":{}}}],["app/_pgp",{"_index":792,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"injectables/KeystoreService.html":{}}}],["app/_pgp/pgp",{"_index":2701,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["app/_services",{"_index":274,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_services/auth.service",{"_index":3248,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/error",{"_index":844,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["app/_services/keystore.service",{"_index":986,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["app/_services/logging.service",{"_index":846,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["app/_services/registry.service",{"_index":1123,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["app/_services/transaction.service",{"_index":1121,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["app/_services/user.service",{"_index":3237,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/web3.service",{"_index":169,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{}}}],["app/app",{"_index":777,"title":{},"body":{"modules/AppModule.html":{}}}],["app/app.component",{"_index":778,"title":{},"body":{"modules/AppModule.html":{}}}],["app/auth/_directives/password",{"_index":921,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth",{"_index":919,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth.component",{"_index":920,"title":{},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{}}}],["app/shared/_directives/menu",{"_index":2914,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/safe.pipe",{"_index":2919,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/token",{"_index":2916,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/error",{"_index":1343,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["app/shared/footer/footer.component",{"_index":2912,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/shared.module",{"_index":485,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["app/shared/sidebar/sidebar.component",{"_index":2913,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/topbar/topbar.component",{"_index":2911,"title":{},"body":{"modules/SharedModule.html":{}}}],["appcomponent",{"_index":326,"title":{"components/AppComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["applicable",{"_index":3872,"title":{},"body":{"license.html":{}}}],["application",{"_index":166,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{}}}],["application/json;charset=utf",{"_index":997,"title":{},"body":{"injectables/AuthService.html":{}}}],["applications",{"_index":4450,"title":{},"body":{"license.html":{}}}],["applied",{"_index":3827,"title":{},"body":{"license.html":{}}}],["applies",{"_index":3734,"title":{},"body":{"license.html":{}}}],["apply",{"_index":3738,"title":{},"body":{"license.html":{}}}],["appmenuselection",{"_index":1595,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["appmenuselection]'},{'name",{"_index":361,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appmenutoggle",{"_index":1617,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["appmenutoggle]'},{'name",{"_index":363,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appmodule",{"_index":761,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["apppasswordtoggle",{"_index":2767,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["apppasswordtoggle]'},{'name",{"_index":365,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["appropriate",{"_index":1455,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["appropriately",{"_index":4016,"title":{},"body":{"license.html":{}}}],["approuterlink",{"_index":367,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["approutingmodule",{"_index":767,"title":{"modules/AppRoutingModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["approval",{"_index":534,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["approvalstatus",{"_index":588,"title":{},"body":{"components/AdminComponent.html":{}}}],["approvalstatus(action.approval",{"_index":653,"title":{},"body":{"components/AdminComponent.html":{}}}],["approvalstatus(status",{"_index":593,"title":{},"body":{"components/AdminComponent.html":{}}}],["approve",{"_index":609,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction",{"_index":589,"title":{},"body":{"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{}}}],["approveaction(action",{"_index":595,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction(action.id",{"_index":644,"title":{},"body":{"components/AdminComponent.html":{}}}],["approveaction(id",{"_index":3448,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["approved",{"_index":641,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["approximates",{"_index":4407,"title":{},"body":{"license.html":{}}}],["area",{"_index":44,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["area_name",{"_index":45,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["area_type",{"_index":46,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["areaname",{"_index":542,"title":{"interfaces/AreaName.html":{}},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{}}}],["areaname.locations.includes(stringfromurl",{"_index":2571,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areaname.name",{"_index":2567,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanamelist",{"_index":2565,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanames",{"_index":1213,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["areanames.find((areaname",{"_index":2570,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areanames.map((areaname",{"_index":2566,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areas",{"_index":546,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["areatype",{"_index":545,"title":{"interfaces/AreaType.html":{}},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{}}}],["areatype.area.includes(stringfromurl",{"_index":2579,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatype.name",{"_index":2575,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypelist",{"_index":2573,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypes",{"_index":1910,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["areatypes.find((areatype",{"_index":2578,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["areatypes.map((areatype",{"_index":2574,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["args",{"_index":2837,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["arguments",{"_index":687,"title":{},"body":{"components/AppComponent.html":{}}}],["arise",{"_index":3809,"title":{},"body":{"license.html":{}}}],["arising",{"_index":4391,"title":{},"body":{"license.html":{}}}],["around",{"_index":1604,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["arr",{"_index":3575,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arrange",{"_index":4306,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":4318,"title":{},"body":{"license.html":{}}}],["array",{"_index":159,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["arraydata",{"_index":3592,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arraysum",{"_index":3484,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["arraysum(arr",{"_index":3573,"title":{},"body":{"miscellaneous/functions.html":{}}}],["article",{"_index":3994,"title":{},"body":{"license.html":{}}}],["artifacts",{"_index":3651,"title":{},"body":{"index.html":{}}}],["artisan",{"_index":2138,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["artist",{"_index":2027,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["askari",{"_index":2029,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["asking",{"_index":3756,"title":{},"body":{"license.html":{}}}],["assert",{"_index":3774,"title":{},"body":{"license.html":{}}}],["assets",{"_index":4257,"title":{},"body":{"license.html":{}}}],["assets/js/block",{"_index":2797,"title":{},"body":{"injectables/RegistryService.html":{}}}],["assigned",{"_index":2996,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["associated",{"_index":896,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["assume",{"_index":4382,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":4411,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":4199,"title":{},"body":{"license.html":{}}}],["assures",{"_index":3830,"title":{},"body":{"license.html":{}}}],["async",{"_index":105,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/KeystoreService.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["attach",{"_index":4420,"title":{},"body":{"license.html":{}}}],["attempt",{"_index":4213,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":3790,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":4182,"title":{},"body":{"license.html":{}}}],["auth",{"_index":811,"title":{},"body":{"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["auth'},{'name",{"_index":329,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["auth.component.html",{"_index":823,"title":{},"body":{"components/AuthComponent.html":{}}}],["auth.component.scss",{"_index":822,"title":{},"body":{"components/AuthComponent.html":{}}}],["auth.dev.grassrootseconomics.net",{"_index":4480,"title":{},"body":{"miscellaneous/variables.html":{}}}],["authcomponent",{"_index":328,"title":{"components/AuthComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["authenticate",{"_index":1018,"title":{},"body":{"injectables/AuthService.html":{}}}],["authentication",{"_index":879,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["authguard",{"_index":785,"title":{"guards/AuthGuard.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"coverage.html":{}}}],["authheader",{"_index":1016,"title":{},"body":{"injectables/AuthService.html":{}}}],["authmodule",{"_index":913,"title":{"modules/AuthModule.html":{}},"body":{"modules/AuthModule.html":{},"modules.html":{},"overview.html":{}}}],["author",{"_index":4181,"title":{},"body":{"license.html":{}}}],["authorization",{"_index":994,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorized",{"_index":1032,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorizes",{"_index":4279,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":4322,"title":{},"body":{"license.html":{}}}],["authors",{"_index":3737,"title":{},"body":{"license.html":{}}}],["authroutingmodule",{"_index":917,"title":{"modules/AuthRoutingModule.html":{}},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["authservice",{"_index":682,"title":{"injectables/AuthService.html":{}},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/SettingsComponent.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["automated",{"_index":3683,"title":{},"body":{"index.html":{}}}],["automatic",{"_index":4249,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":3641,"title":{},"body":{"index.html":{},"license.html":{}}}],["automerge",{"_index":1001,"title":{},"body":{"injectables/AuthService.html":{}}}],["availability",{"_index":128,"title":{},"body":{"classes/AccountIndex.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["available",{"_index":146,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"license.html":{},"modules.html":{}}}],["avenue",{"_index":3598,"title":{},"body":{"miscellaneous/functions.html":{}}}],["avocado",{"_index":2154,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["avoid",{"_index":3824,"title":{},"body":{"license.html":{}}}],["await",{"_index":189,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/KeystoreService.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["away",{"_index":3724,"title":{},"body":{"license.html":{}}}],["b",{"_index":3921,"title":{},"body":{"license.html":{}}}],["baby",{"_index":1933,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["babycare",{"_index":1932,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":1389,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["backend.ts",{"_index":1627,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["backend.ts:1097",{"_index":1631,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bag",{"_index":2348,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bajia",{"_index":2156,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["baker",{"_index":2031,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["balance",{"_index":14,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["bamburi",{"_index":1849,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["banana",{"_index":2161,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bananas",{"_index":2162,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangla",{"_index":1831,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangladesh",{"_index":1832,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bar",{"_index":522,"title":{},"body":{"modules/AccountsModule.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"miscellaneous/variables.html":{}}}],["barafu",{"_index":2306,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barakoa",{"_index":2313,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barber",{"_index":2034,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["base",{"_index":1609,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["based",{"_index":3862,"title":{},"body":{"license.html":{}}}],["basic",{"_index":3951,"title":{},"body":{"license.html":{}}}],["bead",{"_index":2349,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beadwork",{"_index":2032,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beans",{"_index":2158,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bearer",{"_index":995,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["beautician",{"_index":2145,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beauty",{"_index":2033,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beba",{"_index":2417,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bebabeba",{"_index":2418,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bed",{"_index":2353,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bedding",{"_index":2351,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["behalf",{"_index":3973,"title":{},"body":{"license.html":{}}}],["behave",{"_index":1262,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["behaviorsubject",{"_index":974,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["behaviorsubject(false",{"_index":3031,"title":{},"body":{"injectables/TokenService.html":{}}}],["behaviorsubject(this.transactions",{"_index":3229,"title":{},"body":{"injectables/TransactionService.html":{}}}],["being",{"_index":1300,"title":{},"body":{"classes/CustomValidator.html":{},"license.html":{}}}],["believe",{"_index":4315,"title":{},"body":{"license.html":{}}}],["below",{"_index":3980,"title":{},"body":{"license.html":{}}}],["belt",{"_index":2350,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["benefit",{"_index":4309,"title":{},"body":{"license.html":{}}}],["best",{"_index":4417,"title":{},"body":{"license.html":{}}}],["between",{"_index":3949,"title":{},"body":{"license.html":{}}}],["beyond",{"_index":4054,"title":{},"body":{"license.html":{}}}],["bezier(0.4",{"_index":633,"title":{},"body":{"components/AdminComponent.html":{}}}],["bhajia",{"_index":2155,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biashara",{"_index":2074,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bicycle",{"_index":2420,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bike",{"_index":2419,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["binding",{"_index":1279,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["bio",{"_index":3426,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["biogas",{"_index":2449,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biringanya",{"_index":2160,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biscuits",{"_index":2159,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bit",{"_index":1106,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bitwise",{"_index":1143,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["block",{"_index":868,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["blockchain",{"_index":177,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["blockfilterbinstr",{"_index":1165,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blockfilterbinstr.charcodeat(i",{"_index":1172,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocks",{"_index":2850,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["blocksync",{"_index":1084,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksync(address",{"_index":1091,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksyncservice",{"_index":1081,"title":{"injectables/BlockSyncService.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["blocktxfilterbinstr",{"_index":1173,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocktxfilterbinstr.charcodeat(i",{"_index":1178,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblockbytes",{"_index":1111,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblocktxbytes",{"_index":1113,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomrounds",{"_index":1114,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloxberg:8996",{"_index":40,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["bloxbergchainid",{"_index":4472,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2422,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bodaboda",{"_index":2423,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["body",{"_index":1371,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["body.approval",{"_index":2559,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bofu",{"_index":1686,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bombolulu",{"_index":1853,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bomet",{"_index":1895,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bone",{"_index":1167,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bone.map((e",{"_index":1169,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["book",{"_index":1915,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":253,"title":{},"body":{"components/AccountSearchComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LoggingService.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":467,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"overview.html":{}}}],["both",{"_index":3784,"title":{},"body":{"license.html":{}}}],["botique",{"_index":2355,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boutique",{"_index":2356,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":1363,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["bread",{"_index":2246,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":1403,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["brewer",{"_index":2152,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bricks",{"_index":2128,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4456,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":775,"title":{},"body":{"modules/AppModule.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"pipes/SafePipe.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"dependencies.html":{},"modules.html":{}}}],["browser/animations",{"_index":780,"title":{},"body":{"modules/AppModule.html":{}}}],["browseranimationsmodule",{"_index":779,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule",{"_index":773,"title":{},"body":{"modules/AppModule.html":{}}}],["btwo",{"_index":1175,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["btwo.map((e",{"_index":1177,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["buck",{"_index":3428,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["build",{"_index":3650,"title":{},"body":{"index.html":{}}}],["build:dev",{"_index":3654,"title":{},"body":{"index.html":{}}}],["build:prod",{"_index":3656,"title":{},"body":{"index.html":{}}}],["bungoma",{"_index":1897,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["buru",{"_index":1809,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busaa",{"_index":2233,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busia",{"_index":1876,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["business",{"_index":28,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["businesscategory",{"_index":1236,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["butcher",{"_index":2186,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["butchery",{"_index":2187,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["button",{"_index":657,"title":{},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{}}}],["c",{"_index":3706,"title":{},"body":{"license.html":{}}}],["cabbages",{"_index":2235,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cachedtx.tx.txhash",{"_index":3255,"title":{},"body":{"injectables/TransactionService.html":{}}}],["cachesize",{"_index":3212,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["cafe",{"_index":2365,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cake",{"_index":2173,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["call",{"_index":2516,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["called",{"_index":3860,"title":{},"body":{"license.html":{}}}],["calls",{"_index":3602,"title":{},"body":{"miscellaneous/functions.html":{}}}],["canactivate",{"_index":817,"title":{},"body":{"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["canactivate(route",{"_index":889,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["candebug",{"_index":1550,"title":{},"body":{"injectables/LoggingService.html":{}}}],["candy",{"_index":2361,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["capabilities",{"_index":888,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["capenter",{"_index":2040,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["car",{"_index":2038,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["card",{"_index":2650,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["care",{"_index":1934,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caretaker",{"_index":2037,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carpenter",{"_index":2050,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carrier",{"_index":2425,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carry",{"_index":4028,"title":{},"body":{"license.html":{}}}],["cart",{"_index":2424,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carwash",{"_index":2046,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1400,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cases",{"_index":4121,"title":{},"body":{"license.html":{}}}],["cashier",{"_index":1638,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cassava",{"_index":2172,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["casual",{"_index":2035,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["catch",{"_index":427,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["catch((e",{"_index":2728,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["catcherror",{"_index":707,"title":{},"body":{"components/AppComponent.html":{},"interceptors/ErrorInterceptor.html":{}}}],["catcherror((err",{"_index":1379,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["categories",{"_index":1214,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["categories.find((category",{"_index":2586,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["categories.map((category",{"_index":2582,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["category",{"_index":15,"title":{"interfaces/Category.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"coverage.html":{}}}],["category.name",{"_index":2583,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["category.products.includes(stringfromurl",{"_index":2587,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["categorylist",{"_index":2581,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["catering",{"_index":2043,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caught",{"_index":1373,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cause",{"_index":4057,"title":{},"body":{"license.html":{}}}],["cdr",{"_index":2616,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["cease",{"_index":4217,"title":{},"body":{"license.html":{}}}],["cement",{"_index":2354,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["centralized",{"_index":1427,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["cereal",{"_index":2167,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cereals",{"_index":2174,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["certain",{"_index":1629,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cessation",{"_index":4229,"title":{},"body":{"license.html":{}}}],["chai",{"_index":2170,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chakula",{"_index":2164,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["challenge",{"_index":1008,"title":{},"body":{"injectables/AuthService.html":{}}}],["chama",{"_index":2341,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["changamwe",{"_index":1843,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["change",{"_index":871,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["changed",{"_index":3788,"title":{},"body":{"license.html":{}}}],["changedetection",{"_index":214,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectionstrategy",{"_index":269,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectionstrategy.onpush",{"_index":215,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["changedetectorref",{"_index":2614,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["changes",{"_index":3619,"title":{},"body":{"miscellaneous/functions.html":{}}}],["changesdescription",{"_index":3617,"title":{},"body":{"miscellaneous/functions.html":{}}}],["changing",{"_index":3717,"title":{},"body":{"license.html":{}}}],["chapati",{"_index":2166,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chapo",{"_index":2169,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["characterized",{"_index":4144,"title":{},"body":{"license.html":{}}}],["charcoal",{"_index":2451,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charcol",{"_index":2450,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charge",{"_index":3743,"title":{},"body":{"license.html":{}}}],["charging",{"_index":2098,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["check",{"_index":3688,"title":{},"body":{"index.html":{}}}],["checks",{"_index":143,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["chef",{"_index":2042,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemicals",{"_index":2315,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemist",{"_index":2314,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chibuga",{"_index":1687,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chicken",{"_index":2178,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzivuni",{"_index":1699,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzuvini",{"_index":1698,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chief",{"_index":1984,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigale",{"_index":1693,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigato",{"_index":1692,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigojoni",{"_index":1690,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikole",{"_index":1694,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomani",{"_index":1688,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomeni",{"_index":1697,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikuyu",{"_index":1700,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["children",{"_index":1954,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilongoni",{"_index":1689,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilumani",{"_index":1695,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chinguluni",{"_index":1691,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chipo",{"_index":2168,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chips",{"_index":2171,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizingo",{"_index":1701,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizini",{"_index":1696,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choma",{"_index":2229,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choo",{"_index":1998,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":4366,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":4370,"title":{},"body":{"license.html":{}}}],["christine",{"_index":1646,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["chumvi",{"_index":2234,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["church",{"_index":1978,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chv",{"_index":2316,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cic",{"_index":1000,"title":{},"body":{"injectables/AuthService.html":{},"classes/Settings.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["cic_convert",{"_index":1138,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["cic_transfer",{"_index":1136,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["cicada",{"_index":704,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"index.html":{}}}],["ciccacheurl",{"_index":4484,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicconvert(event",{"_index":758,"title":{},"body":{"components/AppComponent.html":{}}}],["cicmetaurl",{"_index":4478,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicnet/cic",{"_index":1119,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"dependencies.html":{}}}],["cicnet/schemas",{"_index":3544,"title":{},"body":{"dependencies.html":{}}}],["cicregistry",{"_index":2793,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["cictransfer(event",{"_index":754,"title":{},"body":{"components/AppComponent.html":{}}}],["cicussdurl",{"_index":4489,"title":{},"body":{"miscellaneous/variables.html":{}}}],["circumstances",{"_index":3978,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":3986,"title":{},"body":{"license.html":{}}}],["civil",{"_index":4410,"title":{},"body":{"license.html":{}}}],["claim",{"_index":4271,"title":{},"body":{"license.html":{}}}],["claims",{"_index":4281,"title":{},"body":{"license.html":{}}}],["class",{"_index":87,"title":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"license.html":{}}}],["classes",{"_index":89,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"overview.html":{}}}],["cleaner",{"_index":2011,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cleaning",{"_index":2004,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clear",{"_index":4089,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":3781,"title":{},"body":{"license.html":{}}}],["cles",{"_index":3439,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["cli",{"_index":3625,"title":{},"body":{"index.html":{}}}],["click",{"_index":1602,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["client",{"_index":1120,"title":{},"body":{"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["clinic",{"_index":2328,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clinical",{"_index":2329,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clipboard",{"_index":3580,"title":{},"body":{"miscellaneous/functions.html":{}}}],["close",{"_index":2952,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["closely",{"_index":4406,"title":{},"body":{"license.html":{}}}],["closewindow",{"_index":2954,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["cloth",{"_index":2362,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["club",{"_index":2410,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clues",{"_index":1393,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cluster_accountsmodule",{"_index":469,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_declarations",{"_index":471,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_imports",{"_index":470,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_adminmodule",{"_index":661,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_declarations",{"_index":663,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_imports",{"_index":662,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_appmodule",{"_index":762,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":763,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":766,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":764,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":765,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_authmodule",{"_index":914,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_declarations",{"_index":916,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_imports",{"_index":915,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_pagesmodule",{"_index":2747,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_declarations",{"_index":2748,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_imports",{"_index":2749,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_settingsmodule",{"_index":2892,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_declarations",{"_index":2894,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_imports",{"_index":2893,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_sharedmodule",{"_index":2905,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_declarations",{"_index":2906,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_exports",{"_index":2907,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_tokensmodule",{"_index":3100,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_declarations",{"_index":3101,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_imports",{"_index":3102,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule",{"_index":3397,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_declarations",{"_index":3400,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_exports",{"_index":3398,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_imports",{"_index":3399,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["coach",{"_index":1916,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobbler",{"_index":2045,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobler",{"_index":2044,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["coconut",{"_index":2165,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["code",{"_index":1391,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"index.html":{},"license.html":{}}}],["codebase",{"_index":3693,"title":{},"body":{"index.html":{}}}],["coffee",{"_index":2177,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["collapsed",{"_index":630,"title":{},"body":{"components/AdminComponent.html":{}}}],["collect",{"_index":4348,"title":{},"body":{"license.html":{}}}],["collection",{"_index":2013,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["college",{"_index":1926,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["columnstodisplay",{"_index":3078,"title":{},"body":{"components/TokensComponent.html":{}}}],["combination",{"_index":4355,"title":{},"body":{"license.html":{}}}],["combine",{"_index":4352,"title":{},"body":{"license.html":{}}}],["combined",{"_index":4048,"title":{},"body":{"license.html":{}}}],["comes",{"_index":4034,"title":{},"body":{"license.html":{}}}],["command",{"_index":3698,"title":{},"body":{"index.html":{}}}],["commands",{"_index":3900,"title":{},"body":{"license.html":{}}}],["commas",{"_index":3597,"title":{},"body":{"miscellaneous/functions.html":{}}}],["comment",{"_index":2937,"title":{},"body":{"interfaces/Staff.html":{}}}],["commercial",{"_index":4130,"title":{},"body":{"license.html":{}}}],["commitment",{"_index":4297,"title":{},"body":{"license.html":{}}}],["common",{"_index":4124,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":480,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["communication",{"_index":3947,"title":{},"body":{"license.html":{}}}],["community",{"_index":2327,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["compilation",{"_index":4044,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":4053,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":4332,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":3930,"title":{},"body":{"license.html":{}}}],["complete",{"_index":1652,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["compliance",{"_index":4254,"title":{},"body":{"license.html":{}}}],["comply",{"_index":3971,"title":{},"body":{"license.html":{}}}],["component",{"_index":201,"title":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsRoutingModule.html":{},"coverage.html":{},"index.html":{},"license.html":{}}}],["component_template",{"_index":318,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["components",{"_index":203,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"overview.html":{}}}],["computer",{"_index":3875,"title":{},"body":{"license.html":{}}}],["computers",{"_index":3823,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":4354,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":4360,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":4327,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":3834,"title":{},"body":{"license.html":{}}}],["conductor",{"_index":2430,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["config",{"_index":1501,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts",{"_index":1497,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["config.interceptor.ts:10",{"_index":1500,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts:21",{"_index":1502,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["configurations",{"_index":1499,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"index.html":{}}}],["confirm",{"_index":1298,"title":{},"body":{"classes/CustomValidator.html":{}}}],["confirm('approve",{"_index":643,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('create",{"_index":1246,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["confirm('disapprove",{"_index":646,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('new",{"_index":734,"title":{},"body":{"components/AppComponent.html":{}}}],["confirm('set",{"_index":2646,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["confirmpassword",{"_index":1310,"title":{},"body":{"classes/CustomValidator.html":{}}}],["congo",{"_index":1779,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["connected",{"_index":2856,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["connection",{"_index":115,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["consequence",{"_index":4242,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":4390,"title":{},"body":{"license.html":{}}}],["conservation",{"_index":1996,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consider",{"_index":4448,"title":{},"body":{"license.html":{}}}],["considered",{"_index":4201,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":4288,"title":{},"body":{"license.html":{}}}],["console.log('here",{"_index":3457,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["console.log(arraysum([1",{"_index":3577,"title":{},"body":{"miscellaneous/functions.html":{}}}],["console.log(await",{"_index":134,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["console.log(copytoclipboard('hello",{"_index":3583,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conspicuously",{"_index":4015,"title":{},"body":{"license.html":{}}}],["const",{"_index":74,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"modules/TokensRoutingModule.html":{},"injectables/TransactionService.html":{},"modules/TransactionsRoutingModule.html":{}}}],["constantly",{"_index":3818,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":3961,"title":{},"body":{"license.html":{}}}],["construction",{"_index":2041,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["constructor",{"_index":110,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"injectables/Web3Service.html":{}}}],["constructor(@inject(mat_dialog_data",{"_index":1329,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(authservice",{"_index":681,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{}}}],["constructor(blocksyncservice",{"_index":3357,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["constructor(cdr",{"_index":2613,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["constructor(contractaddress",{"_index":111,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["constructor(data",{"_index":1322,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(dialog",{"_index":1336,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(elementref",{"_index":1597,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["constructor(errordialogservice",{"_index":1360,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["constructor(formbuilder",{"_index":241,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["constructor(httpclient",{"_index":945,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["constructor(initialparams",{"_index":563,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["constructor(keystore",{"_index":2675,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["constructor(logger",{"_index":1559,"title":{},"body":{"injectables/LoggingService.html":{}}}],["constructor(loggingservice",{"_index":1435,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"interceptors/LoggingInterceptor.html":{}}}],["constructor(message",{"_index":1465,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["constructor(private",{"_index":636,"title":{},"body":{"components/AdminComponent.html":{},"guards/AuthGuard.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"injectables/TokenService.html":{}}}],["constructor(public",{"_index":1345,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(router",{"_index":880,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"components/TransactionDetailsComponent.html":{}}}],["constructor(scanfilter",{"_index":2847,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["constructor(tokenservice",{"_index":3080,"title":{},"body":{"components/TokensComponent.html":{}}}],["constructor(transactionservice",{"_index":1089,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["constructor(userservice",{"_index":385,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{}}}],["construed",{"_index":4336,"title":{},"body":{"license.html":{}}}],["consult",{"_index":1925,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consultant",{"_index":1924,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consumer",{"_index":4109,"title":{},"body":{"license.html":{}}}],["contact",{"_index":4431,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1392,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["contained",{"_index":3674,"title":{},"body":{"index.html":{}}}],["containing",{"_index":4184,"title":{},"body":{"license.html":{}}}],["contains",{"_index":895,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"index.html":{},"license.html":{}}}],["content",{"_index":740,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["content?.classlist.add('active",{"_index":750,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.contains('active",{"_index":749,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.remove('active",{"_index":752,"title":{},"body":{"components/AppComponent.html":{}}}],["content?.classlist.toggle('active",{"_index":1623,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["contents",{"_index":4292,"title":{},"body":{"license.html":{}}}],["context",{"_index":3924,"title":{},"body":{"license.html":{}}}],["continue",{"_index":4150,"title":{},"body":{"license.html":{}}}],["continued",{"_index":4137,"title":{},"body":{"license.html":{}}}],["contract",{"_index":80,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["contract's",{"_index":119,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["contractaddress",{"_index":101,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["contractual",{"_index":4198,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":4342,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":3726,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":4278,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":4280,"title":{},"body":{"license.html":{}}}],["control",{"_index":1275,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["control.dirty",{"_index":1284,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.get('confirmpassword').seterrors",{"_index":1312,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('confirmpassword').value",{"_index":1311,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('password').value",{"_index":1309,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.invalid",{"_index":1283,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.touched",{"_index":1285,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.value",{"_index":1314,"title":{},"body":{"classes/CustomValidator.html":{}}}],["controlled",{"_index":4283,"title":{},"body":{"license.html":{}}}],["controls",{"_index":1261,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["convenient",{"_index":3893,"title":{},"body":{"license.html":{}}}],["conversion",{"_index":759,"title":{"interfaces/Conversion.html":{}},"body":{"components/AppComponent.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["conversion.fromvalue",{"_index":3270,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.recipient",{"_index":3276,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.sender",{"_index":3275,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tovalue",{"_index":3272,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tx.txhash",{"_index":3268,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.type",{"_index":3269,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversions",{"_index":2508,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["convert",{"_index":2942,"title":{},"body":{"interfaces/Token.html":{}}}],["converted",{"_index":3593,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converting",{"_index":3595,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converts",{"_index":3608,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converttoparammap",{"_index":575,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["convey",{"_index":3882,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":4320,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":4145,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":3888,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":4197,"title":{},"body":{"license.html":{}}}],["cook",{"_index":2175,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["copied",{"_index":3169,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["copies",{"_index":3579,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy",{"_index":3584,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy.ts",{"_index":3486,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["copyaddress",{"_index":3126,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copyaddress(address",{"_index":3136,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copying",{"_index":3835,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":1419,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["copyright",{"_index":3705,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":3845,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":3975,"title":{},"body":{"license.html":{}}}],["copytoclipboard",{"_index":3146,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["copytoclipboard(address",{"_index":3167,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copytoclipboard(text",{"_index":3578,"title":{},"body":{"miscellaneous/functions.html":{}}}],["corn",{"_index":2176,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["correction",{"_index":4385,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":3933,"title":{},"body":{"license.html":{}}}],["cosmetics",{"_index":2335,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cost",{"_index":4077,"title":{},"body":{"license.html":{}}}],["counsellor",{"_index":1958,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["count",{"_index":194,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/TokenService.html":{}}}],["counterclaim",{"_index":4272,"title":{},"body":{"license.html":{}}}],["counties",{"_index":1891,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["countries",{"_index":3879,"title":{},"body":{"license.html":{}}}],["country",{"_index":1986,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["countrycode",{"_index":2643,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["county",{"_index":1987,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["course",{"_index":4443,"title":{},"body":{"license.html":{}}}],["court",{"_index":4341,"title":{},"body":{"license.html":{}}}],["courts",{"_index":4405,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":4300,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":3474,"title":{"coverage.html":{}},"body":{"coverage.html":{},"license.html":{}}}],["covered",{"_index":3863,"title":{},"body":{"license.html":{}}}],["create",{"_index":114,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Staff.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["createaccountcomponent",{"_index":330,"title":{"components/CreateAccountComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["created",{"_index":403,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{}}}],["createform",{"_index":1215,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["createformstub",{"_index":1217,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["credentials",{"_index":2884,"title":{},"body":{"components/SettingsComponent.html":{}}}],["credit",{"_index":2345,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["crisps",{"_index":2163,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["criterion",{"_index":3903,"title":{},"body":{"license.html":{}}}],["cross",{"_index":1939,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["csv",{"_index":3589,"title":{},"body":{"miscellaneous/functions.html":{}}}],["csv.ts",{"_index":3489,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["cubic",{"_index":632,"title":{},"body":{"components/AdminComponent.html":{}}}],["curated",{"_index":1637,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cure",{"_index":4232,"title":{},"body":{"license.html":{}}}],["currency",{"_index":2967,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["currentuser",{"_index":2808,"title":{},"body":{"guards/RoleGuard.html":{}}}],["currentyear",{"_index":1415,"title":{},"body":{"components/FooterComponent.html":{}}}],["custom",{"_index":1257,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"index.html":{}}}],["customarily",{"_index":4068,"title":{},"body":{"license.html":{}}}],["customer",{"_index":4073,"title":{},"body":{"license.html":{}}}],["customerrorstatematcher",{"_index":256,"title":{"classes/CustomErrorStateMatcher.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{},"coverage.html":{}}}],["customevent",{"_index":690,"title":{},"body":{"components/AppComponent.html":{}}}],["customevent(eventtype",{"_index":1157,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customvalidator",{"_index":1286,"title":{"classes/CustomValidator.html":{}},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["cyber",{"_index":1947,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["d",{"_index":4042,"title":{},"body":{"license.html":{}}}],["dagaa",{"_index":2179,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoreti",{"_index":1783,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoretti",{"_index":1825,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["daktari",{"_index":2318,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4388,"title":{},"body":{"license.html":{}}}],["dandora",{"_index":1784,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["danger",{"_index":3826,"title":{},"body":{"license.html":{}}}],["danish",{"_index":1965,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dashboard",{"_index":2928,"title":{},"body":{"components/SidebarComponent.html":{}}}],["data",{"_index":9,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Conversion.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["data.message",{"_index":1330,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["data?.status",{"_index":1331,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["datafile",{"_index":4498,"title":{},"body":{"miscellaneous/variables.html":{}}}],["datasource",{"_index":374,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["datasource.filter",{"_index":3384,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["date",{"_index":2861,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["date().getfullyear",{"_index":1418,"title":{},"body":{"components/FooterComponent.html":{}}}],["date(timestamp",{"_index":3411,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["date.now",{"_index":76,"title":{},"body":{"interfaces/AccountDetails.html":{},"interceptors/LoggingInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["date.pipe",{"_index":2922,"title":{},"body":{"modules/SharedModule.html":{}}}],["date.pipe.ts",{"_index":3408,"title":{},"body":{"pipes/UnixDatePipe.html":{},"coverage.html":{}}}],["date.pipe.ts:7",{"_index":3410,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["date_registered",{"_index":16,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["dateregistered",{"_index":3458,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["dawa",{"_index":2319,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["day",{"_index":30,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["daycare",{"_index":1931,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["days",{"_index":4228,"title":{},"body":{"license.html":{}}}],["debug",{"_index":1580,"title":{},"body":{"injectables/LoggingService.html":{}}}],["december",{"_index":3999,"title":{},"body":{"license.html":{}}}],["decide",{"_index":4368,"title":{},"body":{"license.html":{}}}],["decimals",{"_index":2482,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["declarations",{"_index":466,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["declining",{"_index":4190,"title":{},"body":{"license.html":{}}}],["decorators",{"_index":409,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/ErrorDialogComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["deemed",{"_index":3988,"title":{},"body":{"license.html":{}}}],["default",{"_index":73,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["defaultaccount",{"_index":75,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultpagesize",{"_index":375,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["defaults",{"_index":3596,"title":{},"body":{"miscellaneous/functions.html":{}}}],["defective",{"_index":4381,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":4339,"title":{},"body":{"license.html":{}}}],["defined",{"_index":112,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["defines",{"_index":1259,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["defining",{"_index":4499,"title":{},"body":{"miscellaneous/variables.html":{}}}],["definition",{"_index":3940,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":3839,"title":{},"body":{"license.html":{}}}],["delay",{"_index":1633,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delayed",{"_index":2513,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delimiter",{"_index":3588,"title":{},"body":{"miscellaneous/functions.html":{}}}],["dematerialize",{"_index":1634,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["demo",{"_index":1950,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["denied",{"_index":4152,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":4298,"title":{},"body":{"license.html":{}}}],["denomination",{"_index":2944,"title":{},"body":{"interfaces/Token.html":{}}}],["denote",{"_index":1460,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["deny",{"_index":3793,"title":{},"body":{"license.html":{}}}],["denying",{"_index":3755,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":465,"title":{"dependencies.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"overview.html":{}}}],["depending",{"_index":151,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["deployed",{"_index":116,"title":{},"body":{"classes/AccountIndex.html":{},"interfaces/Conversion.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["deprive",{"_index":4307,"title":{},"body":{"license.html":{}}}],["dera",{"_index":2378,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dereva",{"_index":2429,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["description",{"_index":7,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{}}}],["design",{"_index":2049,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["designated",{"_index":4085,"title":{},"body":{"license.html":{}}}],["designed",{"_index":3722,"title":{},"body":{"license.html":{}}}],["destination",{"_index":3194,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["destinationtoken",{"_index":1184,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["detached",{"_index":2719,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["detail",{"_index":1158,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["details",{"_index":65,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AdminComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["details'},{'name",{"_index":320,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["details.component",{"_index":488,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{}}}],["details.component.html",{"_index":2951,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.scss",{"_index":2950,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts",{"_index":2949,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["details.component.ts:18",{"_index":2956,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:20",{"_index":2955,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:22",{"_index":3134,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:24",{"_index":2959,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:26",{"_index":2958,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:27",{"_index":3143,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:28",{"_index":3145,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:29",{"_index":3144,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:30",{"_index":3133,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:39",{"_index":3138,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:59",{"_index":3141,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:63",{"_index":3140,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:67",{"_index":3142,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:71",{"_index":3139,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:80",{"_index":3137,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:86",{"_index":3135,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.the",{"_index":4440,"title":{},"body":{"license.html":{}}}],["details/account",{"_index":487,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["details/token",{"_index":2948,"title":{},"body":{"components/TokenDetailsComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"coverage.html":{}}}],["details/transaction",{"_index":3120,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{}}}],["detergent",{"_index":2376,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["detergents",{"_index":2377,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["determining",{"_index":4119,"title":{},"body":{"license.html":{}}}],["dev",{"_index":3636,"title":{},"body":{"index.html":{}}}],["develop",{"_index":4414,"title":{},"body":{"license.html":{}}}],["developers",{"_index":3770,"title":{},"body":{"license.html":{}}}],["development",{"_index":3631,"title":{},"body":{"index.html":{},"license.html":{}}}],["devices",{"_index":3792,"title":{},"body":{"license.html":{}}}],["dgst",{"_index":2667,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["dhobi",{"_index":2047,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dialog",{"_index":1319,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["dialog'},{'name",{"_index":334,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["dialog.component",{"_index":1344,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["dialog.component.html",{"_index":1321,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.scss",{"_index":1320,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts",{"_index":1318,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["dialog.component.ts:10",{"_index":1323,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts:11",{"_index":1325,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.service",{"_index":845,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["dialog.service.ts",{"_index":1333,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["dialog.service.ts:11",{"_index":1341,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:13",{"_index":1340,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:9",{"_index":1338,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog/error",{"_index":1317,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["dialogref",{"_index":1347,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":1350,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["diani",{"_index":1847,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dictates",{"_index":877,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["diesel",{"_index":2473,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["differ",{"_index":4359,"title":{},"body":{"license.html":{}}}],["different",{"_index":1440,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["differently",{"_index":4177,"title":{},"body":{"license.html":{}}}],["digest",{"_index":61,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["direction",{"_index":3974,"title":{},"body":{"license.html":{}}}],["directions",{"_index":4090,"title":{},"body":{"license.html":{}}}],["directive",{"_index":316,"title":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["directives",{"_index":359,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"overview.html":{}}}],["directive|pipe|service|class|guard|interface|enum|module",{"_index":3646,"title":{},"body":{"index.html":{}}}],["directly",{"_index":3868,"title":{},"body":{"license.html":{}}}],["directory",{"_index":1251,"title":{},"body":{"components/CreateAccountComponent.html":{},"index.html":{}}}],["directoryentry",{"_index":1234,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["disableconsolelogging",{"_index":801,"title":{},"body":{"modules/AppModule.html":{}}}],["disapprove",{"_index":654,"title":{},"body":{"components/AdminComponent.html":{}}}],["disapproveaction",{"_index":590,"title":{},"body":{"components/AdminComponent.html":{}}}],["disapproveaction(action",{"_index":597,"title":{},"body":{"components/AdminComponent.html":{}}}],["disburse",{"_index":1644,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["disbursement",{"_index":2641,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["disbursements",{"_index":2509,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["disclaim",{"_index":4010,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":4371,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":4174,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":4324,"title":{},"body":{"license.html":{}}}],["dispatcher",{"_index":1372,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["dispensary",{"_index":2312,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["display",{"_index":4043,"title":{},"body":{"license.html":{}}}],["displayed",{"_index":4183,"title":{},"body":{"license.html":{}}}],["displayedcolumns",{"_index":376,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{}}}],["displaying",{"_index":1264,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{}}}],["displays",{"_index":3890,"title":{},"body":{"license.html":{}}}],["dist",{"_index":3653,"title":{},"body":{"index.html":{}}}],["distinguishing",{"_index":4361,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":3714,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":4427,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":4328,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":3836,"title":{},"body":{"license.html":{}}}],["divone",{"_index":861,"title":{},"body":{"components/AuthComponent.html":{}}}],["divtwo",{"_index":863,"title":{},"body":{"components/AuthComponent.html":{}}}],["doctor",{"_index":2317,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["document",{"_index":3716,"title":{},"body":{"license.html":{}}}],["document.getelementbyid('content",{"_index":741,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('one",{"_index":862,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('one').style.display",{"_index":1038,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('sidebar",{"_index":739,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('sidebarcollapse",{"_index":743,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('state').innerhtml",{"_index":992,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('two",{"_index":864,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('two').style.display",{"_index":1039,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid(this.iconid",{"_index":2777,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["document.getelementbyid(this.id",{"_index":2776,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["documentation",{"_index":3475,"title":{},"body":{"coverage.html":{}}}],["documented",{"_index":4160,"title":{},"body":{"license.html":{}}}],["doe",{"_index":3420,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["doesn\\'t",{"_index":1051,"title":{},"body":{"injectables/AuthService.html":{}}}],["dofilter",{"_index":380,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dofilter(value",{"_index":388,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dom",{"_index":206,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["domains",{"_index":3811,"title":{},"body":{"license.html":{}}}],["domsanitizer",{"_index":2840,"title":{},"body":{"pipes/SafePipe.html":{}}}],["donald",{"_index":3434,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["donholm",{"_index":1782,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donhom",{"_index":1786,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donor",{"_index":1981,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donut",{"_index":2180,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["doti",{"_index":1702,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["double",{"_index":553,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["doubtful",{"_index":4120,"title":{},"body":{"license.html":{}}}],["dough",{"_index":2181,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["download",{"_index":3591,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downloadcsv",{"_index":381,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["downloaded",{"_index":3594,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downstream",{"_index":4251,"title":{},"body":{"license.html":{}}}],["driver",{"_index":2428,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["duka",{"_index":2368,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["durable",{"_index":4067,"title":{},"body":{"license.html":{}}}],["duration",{"_index":3170,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["during",{"_index":68,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["dwelling",{"_index":4118,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":3542,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3942,"title":{},"body":{"license.html":{}}}],["dzivani",{"_index":1704,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzovuni",{"_index":1705,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzugwe",{"_index":1703,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["e",{"_index":697,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["e.matches",{"_index":746,"title":{},"body":{"components/AppComponent.html":{}}}],["e2e",{"_index":3669,"title":{},"body":{"index.html":{}}}],["each",{"_index":3848,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":3861,"title":{},"body":{"license.html":{}}}],["east",{"_index":1819,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["economics",{"_index":1421,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["education",{"_index":1914,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["educator",{"_index":1956,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["effect",{"_index":4403,"title":{},"body":{"license.html":{}}}],["effected",{"_index":4008,"title":{},"body":{"license.html":{}}}],["effective",{"_index":3989,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":3828,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":4265,"title":{},"body":{"license.html":{}}}],["egg",{"_index":2271,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eimu",{"_index":1936,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["elapsedtime",{"_index":1544,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["elder",{"_index":1983,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eldoret",{"_index":1898,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrian",{"_index":2036,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electricals",{"_index":2363,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrician",{"_index":2126,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electronic",{"_index":4432,"title":{},"body":{"license.html":{}}}],["electronics",{"_index":2123,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["element",{"_index":315,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["element.style.display",{"_index":869,"title":{},"body":{"components/AuthComponent.html":{}}}],["elementref",{"_index":1598,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["elim",{"_index":1935,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["email",{"_index":47,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"miscellaneous/variables.html":{}}}],["embakasi",{"_index":1817,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embakassi",{"_index":1816,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embodied",{"_index":4062,"title":{},"body":{"license.html":{}}}],["emergency",{"_index":2339,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["employer",{"_index":4445,"title":{},"body":{"license.html":{}}}],["enable",{"_index":3923,"title":{},"body":{"license.html":{}}}],["enabled",{"_index":804,"title":{},"body":{"modules/AppModule.html":{}}}],["enables",{"_index":3884,"title":{},"body":{"license.html":{}}}],["encryption",{"_index":62,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["end",{"_index":3668,"title":{},"body":{"index.html":{},"license.html":{}}}],["endpoint",{"_index":722,"title":{},"body":{"components/AppComponent.html":{}}}],["enforce",{"_index":4299,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":4012,"title":{},"body":{"license.html":{}}}],["engine",{"_index":63,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/W3.html":{}}}],["engineer",{"_index":2083,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["enroller",{"_index":1643,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["ensure",{"_index":2517,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["enter",{"_index":872,"title":{},"body":{"components/AuthComponent.html":{}}}],["entered",{"_index":4333,"title":{},"body":{"license.html":{}}}],["entire",{"_index":4032,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":4350,"title":{},"body":{"license.html":{}}}],["entity",{"_index":4255,"title":{},"body":{"license.html":{}}}],["entry",{"_index":1252,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/TokenRegistry.html":{}}}],["entry(2",{"_index":3001,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["entry(serial",{"_index":2997,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["env",{"_index":1551,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{}}}],["env.example",{"_index":3676,"title":{},"body":{"index.html":{}}}],["env.ts",{"_index":3677,"title":{},"body":{"index.html":{}}}],["envelope",{"_index":3236,"title":{},"body":{"injectables/TransactionService.html":{}}}],["envelope.fromjson(json.stringify(account)).unwrap().m.data",{"_index":3287,"title":{},"body":{"injectables/TransactionService.html":{}}}],["environment",{"_index":170,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["environment.cicmetaurl",{"_index":1026,"title":{},"body":{"injectables/AuthService.html":{}}}],["environment.dev.ts",{"_index":3680,"title":{},"body":{"index.html":{}}}],["environment.loggingurl}/api/logs",{"_index":800,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.loglevel",{"_index":796,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.prod.ts",{"_index":3681,"title":{},"body":{"index.html":{}}}],["environment.production",{"_index":805,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.registryaddress",{"_index":2795,"title":{},"body":{"injectables/RegistryService.html":{}}}],["environment.serverloglevel",{"_index":798,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.web3provider",{"_index":1128,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["equivalent",{"_index":3964,"title":{},"body":{"license.html":{}}}],["err",{"_index":1055,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["err.error",{"_index":1381,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.error.message",{"_index":1388,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.message",{"_index":1058,"title":{},"body":{"injectables/AuthService.html":{}}}],["err.status",{"_index":1396,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.statustext",{"_index":1059,"title":{},"body":{"injectables/AuthService.html":{}}}],["erroneously",{"_index":3791,"title":{},"body":{"license.html":{}}}],["error",{"_index":333,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["error's",{"_index":1463,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error('the",{"_index":1045,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(message",{"_index":1474,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["error.message",{"_index":1471,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.stack",{"_index":1476,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.status",{"_index":1473,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.statustext",{"_index":1495,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.tostring",{"_index":1472,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errordialogcomponent",{"_index":332,"title":{"components/ErrorDialogComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["errordialogservice",{"_index":684,"title":{"injectables/ErrorDialogService.html":{}},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["errorevent",{"_index":1383,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errorhandler",{"_index":776,"title":{},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorinterceptor",{"_index":768,"title":{"interceptors/ErrorInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["errormessage",{"_index":1380,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errors",{"_index":1297,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorstatematcher",{"_index":1266,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["errortracestring",{"_index":1449,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes('/src/app",{"_index":1480,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes(whitelistsentence",{"_index":1482,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["essential",{"_index":3925,"title":{},"body":{"license.html":{}}}],["establish",{"_index":176,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["eth",{"_index":2655,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ethereum",{"_index":3460,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["ethers",{"_index":3241,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["ethiopia",{"_index":2656,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["even",{"_index":2518,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["event",{"_index":688,"title":{},"body":{"components/AppComponent.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["event.detail.tx",{"_index":755,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":2957,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["events",{"_index":1534,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["eventtype",{"_index":1102,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["everyone",{"_index":3712,"title":{},"body":{"license.html":{}}}],["evm",{"_index":39,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["exact",{"_index":3858,"title":{},"body":{"license.html":{}}}],["example",{"_index":100,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["except",{"_index":3873,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1428,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["exceptions",{"_index":4164,"title":{},"body":{"license.html":{}}}],["exchange",{"_index":3174,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["excluded",{"_index":4107,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":4337,"title":{},"body":{"license.html":{}}}],["exclusion",{"_index":4423,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":4289,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":3969,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":4343,"title":{},"body":{"license.html":{}}}],["executable",{"_index":3914,"title":{},"body":{"license.html":{}}}],["execute",{"_index":3666,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":3874,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":4266,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":4009,"title":{},"body":{"license.html":{}}}],["existing",{"_index":1280,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["expand",{"_index":608,"title":{},"body":{"components/AdminComponent.html":{}}}],["expandcollapse",{"_index":591,"title":{},"body":{"components/AdminComponent.html":{}}}],["expandcollapse(row",{"_index":601,"title":{},"body":{"components/AdminComponent.html":{}}}],["expected",{"_index":4128,"title":{},"body":{"license.html":{}}}],["expects",{"_index":4127,"title":{},"body":{"license.html":{}}}],["expert",{"_index":1951,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["explains",{"_index":3782,"title":{},"body":{"license.html":{}}}],["explicitly",{"_index":3958,"title":{},"body":{"license.html":{}}}],["export",{"_index":83,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{}}}],["exportcsv",{"_index":418,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["exportcsv(arraydata",{"_index":3586,"title":{},"body":{"miscellaneous/functions.html":{}}}],["exportcsv(this.accounts",{"_index":451,"title":{},"body":{"components/AccountsComponent.html":{}}}],["exportcsv(this.actions",{"_index":649,"title":{},"body":{"components/AdminComponent.html":{}}}],["exportcsv(this.tokens",{"_index":3098,"title":{},"body":{"components/TokensComponent.html":{}}}],["exportcsv(this.transactions",{"_index":3388,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["exportcsv(this.trustedusers",{"_index":2881,"title":{},"body":{"components/SettingsComponent.html":{}}}],["exports",{"_index":82,"title":{},"body":{"interfaces/AccountDetails.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"classes/Settings.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"interfaces/Transaction.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["express",{"_index":4295,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":4373,"title":{},"body":{"license.html":{}}}],["expression",{"_index":1306,"title":{},"body":{"classes/CustomValidator.html":{}}}],["expressly",{"_index":4212,"title":{},"body":{"license.html":{}}}],["extend",{"_index":1608,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["extended",{"_index":4323,"title":{},"body":{"license.html":{}}}],["extends",{"_index":1430,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["extensions",{"_index":4047,"title":{},"body":{"license.html":{}}}],["extent",{"_index":3892,"title":{},"body":{"license.html":{}}}],["external",{"_index":3463,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["eye",{"_index":2783,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["f",{"_index":4195,"title":{},"body":{"license.html":{}}}],["facilitator",{"_index":1967,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["facilities",{"_index":3970,"title":{},"body":{"license.html":{}}}],["facing",{"_index":1409,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["fagio",{"_index":2000,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":1057,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interceptors/LoggingInterceptor.html":{}}}],["failedpinattempts",{"_index":3425,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["fails",{"_index":4225,"title":{},"body":{"license.html":{}}}],["failure",{"_index":4398,"title":{},"body":{"license.html":{}}}],["fair",{"_index":3963,"title":{},"body":{"license.html":{}}}],["faith",{"_index":1970,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["false",{"_index":147,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["family",{"_index":4113,"title":{},"body":{"license.html":{}}}],["family/surname",{"_index":1250,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["farm",{"_index":2018,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farmer",{"_index":2019,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farming",{"_index":2017,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fashion",{"_index":3855,"title":{},"body":{"license.html":{}}}],["favor",{"_index":4122,"title":{},"body":{"license.html":{}}}],["feature",{"_index":3648,"title":{},"body":{"index.html":{},"license.html":{}}}],["fee",{"_index":3763,"title":{},"body":{"license.html":{}}}],["feels",{"_index":424,"title":{},"body":{"components/AccountsComponent.html":{}}}],["female",{"_index":2475,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["fetch",{"_index":172,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["fetch(environment.cicmetaurl",{"_index":1003,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetch(environment.cicmetaurl).then((response",{"_index":1013,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetch(environment.publickeysurl).then((res",{"_index":1073,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetched",{"_index":2993,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["fetcher",{"_index":1085,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetcher(settings",{"_index":1096,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetching",{"_index":3599,"title":{},"body":{"miscellaneous/functions.html":{}}}],["fia",{"_index":3444,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["field",{"_index":501,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"classes/CustomValidator.html":{},"modules/PagesModule.html":{},"directives/PasswordToggleDirective.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["file",{"_index":5,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["filegetter",{"_index":2787,"title":{},"body":{"injectables/RegistryService.html":{}}}],["filename",{"_index":3587,"title":{},"body":{"miscellaneous/functions.html":{}}}],["files",{"_index":3643,"title":{},"body":{"index.html":{},"license.html":{}}}],["filter",{"_index":454,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["filter_rounds",{"_index":1164,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filteraccounts",{"_index":382,"title":{},"body":{"components/AccountsComponent.html":{}}}],["filters",{"_index":1163,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filtertransactions",{"_index":3354,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["final",{"_index":1190,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["finalize",{"_index":1538,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["finally",{"_index":3266,"title":{},"body":{"injectables/TransactionService.html":{},"license.html":{}}}],["finance",{"_index":2346,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["find",{"_index":4092,"title":{},"body":{"license.html":{}}}],["fingerprint",{"_index":2671,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fire",{"_index":2460,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firewood",{"_index":2461,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firm",{"_index":2151,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["first",{"_index":419,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["fish",{"_index":2190,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fitness",{"_index":4376,"title":{},"body":{"license.html":{}}}],["fix",{"_index":2726,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fixed",{"_index":4066,"title":{},"body":{"license.html":{}}}],["flag",{"_index":2704,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["flow",{"_index":3948,"title":{},"body":{"license.html":{}}}],["flowers",{"_index":2403,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fn",{"_index":49,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["follow",{"_index":3838,"title":{},"body":{"license.html":{}}}],["following",{"_index":4293,"title":{},"body":{"license.html":{}}}],["foo",{"_index":2492,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["food",{"_index":2153,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["footballer",{"_index":2103,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["footer",{"_index":1412,"title":{},"body":{"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["footer'},{'name",{"_index":336,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["footer.component.html",{"_index":1414,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":1413,"title":{},"body":{"components/FooterComponent.html":{}}}],["footercomponent",{"_index":335,"title":{"components/FooterComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["footerstubcomponent",{"_index":337,"title":{"components/FooterStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["forbid",{"_index":4007,"title":{},"body":{"license.html":{}}}],["forbidden",{"_index":1405,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["force",{"_index":3966,"title":{},"body":{"license.html":{}}}],["form",{"_index":1260,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["form.submitted",{"_index":1282,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["format",{"_index":3590,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["format:lint",{"_index":3691,"title":{},"body":{"index.html":{}}}],["formatting",{"_index":3682,"title":{},"body":{"index.html":{}}}],["formbuilder",{"_index":242,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["formcontrol",{"_index":1269,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["formgroup",{"_index":251,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{}}}],["formgroupdirective",{"_index":1270,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["forms",{"_index":4058,"title":{},"body":{"license.html":{}}}],["forward",{"_index":2524,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["forwarded",{"_index":1503,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{}}}],["found",{"_index":304,"title":{},"body":{"components/AccountSearchComponent.html":{},"license.html":{}}}],["foundation",{"_index":3709,"title":{},"body":{"license.html":{}}}],["free",{"_index":3707,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":3725,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":3766,"title":{},"body":{"license.html":{}}}],["freelance",{"_index":2121,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fromhex",{"_index":3243,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(methodsignature",{"_index":3304,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(strip0x(transferauthaddress",{"_index":3315,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromvalue",{"_index":1185,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["fruit",{"_index":2188,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fruits",{"_index":2189,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fua",{"_index":2072,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuata",{"_index":1813,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel",{"_index":2454,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel/energy",{"_index":2446,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fulfilling",{"_index":3992,"title":{},"body":{"license.html":{}}}],["full",{"_index":530,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"license.html":{}}}],["function",{"_index":1492,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"coverage.html":{}}}],["functionality",{"_index":2664,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["functioning",{"_index":4138,"title":{},"body":{"license.html":{}}}],["functions",{"_index":2553,"title":{"miscellaneous/functions.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":3796,"title":{},"body":{"license.html":{}}}],["fundi",{"_index":2051,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["furniture",{"_index":2412,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["further",{"_index":3694,"title":{},"body":{"index.html":{},"license.html":{}}}],["future",{"_index":3815,"title":{},"body":{"license.html":{}}}],["g",{"_index":3629,"title":{},"body":{"index.html":{}}}],["g.e",{"_index":1868,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gandini",{"_index":1720,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garage",{"_index":2089,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garbage",{"_index":1999,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gardener",{"_index":2005,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gari",{"_index":2443,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gas",{"_index":2465,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gatina",{"_index":1794,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gb",{"_index":3413,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["ge",{"_index":1869,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gender",{"_index":17,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["genders",{"_index":1216,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["general",{"_index":1488,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["generalized",{"_index":1462,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["generally",{"_index":3938,"title":{},"body":{"license.html":{}}}],["generate",{"_index":3645,"title":{},"body":{"index.html":{},"license.html":{}}}],["generated",{"_index":1204,"title":{},"body":{"interfaces/Conversion.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"index.html":{}}}],["ger",{"_index":2657,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["germany",{"_index":2658,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["get(`${environment.cicmetaurl}/areatypes/${area.tolowercase",{"_index":1532,"title":{},"body":{"injectables/LocationService.html":{}}}],["getaccountdetailsfrommeta(await",{"_index":3258,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo",{"_index":3203,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo(account",{"_index":3214,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccounttypes",{"_index":439,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getactionbyid",{"_index":2533,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{}}}],["getactionbyid(id",{"_index":3450,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getactions",{"_index":2531,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getaddresssearchformstub",{"_index":267,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getaddresstransactions",{"_index":3204,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaddresstransactions(address",{"_index":1156,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["getalltransactions",{"_index":3205,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getalltransactions(offset",{"_index":1154,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getareanamebylocation",{"_index":1518,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareanamebylocation(location",{"_index":1522,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareanames",{"_index":1240,"title":{},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea",{"_index":1519,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea(area",{"_index":1525,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareatypes",{"_index":1520,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getbysymbol",{"_index":3072,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getbysymbol(symbol",{"_index":3073,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getcategories",{"_index":1237,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getcategorybyproduct",{"_index":2541,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getchallenge",{"_index":931,"title":{},"body":{"injectables/AuthService.html":{}}}],["getcreateformstub",{"_index":1228,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["getgenders",{"_index":1242,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getinstance",{"_index":3469,"title":{},"body":{"injectables/Web3Service.html":{}}}],["getkeyformstub",{"_index":842,"title":{},"body":{"components/AuthComponent.html":{}}}],["getkeystore",{"_index":1509,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["getnamesearchformstub",{"_index":263,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getorganizationformstub",{"_index":2638,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["getphonesearchformstub",{"_index":265,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getprivatekey",{"_index":932,"title":{},"body":{"injectables/AuthService.html":{}}}],["getprivatekeyinfo",{"_index":933,"title":{},"body":{"injectables/AuthService.html":{}}}],["getpublickeys",{"_index":934,"title":{},"body":{"injectables/AuthService.html":{}}}],["getregistry",{"_index":2788,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getsessiontoken",{"_index":935,"title":{},"body":{"injectables/AuthService.html":{}}}],["getter.ts",{"_index":3493,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getting",{"_index":3620,"title":{"index.html":{},"license.html":{}},"body":{}}],["gettokenbalance",{"_index":3014,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbalance(address",{"_index":3021,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbyaddress",{"_index":3015,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbyaddress(address",{"_index":3023,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbysymbol",{"_index":2546,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokenbysymbol(symbol",{"_index":3025,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenname",{"_index":3016,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokens",{"_index":2544,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokensymbol",{"_index":3017,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettransactiontypes",{"_index":2548,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{}}}],["gettrustedusers",{"_index":936,"title":{},"body":{"injectables/AuthService.html":{}}}],["getuser",{"_index":3416,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuser(userkey",{"_index":3452,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid",{"_index":3417,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid(id",{"_index":3455,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getwithtoken",{"_index":937,"title":{},"body":{"injectables/AuthService.html":{}}}],["giftable",{"_index":2476,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githeri",{"_index":2191,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githurai",{"_index":1820,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["give",{"_index":4025,"title":{},"body":{"license.html":{}}}],["given",{"_index":1247,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["givenname",{"_index":1232,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["gives",{"_index":4039,"title":{},"body":{"license.html":{}}}],["giving",{"_index":3776,"title":{},"body":{"license.html":{}}}],["global",{"_index":1437,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["globalerrorhandler",{"_index":769,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"overview.html":{}}}],["gnu",{"_index":3701,"title":{},"body":{"license.html":{}}}],["go",{"_index":3696,"title":{},"body":{"index.html":{}}}],["goats",{"_index":2196,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gona",{"_index":1718,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["good",{"_index":2275,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["governed",{"_index":4167,"title":{},"body":{"license.html":{}}}],["government",{"_index":1982,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gpl",{"_index":3771,"title":{},"body":{"license.html":{}}}],["grant",{"_index":4191,"title":{},"body":{"license.html":{}}}],["granted",{"_index":3953,"title":{},"body":{"license.html":{}}}],["grants",{"_index":4245,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4457,"title":{},"body":{"modules.html":{}}}],["grassroots",{"_index":1420,"title":{},"body":{"components/FooterComponent.html":{},"license.html":{}}}],["gratis",{"_index":3762,"title":{},"body":{"license.html":{}}}],["greatest",{"_index":4415,"title":{},"body":{"license.html":{}}}],["grocer",{"_index":2193,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groceries",{"_index":3432,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["grocery",{"_index":2192,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groundnuts",{"_index":2182,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["group",{"_index":1641,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["grz",{"_index":2478,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":3728,"title":{},"body":{"license.html":{}}}],["guard",{"_index":873,"title":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}},"body":{"guards/AuthGuard.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["guards",{"_index":874,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"overview.html":{}}}],["gui",{"_index":4444,"title":{},"body":{"license.html":{}}}],["guitarist",{"_index":2137,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guro",{"_index":1719,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hair",{"_index":2078,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["halt",{"_index":728,"title":{},"body":{"components/AppComponent.html":{}}}],["handle",{"_index":1386,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/PasswordToggleDirective.html":{}}}],["handled",{"_index":2551,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handleerror",{"_index":1432,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":1438,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["handlenetworkchange",{"_index":2612,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["handler",{"_index":425,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handler.ts",{"_index":1425,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["handler.ts:104",{"_index":1454,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:16",{"_index":1507,"title":{},"body":{"classes/HttpError.html":{}}}],["handler.ts:41",{"_index":1436,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:58",{"_index":1439,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:84",{"_index":1447,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleroute",{"_index":2528,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handlers",{"_index":2527,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handles",{"_index":1355,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handling",{"_index":1429,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hanje",{"_index":1706,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["happened",{"_index":1491,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hardware",{"_index":2375,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hash",{"_index":1203,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["hash.tostring('hex').substring(0",{"_index":3299,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction",{"_index":3294,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.digest",{"_index":3297,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.update('createrequest(address,address,address,uint256",{"_index":3296,"title":{},"body":{"injectables/TransactionService.html":{}}}],["haveaccount",{"_index":107,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount('0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":152,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount('0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":192,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount(address",{"_index":141,"title":{},"body":{"classes/AccountIndex.html":{}}}],["having",{"_index":3968,"title":{},"body":{"license.html":{}}}],["hawinga",{"_index":1882,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawker",{"_index":2053,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawking",{"_index":2052,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hazina",{"_index":1665,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headers",{"_index":993,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["headmaster",{"_index":1955,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headmistress",{"_index":1945,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headteacher",{"_index":1946,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["health",{"_index":2310,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["heath",{"_index":2326,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":622,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2057,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["helper",{"_index":2597,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["hera",{"_index":3438,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["herbalist",{"_index":2321,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hereafter",{"_index":4285,"title":{},"body":{"license.html":{}}}],["hi",{"_index":1110,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["hidden",{"_index":626,"title":{},"body":{"components/AdminComponent.html":{}}}],["hoba",{"_index":1012,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader",{"_index":978,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader(authheader",{"_index":1019,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaresponseencoded",{"_index":963,"title":{},"body":{"injectables/AuthService.html":{}}}],["holder",{"_index":4219,"title":{},"body":{"license.html":{}}}],["holders",{"_index":4173,"title":{},"body":{"license.html":{}}}],["holding",{"_index":2678,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["holel",{"_index":2184,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homabay",{"_index":1886,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homaboy",{"_index":1887,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["home",{"_index":309,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["hook",{"_index":1426,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hope",{"_index":4428,"title":{},"body":{"license.html":{}}}],["hospital",{"_index":2320,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hostlistener",{"_index":706,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('click",{"_index":2827,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('window:cic_convert",{"_index":757,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlistener('window:cic_transfer",{"_index":753,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlisteners",{"_index":678,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hosts",{"_index":4093,"title":{},"body":{"license.html":{}}}],["hotel",{"_index":2183,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hoteli",{"_index":2185,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["house",{"_index":2056,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["housegirl",{"_index":2058,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["househelp",{"_index":2054,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["household",{"_index":4114,"title":{},"body":{"license.html":{}}}],["hsehelp",{"_index":2055,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["html",{"_index":314,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["htmlelement",{"_index":738,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["http",{"_index":1357,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"miscellaneous/functions.html":{}}}],["http://localhost:4200",{"_index":3640,"title":{},"body":{"index.html":{}}}],["http://localhost:8000",{"_index":4495,"title":{},"body":{"miscellaneous/variables.html":{}}}],["http_interceptors",{"_index":781,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["httpclient",{"_index":946,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["httpclientmodule",{"_index":782,"title":{},"body":{"modules/AppModule.html":{}}}],["httpconfiginterceptor",{"_index":770,"title":{"interceptors/HttpConfigInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["httperror",{"_index":859,"title":{"classes/HttpError.html":{}},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["httperror('unknown",{"_index":1033,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperror('you",{"_index":1031,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperror.message",{"_index":860,"title":{},"body":{"components/AuthComponent.html":{}}}],["httperrorresponse",{"_index":1374,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httperrorresponse).status",{"_index":1485,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httpevent",{"_index":1375,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpgetter",{"_index":2791,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httphandler",{"_index":1367,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpinterceptor",{"_index":1376,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httprequest",{"_index":1366,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpresponse",{"_index":1537,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["https://blockexplorer.bloxberg.org/address",{"_index":3149,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["https://cache.dev.grassrootseconomics.net",{"_index":4485,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://dashboard.sarafu.network",{"_index":2743,"title":{},"body":{"components/PagesComponent.html":{}}}],["https://dev.grassrootseconomics.net/.well",{"_index":4482,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://fsf.org",{"_index":3711,"title":{},"body":{"license.html":{}}}],["https://meta",{"_index":4479,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://user.dev.grassrootseconomics.net",{"_index":4490,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://www.gnu.org/licenses",{"_index":4430,"title":{},"body":{"license.html":{}}}],["https://www.gnu.org/licenses/why",{"_index":4453,"title":{},"body":{"license.html":{}}}],["huruma",{"_index":1787,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hustler",{"_index":2073,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hypothetical",{"_index":4441,"title":{},"body":{"license.html":{}}}],["icon",{"_index":2771,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.add('fa",{"_index":2784,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.remove('fa",{"_index":2782,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["iconid",{"_index":2769,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["id",{"_index":67,"title":{},"body":{"interfaces/AccountDetails.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"components/CreateAccountComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"modules/TokensRoutingModule.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["identifiable",{"_index":4313,"title":{},"body":{"license.html":{}}}],["identifier",{"_index":2992,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{}}}],["identifiers",{"_index":33,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["identifying",{"_index":37,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["identities",{"_index":18,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["idfromurl",{"_index":2557,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["idnumber",{"_index":1231,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["iframes",{"_index":2745,"title":{},"body":{"components/PagesComponent.html":{}}}],["ignore",{"_index":2779,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["imam",{"_index":1972,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immagration",{"_index":1994,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immigration",{"_index":1995,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["implement",{"_index":1610,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["implementation",{"_index":876,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["implements",{"_index":211,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["implied",{"_index":4338,"title":{},"body":{"license.html":{}}}],["import",{"_index":164,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["import('@app/auth/auth.module').then((m",{"_index":813,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/accounts/accounts.module').then((m",{"_index":2760,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/admin/admin.module').then((m",{"_index":2764,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/pages.module').then((m",{"_index":815,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/settings/settings.module').then((m",{"_index":2758,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/tokens/tokens.module').then((m",{"_index":2762,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/transactions/transactions.module').then((m",{"_index":2756,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["importing",{"_index":4277,"title":{},"body":{"license.html":{}}}],["imports",{"_index":167,"title":{},"body":{"classes/AccountIndex.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["impose",{"_index":4200,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":4340,"title":{},"body":{"license.html":{}}}],["inability",{"_index":4392,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":4395,"title":{},"body":{"license.html":{}}}],["inc",{"_index":3710,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":4389,"title":{},"body":{"license.html":{}}}],["include",{"_index":3915,"title":{},"body":{"license.html":{}}}],["included",{"_index":3917,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3878,"title":{},"body":{"license.html":{}}}],["including",{"_index":3934,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":4056,"title":{},"body":{"license.html":{}}}],["inclusive",{"_index":2966,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["income",{"_index":2971,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["incompatible",{"_index":3797,"title":{},"body":{"license.html":{}}}],["incorporating",{"_index":4446,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":4117,"title":{},"body":{"license.html":{}}}],["indemnification",{"_index":4196,"title":{},"body":{"license.html":{}}}],["independent",{"_index":4045,"title":{},"body":{"license.html":{}}}],["index",{"_index":10,"title":{"index.html":{}},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":4248,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":4210,"title":{},"body":{"license.html":{}}}],["individual",{"_index":1278,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"license.html":{}}}],["individuals",{"_index":3803,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":1796,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["info",{"_index":3,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{}}}],["inform",{"_index":4100,"title":{},"body":{"license.html":{}}}],["information",{"_index":38,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["infringe",{"_index":4246,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":4275,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":3871,"title":{},"body":{"license.html":{}}}],["init",{"_index":938,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["initial",{"_index":1191,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["initialization",{"_index":1362,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["initialize",{"_index":1464,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["initialized",{"_index":541,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["initializing",{"_index":2677,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["initialparams",{"_index":566,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["initiate",{"_index":4269,"title":{},"body":{"license.html":{}}}],["initiator",{"_index":1193,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["inject",{"_index":1326,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["inject(mat_dialog_data",{"_index":1324,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["injectable",{"_index":907,"title":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"coverage.html":{}}}],["injectables",{"_index":924,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"overview.html":{}}}],["input",{"_index":1273,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["input('routerlink",{"_index":2825,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["inputs",{"_index":1289,"title":{},"body":{"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["inside",{"_index":1606,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"license.html":{}}}],["install",{"_index":3628,"title":{},"body":{"index.html":{},"license.html":{}}}],["installation",{"_index":4134,"title":{},"body":{"license.html":{}}}],["installed",{"_index":4148,"title":{},"body":{"license.html":{}}}],["instance",{"_index":92,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["instanceof",{"_index":1382,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["instantiates",{"_index":882,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["instead",{"_index":4452,"title":{},"body":{"license.html":{}}}],["instructor",{"_index":1941,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["insurance",{"_index":2110,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["intact",{"_index":4019,"title":{},"body":{"license.html":{}}}],["intended",{"_index":3727,"title":{},"body":{"license.html":{}}}],["intention",{"_index":4011,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":3887,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":3889,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":1359,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercept(request",{"_index":1365,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interceptor",{"_index":1351,"title":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["interceptors",{"_index":1352,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercepts",{"_index":1354,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interchange",{"_index":4069,"title":{},"body":{"license.html":{}}}],["interest",{"_index":4263,"title":{},"body":{"license.html":{}}}],["interface",{"_index":0,"title":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{}},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"coverage.html":{},"license.html":{}}}],["interfaces",{"_index":2,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"license.html":{},"overview.html":{}}}],["interfered",{"_index":4140,"title":{},"body":{"license.html":{}}}],["intern",{"_index":1962,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["internal",{"_index":2526,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["internally",{"_index":1628,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["interpretation",{"_index":4402,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":3932,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":3946,"title":{},"body":{"license.html":{}}}],["invalid",{"_index":1046,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{}}}],["invalidate",{"_index":4040,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":3955,"title":{},"body":{"license.html":{}}}],["isdevmode",{"_index":1577,"title":{},"body":{"injectables/LoggingService.html":{}}}],["isdialogopen",{"_index":1334,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["isencryptedkeycheck",{"_index":1049,"title":{},"body":{"injectables/AuthService.html":{}}}],["iserrorstate",{"_index":1267,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["iserrorstate(control",{"_index":1268,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["issubmitted",{"_index":1281,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["isvalidkeycheck",{"_index":1043,"title":{},"body":{"injectables/AuthService.html":{}}}],["iswarning",{"_index":1433,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["iswarning(errortracestring",{"_index":1446,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["it's",{"_index":1450,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["item",{"_index":1593,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"license.html":{}}}],["items",{"_index":1630,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["itself",{"_index":4153,"title":{},"body":{"license.html":{}}}],["jack",{"_index":1655,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["jane",{"_index":3427,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jembe",{"_index":2024,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jewel",{"_index":2408,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jik",{"_index":2352,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jogoo",{"_index":1804,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["john",{"_index":3419,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jomvu",{"_index":1844,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["journalist",{"_index":1942,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jquery",{"_index":3553,"title":{},"body":{"dependencies.html":{}}}],["json.parse(localstorage.getitem(atob('cicada_user",{"_index":2809,"title":{},"body":{"guards/RoleGuard.html":{}}}],["json.stringify",{"_index":1397,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["jua",{"_index":2063,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juacali",{"_index":2062,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juakali",{"_index":2060,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jualikali",{"_index":2061,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juice",{"_index":2307,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juja",{"_index":1802,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["junda",{"_index":1859,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["june",{"_index":3703,"title":{},"body":{"license.html":{}}}],["kabete",{"_index":1785,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kabiro",{"_index":1815,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kafuduni",{"_index":1713,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kahawa",{"_index":2224,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaimati",{"_index":2221,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kajiado",{"_index":1901,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakamega",{"_index":1899,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakuma",{"_index":1872,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kalalani",{"_index":1712,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kali",{"_index":2064,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaloleni",{"_index":1714,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamba",{"_index":2219,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kambi",{"_index":1663,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamongo",{"_index":1674,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kangemi",{"_index":1777,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kanisa",{"_index":1979,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kariobangi",{"_index":1797,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["karma",{"_index":3667,"title":{},"body":{"index.html":{}}}],["kasarani",{"_index":1798,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kasemeni",{"_index":1707,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["katundani",{"_index":1708,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kawangware",{"_index":1780,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayaba",{"_index":1661,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayba",{"_index":1662,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayole",{"_index":1799,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kazi",{"_index":2069,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ke",{"_index":2651,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kebeba",{"_index":2416,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["keccak",{"_index":3238,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keccak(256",{"_index":3295,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keep",{"_index":4018,"title":{},"body":{"license.html":{}}}],["keki",{"_index":2225,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kenya",{"_index":2652,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kenyatta",{"_index":1791,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kericho",{"_index":1900,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kernel",{"_index":3926,"title":{},"body":{"license.html":{}}}],["kerosene",{"_index":2472,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kerosine",{"_index":2471,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["key",{"_index":848,"title":{},"body":{"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["keyform",{"_index":824,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyformstub",{"_index":831,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyring",{"_index":3509,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["keys",{"_index":721,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["keystore",{"_index":2668,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["keystore.getprivatekey",{"_index":3322,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keystoreservice",{"_index":985,"title":{"injectables/KeystoreService.html":{}},"body":{"injectables/AuthService.html":{},"injectables/KeystoreService.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["keystoreservice.getkeystore",{"_index":988,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["keystoreservice.mutablekeystore",{"_index":1514,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["khaimati",{"_index":2220,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiambu",{"_index":1905,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibanda",{"_index":2358,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaogo",{"_index":1709,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaongo",{"_index":1710,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibera",{"_index":1771,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibira",{"_index":1772,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibra",{"_index":1773,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kidzuvini",{"_index":1711,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kikuyu",{"_index":1807,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilfi",{"_index":1862,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilibole",{"_index":1715,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilifi",{"_index":78,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["kinango",{"_index":1683,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":3883,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":3719,"title":{},"body":{"license.html":{}}}],["kingston",{"_index":1671,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kingstone",{"_index":1673,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kinyozi",{"_index":2068,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiosk",{"_index":2359,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kirembe",{"_index":1826,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisauni",{"_index":1848,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisii",{"_index":1894,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisumu",{"_index":1880,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitabu",{"_index":1969,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitengela",{"_index":1788,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitui",{"_index":1873,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kizingo",{"_index":1833,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kmoja",{"_index":1818,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["knitting",{"_index":2070,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["know",{"_index":3748,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":4302,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":4311,"title":{},"body":{"license.html":{}}}],["known/publickeys",{"_index":4483,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kokotoni",{"_index":1766,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korokocho",{"_index":1672,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korosho",{"_index":2305,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kra",{"_index":1992,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["krcs",{"_index":1964,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kubeba",{"_index":2431,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kufua",{"_index":2071,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kujenga",{"_index":2067,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuku",{"_index":2223,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kulima",{"_index":2021,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kunde",{"_index":2222,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuni",{"_index":2452,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kushona",{"_index":2059,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kusumu",{"_index":1889,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwale",{"_index":1684,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwangware",{"_index":1781,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kware",{"_index":1814,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lab",{"_index":2332,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labor",{"_index":2075,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labour",{"_index":2026,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landi",{"_index":1821,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landlord",{"_index":2048,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["langata",{"_index":1822,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["language",{"_index":3910,"title":{},"body":{"license.html":{}}}],["larger",{"_index":4049,"title":{},"body":{"license.html":{}}}],["last",{"_index":108,"title":{},"body":{"classes/AccountIndex.html":{}}}],["last(5",{"_index":160,"title":{},"body":{"classes/AccountIndex.html":{}}}],["last(numberofaccounts",{"_index":153,"title":{},"body":{"classes/AccountIndex.html":{}}}],["later",{"_index":726,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["latitude",{"_index":42,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["laundry",{"_index":2076,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["law",{"_index":2150,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["laws",{"_index":3842,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":4273,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":3647,"title":{},"body":{"index.html":{}}}],["leader",{"_index":1991,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["leaving",{"_index":1047,"title":{},"body":{"injectables/AuthService.html":{}}}],["lecturer",{"_index":1928,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["legal",{"_index":3777,"title":{},"body":{"license.html":{}}}],["legend",{"_index":313,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["leso",{"_index":2366,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesser",{"_index":4451,"title":{},"body":{"license.html":{}}}],["lesso",{"_index":2367,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesson",{"_index":1943,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["level",{"_index":795,"title":{},"body":{"modules/AppModule.html":{}}}],["lgpl.html",{"_index":4454,"title":{},"body":{"license.html":{}}}],["liability",{"_index":4176,"title":{},"body":{"license.html":{}}}],["liable",{"_index":3870,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3913,"title":{},"body":{"license.html":{}}}],["library",{"_index":4108,"title":{},"body":{"license.html":{}}}],["license",{"_index":3700,"title":{"license.html":{}},"body":{"license.html":{}}}],["licensed",{"_index":3846,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":3849,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":3851,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":3720,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":4250,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":4189,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":4243,"title":{},"body":{"license.html":{}}}],["likoni",{"_index":1830,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["limit",{"_index":1093,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"license.html":{}}}],["limitation",{"_index":4386,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4374,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":4175,"title":{},"body":{"license.html":{}}}],["limuru",{"_index":1823,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lindi",{"_index":1770,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["line",{"_index":4424,"title":{},"body":{"license.html":{}}}],["line:directive",{"_index":2823,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["line:no",{"_index":1142,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["lines",{"_index":2357,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["link",{"_index":2817,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{},"license.html":{}}}],["linked",{"_index":3943,"title":{},"body":{"license.html":{}}}],["linking",{"_index":4449,"title":{},"body":{"license.html":{}}}],["linkparams",{"_index":2826,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["linting",{"_index":3692,"title":{},"body":{"index.html":{}}}],["list",{"_index":3899,"title":{},"body":{"license.html":{}}}],["literal",{"_index":32,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Token.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["litigation",{"_index":4270,"title":{},"body":{"license.html":{}}}],["lo",{"_index":1109,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["load",{"_index":429,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TokenService.html":{}}}],["loadchildren",{"_index":812,"title":{},"body":{"modules/AppRoutingModule.html":{},"modules/PagesRoutingModule.html":{}}}],["loaded",{"_index":897,"title":{},"body":{"guards/AuthGuard.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["loading",{"_index":825,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["loan",{"_index":2342,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["local",{"_index":3634,"title":{},"body":{"index.html":{},"license.html":{}}}],["localstorage",{"_index":906,"title":{},"body":{"guards/AuthGuard.html":{}}}],["localstorage.getitem(btoa('cicada_private_key",{"_index":911,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["localstorage.removeitem(btoa('cicada_private_key",{"_index":1061,"title":{},"body":{"injectables/AuthService.html":{}}}],["localstorage.setitem(btoa('cicada_private_key",{"_index":1054,"title":{},"body":{"injectables/AuthService.html":{}}}],["located",{"_index":3672,"title":{},"body":{"index.html":{}}}],["location",{"_index":19,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["locations",{"_index":543,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["locationservice",{"_index":1218,"title":{"injectables/LocationService.html":{}},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"coverage.html":{}}}],["log",{"_index":1037,"title":{},"body":{"injectables/AuthService.html":{}}}],["logerror",{"_index":1434,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["logerror(error",{"_index":1453,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["logger",{"_index":789,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["loggermodule",{"_index":787,"title":{},"body":{"modules/AppModule.html":{}}}],["loggermodule.forroot",{"_index":794,"title":{},"body":{"modules/AppModule.html":{}}}],["logging",{"_index":1364,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["logginginterceptor",{"_index":771,"title":{"interceptors/LoggingInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["loggingservice",{"_index":386,"title":{"injectables/LoggingService.html":{}},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["loggingurl",{"_index":4477,"title":{},"body":{"miscellaneous/variables.html":{}}}],["login",{"_index":827,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["loginresult",{"_index":856,"title":{},"body":{"components/AuthComponent.html":{}}}],["loginview",{"_index":939,"title":{},"body":{"injectables/AuthService.html":{}}}],["loglevel",{"_index":4474,"title":{},"body":{"miscellaneous/variables.html":{}}}],["logout",{"_index":940,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["logs",{"_index":1456,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["long",{"_index":3965,"title":{},"body":{"license.html":{}}}],["longitude",{"_index":43,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["loss",{"_index":4393,"title":{},"body":{"license.html":{}}}],["losses",{"_index":4396,"title":{},"body":{"license.html":{}}}],["lower",{"_index":2969,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["lowest",{"_index":196,"title":{},"body":{"classes/AccountIndex.html":{}}}],["lunga",{"_index":1679,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungalunga",{"_index":1675,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungu",{"_index":1678,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lutsangani",{"_index":1716,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["m",{"_index":72,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/BlockSyncService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/variables.html":{}}}],["m.accountsmodule",{"_index":2761,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.adminmodule",{"_index":2765,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.authmodule",{"_index":814,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.pagesmodule",{"_index":816,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.settingsmodule",{"_index":2759,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.tokensmodule",{"_index":2763,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.transactionsmodule",{"_index":2757,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["maalim",{"_index":1923,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandazi",{"_index":2257,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandzi",{"_index":2300,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabenda",{"_index":2197,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabesheni",{"_index":1737,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabuyu",{"_index":2236,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machakos",{"_index":1896,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machine",{"_index":4059,"title":{},"body":{"license.html":{}}}],["machungwa",{"_index":2237,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1274,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["madewani",{"_index":1733,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["madrasa",{"_index":1973,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maembe",{"_index":2120,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mafuta",{"_index":2456,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magari",{"_index":2444,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magogoni",{"_index":1858,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magongo",{"_index":1841,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahamri",{"_index":2265,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maharagwe",{"_index":2263,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahindi",{"_index":2256,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mail",{"_index":4434,"title":{},"body":{"license.html":{}}}],["mailman",{"_index":1993,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["main",{"_index":1913,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maintain",{"_index":4088,"title":{},"body":{"license.html":{}}}],["maize",{"_index":2250,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majani",{"_index":2119,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majaoni",{"_index":1856,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majengo",{"_index":1760,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maji",{"_index":2309,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3920,"title":{},"body":{"license.html":{}}}],["makaa",{"_index":2455,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makadara",{"_index":1789,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makanga",{"_index":2445,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["make",{"_index":3731,"title":{},"body":{"license.html":{}}}],["makes",{"_index":3983,"title":{},"body":{"license.html":{}}}],["makina",{"_index":1774,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["making",{"_index":3857,"title":{},"body":{"license.html":{}}}],["makobeni",{"_index":1732,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makonge",{"_index":2141,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makongeni",{"_index":1865,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makueni",{"_index":1892,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuluni",{"_index":1730,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makupa",{"_index":1836,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuti",{"_index":2066,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["male",{"_index":2474,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["mali",{"_index":2374,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["malimali",{"_index":2372,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["management",{"_index":2883,"title":{},"body":{"components/SettingsComponent.html":{}}}],["manager",{"_index":2084,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["managing",{"_index":3623,"title":{},"body":{"index.html":{}}}],["manamba",{"_index":2436,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mandazi",{"_index":2254,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mango",{"_index":2210,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mangwe",{"_index":2384,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["manipulation",{"_index":887,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["manner",{"_index":4286,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":3795,"title":{},"body":{"license.html":{}}}],["manyani",{"_index":1857,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["map",{"_index":544,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"classes/CustomValidator.html":{}}}],["march",{"_index":4335,"title":{},"body":{"license.html":{}}}],["mariakani",{"_index":1731,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marital",{"_index":1957,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marked",{"_index":3787,"title":{},"body":{"license.html":{}}}],["market",{"_index":1828,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marketing",{"_index":2144,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marks",{"_index":4194,"title":{},"body":{"license.html":{}}}],["marondo",{"_index":2299,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masai",{"_index":1664,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mask",{"_index":2330,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masks",{"_index":3844,"title":{},"body":{"license.html":{}}}],["mason",{"_index":2087,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mat_dialog_data",{"_index":1327,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["matatu",{"_index":2421,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matbuttonmodule",{"_index":502,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcardmodule",{"_index":504,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["match",{"_index":1299,"title":{},"body":{"classes/CustomValidator.html":{}}}],["matcheckboxmodule",{"_index":494,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcher",{"_index":226,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["matcher.ts",{"_index":1256,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["matcher.ts:17",{"_index":1272,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["matches",{"_index":2805,"title":{},"body":{"guards/RoleGuard.html":{}}}],["matching",{"_index":85,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":1337,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["matdialogmodule",{"_index":2918,"title":{},"body":{"modules/SharedModule.html":{}}}],["matdialogref",{"_index":1342,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["material",{"_index":2693,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["material.digest",{"_index":2710,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["materialize",{"_index":1635,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["materially",{"_index":4154,"title":{},"body":{"license.html":{}}}],["matformfieldmodule",{"_index":499,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["math.min(this.transactions.length",{"_index":3283,"title":{},"body":{"injectables/TransactionService.html":{}}}],["math.pow(10",{"_index":2981,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["mathare",{"_index":1800,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mathere",{"_index":1824,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maticonmodule",{"_index":506,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matinputmodule",{"_index":497,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matmenumodule",{"_index":2902,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matoke",{"_index":2301,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matpaginator",{"_index":408,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["matpaginatormodule",{"_index":496,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matprogressspinnermodule",{"_index":515,"title":{},"body":{"modules/AccountsModule.html":{}}}],["matpseudocheckboxmodule",{"_index":3108,"title":{},"body":{"modules/TokensModule.html":{}}}],["matradiomodule",{"_index":2900,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matress",{"_index":2391,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matripplemodule",{"_index":513,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AuthModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matselectmodule",{"_index":508,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsidenavmodule",{"_index":3109,"title":{},"body":{"modules/TokensModule.html":{}}}],["matsnackbar",{"_index":3132,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["matsnackbarmodule",{"_index":520,"title":{},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsort",{"_index":412,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["matsortmodule",{"_index":493,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["mattabledatasource",{"_index":399,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["mattabledatasource(accounts",{"_index":432,"title":{},"body":{"components/AccountsComponent.html":{}}}],["mattabledatasource(actions",{"_index":639,"title":{},"body":{"components/AdminComponent.html":{}}}],["mattabledatasource(tokens",{"_index":3097,"title":{},"body":{"components/TokensComponent.html":{}}}],["mattabledatasource(transactions",{"_index":3378,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["mattabledatasource(users",{"_index":2877,"title":{},"body":{"components/SettingsComponent.html":{}}}],["mattablemodule",{"_index":492,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["mattabsmodule",{"_index":511,"title":{},"body":{"modules/AccountsModule.html":{}}}],["mattoolbarmodule",{"_index":3111,"title":{},"body":{"modules/TokensModule.html":{}}}],["mattress",{"_index":2392,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mattresses",{"_index":2393,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matuga",{"_index":1761,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matunda",{"_index":2209,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mawe",{"_index":2118,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mayai",{"_index":2272,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazera",{"_index":1739,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazeras",{"_index":1738,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazingira",{"_index":2008,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maziwa",{"_index":2230,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbaazi",{"_index":2255,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbao",{"_index":2453,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbata",{"_index":2251,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbenda",{"_index":2198,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbita",{"_index":1878,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbog",{"_index":2232,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mboga",{"_index":2231,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbonga",{"_index":2157,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbuzi",{"_index":2238,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mc",{"_index":3433,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["mchanga",{"_index":2388,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchele",{"_index":2208,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchicha",{"_index":2240,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuuzi",{"_index":2253,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuzi",{"_index":2252,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["meaning",{"_index":4204,"title":{},"body":{"license.html":{}}}],["means",{"_index":3841,"title":{},"body":{"license.html":{}}}],["measure",{"_index":3991,"title":{},"body":{"license.html":{}}}],["measures",{"_index":4004,"title":{},"body":{"license.html":{}}}],["meat",{"_index":2259,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mechanic",{"_index":2090,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mediaquery",{"_index":673,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["mediaquery.matches",{"_index":1614,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["mediaquerylist",{"_index":698,"title":{},"body":{"components/AppComponent.html":{}}}],["medicine",{"_index":2331,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["medium",{"_index":4014,"title":{},"body":{"license.html":{}}}],["meet",{"_index":4027,"title":{},"body":{"license.html":{}}}],["meets",{"_index":3902,"title":{},"body":{"license.html":{}}}],["mellon",{"_index":2212,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["melon",{"_index":2211,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["menu",{"_index":1592,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["menuselectiondirective",{"_index":360,"title":{"directives/MenuSelectionDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["menutoggledirective",{"_index":362,"title":{"directives/MenuToggleDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["merchantability",{"_index":4375,"title":{},"body":{"license.html":{}}}],["mere",{"_index":3886,"title":{},"body":{"license.html":{}}}],["mergemap",{"_index":1636,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["merging",{"_index":4259,"title":{},"body":{"license.html":{}}}],["meru",{"_index":1893,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["message",{"_index":60,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["message:\\n${message}.\\nstack",{"_index":1475,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["messages",{"_index":1265,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["met",{"_index":3957,"title":{},"body":{"license.html":{}}}],["meta",{"_index":52,"title":{"interfaces/Meta.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["metadata",{"_index":213,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["metal",{"_index":2147,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["metaresponse",{"_index":71,"title":{"interfaces/MetaResponse.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"coverage.html":{}}}],["method",{"_index":558,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["methods",{"_index":103,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["methodsignature",{"_index":3298,"title":{},"body":{"injectables/TransactionService.html":{}}}],["mfugaji",{"_index":2092,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mganga",{"_index":2322,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mgema",{"_index":2102,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mhogo",{"_index":2260,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsani",{"_index":1743,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsiani",{"_index":1724,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["middle",{"_index":2970,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["mienzeni",{"_index":1725,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mifugo",{"_index":2273,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["migori",{"_index":1888,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miguneni",{"_index":1747,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mihogo",{"_index":2261,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikate",{"_index":2247,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikeka",{"_index":2385,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikindani",{"_index":1767,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["milk",{"_index":2228,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mill",{"_index":2080,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miloeni",{"_index":1736,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mined",{"_index":1201,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minheight",{"_index":624,"title":{},"body":{"components/AdminComponent.html":{}}}],["mining",{"_index":1194,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minting",{"_index":2945,"title":{},"body":{"interfaces/Token.html":{}}}],["minyenzeni",{"_index":1727,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mioleni",{"_index":1729,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miraa",{"_index":2227,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miritini",{"_index":1842,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["misc",{"_index":1768,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":3564,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":4185,"title":{},"body":{"license.html":{}}}],["miti",{"_index":2009,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitumba",{"_index":2266,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitungi",{"_index":2373,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miwa",{"_index":2264,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyani",{"_index":1728,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyenzeni",{"_index":1723,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjambere",{"_index":1855,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjengo",{"_index":2122,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjenzi",{"_index":2091,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkanyeni",{"_index":1721,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkate",{"_index":2245,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkokoteni",{"_index":2438,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mksiti",{"_index":1980,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkulima",{"_index":2020,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlola",{"_index":1740,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlolongo",{"_index":1790,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnarani",{"_index":1866,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnazi",{"_index":2239,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnyenzeni",{"_index":1726,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mock",{"_index":569,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mockbackendinterceptor",{"_index":1625,"title":{"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mockbackendprovider",{"_index":784,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mode",{"_index":1581,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{},"license.html":{}}}],["model",{"_index":4074,"title":{},"body":{"license.html":{}}}],["modification",{"_index":3837,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":3905,"title":{},"body":{"license.html":{}}}],["modified",{"_index":3786,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":4031,"title":{},"body":{"license.html":{}}}],["modify",{"_index":3759,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":3876,"title":{},"body":{"license.html":{}}}],["module",{"_index":462,"title":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"components/FooterStubComponent.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"components/SidebarStubComponent.html":{},"modules/TokensModule.html":{},"components/TopbarStubComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{},"index.html":{},"overview.html":{}}}],["modules",{"_index":464,"title":{"modules.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["mogoka",{"_index":2258,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mombasa",{"_index":1829,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["moment",{"_index":900,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["more",{"_index":3695,"title":{},"body":{"index.html":{},"license.html":{}}}],["moreover",{"_index":4230,"title":{},"body":{"license.html":{}}}],["moto",{"_index":2457,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorbike",{"_index":2441,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorist",{"_index":2440,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mover",{"_index":2439,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["movie",{"_index":2386,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpesa",{"_index":2395,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpishi",{"_index":2100,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpsea",{"_index":2394,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ms",{"_index":1547,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["mshomoroni",{"_index":1861,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["msusi",{"_index":2101,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtambo",{"_index":2081,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtopanga",{"_index":1854,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtumba",{"_index":2088,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtwapa",{"_index":1863,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muguka",{"_index":2226,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muhogo",{"_index":2262,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mukuru",{"_index":1659,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["multi",{"_index":808,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mulunguni",{"_index":1742,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mumias",{"_index":1885,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["musician",{"_index":2139,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mutablekeystore",{"_index":926,"title":{},"body":{"injectables/AuthService.html":{},"injectables/KeystoreService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["mutablepgpkeystore",{"_index":791,"title":{},"body":{"modules/AppModule.html":{},"injectables/KeystoreService.html":{},"coverage.html":{}}}],["mutumba",{"_index":2364,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muugano",{"_index":1741,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvita",{"_index":1837,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvuvi",{"_index":2117,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwache",{"_index":1744,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwakirunge",{"_index":1860,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwalimu",{"_index":1922,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangani",{"_index":1745,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangaraba",{"_index":1734,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwashanga",{"_index":1735,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwea",{"_index":1906,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwehavikonje",{"_index":1746,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwiki",{"_index":1812,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwingi",{"_index":1874,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mworoni",{"_index":1850,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["myenzeni",{"_index":1722,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["n",{"_index":50,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["nairobi",{"_index":1660,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nakuru",{"_index":1907,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["name",{"_index":118,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["name(s",{"_index":1248,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["names",{"_index":1249,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["namesearchform",{"_index":227,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchformstub",{"_index":238,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchloading",{"_index":228,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchsubmitted",{"_index":229,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["nandi",{"_index":1902,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["narok",{"_index":1908,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["native",{"_index":1605,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["nature",{"_index":4046,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":3639,"title":{},"body":{"index.html":{}}}],["navigatedto",{"_index":2818,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["navigation",{"_index":884,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["navigator.online",{"_index":2619,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["nazi",{"_index":2243,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ndizi",{"_index":2217,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["necessary",{"_index":4383,"title":{},"body":{"license.html":{}}}],["need",{"_index":3752,"title":{},"body":{"license.html":{}}}],["needed",{"_index":3816,"title":{},"body":{"license.html":{}}}],["network",{"_index":99,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/W3.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["networkstatuscomponent",{"_index":338,"title":{"components/NetworkStatusComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["new",{"_index":183,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["newevent",{"_index":1086,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newevent(tx",{"_index":1101,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["next",{"_index":560,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"directives/RouterLinkDirectiveStub.html":{},"license.html":{}}}],["next.handle(request",{"_index":1506,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["next.handle(request).pipe",{"_index":1378,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["next.handle(request).pipe(tap(event",{"_index":1542,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["ng",{"_index":3632,"title":{},"body":{"index.html":{}}}],["ngafterviewinit",{"_index":3355,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["ngano",{"_index":2242,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngform",{"_index":1271,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["ngmodule",{"_index":479,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["ngombe",{"_index":2241,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngombeni",{"_index":1838,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngong",{"_index":1810,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngoninit",{"_index":233,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["nguo",{"_index":2086,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngx",{"_index":788,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["ngxlogger",{"_index":1560,"title":{},"body":{"injectables/LoggingService.html":{}}}],["ngxloggerlevel.error",{"_index":4475,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngxloggerlevel.off",{"_index":4476,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngómbeni",{"_index":1839,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["njugu",{"_index":2218,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nobody",{"_index":1489,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["nointernetconnection",{"_index":2611,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["non",{"_index":3832,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":4081,"title":{},"body":{"license.html":{}}}],["none",{"_index":870,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nopasswordmatch",{"_index":1313,"title":{},"body":{"classes/CustomValidator.html":{}}}],["normal",{"_index":3918,"title":{},"body":{"license.html":{}}}],["normally",{"_index":4112,"title":{},"body":{"license.html":{}}}],["nothing",{"_index":4244,"title":{},"body":{"license.html":{}}}],["notice",{"_index":3895,"title":{},"body":{"license.html":{}}}],["notices",{"_index":3891,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":4231,"title":{},"body":{"license.html":{}}}],["notify",{"_index":4226,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":4172,"title":{},"body":{"license.html":{}}}],["now",{"_index":1048,"title":{},"body":{"injectables/AuthService.html":{}}}],["npm",{"_index":3627,"title":{},"body":{"index.html":{}}}],["null",{"_index":1095,"title":{},"body":{"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["number",{"_index":26,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["number(await",{"_index":3310,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.fromvalue",{"_index":3271,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.tovalue",{"_index":3273,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(transaction.value",{"_index":3256,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(value",{"_index":2980,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["numbered",{"_index":4363,"title":{},"body":{"license.html":{}}}],["numberofaccounts",{"_index":157,"title":{},"body":{"classes/AccountIndex.html":{}}}],["numbers",{"_index":3576,"title":{},"body":{"miscellaneous/functions.html":{}}}],["nurse",{"_index":2325,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nursery",{"_index":1937,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalenda",{"_index":1881,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalgunga",{"_index":1877,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyali",{"_index":1851,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyama",{"_index":2214,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanya",{"_index":2213,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanza",{"_index":1875,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyeri",{"_index":1903,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzora",{"_index":1748,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzovuni",{"_index":1749,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzugu",{"_index":2304,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["o",{"_index":1021,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.challenge",{"_index":1024,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.realm",{"_index":1025,"title":{},"body":{"injectables/AuthService.html":{}}}],["objcsv",{"_index":3497,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["object",{"_index":64,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomValidator.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["objects",{"_index":1442,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["obligate",{"_index":4347,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":4095,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":3993,"title":{},"body":{"license.html":{}}}],["observable",{"_index":555,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["observables's",{"_index":574,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["occasionally",{"_index":4080,"title":{},"body":{"license.html":{}}}],["occurred",{"_index":1385,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["occurring",{"_index":4241,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1445,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["of('hello",{"_index":3344,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["of(new",{"_index":2603,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["of(null",{"_index":2519,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["offer",{"_index":3775,"title":{},"body":{"license.html":{}}}],["offered",{"_index":4102,"title":{},"body":{"license.html":{}}}],["offering",{"_index":4084,"title":{},"body":{"license.html":{}}}],["office",{"_index":1867,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["official",{"_index":3907,"title":{},"body":{"license.html":{}}}],["offline",{"_index":2625,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["offset",{"_index":1092,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["ohuru",{"_index":1845,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oil",{"_index":2463,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ok(accounttypes",{"_index":2562,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(actions",{"_index":2563,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(areanamelist",{"_index":2568,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(areatypelist",{"_index":2576,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(categorylist",{"_index":2584,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(genders",{"_index":2589,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(message",{"_index":2561,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedaction",{"_index":2564,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedareaname.name",{"_index":2572,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedareatype.name",{"_index":2580,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedcategory.name",{"_index":2588,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(queriedtoken",{"_index":2595,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(responsebody",{"_index":2602,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(tokens",{"_index":2590,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["ok(transactiontypes",{"_index":2596,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["old",{"_index":1834,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oldchain:1",{"_index":41,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["olympic",{"_index":1776,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ombeni",{"_index":1840,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omena",{"_index":2215,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omeno",{"_index":2302,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["onaddresssearch",{"_index":234,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["once",{"_index":3678,"title":{},"body":{"index.html":{}}}],["onclick",{"_index":2828,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["one",{"_index":3911,"title":{},"body":{"license.html":{}}}],["oninit",{"_index":212,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["onions",{"_index":2303,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["online",{"_index":2626,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["onmenuselect",{"_index":1596,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["onmenutoggle",{"_index":1618,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["onnamesearch",{"_index":235,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onphonesearch",{"_index":236,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onresize",{"_index":677,"title":{},"body":{"components/AppComponent.html":{}}}],["onresize(e",{"_index":695,"title":{},"body":{"components/AppComponent.html":{}}}],["onsign",{"_index":2669,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsign(signature",{"_index":2702,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsubmit",{"_index":828,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["onverify",{"_index":2670,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onverify(flag",{"_index":2703,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["opendialog",{"_index":1335,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["opendialog(data",{"_index":1339,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["openpgp",{"_index":2700,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/variables.html":{}}}],["openpgp.cleartext.fromtext(digest",{"_index":2711,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.keyring",{"_index":4496,"title":{},"body":{"miscellaneous/variables.html":{}}}],["openpgp.signature",{"_index":2731,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.verify(opts).then((v",{"_index":2736,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["operate",{"_index":4399,"title":{},"body":{"license.html":{}}}],["operated",{"_index":4087,"title":{},"body":{"license.html":{}}}],["operating",{"_index":3928,"title":{},"body":{"license.html":{}}}],["operation",{"_index":3585,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["option",{"_index":4169,"title":{},"body":{"license.html":{}}}],["optional",{"_index":12,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signer.html":{},"interfaces/Token.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1002,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["options).then((response",{"_index":1004,"title":{},"body":{"injectables/AuthService.html":{}}}],["opts",{"_index":2717,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["oranges",{"_index":2244,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["order",{"_index":4239,"title":{},"body":{"license.html":{}}}],["organisation",{"_index":2647,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization",{"_index":2628,"title":{},"body":{"components/OrganizationComponent.html":{},"modules/SettingsRoutingModule.html":{},"license.html":{}}}],["organization'},{'name",{"_index":341,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["organization.component.html",{"_index":2630,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization.component.scss",{"_index":2629,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationcomponent",{"_index":340,"title":{"components/OrganizationComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["organizationform",{"_index":2631,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationformstub",{"_index":2632,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizations",{"_index":3852,"title":{},"body":{"license.html":{}}}],["origin",{"_index":4186,"title":{},"body":{"license.html":{}}}],["original",{"_index":4187,"title":{},"body":{"license.html":{}}}],["others",{"_index":3754,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":148,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["out",{"_index":477,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"injectables/AuthService.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["outgoing",{"_index":1356,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["outlet",{"_index":898,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["output",{"_index":2960,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["outputs",{"_index":2953,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["outside",{"_index":3976,"title":{},"body":{"license.html":{}}}],["overview",{"_index":3697,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owino",{"_index":1680,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["owned",{"_index":4282,"title":{},"body":{"license.html":{}}}],["owner",{"_index":2490,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["package",{"_index":3536,"title":{"dependencies.html":{}},"body":{}}],["packaged",{"_index":4038,"title":{},"body":{"license.html":{}}}],["packaging",{"_index":3919,"title":{},"body":{"license.html":{}}}],["page",{"_index":731,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["pages",{"_index":2739,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages'},{'name",{"_index":343,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["pages.component",{"_index":2755,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["pages.component.html",{"_index":2741,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages.component.scss",{"_index":2740,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages/accounts/account",{"_index":486,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/accounts",{"_index":482,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pages/accounts/accounts.component",{"_index":484,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/create",{"_index":489,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/admin/admin",{"_index":666,"title":{},"body":{"modules/AdminModule.html":{}}}],["pages/admin/admin.component",{"_index":667,"title":{},"body":{"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{}}}],["pages/pages",{"_index":2752,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/pages.component",{"_index":2753,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/settings/organization/organization.component",{"_index":2899,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/settings/settings",{"_index":2897,"title":{},"body":{"modules/SettingsModule.html":{}}}],["pages/settings/settings.component",{"_index":2898,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/tokens/token",{"_index":3107,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/tokens/tokens",{"_index":3105,"title":{},"body":{"modules/TokensModule.html":{}}}],["pages/tokens/tokens.component",{"_index":3106,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/transactions/transaction",{"_index":3405,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions",{"_index":3403,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions.component",{"_index":3404,"title":{},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pages/transactions/transactions.module",{"_index":510,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pagescomponent",{"_index":342,"title":{"components/PagesComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pagesizeoptions",{"_index":377,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["pagesmodule",{"_index":2746,"title":{"modules/PagesModule.html":{}},"body":{"modules/PagesModule.html":{},"modules.html":{},"overview.html":{}}}],["pagesroutingmodule",{"_index":2750,"title":{"modules/PagesRoutingModule.html":{}},"body":{"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["paginator",{"_index":378,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["painter",{"_index":2093,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pampers",{"_index":2381,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["papa",{"_index":2195,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paper",{"_index":4433,"title":{},"body":{"license.html":{}}}],["paraffin",{"_index":2466,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parafin",{"_index":2468,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paragraph",{"_index":4216,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":4294,"title":{},"body":{"license.html":{}}}],["param",{"_index":180,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{}}}],["parameters",{"_index":117,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["parammap",{"_index":554,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["params",{"_index":564,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["parrafin",{"_index":2467,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parsed",{"_index":3605,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parsedata",{"_index":3495,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedata(data",{"_index":3603,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parseint(urlparts[urlparts.length",{"_index":2601,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["parser",{"_index":3250,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["parses",{"_index":3604,"title":{},"body":{"miscellaneous/functions.html":{}}}],["part",{"_index":3854,"title":{},"body":{"license.html":{}}}],["particular",{"_index":899,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["parties",{"_index":3885,"title":{},"body":{"license.html":{}}}],["parts",{"_index":2370,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["party",{"_index":909,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["party's",{"_index":4261,"title":{},"body":{"license.html":{}}}],["pass",{"_index":2549,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["password",{"_index":1052,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{},"license.html":{}}}],["password.type",{"_index":2780,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["passwordmatchvalidator",{"_index":1291,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordmatchvalidator(control",{"_index":1293,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordtoggledirective",{"_index":364,"title":{"directives/PasswordToggleDirective.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"modules/AuthModule.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pastor",{"_index":1971,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["patent",{"_index":4215,"title":{},"body":{"license.html":{}}}],["patents",{"_index":3819,"title":{},"body":{"license.html":{}}}],["path",{"_index":527,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pathmatch",{"_index":529,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["patience",{"_index":1658,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["pattern",{"_index":3801,"title":{},"body":{"license.html":{}}}],["patternvalidator",{"_index":1292,"title":{},"body":{"classes/CustomValidator.html":{}}}],["patternvalidator(regex",{"_index":1301,"title":{},"body":{"classes/CustomValidator.html":{}}}],["payment",{"_index":4329,"title":{},"body":{"license.html":{}}}],["peanuts",{"_index":2201,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peddler",{"_index":2105,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peer",{"_index":4098,"title":{},"body":{"license.html":{}}}],["peers",{"_index":4101,"title":{},"body":{"license.html":{}}}],["peku",{"_index":1717,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["perform",{"_index":1288,"title":{},"body":{"classes/CustomValidator.html":{},"index.html":{}}}],["performance",{"_index":4379,"title":{},"body":{"license.html":{}}}],["performed",{"_index":536,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["performing",{"_index":3939,"title":{},"body":{"license.html":{}}}],["perfume",{"_index":2398,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["periurban",{"_index":1912,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["permanently",{"_index":4224,"title":{},"body":{"license.html":{}}}],["permission",{"_index":3778,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":3952,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":4021,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4055,"title":{},"body":{"license.html":{}}}],["permits",{"_index":4206,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":3713,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":4143,"title":{},"body":{"license.html":{}}}],["person",{"_index":3612,"title":{},"body":{"miscellaneous/functions.html":{}}}],["personal",{"_index":36,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"license.html":{}}}],["personvalidation",{"_index":3500,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["personvalidation(person",{"_index":3610,"title":{},"body":{"miscellaneous/functions.html":{}}}],["pertinent",{"_index":4345,"title":{},"body":{"license.html":{}}}],["pesa",{"_index":2413,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petro",{"_index":2470,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petrol",{"_index":2469,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pgp",{"_index":1040,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pgp.js",{"_index":982,"title":{},"body":{"injectables/AuthService.html":{}}}],["pgpsigner",{"_index":2661,"title":{"classes/PGPSigner.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["pharmacy",{"_index":2334,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["phone",{"_index":310,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["phonenumber",{"_index":284,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{}}}],["phonesearchform",{"_index":230,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchformstub",{"_index":239,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchloading",{"_index":231,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchsubmitted",{"_index":232,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["photo",{"_index":2146,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photocopy",{"_index":2104,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photographer",{"_index":2124,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["physical",{"_index":4063,"title":{},"body":{"license.html":{}}}],["physically",{"_index":4078,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":3747,"title":{},"body":{"license.html":{}}}],["piki",{"_index":2434,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pikipiki",{"_index":2435,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pilau",{"_index":2269,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pipe",{"_index":1801,"title":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pipe(delay(500",{"_index":2522,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(dematerialize",{"_index":2523,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(first",{"_index":440,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["pipe(materialize",{"_index":2521,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(mergemap(handleroute",{"_index":2520,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipes",{"_index":2832,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{},"overview.html":{}}}],["pipetransform",{"_index":2839,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["pk",{"_index":2712,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.decrypt(password",{"_index":2716,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.isdecrypted",{"_index":2714,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["place",{"_index":4086,"title":{},"body":{"license.html":{}}}],["plastic",{"_index":2012,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["playstation",{"_index":2399,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["please",{"_index":724,"title":{},"body":{"components/AppComponent.html":{},"license.html":{}}}],["plumb",{"_index":2097,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["plus",{"_index":4264,"title":{},"body":{"license.html":{}}}],["pointer",{"_index":4425,"title":{},"body":{"license.html":{}}}],["pojo",{"_index":2194,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["police",{"_index":1985,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pombe",{"_index":2380,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pool",{"_index":2382,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["popperjs/core",{"_index":3546,"title":{},"body":{"dependencies.html":{}}}],["populated",{"_index":3679,"title":{},"body":{"index.html":{}}}],["porridge",{"_index":2268,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["portion",{"_index":4105,"title":{},"body":{"license.html":{}}}],["posho",{"_index":2079,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["possesses",{"_index":4075,"title":{},"body":{"license.html":{}}}],["possession",{"_index":4035,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":4401,"title":{},"body":{"license.html":{}}}],["possible",{"_index":4416,"title":{},"body":{"license.html":{}}}],["post",{"_index":2534,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["potatoes",{"_index":2202,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["poultry",{"_index":2199,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["power",{"_index":4006,"title":{},"body":{"license.html":{}}}],["practical",{"_index":3721,"title":{},"body":{"license.html":{}}}],["practice",{"_index":3807,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":3718,"title":{},"body":{"license.html":{}}}],["precise",{"_index":3833,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":3804,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":4262,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":3904,"title":{},"body":{"license.html":{}}}],["preloadallmodules",{"_index":810,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["preloadingstrategy",{"_index":819,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["prepare",{"_index":2672,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{}}}],["prepare(material",{"_index":2690,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["present",{"_index":4358,"title":{},"body":{"license.html":{}}}],["presents",{"_index":3898,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":4180,"title":{},"body":{"license.html":{}}}],["prettier",{"_index":3684,"title":{},"body":{"index.html":{}}}],["prettierrc",{"_index":3689,"title":{},"body":{"index.html":{}}}],["prevent",{"_index":3753,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":4139,"title":{},"body":{"license.html":{}}}],["previous",{"_index":578,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["price",{"_index":3742,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":4331,"title":{},"body":{"license.html":{}}}],["primary",{"_index":1929,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["printing",{"_index":2095,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["prints",{"_index":130,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["prior",{"_index":4227,"title":{},"body":{"license.html":{}}}],["private",{"_index":278,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["privatekey",{"_index":3321,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.decrypt(password",{"_index":3324,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.isdecrypted",{"_index":3323,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.keypacket.privateparams.d",{"_index":3327,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekeyarmored",{"_index":966,"title":{},"body":{"injectables/AuthService.html":{}}}],["privatekeys",{"_index":2718,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["problems",{"_index":3789,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":4135,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":4319,"title":{},"body":{"license.html":{}}}],["prod",{"_index":3638,"title":{},"body":{"index.html":{}}}],["produce",{"_index":3931,"title":{},"body":{"license.html":{}}}],["product",{"_index":4064,"title":{},"body":{"license.html":{}}}],["production",{"_index":3657,"title":{},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["products",{"_index":20,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["professor",{"_index":1949,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["profile",{"_index":1653,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":3730,"title":{},"body":{"license.html":{}}}],["program's",{"_index":4013,"title":{},"body":{"license.html":{}}}],["programmer",{"_index":2125,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programming",{"_index":2096,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programs",{"_index":3739,"title":{},"body":{"license.html":{}}}],["programsif",{"_index":4413,"title":{},"body":{"license.html":{}}}],["progress...show",{"_index":729,"title":{},"body":{"components/AppComponent.html":{}}}],["progressive",{"_index":3660,"title":{},"body":{"index.html":{}}}],["prohibit",{"_index":3806,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":4002,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":4326,"title":{},"body":{"license.html":{}}}],["project",{"_index":3624,"title":{},"body":{"index.html":{}}}],["prominent",{"_index":3901,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":3894,"title":{},"body":{"license.html":{}}}],["promise",{"_index":137,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/KeystoreService.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{}}}],["promise((resolve",{"_index":1071,"title":{},"body":{"injectables/AuthService.html":{}}}],["promise(async",{"_index":1512,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["propagate",{"_index":3865,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":4247,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":3877,"title":{},"body":{"license.html":{}}}],["properties",{"_index":11,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"miscellaneous/variables.html":{}}}],["property",{"_index":4111,"title":{},"body":{"license.html":{}}}],["proprietary",{"_index":3829,"title":{},"body":{"license.html":{}}}],["protect",{"_index":3750,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":3799,"title":{},"body":{"license.html":{}}}],["protection",{"_index":3780,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":4158,"title":{},"body":{"license.html":{}}}],["protractor",{"_index":3670,"title":{},"body":{"index.html":{}}}],["prove",{"_index":4380,"title":{},"body":{"license.html":{}}}],["provide",{"_index":806,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["provided",{"_index":35,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"license.html":{}}}],["providedin",{"_index":910,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["provider",{"_index":1258,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":468,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["provides",{"_index":91,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["provision",{"_index":3814,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":4221,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":4367,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":4369,"title":{},"body":{"license.html":{}}}],["pry",{"_index":1920,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pub",{"_index":2411,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["public",{"_index":104,"title":{},"body":{"classes/AccountIndex.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["publicity",{"_index":4188,"title":{},"body":{"license.html":{}}}],["publickeys",{"_index":715,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["publickeysurl",{"_index":4481,"title":{},"body":{"miscellaneous/variables.html":{}}}],["publicly",{"_index":4159,"title":{},"body":{"license.html":{}}}],["publish",{"_index":4017,"title":{},"body":{"license.html":{}}}],["published",{"_index":4364,"title":{},"body":{"license.html":{}}}],["pump",{"_index":581,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["purpose",{"_index":3822,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":4115,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":4316,"title":{},"body":{"license.html":{}}}],["pwa",{"_index":3658,"title":{},"body":{"index.html":{}}}],["qkvhsu46vknbukqnclzfulnjt046my4wdqpftufjtdphyxjuzxnlbkbob3rtywlslmnvbq0krk46s3vydmkgs3jhbmpjdqpooktyyw5qyztldxj0ozs7dqpuruw7vflqpunftew6njkyntazmzq5ode5ng0kru5eolzdqvjedqo",{"_index":3467,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["qualify",{"_index":4236,"title":{},"body":{"license.html":{}}}],["quality",{"_index":4378,"title":{},"body":{"license.html":{}}}],["queriedaction",{"_index":2554,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedaction.approval",{"_index":2558,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedareaname",{"_index":2569,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedareatype",{"_index":2577,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedcategory",{"_index":2585,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["queriedtoken",{"_index":2591,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["querying",{"_index":96,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["queryparams",{"_index":2813,"title":{},"body":{"guards/RoleGuard.html":{}}}],["quot;false"",{"_index":150,"title":{},"body":{"classes/AccountIndex.html":{}}}],["quot;true"",{"_index":131,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/functions.html":{}}}],["r",{"_index":1023,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["raibai",{"_index":1870,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rangala",{"_index":1883,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ratio",{"_index":2946,"title":{},"body":{"interfaces/Token.html":{}}}],["ratio.pipe",{"_index":2917,"title":{},"body":{"modules/SharedModule.html":{}}}],["ratio.pipe.ts",{"_index":2977,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["ratio.pipe.ts:5",{"_index":2979,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["rcu",{"_index":2648,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["reached",{"_index":723,"title":{},"body":{"components/AppComponent.html":{}}}],["reactiveformsmodule",{"_index":518,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/SettingsModule.html":{}}}],["read",{"_index":3609,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["readable",{"_index":4060,"title":{},"body":{"license.html":{}}}],["readarmored(signature.data",{"_index":2732,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["readcsv",{"_index":3496,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["readcsv(input",{"_index":3606,"title":{},"body":{"miscellaneous/functions.html":{}}}],["readily",{"_index":4304,"title":{},"body":{"license.html":{}}}],["reading",{"_index":4162,"title":{},"body":{"license.html":{}}}],["readonly",{"_index":561,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["reads",{"_index":3607,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ready",{"_index":3813,"title":{},"body":{"license.html":{}}}],["readystate",{"_index":674,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["readystateelements",{"_index":1126,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateelements.network",{"_index":1140,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor",{"_index":1087,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor(settings",{"_index":1105,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystatetarget",{"_index":675,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["reason",{"_index":4314,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":4076,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":4234,"title":{},"body":{"license.html":{}}}],["receive",{"_index":3745,"title":{},"body":{"license.html":{}}}],["received",{"_index":3767,"title":{},"body":{"license.html":{}}}],["receives",{"_index":4252,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":4321,"title":{},"body":{"license.html":{}}}],["recently",{"_index":156,"title":{},"body":{"classes/AccountIndex.html":{}}}],["receptionist",{"_index":2094,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recipient",{"_index":1197,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["recipient's",{"_index":4312,"title":{},"body":{"license.html":{}}}],["recipientaddress",{"_index":3226,"title":{},"body":{"injectables/TransactionService.html":{}}}],["recipientbloxberglink",{"_index":3121,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["recipients",{"_index":3764,"title":{},"body":{"license.html":{}}}],["reclaim",{"_index":1648,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reclamation",{"_index":2511,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recognized",{"_index":3908,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1076,"title":{},"body":{"injectables/AuthService.html":{}}}],["recycling",{"_index":2016,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["red",{"_index":1938,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redcross",{"_index":1963,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redirectto",{"_index":528,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["redistribute",{"_index":4419,"title":{},"body":{"license.html":{}}}],["reference",{"_index":3699,"title":{},"body":{"index.html":{}}}],["referrer",{"_index":1235,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["referring",{"_index":3741,"title":{},"body":{"license.html":{}}}],["refers",{"_index":3840,"title":{},"body":{"license.html":{}}}],["refrain",{"_index":4349,"title":{},"body":{"license.html":{}}}],["refreshpaginator",{"_index":383,"title":{},"body":{"components/AccountsComponent.html":{}}}],["regard",{"_index":4168,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":4037,"title":{},"body":{"license.html":{}}}],["regards",{"_index":1263,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["regenerate",{"_index":3950,"title":{},"body":{"license.html":{}}}],["regex",{"_index":1307,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regex.test(control.value",{"_index":1315,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regexp",{"_index":1302,"title":{},"body":{"classes/CustomValidator.html":{}}}],["registered",{"_index":97,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["registers",{"_index":126,"title":{},"body":{"classes/AccountIndex.html":{}}}],["registration",{"_index":29,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["registry",{"_index":94,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["registry.ts",{"_index":2984,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry.ts:22",{"_index":2988,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:24",{"_index":2989,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:26",{"_index":2987,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:57",{"_index":2991,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:75",{"_index":2998,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:91",{"_index":3002,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registryaddress",{"_index":4491,"title":{},"body":{"miscellaneous/variables.html":{}}}],["registryservice",{"_index":1122,"title":{"injectables/RegistryService.html":{}},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["registryservice.filegetter",{"_index":2796,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.getregistry",{"_index":1131,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["registryservice.registry",{"_index":2794,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.registry.declaratorhelper.addtrust(environment.trusteddeclaratoraddress",{"_index":2799,"title":{},"body":{"injectables/RegistryService.html":{}}}],["registryservice.registry.load",{"_index":2800,"title":{},"body":{"injectables/RegistryService.html":{}}}],["regular",{"_index":1305,"title":{},"body":{"classes/CustomValidator.html":{}}}],["reinstated",{"_index":4220,"title":{},"body":{"license.html":{}}}],["reject",{"_index":1072,"title":{},"body":{"injectables/AuthService.html":{},"injectables/KeystoreService.html":{}}}],["reject(rejectbody(res",{"_index":1077,"title":{},"body":{"injectables/AuthService.html":{}}}],["rejectbody",{"_index":983,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["rejectbody(error",{"_index":1493,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"miscellaneous/functions.html":{}}}],["relationship",{"_index":3977,"title":{},"body":{"license.html":{}}}],["released",{"_index":3735,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":4029,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":4207,"title":{},"body":{"license.html":{}}}],["religious",{"_index":1975,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["religous",{"_index":1974,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["reload",{"_index":3642,"title":{},"body":{"index.html":{}}}],["relying",{"_index":4303,"title":{},"body":{"license.html":{}}}],["remain",{"_index":4094,"title":{},"body":{"license.html":{}}}],["remains",{"_index":3733,"title":{},"body":{"license.html":{}}}],["remarks",{"_index":179,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["removal",{"_index":4171,"title":{},"body":{"license.html":{}}}],["remove",{"_index":4170,"title":{},"body":{"license.html":{}}}],["rename",{"_index":1006,"title":{},"body":{"injectables/AuthService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["render",{"_index":3831,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":4394,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":1599,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["renderer2",{"_index":1600,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["rendering",{"_index":1611,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["repair",{"_index":2077,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["replaysubject",{"_index":570,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["represent",{"_index":4132,"title":{},"body":{"license.html":{}}}],["represents",{"_index":903,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["request",{"_index":1358,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["request.clone({headers",{"_index":1504,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.headers.set('authorization",{"_index":1505,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.method",{"_index":1545,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["request.urlwithparams",{"_index":1546,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["requests",{"_index":1369,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["require",{"_index":2649,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["require('@src/assets/js/block",{"_index":174,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["require('vcard",{"_index":3249,"title":{},"body":{"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":311,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["requirement",{"_index":4030,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":4097,"title":{},"body":{"license.html":{}}}],["requires",{"_index":127,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["requiring",{"_index":3856,"title":{},"body":{"license.html":{}}}],["res",{"_index":299,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["res.ok",{"_index":1074,"title":{},"body":{"injectables/AuthService.html":{}}}],["researcher",{"_index":1948,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["resend",{"_index":3186,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reserve",{"_index":2477,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reserveratio",{"_index":2489,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reserves",{"_index":2484,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reset",{"_index":476,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}],["resettransactionslist",{"_index":3206,"title":{},"body":{"injectables/TransactionService.html":{}}}],["resize",{"_index":736,"title":{},"body":{"components/AppComponent.html":{}}}],["resolve",{"_index":1513,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["resolve(keystoreservice.mutablekeystore",{"_index":1516,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["resolve(res.text",{"_index":1078,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolved",{"_index":1632,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["resource",{"_index":1407,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["resources",{"_index":3600,"title":{},"body":{"miscellaneous/functions.html":{}}}],["respect",{"_index":3760,"title":{},"body":{"license.html":{}}}],["response",{"_index":70,"title":{},"body":{"interfaces/AccountDetails.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["response.headers.get('token",{"_index":1029,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.headers.get('www",{"_index":1017,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.ok",{"_index":1005,"title":{},"body":{"injectables/AuthService.html":{}}}],["response.status",{"_index":1014,"title":{},"body":{"injectables/AuthService.html":{}}}],["responsebody",{"_index":2604,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["responsibilities",{"_index":1011,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["responsible",{"_index":4253,"title":{},"body":{"license.html":{}}}],["restrict",{"_index":3821,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":4003,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":4205,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":4202,"title":{},"body":{"license.html":{}}}],["result",{"_index":84,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["resulting",{"_index":3859,"title":{},"body":{"license.html":{}}}],["results",{"_index":86,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["retail",{"_index":2379,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":4146,"title":{},"body":{"license.html":{}}}],["return",{"_index":158,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AdminComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"license.html":{}}}],["returned",{"_index":1308,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{}}}],["returns",{"_index":136,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"injectables/Web3Service.html":{},"miscellaneous/functions.html":{}}}],["returnurl",{"_index":2814,"title":{},"body":{"guards/RoleGuard.html":{}}}],["reverse",{"_index":3188,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reversetransaction",{"_index":3127,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reviewing",{"_index":4404,"title":{},"body":{"license.html":{}}}],["revised",{"_index":4356,"title":{},"body":{"license.html":{}}}],["revokeaction(action.id",{"_index":647,"title":{},"body":{"components/AdminComponent.html":{}}}],["rewards",{"_index":2510,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ribe",{"_index":1871,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":4141,"title":{},"body":{"license.html":{}}}],["rights",{"_index":3751,"title":{},"body":{"license.html":{}}}],["risk",{"_index":4377,"title":{},"body":{"license.html":{}}}],["road",{"_index":1681,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["role",{"_index":535,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["roleguard",{"_index":2801,"title":{"guards/RoleGuard.html":{}},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["roles",{"_index":2807,"title":{},"body":{"guards/RoleGuard.html":{}}}],["rom",{"_index":4149,"title":{},"body":{"license.html":{}}}],["root",{"_index":670,"title":{},"body":{"components/AppComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/ErrorDialogService.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"injectables/LoggingService.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["root'},{'name",{"_index":327,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["route",{"_index":549,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"index.html":{}}}],["route.data.roles",{"_index":2810,"title":{},"body":{"guards/RoleGuard.html":{}}}],["route.data.roles.indexof(currentuser.role",{"_index":2811,"title":{},"body":{"guards/RoleGuard.html":{}}}],["router",{"_index":244,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["routerlink",{"_index":2819,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["routerlinkdirectivestub",{"_index":366,"title":{"directives/RouterLinkDirectiveStub.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["routermodule",{"_index":526,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["routermodule.forchild(routes",{"_index":531,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["routermodule.forroot(routes",{"_index":818,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["routerstatesnapshot",{"_index":891,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["routes",{"_index":525,"title":{"routes.html":{}},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"modules/AuthRoutingModule.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{},"routes.html":{}}}],["route}.\\n${error.message",{"_index":1487,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["route}.\\n${error.message}.\\nstatus",{"_index":1484,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["routing.module",{"_index":483,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["routing.module.ts",{"_index":524,"title":{},"body":{"modules/AccountsRoutingModule.html":{},"modules/AdminRoutingModule.html":{},"modules/AppRoutingModule.html":{},"modules/AuthRoutingModule.html":{},"modules/PagesRoutingModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["row",{"_index":603,"title":{},"body":{"components/AdminComponent.html":{}}}],["row.isexpanded",{"_index":648,"title":{},"body":{"components/AdminComponent.html":{}}}],["royalty",{"_index":4268,"title":{},"body":{"license.html":{}}}],["rsv",{"_index":1645,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/TokenServiceStub.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["rubbish",{"_index":2006,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruben",{"_index":1669,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rueben",{"_index":1670,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruiru",{"_index":1778,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rules",{"_index":3687,"title":{},"body":{"index.html":{},"license.html":{}}}],["run",{"_index":3626,"title":{},"body":{"index.html":{},"license.html":{}}}],["running",{"_index":3663,"title":{},"body":{"index.html":{},"license.html":{}}}],["runs",{"_index":3929,"title":{},"body":{"license.html":{}}}],["runtime",{"_index":1444,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["rural",{"_index":1890,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rxjs",{"_index":576,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"dependencies.html":{}}}],["rxjs/operators",{"_index":420,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["s",{"_index":971,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["s.signature",{"_index":2725,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sabuni",{"_index":2323,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sad",{"_index":730,"title":{},"body":{"components/AppComponent.html":{}}}],["safe",{"_index":2834,"title":{},"body":{"pipes/SafePipe.html":{}}}],["safepipe",{"_index":2831,"title":{"pipes/SafePipe.html":{}},"body":{"pipes/SafePipe.html":{},"modules/SharedModule.html":{},"coverage.html":{},"overview.html":{}}}],["safest",{"_index":4421,"title":{},"body":{"license.html":{}}}],["sake",{"_index":3785,"title":{},"body":{"license.html":{}}}],["sale",{"_index":4276,"title":{},"body":{"license.html":{}}}],["sales",{"_index":2106,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["salon",{"_index":2099,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saloon",{"_index":2107,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["samaki",{"_index":2205,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sambusa",{"_index":2279,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["same",{"_index":3765,"title":{},"body":{"license.html":{}}}],["samosa",{"_index":2203,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sanitizer",{"_index":2841,"title":{},"body":{"pipes/SafePipe.html":{}}}],["sarafu",{"_index":79,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["satisfy",{"_index":4096,"title":{},"body":{"license.html":{}}}],["sausages",{"_index":2249,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["savedindex",{"_index":1062,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["savings",{"_index":2340,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saying",{"_index":4091,"title":{},"body":{"license.html":{}}}],["scaffolding",{"_index":3644,"title":{},"body":{"index.html":{}}}],["scan",{"_index":1088,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scan(settings",{"_index":1108,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scanfilter",{"_index":2844,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["sch",{"_index":1918,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["schema",{"_index":3614,"title":{},"body":{"miscellaneous/functions.html":{}}}],["school",{"_index":1919,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["science",{"_index":1966,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["scope",{"_index":4325,"title":{},"body":{"license.html":{}}}],["scrap",{"_index":2003,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["script",{"_index":3655,"title":{},"body":{"index.html":{}}}],["scripts",{"_index":3935,"title":{},"body":{"license.html":{}}}],["search",{"_index":218,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsRoutingModule.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["search'},{'name",{"_index":323,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["search.component",{"_index":519,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["search.component.html",{"_index":222,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.scss",{"_index":220,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts",{"_index":210,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:16",{"_index":257,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:17",{"_index":259,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:18",{"_index":258,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:19",{"_index":260,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:20",{"_index":262,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:21",{"_index":261,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:22",{"_index":252,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:23",{"_index":255,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:24",{"_index":254,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:25",{"_index":245,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:33",{"_index":246,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:46",{"_index":264,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:49",{"_index":266,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:52",{"_index":268,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:56",{"_index":248,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:66",{"_index":250,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:86",{"_index":247,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search/account",{"_index":209,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["searching",{"_index":2849,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["secondarily",{"_index":3869,"title":{},"body":{"license.html":{}}}],["secondary",{"_index":1930,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["secp256k1",{"_index":3247,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secp256k1.ecdsasign(txmsg",{"_index":3326,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secretary",{"_index":2111,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["section",{"_index":3982,"title":{},"body":{"license.html":{}}}],["sections",{"_index":1459,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["security",{"_index":2109,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["see",{"_index":3675,"title":{},"body":{"index.html":{},"license.html":{}}}],["seedling",{"_index":2014,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seedlings",{"_index":2015,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seigei",{"_index":1682,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["select",{"_index":2525,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["selection",{"_index":1594,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive",{"_index":2915,"title":{},"body":{"modules/SharedModule.html":{}}}],["selection.directive.ts",{"_index":1590,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"coverage.html":{}}}],["selection.directive.ts:25",{"_index":1612,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive.ts:8",{"_index":1601,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selector",{"_index":216,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["sell",{"_index":4291,"title":{},"body":{"license.html":{}}}],["selling",{"_index":3466,"title":{},"body":{"classes/UserServiceStub.html":{},"license.html":{}}}],["semiconductor",{"_index":3843,"title":{},"body":{"license.html":{}}}],["send",{"_index":1007,"title":{},"body":{"injectables/AuthService.html":{}}}],["senddebuglevelmessage",{"_index":1552,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senddebuglevelmessage(message",{"_index":1562,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sender",{"_index":1196,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["senderaddress",{"_index":3225,"title":{},"body":{"injectables/TransactionService.html":{}}}],["senderbloxberglink",{"_index":3122,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["senderrorlevelmessage",{"_index":1553,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senderrorlevelmessage(message",{"_index":1564,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage",{"_index":1554,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage(message",{"_index":1566,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage",{"_index":1555,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage(message",{"_index":1568,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage",{"_index":1556,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage(message",{"_index":1570,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendsignedchallenge",{"_index":941,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendsignedchallenge(hobaresponseencoded",{"_index":961,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendtracelevelmessage",{"_index":1557,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendtracelevelmessage(message",{"_index":1572,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage",{"_index":1558,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage(message",{"_index":1574,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sentence",{"_index":1458,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sentencesforwarninglogging",{"_index":1431,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["separable",{"_index":4104,"title":{},"body":{"license.html":{}}}],["separate",{"_index":1010,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["separately",{"_index":4041,"title":{},"body":{"license.html":{}}}],["seremala",{"_index":2108,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["serial",{"_index":2999,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["serve",{"_index":3633,"title":{},"body":{"index.html":{}}}],["server",{"_index":1034,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["serverloggingurl",{"_index":799,"title":{},"body":{"modules/AppModule.html":{}}}],["serverloglevel",{"_index":797,"title":{},"body":{"modules/AppModule.html":{},"miscellaneous/variables.html":{}}}],["serves",{"_index":3922,"title":{},"body":{"license.html":{}}}],["service",{"_index":883,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["services",{"_index":34,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["serviceworkermodule",{"_index":793,"title":{},"body":{"modules/AppModule.html":{}}}],["serviceworkermodule.register('ngsw",{"_index":802,"title":{},"body":{"modules/AppModule.html":{}}}],["servicing",{"_index":4384,"title":{},"body":{"license.html":{}}}],["session",{"_index":1009,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.getitem(btoa('cicada_session_token",{"_index":990,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["sessionstorage.removeitem(btoa('cicada_session_token",{"_index":1020,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.setitem(btoa('cicada_session_token",{"_index":991,"title":{},"body":{"injectables/AuthService.html":{}}}],["set",{"_index":573,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["setconversion",{"_index":3207,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setconversion(conversion",{"_index":3220,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setkey",{"_index":942,"title":{},"body":{"injectables/AuthService.html":{}}}],["setkey(privatekeyarmored",{"_index":964,"title":{},"body":{"injectables/AuthService.html":{}}}],["setparammap",{"_index":557,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["setparammap(params",{"_index":571,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["sets",{"_index":1296,"title":{},"body":{"classes/CustomValidator.html":{}}}],["setsessiontoken",{"_index":943,"title":{},"body":{"injectables/AuthService.html":{}}}],["setsessiontoken(token",{"_index":967,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate",{"_index":944,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate(s",{"_index":969,"title":{},"body":{"injectables/AuthService.html":{}}}],["settimeout",{"_index":2621,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["setting",{"_index":1498,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["settings",{"_index":1097,"title":{"classes/Settings.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/OrganizationComponent.html":{},"modules/PagesRoutingModule.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["settings'},{'name",{"_index":345,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["settings(this.scan",{"_index":1125,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.component.html",{"_index":2860,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.component.scss",{"_index":2859,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.registry",{"_index":1130,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.scanfilter",{"_index":1179,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper",{"_index":1132,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.onconversion",{"_index":1137,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.ontransfer",{"_index":1134,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.processreceipt(m.data",{"_index":1150,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.engine",{"_index":1129,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.provider",{"_index":1127,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settingscomponent",{"_index":344,"title":{"components/SettingsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["settingsmodule",{"_index":2891,"title":{"modules/SettingsModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules.html":{},"overview.html":{}}}],["settingsroutingmodule",{"_index":2895,"title":{"modules/SettingsRoutingModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["settransaction",{"_index":3208,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["settransaction(transaction",{"_index":3222,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["sha256",{"_index":2679,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sha3",{"_index":3239,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["shall",{"_index":3987,"title":{},"body":{"license.html":{}}}],["shamba",{"_index":2025,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shanzu",{"_index":1852,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["share",{"_index":577,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["shared",{"_index":3941,"title":{},"body":{"license.html":{}}}],["sharedmodule",{"_index":473,"title":{"modules/SharedModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["shepard",{"_index":2113,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shephard",{"_index":2114,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shepherd",{"_index":2065,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shirt",{"_index":2396,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shoe",{"_index":2112,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shop",{"_index":2347,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["short",{"_index":4436,"title":{},"body":{"license.html":{}}}],["show",{"_index":3768,"title":{},"body":{"license.html":{}}}],["siaya",{"_index":1879,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sickly",{"_index":2338,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["side",{"_index":1384,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["sidebar",{"_index":737,"title":{},"body":{"components/AppComponent.html":{},"components/FooterStubComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["sidebar'},{'name",{"_index":347,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["sidebar.component.html",{"_index":2925,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":2924,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar?.classlist.add('active",{"_index":748,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.contains('active",{"_index":747,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.remove('active",{"_index":751,"title":{},"body":{"components/AppComponent.html":{}}}],["sidebar?.classlist.toggle('active",{"_index":1622,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse",{"_index":742,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse?.classlist.contains('active",{"_index":744,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.remove('active",{"_index":745,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.toggle('active",{"_index":1624,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcomponent",{"_index":346,"title":{"components/SidebarComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["sidebarstubcomponent",{"_index":348,"title":{"components/SidebarStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["sig",{"_index":2735,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sigei",{"_index":1677,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sign",{"_index":2673,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["sign(digest",{"_index":2694,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sign(opts",{"_index":2720,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signable",{"_index":2691,"title":{"interfaces/Signable.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signature",{"_index":55,"title":{"interfaces/Signature.html":{},"interfaces/Signature-1.html":{}},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signatureobject",{"_index":3325,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.recid",{"_index":3331,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(0",{"_index":3328,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(32",{"_index":3330,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signchallenge",{"_index":980,"title":{},"body":{"injectables/AuthService.html":{}}}],["signed",{"_index":59,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/AuthService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signer",{"_index":129,"title":{"interfaces/Signer.html":{}},"body":{"classes/AccountIndex.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts",{"_index":2663,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts:109",{"_index":2695,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:11",{"_index":2929,"title":{},"body":{"interfaces/Signable.html":{}}}],["signer.ts:144",{"_index":2699,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:32",{"_index":2930,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:34",{"_index":2931,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:36",{"_index":2932,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:42",{"_index":2933,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:48",{"_index":2934,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:54",{"_index":2935,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:60",{"_index":2680,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:62",{"_index":2681,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:64",{"_index":2682,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:66",{"_index":2683,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:68",{"_index":2684,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:70",{"_index":2685,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:72",{"_index":2687,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:74",{"_index":2676,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:90",{"_index":2689,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:99",{"_index":2692,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signeraddress",{"_index":102,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["significant",{"_index":4133,"title":{},"body":{"license.html":{}}}],["signing",{"_index":2665,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["signs",{"_index":2696,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["silc",{"_index":2343,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["silver",{"_index":3443,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["sima",{"_index":2276,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["similar",{"_index":4001,"title":{},"body":{"license.html":{}}}],["simsim",{"_index":2267,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simu",{"_index":2383,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simulate",{"_index":2514,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["simultaneously",{"_index":4344,"title":{},"body":{"license.html":{}}}],["sinai",{"_index":1676,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["single",{"_index":4317,"title":{},"body":{"license.html":{}}}],["size",{"_index":4497,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slash",{"_index":2785,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["smallest",{"_index":2943,"title":{},"body":{"interfaces/Token.html":{}}}],["smokie",{"_index":2287,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["smokies",{"_index":2288,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sms",{"_index":3187,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snackbar",{"_index":3131,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snacks",{"_index":2280,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soap",{"_index":2324,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["societies",{"_index":2972,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["socket",{"_index":2857,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["socks",{"_index":2371,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soda",{"_index":2200,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["software",{"_index":3708,"title":{},"body":{"license.html":{}}}],["soko",{"_index":2204,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["solar",{"_index":2458,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sold",{"_index":4116,"title":{},"body":{"license.html":{}}}],["soldier",{"_index":1988,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sole",{"_index":3967,"title":{},"body":{"license.html":{}}}],["solely",{"_index":3979,"title":{},"body":{"license.html":{}}}],["something",{"_index":727,"title":{},"body":{"components/AppComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sort",{"_index":379,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["soup",{"_index":2285,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["source",{"_index":4,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"modules/AdminModule.html":{},"modules/AdminRoutingModule.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"index.html":{},"license.html":{}}}],["sourcetoken",{"_index":1186,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["south",{"_index":1666,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soweto",{"_index":1775,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spare",{"_index":2369,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["spareparts",{"_index":2360,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["speak",{"_index":3740,"title":{},"body":{"license.html":{}}}],["special",{"_index":3825,"title":{},"body":{"license.html":{}}}],["specific",{"_index":145,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["specifically",{"_index":3945,"title":{},"body":{"license.html":{}}}],["specified",{"_index":155,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["specifies",{"_index":4362,"title":{},"body":{"license.html":{}}}],["specify",{"_index":4365,"title":{},"body":{"license.html":{}}}],["spinach",{"_index":2286,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":517,"title":{},"body":{"modules/AccountsModule.html":{}}}],["spirit",{"_index":4357,"title":{},"body":{"license.html":{}}}],["src/.../account.ts",{"_index":4465,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../accountindex.ts",{"_index":4462,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../array",{"_index":3565,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../clipboard",{"_index":3566,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../environment.dev.ts",{"_index":4466,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.prod.ts",{"_index":4467,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.ts",{"_index":4468,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../export",{"_index":3567,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../global",{"_index":3571,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../http",{"_index":3568,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../mock",{"_index":4464,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../pgp",{"_index":4469,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../read",{"_index":3569,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/.../schema",{"_index":3570,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../sync.ts",{"_index":3572,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../token",{"_index":4463,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../transaction.service.ts",{"_index":4470,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user.service.ts",{"_index":4471,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/app/_eth/accountindex.ts",{"_index":90,"title":{},"body":{"classes/AccountIndex.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_eth/accountindex.ts:122",{"_index":162,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:22",{"_index":122,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:24",{"_index":123,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:26",{"_index":113,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:58",{"_index":125,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:79",{"_index":142,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:96",{"_index":154,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/token",{"_index":2983,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_guards/auth.guard.ts",{"_index":875,"title":{},"body":{"guards/AuthGuard.html":{},"coverage.html":{}}}],["src/app/_guards/auth.guard.ts:21",{"_index":881,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/auth.guard.ts:38",{"_index":892,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/role.guard.ts",{"_index":2802,"title":{},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["src/app/_guards/role.guard.ts:21",{"_index":2803,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_guards/role.guard.ts:38",{"_index":2804,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_helpers/array",{"_index":3482,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/clipboard",{"_index":3485,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/custom",{"_index":1255,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts",{"_index":1287,"title":{},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts:13",{"_index":1295,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/custom.validator.ts:28",{"_index":1304,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/export",{"_index":3488,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/global",{"_index":1424,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/http",{"_index":3492,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/mock",{"_index":1626,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/read",{"_index":3494,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/schema",{"_index":3498,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/sync.ts",{"_index":3502,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_interceptors/error.interceptor.ts",{"_index":1353,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/error.interceptor.ts:21",{"_index":1361,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/error.interceptor.ts:42",{"_index":1368,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/http",{"_index":1496,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts",{"_index":1533,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:20",{"_index":1535,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:35",{"_index":1536,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_models/account.ts",{"_index":6,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_models/mappings.ts",{"_index":533,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts",{"_index":2843,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts:10",{"_index":2854,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:13",{"_index":2848,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:4",{"_index":2851,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:6",{"_index":2852,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:8",{"_index":2853,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/staff.ts",{"_index":2936,"title":{},"body":{"interfaces/Staff.html":{},"coverage.html":{}}}],["src/app/_models/token.ts",{"_index":2941,"title":{},"body":{"interfaces/Token.html":{},"coverage.html":{}}}],["src/app/_models/transaction.ts",{"_index":1183,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["src/app/_pgp/pgp",{"_index":2662,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/auth.service.ts",{"_index":925,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{}}}],["src/app/_services/auth.service.ts:128",{"_index":959,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:138",{"_index":965,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:166",{"_index":960,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:172",{"_index":949,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:18",{"_index":972,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:184",{"_index":955,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:19",{"_index":973,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:190",{"_index":953,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:20",{"_index":976,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:202",{"_index":951,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:206",{"_index":952,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:23",{"_index":947,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:31",{"_index":957,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:38",{"_index":954,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:42",{"_index":968,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:46",{"_index":970,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:50",{"_index":956,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:72",{"_index":962,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:84",{"_index":950,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:93",{"_index":958,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/block",{"_index":1082,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["src/app/_services/error",{"_index":1332,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["src/app/_services/keystore.service.ts",{"_index":1508,"title":{},"body":{"injectables/KeystoreService.html":{},"coverage.html":{}}}],["src/app/_services/keystore.service.ts:12",{"_index":1511,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["src/app/_services/keystore.service.ts:8",{"_index":1510,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["src/app/_services/location.service.ts",{"_index":1517,"title":{},"body":{"injectables/LocationService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts:10",{"_index":1521,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:13",{"_index":1524,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:17",{"_index":1523,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:21",{"_index":1527,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:25",{"_index":1526,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/logging.service.ts",{"_index":1549,"title":{},"body":{"injectables/LoggingService.html":{},"coverage.html":{}}}],["src/app/_services/logging.service.ts:18",{"_index":1573,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:22",{"_index":1563,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:26",{"_index":1569,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:30",{"_index":1571,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:34",{"_index":1575,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:38",{"_index":1565,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:42",{"_index":1567,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:8",{"_index":1576,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:9",{"_index":1561,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/registry.service.ts",{"_index":2786,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{}}}],["src/app/_services/registry.service.ts:11",{"_index":2792,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:12",{"_index":2789,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:16",{"_index":2790,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/token.service.ts",{"_index":3010,"title":{},"body":{"injectables/TokenService.html":{},"coverage.html":{}}}],["src/app/_services/token.service.ts:13",{"_index":3032,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:14",{"_index":3033,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:15",{"_index":3034,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:16",{"_index":3036,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:19",{"_index":3038,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:20",{"_index":3018,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:24",{"_index":3030,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:32",{"_index":3020,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:44",{"_index":3028,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:52",{"_index":3024,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:63",{"_index":3026,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:73",{"_index":3022,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:78",{"_index":3027,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:83",{"_index":3029,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/transaction.service.ts",{"_index":3199,"title":{},"body":{"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/transaction.service.ts:119",{"_index":3213,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:134",{"_index":3219,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:139",{"_index":3215,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:146",{"_index":3227,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:28",{"_index":3231,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:29",{"_index":3230,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:30",{"_index":3233,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:31",{"_index":3234,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:32",{"_index":3235,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:33",{"_index":3210,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:44",{"_index":3218,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:50",{"_index":3217,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:54",{"_index":3216,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:58",{"_index":3223,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:94",{"_index":3221,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/user.service.ts",{"_index":3520,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/web3.service.ts",{"_index":3468,"title":{},"body":{"injectables/Web3Service.html":{},"coverage.html":{}}}],["src/app/_services/web3.service.ts:13",{"_index":3471,"title":{},"body":{"injectables/Web3Service.html":{}}}],["src/app/_services/web3.service.ts:9",{"_index":3470,"title":{},"body":{"injectables/Web3Service.html":{}}}],["src/app/app",{"_index":809,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["src/app/app.component.ts",{"_index":669,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["src/app/app.component.ts:18",{"_index":705,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:19",{"_index":703,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:20",{"_index":701,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:21",{"_index":686,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:34",{"_index":694,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:57",{"_index":696,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:82",{"_index":693,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:88",{"_index":691,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":772,"title":{},"body":{"modules/AppModule.html":{}}}],["src/app/auth/_directives/password",{"_index":2766,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["src/app/auth/auth",{"_index":923,"title":{},"body":{"modules/AuthRoutingModule.html":{}}}],["src/app/auth/auth.component.ts",{"_index":821,"title":{},"body":{"components/AuthComponent.html":{},"coverage.html":{}}}],["src/app/auth/auth.component.ts:16",{"_index":839,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:17",{"_index":841,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:18",{"_index":840,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:19",{"_index":832,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:28",{"_index":834,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:37",{"_index":843,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:41",{"_index":835,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:53",{"_index":833,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:66",{"_index":836,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:73",{"_index":838,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.module.ts",{"_index":918,"title":{},"body":{"modules/AuthModule.html":{}}}],["src/app/pages/accounts/account",{"_index":208,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts",{"_index":523,"title":{},"body":{"modules/AccountsRoutingModule.html":{}}}],["src/app/pages/accounts/accounts.component.ts",{"_index":369,"title":{},"body":{"components/AccountsComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts.component.ts:20",{"_index":400,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:21",{"_index":396,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:22",{"_index":404,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:23",{"_index":402,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:24",{"_index":407,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:25",{"_index":397,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:26",{"_index":398,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:28",{"_index":411,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:29",{"_index":387,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:37",{"_index":392,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:57",{"_index":389,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:61",{"_index":395,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:67",{"_index":391,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:78",{"_index":393,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:86",{"_index":390,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.module.ts",{"_index":478,"title":{},"body":{"modules/AccountsModule.html":{}}}],["src/app/pages/accounts/create",{"_index":1209,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin",{"_index":668,"title":{},"body":{"modules/AdminRoutingModule.html":{}}}],["src/app/pages/admin/admin.component.ts",{"_index":584,"title":{},"body":{"components/AdminComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin.component.ts:25",{"_index":607,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:26",{"_index":610,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:27",{"_index":605,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:28",{"_index":606,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:30",{"_index":611,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:31",{"_index":592,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:35",{"_index":604,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:46",{"_index":599,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:50",{"_index":594,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:54",{"_index":596,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:65",{"_index":598,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:76",{"_index":602,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:80",{"_index":600,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.module.ts",{"_index":665,"title":{},"body":{"modules/AdminModule.html":{}}}],["src/app/pages/pages",{"_index":2754,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["src/app/pages/pages.component.ts",{"_index":2738,"title":{},"body":{"components/PagesComponent.html":{},"coverage.html":{}}}],["src/app/pages/pages.component.ts:10",{"_index":2742,"title":{},"body":{"components/PagesComponent.html":{}}}],["src/app/pages/pages.module.ts",{"_index":2751,"title":{},"body":{"modules/PagesModule.html":{}}}],["src/app/pages/settings/organization/organization.component.ts",{"_index":2627,"title":{},"body":{"components/OrganizationComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:12",{"_index":2636,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:13",{"_index":2637,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:14",{"_index":2633,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:18",{"_index":2634,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:26",{"_index":2639,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:30",{"_index":2635,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/settings",{"_index":2904,"title":{},"body":{"modules/SettingsRoutingModule.html":{}}}],["src/app/pages/settings/settings.component.ts",{"_index":2858,"title":{},"body":{"components/SettingsComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/settings.component.ts:16",{"_index":2869,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:17",{"_index":2868,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:18",{"_index":2871,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:19",{"_index":2873,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:20",{"_index":2874,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:22",{"_index":2872,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:23",{"_index":2863,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:27",{"_index":2867,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:38",{"_index":2864,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:42",{"_index":2865,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:46",{"_index":2866,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.module.ts",{"_index":2896,"title":{},"body":{"modules/SettingsModule.html":{}}}],["src/app/pages/tokens/token",{"_index":2947,"title":{},"body":{"components/TokenDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens",{"_index":3113,"title":{},"body":{"modules/TokensRoutingModule.html":{}}}],["src/app/pages/tokens/tokens.component.ts",{"_index":3075,"title":{},"body":{"components/TokensComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens.component.ts:17",{"_index":3088,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:18",{"_index":3087,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:19",{"_index":3089,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:20",{"_index":3090,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:21",{"_index":3091,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:22",{"_index":3081,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:30",{"_index":3084,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:46",{"_index":3082,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:50",{"_index":3086,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:54",{"_index":3083,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.module.ts",{"_index":3104,"title":{},"body":{"modules/TokensModule.html":{}}}],["src/app/pages/transactions/transaction",{"_index":3119,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions",{"_index":3406,"title":{},"body":{"modules/TransactionsRoutingModule.html":{}}}],["src/app/pages/transactions/transactions.component.ts",{"_index":3346,"title":{},"body":{"components/TransactionsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions.component.ts:23",{"_index":3371,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:24",{"_index":3372,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:25",{"_index":3366,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:26",{"_index":3367,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:27",{"_index":3373,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:28",{"_index":3370,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:29",{"_index":3374,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:30",{"_index":3375,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:31",{"_index":3369,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:33",{"_index":3368,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:34",{"_index":3358,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:43",{"_index":3363,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:66",{"_index":3365,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:70",{"_index":3359,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:74",{"_index":3361,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:87",{"_index":3362,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:92",{"_index":3360,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.module.ts",{"_index":3402,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["src/app/shared/_directives/menu",{"_index":1589,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts",{"_index":2833,"title":{},"body":{"pipes/SafePipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts:10",{"_index":2838,"title":{},"body":{"pipes/SafePipe.html":{}}}],["src/app/shared/_pipes/token",{"_index":2976,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/unix",{"_index":3407,"title":{},"body":{"pipes/UnixDatePipe.html":{},"coverage.html":{}}}],["src/app/shared/error",{"_index":1316,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts",{"_index":1411,"title":{},"body":{"components/FooterComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts:10",{"_index":1416,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/footer/footer.component.ts:13",{"_index":1417,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/network",{"_index":2606,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["src/app/shared/shared.module.ts",{"_index":2910,"title":{},"body":{"modules/SharedModule.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts",{"_index":2923,"title":{},"body":{"components/SidebarComponent.html":{},"coverage.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:12",{"_index":2927,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:9",{"_index":2926,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts",{"_index":3114,"title":{},"body":{"components/TopbarComponent.html":{},"coverage.html":{}}}],["src/app/shared/topbar/topbar.component.ts:12",{"_index":3118,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts:9",{"_index":3117,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/assets/js/ethtx/dist",{"_index":3245,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/hex",{"_index":277,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/tx",{"_index":3246,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/hoba",{"_index":981,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/assets/js/hoba.js",{"_index":979,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/environments",{"_index":3673,"title":{},"body":{"index.html":{}}}],["src/environments/environment",{"_index":171,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/LocationService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{}}}],["src/environments/environment.dev.ts",{"_index":3529,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.prod.ts",{"_index":3530,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.ts",{"_index":3531,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/testing/activated",{"_index":548,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["src/testing/router",{"_index":2816,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{}}}],["src/testing/shared",{"_index":1422,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{},"coverage.html":{}}}],["src/testing/token",{"_index":3071,"title":{},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["src/testing/transaction",{"_index":3340,"title":{},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["src/testing/user",{"_index":3415,"title":{},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["stack",{"_index":1451,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["stadium",{"_index":1808,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["staff",{"_index":655,"title":{"interfaces/Staff.html":{}},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"interfaces/Staff.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["staff.userid",{"_index":1064,"title":{},"body":{"injectables/AuthService.html":{}}}],["stand",{"_index":3812,"title":{},"body":{"license.html":{}}}],["standard",{"_index":3906,"title":{},"body":{"license.html":{}}}],["standards",{"_index":3909,"title":{},"body":{"license.html":{}}}],["starehe",{"_index":1811,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["start",{"_index":4422,"title":{},"body":{"license.html":{}}}],["start:dev",{"_index":3635,"title":{},"body":{"index.html":{}}}],["start:prod",{"_index":3637,"title":{},"body":{"index.html":{}}}],["start:pwa",{"_index":3661,"title":{},"body":{"index.html":{}}}],["started",{"_index":3621,"title":{"index.html":{},"license.html":{}},"body":{}}],["starts",{"_index":4437,"title":{},"body":{"license.html":{}}}],["starttime",{"_index":1541,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["state",{"_index":613,"title":{},"body":{"components/AdminComponent.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"license.html":{}}}],["state('collapsed",{"_index":621,"title":{},"body":{"components/AdminComponent.html":{}}}],["state('expanded",{"_index":627,"title":{},"body":{"components/AdminComponent.html":{}}}],["state.url",{"_index":2815,"title":{},"body":{"guards/RoleGuard.html":{}}}],["stated",{"_index":3956,"title":{},"body":{"license.html":{}}}],["statement",{"_index":4209,"title":{},"body":{"license.html":{}}}],["statements",{"_index":3476,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":2654,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["static",{"_index":1290,"title":{},"body":{"classes/CustomValidator.html":{},"injectables/KeystoreService.html":{},"injectables/RegistryService.html":{},"injectables/Web3Service.html":{}}}],["stating",{"_index":4020,"title":{},"body":{"license.html":{}}}],["station",{"_index":2407,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["status",{"_index":537,"title":{},"body":{"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomErrorStateMatcher.html":{},"components/ErrorDialogComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["status'},{'name",{"_index":339,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["status.component",{"_index":2920,"title":{},"body":{"modules/SharedModule.html":{}}}],["status.component.html",{"_index":2610,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.scss",{"_index":2609,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts",{"_index":2608,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["status.component.ts:10",{"_index":2615,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:16",{"_index":2618,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:18",{"_index":2617,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status/network",{"_index":2607,"title":{},"body":{"components/NetworkStatusComponent.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["statustext",{"_index":1494,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["steps",{"_index":3773,"title":{},"body":{"license.html":{}}}],["stima",{"_index":2459,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["storage",{"_index":4051,"title":{},"body":{"license.html":{}}}],["store",{"_index":66,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["store.ts",{"_index":3507,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["stored",{"_index":3652,"title":{},"body":{"index.html":{}}}],["string",{"_index":23,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"pipes/SafePipe.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{}}}],["stringfromurl",{"_index":2594,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["strip0x",{"_index":276,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["strip0x(abi",{"_index":3305,"title":{},"body":{"injectables/TransactionService.html":{}}}],["stub.ts",{"_index":550,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/FooterStubComponent.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SidebarStubComponent.html":{},"classes/TokenServiceStub.html":{},"components/TopbarStubComponent.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"coverage.html":{}}}],["stub.ts:10",{"_index":2822,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:103",{"_index":3453,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:11",{"_index":565,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:124",{"_index":3451,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:13",{"_index":2821,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:134",{"_index":3449,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:18",{"_index":568,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:2",{"_index":3074,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["stub.ts:21",{"_index":572,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:4",{"_index":3343,"title":{},"body":{"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:6",{"_index":3342,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:72",{"_index":3418,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:8",{"_index":3341,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:87",{"_index":3456,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:9",{"_index":2820,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["student",{"_index":1921,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":614,"title":{},"body":{"components/AdminComponent.html":{},"components/AuthComponent.html":{}}}],["styles",{"_index":205,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["styleurls",{"_index":219,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["styling",{"_index":3686,"title":{},"body":{"index.html":{}}}],["subdividing",{"_index":4258,"title":{},"body":{"license.html":{}}}],["subject",{"_index":562,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/TokenService.html":{},"license.html":{}}}],["sublicenses",{"_index":4287,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":3981,"title":{},"body":{"license.html":{}}}],["submit",{"_index":1254,"title":{},"body":{"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["submitted",{"_index":826,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["subprograms",{"_index":3944,"title":{},"body":{"license.html":{}}}],["subroutine",{"_index":4447,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":3260,"title":{},"body":{"injectables/TransactionService.html":{}}}],["subscribe((res",{"_index":441,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TransactionsComponent.html":{}}}],["subscribe(async",{"_index":298,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["subscribers",{"_index":580,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["subsection",{"_index":4082,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":4129,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":3810,"title":{},"body":{"license.html":{}}}],["succeeded",{"_index":1543,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["success",{"_index":1200,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["successful",{"_index":139,"title":{},"body":{"classes/AccountIndex.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/functions.html":{}}}],["successfully",{"_index":2560,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TransactionDetailsComponent.html":{}}}],["such",{"_index":3761,"title":{},"body":{"license.html":{}}}],["sue",{"_index":4301,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":4136,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":2824,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["sugar",{"_index":2281,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["suger",{"_index":2282,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukari",{"_index":2284,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukuma",{"_index":2289,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sum",{"_index":3574,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sum.ts",{"_index":3483,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["super",{"_index":1469,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["super(message",{"_index":1466,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["superadmin",{"_index":1647,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["supplement",{"_index":4163,"title":{},"body":{"license.html":{}}}],["supplier",{"_index":2149,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["supply",{"_index":2480,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"miscellaneous/variables.html":{}}}],["support",{"_index":2744,"title":{},"body":{"components/PagesComponent.html":{},"license.html":{},"modules.html":{}}}],["supports",{"_index":3659,"title":{},"body":{"index.html":{},"license.html":{}}}],["sure",{"_index":3732,"title":{},"body":{"license.html":{}}}],["surname",{"_index":1233,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["surrender",{"_index":3757,"title":{},"body":{"license.html":{}}}],["survive",{"_index":4208,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":4397,"title":{},"body":{"license.html":{}}}],["svg",{"_index":4455,"title":{},"body":{"modules.html":{}}}],["sweats",{"_index":2278,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sweet",{"_index":2277,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["switch",{"_index":1399,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["switchwindows",{"_index":829,"title":{},"body":{"components/AuthComponent.html":{}}}],["swupdate",{"_index":685,"title":{},"body":{"components/AppComponent.html":{}}}],["symbol",{"_index":1208,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/variables.html":{}}}],["sync.service.ts",{"_index":1083,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["sync.service.ts:109",{"_index":1099,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:15",{"_index":1117,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:16",{"_index":1090,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:23",{"_index":1100,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:27",{"_index":1094,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:45",{"_index":1107,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:80",{"_index":1103,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:88",{"_index":1115,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/data",{"_index":2798,"title":{},"body":{"injectables/RegistryService.html":{}}}],["sync/data/accountsindex.json",{"_index":175,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/variables.html":{}}}],["sync/data/tokenuniquesymbolindex.json",{"_index":3003,"title":{},"body":{"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["sync/head.js",{"_index":1148,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/ondemand.js",{"_index":1160,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["syncable",{"_index":3618,"title":{},"body":{"miscellaneous/functions.html":{}}}],["system",{"_index":539,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["systematic",{"_index":3800,"title":{},"body":{"license.html":{}}}],["taa",{"_index":2464,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["table",{"_index":2409,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":3535,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":2938,"title":{},"body":{"interfaces/Staff.html":{}}}],["tags",{"_index":2939,"title":{},"body":{"interfaces/Staff.html":{}}}],["tailor",{"_index":2085,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taka",{"_index":2002,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["takaungu",{"_index":1864,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":3723,"title":{},"body":{"license.html":{}}}],["tangible",{"_index":4110,"title":{},"body":{"license.html":{}}}],["tap",{"_index":1539,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["tasia",{"_index":1793,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tassia",{"_index":1792,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taxi",{"_index":2433,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tea",{"_index":2290,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["teacher",{"_index":1917,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technician",{"_index":2333,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technological",{"_index":3990,"title":{},"body":{"license.html":{}}}],["tel",{"_index":51,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["tells",{"_index":3896,"title":{},"body":{"license.html":{}}}],["template",{"_index":204,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"index.html":{}}}],["templateurl",{"_index":221,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["term",{"_index":3954,"title":{},"body":{"license.html":{}}}],["terminal",{"_index":4435,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":4214,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":4235,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":4223,"title":{},"body":{"license.html":{}}}],["termination",{"_index":4211,"title":{},"body":{"license.html":{}}}],["terms",{"_index":3769,"title":{},"body":{"license.html":{}}}],["test",{"_index":552,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"index.html":{}}}],["testa",{"_index":2499,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testb",{"_index":2495,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testc",{"_index":2503,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tests",{"_index":3665,"title":{},"body":{"index.html":{}}}],["tetra",{"_index":1667,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tetrapak",{"_index":1668,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["text",{"_index":2781,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"miscellaneous/functions.html":{}}}],["then((s",{"_index":2721,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["then((sig",{"_index":2733,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["therefore",{"_index":3758,"title":{},"body":{"license.html":{}}}],["thika",{"_index":1806,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":3749,"title":{},"body":{"license.html":{}}}],["third",{"_index":908,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["this.accounts",{"_index":437,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounts.filter((account",{"_index":448,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accountstype",{"_index":446,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounttypes",{"_index":442,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["this.actions",{"_index":640,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.addresssearchform",{"_index":285,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.controls",{"_index":288,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.invalid",{"_index":306,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchloading",{"_index":307,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchsubmitted",{"_index":305,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addtransaction(conversion",{"_index":3277,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtransaction(transaction",{"_index":3267,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtrusteduser(key.users[0].userid",{"_index":1070,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.algo",{"_index":2724,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.areanames",{"_index":1241,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.authservice.getprivatekey",{"_index":849,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.getprivatekeyinfo",{"_index":2880,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.getpublickeys",{"_index":716,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.gettrustedusers",{"_index":718,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.init",{"_index":713,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{},"injectables/TransactionService.html":{}}}],["this.authservice.login",{"_index":857,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.loginview",{"_index":850,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.logout",{"_index":2882,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.mutablekeystore.importpublickey(publickeys",{"_index":717,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.setkey(this.keyformstub.key.value",{"_index":855,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.trusteduserssubject.subscribe((users",{"_index":2876,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.blocksyncservice.blocksync",{"_index":3382,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.blocksyncservice.init",{"_index":3381,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.categories",{"_index":1238,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.cdr.detectchanges",{"_index":2623,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.closewindow.emit(this.token",{"_index":2962,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.closewindow.emit(this.transaction",{"_index":3173,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.contract",{"_index":182,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.add(address).send",{"_index":191,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.addressof(id).call",{"_index":3007,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entry(i).call",{"_index":198,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.entry(serial).call",{"_index":3008,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entrycount().call",{"_index":200,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.have(address).call",{"_index":193,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contractaddress",{"_index":181,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.createform",{"_index":1230,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.controls",{"_index":1244,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.invalid",{"_index":1245,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.datasource",{"_index":431,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.data",{"_index":447,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.datasource.filter",{"_index":443,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.paginator",{"_index":433,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.sort",{"_index":435,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.dgst",{"_index":2709,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.dialog.open(errordialogcomponent",{"_index":1348,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.engine",{"_index":2723,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.errordialogservice.opendialog",{"_index":719,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["this.fetcher(settings",{"_index":1155,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.formbuilder.group",{"_index":281,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.genders",{"_index":1243,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.getaccountinfo(res",{"_index":3262,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.getchallenge",{"_index":1022,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getprivatekey().users[0].userid",{"_index":1080,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getsessiontoken",{"_index":996,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.gettokens",{"_index":3061,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.handlenetworkchange",{"_index":2620,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.haveaccount(address",{"_index":190,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.httpclient",{"_index":1531,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${offset}/${limit",{"_index":3252,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/user/${address}/${offset}/${limit",{"_index":3253,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames",{"_index":1528,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames/${location.tolowercase",{"_index":1529,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areatypes`).pipe(first",{"_index":1530,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.isdialogopen",{"_index":1346,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.iswarning(errortracestring",{"_index":1477,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.keyform",{"_index":847,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keyform.controls",{"_index":851,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keyform.invalid",{"_index":853,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.keystore",{"_index":2705,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getfingerprint",{"_index":2708,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getprivatekey",{"_index":2713,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.gettrustedkeys",{"_index":2734,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.linkparams",{"_index":2830,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.load.next(true",{"_index":3043,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.loading",{"_index":854,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.locationservice",{"_index":1239,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.logerror(error",{"_index":1470,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.logger.debug(message",{"_index":1583,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.error(message",{"_index":1587,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.fatal(message",{"_index":1588,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.info(message",{"_index":1584,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.log(message",{"_index":1585,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.trace(message",{"_index":1582,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.warn(message",{"_index":1586,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.loggingservice.senderrorlevelmessage",{"_index":1056,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.senderrorlevelmessage('failed",{"_index":428,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/AuthService.html":{}}}],["this.loggingservice.senderrorlevelmessage(e.message",{"_index":2729,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.loggingservice.senderrorlevelmessage(errormessage",{"_index":1398,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.loggingservice.senderrorlevelmessage(errortracestring",{"_index":1479,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.sendinfolevelmessage(`result",{"_index":3336,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`transaction",{"_index":3338,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(message",{"_index":1548,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(request",{"_index":1540,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(res",{"_index":645,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.loggingservice.sendinfolevelmessage(tokens",{"_index":3096,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.loggingservice.sendwarnlevelmessage(errortracestring",{"_index":1478,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loginview",{"_index":1060,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mediaquery.addeventlistener('change",{"_index":710,"title":{},"body":{"components/AppComponent.html":{}}}],["this.mutablekeystore",{"_index":987,"title":{},"body":{"injectables/AuthService.html":{},"injectables/KeystoreService.html":{}}}],["this.mutablekeystore.getprivatekey",{"_index":1079,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekeyid",{"_index":1041,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getpublickeys().foreach((key",{"_index":1069,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(localstorage.getitem(btoa('cicada_private_key",{"_index":989,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(privatekeyarmored",{"_index":1053,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isencryptedprivatekey(privatekeyarmored",{"_index":1050,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isvalidkey(privatekeyarmored",{"_index":1044,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.loadkeyring",{"_index":1515,"title":{},"body":{"injectables/KeystoreService.html":{}}}],["this.name",{"_index":1468,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.namesearchform",{"_index":280,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.controls",{"_index":286,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.invalid",{"_index":290,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchloading",{"_index":291,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchsubmitted",{"_index":289,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.navigatedto",{"_index":2829,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.nointernetconnection",{"_index":2622,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.onmenuselect",{"_index":1615,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["this.onmenutoggle",{"_index":1621,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["this.onresize",{"_index":711,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onresize(this.mediaquery",{"_index":712,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onsign",{"_index":2706,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(this.signature",{"_index":2727,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(undefined",{"_index":2730,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify",{"_index":2707,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify(false",{"_index":2737,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.organizationform",{"_index":2640,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.controls",{"_index":2644,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.invalid",{"_index":2645,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.paginator",{"_index":434,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.paginator._changepagesize(this.paginator.pagesize",{"_index":450,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.phonesearchform",{"_index":283,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.controls",{"_index":287,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.invalid",{"_index":294,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchloading",{"_index":295,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchsubmitted",{"_index":293,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.readystate",{"_index":1144,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystateprocessor(settings",{"_index":1139,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystatetarget",{"_index":1145,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.recipientbloxberglink",{"_index":3153,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.registry",{"_index":3040,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.addtoken(address",{"_index":3052,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.addtoken(await",{"_index":3065,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.getcontractaddressbyname",{"_index":3292,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.registry.getcontractaddressbyname('tokenregistry",{"_index":3042,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.renderer.listen(this.elementref.nativeelement",{"_index":1613,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["this.router.navigate",{"_index":2812,"title":{},"body":{"guards/RoleGuard.html":{}}}],["this.router.navigate(['/auth",{"_index":912,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["this.router.navigate(['/home",{"_index":858,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.router.navigatebyurl",{"_index":301,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{}}}],["this.router.navigatebyurl('/auth').then",{"_index":1402,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.from",{"_index":3159,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.to",{"_index":3160,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.trader",{"_index":3161,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.url",{"_index":1483,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2842,"title":{},"body":{"pipes/SafePipe.html":{}}}],["this.scanfilter",{"_index":2855,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["this.senderbloxberglink",{"_index":3151,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sendinfolevelmessage('dropping",{"_index":1579,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.sendsignedchallenge(r).then((response",{"_index":1028,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sentencesforwarninglogging.foreach((whitelistsentence",{"_index":1481,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.setparammap(initialparams",{"_index":582,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.setsessiontoken(tokenresponse",{"_index":1035,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.setstate('click",{"_index":1036,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.signature",{"_index":2722,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.signeraddress",{"_index":185,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.snackbar.open(address",{"_index":3168,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sort",{"_index":436,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.status",{"_index":1467,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.subject.asobservable",{"_index":567,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.subject.next(converttoparammap(params",{"_index":583,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.submitted",{"_index":852,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.swupdate.available.subscribe",{"_index":733,"title":{},"body":{"components/AppComponent.html":{}}}],["this.swupdate.isenabled",{"_index":732,"title":{},"body":{"components/AppComponent.html":{}}}],["this.toggledisplay(divone",{"_index":865,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.toggledisplay(divtwo",{"_index":866,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.togglepasswordvisibility",{"_index":2775,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["this.token",{"_index":2961,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["this.tokenname",{"_index":3157,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.tokenregistry",{"_index":3041,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(0",{"_index":3066,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.totaltokens",{"_index":3050,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens",{"_index":3035,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["this.tokens.findindex((tk",{"_index":3044,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens.splice(savedindex",{"_index":3047,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens.unshift(token",{"_index":3048,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenservice.gettokenname",{"_index":3158,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.tokenservice.gettokens",{"_index":3094,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice.gettokensymbol",{"_index":3156,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.init",{"_index":3092,"title":{},"body":{"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.load.subscribe(async",{"_index":3093,"title":{},"body":{"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.tokenservice.tokenssubject.subscribe((tokens",{"_index":3095,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenslist.asobservable",{"_index":3037,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenslist.next(this.tokens",{"_index":3049,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenssubject.subscribe((tokens",{"_index":3062,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokensymbol",{"_index":3155,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.totalaccounts",{"_index":195,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.traderbloxberglink",{"_index":3148,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction",{"_index":3172,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.transaction.from",{"_index":3165,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.to",{"_index":3164,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.token.address",{"_index":3163,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.value",{"_index":3166,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.from",{"_index":3152,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.to",{"_index":3154,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.trader",{"_index":3150,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.type",{"_index":3147,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactiondatasource",{"_index":3377,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.data",{"_index":3386,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.paginator",{"_index":3379,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.sort",{"_index":3380,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionlist.asobservable",{"_index":3232,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionlist.next(this.transactions",{"_index":3284,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions",{"_index":3285,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.transactions.filter",{"_index":3387,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactions.find((cachedtx",{"_index":3254,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.findindex((tx",{"_index":3278,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.length",{"_index":3282,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.splice(savedindex",{"_index":3280,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.unshift(transaction",{"_index":3281,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionservice",{"_index":1153,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.init",{"_index":714,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.transactionservice.resettransactionslist",{"_index":1124,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.setconversion(conversion",{"_index":760,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.settransaction(transaction",{"_index":756,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.transactionssubject.subscribe((transactions",{"_index":3376,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionservice.transferrequest",{"_index":3162,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactionstype",{"_index":3385,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionstypes",{"_index":3383,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.trustedusers",{"_index":975,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["this.trustedusers.findindex((staff",{"_index":1063,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trustedusers.splice(savedindex",{"_index":1066,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trustedusers.unshift(user",{"_index":1067,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trusteduserslist.asobservable",{"_index":977,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.trusteduserslist.next(this.trustedusers",{"_index":1068,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.userinfo",{"_index":2879,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.userservice",{"_index":438,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.accountssubject.subscribe((accounts",{"_index":430,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.actionssubject.subscribe((actions",{"_index":638,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.addaccount(accountinfo",{"_index":3290,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.userservice.addaccount(defaultaccount",{"_index":3263,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.userservice.getaccountbyaddress(this.addresssearchformstub.address.value",{"_index":308,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getaccountbyphone(this.phonesearchformstub.phonenumber.value",{"_index":296,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getactions",{"_index":637,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.init",{"_index":279,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.loadaccounts(100",{"_index":426,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.searchaccountbyname(this.namesearchformstub.name.value",{"_index":292,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.web3",{"_index":3251,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.getgasprice",{"_index":3311,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransaction(result.transactionhash",{"_index":3337,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransactioncount(senderaddress",{"_index":3308,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.sendsignedtransaction(txwire",{"_index":3335,"title":{},"body":{"injectables/TransactionService.html":{}}}],["those",{"_index":3808,"title":{},"body":{"license.html":{}}}],["though",{"_index":4166,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":3817,"title":{},"body":{"license.html":{}}}],["three",{"_index":4071,"title":{},"body":{"license.html":{}}}],["threw",{"_index":1490,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["through",{"_index":2550,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"license.html":{}}}],["throw",{"_index":1030,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["throwerror",{"_index":1377,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throwerror(err",{"_index":1410,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["thrown",{"_index":1443,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throws",{"_index":1042,"title":{},"body":{"injectables/AuthService.html":{}}}],["thus",{"_index":3972,"title":{},"body":{"license.html":{}}}],["timber",{"_index":2447,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["timberyard",{"_index":2448,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["time",{"_index":901,"title":{},"body":{"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"guards/RoleGuard.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["timestamp",{"_index":1202,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{}}}],["tissue",{"_index":2400,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["title",{"_index":676,"title":{},"body":{"components/AppComponent.html":{}}}],["titlecase",{"_index":1253,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["tk.address",{"_index":3045,"title":{},"body":{"injectables/TokenService.html":{}}}],["todo",{"_index":423,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["toggle",{"_index":1591,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["toggle.directive",{"_index":922,"title":{},"body":{"modules/AuthModule.html":{},"modules/SharedModule.html":{}}}],["toggle.directive.ts",{"_index":1616,"title":{},"body":{"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["toggle.directive.ts:11",{"_index":2772,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:15",{"_index":2770,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:22",{"_index":1620,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:30",{"_index":2773,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:8",{"_index":1619,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggledisplay",{"_index":830,"title":{},"body":{"components/AuthComponent.html":{}}}],["toggledisplay(element",{"_index":837,"title":{},"body":{"components/AuthComponent.html":{}}}],["togglepasswordvisibility",{"_index":2768,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tohex",{"_index":3244,"title":{},"body":{"injectables/TransactionService.html":{}}}],["toi",{"_index":1827,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toilet",{"_index":1997,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["token",{"_index":27,"title":{"interfaces/Token.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/HttpConfigInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"interfaces/Signature.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["token.address",{"_index":3046,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.decimals",{"_index":3058,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.balanceof(address).call",{"_index":3067,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.name().call",{"_index":3068,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.methods.symbol().call",{"_index":3069,"title":{},"body":{"injectables/TokenService.html":{}}}],["token.name",{"_index":3053,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.supply",{"_index":3056,"title":{},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token.symbol",{"_index":2593,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{}}}],["token?.address",{"_index":2965,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.name",{"_index":2963,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.owner",{"_index":2975,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.reserveratio",{"_index":2974,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.supply",{"_index":2973,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token?.symbol",{"_index":2964,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["tokenaddress",{"_index":3228,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tokenagent",{"_index":1640,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tokencontract",{"_index":3051,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.decimals().call",{"_index":3059,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.name().call",{"_index":3054,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.symbol().call",{"_index":3055,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokencontract.methods.totalsupply().call",{"_index":3057,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokendetailscomponent",{"_index":349,"title":{"components/TokenDetailsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tokenname",{"_index":3123,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["tokenratio",{"_index":460,"title":{},"body":{"components/AccountsComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokenratiopipe",{"_index":2908,"title":{"pipes/TokenRatioPipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"overview.html":{}}}],["tokenregistry",{"_index":2982,"title":{"classes/TokenRegistry.html":{}},"body":{"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"coverage.html":{}}}],["tokenresponse",{"_index":1027,"title":{},"body":{"injectables/AuthService.html":{}}}],["tokens",{"_index":1198,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tokens'},{'name",{"_index":351,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokens.component.html",{"_index":3077,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.component.scss",{"_index":3076,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.find((token",{"_index":2592,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["tokenscomponent",{"_index":350,"title":{"components/TokensComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["tokenservice",{"_index":3009,"title":{"injectables/TokenService.html":{}},"body":{"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["tokenservicestub",{"_index":3070,"title":{"classes/TokenServiceStub.html":{}},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["tokenslist",{"_index":3011,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensmodule",{"_index":3099,"title":{"modules/TokensModule.html":{}},"body":{"modules/TokensModule.html":{},"modules.html":{},"overview.html":{}}}],["tokensroutingmodule",{"_index":3103,"title":{"modules/TokensRoutingModule.html":{}},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["tokenssubject",{"_index":3012,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject",{"_index":3060,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject.asobservable",{"_index":3064,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensubject.next(queriedtoken",{"_index":3063,"title":{},"body":{"injectables/TokenService.html":{}}}],["tokensymbol",{"_index":3124,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tom",{"_index":1642,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["tomato",{"_index":2206,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tomatoes",{"_index":2207,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tools",{"_index":3937,"title":{},"body":{"license.html":{}}}],["topbar",{"_index":1423,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{}}}],["topbar'},{'name",{"_index":353,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["topbar.component.html",{"_index":3116,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbar.component.scss",{"_index":3115,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbarcomponent",{"_index":352,"title":{"components/TopbarComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"modules/SharedModule.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"overview.html":{}}}],["topbarstubcomponent",{"_index":354,"title":{"components/TopbarStubComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["total",{"_index":163,"title":{},"body":{"classes/AccountIndex.html":{},"interfaces/Token.html":{},"classes/TokenRegistry.html":{}}}],["totalaccounts",{"_index":109,"title":{},"body":{"classes/AccountIndex.html":{}}}],["totaltokens",{"_index":2986,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["tour",{"_index":2426,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tout",{"_index":2115,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tovalue",{"_index":1187,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tovalue(value",{"_index":3317,"title":{},"body":{"injectables/TransactionService.html":{}}}],["town",{"_index":1835,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trace",{"_index":1452,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["trace|debug|info|log|warn|error|fatal|off",{"_index":1578,"title":{},"body":{"injectables/LoggingService.html":{}}}],["tracks",{"_index":1276,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["trade",{"_index":2140,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["trademark",{"_index":4192,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":4193,"title":{},"body":{"license.html":{}}}],["trader",{"_index":1188,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["traderbloxberglink",{"_index":3125,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["trading",{"_index":2968,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["trainer",{"_index":1959,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["transacted",{"_index":1199,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["transaction",{"_index":356,"title":{"interfaces/Transaction.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"interfaces/W3.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["transaction.destinationtoken.address",{"_index":3195,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.name",{"_index":3196,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.symbol",{"_index":3197,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.from",{"_index":3176,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["transaction.fromvalue",{"_index":3193,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.recipient",{"_index":3265,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.recipient?.vcard.fn[0].value",{"_index":3177,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sender",{"_index":3261,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.sender?.vcard.fn[0].value",{"_index":3175,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.address",{"_index":3190,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.name",{"_index":3191,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.symbol",{"_index":3192,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.to",{"_index":3178,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["transaction.token._address",{"_index":3180,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tovalue",{"_index":3198,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.trader",{"_index":3189,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.block",{"_index":3181,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.success",{"_index":3184,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.timestamp",{"_index":3185,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.txhash",{"_index":3183,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction.tx.txindex",{"_index":3182,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.type",{"_index":3257,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["transaction.value",{"_index":3179,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction?.recipient?.vcard.fn[0].value",{"_index":3392,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.sender?.vcard.fn[0].value",{"_index":3391,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tovalue",{"_index":3394,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tx.timestamp",{"_index":3395,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.type",{"_index":3396,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.value",{"_index":3393,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondatasource",{"_index":3350,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondetailscomponent",{"_index":355,"title":{"components/TransactionDetailsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{},"overview.html":{}}}],["transactiondisplayedcolumns",{"_index":3351,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionhelper",{"_index":1118,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionhelper(settings.w3.engine",{"_index":1133,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionlist",{"_index":3200,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactions",{"_index":358,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["transactions.component.html",{"_index":3349,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactions.component.scss",{"_index":3348,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionscomponent",{"_index":357,"title":{"components/TransactionsComponent.html":{}},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"coverage.html":{},"overview.html":{}}}],["transactionservice",{"_index":683,"title":{"injectables/TransactionService.html":{}},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["transactionservicestub",{"_index":3339,"title":{"classes/TransactionServiceStub.html":{}},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["transactionsinfo",{"_index":1098,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.filter_rounds",{"_index":1182,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.high",{"_index":1181,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.low",{"_index":1180,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsmodule",{"_index":474,"title":{"modules/TransactionsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionsroutingmodule",{"_index":3401,"title":{"modules/TransactionsRoutingModule.html":{}},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionssubject",{"_index":3201,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactionstype",{"_index":3352,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionstypes",{"_index":3353,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontype",{"_index":3390,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontypes",{"_index":2507,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["transfer",{"_index":2642,"title":{},"body":{"components/OrganizationComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["transferauthaddress",{"_index":3291,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferauthorization",{"_index":3293,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferred",{"_index":4142,"title":{},"body":{"license.html":{}}}],["transferrequest",{"_index":3209,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferrequest(tokenaddress",{"_index":3224,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferring",{"_index":4256,"title":{},"body":{"license.html":{}}}],["transfers",{"_index":3389,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transform",{"_index":2835,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"pipes/UnixDatePipe.html":{}}}],["transform(timestamp",{"_index":3409,"title":{},"body":{"pipes/UnixDatePipe.html":{}}}],["transform(url",{"_index":2836,"title":{},"body":{"pipes/SafePipe.html":{}}}],["transform(value",{"_index":2978,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["transition",{"_index":615,"title":{},"body":{"components/AdminComponent.html":{}}}],["transition('expanded",{"_index":629,"title":{},"body":{"components/AdminComponent.html":{}}}],["transmission",{"_index":4099,"title":{},"body":{"license.html":{}}}],["transport",{"_index":2415,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["transpoter",{"_index":2442,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trash",{"_index":2010,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trasportion",{"_index":2437,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["travel",{"_index":2427,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["traverse",{"_index":902,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["treated",{"_index":4165,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":3997,"title":{},"body":{"license.html":{}}}],["tree",{"_index":207,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/variables.html":{}}}],["trigger",{"_index":616,"title":{},"body":{"components/AdminComponent.html":{}}}],["trigger('detailexpand",{"_index":620,"title":{},"body":{"components/AdminComponent.html":{}}}],["triggered",{"_index":2686,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["true",{"_index":138,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["trusted",{"_index":720,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{}}}],["trusteddeclaratoraddress",{"_index":4493,"title":{},"body":{"miscellaneous/variables.html":{}}}],["trustedusers",{"_index":927,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["trusteduserslist",{"_index":928,"title":{},"body":{"injectables/AuthService.html":{}}}],["trusteduserssubject",{"_index":929,"title":{},"body":{"injectables/AuthService.html":{}}}],["try",{"_index":422,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["ts",{"_index":2778,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tslib",{"_index":3558,"title":{},"body":{"dependencies.html":{}}}],["tslint",{"_index":3685,"title":{},"body":{"index.html":{}}}],["tslint.json",{"_index":3690,"title":{},"body":{"index.html":{}}}],["tslint:disable",{"_index":1141,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["tsta",{"_index":2500,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstb",{"_index":2496,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstc",{"_index":2504,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tudor",{"_index":1846,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuition",{"_index":1953,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuktuk",{"_index":2432,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tution",{"_index":1952,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tv",{"_index":2116,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["two",{"_index":3772,"title":{},"body":{"license.html":{}}}],["tx",{"_index":1104,"title":{"interfaces/Tx.html":{}},"body":{"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"modules/PagesRoutingModule.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["tx(environment.bloxbergchainid",{"_index":3306,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.data",{"_index":3318,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gaslimit",{"_index":3312,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gasprice",{"_index":3309,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.message",{"_index":3320,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.nonce",{"_index":3307,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.setsignature(r",{"_index":3332,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.to",{"_index":3314,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.tx.txhash",{"_index":3279,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.value",{"_index":3316,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txhash",{"_index":1205,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txhelper",{"_index":2845,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["txindex",{"_index":1206,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txmsg",{"_index":3319,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txtoken",{"_index":1189,"title":{"interfaces/TxToken.html":{}},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["txwire",{"_index":3333,"title":{},"body":{"injectables/TransactionService.html":{}}}],["typ",{"_index":53,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["type",{"_index":21,"title":{},"body":{"interfaces/AccountDetails.html":{},"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"interfaces/Action.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"injectables/KeystoreService.html":{},"injectables/LocationService.html":{},"interceptors/LoggingInterceptor.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"guards/RoleGuard.html":{},"directives/RouterLinkDirectiveStub.html":{},"pipes/SafePipe.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"pipes/UnixDatePipe.html":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["typed",{"_index":1370,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["typeerror",{"_index":1486,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["types",{"_index":1441,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["typescript",{"_index":133,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["typical",{"_index":4123,"title":{},"body":{"license.html":{}}}],["uchumi",{"_index":1803,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuuzi",{"_index":2294,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuzi",{"_index":2293,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ug",{"_index":2659,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugali",{"_index":2292,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uganda",{"_index":2660,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugoro",{"_index":2283,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uint256",{"_index":3303,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uint8array",{"_index":1112,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blockfilterbinstr.length",{"_index":1168,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blocktxfilterbinstr.length",{"_index":1176,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["ujenzi",{"_index":2142,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uji",{"_index":2291,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukulima",{"_index":2022,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukunda",{"_index":1765,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umena",{"_index":2216,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umoja",{"_index":1805,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unacceptable",{"_index":3805,"title":{},"body":{"license.html":{}}}],["unapproved",{"_index":642,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["unauthorized",{"_index":1401,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["undefined",{"_index":300,"title":{},"body":{"components/AccountSearchComponent.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["under",{"_index":3847,"title":{},"body":{"license.html":{}}}],["unga",{"_index":2274,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uniform",{"_index":2402,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unique",{"_index":1207,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["unit",{"_index":3664,"title":{},"body":{"index.html":{}}}],["united",{"_index":2653,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["university",{"_index":1927,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unixdate",{"_index":458,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"pipes/UnixDatePipe.html":{}}}],["unixdatepipe",{"_index":2909,"title":{"pipes/UnixDatePipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/UnixDatePipe.html":{},"coverage.html":{},"overview.html":{}}}],["unknown",{"_index":1909,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/UnixDatePipe.html":{},"miscellaneous/variables.html":{}}}],["unless",{"_index":4131,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":3960,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":3864,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":3984,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":4161,"title":{},"body":{"license.html":{}}}],["unsuccessful",{"_index":1390,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["until",{"_index":4222,"title":{},"body":{"license.html":{}}}],["updates",{"_index":4151,"title":{},"body":{"license.html":{}}}],["updatesyncable",{"_index":3503,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["updatesyncable(changes",{"_index":3616,"title":{},"body":{"miscellaneous/functions.html":{}}}],["uploaded",{"_index":894,"title":{},"body":{"guards/AuthGuard.html":{}}}],["uppercase",{"_index":453,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["urban",{"_index":1911,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":886,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{},"components/PagesComponent.html":{},"guards/RoleGuard.html":{},"pipes/SafePipe.html":{}}}],["url.endswith('/accounttypes",{"_index":2529,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/actions",{"_index":2530,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/areanames",{"_index":2535,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/areatypes",{"_index":2537,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/categories",{"_index":2539,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/genders",{"_index":2542,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/tokens",{"_index":2543,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.endswith('/transactiontypes",{"_index":2547,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/actions\\/\\d",{"_index":2532,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/areanames\\/\\w",{"_index":2536,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/areatypes\\/\\w",{"_index":2538,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/categories\\/\\w",{"_index":2540,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.match(/\\/tokens\\/\\w",{"_index":2545,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["url.split",{"_index":2600,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urlparts",{"_index":2599,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urlparts[urlparts.length",{"_index":2605,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["urltree",{"_index":904,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["usafi",{"_index":2007,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["use",{"_index":556,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"injectables/AuthService.html":{},"index.html":{},"license.html":{}}}],["useclass",{"_index":807,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["used",{"_index":57,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["useful",{"_index":4429,"title":{},"body":{"license.html":{}}}],["usehash",{"_index":820,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["user",{"_index":25,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["user's",{"_index":31,"title":{},"body":{"interfaces/AccountDetails.html":{},"guards/AuthGuard.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["user.email",{"_index":2890,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.name",{"_index":2889,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.tokey(conversion.trader",{"_index":3274,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.from",{"_index":3259,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.to",{"_index":3264,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.userid",{"_index":1065,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["user?.balance",{"_index":459,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.date_registered",{"_index":457,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.location.area_name",{"_index":461,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.fn[0].value",{"_index":455,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.tel[0].value",{"_index":456,"title":{},"body":{"components/AccountsComponent.html":{}}}],["userid",{"_index":2870,"title":{},"body":{"components/SettingsComponent.html":{},"interfaces/Staff.html":{}}}],["userinfo",{"_index":2862,"title":{},"body":{"components/SettingsComponent.html":{},"injectables/TransactionService.html":{}}}],["userinfo?.email",{"_index":2888,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userinfo?.name",{"_index":2887,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userinfo?.userid",{"_index":2885,"title":{},"body":{"components/SettingsComponent.html":{}}}],["userkey",{"_index":3454,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["username",{"_index":2886,"title":{},"body":{"components/SettingsComponent.html":{}}}],["users",{"_index":2878,"title":{},"body":{"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{}}}],["userservice",{"_index":243,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["userservicestub",{"_index":3414,"title":{"classes/UserServiceStub.html":{}},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["uses",{"_index":4126,"title":{},"body":{"license.html":{}}}],["using",{"_index":2697,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{},"license.html":{}}}],["ustadh",{"_index":1976,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ustadhi",{"_index":1977,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utencils",{"_index":2405,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utensils",{"_index":2406,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utils",{"_index":3240,"title":{},"body":{"injectables/TransactionService.html":{}}}],["utils.abicoder",{"_index":3301,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uto",{"_index":2389,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uvuvi",{"_index":2082,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uyoma",{"_index":1884,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["v",{"_index":1170,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["v[i",{"_index":1171,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["valid",{"_index":98,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["validated",{"_index":149,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"miscellaneous/functions.html":{}}}],["validates",{"_index":3611,"title":{},"body":{"miscellaneous/functions.html":{}}}],["validation",{"_index":1277,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["validation.ts",{"_index":3499,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["validationerrors",{"_index":1303,"title":{},"body":{"classes/CustomValidator.html":{}}}],["validator",{"_index":3545,"title":{},"body":{"dependencies.html":{}}}],["validators",{"_index":271,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["validators.required",{"_index":282,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["value",{"_index":48,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/Conversion.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"injectables/ErrorDialogService.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"directives/PasswordToggleDirective.html":{},"injectables/RegistryService.html":{},"directives/RouterLinkDirectiveStub.html":{},"classes/Settings.html":{},"components/SettingsComponent.html":{},"interfaces/Signature.html":{},"pipes/TokenRatioPipe.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["value.trim().tolocalelowercase",{"_index":444,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["values",{"_index":579,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"miscellaneous/functions.html":{}}}],["var",{"_index":317,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/ErrorDialogComponent.html":{},"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"components/SidebarStubComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["variable",{"_index":3478,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":3671,"title":{"miscellaneous/variables.html":{}},"body":{"index.html":{},"miscellaneous/variables.html":{}}}],["vcard",{"_index":22,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["vcard.parse(atob(accountinfo.vcard",{"_index":3289,"title":{},"body":{"injectables/TransactionService.html":{}}}],["vcardvalidation",{"_index":3501,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["vcardvalidation(vcard",{"_index":3615,"title":{},"body":{"miscellaneous/functions.html":{}}}],["vegetable",{"_index":2270,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vendor",{"_index":1639,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["verbatim",{"_index":3715,"title":{},"body":{"license.html":{}}}],["verification",{"_index":2688,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verify",{"_index":2674,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verify(digest",{"_index":2698,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["verifying",{"_index":2666,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["version",{"_index":54,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["versions",{"_index":3729,"title":{},"body":{"license.html":{}}}],["vet",{"_index":2337,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["veterinary",{"_index":2336,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["via",{"_index":3601,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["viatu",{"_index":2135,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viazi",{"_index":2295,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vidziweni",{"_index":1763,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["view",{"_index":1607,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"components/TransactionDetailsComponent.html":{},"index.html":{},"license.html":{}}}],["view_in_ar",{"_index":312,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["viewaccount",{"_index":384,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewaccount(account",{"_index":394,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewchild",{"_index":414,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matpaginator",{"_index":410,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matsort",{"_index":413,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewrecipient",{"_index":3128,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["views",{"_index":885,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["viewsender",{"_index":3129,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtoken",{"_index":3079,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtoken(token",{"_index":3085,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtrader",{"_index":3130,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtransaction",{"_index":3356,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["viewtransaction(transaction",{"_index":3364,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["vigungani",{"_index":1762,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vijana",{"_index":1960,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikapu",{"_index":2401,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikinduni",{"_index":1750,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikolani",{"_index":1751,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["village",{"_index":1989,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vinyunduni",{"_index":1764,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viogato",{"_index":1753,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["violates",{"_index":4157,"title":{},"body":{"license.html":{}}}],["violation",{"_index":4218,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":625,"title":{},"body":{"components/AdminComponent.html":{},"directives/PasswordToggleDirective.html":{}}}],["visible",{"_index":628,"title":{},"body":{"components/AdminComponent.html":{},"license.html":{}}}],["vistangani",{"_index":1755,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitabu",{"_index":1968,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitangani",{"_index":1752,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitenge",{"_index":2404,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitungu",{"_index":2248,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vivian",{"_index":1651,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["void",{"_index":249,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"classes/ActivatedRouteStub.html":{},"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"components/FooterComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"injectables/LoggingService.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"components/NetworkStatusComponent.html":{},"components/OrganizationComponent.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/SettingsComponent.html":{},"components/SidebarComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["volume",{"_index":4050,"title":{},"body":{"license.html":{}}}],["volunteer",{"_index":1940,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vsla",{"_index":2344,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyogato",{"_index":1754,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyombo",{"_index":2414,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["w",{"_index":1159,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["w.onmessage",{"_index":1161,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w.postmessage",{"_index":1162,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w3",{"_index":2846,"title":{"interfaces/W3.html":{}},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["w3_provider",{"_index":1152,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["waiter",{"_index":2133,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waitress",{"_index":2134,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waive",{"_index":4005,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":4409,"title":{},"body":{"license.html":{}}}],["wakulima",{"_index":2023,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["want",{"_index":3746,"title":{},"body":{"license.html":{}}}],["ward",{"_index":1990,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["warning",{"_index":1448,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warnings",{"_index":1461,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warranties",{"_index":3897,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":3783,"title":{},"body":{"license.html":{}}}],["wash",{"_index":2039,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["washing",{"_index":2127,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waste",{"_index":2001,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchlady",{"_index":2143,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchman",{"_index":2132,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["water",{"_index":2308,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["way",{"_index":3736,"title":{},"body":{"license.html":{}}}],["ways",{"_index":4061,"title":{},"body":{"license.html":{}}}],["web",{"_index":3622,"title":{},"body":{"index.html":{}}}],["web3",{"_index":165,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"injectables/Web3Service.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["web3(environment.web3provider",{"_index":3473,"title":{},"body":{"injectables/Web3Service.html":{}}}],["web3.eth.abi.encodeparameter('bytes32",{"_index":3005,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3.eth.accounts[0",{"_index":186,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.eth.contract(abi",{"_index":184,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.utils.tohex(identifier",{"_index":3006,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3provider",{"_index":4486,"title":{},"body":{"miscellaneous/variables.html":{}}}],["web3service",{"_index":168,"title":{"injectables/Web3Service.html":{}},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"injectables/Web3Service.html":{},"coverage.html":{}}}],["web3service.getinstance",{"_index":178,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["web3service.web3",{"_index":3472,"title":{},"body":{"injectables/Web3Service.html":{}}}],["weight",{"_index":2487,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["welcome",{"_index":4439,"title":{},"body":{"license.html":{}}}],["welder",{"_index":2129,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["welding",{"_index":2130,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["well",{"_index":3881,"title":{},"body":{"license.html":{}}}],["went",{"_index":1394,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["west",{"_index":1769,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whatever",{"_index":4260,"title":{},"body":{"license.html":{}}}],["wheadsync",{"_index":1146,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.onmessage",{"_index":1149,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.postmessage",{"_index":1151,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["whether",{"_index":144,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"classes/CustomErrorStateMatcher.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["whole",{"_index":3916,"title":{},"body":{"license.html":{}}}],["wholesaler",{"_index":2397,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whose",{"_index":4106,"title":{},"body":{"license.html":{}}}],["widely",{"_index":3912,"title":{},"body":{"license.html":{}}}],["width",{"_index":658,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/ErrorDialogService.html":{},"directives/MenuSelectionDirective.html":{}}}],["window",{"_index":3927,"title":{},"body":{"license.html":{}}}],["window.atob(transactionsinfo.block_filter",{"_index":1166,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.atob(transactionsinfo.blocktx_filter",{"_index":1174,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newevent(transaction",{"_index":1135,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.getcomputedstyle(element).display",{"_index":867,"title":{},"body":{"components/AuthComponent.html":{}}}],["window.location.reload",{"_index":735,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["window.matchmedia('(max",{"_index":699,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["window.prompt('password",{"_index":2715,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["window:cic_convert",{"_index":679,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_convert(event",{"_index":689,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_transfer",{"_index":680,"title":{},"body":{"components/AppComponent.html":{}}}],["window:cic_transfer(event",{"_index":692,"title":{},"body":{"components/AppComponent.html":{}}}],["wine",{"_index":2298,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wipo",{"_index":3996,"title":{},"body":{"license.html":{}}}],["wish",{"_index":3744,"title":{},"body":{"license.html":{}}}],["within",{"_index":4203,"title":{},"body":{"license.html":{}}}],["without",{"_index":3867,"title":{},"body":{"license.html":{}}}],["wood",{"_index":2462,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["work",{"_index":2148,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["work's",{"_index":3936,"title":{},"body":{"license.html":{}}}],["worker",{"_index":709,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["worker('./../assets/js/block",{"_index":1147,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["worker.js",{"_index":803,"title":{},"body":{"modules/AppModule.html":{}}}],["working",{"_index":2131,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["works",{"_index":3662,"title":{},"body":{"index.html":{},"license.html":{}}}],["world",{"_index":3345,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["world!'",{"_index":3582,"title":{},"body":{"miscellaneous/functions.html":{}}}],["worldwide",{"_index":4290,"title":{},"body":{"license.html":{}}}],["wote",{"_index":1904,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wrap",{"_index":2512,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["wrapper",{"_index":1603,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["write",{"_index":69,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["writing",{"_index":4372,"title":{},"body":{"license.html":{}}}],["written",{"_index":4070,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":1395,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["ws.dev.grassrootseconomics.net",{"_index":4488,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wss://bloxberg",{"_index":4487,"title":{},"body":{"miscellaneous/variables.html":{}}}],["x",{"_index":999,"title":{},"body":{"injectables/AuthService.html":{}}}],["yapha",{"_index":1756,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yava",{"_index":1757,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["years",{"_index":4072,"title":{},"body":{"license.html":{}}}],["yes",{"_index":121,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/TokenRegistry.html":{}}}],["yoga",{"_index":2136,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yoghurt",{"_index":2296,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yogurt",{"_index":2297,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yourself",{"_index":4308,"title":{},"body":{"license.html":{}}}],["youth",{"_index":1961,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yowani",{"_index":1758,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ziwani",{"_index":1759,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["zone.js",{"_index":3562,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":475,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/AuthModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"interfaces/AccountDetails.html":{"url":"interfaces/AccountDetails.html","title":"interface - AccountDetails","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AccountDetails\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Account data interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n age\n \n \n Optional\n balance\n \n \n Optional\n category\n \n \n date_registered\n \n \n gender\n \n \n identities\n \n \n location\n \n \n products\n \n \n Optional\n type\n \n \n vcard\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n age\n \n \n \n \n age: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Age of user \n\n \n \n \n \n \n \n \n \n \n balance\n \n \n \n \n balance: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token balance on account \n\n \n \n \n \n \n \n \n \n \n category\n \n \n \n \n category: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Business category of user. \n\n \n \n \n \n \n \n \n \n \n date_registered\n \n \n \n \n date_registered: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Account registration day \n\n \n \n \n \n \n \n \n \n \n gender\n \n \n \n \n gender: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User's gender \n\n \n \n \n \n \n \n \n \n \n identities\n \n \n \n \n identities: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n Account identifiers \n\n \n \n \n \n \n \n \n \n \n location\n \n \n \n \n location: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n User's location \n\n \n \n \n \n \n \n \n \n \n products\n \n \n \n \n products: string[]\n\n \n \n\n\n \n \n Type : string[]\n\n \n \n\n\n\n\n\n \n \n Products or services provided by user. \n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n type: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Type of account \n\n \n \n \n \n \n \n \n \n \n vcard\n \n \n \n \n vcard: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n\n\n\n\n \n \n Personal identifying information of user \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AccountIndex.html":{"url":"classes/AccountIndex.html","title":"class - AccountIndex","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AccountIndex\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_eth/accountIndex.ts\n \n\n \n Description\n \n \n Provides an instance of the accounts registry contract.\nAllows querying of accounts that have been registered as valid accounts in the network.\n\n \n\n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contract\n \n \n contractAddress\n \n \n signerAddress\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n addToAccountRegistry\n \n \n Public\n Async\n haveAccount\n \n \n Public\n Async\n last\n \n \n Public\n Async\n totalAccounts\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(contractAddress: string, signerAddress?: string)\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:26\n \n \n\n \n \n Create a connection to the deployed account registry contract.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n contractAddress\n \n \n string\n \n \n \n No\n \n \n \n \nThe deployed account registry contract's address.\n\n\n \n \n \n signerAddress\n \n \n string\n \n \n \n Yes\n \n \n \n \nThe account address of the account that deployed the account registry contract.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n contract\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:22\n \n \n\n \n \n The instance of the account registry contract. \n\n \n \n\n \n \n \n \n \n \n \n \n \n contractAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:24\n \n \n\n \n \n The deployed account registry contract's address. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signerAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/accountIndex.ts:26\n \n \n\n \n \n The account address of the account that deployed the account registry contract. \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n Async\n addToAccountRegistry\n \n \n \n \n \n \n \n \n addToAccountRegistry(address: string)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:58\n \n \n\n\n \n \n Registers an account to the accounts registry.\nRequires availability of the signer address.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \nThe account address to be registered to the accounts registry contract.\n\n\n \n \n \n \n \n \n Example :\n \n Prints "true" for registration of '0xc0ffee254729296a45a3885639AC7E10F9d54979':\n```typescript\n\nconsole.log(await addToAccountRegistry('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n true - If registration is successful or account had already been registered.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n haveAccount\n \n \n \n \n \n \n \n \n haveAccount(address: string)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:79\n \n \n\n\n \n \n Checks whether a specific account address has been registered in the accounts registry.\nReturns \"true\" for available and \"false\" otherwise.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \nThe account address to be validated.\n\n\n \n \n \n \n \n \n Example :\n \n Prints "true" or "false" depending on whether '0xc0ffee254729296a45a3885639AC7E10F9d54979' has been registered:\n```typescript\n\nconsole.log(await haveAccount('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n true - If the address has been registered in the accounts registry.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n last\n \n \n \n \n \n \n \n \n last(numberOfAccounts: number)\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:96\n \n \n\n\n \n \n Returns a specified number of the most recently registered accounts.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n numberOfAccounts\n \n number\n \n\n \n No\n \n\n\n \n \nThe number of accounts to return from the accounts registry.\n\n\n \n \n \n \n \n \n Example :\n \n Prints an array of accounts:\n```typescript\n\nconsole.log(await last(5));\n```\n\n \n \n \n Returns : Promise>\n\n \n \n An array of registered account addresses.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n totalAccounts\n \n \n \n \n \n \n \n \n totalAccounts()\n \n \n\n\n \n \n Defined in src/app/_eth/accountIndex.ts:122\n \n \n\n\n \n \n Returns the total number of accounts that have been registered in the network.\n\n\n \n Example :\n \n Prints the total number of registered accounts:\n```typescript\n\nconsole.log(await totalAccounts());\n```\n\n \n \n \n Returns : Promise\n\n \n \n The total number of registered accounts.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import Web3 from 'web3';\n\n// Application imports\nimport { Web3Service } from '@app/_services/web3.service';\nimport { environment } from '@src/environments/environment';\n\n/** Fetch the account registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/AccountsIndex.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = Web3Service.getInstance();\n\n/**\n * Provides an instance of the accounts registry contract.\n * Allows querying of accounts that have been registered as valid accounts in the network.\n *\n * @remarks\n * This is our interface to the accounts registry contract.\n */\nexport class AccountIndex {\n /** The instance of the account registry contract. */\n contract: any;\n /** The deployed account registry contract's address. */\n contractAddress: string;\n /** The account address of the account that deployed the account registry contract. */\n signerAddress: string;\n\n /**\n * Create a connection to the deployed account registry contract.\n *\n * @param contractAddress - The deployed account registry contract's address.\n * @param signerAddress - The account address of the account that deployed the account registry contract.\n */\n constructor(contractAddress: string, signerAddress?: string) {\n this.contractAddress = contractAddress;\n this.contract = new web3.eth.Contract(abi, this.contractAddress);\n if (signerAddress) {\n this.signerAddress = signerAddress;\n } else {\n this.signerAddress = web3.eth.accounts[0];\n }\n }\n\n /**\n * Registers an account to the accounts registry.\n * Requires availability of the signer address.\n *\n * @async\n * @example\n * Prints \"true\" for registration of '0xc0ffee254729296a45a3885639AC7E10F9d54979':\n * ```typescript\n * console.log(await addToAccountRegistry('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n * ```\n *\n * @param address - The account address to be registered to the accounts registry contract.\n * @returns true - If registration is successful or account had already been registered.\n */\n public async addToAccountRegistry(address: string): Promise {\n if (!(await this.haveAccount(address))) {\n return await this.contract.methods.add(address).send({ from: this.signerAddress });\n }\n return true;\n }\n\n /**\n * Checks whether a specific account address has been registered in the accounts registry.\n * Returns \"true\" for available and \"false\" otherwise.\n *\n * @async\n * @example\n * Prints \"true\" or \"false\" depending on whether '0xc0ffee254729296a45a3885639AC7E10F9d54979' has been registered:\n * ```typescript\n * console.log(await haveAccount('0xc0ffee254729296a45a3885639AC7E10F9d54979'));\n * ```\n *\n * @param address - The account address to be validated.\n * @returns true - If the address has been registered in the accounts registry.\n */\n public async haveAccount(address: string): Promise {\n return (await this.contract.methods.have(address).call()) !== 0;\n }\n\n /**\n * Returns a specified number of the most recently registered accounts.\n *\n * @async\n * @example\n * Prints an array of accounts:\n * ```typescript\n * console.log(await last(5));\n * ```\n *\n * @param numberOfAccounts - The number of accounts to return from the accounts registry.\n * @returns An array of registered account addresses.\n */\n public async last(numberOfAccounts: number): Promise> {\n const count: number = await this.totalAccounts();\n let lowest: number = count - numberOfAccounts;\n if (lowest = [];\n for (let i = count - 1; i >= lowest; i--) {\n const account: string = await this.contract.methods.entry(i).call();\n accounts.push(account);\n }\n return accounts;\n }\n\n /**\n * Returns the total number of accounts that have been registered in the network.\n *\n * @async\n * @example\n * Prints the total number of registered accounts:\n * ```typescript\n * console.log(await totalAccounts());\n * ```\n *\n * @returns The total number of registered accounts.\n */\n public async totalAccounts(): Promise {\n return await this.contract.methods.entryCount().call();\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AccountSearchComponent.html":{"url":"components/AccountSearchComponent.html","title":"component - AccountSearchComponent","body":"\n \n\n\n\n\n\n Components\n AccountSearchComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/account-search/account-search.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-account-search\n \n\n \n styleUrls\n ./account-search.component.scss\n \n\n\n\n \n templateUrl\n ./account-search.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n addressSearchForm\n \n \n addressSearchLoading\n \n \n addressSearchSubmitted\n \n \n matcher\n \n \n nameSearchForm\n \n \n nameSearchLoading\n \n \n nameSearchSubmitted\n \n \n phoneSearchForm\n \n \n phoneSearchLoading\n \n \n phoneSearchSubmitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n Async\n onAddressSearch\n \n \n onNameSearch\n \n \n Async\n onPhoneSearch\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n nameSearchFormStub\n \n \n phoneSearchFormStub\n \n \n addressSearchFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder, userService: UserService, router: Router)\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:25\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:33\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onAddressSearch\n \n \n \n \n \n \n \n \n onAddressSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:86\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onNameSearch\n \n \n \n \n \n \n \nonNameSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:56\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onPhoneSearch\n \n \n \n \n \n \n \n \n onPhoneSearch()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:66\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n addressSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n addressSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n addressSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n nameSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchLoading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n phoneSearchSubmitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:20\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n nameSearchFormStub\n \n \n\n \n \n getnameSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:46\n \n \n\n \n \n \n \n \n \n \n phoneSearchFormStub\n \n \n\n \n \n getphoneSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:49\n \n \n\n \n \n \n \n \n \n \n addressSearchFormStub\n \n \n\n \n \n getaddressSearchFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/account-search/account-search.component.ts:52\n \n \n\n \n \n\n\n\n\n \n import { Component, OnInit, ChangeDetectionStrategy } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { UserService } from '@app/_services';\nimport { Router } from '@angular/router';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\nimport { environment } from '@src/environments/environment';\n\n@Component({\n selector: 'app-account-search',\n templateUrl: './account-search.component.html',\n styleUrls: ['./account-search.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AccountSearchComponent implements OnInit {\n nameSearchForm: FormGroup;\n nameSearchSubmitted: boolean = false;\n nameSearchLoading: boolean = false;\n phoneSearchForm: FormGroup;\n phoneSearchSubmitted: boolean = false;\n phoneSearchLoading: boolean = false;\n addressSearchForm: FormGroup;\n addressSearchSubmitted: boolean = false;\n addressSearchLoading: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(\n private formBuilder: FormBuilder,\n private userService: UserService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.nameSearchForm = this.formBuilder.group({\n name: ['', Validators.required],\n });\n this.phoneSearchForm = this.formBuilder.group({\n phoneNumber: ['', Validators.required],\n });\n this.addressSearchForm = this.formBuilder.group({\n address: ['', Validators.required],\n });\n }\n\n get nameSearchFormStub(): any {\n return this.nameSearchForm.controls;\n }\n get phoneSearchFormStub(): any {\n return this.phoneSearchForm.controls;\n }\n get addressSearchFormStub(): any {\n return this.addressSearchForm.controls;\n }\n\n onNameSearch(): void {\n this.nameSearchSubmitted = true;\n if (this.nameSearchForm.invalid) {\n return;\n }\n this.nameSearchLoading = true;\n this.userService.searchAccountByName(this.nameSearchFormStub.name.value);\n this.nameSearchLoading = false;\n }\n\n async onPhoneSearch(): Promise {\n this.phoneSearchSubmitted = true;\n if (this.phoneSearchForm.invalid) {\n return;\n }\n this.phoneSearchLoading = true;\n (\n await this.userService.getAccountByPhone(this.phoneSearchFormStub.phoneNumber.value, 100)\n ).subscribe(async (res) => {\n if (res !== undefined) {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n } else {\n alert('Account not found!');\n }\n });\n this.phoneSearchLoading = false;\n }\n\n async onAddressSearch(): Promise {\n this.addressSearchSubmitted = true;\n if (this.addressSearchForm.invalid) {\n return;\n }\n this.addressSearchLoading = true;\n (\n await this.userService.getAccountByAddress(this.addressSearchFormStub.address.value, 100)\n ).subscribe(async (res) => {\n if (res !== undefined) {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n } else {\n alert('Account not found!');\n }\n });\n this.addressSearchLoading = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n Search\n \n \n \n Accounts \n \n \n \n \n \n Search \n \n Phone Number is required.\n phone\n Phone Number\n \n \n SEARCH\n \n \n \n \n \n \n Search \n \n Account Address is required.\n view_in_ar\n Account Address\n \n \n SEARCH\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./account-search.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Search Accounts Search Phone Number is required. phone Phone Number SEARCH Search Account Address is required. view_in_ar Account Address SEARCH '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AccountSearchComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AccountsComponent.html":{"url":"components/AccountsComponent.html","title":"component - AccountsComponent","body":"\n \n\n\n\n\n\n Components\n AccountsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/accounts.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-accounts\n \n\n \n styleUrls\n ./accounts.component.scss\n \n\n\n\n \n templateUrl\n ./accounts.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n accounts\n \n \n accountsType\n \n \n accountTypes\n \n \n dataSource\n \n \n defaultPageSize\n \n \n displayedColumns\n \n \n pageSizeOptions\n \n \n paginator\n \n \n sort\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n filterAccounts\n \n \n Async\n ngOnInit\n \n \n refreshPaginator\n \n \n Async\n viewAccount\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userService: UserService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:29\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:86\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n filterAccounts\n \n \n \n \n \n \n \nfilterAccounts()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:67\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:37\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n refreshPaginator\n \n \n \n \n \n \n \nrefreshPaginator()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:78\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewAccount\n \n \n \n \n \n \n \n \n viewAccount(account)\n \n \n\n\n \n \n Defined in src/app/pages/accounts/accounts.component.ts:61\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n account\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n accounts\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n accountsType\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'all'\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n defaultPageSize\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 10\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'phone', 'created', 'balance', 'location']\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n pageSizeOptions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [10, 20, 50, 100]\n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/accounts/accounts.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, UserService } from '@app/_services';\nimport { Router } from '@angular/router';\nimport { exportCsv } from '@app/_helpers';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\nimport { first } from 'rxjs/operators';\nimport { environment } from '@src/environments/environment';\nimport { AccountDetails } from '@app/_models';\n\n@Component({\n selector: 'app-accounts',\n templateUrl: './accounts.component.html',\n styleUrls: ['./accounts.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AccountsComponent implements OnInit {\n dataSource: MatTableDataSource;\n accounts: Array = [];\n displayedColumns: Array = ['name', 'phone', 'created', 'balance', 'location'];\n defaultPageSize: number = 10;\n pageSizeOptions: Array = [10, 20, 50, 100];\n accountsType: string = 'all';\n accountTypes: Array;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(\n private userService: UserService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n try {\n // TODO it feels like this should be in the onInit handler\n await this.userService.loadAccounts(100);\n } catch (error) {\n this.loggingService.sendErrorLevelMessage('Failed to load accounts', this, { error });\n }\n this.userService.accountsSubject.subscribe((accounts) => {\n this.dataSource = new MatTableDataSource(accounts);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.accounts = accounts;\n });\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n async viewAccount(account): Promise {\n await this.router.navigateByUrl(\n `/accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergChainId}`][0])}`\n );\n }\n\n filterAccounts(): void {\n if (this.accountsType === 'all') {\n this.userService.accountsSubject.subscribe((accounts) => {\n this.dataSource.data = accounts;\n this.accounts = accounts;\n });\n } else {\n this.dataSource.data = this.accounts.filter((account) => account.type === this.accountsType);\n }\n }\n\n refreshPaginator(): void {\n if (!this.dataSource.paginator) {\n this.dataSource.paginator = this.paginator;\n }\n\n this.paginator._changePageSize(this.paginator.pageSize);\n }\n\n downloadCsv(): void {\n exportCsv(this.accounts, 'accounts');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n \n \n \n Accounts \n \n \n \n ACCOUNT TYPE \n \n ALL\n \n {{ accountType | uppercase }}\n \n \n \n \n SEARCH\n \n \n EXPORT\n \n \n\n \n Filter \n \n search\n \n\n \n \n NAME \n {{ user?.vcard.fn[0].value }} \n \n\n \n PHONE NUMBER \n {{ user?.vcard.tel[0].value }} \n \n\n \n CREATED \n {{ user?.date_registered | unixDate }} \n \n\n \n BALANCE \n {{ user?.balance | tokenRatio }} \n \n\n \n LOCATION \n {{ user?.location.area_name }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./accounts.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Accounts ACCOUNT TYPE ALL {{ accountType | uppercase }} SEARCH EXPORT Filter search NAME {{ user?.vcard.fn[0].value }} PHONE NUMBER {{ user?.vcard.tel[0].value }} CREATED {{ user?.date_registered | unixDate }} BALANCE {{ user?.balance | tokenRatio }} LOCATION {{ user?.location.area_name }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AccountsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AccountsModule.html":{"url":"modules/AccountsModule.html","title":"module - AccountsModule","body":"\n \n\n\n\n\n Modules\n AccountsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AccountsModule\n\n\n\ncluster_AccountsModule_imports\n\n\n\ncluster_AccountsModule_declarations\n\n\n\n\nAccountDetailsComponent\n\nAccountDetailsComponent\n\n\n\nAccountsModule\n\nAccountsModule\n\nAccountsModule -->\n\nAccountDetailsComponent->AccountsModule\n\n\n\n\n\nAccountSearchComponent\n\nAccountSearchComponent\n\nAccountsModule -->\n\nAccountSearchComponent->AccountsModule\n\n\n\n\n\nAccountsComponent\n\nAccountsComponent\n\nAccountsModule -->\n\nAccountsComponent->AccountsModule\n\n\n\n\n\nCreateAccountComponent\n\nCreateAccountComponent\n\nAccountsModule -->\n\nCreateAccountComponent->AccountsModule\n\n\n\n\n\nAccountsRoutingModule\n\nAccountsRoutingModule\n\nAccountsModule -->\n\nAccountsRoutingModule->AccountsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAccountsModule -->\n\nSharedModule->AccountsModule\n\n\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nAccountsModule -->\n\nTransactionsModule->AccountsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/accounts/accounts.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AccountDetailsComponent\n \n \n AccountSearchComponent\n \n \n AccountsComponent\n \n \n CreateAccountComponent\n \n \n \n \n Imports\n \n \n AccountsRoutingModule\n \n \n SharedModule\n \n \n TransactionsModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AccountsRoutingModule } from '@pages/accounts/accounts-routing.module';\nimport { AccountsComponent } from '@pages/accounts/accounts.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { AccountDetailsComponent } from '@pages/accounts/account-details/account-details.component';\nimport { CreateAccountComponent } from '@pages/accounts/create-account/create-account.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSelectModule } from '@angular/material/select';\nimport { TransactionsModule } from '@pages/transactions/transactions.module';\nimport { MatTabsModule } from '@angular/material/tabs';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatProgressSpinnerModule } from '@angular/material/progress-spinner';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { AccountSearchComponent } from './account-search/account-search.component';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\n\n@NgModule({\n declarations: [\n AccountsComponent,\n AccountDetailsComponent,\n CreateAccountComponent,\n AccountSearchComponent,\n ],\n imports: [\n CommonModule,\n AccountsRoutingModule,\n SharedModule,\n MatTableModule,\n MatSortModule,\n MatCheckboxModule,\n MatPaginatorModule,\n MatInputModule,\n MatFormFieldModule,\n MatButtonModule,\n MatCardModule,\n MatIconModule,\n MatSelectModule,\n TransactionsModule,\n MatTabsModule,\n MatRippleModule,\n MatProgressSpinnerModule,\n ReactiveFormsModule,\n MatSnackBarModule,\n ],\n})\nexport class AccountsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AccountsRoutingModule.html":{"url":"modules/AccountsRoutingModule.html","title":"module - AccountsRoutingModule","body":"\n \n\n\n\n\n Modules\n AccountsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/accounts/accounts-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AccountsComponent } from '@pages/accounts/accounts.component';\nimport { CreateAccountComponent } from '@pages/accounts/create-account/create-account.component';\nimport { AccountDetailsComponent } from '@pages/accounts/account-details/account-details.component';\nimport { AccountSearchComponent } from '@pages/accounts/account-search/account-search.component';\n\nconst routes: Routes = [\n { path: '', component: AccountsComponent },\n { path: 'search', component: AccountSearchComponent },\n // { path: 'create', component: CreateAccountComponent },\n { path: ':id', component: AccountDetailsComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AccountsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Action.html":{"url":"interfaces/Action.html","title":"interface - Action","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Action\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Action object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n action\n \n \n approval\n \n \n id\n \n \n role\n \n \n user\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n action\n \n \n \n \n action: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Action performed \n\n \n \n \n \n \n \n \n \n \n approval\n \n \n \n \n approval: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Action approval status. \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Action ID \n\n \n \n \n \n \n \n \n \n \n role\n \n \n \n \n role: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Admin's role in the system \n\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n user: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Admin who initialized the action. \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/ActivatedRouteStub.html":{"url":"classes/ActivatedRouteStub.html","title":"class - ActivatedRouteStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n ActivatedRouteStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/activated-route-stub.ts\n \n\n \n Description\n \n \n An ActivateRoute test double with a paramMap observable.\nUse the setParamMap() method to add the next paramMap value.\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Readonly\n paramMap\n \n \n Private\n subject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n setParamMap\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(initialParams?: Params)\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n initialParams\n \n \n Params\n \n \n \n Yes\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Readonly\n paramMap\n \n \n \n \n \n \n Default value : this.subject.asObservable()\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:18\n \n \n\n \n \n The mock paramMap observable \n\n \n \n\n \n \n \n \n \n \n \n \n \n Private\n subject\n \n \n \n \n \n \n Default value : new ReplaySubject()\n \n \n \n \n Defined in src/testing/activated-route-stub.ts:11\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n setParamMap\n \n \n \n \n \n \n \nsetParamMap(params?: Params)\n \n \n\n\n \n \n Defined in src/testing/activated-route-stub.ts:21\n \n \n\n\n \n \n Set the paramMap observables's next value \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n params\n \n Params\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { convertToParamMap, ParamMap, Params } from '@angular/router';\nimport { ReplaySubject } from 'rxjs';\n\n/**\n * An ActivateRoute test double with a `paramMap` observable.\n * Use the `setParamMap()` method to add the next `paramMap` value.\n */\nexport class ActivatedRouteStub {\n // Use a ReplaySubject to share previous values with subscribers\n // and pump new values into the `paramMap` observable\n private subject = new ReplaySubject();\n\n constructor(initialParams?: Params) {\n this.setParamMap(initialParams);\n }\n\n /** The mock paramMap observable */\n readonly paramMap = this.subject.asObservable();\n\n /** Set the paramMap observables's next value */\n setParamMap(params?: Params): void {\n this.subject.next(convertToParamMap(params));\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AdminComponent.html":{"url":"components/AdminComponent.html","title":"component - AdminComponent","body":"\n \n\n\n\n\n\n Components\n AdminComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/admin/admin.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-admin\n \n\n \n styleUrls\n ./admin.component.scss\n \n\n\n\n \n templateUrl\n ./admin.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n action\n \n \n actions\n \n \n dataSource\n \n \n displayedColumns\n \n \n paginator\n \n \n sort\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n approvalStatus\n \n \n approveAction\n \n \n disapproveAction\n \n \n doFilter\n \n \n downloadCsv\n \n \n expandCollapse\n \n \n Async\n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(userService: UserService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:31\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n approvalStatus\n \n \n \n \n \n \n \napprovalStatus(status: boolean)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n status\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n approveAction\n \n \n \n \n \n \n \napproveAction(action: any)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:54\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n disapproveAction\n \n \n \n \n \n \n \ndisapproveAction(action: any)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n action\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:80\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n expandCollapse\n \n \n \n \n \n \n \nexpandCollapse(row)\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:76\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n row\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:35\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n action\n \n \n \n \n \n \n Type : Action\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['expand', 'user', 'role', 'action', 'status', 'approve']\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:31\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, UserService } from '@app/_services';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\nimport { first } from 'rxjs/operators';\nimport { exportCsv } from '@app/_helpers';\nimport { Action } from '../../_models';\n\n@Component({\n selector: 'app-admin',\n templateUrl: './admin.component.html',\n styleUrls: ['./admin.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('detailExpand', [\n state('collapsed', style({ height: '0px', minHeight: 0, visibility: 'hidden' })),\n state('expanded', style({ height: '*', visibility: 'visible' })),\n transition('expanded collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')),\n ]),\n ],\n})\nexport class AdminComponent implements OnInit {\n dataSource: MatTableDataSource;\n displayedColumns: Array = ['expand', 'user', 'role', 'action', 'status', 'approve'];\n action: Action;\n actions: Array;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private userService: UserService, private loggingService: LoggingService) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.userService.getActions();\n this.userService.actionsSubject.subscribe((actions) => {\n this.dataSource = new MatTableDataSource(actions);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.actions = actions;\n });\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n approvalStatus(status: boolean): string {\n return status ? 'Approved' : 'Unapproved';\n }\n\n approveAction(action: any): void {\n if (!confirm('Approve action?')) {\n return;\n }\n this.userService\n .approveAction(action.id)\n .pipe(first())\n .subscribe((res) => this.loggingService.sendInfoLevelMessage(res));\n this.userService.getActions();\n }\n\n disapproveAction(action: any): void {\n if (!confirm('Disapprove action?')) {\n return;\n }\n this.userService\n .revokeAction(action.id)\n .pipe(first())\n .subscribe((res) => this.loggingService.sendInfoLevelMessage(res));\n this.userService.getActions();\n }\n\n expandCollapse(row): void {\n row.isExpanded = !row.isExpanded;\n }\n\n downloadCsv(): void {\n exportCsv(this.actions, 'actions');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Admin\n \n \n \n \n \n Actions\n \n EXPORT\n \n \n \n \n \n Filter \n \n search\n \n\n \n \n \n Expand \n \n + \n - \n \n \n\n \n NAME \n {{ action.user }} \n \n\n \n ROLE \n {{ action.role }} \n \n\n \n ACTION \n {{ action.action }} \n \n\n \n STATUS \n \n \n {{ approvalStatus(action.approval) }}\n \n \n {{ approvalStatus(action.approval) }}\n \n \n \n\n \n APPROVE \n \n \n Approve\n \n \n Disapprove\n \n \n \n\n \n \n \n \n Staff Name: {{ action.user }}\n Role: {{ action.role }}\n Action Details: {{ action.action }}\n Approval Status: {{ action.approval }}\n \n \n \n\n \n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./admin.component.scss\n \n button {\n width: 6rem;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Admin Actions EXPORT Filter search Expand + - NAME {{ action.user }} ROLE {{ action.role }} ACTION {{ action.action }} STATUS {{ approvalStatus(action.approval) }} {{ approvalStatus(action.approval) }} APPROVE Approve Disapprove Staff Name: {{ action.user }} Role: {{ action.role }} Action Details: {{ action.action }} Approval Status: {{ action.approval }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AdminComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AdminModule.html":{"url":"modules/AdminModule.html","title":"module - AdminModule","body":"\n \n\n\n\n\n Modules\n AdminModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AdminModule\n\n\n\ncluster_AdminModule_imports\n\n\n\ncluster_AdminModule_declarations\n\n\n\n\nAdminComponent\n\nAdminComponent\n\n\n\nAdminModule\n\nAdminModule\n\nAdminModule -->\n\nAdminComponent->AdminModule\n\n\n\n\n\nAdminRoutingModule\n\nAdminRoutingModule\n\nAdminModule -->\n\nAdminRoutingModule->AdminModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAdminModule -->\n\nSharedModule->AdminModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/admin/admin.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AdminComponent\n \n \n \n \n Imports\n \n \n AdminRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AdminRoutingModule } from '@pages/admin/admin-routing.module';\nimport { AdminComponent } from '@pages/admin/admin.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatRippleModule } from '@angular/material/core';\n\n@NgModule({\n declarations: [AdminComponent],\n imports: [\n CommonModule,\n AdminRoutingModule,\n SharedModule,\n MatCardModule,\n MatFormFieldModule,\n MatInputModule,\n MatIconModule,\n MatTableModule,\n MatSortModule,\n MatPaginatorModule,\n MatButtonModule,\n MatRippleModule,\n ],\n})\nexport class AdminModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AdminRoutingModule.html":{"url":"modules/AdminRoutingModule.html","title":"module - AdminRoutingModule","body":"\n \n\n\n\n\n Modules\n AdminRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/admin/admin-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AdminComponent } from '@pages/admin/admin.component';\n\nconst routes: Routes = [{ path: '', component: AdminComponent }];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AdminRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/app.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-root\n \n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n mediaQuery\n \n \n readyState\n \n \n readyStateTarget\n \n \n title\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n onResize\n \n \n \n \n\n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n window:cic_convert\n \n \n window:cic_transfer\n \n \n \n \n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService, transactionService: TransactionService, loggingService: LoggingService, errorDialogService: ErrorDialogService, swUpdate: SwUpdate)\n \n \n \n \n Defined in src/app/app.component.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n swUpdate\n \n \n SwUpdate\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n \n HostListeners \n \n \n \n \n \n \n window:cic_convert\n \n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \nwindow:cic_convert(event: CustomEvent)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:88\n \n \n\n\n \n \n \n \n \n \n \n \n \n window:cic_transfer\n \n \n \n \n \n \n \n Arguments : '$event' \n \n \n \n \nwindow:cic_transfer(event: CustomEvent)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:82\n \n \n\n\n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:34\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onResize\n \n \n \n \n \n \n \nonResize(e)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:57\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n e\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n mediaQuery\n \n \n \n \n \n \n Type : MediaQueryList\n\n \n \n \n \n Default value : window.matchMedia('(max-width: 768px)')\n \n \n \n \n Defined in src/app/app.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyState\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/app.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyStateTarget\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n \n \n Defined in src/app/app.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'CICADA'\n \n \n \n \n Defined in src/app/app.component.ts:18\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, HostListener, OnInit } from '@angular/core';\nimport {\n AuthService,\n ErrorDialogService,\n LoggingService,\n TransactionService,\n} from '@app/_services';\nimport { catchError } from 'rxjs/operators';\nimport { SwUpdate } from '@angular/service-worker';\n\n@Component({\n selector: 'app-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AppComponent implements OnInit {\n title = 'CICADA';\n readyStateTarget: number = 3;\n readyState: number = 0;\n mediaQuery: MediaQueryList = window.matchMedia('(max-width: 768px)');\n\n constructor(\n private authService: AuthService,\n private transactionService: TransactionService,\n private loggingService: LoggingService,\n private errorDialogService: ErrorDialogService,\n private swUpdate: SwUpdate\n ) {\n this.mediaQuery.addEventListener('change', this.onResize);\n this.onResize(this.mediaQuery);\n }\n\n async ngOnInit(): Promise {\n await this.authService.init();\n await this.transactionService.init();\n try {\n const publicKeys = await this.authService.getPublicKeys();\n await this.authService.mutableKeyStore.importPublicKey(publicKeys);\n this.authService.getTrustedUsers();\n } catch (error) {\n this.errorDialogService.openDialog({\n message: 'Trusted keys endpoint cannot be reached. Please try again later.',\n });\n // TODO do something to halt user progress...show a sad cicada page 🦗?\n }\n if (!this.swUpdate.isEnabled) {\n this.swUpdate.available.subscribe(() => {\n if (confirm('New Version available. Load New Version?')) {\n window.location.reload();\n }\n });\n }\n }\n\n // Load resize\n onResize(e): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n const content: HTMLElement = document.getElementById('content');\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n if (sidebarCollapse?.classList.contains('active')) {\n sidebarCollapse?.classList.remove('active');\n }\n if (e.matches) {\n if (!sidebar?.classList.contains('active')) {\n sidebar?.classList.add('active');\n }\n if (!content?.classList.contains('active')) {\n content?.classList.add('active');\n }\n } else {\n if (sidebar?.classList.contains('active')) {\n sidebar?.classList.remove('active');\n }\n if (content?.classList.contains('active')) {\n content?.classList.remove('active');\n }\n }\n }\n\n @HostListener('window:cic_transfer', ['$event'])\n async cicTransfer(event: CustomEvent): Promise {\n const transaction: any = event.detail.tx;\n await this.transactionService.setTransaction(transaction, 100);\n }\n\n @HostListener('window:cic_convert', ['$event'])\n async cicConvert(event: CustomEvent): Promise {\n const conversion: any = event.detail.tx;\n await this.transactionService.setConversion(conversion, 100);\n }\n}\n\n \n\n \n \n\n \n\n \n \n ./app.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_providers\n\n\n\ncluster_AppModule_declarations\n\n\n\n\nAppComponent\n\nAppComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAppModule -->\n\nSharedModule->AppModule\n\n\n\n\n\nErrorInterceptor\n\nErrorInterceptor\n\nAppModule -->\n\nErrorInterceptor->AppModule\n\n\n\n\n\nGlobalErrorHandler\n\nGlobalErrorHandler\n\nAppModule -->\n\nGlobalErrorHandler->AppModule\n\n\n\n\n\nHttpConfigInterceptor\n\nHttpConfigInterceptor\n\nAppModule -->\n\nHttpConfigInterceptor->AppModule\n\n\n\n\n\nLoggingInterceptor\n\nLoggingInterceptor\n\nAppModule -->\n\nLoggingInterceptor->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AppComponent\n \n \n \n \n Providers\n \n \n ErrorInterceptor\n \n \n GlobalErrorHandler\n \n \n HttpConfigInterceptor\n \n \n LoggingInterceptor\n \n \n \n \n Imports\n \n \n AppRoutingModule\n \n \n SharedModule\n \n \n \n \n Bootstrap\n \n \n AppComponent\n \n \n \n \n \n\n\n \n\n\n \n import { BrowserModule } from '@angular/platform-browser';\nimport { ErrorHandler, NgModule } from '@angular/core';\n\nimport { AppRoutingModule } from '@app/app-routing.module';\nimport { AppComponent } from '@app/app.component';\nimport { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';\nimport { GlobalErrorHandler, MockBackendProvider } from '@app/_helpers';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { AuthGuard } from '@app/_guards';\nimport { LoggerModule } from 'ngx-logger';\nimport { environment } from '@src/environments/environment';\nimport { ErrorInterceptor, HttpConfigInterceptor, LoggingInterceptor } from '@app/_interceptors';\nimport { MutablePgpKeyStore } from '@app/_pgp';\nimport { ServiceWorkerModule } from '@angular/service-worker';\n\n@NgModule({\n declarations: [AppComponent],\n imports: [\n BrowserModule,\n AppRoutingModule,\n BrowserAnimationsModule,\n HttpClientModule,\n SharedModule,\n MatTableModule,\n LoggerModule.forRoot({\n level: environment.logLevel,\n serverLogLevel: environment.serverLogLevel,\n serverLoggingUrl: `${environment.loggingUrl}/api/logs/`,\n disableConsoleLogging: false,\n }),\n ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production }),\n ],\n providers: [\n AuthGuard,\n MutablePgpKeyStore,\n MockBackendProvider,\n GlobalErrorHandler,\n { provide: ErrorHandler, useClass: GlobalErrorHandler },\n { provide: HTTP_INTERCEPTORS, useClass: HttpConfigInterceptor, multi: true },\n { provide: HTTP_INTERCEPTORS, useClass: ErrorInterceptor, multi: true },\n { provide: HTTP_INTERCEPTORS, useClass: LoggingInterceptor, multi: true },\n ],\n bootstrap: [AppComponent],\n})\nexport class AppModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppRoutingModule.html":{"url":"modules/AppRoutingModule.html","title":"module - AppRoutingModule","body":"\n \n\n\n\n\n Modules\n AppRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule, PreloadAllModules } from '@angular/router';\nimport { AuthGuard } from '@app/_guards';\n\nconst routes: Routes = [\n { path: 'auth', loadChildren: () => \"import('@app/auth/auth.module').then((m) => m.AuthModule)\" },\n {\n path: '',\n loadChildren: () => \"import('@pages/pages.module').then((m) => m.PagesModule)\",\n canActivate: [AuthGuard],\n },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [\n RouterModule.forRoot(routes, {\n preloadingStrategy: PreloadAllModules,\n useHash: true,\n }),\n ],\n exports: [RouterModule],\n})\nexport class AppRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AreaName.html":{"url":"interfaces/AreaName.html","title":"interface - AreaName","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AreaName\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Area name object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n locations\n \n \n name\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n locations\n \n \n \n \n locations: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Locations that map to that area name. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of area \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/AreaType.html":{"url":"interfaces/AreaType.html","title":"interface - AreaType","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n AreaType\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Area type object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n area\n \n \n name\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n area\n \n \n \n \n area: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Areas that map to that area type. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Type of area \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AuthComponent.html":{"url":"components/AuthComponent.html","title":"component - AuthComponent","body":"\n \n\n\n\n\n\n Components\n AuthComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/auth/auth.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-auth\n \n\n \n styleUrls\n ./auth.component.scss\n \n\n\n\n \n templateUrl\n ./auth.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n keyForm\n \n \n loading\n \n \n matcher\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n login\n \n \n Async\n ngOnInit\n \n \n Async\n onSubmit\n \n \n switchWindows\n \n \n toggleDisplay\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n keyFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService, formBuilder: FormBuilder, router: Router, errorDialogService: ErrorDialogService)\n \n \n \n \n Defined in src/app/auth/auth.component.ts:19\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n login\n \n \n \n \n \n \n \n \n login()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:53\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:28\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n onSubmit\n \n \n \n \n \n \n \n \n onSubmit()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:41\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n switchWindows\n \n \n \n \n \n \n \nswitchWindows()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:66\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n toggleDisplay\n \n \n \n \n \n \n \ntoggleDisplay(element: any)\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n element\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n keyForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/auth/auth.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n loading\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/auth/auth.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/auth/auth.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/auth/auth.component.ts:17\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n keyFormStub\n \n \n\n \n \n getkeyFormStub()\n \n \n \n \n Defined in src/app/auth/auth.component.ts:37\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { AuthService } from '@app/_services';\nimport { ErrorDialogService } from '@app/_services/error-dialog.service';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { Router } from '@angular/router';\n\n@Component({\n selector: 'app-auth',\n templateUrl: './auth.component.html',\n styleUrls: ['./auth.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AuthComponent implements OnInit {\n keyForm: FormGroup;\n submitted: boolean = false;\n loading: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(\n private authService: AuthService,\n private formBuilder: FormBuilder,\n private router: Router,\n private errorDialogService: ErrorDialogService\n ) {}\n\n async ngOnInit(): Promise {\n this.keyForm = this.formBuilder.group({\n key: ['', Validators.required],\n });\n if (this.authService.getPrivateKey()) {\n this.authService.loginView();\n }\n }\n\n get keyFormStub(): any {\n return this.keyForm.controls;\n }\n\n async onSubmit(): Promise {\n this.submitted = true;\n\n if (this.keyForm.invalid) {\n return;\n }\n\n this.loading = true;\n await this.authService.setKey(this.keyFormStub.key.value);\n this.loading = false;\n }\n\n async login(): Promise {\n try {\n const loginResult = await this.authService.login();\n if (loginResult) {\n this.router.navigate(['/home']);\n }\n } catch (HttpError) {\n this.errorDialogService.openDialog({\n message: HttpError.message,\n });\n }\n }\n\n switchWindows(): void {\n const divOne: HTMLElement = document.getElementById('one');\n const divTwo: HTMLElement = document.getElementById('two');\n this.toggleDisplay(divOne);\n this.toggleDisplay(divTwo);\n }\n\n toggleDisplay(element: any): void {\n const style: string = window.getComputedStyle(element).display;\n if (style === 'block') {\n element.style.display = 'none';\n } else {\n element.style.display = 'block';\n }\n }\n}\n\n \n\n \n \n\n \n \n \n \n \n CICADA\n \n \n \n \n Add Private Key\n \n\n \n \n Private Key\n \n \n Private Key is required.\n \n \n\n \n \n Add Key\n \n \n \n \n \n \n \n Login\n \n \n\n \n \n \n Change private key?\n Enter private key\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./auth.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' CICADA Add Private Key Private Key Private Key is required. Add Key Login Change private key? Enter private key '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'AuthComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"guards/AuthGuard.html":{"url":"guards/AuthGuard.html","title":"guard - AuthGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n Guards\n AuthGuard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_guards/auth.guard.ts\n \n\n \n Description\n \n \n Auth guard implementation.\nDictates access to routes depending on the authentication status.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n canActivate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router)\n \n \n \n \n Defined in src/app/_guards/auth.guard.ts:21\n \n \n\n \n \n Instantiates the auth guard class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n canActivate\n \n \n \n \n \n \n \ncanActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)\n \n \n\n\n \n \n Defined in src/app/_guards/auth.guard.ts:38\n \n \n\n\n \n \n Returns whether navigation to a specific route is acceptable.\nChecks if the user has uploaded a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n route\n \n ActivatedRouteSnapshot\n \n\n \n No\n \n\n\n \n \nContains the information about a route associated with a component loaded in an outlet at a particular moment in time.\nActivatedRouteSnapshot can also be used to traverse the router state tree.\n\n\n \n \n \n state\n \n RouterStateSnapshot\n \n\n \n No\n \n\n\n \n \nRepresents the state of the router at a moment in time.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable | Promise | boolean | UrlTree\n\n \n \n true - If there is an active private key in the user's localStorage.\n\n \n \n \n \n \n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n ActivatedRouteSnapshot,\n CanActivate,\n Router,\n RouterStateSnapshot,\n UrlTree,\n} from '@angular/router';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/**\n * Auth guard implementation.\n * Dictates access to routes depending on the authentication status.\n */\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthGuard implements CanActivate {\n /**\n * Instantiates the auth guard class.\n *\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private router: Router) {}\n\n /**\n * Returns whether navigation to a specific route is acceptable.\n * Checks if the user has uploaded a private key.\n *\n * @param route - Contains the information about a route associated with a component loaded in an outlet at a particular moment in time.\n * ActivatedRouteSnapshot can also be used to traverse the router state tree.\n * @param state - Represents the state of the router at a moment in time.\n * @returns true - If there is an active private key in the user's localStorage.\n */\n canActivate(\n route: ActivatedRouteSnapshot,\n state: RouterStateSnapshot\n ): Observable | Promise | boolean | UrlTree {\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n return true;\n }\n this.router.navigate(['/auth']);\n return false;\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AuthModule.html":{"url":"modules/AuthModule.html","title":"module - AuthModule","body":"\n \n\n\n\n\n Modules\n AuthModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AuthModule\n\n\n\ncluster_AuthModule_imports\n\n\n\ncluster_AuthModule_declarations\n\n\n\n\nAuthComponent\n\nAuthComponent\n\n\n\nAuthModule\n\nAuthModule\n\nAuthModule -->\n\nAuthComponent->AuthModule\n\n\n\n\n\nPasswordToggleDirective\n\nPasswordToggleDirective\n\nAuthModule -->\n\nPasswordToggleDirective->AuthModule\n\n\n\n\n\nAuthRoutingModule\n\nAuthRoutingModule\n\nAuthModule -->\n\nAuthRoutingModule->AuthModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAuthModule -->\n\nSharedModule->AuthModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/auth/auth.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AuthComponent\n \n \n PasswordToggleDirective\n \n \n \n \n Imports\n \n \n AuthRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AuthRoutingModule } from '@app/auth/auth-routing.module';\nimport { AuthComponent } from '@app/auth/auth.component';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { PasswordToggleDirective } from '@app/auth/_directives/password-toggle.directive';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatRippleModule } from '@angular/material/core';\nimport { SharedModule } from '@app/shared/shared.module';\n\n@NgModule({\n declarations: [AuthComponent, PasswordToggleDirective],\n imports: [\n CommonModule,\n AuthRoutingModule,\n ReactiveFormsModule,\n MatCardModule,\n MatSelectModule,\n MatInputModule,\n MatButtonModule,\n MatRippleModule,\n SharedModule,\n ],\n})\nexport class AuthModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AuthRoutingModule.html":{"url":"modules/AuthRoutingModule.html","title":"module - AuthRoutingModule","body":"\n \n\n\n\n\n Modules\n AuthRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/auth/auth-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { AuthComponent } from '@app/auth/auth.component';\n\nconst routes: Routes = [\n { path: '', component: AuthComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class AuthRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/AuthService.html":{"url":"injectables/AuthService.html","title":"injectable - AuthService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n AuthService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/auth.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n mutableKeyStore\n \n \n trustedUsers\n \n \n Private\n trustedUsersList\n \n \n trustedUsersSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addTrustedUser\n \n \n getChallenge\n \n \n getPrivateKey\n \n \n getPrivateKeyInfo\n \n \n Async\n getPublicKeys\n \n \n getSessionToken\n \n \n getTrustedUsers\n \n \n getWithToken\n \n \n Async\n init\n \n \n Async\n login\n \n \n loginView\n \n \n logout\n \n \n sendSignedChallenge\n \n \n Async\n setKey\n \n \n setSessionToken\n \n \n setState\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, loggingService: LoggingService, errorDialogService: ErrorDialogService)\n \n \n \n \n Defined in src/app/_services/auth.service.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTrustedUser\n \n \n \n \n \n \n \naddTrustedUser(user: Staff)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:172\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n user\n \n Staff\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getChallenge\n \n \n \n \n \n \n \ngetChallenge()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:84\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPrivateKey\n \n \n \n \n \n \n \ngetPrivateKey()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:202\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPrivateKeyInfo\n \n \n \n \n \n \n \ngetPrivateKeyInfo()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:206\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getPublicKeys\n \n \n \n \n \n \n \n \n getPublicKeys()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:190\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n getSessionToken\n \n \n \n \n \n \n \ngetSessionToken()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:38\n \n \n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedUsers\n \n \n \n \n \n \n \ngetTrustedUsers()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:184\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n getWithToken\n \n \n \n \n \n \n \ngetWithToken()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:50\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:31\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n login\n \n \n \n \n \n \n \n \n login()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:93\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n loginView\n \n \n \n \n \n \n \nloginView()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:128\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n logout\n \n \n \n \n \n \n \nlogout()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:166\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n sendSignedChallenge\n \n \n \n \n \n \n \nsendSignedChallenge(hobaResponseEncoded: any)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:72\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n hobaResponseEncoded\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setKey\n \n \n \n \n \n \n \n \n setKey(privateKeyArmored)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:138\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n privateKeyArmored\n\n \n No\n \n\n\n \n \nPrivate key.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setSessionToken\n \n \n \n \n \n \n \nsetSessionToken(token)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n token\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setState\n \n \n \n \n \n \n \nsetState(s)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n s\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n mutableKeyStore\n \n \n \n \n \n \n Type : MutableKeyStore\n\n \n \n \n \n Defined in src/app/_services/auth.service.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsers\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/auth.service.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n trustedUsersList\n \n \n \n \n \n \n Type : BehaviorSubject>\n\n \n \n \n \n Default value : new BehaviorSubject>(\n this.trustedUsers\n )\n \n \n \n \n Defined in src/app/_services/auth.service.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsersSubject\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Default value : this.trustedUsersList.asObservable()\n \n \n \n \n Defined in src/app/_services/auth.service.ts:23\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { hobaParseChallengeHeader } from '@src/assets/js/hoba.js';\nimport { signChallenge } from '@src/assets/js/hoba-pgp.js';\nimport { environment } from '@src/environments/environment';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { MutableKeyStore } from '@app/_pgp';\nimport { ErrorDialogService } from '@app/_services/error-dialog.service';\nimport { HttpClient } from '@angular/common/http';\nimport { HttpError, rejectBody } from '@app/_helpers/global-error-handler';\nimport { Staff } from '@app/_models';\nimport { BehaviorSubject, Observable } from 'rxjs';\nimport { KeystoreService } from '@app/_services/keystore.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthService {\n mutableKeyStore: MutableKeyStore;\n trustedUsers: Array = [];\n private trustedUsersList: BehaviorSubject> = new BehaviorSubject>(\n this.trustedUsers\n );\n trustedUsersSubject: Observable> = this.trustedUsersList.asObservable();\n\n constructor(\n private httpClient: HttpClient,\n private loggingService: LoggingService,\n private errorDialogService: ErrorDialogService\n ) {}\n\n async init(): Promise {\n this.mutableKeyStore = await KeystoreService.getKeystore();\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n await this.mutableKeyStore.importPrivateKey(localStorage.getItem(btoa('CICADA_PRIVATE_KEY')));\n }\n }\n\n getSessionToken(): string {\n return sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n }\n\n setSessionToken(token): void {\n sessionStorage.setItem(btoa('CICADA_SESSION_TOKEN'), token);\n }\n\n setState(s): void {\n document.getElementById('state').innerHTML = s;\n }\n\n getWithToken(): Promise {\n const headers = {\n Authorization: 'Bearer ' + this.getSessionToken,\n 'Content-Type': 'application/json;charset=utf-8',\n 'x-cic-automerge': 'none',\n };\n const options = {\n headers,\n };\n return fetch(environment.cicMetaUrl, options).then((response) => {\n if (!response.ok) {\n this.loggingService.sendErrorLevelMessage('failed to get with auth token.', this, {\n error: '',\n });\n\n return false;\n }\n return true;\n });\n }\n\n // TODO rename to send signed challenge and set session. Also separate these responsibilities\n sendSignedChallenge(hobaResponseEncoded: any): Promise {\n const headers = {\n Authorization: 'HOBA ' + hobaResponseEncoded,\n 'Content-Type': 'application/json;charset=utf-8',\n 'x-cic-automerge': 'none',\n };\n const options = {\n headers,\n };\n return fetch(environment.cicMetaUrl, options);\n }\n\n getChallenge(): Promise {\n return fetch(environment.cicMetaUrl).then((response) => {\n if (response.status === 401) {\n const authHeader: string = response.headers.get('WWW-Authenticate');\n return hobaParseChallengeHeader(authHeader);\n }\n });\n }\n\n async login(): Promise {\n if (this.getSessionToken()) {\n sessionStorage.removeItem(btoa('CICADA_SESSION_TOKEN'));\n } else {\n const o = await this.getChallenge();\n\n const r = await signChallenge(\n o.challenge,\n o.realm,\n environment.cicMetaUrl,\n this.mutableKeyStore\n );\n\n const tokenResponse = await this.sendSignedChallenge(r).then((response) => {\n const token = response.headers.get('Token');\n if (token) {\n return token;\n }\n if (response.status === 401) {\n throw new HttpError('You are not authorized to use this system', response.status);\n }\n if (!response.ok) {\n throw new HttpError('Unknown error from authentication server', response.status);\n }\n });\n\n if (tokenResponse) {\n this.setSessionToken(tokenResponse);\n this.setState('Click button to log in');\n return true;\n }\n return false;\n }\n }\n\n loginView(): void {\n document.getElementById('one').style.display = 'none';\n document.getElementById('two').style.display = 'block';\n this.setState('Click button to log in with PGP key ' + this.mutableKeyStore.getPrivateKeyId());\n }\n\n /**\n * @throws\n * @param privateKeyArmored - Private key.\n */\n async setKey(privateKeyArmored): Promise {\n try {\n const isValidKeyCheck = await this.mutableKeyStore.isValidKey(privateKeyArmored);\n if (!isValidKeyCheck) {\n throw Error('The private key is invalid');\n }\n // TODO leaving this out for now.\n // const isEncryptedKeyCheck = await this.mutableKeyStore.isEncryptedPrivateKey(privateKeyArmored);\n // if (!isEncryptedKeyCheck) {\n // throw Error('The private key doesn\\'t have a password!');\n // }\n const key = await this.mutableKeyStore.importPrivateKey(privateKeyArmored);\n localStorage.setItem(btoa('CICADA_PRIVATE_KEY'), privateKeyArmored);\n } catch (err) {\n this.loggingService.sendErrorLevelMessage(\n `Failed to set key: ${err.message || err.statusText}`,\n this,\n { error: err }\n );\n this.errorDialogService.openDialog({\n message: `Failed to set key: ${err.message || err.statusText}`,\n });\n return false;\n }\n this.loginView();\n return true;\n }\n\n logout(): void {\n sessionStorage.removeItem(btoa('CICADA_SESSION_TOKEN'));\n localStorage.removeItem(btoa('CICADA_PRIVATE_KEY'));\n window.location.reload();\n }\n\n addTrustedUser(user: Staff): void {\n const savedIndex = this.trustedUsers.findIndex((staff) => staff.userid === user.userid);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.trustedUsers.splice(savedIndex, 1);\n }\n this.trustedUsers.unshift(user);\n this.trustedUsersList.next(this.trustedUsers);\n }\n\n getTrustedUsers(): void {\n this.mutableKeyStore.getPublicKeys().forEach((key) => {\n this.addTrustedUser(key.users[0].userId);\n });\n }\n\n async getPublicKeys(): Promise {\n return new Promise((resolve, reject) => {\n fetch(environment.publicKeysUrl).then((res) => {\n if (!res.ok) {\n // TODO does angular recommend an error interface?\n return reject(rejectBody(res));\n }\n return resolve(res.text());\n });\n });\n }\n\n getPrivateKey(): any {\n return this.mutableKeyStore.getPrivateKey();\n }\n\n getPrivateKeyInfo(): any {\n return this.getPrivateKey().users[0].userId;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/BlockSyncService.html":{"url":"injectables/BlockSyncService.html","title":"injectable - BlockSyncService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n BlockSyncService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/block-sync.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n readyState\n \n \n readyStateTarget\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n blockSync\n \n \n fetcher\n \n \n Async\n init\n \n \n newEvent\n \n \n readyStateProcessor\n \n \n Async\n scan\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(transactionService: TransactionService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:16\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n blockSync\n \n \n \n \n \n \n \n \n blockSync(address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n \n null\n \n\n \n \n offset\n \n number\n \n\n \n No\n \n\n \n 0\n \n\n \n \n limit\n \n number\n \n\n \n No\n \n\n \n 100\n \n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n fetcher\n \n \n \n \n \n \n \nfetcher(settings: Settings, transactionsInfo: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:109\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n transactionsInfo\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:23\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n newEvent\n \n \n \n \n \n \n \nnewEvent(tx: any, eventType: string)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:80\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tx\n \n any\n \n\n \n No\n \n\n\n \n \n eventType\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n readyStateProcessor\n \n \n \n \n \n \n \nreadyStateProcessor(settings: Settings, bit: number, address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:45\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n bit\n \n number\n \n\n \n No\n \n\n\n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n scan\n \n \n \n \n \n \n \n \n scan(settings: Settings, lo: number, hi: number, bloomBlockBytes: Uint8Array, bloomBlocktxBytes: Uint8Array, bloomRounds: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:88\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n settings\n \n Settings\n \n\n \n No\n \n\n\n \n \n lo\n \n number\n \n\n \n No\n \n\n\n \n \n hi\n \n number\n \n\n \n No\n \n\n\n \n \n bloomBlockBytes\n \n Uint8Array\n \n\n \n No\n \n\n\n \n \n bloomBlocktxBytes\n \n Uint8Array\n \n\n \n No\n \n\n\n \n \n bloomRounds\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n readyState\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n readyStateTarget\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 2\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:15\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Settings } from '@app/_models';\nimport { TransactionHelper } from '@cicnet/cic-client';\nimport { first } from 'rxjs/operators';\nimport { TransactionService } from '@app/_services/transaction.service';\nimport { environment } from '@src/environments/environment';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { RegistryService } from '@app/_services/registry.service';\nimport { Web3Service } from '@app/_services/web3.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class BlockSyncService {\n readyStateTarget: number = 2;\n readyState: number = 0;\n\n constructor(\n private transactionService: TransactionService,\n private loggingService: LoggingService\n ) {}\n\n async init(): Promise {\n await this.transactionService.init();\n }\n\n async blockSync(address: string = null, offset: number = 0, limit: number = 100): Promise {\n this.transactionService.resetTransactionsList();\n const settings: Settings = new Settings(this.scan);\n const readyStateElements: { network: number } = { network: 2 };\n settings.w3.provider = environment.web3Provider;\n settings.w3.engine = Web3Service.getInstance();\n settings.registry = await RegistryService.getRegistry();\n settings.txHelper = new TransactionHelper(settings.w3.engine, settings.registry);\n\n settings.txHelper.ontransfer = async (transaction: any): Promise => {\n window.dispatchEvent(this.newEvent(transaction, 'cic_transfer'));\n };\n settings.txHelper.onconversion = async (transaction: any): Promise => {\n window.dispatchEvent(this.newEvent(transaction, 'cic_convert'));\n };\n this.readyStateProcessor(settings, readyStateElements.network, address, offset, limit);\n }\n\n readyStateProcessor(\n settings: Settings,\n bit: number,\n address: string,\n offset: number,\n limit: number\n ): void {\n // tslint:disable-next-line:no-bitwise\n this.readyState |= bit;\n if (this.readyStateTarget === this.readyState && this.readyStateTarget) {\n const wHeadSync: Worker = new Worker('./../assets/js/block-sync/head.js');\n wHeadSync.onmessage = (m) => {\n settings.txHelper.processReceipt(m.data);\n };\n wHeadSync.postMessage({\n w3_provider: settings.w3.provider,\n });\n if (address === null) {\n this.transactionService\n .getAllTransactions(offset, limit)\n .pipe(first())\n .subscribe((res) => {\n this.fetcher(settings, res);\n });\n } else {\n this.transactionService\n .getAddressTransactions(address, offset, limit)\n .pipe(first())\n .subscribe((res) => {\n this.fetcher(settings, res);\n });\n }\n }\n }\n\n newEvent(tx: any, eventType: string): any {\n return new CustomEvent(eventType, {\n detail: {\n tx,\n },\n });\n }\n\n async scan(\n settings: Settings,\n lo: number,\n hi: number,\n bloomBlockBytes: Uint8Array,\n bloomBlocktxBytes: Uint8Array,\n bloomRounds: any\n ): Promise {\n const w: Worker = new Worker('./../assets/js/block-sync/ondemand.js');\n w.onmessage = (m) => {\n settings.txHelper.processReceipt(m.data);\n };\n w.postMessage({\n w3_provider: settings.w3.provider,\n lo,\n hi,\n filters: [bloomBlockBytes, bloomBlocktxBytes],\n filter_rounds: bloomRounds,\n });\n }\n\n fetcher(settings: Settings, transactionsInfo: any): void {\n const blockFilterBinstr: string = window.atob(transactionsInfo.block_filter);\n const bOne: Uint8Array = new Uint8Array(blockFilterBinstr.length);\n bOne.map((e, i, v) => (v[i] = blockFilterBinstr.charCodeAt(i)));\n\n const blocktxFilterBinstr: string = window.atob(transactionsInfo.blocktx_filter);\n const bTwo: Uint8Array = new Uint8Array(blocktxFilterBinstr.length);\n bTwo.map((e, i, v) => (v[i] = blocktxFilterBinstr.charCodeAt(i)));\n\n settings.scanFilter(\n settings,\n transactionsInfo.low,\n transactionsInfo.high,\n bOne,\n bTwo,\n transactionsInfo.filter_rounds\n );\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Category.html":{"url":"interfaces/Category.html","title":"interface - Category","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Category\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/mappings.ts\n \n\n \n Description\n \n \n Category object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n name\n \n \n products\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Business category \n\n \n \n \n \n \n \n \n \n \n products\n \n \n \n \n products: Array\n\n \n \n\n\n \n \n Type : Array\n\n \n \n\n\n\n\n\n \n \n Products that map to that category. \n\n \n \n \n \n \n \n\n\n \n interface Action {\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n /** Action ID */\n id: number;\n /** Admin's role in the system */\n role: string;\n /** Admin who initialized the action. */\n user: string;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Locations that map to that area name. */\n locations: Array;\n /** Name of area */\n name: string;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Areas that map to that area type. */\n area: Array;\n /** Type of area */\n name: string;\n}\n\n/** Category object interface */\ninterface Category {\n /** Business category */\n name: string;\n /** Products that map to that category. */\n products: Array;\n}\n\n/** @exports */\nexport { Action, AreaName, AreaType, Category };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Conversion.html":{"url":"interfaces/Conversion.html","title":"interface - Conversion","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Conversion\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Conversion object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n destinationToken\n \n \n fromValue\n \n \n sourceToken\n \n \n toValue\n \n \n trader\n \n \n tx\n \n \n user\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n destinationToken\n \n \n \n \n destinationToken: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Final transaction token information. \n\n \n \n \n \n \n \n \n \n \n fromValue\n \n \n \n \n fromValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Initial transaction token amount. \n\n \n \n \n \n \n \n \n \n \n sourceToken\n \n \n \n \n sourceToken: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Initial transaction token information. \n\n \n \n \n \n \n \n \n \n \n toValue\n \n \n \n \n toValue: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Final transaction token amount. \n\n \n \n \n \n \n \n \n \n \n trader\n \n \n \n \n trader: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the initiator of the conversion. \n\n \n \n \n \n \n \n \n \n \n tx\n \n \n \n \n tx: Tx\n\n \n \n\n\n \n \n Type : Tx\n\n \n \n\n\n\n\n\n \n \n Conversion mining information. \n\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n user: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the initiator of the conversion. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CreateAccountComponent.html":{"url":"components/CreateAccountComponent.html","title":"component - CreateAccountComponent","body":"\n \n\n\n\n\n\n Components\n CreateAccountComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/accounts/create-account/create-account.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-create-account\n \n\n \n styleUrls\n ./create-account.component.scss\n \n\n\n\n \n templateUrl\n ./create-account.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n accountTypes\n \n \n areaNames\n \n \n categories\n \n \n createForm\n \n \n genders\n \n \n matcher\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n ngOnInit\n \n \n onSubmit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n createFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder, locationService: LocationService, userService: UserService)\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:21\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n locationService\n \n \n LocationService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:29\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n onSubmit\n \n \n \n \n \n \n \nonSubmit()\n \n \n\n\n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:65\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n areaNames\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n categories\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n createForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n genders\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:17\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n createFormStub\n \n \n\n \n \n getcreateFormStub()\n \n \n \n \n Defined in src/app/pages/accounts/create-account/create-account.component.ts:61\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { LocationService, UserService } from '@app/_services';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\nimport { first } from 'rxjs/operators';\nimport { AreaName, Category } from '@app/_models';\n\n@Component({\n selector: 'app-create-account',\n templateUrl: './create-account.component.html',\n styleUrls: ['./create-account.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class CreateAccountComponent implements OnInit {\n createForm: FormGroup;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n submitted: boolean = false;\n categories: Array;\n areaNames: Array;\n accountTypes: Array;\n genders: Array;\n\n constructor(\n private formBuilder: FormBuilder,\n private locationService: LocationService,\n private userService: UserService\n ) {}\n\n async ngOnInit(): Promise {\n await this.userService.init();\n this.createForm = this.formBuilder.group({\n accountType: ['', Validators.required],\n idNumber: ['', Validators.required],\n phoneNumber: ['', Validators.required],\n givenName: ['', Validators.required],\n surname: ['', Validators.required],\n directoryEntry: ['', Validators.required],\n location: ['', Validators.required],\n gender: ['', Validators.required],\n referrer: ['', Validators.required],\n businessCategory: ['', Validators.required],\n });\n this.userService\n .getCategories()\n .pipe(first())\n .subscribe((res) => (this.categories = res));\n this.locationService\n .getAreaNames()\n .pipe(first())\n .subscribe((res) => (this.areaNames = res));\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n this.userService\n .getGenders()\n .pipe(first())\n .subscribe((res) => (this.genders = res));\n }\n\n get createFormStub(): any {\n return this.createForm.controls;\n }\n\n onSubmit(): void {\n this.submitted = true;\n if (this.createForm.invalid || !confirm('Create account?')) {\n return;\n }\n this.submitted = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Accounts\n Create Account\n \n \n \n CREATE A USER ACCOUNT \n \n \n \n \n Account Type: \n \n \n {{ accountType | uppercase }}\n \n \n Account type is required. \n \n\n \n \n ID Number: \n \n ID Number is required.\n \n \n\n \n \n Phone Number: \n \n Phone Number is required. \n \n\n \n \n Given Name(s):* \n \n Given Names are required. \n \n\n \n \n Family/Surname: \n \n Surname is required. \n \n\n \n \n Directory Entry: \n \n Directory Entry is required. \n \n\n \n \n Location: \n \n \n {{ area | uppercase }}\n \n \n Location is required. \n \n\n \n \n Gender: \n \n \n {{ gender | uppercase }}\n \n \n Gender is required. \n \n\n \n \n Referrer Phone Number: \n \n Referrer is required. \n \n\n \n \n Business Category: \n \n \n {{ category | titlecase }}\n \n \n Business Category is required.\n \n \n\n \n Submit\n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./create-account.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Accounts Create Account CREATE A USER ACCOUNT Account Type: {{ accountType | uppercase }} Account type is required. ID Number: ID Number is required. Phone Number: Phone Number is required. Given Name(s):* Given Names are required. Family/Surname: Surname is required. Directory Entry: Directory Entry is required. Location: {{ area | uppercase }} Location is required. Gender: {{ gender | uppercase }} Gender is required. Referrer Phone Number: Referrer is required. Business Category: {{ category | titlecase }} Business Category is required. Submit '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'CreateAccountComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CustomErrorStateMatcher.html":{"url":"classes/CustomErrorStateMatcher.html","title":"class - CustomErrorStateMatcher","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CustomErrorStateMatcher\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/custom-error-state-matcher.ts\n \n\n \n Description\n \n \n Custom provider that defines how form controls behave with regards to displaying error messages.\n\n \n\n\n \n Implements\n \n \n ErrorStateMatcher\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n isErrorState\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n isErrorState\n \n \n \n \n \n \n \nisErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom-error-state-matcher.ts:17\n \n \n\n\n \n \n Checks whether an invalid input has been made and an error should be made.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n control\n \n FormControl | null\n \n\n \n No\n \n\n\n \n \nTracks the value and validation status of an individual form control.\n\n\n \n \n \n form\n \n FormGroupDirective | NgForm | null\n \n\n \n No\n \n\n\n \n \nBinding of an existing FormGroup to a DOM element.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If an invalid input has been made to the form control.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { ErrorStateMatcher } from '@angular/material/core';\nimport { FormControl, FormGroupDirective, NgForm } from '@angular/forms';\n\n/**\n * Custom provider that defines how form controls behave with regards to displaying error messages.\n *\n */\nexport class CustomErrorStateMatcher implements ErrorStateMatcher {\n /**\n * Checks whether an invalid input has been made and an error should be made.\n *\n * @param control - Tracks the value and validation status of an individual form control.\n * @param form - Binding of an existing FormGroup to a DOM element.\n * @returns true - If an invalid input has been made to the form control.\n */\n isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean {\n const isSubmitted: boolean = form && form.submitted;\n return !!(control && control.invalid && (control.dirty || control.touched || isSubmitted));\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/CustomValidator.html":{"url":"classes/CustomValidator.html","title":"class - CustomValidator","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n CustomValidator\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/custom.validator.ts\n \n\n \n Description\n \n \n Provides methods to perform custom validation to form inputs.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n passwordMatchValidator\n \n \n Static\n patternValidator\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n passwordMatchValidator\n \n \n \n \n \n \n \n \n passwordMatchValidator(control: AbstractControl)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom.validator.ts:13\n \n \n\n\n \n \n Sets errors to the confirm password input field if it does not match with the value in the password input field.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n control\n \n AbstractControl\n \n\n \n No\n \n\n\n \n \nThe control object of the form being validated.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n patternValidator\n \n \n \n \n \n \n \n \n patternValidator(regex: RegExp, error: ValidationErrors)\n \n \n\n\n \n \n Defined in src/app/_helpers/custom.validator.ts:28\n \n \n\n\n \n \n Sets errors to a form field if it does not match with the regular expression given.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n regex\n \n RegExp\n \n\n \n No\n \n\n\n \n \nThe regular expression to match with the form field.\n\n\n \n \n \n error\n \n ValidationErrors\n \n\n \n No\n \n\n\n \n \nDefines the map of errors to return from failed validation checks.\n\n\n \n \n \n \n \n \n \n \n Returns : ValidationErrors | null\n\n \n \n The map of errors returned from failed validation checks.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { AbstractControl, ValidationErrors } from '@angular/forms';\n\n/**\n * Provides methods to perform custom validation to form inputs.\n */\nexport class CustomValidator {\n /**\n * Sets errors to the confirm password input field if it does not match with the value in the password input field.\n *\n * @param control - The control object of the form being validated.\n */\n static passwordMatchValidator(control: AbstractControl): void {\n const password: string = control.get('password').value;\n const confirmPassword: string = control.get('confirmPassword').value;\n if (password !== confirmPassword) {\n control.get('confirmPassword').setErrors({ NoPasswordMatch: true });\n }\n }\n\n /**\n * Sets errors to a form field if it does not match with the regular expression given.\n *\n * @param regex - The regular expression to match with the form field.\n * @param error - Defines the map of errors to return from failed validation checks.\n * @returns The map of errors returned from failed validation checks.\n */\n static patternValidator(regex: RegExp, error: ValidationErrors): ValidationErrors | null {\n return (control: AbstractControl): { [key: string]: any } => {\n if (!control.value) {\n return null;\n }\n\n const valid: boolean = regex.test(control.value);\n return valid ? null : error;\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ErrorDialogComponent.html":{"url":"components/ErrorDialogComponent.html","title":"component - ErrorDialogComponent","body":"\n \n\n\n\n\n\n Components\n ErrorDialogComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/error-dialog/error-dialog.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-error-dialog\n \n\n \n styleUrls\n ./error-dialog.component.scss\n \n\n\n\n \n templateUrl\n ./error-dialog.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n data\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(data: any)\n \n \n \n \n Defined in src/app/shared/error-dialog/error-dialog.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n data\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n data\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Decorators : \n \n \n @Inject(MAT_DIALOG_DATA)\n \n \n \n \n \n Defined in src/app/shared/error-dialog/error-dialog.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, ChangeDetectionStrategy, Inject } from '@angular/core';\nimport { MAT_DIALOG_DATA } from '@angular/material/dialog';\n\n@Component({\n selector: 'app-error-dialog',\n templateUrl: './error-dialog.component.html',\n styleUrls: ['./error-dialog.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class ErrorDialogComponent {\n constructor(@Inject(MAT_DIALOG_DATA) public data: any) {}\n}\n\n \n\n \n \n \n Message: {{ data.message }}\n Status: {{ data?.status }}\n \n\n\n \n\n \n \n ./error-dialog.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Message: {{ data.message }} Status: {{ data?.status }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'ErrorDialogComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/ErrorDialogService.html":{"url":"injectables/ErrorDialogService.html","title":"injectable - ErrorDialogService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n ErrorDialogService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/error-dialog.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n dialog\n \n \n Public\n isDialogOpen\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n openDialog\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(dialog: MatDialog)\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n dialog\n \n \n MatDialog\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n openDialog\n \n \n \n \n \n \n \nopenDialog(data)\n \n \n\n\n \n \n Defined in src/app/_services/error-dialog.service.ts:13\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n data\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n dialog\n \n \n \n \n \n \n Type : MatDialog\n\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n isDialogOpen\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/_services/error-dialog.service.ts:9\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { MatDialog, MatDialogRef } from '@angular/material/dialog';\nimport { ErrorDialogComponent } from '@app/shared/error-dialog/error-dialog.component';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ErrorDialogService {\n public isDialogOpen: boolean = false;\n\n constructor(public dialog: MatDialog) {}\n\n openDialog(data): any {\n if (this.isDialogOpen) {\n return false;\n }\n this.isDialogOpen = true;\n const dialogRef: MatDialogRef = this.dialog.open(ErrorDialogComponent, {\n width: '300px',\n data,\n });\n\n dialogRef.afterClosed().subscribe(() => (this.isDialogOpen = false));\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/ErrorInterceptor.html":{"url":"interceptors/ErrorInterceptor.html","title":"interceptor - ErrorInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n ErrorInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/error.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles errors from outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(errorDialogService: ErrorDialogService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/_interceptors/error.interceptor.ts:21\n \n \n\n \n \n Initialization of the error interceptor.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n errorDialogService\n \n \n ErrorDialogService\n \n \n \n No\n \n \n \n \nA service that provides a dialog box for displaying errors to the user.\n\n\n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/error.interceptor.ts:42\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The error caught from the request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HttpErrorResponse,\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Third party imports\nimport { Observable, throwError } from 'rxjs';\nimport { catchError } from 'rxjs/operators';\n\n// Application imports\nimport { ErrorDialogService, LoggingService } from '@app/_services';\n\n/** Intercepts and handles errors from outgoing HTTP request. */\n@Injectable()\nexport class ErrorInterceptor implements HttpInterceptor {\n /**\n * Initialization of the error interceptor.\n *\n * @param errorDialogService - A service that provides a dialog box for displaying errors to the user.\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(\n private errorDialogService: ErrorDialogService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The error caught from the request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n return next.handle(request).pipe(\n catchError((err: HttpErrorResponse) => {\n let errorMessage: string;\n if (err.error instanceof ErrorEvent) {\n // A client-side or network error occurred. Handle it accordingly.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n // The response body may contain clues as to what went wrong.\n errorMessage = `Backend returned code ${err.status}, body was: ${JSON.stringify(\n err.error\n )}`;\n }\n this.loggingService.sendErrorLevelMessage(errorMessage, this, { error: err });\n switch (err.status) {\n case 401: // unauthorized\n this.router.navigateByUrl('/auth').then();\n break;\n case 403: // forbidden\n alert('Access to resource is not allowed!');\n break;\n }\n // Return an observable with a user-facing error message.\n return throwError(err);\n })\n );\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterComponent.html":{"url":"components/FooterComponent.html","title":"component - FooterComponent","body":"\n \n\n\n\n\n\n Components\n FooterComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/footer/footer.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-footer\n \n\n \n styleUrls\n ./footer.component.scss\n \n\n\n\n \n templateUrl\n ./footer.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentYear\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/footer/footer.component.ts:10\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/footer/footer.component.ts:13\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n currentYear\n \n \n \n \n \n \n Default value : new Date().getFullYear()\n \n \n \n \n Defined in src/app/shared/footer/footer.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-footer',\n templateUrl: './footer.component.html',\n styleUrls: ['./footer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FooterComponent implements OnInit {\n currentYear = new Date().getFullYear();\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n Copyleft \n 🄯.\n {{ currentYear }}\n Grassroots Economics \n\n\n\n \n\n \n \n ./footer.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Copyleft 🄯. {{ currentYear }} Grassroots Economics '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/FooterStubComponent.html":{"url":"components/FooterStubComponent.html","title":"component - FooterStubComponent","body":"\n \n\n\n\n\n\n Components\n FooterStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-footer\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'FooterStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/GlobalErrorHandler.html":{"url":"injectables/GlobalErrorHandler.html","title":"injectable - GlobalErrorHandler","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n GlobalErrorHandler\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/global-error-handler.ts\n \n\n \n Description\n \n \n Provides a hook for centralized exception handling.\n\n \n\n \n Extends\n \n \n ErrorHandler\n \n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n sentencesForWarningLogging\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleError\n \n \n Private\n isWarning\n \n \n logError\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:41\n \n \n\n \n \n Initialization of the Global Error Handler.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleError\n \n \n \n \n \n \n \nhandleError(error: Error)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:58\n \n \n\n\n \n \n Handles different types of errors.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n error\n \n Error\n \n\n \n No\n \n\n\n \n \nAn error objects thrown when a runtime errors occurs.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Private\n isWarning\n \n \n \n \n \n \n \n \n isWarning(errorTraceString: string)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:84\n \n \n\n\n \n \n Checks if an error is of type warning.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n errorTraceString\n \n string\n \n\n \n No\n \n\n\n \n \nA description of the error and it's stack trace.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If the error is of type warning.\n\n \n \n \n \n \n \n \n \n \n \n \n \n logError\n \n \n \n \n \n \n \nlogError(error: any)\n \n \n\n\n \n \n Defined in src/app/_helpers/global-error-handler.ts:104\n \n \n\n\n \n \n Write appropriate logs according to the type of error.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \nAn error objects thrown when a runtime errors occurs.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n sentencesForWarningLogging\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:41\n \n \n\n \n \n An array of sentence sections that denote warnings.\n\n \n \n\n \n \n\n\n \n\n\n \n import { HttpErrorResponse } from '@angular/common/http';\nimport { ErrorHandler, Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/**\n * A generalized http response error.\n *\n * @extends Error\n */\nexport class HttpError extends Error {\n /** The error's status code. */\n public status: number;\n\n /**\n * Initialize the HttpError class.\n *\n * @param message - The message given by the error.\n * @param status - The status code given by the error.\n */\n constructor(message: string, status: number) {\n super(message);\n this.status = status;\n this.name = 'HttpError';\n }\n}\n\n/**\n * Provides a hook for centralized exception handling.\n *\n * @extends ErrorHandler\n */\n@Injectable()\nexport class GlobalErrorHandler extends ErrorHandler {\n /**\n * An array of sentence sections that denote warnings.\n */\n private sentencesForWarningLogging: Array = [];\n\n /**\n * Initialization of the Global Error Handler.\n *\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private loggingService: LoggingService, private router: Router) {\n super();\n }\n\n /**\n * Handles different types of errors.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n handleError(error: Error): void {\n this.logError(error);\n const message: string = error.message ? error.message : error.toString();\n\n // if (error.status) {\n // error = new Error(message);\n // }\n\n const errorTraceString: string = `Error message:\\n${message}.\\nStack trace: ${error.stack}`;\n\n const isWarning: boolean = this.isWarning(errorTraceString);\n if (isWarning) {\n this.loggingService.sendWarnLevelMessage(errorTraceString, { error });\n } else {\n this.loggingService.sendErrorLevelMessage(errorTraceString, this, { error });\n }\n\n throw error;\n }\n\n /**\n * Checks if an error is of type warning.\n *\n * @param errorTraceString - A description of the error and it's stack trace.\n * @returns true - If the error is of type warning.\n */\n private isWarning(errorTraceString: string): boolean {\n let isWarning: boolean = true;\n if (errorTraceString.includes('/src/app/')) {\n isWarning = false;\n }\n\n this.sentencesForWarningLogging.forEach((whiteListSentence: string) => {\n if (errorTraceString.includes(whiteListSentence)) {\n isWarning = true;\n }\n });\n\n return isWarning;\n }\n\n /**\n * Write appropriate logs according to the type of error.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n logError(error: any): void {\n const route: string = this.router.url;\n if (error instanceof HttpErrorResponse) {\n this.loggingService.sendErrorLevelMessage(\n `There was an HTTP error on route ${route}.\\n${error.message}.\\nStatus code: ${\n (error as HttpErrorResponse).status\n }`,\n this,\n { error }\n );\n } else if (error instanceof TypeError) {\n this.loggingService.sendErrorLevelMessage(\n `There was a Type error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else if (error instanceof Error) {\n this.loggingService.sendErrorLevelMessage(\n `There was a general error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else {\n this.loggingService.sendErrorLevelMessage(\n `Nobody threw an error but something happened on route ${route}!`,\n this,\n { error }\n );\n }\n }\n}\n\nexport function rejectBody(error): { status: any; statusText: any } {\n return {\n status: error.status,\n statusText: error.statusText,\n };\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/HttpConfigInterceptor.html":{"url":"interceptors/HttpConfigInterceptor.html","title":"interceptor - HttpConfigInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n HttpConfigInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/http-config.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles setting of configurations to outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_interceptors/http-config.interceptor.ts:10\n \n \n\n \n \n Initialization of http config interceptor. \n\n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/http-config.interceptor.ts:21\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The forwarded request.\n\n \n \n \n \n \n\n\n \n\n\n \n import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/** Intercepts and handles setting of configurations to outgoing HTTP request. */\n@Injectable()\nexport class HttpConfigInterceptor implements HttpInterceptor {\n /** Initialization of http config interceptor. */\n constructor() {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The forwarded request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n // const token: string = sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n\n // if (token) {\n // request = request.clone({headers: request.headers.set('Authorization', 'Bearer ' + token)});\n // }\n\n return next.handle(request);\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/HttpError.html":{"url":"classes/HttpError.html","title":"class - HttpError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n HttpError\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/global-error-handler.ts\n \n\n \n Description\n \n \n A generalized http response error.\n\n \n\n \n Extends\n \n \n Error\n \n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n status\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(message: string, status: number)\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:16\n \n \n\n \n \n Initialize the HttpError class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n message\n \n \n string\n \n \n \n No\n \n \n \n \nThe message given by the error.\n\n\n \n \n \n status\n \n \n number\n \n \n \n No\n \n \n \n \nThe status code given by the error.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n status\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Defined in src/app/_helpers/global-error-handler.ts:16\n \n \n\n \n \n The error's status code. \n\n \n \n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n import { HttpErrorResponse } from '@angular/common/http';\nimport { ErrorHandler, Injectable } from '@angular/core';\nimport { Router } from '@angular/router';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/**\n * A generalized http response error.\n *\n * @extends Error\n */\nexport class HttpError extends Error {\n /** The error's status code. */\n public status: number;\n\n /**\n * Initialize the HttpError class.\n *\n * @param message - The message given by the error.\n * @param status - The status code given by the error.\n */\n constructor(message: string, status: number) {\n super(message);\n this.status = status;\n this.name = 'HttpError';\n }\n}\n\n/**\n * Provides a hook for centralized exception handling.\n *\n * @extends ErrorHandler\n */\n@Injectable()\nexport class GlobalErrorHandler extends ErrorHandler {\n /**\n * An array of sentence sections that denote warnings.\n */\n private sentencesForWarningLogging: Array = [];\n\n /**\n * Initialization of the Global Error Handler.\n *\n * @param loggingService - A service that provides logging capabilities.\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private loggingService: LoggingService, private router: Router) {\n super();\n }\n\n /**\n * Handles different types of errors.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n handleError(error: Error): void {\n this.logError(error);\n const message: string = error.message ? error.message : error.toString();\n\n // if (error.status) {\n // error = new Error(message);\n // }\n\n const errorTraceString: string = `Error message:\\n${message}.\\nStack trace: ${error.stack}`;\n\n const isWarning: boolean = this.isWarning(errorTraceString);\n if (isWarning) {\n this.loggingService.sendWarnLevelMessage(errorTraceString, { error });\n } else {\n this.loggingService.sendErrorLevelMessage(errorTraceString, this, { error });\n }\n\n throw error;\n }\n\n /**\n * Checks if an error is of type warning.\n *\n * @param errorTraceString - A description of the error and it's stack trace.\n * @returns true - If the error is of type warning.\n */\n private isWarning(errorTraceString: string): boolean {\n let isWarning: boolean = true;\n if (errorTraceString.includes('/src/app/')) {\n isWarning = false;\n }\n\n this.sentencesForWarningLogging.forEach((whiteListSentence: string) => {\n if (errorTraceString.includes(whiteListSentence)) {\n isWarning = true;\n }\n });\n\n return isWarning;\n }\n\n /**\n * Write appropriate logs according to the type of error.\n *\n * @param error - An error objects thrown when a runtime errors occurs.\n */\n logError(error: any): void {\n const route: string = this.router.url;\n if (error instanceof HttpErrorResponse) {\n this.loggingService.sendErrorLevelMessage(\n `There was an HTTP error on route ${route}.\\n${error.message}.\\nStatus code: ${\n (error as HttpErrorResponse).status\n }`,\n this,\n { error }\n );\n } else if (error instanceof TypeError) {\n this.loggingService.sendErrorLevelMessage(\n `There was a Type error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else if (error instanceof Error) {\n this.loggingService.sendErrorLevelMessage(\n `There was a general error on route ${route}.\\n${error.message}`,\n this,\n { error }\n );\n } else {\n this.loggingService.sendErrorLevelMessage(\n `Nobody threw an error but something happened on route ${route}!`,\n this,\n { error }\n );\n }\n }\n}\n\nexport function rejectBody(error): { status: any; statusText: any } {\n return {\n status: error.status,\n statusText: error.statusText,\n };\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/KeystoreService.html":{"url":"injectables/KeystoreService.html","title":"injectable - KeystoreService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n KeystoreService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/keystore.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n mutableKeyStore\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n Async\n getKeystore\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_services/keystore.service.ts:8\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n Async\n getKeystore\n \n \n \n \n \n \n \n \n getKeystore()\n \n \n\n\n \n \n Defined in src/app/_services/keystore.service.ts:12\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n Static\n mutableKeyStore\n \n \n \n \n \n \n Type : MutableKeyStore\n\n \n \n \n \n Defined in src/app/_services/keystore.service.ts:8\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { MutableKeyStore, MutablePgpKeyStore } from '@app/_pgp';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class KeystoreService {\n private static mutableKeyStore: MutableKeyStore;\n\n constructor() {}\n\n public static async getKeystore(): Promise {\n return new Promise(async (resolve, reject) => {\n if (!KeystoreService.mutableKeyStore) {\n this.mutableKeyStore = new MutablePgpKeyStore();\n await this.mutableKeyStore.loadKeyring();\n return resolve(KeystoreService.mutableKeyStore);\n }\n return resolve(KeystoreService.mutableKeyStore);\n });\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LocationService.html":{"url":"injectables/LocationService.html","title":"injectable - LocationService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n LocationService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/location.service.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getAreaNameByLocation\n \n \n getAreaNames\n \n \n getAreaTypeByArea\n \n \n getAreaTypes\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient)\n \n \n \n \n Defined in src/app/_services/location.service.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getAreaNameByLocation\n \n \n \n \n \n \n \ngetAreaNameByLocation(location: string)\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:17\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n location\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAreaNames\n \n \n \n \n \n \n \ngetAreaNames()\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:13\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n getAreaTypeByArea\n \n \n \n \n \n \n \ngetAreaTypeByArea(area: string)\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:25\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n area\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAreaTypes\n \n \n \n \n \n \n \ngetAreaTypes()\n \n \n\n\n \n \n Defined in src/app/_services/location.service.ts:21\n \n \n\n\n \n \n\n \n Returns : Observable\n\n \n \n \n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { environment } from '@src/environments/environment';\nimport { first } from 'rxjs/operators';\nimport { HttpClient } from '@angular/common/http';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class LocationService {\n constructor(private httpClient: HttpClient) {}\n\n getAreaNames(): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areanames`);\n }\n\n getAreaNameByLocation(location: string): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areanames/${location.toLowerCase()}`);\n }\n\n getAreaTypes(): Observable {\n return this.httpClient.get(`${environment.cicMetaUrl}/areatypes`).pipe(first());\n }\n\n getAreaTypeByArea(area: string): Observable {\n return this.httpClient\n .get(`${environment.cicMetaUrl}/areatypes/${area.toLowerCase()}`)\n .pipe(first());\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/LoggingInterceptor.html":{"url":"interceptors/LoggingInterceptor.html","title":"interceptor - LoggingInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n LoggingInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_interceptors/logging.interceptor.ts\n \n\n \n Description\n \n \n Intercepts and handles of events from outgoing HTTP request. \n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_interceptors/logging.interceptor.ts:20\n \n \n\n \n \n Initialization of the logging interceptor.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \nA service that provides logging capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_interceptors/logging.interceptor.ts:35\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The forwarded request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n HttpResponse,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable } from 'rxjs';\nimport { finalize, tap } from 'rxjs/operators';\n\n// Application imports\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Intercepts and handles of events from outgoing HTTP request. */\n@Injectable()\nexport class LoggingInterceptor implements HttpInterceptor {\n /**\n * Initialization of the logging interceptor.\n *\n * @param loggingService - A service that provides logging capabilities.\n */\n constructor(private loggingService: LoggingService) {}\n\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The forwarded request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n return next.handle(request);\n // this.loggingService.sendInfoLevelMessage(request);\n // const startTime: number = Date.now();\n // let status: string;\n //\n // return next.handle(request).pipe(tap(event => {\n // status = '';\n // if (event instanceof HttpResponse) {\n // status = 'succeeded';\n // }\n // }, error => status = 'failed'),\n // finalize(() => {\n // const elapsedTime: number = Date.now() - startTime;\n // const message: string = `${request.method} request for ${request.urlWithParams} ${status} in ${elapsedTime} ms`;\n // this.loggingService.sendInfoLevelMessage(message);\n // }));\n }\n}\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/LoggingService.html":{"url":"injectables/LoggingService.html","title":"injectable - LoggingService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n LoggingService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/logging.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n canDebug\n \n \n env\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n sendDebugLevelMessage\n \n \n sendErrorLevelMessage\n \n \n sendFatalLevelMessage\n \n \n sendInfoLevelMessage\n \n \n sendLogLevelMessage\n \n \n sendTraceLevelMessage\n \n \n sendWarnLevelMessage\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(logger: NGXLogger)\n \n \n \n \n Defined in src/app/_services/logging.service.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n logger\n \n \n NGXLogger\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n sendDebugLevelMessage\n \n \n \n \n \n \n \nsendDebugLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:22\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendErrorLevelMessage\n \n \n \n \n \n \n \nsendErrorLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:38\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendFatalLevelMessage\n \n \n \n \n \n \n \nsendFatalLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendInfoLevelMessage\n \n \n \n \n \n \n \nsendInfoLevelMessage(message: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:26\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendLogLevelMessage\n \n \n \n \n \n \n \nsendLogLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:30\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendTraceLevelMessage\n \n \n \n \n \n \n \nsendTraceLevelMessage(message: any, source: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n source\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n sendWarnLevelMessage\n \n \n \n \n \n \n \nsendWarnLevelMessage(message: any, error: any)\n \n \n\n\n \n \n Defined in src/app/_services/logging.service.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n message\n \n any\n \n\n \n No\n \n\n\n \n \n error\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n canDebug\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in src/app/_services/logging.service.ts:9\n \n \n\n\n \n \n \n \n \n \n \n \n \n env\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_services/logging.service.ts:8\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable, isDevMode } from '@angular/core';\nimport { NGXLogger } from 'ngx-logger';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class LoggingService {\n env: string;\n canDebug: boolean;\n\n constructor(private logger: NGXLogger) {\n // TRACE|DEBUG|INFO|LOG|WARN|ERROR|FATAL|OFF\n if (isDevMode()) {\n this.sendInfoLevelMessage('Dropping into debug mode');\n }\n }\n\n sendTraceLevelMessage(message: any, source: any, error: any): void {\n this.logger.trace(message, source, error);\n }\n\n sendDebugLevelMessage(message: any, source: any, error: any): void {\n this.logger.debug(message, source, error);\n }\n\n sendInfoLevelMessage(message: any): void {\n this.logger.info(message);\n }\n\n sendLogLevelMessage(message: any, source: any, error: any): void {\n this.logger.log(message, source, error);\n }\n\n sendWarnLevelMessage(message: any, error: any): void {\n this.logger.warn(message, error);\n }\n\n sendErrorLevelMessage(message: any, source: any, error: any): void {\n this.logger.error(message, source, error);\n }\n\n sendFatalLevelMessage(message: any, source: any, error: any): void {\n this.logger.fatal(message, source, error);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/MenuSelectionDirective.html":{"url":"directives/MenuSelectionDirective.html","title":"directive - MenuSelectionDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n MenuSelectionDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n\n \n Description\n \n \n Toggle availability of sidebar on menu item selection. \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appMenuSelection]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n onMenuSelect\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/shared/_directives/menu-selection.directive.ts:8\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n onMenuSelect\n \n \n \n \n \n \n \nonMenuSelect()\n \n \n\n\n \n \n Defined in src/app/shared/_directives/menu-selection.directive.ts:25\n \n \n\n\n \n \n Toggle the availability of the sidebar. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n/** Toggle availability of sidebar on menu item selection. */\n@Directive({\n selector: '[appMenuSelection]',\n})\nexport class MenuSelectionDirective {\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n const mediaQuery = window.matchMedia('(max-width: 768px)');\n if (mediaQuery.matches) {\n this.onMenuSelect();\n }\n });\n }\n\n /** Toggle the availability of the sidebar. */\n onMenuSelect(): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n if (!sidebar?.classList.contains('active')) {\n sidebar?.classList.add('active');\n }\n const content: HTMLElement = document.getElementById('content');\n if (!content?.classList.contains('active')) {\n content?.classList.add('active');\n }\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n if (sidebarCollapse?.classList.contains('active')) {\n sidebarCollapse?.classList.remove('active');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/MenuToggleDirective.html":{"url":"directives/MenuToggleDirective.html","title":"directive - MenuToggleDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n MenuToggleDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n\n \n Description\n \n \n Toggle availability of sidebar on menu toggle click. \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appMenuToggle]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n onMenuToggle\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/shared/_directives/menu-toggle.directive.ts:8\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n onMenuToggle\n \n \n \n \n \n \n \nonMenuToggle()\n \n \n\n\n \n \n Defined in src/app/shared/_directives/menu-toggle.directive.ts:22\n \n \n\n\n \n \n Toggle the availability of the sidebar. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n/** Toggle availability of sidebar on menu toggle click. */\n@Directive({\n selector: '[appMenuToggle]',\n})\nexport class MenuToggleDirective {\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.onMenuToggle();\n });\n }\n\n /** Toggle the availability of the sidebar. */\n onMenuToggle(): void {\n const sidebar: HTMLElement = document.getElementById('sidebar');\n sidebar?.classList.toggle('active');\n const content: HTMLElement = document.getElementById('content');\n content?.classList.toggle('active');\n const sidebarCollapse: HTMLElement = document.getElementById('sidebarCollapse');\n sidebarCollapse?.classList.toggle('active');\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Meta.html":{"url":"interfaces/Meta.html","title":"interface - Meta","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Meta\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n data\n \n \n id\n \n \n signature\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n data\n \n \n \n \n data: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account details \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Meta store id \n\n \n \n \n \n \n \n \n \n \n signature\n \n \n \n \n signature: Signature\n\n \n \n\n\n \n \n Type : Signature\n\n \n \n\n\n\n\n\n \n \n Signature used during write. \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/MetaResponse.html":{"url":"interfaces/MetaResponse.html","title":"interface - MetaResponse","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n MetaResponse\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta response interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n id\n \n \n m\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Meta store id \n\n \n \n \n \n \n \n \n \n \n m\n \n \n \n \n m: Meta\n\n \n \n\n\n \n \n Type : Meta\n\n \n \n\n\n\n\n\n \n \n Meta object \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interceptors/MockBackendInterceptor.html":{"url":"interceptors/MockBackendInterceptor.html","title":"interceptor - MockBackendInterceptor","body":"\n \n\n\n\n\n\n\n\n\n\n Interceptors\n MockBackendInterceptor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_helpers/mock-backend.ts\n \n\n \n Description\n \n \n Intercepts HTTP requests and handles some specified requests internally.\nProvides a backend that can handle requests for certain data items.\n\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n intercept\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n intercept\n \n \n \n \n \n \n \nintercept(request: HttpRequest, next: HttpHandler)\n \n \n\n\n \n \n Defined in src/app/_helpers/mock-backend.ts:1097\n \n \n\n\n \n \n Intercepts HTTP requests.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n request\n \n HttpRequest\n \n\n \n No\n \n\n\n \n \nAn outgoing HTTP request with an optional typed body.\n\n\n \n \n \n next\n \n HttpHandler\n \n\n \n No\n \n\n\n \n \nThe next HTTP handler or the outgoing request dispatcher.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable>\n\n \n \n The response from the resolved request.\n\n \n \n \n \n \n\n\n \n\n\n \n import {\n HTTP_INTERCEPTORS,\n HttpEvent,\n HttpHandler,\n HttpInterceptor,\n HttpRequest,\n HttpResponse,\n} from '@angular/common/http';\nimport { Injectable } from '@angular/core';\n\n// Third party imports\nimport { Observable, of, throwError } from 'rxjs';\nimport { delay, dematerialize, materialize, mergeMap } from 'rxjs/operators';\n\n// Application imports\nimport { Action, AreaName, AreaType, Category, Token } from '@app/_models';\n\n/** A mock of the curated account types. */\nconst accountTypes: Array = ['user', 'cashier', 'vendor', 'tokenagent', 'group'];\n\n/** A mock of actions made by the admin staff. */\nconst actions: Array = [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false },\n];\n\n/** A mock of curated area names. */\nconst areaNames: Array = [\n {\n name: 'Mukuru Nairobi',\n locations: [\n 'kayaba',\n 'kayba',\n 'kambi',\n 'mukuru',\n 'masai',\n 'hazina',\n 'south',\n 'tetra',\n 'tetrapak',\n 'ruben',\n 'rueben',\n 'kingston',\n 'korokocho',\n 'kingstone',\n 'kamongo',\n 'lungalunga',\n 'sinai',\n 'sigei',\n 'lungu',\n 'lunga lunga',\n 'owino road',\n 'seigei',\n ],\n },\n {\n name: 'Kinango Kwale',\n locations: [\n 'amani',\n 'bofu',\n 'chibuga',\n 'chikomani',\n 'chilongoni',\n 'chigojoni',\n 'chinguluni',\n 'chigato',\n 'chigale',\n 'chikole',\n 'chilongoni',\n 'chilumani',\n 'chigojoni',\n 'chikomani',\n 'chizini',\n 'chikomeni',\n 'chidzuvini',\n 'chidzivuni',\n 'chikuyu',\n 'chizingo',\n 'doti',\n 'dzugwe',\n 'dzivani',\n 'dzovuni',\n 'hanje',\n 'kasemeni',\n 'katundani',\n 'kibandaogo',\n 'kibandaongo',\n 'kwale',\n 'kinango',\n 'kidzuvini',\n 'kalalani',\n 'kafuduni',\n 'kaloleni',\n 'kilibole',\n 'lutsangani',\n 'peku',\n 'gona',\n 'guro',\n 'gandini',\n 'mkanyeni',\n 'myenzeni',\n 'miyenzeni',\n 'miatsiani',\n 'mienzeni',\n 'mnyenzeni',\n 'minyenzeni',\n 'miyani',\n 'mioleni',\n 'makuluni',\n 'mariakani',\n 'makobeni',\n 'madewani',\n 'mwangaraba',\n 'mwashanga',\n 'miloeni',\n 'mabesheni',\n 'mazeras',\n 'mazera',\n 'mlola',\n 'muugano',\n 'mulunguni',\n 'mabesheni',\n 'miatsani',\n 'miatsiani',\n 'mwache',\n 'mwangani',\n 'mwehavikonje',\n 'miguneni',\n 'nzora',\n 'nzovuni',\n 'vikinduni',\n 'vikolani',\n 'vitangani',\n 'viogato',\n 'vyogato',\n 'vistangani',\n 'yapha',\n 'yava',\n 'yowani',\n 'ziwani',\n 'majengo',\n 'matuga',\n 'vigungani',\n 'vidziweni',\n 'vinyunduni',\n 'ukunda',\n 'kokotoni',\n 'mikindani',\n ],\n },\n {\n name: 'Misc Nairobi',\n locations: [\n 'nairobi',\n 'west',\n 'lindi',\n 'kibera',\n 'kibira',\n 'kibra',\n 'makina',\n 'soweto',\n 'olympic',\n 'kangemi',\n 'ruiru',\n 'congo',\n 'kawangware',\n 'kwangware',\n 'donholm',\n 'dagoreti',\n 'dandora',\n 'kabete',\n 'sinai',\n 'donhom',\n 'donholm',\n 'huruma',\n 'kitengela',\n 'makadara',\n ',mlolongo',\n 'kenyatta',\n 'mlolongo',\n 'tassia',\n 'tasia',\n 'gatina',\n '56',\n 'industrial',\n 'kariobangi',\n 'kasarani',\n 'kayole',\n 'mathare',\n 'pipe',\n 'juja',\n 'uchumi',\n 'jogoo',\n 'umoja',\n 'thika',\n 'kikuyu',\n 'stadium',\n 'buru buru',\n 'ngong',\n 'starehe',\n 'mwiki',\n 'fuata',\n 'kware',\n 'kabiro',\n 'embakassi',\n 'embakasi',\n 'kmoja',\n 'east',\n 'githurai',\n 'landi',\n 'langata',\n 'limuru',\n 'mathere',\n 'dagoretti',\n 'kirembe',\n 'muugano',\n 'mwiki',\n 'toi market',\n ],\n },\n {\n name: 'Misc Mombasa',\n locations: [\n 'mombasa',\n 'likoni',\n 'bangla',\n 'bangladesh',\n 'kizingo',\n 'old town',\n 'makupa',\n 'mvita',\n 'ngombeni',\n 'ngómbeni',\n 'ombeni',\n 'magongo',\n 'miritini',\n 'changamwe',\n 'jomvu',\n 'ohuru',\n 'tudor',\n 'diani',\n ],\n },\n {\n name: 'Kisauni',\n locations: [\n 'bamburi',\n 'kisauni',\n 'mworoni',\n 'nyali',\n 'shanzu',\n 'bombolulu',\n 'mtopanga',\n 'mjambere',\n 'majaoni',\n 'manyani',\n 'magogoni',\n 'junda',\n 'mwakirunge',\n 'mshomoroni',\n ],\n },\n {\n name: 'Kilifi',\n locations: [\n 'kilfi',\n 'kilifi',\n 'mtwapa',\n 'takaungu',\n 'makongeni',\n 'mnarani',\n 'mnarani',\n 'office',\n 'g.e',\n 'ge',\n 'raibai',\n 'ribe',\n ],\n },\n {\n name: 'Kakuma',\n locations: ['kakuma'],\n },\n {\n name: 'Kitui',\n locations: ['kitui', 'mwingi'],\n },\n {\n name: 'Nyanza',\n locations: [\n 'busia',\n 'nyalgunga',\n 'mbita',\n 'siaya',\n 'kisumu',\n 'nyalenda',\n 'hawinga',\n 'rangala',\n 'uyoma',\n 'mumias',\n 'homabay',\n 'homaboy',\n 'migori',\n 'kusumu',\n ],\n },\n {\n name: 'Misc Rural Counties',\n locations: [\n 'makueni',\n 'meru',\n 'kisii',\n 'bomet',\n 'machakos',\n 'bungoma',\n 'eldoret',\n 'kakamega',\n 'kericho',\n 'kajiado',\n 'nandi',\n 'nyeri',\n 'wote',\n 'kiambu',\n 'mwea',\n 'nakuru',\n 'narok',\n ],\n },\n {\n name: 'other',\n locations: ['other', 'none', 'unknown'],\n },\n];\n\n/** A mock of curated area types. */\nconst areaTypes: Array = [\n {\n name: 'urban',\n area: ['urban', 'nairobi', 'mombasa'],\n },\n {\n name: 'rural',\n area: ['rural', 'kakuma', 'kwale', 'kinango', 'kitui', 'nyanza'],\n },\n {\n name: 'periurban',\n area: ['kilifi', 'periurban'],\n },\n {\n name: 'other',\n area: ['other'],\n },\n];\n\n/** A mock of the user's business categories */\nconst categories: Array = [\n {\n name: 'system',\n products: ['system', 'office main', 'office main phone'],\n },\n {\n name: 'education',\n products: [\n 'book',\n 'coach',\n 'teacher',\n 'sch',\n 'school',\n 'pry',\n 'education',\n 'student',\n 'mwalimu',\n 'maalim',\n 'consultant',\n 'consult',\n 'college',\n 'university',\n 'lecturer',\n 'primary',\n 'secondary',\n 'daycare',\n 'babycare',\n 'baby care',\n 'elim',\n 'eimu',\n 'nursery',\n 'red cross',\n 'volunteer',\n 'instructor',\n 'journalist',\n 'lesson',\n 'academy',\n 'headmistress',\n 'headteacher',\n 'cyber',\n 'researcher',\n 'professor',\n 'demo',\n 'expert',\n 'tution',\n 'tuition',\n 'children',\n 'headmaster',\n 'educator',\n 'Marital counsellor',\n 'counsellor',\n 'trainer',\n 'vijana',\n 'youth',\n 'intern',\n 'redcross',\n 'KRCS',\n 'danish',\n 'science',\n 'data',\n 'facilitator',\n 'vitabu',\n 'kitabu',\n ],\n },\n {\n name: 'faith',\n products: [\n 'pastor',\n 'imam',\n 'madrasa',\n 'religous',\n 'religious',\n 'ustadh',\n 'ustadhi',\n 'Marital counsellor',\n 'counsellor',\n 'church',\n 'kanisa',\n 'mksiti',\n 'donor',\n ],\n },\n {\n name: 'government',\n products: [\n 'elder',\n 'chief',\n 'police',\n 'government',\n 'country',\n 'county',\n 'soldier',\n 'village admin',\n 'ward',\n 'leader',\n 'kra',\n 'mailman',\n 'immagration',\n 'immigration',\n ],\n },\n {\n name: 'environment',\n products: [\n 'conservation',\n 'toilet',\n 'choo',\n 'garbage',\n 'fagio',\n 'waste',\n 'tree',\n 'taka',\n 'scrap',\n 'cleaning',\n 'gardener',\n 'rubbish',\n 'usafi',\n 'mazingira',\n 'miti',\n 'trash',\n 'cleaner',\n 'plastic',\n 'collection',\n 'seedling',\n 'seedlings',\n 'recycling',\n ],\n },\n {\n name: 'farming',\n products: [\n 'farm',\n 'farmer',\n 'farming',\n 'mkulima',\n 'kulima',\n 'ukulima',\n 'wakulima',\n 'jembe',\n 'shamba',\n ],\n },\n {\n name: 'labour',\n products: [\n 'artist',\n 'agent',\n 'guard',\n 'askari',\n 'accountant',\n 'baker',\n 'beadwork',\n 'beauty',\n 'business',\n 'barber',\n 'casual',\n 'electrian',\n 'caretaker',\n 'car wash',\n 'capenter',\n 'construction',\n 'chef',\n 'catering',\n 'cobler',\n 'cobbler',\n 'carwash',\n 'dhobi',\n 'landlord',\n 'design',\n 'carpenter',\n 'fundi',\n 'hawking',\n 'hawker',\n 'househelp',\n 'hsehelp',\n 'house help',\n 'help',\n 'housegirl',\n 'kushona',\n 'juakali',\n 'jualikali',\n 'juacali',\n 'jua kali',\n 'shepherd',\n 'makuti',\n 'kujenga',\n 'kinyozi',\n 'kazi',\n 'knitting',\n 'kufua',\n 'fua',\n 'hustler',\n 'biashara',\n 'labour',\n 'labor',\n 'laundry',\n 'repair',\n 'hair',\n 'posho',\n 'mill',\n 'mtambo',\n 'uvuvi',\n 'engineer',\n 'manager',\n 'tailor',\n 'nguo',\n 'mason',\n 'mtumba',\n 'garage',\n 'mechanic',\n 'mjenzi',\n 'mfugaji',\n 'painter',\n 'receptionist',\n 'printing',\n 'programming',\n 'plumb',\n 'charging',\n 'salon',\n 'mpishi',\n 'msusi',\n 'mgema',\n 'footballer',\n 'photocopy',\n 'peddler',\n 'staff',\n 'sales',\n 'service',\n 'saloon',\n 'seremala',\n 'security',\n 'insurance',\n 'secretary',\n 'shoe',\n 'shepard',\n 'shephard',\n 'tout',\n 'tv',\n 'mvuvi',\n 'mawe',\n 'majani',\n 'maembe',\n 'freelance',\n 'mjengo',\n 'electronics',\n 'photographer',\n 'programmer',\n 'electrician',\n 'washing',\n 'bricks',\n 'welder',\n 'welding',\n 'working',\n 'worker',\n 'watchman',\n 'waiter',\n 'waitress',\n 'viatu',\n 'yoga',\n 'guitarist',\n 'house',\n 'artisan',\n 'musician',\n 'trade',\n 'makonge',\n 'ujenzi',\n 'vendor',\n 'watchlady',\n 'marketing',\n 'beautician',\n 'photo',\n 'metal work',\n 'supplier',\n 'law firm',\n 'brewer',\n ],\n },\n {\n name: 'food',\n products: [\n 'avocado',\n 'bhajia',\n 'bajia',\n 'mbonga',\n 'bofu',\n 'beans',\n 'biscuits',\n 'biringanya',\n 'banana',\n 'bananas',\n 'crisps',\n 'chakula',\n 'coconut',\n 'chapati',\n 'cereal',\n 'chipo',\n 'chapo',\n 'chai',\n 'chips',\n 'cassava',\n 'cake',\n 'cereals',\n 'cook',\n 'corn',\n 'coffee',\n 'chicken',\n 'dagaa',\n 'donut',\n 'dough',\n 'groundnuts',\n 'hotel',\n 'holel',\n 'hoteli',\n 'butcher',\n 'butchery',\n 'fruit',\n 'food',\n 'fruits',\n 'fish',\n 'githeri',\n 'grocery',\n 'grocer',\n 'pojo',\n 'papa',\n 'goats',\n 'mabenda',\n 'mbenda',\n 'poultry',\n 'soda',\n 'peanuts',\n 'potatoes',\n 'samosa',\n 'soko',\n 'samaki',\n 'tomato',\n 'tomatoes',\n 'mchele',\n 'matunda',\n 'mango',\n 'melon',\n 'mellon',\n 'nyanya',\n 'nyama',\n 'omena',\n 'umena',\n 'ndizi',\n 'njugu',\n 'kamba kamba',\n 'khaimati',\n 'kaimati',\n 'kunde',\n 'kuku',\n 'kahawa',\n 'keki',\n 'muguka',\n 'miraa',\n 'milk',\n 'choma',\n 'maziwa',\n 'mboga',\n 'mbog',\n 'busaa',\n 'chumvi',\n 'cabbages',\n 'mabuyu',\n 'machungwa',\n 'mbuzi',\n 'mnazi',\n 'mchicha',\n 'ngombe',\n 'ngano',\n 'nazi',\n 'oranges',\n 'peanuts',\n 'mkate',\n 'bread',\n 'mikate',\n 'vitungu',\n 'sausages',\n 'maize',\n 'mbata',\n 'mchuzi',\n 'mchuuzi',\n 'mandazi',\n 'mbaazi',\n 'mahindi',\n 'maandazi',\n 'mogoka',\n 'meat',\n 'mhogo',\n 'mihogo',\n 'muhogo',\n 'maharagwe',\n 'miwa',\n 'mahamri',\n 'mitumba',\n 'simsim',\n 'porridge',\n 'pilau',\n 'vegetable',\n 'egg',\n 'mayai',\n 'mifugo',\n 'unga',\n 'good',\n 'sima',\n 'sweet',\n 'sweats',\n 'sambusa',\n 'snacks',\n 'sugar',\n 'suger',\n 'ugoro',\n 'sukari',\n 'soup',\n 'spinach',\n 'smokie',\n 'smokies',\n 'sukuma',\n 'tea',\n 'uji',\n 'ugali',\n 'uchuzi',\n 'uchuuzi',\n 'viazi',\n 'yoghurt',\n 'yogurt',\n 'wine',\n 'marondo',\n 'maandzi',\n 'matoke',\n 'omeno',\n 'onions',\n 'nzugu',\n 'korosho',\n 'barafu',\n 'juice',\n ],\n },\n {\n name: 'water',\n products: ['maji', 'water'],\n },\n {\n name: 'health',\n products: [\n 'agrovet',\n 'dispensary',\n 'barakoa',\n 'chemist',\n 'Chemicals',\n 'chv',\n 'doctor',\n 'daktari',\n 'dawa',\n 'hospital',\n 'herbalist',\n 'mganga',\n 'sabuni',\n 'soap',\n 'nurse',\n 'heath',\n 'community health worker',\n 'clinic',\n 'clinical',\n 'mask',\n 'medicine',\n 'lab technician',\n 'pharmacy',\n 'cosmetics',\n 'veterinary',\n 'vet',\n 'sickly',\n 'emergency response',\n 'emergency',\n ],\n },\n {\n name: 'savings',\n products: ['chama', 'group', 'savings', 'loan', 'silc', 'vsla', 'credit', 'finance'],\n },\n {\n name: 'shop',\n products: [\n 'bag',\n 'bead',\n 'belt',\n 'bedding',\n 'jik',\n 'bed',\n 'cement',\n 'botique',\n 'boutique',\n 'lines',\n 'kibanda',\n 'kiosk',\n 'spareparts',\n 'candy',\n 'cloth',\n 'electricals',\n 'mutumba',\n 'cafe',\n 'leso',\n 'lesso',\n 'duka',\n 'spare parts',\n 'socks',\n 'malimali',\n 'mitungi',\n 'mali mali',\n 'hardware',\n 'detergent',\n 'detergents',\n 'dera',\n 'retail',\n 'kamba',\n 'pombe',\n 'pampers',\n 'pool',\n 'phone',\n 'simu',\n 'mangwe',\n 'mikeka',\n 'movie',\n 'shop',\n 'acces',\n 'mchanga',\n 'uto',\n 'airtime',\n 'matress',\n 'mattress',\n 'mattresses',\n 'mpsea',\n 'mpesa',\n 'shirt',\n 'wholesaler',\n 'perfume',\n 'playstation',\n 'tissue',\n 'vikapu',\n 'uniform',\n 'flowers',\n 'vitenge',\n 'utencils',\n 'utensils',\n 'station',\n 'jewel',\n 'pool table',\n 'club',\n 'pub',\n 'bar',\n 'furniture',\n 'm-pesa',\n 'vyombo',\n ],\n },\n {\n name: 'transport',\n products: [\n 'kebeba',\n 'beba',\n 'bebabeba',\n 'bike',\n 'bicycle',\n 'matatu',\n 'boda',\n 'bodaboda',\n 'cart',\n 'carrier',\n 'tour',\n 'travel',\n 'driver',\n 'dereva',\n 'tout',\n 'conductor',\n 'kubeba',\n 'tuktuk',\n 'taxi',\n 'piki',\n 'pikipiki',\n 'manamba',\n 'trasportion',\n 'mkokoteni',\n 'mover',\n 'motorist',\n 'motorbike',\n 'transport',\n 'transpoter',\n 'gari',\n 'magari',\n 'makanga',\n 'car',\n ],\n },\n {\n name: 'fuel/energy',\n products: [\n 'timber',\n 'timberyard',\n 'biogas',\n 'charcol',\n 'charcoal',\n 'kuni',\n 'mbao',\n 'fuel',\n 'makaa',\n 'mafuta',\n 'moto',\n 'solar',\n 'stima',\n 'fire',\n 'firewood',\n 'wood',\n 'oil',\n 'taa',\n 'gas',\n 'paraffin',\n 'parrafin',\n 'parafin',\n 'petrol',\n 'petro',\n 'kerosine',\n 'kerosene',\n 'diesel',\n ],\n },\n {\n name: 'other',\n products: ['other', 'none', 'unknown', 'none'],\n },\n];\n\n/** A mock of curated genders */\nconst genders: Array = ['male', 'female', 'other'];\n\n/** A mock of the tokens in the system. */\nconst tokens: Array = [\n {\n name: 'Giftable Reserve',\n symbol: 'GRZ',\n address: '0xa686005CE37Dce7738436256982C3903f2E4ea8E',\n supply: '1000000001000000000000000000',\n decimals: '18',\n reserves: {},\n },\n {\n name: 'Demo Token',\n symbol: 'DEMO',\n address: '0xc80D6aFF8194114c52AEcD84c9f15fd5c8abb187',\n supply: '99999999999999998976',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '99999999999999998976',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'Foo Token',\n symbol: 'FOO',\n address: '0x9ceD86089f7aBB5A97B40eb0E7521e7aa308d354',\n supply: '1000000000000000001014',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '1000000000000000001014',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testb',\n symbol: 'tstb',\n address: '0xC63cFA91A3BFf41cE31Ff436f67D3ACBC977DB95',\n supply: '99000',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '99000' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testa',\n symbol: 'tsta',\n address: '0x8fA4101ef19D0a078239d035659e92b278bD083C',\n supply: '9981',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '9981' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testc',\n symbol: 'tstc',\n address: '0x4A6fA6bc3BfE4C9661bC692D9798425350C9e3D4',\n supply: '100990',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '100990' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n];\n\n/** A mock of curated transaction types. */\nconst transactionTypes: Array = [\n 'transactions',\n 'conversions',\n 'disbursements',\n 'rewards',\n 'reclamation',\n];\n\n/**\n * Intercepts HTTP requests and handles some specified requests internally.\n * Provides a backend that can handle requests for certain data items.\n */\n@Injectable()\nexport class MockBackendInterceptor implements HttpInterceptor {\n /**\n * Intercepts HTTP requests.\n *\n * @param request - An outgoing HTTP request with an optional typed body.\n * @param next - The next HTTP handler or the outgoing request dispatcher.\n * @returns The response from the resolved request.\n */\n intercept(request: HttpRequest, next: HttpHandler): Observable> {\n const { url, method, headers, body } = request;\n\n // wrap in delayed observable to simulate server api call\\\n // call materialize and dematerialize to ensure delay even is thrown\n return of(null)\n .pipe(mergeMap(handleRoute))\n .pipe(materialize())\n .pipe(delay(500))\n .pipe(dematerialize());\n\n /** Forward requests from select routes to their internal handlers. */\n function handleRoute(): Observable {\n switch (true) {\n case url.endsWith('/accounttypes') && method === 'GET':\n return getAccountTypes();\n case url.endsWith('/actions') && method === 'GET':\n return getActions();\n case url.match(/\\/actions\\/\\d+$/) && method === 'GET':\n return getActionById();\n case url.match(/\\/actions\\/\\d+$/) && method === 'POST':\n return approveAction();\n case url.endsWith('/areanames') && method === 'GET':\n return getAreaNames();\n case url.match(/\\/areanames\\/\\w+$/) && method === 'GET':\n return getAreaNameByLocation();\n case url.endsWith('/areatypes') && method === 'GET':\n return getAreaTypes();\n case url.match(/\\/areatypes\\/\\w+$/) && method === 'GET':\n return getAreaTypeByArea();\n case url.endsWith('/categories') && method === 'GET':\n return getCategories();\n case url.match(/\\/categories\\/\\w+$/) && method === 'GET':\n return getCategoryByProduct();\n case url.endsWith('/genders') && method === 'GET':\n return getGenders();\n case url.endsWith('/tokens') && method === 'GET':\n return getTokens();\n case url.match(/\\/tokens\\/\\w+$/) && method === 'GET':\n return getTokenBySymbol();\n case url.endsWith('/transactiontypes') && method === 'GET':\n return getTransactionTypes();\n default:\n // pass through any requests not handled above\n return next.handle(request);\n }\n }\n\n // route functions\n\n function approveAction(): Observable> {\n const queriedAction: Action = actions.find((action) => action.id === idFromUrl());\n queriedAction.approval = body.approval;\n const message: string = `Action approval status set to ${body.approval} successfully!`;\n return ok(message);\n }\n\n function getAccountTypes(): Observable> {\n return ok(accountTypes);\n }\n\n function getActions(): Observable> {\n return ok(actions);\n }\n\n function getActionById(): Observable> {\n const queriedAction: Action = actions.find((action) => action.id === idFromUrl());\n return ok(queriedAction);\n }\n\n function getAreaNames(): Observable> {\n const areaNameList: Array = areaNames.map((areaName) => areaName.name);\n return ok(areaNameList);\n }\n\n function getAreaNameByLocation(): Observable> {\n const queriedAreaName: AreaName = areaNames.find((areaName) =>\n areaName.locations.includes(stringFromUrl())\n );\n return ok(queriedAreaName.name || 'other');\n }\n\n function getAreaTypes(): Observable> {\n const areaTypeList: Array = areaTypes.map((areaType) => areaType.name);\n return ok(areaTypeList);\n }\n\n function getAreaTypeByArea(): Observable> {\n const queriedAreaType: AreaType = areaTypes.find((areaType) =>\n areaType.area.includes(stringFromUrl())\n );\n return ok(queriedAreaType.name || 'other');\n }\n\n function getCategories(): Observable> {\n const categoryList: Array = categories.map((category) => category.name);\n return ok(categoryList);\n }\n\n function getCategoryByProduct(): Observable> {\n const queriedCategory: Category = categories.find((category) =>\n category.products.includes(stringFromUrl())\n );\n return ok(queriedCategory.name || 'other');\n }\n\n function getGenders(): Observable> {\n return ok(genders);\n }\n\n function getTokens(): Observable> {\n return ok(tokens);\n }\n\n function getTokenBySymbol(): Observable> {\n const queriedToken: Token = tokens.find((token) => token.symbol === stringFromUrl());\n return ok(queriedToken);\n }\n\n function getTransactionTypes(): Observable> {\n return ok(transactionTypes);\n }\n\n // helper functions\n\n function error(message): Observable {\n return throwError({ status: 400, error: { message } });\n }\n\n function idFromUrl(): number {\n const urlParts: Array = url.split('/');\n return parseInt(urlParts[urlParts.length - 1], 10);\n }\n\n function ok(responseBody: any): Observable> {\n return of(new HttpResponse({ status: 200, body: responseBody }));\n }\n\n function stringFromUrl(): string {\n const urlParts: Array = url.split('/');\n return urlParts[urlParts.length - 1];\n }\n }\n}\n\n/** Exports the MockBackendInterceptor as an Angular provider. */\nexport const MockBackendProvider = {\n provide: HTTP_INTERCEPTORS,\n useClass: MockBackendInterceptor,\n multi: true,\n};\n\n \n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NetworkStatusComponent.html":{"url":"components/NetworkStatusComponent.html","title":"component - NetworkStatusComponent","body":"\n \n\n\n\n\n\n Components\n NetworkStatusComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/network-status/network-status.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-network-status\n \n\n \n styleUrls\n ./network-status.component.scss\n \n\n\n\n \n templateUrl\n ./network-status.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n noInternetConnection\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleNetworkChange\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(cdr: ChangeDetectorRef)\n \n \n \n \n Defined in src/app/shared/network-status/network-status.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n cdr\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleNetworkChange\n \n \n \n \n \n \n \nhandleNetworkChange()\n \n \n\n\n \n \n Defined in src/app/shared/network-status/network-status.component.ts:18\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/network-status/network-status.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n noInternetConnection\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : !navigator.onLine\n \n \n \n \n Defined in src/app/shared/network-status/network-status.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';\n\n@Component({\n selector: 'app-network-status',\n templateUrl: './network-status.component.html',\n styleUrls: ['./network-status.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NetworkStatusComponent implements OnInit {\n noInternetConnection: boolean = !navigator.onLine;\n\n constructor(private cdr: ChangeDetectorRef) {\n this.handleNetworkChange();\n }\n\n ngOnInit(): void {}\n\n handleNetworkChange(): void {\n setTimeout(() => {\n if (!navigator.onLine !== this.noInternetConnection) {\n this.noInternetConnection = !navigator.onLine;\n this.cdr.detectChanges();\n }\n this.handleNetworkChange();\n }, 5000);\n }\n}\n\n \n\n \n \n \n \n \n OFFLINE \n \n \n \n ONLINE \n \n \n \n\n\n \n\n \n \n ./network-status.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' OFFLINE ONLINE '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'NetworkStatusComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/OrganizationComponent.html":{"url":"components/OrganizationComponent.html","title":"component - OrganizationComponent","body":"\n \n\n\n\n\n\n Components\n OrganizationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/settings/organization/organization.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-organization\n \n\n \n styleUrls\n ./organization.component.scss\n \n\n\n\n \n templateUrl\n ./organization.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n matcher\n \n \n organizationForm\n \n \n submitted\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n onSubmit\n \n \n \n \n\n\n\n\n\n \n \n Accessors\n \n \n \n \n \n \n organizationFormStub\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(formBuilder: FormBuilder)\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:14\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n formBuilder\n \n \n FormBuilder\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:18\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n onSubmit\n \n \n \n \n \n \n \nonSubmit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:30\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n matcher\n \n \n \n \n \n \n Type : CustomErrorStateMatcher\n\n \n \n \n \n Default value : new CustomErrorStateMatcher()\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n organizationForm\n \n \n \n \n \n \n Type : FormGroup\n\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n submitted\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:13\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n organizationFormStub\n \n \n\n \n \n getorganizationFormStub()\n \n \n \n \n Defined in src/app/pages/settings/organization/organization.component.ts:26\n \n \n\n \n \n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { CustomErrorStateMatcher } from '@app/_helpers';\n\n@Component({\n selector: 'app-organization',\n templateUrl: './organization.component.html',\n styleUrls: ['./organization.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class OrganizationComponent implements OnInit {\n organizationForm: FormGroup;\n submitted: boolean = false;\n matcher: CustomErrorStateMatcher = new CustomErrorStateMatcher();\n\n constructor(private formBuilder: FormBuilder) {}\n\n ngOnInit(): void {\n this.organizationForm = this.formBuilder.group({\n disbursement: ['', Validators.required],\n transfer: '',\n countryCode: ['', Validators.required],\n });\n }\n\n get organizationFormStub(): any {\n return this.organizationForm.controls;\n }\n\n onSubmit(): void {\n this.submitted = true;\n if (this.organizationForm.invalid || !confirm('Set organization information?')) {\n return;\n }\n this.submitted = false;\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Settings\n Organization Settings\n \n \n \n \n \n DEFAULT ORGANISATION SETTINGS\n \n \n \n \n Default Disbursement *\n \n RCU\n \n Default Disbursement is required.\n \n \n \n Require Transfer Card *\n \n \n Default Country Code *\n \n KE Kenya\n US United States\n ETH Ethiopia\n GER Germany\n UG Uganda\n \n \n Country Code is required.\n \n \n Submit\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./organization.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Settings Organization Settings DEFAULT ORGANISATION SETTINGS Default Disbursement * RCU Default Disbursement is required. Require Transfer Card * Default Country Code * KE Kenya US United States ETH Ethiopia GER Germany UG Uganda Country Code is required. Submit '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'OrganizationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/PGPSigner.html":{"url":"classes/PGPSigner.html","title":"class - PGPSigner","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n PGPSigner\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Provides functionality for signing and verifying signed messages. \n\n \n\n\n \n Implements\n \n \n Signer\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n dgst\n \n \n engine\n \n \n keyStore\n \n \n loggingService\n \n \n onsign\n \n \n onverify\n \n \n signature\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n fingerprint\n \n \n Public\n prepare\n \n \n Public\n Async\n sign\n \n \n Public\n verify\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(keyStore: MutableKeyStore)\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:74\n \n \n\n \n \n Initializing the Signer.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n keyStore\n \n \n MutableKeyStore\n \n \n \n No\n \n \n \n \nA keystore holding pgp keys.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n algo\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'sha256'\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:60\n \n \n\n \n \n Encryption algorithm used \n\n \n \n\n \n \n \n \n \n \n \n \n \n dgst\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:62\n \n \n\n \n \n Message digest \n\n \n \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'pgp'\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:64\n \n \n\n \n \n Encryption engine used. \n\n \n \n\n \n \n \n \n \n \n \n \n \n keyStore\n \n \n \n \n \n \n Type : MutableKeyStore\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:66\n \n \n\n \n \n A keystore holding pgp keys. \n\n \n \n\n \n \n \n \n \n \n \n \n \n loggingService\n \n \n \n \n \n \n Type : LoggingService\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:68\n \n \n\n \n \n A service that provides logging capabilities. \n\n \n \n\n \n \n \n \n \n \n \n \n \n onsign\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:70\n \n \n\n \n \n Event triggered on successful signing of message. \n\n \n \n\n \n \n \n \n \n \n \n \n \n onverify\n \n \n \n \n \n \n Type : function\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:72\n \n \n\n \n \n Event triggered on successful verification of a signature. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signature\n \n \n \n \n \n \n Type : Signature\n\n \n \n \n \n Defined in src/app/_pgp/pgp-signer.ts:74\n \n \n\n \n \n Generated signature \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n fingerprint\n \n \n \n \n \n \n \n \n fingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:90\n \n \n\n\n \n \n Get the private key fingerprint.\n\n\n \n \n \n Returns : string\n\n \n \n A private key fingerprint.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n prepare\n \n \n \n \n \n \n \n \n prepare(material: Signable)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:99\n \n \n\n\n \n \n Load the message digest.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n material\n \n Signable\n \n\n \n No\n \n\n\n \n \nA signable object.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If digest has been loaded successfully.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n sign\n \n \n \n \n \n \n \n \n sign(digest: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:109\n \n \n\n\n \n \n Signs a message using a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message to be signed.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Public\n verify\n \n \n \n \n \n \n \n \n verify(digest: string, signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:144\n \n \n\n\n \n \n Verify that signature is valid.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message that was signed.\n\n\n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \nThe generated signature.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PagesComponent.html":{"url":"components/PagesComponent.html","title":"component - PagesComponent","body":"\n \n\n\n\n\n\n Components\n PagesComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/pages.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-pages\n \n\n \n styleUrls\n ./pages.component.scss\n \n\n\n\n \n templateUrl\n ./pages.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n url\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/pages.component.ts:10\n \n \n\n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n url\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'https://dashboard.sarafu.network/'\n \n \n \n \n Defined in src/app/pages/pages.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'app-pages',\n templateUrl: './pages.component.html',\n styleUrls: ['./pages.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PagesComponent {\n url: string = 'https://dashboard.sarafu.network/';\n\n constructor() {}\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n \n \n \n \n \n Your browser does not support iframes. \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./pages.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Your browser does not support iframes. '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'PagesComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/PagesModule.html":{"url":"modules/PagesModule.html","title":"module - PagesModule","body":"\n \n\n\n\n\n Modules\n PagesModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_PagesModule\n\n\n\ncluster_PagesModule_declarations\n\n\n\ncluster_PagesModule_imports\n\n\n\n\nPagesComponent\n\nPagesComponent\n\n\n\nPagesModule\n\nPagesModule\n\nPagesModule -->\n\nPagesComponent->PagesModule\n\n\n\n\n\nPagesRoutingModule\n\nPagesRoutingModule\n\nPagesModule -->\n\nPagesRoutingModule->PagesModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nPagesModule -->\n\nSharedModule->PagesModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/pages.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n PagesComponent\n \n \n \n \n Imports\n \n \n PagesRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { PagesRoutingModule } from '@pages/pages-routing.module';\nimport { PagesComponent } from '@pages/pages.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatCardModule } from '@angular/material/card';\n\n@NgModule({\n declarations: [PagesComponent],\n imports: [\n CommonModule,\n PagesRoutingModule,\n SharedModule,\n MatButtonModule,\n MatFormFieldModule,\n MatSelectModule,\n MatInputModule,\n MatCardModule,\n ],\n})\nexport class PagesModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/PagesRoutingModule.html":{"url":"modules/PagesRoutingModule.html","title":"module - PagesRoutingModule","body":"\n \n\n\n\n\n Modules\n PagesRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/pages-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { PagesComponent } from './pages.component';\n\nconst routes: Routes = [\n { path: 'home', component: PagesComponent },\n {\n path: 'tx',\n loadChildren: () =>\n \"import('@pages/transactions/transactions.module').then((m) => m.TransactionsModule)\",\n },\n {\n path: 'settings',\n loadChildren: () => \"import('@pages/settings/settings.module').then((m) => m.SettingsModule)\",\n },\n {\n path: 'accounts',\n loadChildren: () => \"import('@pages/accounts/accounts.module').then((m) => m.AccountsModule)\",\n },\n {\n path: 'tokens',\n loadChildren: () => \"import('@pages/tokens/tokens.module').then((m) => m.TokensModule)\",\n },\n {\n path: 'admin',\n loadChildren: () => \"import('@pages/admin/admin.module').then((m) => m.AdminModule)\",\n },\n { path: '**', redirectTo: 'home', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class PagesRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/PasswordToggleDirective.html":{"url":"directives/PasswordToggleDirective.html","title":"directive - PasswordToggleDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n PasswordToggleDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/auth/_directives/password-toggle.directive.ts\n \n\n \n Description\n \n \n Toggle password form field input visibility \n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appPasswordToggle]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n togglePasswordVisibility\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n iconId\n \n \n id\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(elementRef: ElementRef, renderer: Renderer2)\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:15\n \n \n\n \n \n Handle click events on the html element.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \nA wrapper around a native element inside of a View.\n\n\n \n \n \n renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \nExtend this base class to implement custom rendering.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n iconId\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:15\n \n \n \n \n The password form field icon id \n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:11\n \n \n \n \n The password form field id \n\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n togglePasswordVisibility\n \n \n \n \n \n \n \ntogglePasswordVisibility()\n \n \n\n\n \n \n Defined in src/app/auth/_directives/password-toggle.directive.ts:30\n \n \n\n\n \n \n Toggle the visibility of the password input field value and accompanying icon. \n\n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n \n\n\n \n import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\n\n/** Toggle password form field input visibility */\n@Directive({\n selector: '[appPasswordToggle]',\n})\nexport class PasswordToggleDirective {\n /** The password form field id */\n @Input()\n id: string;\n\n /** The password form field icon id */\n @Input()\n iconId: string;\n\n /**\n * Handle click events on the html element.\n *\n * @param elementRef - A wrapper around a native element inside of a View.\n * @param renderer - Extend this base class to implement custom rendering.\n */\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.togglePasswordVisibility();\n });\n }\n\n /** Toggle the visibility of the password input field value and accompanying icon. */\n togglePasswordVisibility(): void {\n const password: HTMLElement = document.getElementById(this.id);\n const icon: HTMLElement = document.getElementById(this.iconId);\n // @ts-ignore\n if (password.type === 'password') {\n // @ts-ignore\n password.type = 'text';\n icon.classList.remove('fa-eye');\n icon.classList.add('fa-eye-slash');\n } else {\n // @ts-ignore\n password.type = 'password';\n icon.classList.remove('fa-eye-slash');\n icon.classList.add('fa-eye');\n }\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/RegistryService.html":{"url":"injectables/RegistryService.html","title":"injectable - RegistryService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n RegistryService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/registry.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Static\n fileGetter\n \n \n Private\n Static\n registry\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n Async\n getRegistry\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_services/registry.service.ts:12\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n Async\n getRegistry\n \n \n \n \n \n \n \n \n getRegistry()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:16\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Static\n fileGetter\n \n \n \n \n \n \n Type : FileGetter\n\n \n \n \n \n Default value : new HttpGetter()\n \n \n \n \n Defined in src/app/_services/registry.service.ts:11\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n Static\n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/registry.service.ts:12\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { environment } from '@src/environments/environment';\nimport { CICRegistry, FileGetter } from '@cicnet/cic-client';\nimport { HttpGetter } from '@app/_helpers';\nimport { Web3Service } from '@app/_services/web3.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class RegistryService {\n static fileGetter: FileGetter = new HttpGetter();\n private static registry: CICRegistry;\n\n constructor() {}\n\n public static async getRegistry(): Promise {\n if (!RegistryService.registry) {\n RegistryService.registry = new CICRegistry(\n Web3Service.getInstance(),\n environment.registryAddress,\n 'Registry',\n RegistryService.fileGetter,\n ['../../assets/js/block-sync/data']\n );\n RegistryService.registry.declaratorHelper.addTrust(environment.trustedDeclaratorAddress);\n await RegistryService.registry.load();\n }\n return RegistryService.registry;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"guards/RoleGuard.html":{"url":"guards/RoleGuard.html","title":"guard - RoleGuard","body":"\n \n\n\n\n\n\n\n\n\n\n\n Guards\n RoleGuard\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_guards/role.guard.ts\n \n\n \n Description\n \n \n Role guard implementation.\nDictates access to routes depending on the user's role.\n\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n canActivate\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router)\n \n \n \n \n Defined in src/app/_guards/role.guard.ts:21\n \n \n\n \n \n Instantiates the role guard class.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \nA service that provides navigation among views and URL manipulation capabilities.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n canActivate\n \n \n \n \n \n \n \ncanActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot)\n \n \n\n\n \n \n Defined in src/app/_guards/role.guard.ts:38\n \n \n\n\n \n \n Returns whether navigation to a specific route is acceptable.\nChecks if the user has the required role to access the route.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n route\n \n ActivatedRouteSnapshot\n \n\n \n No\n \n\n\n \n \nContains the information about a route associated with a component loaded in an outlet at a particular moment in time.\nActivatedRouteSnapshot can also be used to traverse the router state tree.\n\n\n \n \n \n state\n \n RouterStateSnapshot\n \n\n \n No\n \n\n\n \n \nRepresents the state of the router at a moment in time.\n\n\n \n \n \n \n \n \n \n \n Returns : Observable | Promise | boolean | UrlTree\n\n \n \n true - If the user's role matches with accepted roles.\n\n \n \n \n \n \n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport {\n ActivatedRouteSnapshot,\n CanActivate,\n Router,\n RouterStateSnapshot,\n UrlTree,\n} from '@angular/router';\n\n// Third party imports\nimport { Observable } from 'rxjs';\n\n/**\n * Role guard implementation.\n * Dictates access to routes depending on the user's role.\n */\n@Injectable({\n providedIn: 'root',\n})\nexport class RoleGuard implements CanActivate {\n /**\n * Instantiates the role guard class.\n *\n * @param router - A service that provides navigation among views and URL manipulation capabilities.\n */\n constructor(private router: Router) {}\n\n /**\n * Returns whether navigation to a specific route is acceptable.\n * Checks if the user has the required role to access the route.\n *\n * @param route - Contains the information about a route associated with a component loaded in an outlet at a particular moment in time.\n * ActivatedRouteSnapshot can also be used to traverse the router state tree.\n * @param state - Represents the state of the router at a moment in time.\n * @returns true - If the user's role matches with accepted roles.\n */\n canActivate(\n route: ActivatedRouteSnapshot,\n state: RouterStateSnapshot\n ): Observable | Promise | boolean | UrlTree {\n const currentUser = JSON.parse(localStorage.getItem(atob('CICADA_USER')));\n if (currentUser) {\n if (route.data.roles && route.data.roles.indexOf(currentUser.role) === -1) {\n this.router.navigate(['/']);\n return false;\n }\n return true;\n }\n\n this.router.navigate(['/auth'], { queryParams: { returnUrl: state.url } });\n return false;\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/RouterLinkDirectiveStub.html":{"url":"directives/RouterLinkDirectiveStub.html","title":"directive - RouterLinkDirectiveStub","body":"\n \n\n\n\n\n\n\n\n Directives\n RouterLinkDirectiveStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/router-link-directive-stub.ts\n \n\n\n\n\n \n Metadata\n \n \n\n \n Selector\n [appRouterLink]\n \n\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n navigatedTo\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n routerLink\n \n \n \n \n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n click\n \n \n \n \n\n \n \n\n\n\n \n Inputs\n \n \n \n \n \n routerLink\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/testing/router-link-directive-stub.ts:9\n \n \n \n \n\n\n\n \n HostListeners \n \n \n \n \n \n \n click\n \n \n \n \n \n \n \nclick()\n \n \n\n\n \n \n Defined in src/testing/router-link-directive-stub.ts:13\n \n \n\n\n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n navigatedTo\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/testing/router-link-directive-stub.ts:10\n \n \n\n\n \n \n\n\n\n \n\n\n \n import { Directive, HostListener, Input } from '@angular/core';\n\n@Directive({\n selector: '[appRouterLink]',\n})\n// tslint:disable-next-line:directive-class-suffix\nexport class RouterLinkDirectiveStub {\n // tslint:disable-next-line:no-input-rename\n @Input('routerLink') linkParams: any;\n navigatedTo: any = null;\n\n @HostListener('click')\n onClick(): void {\n this.navigatedTo = this.linkParams;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/SafePipe.html":{"url":"pipes/SafePipe.html","title":"pipe - SafePipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n SafePipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/safe.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n safe\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(url: string, ...args: unknown[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/safe.pipe.ts:10\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n url\n \n string\n \n\n \n No\n \n\n\n \n \n args\n \n unknown[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : unknown\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer } from '@angular/platform-browser';\n\n@Pipe({\n name: 'safe',\n})\nexport class SafePipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n\n transform(url: string, ...args: unknown[]): unknown {\n return this.sanitizer.bypassSecurityTrustResourceUrl(url);\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/Settings.html":{"url":"classes/Settings.html","title":"class - Settings","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n Settings\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/settings.ts\n \n\n \n Description\n \n \n Settings class \n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n registry\n \n \n scanFilter\n \n \n txHelper\n \n \n w3\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(scanFilter: any)\n \n \n \n \n Defined in src/app/_models/settings.ts:13\n \n \n\n \n \n Initialize the settings.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n scanFilter\n \n \n any\n \n \n \n No\n \n \n \n \nA resource for searching through blocks on the blockchain network.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:4\n \n \n\n \n \n CIC Registry instance \n\n \n \n\n \n \n \n \n \n \n \n \n \n scanFilter\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:6\n \n \n\n \n \n A resource for searching through blocks on the blockchain network. \n\n \n \n\n \n \n \n \n \n \n \n \n \n txHelper\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_models/settings.ts:8\n \n \n\n \n \n Transaction Helper instance \n\n \n \n\n \n \n \n \n \n \n \n \n \n w3\n \n \n \n \n \n \n Type : W3\n\n \n \n \n \n Default value : {\n engine: undefined,\n provider: undefined,\n }\n \n \n \n \n Defined in src/app/_models/settings.ts:10\n \n \n\n \n \n Web3 Object \n\n \n \n\n \n \n\n\n\n\n\n\n\n\n \n\n\n \n class Settings {\n /** CIC Registry instance */\n registry: any;\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** Transaction Helper instance */\n txHelper: any;\n /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n\n /**\n * Initialize the settings.\n *\n * @param scanFilter - A resource for searching through blocks on the blockchain network.\n */\n constructor(scanFilter: any) {\n this.scanFilter = scanFilter;\n }\n}\n\n/** Web3 object interface */\ninterface W3 {\n /** An active web3 instance connected to the blockchain network. */\n engine: any;\n /** The connection socket to the blockchain network. */\n provider: any;\n}\n\n/** @exports */\nexport { Settings, W3 };\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SettingsComponent.html":{"url":"components/SettingsComponent.html","title":"component - SettingsComponent","body":"\n \n\n\n\n\n\n Components\n SettingsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/settings/settings.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-settings\n \n\n \n styleUrls\n ./settings.component.scss\n \n\n\n\n \n templateUrl\n ./settings.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n dataSource\n \n \n date\n \n \n displayedColumns\n \n \n paginator\n \n \n sort\n \n \n trustedUsers\n \n \n userInfo\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n logout\n \n \n Async\n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(authService: AuthService)\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:38\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:42\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n logout\n \n \n \n \n \n \n \nlogout()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:46\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/settings/settings.component.ts:27\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n date\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n displayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'email', 'userId']\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n trustedUsers\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n userInfo\n \n \n \n \n \n \n Type : Staff\n\n \n \n \n \n Defined in src/app/pages/settings/settings.component.ts:20\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { AuthService } from '@app/_services';\nimport { Staff } from '@app/_models/staff';\nimport { exportCsv } from '@app/_helpers';\n\n@Component({\n selector: 'app-settings',\n templateUrl: './settings.component.html',\n styleUrls: ['./settings.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SettingsComponent implements OnInit {\n date: string;\n dataSource: MatTableDataSource;\n displayedColumns: Array = ['name', 'email', 'userId'];\n trustedUsers: Array;\n userInfo: Staff;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private authService: AuthService) {}\n\n async ngOnInit(): Promise {\n await this.authService.init();\n this.authService.trustedUsersSubject.subscribe((users) => {\n this.dataSource = new MatTableDataSource(users);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.trustedUsers = users;\n });\n this.userInfo = this.authService.getPrivateKeyInfo();\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n downloadCsv(): void {\n exportCsv(this.trustedUsers, 'users');\n }\n\n logout(): void {\n this.authService.logout();\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Settings\n \n \n \n \n \n ACCOUNT MANAGEMENT \n \n CICADA Admin Credentials\n UserId: {{ userInfo?.userid }} \n Username: {{ userInfo?.name }} \n Email: {{ userInfo?.email }} \n \n \n \n \n LOGOUT ADMIN\n \n \n \n \n \n \n \n \n TRUSTED USERS\n \n EXPORT\n \n \n \n \n \n Filter \n \n search\n \n \n \n NAME \n {{ user.name }} \n \n\n \n EMAIL \n {{ user.email }} \n \n\n \n USER ID \n {{ user.userid }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./settings.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Settings ACCOUNT MANAGEMENT CICADA Admin Credentials UserId: {{ userInfo?.userid }} Username: {{ userInfo?.name }} Email: {{ userInfo?.email }} LOGOUT ADMIN TRUSTED USERS EXPORT Filter search NAME {{ user.name }} EMAIL {{ user.email }} USER ID {{ user.userid }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SettingsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SettingsModule.html":{"url":"modules/SettingsModule.html","title":"module - SettingsModule","body":"\n \n\n\n\n\n Modules\n SettingsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SettingsModule\n\n\n\ncluster_SettingsModule_imports\n\n\n\ncluster_SettingsModule_declarations\n\n\n\n\nOrganizationComponent\n\nOrganizationComponent\n\n\n\nSettingsModule\n\nSettingsModule\n\nSettingsModule -->\n\nOrganizationComponent->SettingsModule\n\n\n\n\n\nSettingsComponent\n\nSettingsComponent\n\nSettingsModule -->\n\nSettingsComponent->SettingsModule\n\n\n\n\n\nSettingsRoutingModule\n\nSettingsRoutingModule\n\nSettingsModule -->\n\nSettingsRoutingModule->SettingsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nSettingsModule -->\n\nSharedModule->SettingsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/settings/settings.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n OrganizationComponent\n \n \n SettingsComponent\n \n \n \n \n Imports\n \n \n SettingsRoutingModule\n \n \n SharedModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { SettingsRoutingModule } from '@pages/settings/settings-routing.module';\nimport { SettingsComponent } from '@pages/settings/settings.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { OrganizationComponent } from '@pages/settings/organization/organization.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatRadioModule } from '@angular/material/radio';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [SettingsComponent, OrganizationComponent],\n imports: [\n CommonModule,\n SettingsRoutingModule,\n SharedModule,\n MatTableModule,\n MatSortModule,\n MatPaginatorModule,\n MatInputModule,\n MatFormFieldModule,\n MatButtonModule,\n MatIconModule,\n MatCardModule,\n MatRadioModule,\n MatCheckboxModule,\n MatSelectModule,\n MatMenuModule,\n ReactiveFormsModule,\n ],\n})\nexport class SettingsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SettingsRoutingModule.html":{"url":"modules/SettingsRoutingModule.html","title":"module - SettingsRoutingModule","body":"\n \n\n\n\n\n Modules\n SettingsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/settings/settings-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { SettingsComponent } from '@pages/settings/settings.component';\nimport { OrganizationComponent } from '@pages/settings/organization/organization.component';\n\nconst routes: Routes = [\n { path: '', component: SettingsComponent },\n { path: 'organization', component: OrganizationComponent },\n { path: '**', redirectTo: '', pathMatch: 'full' },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class SettingsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SharedModule.html":{"url":"modules/SharedModule.html","title":"module - SharedModule","body":"\n \n\n\n\n\n Modules\n SharedModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_SharedModule\n\n\n\ncluster_SharedModule_declarations\n\n\n\ncluster_SharedModule_exports\n\n\n\n\nErrorDialogComponent\n\nErrorDialogComponent\n\n\n\nSharedModule\n\nSharedModule\n\nSharedModule -->\n\nErrorDialogComponent->SharedModule\n\n\n\n\n\nFooterComponent\n\nFooterComponent\n\nSharedModule -->\n\nFooterComponent->SharedModule\n\n\n\n\n\nMenuSelectionDirective\n\nMenuSelectionDirective\n\nSharedModule -->\n\nMenuSelectionDirective->SharedModule\n\n\n\n\n\nMenuToggleDirective\n\nMenuToggleDirective\n\nSharedModule -->\n\nMenuToggleDirective->SharedModule\n\n\n\n\n\nNetworkStatusComponent\n\nNetworkStatusComponent\n\nSharedModule -->\n\nNetworkStatusComponent->SharedModule\n\n\n\n\n\nSafePipe\n\nSafePipe\n\nSharedModule -->\n\nSafePipe->SharedModule\n\n\n\n\n\nSidebarComponent\n\nSidebarComponent\n\nSharedModule -->\n\nSidebarComponent->SharedModule\n\n\n\n\n\nTokenRatioPipe\n\nTokenRatioPipe\n\nSharedModule -->\n\nTokenRatioPipe->SharedModule\n\n\n\n\n\nTopbarComponent\n\nTopbarComponent\n\nSharedModule -->\n\nTopbarComponent->SharedModule\n\n\n\n\n\nUnixDatePipe\n\nUnixDatePipe\n\nSharedModule -->\n\nUnixDatePipe->SharedModule\n\n\n\n\n\nFooterComponent \n\nFooterComponent \n\nFooterComponent -->\n\nSharedModule->FooterComponent \n\n\n\n\n\nMenuSelectionDirective \n\nMenuSelectionDirective \n\nMenuSelectionDirective -->\n\nSharedModule->MenuSelectionDirective \n\n\n\n\n\nNetworkStatusComponent \n\nNetworkStatusComponent \n\nNetworkStatusComponent -->\n\nSharedModule->NetworkStatusComponent \n\n\n\n\n\nSafePipe \n\nSafePipe \n\nSafePipe -->\n\nSharedModule->SafePipe \n\n\n\n\n\nSidebarComponent \n\nSidebarComponent \n\nSidebarComponent -->\n\nSharedModule->SidebarComponent \n\n\n\n\n\nTokenRatioPipe \n\nTokenRatioPipe \n\nTokenRatioPipe -->\n\nSharedModule->TokenRatioPipe \n\n\n\n\n\nTopbarComponent \n\nTopbarComponent \n\nTopbarComponent -->\n\nSharedModule->TopbarComponent \n\n\n\n\n\nUnixDatePipe \n\nUnixDatePipe \n\nUnixDatePipe -->\n\nSharedModule->UnixDatePipe \n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/shared.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n ErrorDialogComponent\n \n \n FooterComponent\n \n \n MenuSelectionDirective\n \n \n MenuToggleDirective\n \n \n NetworkStatusComponent\n \n \n SafePipe\n \n \n SidebarComponent\n \n \n TokenRatioPipe\n \n \n TopbarComponent\n \n \n UnixDatePipe\n \n \n \n \n Exports\n \n \n FooterComponent\n \n \n MenuSelectionDirective\n \n \n NetworkStatusComponent\n \n \n SafePipe\n \n \n SidebarComponent\n \n \n TokenRatioPipe\n \n \n TopbarComponent\n \n \n UnixDatePipe\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TopbarComponent } from '@app/shared/topbar/topbar.component';\nimport { FooterComponent } from '@app/shared/footer/footer.component';\nimport { SidebarComponent } from '@app/shared/sidebar/sidebar.component';\nimport { MenuSelectionDirective } from '@app/shared/_directives/menu-selection.directive';\nimport { MenuToggleDirective } from '@app/shared/_directives/menu-toggle.directive';\nimport { RouterModule } from '@angular/router';\nimport { MatIconModule } from '@angular/material/icon';\nimport { TokenRatioPipe } from '@app/shared/_pipes/token-ratio.pipe';\nimport { ErrorDialogComponent } from '@app/shared/error-dialog/error-dialog.component';\nimport { MatDialogModule } from '@angular/material/dialog';\nimport { SafePipe } from '@app/shared/_pipes/safe.pipe';\nimport { NetworkStatusComponent } from './network-status/network-status.component';\nimport { UnixDatePipe } from './_pipes/unix-date.pipe';\n\n@NgModule({\n declarations: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n MenuToggleDirective,\n TokenRatioPipe,\n ErrorDialogComponent,\n SafePipe,\n NetworkStatusComponent,\n UnixDatePipe,\n ],\n exports: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n TokenRatioPipe,\n SafePipe,\n NetworkStatusComponent,\n UnixDatePipe,\n ],\n imports: [CommonModule, RouterModule, MatIconModule, MatDialogModule],\n})\nexport class SharedModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidebarComponent.html":{"url":"components/SidebarComponent.html","title":"component - SidebarComponent","body":"\n \n\n\n\n\n\n Components\n SidebarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/sidebar/sidebar.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-sidebar\n \n\n \n styleUrls\n ./sidebar.component.scss\n \n\n\n\n \n templateUrl\n ./sidebar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/sidebar/sidebar.component.ts:9\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/sidebar/sidebar.component.ts:12\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-sidebar',\n templateUrl: './sidebar.component.html',\n styleUrls: ['./sidebar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SidebarComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n \n \n \n \n \n CICADA\n \n\n \n \n \n \n Dashboard \n \n \n \n \n \n Accounts \n \n \n \n \n \n Transactions \n \n \n \n \n \n Tokens \n \n \n \n \n \n Settings \n \n \n -->\n -->\n -->\n Admin -->\n -->\n -->\n \n \n\n\n\n \n\n \n \n ./sidebar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' CICADA Dashboard Accounts Transactions Tokens Settings --> --> --> Admin --> --> --> '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SidebarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SidebarStubComponent.html":{"url":"components/SidebarStubComponent.html","title":"component - SidebarStubComponent","body":"\n \n\n\n\n\n\n Components\n SidebarStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-sidebar\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'SidebarStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signable.html":{"url":"interfaces/Signable.html","title":"interface - Signable","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signable\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signable object interface \n\n \n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n digest\n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n digest\n \n \n \n \n \n \n \ndigest()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:11\n \n \n\n\n \n \n The message to be signed. \n\n\n \n Returns : string\n\n \n \n \n \n \n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signature.html":{"url":"interfaces/Signature.html","title":"interface - Signature","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signature\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/account.ts\n \n\n \n Description\n \n \n Meta signature interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n data\n \n \n digest\n \n \n engine\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n algo\n \n \n \n \n algo: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Algorithm used \n\n \n \n \n \n \n \n \n \n \n data\n \n \n \n \n data: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Data that was signed. \n\n \n \n \n \n \n \n \n \n \n digest\n \n \n \n \n digest: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Message digest \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n engine: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption engine used. \n\n \n \n \n \n \n \n\n\n \n interface AccountDetails {\n /** Age of user */\n age?: string;\n /** Token balance on account */\n balance?: number;\n /** Business category of user. */\n category?: string;\n /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Account identifiers */\n identities: {\n evm: {\n 'bloxberg:8996': string[];\n 'oldchain:1': string[];\n };\n latitude: number;\n longitude: number;\n };\n /** User's location */\n location: {\n area?: string;\n area_name: string;\n area_type?: string;\n };\n /** Products or services provided by user. */\n products: string[];\n /** Type of account */\n type?: string;\n /** Personal identifying information of user */\n vcard: {\n email: [\n {\n value: string;\n }\n ];\n fn: [\n {\n value: string;\n }\n ];\n n: [\n {\n value: string[];\n }\n ];\n tel: [\n {\n meta: {\n TYP: string[];\n };\n value: string;\n }\n ];\n version: [\n {\n value: string;\n }\n ];\n };\n}\n\n/** Meta signature interface */\ninterface Signature {\n /** Algorithm used */\n algo: string;\n /** Data that was signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Meta object interface */\ninterface Meta {\n /** Account details */\n data: AccountDetails;\n /** Meta store id */\n id: string;\n /** Signature used during write. */\n signature: Signature;\n}\n\n/** Meta response interface */\ninterface MetaResponse {\n /** Meta store id */\n id: string;\n /** Meta object */\n m: Meta;\n}\n\n/** Default account data object */\nconst defaultAccount: AccountDetails = {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n};\n\n/** @exports */\nexport { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signature-1.html":{"url":"interfaces/Signature-1.html","title":"interface - Signature-1","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signature\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signature object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n algo\n \n \n data\n \n \n digest\n \n \n engine\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n algo\n \n \n \n \n algo: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption algorithm used \n\n \n \n \n \n \n \n \n \n \n data\n \n \n \n \n data: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Data to be signed. \n\n \n \n \n \n \n \n \n \n \n digest\n \n \n \n \n digest: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Message digest \n\n \n \n \n \n \n \n \n \n \n engine\n \n \n \n \n engine: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Encryption engine used. \n\n \n \n \n \n \n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Signer.html":{"url":"interfaces/Signer.html","title":"interface - Signer","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Signer\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_pgp/pgp-signer.ts\n \n\n \n Description\n \n \n Signer interface \n\n \n\n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n fingerprint\n \n \n onsign\n \n \n onverify\n \n \n prepare\n \n \n sign\n \n \n verify\n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n fingerprint\n \n \n \n \n \n \n \nfingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:32\n \n \n\n\n \n \n Get the private key fingerprint.\n\n\n \n \n \n Returns : string\n\n \n \n A private key fingerprint.\n\n \n \n \n \n \n \n \n \n \n \n \n \n onsign\n \n \n \n \n \n \n \nonsign(signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:34\n \n \n\n\n \n \n Event triggered on successful signing of message. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n onverify\n \n \n \n \n \n \n \nonverify(flag: boolean)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:36\n \n \n\n\n \n \n Event triggered on successful verification of a signature. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n flag\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n prepare\n \n \n \n \n \n \n \nprepare(material: Signable)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:42\n \n \n\n\n \n \n Load the message digest.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n material\n \n Signable\n \n\n \n No\n \n\n\n \n \nA signable object.\n\n\n \n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n true - If digest has been loaded successfully.\n\n \n \n \n \n \n \n \n \n \n \n \n \n sign\n \n \n \n \n \n \n \nsign(digest: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:48\n \n \n\n\n \n \n Signs a message using a private key.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message to be signed.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n verify\n \n \n \n \n \n \n \nverify(digest: string, signature: Signature)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-signer.ts:54\n \n \n\n\n \n \n Verify that signature is valid.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n digest\n \n string\n \n\n \n No\n \n\n\n \n \nThe message that was signed.\n\n\n \n \n \n signature\n \n Signature\n \n\n \n No\n \n\n\n \n \nThe generated signature.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import * as openpgp from 'openpgp';\n\n// Application imports\nimport { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\n/** Signable object interface */\ninterface Signable {\n /** The message to be signed. */\n digest(): string;\n}\n\n/** Signature object interface */\ninterface Signature {\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n /** Encryption engine used. */\n engine: string;\n}\n\n/** Signer interface */\ninterface Signer {\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\n /** Event triggered on successful signing of message. */\n onsign(signature: Signature): void;\n /** Event triggered on successful verification of a signature. */\n onverify(flag: boolean): void;\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n prepare(material: Signable): boolean;\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n sign(digest: string): Promise;\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n verify(digest: string, signature: Signature): void;\n}\n\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Encryption engine used. */\n engine = 'pgp';\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\n /** A service that provides logging capabilities. */\n loggingService: LoggingService;\n /** Event triggered on successful signing of message. */\n onsign: (signature: Signature) => void;\n /** Event triggered on successful verification of a signature. */\n onverify: (flag: boolean) => void;\n /** Generated signature */\n signature: Signature;\n\n /**\n * Initializing the Signer.\n * @param keyStore - A keystore holding pgp keys.\n */\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n /**\n * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n /**\n * Load the message digest.\n * @param material - A signable object.\n * @returns true - If digest has been loaded successfully.\n */\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\n\n /**\n * Signs a message using a private key.\n * @async\n * @param digest - The message to be signed.\n */\n public async sign(digest: string): Promise {\n const m = openpgp.cleartext.fromText(digest);\n const pk = this.keyStore.getPrivateKey();\n if (!pk.isDecrypted()) {\n const password = window.prompt('password');\n await pk.decrypt(password);\n }\n const opts = {\n message: m,\n privateKeys: [pk],\n detached: true,\n };\n openpgp\n .sign(opts)\n .then((s) => {\n this.signature = {\n engine: this.engine,\n algo: this.algo,\n data: s.signature,\n // TODO: fix for browser later\n digest,\n };\n this.onsign(this.signature);\n })\n .catch((e) => {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onsign(undefined);\n });\n }\n\n /**\n * Verify that signature is valid.\n * @param digest - The message that was signed.\n * @param signature - The generated signature.\n */\n public verify(digest: string, signature: Signature): void {\n openpgp.signature\n .readArmored(signature.data)\n .then((sig) => {\n const opts = {\n message: openpgp.cleartext.fromText(digest),\n publicKeys: this.keyStore.getTrustedKeys(),\n signature: sig,\n };\n openpgp.verify(opts).then((v) => {\n let i = 0;\n for (i = 0; i {\n this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });\n this.onverify(false);\n });\n }\n}\n\n/** @exports */\nexport { PGPSigner, Signable, Signature, Signer };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Staff.html":{"url":"interfaces/Staff.html","title":"interface - Staff","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Staff\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/staff.ts\n \n\n \n Description\n \n \n Staff object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n comment\n \n \n email\n \n \n name\n \n \n tag\n \n \n userid\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n comment\n \n \n \n \n comment: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Comment made on the public key. \n\n \n \n \n \n \n \n \n \n \n email\n \n \n \n \n email: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Email used to create the public key. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the owner of the public key \n\n \n \n \n \n \n \n \n \n \n tag\n \n \n \n \n tag: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Tags added to the public key. \n\n \n \n \n \n \n \n \n \n \n userid\n \n \n \n \n userid: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n User ID of the owner of the public key. \n\n \n \n \n \n \n \n\n\n \n interface Staff {\n /** Comment made on the public key. */\n comment: string;\n /** Email used to create the public key. */\n email: string;\n /** Name of the owner of the public key */\n name: string;\n /** Tags added to the public key. */\n tag: number;\n /** User ID of the owner of the public key. */\n userid: string;\n}\n\n/** @exports */\nexport { Staff };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Token.html":{"url":"interfaces/Token.html","title":"interface - Token","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Token\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/token.ts\n \n\n \n Description\n \n \n Token object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n address\n \n \n decimals\n \n \n name\n \n \n Optional\n owner\n \n \n Optional\n reserveRatio\n \n \n Optional\n reserves\n \n \n supply\n \n \n symbol\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n address\n \n \n \n \n address: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the deployed token contract. \n\n \n \n \n \n \n \n \n \n \n decimals\n \n \n \n \n decimals: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Number of decimals to convert to smallest denomination of the token. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the token. \n\n \n \n \n \n \n \n \n \n \n owner\n \n \n \n \n owner: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Address of account that deployed token. \n\n \n \n \n \n \n \n \n \n \n reserveRatio\n \n \n \n \n reserveRatio: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token reserve to token minting ratio. \n\n \n \n \n \n \n \n \n \n \n reserves\n \n \n \n \n reserves: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Token reserve information \n\n \n \n \n \n \n \n \n \n \n supply\n \n \n \n \n supply: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Total token supply. \n\n \n \n \n \n \n \n \n \n \n symbol\n \n \n \n \n symbol: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n The unique token symbol. \n\n \n \n \n \n \n \n\n\n \n interface Token {\n /** Address of the deployed token contract. */\n address: string;\n /** Number of decimals to convert to smallest denomination of the token. */\n decimals: string;\n /** Name of the token. */\n name: string;\n /** Address of account that deployed token. */\n owner?: string;\n /** Token reserve to token minting ratio. */\n reserveRatio?: string;\n /** Token reserve information */\n reserves?: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E'?: {\n weight: string;\n balance: string;\n };\n };\n /** Total token supply. */\n supply: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Token };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TokenDetailsComponent.html":{"url":"components/TokenDetailsComponent.html","title":"component - TokenDetailsComponent","body":"\n \n\n\n\n\n\n Components\n TokenDetailsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/tokens/token-details/token-details.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-token-details\n \n\n \n styleUrls\n ./token-details.component.scss\n \n\n\n\n \n templateUrl\n ./token-details.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n token\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closeWindow\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:20\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n token\n \n \n \n \n Type : Token\n\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:18\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closeWindow\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:20\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:26\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/token-details/token-details.component.ts:24\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { Token } from '@app/_models';\n\n@Component({\n selector: 'app-token-details',\n templateUrl: './token-details.component.html',\n styleUrls: ['./token-details.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TokenDetailsComponent implements OnInit {\n @Input() token: Token;\n\n @Output() closeWindow: EventEmitter = new EventEmitter();\n\n constructor() {}\n\n ngOnInit(): void {}\n\n close(): void {\n this.token = null;\n this.closeWindow.emit(this.token);\n }\n}\n\n \n\n \n \n \n \n \n TOKEN DETAILS\n \n CLOSE\n \n \n \n \n \n Name: {{ token?.name }}\n \n \n Symbol: {{ token?.symbol }}\n \n \n Address: {{ token?.address }}\n \n \n Details: A community inclusive currency for trading among lower to\n middle income societies.\n \n \n Supply: {{ token?.supply | tokenRatio }}\n \n \n \n Reserve\n \n Weight: {{ token?.reserveRatio }}\n \n \n Owner: {{ token?.owner }}\n \n \n \n \n\n\n \n\n \n \n ./token-details.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' TOKEN DETAILS CLOSE Name: {{ token?.name }} Symbol: {{ token?.symbol }} Address: {{ token?.address }} Details: A community inclusive currency for trading among lower to middle income societies. Supply: {{ token?.supply | tokenRatio }} Reserve Weight: {{ token?.reserveRatio }} Owner: {{ token?.owner }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TokenDetailsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/TokenRatioPipe.html":{"url":"pipes/TokenRatioPipe.html","title":"pipe - TokenRatioPipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n TokenRatioPipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/token-ratio.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n tokenRatio\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(value: any, ...args: any[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/token-ratio.pipe.ts:5\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n value\n \n any\n \n\n \n No\n \n\n \n 0\n \n\n \n \n args\n \n any[]\n \n\n \n No\n \n\n \n \n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({ name: 'tokenRatio' })\nexport class TokenRatioPipe implements PipeTransform {\n transform(value: any = 0, ...args): any {\n return Number(value) / Math.pow(10, 6);\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TokenRegistry.html":{"url":"classes/TokenRegistry.html","title":"class - TokenRegistry","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TokenRegistry\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_eth/token-registry.ts\n \n\n \n Description\n \n \n Provides an instance of the token registry contract.\nAllows querying of tokens that have been registered as valid tokens in the network.\n\n \n\n\n\n \n Example\n \n \n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n contract\n \n \n contractAddress\n \n \n signerAddress\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n Async\n addressOf\n \n \n Public\n Async\n entry\n \n \n Public\n Async\n totalTokens\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(contractAddress: string, signerAddress?: string)\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:26\n \n \n\n \n \n Create a connection to the deployed token registry contract.\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n contractAddress\n \n \n string\n \n \n \n No\n \n \n \n \nThe deployed token registry contract's address.\n\n\n \n \n \n signerAddress\n \n \n string\n \n \n \n Yes\n \n \n \n \nThe account address of the account that deployed the token registry contract.\n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n contract\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:22\n \n \n\n \n \n The instance of the token registry contract. \n\n \n \n\n \n \n \n \n \n \n \n \n \n contractAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:24\n \n \n\n \n \n The deployed token registry contract's address. \n\n \n \n\n \n \n \n \n \n \n \n \n \n signerAddress\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/_eth/token-registry.ts:26\n \n \n\n \n \n The account address of the account that deployed the token registry contract. \n\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n Async\n addressOf\n \n \n \n \n \n \n \n \n addressOf(identifier: string)\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:57\n \n \n\n\n \n \n Returns the address of the token with a given identifier.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n identifier\n \n string\n \n\n \n No\n \n\n\n \n \nThe name or identifier of the token to be fetched from the token registry.\n\n\n \n \n \n \n \n \n Example :\n \n Prints the address of the token with the identifier 'sarafu':\n```typescript\n\nconsole.log(await addressOf('sarafu'));\n```\n\n \n \n \n Returns : Promise\n\n \n \n The address of the token assigned the specified identifier in the token registry.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n entry\n \n \n \n \n \n \n \n \n entry(serial: number)\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:75\n \n \n\n\n \n \n Returns the address of a token with the given serial in the token registry.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n serial\n \n number\n \n\n \n No\n \n\n\n \n \nThe serial number of the token to be fetched.\n\n\n \n \n \n \n \n \n Example :\n \n Prints the address of the token with the serial '2':\n```typescript\n\nconsole.log(await entry(2));\n```\n\n \n \n \n Returns : Promise\n\n \n \n The address of the token with the specified serial number.\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n Async\n totalTokens\n \n \n \n \n \n \n \n \n totalTokens()\n \n \n\n\n \n \n Defined in src/app/_eth/token-registry.ts:91\n \n \n\n\n \n \n Returns the total number of tokens that have been registered in the network.\n\n\n \n Example :\n \n Prints the total number of registered tokens:\n```typescript\n\nconsole.log(await totalTokens());\n```\n\n \n \n \n Returns : Promise\n\n \n \n The total number of registered tokens.\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import Web3 from 'web3';\n\n// Application imports\nimport { environment } from '@src/environments/environment';\nimport { Web3Service } from '@app/_services/web3.service';\n\n/** Fetch the token registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = Web3Service.getInstance();\n\n/**\n * Provides an instance of the token registry contract.\n * Allows querying of tokens that have been registered as valid tokens in the network.\n *\n * @remarks\n * This is our interface to the token registry contract.\n */\nexport class TokenRegistry {\n /** The instance of the token registry contract. */\n contract: any;\n /** The deployed token registry contract's address. */\n contractAddress: string;\n /** The account address of the account that deployed the token registry contract. */\n signerAddress: string;\n\n /**\n * Create a connection to the deployed token registry contract.\n *\n * @param contractAddress - The deployed token registry contract's address.\n * @param signerAddress - The account address of the account that deployed the token registry contract.\n */\n constructor(contractAddress: string, signerAddress?: string) {\n this.contractAddress = contractAddress;\n this.contract = new web3.eth.Contract(abi, this.contractAddress);\n if (signerAddress) {\n this.signerAddress = signerAddress;\n } else {\n this.signerAddress = web3.eth.accounts[0];\n }\n }\n\n /**\n * Returns the address of the token with a given identifier.\n *\n * @async\n * @example\n * Prints the address of the token with the identifier 'sarafu':\n * ```typescript\n * console.log(await addressOf('sarafu'));\n * ```\n *\n * @param identifier - The name or identifier of the token to be fetched from the token registry.\n * @returns The address of the token assigned the specified identifier in the token registry.\n */\n public async addressOf(identifier: string): Promise {\n const id: string = web3.eth.abi.encodeParameter('bytes32', web3.utils.toHex(identifier));\n return await this.contract.methods.addressOf(id).call();\n }\n\n /**\n * Returns the address of a token with the given serial in the token registry.\n *\n * @async\n * @example\n * Prints the address of the token with the serial '2':\n * ```typescript\n * console.log(await entry(2));\n * ```\n *\n * @param serial - The serial number of the token to be fetched.\n * @return The address of the token with the specified serial number.\n */\n public async entry(serial: number): Promise {\n return await this.contract.methods.entry(serial).call();\n }\n\n /**\n * Returns the total number of tokens that have been registered in the network.\n *\n * @async\n * @example\n * Prints the total number of registered tokens:\n * ```typescript\n * console.log(await totalTokens());\n * ```\n *\n * @returns The total number of registered tokens.\n */\n public async totalTokens(): Promise {\n return await this.contract.methods.entryCount().call();\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/TokenService.html":{"url":"injectables/TokenService.html","title":"injectable - TokenService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n TokenService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/token.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n load\n \n \n registry\n \n \n tokenRegistry\n \n \n tokens\n \n \n Private\n tokensList\n \n \n tokensSubject\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addToken\n \n \n Async\n getTokenBalance\n \n \n Async\n getTokenByAddress\n \n \n Async\n getTokenBySymbol\n \n \n Async\n getTokenName\n \n \n Async\n getTokens\n \n \n Async\n getTokenSymbol\n \n \n Async\n init\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient)\n \n \n \n \n Defined in src/app/_services/token.service.ts:20\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addToken\n \n \n \n \n \n \n \naddToken(token: Token)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:32\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n token\n \n Token\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenBalance\n \n \n \n \n \n \n \n \n getTokenBalance(address: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:73\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenByAddress\n \n \n \n \n \n \n \n \n getTokenByAddress(address: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:52\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenBySymbol\n \n \n \n \n \n \n \n \n getTokenBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:63\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n symbol\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenName\n \n \n \n \n \n \n \n \n getTokenName()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:78\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokens\n \n \n \n \n \n \n \n \n getTokens()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:44\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n getTokenSymbol\n \n \n \n \n \n \n \n \n getTokenSymbol()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:83\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:24\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n load\n \n \n \n \n \n \n Type : BehaviorSubject\n\n \n \n \n \n Default value : new BehaviorSubject(false)\n \n \n \n \n Defined in src/app/_services/token.service.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/token.service.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenRegistry\n \n \n \n \n \n \n Type : TokenRegistry\n\n \n \n \n \n Defined in src/app/_services/token.service.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/token.service.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n tokensList\n \n \n \n \n \n \n Type : BehaviorSubject>\n\n \n \n \n \n Default value : new BehaviorSubject>(\n this.tokens\n )\n \n \n \n \n Defined in src/app/_services/token.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokensSubject\n \n \n \n \n \n \n Type : Observable>\n\n \n \n \n \n Default value : this.tokensList.asObservable()\n \n \n \n \n Defined in src/app/_services/token.service.ts:19\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { CICRegistry } from '@cicnet/cic-client';\nimport { TokenRegistry } from '@app/_eth';\nimport { HttpClient } from '@angular/common/http';\nimport { RegistryService } from '@app/_services/registry.service';\nimport { Token } from '@app/_models';\nimport { BehaviorSubject, Observable, Subject } from 'rxjs';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TokenService {\n registry: CICRegistry;\n tokenRegistry: TokenRegistry;\n tokens: Array = [];\n private tokensList: BehaviorSubject> = new BehaviorSubject>(\n this.tokens\n );\n tokensSubject: Observable> = this.tokensList.asObservable();\n load: BehaviorSubject = new BehaviorSubject(false);\n\n constructor(private httpClient: HttpClient) {}\n\n async init(): Promise {\n this.registry = await RegistryService.getRegistry();\n this.tokenRegistry = new TokenRegistry(\n await this.registry.getContractAddressByName('TokenRegistry')\n );\n this.load.next(true);\n }\n\n addToken(token: Token): void {\n const savedIndex = this.tokens.findIndex((tk) => tk.address === token.address);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.tokens.splice(savedIndex, 1);\n }\n this.tokens.unshift(token);\n this.tokensList.next(this.tokens);\n }\n\n async getTokens(): Promise {\n const count: number = await this.tokenRegistry.totalTokens();\n for (let i = 0; i {\n const token: any = {};\n const tokenContract = await this.registry.addToken(address);\n token.address = address;\n token.name = await tokenContract.methods.name().call();\n token.symbol = await tokenContract.methods.symbol().call();\n token.supply = await tokenContract.methods.totalSupply().call();\n token.decimals = await tokenContract.methods.decimals().call();\n return token;\n }\n\n async getTokenBySymbol(symbol: string): Promise> {\n const tokenSubject: Subject = new Subject();\n await this.getTokens();\n this.tokensSubject.subscribe((tokens) => {\n const queriedToken = tokens.find((token) => token.symbol === symbol);\n tokenSubject.next(queriedToken);\n });\n return tokenSubject.asObservable();\n }\n\n async getTokenBalance(address: string): Promise Promise> {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.balanceOf(address).call();\n }\n\n async getTokenName(): Promise {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.name().call();\n }\n\n async getTokenSymbol(): Promise {\n const token = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await token.methods.symbol().call();\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TokenServiceStub.html":{"url":"classes/TokenServiceStub.html","title":"class - TokenServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TokenServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/token-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getBySymbol\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getBySymbol\n \n \n \n \n \n \n \ngetBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/testing/token-service-stub.ts:2\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n symbol\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n export class TokenServiceStub {\n getBySymbol(symbol: string): any {\n return {\n name: 'Reserve',\n symbol: 'RSV',\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TokensComponent.html":{"url":"components/TokensComponent.html","title":"component - TokensComponent","body":"\n \n\n\n\n\n\n Components\n TokensComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/tokens/tokens.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-tokens\n \n\n \n styleUrls\n ./tokens.component.scss\n \n\n\n\n \n templateUrl\n ./tokens.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n columnsToDisplay\n \n \n dataSource\n \n \n paginator\n \n \n sort\n \n \n token\n \n \n tokens\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n Async\n ngOnInit\n \n \n viewToken\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(tokenService: TokenService, loggingService: LoggingService, router: Router)\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:22\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:54\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:30\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n viewToken\n \n \n \n \n \n \n \nviewToken(token)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n token\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n columnsToDisplay\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['name', 'symbol', 'address', 'supply']\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n dataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n token\n \n \n \n \n \n \n Type : Token\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/tokens/tokens.component.ts:21\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit, ViewChild } from '@angular/core';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { LoggingService, TokenService } from '@app/_services';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { Router } from '@angular/router';\nimport { exportCsv } from '@app/_helpers';\nimport { Token } from '@app/_models';\n\n@Component({\n selector: 'app-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TokensComponent implements OnInit {\n dataSource: MatTableDataSource;\n columnsToDisplay: Array = ['name', 'symbol', 'address', 'supply'];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n tokens: Array;\n token: Token;\n\n constructor(\n private tokenService: TokenService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n await this.tokenService.init();\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n await this.tokenService.getTokens();\n }\n });\n this.tokenService.tokensSubject.subscribe((tokens) => {\n this.loggingService.sendInfoLevelMessage(tokens);\n this.dataSource = new MatTableDataSource(tokens);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.tokens = tokens;\n });\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n viewToken(token): void {\n this.token = token;\n }\n\n downloadCsv(): void {\n exportCsv(this.tokens, 'tokens');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Tokens\n \n \n \n \n \n Tokens\n \n EXPORT\n \n \n \n \n \n\n \n Filter \n \n search\n \n\n \n \n Name \n {{ token.name }} \n \n\n \n Symbol \n {{ token.symbol }} \n \n\n \n Address \n {{ token.address }} \n \n\n \n Supply \n {{ token.supply | tokenRatio }} \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./tokens.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Tokens Tokens EXPORT Filter search Name {{ token.name }} Symbol {{ token.symbol }} Address {{ token.address }} Supply {{ token.supply | tokenRatio }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TokensComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TokensModule.html":{"url":"modules/TokensModule.html","title":"module - TokensModule","body":"\n \n\n\n\n\n Modules\n TokensModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TokensModule\n\n\n\ncluster_TokensModule_declarations\n\n\n\ncluster_TokensModule_imports\n\n\n\n\nTokenDetailsComponent\n\nTokenDetailsComponent\n\n\n\nTokensModule\n\nTokensModule\n\nTokensModule -->\n\nTokenDetailsComponent->TokensModule\n\n\n\n\n\nTokensComponent\n\nTokensComponent\n\nTokensModule -->\n\nTokensComponent->TokensModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nTokensModule -->\n\nSharedModule->TokensModule\n\n\n\n\n\nTokensRoutingModule\n\nTokensRoutingModule\n\nTokensModule -->\n\nTokensRoutingModule->TokensModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/tokens/tokens.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n TokenDetailsComponent\n \n \n TokensComponent\n \n \n \n \n Imports\n \n \n SharedModule\n \n \n TokensRoutingModule\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TokensRoutingModule } from '@pages/tokens/tokens-routing.module';\nimport { TokensComponent } from '@pages/tokens/tokens.component';\nimport { TokenDetailsComponent } from '@pages/tokens/token-details/token-details.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatPseudoCheckboxModule, MatRippleModule } from '@angular/material/core';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSidenavModule } from '@angular/material/sidenav';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatCardModule } from '@angular/material/card';\n\n@NgModule({\n declarations: [TokensComponent, TokenDetailsComponent],\n imports: [\n CommonModule,\n TokensRoutingModule,\n SharedModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatPseudoCheckboxModule,\n MatCheckboxModule,\n MatInputModule,\n MatFormFieldModule,\n MatIconModule,\n MatSidenavModule,\n MatButtonModule,\n MatToolbarModule,\n MatCardModule,\n MatRippleModule,\n ],\n})\nexport class TokensModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TokensRoutingModule.html":{"url":"modules/TokensRoutingModule.html","title":"module - TokensRoutingModule","body":"\n \n\n\n\n\n Modules\n TokensRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/tokens/tokens-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { TokensComponent } from '@pages/tokens/tokens.component';\nimport { TokenDetailsComponent } from '@pages/tokens/token-details/token-details.component';\n\nconst routes: Routes = [\n { path: '', component: TokensComponent },\n { path: ':id', component: TokenDetailsComponent },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class TokensRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TopbarComponent.html":{"url":"components/TopbarComponent.html","title":"component - TopbarComponent","body":"\n \n\n\n\n\n\n Components\n TopbarComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/shared/topbar/topbar.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-topbar\n \n\n \n styleUrls\n ./topbar.component.scss\n \n\n\n\n \n templateUrl\n ./topbar.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/shared/topbar/topbar.component.ts:9\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/shared/topbar/topbar.component.ts:12\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-topbar',\n templateUrl: './topbar.component.html',\n styleUrls: ['./topbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TopbarComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n \n \n \n \n \n \n\n\n\n \n\n \n \n ./topbar.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TopbarComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TopbarStubComponent.html":{"url":"components/TopbarStubComponent.html","title":"component - TopbarStubComponent","body":"\n \n\n\n\n\n\n Components\n TopbarStubComponent\n\n\n\n \n Info\n \n \n Source\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/testing/shared-module-stub.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-topbar\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n \n import { Component } from '@angular/core';\n\n@Component({ selector: 'app-sidebar', template: '' })\nexport class SidebarStubComponent {}\n\n@Component({ selector: 'app-topbar', template: '' })\nexport class TopbarStubComponent {}\n\n@Component({ selector: 'app-footer', template: '' })\nexport class FooterStubComponent {}\n\n \n\n\n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TopbarStubComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Transaction.html":{"url":"interfaces/Transaction.html","title":"interface - Transaction","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Transaction\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n from\n \n \n recipient\n \n \n sender\n \n \n to\n \n \n token\n \n \n tx\n \n \n Optional\n type\n \n \n value\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n from\n \n \n \n \n from: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the transaction sender. \n\n \n \n \n \n \n \n \n \n \n recipient\n \n \n \n \n recipient: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the transaction recipient. \n\n \n \n \n \n \n \n \n \n \n sender\n \n \n \n \n sender: AccountDetails\n\n \n \n\n\n \n \n Type : AccountDetails\n\n \n \n\n\n\n\n\n \n \n Account information of the transaction sender. \n\n \n \n \n \n \n \n \n \n \n to\n \n \n \n \n to: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the transaction recipient. \n\n \n \n \n \n \n \n \n \n \n token\n \n \n \n \n token: TxToken\n\n \n \n\n\n \n \n Type : TxToken\n\n \n \n\n\n\n\n\n \n \n Transaction token information. \n\n \n \n \n \n \n \n \n \n \n tx\n \n \n \n \n tx: Tx\n\n \n \n\n\n \n \n Type : Tx\n\n \n \n\n\n\n\n\n \n \n Transaction mining information. \n\n \n \n \n \n \n \n \n \n \n type\n \n \n \n \n type: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n Type of transaction. \n\n \n \n \n \n \n \n \n \n \n value\n \n \n \n \n value: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Amount of tokens transacted. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TransactionDetailsComponent.html":{"url":"components/TransactionDetailsComponent.html","title":"component - TransactionDetailsComponent","body":"\n \n\n\n\n\n\n Components\n TransactionDetailsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/transactions/transaction-details/transaction-details.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-transaction-details\n \n\n \n styleUrls\n ./transaction-details.component.scss\n \n\n\n\n \n templateUrl\n ./transaction-details.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n recipientBloxbergLink\n \n \n senderBloxbergLink\n \n \n tokenName\n \n \n tokenSymbol\n \n \n traderBloxbergLink\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n close\n \n \n copyAddress\n \n \n Async\n ngOnInit\n \n \n Async\n reverseTransaction\n \n \n Async\n viewRecipient\n \n \n Async\n viewSender\n \n \n Async\n viewTrader\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n transaction\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n closeWindow\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, transactionService: TransactionService, snackBar: MatSnackBar, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:30\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n snackBar\n \n \n MatSnackBar\n \n \n \n No\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n transaction\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:22\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n closeWindow\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:24\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n close\n \n \n \n \n \n \n \nclose()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:86\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n copyAddress\n \n \n \n \n \n \n \ncopyAddress(address: string)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:80\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:39\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n reverseTransaction\n \n \n \n \n \n \n \n \n reverseTransaction()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:71\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewRecipient\n \n \n \n \n \n \n \n \n viewRecipient()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:63\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewSender\n \n \n \n \n \n \n \n \n viewSender()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:59\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n viewTrader\n \n \n \n \n \n \n \n \n viewTrader()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:67\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n recipientBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n senderBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenSymbol\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n traderBloxbergLink\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:28\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n OnInit,\n Output,\n} from '@angular/core';\nimport { Router } from '@angular/router';\nimport { TokenService, TransactionService } from '@app/_services';\nimport { copyToClipboard } from '@app/_helpers';\nimport { MatSnackBar } from '@angular/material/snack-bar';\nimport { strip0x } from '@src/assets/js/ethtx/dist/hex';\n\n@Component({\n selector: 'app-transaction-details',\n templateUrl: './transaction-details.component.html',\n styleUrls: ['./transaction-details.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TransactionDetailsComponent implements OnInit {\n @Input() transaction;\n\n @Output() closeWindow: EventEmitter = new EventEmitter();\n\n senderBloxbergLink: string;\n recipientBloxbergLink: string;\n traderBloxbergLink: string;\n tokenName: string;\n tokenSymbol: string;\n\n constructor(\n private router: Router,\n private transactionService: TransactionService,\n private snackBar: MatSnackBar,\n private tokenService: TokenService\n ) {}\n\n async ngOnInit(): Promise {\n await this.transactionService.init();\n await this.tokenService.init();\n if (this.transaction?.type === 'conversion') {\n this.traderBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.trader + '/transactions';\n } else {\n this.senderBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.from + '/transactions';\n this.recipientBloxbergLink =\n 'https://blockexplorer.bloxberg.org/address/' + this.transaction?.to + '/transactions';\n }\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n this.tokenSymbol = await this.tokenService.getTokenSymbol();\n this.tokenName = await this.tokenService.getTokenName();\n }\n });\n }\n\n async viewSender(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.from)}`);\n }\n\n async viewRecipient(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.to)}`);\n }\n\n async viewTrader(): Promise {\n await this.router.navigateByUrl(`/accounts/${strip0x(this.transaction.trader)}`);\n }\n\n async reverseTransaction(): Promise {\n await this.transactionService.transferRequest(\n this.transaction.token.address,\n this.transaction.to,\n this.transaction.from,\n this.transaction.value\n );\n }\n\n copyAddress(address: string): void {\n if (copyToClipboard(address)) {\n this.snackBar.open(address + ' copied successfully!', 'Close', { duration: 3000 });\n }\n }\n\n close(): void {\n this.transaction = null;\n this.closeWindow.emit(this.transaction);\n }\n}\n\n \n\n \n \n \n \n \n TRANSACTION DETAILS\n \n CLOSE\n \n \n \n \n \n \n Exchange:\n \n \n Sender: {{ transaction.sender?.vcard.fn[0].value }}\n \n Sender Address:\n {{ transaction.from }} \n \n \n View Sender\n \n \n \n Recipient: {{ transaction.recipient?.vcard.fn[0].value }}\n \n Recipient Address:\n {{ transaction.to }} \n \n \n View Recipient\n \n \n \n Amount: {{ transaction.value | tokenRatio }} {{ tokenSymbol | uppercase }}\n \n \n Token:\n \n \n \n Address:\n {{ transaction.token._address }}\n \n \n \n \n Name: {{ tokenName }}\n \n \n Symbol: {{ tokenSymbol | uppercase }}\n \n \n \n \n Transaction:\n \n \n Block: {{ transaction.tx.block }}\n \n \n Index: {{ transaction.tx.txIndex }}\n \n \n Hash: {{ transaction.tx.txHash }}\n \n \n Success: {{ transaction.tx.success }}\n \n \n Timestamp: {{ transaction.tx.timestamp | unixDate }}\n \n \n \n \n \n Resend SMS\n \n \n \n \n Reverse Transaction\n \n \n \n \n \n \n Exchange:\n \n \n Trader: {{ transaction.sender?.vcard.fn[0].value }}\n \n \n \n Trader Address:\n {{ transaction.trader }} \n \n \n \n \n \n View Trader\n \n \n \n \n Source Token:\n \n \n \n Address:\n {{ transaction.sourceToken.address }}\n \n \n \n \n Name: {{ transaction.sourceToken.name }}\n \n \n Symbol: {{ transaction.sourceToken.symbol | uppercase }}\n \n \n Amount: {{ transaction.fromValue }}\n {{ transaction.sourceToken.symbol | uppercase }}\n \n \n \n \n Destination Token:\n \n \n \n Address:\n {{ transaction.destinationToken.address }}\n \n \n \n \n Name: {{ transaction.destinationToken.name }}\n \n \n Symbol: {{ transaction.destinationToken.symbol | uppercase }}\n \n \n Amount: {{ transaction.toValue }}\n {{ transaction.destinationToken.symbol | uppercase }}\n \n \n \n \n \n Resend SMS\n \n \n \n \n Reverse Transaction\n \n \n \n \n \n\n\n \n\n \n \n ./transaction-details.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' TRANSACTION DETAILS CLOSE Exchange: Sender: {{ transaction.sender?.vcard.fn[0].value }} Sender Address: {{ transaction.from }} View Sender Recipient: {{ transaction.recipient?.vcard.fn[0].value }} Recipient Address: {{ transaction.to }} View Recipient Amount: {{ transaction.value | tokenRatio }} {{ tokenSymbol | uppercase }} Token: Address: {{ transaction.token._address }} Name: {{ tokenName }} Symbol: {{ tokenSymbol | uppercase }} Transaction: Block: {{ transaction.tx.block }} Index: {{ transaction.tx.txIndex }} Hash: {{ transaction.tx.txHash }} Success: {{ transaction.tx.success }} Timestamp: {{ transaction.tx.timestamp | unixDate }} Resend SMS Reverse Transaction Exchange: Trader: {{ transaction.sender?.vcard.fn[0].value }} Trader Address: {{ transaction.trader }} View Trader Source Token: Address: {{ transaction.sourceToken.address }} Name: {{ transaction.sourceToken.name }} Symbol: {{ transaction.sourceToken.symbol | uppercase }} Amount: {{ transaction.fromValue }} {{ transaction.sourceToken.symbol | uppercase }} Destination Token: Address: {{ transaction.destinationToken.address }} Name: {{ transaction.destinationToken.name }} Symbol: {{ transaction.destinationToken.symbol | uppercase }} Amount: {{ transaction.toValue }} {{ transaction.destinationToken.symbol | uppercase }} Resend SMS Reverse Transaction '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TransactionDetailsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/TransactionService.html":{"url":"injectables/TransactionService.html","title":"injectable - TransactionService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n TransactionService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/transaction.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n registry\n \n \n Private\n transactionList\n \n \n transactions\n \n \n transactionsSubject\n \n \n userInfo\n \n \n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addTransaction\n \n \n getAccountInfo\n \n \n getAddressTransactions\n \n \n getAllTransactions\n \n \n Async\n init\n \n \n resetTransactionsList\n \n \n Async\n setConversion\n \n \n Async\n setTransaction\n \n \n Async\n transferRequest\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, authService: AuthService, userService: UserService, loggingService: LoggingService)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:33\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n httpClient\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n authService\n \n \n AuthService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n loggingService\n \n \n LoggingService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addTransaction\n \n \n \n \n \n \n \naddTransaction(transaction, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:119\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAccountInfo\n \n \n \n \n \n \n \ngetAccountInfo(account: string, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:139\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n account\n \n string\n \n\n \n No\n \n\n \n \n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n \n 100\n \n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAddressTransactions\n \n \n \n \n \n \n \ngetAddressTransactions(address: string, offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:54\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n address\n \n string\n \n\n \n No\n \n\n\n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getAllTransactions\n \n \n \n \n \n \n \ngetAllTransactions(offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n init\n \n \n \n \n \n \n \n \n init()\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:44\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n resetTransactionsList\n \n \n \n \n \n \n \nresetTransactionsList()\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:134\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setConversion\n \n \n \n \n \n \n \n \n setConversion(conversion, cacheSize)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:94\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n conversion\n\n \n No\n \n\n\n \n \n cacheSize\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n setTransaction\n \n \n \n \n \n \n \n \n setTransaction(transaction, cacheSize: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:58\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Async\n transferRequest\n \n \n \n \n \n \n \n \n transferRequest(tokenAddress: string, senderAddress: string, recipientAddress: string, value: number)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.ts:146\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n tokenAddress\n \n string\n \n\n \n No\n \n\n\n \n \n senderAddress\n \n string\n \n\n \n No\n \n\n\n \n \n recipientAddress\n \n string\n \n\n \n No\n \n\n\n \n \n value\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n registry\n \n \n \n \n \n \n Type : CICRegistry\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n \n Private\n transactionList\n \n \n \n \n \n \n Default value : new BehaviorSubject(this.transactions)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactions\n \n \n \n \n \n \n Type : any[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsSubject\n \n \n \n \n \n \n Default value : this.transactionList.asObservable()\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n userInfo\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:32\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport { first } from 'rxjs/operators';\nimport { BehaviorSubject, Observable } from 'rxjs';\nimport { environment } from '@src/environments/environment';\nimport { Envelope, User } from 'cic-client-meta';\nimport { UserService } from '@app/_services/user.service';\nimport { Keccak } from 'sha3';\nimport { utils } from 'ethers';\nimport { add0x, fromHex, strip0x, toHex } from '@src/assets/js/ethtx/dist/hex';\nimport { Tx } from '@src/assets/js/ethtx/dist';\nimport { toValue } from '@src/assets/js/ethtx/dist/tx';\nimport * as secp256k1 from 'secp256k1';\nimport { AuthService } from '@app/_services/auth.service';\nimport { defaultAccount } from '@app/_models';\nimport { LoggingService } from '@app/_services/logging.service';\nimport { HttpClient } from '@angular/common/http';\nimport { CICRegistry } from '@cicnet/cic-client';\nimport { RegistryService } from '@app/_services/registry.service';\nimport Web3 from 'web3';\nimport { Web3Service } from '@app/_services/web3.service';\nimport { KeystoreService } from '@app/_services/keystore.service';\nconst vCard = require('vcard-parser');\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TransactionService {\n transactions: any[] = [];\n private transactionList = new BehaviorSubject(this.transactions);\n transactionsSubject = this.transactionList.asObservable();\n userInfo: any;\n web3: Web3;\n registry: CICRegistry;\n\n constructor(\n private httpClient: HttpClient,\n private authService: AuthService,\n private userService: UserService,\n private loggingService: LoggingService\n ) {\n this.web3 = Web3Service.getInstance();\n }\n\n async init(): Promise {\n await this.authService.init();\n await this.userService.init();\n this.registry = await RegistryService.getRegistry();\n }\n\n getAllTransactions(offset: number, limit: number): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tx/${offset}/${limit}`);\n }\n\n getAddressTransactions(address: string, offset: number, limit: number): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tx/user/${address}/${offset}/${limit}`);\n }\n\n async setTransaction(transaction, cacheSize: number): Promise {\n if (this.transactions.find((cachedTx) => cachedTx.tx.txHash === transaction.tx.txHash)) {\n return;\n }\n transaction.value = Number(transaction.value);\n transaction.type = 'transaction';\n try {\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(transaction.from))\n .pipe(first())\n .subscribe(\n (res) => {\n transaction.sender = this.getAccountInfo(res, cacheSize);\n },\n (error) => {\n transaction.sender = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(transaction.to))\n .pipe(first())\n .subscribe(\n (res) => {\n transaction.recipient = this.getAccountInfo(res, cacheSize);\n },\n (error) => {\n transaction.recipient = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n } finally {\n this.addTransaction(transaction, cacheSize);\n }\n }\n\n async setConversion(conversion, cacheSize): Promise {\n if (this.transactions.find((cachedTx) => cachedTx.tx.txHash === conversion.tx.txHash)) {\n return;\n }\n conversion.type = 'conversion';\n conversion.fromValue = Number(conversion.fromValue);\n conversion.toValue = Number(conversion.toValue);\n try {\n this.userService\n .getAccountDetailsFromMeta(await User.toKey(conversion.trader))\n .pipe(first())\n .subscribe(\n (res) => {\n conversion.sender = conversion.recipient = this.getAccountInfo(res);\n },\n (error) => {\n conversion.sender = conversion.recipient = defaultAccount;\n this.userService.addAccount(defaultAccount, cacheSize);\n }\n );\n } finally {\n this.addTransaction(conversion, cacheSize);\n }\n }\n\n addTransaction(transaction, cacheSize: number): void {\n const savedIndex = this.transactions.findIndex((tx) => tx.tx.txHash === transaction.tx.txHash);\n if (savedIndex === 0) {\n return;\n }\n if (savedIndex > 0) {\n this.transactions.splice(savedIndex, 1);\n }\n this.transactions.unshift(transaction);\n if (this.transactions.length > cacheSize) {\n this.transactions.length = Math.min(this.transactions.length, cacheSize);\n }\n this.transactionList.next(this.transactions);\n }\n\n resetTransactionsList(): void {\n this.transactions = [];\n this.transactionList.next(this.transactions);\n }\n\n getAccountInfo(account: string, cacheSize: number = 100): any {\n const accountInfo = Envelope.fromJSON(JSON.stringify(account)).unwrap().m.data;\n accountInfo.vcard = vCard.parse(atob(accountInfo.vcard));\n this.userService.addAccount(accountInfo, cacheSize);\n return accountInfo;\n }\n\n async transferRequest(\n tokenAddress: string,\n senderAddress: string,\n recipientAddress: string,\n value: number\n ): Promise {\n const transferAuthAddress = await this.registry.getContractAddressByName(\n 'TransferAuthorization'\n );\n const hashFunction = new Keccak(256);\n hashFunction.update('createRequest(address,address,address,uint256)');\n const hash = hashFunction.digest();\n const methodSignature = hash.toString('hex').substring(0, 8);\n const abiCoder = new utils.AbiCoder();\n const abi = await abiCoder.encode(\n ['address', 'address', 'address', 'uint256'],\n [senderAddress, recipientAddress, tokenAddress, value]\n );\n const data = fromHex(methodSignature + strip0x(abi));\n const tx = new Tx(environment.bloxbergChainId);\n tx.nonce = await this.web3.eth.getTransactionCount(senderAddress);\n tx.gasPrice = Number(await this.web3.eth.getGasPrice());\n tx.gasLimit = 8000000;\n tx.to = fromHex(strip0x(transferAuthAddress));\n tx.value = toValue(value);\n tx.data = data;\n const txMsg = tx.message();\n const keystore = await KeystoreService.getKeystore();\n const privateKey = keystore.getPrivateKey();\n if (!privateKey.isDecrypted()) {\n const password = window.prompt('password');\n await privateKey.decrypt(password);\n }\n const signatureObject = secp256k1.ecdsaSign(txMsg, privateKey.keyPacket.privateParams.d);\n const r = signatureObject.signature.slice(0, 32);\n const s = signatureObject.signature.slice(32);\n const v = signatureObject.recid;\n tx.setSignature(r, s, v);\n const txWire = add0x(toHex(tx.serializeRLP()));\n const result = await this.web3.eth.sendSignedTransaction(txWire);\n this.loggingService.sendInfoLevelMessage(`Result: ${result}`);\n const transaction = await this.web3.eth.getTransaction(result.transactionHash);\n this.loggingService.sendInfoLevelMessage(`Transaction: ${transaction}`);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/TransactionServiceStub.html":{"url":"classes/TransactionServiceStub.html","title":"class - TransactionServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n TransactionServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/transaction-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getAllTransactions\n \n \n setConversion\n \n \n setTransaction\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getAllTransactions\n \n \n \n \n \n \n \ngetAllTransactions(offset: number, limit: number)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:8\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n offset\n \n number\n \n\n \n No\n \n\n\n \n \n limit\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setConversion\n \n \n \n \n \n \n \nsetConversion(conversion: any)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:6\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n conversion\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setTransaction\n \n \n \n \n \n \n \nsetTransaction(transaction: any, cacheSize: number)\n \n \n\n\n \n \n Defined in src/testing/transaction-service-stub.ts:4\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n transaction\n \n any\n \n\n \n No\n \n\n\n \n \n cacheSize\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Observable, of } from 'rxjs';\n\nexport class TransactionServiceStub {\n setTransaction(transaction: any, cacheSize: number): void {}\n\n setConversion(conversion: any): void {}\n\n getAllTransactions(offset: number, limit: number): Observable {\n return of('Hello World');\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/TransactionsComponent.html":{"url":"components/TransactionsComponent.html","title":"component - TransactionsComponent","body":"\n \n\n\n\n\n\n Components\n TransactionsComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/transactions/transactions.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n AfterViewInit\n \n\n\n\n Metadata\n \n \n\n \n changeDetection\n ChangeDetectionStrategy.OnPush\n \n\n\n\n\n\n\n\n\n\n\n \n selector\n app-transactions\n \n\n \n styleUrls\n ./transactions.component.scss\n \n\n\n\n \n templateUrl\n ./transactions.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n defaultPageSize\n \n \n pageSizeOptions\n \n \n paginator\n \n \n sort\n \n \n tokenSymbol\n \n \n transaction\n \n \n transactionDataSource\n \n \n transactionDisplayedColumns\n \n \n transactions\n \n \n transactionsType\n \n \n transactionsTypes\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n doFilter\n \n \n downloadCsv\n \n \n filterTransactions\n \n \n ngAfterViewInit\n \n \n Async\n ngOnInit\n \n \n viewTransaction\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(blockSyncService: BlockSyncService, transactionService: TransactionService, userService: UserService, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:34\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n blockSyncService\n \n \n BlockSyncService\n \n \n \n No\n \n \n \n \n transactionService\n \n \n TransactionService\n \n \n \n No\n \n \n \n \n userService\n \n \n UserService\n \n \n \n No\n \n \n \n \n tokenService\n \n \n TokenService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n doFilter\n \n \n \n \n \n \n \ndoFilter(value: string, dataSource)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:70\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n string\n \n\n \n No\n \n\n\n \n \n dataSource\n \n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n downloadCsv\n \n \n \n \n \n \n \ndownloadCsv()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:92\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n filterTransactions\n \n \n \n \n \n \n \nfilterTransactions()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:74\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:87\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n ngOnInit\n \n \n \n \n \n \n \n \n ngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:43\n \n \n\n\n \n \n\n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n viewTransaction\n \n \n \n \n \n \n \nviewTransaction(transaction)\n \n \n\n\n \n \n Defined in src/app/pages/transactions/transactions.component.ts:66\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n transaction\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n defaultPageSize\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 10\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:25\n \n \n\n\n \n \n \n \n \n \n \n \n \n pageSizeOptions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [10, 20, 50, 100]\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n paginator\n \n \n \n \n \n \n Type : MatPaginator\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatPaginator)\n \n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n \n sort\n \n \n \n \n \n \n Type : MatSort\n\n \n \n \n \n Decorators : \n \n \n @ViewChild(MatSort)\n \n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n \n tokenSymbol\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n \n transaction\n \n \n \n \n \n \n Type : Transaction\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionDataSource\n \n \n \n \n \n \n Type : MatTableDataSource\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionDisplayedColumns\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['sender', 'recipient', 'value', 'created', 'type']\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsType\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'all'\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n transactionsTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:30\n \n \n\n\n \n \n\n\n\n\n\n \n import {\n AfterViewInit,\n ChangeDetectionStrategy,\n Component,\n OnInit,\n ViewChild,\n} from '@angular/core';\nimport { BlockSyncService, TokenService, TransactionService, UserService } from '@app/_services';\nimport { MatTableDataSource } from '@angular/material/table';\nimport { MatPaginator } from '@angular/material/paginator';\nimport { MatSort } from '@angular/material/sort';\nimport { exportCsv } from '@app/_helpers';\nimport { first } from 'rxjs/operators';\nimport { Transaction } from '@app/_models';\n\n@Component({\n selector: 'app-transactions',\n templateUrl: './transactions.component.html',\n styleUrls: ['./transactions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TransactionsComponent implements OnInit, AfterViewInit {\n transactionDataSource: MatTableDataSource;\n transactionDisplayedColumns: Array = ['sender', 'recipient', 'value', 'created', 'type'];\n defaultPageSize: number = 10;\n pageSizeOptions: Array = [10, 20, 50, 100];\n transactions: Array;\n transaction: Transaction;\n transactionsType: string = 'all';\n transactionsTypes: Array;\n tokenSymbol: string;\n\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(\n private blockSyncService: BlockSyncService,\n private transactionService: TransactionService,\n private userService: UserService,\n private tokenService: TokenService\n ) {}\n\n async ngOnInit(): Promise {\n this.transactionService.transactionsSubject.subscribe((transactions) => {\n this.transactionDataSource = new MatTableDataSource(transactions);\n this.transactionDataSource.paginator = this.paginator;\n this.transactionDataSource.sort = this.sort;\n this.transactions = transactions;\n });\n await this.blockSyncService.init();\n await this.tokenService.init();\n await this.transactionService.init();\n await this.userService.init();\n await this.blockSyncService.blockSync();\n this.userService\n .getTransactionTypes()\n .pipe(first())\n .subscribe((res) => (this.transactionsTypes = res));\n this.tokenService.load.subscribe(async (status: boolean) => {\n if (status) {\n this.tokenSymbol = await this.tokenService.getTokenSymbol();\n }\n });\n }\n\n viewTransaction(transaction): void {\n this.transaction = transaction;\n }\n\n doFilter(value: string, dataSource): void {\n dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n filterTransactions(): void {\n if (this.transactionsType === 'all') {\n this.transactionService.transactionsSubject.subscribe((transactions) => {\n this.transactionDataSource.data = transactions;\n this.transactions = transactions;\n });\n } else {\n this.transactionDataSource.data = this.transactions.filter(\n (transaction) => transaction.type === this.transactionsType\n );\n }\n }\n\n ngAfterViewInit(): void {\n this.transactionDataSource.paginator = this.paginator;\n this.transactionDataSource.sort = this.sort;\n }\n\n downloadCsv(): void {\n exportCsv(this.transactions, 'transactions');\n }\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Transactions\n \n \n \n Transfers \n \n \n\n \n \n TRANSFER TYPE \n \n ALL TRANSFERS\n \n {{ transactionType | uppercase }}\n \n \n \n \n EXPORT\n \n \n\n \n Filter \n \n search\n \n\n \n \n Sender\n \n {{ transaction?.sender?.vcard.fn[0].value || transaction.from }}\n \n \n\n \n Recipient\n \n {{ transaction?.recipient?.vcard.fn[0].value || transaction.to }}\n \n \n\n \n Value\n \n {{ transaction?.value | tokenRatio }} {{ tokenSymbol | uppercase }}\n {{ transaction?.toValue | tokenRatio }} {{ tokenSymbol | uppercase }}\n \n \n\n \n Created\n \n {{ transaction?.tx.timestamp | unixDate }}\n \n \n\n \n TYPE\n \n {{ transaction?.type }} \n \n \n\n \n \n \n\n \n \n \n \n \n \n \n \n \n\n\n \n\n \n \n ./transactions.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Home Transactions Transfers TRANSFER TYPE ALL TRANSFERS {{ transactionType | uppercase }} EXPORT Filter search Sender {{ transaction?.sender?.vcard.fn[0].value || transaction.from }} Recipient {{ transaction?.recipient?.vcard.fn[0].value || transaction.to }} Value {{ transaction?.value | tokenRatio }} {{ tokenSymbol | uppercase }} {{ transaction?.toValue | tokenRatio }} {{ tokenSymbol | uppercase }} Created {{ transaction?.tx.timestamp | unixDate }} TYPE {{ transaction?.type }} '\n var COMPONENTS = [{'name': 'AccountDetailsComponent', 'selector': 'app-account-details'},{'name': 'AccountsComponent', 'selector': 'app-accounts'},{'name': 'AccountSearchComponent', 'selector': 'app-account-search'},{'name': 'AdminComponent', 'selector': 'app-admin'},{'name': 'AppComponent', 'selector': 'app-root'},{'name': 'AuthComponent', 'selector': 'app-auth'},{'name': 'CreateAccountComponent', 'selector': 'app-create-account'},{'name': 'ErrorDialogComponent', 'selector': 'app-error-dialog'},{'name': 'FooterComponent', 'selector': 'app-footer'},{'name': 'FooterStubComponent', 'selector': 'app-footer'},{'name': 'NetworkStatusComponent', 'selector': 'app-network-status'},{'name': 'OrganizationComponent', 'selector': 'app-organization'},{'name': 'PagesComponent', 'selector': 'app-pages'},{'name': 'SettingsComponent', 'selector': 'app-settings'},{'name': 'SidebarComponent', 'selector': 'app-sidebar'},{'name': 'SidebarStubComponent', 'selector': 'app-sidebar'},{'name': 'TokenDetailsComponent', 'selector': 'app-token-details'},{'name': 'TokensComponent', 'selector': 'app-tokens'},{'name': 'TopbarComponent', 'selector': 'app-topbar'},{'name': 'TopbarStubComponent', 'selector': 'app-topbar'},{'name': 'TransactionDetailsComponent', 'selector': 'app-transaction-details'},{'name': 'TransactionsComponent', 'selector': 'app-transactions'}];\n var DIRECTIVES = [{'name': 'MenuSelectionDirective', 'selector': '[appMenuSelection]'},{'name': 'MenuToggleDirective', 'selector': '[appMenuToggle]'},{'name': 'PasswordToggleDirective', 'selector': '[appPasswordToggle]'},{'name': 'RouterLinkDirectiveStub', 'selector': '[appRouterLink]'}];\n var ACTUAL_COMPONENT = {'name': 'TransactionsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TransactionsModule.html":{"url":"modules/TransactionsModule.html","title":"module - TransactionsModule","body":"\n \n\n\n\n\n Modules\n TransactionsModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_TransactionsModule\n\n\n\ncluster_TransactionsModule_exports\n\n\n\ncluster_TransactionsModule_imports\n\n\n\ncluster_TransactionsModule_declarations\n\n\n\n\nTransactionDetailsComponent\n\nTransactionDetailsComponent\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nTransactionsModule -->\n\nTransactionDetailsComponent->TransactionsModule\n\n\n\n\n\nTransactionsComponent\n\nTransactionsComponent\n\nTransactionsModule -->\n\nTransactionsComponent->TransactionsModule\n\n\n\n\n\nTransactionDetailsComponent \n\nTransactionDetailsComponent \n\nTransactionDetailsComponent -->\n\nTransactionsModule->TransactionDetailsComponent \n\n\n\n\n\nSharedModule\n\nSharedModule\n\nTransactionsModule -->\n\nSharedModule->TransactionsModule\n\n\n\n\n\nTransactionsRoutingModule\n\nTransactionsRoutingModule\n\nTransactionsModule -->\n\nTransactionsRoutingModule->TransactionsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/transactions/transactions.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n TransactionDetailsComponent\n \n \n TransactionsComponent\n \n \n \n \n Imports\n \n \n SharedModule\n \n \n TransactionsRoutingModule\n \n \n \n \n Exports\n \n \n TransactionDetailsComponent\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { TransactionsRoutingModule } from '@pages/transactions/transactions-routing.module';\nimport { TransactionsComponent } from '@pages/transactions/transactions.component';\nimport { TransactionDetailsComponent } from '@pages/transactions/transaction-details/transaction-details.component';\nimport { SharedModule } from '@app/shared/shared.module';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatSelectModule } from '@angular/material/select';\nimport { MatCardModule } from '@angular/material/card';\nimport { MatRippleModule } from '@angular/material/core';\nimport { MatSnackBarModule } from '@angular/material/snack-bar';\n\n@NgModule({\n declarations: [TransactionsComponent, TransactionDetailsComponent],\n exports: [TransactionDetailsComponent],\n imports: [\n CommonModule,\n TransactionsRoutingModule,\n SharedModule,\n MatTableModule,\n MatCheckboxModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n MatButtonModule,\n MatIconModule,\n MatSelectModule,\n MatCardModule,\n MatRippleModule,\n MatSnackBarModule,\n ],\n})\nexport class TransactionsModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/TransactionsRoutingModule.html":{"url":"modules/TransactionsRoutingModule.html","title":"module - TransactionsRoutingModule","body":"\n \n\n\n\n\n Modules\n TransactionsRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/pages/transactions/transactions-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { Routes, RouterModule } from '@angular/router';\n\nimport { TransactionsComponent } from '@pages/transactions/transactions.component';\n\nconst routes: Routes = [{ path: '', component: TransactionsComponent }];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class TransactionsRoutingModule {}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Tx.html":{"url":"interfaces/Tx.html","title":"interface - Tx","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Tx\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction data interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n block\n \n \n success\n \n \n timestamp\n \n \n txHash\n \n \n txIndex\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n block\n \n \n \n \n block: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Transaction block number. \n\n \n \n \n \n \n \n \n \n \n success\n \n \n \n \n success: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n\n\n\n\n \n \n Transaction mining status. \n\n \n \n \n \n \n \n \n \n \n timestamp\n \n \n \n \n timestamp: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Time transaction was mined. \n\n \n \n \n \n \n \n \n \n \n txHash\n \n \n \n \n txHash: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Hash generated by transaction. \n\n \n \n \n \n \n \n \n \n \n txIndex\n \n \n \n \n txIndex: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n Index of transaction in block. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TxToken.html":{"url":"interfaces/TxToken.html","title":"interface - TxToken","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n TxToken\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/transaction.ts\n \n\n \n Description\n \n \n Transaction token object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n address\n \n \n name\n \n \n symbol\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n address\n \n \n \n \n address: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Address of the deployed token contract. \n\n \n \n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n Name of the token. \n\n \n \n \n \n \n \n \n \n \n symbol\n \n \n \n \n symbol: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n The unique token symbol. \n\n \n \n \n \n \n \n\n\n \n import { AccountDetails } from '@app/_models/account';\n\n/** Conversion object interface */\ninterface Conversion {\n /** Final transaction token information. */\n destinationToken: TxToken;\n /** Initial transaction token amount. */\n fromValue: number;\n /** Initial transaction token information. */\n sourceToken: TxToken;\n /** Final transaction token amount. */\n toValue: number;\n /** Address of the initiator of the conversion. */\n trader: string;\n /** Conversion mining information. */\n tx: Tx;\n /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Type of transaction. */\n type?: string;\n /** Amount of tokens transacted. */\n value: number;\n}\n\n/** Transaction data interface */\ninterface Tx {\n /** Transaction block number. */\n block: number;\n /** Transaction mining status. */\n success: boolean;\n /** Time transaction was mined. */\n timestamp: number;\n /** Hash generated by transaction. */\n txHash: string;\n /** Index of transaction in block. */\n txIndex: number;\n}\n\n/** Transaction token object interface */\ninterface TxToken {\n /** Address of the deployed token contract. */\n address: string;\n /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n}\n\n/** @exports */\nexport { Conversion, Transaction, Tx, TxToken };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"pipes/UnixDatePipe.html":{"url":"pipes/UnixDatePipe.html","title":"pipe - UnixDatePipe","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n Pipes\n UnixDatePipe\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/shared/_pipes/unix-date.pipe.ts\n \n\n\n\n \n Metadata\n \n \n \n Name\n unixDate\n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n transform\n \n \n \n \n \n \n \ntransform(timestamp: number, ...args: unknown[])\n \n \n\n\n \n \n Defined in src/app/shared/_pipes/unix-date.pipe.ts:7\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n timestamp\n \n number\n \n\n \n No\n \n\n\n \n \n args\n \n unknown[]\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import { Pipe, PipeTransform } from '@angular/core';\n\n@Pipe({\n name: 'unixDate',\n})\nexport class UnixDatePipe implements PipeTransform {\n transform(timestamp: number, ...args: unknown[]): any {\n return new Date(timestamp * 1000).toLocaleDateString('en-GB');\n }\n}\n\n \n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/UserServiceStub.html":{"url":"classes/UserServiceStub.html","title":"class - UserServiceStub","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n UserServiceStub\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/testing/user-service-stub.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n actions\n \n \n users\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n approveAction\n \n \n getActionById\n \n \n getUser\n \n \n getUserById\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n {\n id: 6,\n user: 'Patience',\n role: 'enroller',\n action: 'Change user information',\n approval: false,\n },\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:72\n \n \n\n\n \n \n \n \n \n \n \n \n \n users\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : [\n {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n },\n {\n id: 2,\n name: 'Jane Buck',\n phone: '+25412341234',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'vendor',\n created: '04/02/2020',\n balance: '56281',\n failedPinAttempts: 0,\n status: 'approved',\n bio: 'Groceries',\n gender: 'female',\n },\n {\n id: 3,\n name: 'Mc Donald',\n phone: '+25498765432',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'group',\n created: '11/16/2020',\n balance: '450',\n failedPinAttempts: 2,\n status: 'unapproved',\n bio: 'Food',\n gender: 'male',\n },\n {\n id: 4,\n name: 'Hera Cles',\n phone: '+25498769876',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '05/28/2020',\n balance: '5621',\n failedPinAttempts: 3,\n status: 'approved',\n bio: 'Shop',\n gender: 'female',\n },\n {\n id: 5,\n name: 'Silver Fia',\n phone: '+25462518374',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'token agent',\n created: '10/10/2020',\n balance: '817',\n failedPinAttempts: 0,\n status: 'unapproved',\n bio: 'Electronics',\n gender: 'male',\n },\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:4\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n approveAction\n \n \n \n \n \n \n \napproveAction(id: number)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:134\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getActionById\n \n \n \n \n \n \n \ngetActionById(id: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:124\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getUser\n \n \n \n \n \n \n \ngetUser(userKey: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:103\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n userKey\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getUserById\n \n \n \n \n \n \n \ngetUserById(id: string)\n \n \n\n\n \n \n Defined in src/testing/user-service-stub.ts:87\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n id\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { Observable, of } from 'rxjs';\n\nexport class UserServiceStub {\n users = [\n {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n },\n {\n id: 2,\n name: 'Jane Buck',\n phone: '+25412341234',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'vendor',\n created: '04/02/2020',\n balance: '56281',\n failedPinAttempts: 0,\n status: 'approved',\n bio: 'Groceries',\n gender: 'female',\n },\n {\n id: 3,\n name: 'Mc Donald',\n phone: '+25498765432',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'group',\n created: '11/16/2020',\n balance: '450',\n failedPinAttempts: 2,\n status: 'unapproved',\n bio: 'Food',\n gender: 'male',\n },\n {\n id: 4,\n name: 'Hera Cles',\n phone: '+25498769876',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '05/28/2020',\n balance: '5621',\n failedPinAttempts: 3,\n status: 'approved',\n bio: 'Shop',\n gender: 'female',\n },\n {\n id: 5,\n name: 'Silver Fia',\n phone: '+25462518374',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'token agent',\n created: '10/10/2020',\n balance: '817',\n failedPinAttempts: 0,\n status: 'unapproved',\n bio: 'Electronics',\n gender: 'male',\n },\n ];\n\n actions = [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n {\n id: 6,\n user: 'Patience',\n role: 'enroller',\n action: 'Change user information',\n approval: false,\n },\n ];\n\n getUserById(id: string): any {\n return {\n id: 1,\n name: 'John Doe',\n phone: '+25412345678',\n address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865',\n type: 'user',\n created: '08/16/2020',\n balance: '12987',\n failedPinAttempts: 1,\n status: 'approved',\n bio: 'Bodaboda',\n gender: 'male',\n };\n }\n\n getUser(userKey: string): Observable {\n console.log('Here');\n return of({\n dateRegistered: 1595537208,\n key: {\n ethereum: [\n '0x51d3c8e2e421604e2b644117a362d589c5434739',\n '0x9D7c284907acbd4a0cE2dDD0AA69147A921a573D',\n ],\n },\n location: {\n external: {},\n latitude: '22.430670',\n longitude: '151.002995',\n },\n selling: ['environment', 'health', 'transport'],\n vcard:\n 'QkVHSU46VkNBUkQNClZFUlNJT046My4wDQpFTUFJTDphYXJuZXNlbkBob3RtYWlsLmNvbQ0KRk46S3VydMKgS3JhbmpjDQpOOktyYW5qYztLdXJ0Ozs7DQpURUw7VFlQPUNFTEw6NjkyNTAzMzQ5ODE5Ng0KRU5EOlZDQVJEDQo=',\n });\n }\n\n getActionById(id: string): any {\n return {\n id: 1,\n user: 'Tom',\n role: 'enroller',\n action: 'Disburse RSV 100',\n approval: false,\n };\n }\n\n approveAction(id: number): any {\n return {\n id: 1,\n user: 'Tom',\n role: 'enroller',\n action: 'Disburse RSV 100',\n approval: true,\n };\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/W3.html":{"url":"interfaces/W3.html","title":"interface - W3","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n W3\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_models/settings.ts\n \n\n \n Description\n \n \n Web3 object interface \n\n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n engine\n \n \n provider\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n engine\n \n \n \n \n engine: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n An active web3 instance connected to the blockchain network. \n\n \n \n \n \n \n \n \n \n \n provider\n \n \n \n \n provider: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n The connection socket to the blockchain network. \n\n \n \n \n \n \n \n\n\n \n class Settings {\n /** CIC Registry instance */\n registry: any;\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** Transaction Helper instance */\n txHelper: any;\n /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n\n /**\n * Initialize the settings.\n *\n * @param scanFilter - A resource for searching through blocks on the blockchain network.\n */\n constructor(scanFilter: any) {\n this.scanFilter = scanFilter;\n }\n}\n\n/** Web3 object interface */\ninterface W3 {\n /** An active web3 instance connected to the blockchain network. */\n engine: any;\n /** The connection socket to the blockchain network. */\n provider: any;\n}\n\n/** @exports */\nexport { Settings, W3 };\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/Web3Service.html":{"url":"injectables/Web3Service.html","title":"injectable - Web3Service","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n Web3Service\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/_services/web3.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n Static\n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n getInstance\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/_services/web3.service.ts:9\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n getInstance\n \n \n \n \n \n \n \n \n getInstance()\n \n \n\n\n \n \n Defined in src/app/_services/web3.service.ts:13\n \n \n\n\n \n \n\n \n Returns : Web3\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n Static\n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Defined in src/app/_services/web3.service.ts:9\n \n \n\n\n \n \n\n\n \n\n\n \n import { Injectable } from '@angular/core';\nimport Web3 from 'web3';\nimport { environment } from '@src/environments/environment';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class Web3Service {\n private static web3: Web3;\n\n constructor() {}\n\n public static getInstance(): Web3 {\n if (!Web3Service.web3) {\n Web3Service.web3 = new Web3(environment.web3Provider);\n }\n return Web3Service.web3;\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n class\n AccountIndex\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n variable\n abi\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/accountIndex.ts\n \n variable\n web3\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n class\n TokenRegistry\n \n 100 %\n (8/8)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n variable\n abi\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_eth/token-registry.ts\n \n variable\n web3\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_guards/auth.guard.ts\n \n guard\n AuthGuard\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_guards/role.guard.ts\n \n guard\n RoleGuard\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/array-sum.ts\n \n function\n arraySum\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/clipboard-copy.ts\n \n function\n copyToClipboard\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/custom-error-state-matcher.ts\n \n class\n CustomErrorStateMatcher\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_helpers/custom.validator.ts\n \n class\n CustomValidator\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/export-csv.ts\n \n function\n exportCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n class\n HttpError\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n injectable\n GlobalErrorHandler\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n function\n rejectBody\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_helpers/http-getter.ts\n \n function\n HttpGetter\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n interceptor\n MockBackendInterceptor\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n accountTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n actions\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n areaNames\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n areaTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n categories\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n genders\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n MockBackendProvider\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n tokens\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/mock-backend.ts\n \n variable\n transactionTypes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n function\n parseData\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n function\n readCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n variable\n objCsv\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n function\n personValidation\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n function\n vcardValidation\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_helpers/sync.ts\n \n function\n updateSyncable\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_interceptors/error.interceptor.ts\n \n interceptor\n ErrorInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_interceptors/http-config.interceptor.ts\n \n interceptor\n HttpConfigInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_interceptors/logging.interceptor.ts\n \n interceptor\n LoggingInterceptor\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n AccountDetails\n \n 100 %\n (11/11)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n Meta\n \n 100 %\n (4/4)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n MetaResponse\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/account.ts\n \n interface\n Signature\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/_models/account.ts\n \n variable\n defaultAccount\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n Action\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n AreaName\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n AreaType\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/mappings.ts\n \n interface\n Category\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/settings.ts\n \n class\n Settings\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/settings.ts\n \n interface\n W3\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/_models/staff.ts\n \n interface\n Staff\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/token.ts\n \n interface\n Token\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Conversion\n \n 100 %\n (8/8)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Transaction\n \n 100 %\n (9/9)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n Tx\n \n 100 %\n (6/6)\n \n \n \n \n \n src/app/_models/transaction.ts\n \n interface\n TxToken\n \n 100 %\n (4/4)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n class\n MutablePgpKeyStore\n \n 100 %\n (26/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n interface\n MutableKeyStore\n \n 100 %\n (26/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n variable\n keyring\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n class\n PGPSigner\n \n 100 %\n (14/14)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signable\n \n 100 %\n (2/2)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signature\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signer\n \n 100 %\n (7/7)\n \n \n \n \n \n src/app/_services/auth.service.ts\n \n injectable\n AuthService\n \n 0 %\n (0/22)\n \n \n \n \n \n src/app/_services/block-sync.service.ts\n \n injectable\n BlockSyncService\n \n 0 %\n (0/10)\n \n \n \n \n \n src/app/_services/error-dialog.service.ts\n \n injectable\n ErrorDialogService\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/_services/keystore.service.ts\n \n injectable\n KeystoreService\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/_services/location.service.ts\n \n injectable\n LocationService\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/_services/logging.service.ts\n \n injectable\n LoggingService\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/_services/registry.service.ts\n \n injectable\n RegistryService\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/_services/token.service.ts\n \n injectable\n TokenService\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n injectable\n TransactionService\n \n 0 %\n (0/17)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n variable\n vCard\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_services/user.service.ts\n \n injectable\n UserService\n \n 0 %\n (0/35)\n \n \n \n \n \n src/app/_services/user.service.ts\n \n variable\n vCard\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_services/web3.service.ts\n \n injectable\n Web3Service\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/app.component.ts\n \n component\n AppComponent\n \n 0 %\n (0/10)\n \n \n \n \n \n src/app/auth/_directives/password-toggle.directive.ts\n \n directive\n PasswordToggleDirective\n \n 100 %\n (5/5)\n \n \n \n \n \n src/app/auth/auth.component.ts\n \n component\n AuthComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/accounts/account-details/account-details.component.ts\n \n component\n AccountDetailsComponent\n \n 0 %\n (0/44)\n \n \n \n \n \n src/app/pages/accounts/account-search/account-search.component.ts\n \n component\n AccountSearchComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/pages/accounts/accounts.component.ts\n \n component\n AccountsComponent\n \n 0 %\n (0/17)\n \n \n \n \n \n src/app/pages/accounts/create-account/create-account.component.ts\n \n component\n CreateAccountComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/admin/admin.component.ts\n \n component\n AdminComponent\n \n 0 %\n (0/15)\n \n \n \n \n \n src/app/pages/pages.component.ts\n \n component\n PagesComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/settings/organization/organization.component.ts\n \n component\n OrganizationComponent\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/pages/settings/settings.component.ts\n \n component\n SettingsComponent\n \n 0 %\n (0/13)\n \n \n \n \n \n src/app/pages/tokens/token-details/token-details.component.ts\n \n component\n TokenDetailsComponent\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/pages/tokens/tokens.component.ts\n \n component\n TokensComponent\n \n 0 %\n (0/12)\n \n \n \n \n \n src/app/pages/transactions/transaction-details/transaction-details.component.ts\n \n component\n TransactionDetailsComponent\n \n 0 %\n (0/16)\n \n \n \n \n \n src/app/pages/transactions/transactions.component.ts\n \n component\n TransactionsComponent\n \n 0 %\n (0/19)\n \n \n \n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n directive\n MenuSelectionDirective\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n directive\n MenuToggleDirective\n \n 100 %\n (3/3)\n \n \n \n \n \n src/app/shared/_pipes/safe.pipe.ts\n \n pipe\n SafePipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/_pipes/token-ratio.pipe.ts\n \n pipe\n TokenRatioPipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/_pipes/unix-date.pipe.ts\n \n pipe\n UnixDatePipe\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/shared/error-dialog/error-dialog.component.ts\n \n component\n ErrorDialogComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/footer/footer.component.ts\n \n component\n FooterComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/shared/network-status/network-status.component.ts\n \n component\n NetworkStatusComponent\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/shared/sidebar/sidebar.component.ts\n \n component\n SidebarComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/topbar/topbar.component.ts\n \n component\n TopbarComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/environments/environment.dev.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.prod.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/activated-route-stub.ts\n \n class\n ActivatedRouteStub\n \n 60 %\n (3/5)\n \n \n \n \n \n src/testing/router-link-directive-stub.ts\n \n directive\n RouterLinkDirectiveStub\n \n 0 %\n (0/4)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n FooterStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n SidebarStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/shared-module-stub.ts\n \n component\n TopbarStubComponent\n \n 0 %\n (0/1)\n \n \n \n \n \n src/testing/token-service-stub.ts\n \n class\n TokenServiceStub\n \n 0 %\n (0/2)\n \n \n \n \n \n src/testing/transaction-service-stub.ts\n \n class\n TransactionServiceStub\n \n 0 %\n (0/4)\n \n \n \n \n \n src/testing/user-service-stub.ts\n \n class\n UserServiceStub\n \n 0 %\n (0/7)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : ~10.2.0\n \n @angular/cdk : ~10.2.7\n \n @angular/common : ~10.2.0\n \n @angular/compiler : ~10.2.0\n \n @angular/core : ~10.2.0\n \n @angular/forms : ~10.2.0\n \n @angular/material : ~10.2.7\n \n @angular/platform-browser : ~10.2.0\n \n @angular/platform-browser-dynamic : ~10.2.0\n \n @angular/router : ~10.2.0\n \n @angular/service-worker : ~10.2.0\n \n @cicnet/cic-client : ^0.1.6\n \n @cicnet/schemas-data-validator : *\n \n @popperjs/core : ^2.5.4\n \n bootstrap : ^4.5.3\n \n cic-client-meta : 0.0.7-alpha.6\n \n ethers : ^5.0.31\n \n http-server : ^0.12.3\n \n jquery : ^3.5.1\n \n ngx-logger : ^4.2.1\n \n rxjs : ~6.6.0\n \n sha3 : ^2.1.4\n \n tslib : ^2.0.0\n \n vcard-parser : ^1.0.0\n \n web3 : ^1.3.0\n \n zone.js : ~0.10.2\n \n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n arraySum   (src/.../array-sum.ts)\n \n \n copyToClipboard   (src/.../clipboard-copy.ts)\n \n \n exportCsv   (src/.../export-csv.ts)\n \n \n HttpGetter   (src/.../http-getter.ts)\n \n \n parseData   (src/.../read-csv.ts)\n \n \n personValidation   (src/.../schema-validation.ts)\n \n \n readCsv   (src/.../read-csv.ts)\n \n \n rejectBody   (src/.../global-error-handler.ts)\n \n \n updateSyncable   (src/.../sync.ts)\n \n \n vcardValidation   (src/.../schema-validation.ts)\n \n \n \n \n \n \n\n\n src/app/_helpers/array-sum.ts\n \n \n \n \n \n \n \n \n arraySum\n \n \n \n \n \n \n \narraySum(arr)\n \n \n\n\n\n\n \n \n Returns the sum of all values in an array.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n arr\n\n \n No\n \n\n\n \n \nAn array of numbers.\n\n\n \n \n \n \n \n \n Example :\n \n Prints 6 for the array [1, 2, 3]:\n```typescript\n\nconsole.log(arraySum([1, 2, 3]));\n```\n\n \n \n \n Returns : number\n\n \n \n The sum of all values in the array.\n\n \n \n \n \n \n src/app/_helpers/clipboard-copy.ts\n \n \n \n \n \n \n \n \n copyToClipboard\n \n \n \n \n \n \n \ncopyToClipboard(text: any)\n \n \n\n\n\n\n \n \n Copies set text to clipboard.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n text\n \n any\n \n\n \n No\n \n\n\n \n \nThe text to be copied to the clipboard.\n\n\n \n \n \n \n \n \n Example :\n \n copies 'Hello World!' to the clipboard and prints "true":\n```typescript\n\nconsole.log(copyToClipboard('Hello World!'));\n```\n\n \n \n \n Returns : boolean\n\n \n \n true - If the copy operation is successful.\n\n \n \n \n \n \n src/app/_helpers/export-csv.ts\n \n \n \n \n \n \n \n \n exportCsv\n \n \n \n \n \n \n \nexportCsv(arrayData, filename, delimiter)\n \n \n\n\n\n\n \n \n Exports data to a CSV format and provides a download file.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n Description\n \n \n \n \n arrayData\n\n \n No\n \n\n\n \n \nAn array of data to be converted to CSV format.\n\n\n \n \n \n filename\n\n \n No\n \n\n\n \n \nThe name of the file to be downloaded.\n\n\n \n \n \n delimiter\n\n \n No\n \n\n\n \n \nThe delimiter to be used when converting to CSV format.\nDefaults to commas.\n\n\n \n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n src/app/_helpers/http-getter.ts\n \n \n \n \n \n \n \n \n HttpGetter\n \n \n \n \n \n \n \nHttpGetter()\n \n \n\n\n\n\n \n \n Provides an avenue of fetching resources via HTTP calls. \n\n\n \n Returns : void\n\n \n \n \n \n \n src/app/_helpers/read-csv.ts\n \n \n \n \n \n \n \n \n parseData\n \n \n \n \n \n \n \nparseData(data: any)\n \n \n\n\n\n\n \n \n Parses data to CSV format.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n data\n \n any\n \n\n \n No\n \n\n\n \n \nThe data to be parsed.\n\n\n \n \n \n \n \n \n \n \n Returns : Array\n\n \n \n An array of the parsed data.\n\n \n \n \n \n \n \n \n \n \n \n \n \n readCsv\n \n \n \n \n \n \n \nreadCsv(input: any)\n \n \n\n\n\n\n \n \n Reads a csv file and converts it to an array.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n input\n \n any\n \n\n \n No\n \n\n\n \n \nThe file to be read.\n\n\n \n \n \n \n \n \n \n \n Returns : Array | void\n\n \n \n An array of the read data.\n\n \n \n \n \n \n src/app/_helpers/schema-validation.ts\n \n \n \n \n \n \n \n \n personValidation\n \n \n \n \n \n \n \npersonValidation(person: any)\n \n \n\n\n\n\n \n \n Validates a person object against the defined Person schema.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n person\n \n any\n \n\n \n No\n \n\n\n \n \nA person object to be validated.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n vcardValidation\n \n \n \n \n \n \n \nvcardValidation(vcard: any)\n \n \n\n\n\n\n \n \n Validates a vcard object against the defined Vcard schema.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Description\n \n \n \n \n vcard\n \n any\n \n\n \n No\n \n\n\n \n \nA vcard object to be validated.\n\n\n \n \n \n \n \n \n \n \n Returns : Promise\n\n \n \n \n \n \n \n \n \n src/app/_helpers/global-error-handler.ts\n \n \n \n \n \n \n \n \n rejectBody\n \n \n \n \n \n \n \nrejectBody(error)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n error\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : literal type\n\n \n \n \n \n \n \n \n \n src/app/_helpers/sync.ts\n \n \n \n \n \n \n \n \n updateSyncable\n \n \n \n \n \n \n \nupdateSyncable(changes, changesDescription, syncable)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n changes\n\n \n No\n \n\n\n \n \n changesDescription\n\n \n No\n \n\n\n \n \n syncable\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nCICADA\nAn angular admin web client for managing users and transactions in the CIC network.\nThis project was generated with Angular CLI version 10.2.0.\nAngular CLI\nRun npm install -g @angular/cli to install the angular CLI.\nDevelopment server\nRun ng serve for a local server, npm run start:dev for a dev server and npm run start:prod for a prod server..\nNavigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\nCode scaffolding\nRun ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.\nLazy-loading feature modules\nRun ng generate module module-name --route module-name --module app.module to generate a new module on route /module-name in the app module. \nBuild\nRun ng build to build the project using local configurations.\nThe build artifacts will be stored in the dist/ directory.\nUse the npm run build:dev script for a development build and the npm run build:prod script for a production build.\nPWA\nThe app supports Progressive Web App capabilities.\nRun npm run start:pwa to run the project in PWA mode.\nPWA mode works using production configurations.\nRunning unit tests\nRun ng test to execute the unit tests via Karma.\nRunning end-to-end tests\nRun ng e2e to execute the end-to-end tests via Protractor.\nEnvironment variables\nDefault environment variables are located in the src/environments/ directory.\nCustom environment variables are contained in the .env file. See .env.example for a template.\nCustom environment variables are set via the set-env.ts file.\nOnce loaded they will be populated in the directory src/environments/.\nIt contains environment variables for development on environment.dev.ts and production on environment.prod.ts.\nCode formatting\nThe system has automated code formatting using Prettier and TsLint.\nTo view the styling rules set, check out .prettierrc and tslint.json.\nRun npm run format:lint To perform formatting and linting of the codebase.\nFurther help\nTo get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n Preamble The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n The precise terms and conditions for copying, distribution and\nmodification follow.\n TERMS AND CONDITIONS\nDefinitions.\n\"This License\" refers to version 3 of the GNU General Public License.\n\"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\nTo \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\nA \"covered work\" means either the unmodified Program or a work based\non the Program.\nTo \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\nTo \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\nAn interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\nSource Code.\nThe \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\nA \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\nThe \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\nThe \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\nThe Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\nThe Corresponding Source for a work in source code form is that\nsame work.\n\nBasic Permissions.\nAll rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\nYou may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\nConveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\nProtecting Users' Legal Rights From Anti-Circumvention Law.\nNo covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\nWhen you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\nConveying Verbatim Copies.\nYou may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\nYou may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\nConveying Modified Source Versions.\nYou may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\na) The work must carry prominent notices stating that you modified\nit, and giving a relevant date.\nb) The work must carry prominent notices stating that it is\nreleased under this License and any conditions added under section\n\nThis requirement modifies the requirement in section 4 to\n\"keep intact all notices\".\n\nc) You must license the entire work, as a whole, under this\nLicense to anyone who comes into possession of a copy. This\nLicense will therefore apply, along with any applicable section 7\nadditional terms, to the whole of the work, and all its parts,\nregardless of how they are packaged. This License gives no\npermission to license the work in any other way, but it does not\ninvalidate such permission if you have separately received it.\nd) If the work has interactive user interfaces, each must display\nAppropriate Legal Notices; however, if the Program has interactive\ninterfaces that do not display Appropriate Legal Notices, your\nwork need not make them do so.\nA compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\nConveying Non-Source Forms.\nYou may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\na) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by the\nCorresponding Source fixed on a durable physical medium\ncustomarily used for software interchange.\nb) Convey the object code in, or embodied in, a physical product\n(including a physical distribution medium), accompanied by a\nwritten offer, valid for at least three years and valid for as\nlong as you offer spare parts or customer support for that product\nmodel, to give anyone who possesses the object code either (1) a\ncopy of the Corresponding Source for all the software in the\nproduct that is covered by this License, on a durable physical\nmedium customarily used for software interchange, for a price no\nmore than your reasonable cost of physically performing this\nconveying of source, or (2) access to copy the\nCorresponding Source from a network server at no charge.\nc) Convey individual copies of the object code with a copy of the\nwritten offer to provide the Corresponding Source. This\nalternative is allowed only occasionally and noncommercially, and\nonly if you received the object code with such an offer, in accord\nwith subsection 6b.\nd) Convey the object code by offering access from a designated\nplace (gratis or for a charge), and offer equivalent access to the\nCorresponding Source in the same way through the same place at no\nfurther charge. You need not require recipients to copy the\nCorresponding Source along with the object code. If the place to\ncopy the object code is a network server, the Corresponding Source\nmay be on a different server (operated by you or a third party)\nthat supports equivalent copying facilities, provided you maintain\nclear directions next to the object code saying where to find the\nCorresponding Source. Regardless of what server hosts the\nCorresponding Source, you remain obligated to ensure that it is\navailable for as long as needed to satisfy these requirements.\ne) Convey the object code using peer-to-peer transmission, provided\nyou inform other peers where the object code and Corresponding\nSource of the work are being offered to the general public at no\ncharge under subsection 6d.\nA separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\nA \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\nIf you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\nThe requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\nCorresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\nAdditional Terms.\n\"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\nWhen you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\nNotwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\na) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors.\nAll other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\nIf you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\nAdditional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\nTermination.\nYou may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\nHowever, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\nMoreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\nTermination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\nAcceptance Not Required for Having Copies.\nYou are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\nAutomatic Licensing of Downstream Recipients.\nEach time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\nAn \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\nYou may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\nPatents.\nA \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\nA contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\nEach contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\nIn the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\nIf you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\nIf, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\nA patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\nNothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\nNo Surrender of Others' Freedom.\nIf conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\nUse with the GNU Affero General Public License.\nNotwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\nRevised Versions of this License.\nThe Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\nEach version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\nIf the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\nLater license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\nDisclaimer of Warranty.\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\nLimitation of Liability.\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\nInterpretation of Sections 15 and 16.\nIf the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New ProgramsIf you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\nTo do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\nCIC Staff Client\nCopyright (C) 2021 Grassroots Economics\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/.\n\n\nAlso add information on how to contact you by electronic and paper mail.\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n Copyright (C) 2021 Grassroots Economics\nThis program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c' for details.The hypothetical commands show w' andshow c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\nhttps://www.gnu.org/licenses/.\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\nhttps://www.gnu.org/licenses/why-not-lgpl.html.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AccountsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AccountsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AdminModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AdminRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AppRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n AuthModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AuthRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n PagesModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n PagesRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n SettingsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n SettingsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n SharedModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TokensModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TokensRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n TransactionsModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n TransactionsRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AccountsModule\n\n\n\ncluster_AccountsModule_declarations\n\n\n\ncluster_AccountsModule_imports\n\n\n\ncluster_AdminModule\n\n\n\ncluster_AdminModule_declarations\n\n\n\ncluster_AdminModule_imports\n\n\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_providers\n\n\n\ncluster_AuthModule\n\n\n\ncluster_AuthModule_declarations\n\n\n\ncluster_AuthModule_imports\n\n\n\ncluster_PagesModule\n\n\n\ncluster_PagesModule_declarations\n\n\n\ncluster_PagesModule_imports\n\n\n\ncluster_SettingsModule\n\n\n\ncluster_SettingsModule_declarations\n\n\n\ncluster_SettingsModule_imports\n\n\n\ncluster_SharedModule\n\n\n\ncluster_SharedModule_declarations\n\n\n\ncluster_SharedModule_exports\n\n\n\ncluster_TokensModule\n\n\n\ncluster_TokensModule_declarations\n\n\n\ncluster_TokensModule_imports\n\n\n\ncluster_TransactionsModule\n\n\n\ncluster_TransactionsModule_declarations\n\n\n\ncluster_TransactionsModule_imports\n\n\n\ncluster_TransactionsModule_exports\n\n\n\n\nAccountDetailsComponent\n\nAccountDetailsComponent\n\n\n\nAccountsModule\n\nAccountsModule\n\nAccountsModule -->\n\nAccountDetailsComponent->AccountsModule\n\n\n\n\n\nAccountSearchComponent\n\nAccountSearchComponent\n\nAccountsModule -->\n\nAccountSearchComponent->AccountsModule\n\n\n\n\n\nAccountsComponent\n\nAccountsComponent\n\nAccountsModule -->\n\nAccountsComponent->AccountsModule\n\n\n\n\n\nCreateAccountComponent\n\nCreateAccountComponent\n\nAccountsModule -->\n\nCreateAccountComponent->AccountsModule\n\n\n\n\n\nAccountsRoutingModule\n\nAccountsRoutingModule\n\nAccountsModule -->\n\nAccountsRoutingModule->AccountsModule\n\n\n\n\n\nSharedModule\n\nSharedModule\n\nAccountsModule -->\n\nSharedModule->AccountsModule\n\n\n\n\n\nTransactionsModule\n\nTransactionsModule\n\nTransactionsModule -->\n\nSharedModule->TransactionsModule\n\n\n\n\n\nAdminModule\n\nAdminModule\n\nAdminModule -->\n\nSharedModule->AdminModule\n\n\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nSharedModule->AppModule\n\n\n\n\n\nAuthModule\n\nAuthModule\n\nAuthModule -->\n\nSharedModule->AuthModule\n\n\n\n\n\nPagesModule\n\nPagesModule\n\nPagesModule -->\n\nSharedModule->PagesModule\n\n\n\n\n\nSettingsModule\n\nSettingsModule\n\nSettingsModule -->\n\nSharedModule->SettingsModule\n\n\n\n\n\nFooterComponent \n\nFooterComponent \n\nFooterComponent -->\n\nSharedModule->FooterComponent \n\n\n\n\n\nMenuSelectionDirective \n\nMenuSelectionDirective \n\nMenuSelectionDirective -->\n\nSharedModule->MenuSelectionDirective \n\n\n\n\n\nNetworkStatusComponent \n\nNetworkStatusComponent \n\nNetworkStatusComponent -->\n\nSharedModule->NetworkStatusComponent \n\n\n\n\n\nSafePipe \n\nSafePipe \n\nSafePipe -->\n\nSharedModule->SafePipe \n\n\n\n\n\nSidebarComponent \n\nSidebarComponent \n\nSidebarComponent -->\n\nSharedModule->SidebarComponent \n\n\n\n\n\nTokenRatioPipe \n\nTokenRatioPipe \n\nTokenRatioPipe -->\n\nSharedModule->TokenRatioPipe \n\n\n\n\n\nTopbarComponent \n\nTopbarComponent \n\nTopbarComponent -->\n\nSharedModule->TopbarComponent \n\n\n\n\n\nUnixDatePipe \n\nUnixDatePipe \n\nUnixDatePipe -->\n\nSharedModule->UnixDatePipe \n\n\n\n\n\nTokensModule\n\nTokensModule\n\nTokensModule -->\n\nSharedModule->TokensModule\n\n\n\nAccountsModule -->\n\nTransactionsModule->AccountsModule\n\n\n\n\n\nTransactionDetailsComponent \n\nTransactionDetailsComponent \n\nTransactionDetailsComponent -->\n\nTransactionsModule->TransactionDetailsComponent \n\n\n\n\n\nAdminComponent\n\nAdminComponent\n\nAdminModule -->\n\nAdminComponent->AdminModule\n\n\n\n\n\nAdminRoutingModule\n\nAdminRoutingModule\n\nAdminModule -->\n\nAdminRoutingModule->AdminModule\n\n\n\n\n\nAppComponent\n\nAppComponent\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nErrorInterceptor\n\nErrorInterceptor\n\nAppModule -->\n\nErrorInterceptor->AppModule\n\n\n\n\n\nGlobalErrorHandler\n\nGlobalErrorHandler\n\nAppModule -->\n\nGlobalErrorHandler->AppModule\n\n\n\n\n\nHttpConfigInterceptor\n\nHttpConfigInterceptor\n\nAppModule -->\n\nHttpConfigInterceptor->AppModule\n\n\n\n\n\nLoggingInterceptor\n\nLoggingInterceptor\n\nAppModule -->\n\nLoggingInterceptor->AppModule\n\n\n\n\n\nAuthComponent\n\nAuthComponent\n\nAuthModule -->\n\nAuthComponent->AuthModule\n\n\n\n\n\nPasswordToggleDirective\n\nPasswordToggleDirective\n\nAuthModule -->\n\nPasswordToggleDirective->AuthModule\n\n\n\n\n\nAuthRoutingModule\n\nAuthRoutingModule\n\nAuthModule -->\n\nAuthRoutingModule->AuthModule\n\n\n\n\n\nPagesComponent\n\nPagesComponent\n\nPagesModule -->\n\nPagesComponent->PagesModule\n\n\n\n\n\nPagesRoutingModule\n\nPagesRoutingModule\n\nPagesModule -->\n\nPagesRoutingModule->PagesModule\n\n\n\n\n\nOrganizationComponent\n\nOrganizationComponent\n\nSettingsModule -->\n\nOrganizationComponent->SettingsModule\n\n\n\n\n\nSettingsComponent\n\nSettingsComponent\n\nSettingsModule -->\n\nSettingsComponent->SettingsModule\n\n\n\n\n\nSettingsRoutingModule\n\nSettingsRoutingModule\n\nSettingsModule -->\n\nSettingsRoutingModule->SettingsModule\n\n\n\n\n\nErrorDialogComponent\n\nErrorDialogComponent\n\nSharedModule -->\n\nErrorDialogComponent->SharedModule\n\n\n\n\n\nFooterComponent\n\nFooterComponent\n\nSharedModule -->\n\nFooterComponent->SharedModule\n\n\n\n\n\nMenuSelectionDirective\n\nMenuSelectionDirective\n\nSharedModule -->\n\nMenuSelectionDirective->SharedModule\n\n\n\n\n\nMenuToggleDirective\n\nMenuToggleDirective\n\nSharedModule -->\n\nMenuToggleDirective->SharedModule\n\n\n\n\n\nNetworkStatusComponent\n\nNetworkStatusComponent\n\nSharedModule -->\n\nNetworkStatusComponent->SharedModule\n\n\n\n\n\nSafePipe\n\nSafePipe\n\nSharedModule -->\n\nSafePipe->SharedModule\n\n\n\n\n\nSidebarComponent\n\nSidebarComponent\n\nSharedModule -->\n\nSidebarComponent->SharedModule\n\n\n\n\n\nTokenRatioPipe\n\nTokenRatioPipe\n\nSharedModule -->\n\nTokenRatioPipe->SharedModule\n\n\n\n\n\nTopbarComponent\n\nTopbarComponent\n\nSharedModule -->\n\nTopbarComponent->SharedModule\n\n\n\n\n\nUnixDatePipe\n\nUnixDatePipe\n\nSharedModule -->\n\nUnixDatePipe->SharedModule\n\n\n\n\n\nTokenDetailsComponent\n\nTokenDetailsComponent\n\nTokensModule -->\n\nTokenDetailsComponent->TokensModule\n\n\n\n\n\nTokensComponent\n\nTokensComponent\n\nTokensModule -->\n\nTokensComponent->TokensModule\n\n\n\n\n\nTokensRoutingModule\n\nTokensRoutingModule\n\nTokensModule -->\n\nTokensRoutingModule->TokensModule\n\n\n\n\n\nTransactionDetailsComponent\n\nTransactionDetailsComponent\n\nTransactionsModule -->\n\nTransactionDetailsComponent->TransactionsModule\n\n\n\n\n\nTransactionsComponent\n\nTransactionsComponent\n\nTransactionsModule -->\n\nTransactionsComponent->TransactionsModule\n\n\n\n\n\nTransactionsRoutingModule\n\nTransactionsRoutingModule\n\nTransactionsModule -->\n\nTransactionsRoutingModule->TransactionsModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 17 Modules\n \n \n \n \n \n \n \n \n 22 Components\n \n \n \n \n \n \n \n 4 Directives\n \n \n \n \n \n \n \n 12 Injectables\n \n \n \n \n \n \n \n 3 Pipes\n \n \n \n \n \n \n \n 12 Classes\n \n \n \n \n \n \n \n 2 Guards\n \n \n \n \n \n \n \n 19 Interfaces\n \n \n \n \n \n \n \n \n 0 \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"routes.html":{"url":"routes.html","title":"routes - routes","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Routes\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/variables.html":{"url":"miscellaneous/variables.html","title":"miscellaneous-variables - variables","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n Miscellaneous\n Variables\n\n\n\n Index\n \n \n \n \n \n \n abi   (src/.../accountIndex.ts)\n \n \n abi   (src/.../token-registry.ts)\n \n \n accountTypes   (src/.../mock-backend.ts)\n \n \n actions   (src/.../mock-backend.ts)\n \n \n areaNames   (src/.../mock-backend.ts)\n \n \n areaTypes   (src/.../mock-backend.ts)\n \n \n categories   (src/.../mock-backend.ts)\n \n \n defaultAccount   (src/.../account.ts)\n \n \n environment   (src/.../environment.dev.ts)\n \n \n environment   (src/.../environment.prod.ts)\n \n \n environment   (src/.../environment.ts)\n \n \n genders   (src/.../mock-backend.ts)\n \n \n keyring   (src/.../pgp-key-store.ts)\n \n \n MockBackendProvider   (src/.../mock-backend.ts)\n \n \n objCsv   (src/.../read-csv.ts)\n \n \n tokens   (src/.../mock-backend.ts)\n \n \n transactionTypes   (src/.../mock-backend.ts)\n \n \n vCard   (src/.../transaction.service.ts)\n \n \n vCard   (src/.../user.service.ts)\n \n \n web3   (src/.../accountIndex.ts)\n \n \n web3   (src/.../token-registry.ts)\n \n \n \n \n \n \n\n\n src/app/_eth/accountIndex.ts\n \n \n \n \n \n \n \n \n abi\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : require('@src/assets/js/block-sync/data/AccountsIndex.json')\n \n \n\n \n \n Fetch the account registry contract's ABI. \n\n \n \n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Default value : Web3Service.getInstance()\n \n \n\n \n \n Establish a connection to the blockchain network. \n\n \n \n\n \n \n\n src/app/_eth/token-registry.ts\n \n \n \n \n \n \n \n \n abi\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : require('@src/assets/js/block-sync/data/TokenUniqueSymbolIndex.json')\n \n \n\n \n \n Fetch the token registry contract's ABI. \n\n \n \n\n \n \n \n \n \n \n \n \n \n web3\n \n \n \n \n \n \n Type : Web3\n\n \n \n \n \n Default value : Web3Service.getInstance()\n \n \n\n \n \n Establish a connection to the blockchain network. \n\n \n \n\n \n \n\n src/app/_helpers/mock-backend.ts\n \n \n \n \n \n \n \n \n accountTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['user', 'cashier', 'vendor', 'tokenagent', 'group']\n \n \n\n \n \n A mock of the curated account types. \n\n \n \n\n \n \n \n \n \n \n \n \n \n actions\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n { id: 1, user: 'Tom', role: 'enroller', action: 'Disburse RSV 100', approval: false },\n { id: 2, user: 'Christine', role: 'admin', action: 'Change user phone number', approval: true },\n { id: 3, user: 'Will', role: 'superadmin', action: 'Reclaim RSV 1000', approval: true },\n { id: 4, user: 'Vivian', role: 'enroller', action: 'Complete user profile', approval: true },\n { id: 5, user: 'Jack', role: 'enroller', action: 'Reclaim RSV 200', approval: false },\n { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false },\n]\n \n \n\n \n \n A mock of actions made by the admin staff. \n\n \n \n\n \n \n \n \n \n \n \n \n \n areaNames\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'Mukuru Nairobi',\n locations: [\n 'kayaba',\n 'kayba',\n 'kambi',\n 'mukuru',\n 'masai',\n 'hazina',\n 'south',\n 'tetra',\n 'tetrapak',\n 'ruben',\n 'rueben',\n 'kingston',\n 'korokocho',\n 'kingstone',\n 'kamongo',\n 'lungalunga',\n 'sinai',\n 'sigei',\n 'lungu',\n 'lunga lunga',\n 'owino road',\n 'seigei',\n ],\n },\n {\n name: 'Kinango Kwale',\n locations: [\n 'amani',\n 'bofu',\n 'chibuga',\n 'chikomani',\n 'chilongoni',\n 'chigojoni',\n 'chinguluni',\n 'chigato',\n 'chigale',\n 'chikole',\n 'chilongoni',\n 'chilumani',\n 'chigojoni',\n 'chikomani',\n 'chizini',\n 'chikomeni',\n 'chidzuvini',\n 'chidzivuni',\n 'chikuyu',\n 'chizingo',\n 'doti',\n 'dzugwe',\n 'dzivani',\n 'dzovuni',\n 'hanje',\n 'kasemeni',\n 'katundani',\n 'kibandaogo',\n 'kibandaongo',\n 'kwale',\n 'kinango',\n 'kidzuvini',\n 'kalalani',\n 'kafuduni',\n 'kaloleni',\n 'kilibole',\n 'lutsangani',\n 'peku',\n 'gona',\n 'guro',\n 'gandini',\n 'mkanyeni',\n 'myenzeni',\n 'miyenzeni',\n 'miatsiani',\n 'mienzeni',\n 'mnyenzeni',\n 'minyenzeni',\n 'miyani',\n 'mioleni',\n 'makuluni',\n 'mariakani',\n 'makobeni',\n 'madewani',\n 'mwangaraba',\n 'mwashanga',\n 'miloeni',\n 'mabesheni',\n 'mazeras',\n 'mazera',\n 'mlola',\n 'muugano',\n 'mulunguni',\n 'mabesheni',\n 'miatsani',\n 'miatsiani',\n 'mwache',\n 'mwangani',\n 'mwehavikonje',\n 'miguneni',\n 'nzora',\n 'nzovuni',\n 'vikinduni',\n 'vikolani',\n 'vitangani',\n 'viogato',\n 'vyogato',\n 'vistangani',\n 'yapha',\n 'yava',\n 'yowani',\n 'ziwani',\n 'majengo',\n 'matuga',\n 'vigungani',\n 'vidziweni',\n 'vinyunduni',\n 'ukunda',\n 'kokotoni',\n 'mikindani',\n ],\n },\n {\n name: 'Misc Nairobi',\n locations: [\n 'nairobi',\n 'west',\n 'lindi',\n 'kibera',\n 'kibira',\n 'kibra',\n 'makina',\n 'soweto',\n 'olympic',\n 'kangemi',\n 'ruiru',\n 'congo',\n 'kawangware',\n 'kwangware',\n 'donholm',\n 'dagoreti',\n 'dandora',\n 'kabete',\n 'sinai',\n 'donhom',\n 'donholm',\n 'huruma',\n 'kitengela',\n 'makadara',\n ',mlolongo',\n 'kenyatta',\n 'mlolongo',\n 'tassia',\n 'tasia',\n 'gatina',\n '56',\n 'industrial',\n 'kariobangi',\n 'kasarani',\n 'kayole',\n 'mathare',\n 'pipe',\n 'juja',\n 'uchumi',\n 'jogoo',\n 'umoja',\n 'thika',\n 'kikuyu',\n 'stadium',\n 'buru buru',\n 'ngong',\n 'starehe',\n 'mwiki',\n 'fuata',\n 'kware',\n 'kabiro',\n 'embakassi',\n 'embakasi',\n 'kmoja',\n 'east',\n 'githurai',\n 'landi',\n 'langata',\n 'limuru',\n 'mathere',\n 'dagoretti',\n 'kirembe',\n 'muugano',\n 'mwiki',\n 'toi market',\n ],\n },\n {\n name: 'Misc Mombasa',\n locations: [\n 'mombasa',\n 'likoni',\n 'bangla',\n 'bangladesh',\n 'kizingo',\n 'old town',\n 'makupa',\n 'mvita',\n 'ngombeni',\n 'ngómbeni',\n 'ombeni',\n 'magongo',\n 'miritini',\n 'changamwe',\n 'jomvu',\n 'ohuru',\n 'tudor',\n 'diani',\n ],\n },\n {\n name: 'Kisauni',\n locations: [\n 'bamburi',\n 'kisauni',\n 'mworoni',\n 'nyali',\n 'shanzu',\n 'bombolulu',\n 'mtopanga',\n 'mjambere',\n 'majaoni',\n 'manyani',\n 'magogoni',\n 'junda',\n 'mwakirunge',\n 'mshomoroni',\n ],\n },\n {\n name: 'Kilifi',\n locations: [\n 'kilfi',\n 'kilifi',\n 'mtwapa',\n 'takaungu',\n 'makongeni',\n 'mnarani',\n 'mnarani',\n 'office',\n 'g.e',\n 'ge',\n 'raibai',\n 'ribe',\n ],\n },\n {\n name: 'Kakuma',\n locations: ['kakuma'],\n },\n {\n name: 'Kitui',\n locations: ['kitui', 'mwingi'],\n },\n {\n name: 'Nyanza',\n locations: [\n 'busia',\n 'nyalgunga',\n 'mbita',\n 'siaya',\n 'kisumu',\n 'nyalenda',\n 'hawinga',\n 'rangala',\n 'uyoma',\n 'mumias',\n 'homabay',\n 'homaboy',\n 'migori',\n 'kusumu',\n ],\n },\n {\n name: 'Misc Rural Counties',\n locations: [\n 'makueni',\n 'meru',\n 'kisii',\n 'bomet',\n 'machakos',\n 'bungoma',\n 'eldoret',\n 'kakamega',\n 'kericho',\n 'kajiado',\n 'nandi',\n 'nyeri',\n 'wote',\n 'kiambu',\n 'mwea',\n 'nakuru',\n 'narok',\n ],\n },\n {\n name: 'other',\n locations: ['other', 'none', 'unknown'],\n },\n]\n \n \n\n \n \n A mock of curated area names. \n\n \n \n\n \n \n \n \n \n \n \n \n \n areaTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'urban',\n area: ['urban', 'nairobi', 'mombasa'],\n },\n {\n name: 'rural',\n area: ['rural', 'kakuma', 'kwale', 'kinango', 'kitui', 'nyanza'],\n },\n {\n name: 'periurban',\n area: ['kilifi', 'periurban'],\n },\n {\n name: 'other',\n area: ['other'],\n },\n]\n \n \n\n \n \n A mock of curated area types. \n\n \n \n\n \n \n \n \n \n \n \n \n \n categories\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'system',\n products: ['system', 'office main', 'office main phone'],\n },\n {\n name: 'education',\n products: [\n 'book',\n 'coach',\n 'teacher',\n 'sch',\n 'school',\n 'pry',\n 'education',\n 'student',\n 'mwalimu',\n 'maalim',\n 'consultant',\n 'consult',\n 'college',\n 'university',\n 'lecturer',\n 'primary',\n 'secondary',\n 'daycare',\n 'babycare',\n 'baby care',\n 'elim',\n 'eimu',\n 'nursery',\n 'red cross',\n 'volunteer',\n 'instructor',\n 'journalist',\n 'lesson',\n 'academy',\n 'headmistress',\n 'headteacher',\n 'cyber',\n 'researcher',\n 'professor',\n 'demo',\n 'expert',\n 'tution',\n 'tuition',\n 'children',\n 'headmaster',\n 'educator',\n 'Marital counsellor',\n 'counsellor',\n 'trainer',\n 'vijana',\n 'youth',\n 'intern',\n 'redcross',\n 'KRCS',\n 'danish',\n 'science',\n 'data',\n 'facilitator',\n 'vitabu',\n 'kitabu',\n ],\n },\n {\n name: 'faith',\n products: [\n 'pastor',\n 'imam',\n 'madrasa',\n 'religous',\n 'religious',\n 'ustadh',\n 'ustadhi',\n 'Marital counsellor',\n 'counsellor',\n 'church',\n 'kanisa',\n 'mksiti',\n 'donor',\n ],\n },\n {\n name: 'government',\n products: [\n 'elder',\n 'chief',\n 'police',\n 'government',\n 'country',\n 'county',\n 'soldier',\n 'village admin',\n 'ward',\n 'leader',\n 'kra',\n 'mailman',\n 'immagration',\n 'immigration',\n ],\n },\n {\n name: 'environment',\n products: [\n 'conservation',\n 'toilet',\n 'choo',\n 'garbage',\n 'fagio',\n 'waste',\n 'tree',\n 'taka',\n 'scrap',\n 'cleaning',\n 'gardener',\n 'rubbish',\n 'usafi',\n 'mazingira',\n 'miti',\n 'trash',\n 'cleaner',\n 'plastic',\n 'collection',\n 'seedling',\n 'seedlings',\n 'recycling',\n ],\n },\n {\n name: 'farming',\n products: [\n 'farm',\n 'farmer',\n 'farming',\n 'mkulima',\n 'kulima',\n 'ukulima',\n 'wakulima',\n 'jembe',\n 'shamba',\n ],\n },\n {\n name: 'labour',\n products: [\n 'artist',\n 'agent',\n 'guard',\n 'askari',\n 'accountant',\n 'baker',\n 'beadwork',\n 'beauty',\n 'business',\n 'barber',\n 'casual',\n 'electrian',\n 'caretaker',\n 'car wash',\n 'capenter',\n 'construction',\n 'chef',\n 'catering',\n 'cobler',\n 'cobbler',\n 'carwash',\n 'dhobi',\n 'landlord',\n 'design',\n 'carpenter',\n 'fundi',\n 'hawking',\n 'hawker',\n 'househelp',\n 'hsehelp',\n 'house help',\n 'help',\n 'housegirl',\n 'kushona',\n 'juakali',\n 'jualikali',\n 'juacali',\n 'jua kali',\n 'shepherd',\n 'makuti',\n 'kujenga',\n 'kinyozi',\n 'kazi',\n 'knitting',\n 'kufua',\n 'fua',\n 'hustler',\n 'biashara',\n 'labour',\n 'labor',\n 'laundry',\n 'repair',\n 'hair',\n 'posho',\n 'mill',\n 'mtambo',\n 'uvuvi',\n 'engineer',\n 'manager',\n 'tailor',\n 'nguo',\n 'mason',\n 'mtumba',\n 'garage',\n 'mechanic',\n 'mjenzi',\n 'mfugaji',\n 'painter',\n 'receptionist',\n 'printing',\n 'programming',\n 'plumb',\n 'charging',\n 'salon',\n 'mpishi',\n 'msusi',\n 'mgema',\n 'footballer',\n 'photocopy',\n 'peddler',\n 'staff',\n 'sales',\n 'service',\n 'saloon',\n 'seremala',\n 'security',\n 'insurance',\n 'secretary',\n 'shoe',\n 'shepard',\n 'shephard',\n 'tout',\n 'tv',\n 'mvuvi',\n 'mawe',\n 'majani',\n 'maembe',\n 'freelance',\n 'mjengo',\n 'electronics',\n 'photographer',\n 'programmer',\n 'electrician',\n 'washing',\n 'bricks',\n 'welder',\n 'welding',\n 'working',\n 'worker',\n 'watchman',\n 'waiter',\n 'waitress',\n 'viatu',\n 'yoga',\n 'guitarist',\n 'house',\n 'artisan',\n 'musician',\n 'trade',\n 'makonge',\n 'ujenzi',\n 'vendor',\n 'watchlady',\n 'marketing',\n 'beautician',\n 'photo',\n 'metal work',\n 'supplier',\n 'law firm',\n 'brewer',\n ],\n },\n {\n name: 'food',\n products: [\n 'avocado',\n 'bhajia',\n 'bajia',\n 'mbonga',\n 'bofu',\n 'beans',\n 'biscuits',\n 'biringanya',\n 'banana',\n 'bananas',\n 'crisps',\n 'chakula',\n 'coconut',\n 'chapati',\n 'cereal',\n 'chipo',\n 'chapo',\n 'chai',\n 'chips',\n 'cassava',\n 'cake',\n 'cereals',\n 'cook',\n 'corn',\n 'coffee',\n 'chicken',\n 'dagaa',\n 'donut',\n 'dough',\n 'groundnuts',\n 'hotel',\n 'holel',\n 'hoteli',\n 'butcher',\n 'butchery',\n 'fruit',\n 'food',\n 'fruits',\n 'fish',\n 'githeri',\n 'grocery',\n 'grocer',\n 'pojo',\n 'papa',\n 'goats',\n 'mabenda',\n 'mbenda',\n 'poultry',\n 'soda',\n 'peanuts',\n 'potatoes',\n 'samosa',\n 'soko',\n 'samaki',\n 'tomato',\n 'tomatoes',\n 'mchele',\n 'matunda',\n 'mango',\n 'melon',\n 'mellon',\n 'nyanya',\n 'nyama',\n 'omena',\n 'umena',\n 'ndizi',\n 'njugu',\n 'kamba kamba',\n 'khaimati',\n 'kaimati',\n 'kunde',\n 'kuku',\n 'kahawa',\n 'keki',\n 'muguka',\n 'miraa',\n 'milk',\n 'choma',\n 'maziwa',\n 'mboga',\n 'mbog',\n 'busaa',\n 'chumvi',\n 'cabbages',\n 'mabuyu',\n 'machungwa',\n 'mbuzi',\n 'mnazi',\n 'mchicha',\n 'ngombe',\n 'ngano',\n 'nazi',\n 'oranges',\n 'peanuts',\n 'mkate',\n 'bread',\n 'mikate',\n 'vitungu',\n 'sausages',\n 'maize',\n 'mbata',\n 'mchuzi',\n 'mchuuzi',\n 'mandazi',\n 'mbaazi',\n 'mahindi',\n 'maandazi',\n 'mogoka',\n 'meat',\n 'mhogo',\n 'mihogo',\n 'muhogo',\n 'maharagwe',\n 'miwa',\n 'mahamri',\n 'mitumba',\n 'simsim',\n 'porridge',\n 'pilau',\n 'vegetable',\n 'egg',\n 'mayai',\n 'mifugo',\n 'unga',\n 'good',\n 'sima',\n 'sweet',\n 'sweats',\n 'sambusa',\n 'snacks',\n 'sugar',\n 'suger',\n 'ugoro',\n 'sukari',\n 'soup',\n 'spinach',\n 'smokie',\n 'smokies',\n 'sukuma',\n 'tea',\n 'uji',\n 'ugali',\n 'uchuzi',\n 'uchuuzi',\n 'viazi',\n 'yoghurt',\n 'yogurt',\n 'wine',\n 'marondo',\n 'maandzi',\n 'matoke',\n 'omeno',\n 'onions',\n 'nzugu',\n 'korosho',\n 'barafu',\n 'juice',\n ],\n },\n {\n name: 'water',\n products: ['maji', 'water'],\n },\n {\n name: 'health',\n products: [\n 'agrovet',\n 'dispensary',\n 'barakoa',\n 'chemist',\n 'Chemicals',\n 'chv',\n 'doctor',\n 'daktari',\n 'dawa',\n 'hospital',\n 'herbalist',\n 'mganga',\n 'sabuni',\n 'soap',\n 'nurse',\n 'heath',\n 'community health worker',\n 'clinic',\n 'clinical',\n 'mask',\n 'medicine',\n 'lab technician',\n 'pharmacy',\n 'cosmetics',\n 'veterinary',\n 'vet',\n 'sickly',\n 'emergency response',\n 'emergency',\n ],\n },\n {\n name: 'savings',\n products: ['chama', 'group', 'savings', 'loan', 'silc', 'vsla', 'credit', 'finance'],\n },\n {\n name: 'shop',\n products: [\n 'bag',\n 'bead',\n 'belt',\n 'bedding',\n 'jik',\n 'bed',\n 'cement',\n 'botique',\n 'boutique',\n 'lines',\n 'kibanda',\n 'kiosk',\n 'spareparts',\n 'candy',\n 'cloth',\n 'electricals',\n 'mutumba',\n 'cafe',\n 'leso',\n 'lesso',\n 'duka',\n 'spare parts',\n 'socks',\n 'malimali',\n 'mitungi',\n 'mali mali',\n 'hardware',\n 'detergent',\n 'detergents',\n 'dera',\n 'retail',\n 'kamba',\n 'pombe',\n 'pampers',\n 'pool',\n 'phone',\n 'simu',\n 'mangwe',\n 'mikeka',\n 'movie',\n 'shop',\n 'acces',\n 'mchanga',\n 'uto',\n 'airtime',\n 'matress',\n 'mattress',\n 'mattresses',\n 'mpsea',\n 'mpesa',\n 'shirt',\n 'wholesaler',\n 'perfume',\n 'playstation',\n 'tissue',\n 'vikapu',\n 'uniform',\n 'flowers',\n 'vitenge',\n 'utencils',\n 'utensils',\n 'station',\n 'jewel',\n 'pool table',\n 'club',\n 'pub',\n 'bar',\n 'furniture',\n 'm-pesa',\n 'vyombo',\n ],\n },\n {\n name: 'transport',\n products: [\n 'kebeba',\n 'beba',\n 'bebabeba',\n 'bike',\n 'bicycle',\n 'matatu',\n 'boda',\n 'bodaboda',\n 'cart',\n 'carrier',\n 'tour',\n 'travel',\n 'driver',\n 'dereva',\n 'tout',\n 'conductor',\n 'kubeba',\n 'tuktuk',\n 'taxi',\n 'piki',\n 'pikipiki',\n 'manamba',\n 'trasportion',\n 'mkokoteni',\n 'mover',\n 'motorist',\n 'motorbike',\n 'transport',\n 'transpoter',\n 'gari',\n 'magari',\n 'makanga',\n 'car',\n ],\n },\n {\n name: 'fuel/energy',\n products: [\n 'timber',\n 'timberyard',\n 'biogas',\n 'charcol',\n 'charcoal',\n 'kuni',\n 'mbao',\n 'fuel',\n 'makaa',\n 'mafuta',\n 'moto',\n 'solar',\n 'stima',\n 'fire',\n 'firewood',\n 'wood',\n 'oil',\n 'taa',\n 'gas',\n 'paraffin',\n 'parrafin',\n 'parafin',\n 'petrol',\n 'petro',\n 'kerosine',\n 'kerosene',\n 'diesel',\n ],\n },\n {\n name: 'other',\n products: ['other', 'none', 'unknown', 'none'],\n },\n]\n \n \n\n \n \n A mock of the user's business categories \n\n \n \n\n \n \n \n \n \n \n \n \n \n genders\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : ['male', 'female', 'other']\n \n \n\n \n \n A mock of curated genders \n\n \n \n\n \n \n \n \n \n \n \n \n \n MockBackendProvider\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n provide: HTTP_INTERCEPTORS,\n useClass: MockBackendInterceptor,\n multi: true,\n}\n \n \n\n \n \n Exports the MockBackendInterceptor as an Angular provider. \n\n \n \n\n \n \n \n \n \n \n \n \n \n tokens\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n {\n name: 'Giftable Reserve',\n symbol: 'GRZ',\n address: '0xa686005CE37Dce7738436256982C3903f2E4ea8E',\n supply: '1000000001000000000000000000',\n decimals: '18',\n reserves: {},\n },\n {\n name: 'Demo Token',\n symbol: 'DEMO',\n address: '0xc80D6aFF8194114c52AEcD84c9f15fd5c8abb187',\n supply: '99999999999999998976',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '99999999999999998976',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'Foo Token',\n symbol: 'FOO',\n address: '0x9ceD86089f7aBB5A97B40eb0E7521e7aa308d354',\n supply: '1000000000000000001014',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': {\n weight: '1000000',\n balance: '1000000000000000001014',\n },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testb',\n symbol: 'tstb',\n address: '0xC63cFA91A3BFf41cE31Ff436f67D3ACBC977DB95',\n supply: '99000',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '99000' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testa',\n symbol: 'tsta',\n address: '0x8fA4101ef19D0a078239d035659e92b278bD083C',\n supply: '9981',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '9981' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n {\n name: 'testc',\n symbol: 'tstc',\n address: '0x4A6fA6bc3BfE4C9661bC692D9798425350C9e3D4',\n supply: '100990',\n decimals: '18',\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E': { weight: '1000000', balance: '100990' },\n },\n reserveRatio: '1000000',\n owner: '0x3Da99AAD2D9CA01D131eFc3B17444b832B31Ff4a',\n },\n]\n \n \n\n \n \n A mock of the tokens in the system. \n\n \n \n\n \n \n \n \n \n \n \n \n \n transactionTypes\n \n \n \n \n \n \n Type : Array\n\n \n \n \n \n Default value : [\n 'transactions',\n 'conversions',\n 'disbursements',\n 'rewards',\n 'reclamation',\n]\n \n \n\n \n \n A mock of curated transaction types. \n\n \n \n\n \n \n\n src/app/_models/account.ts\n \n \n \n \n \n \n \n \n defaultAccount\n \n \n \n \n \n \n Type : AccountDetails\n\n \n \n \n \n Default value : {\n date_registered: Date.now(),\n gender: 'other',\n identities: {\n evm: {\n 'bloxberg:8996': [''],\n 'oldchain:1': [''],\n },\n latitude: 0,\n longitude: 0,\n },\n location: {\n area_name: 'Kilifi',\n },\n products: [],\n vcard: {\n email: [\n {\n value: '',\n },\n ],\n fn: [\n {\n value: 'Sarafu Contract',\n },\n ],\n n: [\n {\n value: ['Sarafu', 'Contract'],\n },\n ],\n tel: [\n {\n meta: {\n TYP: [],\n },\n value: '',\n },\n ],\n version: [\n {\n value: '3.0',\n },\n ],\n },\n}\n \n \n\n \n \n Default account data object \n\n \n \n\n \n \n\n src/environments/environment.dev.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: false,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: '',\n cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/environments/environment.prod.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: true,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: '',\n cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/environments/environment.ts\n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n production: false,\n bloxbergChainId: 8996,\n logLevel: NgxLoggerLevel.ERROR,\n serverLogLevel: NgxLoggerLevel.OFF,\n loggingUrl: 'http://localhost:8000',\n cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net',\n publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',\n cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',\n web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',\n cicUssdUrl: 'https://user.dev.grassrootseconomics.net',\n registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',\n trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',\n}\n \n \n\n\n \n \n\n src/app/_pgp/pgp-key-store.ts\n \n \n \n \n \n \n \n \n keyring\n \n \n \n \n \n \n Default value : new openpgp.Keyring()\n \n \n\n \n \n An openpgp Keyring instance. \n\n \n \n\n \n \n\n src/app/_helpers/read-csv.ts\n \n \n \n \n \n \n \n \n objCsv\n \n \n \n \n \n \n Type : literal type\n\n \n \n \n \n Default value : {\n size: 0,\n dataFile: [],\n}\n \n \n\n \n \n An object defining the properties of the data read. \n\n \n \n\n \n \n\n src/app/_services/transaction.service.ts\n \n \n \n \n \n \n \n \n vCard\n \n \n \n \n \n \n Default value : require('vcard-parser')\n \n \n\n\n \n \n\n src/app/_services/user.service.ts\n \n \n \n \n \n \n \n \n vCard\n \n \n \n \n \n \n Default value : require('vcard-parser')\n \n \n\n\n \n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/compodoc/miscellaneous/functions.html b/docs/compodoc/miscellaneous/functions.html index edb24d6..0b69352 100644 --- a/docs/compodoc/miscellaneous/functions.html +++ b/docs/compodoc/miscellaneous/functions.html @@ -81,6 +81,9 @@
  • rejectBody   (src/.../global-error-handler.ts)
  • +
  • + updateSyncable   (src/.../sync.ts) +
  • vcardValidation   (src/.../schema-validation.ts)
  • @@ -751,6 +754,86 @@ Defaults to commas.
    +
    + + + + +

    src/app/_helpers/sync.ts

    +
    +

    + + + + + + + + + + + + + diff --git a/docs/compodoc/miscellaneous/variables.html b/docs/compodoc/miscellaneous/variables.html index 795b440..7f1c37a 100644 --- a/docs/compodoc/miscellaneous/variables.html +++ b/docs/compodoc/miscellaneous/variables.html @@ -1719,7 +1719,7 @@ logLevel: NgxLoggerLevel.ERROR, serverLogLevel: NgxLoggerLevel.OFF, loggingUrl: '', - cicMetaUrl: 'https://meta.dev.grassrootseconomics.net', + cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net', publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/', cicCacheUrl: 'https://cache.dev.grassrootseconomics.net', web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net', @@ -1762,7 +1762,7 @@ logLevel: NgxLoggerLevel.ERROR, serverLogLevel: NgxLoggerLevel.OFF, loggingUrl: '', - cicMetaUrl: 'https://meta.dev.grassrootseconomics.net', + cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net', publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/', cicCacheUrl: 'https://cache.dev.grassrootseconomics.net', web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net', @@ -1805,7 +1805,7 @@ logLevel: NgxLoggerLevel.ERROR, serverLogLevel: NgxLoggerLevel.OFF, loggingUrl: 'http://localhost:8000', - cicMetaUrl: 'https://meta.dev.grassrootseconomics.net', + cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net', publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/', cicCacheUrl: 'https://cache.dev.grassrootseconomics.net', web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net', diff --git a/docs/compodoc/modules/AppModule.html b/docs/compodoc/modules/AppModule.html index 928659f..be378ea 100644 --- a/docs/compodoc/modules/AppModule.html +++ b/docs/compodoc/modules/AppModule.html @@ -65,17 +65,17 @@ cluster_AppModule - -cluster_AppModule_providers - - cluster_AppModule_bootstrap - + cluster_AppModule_imports - + + + +cluster_AppModule_providers + cluster_AppModule_declarations @@ -90,98 +90,98 @@ AppModule - -AppModule + +AppModule AppComponent->AppModule - - + + AppComponent - -AppComponent + +AppComponent AppModule->AppComponent - - + + AppRoutingModule - -AppRoutingModule + +AppRoutingModule AppRoutingModule->AppModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->AppModule - - + + ErrorInterceptor - -ErrorInterceptor + +ErrorInterceptor ErrorInterceptor->AppModule - - + + GlobalErrorHandler - -GlobalErrorHandler + +GlobalErrorHandler GlobalErrorHandler->AppModule - - + + HttpConfigInterceptor - -HttpConfigInterceptor + +HttpConfigInterceptor HttpConfigInterceptor->AppModule - - + + LoggingInterceptor - -LoggingInterceptor + +LoggingInterceptor LoggingInterceptor->AppModule - - + + diff --git a/docs/compodoc/modules/AppModule/dependencies.svg b/docs/compodoc/modules/AppModule/dependencies.svg index 6e21fc6..b954b67 100644 --- a/docs/compodoc/modules/AppModule/dependencies.svg +++ b/docs/compodoc/modules/AppModule/dependencies.svg @@ -24,17 +24,17 @@ cluster_AppModule - -cluster_AppModule_providers - - cluster_AppModule_bootstrap - + cluster_AppModule_imports - + + + +cluster_AppModule_providers + cluster_AppModule_declarations @@ -49,98 +49,98 @@ AppModule - -AppModule + +AppModule AppComponent->AppModule - - + + AppComponent - -AppComponent + +AppComponent AppModule->AppComponent - - + + AppRoutingModule - -AppRoutingModule + +AppRoutingModule AppRoutingModule->AppModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->AppModule - - + + ErrorInterceptor - -ErrorInterceptor + +ErrorInterceptor ErrorInterceptor->AppModule - - + + GlobalErrorHandler - -GlobalErrorHandler + +GlobalErrorHandler GlobalErrorHandler->AppModule - - + + HttpConfigInterceptor - -HttpConfigInterceptor + +HttpConfigInterceptor HttpConfigInterceptor->AppModule - - + + LoggingInterceptor - -LoggingInterceptor + +LoggingInterceptor LoggingInterceptor->AppModule - - + + diff --git a/docs/compodoc/modules/PagesModule.html b/docs/compodoc/modules/PagesModule.html index 15fd146..57feab5 100644 --- a/docs/compodoc/modules/PagesModule.html +++ b/docs/compodoc/modules/PagesModule.html @@ -65,55 +65,55 @@ cluster_PagesModule - -cluster_PagesModule_imports - - cluster_PagesModule_declarations - + + + +cluster_PagesModule_imports + PagesComponent - -PagesComponent + +PagesComponent PagesModule - -PagesModule + +PagesModule PagesComponent->PagesModule - - + + PagesRoutingModule - -PagesRoutingModule + +PagesRoutingModule PagesRoutingModule->PagesModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->PagesModule - - + + diff --git a/docs/compodoc/modules/PagesModule/dependencies.svg b/docs/compodoc/modules/PagesModule/dependencies.svg index e67561f..9d04652 100644 --- a/docs/compodoc/modules/PagesModule/dependencies.svg +++ b/docs/compodoc/modules/PagesModule/dependencies.svg @@ -24,55 +24,55 @@ cluster_PagesModule - -cluster_PagesModule_imports - - cluster_PagesModule_declarations - + + + +cluster_PagesModule_imports + PagesComponent - -PagesComponent + +PagesComponent PagesModule - -PagesModule + +PagesModule PagesComponent->PagesModule - - + + PagesRoutingModule - -PagesRoutingModule + +PagesRoutingModule PagesRoutingModule->PagesModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->PagesModule - - + + diff --git a/docs/compodoc/modules/SettingsModule.html b/docs/compodoc/modules/SettingsModule.html index 9e25586..5117520 100644 --- a/docs/compodoc/modules/SettingsModule.html +++ b/docs/compodoc/modules/SettingsModule.html @@ -65,67 +65,67 @@ cluster_SettingsModule - -cluster_SettingsModule_declarations - - cluster_SettingsModule_imports - + + + +cluster_SettingsModule_declarations + OrganizationComponent - -OrganizationComponent + +OrganizationComponent SettingsModule - -SettingsModule + +SettingsModule OrganizationComponent->SettingsModule - - + + SettingsComponent - -SettingsComponent + +SettingsComponent SettingsComponent->SettingsModule - - + + SettingsRoutingModule - -SettingsRoutingModule + +SettingsRoutingModule SettingsRoutingModule->SettingsModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->SettingsModule - - + + diff --git a/docs/compodoc/modules/SettingsModule/dependencies.svg b/docs/compodoc/modules/SettingsModule/dependencies.svg index 0ea9f34..92b7b9a 100644 --- a/docs/compodoc/modules/SettingsModule/dependencies.svg +++ b/docs/compodoc/modules/SettingsModule/dependencies.svg @@ -24,67 +24,67 @@ cluster_SettingsModule - -cluster_SettingsModule_declarations - - cluster_SettingsModule_imports - + + + +cluster_SettingsModule_declarations + OrganizationComponent - -OrganizationComponent + +OrganizationComponent SettingsModule - -SettingsModule + +SettingsModule OrganizationComponent->SettingsModule - - + + SettingsComponent - -SettingsComponent + +SettingsComponent SettingsComponent->SettingsModule - - + + SettingsRoutingModule - -SettingsRoutingModule + +SettingsRoutingModule SettingsRoutingModule->SettingsModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->SettingsModule - - + + diff --git a/docs/compodoc/modules/SharedModule.html b/docs/compodoc/modules/SharedModule.html index de06e3d..0306cdd 100644 --- a/docs/compodoc/modules/SharedModule.html +++ b/docs/compodoc/modules/SharedModule.html @@ -65,14 +65,14 @@ cluster_SharedModule - -cluster_SharedModule_exports - - cluster_SharedModule_declarations + +cluster_SharedModule_exports + + ErrorDialogComponent diff --git a/docs/compodoc/modules/SharedModule/dependencies.svg b/docs/compodoc/modules/SharedModule/dependencies.svg index f75c613..9690b2b 100644 --- a/docs/compodoc/modules/SharedModule/dependencies.svg +++ b/docs/compodoc/modules/SharedModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_SharedModule - -cluster_SharedModule_exports - - cluster_SharedModule_declarations + +cluster_SharedModule_exports + + ErrorDialogComponent diff --git a/docs/compodoc/modules/TokensModule.html b/docs/compodoc/modules/TokensModule.html index 7e4852e..b5aa41e 100644 --- a/docs/compodoc/modules/TokensModule.html +++ b/docs/compodoc/modules/TokensModule.html @@ -65,67 +65,67 @@ cluster_TokensModule - -cluster_TokensModule_imports - - cluster_TokensModule_declarations - + + + +cluster_TokensModule_imports + TokenDetailsComponent - -TokenDetailsComponent + +TokenDetailsComponent TokensModule - -TokensModule + +TokensModule TokenDetailsComponent->TokensModule - - + + TokensComponent - -TokensComponent + +TokensComponent TokensComponent->TokensModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->TokensModule - - + + TokensRoutingModule - -TokensRoutingModule + +TokensRoutingModule TokensRoutingModule->TokensModule - - + + diff --git a/docs/compodoc/modules/TokensModule/dependencies.svg b/docs/compodoc/modules/TokensModule/dependencies.svg index 6e66256..cadc63f 100644 --- a/docs/compodoc/modules/TokensModule/dependencies.svg +++ b/docs/compodoc/modules/TokensModule/dependencies.svg @@ -24,67 +24,67 @@ cluster_TokensModule - -cluster_TokensModule_imports - - cluster_TokensModule_declarations - + + + +cluster_TokensModule_imports + TokenDetailsComponent - -TokenDetailsComponent + +TokenDetailsComponent TokensModule - -TokensModule + +TokensModule TokenDetailsComponent->TokensModule - - + + TokensComponent - -TokensComponent + +TokensComponent TokensComponent->TokensModule - - + + SharedModule - -SharedModule + +SharedModule SharedModule->TokensModule - - + + TokensRoutingModule - -TokensRoutingModule + +TokensRoutingModule TokensRoutingModule->TokensModule - - + + diff --git a/docs/compodoc/modules/TransactionsModule.html b/docs/compodoc/modules/TransactionsModule.html index 32bde19..cc83b27 100644 --- a/docs/compodoc/modules/TransactionsModule.html +++ b/docs/compodoc/modules/TransactionsModule.html @@ -65,14 +65,14 @@ cluster_TransactionsModule - -cluster_TransactionsModule_imports - - cluster_TransactionsModule_exports + +cluster_TransactionsModule_imports + + cluster_TransactionsModule_declarations diff --git a/docs/compodoc/modules/TransactionsModule/dependencies.svg b/docs/compodoc/modules/TransactionsModule/dependencies.svg index 7677c9d..eb0564d 100644 --- a/docs/compodoc/modules/TransactionsModule/dependencies.svg +++ b/docs/compodoc/modules/TransactionsModule/dependencies.svg @@ -24,14 +24,14 @@ cluster_TransactionsModule - -cluster_TransactionsModule_imports - - cluster_TransactionsModule_exports + +cluster_TransactionsModule_imports + + cluster_TransactionsModule_declarations diff --git a/docs/compodoc/overview.html b/docs/compodoc/overview.html index 42be277..edebfdd 100644 --- a/docs/compodoc/overview.html +++ b/docs/compodoc/overview.html @@ -895,7 +895,7 @@

    -

    11 Injectables

    +

    12 Injectables

    diff --git a/docs/typedoc/assets/js/search.js b/docs/typedoc/assets/js/search.js index 86bbb14..76c38bc 100644 --- a/docs/typedoc/assets/js/search.js +++ b/docs/typedoc/assets/js/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"app/_eth/accountIndex","url":"modules/app__eth_accountindex.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"AccountIndex","url":"classes/app__eth_accountindex.accountindex.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_eth/accountIndex"},{"id":2,"kind":512,"name":"constructor","url":"classes/app__eth_accountindex.accountindex.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":3,"kind":1024,"name":"contract","url":"classes/app__eth_accountindex.accountindex.html#contract","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":4,"kind":1024,"name":"contractAddress","url":"classes/app__eth_accountindex.accountindex.html#contractaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":5,"kind":1024,"name":"signerAddress","url":"classes/app__eth_accountindex.accountindex.html#signeraddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":6,"kind":2048,"name":"addToAccountRegistry","url":"classes/app__eth_accountindex.accountindex.html#addtoaccountregistry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":7,"kind":2048,"name":"haveAccount","url":"classes/app__eth_accountindex.accountindex.html#haveaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":8,"kind":2048,"name":"last","url":"classes/app__eth_accountindex.accountindex.html#last","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":9,"kind":2048,"name":"totalAccounts","url":"classes/app__eth_accountindex.accountindex.html#totalaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":10,"kind":1,"name":"app/_eth","url":"modules/app__eth.html","classes":"tsd-kind-module"},{"id":11,"kind":1,"name":"app/_eth/token-registry","url":"modules/app__eth_token_registry.html","classes":"tsd-kind-module"},{"id":12,"kind":128,"name":"TokenRegistry","url":"classes/app__eth_token_registry.tokenregistry.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_eth/token-registry"},{"id":13,"kind":512,"name":"constructor","url":"classes/app__eth_token_registry.tokenregistry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":14,"kind":1024,"name":"contract","url":"classes/app__eth_token_registry.tokenregistry.html#contract","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":15,"kind":1024,"name":"contractAddress","url":"classes/app__eth_token_registry.tokenregistry.html#contractaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":16,"kind":1024,"name":"signerAddress","url":"classes/app__eth_token_registry.tokenregistry.html#signeraddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":17,"kind":2048,"name":"addressOf","url":"classes/app__eth_token_registry.tokenregistry.html#addressof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":18,"kind":2048,"name":"entry","url":"classes/app__eth_token_registry.tokenregistry.html#entry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":19,"kind":2048,"name":"totalTokens","url":"classes/app__eth_token_registry.tokenregistry.html#totaltokens","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":20,"kind":1,"name":"app/_guards/auth.guard","url":"modules/app__guards_auth_guard.html","classes":"tsd-kind-module"},{"id":21,"kind":128,"name":"AuthGuard","url":"classes/app__guards_auth_guard.authguard.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_guards/auth.guard"},{"id":22,"kind":512,"name":"constructor","url":"classes/app__guards_auth_guard.authguard.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_guards/auth.guard.AuthGuard"},{"id":23,"kind":2048,"name":"canActivate","url":"classes/app__guards_auth_guard.authguard.html#canactivate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_guards/auth.guard.AuthGuard"},{"id":24,"kind":1,"name":"app/_guards","url":"modules/app__guards.html","classes":"tsd-kind-module"},{"id":25,"kind":1,"name":"app/_guards/role.guard","url":"modules/app__guards_role_guard.html","classes":"tsd-kind-module"},{"id":26,"kind":128,"name":"RoleGuard","url":"classes/app__guards_role_guard.roleguard.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_guards/role.guard"},{"id":27,"kind":512,"name":"constructor","url":"classes/app__guards_role_guard.roleguard.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_guards/role.guard.RoleGuard"},{"id":28,"kind":2048,"name":"canActivate","url":"classes/app__guards_role_guard.roleguard.html#canactivate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_guards/role.guard.RoleGuard"},{"id":29,"kind":1,"name":"app/_helpers/array-sum","url":"modules/app__helpers_array_sum.html","classes":"tsd-kind-module"},{"id":30,"kind":64,"name":"arraySum","url":"modules/app__helpers_array_sum.html#arraysum","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/array-sum"},{"id":31,"kind":1,"name":"app/_helpers/clipboard-copy","url":"modules/app__helpers_clipboard_copy.html","classes":"tsd-kind-module"},{"id":32,"kind":64,"name":"copyToClipboard","url":"modules/app__helpers_clipboard_copy.html#copytoclipboard","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/clipboard-copy"},{"id":33,"kind":1,"name":"app/_helpers/custom-error-state-matcher","url":"modules/app__helpers_custom_error_state_matcher.html","classes":"tsd-kind-module"},{"id":34,"kind":128,"name":"CustomErrorStateMatcher","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/custom-error-state-matcher"},{"id":35,"kind":512,"name":"constructor","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/custom-error-state-matcher.CustomErrorStateMatcher"},{"id":36,"kind":2048,"name":"isErrorState","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html#iserrorstate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/custom-error-state-matcher.CustomErrorStateMatcher"},{"id":37,"kind":1,"name":"app/_helpers/custom.validator","url":"modules/app__helpers_custom_validator.html","classes":"tsd-kind-module"},{"id":38,"kind":128,"name":"CustomValidator","url":"classes/app__helpers_custom_validator.customvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/custom.validator"},{"id":39,"kind":2048,"name":"passwordMatchValidator","url":"classes/app__helpers_custom_validator.customvalidator.html#passwordmatchvalidator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":40,"kind":2048,"name":"patternValidator","url":"classes/app__helpers_custom_validator.customvalidator.html#patternvalidator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":41,"kind":512,"name":"constructor","url":"classes/app__helpers_custom_validator.customvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":42,"kind":1,"name":"app/_helpers/export-csv","url":"modules/app__helpers_export_csv.html","classes":"tsd-kind-module"},{"id":43,"kind":64,"name":"exportCsv","url":"modules/app__helpers_export_csv.html#exportcsv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/export-csv"},{"id":44,"kind":1,"name":"app/_helpers/global-error-handler","url":"modules/app__helpers_global_error_handler.html","classes":"tsd-kind-module"},{"id":45,"kind":64,"name":"rejectBody","url":"modules/app__helpers_global_error_handler.html#rejectbody","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":46,"kind":128,"name":"HttpError","url":"classes/app__helpers_global_error_handler.httperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":47,"kind":65536,"name":"__type","url":"classes/app__helpers_global_error_handler.httperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.HttpError"},{"id":48,"kind":512,"name":"constructor","url":"classes/app__helpers_global_error_handler.httperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.HttpError"},{"id":49,"kind":1024,"name":"status","url":"classes/app__helpers_global_error_handler.httperror.html#status","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.HttpError"},{"id":50,"kind":128,"name":"GlobalErrorHandler","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":51,"kind":512,"name":"constructor","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":52,"kind":1024,"name":"sentencesForWarningLogging","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#sentencesforwarninglogging","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":53,"kind":2048,"name":"handleError","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#handleerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":54,"kind":2048,"name":"isWarning","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#iswarning","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":55,"kind":2048,"name":"logError","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#logerror","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":56,"kind":1,"name":"app/_helpers/http-getter","url":"modules/app__helpers_http_getter.html","classes":"tsd-kind-module"},{"id":57,"kind":64,"name":"HttpGetter","url":"modules/app__helpers_http_getter.html#httpgetter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/http-getter"},{"id":58,"kind":1,"name":"app/_helpers","url":"modules/app__helpers.html","classes":"tsd-kind-module"},{"id":59,"kind":1,"name":"app/_helpers/mock-backend","url":"modules/app__helpers_mock_backend.html","classes":"tsd-kind-module"},{"id":60,"kind":128,"name":"MockBackendInterceptor","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/mock-backend"},{"id":61,"kind":512,"name":"constructor","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/mock-backend.MockBackendInterceptor"},{"id":62,"kind":2048,"name":"intercept","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/mock-backend.MockBackendInterceptor"},{"id":63,"kind":32,"name":"MockBackendProvider","url":"modules/app__helpers_mock_backend.html#mockbackendprovider","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"app/_helpers/mock-backend"},{"id":64,"kind":65536,"name":"__type","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"app/_helpers/mock-backend.MockBackendProvider"},{"id":65,"kind":1024,"name":"provide","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.provide","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":66,"kind":1024,"name":"useClass","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.useclass","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":67,"kind":1024,"name":"multi","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.multi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":68,"kind":1,"name":"app/_helpers/read-csv","url":"modules/app__helpers_read_csv.html","classes":"tsd-kind-module"},{"id":69,"kind":64,"name":"readCsv","url":"modules/app__helpers_read_csv.html#readcsv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/read-csv"},{"id":70,"kind":1,"name":"app/_helpers/schema-validation","url":"modules/app__helpers_schema_validation.html","classes":"tsd-kind-module"},{"id":71,"kind":64,"name":"personValidation","url":"modules/app__helpers_schema_validation.html#personvalidation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/schema-validation"},{"id":72,"kind":64,"name":"vcardValidation","url":"modules/app__helpers_schema_validation.html#vcardvalidation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/schema-validation"},{"id":73,"kind":1,"name":"app/_interceptors/error.interceptor","url":"modules/app__interceptors_error_interceptor.html","classes":"tsd-kind-module"},{"id":74,"kind":128,"name":"ErrorInterceptor","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/error.interceptor"},{"id":75,"kind":512,"name":"constructor","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/error.interceptor.ErrorInterceptor"},{"id":76,"kind":2048,"name":"intercept","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/error.interceptor.ErrorInterceptor"},{"id":77,"kind":1,"name":"app/_interceptors/http-config.interceptor","url":"modules/app__interceptors_http_config_interceptor.html","classes":"tsd-kind-module"},{"id":78,"kind":128,"name":"HttpConfigInterceptor","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/http-config.interceptor"},{"id":79,"kind":512,"name":"constructor","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/http-config.interceptor.HttpConfigInterceptor"},{"id":80,"kind":2048,"name":"intercept","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/http-config.interceptor.HttpConfigInterceptor"},{"id":81,"kind":1,"name":"app/_interceptors","url":"modules/app__interceptors.html","classes":"tsd-kind-module"},{"id":82,"kind":1,"name":"app/_interceptors/logging.interceptor","url":"modules/app__interceptors_logging_interceptor.html","classes":"tsd-kind-module"},{"id":83,"kind":128,"name":"LoggingInterceptor","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/logging.interceptor"},{"id":84,"kind":512,"name":"constructor","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/logging.interceptor.LoggingInterceptor"},{"id":85,"kind":2048,"name":"intercept","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/logging.interceptor.LoggingInterceptor"},{"id":86,"kind":1,"name":"app/_models/account","url":"modules/app__models_account.html","classes":"tsd-kind-module"},{"id":87,"kind":256,"name":"AccountDetails","url":"interfaces/app__models_account.accountdetails.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":88,"kind":1024,"name":"age","url":"interfaces/app__models_account.accountdetails.html#age","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":89,"kind":1024,"name":"balance","url":"interfaces/app__models_account.accountdetails.html#balance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":90,"kind":1024,"name":"category","url":"interfaces/app__models_account.accountdetails.html#category","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":91,"kind":1024,"name":"date_registered","url":"interfaces/app__models_account.accountdetails.html#date_registered","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":92,"kind":1024,"name":"gender","url":"interfaces/app__models_account.accountdetails.html#gender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":93,"kind":1024,"name":"identities","url":"interfaces/app__models_account.accountdetails.html#identities","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":94,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":95,"kind":1024,"name":"evm","url":"interfaces/app__models_account.accountdetails.html#__type.evm","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":96,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":97,"kind":1024,"name":"bloxberg:8996","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1.bloxberg_8996","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type.__type"},{"id":98,"kind":1024,"name":"oldchain:1","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1.oldchain_1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type.__type"},{"id":99,"kind":1024,"name":"latitude","url":"interfaces/app__models_account.accountdetails.html#__type.latitude","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":100,"kind":1024,"name":"longitude","url":"interfaces/app__models_account.accountdetails.html#__type.longitude","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":101,"kind":1024,"name":"location","url":"interfaces/app__models_account.accountdetails.html#location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":102,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":103,"kind":1024,"name":"area","url":"interfaces/app__models_account.accountdetails.html#__type-2.area","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":104,"kind":1024,"name":"area_name","url":"interfaces/app__models_account.accountdetails.html#__type-2.area_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":105,"kind":1024,"name":"area_type","url":"interfaces/app__models_account.accountdetails.html#__type-2.area_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":106,"kind":1024,"name":"products","url":"interfaces/app__models_account.accountdetails.html#products","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":107,"kind":1024,"name":"type","url":"interfaces/app__models_account.accountdetails.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":108,"kind":1024,"name":"vcard","url":"interfaces/app__models_account.accountdetails.html#vcard","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":109,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":110,"kind":1024,"name":"email","url":"interfaces/app__models_account.accountdetails.html#__type-3.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":111,"kind":1024,"name":"fn","url":"interfaces/app__models_account.accountdetails.html#__type-3.fn","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":112,"kind":1024,"name":"n","url":"interfaces/app__models_account.accountdetails.html#__type-3.n","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":113,"kind":1024,"name":"tel","url":"interfaces/app__models_account.accountdetails.html#__type-3.tel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":114,"kind":1024,"name":"version","url":"interfaces/app__models_account.accountdetails.html#__type-3.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":115,"kind":256,"name":"Meta","url":"interfaces/app__models_account.meta.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":116,"kind":1024,"name":"data","url":"interfaces/app__models_account.meta.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":117,"kind":1024,"name":"id","url":"interfaces/app__models_account.meta.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":118,"kind":1024,"name":"signature","url":"interfaces/app__models_account.meta.html#signature","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":119,"kind":256,"name":"MetaResponse","url":"interfaces/app__models_account.metaresponse.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":120,"kind":1024,"name":"id","url":"interfaces/app__models_account.metaresponse.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.MetaResponse"},{"id":121,"kind":1024,"name":"m","url":"interfaces/app__models_account.metaresponse.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.MetaResponse"},{"id":122,"kind":256,"name":"Signature","url":"interfaces/app__models_account.signature.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":123,"kind":1024,"name":"algo","url":"interfaces/app__models_account.signature.html#algo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":124,"kind":1024,"name":"data","url":"interfaces/app__models_account.signature.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":125,"kind":1024,"name":"digest","url":"interfaces/app__models_account.signature.html#digest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":126,"kind":1024,"name":"engine","url":"interfaces/app__models_account.signature.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":127,"kind":32,"name":"defaultAccount","url":"modules/app__models_account.html#defaultaccount","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"app/_models/account"},{"id":128,"kind":1,"name":"app/_models","url":"modules/app__models.html","classes":"tsd-kind-module"},{"id":129,"kind":1,"name":"app/_models/mappings","url":"modules/app__models_mappings.html","classes":"tsd-kind-module"},{"id":130,"kind":256,"name":"Action","url":"interfaces/app__models_mappings.action.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":131,"kind":1024,"name":"action","url":"interfaces/app__models_mappings.action.html#action","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":132,"kind":1024,"name":"approval","url":"interfaces/app__models_mappings.action.html#approval","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":133,"kind":1024,"name":"id","url":"interfaces/app__models_mappings.action.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":134,"kind":1024,"name":"role","url":"interfaces/app__models_mappings.action.html#role","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":135,"kind":1024,"name":"user","url":"interfaces/app__models_mappings.action.html#user","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":136,"kind":256,"name":"AreaName","url":"interfaces/app__models_mappings.areaname.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":137,"kind":1024,"name":"locations","url":"interfaces/app__models_mappings.areaname.html#locations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaName"},{"id":138,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.areaname.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaName"},{"id":139,"kind":256,"name":"AreaType","url":"interfaces/app__models_mappings.areatype.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":140,"kind":1024,"name":"area","url":"interfaces/app__models_mappings.areatype.html#area","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaType"},{"id":141,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.areatype.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaType"},{"id":142,"kind":256,"name":"Category","url":"interfaces/app__models_mappings.category.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":143,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.category.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Category"},{"id":144,"kind":1024,"name":"products","url":"interfaces/app__models_mappings.category.html#products","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Category"},{"id":145,"kind":1,"name":"app/_models/settings","url":"modules/app__models_settings.html","classes":"tsd-kind-module"},{"id":146,"kind":128,"name":"Settings","url":"classes/app__models_settings.settings.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_models/settings"},{"id":147,"kind":512,"name":"constructor","url":"classes/app__models_settings.settings.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":148,"kind":1024,"name":"registry","url":"classes/app__models_settings.settings.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":149,"kind":1024,"name":"scanFilter","url":"classes/app__models_settings.settings.html#scanfilter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":150,"kind":1024,"name":"txHelper","url":"classes/app__models_settings.settings.html#txhelper","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":151,"kind":1024,"name":"w3","url":"classes/app__models_settings.settings.html#w3","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":152,"kind":256,"name":"W3","url":"interfaces/app__models_settings.w3.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/settings"},{"id":153,"kind":1024,"name":"engine","url":"interfaces/app__models_settings.w3.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/settings.W3"},{"id":154,"kind":1024,"name":"provider","url":"interfaces/app__models_settings.w3.html#provider","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/settings.W3"},{"id":155,"kind":1,"name":"app/_models/staff","url":"modules/app__models_staff.html","classes":"tsd-kind-module"},{"id":156,"kind":256,"name":"Staff","url":"interfaces/app__models_staff.staff.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/staff"},{"id":157,"kind":1024,"name":"comment","url":"interfaces/app__models_staff.staff.html#comment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":158,"kind":1024,"name":"email","url":"interfaces/app__models_staff.staff.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":159,"kind":1024,"name":"name","url":"interfaces/app__models_staff.staff.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":160,"kind":1024,"name":"tag","url":"interfaces/app__models_staff.staff.html#tag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":161,"kind":1024,"name":"userid","url":"interfaces/app__models_staff.staff.html#userid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":162,"kind":1,"name":"app/_models/token","url":"modules/app__models_token.html","classes":"tsd-kind-module"},{"id":163,"kind":256,"name":"Token","url":"interfaces/app__models_token.token.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/token"},{"id":164,"kind":1024,"name":"address","url":"interfaces/app__models_token.token.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":165,"kind":1024,"name":"decimals","url":"interfaces/app__models_token.token.html#decimals","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":166,"kind":1024,"name":"name","url":"interfaces/app__models_token.token.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":167,"kind":1024,"name":"owner","url":"interfaces/app__models_token.token.html#owner","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":168,"kind":1024,"name":"reserveRatio","url":"interfaces/app__models_token.token.html#reserveratio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":169,"kind":1024,"name":"reserves","url":"interfaces/app__models_token.token.html#reserves","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":170,"kind":65536,"name":"__type","url":"interfaces/app__models_token.token.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":171,"kind":1024,"name":"0xa686005CE37Dce7738436256982C3903f2E4ea8E","url":"interfaces/app__models_token.token.html#__type.0xa686005ce37dce7738436256982c3903f2e4ea8e","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type"},{"id":172,"kind":65536,"name":"__type","url":"interfaces/app__models_token.token.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type"},{"id":173,"kind":1024,"name":"weight","url":"interfaces/app__models_token.token.html#__type.__type-1.weight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type.__type"},{"id":174,"kind":1024,"name":"balance","url":"interfaces/app__models_token.token.html#__type.__type-1.balance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type.__type"},{"id":175,"kind":1024,"name":"supply","url":"interfaces/app__models_token.token.html#supply","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":176,"kind":1024,"name":"symbol","url":"interfaces/app__models_token.token.html#symbol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":177,"kind":1,"name":"app/_models/transaction","url":"modules/app__models_transaction.html","classes":"tsd-kind-module"},{"id":178,"kind":256,"name":"Conversion","url":"interfaces/app__models_transaction.conversion.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":179,"kind":1024,"name":"destinationToken","url":"interfaces/app__models_transaction.conversion.html#destinationtoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":180,"kind":1024,"name":"fromValue","url":"interfaces/app__models_transaction.conversion.html#fromvalue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":181,"kind":1024,"name":"sourceToken","url":"interfaces/app__models_transaction.conversion.html#sourcetoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":182,"kind":1024,"name":"toValue","url":"interfaces/app__models_transaction.conversion.html#tovalue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":183,"kind":1024,"name":"trader","url":"interfaces/app__models_transaction.conversion.html#trader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":184,"kind":1024,"name":"tx","url":"interfaces/app__models_transaction.conversion.html#tx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":185,"kind":1024,"name":"user","url":"interfaces/app__models_transaction.conversion.html#user","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":186,"kind":256,"name":"Transaction","url":"interfaces/app__models_transaction.transaction.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":187,"kind":1024,"name":"from","url":"interfaces/app__models_transaction.transaction.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":188,"kind":1024,"name":"recipient","url":"interfaces/app__models_transaction.transaction.html#recipient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":189,"kind":1024,"name":"sender","url":"interfaces/app__models_transaction.transaction.html#sender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":190,"kind":1024,"name":"to","url":"interfaces/app__models_transaction.transaction.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":191,"kind":1024,"name":"token","url":"interfaces/app__models_transaction.transaction.html#token","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":192,"kind":1024,"name":"tx","url":"interfaces/app__models_transaction.transaction.html#tx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":193,"kind":1024,"name":"type","url":"interfaces/app__models_transaction.transaction.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":194,"kind":1024,"name":"value","url":"interfaces/app__models_transaction.transaction.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":195,"kind":256,"name":"Tx","url":"interfaces/app__models_transaction.tx.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":196,"kind":1024,"name":"block","url":"interfaces/app__models_transaction.tx.html#block","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":197,"kind":1024,"name":"success","url":"interfaces/app__models_transaction.tx.html#success","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":198,"kind":1024,"name":"timestamp","url":"interfaces/app__models_transaction.tx.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":199,"kind":1024,"name":"txHash","url":"interfaces/app__models_transaction.tx.html#txhash","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":200,"kind":1024,"name":"txIndex","url":"interfaces/app__models_transaction.tx.html#txindex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":201,"kind":256,"name":"TxToken","url":"interfaces/app__models_transaction.txtoken.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":202,"kind":1024,"name":"address","url":"interfaces/app__models_transaction.txtoken.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":203,"kind":1024,"name":"name","url":"interfaces/app__models_transaction.txtoken.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":204,"kind":1024,"name":"symbol","url":"interfaces/app__models_transaction.txtoken.html#symbol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":205,"kind":1,"name":"app/_pgp","url":"modules/app__pgp.html","classes":"tsd-kind-module"},{"id":206,"kind":1,"name":"app/_pgp/pgp-key-store","url":"modules/app__pgp_pgp_key_store.html","classes":"tsd-kind-module"},{"id":207,"kind":256,"name":"MutableKeyStore","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-key-store"},{"id":208,"kind":2048,"name":"clearKeysInKeyring","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#clearkeysinkeyring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":209,"kind":2048,"name":"getEncryptKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getencryptkeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":210,"kind":2048,"name":"getFingerprint","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getfingerprint","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":211,"kind":2048,"name":"getKeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getkeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":212,"kind":2048,"name":"getKeysForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getkeysforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":213,"kind":2048,"name":"getPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":214,"kind":2048,"name":"getPrivateKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":215,"kind":2048,"name":"getPrivateKeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":216,"kind":2048,"name":"getPrivateKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeys","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":217,"kind":2048,"name":"getPublicKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":218,"kind":2048,"name":"getPublicKeyForSubkeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeyforsubkeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":219,"kind":2048,"name":"getPublicKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":220,"kind":2048,"name":"getPublicKeysForAddress","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeysforaddress","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":221,"kind":2048,"name":"getTrustedActiveKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#gettrustedactivekeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":222,"kind":2048,"name":"getTrustedKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#gettrustedkeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":223,"kind":2048,"name":"importKeyPair","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importkeypair","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":224,"kind":2048,"name":"importPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":225,"kind":2048,"name":"importPublicKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importpublickey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":226,"kind":2048,"name":"isEncryptedPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#isencryptedprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":227,"kind":2048,"name":"isValidKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#isvalidkey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":228,"kind":2048,"name":"loadKeyring","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#loadkeyring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":229,"kind":2048,"name":"removeKeysForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removekeysforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":230,"kind":2048,"name":"removePublicKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removepublickey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":231,"kind":2048,"name":"removePublicKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removepublickeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":232,"kind":2048,"name":"sign","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#sign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":233,"kind":128,"name":"MutablePgpKeyStore","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_pgp/pgp-key-store"},{"id":234,"kind":512,"name":"constructor","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":235,"kind":2048,"name":"clearKeysInKeyring","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#clearkeysinkeyring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":236,"kind":2048,"name":"getEncryptKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getencryptkeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":237,"kind":2048,"name":"getFingerprint","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getfingerprint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":238,"kind":2048,"name":"getKeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getkeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":239,"kind":2048,"name":"getKeysForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getkeysforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":240,"kind":2048,"name":"getPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":241,"kind":2048,"name":"getPrivateKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":242,"kind":2048,"name":"getPrivateKeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":243,"kind":2048,"name":"getPrivateKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":244,"kind":2048,"name":"getPublicKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":245,"kind":2048,"name":"getPublicKeyForSubkeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeyforsubkeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":246,"kind":2048,"name":"getPublicKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":247,"kind":2048,"name":"getPublicKeysForAddress","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeysforaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":248,"kind":2048,"name":"getTrustedActiveKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#gettrustedactivekeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":249,"kind":2048,"name":"getTrustedKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#gettrustedkeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":250,"kind":2048,"name":"importKeyPair","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importkeypair","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":251,"kind":2048,"name":"importPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":252,"kind":2048,"name":"importPublicKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importpublickey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":253,"kind":2048,"name":"isEncryptedPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#isencryptedprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":254,"kind":2048,"name":"isValidKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#isvalidkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":255,"kind":2048,"name":"loadKeyring","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#loadkeyring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":256,"kind":2048,"name":"removeKeysForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removekeysforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":257,"kind":2048,"name":"removePublicKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removepublickey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":258,"kind":2048,"name":"removePublicKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removepublickeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":259,"kind":2048,"name":"sign","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#sign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":260,"kind":1,"name":"app/_pgp/pgp-signer","url":"modules/app__pgp_pgp_signer.html","classes":"tsd-kind-module"},{"id":261,"kind":128,"name":"PGPSigner","url":"classes/app__pgp_pgp_signer.pgpsigner.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":262,"kind":512,"name":"constructor","url":"classes/app__pgp_pgp_signer.pgpsigner.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":263,"kind":1024,"name":"algo","url":"classes/app__pgp_pgp_signer.pgpsigner.html#algo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":264,"kind":1024,"name":"dgst","url":"classes/app__pgp_pgp_signer.pgpsigner.html#dgst","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":265,"kind":1024,"name":"engine","url":"classes/app__pgp_pgp_signer.pgpsigner.html#engine","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":266,"kind":1024,"name":"keyStore","url":"classes/app__pgp_pgp_signer.pgpsigner.html#keystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":267,"kind":1024,"name":"loggingService","url":"classes/app__pgp_pgp_signer.pgpsigner.html#loggingservice","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":268,"kind":1024,"name":"onsign","url":"classes/app__pgp_pgp_signer.pgpsigner.html#onsign","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":269,"kind":65536,"name":"__type","url":"classes/app__pgp_pgp_signer.pgpsigner.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":270,"kind":1024,"name":"onverify","url":"classes/app__pgp_pgp_signer.pgpsigner.html#onverify","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":271,"kind":65536,"name":"__type","url":"classes/app__pgp_pgp_signer.pgpsigner.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":272,"kind":1024,"name":"signature","url":"classes/app__pgp_pgp_signer.pgpsigner.html#signature","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":273,"kind":2048,"name":"fingerprint","url":"classes/app__pgp_pgp_signer.pgpsigner.html#fingerprint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":274,"kind":2048,"name":"prepare","url":"classes/app__pgp_pgp_signer.pgpsigner.html#prepare","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":275,"kind":2048,"name":"sign","url":"classes/app__pgp_pgp_signer.pgpsigner.html#sign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":276,"kind":2048,"name":"verify","url":"classes/app__pgp_pgp_signer.pgpsigner.html#verify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":277,"kind":256,"name":"Signable","url":"interfaces/app__pgp_pgp_signer.signable.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":278,"kind":2048,"name":"digest","url":"interfaces/app__pgp_pgp_signer.signable.html#digest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signable"},{"id":279,"kind":256,"name":"Signature","url":"interfaces/app__pgp_pgp_signer.signature.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":280,"kind":1024,"name":"algo","url":"interfaces/app__pgp_pgp_signer.signature.html#algo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":281,"kind":1024,"name":"data","url":"interfaces/app__pgp_pgp_signer.signature.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":282,"kind":1024,"name":"digest","url":"interfaces/app__pgp_pgp_signer.signature.html#digest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":283,"kind":1024,"name":"engine","url":"interfaces/app__pgp_pgp_signer.signature.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":284,"kind":256,"name":"Signer","url":"interfaces/app__pgp_pgp_signer.signer.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":285,"kind":2048,"name":"fingerprint","url":"interfaces/app__pgp_pgp_signer.signer.html#fingerprint","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":286,"kind":2048,"name":"onsign","url":"interfaces/app__pgp_pgp_signer.signer.html#onsign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":287,"kind":2048,"name":"onverify","url":"interfaces/app__pgp_pgp_signer.signer.html#onverify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":288,"kind":2048,"name":"prepare","url":"interfaces/app__pgp_pgp_signer.signer.html#prepare","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":289,"kind":2048,"name":"sign","url":"interfaces/app__pgp_pgp_signer.signer.html#sign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":290,"kind":2048,"name":"verify","url":"interfaces/app__pgp_pgp_signer.signer.html#verify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":291,"kind":1,"name":"app/_services/auth.service","url":"modules/app__services_auth_service.html","classes":"tsd-kind-module"},{"id":292,"kind":128,"name":"AuthService","url":"classes/app__services_auth_service.authservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/auth.service"},{"id":293,"kind":512,"name":"constructor","url":"classes/app__services_auth_service.authservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":294,"kind":1024,"name":"mutableKeyStore","url":"classes/app__services_auth_service.authservice.html#mutablekeystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":295,"kind":1024,"name":"trustedUsers","url":"classes/app__services_auth_service.authservice.html#trustedusers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":296,"kind":1024,"name":"trustedUsersList","url":"classes/app__services_auth_service.authservice.html#trusteduserslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/auth.service.AuthService"},{"id":297,"kind":1024,"name":"trustedUsersSubject","url":"classes/app__services_auth_service.authservice.html#trusteduserssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":298,"kind":2048,"name":"init","url":"classes/app__services_auth_service.authservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":299,"kind":2048,"name":"getSessionToken","url":"classes/app__services_auth_service.authservice.html#getsessiontoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":300,"kind":2048,"name":"setSessionToken","url":"classes/app__services_auth_service.authservice.html#setsessiontoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":301,"kind":2048,"name":"setState","url":"classes/app__services_auth_service.authservice.html#setstate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":302,"kind":2048,"name":"getWithToken","url":"classes/app__services_auth_service.authservice.html#getwithtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":303,"kind":2048,"name":"sendSignedChallenge","url":"classes/app__services_auth_service.authservice.html#sendsignedchallenge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":304,"kind":2048,"name":"getChallenge","url":"classes/app__services_auth_service.authservice.html#getchallenge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":305,"kind":2048,"name":"login","url":"classes/app__services_auth_service.authservice.html#login","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":306,"kind":2048,"name":"loginView","url":"classes/app__services_auth_service.authservice.html#loginview","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":307,"kind":2048,"name":"setKey","url":"classes/app__services_auth_service.authservice.html#setkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":308,"kind":2048,"name":"logout","url":"classes/app__services_auth_service.authservice.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":309,"kind":2048,"name":"addTrustedUser","url":"classes/app__services_auth_service.authservice.html#addtrusteduser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":310,"kind":2048,"name":"getTrustedUsers","url":"classes/app__services_auth_service.authservice.html#gettrustedusers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":311,"kind":2048,"name":"getPublicKeys","url":"classes/app__services_auth_service.authservice.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":312,"kind":2048,"name":"getPrivateKey","url":"classes/app__services_auth_service.authservice.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":313,"kind":2048,"name":"getPrivateKeyInfo","url":"classes/app__services_auth_service.authservice.html#getprivatekeyinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":314,"kind":1,"name":"app/_services/block-sync.service","url":"modules/app__services_block_sync_service.html","classes":"tsd-kind-module"},{"id":315,"kind":128,"name":"BlockSyncService","url":"classes/app__services_block_sync_service.blocksyncservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/block-sync.service"},{"id":316,"kind":512,"name":"constructor","url":"classes/app__services_block_sync_service.blocksyncservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":317,"kind":1024,"name":"readyStateTarget","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystatetarget","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":318,"kind":1024,"name":"readyState","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":319,"kind":2048,"name":"init","url":"classes/app__services_block_sync_service.blocksyncservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":320,"kind":2048,"name":"blockSync","url":"classes/app__services_block_sync_service.blocksyncservice.html#blocksync","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":321,"kind":2048,"name":"readyStateProcessor","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystateprocessor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":322,"kind":2048,"name":"newEvent","url":"classes/app__services_block_sync_service.blocksyncservice.html#newevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":323,"kind":2048,"name":"scan","url":"classes/app__services_block_sync_service.blocksyncservice.html#scan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":324,"kind":2048,"name":"fetcher","url":"classes/app__services_block_sync_service.blocksyncservice.html#fetcher","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":325,"kind":1,"name":"app/_services/error-dialog.service","url":"modules/app__services_error_dialog_service.html","classes":"tsd-kind-module"},{"id":326,"kind":128,"name":"ErrorDialogService","url":"classes/app__services_error_dialog_service.errordialogservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/error-dialog.service"},{"id":327,"kind":512,"name":"constructor","url":"classes/app__services_error_dialog_service.errordialogservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":328,"kind":1024,"name":"isDialogOpen","url":"classes/app__services_error_dialog_service.errordialogservice.html#isdialogopen","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":329,"kind":1024,"name":"dialog","url":"classes/app__services_error_dialog_service.errordialogservice.html#dialog","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":330,"kind":2048,"name":"openDialog","url":"classes/app__services_error_dialog_service.errordialogservice.html#opendialog","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":331,"kind":1,"name":"app/_services","url":"modules/app__services.html","classes":"tsd-kind-module"},{"id":332,"kind":1,"name":"app/_services/location.service","url":"modules/app__services_location_service.html","classes":"tsd-kind-module"},{"id":333,"kind":128,"name":"LocationService","url":"classes/app__services_location_service.locationservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/location.service"},{"id":334,"kind":512,"name":"constructor","url":"classes/app__services_location_service.locationservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":335,"kind":2048,"name":"getAreaNames","url":"classes/app__services_location_service.locationservice.html#getareanames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":336,"kind":2048,"name":"getAreaNameByLocation","url":"classes/app__services_location_service.locationservice.html#getareanamebylocation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":337,"kind":2048,"name":"getAreaTypes","url":"classes/app__services_location_service.locationservice.html#getareatypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":338,"kind":2048,"name":"getAreaTypeByArea","url":"classes/app__services_location_service.locationservice.html#getareatypebyarea","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":339,"kind":1,"name":"app/_services/logging.service","url":"modules/app__services_logging_service.html","classes":"tsd-kind-module"},{"id":340,"kind":128,"name":"LoggingService","url":"classes/app__services_logging_service.loggingservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/logging.service"},{"id":341,"kind":512,"name":"constructor","url":"classes/app__services_logging_service.loggingservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":342,"kind":1024,"name":"env","url":"classes/app__services_logging_service.loggingservice.html#env","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":343,"kind":1024,"name":"canDebug","url":"classes/app__services_logging_service.loggingservice.html#candebug","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":344,"kind":2048,"name":"sendTraceLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendtracelevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":345,"kind":2048,"name":"sendDebugLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#senddebuglevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":346,"kind":2048,"name":"sendInfoLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendinfolevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":347,"kind":2048,"name":"sendLogLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendloglevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":348,"kind":2048,"name":"sendWarnLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendwarnlevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":349,"kind":2048,"name":"sendErrorLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#senderrorlevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":350,"kind":2048,"name":"sendFatalLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendfatallevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":351,"kind":1,"name":"app/_services/registry.service","url":"modules/app__services_registry_service.html","classes":"tsd-kind-module"},{"id":352,"kind":128,"name":"RegistryService","url":"classes/app__services_registry_service.registryservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/registry.service"},{"id":353,"kind":1024,"name":"fileGetter","url":"classes/app__services_registry_service.registryservice.html#filegetter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":354,"kind":1024,"name":"registry","url":"classes/app__services_registry_service.registryservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":355,"kind":2048,"name":"getRegistry","url":"classes/app__services_registry_service.registryservice.html#getregistry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":356,"kind":512,"name":"constructor","url":"classes/app__services_registry_service.registryservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/registry.service.RegistryService"},{"id":357,"kind":1,"name":"app/_services/token.service","url":"modules/app__services_token_service.html","classes":"tsd-kind-module"},{"id":358,"kind":128,"name":"TokenService","url":"classes/app__services_token_service.tokenservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/token.service"},{"id":359,"kind":512,"name":"constructor","url":"classes/app__services_token_service.tokenservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":360,"kind":1024,"name":"registry","url":"classes/app__services_token_service.tokenservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":361,"kind":1024,"name":"tokenRegistry","url":"classes/app__services_token_service.tokenservice.html#tokenregistry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":362,"kind":1024,"name":"tokens","url":"classes/app__services_token_service.tokenservice.html#tokens","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":363,"kind":1024,"name":"tokensList","url":"classes/app__services_token_service.tokenservice.html#tokenslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/token.service.TokenService"},{"id":364,"kind":1024,"name":"tokensSubject","url":"classes/app__services_token_service.tokenservice.html#tokenssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":365,"kind":1024,"name":"load","url":"classes/app__services_token_service.tokenservice.html#load","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":366,"kind":2048,"name":"init","url":"classes/app__services_token_service.tokenservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":367,"kind":2048,"name":"addToken","url":"classes/app__services_token_service.tokenservice.html#addtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":368,"kind":2048,"name":"getTokens","url":"classes/app__services_token_service.tokenservice.html#gettokens","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":369,"kind":2048,"name":"getTokenByAddress","url":"classes/app__services_token_service.tokenservice.html#gettokenbyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":370,"kind":2048,"name":"getTokenBySymbol","url":"classes/app__services_token_service.tokenservice.html#gettokenbysymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":371,"kind":2048,"name":"getTokenBalance","url":"classes/app__services_token_service.tokenservice.html#gettokenbalance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":372,"kind":2048,"name":"getTokenName","url":"classes/app__services_token_service.tokenservice.html#gettokenname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":373,"kind":2048,"name":"getTokenSymbol","url":"classes/app__services_token_service.tokenservice.html#gettokensymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":374,"kind":1,"name":"app/_services/transaction.service","url":"modules/app__services_transaction_service.html","classes":"tsd-kind-module"},{"id":375,"kind":128,"name":"TransactionService","url":"classes/app__services_transaction_service.transactionservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/transaction.service"},{"id":376,"kind":512,"name":"constructor","url":"classes/app__services_transaction_service.transactionservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":377,"kind":1024,"name":"transactions","url":"classes/app__services_transaction_service.transactionservice.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":378,"kind":1024,"name":"transactionList","url":"classes/app__services_transaction_service.transactionservice.html#transactionlist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/transaction.service.TransactionService"},{"id":379,"kind":1024,"name":"transactionsSubject","url":"classes/app__services_transaction_service.transactionservice.html#transactionssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":380,"kind":1024,"name":"userInfo","url":"classes/app__services_transaction_service.transactionservice.html#userinfo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":381,"kind":1024,"name":"web3","url":"classes/app__services_transaction_service.transactionservice.html#web3","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":382,"kind":1024,"name":"registry","url":"classes/app__services_transaction_service.transactionservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":383,"kind":2048,"name":"init","url":"classes/app__services_transaction_service.transactionservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":384,"kind":2048,"name":"getAllTransactions","url":"classes/app__services_transaction_service.transactionservice.html#getalltransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":385,"kind":2048,"name":"getAddressTransactions","url":"classes/app__services_transaction_service.transactionservice.html#getaddresstransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":386,"kind":2048,"name":"setTransaction","url":"classes/app__services_transaction_service.transactionservice.html#settransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":387,"kind":2048,"name":"setConversion","url":"classes/app__services_transaction_service.transactionservice.html#setconversion","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":388,"kind":2048,"name":"addTransaction","url":"classes/app__services_transaction_service.transactionservice.html#addtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":389,"kind":2048,"name":"resetTransactionsList","url":"classes/app__services_transaction_service.transactionservice.html#resettransactionslist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":390,"kind":2048,"name":"getAccountInfo","url":"classes/app__services_transaction_service.transactionservice.html#getaccountinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":391,"kind":2048,"name":"transferRequest","url":"classes/app__services_transaction_service.transactionservice.html#transferrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":392,"kind":1,"name":"app/_services/user.service","url":"modules/app__services_user_service.html","classes":"tsd-kind-module"},{"id":393,"kind":128,"name":"UserService","url":"classes/app__services_user_service.userservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/user.service"},{"id":394,"kind":512,"name":"constructor","url":"classes/app__services_user_service.userservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":395,"kind":1024,"name":"headers","url":"classes/app__services_user_service.userservice.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":396,"kind":1024,"name":"keystore","url":"classes/app__services_user_service.userservice.html#keystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":397,"kind":1024,"name":"signer","url":"classes/app__services_user_service.userservice.html#signer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":398,"kind":1024,"name":"registry","url":"classes/app__services_user_service.userservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":399,"kind":1024,"name":"accounts","url":"classes/app__services_user_service.userservice.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":400,"kind":1024,"name":"accountsList","url":"classes/app__services_user_service.userservice.html#accountslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/user.service.UserService"},{"id":401,"kind":1024,"name":"accountsSubject","url":"classes/app__services_user_service.userservice.html#accountssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":402,"kind":1024,"name":"actions","url":"classes/app__services_user_service.userservice.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":403,"kind":1024,"name":"actionsList","url":"classes/app__services_user_service.userservice.html#actionslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/user.service.UserService"},{"id":404,"kind":1024,"name":"actionsSubject","url":"classes/app__services_user_service.userservice.html#actionssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":405,"kind":2048,"name":"init","url":"classes/app__services_user_service.userservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":406,"kind":2048,"name":"resetPin","url":"classes/app__services_user_service.userservice.html#resetpin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":407,"kind":2048,"name":"getAccountStatus","url":"classes/app__services_user_service.userservice.html#getaccountstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":408,"kind":2048,"name":"getLockedAccounts","url":"classes/app__services_user_service.userservice.html#getlockedaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":409,"kind":2048,"name":"changeAccountInfo","url":"classes/app__services_user_service.userservice.html#changeaccountinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":410,"kind":2048,"name":"updateMeta","url":"classes/app__services_user_service.userservice.html#updatemeta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":411,"kind":2048,"name":"getActions","url":"classes/app__services_user_service.userservice.html#getactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":412,"kind":2048,"name":"getActionById","url":"classes/app__services_user_service.userservice.html#getactionbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":413,"kind":2048,"name":"approveAction","url":"classes/app__services_user_service.userservice.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":414,"kind":2048,"name":"revokeAction","url":"classes/app__services_user_service.userservice.html#revokeaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":415,"kind":2048,"name":"getAccountDetailsFromMeta","url":"classes/app__services_user_service.userservice.html#getaccountdetailsfrommeta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":416,"kind":2048,"name":"wrap","url":"classes/app__services_user_service.userservice.html#wrap","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":417,"kind":2048,"name":"loadAccounts","url":"classes/app__services_user_service.userservice.html#loadaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":418,"kind":2048,"name":"getAccountByAddress","url":"classes/app__services_user_service.userservice.html#getaccountbyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":419,"kind":2048,"name":"getAccountByPhone","url":"classes/app__services_user_service.userservice.html#getaccountbyphone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":420,"kind":2048,"name":"resetAccountsList","url":"classes/app__services_user_service.userservice.html#resetaccountslist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":421,"kind":2048,"name":"searchAccountByName","url":"classes/app__services_user_service.userservice.html#searchaccountbyname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":422,"kind":2048,"name":"getCategories","url":"classes/app__services_user_service.userservice.html#getcategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":423,"kind":2048,"name":"getCategoryByProduct","url":"classes/app__services_user_service.userservice.html#getcategorybyproduct","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":424,"kind":2048,"name":"getAccountTypes","url":"classes/app__services_user_service.userservice.html#getaccounttypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":425,"kind":2048,"name":"getTransactionTypes","url":"classes/app__services_user_service.userservice.html#gettransactiontypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":426,"kind":2048,"name":"getGenders","url":"classes/app__services_user_service.userservice.html#getgenders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":427,"kind":2048,"name":"addAccount","url":"classes/app__services_user_service.userservice.html#addaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":428,"kind":1,"name":"app/_services/web3.service","url":"modules/app__services_web3_service.html","classes":"tsd-kind-module"},{"id":429,"kind":128,"name":"Web3Service","url":"classes/app__services_web3_service.web3service.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/web3.service"},{"id":430,"kind":1024,"name":"web3","url":"classes/app__services_web3_service.web3service.html#web3","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"app/_services/web3.service.Web3Service"},{"id":431,"kind":2048,"name":"getInstance","url":"classes/app__services_web3_service.web3service.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_services/web3.service.Web3Service"},{"id":432,"kind":512,"name":"constructor","url":"classes/app__services_web3_service.web3service.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/web3.service.Web3Service"},{"id":433,"kind":1,"name":"app/app-routing.module","url":"modules/app_app_routing_module.html","classes":"tsd-kind-module"},{"id":434,"kind":128,"name":"AppRoutingModule","url":"classes/app_app_routing_module.approutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app-routing.module"},{"id":435,"kind":512,"name":"constructor","url":"classes/app_app_routing_module.approutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app-routing.module.AppRoutingModule"},{"id":436,"kind":1,"name":"app/app.component","url":"modules/app_app_component.html","classes":"tsd-kind-module"},{"id":437,"kind":128,"name":"AppComponent","url":"classes/app_app_component.appcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app.component"},{"id":438,"kind":512,"name":"constructor","url":"classes/app_app_component.appcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":439,"kind":1024,"name":"title","url":"classes/app_app_component.appcomponent.html#title","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":440,"kind":1024,"name":"readyStateTarget","url":"classes/app_app_component.appcomponent.html#readystatetarget","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":441,"kind":1024,"name":"readyState","url":"classes/app_app_component.appcomponent.html#readystate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":442,"kind":1024,"name":"mediaQuery","url":"classes/app_app_component.appcomponent.html#mediaquery","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":443,"kind":2048,"name":"ngOnInit","url":"classes/app_app_component.appcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":444,"kind":2048,"name":"onResize","url":"classes/app_app_component.appcomponent.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":445,"kind":2048,"name":"cicTransfer","url":"classes/app_app_component.appcomponent.html#cictransfer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":446,"kind":2048,"name":"cicConvert","url":"classes/app_app_component.appcomponent.html#cicconvert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":447,"kind":1,"name":"app/app.module","url":"modules/app_app_module.html","classes":"tsd-kind-module"},{"id":448,"kind":128,"name":"AppModule","url":"classes/app_app_module.appmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app.module"},{"id":449,"kind":512,"name":"constructor","url":"classes/app_app_module.appmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app.module.AppModule"},{"id":450,"kind":1,"name":"app/auth/_directives","url":"modules/app_auth__directives.html","classes":"tsd-kind-module"},{"id":451,"kind":1,"name":"app/auth/_directives/password-toggle.directive","url":"modules/app_auth__directives_password_toggle_directive.html","classes":"tsd-kind-module"},{"id":452,"kind":128,"name":"PasswordToggleDirective","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/_directives/password-toggle.directive"},{"id":453,"kind":512,"name":"constructor","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":454,"kind":1024,"name":"id","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":455,"kind":1024,"name":"iconId","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#iconid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":456,"kind":2048,"name":"togglePasswordVisibility","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#togglepasswordvisibility","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":457,"kind":1,"name":"app/auth/auth-routing.module","url":"modules/app_auth_auth_routing_module.html","classes":"tsd-kind-module"},{"id":458,"kind":128,"name":"AuthRoutingModule","url":"classes/app_auth_auth_routing_module.authroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth-routing.module"},{"id":459,"kind":512,"name":"constructor","url":"classes/app_auth_auth_routing_module.authroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth-routing.module.AuthRoutingModule"},{"id":460,"kind":1,"name":"app/auth/auth.component","url":"modules/app_auth_auth_component.html","classes":"tsd-kind-module"},{"id":461,"kind":128,"name":"AuthComponent","url":"classes/app_auth_auth_component.authcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth.component"},{"id":462,"kind":512,"name":"constructor","url":"classes/app_auth_auth_component.authcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":463,"kind":1024,"name":"keyForm","url":"classes/app_auth_auth_component.authcomponent.html#keyform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":464,"kind":1024,"name":"submitted","url":"classes/app_auth_auth_component.authcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":465,"kind":1024,"name":"loading","url":"classes/app_auth_auth_component.authcomponent.html#loading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":466,"kind":1024,"name":"matcher","url":"classes/app_auth_auth_component.authcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":467,"kind":2048,"name":"ngOnInit","url":"classes/app_auth_auth_component.authcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":468,"kind":262144,"name":"keyFormStub","url":"classes/app_auth_auth_component.authcomponent.html#keyformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":469,"kind":2048,"name":"onSubmit","url":"classes/app_auth_auth_component.authcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":470,"kind":2048,"name":"login","url":"classes/app_auth_auth_component.authcomponent.html#login","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":471,"kind":2048,"name":"switchWindows","url":"classes/app_auth_auth_component.authcomponent.html#switchwindows","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":472,"kind":2048,"name":"toggleDisplay","url":"classes/app_auth_auth_component.authcomponent.html#toggledisplay","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":473,"kind":1,"name":"app/auth/auth.module","url":"modules/app_auth_auth_module.html","classes":"tsd-kind-module"},{"id":474,"kind":128,"name":"AuthModule","url":"classes/app_auth_auth_module.authmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth.module"},{"id":475,"kind":512,"name":"constructor","url":"classes/app_auth_auth_module.authmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth.module.AuthModule"},{"id":476,"kind":1,"name":"app/pages/accounts/account-details/account-details.component","url":"modules/app_pages_accounts_account_details_account_details_component.html","classes":"tsd-kind-module"},{"id":477,"kind":128,"name":"AccountDetailsComponent","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/account-details/account-details.component"},{"id":478,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":479,"kind":1024,"name":"transactionsDataSource","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":480,"kind":1024,"name":"transactionsDisplayedColumns","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":481,"kind":1024,"name":"transactionsDefaultPageSize","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdefaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":482,"kind":1024,"name":"transactionsPageSizeOptions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionspagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":483,"kind":1024,"name":"transactionTablePaginator","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactiontablepaginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":484,"kind":1024,"name":"transactionTableSort","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactiontablesort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":485,"kind":1024,"name":"userDataSource","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userdatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":486,"kind":1024,"name":"userDisplayedColumns","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userdisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":487,"kind":1024,"name":"usersDefaultPageSize","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usersdefaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":488,"kind":1024,"name":"usersPageSizeOptions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userspagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":489,"kind":1024,"name":"userTablePaginator","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usertablepaginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":490,"kind":1024,"name":"userTableSort","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usertablesort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":491,"kind":1024,"name":"accountInfoForm","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountinfoform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":492,"kind":1024,"name":"account","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#account","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":493,"kind":1024,"name":"accountAddress","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":494,"kind":1024,"name":"accountStatus","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountstatus","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":495,"kind":1024,"name":"accounts","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":496,"kind":1024,"name":"accountsType","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":497,"kind":1024,"name":"categories","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#categories","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":498,"kind":1024,"name":"areaNames","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#areanames","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":499,"kind":1024,"name":"areaTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#areatypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":500,"kind":1024,"name":"transaction","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":501,"kind":1024,"name":"transactions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":502,"kind":1024,"name":"transactionsType","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":503,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":504,"kind":1024,"name":"transactionsTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionstypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":505,"kind":1024,"name":"genders","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#genders","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":506,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":507,"kind":1024,"name":"submitted","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":508,"kind":1024,"name":"bloxbergLink","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#bloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":509,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":510,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":511,"kind":2048,"name":"doTransactionFilter","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#dotransactionfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":512,"kind":2048,"name":"doUserFilter","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#douserfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":513,"kind":2048,"name":"viewTransaction","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#viewtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":514,"kind":2048,"name":"viewAccount","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#viewaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":515,"kind":262144,"name":"accountInfoFormStub","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountinfoformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":516,"kind":2048,"name":"saveInfo","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#saveinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":517,"kind":2048,"name":"filterAccounts","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#filteraccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":518,"kind":2048,"name":"filterTransactions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#filtertransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":519,"kind":2048,"name":"resetPin","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#resetpin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":520,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":521,"kind":2048,"name":"copyAddress","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#copyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":522,"kind":1,"name":"app/pages/accounts/account-search/account-search.component","url":"modules/app_pages_accounts_account_search_account_search_component.html","classes":"tsd-kind-module"},{"id":523,"kind":128,"name":"AccountSearchComponent","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/account-search/account-search.component"},{"id":524,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":525,"kind":1024,"name":"nameSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":526,"kind":1024,"name":"nameSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":527,"kind":1024,"name":"nameSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":528,"kind":1024,"name":"phoneSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":529,"kind":1024,"name":"phoneSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":530,"kind":1024,"name":"phoneSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":531,"kind":1024,"name":"addressSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":532,"kind":1024,"name":"addressSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":533,"kind":1024,"name":"addressSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":534,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":535,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":536,"kind":262144,"name":"nameSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":537,"kind":262144,"name":"phoneSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":538,"kind":262144,"name":"addressSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":539,"kind":2048,"name":"onNameSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onnamesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":540,"kind":2048,"name":"onPhoneSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onphonesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":541,"kind":2048,"name":"onAddressSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onaddresssearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":542,"kind":1,"name":"app/pages/accounts/accounts-routing.module","url":"modules/app_pages_accounts_accounts_routing_module.html","classes":"tsd-kind-module"},{"id":543,"kind":128,"name":"AccountsRoutingModule","url":"classes/app_pages_accounts_accounts_routing_module.accountsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts-routing.module"},{"id":544,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_routing_module.accountsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts-routing.module.AccountsRoutingModule"},{"id":545,"kind":1,"name":"app/pages/accounts/accounts.component","url":"modules/app_pages_accounts_accounts_component.html","classes":"tsd-kind-module"},{"id":546,"kind":128,"name":"AccountsComponent","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts.component"},{"id":547,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":548,"kind":1024,"name":"dataSource","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":549,"kind":1024,"name":"accounts","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":550,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":551,"kind":1024,"name":"defaultPageSize","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#defaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":552,"kind":1024,"name":"pageSizeOptions","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#pagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":553,"kind":1024,"name":"accountsType","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accountstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":554,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":555,"kind":1024,"name":"paginator","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":556,"kind":1024,"name":"sort","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":557,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":558,"kind":2048,"name":"doFilter","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":559,"kind":2048,"name":"viewAccount","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#viewaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":560,"kind":2048,"name":"filterAccounts","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#filteraccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":561,"kind":2048,"name":"refreshPaginator","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#refreshpaginator","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":562,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":563,"kind":1,"name":"app/pages/accounts/accounts.module","url":"modules/app_pages_accounts_accounts_module.html","classes":"tsd-kind-module"},{"id":564,"kind":128,"name":"AccountsModule","url":"classes/app_pages_accounts_accounts_module.accountsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts.module"},{"id":565,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_module.accountsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts.module.AccountsModule"},{"id":566,"kind":1,"name":"app/pages/accounts/create-account/create-account.component","url":"modules/app_pages_accounts_create_account_create_account_component.html","classes":"tsd-kind-module"},{"id":567,"kind":128,"name":"CreateAccountComponent","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/create-account/create-account.component"},{"id":568,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":569,"kind":1024,"name":"createForm","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#createform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":570,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":571,"kind":1024,"name":"submitted","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":572,"kind":1024,"name":"categories","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#categories","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":573,"kind":1024,"name":"areaNames","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#areanames","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":574,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":575,"kind":1024,"name":"genders","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#genders","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":576,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":577,"kind":262144,"name":"createFormStub","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#createformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":578,"kind":2048,"name":"onSubmit","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":579,"kind":1,"name":"app/pages/admin/admin-routing.module","url":"modules/app_pages_admin_admin_routing_module.html","classes":"tsd-kind-module"},{"id":580,"kind":128,"name":"AdminRoutingModule","url":"classes/app_pages_admin_admin_routing_module.adminroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin-routing.module"},{"id":581,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_routing_module.adminroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin-routing.module.AdminRoutingModule"},{"id":582,"kind":1,"name":"app/pages/admin/admin.component","url":"modules/app_pages_admin_admin_component.html","classes":"tsd-kind-module"},{"id":583,"kind":128,"name":"AdminComponent","url":"classes/app_pages_admin_admin_component.admincomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin.component"},{"id":584,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_component.admincomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":585,"kind":1024,"name":"dataSource","url":"classes/app_pages_admin_admin_component.admincomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":586,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_admin_admin_component.admincomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":587,"kind":1024,"name":"action","url":"classes/app_pages_admin_admin_component.admincomponent.html#action","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":588,"kind":1024,"name":"actions","url":"classes/app_pages_admin_admin_component.admincomponent.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":589,"kind":1024,"name":"paginator","url":"classes/app_pages_admin_admin_component.admincomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":590,"kind":1024,"name":"sort","url":"classes/app_pages_admin_admin_component.admincomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":591,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_admin_admin_component.admincomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":592,"kind":2048,"name":"doFilter","url":"classes/app_pages_admin_admin_component.admincomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":593,"kind":2048,"name":"approvalStatus","url":"classes/app_pages_admin_admin_component.admincomponent.html#approvalstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":594,"kind":2048,"name":"approveAction","url":"classes/app_pages_admin_admin_component.admincomponent.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":595,"kind":2048,"name":"disapproveAction","url":"classes/app_pages_admin_admin_component.admincomponent.html#disapproveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":596,"kind":2048,"name":"expandCollapse","url":"classes/app_pages_admin_admin_component.admincomponent.html#expandcollapse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":597,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_admin_admin_component.admincomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":598,"kind":1,"name":"app/pages/admin/admin.module","url":"modules/app_pages_admin_admin_module.html","classes":"tsd-kind-module"},{"id":599,"kind":128,"name":"AdminModule","url":"classes/app_pages_admin_admin_module.adminmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin.module"},{"id":600,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_module.adminmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin.module.AdminModule"},{"id":601,"kind":1,"name":"app/pages/pages-routing.module","url":"modules/app_pages_pages_routing_module.html","classes":"tsd-kind-module"},{"id":602,"kind":128,"name":"PagesRoutingModule","url":"classes/app_pages_pages_routing_module.pagesroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages-routing.module"},{"id":603,"kind":512,"name":"constructor","url":"classes/app_pages_pages_routing_module.pagesroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages-routing.module.PagesRoutingModule"},{"id":604,"kind":1,"name":"app/pages/pages.component","url":"modules/app_pages_pages_component.html","classes":"tsd-kind-module"},{"id":605,"kind":128,"name":"PagesComponent","url":"classes/app_pages_pages_component.pagescomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages.component"},{"id":606,"kind":512,"name":"constructor","url":"classes/app_pages_pages_component.pagescomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages.component.PagesComponent"},{"id":607,"kind":1024,"name":"url","url":"classes/app_pages_pages_component.pagescomponent.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/pages.component.PagesComponent"},{"id":608,"kind":1,"name":"app/pages/pages.module","url":"modules/app_pages_pages_module.html","classes":"tsd-kind-module"},{"id":609,"kind":128,"name":"PagesModule","url":"classes/app_pages_pages_module.pagesmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages.module"},{"id":610,"kind":512,"name":"constructor","url":"classes/app_pages_pages_module.pagesmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages.module.PagesModule"},{"id":611,"kind":1,"name":"app/pages/settings/organization/organization.component","url":"modules/app_pages_settings_organization_organization_component.html","classes":"tsd-kind-module"},{"id":612,"kind":128,"name":"OrganizationComponent","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/organization/organization.component"},{"id":613,"kind":512,"name":"constructor","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":614,"kind":1024,"name":"organizationForm","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#organizationform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":615,"kind":1024,"name":"submitted","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":616,"kind":1024,"name":"matcher","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":617,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":618,"kind":262144,"name":"organizationFormStub","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#organizationformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":619,"kind":2048,"name":"onSubmit","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":620,"kind":1,"name":"app/pages/settings/settings-routing.module","url":"modules/app_pages_settings_settings_routing_module.html","classes":"tsd-kind-module"},{"id":621,"kind":128,"name":"SettingsRoutingModule","url":"classes/app_pages_settings_settings_routing_module.settingsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings-routing.module"},{"id":622,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_routing_module.settingsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings-routing.module.SettingsRoutingModule"},{"id":623,"kind":1,"name":"app/pages/settings/settings.component","url":"modules/app_pages_settings_settings_component.html","classes":"tsd-kind-module"},{"id":624,"kind":128,"name":"SettingsComponent","url":"classes/app_pages_settings_settings_component.settingscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings.component"},{"id":625,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_component.settingscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":626,"kind":1024,"name":"date","url":"classes/app_pages_settings_settings_component.settingscomponent.html#date","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":627,"kind":1024,"name":"dataSource","url":"classes/app_pages_settings_settings_component.settingscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":628,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_settings_settings_component.settingscomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":629,"kind":1024,"name":"trustedUsers","url":"classes/app_pages_settings_settings_component.settingscomponent.html#trustedusers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":630,"kind":1024,"name":"userInfo","url":"classes/app_pages_settings_settings_component.settingscomponent.html#userinfo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":631,"kind":1024,"name":"paginator","url":"classes/app_pages_settings_settings_component.settingscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":632,"kind":1024,"name":"sort","url":"classes/app_pages_settings_settings_component.settingscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":633,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_settings_settings_component.settingscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":634,"kind":2048,"name":"doFilter","url":"classes/app_pages_settings_settings_component.settingscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":635,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_settings_settings_component.settingscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":636,"kind":2048,"name":"logout","url":"classes/app_pages_settings_settings_component.settingscomponent.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":637,"kind":1,"name":"app/pages/settings/settings.module","url":"modules/app_pages_settings_settings_module.html","classes":"tsd-kind-module"},{"id":638,"kind":128,"name":"SettingsModule","url":"classes/app_pages_settings_settings_module.settingsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings.module"},{"id":639,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_module.settingsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings.module.SettingsModule"},{"id":640,"kind":1,"name":"app/pages/tokens/token-details/token-details.component","url":"modules/app_pages_tokens_token_details_token_details_component.html","classes":"tsd-kind-module"},{"id":641,"kind":128,"name":"TokenDetailsComponent","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/token-details/token-details.component"},{"id":642,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":643,"kind":1024,"name":"token","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":644,"kind":1024,"name":"closeWindow","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#closewindow","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":645,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":646,"kind":2048,"name":"close","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#close","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":647,"kind":1,"name":"app/pages/tokens/tokens-routing.module","url":"modules/app_pages_tokens_tokens_routing_module.html","classes":"tsd-kind-module"},{"id":648,"kind":128,"name":"TokensRoutingModule","url":"classes/app_pages_tokens_tokens_routing_module.tokensroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens-routing.module"},{"id":649,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_routing_module.tokensroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens-routing.module.TokensRoutingModule"},{"id":650,"kind":1,"name":"app/pages/tokens/tokens.component","url":"modules/app_pages_tokens_tokens_component.html","classes":"tsd-kind-module"},{"id":651,"kind":128,"name":"TokensComponent","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens.component"},{"id":652,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":653,"kind":1024,"name":"dataSource","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":654,"kind":1024,"name":"columnsToDisplay","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#columnstodisplay","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":655,"kind":1024,"name":"paginator","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":656,"kind":1024,"name":"sort","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":657,"kind":1024,"name":"tokens","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#tokens","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":658,"kind":1024,"name":"token","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":659,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":660,"kind":2048,"name":"doFilter","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":661,"kind":2048,"name":"viewToken","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#viewtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":662,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":663,"kind":1,"name":"app/pages/tokens/tokens.module","url":"modules/app_pages_tokens_tokens_module.html","classes":"tsd-kind-module"},{"id":664,"kind":128,"name":"TokensModule","url":"classes/app_pages_tokens_tokens_module.tokensmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens.module"},{"id":665,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_module.tokensmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens.module.TokensModule"},{"id":666,"kind":1,"name":"app/pages/transactions/transaction-details/transaction-details.component","url":"modules/app_pages_transactions_transaction_details_transaction_details_component.html","classes":"tsd-kind-module"},{"id":667,"kind":128,"name":"TransactionDetailsComponent","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transaction-details/transaction-details.component"},{"id":668,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":669,"kind":1024,"name":"transaction","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":670,"kind":1024,"name":"closeWindow","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#closewindow","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":671,"kind":1024,"name":"senderBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#senderbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":672,"kind":1024,"name":"recipientBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#recipientbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":673,"kind":1024,"name":"traderBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#traderbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":674,"kind":1024,"name":"tokenName","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#tokenname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":675,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":676,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":677,"kind":2048,"name":"viewSender","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewsender","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":678,"kind":2048,"name":"viewRecipient","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewrecipient","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":679,"kind":2048,"name":"viewTrader","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewtrader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":680,"kind":2048,"name":"reverseTransaction","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#reversetransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":681,"kind":2048,"name":"copyAddress","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#copyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":682,"kind":2048,"name":"close","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#close","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":683,"kind":1,"name":"app/pages/transactions/transactions-routing.module","url":"modules/app_pages_transactions_transactions_routing_module.html","classes":"tsd-kind-module"},{"id":684,"kind":128,"name":"TransactionsRoutingModule","url":"classes/app_pages_transactions_transactions_routing_module.transactionsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions-routing.module"},{"id":685,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_routing_module.transactionsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions-routing.module.TransactionsRoutingModule"},{"id":686,"kind":1,"name":"app/pages/transactions/transactions.component","url":"modules/app_pages_transactions_transactions_component.html","classes":"tsd-kind-module"},{"id":687,"kind":128,"name":"TransactionsComponent","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions.component"},{"id":688,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":689,"kind":1024,"name":"transactionDataSource","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactiondatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":690,"kind":1024,"name":"transactionDisplayedColumns","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactiondisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":691,"kind":1024,"name":"defaultPageSize","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#defaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":692,"kind":1024,"name":"pageSizeOptions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#pagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":693,"kind":1024,"name":"transactions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":694,"kind":1024,"name":"transaction","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":695,"kind":1024,"name":"transactionsType","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactionstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":696,"kind":1024,"name":"transactionsTypes","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactionstypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":697,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":698,"kind":1024,"name":"paginator","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":699,"kind":1024,"name":"sort","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":700,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":701,"kind":2048,"name":"viewTransaction","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#viewtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":702,"kind":2048,"name":"doFilter","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":703,"kind":2048,"name":"filterTransactions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#filtertransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":704,"kind":2048,"name":"ngAfterViewInit","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#ngafterviewinit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":705,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":706,"kind":1,"name":"app/pages/transactions/transactions.module","url":"modules/app_pages_transactions_transactions_module.html","classes":"tsd-kind-module"},{"id":707,"kind":128,"name":"TransactionsModule","url":"classes/app_pages_transactions_transactions_module.transactionsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions.module"},{"id":708,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_module.transactionsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions.module.TransactionsModule"},{"id":709,"kind":1,"name":"app/shared/_directives/menu-selection.directive","url":"modules/app_shared__directives_menu_selection_directive.html","classes":"tsd-kind-module"},{"id":710,"kind":128,"name":"MenuSelectionDirective","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_directives/menu-selection.directive"},{"id":711,"kind":512,"name":"constructor","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_directives/menu-selection.directive.MenuSelectionDirective"},{"id":712,"kind":2048,"name":"onMenuSelect","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html#onmenuselect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_directives/menu-selection.directive.MenuSelectionDirective"},{"id":713,"kind":1,"name":"app/shared/_directives/menu-toggle.directive","url":"modules/app_shared__directives_menu_toggle_directive.html","classes":"tsd-kind-module"},{"id":714,"kind":128,"name":"MenuToggleDirective","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_directives/menu-toggle.directive"},{"id":715,"kind":512,"name":"constructor","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_directives/menu-toggle.directive.MenuToggleDirective"},{"id":716,"kind":2048,"name":"onMenuToggle","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html#onmenutoggle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_directives/menu-toggle.directive.MenuToggleDirective"},{"id":717,"kind":1,"name":"app/shared/_pipes/safe.pipe","url":"modules/app_shared__pipes_safe_pipe.html","classes":"tsd-kind-module"},{"id":718,"kind":128,"name":"SafePipe","url":"classes/app_shared__pipes_safe_pipe.safepipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/safe.pipe"},{"id":719,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_safe_pipe.safepipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/safe.pipe.SafePipe"},{"id":720,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_safe_pipe.safepipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/safe.pipe.SafePipe"},{"id":721,"kind":1,"name":"app/shared/_pipes/token-ratio.pipe","url":"modules/app_shared__pipes_token_ratio_pipe.html","classes":"tsd-kind-module"},{"id":722,"kind":128,"name":"TokenRatioPipe","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/token-ratio.pipe"},{"id":723,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/token-ratio.pipe.TokenRatioPipe"},{"id":724,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/token-ratio.pipe.TokenRatioPipe"},{"id":725,"kind":1,"name":"app/shared/_pipes/unix-date.pipe","url":"modules/app_shared__pipes_unix_date_pipe.html","classes":"tsd-kind-module"},{"id":726,"kind":128,"name":"UnixDatePipe","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/unix-date.pipe"},{"id":727,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/unix-date.pipe.UnixDatePipe"},{"id":728,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/unix-date.pipe.UnixDatePipe"},{"id":729,"kind":1,"name":"app/shared/error-dialog/error-dialog.component","url":"modules/app_shared_error_dialog_error_dialog_component.html","classes":"tsd-kind-module"},{"id":730,"kind":128,"name":"ErrorDialogComponent","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/error-dialog/error-dialog.component"},{"id":731,"kind":512,"name":"constructor","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/error-dialog/error-dialog.component.ErrorDialogComponent"},{"id":732,"kind":1024,"name":"data","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/error-dialog/error-dialog.component.ErrorDialogComponent"},{"id":733,"kind":1,"name":"app/shared/footer/footer.component","url":"modules/app_shared_footer_footer_component.html","classes":"tsd-kind-module"},{"id":734,"kind":128,"name":"FooterComponent","url":"classes/app_shared_footer_footer_component.footercomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/footer/footer.component"},{"id":735,"kind":512,"name":"constructor","url":"classes/app_shared_footer_footer_component.footercomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":736,"kind":1024,"name":"currentYear","url":"classes/app_shared_footer_footer_component.footercomponent.html#currentyear","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":737,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_footer_footer_component.footercomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":738,"kind":1,"name":"app/shared/network-status/network-status.component","url":"modules/app_shared_network_status_network_status_component.html","classes":"tsd-kind-module"},{"id":739,"kind":128,"name":"NetworkStatusComponent","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/network-status/network-status.component"},{"id":740,"kind":512,"name":"constructor","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":741,"kind":1024,"name":"noInternetConnection","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#nointernetconnection","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":742,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":743,"kind":2048,"name":"handleNetworkChange","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#handlenetworkchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":744,"kind":1,"name":"app/shared/shared.module","url":"modules/app_shared_shared_module.html","classes":"tsd-kind-module"},{"id":745,"kind":128,"name":"SharedModule","url":"classes/app_shared_shared_module.sharedmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/shared.module"},{"id":746,"kind":512,"name":"constructor","url":"classes/app_shared_shared_module.sharedmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/shared.module.SharedModule"},{"id":747,"kind":1,"name":"app/shared/sidebar/sidebar.component","url":"modules/app_shared_sidebar_sidebar_component.html","classes":"tsd-kind-module"},{"id":748,"kind":128,"name":"SidebarComponent","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/sidebar/sidebar.component"},{"id":749,"kind":512,"name":"constructor","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/sidebar/sidebar.component.SidebarComponent"},{"id":750,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/sidebar/sidebar.component.SidebarComponent"},{"id":751,"kind":1,"name":"app/shared/topbar/topbar.component","url":"modules/app_shared_topbar_topbar_component.html","classes":"tsd-kind-module"},{"id":752,"kind":128,"name":"TopbarComponent","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/topbar/topbar.component"},{"id":753,"kind":512,"name":"constructor","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/topbar/topbar.component.TopbarComponent"},{"id":754,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/topbar/topbar.component.TopbarComponent"},{"id":755,"kind":1,"name":"assets/js/ethtx/dist/hex","url":"modules/assets_js_ethtx_dist_hex.html","classes":"tsd-kind-module"},{"id":756,"kind":64,"name":"fromHex","url":"modules/assets_js_ethtx_dist_hex.html#fromhex","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":757,"kind":64,"name":"toHex","url":"modules/assets_js_ethtx_dist_hex.html#tohex","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":758,"kind":64,"name":"strip0x","url":"modules/assets_js_ethtx_dist_hex.html#strip0x","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":759,"kind":64,"name":"add0x","url":"modules/assets_js_ethtx_dist_hex.html#add0x","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":760,"kind":1,"name":"assets/js/ethtx/dist","url":"modules/assets_js_ethtx_dist.html","classes":"tsd-kind-module"},{"id":761,"kind":1,"name":"assets/js/ethtx/dist/tx","url":"modules/assets_js_ethtx_dist_tx.html","classes":"tsd-kind-module"},{"id":762,"kind":128,"name":"Tx","url":"classes/assets_js_ethtx_dist_tx.tx.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":763,"kind":512,"name":"constructor","url":"classes/assets_js_ethtx_dist_tx.tx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":764,"kind":1024,"name":"nonce","url":"classes/assets_js_ethtx_dist_tx.tx.html#nonce","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":765,"kind":1024,"name":"gasPrice","url":"classes/assets_js_ethtx_dist_tx.tx.html#gasprice","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":766,"kind":1024,"name":"gasLimit","url":"classes/assets_js_ethtx_dist_tx.tx.html#gaslimit","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":767,"kind":1024,"name":"to","url":"classes/assets_js_ethtx_dist_tx.tx.html#to","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":768,"kind":1024,"name":"value","url":"classes/assets_js_ethtx_dist_tx.tx.html#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":769,"kind":1024,"name":"data","url":"classes/assets_js_ethtx_dist_tx.tx.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":770,"kind":1024,"name":"v","url":"classes/assets_js_ethtx_dist_tx.tx.html#v","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":771,"kind":1024,"name":"r","url":"classes/assets_js_ethtx_dist_tx.tx.html#r","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":772,"kind":1024,"name":"s","url":"classes/assets_js_ethtx_dist_tx.tx.html#s","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":773,"kind":1024,"name":"chainId","url":"classes/assets_js_ethtx_dist_tx.tx.html#chainid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":774,"kind":1024,"name":"_signatureSet","url":"classes/assets_js_ethtx_dist_tx.tx.html#_signatureset","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":775,"kind":1024,"name":"_workBuffer","url":"classes/assets_js_ethtx_dist_tx.tx.html#_workbuffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":776,"kind":1024,"name":"_outBuffer","url":"classes/assets_js_ethtx_dist_tx.tx.html#_outbuffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":777,"kind":1024,"name":"_outBufferCursor","url":"classes/assets_js_ethtx_dist_tx.tx.html#_outbuffercursor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":778,"kind":1024,"name":"serializeNumber","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializenumber","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":779,"kind":1024,"name":"write","url":"classes/assets_js_ethtx_dist_tx.tx.html#write","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":780,"kind":2048,"name":"serializeBytes","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializebytes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":781,"kind":2048,"name":"canonicalOrder","url":"classes/assets_js_ethtx_dist_tx.tx.html#canonicalorder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":782,"kind":2048,"name":"serializeRLP","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializerlp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":783,"kind":2048,"name":"message","url":"classes/assets_js_ethtx_dist_tx.tx.html#message","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":784,"kind":2048,"name":"setSignature","url":"classes/assets_js_ethtx_dist_tx.tx.html#setsignature","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":785,"kind":2048,"name":"clearSignature","url":"classes/assets_js_ethtx_dist_tx.tx.html#clearsignature","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":786,"kind":64,"name":"stringToValue","url":"modules/assets_js_ethtx_dist_tx.html#stringtovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":787,"kind":64,"name":"hexToValue","url":"modules/assets_js_ethtx_dist_tx.html#hextovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":788,"kind":64,"name":"toValue","url":"modules/assets_js_ethtx_dist_tx.html#tovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":789,"kind":1,"name":"environments/environment.dev","url":"modules/environments_environment_dev.html","classes":"tsd-kind-module"},{"id":790,"kind":32,"name":"environment","url":"modules/environments_environment_dev.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment.dev"},{"id":791,"kind":65536,"name":"__type","url":"modules/environments_environment_dev.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.dev.environment"},{"id":792,"kind":1024,"name":"production","url":"modules/environments_environment_dev.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":793,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment_dev.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":794,"kind":1024,"name":"logLevel","url":"modules/environments_environment_dev.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":795,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment_dev.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":796,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment_dev.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":797,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment_dev.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":798,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment_dev.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":799,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment_dev.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":800,"kind":1024,"name":"web3Provider","url":"modules/environments_environment_dev.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":801,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment_dev.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":802,"kind":1024,"name":"registryAddress","url":"modules/environments_environment_dev.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":803,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment_dev.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":804,"kind":1,"name":"environments/environment.prod","url":"modules/environments_environment_prod.html","classes":"tsd-kind-module"},{"id":805,"kind":32,"name":"environment","url":"modules/environments_environment_prod.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment.prod"},{"id":806,"kind":65536,"name":"__type","url":"modules/environments_environment_prod.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.prod.environment"},{"id":807,"kind":1024,"name":"production","url":"modules/environments_environment_prod.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":808,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment_prod.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":809,"kind":1024,"name":"logLevel","url":"modules/environments_environment_prod.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":810,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment_prod.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":811,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment_prod.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":812,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment_prod.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":813,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment_prod.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":814,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment_prod.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":815,"kind":1024,"name":"web3Provider","url":"modules/environments_environment_prod.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":816,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment_prod.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":817,"kind":1024,"name":"registryAddress","url":"modules/environments_environment_prod.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":818,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment_prod.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":819,"kind":1,"name":"environments/environment","url":"modules/environments_environment.html","classes":"tsd-kind-module"},{"id":820,"kind":32,"name":"environment","url":"modules/environments_environment.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment"},{"id":821,"kind":65536,"name":"__type","url":"modules/environments_environment.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.environment"},{"id":822,"kind":1024,"name":"production","url":"modules/environments_environment.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":823,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":824,"kind":1024,"name":"logLevel","url":"modules/environments_environment.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":825,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":826,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":827,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":828,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":829,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":830,"kind":1024,"name":"web3Provider","url":"modules/environments_environment.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":831,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":832,"kind":1024,"name":"registryAddress","url":"modules/environments_environment.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":833,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":834,"kind":1,"name":"main","url":"modules/main.html","classes":"tsd-kind-module"},{"id":835,"kind":1,"name":"polyfills","url":"modules/polyfills.html","classes":"tsd-kind-module"},{"id":836,"kind":1,"name":"test","url":"modules/test.html","classes":"tsd-kind-module"},{"id":837,"kind":1,"name":"testing/activated-route-stub","url":"modules/testing_activated_route_stub.html","classes":"tsd-kind-module"},{"id":838,"kind":128,"name":"ActivatedRouteStub","url":"classes/testing_activated_route_stub.activatedroutestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/activated-route-stub"},{"id":839,"kind":512,"name":"constructor","url":"classes/testing_activated_route_stub.activatedroutestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":840,"kind":1024,"name":"subject","url":"classes/testing_activated_route_stub.activatedroutestub.html#subject","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":841,"kind":1024,"name":"paramMap","url":"classes/testing_activated_route_stub.activatedroutestub.html#parammap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":842,"kind":2048,"name":"setParamMap","url":"classes/testing_activated_route_stub.activatedroutestub.html#setparammap","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":843,"kind":1,"name":"testing","url":"modules/testing.html","classes":"tsd-kind-module"},{"id":844,"kind":1,"name":"testing/router-link-directive-stub","url":"modules/testing_router_link_directive_stub.html","classes":"tsd-kind-module"},{"id":845,"kind":128,"name":"RouterLinkDirectiveStub","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/router-link-directive-stub"},{"id":846,"kind":512,"name":"constructor","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":847,"kind":1024,"name":"linkParams","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#linkparams","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":848,"kind":1024,"name":"navigatedTo","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#navigatedto","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":849,"kind":2048,"name":"onClick","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#onclick","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":850,"kind":1,"name":"testing/shared-module-stub","url":"modules/testing_shared_module_stub.html","classes":"tsd-kind-module"},{"id":851,"kind":128,"name":"SidebarStubComponent","url":"classes/testing_shared_module_stub.sidebarstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":852,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.sidebarstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.SidebarStubComponent"},{"id":853,"kind":128,"name":"TopbarStubComponent","url":"classes/testing_shared_module_stub.topbarstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":854,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.topbarstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.TopbarStubComponent"},{"id":855,"kind":128,"name":"FooterStubComponent","url":"classes/testing_shared_module_stub.footerstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":856,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.footerstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.FooterStubComponent"},{"id":857,"kind":1,"name":"testing/token-service-stub","url":"modules/testing_token_service_stub.html","classes":"tsd-kind-module"},{"id":858,"kind":128,"name":"TokenServiceStub","url":"classes/testing_token_service_stub.tokenservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/token-service-stub"},{"id":859,"kind":512,"name":"constructor","url":"classes/testing_token_service_stub.tokenservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/token-service-stub.TokenServiceStub"},{"id":860,"kind":2048,"name":"getBySymbol","url":"classes/testing_token_service_stub.tokenservicestub.html#getbysymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/token-service-stub.TokenServiceStub"},{"id":861,"kind":1,"name":"testing/transaction-service-stub","url":"modules/testing_transaction_service_stub.html","classes":"tsd-kind-module"},{"id":862,"kind":128,"name":"TransactionServiceStub","url":"classes/testing_transaction_service_stub.transactionservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/transaction-service-stub"},{"id":863,"kind":512,"name":"constructor","url":"classes/testing_transaction_service_stub.transactionservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":864,"kind":2048,"name":"setTransaction","url":"classes/testing_transaction_service_stub.transactionservicestub.html#settransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":865,"kind":2048,"name":"setConversion","url":"classes/testing_transaction_service_stub.transactionservicestub.html#setconversion","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":866,"kind":2048,"name":"getAllTransactions","url":"classes/testing_transaction_service_stub.transactionservicestub.html#getalltransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":867,"kind":1,"name":"testing/user-service-stub","url":"modules/testing_user_service_stub.html","classes":"tsd-kind-module"},{"id":868,"kind":128,"name":"UserServiceStub","url":"classes/testing_user_service_stub.userservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/user-service-stub"},{"id":869,"kind":512,"name":"constructor","url":"classes/testing_user_service_stub.userservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":870,"kind":1024,"name":"users","url":"classes/testing_user_service_stub.userservicestub.html#users","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":871,"kind":1024,"name":"actions","url":"classes/testing_user_service_stub.userservicestub.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":872,"kind":2048,"name":"getUserById","url":"classes/testing_user_service_stub.userservicestub.html#getuserbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":873,"kind":2048,"name":"getUser","url":"classes/testing_user_service_stub.userservicestub.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":874,"kind":2048,"name":"getActionById","url":"classes/testing_user_service_stub.userservicestub.html#getactionbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":875,"kind":2048,"name":"approveAction","url":"classes/testing_user_service_stub.userservicestub.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":876,"kind":16777216,"name":"AccountIndex","url":"modules/app__eth.html#accountindex","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_eth"},{"id":877,"kind":16777216,"name":"TokenRegistry","url":"modules/app__eth.html#tokenregistry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_eth"},{"id":878,"kind":16777216,"name":"AuthGuard","url":"modules/app__guards.html#authguard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_guards"},{"id":879,"kind":16777216,"name":"RoleGuard","url":"modules/app__guards.html#roleguard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_guards"},{"id":880,"kind":16777216,"name":"arraySum","url":"modules/app__helpers.html#arraysum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":881,"kind":16777216,"name":"copyToClipboard","url":"modules/app__helpers.html#copytoclipboard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":882,"kind":16777216,"name":"CustomValidator","url":"modules/app__helpers.html#customvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":883,"kind":16777216,"name":"CustomErrorStateMatcher","url":"modules/app__helpers.html#customerrorstatematcher","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":884,"kind":16777216,"name":"exportCsv","url":"modules/app__helpers.html#exportcsv","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":885,"kind":16777216,"name":"rejectBody","url":"modules/app__helpers.html#rejectbody","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":886,"kind":16777216,"name":"HttpError","url":"modules/app__helpers.html#httperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":887,"kind":16777216,"name":"GlobalErrorHandler","url":"modules/app__helpers.html#globalerrorhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":888,"kind":16777216,"name":"HttpGetter","url":"modules/app__helpers.html#httpgetter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":889,"kind":16777216,"name":"MockBackendInterceptor","url":"modules/app__helpers.html#mockbackendinterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":890,"kind":16777216,"name":"MockBackendProvider","url":"modules/app__helpers.html#mockbackendprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":891,"kind":16777216,"name":"readCsv","url":"modules/app__helpers.html#readcsv","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":892,"kind":16777216,"name":"personValidation","url":"modules/app__helpers.html#personvalidation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":893,"kind":16777216,"name":"vcardValidation","url":"modules/app__helpers.html#vcardvalidation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":894,"kind":16777216,"name":"ErrorInterceptor","url":"modules/app__interceptors.html#errorinterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":895,"kind":16777216,"name":"HttpConfigInterceptor","url":"modules/app__interceptors.html#httpconfiginterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":896,"kind":16777216,"name":"LoggingInterceptor","url":"modules/app__interceptors.html#logginginterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":897,"kind":16777216,"name":"AccountDetails","url":"modules/app__models.html#accountdetails","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":898,"kind":16777216,"name":"Meta","url":"modules/app__models.html#meta","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":899,"kind":16777216,"name":"MetaResponse","url":"modules/app__models.html#metaresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":900,"kind":16777216,"name":"Signature","url":"modules/app__models.html#signature","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":901,"kind":16777216,"name":"defaultAccount","url":"modules/app__models.html#defaultaccount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":902,"kind":16777216,"name":"Action","url":"modules/app__models.html#action","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":903,"kind":16777216,"name":"AreaName","url":"modules/app__models.html#areaname","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":904,"kind":16777216,"name":"AreaType","url":"modules/app__models.html#areatype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":905,"kind":16777216,"name":"Category","url":"modules/app__models.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":906,"kind":16777216,"name":"Settings","url":"modules/app__models.html#settings","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":907,"kind":16777216,"name":"W3","url":"modules/app__models.html#w3","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":908,"kind":16777216,"name":"Staff","url":"modules/app__models.html#staff","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":909,"kind":16777216,"name":"Token","url":"modules/app__models.html#token","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":910,"kind":16777216,"name":"Conversion","url":"modules/app__models.html#conversion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":911,"kind":16777216,"name":"Transaction","url":"modules/app__models.html#transaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":912,"kind":16777216,"name":"Tx","url":"modules/app__models.html#tx","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":913,"kind":16777216,"name":"TxToken","url":"modules/app__models.html#txtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":914,"kind":16777216,"name":"MutableKeyStore","url":"modules/app__pgp.html#mutablekeystore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":915,"kind":16777216,"name":"MutablePgpKeyStore","url":"modules/app__pgp.html#mutablepgpkeystore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":916,"kind":16777216,"name":"PGPSigner","url":"modules/app__pgp.html#pgpsigner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":917,"kind":16777216,"name":"Signable","url":"modules/app__pgp.html#signable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":918,"kind":16777216,"name":"Signature","url":"modules/app__pgp.html#signature","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":919,"kind":16777216,"name":"Signer","url":"modules/app__pgp.html#signer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":920,"kind":16777216,"name":"AuthService","url":"modules/app__services.html#authservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":921,"kind":16777216,"name":"TransactionService","url":"modules/app__services.html#transactionservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":922,"kind":16777216,"name":"UserService","url":"modules/app__services.html#userservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":923,"kind":16777216,"name":"TokenService","url":"modules/app__services.html#tokenservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":924,"kind":16777216,"name":"BlockSyncService","url":"modules/app__services.html#blocksyncservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":925,"kind":16777216,"name":"LocationService","url":"modules/app__services.html#locationservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":926,"kind":16777216,"name":"LoggingService","url":"modules/app__services.html#loggingservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":927,"kind":16777216,"name":"ErrorDialogService","url":"modules/app__services.html#errordialogservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":928,"kind":16777216,"name":"Web3Service","url":"modules/app__services.html#web3service","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":929,"kind":16777216,"name":"Tx","url":"modules/assets_js_ethtx_dist.html#tx","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assets/js/ethtx/dist"},{"id":930,"kind":16777216,"name":"ActivatedRouteStub","url":"modules/testing.html#activatedroutestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":931,"kind":16777216,"name":"RouterLinkDirectiveStub","url":"modules/testing.html#routerlinkdirectivestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":932,"kind":16777216,"name":"SidebarStubComponent","url":"modules/testing.html#sidebarstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":933,"kind":16777216,"name":"TopbarStubComponent","url":"modules/testing.html#topbarstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":934,"kind":16777216,"name":"FooterStubComponent","url":"modules/testing.html#footerstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":935,"kind":16777216,"name":"UserServiceStub","url":"modules/testing.html#userservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":936,"kind":16777216,"name":"TokenServiceStub","url":"modules/testing.html#tokenservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":937,"kind":16777216,"name":"TransactionServiceStub","url":"modules/testing.html#transactionservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,60.756]],["parent/0",[]],["name/1",[1,60.756]],["parent/1",[0,6.789]],["name/2",[2,25.697]],["parent/2",[3,5.388]],["name/3",[4,60.756]],["parent/3",[3,5.388]],["name/4",[5,60.756]],["parent/4",[3,5.388]],["name/5",[6,60.756]],["parent/5",[3,5.388]],["name/6",[7,65.991]],["parent/6",[3,5.388]],["name/7",[8,65.991]],["parent/7",[3,5.388]],["name/8",[9,65.991]],["parent/8",[3,5.388]],["name/9",[10,65.991]],["parent/9",[3,5.388]],["name/10",[11,57.308]],["parent/10",[]],["name/11",[12,33.759,13,35.496]],["parent/11",[]],["name/12",[14,57.308]],["parent/12",[12,3.975,13,4.179]],["name/13",[2,25.697]],["parent/13",[12,3.975,15,4.179]],["name/14",[4,60.756]],["parent/14",[12,3.975,15,4.179]],["name/15",[5,60.756]],["parent/15",[12,3.975,15,4.179]],["name/16",[6,60.756]],["parent/16",[12,3.975,15,4.179]],["name/17",[16,65.991]],["parent/17",[12,3.975,15,4.179]],["name/18",[17,65.991]],["parent/18",[12,3.975,15,4.179]],["name/19",[18,65.991]],["parent/19",[12,3.975,15,4.179]],["name/20",[19,60.756]],["parent/20",[]],["name/21",[20,60.756]],["parent/21",[19,6.789]],["name/22",[2,25.697]],["parent/22",[21,6.789]],["name/23",[22,60.756]],["parent/23",[21,6.789]],["name/24",[23,57.308]],["parent/24",[]],["name/25",[24,60.756]],["parent/25",[]],["name/26",[25,60.756]],["parent/26",[24,6.789]],["name/27",[2,25.697]],["parent/27",[26,6.789]],["name/28",[22,60.756]],["parent/28",[26,6.789]],["name/29",[27,43.571,28,43.571]],["parent/29",[]],["name/30",[29,60.756]],["parent/30",[27,5.13,28,5.13]],["name/31",[30,43.571,31,43.571]],["parent/31",[]],["name/32",[32,60.756]],["parent/32",[30,5.13,31,5.13]],["name/33",[33,25.069,34,18.97,35,25.069,36,22.671]],["parent/33",[]],["name/34",[37,60.756]],["parent/34",[33,3.104,34,2.349,35,3.104,36,2.808]],["name/35",[2,25.697]],["parent/35",[33,3.104,34,2.349,35,3.104,38,3.446]],["name/36",[39,65.991]],["parent/36",[33,3.104,34,2.349,35,3.104,38,3.446]],["name/37",[40,60.756]],["parent/37",[]],["name/38",[41,60.756]],["parent/38",[40,6.789]],["name/39",[42,65.991]],["parent/39",[43,6.404]],["name/40",[44,65.991]],["parent/40",[43,6.404]],["name/41",[2,25.697]],["parent/41",[43,6.404]],["name/42",[45,43.571,46,39.251]],["parent/42",[]],["name/43",[47,60.756]],["parent/43",[45,5.13,46,4.621]],["name/44",[34,23.153,48,24.743,49,30.596]],["parent/44",[]],["name/45",[50,60.756]],["parent/45",[34,2.81,48,3.004,49,3.714]],["name/46",[51,60.756]],["parent/46",[34,2.81,48,3.004,49,3.714]],["name/47",[52,43.474]],["parent/47",[34,2.81,48,3.004,53,3.889]],["name/48",[2,25.697]],["parent/48",[34,2.81,48,3.004,53,3.889]],["name/49",[54,65.991]],["parent/49",[34,2.81,48,3.004,53,3.889]],["name/50",[55,60.756]],["parent/50",[34,2.81,48,3.004,49,3.714]],["name/51",[2,25.697]],["parent/51",[34,2.81,48,3.004,56,3.574]],["name/52",[57,65.991]],["parent/52",[34,2.81,48,3.004,56,3.574]],["name/53",[58,65.991]],["parent/53",[34,2.81,48,3.004,56,3.574]],["name/54",[59,65.991]],["parent/54",[34,2.81,48,3.004,56,3.574]],["name/55",[60,65.991]],["parent/55",[34,2.81,48,3.004,56,3.574]],["name/56",[61,43.571,62,43.571]],["parent/56",[]],["name/57",[63,60.756]],["parent/57",[61,5.13,62,5.13]],["name/58",[64,42.058]],["parent/58",[]],["name/59",[65,33.759,66,41.098]],["parent/59",[]],["name/60",[67,60.756]],["parent/60",[65,3.975,66,4.839]],["name/61",[2,25.697]],["parent/61",[65,3.975,68,5.13]],["name/62",[69,54.732]],["parent/62",[65,3.975,68,5.13]],["name/63",[70,60.756]],["parent/63",[65,3.975,66,4.839]],["name/64",[52,43.474]],["parent/64",[65,3.975,71,5.572]],["name/65",[72,65.991]],["parent/65",[65,3.975,73,4.839]],["name/66",[74,65.991]],["parent/66",[65,3.975,73,4.839]],["name/67",[75,65.991]],["parent/67",[65,3.975,73,4.839]],["name/68",[46,39.251,76,43.571]],["parent/68",[]],["name/69",[77,60.756]],["parent/69",[46,4.621,76,5.13]],["name/70",[78,41.098,79,41.098]],["parent/70",[]],["name/71",[80,60.756]],["parent/71",[78,4.839,79,4.839]],["name/72",[81,60.756]],["parent/72",[78,4.839,79,4.839]],["name/73",[82,60.756]],["parent/73",[]],["name/74",[83,60.756]],["parent/74",[82,6.789]],["name/75",[2,25.697]],["parent/75",[84,6.789]],["name/76",[69,54.732]],["parent/76",[84,6.789]],["name/77",[85,39.251,86,43.571]],["parent/77",[]],["name/78",[87,60.756]],["parent/78",[85,4.621,86,5.13]],["name/79",[2,25.697]],["parent/79",[85,4.621,88,5.13]],["name/80",[69,54.732]],["parent/80",[85,4.621,88,5.13]],["name/81",[89,54.732]],["parent/81",[]],["name/82",[90,60.756]],["parent/82",[]],["name/83",[91,60.756]],["parent/83",[90,6.789]],["name/84",[2,25.697]],["parent/84",[92,6.789]],["name/85",[69,54.732]],["parent/85",[92,6.789]],["name/86",[93,50.964]],["parent/86",[]],["name/87",[94,60.756]],["parent/87",[93,5.695]],["name/88",[95,65.991]],["parent/88",[96,4.858]],["name/89",[97,60.756]],["parent/89",[96,4.858]],["name/90",[98,57.308]],["parent/90",[96,4.858]],["name/91",[99,65.991]],["parent/91",[96,4.858]],["name/92",[100,65.991]],["parent/92",[96,4.858]],["name/93",[101,65.991]],["parent/93",[96,4.858]],["name/94",[52,43.474]],["parent/94",[96,4.858]],["name/95",[102,65.991]],["parent/95",[103,4.946]],["name/96",[52,43.474]],["parent/96",[103,4.946]],["name/97",[104,65.991]],["parent/97",[105,6.789]],["name/98",[106,65.991]],["parent/98",[105,6.789]],["name/99",[107,65.991]],["parent/99",[103,4.946]],["name/100",[108,65.991]],["parent/100",[103,4.946]],["name/101",[109,65.991]],["parent/101",[96,4.858]],["name/102",[52,43.474]],["parent/102",[96,4.858]],["name/103",[110,60.756]],["parent/103",[103,4.946]],["name/104",[111,65.991]],["parent/104",[103,4.946]],["name/105",[112,65.991]],["parent/105",[103,4.946]],["name/106",[113,60.756]],["parent/106",[96,4.858]],["name/107",[114,60.756]],["parent/107",[96,4.858]],["name/108",[115,65.991]],["parent/108",[96,4.858]],["name/109",[52,43.474]],["parent/109",[96,4.858]],["name/110",[116,60.756]],["parent/110",[103,4.946]],["name/111",[117,65.991]],["parent/111",[103,4.946]],["name/112",[118,65.991]],["parent/112",[103,4.946]],["name/113",[119,65.991]],["parent/113",[103,4.946]],["name/114",[120,65.991]],["parent/114",[103,4.946]],["name/115",[121,60.756]],["parent/115",[93,5.695]],["name/116",[122,52.676]],["parent/116",[123,6.404]],["name/117",[124,54.732]],["parent/117",[123,6.404]],["name/118",[125,50.964]],["parent/118",[123,6.404]],["name/119",[126,60.756]],["parent/119",[93,5.695]],["name/120",[124,54.732]],["parent/120",[127,6.789]],["name/121",[128,65.991]],["parent/121",[127,6.789]],["name/122",[125,50.964]],["parent/122",[93,5.695]],["name/123",[129,57.308]],["parent/123",[130,6.116]],["name/124",[122,52.676]],["parent/124",[130,6.116]],["name/125",[131,57.308]],["parent/125",[130,6.116]],["name/126",[132,54.732]],["parent/126",[130,6.116]],["name/127",[133,60.756]],["parent/127",[93,5.695]],["name/128",[134,40.245]],["parent/128",[]],["name/129",[135,52.676]],["parent/129",[]],["name/130",[136,54.732]],["parent/130",[135,5.886]],["name/131",[136,54.732]],["parent/131",[137,5.886]],["name/132",[138,65.991]],["parent/132",[137,5.886]],["name/133",[124,54.732]],["parent/133",[137,5.886]],["name/134",[139,65.991]],["parent/134",[137,5.886]],["name/135",[140,60.756]],["parent/135",[137,5.886]],["name/136",[141,60.756]],["parent/136",[135,5.886]],["name/137",[142,65.991]],["parent/137",[143,6.789]],["name/138",[144,50.964]],["parent/138",[143,6.789]],["name/139",[145,60.756]],["parent/139",[135,5.886]],["name/140",[110,60.756]],["parent/140",[146,6.789]],["name/141",[144,50.964]],["parent/141",[146,6.789]],["name/142",[98,57.308]],["parent/142",[135,5.886]],["name/143",[144,50.964]],["parent/143",[147,6.789]],["name/144",[113,60.756]],["parent/144",[147,6.789]],["name/145",[148,57.308]],["parent/145",[]],["name/146",[149,60.756]],["parent/146",[148,6.404]],["name/147",[2,25.697]],["parent/147",[150,5.886]],["name/148",[13,49.497]],["parent/148",[150,5.886]],["name/149",[151,65.991]],["parent/149",[150,5.886]],["name/150",[152,65.991]],["parent/150",[150,5.886]],["name/151",[153,57.308]],["parent/151",[150,5.886]],["name/152",[153,57.308]],["parent/152",[148,6.404]],["name/153",[132,54.732]],["parent/153",[154,6.789]],["name/154",[155,65.991]],["parent/154",[154,6.789]],["name/155",[156,60.756]],["parent/155",[]],["name/156",[157,60.756]],["parent/156",[156,6.789]],["name/157",[158,65.991]],["parent/157",[159,5.886]],["name/158",[116,60.756]],["parent/158",[159,5.886]],["name/159",[144,50.964]],["parent/159",[159,5.886]],["name/160",[160,65.991]],["parent/160",[159,5.886]],["name/161",[161,65.991]],["parent/161",[159,5.886]],["name/162",[162,60.756]],["parent/162",[]],["name/163",[163,52.676]],["parent/163",[162,6.789]],["name/164",[164,60.756]],["parent/164",[165,5.26]],["name/165",[166,65.991]],["parent/165",[165,5.26]],["name/166",[144,50.964]],["parent/166",[165,5.26]],["name/167",[167,65.991]],["parent/167",[165,5.26]],["name/168",[168,65.991]],["parent/168",[165,5.26]],["name/169",[169,65.991]],["parent/169",[165,5.26]],["name/170",[52,43.474]],["parent/170",[165,5.26]],["name/171",[170,65.991]],["parent/171",[171,6.789]],["name/172",[52,43.474]],["parent/172",[171,6.789]],["name/173",[172,65.991]],["parent/173",[173,6.789]],["name/174",[97,60.756]],["parent/174",[173,6.789]],["name/175",[174,65.991]],["parent/175",[165,5.26]],["name/176",[175,60.756]],["parent/176",[165,5.26]],["name/177",[176,52.676]],["parent/177",[]],["name/178",[177,60.756]],["parent/178",[176,5.886]],["name/179",[178,65.991]],["parent/179",[179,5.531]],["name/180",[180,65.991]],["parent/180",[179,5.531]],["name/181",[181,65.991]],["parent/181",[179,5.531]],["name/182",[182,60.756]],["parent/182",[179,5.531]],["name/183",[183,65.991]],["parent/183",[179,5.531]],["name/184",[184,50.964]],["parent/184",[179,5.531]],["name/185",[140,60.756]],["parent/185",[179,5.531]],["name/186",[185,52.676]],["parent/186",[176,5.886]],["name/187",[186,65.991]],["parent/187",[187,5.388]],["name/188",[188,65.991]],["parent/188",[187,5.388]],["name/189",[189,65.991]],["parent/189",[187,5.388]],["name/190",[190,60.756]],["parent/190",[187,5.388]],["name/191",[163,52.676]],["parent/191",[187,5.388]],["name/192",[184,50.964]],["parent/192",[187,5.388]],["name/193",[114,60.756]],["parent/193",[187,5.388]],["name/194",[191,60.756]],["parent/194",[187,5.388]],["name/195",[184,50.964]],["parent/195",[176,5.886]],["name/196",[192,65.991]],["parent/196",[193,5.886]],["name/197",[194,65.991]],["parent/197",[193,5.886]],["name/198",[195,65.991]],["parent/198",[193,5.886]],["name/199",[196,65.991]],["parent/199",[193,5.886]],["name/200",[197,65.991]],["parent/200",[193,5.886]],["name/201",[198,60.756]],["parent/201",[176,5.886]],["name/202",[164,60.756]],["parent/202",[199,6.404]],["name/203",[144,50.964]],["parent/203",[199,6.404]],["name/204",[175,60.756]],["parent/204",[199,6.404]],["name/205",[200,49.497]],["parent/205",[]],["name/206",[201,13.728,202,16.308,203,32.036]],["parent/206",[]],["name/207",[204,57.308]],["parent/207",[201,1.666,202,1.98,203,3.889]],["name/208",[205,60.756]],["parent/208",[201,1.666,202,1.98,206,2.508]],["name/209",[207,60.756]],["parent/209",[201,1.666,202,1.98,206,2.508]],["name/210",[208,60.756]],["parent/210",[201,1.666,202,1.98,206,2.508]],["name/211",[209,60.756]],["parent/211",[201,1.666,202,1.98,206,2.508]],["name/212",[210,60.756]],["parent/212",[201,1.666,202,1.98,206,2.508]],["name/213",[211,57.308]],["parent/213",[201,1.666,202,1.98,206,2.508]],["name/214",[212,60.756]],["parent/214",[201,1.666,202,1.98,206,2.508]],["name/215",[213,60.756]],["parent/215",[201,1.666,202,1.98,206,2.508]],["name/216",[214,60.756]],["parent/216",[201,1.666,202,1.98,206,2.508]],["name/217",[215,60.756]],["parent/217",[201,1.666,202,1.98,206,2.508]],["name/218",[216,60.756]],["parent/218",[201,1.666,202,1.98,206,2.508]],["name/219",[217,57.308]],["parent/219",[201,1.666,202,1.98,206,2.508]],["name/220",[218,60.756]],["parent/220",[201,1.666,202,1.98,206,2.508]],["name/221",[219,60.756]],["parent/221",[201,1.666,202,1.98,206,2.508]],["name/222",[220,60.756]],["parent/222",[201,1.666,202,1.98,206,2.508]],["name/223",[221,60.756]],["parent/223",[201,1.666,202,1.98,206,2.508]],["name/224",[222,60.756]],["parent/224",[201,1.666,202,1.98,206,2.508]],["name/225",[223,60.756]],["parent/225",[201,1.666,202,1.98,206,2.508]],["name/226",[224,60.756]],["parent/226",[201,1.666,202,1.98,206,2.508]],["name/227",[225,60.756]],["parent/227",[201,1.666,202,1.98,206,2.508]],["name/228",[226,60.756]],["parent/228",[201,1.666,202,1.98,206,2.508]],["name/229",[227,60.756]],["parent/229",[201,1.666,202,1.98,206,2.508]],["name/230",[228,60.756]],["parent/230",[201,1.666,202,1.98,206,2.508]],["name/231",[229,60.756]],["parent/231",[201,1.666,202,1.98,206,2.508]],["name/232",[230,54.732]],["parent/232",[201,1.666,202,1.98,206,2.508]],["name/233",[231,60.756]],["parent/233",[201,1.666,202,1.98,203,3.889]],["name/234",[2,25.697]],["parent/234",[201,1.666,202,1.98,232,2.481]],["name/235",[205,60.756]],["parent/235",[201,1.666,202,1.98,232,2.481]],["name/236",[207,60.756]],["parent/236",[201,1.666,202,1.98,232,2.481]],["name/237",[208,60.756]],["parent/237",[201,1.666,202,1.98,232,2.481]],["name/238",[209,60.756]],["parent/238",[201,1.666,202,1.98,232,2.481]],["name/239",[210,60.756]],["parent/239",[201,1.666,202,1.98,232,2.481]],["name/240",[211,57.308]],["parent/240",[201,1.666,202,1.98,232,2.481]],["name/241",[212,60.756]],["parent/241",[201,1.666,202,1.98,232,2.481]],["name/242",[213,60.756]],["parent/242",[201,1.666,202,1.98,232,2.481]],["name/243",[214,60.756]],["parent/243",[201,1.666,202,1.98,232,2.481]],["name/244",[215,60.756]],["parent/244",[201,1.666,202,1.98,232,2.481]],["name/245",[216,60.756]],["parent/245",[201,1.666,202,1.98,232,2.481]],["name/246",[217,57.308]],["parent/246",[201,1.666,202,1.98,232,2.481]],["name/247",[218,60.756]],["parent/247",[201,1.666,202,1.98,232,2.481]],["name/248",[219,60.756]],["parent/248",[201,1.666,202,1.98,232,2.481]],["name/249",[220,60.756]],["parent/249",[201,1.666,202,1.98,232,2.481]],["name/250",[221,60.756]],["parent/250",[201,1.666,202,1.98,232,2.481]],["name/251",[222,60.756]],["parent/251",[201,1.666,202,1.98,232,2.481]],["name/252",[223,60.756]],["parent/252",[201,1.666,202,1.98,232,2.481]],["name/253",[224,60.756]],["parent/253",[201,1.666,202,1.98,232,2.481]],["name/254",[225,60.756]],["parent/254",[201,1.666,202,1.98,232,2.481]],["name/255",[226,60.756]],["parent/255",[201,1.666,202,1.98,232,2.481]],["name/256",[227,60.756]],["parent/256",[201,1.666,202,1.98,232,2.481]],["name/257",[228,60.756]],["parent/257",[201,1.666,202,1.98,232,2.481]],["name/258",[229,60.756]],["parent/258",[201,1.666,202,1.98,232,2.481]],["name/259",[230,54.732]],["parent/259",[201,1.666,202,1.98,232,2.481]],["name/260",[201,17.611,233,34.577]],["parent/260",[]],["name/261",[234,60.756]],["parent/261",[201,2.074,233,4.071]],["name/262",[2,25.697]],["parent/262",[201,2.074,235,3.551]],["name/263",[129,57.308]],["parent/263",[201,2.074,235,3.551]],["name/264",[236,65.991]],["parent/264",[201,2.074,235,3.551]],["name/265",[132,54.732]],["parent/265",[201,2.074,235,3.551]],["name/266",[237,60.756]],["parent/266",[201,2.074,235,3.551]],["name/267",[238,57.308]],["parent/267",[201,2.074,235,3.551]],["name/268",[239,60.756]],["parent/268",[201,2.074,235,3.551]],["name/269",[52,43.474]],["parent/269",[201,2.074,235,3.551]],["name/270",[240,60.756]],["parent/270",[201,2.074,235,3.551]],["name/271",[52,43.474]],["parent/271",[201,2.074,235,3.551]],["name/272",[125,50.964]],["parent/272",[201,2.074,235,3.551]],["name/273",[241,60.756]],["parent/273",[201,2.074,235,3.551]],["name/274",[242,60.756]],["parent/274",[201,2.074,235,3.551]],["name/275",[230,54.732]],["parent/275",[201,2.074,235,3.551]],["name/276",[243,60.756]],["parent/276",[201,2.074,235,3.551]],["name/277",[244,60.756]],["parent/277",[201,2.074,233,4.071]],["name/278",[131,57.308]],["parent/278",[201,2.074,245,5.572]],["name/279",[125,50.964]],["parent/279",[201,2.074,233,4.071]],["name/280",[129,57.308]],["parent/280",[201,2.074,246,4.621]],["name/281",[122,52.676]],["parent/281",[201,2.074,246,4.621]],["name/282",[131,57.308]],["parent/282",[201,2.074,246,4.621]],["name/283",[132,54.732]],["parent/283",[201,2.074,246,4.621]],["name/284",[233,48.215]],["parent/284",[201,2.074,233,4.071]],["name/285",[241,60.756]],["parent/285",[201,2.074,247,4.303]],["name/286",[239,60.756]],["parent/286",[201,2.074,247,4.303]],["name/287",[240,60.756]],["parent/287",[201,2.074,247,4.303]],["name/288",[242,60.756]],["parent/288",[201,2.074,247,4.303]],["name/289",[230,54.732]],["parent/289",[201,2.074,247,4.303]],["name/290",[243,60.756]],["parent/290",[201,2.074,247,4.303]],["name/291",[248,60.756]],["parent/291",[]],["name/292",[249,60.756]],["parent/292",[248,6.789]],["name/293",[2,25.697]],["parent/293",[250,4.325]],["name/294",[204,57.308]],["parent/294",[250,4.325]],["name/295",[251,60.756]],["parent/295",[250,4.325]],["name/296",[252,65.991]],["parent/296",[250,4.325]],["name/297",[253,65.991]],["parent/297",[250,4.325]],["name/298",[254,52.676]],["parent/298",[250,4.325]],["name/299",[255,65.991]],["parent/299",[250,4.325]],["name/300",[256,65.991]],["parent/300",[250,4.325]],["name/301",[257,65.991]],["parent/301",[250,4.325]],["name/302",[258,65.991]],["parent/302",[250,4.325]],["name/303",[259,65.991]],["parent/303",[250,4.325]],["name/304",[260,65.991]],["parent/304",[250,4.325]],["name/305",[261,60.756]],["parent/305",[250,4.325]],["name/306",[262,65.991]],["parent/306",[250,4.325]],["name/307",[263,65.991]],["parent/307",[250,4.325]],["name/308",[264,60.756]],["parent/308",[250,4.325]],["name/309",[265,65.991]],["parent/309",[250,4.325]],["name/310",[266,65.991]],["parent/310",[250,4.325]],["name/311",[217,57.308]],["parent/311",[250,4.325]],["name/312",[211,57.308]],["parent/312",[250,4.325]],["name/313",[267,65.991]],["parent/313",[250,4.325]],["name/314",[268,32.355,269,43.571]],["parent/314",[]],["name/315",[270,60.756]],["parent/315",[268,3.81,269,5.13]],["name/316",[2,25.697]],["parent/316",[268,3.81,271,3.975]],["name/317",[272,60.756]],["parent/317",[268,3.81,271,3.975]],["name/318",[273,60.756]],["parent/318",[268,3.81,271,3.975]],["name/319",[254,52.676]],["parent/319",[268,3.81,271,3.975]],["name/320",[274,65.991]],["parent/320",[268,3.81,271,3.975]],["name/321",[275,65.991]],["parent/321",[268,3.81,271,3.975]],["name/322",[276,65.991]],["parent/322",[268,3.81,271,3.975]],["name/323",[277,65.991]],["parent/323",[268,3.81,271,3.975]],["name/324",[278,65.991]],["parent/324",[268,3.81,271,3.975]],["name/325",[279,36.548,280,43.571]],["parent/325",[]],["name/326",[281,60.756]],["parent/326",[279,4.303,280,5.13]],["name/327",[2,25.697]],["parent/327",[279,4.303,282,4.621]],["name/328",[283,65.991]],["parent/328",[279,4.303,282,4.621]],["name/329",[284,65.991]],["parent/329",[279,4.303,282,4.621]],["name/330",[285,65.991]],["parent/330",[279,4.303,282,4.621]],["name/331",[286,46.049]],["parent/331",[]],["name/332",[287,60.756]],["parent/332",[]],["name/333",[288,60.756]],["parent/333",[287,6.789]],["name/334",[2,25.697]],["parent/334",[289,5.886]],["name/335",[290,65.991]],["parent/335",[289,5.886]],["name/336",[291,65.991]],["parent/336",[289,5.886]],["name/337",[292,65.991]],["parent/337",[289,5.886]],["name/338",[293,65.991]],["parent/338",[289,5.886]],["name/339",[294,60.756]],["parent/339",[]],["name/340",[238,57.308]],["parent/340",[294,6.789]],["name/341",[2,25.697]],["parent/341",[295,5.146]],["name/342",[296,65.991]],["parent/342",[295,5.146]],["name/343",[297,65.991]],["parent/343",[295,5.146]],["name/344",[298,65.991]],["parent/344",[295,5.146]],["name/345",[299,65.991]],["parent/345",[295,5.146]],["name/346",[300,65.991]],["parent/346",[295,5.146]],["name/347",[301,65.991]],["parent/347",[295,5.146]],["name/348",[302,65.991]],["parent/348",[295,5.146]],["name/349",[303,65.991]],["parent/349",[295,5.146]],["name/350",[304,65.991]],["parent/350",[295,5.146]],["name/351",[305,60.756]],["parent/351",[]],["name/352",[306,65.991]],["parent/352",[305,6.789]],["name/353",[307,65.991]],["parent/353",[308,6.116]],["name/354",[13,49.497]],["parent/354",[308,6.116]],["name/355",[309,65.991]],["parent/355",[308,6.116]],["name/356",[2,25.697]],["parent/356",[308,6.116]],["name/357",[310,60.756]],["parent/357",[]],["name/358",[311,60.756]],["parent/358",[310,6.789]],["name/359",[2,25.697]],["parent/359",[312,4.7]],["name/360",[13,49.497]],["parent/360",[312,4.7]],["name/361",[14,57.308]],["parent/361",[312,4.7]],["name/362",[313,60.756]],["parent/362",[312,4.7]],["name/363",[314,65.991]],["parent/363",[312,4.7]],["name/364",[315,65.991]],["parent/364",[312,4.7]],["name/365",[316,65.991]],["parent/365",[312,4.7]],["name/366",[254,52.676]],["parent/366",[312,4.7]],["name/367",[317,65.991]],["parent/367",[312,4.7]],["name/368",[318,65.991]],["parent/368",[312,4.7]],["name/369",[319,65.991]],["parent/369",[312,4.7]],["name/370",[320,65.991]],["parent/370",[312,4.7]],["name/371",[321,65.991]],["parent/371",[312,4.7]],["name/372",[322,65.991]],["parent/372",[312,4.7]],["name/373",[323,65.991]],["parent/373",[312,4.7]],["name/374",[324,60.756]],["parent/374",[]],["name/375",[325,60.756]],["parent/375",[324,6.789]],["name/376",[2,25.697]],["parent/376",[326,4.628]],["name/377",[327,57.308]],["parent/377",[326,4.628]],["name/378",[328,65.991]],["parent/378",[326,4.628]],["name/379",[329,65.991]],["parent/379",[326,4.628]],["name/380",[330,60.756]],["parent/380",[326,4.628]],["name/381",[331,60.756]],["parent/381",[326,4.628]],["name/382",[13,49.497]],["parent/382",[326,4.628]],["name/383",[254,52.676]],["parent/383",[326,4.628]],["name/384",[332,60.756]],["parent/384",[326,4.628]],["name/385",[333,65.991]],["parent/385",[326,4.628]],["name/386",[334,60.756]],["parent/386",[326,4.628]],["name/387",[335,60.756]],["parent/387",[326,4.628]],["name/388",[336,65.991]],["parent/388",[326,4.628]],["name/389",[337,65.991]],["parent/389",[326,4.628]],["name/390",[338,65.991]],["parent/390",[326,4.628]],["name/391",[339,65.991]],["parent/391",[326,4.628]],["name/392",[340,60.756]],["parent/392",[]],["name/393",[341,60.756]],["parent/393",[340,6.789]],["name/394",[2,25.697]],["parent/394",[342,3.783]],["name/395",[343,65.991]],["parent/395",[342,3.783]],["name/396",[237,60.756]],["parent/396",[342,3.783]],["name/397",[233,48.215]],["parent/397",[342,3.783]],["name/398",[13,49.497]],["parent/398",[342,3.783]],["name/399",[344,57.308]],["parent/399",[342,3.783]],["name/400",[345,65.991]],["parent/400",[342,3.783]],["name/401",[346,65.991]],["parent/401",[342,3.783]],["name/402",[347,57.308]],["parent/402",[342,3.783]],["name/403",[348,65.991]],["parent/403",[342,3.783]],["name/404",[349,65.991]],["parent/404",[342,3.783]],["name/405",[254,52.676]],["parent/405",[342,3.783]],["name/406",[350,60.756]],["parent/406",[342,3.783]],["name/407",[351,65.991]],["parent/407",[342,3.783]],["name/408",[352,65.991]],["parent/408",[342,3.783]],["name/409",[353,65.991]],["parent/409",[342,3.783]],["name/410",[354,65.991]],["parent/410",[342,3.783]],["name/411",[355,65.991]],["parent/411",[342,3.783]],["name/412",[356,60.756]],["parent/412",[342,3.783]],["name/413",[357,57.308]],["parent/413",[342,3.783]],["name/414",[358,65.991]],["parent/414",[342,3.783]],["name/415",[359,65.991]],["parent/415",[342,3.783]],["name/416",[360,65.991]],["parent/416",[342,3.783]],["name/417",[361,65.991]],["parent/417",[342,3.783]],["name/418",[362,65.991]],["parent/418",[342,3.783]],["name/419",[363,65.991]],["parent/419",[342,3.783]],["name/420",[364,65.991]],["parent/420",[342,3.783]],["name/421",[365,65.991]],["parent/421",[342,3.783]],["name/422",[366,65.991]],["parent/422",[342,3.783]],["name/423",[367,65.991]],["parent/423",[342,3.783]],["name/424",[368,65.991]],["parent/424",[342,3.783]],["name/425",[369,65.991]],["parent/425",[342,3.783]],["name/426",[370,65.991]],["parent/426",[342,3.783]],["name/427",[371,65.991]],["parent/427",[342,3.783]],["name/428",[372,60.756]],["parent/428",[]],["name/429",[373,60.756]],["parent/429",[372,6.789]],["name/430",[331,60.756]],["parent/430",[374,6.404]],["name/431",[375,65.991]],["parent/431",[374,6.404]],["name/432",[2,25.697]],["parent/432",[374,6.404]],["name/433",[376,41.098,377,29.702]],["parent/433",[]],["name/434",[378,65.991]],["parent/434",[376,4.839,377,3.497]],["name/435",[2,25.697]],["parent/435",[376,4.839,379,5.572]],["name/436",[380,60.756]],["parent/436",[]],["name/437",[381,65.991]],["parent/437",[380,6.789]],["name/438",[2,25.697]],["parent/438",[382,5.26]],["name/439",[383,65.991]],["parent/439",[382,5.26]],["name/440",[272,60.756]],["parent/440",[382,5.26]],["name/441",[273,60.756]],["parent/441",[382,5.26]],["name/442",[384,65.991]],["parent/442",[382,5.26]],["name/443",[385,40.814]],["parent/443",[382,5.26]],["name/444",[386,65.991]],["parent/444",[382,5.26]],["name/445",[387,65.991]],["parent/445",[382,5.26]],["name/446",[388,65.991]],["parent/446",[382,5.26]],["name/447",[389,60.756]],["parent/447",[]],["name/448",[390,65.991]],["parent/448",[389,6.789]],["name/449",[2,25.697]],["parent/449",[391,7.374]],["name/450",[392,65.991]],["parent/450",[]],["name/451",[393,36.548,394,39.251]],["parent/451",[]],["name/452",[395,65.991]],["parent/452",[393,4.303,394,4.621]],["name/453",[2,25.697]],["parent/453",[393,4.303,396,4.621]],["name/454",[124,54.732]],["parent/454",[393,4.303,396,4.621]],["name/455",[397,65.991]],["parent/455",[393,4.303,396,4.621]],["name/456",[398,65.991]],["parent/456",[393,4.303,396,4.621]],["name/457",[377,29.702,399,41.098]],["parent/457",[]],["name/458",[400,65.991]],["parent/458",[377,3.497,399,4.839]],["name/459",[2,25.697]],["parent/459",[399,4.839,401,5.572]],["name/460",[402,60.756]],["parent/460",[]],["name/461",[403,65.991]],["parent/461",[402,6.789]],["name/462",[2,25.697]],["parent/462",[404,5.041]],["name/463",[405,65.991]],["parent/463",[404,5.041]],["name/464",[406,54.732]],["parent/464",[404,5.041]],["name/465",[407,65.991]],["parent/465",[404,5.041]],["name/466",[36,49.497]],["parent/466",[404,5.041]],["name/467",[385,40.814]],["parent/467",[404,5.041]],["name/468",[408,65.991]],["parent/468",[404,5.041]],["name/469",[409,57.308]],["parent/469",[404,5.041]],["name/470",[261,60.756]],["parent/470",[404,5.041]],["name/471",[410,65.991]],["parent/471",[404,5.041]],["name/472",[411,65.991]],["parent/472",[404,5.041]],["name/473",[412,60.756]],["parent/473",[]],["name/474",[413,65.991]],["parent/474",[412,6.789]],["name/475",[2,25.697]],["parent/475",[414,7.374]],["name/476",[415,15.168,416,17.217,417,28.49]],["parent/476",[]],["name/477",[418,65.991]],["parent/477",[415,1.841,416,2.09,417,3.458]],["name/478",[2,25.697]],["parent/478",[415,1.841,416,2.09,419,2.121]],["name/479",[420,65.991]],["parent/479",[415,1.841,416,2.09,419,2.121]],["name/480",[421,65.991]],["parent/480",[415,1.841,416,2.09,419,2.121]],["name/481",[422,65.991]],["parent/481",[415,1.841,416,2.09,419,2.121]],["name/482",[423,65.991]],["parent/482",[415,1.841,416,2.09,419,2.121]],["name/483",[424,65.991]],["parent/483",[415,1.841,416,2.09,419,2.121]],["name/484",[425,65.991]],["parent/484",[415,1.841,416,2.09,419,2.121]],["name/485",[426,65.991]],["parent/485",[415,1.841,416,2.09,419,2.121]],["name/486",[427,65.991]],["parent/486",[415,1.841,416,2.09,419,2.121]],["name/487",[428,65.991]],["parent/487",[415,1.841,416,2.09,419,2.121]],["name/488",[429,65.991]],["parent/488",[415,1.841,416,2.09,419,2.121]],["name/489",[430,65.991]],["parent/489",[415,1.841,416,2.09,419,2.121]],["name/490",[431,65.991]],["parent/490",[415,1.841,416,2.09,419,2.121]],["name/491",[432,65.991]],["parent/491",[415,1.841,416,2.09,419,2.121]],["name/492",[433,65.991]],["parent/492",[415,1.841,416,2.09,419,2.121]],["name/493",[434,65.991]],["parent/493",[415,1.841,416,2.09,419,2.121]],["name/494",[435,65.991]],["parent/494",[415,1.841,416,2.09,419,2.121]],["name/495",[344,57.308]],["parent/495",[415,1.841,416,2.09,419,2.121]],["name/496",[436,60.756]],["parent/496",[415,1.841,416,2.09,419,2.121]],["name/497",[437,60.756]],["parent/497",[415,1.841,416,2.09,419,2.121]],["name/498",[438,60.756]],["parent/498",[415,1.841,416,2.09,419,2.121]],["name/499",[439,65.991]],["parent/499",[415,1.841,416,2.09,419,2.121]],["name/500",[185,52.676]],["parent/500",[415,1.841,416,2.09,419,2.121]],["name/501",[327,57.308]],["parent/501",[415,1.841,416,2.09,419,2.121]],["name/502",[440,60.756]],["parent/502",[415,1.841,416,2.09,419,2.121]],["name/503",[441,57.308]],["parent/503",[415,1.841,416,2.09,419,2.121]],["name/504",[442,60.756]],["parent/504",[415,1.841,416,2.09,419,2.121]],["name/505",[443,60.756]],["parent/505",[415,1.841,416,2.09,419,2.121]],["name/506",[36,49.497]],["parent/506",[415,1.841,416,2.09,419,2.121]],["name/507",[406,54.732]],["parent/507",[415,1.841,416,2.09,419,2.121]],["name/508",[444,65.991]],["parent/508",[415,1.841,416,2.09,419,2.121]],["name/509",[445,57.308]],["parent/509",[415,1.841,416,2.09,419,2.121]],["name/510",[385,40.814]],["parent/510",[415,1.841,416,2.09,419,2.121]],["name/511",[446,65.991]],["parent/511",[415,1.841,416,2.09,419,2.121]],["name/512",[447,65.991]],["parent/512",[415,1.841,416,2.09,419,2.121]],["name/513",[448,60.756]],["parent/513",[415,1.841,416,2.09,419,2.121]],["name/514",[449,60.756]],["parent/514",[415,1.841,416,2.09,419,2.121]],["name/515",[450,65.991]],["parent/515",[415,1.841,416,2.09,419,2.121]],["name/516",[451,65.991]],["parent/516",[415,1.841,416,2.09,419,2.121]],["name/517",[452,60.756]],["parent/517",[415,1.841,416,2.09,419,2.121]],["name/518",[453,60.756]],["parent/518",[415,1.841,416,2.09,419,2.121]],["name/519",[350,60.756]],["parent/519",[415,1.841,416,2.09,419,2.121]],["name/520",[454,50.964]],["parent/520",[415,1.841,416,2.09,419,2.121]],["name/521",[455,60.756]],["parent/521",[415,1.841,416,2.09,419,2.121]],["name/522",[415,15.168,456,21.909,457,33.964]],["parent/522",[]],["name/523",[458,65.991]],["parent/523",[415,1.841,456,2.66,457,4.123]],["name/524",[2,25.697]],["parent/524",[415,1.841,456,2.66,459,2.731]],["name/525",[460,65.991]],["parent/525",[415,1.841,456,2.66,459,2.731]],["name/526",[461,65.991]],["parent/526",[415,1.841,456,2.66,459,2.731]],["name/527",[462,65.991]],["parent/527",[415,1.841,456,2.66,459,2.731]],["name/528",[463,65.991]],["parent/528",[415,1.841,456,2.66,459,2.731]],["name/529",[464,65.991]],["parent/529",[415,1.841,456,2.66,459,2.731]],["name/530",[465,65.991]],["parent/530",[415,1.841,456,2.66,459,2.731]],["name/531",[466,65.991]],["parent/531",[415,1.841,456,2.66,459,2.731]],["name/532",[467,65.991]],["parent/532",[415,1.841,456,2.66,459,2.731]],["name/533",[468,65.991]],["parent/533",[415,1.841,456,2.66,459,2.731]],["name/534",[36,49.497]],["parent/534",[415,1.841,456,2.66,459,2.731]],["name/535",[385,40.814]],["parent/535",[415,1.841,456,2.66,459,2.731]],["name/536",[469,65.991]],["parent/536",[415,1.841,456,2.66,459,2.731]],["name/537",[470,65.991]],["parent/537",[415,1.841,456,2.66,459,2.731]],["name/538",[471,65.991]],["parent/538",[415,1.841,456,2.66,459,2.731]],["name/539",[472,65.991]],["parent/539",[415,1.841,456,2.66,459,2.731]],["name/540",[473,65.991]],["parent/540",[415,1.841,456,2.66,459,2.731]],["name/541",[474,65.991]],["parent/541",[415,1.841,456,2.66,459,2.731]],["name/542",[377,29.702,475,41.098]],["parent/542",[]],["name/543",[476,65.991]],["parent/543",[377,3.497,475,4.839]],["name/544",[2,25.697]],["parent/544",[475,4.839,477,5.572]],["name/545",[478,60.756]],["parent/545",[]],["name/546",[479,65.991]],["parent/546",[478,6.789]],["name/547",[2,25.697]],["parent/547",[480,4.628]],["name/548",[481,54.732]],["parent/548",[480,4.628]],["name/549",[344,57.308]],["parent/549",[480,4.628]],["name/550",[482,57.308]],["parent/550",[480,4.628]],["name/551",[483,60.756]],["parent/551",[480,4.628]],["name/552",[484,60.756]],["parent/552",[480,4.628]],["name/553",[436,60.756]],["parent/553",[480,4.628]],["name/554",[441,57.308]],["parent/554",[480,4.628]],["name/555",[485,52.676]],["parent/555",[480,4.628]],["name/556",[486,52.676]],["parent/556",[480,4.628]],["name/557",[385,40.814]],["parent/557",[480,4.628]],["name/558",[487,52.676]],["parent/558",[480,4.628]],["name/559",[449,60.756]],["parent/559",[480,4.628]],["name/560",[452,60.756]],["parent/560",[480,4.628]],["name/561",[488,65.991]],["parent/561",[480,4.628]],["name/562",[454,50.964]],["parent/562",[480,4.628]],["name/563",[489,60.756]],["parent/563",[]],["name/564",[490,65.991]],["parent/564",[489,6.789]],["name/565",[2,25.697]],["parent/565",[491,7.374]],["name/566",[492,24.302,493,24.302,494,33.964]],["parent/566",[]],["name/567",[495,65.991]],["parent/567",[492,2.95,493,2.95,494,4.123]],["name/568",[2,25.697]],["parent/568",[492,2.95,493,2.95,496,3.062]],["name/569",[497,65.991]],["parent/569",[492,2.95,493,2.95,496,3.062]],["name/570",[36,49.497]],["parent/570",[492,2.95,493,2.95,496,3.062]],["name/571",[406,54.732]],["parent/571",[492,2.95,493,2.95,496,3.062]],["name/572",[437,60.756]],["parent/572",[492,2.95,493,2.95,496,3.062]],["name/573",[438,60.756]],["parent/573",[492,2.95,493,2.95,496,3.062]],["name/574",[441,57.308]],["parent/574",[492,2.95,493,2.95,496,3.062]],["name/575",[443,60.756]],["parent/575",[492,2.95,493,2.95,496,3.062]],["name/576",[385,40.814]],["parent/576",[492,2.95,493,2.95,496,3.062]],["name/577",[498,65.991]],["parent/577",[492,2.95,493,2.95,496,3.062]],["name/578",[409,57.308]],["parent/578",[492,2.95,493,2.95,496,3.062]],["name/579",[377,29.702,499,41.098]],["parent/579",[]],["name/580",[500,65.991]],["parent/580",[377,3.497,499,4.839]],["name/581",[2,25.697]],["parent/581",[499,4.839,501,5.572]],["name/582",[502,60.756]],["parent/582",[]],["name/583",[503,65.991]],["parent/583",[502,6.789]],["name/584",[2,25.697]],["parent/584",[504,4.776]],["name/585",[481,54.732]],["parent/585",[504,4.776]],["name/586",[482,57.308]],["parent/586",[504,4.776]],["name/587",[136,54.732]],["parent/587",[504,4.776]],["name/588",[347,57.308]],["parent/588",[504,4.776]],["name/589",[485,52.676]],["parent/589",[504,4.776]],["name/590",[486,52.676]],["parent/590",[504,4.776]],["name/591",[385,40.814]],["parent/591",[504,4.776]],["name/592",[487,52.676]],["parent/592",[504,4.776]],["name/593",[505,65.991]],["parent/593",[504,4.776]],["name/594",[357,57.308]],["parent/594",[504,4.776]],["name/595",[506,65.991]],["parent/595",[504,4.776]],["name/596",[507,65.991]],["parent/596",[504,4.776]],["name/597",[454,50.964]],["parent/597",[504,4.776]],["name/598",[508,60.756]],["parent/598",[]],["name/599",[509,65.991]],["parent/599",[508,6.789]],["name/600",[2,25.697]],["parent/600",[510,7.374]],["name/601",[377,29.702,511,41.098]],["parent/601",[]],["name/602",[512,65.991]],["parent/602",[377,3.497,511,4.839]],["name/603",[2,25.697]],["parent/603",[511,4.839,513,5.572]],["name/604",[514,60.756]],["parent/604",[]],["name/605",[515,65.991]],["parent/605",[514,6.789]],["name/606",[2,25.697]],["parent/606",[516,6.789]],["name/607",[517,65.991]],["parent/607",[516,6.789]],["name/608",[518,60.756]],["parent/608",[]],["name/609",[519,65.991]],["parent/609",[518,6.789]],["name/610",[2,25.697]],["parent/610",[520,7.374]],["name/611",[521,60.756]],["parent/611",[]],["name/612",[522,65.991]],["parent/612",[521,6.789]],["name/613",[2,25.697]],["parent/613",[523,5.531]],["name/614",[524,65.991]],["parent/614",[523,5.531]],["name/615",[406,54.732]],["parent/615",[523,5.531]],["name/616",[36,49.497]],["parent/616",[523,5.531]],["name/617",[385,40.814]],["parent/617",[523,5.531]],["name/618",[525,65.991]],["parent/618",[523,5.531]],["name/619",[409,57.308]],["parent/619",[523,5.531]],["name/620",[377,29.702,526,41.098]],["parent/620",[]],["name/621",[527,65.991]],["parent/621",[377,3.497,526,4.839]],["name/622",[2,25.697]],["parent/622",[526,4.839,528,5.572]],["name/623",[529,60.756]],["parent/623",[]],["name/624",[530,65.991]],["parent/624",[529,6.789]],["name/625",[2,25.697]],["parent/625",[531,4.946]],["name/626",[532,65.991]],["parent/626",[531,4.946]],["name/627",[481,54.732]],["parent/627",[531,4.946]],["name/628",[482,57.308]],["parent/628",[531,4.946]],["name/629",[251,60.756]],["parent/629",[531,4.946]],["name/630",[330,60.756]],["parent/630",[531,4.946]],["name/631",[485,52.676]],["parent/631",[531,4.946]],["name/632",[486,52.676]],["parent/632",[531,4.946]],["name/633",[385,40.814]],["parent/633",[531,4.946]],["name/634",[487,52.676]],["parent/634",[531,4.946]],["name/635",[454,50.964]],["parent/635",[531,4.946]],["name/636",[264,60.756]],["parent/636",[531,4.946]],["name/637",[533,60.756]],["parent/637",[]],["name/638",[534,65.991]],["parent/638",[533,6.789]],["name/639",[2,25.697]],["parent/639",[535,7.374]],["name/640",[417,28.49,536,27.67,537,27.67]],["parent/640",[]],["name/641",[538,65.991]],["parent/641",[417,3.458,536,3.359,537,3.359]],["name/642",[2,25.697]],["parent/642",[536,3.359,537,3.359,539,3.574]],["name/643",[163,52.676]],["parent/643",[536,3.359,537,3.359,539,3.574]],["name/644",[540,60.756]],["parent/644",[536,3.359,537,3.359,539,3.574]],["name/645",[385,40.814]],["parent/645",[536,3.359,537,3.359,539,3.574]],["name/646",[541,60.756]],["parent/646",[536,3.359,537,3.359,539,3.574]],["name/647",[377,29.702,542,41.098]],["parent/647",[]],["name/648",[543,65.991]],["parent/648",[377,3.497,542,4.839]],["name/649",[2,25.697]],["parent/649",[542,4.839,544,5.572]],["name/650",[545,60.756]],["parent/650",[]],["name/651",[546,65.991]],["parent/651",[545,6.789]],["name/652",[2,25.697]],["parent/652",[547,5.041]],["name/653",[481,54.732]],["parent/653",[547,5.041]],["name/654",[548,65.991]],["parent/654",[547,5.041]],["name/655",[485,52.676]],["parent/655",[547,5.041]],["name/656",[486,52.676]],["parent/656",[547,5.041]],["name/657",[313,60.756]],["parent/657",[547,5.041]],["name/658",[163,52.676]],["parent/658",[547,5.041]],["name/659",[385,40.814]],["parent/659",[547,5.041]],["name/660",[487,52.676]],["parent/660",[547,5.041]],["name/661",[549,65.991]],["parent/661",[547,5.041]],["name/662",[454,50.964]],["parent/662",[547,5.041]],["name/663",[550,60.756]],["parent/663",[]],["name/664",[551,65.991]],["parent/664",[550,6.789]],["name/665",[2,25.697]],["parent/665",[552,7.374]],["name/666",[417,28.49,553,22.816,554,22.816]],["parent/666",[]],["name/667",[555,65.991]],["parent/667",[417,3.458,553,2.77,554,2.77]],["name/668",[2,25.697]],["parent/668",[553,2.77,554,2.77,556,2.854]],["name/669",[185,52.676]],["parent/669",[553,2.77,554,2.77,556,2.854]],["name/670",[540,60.756]],["parent/670",[553,2.77,554,2.77,556,2.854]],["name/671",[557,65.991]],["parent/671",[553,2.77,554,2.77,556,2.854]],["name/672",[558,65.991]],["parent/672",[553,2.77,554,2.77,556,2.854]],["name/673",[559,65.991]],["parent/673",[553,2.77,554,2.77,556,2.854]],["name/674",[560,65.991]],["parent/674",[553,2.77,554,2.77,556,2.854]],["name/675",[445,57.308]],["parent/675",[553,2.77,554,2.77,556,2.854]],["name/676",[385,40.814]],["parent/676",[553,2.77,554,2.77,556,2.854]],["name/677",[561,65.991]],["parent/677",[553,2.77,554,2.77,556,2.854]],["name/678",[562,65.991]],["parent/678",[553,2.77,554,2.77,556,2.854]],["name/679",[563,65.991]],["parent/679",[553,2.77,554,2.77,556,2.854]],["name/680",[564,65.991]],["parent/680",[553,2.77,554,2.77,556,2.854]],["name/681",[455,60.756]],["parent/681",[553,2.77,554,2.77,556,2.854]],["name/682",[541,60.756]],["parent/682",[553,2.77,554,2.77,556,2.854]],["name/683",[377,29.702,565,41.098]],["parent/683",[]],["name/684",[566,65.991]],["parent/684",[377,3.497,565,4.839]],["name/685",[2,25.697]],["parent/685",[565,4.839,567,5.572]],["name/686",[568,60.756]],["parent/686",[]],["name/687",[569,65.991]],["parent/687",[568,6.789]],["name/688",[2,25.697]],["parent/688",[570,4.497]],["name/689",[571,65.991]],["parent/689",[570,4.497]],["name/690",[572,65.991]],["parent/690",[570,4.497]],["name/691",[483,60.756]],["parent/691",[570,4.497]],["name/692",[484,60.756]],["parent/692",[570,4.497]],["name/693",[327,57.308]],["parent/693",[570,4.497]],["name/694",[185,52.676]],["parent/694",[570,4.497]],["name/695",[440,60.756]],["parent/695",[570,4.497]],["name/696",[442,60.756]],["parent/696",[570,4.497]],["name/697",[445,57.308]],["parent/697",[570,4.497]],["name/698",[485,52.676]],["parent/698",[570,4.497]],["name/699",[486,52.676]],["parent/699",[570,4.497]],["name/700",[385,40.814]],["parent/700",[570,4.497]],["name/701",[448,60.756]],["parent/701",[570,4.497]],["name/702",[487,52.676]],["parent/702",[570,4.497]],["name/703",[453,60.756]],["parent/703",[570,4.497]],["name/704",[573,65.991]],["parent/704",[570,4.497]],["name/705",[454,50.964]],["parent/705",[570,4.497]],["name/706",[574,60.756]],["parent/706",[]],["name/707",[575,65.991]],["parent/707",[574,6.789]],["name/708",[2,25.697]],["parent/708",[576,7.374]],["name/709",[577,34.577,578,43.571]],["parent/709",[]],["name/710",[579,65.991]],["parent/710",[577,4.071,578,5.13]],["name/711",[2,25.697]],["parent/711",[577,4.071,580,5.13]],["name/712",[581,65.991]],["parent/712",[577,4.071,580,5.13]],["name/713",[394,39.251,577,34.577]],["parent/713",[]],["name/714",[582,65.991]],["parent/714",[394,4.621,577,4.071]],["name/715",[2,25.697]],["parent/715",[577,4.071,583,5.13]],["name/716",[584,65.991]],["parent/716",[577,4.071,583,5.13]],["name/717",[585,60.756]],["parent/717",[]],["name/718",[586,65.991]],["parent/718",[585,6.789]],["name/719",[2,25.697]],["parent/719",[587,6.789]],["name/720",[588,57.308]],["parent/720",[587,6.789]],["name/721",[589,39.251,590,43.571]],["parent/721",[]],["name/722",[591,65.991]],["parent/722",[589,4.621,590,5.13]],["name/723",[2,25.697]],["parent/723",[589,4.621,592,5.13]],["name/724",[588,57.308]],["parent/724",[589,4.621,592,5.13]],["name/725",[593,39.251,594,43.571]],["parent/725",[]],["name/726",[595,65.991]],["parent/726",[593,4.621,594,5.13]],["name/727",[2,25.697]],["parent/727",[593,4.621,596,5.13]],["name/728",[588,57.308]],["parent/728",[593,4.621,596,5.13]],["name/729",[597,30.596,598,30.596,599,33.964]],["parent/729",[]],["name/730",[600,65.991]],["parent/730",[597,3.714,598,3.714,599,4.123]],["name/731",[2,25.697]],["parent/731",[597,3.714,598,3.714,601,4.123]],["name/732",[122,52.676]],["parent/732",[597,3.714,598,3.714,601,4.123]],["name/733",[602,60.756]],["parent/733",[]],["name/734",[603,65.991]],["parent/734",[602,6.789]],["name/735",[2,25.697]],["parent/735",[604,6.404]],["name/736",[605,65.991]],["parent/736",[604,6.404]],["name/737",[385,40.814]],["parent/737",[604,6.404]],["name/738",[606,28.49,607,28.49,608,33.964]],["parent/738",[]],["name/739",[609,65.991]],["parent/739",[606,3.458,607,3.458,608,4.123]],["name/740",[2,25.697]],["parent/740",[606,3.458,607,3.458,610,3.714]],["name/741",[611,65.991]],["parent/741",[606,3.458,607,3.458,610,3.714]],["name/742",[385,40.814]],["parent/742",[606,3.458,607,3.458,610,3.714]],["name/743",[612,65.991]],["parent/743",[606,3.458,607,3.458,610,3.714]],["name/744",[613,60.756]],["parent/744",[]],["name/745",[614,65.991]],["parent/745",[613,6.789]],["name/746",[2,25.697]],["parent/746",[615,7.374]],["name/747",[616,60.756]],["parent/747",[]],["name/748",[617,65.991]],["parent/748",[616,6.789]],["name/749",[2,25.697]],["parent/749",[618,6.789]],["name/750",[385,40.814]],["parent/750",[618,6.789]],["name/751",[619,60.756]],["parent/751",[]],["name/752",[620,65.991]],["parent/752",[619,6.789]],["name/753",[2,25.697]],["parent/753",[621,6.789]],["name/754",[385,40.814]],["parent/754",[621,6.789]],["name/755",[622,52.676]],["parent/755",[]],["name/756",[623,65.991]],["parent/756",[622,5.886]],["name/757",[624,65.991]],["parent/757",[622,5.886]],["name/758",[625,65.991]],["parent/758",[622,5.886]],["name/759",[626,65.991]],["parent/759",[622,5.886]],["name/760",[627,60.756]],["parent/760",[]],["name/761",[628,52.676]],["parent/761",[]],["name/762",[184,50.964]],["parent/762",[628,5.886]],["name/763",[2,25.697]],["parent/763",[629,4.223]],["name/764",[630,65.991]],["parent/764",[629,4.223]],["name/765",[631,65.991]],["parent/765",[629,4.223]],["name/766",[632,65.991]],["parent/766",[629,4.223]],["name/767",[190,60.756]],["parent/767",[629,4.223]],["name/768",[191,60.756]],["parent/768",[629,4.223]],["name/769",[122,52.676]],["parent/769",[629,4.223]],["name/770",[633,65.991]],["parent/770",[629,4.223]],["name/771",[634,65.991]],["parent/771",[629,4.223]],["name/772",[635,65.991]],["parent/772",[629,4.223]],["name/773",[636,65.991]],["parent/773",[629,4.223]],["name/774",[637,65.991]],["parent/774",[629,4.223]],["name/775",[638,65.991]],["parent/775",[629,4.223]],["name/776",[639,65.991]],["parent/776",[629,4.223]],["name/777",[640,65.991]],["parent/777",[629,4.223]],["name/778",[641,65.991]],["parent/778",[629,4.223]],["name/779",[642,65.991]],["parent/779",[629,4.223]],["name/780",[643,65.991]],["parent/780",[629,4.223]],["name/781",[644,65.991]],["parent/781",[629,4.223]],["name/782",[645,65.991]],["parent/782",[629,4.223]],["name/783",[646,65.991]],["parent/783",[629,4.223]],["name/784",[647,65.991]],["parent/784",[629,4.223]],["name/785",[648,65.991]],["parent/785",[629,4.223]],["name/786",[649,65.991]],["parent/786",[628,5.886]],["name/787",[650,65.991]],["parent/787",[628,5.886]],["name/788",[182,60.756]],["parent/788",[628,5.886]],["name/789",[651,60.756]],["parent/789",[]],["name/790",[652,57.308]],["parent/790",[651,6.789]],["name/791",[52,43.474]],["parent/791",[653,7.374]],["name/792",[654,57.308]],["parent/792",[655,4.946]],["name/793",[656,57.308]],["parent/793",[655,4.946]],["name/794",[657,57.308]],["parent/794",[655,4.946]],["name/795",[658,57.308]],["parent/795",[655,4.946]],["name/796",[659,57.308]],["parent/796",[655,4.946]],["name/797",[660,57.308]],["parent/797",[655,4.946]],["name/798",[661,57.308]],["parent/798",[655,4.946]],["name/799",[662,57.308]],["parent/799",[655,4.946]],["name/800",[663,57.308]],["parent/800",[655,4.946]],["name/801",[664,57.308]],["parent/801",[655,4.946]],["name/802",[665,57.308]],["parent/802",[655,4.946]],["name/803",[666,57.308]],["parent/803",[655,4.946]],["name/804",[667,60.756]],["parent/804",[]],["name/805",[652,57.308]],["parent/805",[667,6.789]],["name/806",[52,43.474]],["parent/806",[668,7.374]],["name/807",[654,57.308]],["parent/807",[669,4.946]],["name/808",[656,57.308]],["parent/808",[669,4.946]],["name/809",[657,57.308]],["parent/809",[669,4.946]],["name/810",[658,57.308]],["parent/810",[669,4.946]],["name/811",[659,57.308]],["parent/811",[669,4.946]],["name/812",[660,57.308]],["parent/812",[669,4.946]],["name/813",[661,57.308]],["parent/813",[669,4.946]],["name/814",[662,57.308]],["parent/814",[669,4.946]],["name/815",[663,57.308]],["parent/815",[669,4.946]],["name/816",[664,57.308]],["parent/816",[669,4.946]],["name/817",[665,57.308]],["parent/817",[669,4.946]],["name/818",[666,57.308]],["parent/818",[669,4.946]],["name/819",[670,60.756]],["parent/819",[]],["name/820",[652,57.308]],["parent/820",[670,6.789]],["name/821",[52,43.474]],["parent/821",[671,7.374]],["name/822",[654,57.308]],["parent/822",[672,4.946]],["name/823",[656,57.308]],["parent/823",[672,4.946]],["name/824",[657,57.308]],["parent/824",[672,4.946]],["name/825",[658,57.308]],["parent/825",[672,4.946]],["name/826",[659,57.308]],["parent/826",[672,4.946]],["name/827",[660,57.308]],["parent/827",[672,4.946]],["name/828",[661,57.308]],["parent/828",[672,4.946]],["name/829",[662,57.308]],["parent/829",[672,4.946]],["name/830",[663,57.308]],["parent/830",[672,4.946]],["name/831",[664,57.308]],["parent/831",[672,4.946]],["name/832",[665,57.308]],["parent/832",[672,4.946]],["name/833",[666,57.308]],["parent/833",[672,4.946]],["name/834",[673,65.991]],["parent/834",[]],["name/835",[674,65.991]],["parent/835",[]],["name/836",[675,65.991]],["parent/836",[]],["name/837",[676,28.49,677,28.49,678,23.893]],["parent/837",[]],["name/838",[679,60.756]],["parent/838",[676,3.458,677,3.458,678,2.9]],["name/839",[2,25.697]],["parent/839",[676,3.458,677,3.458,680,3.714]],["name/840",[681,65.991]],["parent/840",[676,3.458,677,3.458,680,3.714]],["name/841",[682,65.991]],["parent/841",[676,3.458,677,3.458,680,3.714]],["name/842",[683,65.991]],["parent/842",[676,3.458,677,3.458,680,3.714]],["name/843",[684,47.075]],["parent/843",[]],["name/844",[678,19.577,685,23.343,686,23.343,687,23.343]],["parent/844",[]],["name/845",[688,60.756]],["parent/845",[678,2.424,685,2.891,686,2.891,687,2.891]],["name/846",[2,25.697]],["parent/846",[685,2.891,686,2.891,687,2.891,689,3.104]],["name/847",[690,65.991]],["parent/847",[685,2.891,686,2.891,687,2.891,689,3.104]],["name/848",[691,65.991]],["parent/848",[685,2.891,686,2.891,687,2.891,689,3.104]],["name/849",[692,65.991]],["parent/849",[685,2.891,686,2.891,687,2.891,689,3.104]],["name/850",[678,23.893,693,27.67,694,27.67]],["parent/850",[]],["name/851",[695,60.756]],["parent/851",[678,2.9,693,3.359,694,3.359]],["name/852",[2,25.697]],["parent/852",[693,3.359,694,3.359,696,4.478]],["name/853",[697,60.756]],["parent/853",[678,2.9,693,3.359,694,3.359]],["name/854",[2,25.697]],["parent/854",[693,3.359,694,3.359,698,4.478]],["name/855",[699,60.756]],["parent/855",[678,2.9,693,3.359,694,3.359]],["name/856",[2,25.697]],["parent/856",[693,3.359,694,3.359,700,4.478]],["name/857",[678,23.893,701,30.596,702,22.196]],["parent/857",[]],["name/858",[703,60.756]],["parent/858",[678,2.9,701,3.714,702,2.694]],["name/859",[2,25.697]],["parent/859",[701,3.714,702,2.694,704,4.123]],["name/860",[705,65.991]],["parent/860",[701,3.714,702,2.694,704,4.123]],["name/861",[678,23.893,702,22.196,706,28.49]],["parent/861",[]],["name/862",[707,60.756]],["parent/862",[678,2.9,702,2.694,706,3.458]],["name/863",[2,25.697]],["parent/863",[702,2.694,706,3.458,708,3.714]],["name/864",[334,60.756]],["parent/864",[702,2.694,706,3.458,708,3.714]],["name/865",[335,60.756]],["parent/865",[702,2.694,706,3.458,708,3.714]],["name/866",[332,60.756]],["parent/866",[702,2.694,706,3.458,708,3.714]],["name/867",[678,23.893,702,22.196,709,26.316]],["parent/867",[]],["name/868",[710,60.756]],["parent/868",[678,2.9,702,2.694,709,3.194]],["name/869",[2,25.697]],["parent/869",[702,2.694,709,3.194,711,3.359]],["name/870",[712,65.991]],["parent/870",[702,2.694,709,3.194,711,3.359]],["name/871",[347,57.308]],["parent/871",[702,2.694,709,3.194,711,3.359]],["name/872",[713,65.991]],["parent/872",[702,2.694,709,3.194,711,3.359]],["name/873",[714,65.991]],["parent/873",[702,2.694,709,3.194,711,3.359]],["name/874",[356,60.756]],["parent/874",[702,2.694,709,3.194,711,3.359]],["name/875",[357,57.308]],["parent/875",[702,2.694,709,3.194,711,3.359]],["name/876",[1,60.756]],["parent/876",[11,6.404]],["name/877",[14,57.308]],["parent/877",[11,6.404]],["name/878",[20,60.756]],["parent/878",[23,6.404]],["name/879",[25,60.756]],["parent/879",[23,6.404]],["name/880",[29,60.756]],["parent/880",[64,4.7]],["name/881",[32,60.756]],["parent/881",[64,4.7]],["name/882",[41,60.756]],["parent/882",[64,4.7]],["name/883",[37,60.756]],["parent/883",[64,4.7]],["name/884",[47,60.756]],["parent/884",[64,4.7]],["name/885",[50,60.756]],["parent/885",[64,4.7]],["name/886",[51,60.756]],["parent/886",[64,4.7]],["name/887",[55,60.756]],["parent/887",[64,4.7]],["name/888",[63,60.756]],["parent/888",[64,4.7]],["name/889",[67,60.756]],["parent/889",[64,4.7]],["name/890",[70,60.756]],["parent/890",[64,4.7]],["name/891",[77,60.756]],["parent/891",[64,4.7]],["name/892",[80,60.756]],["parent/892",[64,4.7]],["name/893",[81,60.756]],["parent/893",[64,4.7]],["name/894",[83,60.756]],["parent/894",[89,6.116]],["name/895",[87,60.756]],["parent/895",[89,6.116]],["name/896",[91,60.756]],["parent/896",[89,6.116]],["name/897",[94,60.756]],["parent/897",[134,4.497]],["name/898",[121,60.756]],["parent/898",[134,4.497]],["name/899",[126,60.756]],["parent/899",[134,4.497]],["name/900",[125,50.964]],["parent/900",[134,4.497]],["name/901",[133,60.756]],["parent/901",[134,4.497]],["name/902",[136,54.732]],["parent/902",[134,4.497]],["name/903",[141,60.756]],["parent/903",[134,4.497]],["name/904",[145,60.756]],["parent/904",[134,4.497]],["name/905",[98,57.308]],["parent/905",[134,4.497]],["name/906",[149,60.756]],["parent/906",[134,4.497]],["name/907",[153,57.308]],["parent/907",[134,4.497]],["name/908",[157,60.756]],["parent/908",[134,4.497]],["name/909",[163,52.676]],["parent/909",[134,4.497]],["name/910",[177,60.756]],["parent/910",[134,4.497]],["name/911",[185,52.676]],["parent/911",[134,4.497]],["name/912",[184,50.964]],["parent/912",[134,4.497]],["name/913",[198,60.756]],["parent/913",[134,4.497]],["name/914",[204,57.308]],["parent/914",[200,5.531]],["name/915",[231,60.756]],["parent/915",[200,5.531]],["name/916",[234,60.756]],["parent/916",[200,5.531]],["name/917",[244,60.756]],["parent/917",[200,5.531]],["name/918",[125,50.964]],["parent/918",[200,5.531]],["name/919",[233,48.215]],["parent/919",[200,5.531]],["name/920",[249,60.756]],["parent/920",[286,5.146]],["name/921",[325,60.756]],["parent/921",[286,5.146]],["name/922",[341,60.756]],["parent/922",[286,5.146]],["name/923",[311,60.756]],["parent/923",[286,5.146]],["name/924",[270,60.756]],["parent/924",[286,5.146]],["name/925",[288,60.756]],["parent/925",[286,5.146]],["name/926",[238,57.308]],["parent/926",[286,5.146]],["name/927",[281,60.756]],["parent/927",[286,5.146]],["name/928",[373,60.756]],["parent/928",[286,5.146]],["name/929",[184,50.964]],["parent/929",[627,6.789]],["name/930",[679,60.756]],["parent/930",[684,5.26]],["name/931",[688,60.756]],["parent/931",[684,5.26]],["name/932",[695,60.756]],["parent/932",[684,5.26]],["name/933",[697,60.756]],["parent/933",[684,5.26]],["name/934",[699,60.756]],["parent/934",[684,5.26]],["name/935",[710,60.756]],["parent/935",[684,5.26]],["name/936",[703,60.756]],["parent/936",[684,5.26]],["name/937",[707,60.756]],["parent/937",[684,5.26]]],"invertedIndex":[["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":170,"name":{"171":{}},"parent":{}}],["__type",{"_index":52,"name":{"47":{},"64":{},"94":{},"96":{},"102":{},"109":{},"170":{},"172":{},"269":{},"271":{},"791":{},"806":{},"821":{}},"parent":{}}],["_outbuffer",{"_index":639,"name":{"776":{}},"parent":{}}],["_outbuffercursor",{"_index":640,"name":{"777":{}},"parent":{}}],["_signatureset",{"_index":637,"name":{"774":{}},"parent":{}}],["_workbuffer",{"_index":638,"name":{"775":{}},"parent":{}}],["account",{"_index":433,"name":{"492":{}},"parent":{}}],["account.component",{"_index":494,"name":{"566":{}},"parent":{"567":{}}}],["account.component.createaccountcomponent",{"_index":496,"name":{},"parent":{"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{}}}],["account/create",{"_index":493,"name":{"566":{}},"parent":{"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{}}}],["accountaddress",{"_index":434,"name":{"493":{}},"parent":{}}],["accountdetails",{"_index":94,"name":{"87":{},"897":{}},"parent":{}}],["accountdetailscomponent",{"_index":418,"name":{"477":{}},"parent":{}}],["accountindex",{"_index":1,"name":{"1":{},"876":{}},"parent":{}}],["accountinfoform",{"_index":432,"name":{"491":{}},"parent":{}}],["accountinfoformstub",{"_index":450,"name":{"515":{}},"parent":{}}],["accounts",{"_index":344,"name":{"399":{},"495":{},"549":{}},"parent":{}}],["accountscomponent",{"_index":479,"name":{"546":{}},"parent":{}}],["accountsearchcomponent",{"_index":458,"name":{"523":{}},"parent":{}}],["accountslist",{"_index":345,"name":{"400":{}},"parent":{}}],["accountsmodule",{"_index":490,"name":{"564":{}},"parent":{}}],["accountsroutingmodule",{"_index":476,"name":{"543":{}},"parent":{}}],["accountssubject",{"_index":346,"name":{"401":{}},"parent":{}}],["accountstatus",{"_index":435,"name":{"494":{}},"parent":{}}],["accountstype",{"_index":436,"name":{"496":{},"553":{}},"parent":{}}],["accounttypes",{"_index":441,"name":{"503":{},"554":{},"574":{}},"parent":{}}],["action",{"_index":136,"name":{"130":{},"131":{},"587":{},"902":{}},"parent":{}}],["actions",{"_index":347,"name":{"402":{},"588":{},"871":{}},"parent":{}}],["actionslist",{"_index":348,"name":{"403":{}},"parent":{}}],["actionssubject",{"_index":349,"name":{"404":{}},"parent":{}}],["activatedroutestub",{"_index":679,"name":{"838":{},"930":{}},"parent":{}}],["add0x",{"_index":626,"name":{"759":{}},"parent":{}}],["addaccount",{"_index":371,"name":{"427":{}},"parent":{}}],["address",{"_index":164,"name":{"164":{},"202":{}},"parent":{}}],["addressof",{"_index":16,"name":{"17":{}},"parent":{}}],["addresssearchform",{"_index":466,"name":{"531":{}},"parent":{}}],["addresssearchformstub",{"_index":471,"name":{"538":{}},"parent":{}}],["addresssearchloading",{"_index":468,"name":{"533":{}},"parent":{}}],["addresssearchsubmitted",{"_index":467,"name":{"532":{}},"parent":{}}],["addtoaccountregistry",{"_index":7,"name":{"6":{}},"parent":{}}],["addtoken",{"_index":317,"name":{"367":{}},"parent":{}}],["addtransaction",{"_index":336,"name":{"388":{}},"parent":{}}],["addtrusteduser",{"_index":265,"name":{"309":{}},"parent":{}}],["admincomponent",{"_index":503,"name":{"583":{}},"parent":{}}],["adminmodule",{"_index":509,"name":{"599":{}},"parent":{}}],["adminroutingmodule",{"_index":500,"name":{"580":{}},"parent":{}}],["age",{"_index":95,"name":{"88":{}},"parent":{}}],["algo",{"_index":129,"name":{"123":{},"263":{},"280":{}},"parent":{}}],["app/_eth",{"_index":11,"name":{"10":{}},"parent":{"876":{},"877":{}}}],["app/_eth/accountindex",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["app/_eth/accountindex.accountindex",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{}}}],["app/_eth/token",{"_index":12,"name":{"11":{}},"parent":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{}}}],["app/_guards",{"_index":23,"name":{"24":{}},"parent":{"878":{},"879":{}}}],["app/_guards/auth.guard",{"_index":19,"name":{"20":{}},"parent":{"21":{}}}],["app/_guards/auth.guard.authguard",{"_index":21,"name":{},"parent":{"22":{},"23":{}}}],["app/_guards/role.guard",{"_index":24,"name":{"25":{}},"parent":{"26":{}}}],["app/_guards/role.guard.roleguard",{"_index":26,"name":{},"parent":{"27":{},"28":{}}}],["app/_helpers",{"_index":64,"name":{"58":{}},"parent":{"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{}}}],["app/_helpers/array",{"_index":27,"name":{"29":{}},"parent":{"30":{}}}],["app/_helpers/clipboard",{"_index":30,"name":{"31":{}},"parent":{"32":{}}}],["app/_helpers/custom",{"_index":33,"name":{"33":{}},"parent":{"34":{},"35":{},"36":{}}}],["app/_helpers/custom.validator",{"_index":40,"name":{"37":{}},"parent":{"38":{}}}],["app/_helpers/custom.validator.customvalidator",{"_index":43,"name":{},"parent":{"39":{},"40":{},"41":{}}}],["app/_helpers/export",{"_index":45,"name":{"42":{}},"parent":{"43":{}}}],["app/_helpers/global",{"_index":48,"name":{"44":{}},"parent":{"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{}}}],["app/_helpers/http",{"_index":61,"name":{"56":{}},"parent":{"57":{}}}],["app/_helpers/mock",{"_index":65,"name":{"59":{}},"parent":{"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{}}}],["app/_helpers/read",{"_index":76,"name":{"68":{}},"parent":{"69":{}}}],["app/_helpers/schema",{"_index":78,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["app/_interceptors",{"_index":89,"name":{"81":{}},"parent":{"894":{},"895":{},"896":{}}}],["app/_interceptors/error.interceptor",{"_index":82,"name":{"73":{}},"parent":{"74":{}}}],["app/_interceptors/error.interceptor.errorinterceptor",{"_index":84,"name":{},"parent":{"75":{},"76":{}}}],["app/_interceptors/http",{"_index":85,"name":{"77":{}},"parent":{"78":{},"79":{},"80":{}}}],["app/_interceptors/logging.interceptor",{"_index":90,"name":{"82":{}},"parent":{"83":{}}}],["app/_interceptors/logging.interceptor.logginginterceptor",{"_index":92,"name":{},"parent":{"84":{},"85":{}}}],["app/_models",{"_index":134,"name":{"128":{}},"parent":{"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{}}}],["app/_models/account",{"_index":93,"name":{"86":{}},"parent":{"87":{},"115":{},"119":{},"122":{},"127":{}}}],["app/_models/account.accountdetails",{"_index":96,"name":{},"parent":{"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"101":{},"102":{},"106":{},"107":{},"108":{},"109":{}}}],["app/_models/account.accountdetails.__type",{"_index":103,"name":{},"parent":{"95":{},"96":{},"99":{},"100":{},"103":{},"104":{},"105":{},"110":{},"111":{},"112":{},"113":{},"114":{}}}],["app/_models/account.accountdetails.__type.__type",{"_index":105,"name":{},"parent":{"97":{},"98":{}}}],["app/_models/account.meta",{"_index":123,"name":{},"parent":{"116":{},"117":{},"118":{}}}],["app/_models/account.metaresponse",{"_index":127,"name":{},"parent":{"120":{},"121":{}}}],["app/_models/account.signature",{"_index":130,"name":{},"parent":{"123":{},"124":{},"125":{},"126":{}}}],["app/_models/mappings",{"_index":135,"name":{"129":{}},"parent":{"130":{},"136":{},"139":{},"142":{}}}],["app/_models/mappings.action",{"_index":137,"name":{},"parent":{"131":{},"132":{},"133":{},"134":{},"135":{}}}],["app/_models/mappings.areaname",{"_index":143,"name":{},"parent":{"137":{},"138":{}}}],["app/_models/mappings.areatype",{"_index":146,"name":{},"parent":{"140":{},"141":{}}}],["app/_models/mappings.category",{"_index":147,"name":{},"parent":{"143":{},"144":{}}}],["app/_models/settings",{"_index":148,"name":{"145":{}},"parent":{"146":{},"152":{}}}],["app/_models/settings.settings",{"_index":150,"name":{},"parent":{"147":{},"148":{},"149":{},"150":{},"151":{}}}],["app/_models/settings.w3",{"_index":154,"name":{},"parent":{"153":{},"154":{}}}],["app/_models/staff",{"_index":156,"name":{"155":{}},"parent":{"156":{}}}],["app/_models/staff.staff",{"_index":159,"name":{},"parent":{"157":{},"158":{},"159":{},"160":{},"161":{}}}],["app/_models/token",{"_index":162,"name":{"162":{}},"parent":{"163":{}}}],["app/_models/token.token",{"_index":165,"name":{},"parent":{"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"175":{},"176":{}}}],["app/_models/token.token.__type",{"_index":171,"name":{},"parent":{"171":{},"172":{}}}],["app/_models/token.token.__type.__type",{"_index":173,"name":{},"parent":{"173":{},"174":{}}}],["app/_models/transaction",{"_index":176,"name":{"177":{}},"parent":{"178":{},"186":{},"195":{},"201":{}}}],["app/_models/transaction.conversion",{"_index":179,"name":{},"parent":{"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{}}}],["app/_models/transaction.transaction",{"_index":187,"name":{},"parent":{"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{}}}],["app/_models/transaction.tx",{"_index":193,"name":{},"parent":{"196":{},"197":{},"198":{},"199":{},"200":{}}}],["app/_models/transaction.txtoken",{"_index":199,"name":{},"parent":{"202":{},"203":{},"204":{}}}],["app/_pgp",{"_index":200,"name":{"205":{}},"parent":{"914":{},"915":{},"916":{},"917":{},"918":{},"919":{}}}],["app/_pgp/pgp",{"_index":201,"name":{"206":{},"260":{}},"parent":{"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{}}}],["app/_services",{"_index":286,"name":{"331":{}},"parent":{"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{}}}],["app/_services/auth.service",{"_index":248,"name":{"291":{}},"parent":{"292":{}}}],["app/_services/auth.service.authservice",{"_index":250,"name":{},"parent":{"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{}}}],["app/_services/block",{"_index":268,"name":{"314":{}},"parent":{"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{}}}],["app/_services/error",{"_index":279,"name":{"325":{}},"parent":{"326":{},"327":{},"328":{},"329":{},"330":{}}}],["app/_services/location.service",{"_index":287,"name":{"332":{}},"parent":{"333":{}}}],["app/_services/location.service.locationservice",{"_index":289,"name":{},"parent":{"334":{},"335":{},"336":{},"337":{},"338":{}}}],["app/_services/logging.service",{"_index":294,"name":{"339":{}},"parent":{"340":{}}}],["app/_services/logging.service.loggingservice",{"_index":295,"name":{},"parent":{"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{}}}],["app/_services/registry.service",{"_index":305,"name":{"351":{}},"parent":{"352":{}}}],["app/_services/registry.service.registryservice",{"_index":308,"name":{},"parent":{"353":{},"354":{},"355":{},"356":{}}}],["app/_services/token.service",{"_index":310,"name":{"357":{}},"parent":{"358":{}}}],["app/_services/token.service.tokenservice",{"_index":312,"name":{},"parent":{"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{}}}],["app/_services/transaction.service",{"_index":324,"name":{"374":{}},"parent":{"375":{}}}],["app/_services/transaction.service.transactionservice",{"_index":326,"name":{},"parent":{"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{}}}],["app/_services/user.service",{"_index":340,"name":{"392":{}},"parent":{"393":{}}}],["app/_services/user.service.userservice",{"_index":342,"name":{},"parent":{"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{}}}],["app/_services/web3.service",{"_index":372,"name":{"428":{}},"parent":{"429":{}}}],["app/_services/web3.service.web3service",{"_index":374,"name":{},"parent":{"430":{},"431":{},"432":{}}}],["app/app",{"_index":376,"name":{"433":{}},"parent":{"434":{},"435":{}}}],["app/app.component",{"_index":380,"name":{"436":{}},"parent":{"437":{}}}],["app/app.component.appcomponent",{"_index":382,"name":{},"parent":{"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{}}}],["app/app.module",{"_index":389,"name":{"447":{}},"parent":{"448":{}}}],["app/app.module.appmodule",{"_index":391,"name":{},"parent":{"449":{}}}],["app/auth/_directives",{"_index":392,"name":{"450":{}},"parent":{}}],["app/auth/_directives/password",{"_index":393,"name":{"451":{}},"parent":{"452":{},"453":{},"454":{},"455":{},"456":{}}}],["app/auth/auth",{"_index":399,"name":{"457":{}},"parent":{"458":{},"459":{}}}],["app/auth/auth.component",{"_index":402,"name":{"460":{}},"parent":{"461":{}}}],["app/auth/auth.component.authcomponent",{"_index":404,"name":{},"parent":{"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{}}}],["app/auth/auth.module",{"_index":412,"name":{"473":{}},"parent":{"474":{}}}],["app/auth/auth.module.authmodule",{"_index":414,"name":{},"parent":{"475":{}}}],["app/pages/accounts/account",{"_index":415,"name":{"476":{},"522":{}},"parent":{"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{}}}],["app/pages/accounts/accounts",{"_index":475,"name":{"542":{}},"parent":{"543":{},"544":{}}}],["app/pages/accounts/accounts.component",{"_index":478,"name":{"545":{}},"parent":{"546":{}}}],["app/pages/accounts/accounts.component.accountscomponent",{"_index":480,"name":{},"parent":{"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{}}}],["app/pages/accounts/accounts.module",{"_index":489,"name":{"563":{}},"parent":{"564":{}}}],["app/pages/accounts/accounts.module.accountsmodule",{"_index":491,"name":{},"parent":{"565":{}}}],["app/pages/accounts/create",{"_index":492,"name":{"566":{}},"parent":{"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{}}}],["app/pages/admin/admin",{"_index":499,"name":{"579":{}},"parent":{"580":{},"581":{}}}],["app/pages/admin/admin.component",{"_index":502,"name":{"582":{}},"parent":{"583":{}}}],["app/pages/admin/admin.component.admincomponent",{"_index":504,"name":{},"parent":{"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{}}}],["app/pages/admin/admin.module",{"_index":508,"name":{"598":{}},"parent":{"599":{}}}],["app/pages/admin/admin.module.adminmodule",{"_index":510,"name":{},"parent":{"600":{}}}],["app/pages/pages",{"_index":511,"name":{"601":{}},"parent":{"602":{},"603":{}}}],["app/pages/pages.component",{"_index":514,"name":{"604":{}},"parent":{"605":{}}}],["app/pages/pages.component.pagescomponent",{"_index":516,"name":{},"parent":{"606":{},"607":{}}}],["app/pages/pages.module",{"_index":518,"name":{"608":{}},"parent":{"609":{}}}],["app/pages/pages.module.pagesmodule",{"_index":520,"name":{},"parent":{"610":{}}}],["app/pages/settings/organization/organization.component",{"_index":521,"name":{"611":{}},"parent":{"612":{}}}],["app/pages/settings/organization/organization.component.organizationcomponent",{"_index":523,"name":{},"parent":{"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{}}}],["app/pages/settings/settings",{"_index":526,"name":{"620":{}},"parent":{"621":{},"622":{}}}],["app/pages/settings/settings.component",{"_index":529,"name":{"623":{}},"parent":{"624":{}}}],["app/pages/settings/settings.component.settingscomponent",{"_index":531,"name":{},"parent":{"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{}}}],["app/pages/settings/settings.module",{"_index":533,"name":{"637":{}},"parent":{"638":{}}}],["app/pages/settings/settings.module.settingsmodule",{"_index":535,"name":{},"parent":{"639":{}}}],["app/pages/tokens/token",{"_index":536,"name":{"640":{}},"parent":{"641":{},"642":{},"643":{},"644":{},"645":{},"646":{}}}],["app/pages/tokens/tokens",{"_index":542,"name":{"647":{}},"parent":{"648":{},"649":{}}}],["app/pages/tokens/tokens.component",{"_index":545,"name":{"650":{}},"parent":{"651":{}}}],["app/pages/tokens/tokens.component.tokenscomponent",{"_index":547,"name":{},"parent":{"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{}}}],["app/pages/tokens/tokens.module",{"_index":550,"name":{"663":{}},"parent":{"664":{}}}],["app/pages/tokens/tokens.module.tokensmodule",{"_index":552,"name":{},"parent":{"665":{}}}],["app/pages/transactions/transaction",{"_index":553,"name":{"666":{}},"parent":{"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{}}}],["app/pages/transactions/transactions",{"_index":565,"name":{"683":{}},"parent":{"684":{},"685":{}}}],["app/pages/transactions/transactions.component",{"_index":568,"name":{"686":{}},"parent":{"687":{}}}],["app/pages/transactions/transactions.component.transactionscomponent",{"_index":570,"name":{},"parent":{"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{}}}],["app/pages/transactions/transactions.module",{"_index":574,"name":{"706":{}},"parent":{"707":{}}}],["app/pages/transactions/transactions.module.transactionsmodule",{"_index":576,"name":{},"parent":{"708":{}}}],["app/shared/_directives/menu",{"_index":577,"name":{"709":{},"713":{}},"parent":{"710":{},"711":{},"712":{},"714":{},"715":{},"716":{}}}],["app/shared/_pipes/safe.pipe",{"_index":585,"name":{"717":{}},"parent":{"718":{}}}],["app/shared/_pipes/safe.pipe.safepipe",{"_index":587,"name":{},"parent":{"719":{},"720":{}}}],["app/shared/_pipes/token",{"_index":589,"name":{"721":{}},"parent":{"722":{},"723":{},"724":{}}}],["app/shared/_pipes/unix",{"_index":593,"name":{"725":{}},"parent":{"726":{},"727":{},"728":{}}}],["app/shared/error",{"_index":597,"name":{"729":{}},"parent":{"730":{},"731":{},"732":{}}}],["app/shared/footer/footer.component",{"_index":602,"name":{"733":{}},"parent":{"734":{}}}],["app/shared/footer/footer.component.footercomponent",{"_index":604,"name":{},"parent":{"735":{},"736":{},"737":{}}}],["app/shared/network",{"_index":606,"name":{"738":{}},"parent":{"739":{},"740":{},"741":{},"742":{},"743":{}}}],["app/shared/shared.module",{"_index":613,"name":{"744":{}},"parent":{"745":{}}}],["app/shared/shared.module.sharedmodule",{"_index":615,"name":{},"parent":{"746":{}}}],["app/shared/sidebar/sidebar.component",{"_index":616,"name":{"747":{}},"parent":{"748":{}}}],["app/shared/sidebar/sidebar.component.sidebarcomponent",{"_index":618,"name":{},"parent":{"749":{},"750":{}}}],["app/shared/topbar/topbar.component",{"_index":619,"name":{"751":{}},"parent":{"752":{}}}],["app/shared/topbar/topbar.component.topbarcomponent",{"_index":621,"name":{},"parent":{"753":{},"754":{}}}],["appcomponent",{"_index":381,"name":{"437":{}},"parent":{}}],["appmodule",{"_index":390,"name":{"448":{}},"parent":{}}],["approutingmodule",{"_index":378,"name":{"434":{}},"parent":{}}],["approval",{"_index":138,"name":{"132":{}},"parent":{}}],["approvalstatus",{"_index":505,"name":{"593":{}},"parent":{}}],["approveaction",{"_index":357,"name":{"413":{},"594":{},"875":{}},"parent":{}}],["area",{"_index":110,"name":{"103":{},"140":{}},"parent":{}}],["area_name",{"_index":111,"name":{"104":{}},"parent":{}}],["area_type",{"_index":112,"name":{"105":{}},"parent":{}}],["areaname",{"_index":141,"name":{"136":{},"903":{}},"parent":{}}],["areanames",{"_index":438,"name":{"498":{},"573":{}},"parent":{}}],["areatype",{"_index":145,"name":{"139":{},"904":{}},"parent":{}}],["areatypes",{"_index":439,"name":{"499":{}},"parent":{}}],["arraysum",{"_index":29,"name":{"30":{},"880":{}},"parent":{}}],["assets/js/ethtx/dist",{"_index":627,"name":{"760":{}},"parent":{"929":{}}}],["assets/js/ethtx/dist/hex",{"_index":622,"name":{"755":{}},"parent":{"756":{},"757":{},"758":{},"759":{}}}],["assets/js/ethtx/dist/tx",{"_index":628,"name":{"761":{}},"parent":{"762":{},"786":{},"787":{},"788":{}}}],["assets/js/ethtx/dist/tx.tx",{"_index":629,"name":{},"parent":{"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{}}}],["authcomponent",{"_index":403,"name":{"461":{}},"parent":{}}],["authguard",{"_index":20,"name":{"21":{},"878":{}},"parent":{}}],["authmodule",{"_index":413,"name":{"474":{}},"parent":{}}],["authroutingmodule",{"_index":400,"name":{"458":{}},"parent":{}}],["authservice",{"_index":249,"name":{"292":{},"920":{}},"parent":{}}],["backend",{"_index":66,"name":{"59":{}},"parent":{"60":{},"63":{}}}],["backend.mockbackendinterceptor",{"_index":68,"name":{},"parent":{"61":{},"62":{}}}],["backend.mockbackendprovider",{"_index":71,"name":{},"parent":{"64":{}}}],["backend.mockbackendprovider.__type",{"_index":73,"name":{},"parent":{"65":{},"66":{},"67":{}}}],["balance",{"_index":97,"name":{"89":{},"174":{}},"parent":{}}],["block",{"_index":192,"name":{"196":{}},"parent":{}}],["blocksync",{"_index":274,"name":{"320":{}},"parent":{}}],["blocksyncservice",{"_index":270,"name":{"315":{},"924":{}},"parent":{}}],["bloxberg:8996",{"_index":104,"name":{"97":{}},"parent":{}}],["bloxbergchainid",{"_index":656,"name":{"793":{},"808":{},"823":{}},"parent":{}}],["bloxberglink",{"_index":444,"name":{"508":{}},"parent":{}}],["canactivate",{"_index":22,"name":{"23":{},"28":{}},"parent":{}}],["candebug",{"_index":297,"name":{"343":{}},"parent":{}}],["canonicalorder",{"_index":644,"name":{"781":{}},"parent":{}}],["categories",{"_index":437,"name":{"497":{},"572":{}},"parent":{}}],["category",{"_index":98,"name":{"90":{},"142":{},"905":{}},"parent":{}}],["chainid",{"_index":636,"name":{"773":{}},"parent":{}}],["changeaccountinfo",{"_index":353,"name":{"409":{}},"parent":{}}],["ciccacheurl",{"_index":662,"name":{"799":{},"814":{},"829":{}},"parent":{}}],["cicconvert",{"_index":388,"name":{"446":{}},"parent":{}}],["cicmetaurl",{"_index":660,"name":{"797":{},"812":{},"827":{}},"parent":{}}],["cictransfer",{"_index":387,"name":{"445":{}},"parent":{}}],["cicussdurl",{"_index":664,"name":{"801":{},"816":{},"831":{}},"parent":{}}],["clearkeysinkeyring",{"_index":205,"name":{"208":{},"235":{}},"parent":{}}],["clearsignature",{"_index":648,"name":{"785":{}},"parent":{}}],["close",{"_index":541,"name":{"646":{},"682":{}},"parent":{}}],["closewindow",{"_index":540,"name":{"644":{},"670":{}},"parent":{}}],["columnstodisplay",{"_index":548,"name":{"654":{}},"parent":{}}],["comment",{"_index":158,"name":{"157":{}},"parent":{}}],["config.interceptor",{"_index":86,"name":{"77":{}},"parent":{"78":{}}}],["config.interceptor.httpconfiginterceptor",{"_index":88,"name":{},"parent":{"79":{},"80":{}}}],["constructor",{"_index":2,"name":{"2":{},"13":{},"22":{},"27":{},"35":{},"41":{},"48":{},"51":{},"61":{},"75":{},"79":{},"84":{},"147":{},"234":{},"262":{},"293":{},"316":{},"327":{},"334":{},"341":{},"356":{},"359":{},"376":{},"394":{},"432":{},"435":{},"438":{},"449":{},"453":{},"459":{},"462":{},"475":{},"478":{},"524":{},"544":{},"547":{},"565":{},"568":{},"581":{},"584":{},"600":{},"603":{},"606":{},"610":{},"613":{},"622":{},"625":{},"639":{},"642":{},"649":{},"652":{},"665":{},"668":{},"685":{},"688":{},"708":{},"711":{},"715":{},"719":{},"723":{},"727":{},"731":{},"735":{},"740":{},"746":{},"749":{},"753":{},"763":{},"839":{},"846":{},"852":{},"854":{},"856":{},"859":{},"863":{},"869":{}},"parent":{}}],["contract",{"_index":4,"name":{"3":{},"14":{}},"parent":{}}],["contractaddress",{"_index":5,"name":{"4":{},"15":{}},"parent":{}}],["conversion",{"_index":177,"name":{"178":{},"910":{}},"parent":{}}],["copy",{"_index":31,"name":{"31":{}},"parent":{"32":{}}}],["copyaddress",{"_index":455,"name":{"521":{},"681":{}},"parent":{}}],["copytoclipboard",{"_index":32,"name":{"32":{},"881":{}},"parent":{}}],["createaccountcomponent",{"_index":495,"name":{"567":{}},"parent":{}}],["createform",{"_index":497,"name":{"569":{}},"parent":{}}],["createformstub",{"_index":498,"name":{"577":{}},"parent":{}}],["csv",{"_index":46,"name":{"42":{},"68":{}},"parent":{"43":{},"69":{}}}],["currentyear",{"_index":605,"name":{"736":{}},"parent":{}}],["customerrorstatematcher",{"_index":37,"name":{"34":{},"883":{}},"parent":{}}],["customvalidator",{"_index":41,"name":{"38":{},"882":{}},"parent":{}}],["data",{"_index":122,"name":{"116":{},"124":{},"281":{},"732":{},"769":{}},"parent":{}}],["datasource",{"_index":481,"name":{"548":{},"585":{},"627":{},"653":{}},"parent":{}}],["date",{"_index":532,"name":{"626":{}},"parent":{}}],["date.pipe",{"_index":594,"name":{"725":{}},"parent":{"726":{}}}],["date.pipe.unixdatepipe",{"_index":596,"name":{},"parent":{"727":{},"728":{}}}],["date_registered",{"_index":99,"name":{"91":{}},"parent":{}}],["decimals",{"_index":166,"name":{"165":{}},"parent":{}}],["defaultaccount",{"_index":133,"name":{"127":{},"901":{}},"parent":{}}],["defaultpagesize",{"_index":483,"name":{"551":{},"691":{}},"parent":{}}],["destinationtoken",{"_index":178,"name":{"179":{}},"parent":{}}],["details.component",{"_index":417,"name":{"476":{},"640":{},"666":{}},"parent":{"477":{},"641":{},"667":{}}}],["details.component.accountdetailscomponent",{"_index":419,"name":{},"parent":{"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{}}}],["details.component.tokendetailscomponent",{"_index":539,"name":{},"parent":{"642":{},"643":{},"644":{},"645":{},"646":{}}}],["details.component.transactiondetailscomponent",{"_index":556,"name":{},"parent":{"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{}}}],["details/account",{"_index":416,"name":{"476":{}},"parent":{"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{}}}],["details/token",{"_index":537,"name":{"640":{}},"parent":{"641":{},"642":{},"643":{},"644":{},"645":{},"646":{}}}],["details/transaction",{"_index":554,"name":{"666":{}},"parent":{"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{}}}],["dgst",{"_index":236,"name":{"264":{}},"parent":{}}],["dialog",{"_index":284,"name":{"329":{}},"parent":{}}],["dialog.component",{"_index":599,"name":{"729":{}},"parent":{"730":{}}}],["dialog.component.errordialogcomponent",{"_index":601,"name":{},"parent":{"731":{},"732":{}}}],["dialog.service",{"_index":280,"name":{"325":{}},"parent":{"326":{}}}],["dialog.service.errordialogservice",{"_index":282,"name":{},"parent":{"327":{},"328":{},"329":{},"330":{}}}],["dialog/error",{"_index":598,"name":{"729":{}},"parent":{"730":{},"731":{},"732":{}}}],["digest",{"_index":131,"name":{"125":{},"278":{},"282":{}},"parent":{}}],["directive",{"_index":687,"name":{"844":{}},"parent":{"845":{},"846":{},"847":{},"848":{},"849":{}}}],["disapproveaction",{"_index":506,"name":{"595":{}},"parent":{}}],["displayedcolumns",{"_index":482,"name":{"550":{},"586":{},"628":{}},"parent":{}}],["dofilter",{"_index":487,"name":{"558":{},"592":{},"634":{},"660":{},"702":{}},"parent":{}}],["dotransactionfilter",{"_index":446,"name":{"511":{}},"parent":{}}],["douserfilter",{"_index":447,"name":{"512":{}},"parent":{}}],["downloadcsv",{"_index":454,"name":{"520":{},"562":{},"597":{},"635":{},"662":{},"705":{}},"parent":{}}],["email",{"_index":116,"name":{"110":{},"158":{}},"parent":{}}],["engine",{"_index":132,"name":{"126":{},"153":{},"265":{},"283":{}},"parent":{}}],["entry",{"_index":17,"name":{"18":{}},"parent":{}}],["env",{"_index":296,"name":{"342":{}},"parent":{}}],["environment",{"_index":652,"name":{"790":{},"805":{},"820":{}},"parent":{}}],["environments/environment",{"_index":670,"name":{"819":{}},"parent":{"820":{}}}],["environments/environment.dev",{"_index":651,"name":{"789":{}},"parent":{"790":{}}}],["environments/environment.dev.environment",{"_index":653,"name":{},"parent":{"791":{}}}],["environments/environment.dev.environment.__type",{"_index":655,"name":{},"parent":{"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{}}}],["environments/environment.environment",{"_index":671,"name":{},"parent":{"821":{}}}],["environments/environment.environment.__type",{"_index":672,"name":{},"parent":{"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{}}}],["environments/environment.prod",{"_index":667,"name":{"804":{}},"parent":{"805":{}}}],["environments/environment.prod.environment",{"_index":668,"name":{},"parent":{"806":{}}}],["environments/environment.prod.environment.__type",{"_index":669,"name":{},"parent":{"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{}}}],["error",{"_index":34,"name":{"33":{},"44":{}},"parent":{"34":{},"35":{},"36":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{}}}],["errordialogcomponent",{"_index":600,"name":{"730":{}},"parent":{}}],["errordialogservice",{"_index":281,"name":{"326":{},"927":{}},"parent":{}}],["errorinterceptor",{"_index":83,"name":{"74":{},"894":{}},"parent":{}}],["evm",{"_index":102,"name":{"95":{}},"parent":{}}],["expandcollapse",{"_index":507,"name":{"596":{}},"parent":{}}],["exportcsv",{"_index":47,"name":{"43":{},"884":{}},"parent":{}}],["fetcher",{"_index":278,"name":{"324":{}},"parent":{}}],["filegetter",{"_index":307,"name":{"353":{}},"parent":{}}],["filteraccounts",{"_index":452,"name":{"517":{},"560":{}},"parent":{}}],["filtertransactions",{"_index":453,"name":{"518":{},"703":{}},"parent":{}}],["fingerprint",{"_index":241,"name":{"273":{},"285":{}},"parent":{}}],["fn",{"_index":117,"name":{"111":{}},"parent":{}}],["footercomponent",{"_index":603,"name":{"734":{}},"parent":{}}],["footerstubcomponent",{"_index":699,"name":{"855":{},"934":{}},"parent":{}}],["from",{"_index":186,"name":{"187":{}},"parent":{}}],["fromhex",{"_index":623,"name":{"756":{}},"parent":{}}],["fromvalue",{"_index":180,"name":{"180":{}},"parent":{}}],["gaslimit",{"_index":632,"name":{"766":{}},"parent":{}}],["gasprice",{"_index":631,"name":{"765":{}},"parent":{}}],["gender",{"_index":100,"name":{"92":{}},"parent":{}}],["genders",{"_index":443,"name":{"505":{},"575":{}},"parent":{}}],["getaccountbyaddress",{"_index":362,"name":{"418":{}},"parent":{}}],["getaccountbyphone",{"_index":363,"name":{"419":{}},"parent":{}}],["getaccountdetailsfrommeta",{"_index":359,"name":{"415":{}},"parent":{}}],["getaccountinfo",{"_index":338,"name":{"390":{}},"parent":{}}],["getaccountstatus",{"_index":351,"name":{"407":{}},"parent":{}}],["getaccounttypes",{"_index":368,"name":{"424":{}},"parent":{}}],["getactionbyid",{"_index":356,"name":{"412":{},"874":{}},"parent":{}}],["getactions",{"_index":355,"name":{"411":{}},"parent":{}}],["getaddresstransactions",{"_index":333,"name":{"385":{}},"parent":{}}],["getalltransactions",{"_index":332,"name":{"384":{},"866":{}},"parent":{}}],["getareanamebylocation",{"_index":291,"name":{"336":{}},"parent":{}}],["getareanames",{"_index":290,"name":{"335":{}},"parent":{}}],["getareatypebyarea",{"_index":293,"name":{"338":{}},"parent":{}}],["getareatypes",{"_index":292,"name":{"337":{}},"parent":{}}],["getbysymbol",{"_index":705,"name":{"860":{}},"parent":{}}],["getcategories",{"_index":366,"name":{"422":{}},"parent":{}}],["getcategorybyproduct",{"_index":367,"name":{"423":{}},"parent":{}}],["getchallenge",{"_index":260,"name":{"304":{}},"parent":{}}],["getencryptkeys",{"_index":207,"name":{"209":{},"236":{}},"parent":{}}],["getfingerprint",{"_index":208,"name":{"210":{},"237":{}},"parent":{}}],["getgenders",{"_index":370,"name":{"426":{}},"parent":{}}],["getinstance",{"_index":375,"name":{"431":{}},"parent":{}}],["getkeyid",{"_index":209,"name":{"211":{},"238":{}},"parent":{}}],["getkeysforid",{"_index":210,"name":{"212":{},"239":{}},"parent":{}}],["getlockedaccounts",{"_index":352,"name":{"408":{}},"parent":{}}],["getprivatekey",{"_index":211,"name":{"213":{},"240":{},"312":{}},"parent":{}}],["getprivatekeyforid",{"_index":212,"name":{"214":{},"241":{}},"parent":{}}],["getprivatekeyid",{"_index":213,"name":{"215":{},"242":{}},"parent":{}}],["getprivatekeyinfo",{"_index":267,"name":{"313":{}},"parent":{}}],["getprivatekeys",{"_index":214,"name":{"216":{},"243":{}},"parent":{}}],["getpublickeyforid",{"_index":215,"name":{"217":{},"244":{}},"parent":{}}],["getpublickeyforsubkeyid",{"_index":216,"name":{"218":{},"245":{}},"parent":{}}],["getpublickeys",{"_index":217,"name":{"219":{},"246":{},"311":{}},"parent":{}}],["getpublickeysforaddress",{"_index":218,"name":{"220":{},"247":{}},"parent":{}}],["getregistry",{"_index":309,"name":{"355":{}},"parent":{}}],["getsessiontoken",{"_index":255,"name":{"299":{}},"parent":{}}],["getter",{"_index":62,"name":{"56":{}},"parent":{"57":{}}}],["gettokenbalance",{"_index":321,"name":{"371":{}},"parent":{}}],["gettokenbyaddress",{"_index":319,"name":{"369":{}},"parent":{}}],["gettokenbysymbol",{"_index":320,"name":{"370":{}},"parent":{}}],["gettokenname",{"_index":322,"name":{"372":{}},"parent":{}}],["gettokens",{"_index":318,"name":{"368":{}},"parent":{}}],["gettokensymbol",{"_index":323,"name":{"373":{}},"parent":{}}],["gettransactiontypes",{"_index":369,"name":{"425":{}},"parent":{}}],["gettrustedactivekeys",{"_index":219,"name":{"221":{},"248":{}},"parent":{}}],["gettrustedkeys",{"_index":220,"name":{"222":{},"249":{}},"parent":{}}],["gettrustedusers",{"_index":266,"name":{"310":{}},"parent":{}}],["getuser",{"_index":714,"name":{"873":{}},"parent":{}}],["getuserbyid",{"_index":713,"name":{"872":{}},"parent":{}}],["getwithtoken",{"_index":258,"name":{"302":{}},"parent":{}}],["globalerrorhandler",{"_index":55,"name":{"50":{},"887":{}},"parent":{}}],["handleerror",{"_index":58,"name":{"53":{}},"parent":{}}],["handlenetworkchange",{"_index":612,"name":{"743":{}},"parent":{}}],["handler",{"_index":49,"name":{"44":{}},"parent":{"45":{},"46":{},"50":{}}}],["handler.globalerrorhandler",{"_index":56,"name":{},"parent":{"51":{},"52":{},"53":{},"54":{},"55":{}}}],["handler.httperror",{"_index":53,"name":{},"parent":{"47":{},"48":{},"49":{}}}],["haveaccount",{"_index":8,"name":{"7":{}},"parent":{}}],["headers",{"_index":343,"name":{"395":{}},"parent":{}}],["hextovalue",{"_index":650,"name":{"787":{}},"parent":{}}],["httpconfiginterceptor",{"_index":87,"name":{"78":{},"895":{}},"parent":{}}],["httperror",{"_index":51,"name":{"46":{},"886":{}},"parent":{}}],["httpgetter",{"_index":63,"name":{"57":{},"888":{}},"parent":{}}],["iconid",{"_index":397,"name":{"455":{}},"parent":{}}],["id",{"_index":124,"name":{"117":{},"120":{},"133":{},"454":{}},"parent":{}}],["identities",{"_index":101,"name":{"93":{}},"parent":{}}],["importkeypair",{"_index":221,"name":{"223":{},"250":{}},"parent":{}}],["importprivatekey",{"_index":222,"name":{"224":{},"251":{}},"parent":{}}],["importpublickey",{"_index":223,"name":{"225":{},"252":{}},"parent":{}}],["init",{"_index":254,"name":{"298":{},"319":{},"366":{},"383":{},"405":{}},"parent":{}}],["intercept",{"_index":69,"name":{"62":{},"76":{},"80":{},"85":{}},"parent":{}}],["isdialogopen",{"_index":283,"name":{"328":{}},"parent":{}}],["isencryptedprivatekey",{"_index":224,"name":{"226":{},"253":{}},"parent":{}}],["iserrorstate",{"_index":39,"name":{"36":{}},"parent":{}}],["isvalidkey",{"_index":225,"name":{"227":{},"254":{}},"parent":{}}],["iswarning",{"_index":59,"name":{"54":{}},"parent":{}}],["key",{"_index":202,"name":{"206":{}},"parent":{"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{}}}],["keyform",{"_index":405,"name":{"463":{}},"parent":{}}],["keyformstub",{"_index":408,"name":{"468":{}},"parent":{}}],["keystore",{"_index":237,"name":{"266":{},"396":{}},"parent":{}}],["last",{"_index":9,"name":{"8":{}},"parent":{}}],["latitude",{"_index":107,"name":{"99":{}},"parent":{}}],["link",{"_index":686,"name":{"844":{}},"parent":{"845":{},"846":{},"847":{},"848":{},"849":{}}}],["linkparams",{"_index":690,"name":{"847":{}},"parent":{}}],["load",{"_index":316,"name":{"365":{}},"parent":{}}],["loadaccounts",{"_index":361,"name":{"417":{}},"parent":{}}],["loading",{"_index":407,"name":{"465":{}},"parent":{}}],["loadkeyring",{"_index":226,"name":{"228":{},"255":{}},"parent":{}}],["location",{"_index":109,"name":{"101":{}},"parent":{}}],["locations",{"_index":142,"name":{"137":{}},"parent":{}}],["locationservice",{"_index":288,"name":{"333":{},"925":{}},"parent":{}}],["logerror",{"_index":60,"name":{"55":{}},"parent":{}}],["logginginterceptor",{"_index":91,"name":{"83":{},"896":{}},"parent":{}}],["loggingservice",{"_index":238,"name":{"267":{},"340":{},"926":{}},"parent":{}}],["loggingurl",{"_index":659,"name":{"796":{},"811":{},"826":{}},"parent":{}}],["login",{"_index":261,"name":{"305":{},"470":{}},"parent":{}}],["loginview",{"_index":262,"name":{"306":{}},"parent":{}}],["loglevel",{"_index":657,"name":{"794":{},"809":{},"824":{}},"parent":{}}],["logout",{"_index":264,"name":{"308":{},"636":{}},"parent":{}}],["longitude",{"_index":108,"name":{"100":{}},"parent":{}}],["m",{"_index":128,"name":{"121":{}},"parent":{}}],["main",{"_index":673,"name":{"834":{}},"parent":{}}],["matcher",{"_index":36,"name":{"33":{},"466":{},"506":{},"534":{},"570":{},"616":{}},"parent":{"34":{}}}],["matcher.customerrorstatematcher",{"_index":38,"name":{},"parent":{"35":{},"36":{}}}],["mediaquery",{"_index":384,"name":{"442":{}},"parent":{}}],["menuselectiondirective",{"_index":579,"name":{"710":{}},"parent":{}}],["menutoggledirective",{"_index":582,"name":{"714":{}},"parent":{}}],["message",{"_index":646,"name":{"783":{}},"parent":{}}],["meta",{"_index":121,"name":{"115":{},"898":{}},"parent":{}}],["metaresponse",{"_index":126,"name":{"119":{},"899":{}},"parent":{}}],["mockbackendinterceptor",{"_index":67,"name":{"60":{},"889":{}},"parent":{}}],["mockbackendprovider",{"_index":70,"name":{"63":{},"890":{}},"parent":{}}],["module",{"_index":694,"name":{"850":{}},"parent":{"851":{},"852":{},"853":{},"854":{},"855":{},"856":{}}}],["multi",{"_index":75,"name":{"67":{}},"parent":{}}],["mutablekeystore",{"_index":204,"name":{"207":{},"294":{},"914":{}},"parent":{}}],["mutablepgpkeystore",{"_index":231,"name":{"233":{},"915":{}},"parent":{}}],["n",{"_index":118,"name":{"112":{}},"parent":{}}],["name",{"_index":144,"name":{"138":{},"141":{},"143":{},"159":{},"166":{},"203":{}},"parent":{}}],["namesearchform",{"_index":460,"name":{"525":{}},"parent":{}}],["namesearchformstub",{"_index":469,"name":{"536":{}},"parent":{}}],["namesearchloading",{"_index":462,"name":{"527":{}},"parent":{}}],["namesearchsubmitted",{"_index":461,"name":{"526":{}},"parent":{}}],["navigatedto",{"_index":691,"name":{"848":{}},"parent":{}}],["networkstatuscomponent",{"_index":609,"name":{"739":{}},"parent":{}}],["newevent",{"_index":276,"name":{"322":{}},"parent":{}}],["ngafterviewinit",{"_index":573,"name":{"704":{}},"parent":{}}],["ngoninit",{"_index":385,"name":{"443":{},"467":{},"510":{},"535":{},"557":{},"576":{},"591":{},"617":{},"633":{},"645":{},"659":{},"676":{},"700":{},"737":{},"742":{},"750":{},"754":{}},"parent":{}}],["nointernetconnection",{"_index":611,"name":{"741":{}},"parent":{}}],["nonce",{"_index":630,"name":{"764":{}},"parent":{}}],["oldchain:1",{"_index":106,"name":{"98":{}},"parent":{}}],["onaddresssearch",{"_index":474,"name":{"541":{}},"parent":{}}],["onclick",{"_index":692,"name":{"849":{}},"parent":{}}],["onmenuselect",{"_index":581,"name":{"712":{}},"parent":{}}],["onmenutoggle",{"_index":584,"name":{"716":{}},"parent":{}}],["onnamesearch",{"_index":472,"name":{"539":{}},"parent":{}}],["onphonesearch",{"_index":473,"name":{"540":{}},"parent":{}}],["onresize",{"_index":386,"name":{"444":{}},"parent":{}}],["onsign",{"_index":239,"name":{"268":{},"286":{}},"parent":{}}],["onsubmit",{"_index":409,"name":{"469":{},"578":{},"619":{}},"parent":{}}],["onverify",{"_index":240,"name":{"270":{},"287":{}},"parent":{}}],["opendialog",{"_index":285,"name":{"330":{}},"parent":{}}],["organizationcomponent",{"_index":522,"name":{"612":{}},"parent":{}}],["organizationform",{"_index":524,"name":{"614":{}},"parent":{}}],["organizationformstub",{"_index":525,"name":{"618":{}},"parent":{}}],["owner",{"_index":167,"name":{"167":{}},"parent":{}}],["pagescomponent",{"_index":515,"name":{"605":{}},"parent":{}}],["pagesizeoptions",{"_index":484,"name":{"552":{},"692":{}},"parent":{}}],["pagesmodule",{"_index":519,"name":{"609":{}},"parent":{}}],["pagesroutingmodule",{"_index":512,"name":{"602":{}},"parent":{}}],["paginator",{"_index":485,"name":{"555":{},"589":{},"631":{},"655":{},"698":{}},"parent":{}}],["parammap",{"_index":682,"name":{"841":{}},"parent":{}}],["passwordmatchvalidator",{"_index":42,"name":{"39":{}},"parent":{}}],["passwordtoggledirective",{"_index":395,"name":{"452":{}},"parent":{}}],["patternvalidator",{"_index":44,"name":{"40":{}},"parent":{}}],["personvalidation",{"_index":80,"name":{"71":{},"892":{}},"parent":{}}],["pgpsigner",{"_index":234,"name":{"261":{},"916":{}},"parent":{}}],["phonesearchform",{"_index":463,"name":{"528":{}},"parent":{}}],["phonesearchformstub",{"_index":470,"name":{"537":{}},"parent":{}}],["phonesearchloading",{"_index":465,"name":{"530":{}},"parent":{}}],["phonesearchsubmitted",{"_index":464,"name":{"529":{}},"parent":{}}],["polyfills",{"_index":674,"name":{"835":{}},"parent":{}}],["prepare",{"_index":242,"name":{"274":{},"288":{}},"parent":{}}],["production",{"_index":654,"name":{"792":{},"807":{},"822":{}},"parent":{}}],["products",{"_index":113,"name":{"106":{},"144":{}},"parent":{}}],["provide",{"_index":72,"name":{"65":{}},"parent":{}}],["provider",{"_index":155,"name":{"154":{}},"parent":{}}],["publickeysurl",{"_index":661,"name":{"798":{},"813":{},"828":{}},"parent":{}}],["r",{"_index":634,"name":{"771":{}},"parent":{}}],["ratio.pipe",{"_index":590,"name":{"721":{}},"parent":{"722":{}}}],["ratio.pipe.tokenratiopipe",{"_index":592,"name":{},"parent":{"723":{},"724":{}}}],["readcsv",{"_index":77,"name":{"69":{},"891":{}},"parent":{}}],["readystate",{"_index":273,"name":{"318":{},"441":{}},"parent":{}}],["readystateprocessor",{"_index":275,"name":{"321":{}},"parent":{}}],["readystatetarget",{"_index":272,"name":{"317":{},"440":{}},"parent":{}}],["recipient",{"_index":188,"name":{"188":{}},"parent":{}}],["recipientbloxberglink",{"_index":558,"name":{"672":{}},"parent":{}}],["refreshpaginator",{"_index":488,"name":{"561":{}},"parent":{}}],["registry",{"_index":13,"name":{"11":{},"148":{},"354":{},"360":{},"382":{},"398":{}},"parent":{"12":{}}}],["registry.tokenregistry",{"_index":15,"name":{},"parent":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{}}}],["registryaddress",{"_index":665,"name":{"802":{},"817":{},"832":{}},"parent":{}}],["registryservice",{"_index":306,"name":{"352":{}},"parent":{}}],["rejectbody",{"_index":50,"name":{"45":{},"885":{}},"parent":{}}],["removekeysforid",{"_index":227,"name":{"229":{},"256":{}},"parent":{}}],["removepublickey",{"_index":228,"name":{"230":{},"257":{}},"parent":{}}],["removepublickeyforid",{"_index":229,"name":{"231":{},"258":{}},"parent":{}}],["reserveratio",{"_index":168,"name":{"168":{}},"parent":{}}],["reserves",{"_index":169,"name":{"169":{}},"parent":{}}],["resetaccountslist",{"_index":364,"name":{"420":{}},"parent":{}}],["resetpin",{"_index":350,"name":{"406":{},"519":{}},"parent":{}}],["resettransactionslist",{"_index":337,"name":{"389":{}},"parent":{}}],["reversetransaction",{"_index":564,"name":{"680":{}},"parent":{}}],["revokeaction",{"_index":358,"name":{"414":{}},"parent":{}}],["role",{"_index":139,"name":{"134":{}},"parent":{}}],["roleguard",{"_index":25,"name":{"26":{},"879":{}},"parent":{}}],["route",{"_index":677,"name":{"837":{}},"parent":{"838":{},"839":{},"840":{},"841":{},"842":{}}}],["routerlinkdirectivestub",{"_index":688,"name":{"845":{},"931":{}},"parent":{}}],["routing.module",{"_index":377,"name":{"433":{},"457":{},"542":{},"579":{},"601":{},"620":{},"647":{},"683":{}},"parent":{"434":{},"458":{},"543":{},"580":{},"602":{},"621":{},"648":{},"684":{}}}],["routing.module.accountsroutingmodule",{"_index":477,"name":{},"parent":{"544":{}}}],["routing.module.adminroutingmodule",{"_index":501,"name":{},"parent":{"581":{}}}],["routing.module.approutingmodule",{"_index":379,"name":{},"parent":{"435":{}}}],["routing.module.authroutingmodule",{"_index":401,"name":{},"parent":{"459":{}}}],["routing.module.pagesroutingmodule",{"_index":513,"name":{},"parent":{"603":{}}}],["routing.module.settingsroutingmodule",{"_index":528,"name":{},"parent":{"622":{}}}],["routing.module.tokensroutingmodule",{"_index":544,"name":{},"parent":{"649":{}}}],["routing.module.transactionsroutingmodule",{"_index":567,"name":{},"parent":{"685":{}}}],["s",{"_index":635,"name":{"772":{}},"parent":{}}],["safepipe",{"_index":586,"name":{"718":{}},"parent":{}}],["saveinfo",{"_index":451,"name":{"516":{}},"parent":{}}],["scan",{"_index":277,"name":{"323":{}},"parent":{}}],["scanfilter",{"_index":151,"name":{"149":{}},"parent":{}}],["search.component",{"_index":457,"name":{"522":{}},"parent":{"523":{}}}],["search.component.accountsearchcomponent",{"_index":459,"name":{},"parent":{"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{}}}],["search/account",{"_index":456,"name":{"522":{}},"parent":{"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{}}}],["searchaccountbyname",{"_index":365,"name":{"421":{}},"parent":{}}],["selection.directive",{"_index":578,"name":{"709":{}},"parent":{"710":{}}}],["selection.directive.menuselectiondirective",{"_index":580,"name":{},"parent":{"711":{},"712":{}}}],["senddebuglevelmessage",{"_index":299,"name":{"345":{}},"parent":{}}],["sender",{"_index":189,"name":{"189":{}},"parent":{}}],["senderbloxberglink",{"_index":557,"name":{"671":{}},"parent":{}}],["senderrorlevelmessage",{"_index":303,"name":{"349":{}},"parent":{}}],["sendfatallevelmessage",{"_index":304,"name":{"350":{}},"parent":{}}],["sendinfolevelmessage",{"_index":300,"name":{"346":{}},"parent":{}}],["sendloglevelmessage",{"_index":301,"name":{"347":{}},"parent":{}}],["sendsignedchallenge",{"_index":259,"name":{"303":{}},"parent":{}}],["sendtracelevelmessage",{"_index":298,"name":{"344":{}},"parent":{}}],["sendwarnlevelmessage",{"_index":302,"name":{"348":{}},"parent":{}}],["sentencesforwarninglogging",{"_index":57,"name":{"52":{}},"parent":{}}],["serializebytes",{"_index":643,"name":{"780":{}},"parent":{}}],["serializenumber",{"_index":641,"name":{"778":{}},"parent":{}}],["serializerlp",{"_index":645,"name":{"782":{}},"parent":{}}],["serverloglevel",{"_index":658,"name":{"795":{},"810":{},"825":{}},"parent":{}}],["service",{"_index":702,"name":{"857":{},"861":{},"867":{}},"parent":{"858":{},"859":{},"860":{},"862":{},"863":{},"864":{},"865":{},"866":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{}}}],["setconversion",{"_index":335,"name":{"387":{},"865":{}},"parent":{}}],["setkey",{"_index":263,"name":{"307":{}},"parent":{}}],["setparammap",{"_index":683,"name":{"842":{}},"parent":{}}],["setsessiontoken",{"_index":256,"name":{"300":{}},"parent":{}}],["setsignature",{"_index":647,"name":{"784":{}},"parent":{}}],["setstate",{"_index":257,"name":{"301":{}},"parent":{}}],["settings",{"_index":149,"name":{"146":{},"906":{}},"parent":{}}],["settingscomponent",{"_index":530,"name":{"624":{}},"parent":{}}],["settingsmodule",{"_index":534,"name":{"638":{}},"parent":{}}],["settingsroutingmodule",{"_index":527,"name":{"621":{}},"parent":{}}],["settransaction",{"_index":334,"name":{"386":{},"864":{}},"parent":{}}],["sharedmodule",{"_index":614,"name":{"745":{}},"parent":{}}],["sidebarcomponent",{"_index":617,"name":{"748":{}},"parent":{}}],["sidebarstubcomponent",{"_index":695,"name":{"851":{},"932":{}},"parent":{}}],["sign",{"_index":230,"name":{"232":{},"259":{},"275":{},"289":{}},"parent":{}}],["signable",{"_index":244,"name":{"277":{},"917":{}},"parent":{}}],["signature",{"_index":125,"name":{"118":{},"122":{},"272":{},"279":{},"900":{},"918":{}},"parent":{}}],["signer",{"_index":233,"name":{"260":{},"284":{},"397":{},"919":{}},"parent":{"261":{},"277":{},"279":{},"284":{}}}],["signer.pgpsigner",{"_index":235,"name":{},"parent":{"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{}}}],["signer.signable",{"_index":245,"name":{},"parent":{"278":{}}}],["signer.signature",{"_index":246,"name":{},"parent":{"280":{},"281":{},"282":{},"283":{}}}],["signer.signer",{"_index":247,"name":{},"parent":{"285":{},"286":{},"287":{},"288":{},"289":{},"290":{}}}],["signeraddress",{"_index":6,"name":{"5":{},"16":{}},"parent":{}}],["sort",{"_index":486,"name":{"556":{},"590":{},"632":{},"656":{},"699":{}},"parent":{}}],["sourcetoken",{"_index":181,"name":{"181":{}},"parent":{}}],["staff",{"_index":157,"name":{"156":{},"908":{}},"parent":{}}],["state",{"_index":35,"name":{"33":{}},"parent":{"34":{},"35":{},"36":{}}}],["status",{"_index":54,"name":{"49":{}},"parent":{}}],["status.component",{"_index":608,"name":{"738":{}},"parent":{"739":{}}}],["status.component.networkstatuscomponent",{"_index":610,"name":{},"parent":{"740":{},"741":{},"742":{},"743":{}}}],["status/network",{"_index":607,"name":{"738":{}},"parent":{"739":{},"740":{},"741":{},"742":{},"743":{}}}],["store",{"_index":203,"name":{"206":{}},"parent":{"207":{},"233":{}}}],["store.mutablekeystore",{"_index":206,"name":{},"parent":{"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{}}}],["store.mutablepgpkeystore",{"_index":232,"name":{},"parent":{"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{}}}],["stringtovalue",{"_index":649,"name":{"786":{}},"parent":{}}],["strip0x",{"_index":625,"name":{"758":{}},"parent":{}}],["stub",{"_index":678,"name":{"837":{},"844":{},"850":{},"857":{},"861":{},"867":{}},"parent":{"838":{},"845":{},"851":{},"853":{},"855":{},"858":{},"862":{},"868":{}}}],["stub.activatedroutestub",{"_index":680,"name":{},"parent":{"839":{},"840":{},"841":{},"842":{}}}],["stub.footerstubcomponent",{"_index":700,"name":{},"parent":{"856":{}}}],["stub.routerlinkdirectivestub",{"_index":689,"name":{},"parent":{"846":{},"847":{},"848":{},"849":{}}}],["stub.sidebarstubcomponent",{"_index":696,"name":{},"parent":{"852":{}}}],["stub.tokenservicestub",{"_index":704,"name":{},"parent":{"859":{},"860":{}}}],["stub.topbarstubcomponent",{"_index":698,"name":{},"parent":{"854":{}}}],["stub.transactionservicestub",{"_index":708,"name":{},"parent":{"863":{},"864":{},"865":{},"866":{}}}],["stub.userservicestub",{"_index":711,"name":{},"parent":{"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{}}}],["subject",{"_index":681,"name":{"840":{}},"parent":{}}],["submitted",{"_index":406,"name":{"464":{},"507":{},"571":{},"615":{}},"parent":{}}],["success",{"_index":194,"name":{"197":{}},"parent":{}}],["sum",{"_index":28,"name":{"29":{}},"parent":{"30":{}}}],["supply",{"_index":174,"name":{"175":{}},"parent":{}}],["switchwindows",{"_index":410,"name":{"471":{}},"parent":{}}],["symbol",{"_index":175,"name":{"176":{},"204":{}},"parent":{}}],["sync.service",{"_index":269,"name":{"314":{}},"parent":{"315":{}}}],["sync.service.blocksyncservice",{"_index":271,"name":{},"parent":{"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{}}}],["tag",{"_index":160,"name":{"160":{}},"parent":{}}],["tel",{"_index":119,"name":{"113":{}},"parent":{}}],["test",{"_index":675,"name":{"836":{}},"parent":{}}],["testing",{"_index":684,"name":{"843":{}},"parent":{"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{}}}],["testing/activated",{"_index":676,"name":{"837":{}},"parent":{"838":{},"839":{},"840":{},"841":{},"842":{}}}],["testing/router",{"_index":685,"name":{"844":{}},"parent":{"845":{},"846":{},"847":{},"848":{},"849":{}}}],["testing/shared",{"_index":693,"name":{"850":{}},"parent":{"851":{},"852":{},"853":{},"854":{},"855":{},"856":{}}}],["testing/token",{"_index":701,"name":{"857":{}},"parent":{"858":{},"859":{},"860":{}}}],["testing/transaction",{"_index":706,"name":{"861":{}},"parent":{"862":{},"863":{},"864":{},"865":{},"866":{}}}],["testing/user",{"_index":709,"name":{"867":{}},"parent":{"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{}}}],["timestamp",{"_index":195,"name":{"198":{}},"parent":{}}],["title",{"_index":383,"name":{"439":{}},"parent":{}}],["to",{"_index":190,"name":{"190":{},"767":{}},"parent":{}}],["toggle.directive",{"_index":394,"name":{"451":{},"713":{}},"parent":{"452":{},"714":{}}}],["toggle.directive.menutoggledirective",{"_index":583,"name":{},"parent":{"715":{},"716":{}}}],["toggle.directive.passwordtoggledirective",{"_index":396,"name":{},"parent":{"453":{},"454":{},"455":{},"456":{}}}],["toggledisplay",{"_index":411,"name":{"472":{}},"parent":{}}],["togglepasswordvisibility",{"_index":398,"name":{"456":{}},"parent":{}}],["tohex",{"_index":624,"name":{"757":{}},"parent":{}}],["token",{"_index":163,"name":{"163":{},"191":{},"643":{},"658":{},"909":{}},"parent":{}}],["tokendetailscomponent",{"_index":538,"name":{"641":{}},"parent":{}}],["tokenname",{"_index":560,"name":{"674":{}},"parent":{}}],["tokenratiopipe",{"_index":591,"name":{"722":{}},"parent":{}}],["tokenregistry",{"_index":14,"name":{"12":{},"361":{},"877":{}},"parent":{}}],["tokens",{"_index":313,"name":{"362":{},"657":{}},"parent":{}}],["tokenscomponent",{"_index":546,"name":{"651":{}},"parent":{}}],["tokenservice",{"_index":311,"name":{"358":{},"923":{}},"parent":{}}],["tokenservicestub",{"_index":703,"name":{"858":{},"936":{}},"parent":{}}],["tokenslist",{"_index":314,"name":{"363":{}},"parent":{}}],["tokensmodule",{"_index":551,"name":{"664":{}},"parent":{}}],["tokensroutingmodule",{"_index":543,"name":{"648":{}},"parent":{}}],["tokenssubject",{"_index":315,"name":{"364":{}},"parent":{}}],["tokensymbol",{"_index":445,"name":{"509":{},"675":{},"697":{}},"parent":{}}],["topbarcomponent",{"_index":620,"name":{"752":{}},"parent":{}}],["topbarstubcomponent",{"_index":697,"name":{"853":{},"933":{}},"parent":{}}],["totalaccounts",{"_index":10,"name":{"9":{}},"parent":{}}],["totaltokens",{"_index":18,"name":{"19":{}},"parent":{}}],["tovalue",{"_index":182,"name":{"182":{},"788":{}},"parent":{}}],["trader",{"_index":183,"name":{"183":{}},"parent":{}}],["traderbloxberglink",{"_index":559,"name":{"673":{}},"parent":{}}],["transaction",{"_index":185,"name":{"186":{},"500":{},"669":{},"694":{},"911":{}},"parent":{}}],["transactiondatasource",{"_index":571,"name":{"689":{}},"parent":{}}],["transactiondetailscomponent",{"_index":555,"name":{"667":{}},"parent":{}}],["transactiondisplayedcolumns",{"_index":572,"name":{"690":{}},"parent":{}}],["transactionlist",{"_index":328,"name":{"378":{}},"parent":{}}],["transactions",{"_index":327,"name":{"377":{},"501":{},"693":{}},"parent":{}}],["transactionscomponent",{"_index":569,"name":{"687":{}},"parent":{}}],["transactionsdatasource",{"_index":420,"name":{"479":{}},"parent":{}}],["transactionsdefaultpagesize",{"_index":422,"name":{"481":{}},"parent":{}}],["transactionsdisplayedcolumns",{"_index":421,"name":{"480":{}},"parent":{}}],["transactionservice",{"_index":325,"name":{"375":{},"921":{}},"parent":{}}],["transactionservicestub",{"_index":707,"name":{"862":{},"937":{}},"parent":{}}],["transactionsmodule",{"_index":575,"name":{"707":{}},"parent":{}}],["transactionspagesizeoptions",{"_index":423,"name":{"482":{}},"parent":{}}],["transactionsroutingmodule",{"_index":566,"name":{"684":{}},"parent":{}}],["transactionssubject",{"_index":329,"name":{"379":{}},"parent":{}}],["transactionstype",{"_index":440,"name":{"502":{},"695":{}},"parent":{}}],["transactionstypes",{"_index":442,"name":{"504":{},"696":{}},"parent":{}}],["transactiontablepaginator",{"_index":424,"name":{"483":{}},"parent":{}}],["transactiontablesort",{"_index":425,"name":{"484":{}},"parent":{}}],["transferrequest",{"_index":339,"name":{"391":{}},"parent":{}}],["transform",{"_index":588,"name":{"720":{},"724":{},"728":{}},"parent":{}}],["trusteddeclaratoraddress",{"_index":666,"name":{"803":{},"818":{},"833":{}},"parent":{}}],["trustedusers",{"_index":251,"name":{"295":{},"629":{}},"parent":{}}],["trusteduserslist",{"_index":252,"name":{"296":{}},"parent":{}}],["trusteduserssubject",{"_index":253,"name":{"297":{}},"parent":{}}],["tx",{"_index":184,"name":{"184":{},"192":{},"195":{},"762":{},"912":{},"929":{}},"parent":{}}],["txhash",{"_index":196,"name":{"199":{}},"parent":{}}],["txhelper",{"_index":152,"name":{"150":{}},"parent":{}}],["txindex",{"_index":197,"name":{"200":{}},"parent":{}}],["txtoken",{"_index":198,"name":{"201":{},"913":{}},"parent":{}}],["type",{"_index":114,"name":{"107":{},"193":{}},"parent":{}}],["unixdatepipe",{"_index":595,"name":{"726":{}},"parent":{}}],["updatemeta",{"_index":354,"name":{"410":{}},"parent":{}}],["url",{"_index":517,"name":{"607":{}},"parent":{}}],["useclass",{"_index":74,"name":{"66":{}},"parent":{}}],["user",{"_index":140,"name":{"135":{},"185":{}},"parent":{}}],["userdatasource",{"_index":426,"name":{"485":{}},"parent":{}}],["userdisplayedcolumns",{"_index":427,"name":{"486":{}},"parent":{}}],["userid",{"_index":161,"name":{"161":{}},"parent":{}}],["userinfo",{"_index":330,"name":{"380":{},"630":{}},"parent":{}}],["users",{"_index":712,"name":{"870":{}},"parent":{}}],["usersdefaultpagesize",{"_index":428,"name":{"487":{}},"parent":{}}],["userservice",{"_index":341,"name":{"393":{},"922":{}},"parent":{}}],["userservicestub",{"_index":710,"name":{"868":{},"935":{}},"parent":{}}],["userspagesizeoptions",{"_index":429,"name":{"488":{}},"parent":{}}],["usertablepaginator",{"_index":430,"name":{"489":{}},"parent":{}}],["usertablesort",{"_index":431,"name":{"490":{}},"parent":{}}],["v",{"_index":633,"name":{"770":{}},"parent":{}}],["validation",{"_index":79,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["value",{"_index":191,"name":{"194":{},"768":{}},"parent":{}}],["vcard",{"_index":115,"name":{"108":{}},"parent":{}}],["vcardvalidation",{"_index":81,"name":{"72":{},"893":{}},"parent":{}}],["verify",{"_index":243,"name":{"276":{},"290":{}},"parent":{}}],["version",{"_index":120,"name":{"114":{}},"parent":{}}],["viewaccount",{"_index":449,"name":{"514":{},"559":{}},"parent":{}}],["viewrecipient",{"_index":562,"name":{"678":{}},"parent":{}}],["viewsender",{"_index":561,"name":{"677":{}},"parent":{}}],["viewtoken",{"_index":549,"name":{"661":{}},"parent":{}}],["viewtrader",{"_index":563,"name":{"679":{}},"parent":{}}],["viewtransaction",{"_index":448,"name":{"513":{},"701":{}},"parent":{}}],["w3",{"_index":153,"name":{"151":{},"152":{},"907":{}},"parent":{}}],["web3",{"_index":331,"name":{"381":{},"430":{}},"parent":{}}],["web3provider",{"_index":663,"name":{"800":{},"815":{},"830":{}},"parent":{}}],["web3service",{"_index":373,"name":{"429":{},"928":{}},"parent":{}}],["weight",{"_index":172,"name":{"173":{}},"parent":{}}],["wrap",{"_index":360,"name":{"416":{}},"parent":{}}],["write",{"_index":642,"name":{"779":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = {"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"app/_eth/accountIndex","url":"modules/app__eth_accountindex.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"AccountIndex","url":"classes/app__eth_accountindex.accountindex.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_eth/accountIndex"},{"id":2,"kind":512,"name":"constructor","url":"classes/app__eth_accountindex.accountindex.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":3,"kind":1024,"name":"contract","url":"classes/app__eth_accountindex.accountindex.html#contract","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":4,"kind":1024,"name":"contractAddress","url":"classes/app__eth_accountindex.accountindex.html#contractaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":5,"kind":1024,"name":"signerAddress","url":"classes/app__eth_accountindex.accountindex.html#signeraddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":6,"kind":2048,"name":"addToAccountRegistry","url":"classes/app__eth_accountindex.accountindex.html#addtoaccountregistry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":7,"kind":2048,"name":"haveAccount","url":"classes/app__eth_accountindex.accountindex.html#haveaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":8,"kind":2048,"name":"last","url":"classes/app__eth_accountindex.accountindex.html#last","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":9,"kind":2048,"name":"totalAccounts","url":"classes/app__eth_accountindex.accountindex.html#totalaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/accountIndex.AccountIndex"},{"id":10,"kind":1,"name":"app/_eth","url":"modules/app__eth.html","classes":"tsd-kind-module"},{"id":11,"kind":1,"name":"app/_eth/token-registry","url":"modules/app__eth_token_registry.html","classes":"tsd-kind-module"},{"id":12,"kind":128,"name":"TokenRegistry","url":"classes/app__eth_token_registry.tokenregistry.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_eth/token-registry"},{"id":13,"kind":512,"name":"constructor","url":"classes/app__eth_token_registry.tokenregistry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":14,"kind":1024,"name":"contract","url":"classes/app__eth_token_registry.tokenregistry.html#contract","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":15,"kind":1024,"name":"contractAddress","url":"classes/app__eth_token_registry.tokenregistry.html#contractaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":16,"kind":1024,"name":"signerAddress","url":"classes/app__eth_token_registry.tokenregistry.html#signeraddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":17,"kind":2048,"name":"addressOf","url":"classes/app__eth_token_registry.tokenregistry.html#addressof","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":18,"kind":2048,"name":"entry","url":"classes/app__eth_token_registry.tokenregistry.html#entry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":19,"kind":2048,"name":"totalTokens","url":"classes/app__eth_token_registry.tokenregistry.html#totaltokens","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_eth/token-registry.TokenRegistry"},{"id":20,"kind":1,"name":"app/_guards/auth.guard","url":"modules/app__guards_auth_guard.html","classes":"tsd-kind-module"},{"id":21,"kind":128,"name":"AuthGuard","url":"classes/app__guards_auth_guard.authguard.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_guards/auth.guard"},{"id":22,"kind":512,"name":"constructor","url":"classes/app__guards_auth_guard.authguard.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_guards/auth.guard.AuthGuard"},{"id":23,"kind":2048,"name":"canActivate","url":"classes/app__guards_auth_guard.authguard.html#canactivate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_guards/auth.guard.AuthGuard"},{"id":24,"kind":1,"name":"app/_guards","url":"modules/app__guards.html","classes":"tsd-kind-module"},{"id":25,"kind":1,"name":"app/_guards/role.guard","url":"modules/app__guards_role_guard.html","classes":"tsd-kind-module"},{"id":26,"kind":128,"name":"RoleGuard","url":"classes/app__guards_role_guard.roleguard.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_guards/role.guard"},{"id":27,"kind":512,"name":"constructor","url":"classes/app__guards_role_guard.roleguard.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_guards/role.guard.RoleGuard"},{"id":28,"kind":2048,"name":"canActivate","url":"classes/app__guards_role_guard.roleguard.html#canactivate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_guards/role.guard.RoleGuard"},{"id":29,"kind":1,"name":"app/_helpers/array-sum","url":"modules/app__helpers_array_sum.html","classes":"tsd-kind-module"},{"id":30,"kind":64,"name":"arraySum","url":"modules/app__helpers_array_sum.html#arraysum","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/array-sum"},{"id":31,"kind":1,"name":"app/_helpers/clipboard-copy","url":"modules/app__helpers_clipboard_copy.html","classes":"tsd-kind-module"},{"id":32,"kind":64,"name":"copyToClipboard","url":"modules/app__helpers_clipboard_copy.html#copytoclipboard","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/clipboard-copy"},{"id":33,"kind":1,"name":"app/_helpers/custom-error-state-matcher","url":"modules/app__helpers_custom_error_state_matcher.html","classes":"tsd-kind-module"},{"id":34,"kind":128,"name":"CustomErrorStateMatcher","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/custom-error-state-matcher"},{"id":35,"kind":512,"name":"constructor","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/custom-error-state-matcher.CustomErrorStateMatcher"},{"id":36,"kind":2048,"name":"isErrorState","url":"classes/app__helpers_custom_error_state_matcher.customerrorstatematcher.html#iserrorstate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/custom-error-state-matcher.CustomErrorStateMatcher"},{"id":37,"kind":1,"name":"app/_helpers/custom.validator","url":"modules/app__helpers_custom_validator.html","classes":"tsd-kind-module"},{"id":38,"kind":128,"name":"CustomValidator","url":"classes/app__helpers_custom_validator.customvalidator.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/custom.validator"},{"id":39,"kind":2048,"name":"passwordMatchValidator","url":"classes/app__helpers_custom_validator.customvalidator.html#passwordmatchvalidator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":40,"kind":2048,"name":"patternValidator","url":"classes/app__helpers_custom_validator.customvalidator.html#patternvalidator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":41,"kind":512,"name":"constructor","url":"classes/app__helpers_custom_validator.customvalidator.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/custom.validator.CustomValidator"},{"id":42,"kind":1,"name":"app/_helpers/export-csv","url":"modules/app__helpers_export_csv.html","classes":"tsd-kind-module"},{"id":43,"kind":64,"name":"exportCsv","url":"modules/app__helpers_export_csv.html#exportcsv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/export-csv"},{"id":44,"kind":1,"name":"app/_helpers/global-error-handler","url":"modules/app__helpers_global_error_handler.html","classes":"tsd-kind-module"},{"id":45,"kind":64,"name":"rejectBody","url":"modules/app__helpers_global_error_handler.html#rejectbody","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":46,"kind":128,"name":"HttpError","url":"classes/app__helpers_global_error_handler.httperror.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":47,"kind":65536,"name":"__type","url":"classes/app__helpers_global_error_handler.httperror.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.HttpError"},{"id":48,"kind":512,"name":"constructor","url":"classes/app__helpers_global_error_handler.httperror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.HttpError"},{"id":49,"kind":1024,"name":"status","url":"classes/app__helpers_global_error_handler.httperror.html#status","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.HttpError"},{"id":50,"kind":128,"name":"GlobalErrorHandler","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/global-error-handler"},{"id":51,"kind":512,"name":"constructor","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":52,"kind":1024,"name":"sentencesForWarningLogging","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#sentencesforwarninglogging","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":53,"kind":2048,"name":"handleError","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#handleerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":54,"kind":2048,"name":"isWarning","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#iswarning","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":55,"kind":2048,"name":"logError","url":"classes/app__helpers_global_error_handler.globalerrorhandler.html#logerror","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/global-error-handler.GlobalErrorHandler"},{"id":56,"kind":1,"name":"app/_helpers/http-getter","url":"modules/app__helpers_http_getter.html","classes":"tsd-kind-module"},{"id":57,"kind":64,"name":"HttpGetter","url":"modules/app__helpers_http_getter.html#httpgetter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/http-getter"},{"id":58,"kind":1,"name":"app/_helpers","url":"modules/app__helpers.html","classes":"tsd-kind-module"},{"id":59,"kind":1,"name":"app/_helpers/mock-backend","url":"modules/app__helpers_mock_backend.html","classes":"tsd-kind-module"},{"id":60,"kind":128,"name":"MockBackendInterceptor","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_helpers/mock-backend"},{"id":61,"kind":512,"name":"constructor","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_helpers/mock-backend.MockBackendInterceptor"},{"id":62,"kind":2048,"name":"intercept","url":"classes/app__helpers_mock_backend.mockbackendinterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_helpers/mock-backend.MockBackendInterceptor"},{"id":63,"kind":32,"name":"MockBackendProvider","url":"modules/app__helpers_mock_backend.html#mockbackendprovider","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"app/_helpers/mock-backend"},{"id":64,"kind":65536,"name":"__type","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"app/_helpers/mock-backend.MockBackendProvider"},{"id":65,"kind":1024,"name":"provide","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.provide","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":66,"kind":1024,"name":"useClass","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.useclass","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":67,"kind":1024,"name":"multi","url":"modules/app__helpers_mock_backend.html#mockbackendprovider.__type.multi","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_helpers/mock-backend.MockBackendProvider.__type"},{"id":68,"kind":1,"name":"app/_helpers/read-csv","url":"modules/app__helpers_read_csv.html","classes":"tsd-kind-module"},{"id":69,"kind":64,"name":"readCsv","url":"modules/app__helpers_read_csv.html#readcsv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/read-csv"},{"id":70,"kind":1,"name":"app/_helpers/schema-validation","url":"modules/app__helpers_schema_validation.html","classes":"tsd-kind-module"},{"id":71,"kind":64,"name":"personValidation","url":"modules/app__helpers_schema_validation.html#personvalidation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/schema-validation"},{"id":72,"kind":64,"name":"vcardValidation","url":"modules/app__helpers_schema_validation.html#vcardvalidation","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/schema-validation"},{"id":73,"kind":1,"name":"app/_helpers/sync","url":"modules/app__helpers_sync.html","classes":"tsd-kind-module"},{"id":74,"kind":64,"name":"updateSyncable","url":"modules/app__helpers_sync.html#updatesyncable","classes":"tsd-kind-function tsd-parent-kind-module","parent":"app/_helpers/sync"},{"id":75,"kind":1,"name":"app/_interceptors/error.interceptor","url":"modules/app__interceptors_error_interceptor.html","classes":"tsd-kind-module"},{"id":76,"kind":128,"name":"ErrorInterceptor","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/error.interceptor"},{"id":77,"kind":512,"name":"constructor","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/error.interceptor.ErrorInterceptor"},{"id":78,"kind":2048,"name":"intercept","url":"classes/app__interceptors_error_interceptor.errorinterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/error.interceptor.ErrorInterceptor"},{"id":79,"kind":1,"name":"app/_interceptors/http-config.interceptor","url":"modules/app__interceptors_http_config_interceptor.html","classes":"tsd-kind-module"},{"id":80,"kind":128,"name":"HttpConfigInterceptor","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/http-config.interceptor"},{"id":81,"kind":512,"name":"constructor","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/http-config.interceptor.HttpConfigInterceptor"},{"id":82,"kind":2048,"name":"intercept","url":"classes/app__interceptors_http_config_interceptor.httpconfiginterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/http-config.interceptor.HttpConfigInterceptor"},{"id":83,"kind":1,"name":"app/_interceptors","url":"modules/app__interceptors.html","classes":"tsd-kind-module"},{"id":84,"kind":1,"name":"app/_interceptors/logging.interceptor","url":"modules/app__interceptors_logging_interceptor.html","classes":"tsd-kind-module"},{"id":85,"kind":128,"name":"LoggingInterceptor","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_interceptors/logging.interceptor"},{"id":86,"kind":512,"name":"constructor","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_interceptors/logging.interceptor.LoggingInterceptor"},{"id":87,"kind":2048,"name":"intercept","url":"classes/app__interceptors_logging_interceptor.logginginterceptor.html#intercept","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_interceptors/logging.interceptor.LoggingInterceptor"},{"id":88,"kind":1,"name":"app/_models/account","url":"modules/app__models_account.html","classes":"tsd-kind-module"},{"id":89,"kind":256,"name":"AccountDetails","url":"interfaces/app__models_account.accountdetails.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":90,"kind":1024,"name":"age","url":"interfaces/app__models_account.accountdetails.html#age","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":91,"kind":1024,"name":"balance","url":"interfaces/app__models_account.accountdetails.html#balance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":92,"kind":1024,"name":"category","url":"interfaces/app__models_account.accountdetails.html#category","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":93,"kind":1024,"name":"date_registered","url":"interfaces/app__models_account.accountdetails.html#date_registered","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":94,"kind":1024,"name":"gender","url":"interfaces/app__models_account.accountdetails.html#gender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":95,"kind":1024,"name":"identities","url":"interfaces/app__models_account.accountdetails.html#identities","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":96,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":97,"kind":1024,"name":"evm","url":"interfaces/app__models_account.accountdetails.html#__type.evm","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":98,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":99,"kind":1024,"name":"bloxberg:8996","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1.bloxberg_8996","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type.__type"},{"id":100,"kind":1024,"name":"oldchain:1","url":"interfaces/app__models_account.accountdetails.html#__type.__type-1.oldchain_1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type.__type"},{"id":101,"kind":1024,"name":"latitude","url":"interfaces/app__models_account.accountdetails.html#__type.latitude","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":102,"kind":1024,"name":"longitude","url":"interfaces/app__models_account.accountdetails.html#__type.longitude","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":103,"kind":1024,"name":"location","url":"interfaces/app__models_account.accountdetails.html#location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":104,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":105,"kind":1024,"name":"area","url":"interfaces/app__models_account.accountdetails.html#__type-2.area","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":106,"kind":1024,"name":"area_name","url":"interfaces/app__models_account.accountdetails.html#__type-2.area_name","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":107,"kind":1024,"name":"area_type","url":"interfaces/app__models_account.accountdetails.html#__type-2.area_type","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":108,"kind":1024,"name":"products","url":"interfaces/app__models_account.accountdetails.html#products","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":109,"kind":1024,"name":"type","url":"interfaces/app__models_account.accountdetails.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":110,"kind":1024,"name":"vcard","url":"interfaces/app__models_account.accountdetails.html#vcard","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":111,"kind":65536,"name":"__type","url":"interfaces/app__models_account.accountdetails.html#__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/account.AccountDetails"},{"id":112,"kind":1024,"name":"email","url":"interfaces/app__models_account.accountdetails.html#__type-3.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":113,"kind":1024,"name":"fn","url":"interfaces/app__models_account.accountdetails.html#__type-3.fn","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":114,"kind":1024,"name":"n","url":"interfaces/app__models_account.accountdetails.html#__type-3.n","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":115,"kind":1024,"name":"tel","url":"interfaces/app__models_account.accountdetails.html#__type-3.tel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":116,"kind":1024,"name":"version","url":"interfaces/app__models_account.accountdetails.html#__type-3.version","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/account.AccountDetails.__type"},{"id":117,"kind":256,"name":"Meta","url":"interfaces/app__models_account.meta.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":118,"kind":1024,"name":"data","url":"interfaces/app__models_account.meta.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":119,"kind":1024,"name":"id","url":"interfaces/app__models_account.meta.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":120,"kind":1024,"name":"signature","url":"interfaces/app__models_account.meta.html#signature","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Meta"},{"id":121,"kind":256,"name":"MetaResponse","url":"interfaces/app__models_account.metaresponse.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":122,"kind":1024,"name":"id","url":"interfaces/app__models_account.metaresponse.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.MetaResponse"},{"id":123,"kind":1024,"name":"m","url":"interfaces/app__models_account.metaresponse.html#m","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.MetaResponse"},{"id":124,"kind":256,"name":"Signature","url":"interfaces/app__models_account.signature.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/account"},{"id":125,"kind":1024,"name":"algo","url":"interfaces/app__models_account.signature.html#algo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":126,"kind":1024,"name":"data","url":"interfaces/app__models_account.signature.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":127,"kind":1024,"name":"digest","url":"interfaces/app__models_account.signature.html#digest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":128,"kind":1024,"name":"engine","url":"interfaces/app__models_account.signature.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/account.Signature"},{"id":129,"kind":32,"name":"defaultAccount","url":"modules/app__models_account.html#defaultaccount","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"app/_models/account"},{"id":130,"kind":1,"name":"app/_models","url":"modules/app__models.html","classes":"tsd-kind-module"},{"id":131,"kind":1,"name":"app/_models/mappings","url":"modules/app__models_mappings.html","classes":"tsd-kind-module"},{"id":132,"kind":256,"name":"Action","url":"interfaces/app__models_mappings.action.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":133,"kind":1024,"name":"action","url":"interfaces/app__models_mappings.action.html#action","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":134,"kind":1024,"name":"approval","url":"interfaces/app__models_mappings.action.html#approval","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":135,"kind":1024,"name":"id","url":"interfaces/app__models_mappings.action.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":136,"kind":1024,"name":"role","url":"interfaces/app__models_mappings.action.html#role","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":137,"kind":1024,"name":"user","url":"interfaces/app__models_mappings.action.html#user","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Action"},{"id":138,"kind":256,"name":"AreaName","url":"interfaces/app__models_mappings.areaname.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":139,"kind":1024,"name":"locations","url":"interfaces/app__models_mappings.areaname.html#locations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaName"},{"id":140,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.areaname.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaName"},{"id":141,"kind":256,"name":"AreaType","url":"interfaces/app__models_mappings.areatype.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":142,"kind":1024,"name":"area","url":"interfaces/app__models_mappings.areatype.html#area","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaType"},{"id":143,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.areatype.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.AreaType"},{"id":144,"kind":256,"name":"Category","url":"interfaces/app__models_mappings.category.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/mappings"},{"id":145,"kind":1024,"name":"name","url":"interfaces/app__models_mappings.category.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Category"},{"id":146,"kind":1024,"name":"products","url":"interfaces/app__models_mappings.category.html#products","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/mappings.Category"},{"id":147,"kind":1,"name":"app/_models/settings","url":"modules/app__models_settings.html","classes":"tsd-kind-module"},{"id":148,"kind":128,"name":"Settings","url":"classes/app__models_settings.settings.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_models/settings"},{"id":149,"kind":512,"name":"constructor","url":"classes/app__models_settings.settings.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":150,"kind":1024,"name":"registry","url":"classes/app__models_settings.settings.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":151,"kind":1024,"name":"scanFilter","url":"classes/app__models_settings.settings.html#scanfilter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":152,"kind":1024,"name":"txHelper","url":"classes/app__models_settings.settings.html#txhelper","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":153,"kind":1024,"name":"w3","url":"classes/app__models_settings.settings.html#w3","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_models/settings.Settings"},{"id":154,"kind":256,"name":"W3","url":"interfaces/app__models_settings.w3.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/settings"},{"id":155,"kind":1024,"name":"engine","url":"interfaces/app__models_settings.w3.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/settings.W3"},{"id":156,"kind":1024,"name":"provider","url":"interfaces/app__models_settings.w3.html#provider","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/settings.W3"},{"id":157,"kind":1,"name":"app/_models/staff","url":"modules/app__models_staff.html","classes":"tsd-kind-module"},{"id":158,"kind":256,"name":"Staff","url":"interfaces/app__models_staff.staff.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/staff"},{"id":159,"kind":1024,"name":"comment","url":"interfaces/app__models_staff.staff.html#comment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":160,"kind":1024,"name":"email","url":"interfaces/app__models_staff.staff.html#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":161,"kind":1024,"name":"name","url":"interfaces/app__models_staff.staff.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":162,"kind":1024,"name":"tag","url":"interfaces/app__models_staff.staff.html#tag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":163,"kind":1024,"name":"userid","url":"interfaces/app__models_staff.staff.html#userid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/staff.Staff"},{"id":164,"kind":1,"name":"app/_models/token","url":"modules/app__models_token.html","classes":"tsd-kind-module"},{"id":165,"kind":256,"name":"Token","url":"interfaces/app__models_token.token.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/token"},{"id":166,"kind":1024,"name":"address","url":"interfaces/app__models_token.token.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":167,"kind":1024,"name":"decimals","url":"interfaces/app__models_token.token.html#decimals","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":168,"kind":1024,"name":"name","url":"interfaces/app__models_token.token.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":169,"kind":1024,"name":"owner","url":"interfaces/app__models_token.token.html#owner","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":170,"kind":1024,"name":"reserveRatio","url":"interfaces/app__models_token.token.html#reserveratio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":171,"kind":1024,"name":"reserves","url":"interfaces/app__models_token.token.html#reserves","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":172,"kind":65536,"name":"__type","url":"interfaces/app__models_token.token.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":173,"kind":1024,"name":"0xa686005CE37Dce7738436256982C3903f2E4ea8E","url":"interfaces/app__models_token.token.html#__type.0xa686005ce37dce7738436256982c3903f2e4ea8e","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type"},{"id":174,"kind":65536,"name":"__type","url":"interfaces/app__models_token.token.html#__type.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type"},{"id":175,"kind":1024,"name":"weight","url":"interfaces/app__models_token.token.html#__type.__type-1.weight","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type.__type"},{"id":176,"kind":1024,"name":"balance","url":"interfaces/app__models_token.token.html#__type.__type-1.balance","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"app/_models/token.Token.__type.__type"},{"id":177,"kind":1024,"name":"supply","url":"interfaces/app__models_token.token.html#supply","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":178,"kind":1024,"name":"symbol","url":"interfaces/app__models_token.token.html#symbol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/token.Token"},{"id":179,"kind":1,"name":"app/_models/transaction","url":"modules/app__models_transaction.html","classes":"tsd-kind-module"},{"id":180,"kind":256,"name":"Conversion","url":"interfaces/app__models_transaction.conversion.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":181,"kind":1024,"name":"destinationToken","url":"interfaces/app__models_transaction.conversion.html#destinationtoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":182,"kind":1024,"name":"fromValue","url":"interfaces/app__models_transaction.conversion.html#fromvalue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":183,"kind":1024,"name":"sourceToken","url":"interfaces/app__models_transaction.conversion.html#sourcetoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":184,"kind":1024,"name":"toValue","url":"interfaces/app__models_transaction.conversion.html#tovalue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":185,"kind":1024,"name":"trader","url":"interfaces/app__models_transaction.conversion.html#trader","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":186,"kind":1024,"name":"tx","url":"interfaces/app__models_transaction.conversion.html#tx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":187,"kind":1024,"name":"user","url":"interfaces/app__models_transaction.conversion.html#user","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Conversion"},{"id":188,"kind":256,"name":"Transaction","url":"interfaces/app__models_transaction.transaction.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":189,"kind":1024,"name":"from","url":"interfaces/app__models_transaction.transaction.html#from","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":190,"kind":1024,"name":"recipient","url":"interfaces/app__models_transaction.transaction.html#recipient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":191,"kind":1024,"name":"sender","url":"interfaces/app__models_transaction.transaction.html#sender","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":192,"kind":1024,"name":"to","url":"interfaces/app__models_transaction.transaction.html#to","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":193,"kind":1024,"name":"token","url":"interfaces/app__models_transaction.transaction.html#token","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":194,"kind":1024,"name":"tx","url":"interfaces/app__models_transaction.transaction.html#tx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":195,"kind":1024,"name":"type","url":"interfaces/app__models_transaction.transaction.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":196,"kind":1024,"name":"value","url":"interfaces/app__models_transaction.transaction.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Transaction"},{"id":197,"kind":256,"name":"Tx","url":"interfaces/app__models_transaction.tx.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":198,"kind":1024,"name":"block","url":"interfaces/app__models_transaction.tx.html#block","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":199,"kind":1024,"name":"success","url":"interfaces/app__models_transaction.tx.html#success","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":200,"kind":1024,"name":"timestamp","url":"interfaces/app__models_transaction.tx.html#timestamp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":201,"kind":1024,"name":"txHash","url":"interfaces/app__models_transaction.tx.html#txhash","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":202,"kind":1024,"name":"txIndex","url":"interfaces/app__models_transaction.tx.html#txindex","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.Tx"},{"id":203,"kind":256,"name":"TxToken","url":"interfaces/app__models_transaction.txtoken.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_models/transaction"},{"id":204,"kind":1024,"name":"address","url":"interfaces/app__models_transaction.txtoken.html#address","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":205,"kind":1024,"name":"name","url":"interfaces/app__models_transaction.txtoken.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":206,"kind":1024,"name":"symbol","url":"interfaces/app__models_transaction.txtoken.html#symbol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_models/transaction.TxToken"},{"id":207,"kind":1,"name":"app/_pgp","url":"modules/app__pgp.html","classes":"tsd-kind-module"},{"id":208,"kind":1,"name":"app/_pgp/pgp-key-store","url":"modules/app__pgp_pgp_key_store.html","classes":"tsd-kind-module"},{"id":209,"kind":256,"name":"MutableKeyStore","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-key-store"},{"id":210,"kind":2048,"name":"clearKeysInKeyring","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#clearkeysinkeyring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":211,"kind":2048,"name":"getEncryptKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getencryptkeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":212,"kind":2048,"name":"getFingerprint","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getfingerprint","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":213,"kind":2048,"name":"getKeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getkeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":214,"kind":2048,"name":"getKeysForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getkeysforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":215,"kind":2048,"name":"getPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":216,"kind":2048,"name":"getPrivateKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":217,"kind":2048,"name":"getPrivateKeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":218,"kind":2048,"name":"getPrivateKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getprivatekeys","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":219,"kind":2048,"name":"getPublicKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":220,"kind":2048,"name":"getPublicKeyForSubkeyId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeyforsubkeyid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":221,"kind":2048,"name":"getPublicKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":222,"kind":2048,"name":"getPublicKeysForAddress","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#getpublickeysforaddress","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":223,"kind":2048,"name":"getTrustedActiveKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#gettrustedactivekeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":224,"kind":2048,"name":"getTrustedKeys","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#gettrustedkeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":225,"kind":2048,"name":"importKeyPair","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importkeypair","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":226,"kind":2048,"name":"importPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":227,"kind":2048,"name":"importPublicKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#importpublickey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":228,"kind":2048,"name":"isEncryptedPrivateKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#isencryptedprivatekey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":229,"kind":2048,"name":"isValidKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#isvalidkey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":230,"kind":2048,"name":"loadKeyring","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#loadkeyring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":231,"kind":2048,"name":"removeKeysForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removekeysforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":232,"kind":2048,"name":"removePublicKey","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removepublickey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":233,"kind":2048,"name":"removePublicKeyForId","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#removepublickeyforid","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":234,"kind":2048,"name":"sign","url":"interfaces/app__pgp_pgp_key_store.mutablekeystore.html#sign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-key-store.MutableKeyStore"},{"id":235,"kind":128,"name":"MutablePgpKeyStore","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_pgp/pgp-key-store"},{"id":236,"kind":512,"name":"constructor","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":237,"kind":2048,"name":"clearKeysInKeyring","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#clearkeysinkeyring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":238,"kind":2048,"name":"getEncryptKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getencryptkeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":239,"kind":2048,"name":"getFingerprint","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getfingerprint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":240,"kind":2048,"name":"getKeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getkeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":241,"kind":2048,"name":"getKeysForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getkeysforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":242,"kind":2048,"name":"getPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":243,"kind":2048,"name":"getPrivateKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":244,"kind":2048,"name":"getPrivateKeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":245,"kind":2048,"name":"getPrivateKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getprivatekeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":246,"kind":2048,"name":"getPublicKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":247,"kind":2048,"name":"getPublicKeyForSubkeyId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeyforsubkeyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":248,"kind":2048,"name":"getPublicKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":249,"kind":2048,"name":"getPublicKeysForAddress","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#getpublickeysforaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":250,"kind":2048,"name":"getTrustedActiveKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#gettrustedactivekeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":251,"kind":2048,"name":"getTrustedKeys","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#gettrustedkeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":252,"kind":2048,"name":"importKeyPair","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importkeypair","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":253,"kind":2048,"name":"importPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":254,"kind":2048,"name":"importPublicKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#importpublickey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":255,"kind":2048,"name":"isEncryptedPrivateKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#isencryptedprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":256,"kind":2048,"name":"isValidKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#isvalidkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":257,"kind":2048,"name":"loadKeyring","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#loadkeyring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":258,"kind":2048,"name":"removeKeysForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removekeysforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":259,"kind":2048,"name":"removePublicKey","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removepublickey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":260,"kind":2048,"name":"removePublicKeyForId","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#removepublickeyforid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":261,"kind":2048,"name":"sign","url":"classes/app__pgp_pgp_key_store.mutablepgpkeystore.html#sign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-key-store.MutablePgpKeyStore"},{"id":262,"kind":1,"name":"app/_pgp/pgp-signer","url":"modules/app__pgp_pgp_signer.html","classes":"tsd-kind-module"},{"id":263,"kind":128,"name":"PGPSigner","url":"classes/app__pgp_pgp_signer.pgpsigner.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":264,"kind":512,"name":"constructor","url":"classes/app__pgp_pgp_signer.pgpsigner.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":265,"kind":1024,"name":"algo","url":"classes/app__pgp_pgp_signer.pgpsigner.html#algo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":266,"kind":1024,"name":"dgst","url":"classes/app__pgp_pgp_signer.pgpsigner.html#dgst","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":267,"kind":1024,"name":"engine","url":"classes/app__pgp_pgp_signer.pgpsigner.html#engine","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":268,"kind":1024,"name":"keyStore","url":"classes/app__pgp_pgp_signer.pgpsigner.html#keystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":269,"kind":1024,"name":"loggingService","url":"classes/app__pgp_pgp_signer.pgpsigner.html#loggingservice","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":270,"kind":1024,"name":"onsign","url":"classes/app__pgp_pgp_signer.pgpsigner.html#onsign","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":271,"kind":65536,"name":"__type","url":"classes/app__pgp_pgp_signer.pgpsigner.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":272,"kind":1024,"name":"onverify","url":"classes/app__pgp_pgp_signer.pgpsigner.html#onverify","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":273,"kind":65536,"name":"__type","url":"classes/app__pgp_pgp_signer.pgpsigner.html#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":274,"kind":1024,"name":"signature","url":"classes/app__pgp_pgp_signer.pgpsigner.html#signature","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":275,"kind":2048,"name":"fingerprint","url":"classes/app__pgp_pgp_signer.pgpsigner.html#fingerprint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":276,"kind":2048,"name":"prepare","url":"classes/app__pgp_pgp_signer.pgpsigner.html#prepare","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":277,"kind":2048,"name":"sign","url":"classes/app__pgp_pgp_signer.pgpsigner.html#sign","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":278,"kind":2048,"name":"verify","url":"classes/app__pgp_pgp_signer.pgpsigner.html#verify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_pgp/pgp-signer.PGPSigner"},{"id":279,"kind":256,"name":"Signable","url":"interfaces/app__pgp_pgp_signer.signable.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":280,"kind":2048,"name":"digest","url":"interfaces/app__pgp_pgp_signer.signable.html#digest","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signable"},{"id":281,"kind":256,"name":"Signature","url":"interfaces/app__pgp_pgp_signer.signature.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":282,"kind":1024,"name":"algo","url":"interfaces/app__pgp_pgp_signer.signature.html#algo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":283,"kind":1024,"name":"data","url":"interfaces/app__pgp_pgp_signer.signature.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":284,"kind":1024,"name":"digest","url":"interfaces/app__pgp_pgp_signer.signature.html#digest","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":285,"kind":1024,"name":"engine","url":"interfaces/app__pgp_pgp_signer.signature.html#engine","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signature"},{"id":286,"kind":256,"name":"Signer","url":"interfaces/app__pgp_pgp_signer.signer.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"app/_pgp/pgp-signer"},{"id":287,"kind":2048,"name":"fingerprint","url":"interfaces/app__pgp_pgp_signer.signer.html#fingerprint","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":288,"kind":2048,"name":"onsign","url":"interfaces/app__pgp_pgp_signer.signer.html#onsign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":289,"kind":2048,"name":"onverify","url":"interfaces/app__pgp_pgp_signer.signer.html#onverify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":290,"kind":2048,"name":"prepare","url":"interfaces/app__pgp_pgp_signer.signer.html#prepare","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":291,"kind":2048,"name":"sign","url":"interfaces/app__pgp_pgp_signer.signer.html#sign","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":292,"kind":2048,"name":"verify","url":"interfaces/app__pgp_pgp_signer.signer.html#verify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"app/_pgp/pgp-signer.Signer"},{"id":293,"kind":1,"name":"app/_services/auth.service","url":"modules/app__services_auth_service.html","classes":"tsd-kind-module"},{"id":294,"kind":128,"name":"AuthService","url":"classes/app__services_auth_service.authservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/auth.service"},{"id":295,"kind":512,"name":"constructor","url":"classes/app__services_auth_service.authservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":296,"kind":1024,"name":"mutableKeyStore","url":"classes/app__services_auth_service.authservice.html#mutablekeystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":297,"kind":1024,"name":"trustedUsers","url":"classes/app__services_auth_service.authservice.html#trustedusers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":298,"kind":1024,"name":"trustedUsersList","url":"classes/app__services_auth_service.authservice.html#trusteduserslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/auth.service.AuthService"},{"id":299,"kind":1024,"name":"trustedUsersSubject","url":"classes/app__services_auth_service.authservice.html#trusteduserssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":300,"kind":2048,"name":"init","url":"classes/app__services_auth_service.authservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":301,"kind":2048,"name":"getSessionToken","url":"classes/app__services_auth_service.authservice.html#getsessiontoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":302,"kind":2048,"name":"setSessionToken","url":"classes/app__services_auth_service.authservice.html#setsessiontoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":303,"kind":2048,"name":"setState","url":"classes/app__services_auth_service.authservice.html#setstate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":304,"kind":2048,"name":"getWithToken","url":"classes/app__services_auth_service.authservice.html#getwithtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":305,"kind":2048,"name":"sendSignedChallenge","url":"classes/app__services_auth_service.authservice.html#sendsignedchallenge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":306,"kind":2048,"name":"getChallenge","url":"classes/app__services_auth_service.authservice.html#getchallenge","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":307,"kind":2048,"name":"login","url":"classes/app__services_auth_service.authservice.html#login","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":308,"kind":2048,"name":"loginView","url":"classes/app__services_auth_service.authservice.html#loginview","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":309,"kind":2048,"name":"setKey","url":"classes/app__services_auth_service.authservice.html#setkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":310,"kind":2048,"name":"logout","url":"classes/app__services_auth_service.authservice.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":311,"kind":2048,"name":"addTrustedUser","url":"classes/app__services_auth_service.authservice.html#addtrusteduser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":312,"kind":2048,"name":"getTrustedUsers","url":"classes/app__services_auth_service.authservice.html#gettrustedusers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":313,"kind":2048,"name":"getPublicKeys","url":"classes/app__services_auth_service.authservice.html#getpublickeys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":314,"kind":2048,"name":"getPrivateKey","url":"classes/app__services_auth_service.authservice.html#getprivatekey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":315,"kind":2048,"name":"getPrivateKeyInfo","url":"classes/app__services_auth_service.authservice.html#getprivatekeyinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/auth.service.AuthService"},{"id":316,"kind":1,"name":"app/_services/block-sync.service","url":"modules/app__services_block_sync_service.html","classes":"tsd-kind-module"},{"id":317,"kind":128,"name":"BlockSyncService","url":"classes/app__services_block_sync_service.blocksyncservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/block-sync.service"},{"id":318,"kind":512,"name":"constructor","url":"classes/app__services_block_sync_service.blocksyncservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":319,"kind":1024,"name":"readyStateTarget","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystatetarget","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":320,"kind":1024,"name":"readyState","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":321,"kind":2048,"name":"init","url":"classes/app__services_block_sync_service.blocksyncservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":322,"kind":2048,"name":"blockSync","url":"classes/app__services_block_sync_service.blocksyncservice.html#blocksync","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":323,"kind":2048,"name":"readyStateProcessor","url":"classes/app__services_block_sync_service.blocksyncservice.html#readystateprocessor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":324,"kind":2048,"name":"newEvent","url":"classes/app__services_block_sync_service.blocksyncservice.html#newevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":325,"kind":2048,"name":"scan","url":"classes/app__services_block_sync_service.blocksyncservice.html#scan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":326,"kind":2048,"name":"fetcher","url":"classes/app__services_block_sync_service.blocksyncservice.html#fetcher","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/block-sync.service.BlockSyncService"},{"id":327,"kind":1,"name":"app/_services/error-dialog.service","url":"modules/app__services_error_dialog_service.html","classes":"tsd-kind-module"},{"id":328,"kind":128,"name":"ErrorDialogService","url":"classes/app__services_error_dialog_service.errordialogservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/error-dialog.service"},{"id":329,"kind":512,"name":"constructor","url":"classes/app__services_error_dialog_service.errordialogservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":330,"kind":1024,"name":"isDialogOpen","url":"classes/app__services_error_dialog_service.errordialogservice.html#isdialogopen","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":331,"kind":1024,"name":"dialog","url":"classes/app__services_error_dialog_service.errordialogservice.html#dialog","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":332,"kind":2048,"name":"openDialog","url":"classes/app__services_error_dialog_service.errordialogservice.html#opendialog","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/error-dialog.service.ErrorDialogService"},{"id":333,"kind":1,"name":"app/_services","url":"modules/app__services.html","classes":"tsd-kind-module"},{"id":334,"kind":1,"name":"app/_services/keystore.service","url":"modules/app__services_keystore_service.html","classes":"tsd-kind-module"},{"id":335,"kind":128,"name":"KeystoreService","url":"classes/app__services_keystore_service.keystoreservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/keystore.service"},{"id":336,"kind":1024,"name":"mutableKeyStore","url":"classes/app__services_keystore_service.keystoreservice.html#mutablekeystore","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"app/_services/keystore.service.KeystoreService"},{"id":337,"kind":2048,"name":"getKeystore","url":"classes/app__services_keystore_service.keystoreservice.html#getkeystore","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_services/keystore.service.KeystoreService"},{"id":338,"kind":512,"name":"constructor","url":"classes/app__services_keystore_service.keystoreservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/keystore.service.KeystoreService"},{"id":339,"kind":1,"name":"app/_services/location.service","url":"modules/app__services_location_service.html","classes":"tsd-kind-module"},{"id":340,"kind":128,"name":"LocationService","url":"classes/app__services_location_service.locationservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/location.service"},{"id":341,"kind":512,"name":"constructor","url":"classes/app__services_location_service.locationservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":342,"kind":2048,"name":"getAreaNames","url":"classes/app__services_location_service.locationservice.html#getareanames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":343,"kind":2048,"name":"getAreaNameByLocation","url":"classes/app__services_location_service.locationservice.html#getareanamebylocation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":344,"kind":2048,"name":"getAreaTypes","url":"classes/app__services_location_service.locationservice.html#getareatypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":345,"kind":2048,"name":"getAreaTypeByArea","url":"classes/app__services_location_service.locationservice.html#getareatypebyarea","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/location.service.LocationService"},{"id":346,"kind":1,"name":"app/_services/logging.service","url":"modules/app__services_logging_service.html","classes":"tsd-kind-module"},{"id":347,"kind":128,"name":"LoggingService","url":"classes/app__services_logging_service.loggingservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/logging.service"},{"id":348,"kind":512,"name":"constructor","url":"classes/app__services_logging_service.loggingservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":349,"kind":1024,"name":"env","url":"classes/app__services_logging_service.loggingservice.html#env","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":350,"kind":1024,"name":"canDebug","url":"classes/app__services_logging_service.loggingservice.html#candebug","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":351,"kind":2048,"name":"sendTraceLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendtracelevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":352,"kind":2048,"name":"sendDebugLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#senddebuglevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":353,"kind":2048,"name":"sendInfoLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendinfolevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":354,"kind":2048,"name":"sendLogLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendloglevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":355,"kind":2048,"name":"sendWarnLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendwarnlevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":356,"kind":2048,"name":"sendErrorLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#senderrorlevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":357,"kind":2048,"name":"sendFatalLevelMessage","url":"classes/app__services_logging_service.loggingservice.html#sendfatallevelmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/logging.service.LoggingService"},{"id":358,"kind":1,"name":"app/_services/registry.service","url":"modules/app__services_registry_service.html","classes":"tsd-kind-module"},{"id":359,"kind":128,"name":"RegistryService","url":"classes/app__services_registry_service.registryservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/registry.service"},{"id":360,"kind":1024,"name":"fileGetter","url":"classes/app__services_registry_service.registryservice.html#filegetter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":361,"kind":1024,"name":"registry","url":"classes/app__services_registry_service.registryservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":362,"kind":2048,"name":"getRegistry","url":"classes/app__services_registry_service.registryservice.html#getregistry","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_services/registry.service.RegistryService"},{"id":363,"kind":512,"name":"constructor","url":"classes/app__services_registry_service.registryservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/registry.service.RegistryService"},{"id":364,"kind":1,"name":"app/_services/token.service","url":"modules/app__services_token_service.html","classes":"tsd-kind-module"},{"id":365,"kind":128,"name":"TokenService","url":"classes/app__services_token_service.tokenservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/token.service"},{"id":366,"kind":512,"name":"constructor","url":"classes/app__services_token_service.tokenservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":367,"kind":1024,"name":"registry","url":"classes/app__services_token_service.tokenservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":368,"kind":1024,"name":"tokenRegistry","url":"classes/app__services_token_service.tokenservice.html#tokenregistry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":369,"kind":1024,"name":"tokens","url":"classes/app__services_token_service.tokenservice.html#tokens","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":370,"kind":1024,"name":"tokensList","url":"classes/app__services_token_service.tokenservice.html#tokenslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/token.service.TokenService"},{"id":371,"kind":1024,"name":"tokensSubject","url":"classes/app__services_token_service.tokenservice.html#tokenssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":372,"kind":1024,"name":"load","url":"classes/app__services_token_service.tokenservice.html#load","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":373,"kind":2048,"name":"init","url":"classes/app__services_token_service.tokenservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":374,"kind":2048,"name":"addToken","url":"classes/app__services_token_service.tokenservice.html#addtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":375,"kind":2048,"name":"getTokens","url":"classes/app__services_token_service.tokenservice.html#gettokens","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":376,"kind":2048,"name":"getTokenByAddress","url":"classes/app__services_token_service.tokenservice.html#gettokenbyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":377,"kind":2048,"name":"getTokenBySymbol","url":"classes/app__services_token_service.tokenservice.html#gettokenbysymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":378,"kind":2048,"name":"getTokenBalance","url":"classes/app__services_token_service.tokenservice.html#gettokenbalance","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":379,"kind":2048,"name":"getTokenName","url":"classes/app__services_token_service.tokenservice.html#gettokenname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":380,"kind":2048,"name":"getTokenSymbol","url":"classes/app__services_token_service.tokenservice.html#gettokensymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/token.service.TokenService"},{"id":381,"kind":1,"name":"app/_services/transaction.service","url":"modules/app__services_transaction_service.html","classes":"tsd-kind-module"},{"id":382,"kind":128,"name":"TransactionService","url":"classes/app__services_transaction_service.transactionservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/transaction.service"},{"id":383,"kind":512,"name":"constructor","url":"classes/app__services_transaction_service.transactionservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":384,"kind":1024,"name":"transactions","url":"classes/app__services_transaction_service.transactionservice.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":385,"kind":1024,"name":"transactionList","url":"classes/app__services_transaction_service.transactionservice.html#transactionlist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/transaction.service.TransactionService"},{"id":386,"kind":1024,"name":"transactionsSubject","url":"classes/app__services_transaction_service.transactionservice.html#transactionssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":387,"kind":1024,"name":"userInfo","url":"classes/app__services_transaction_service.transactionservice.html#userinfo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":388,"kind":1024,"name":"web3","url":"classes/app__services_transaction_service.transactionservice.html#web3","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":389,"kind":1024,"name":"registry","url":"classes/app__services_transaction_service.transactionservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":390,"kind":2048,"name":"init","url":"classes/app__services_transaction_service.transactionservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":391,"kind":2048,"name":"getAllTransactions","url":"classes/app__services_transaction_service.transactionservice.html#getalltransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":392,"kind":2048,"name":"getAddressTransactions","url":"classes/app__services_transaction_service.transactionservice.html#getaddresstransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":393,"kind":2048,"name":"setTransaction","url":"classes/app__services_transaction_service.transactionservice.html#settransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":394,"kind":2048,"name":"setConversion","url":"classes/app__services_transaction_service.transactionservice.html#setconversion","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":395,"kind":2048,"name":"addTransaction","url":"classes/app__services_transaction_service.transactionservice.html#addtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":396,"kind":2048,"name":"resetTransactionsList","url":"classes/app__services_transaction_service.transactionservice.html#resettransactionslist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":397,"kind":2048,"name":"getAccountInfo","url":"classes/app__services_transaction_service.transactionservice.html#getaccountinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":398,"kind":2048,"name":"transferRequest","url":"classes/app__services_transaction_service.transactionservice.html#transferrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/transaction.service.TransactionService"},{"id":399,"kind":1,"name":"app/_services/user.service","url":"modules/app__services_user_service.html","classes":"tsd-kind-module"},{"id":400,"kind":128,"name":"UserService","url":"classes/app__services_user_service.userservice.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/user.service"},{"id":401,"kind":512,"name":"constructor","url":"classes/app__services_user_service.userservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":402,"kind":1024,"name":"headers","url":"classes/app__services_user_service.userservice.html#headers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":403,"kind":1024,"name":"keystore","url":"classes/app__services_user_service.userservice.html#keystore","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":404,"kind":1024,"name":"signer","url":"classes/app__services_user_service.userservice.html#signer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":405,"kind":1024,"name":"registry","url":"classes/app__services_user_service.userservice.html#registry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":406,"kind":1024,"name":"accounts","url":"classes/app__services_user_service.userservice.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":407,"kind":1024,"name":"accountsList","url":"classes/app__services_user_service.userservice.html#accountslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/user.service.UserService"},{"id":408,"kind":1024,"name":"accountsSubject","url":"classes/app__services_user_service.userservice.html#accountssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":409,"kind":1024,"name":"actions","url":"classes/app__services_user_service.userservice.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":410,"kind":1024,"name":"actionsList","url":"classes/app__services_user_service.userservice.html#actionslist","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"app/_services/user.service.UserService"},{"id":411,"kind":1024,"name":"actionsSubject","url":"classes/app__services_user_service.userservice.html#actionssubject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":412,"kind":2048,"name":"init","url":"classes/app__services_user_service.userservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":413,"kind":2048,"name":"resetPin","url":"classes/app__services_user_service.userservice.html#resetpin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":414,"kind":2048,"name":"getAccountStatus","url":"classes/app__services_user_service.userservice.html#getaccountstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":415,"kind":2048,"name":"getLockedAccounts","url":"classes/app__services_user_service.userservice.html#getlockedaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":416,"kind":2048,"name":"changeAccountInfo","url":"classes/app__services_user_service.userservice.html#changeaccountinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":417,"kind":2048,"name":"updateMeta","url":"classes/app__services_user_service.userservice.html#updatemeta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":418,"kind":2048,"name":"getActions","url":"classes/app__services_user_service.userservice.html#getactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":419,"kind":2048,"name":"getActionById","url":"classes/app__services_user_service.userservice.html#getactionbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":420,"kind":2048,"name":"approveAction","url":"classes/app__services_user_service.userservice.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":421,"kind":2048,"name":"revokeAction","url":"classes/app__services_user_service.userservice.html#revokeaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":422,"kind":2048,"name":"getAccountDetailsFromMeta","url":"classes/app__services_user_service.userservice.html#getaccountdetailsfrommeta","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":423,"kind":2048,"name":"wrap","url":"classes/app__services_user_service.userservice.html#wrap","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":424,"kind":2048,"name":"loadAccounts","url":"classes/app__services_user_service.userservice.html#loadaccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":425,"kind":2048,"name":"getAccountByAddress","url":"classes/app__services_user_service.userservice.html#getaccountbyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":426,"kind":2048,"name":"getAccountByPhone","url":"classes/app__services_user_service.userservice.html#getaccountbyphone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":427,"kind":2048,"name":"resetAccountsList","url":"classes/app__services_user_service.userservice.html#resetaccountslist","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":428,"kind":2048,"name":"searchAccountByName","url":"classes/app__services_user_service.userservice.html#searchaccountbyname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":429,"kind":2048,"name":"getCategories","url":"classes/app__services_user_service.userservice.html#getcategories","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":430,"kind":2048,"name":"getCategoryByProduct","url":"classes/app__services_user_service.userservice.html#getcategorybyproduct","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":431,"kind":2048,"name":"getAccountTypes","url":"classes/app__services_user_service.userservice.html#getaccounttypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":432,"kind":2048,"name":"getTransactionTypes","url":"classes/app__services_user_service.userservice.html#gettransactiontypes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":433,"kind":2048,"name":"getGenders","url":"classes/app__services_user_service.userservice.html#getgenders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":434,"kind":2048,"name":"addAccount","url":"classes/app__services_user_service.userservice.html#addaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/_services/user.service.UserService"},{"id":435,"kind":1,"name":"app/_services/web3.service","url":"modules/app__services_web3_service.html","classes":"tsd-kind-module"},{"id":436,"kind":128,"name":"Web3Service","url":"classes/app__services_web3_service.web3service.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/_services/web3.service"},{"id":437,"kind":1024,"name":"web3","url":"classes/app__services_web3_service.web3service.html#web3","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"app/_services/web3.service.Web3Service"},{"id":438,"kind":2048,"name":"getInstance","url":"classes/app__services_web3_service.web3service.html#getinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"app/_services/web3.service.Web3Service"},{"id":439,"kind":512,"name":"constructor","url":"classes/app__services_web3_service.web3service.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/_services/web3.service.Web3Service"},{"id":440,"kind":1,"name":"app/app-routing.module","url":"modules/app_app_routing_module.html","classes":"tsd-kind-module"},{"id":441,"kind":128,"name":"AppRoutingModule","url":"classes/app_app_routing_module.approutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app-routing.module"},{"id":442,"kind":512,"name":"constructor","url":"classes/app_app_routing_module.approutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app-routing.module.AppRoutingModule"},{"id":443,"kind":1,"name":"app/app.component","url":"modules/app_app_component.html","classes":"tsd-kind-module"},{"id":444,"kind":128,"name":"AppComponent","url":"classes/app_app_component.appcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app.component"},{"id":445,"kind":512,"name":"constructor","url":"classes/app_app_component.appcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":446,"kind":1024,"name":"title","url":"classes/app_app_component.appcomponent.html#title","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":447,"kind":1024,"name":"readyStateTarget","url":"classes/app_app_component.appcomponent.html#readystatetarget","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":448,"kind":1024,"name":"readyState","url":"classes/app_app_component.appcomponent.html#readystate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":449,"kind":1024,"name":"mediaQuery","url":"classes/app_app_component.appcomponent.html#mediaquery","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":450,"kind":2048,"name":"ngOnInit","url":"classes/app_app_component.appcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":451,"kind":2048,"name":"onResize","url":"classes/app_app_component.appcomponent.html#onresize","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":452,"kind":2048,"name":"cicTransfer","url":"classes/app_app_component.appcomponent.html#cictransfer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":453,"kind":2048,"name":"cicConvert","url":"classes/app_app_component.appcomponent.html#cicconvert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/app.component.AppComponent"},{"id":454,"kind":1,"name":"app/app.module","url":"modules/app_app_module.html","classes":"tsd-kind-module"},{"id":455,"kind":128,"name":"AppModule","url":"classes/app_app_module.appmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/app.module"},{"id":456,"kind":512,"name":"constructor","url":"classes/app_app_module.appmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/app.module.AppModule"},{"id":457,"kind":1,"name":"app/auth/_directives","url":"modules/app_auth__directives.html","classes":"tsd-kind-module"},{"id":458,"kind":1,"name":"app/auth/_directives/password-toggle.directive","url":"modules/app_auth__directives_password_toggle_directive.html","classes":"tsd-kind-module"},{"id":459,"kind":128,"name":"PasswordToggleDirective","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/_directives/password-toggle.directive"},{"id":460,"kind":512,"name":"constructor","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":461,"kind":1024,"name":"id","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":462,"kind":1024,"name":"iconId","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#iconid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":463,"kind":2048,"name":"togglePasswordVisibility","url":"classes/app_auth__directives_password_toggle_directive.passwordtoggledirective.html#togglepasswordvisibility","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/_directives/password-toggle.directive.PasswordToggleDirective"},{"id":464,"kind":1,"name":"app/auth/auth-routing.module","url":"modules/app_auth_auth_routing_module.html","classes":"tsd-kind-module"},{"id":465,"kind":128,"name":"AuthRoutingModule","url":"classes/app_auth_auth_routing_module.authroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth-routing.module"},{"id":466,"kind":512,"name":"constructor","url":"classes/app_auth_auth_routing_module.authroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth-routing.module.AuthRoutingModule"},{"id":467,"kind":1,"name":"app/auth/auth.component","url":"modules/app_auth_auth_component.html","classes":"tsd-kind-module"},{"id":468,"kind":128,"name":"AuthComponent","url":"classes/app_auth_auth_component.authcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth.component"},{"id":469,"kind":512,"name":"constructor","url":"classes/app_auth_auth_component.authcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":470,"kind":1024,"name":"keyForm","url":"classes/app_auth_auth_component.authcomponent.html#keyform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":471,"kind":1024,"name":"submitted","url":"classes/app_auth_auth_component.authcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":472,"kind":1024,"name":"loading","url":"classes/app_auth_auth_component.authcomponent.html#loading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":473,"kind":1024,"name":"matcher","url":"classes/app_auth_auth_component.authcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":474,"kind":2048,"name":"ngOnInit","url":"classes/app_auth_auth_component.authcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":475,"kind":262144,"name":"keyFormStub","url":"classes/app_auth_auth_component.authcomponent.html#keyformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":476,"kind":2048,"name":"onSubmit","url":"classes/app_auth_auth_component.authcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":477,"kind":2048,"name":"login","url":"classes/app_auth_auth_component.authcomponent.html#login","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":478,"kind":2048,"name":"switchWindows","url":"classes/app_auth_auth_component.authcomponent.html#switchwindows","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":479,"kind":2048,"name":"toggleDisplay","url":"classes/app_auth_auth_component.authcomponent.html#toggledisplay","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/auth/auth.component.AuthComponent"},{"id":480,"kind":1,"name":"app/auth/auth.module","url":"modules/app_auth_auth_module.html","classes":"tsd-kind-module"},{"id":481,"kind":128,"name":"AuthModule","url":"classes/app_auth_auth_module.authmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/auth/auth.module"},{"id":482,"kind":512,"name":"constructor","url":"classes/app_auth_auth_module.authmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/auth/auth.module.AuthModule"},{"id":483,"kind":1,"name":"app/pages/accounts/account-details/account-details.component","url":"modules/app_pages_accounts_account_details_account_details_component.html","classes":"tsd-kind-module"},{"id":484,"kind":128,"name":"AccountDetailsComponent","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/account-details/account-details.component"},{"id":485,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":486,"kind":1024,"name":"transactionsDataSource","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":487,"kind":1024,"name":"transactionsDisplayedColumns","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":488,"kind":1024,"name":"transactionsDefaultPageSize","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionsdefaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":489,"kind":1024,"name":"transactionsPageSizeOptions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionspagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":490,"kind":1024,"name":"transactionTablePaginator","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactiontablepaginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":491,"kind":1024,"name":"transactionTableSort","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactiontablesort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":492,"kind":1024,"name":"userDataSource","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userdatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":493,"kind":1024,"name":"userDisplayedColumns","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userdisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":494,"kind":1024,"name":"usersDefaultPageSize","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usersdefaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":495,"kind":1024,"name":"usersPageSizeOptions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#userspagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":496,"kind":1024,"name":"userTablePaginator","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usertablepaginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":497,"kind":1024,"name":"userTableSort","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#usertablesort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":498,"kind":1024,"name":"accountInfoForm","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountinfoform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":499,"kind":1024,"name":"account","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#account","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":500,"kind":1024,"name":"accountAddress","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountaddress","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":501,"kind":1024,"name":"accountStatus","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountstatus","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":502,"kind":1024,"name":"accounts","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":503,"kind":1024,"name":"accountsType","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":504,"kind":1024,"name":"categories","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#categories","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":505,"kind":1024,"name":"areaNames","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#areanames","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":506,"kind":1024,"name":"areaTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#areatypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":507,"kind":1024,"name":"transaction","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":508,"kind":1024,"name":"transactions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":509,"kind":1024,"name":"transactionsType","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":510,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":511,"kind":1024,"name":"transactionsTypes","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#transactionstypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":512,"kind":1024,"name":"genders","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#genders","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":513,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":514,"kind":1024,"name":"submitted","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":515,"kind":1024,"name":"bloxbergLink","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#bloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":516,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":517,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":518,"kind":2048,"name":"doTransactionFilter","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#dotransactionfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":519,"kind":2048,"name":"doUserFilter","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#douserfilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":520,"kind":2048,"name":"viewTransaction","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#viewtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":521,"kind":2048,"name":"viewAccount","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#viewaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":522,"kind":262144,"name":"accountInfoFormStub","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#accountinfoformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":523,"kind":2048,"name":"saveInfo","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#saveinfo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":524,"kind":2048,"name":"filterAccounts","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#filteraccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":525,"kind":2048,"name":"filterTransactions","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#filtertransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":526,"kind":2048,"name":"resetPin","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#resetpin","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":527,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":528,"kind":2048,"name":"copyAddress","url":"classes/app_pages_accounts_account_details_account_details_component.accountdetailscomponent.html#copyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-details/account-details.component.AccountDetailsComponent"},{"id":529,"kind":1,"name":"app/pages/accounts/account-search/account-search.component","url":"modules/app_pages_accounts_account_search_account_search_component.html","classes":"tsd-kind-module"},{"id":530,"kind":128,"name":"AccountSearchComponent","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/account-search/account-search.component"},{"id":531,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":532,"kind":1024,"name":"nameSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":533,"kind":1024,"name":"nameSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":534,"kind":1024,"name":"nameSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":535,"kind":1024,"name":"phoneSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":536,"kind":1024,"name":"phoneSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":537,"kind":1024,"name":"phoneSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":538,"kind":1024,"name":"addressSearchForm","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":539,"kind":1024,"name":"addressSearchSubmitted","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchsubmitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":540,"kind":1024,"name":"addressSearchLoading","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchloading","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":541,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":542,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":543,"kind":262144,"name":"nameSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#namesearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":544,"kind":262144,"name":"phoneSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#phonesearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":545,"kind":262144,"name":"addressSearchFormStub","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#addresssearchformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":546,"kind":2048,"name":"onNameSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onnamesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":547,"kind":2048,"name":"onPhoneSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onphonesearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":548,"kind":2048,"name":"onAddressSearch","url":"classes/app_pages_accounts_account_search_account_search_component.accountsearchcomponent.html#onaddresssearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/account-search/account-search.component.AccountSearchComponent"},{"id":549,"kind":1,"name":"app/pages/accounts/accounts-routing.module","url":"modules/app_pages_accounts_accounts_routing_module.html","classes":"tsd-kind-module"},{"id":550,"kind":128,"name":"AccountsRoutingModule","url":"classes/app_pages_accounts_accounts_routing_module.accountsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts-routing.module"},{"id":551,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_routing_module.accountsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts-routing.module.AccountsRoutingModule"},{"id":552,"kind":1,"name":"app/pages/accounts/accounts.component","url":"modules/app_pages_accounts_accounts_component.html","classes":"tsd-kind-module"},{"id":553,"kind":128,"name":"AccountsComponent","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts.component"},{"id":554,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":555,"kind":1024,"name":"dataSource","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":556,"kind":1024,"name":"accounts","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accounts","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":557,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":558,"kind":1024,"name":"defaultPageSize","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#defaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":559,"kind":1024,"name":"pageSizeOptions","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#pagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":560,"kind":1024,"name":"accountsType","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accountstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":561,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":562,"kind":1024,"name":"paginator","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":563,"kind":1024,"name":"sort","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":564,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":565,"kind":2048,"name":"doFilter","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":566,"kind":2048,"name":"viewAccount","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#viewaccount","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":567,"kind":2048,"name":"filterAccounts","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#filteraccounts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":568,"kind":2048,"name":"refreshPaginator","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#refreshpaginator","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":569,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_accounts_accounts_component.accountscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/accounts.component.AccountsComponent"},{"id":570,"kind":1,"name":"app/pages/accounts/accounts.module","url":"modules/app_pages_accounts_accounts_module.html","classes":"tsd-kind-module"},{"id":571,"kind":128,"name":"AccountsModule","url":"classes/app_pages_accounts_accounts_module.accountsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/accounts.module"},{"id":572,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_accounts_module.accountsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/accounts.module.AccountsModule"},{"id":573,"kind":1,"name":"app/pages/accounts/create-account/create-account.component","url":"modules/app_pages_accounts_create_account_create_account_component.html","classes":"tsd-kind-module"},{"id":574,"kind":128,"name":"CreateAccountComponent","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/accounts/create-account/create-account.component"},{"id":575,"kind":512,"name":"constructor","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":576,"kind":1024,"name":"createForm","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#createform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":577,"kind":1024,"name":"matcher","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":578,"kind":1024,"name":"submitted","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":579,"kind":1024,"name":"categories","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#categories","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":580,"kind":1024,"name":"areaNames","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#areanames","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":581,"kind":1024,"name":"accountTypes","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#accounttypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":582,"kind":1024,"name":"genders","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#genders","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":583,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":584,"kind":262144,"name":"createFormStub","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#createformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":585,"kind":2048,"name":"onSubmit","url":"classes/app_pages_accounts_create_account_create_account_component.createaccountcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/accounts/create-account/create-account.component.CreateAccountComponent"},{"id":586,"kind":1,"name":"app/pages/admin/admin-routing.module","url":"modules/app_pages_admin_admin_routing_module.html","classes":"tsd-kind-module"},{"id":587,"kind":128,"name":"AdminRoutingModule","url":"classes/app_pages_admin_admin_routing_module.adminroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin-routing.module"},{"id":588,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_routing_module.adminroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin-routing.module.AdminRoutingModule"},{"id":589,"kind":1,"name":"app/pages/admin/admin.component","url":"modules/app_pages_admin_admin_component.html","classes":"tsd-kind-module"},{"id":590,"kind":128,"name":"AdminComponent","url":"classes/app_pages_admin_admin_component.admincomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin.component"},{"id":591,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_component.admincomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":592,"kind":1024,"name":"dataSource","url":"classes/app_pages_admin_admin_component.admincomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":593,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_admin_admin_component.admincomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":594,"kind":1024,"name":"action","url":"classes/app_pages_admin_admin_component.admincomponent.html#action","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":595,"kind":1024,"name":"actions","url":"classes/app_pages_admin_admin_component.admincomponent.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":596,"kind":1024,"name":"paginator","url":"classes/app_pages_admin_admin_component.admincomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":597,"kind":1024,"name":"sort","url":"classes/app_pages_admin_admin_component.admincomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":598,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_admin_admin_component.admincomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":599,"kind":2048,"name":"doFilter","url":"classes/app_pages_admin_admin_component.admincomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":600,"kind":2048,"name":"approvalStatus","url":"classes/app_pages_admin_admin_component.admincomponent.html#approvalstatus","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":601,"kind":2048,"name":"approveAction","url":"classes/app_pages_admin_admin_component.admincomponent.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":602,"kind":2048,"name":"disapproveAction","url":"classes/app_pages_admin_admin_component.admincomponent.html#disapproveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":603,"kind":2048,"name":"expandCollapse","url":"classes/app_pages_admin_admin_component.admincomponent.html#expandcollapse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":604,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_admin_admin_component.admincomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/admin/admin.component.AdminComponent"},{"id":605,"kind":1,"name":"app/pages/admin/admin.module","url":"modules/app_pages_admin_admin_module.html","classes":"tsd-kind-module"},{"id":606,"kind":128,"name":"AdminModule","url":"classes/app_pages_admin_admin_module.adminmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/admin/admin.module"},{"id":607,"kind":512,"name":"constructor","url":"classes/app_pages_admin_admin_module.adminmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/admin/admin.module.AdminModule"},{"id":608,"kind":1,"name":"app/pages/pages-routing.module","url":"modules/app_pages_pages_routing_module.html","classes":"tsd-kind-module"},{"id":609,"kind":128,"name":"PagesRoutingModule","url":"classes/app_pages_pages_routing_module.pagesroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages-routing.module"},{"id":610,"kind":512,"name":"constructor","url":"classes/app_pages_pages_routing_module.pagesroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages-routing.module.PagesRoutingModule"},{"id":611,"kind":1,"name":"app/pages/pages.component","url":"modules/app_pages_pages_component.html","classes":"tsd-kind-module"},{"id":612,"kind":128,"name":"PagesComponent","url":"classes/app_pages_pages_component.pagescomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages.component"},{"id":613,"kind":512,"name":"constructor","url":"classes/app_pages_pages_component.pagescomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages.component.PagesComponent"},{"id":614,"kind":1024,"name":"url","url":"classes/app_pages_pages_component.pagescomponent.html#url","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/pages.component.PagesComponent"},{"id":615,"kind":1,"name":"app/pages/pages.module","url":"modules/app_pages_pages_module.html","classes":"tsd-kind-module"},{"id":616,"kind":128,"name":"PagesModule","url":"classes/app_pages_pages_module.pagesmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/pages.module"},{"id":617,"kind":512,"name":"constructor","url":"classes/app_pages_pages_module.pagesmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/pages.module.PagesModule"},{"id":618,"kind":1,"name":"app/pages/settings/organization/organization.component","url":"modules/app_pages_settings_organization_organization_component.html","classes":"tsd-kind-module"},{"id":619,"kind":128,"name":"OrganizationComponent","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/organization/organization.component"},{"id":620,"kind":512,"name":"constructor","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":621,"kind":1024,"name":"organizationForm","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#organizationform","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":622,"kind":1024,"name":"submitted","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#submitted","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":623,"kind":1024,"name":"matcher","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#matcher","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":624,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":625,"kind":262144,"name":"organizationFormStub","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#organizationformstub","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":626,"kind":2048,"name":"onSubmit","url":"classes/app_pages_settings_organization_organization_component.organizationcomponent.html#onsubmit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/organization/organization.component.OrganizationComponent"},{"id":627,"kind":1,"name":"app/pages/settings/settings-routing.module","url":"modules/app_pages_settings_settings_routing_module.html","classes":"tsd-kind-module"},{"id":628,"kind":128,"name":"SettingsRoutingModule","url":"classes/app_pages_settings_settings_routing_module.settingsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings-routing.module"},{"id":629,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_routing_module.settingsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings-routing.module.SettingsRoutingModule"},{"id":630,"kind":1,"name":"app/pages/settings/settings.component","url":"modules/app_pages_settings_settings_component.html","classes":"tsd-kind-module"},{"id":631,"kind":128,"name":"SettingsComponent","url":"classes/app_pages_settings_settings_component.settingscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings.component"},{"id":632,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_component.settingscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":633,"kind":1024,"name":"date","url":"classes/app_pages_settings_settings_component.settingscomponent.html#date","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":634,"kind":1024,"name":"dataSource","url":"classes/app_pages_settings_settings_component.settingscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":635,"kind":1024,"name":"displayedColumns","url":"classes/app_pages_settings_settings_component.settingscomponent.html#displayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":636,"kind":1024,"name":"trustedUsers","url":"classes/app_pages_settings_settings_component.settingscomponent.html#trustedusers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":637,"kind":1024,"name":"userInfo","url":"classes/app_pages_settings_settings_component.settingscomponent.html#userinfo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":638,"kind":1024,"name":"paginator","url":"classes/app_pages_settings_settings_component.settingscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":639,"kind":1024,"name":"sort","url":"classes/app_pages_settings_settings_component.settingscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":640,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_settings_settings_component.settingscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":641,"kind":2048,"name":"doFilter","url":"classes/app_pages_settings_settings_component.settingscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":642,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_settings_settings_component.settingscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":643,"kind":2048,"name":"logout","url":"classes/app_pages_settings_settings_component.settingscomponent.html#logout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/settings/settings.component.SettingsComponent"},{"id":644,"kind":1,"name":"app/pages/settings/settings.module","url":"modules/app_pages_settings_settings_module.html","classes":"tsd-kind-module"},{"id":645,"kind":128,"name":"SettingsModule","url":"classes/app_pages_settings_settings_module.settingsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/settings/settings.module"},{"id":646,"kind":512,"name":"constructor","url":"classes/app_pages_settings_settings_module.settingsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/settings/settings.module.SettingsModule"},{"id":647,"kind":1,"name":"app/pages/tokens/token-details/token-details.component","url":"modules/app_pages_tokens_token_details_token_details_component.html","classes":"tsd-kind-module"},{"id":648,"kind":128,"name":"TokenDetailsComponent","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/token-details/token-details.component"},{"id":649,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":650,"kind":1024,"name":"token","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":651,"kind":1024,"name":"closeWindow","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#closewindow","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":652,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":653,"kind":2048,"name":"close","url":"classes/app_pages_tokens_token_details_token_details_component.tokendetailscomponent.html#close","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/token-details/token-details.component.TokenDetailsComponent"},{"id":654,"kind":1,"name":"app/pages/tokens/tokens-routing.module","url":"modules/app_pages_tokens_tokens_routing_module.html","classes":"tsd-kind-module"},{"id":655,"kind":128,"name":"TokensRoutingModule","url":"classes/app_pages_tokens_tokens_routing_module.tokensroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens-routing.module"},{"id":656,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_routing_module.tokensroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens-routing.module.TokensRoutingModule"},{"id":657,"kind":1,"name":"app/pages/tokens/tokens.component","url":"modules/app_pages_tokens_tokens_component.html","classes":"tsd-kind-module"},{"id":658,"kind":128,"name":"TokensComponent","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens.component"},{"id":659,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":660,"kind":1024,"name":"dataSource","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#datasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":661,"kind":1024,"name":"columnsToDisplay","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#columnstodisplay","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":662,"kind":1024,"name":"paginator","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":663,"kind":1024,"name":"sort","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":664,"kind":1024,"name":"tokens","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#tokens","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":665,"kind":1024,"name":"token","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#token","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":666,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":667,"kind":2048,"name":"doFilter","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":668,"kind":2048,"name":"viewToken","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#viewtoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":669,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_tokens_tokens_component.tokenscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/tokens/tokens.component.TokensComponent"},{"id":670,"kind":1,"name":"app/pages/tokens/tokens.module","url":"modules/app_pages_tokens_tokens_module.html","classes":"tsd-kind-module"},{"id":671,"kind":128,"name":"TokensModule","url":"classes/app_pages_tokens_tokens_module.tokensmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/tokens/tokens.module"},{"id":672,"kind":512,"name":"constructor","url":"classes/app_pages_tokens_tokens_module.tokensmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/tokens/tokens.module.TokensModule"},{"id":673,"kind":1,"name":"app/pages/transactions/transaction-details/transaction-details.component","url":"modules/app_pages_transactions_transaction_details_transaction_details_component.html","classes":"tsd-kind-module"},{"id":674,"kind":128,"name":"TransactionDetailsComponent","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transaction-details/transaction-details.component"},{"id":675,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":676,"kind":1024,"name":"transaction","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":677,"kind":1024,"name":"closeWindow","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#closewindow","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":678,"kind":1024,"name":"senderBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#senderbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":679,"kind":1024,"name":"recipientBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#recipientbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":680,"kind":1024,"name":"traderBloxbergLink","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#traderbloxberglink","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":681,"kind":1024,"name":"tokenName","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#tokenname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":682,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":683,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":684,"kind":2048,"name":"viewSender","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewsender","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":685,"kind":2048,"name":"viewRecipient","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewrecipient","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":686,"kind":2048,"name":"viewTrader","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#viewtrader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":687,"kind":2048,"name":"reverseTransaction","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#reversetransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":688,"kind":2048,"name":"copyAddress","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#copyaddress","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":689,"kind":2048,"name":"close","url":"classes/app_pages_transactions_transaction_details_transaction_details_component.transactiondetailscomponent.html#close","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transaction-details/transaction-details.component.TransactionDetailsComponent"},{"id":690,"kind":1,"name":"app/pages/transactions/transactions-routing.module","url":"modules/app_pages_transactions_transactions_routing_module.html","classes":"tsd-kind-module"},{"id":691,"kind":128,"name":"TransactionsRoutingModule","url":"classes/app_pages_transactions_transactions_routing_module.transactionsroutingmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions-routing.module"},{"id":692,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_routing_module.transactionsroutingmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions-routing.module.TransactionsRoutingModule"},{"id":693,"kind":1,"name":"app/pages/transactions/transactions.component","url":"modules/app_pages_transactions_transactions_component.html","classes":"tsd-kind-module"},{"id":694,"kind":128,"name":"TransactionsComponent","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions.component"},{"id":695,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":696,"kind":1024,"name":"transactionDataSource","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactiondatasource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":697,"kind":1024,"name":"transactionDisplayedColumns","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactiondisplayedcolumns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":698,"kind":1024,"name":"defaultPageSize","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#defaultpagesize","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":699,"kind":1024,"name":"pageSizeOptions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#pagesizeoptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":700,"kind":1024,"name":"transactions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":701,"kind":1024,"name":"transaction","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transaction","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":702,"kind":1024,"name":"transactionsType","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactionstype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":703,"kind":1024,"name":"transactionsTypes","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#transactionstypes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":704,"kind":1024,"name":"tokenSymbol","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#tokensymbol","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":705,"kind":1024,"name":"paginator","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#paginator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":706,"kind":1024,"name":"sort","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#sort","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":707,"kind":2048,"name":"ngOnInit","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":708,"kind":2048,"name":"viewTransaction","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#viewtransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":709,"kind":2048,"name":"doFilter","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#dofilter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":710,"kind":2048,"name":"filterTransactions","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#filtertransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":711,"kind":2048,"name":"ngAfterViewInit","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#ngafterviewinit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":712,"kind":2048,"name":"downloadCsv","url":"classes/app_pages_transactions_transactions_component.transactionscomponent.html#downloadcsv","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/pages/transactions/transactions.component.TransactionsComponent"},{"id":713,"kind":1,"name":"app/pages/transactions/transactions.module","url":"modules/app_pages_transactions_transactions_module.html","classes":"tsd-kind-module"},{"id":714,"kind":128,"name":"TransactionsModule","url":"classes/app_pages_transactions_transactions_module.transactionsmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/pages/transactions/transactions.module"},{"id":715,"kind":512,"name":"constructor","url":"classes/app_pages_transactions_transactions_module.transactionsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/pages/transactions/transactions.module.TransactionsModule"},{"id":716,"kind":1,"name":"app/shared/_directives/menu-selection.directive","url":"modules/app_shared__directives_menu_selection_directive.html","classes":"tsd-kind-module"},{"id":717,"kind":128,"name":"MenuSelectionDirective","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_directives/menu-selection.directive"},{"id":718,"kind":512,"name":"constructor","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_directives/menu-selection.directive.MenuSelectionDirective"},{"id":719,"kind":2048,"name":"onMenuSelect","url":"classes/app_shared__directives_menu_selection_directive.menuselectiondirective.html#onmenuselect","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_directives/menu-selection.directive.MenuSelectionDirective"},{"id":720,"kind":1,"name":"app/shared/_directives/menu-toggle.directive","url":"modules/app_shared__directives_menu_toggle_directive.html","classes":"tsd-kind-module"},{"id":721,"kind":128,"name":"MenuToggleDirective","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_directives/menu-toggle.directive"},{"id":722,"kind":512,"name":"constructor","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_directives/menu-toggle.directive.MenuToggleDirective"},{"id":723,"kind":2048,"name":"onMenuToggle","url":"classes/app_shared__directives_menu_toggle_directive.menutoggledirective.html#onmenutoggle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_directives/menu-toggle.directive.MenuToggleDirective"},{"id":724,"kind":1,"name":"app/shared/_pipes/safe.pipe","url":"modules/app_shared__pipes_safe_pipe.html","classes":"tsd-kind-module"},{"id":725,"kind":128,"name":"SafePipe","url":"classes/app_shared__pipes_safe_pipe.safepipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/safe.pipe"},{"id":726,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_safe_pipe.safepipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/safe.pipe.SafePipe"},{"id":727,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_safe_pipe.safepipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/safe.pipe.SafePipe"},{"id":728,"kind":1,"name":"app/shared/_pipes/token-ratio.pipe","url":"modules/app_shared__pipes_token_ratio_pipe.html","classes":"tsd-kind-module"},{"id":729,"kind":128,"name":"TokenRatioPipe","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/token-ratio.pipe"},{"id":730,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/token-ratio.pipe.TokenRatioPipe"},{"id":731,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_token_ratio_pipe.tokenratiopipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/token-ratio.pipe.TokenRatioPipe"},{"id":732,"kind":1,"name":"app/shared/_pipes/unix-date.pipe","url":"modules/app_shared__pipes_unix_date_pipe.html","classes":"tsd-kind-module"},{"id":733,"kind":128,"name":"UnixDatePipe","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/_pipes/unix-date.pipe"},{"id":734,"kind":512,"name":"constructor","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/_pipes/unix-date.pipe.UnixDatePipe"},{"id":735,"kind":2048,"name":"transform","url":"classes/app_shared__pipes_unix_date_pipe.unixdatepipe.html#transform","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/_pipes/unix-date.pipe.UnixDatePipe"},{"id":736,"kind":1,"name":"app/shared/error-dialog/error-dialog.component","url":"modules/app_shared_error_dialog_error_dialog_component.html","classes":"tsd-kind-module"},{"id":737,"kind":128,"name":"ErrorDialogComponent","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/error-dialog/error-dialog.component"},{"id":738,"kind":512,"name":"constructor","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/error-dialog/error-dialog.component.ErrorDialogComponent"},{"id":739,"kind":1024,"name":"data","url":"classes/app_shared_error_dialog_error_dialog_component.errordialogcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/error-dialog/error-dialog.component.ErrorDialogComponent"},{"id":740,"kind":1,"name":"app/shared/footer/footer.component","url":"modules/app_shared_footer_footer_component.html","classes":"tsd-kind-module"},{"id":741,"kind":128,"name":"FooterComponent","url":"classes/app_shared_footer_footer_component.footercomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/footer/footer.component"},{"id":742,"kind":512,"name":"constructor","url":"classes/app_shared_footer_footer_component.footercomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":743,"kind":1024,"name":"currentYear","url":"classes/app_shared_footer_footer_component.footercomponent.html#currentyear","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":744,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_footer_footer_component.footercomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/footer/footer.component.FooterComponent"},{"id":745,"kind":1,"name":"app/shared/network-status/network-status.component","url":"modules/app_shared_network_status_network_status_component.html","classes":"tsd-kind-module"},{"id":746,"kind":128,"name":"NetworkStatusComponent","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/network-status/network-status.component"},{"id":747,"kind":512,"name":"constructor","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":748,"kind":1024,"name":"noInternetConnection","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#nointernetconnection","classes":"tsd-kind-property tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":749,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":750,"kind":2048,"name":"handleNetworkChange","url":"classes/app_shared_network_status_network_status_component.networkstatuscomponent.html#handlenetworkchange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/network-status/network-status.component.NetworkStatusComponent"},{"id":751,"kind":1,"name":"app/shared/shared.module","url":"modules/app_shared_shared_module.html","classes":"tsd-kind-module"},{"id":752,"kind":128,"name":"SharedModule","url":"classes/app_shared_shared_module.sharedmodule.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/shared.module"},{"id":753,"kind":512,"name":"constructor","url":"classes/app_shared_shared_module.sharedmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/shared.module.SharedModule"},{"id":754,"kind":1,"name":"app/shared/sidebar/sidebar.component","url":"modules/app_shared_sidebar_sidebar_component.html","classes":"tsd-kind-module"},{"id":755,"kind":128,"name":"SidebarComponent","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/sidebar/sidebar.component"},{"id":756,"kind":512,"name":"constructor","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/sidebar/sidebar.component.SidebarComponent"},{"id":757,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_sidebar_sidebar_component.sidebarcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/sidebar/sidebar.component.SidebarComponent"},{"id":758,"kind":1,"name":"app/shared/topbar/topbar.component","url":"modules/app_shared_topbar_topbar_component.html","classes":"tsd-kind-module"},{"id":759,"kind":128,"name":"TopbarComponent","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"app/shared/topbar/topbar.component"},{"id":760,"kind":512,"name":"constructor","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"app/shared/topbar/topbar.component.TopbarComponent"},{"id":761,"kind":2048,"name":"ngOnInit","url":"classes/app_shared_topbar_topbar_component.topbarcomponent.html#ngoninit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"app/shared/topbar/topbar.component.TopbarComponent"},{"id":762,"kind":1,"name":"assets/js/ethtx/dist/hex","url":"modules/assets_js_ethtx_dist_hex.html","classes":"tsd-kind-module"},{"id":763,"kind":64,"name":"fromHex","url":"modules/assets_js_ethtx_dist_hex.html#fromhex","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":764,"kind":64,"name":"toHex","url":"modules/assets_js_ethtx_dist_hex.html#tohex","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":765,"kind":64,"name":"strip0x","url":"modules/assets_js_ethtx_dist_hex.html#strip0x","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":766,"kind":64,"name":"add0x","url":"modules/assets_js_ethtx_dist_hex.html#add0x","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/hex"},{"id":767,"kind":1,"name":"assets/js/ethtx/dist","url":"modules/assets_js_ethtx_dist.html","classes":"tsd-kind-module"},{"id":768,"kind":1,"name":"assets/js/ethtx/dist/tx","url":"modules/assets_js_ethtx_dist_tx.html","classes":"tsd-kind-module"},{"id":769,"kind":128,"name":"Tx","url":"classes/assets_js_ethtx_dist_tx.tx.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":770,"kind":512,"name":"constructor","url":"classes/assets_js_ethtx_dist_tx.tx.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":771,"kind":1024,"name":"nonce","url":"classes/assets_js_ethtx_dist_tx.tx.html#nonce","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":772,"kind":1024,"name":"gasPrice","url":"classes/assets_js_ethtx_dist_tx.tx.html#gasprice","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":773,"kind":1024,"name":"gasLimit","url":"classes/assets_js_ethtx_dist_tx.tx.html#gaslimit","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":774,"kind":1024,"name":"to","url":"classes/assets_js_ethtx_dist_tx.tx.html#to","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":775,"kind":1024,"name":"value","url":"classes/assets_js_ethtx_dist_tx.tx.html#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":776,"kind":1024,"name":"data","url":"classes/assets_js_ethtx_dist_tx.tx.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":777,"kind":1024,"name":"v","url":"classes/assets_js_ethtx_dist_tx.tx.html#v","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":778,"kind":1024,"name":"r","url":"classes/assets_js_ethtx_dist_tx.tx.html#r","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":779,"kind":1024,"name":"s","url":"classes/assets_js_ethtx_dist_tx.tx.html#s","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":780,"kind":1024,"name":"chainId","url":"classes/assets_js_ethtx_dist_tx.tx.html#chainid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":781,"kind":1024,"name":"_signatureSet","url":"classes/assets_js_ethtx_dist_tx.tx.html#_signatureset","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":782,"kind":1024,"name":"_workBuffer","url":"classes/assets_js_ethtx_dist_tx.tx.html#_workbuffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":783,"kind":1024,"name":"_outBuffer","url":"classes/assets_js_ethtx_dist_tx.tx.html#_outbuffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":784,"kind":1024,"name":"_outBufferCursor","url":"classes/assets_js_ethtx_dist_tx.tx.html#_outbuffercursor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":785,"kind":1024,"name":"serializeNumber","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializenumber","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":786,"kind":1024,"name":"write","url":"classes/assets_js_ethtx_dist_tx.tx.html#write","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":787,"kind":2048,"name":"serializeBytes","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializebytes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":788,"kind":2048,"name":"canonicalOrder","url":"classes/assets_js_ethtx_dist_tx.tx.html#canonicalorder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":789,"kind":2048,"name":"serializeRLP","url":"classes/assets_js_ethtx_dist_tx.tx.html#serializerlp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":790,"kind":2048,"name":"message","url":"classes/assets_js_ethtx_dist_tx.tx.html#message","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":791,"kind":2048,"name":"setSignature","url":"classes/assets_js_ethtx_dist_tx.tx.html#setsignature","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":792,"kind":2048,"name":"clearSignature","url":"classes/assets_js_ethtx_dist_tx.tx.html#clearsignature","classes":"tsd-kind-method tsd-parent-kind-class","parent":"assets/js/ethtx/dist/tx.Tx"},{"id":793,"kind":64,"name":"stringToValue","url":"modules/assets_js_ethtx_dist_tx.html#stringtovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":794,"kind":64,"name":"hexToValue","url":"modules/assets_js_ethtx_dist_tx.html#hextovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":795,"kind":64,"name":"toValue","url":"modules/assets_js_ethtx_dist_tx.html#tovalue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"assets/js/ethtx/dist/tx"},{"id":796,"kind":1,"name":"environments/environment.dev","url":"modules/environments_environment_dev.html","classes":"tsd-kind-module"},{"id":797,"kind":32,"name":"environment","url":"modules/environments_environment_dev.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment.dev"},{"id":798,"kind":65536,"name":"__type","url":"modules/environments_environment_dev.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.dev.environment"},{"id":799,"kind":1024,"name":"production","url":"modules/environments_environment_dev.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":800,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment_dev.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":801,"kind":1024,"name":"logLevel","url":"modules/environments_environment_dev.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":802,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment_dev.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":803,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment_dev.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":804,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment_dev.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":805,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment_dev.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":806,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment_dev.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":807,"kind":1024,"name":"web3Provider","url":"modules/environments_environment_dev.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":808,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment_dev.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":809,"kind":1024,"name":"registryAddress","url":"modules/environments_environment_dev.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":810,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment_dev.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.dev.environment.__type"},{"id":811,"kind":1,"name":"environments/environment.prod","url":"modules/environments_environment_prod.html","classes":"tsd-kind-module"},{"id":812,"kind":32,"name":"environment","url":"modules/environments_environment_prod.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment.prod"},{"id":813,"kind":65536,"name":"__type","url":"modules/environments_environment_prod.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.prod.environment"},{"id":814,"kind":1024,"name":"production","url":"modules/environments_environment_prod.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":815,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment_prod.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":816,"kind":1024,"name":"logLevel","url":"modules/environments_environment_prod.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":817,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment_prod.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":818,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment_prod.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":819,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment_prod.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":820,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment_prod.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":821,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment_prod.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":822,"kind":1024,"name":"web3Provider","url":"modules/environments_environment_prod.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":823,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment_prod.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":824,"kind":1024,"name":"registryAddress","url":"modules/environments_environment_prod.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":825,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment_prod.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.prod.environment.__type"},{"id":826,"kind":1,"name":"environments/environment","url":"modules/environments_environment.html","classes":"tsd-kind-module"},{"id":827,"kind":32,"name":"environment","url":"modules/environments_environment.html#environment","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"environments/environment"},{"id":828,"kind":65536,"name":"__type","url":"modules/environments_environment.html#environment.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"environments/environment.environment"},{"id":829,"kind":1024,"name":"production","url":"modules/environments_environment.html#environment.__type.production","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":830,"kind":1024,"name":"bloxbergChainId","url":"modules/environments_environment.html#environment.__type.bloxbergchainid","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":831,"kind":1024,"name":"logLevel","url":"modules/environments_environment.html#environment.__type.loglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":832,"kind":1024,"name":"serverLogLevel","url":"modules/environments_environment.html#environment.__type.serverloglevel","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":833,"kind":1024,"name":"loggingUrl","url":"modules/environments_environment.html#environment.__type.loggingurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":834,"kind":1024,"name":"cicMetaUrl","url":"modules/environments_environment.html#environment.__type.cicmetaurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":835,"kind":1024,"name":"publicKeysUrl","url":"modules/environments_environment.html#environment.__type.publickeysurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":836,"kind":1024,"name":"cicCacheUrl","url":"modules/environments_environment.html#environment.__type.ciccacheurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":837,"kind":1024,"name":"web3Provider","url":"modules/environments_environment.html#environment.__type.web3provider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":838,"kind":1024,"name":"cicUssdUrl","url":"modules/environments_environment.html#environment.__type.cicussdurl","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":839,"kind":1024,"name":"registryAddress","url":"modules/environments_environment.html#environment.__type.registryaddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":840,"kind":1024,"name":"trustedDeclaratorAddress","url":"modules/environments_environment.html#environment.__type.trusteddeclaratoraddress","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"environments/environment.environment.__type"},{"id":841,"kind":1,"name":"main","url":"modules/main.html","classes":"tsd-kind-module"},{"id":842,"kind":1,"name":"polyfills","url":"modules/polyfills.html","classes":"tsd-kind-module"},{"id":843,"kind":1,"name":"test","url":"modules/test.html","classes":"tsd-kind-module"},{"id":844,"kind":1,"name":"testing/activated-route-stub","url":"modules/testing_activated_route_stub.html","classes":"tsd-kind-module"},{"id":845,"kind":128,"name":"ActivatedRouteStub","url":"classes/testing_activated_route_stub.activatedroutestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/activated-route-stub"},{"id":846,"kind":512,"name":"constructor","url":"classes/testing_activated_route_stub.activatedroutestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":847,"kind":1024,"name":"subject","url":"classes/testing_activated_route_stub.activatedroutestub.html#subject","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":848,"kind":1024,"name":"paramMap","url":"classes/testing_activated_route_stub.activatedroutestub.html#parammap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":849,"kind":2048,"name":"setParamMap","url":"classes/testing_activated_route_stub.activatedroutestub.html#setparammap","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/activated-route-stub.ActivatedRouteStub"},{"id":850,"kind":1,"name":"testing","url":"modules/testing.html","classes":"tsd-kind-module"},{"id":851,"kind":1,"name":"testing/router-link-directive-stub","url":"modules/testing_router_link_directive_stub.html","classes":"tsd-kind-module"},{"id":852,"kind":128,"name":"RouterLinkDirectiveStub","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/router-link-directive-stub"},{"id":853,"kind":512,"name":"constructor","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":854,"kind":1024,"name":"linkParams","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#linkparams","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":855,"kind":1024,"name":"navigatedTo","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#navigatedto","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":856,"kind":2048,"name":"onClick","url":"classes/testing_router_link_directive_stub.routerlinkdirectivestub.html#onclick","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/router-link-directive-stub.RouterLinkDirectiveStub"},{"id":857,"kind":1,"name":"testing/shared-module-stub","url":"modules/testing_shared_module_stub.html","classes":"tsd-kind-module"},{"id":858,"kind":128,"name":"SidebarStubComponent","url":"classes/testing_shared_module_stub.sidebarstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":859,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.sidebarstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.SidebarStubComponent"},{"id":860,"kind":128,"name":"TopbarStubComponent","url":"classes/testing_shared_module_stub.topbarstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":861,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.topbarstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.TopbarStubComponent"},{"id":862,"kind":128,"name":"FooterStubComponent","url":"classes/testing_shared_module_stub.footerstubcomponent.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/shared-module-stub"},{"id":863,"kind":512,"name":"constructor","url":"classes/testing_shared_module_stub.footerstubcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/shared-module-stub.FooterStubComponent"},{"id":864,"kind":1,"name":"testing/token-service-stub","url":"modules/testing_token_service_stub.html","classes":"tsd-kind-module"},{"id":865,"kind":128,"name":"TokenServiceStub","url":"classes/testing_token_service_stub.tokenservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/token-service-stub"},{"id":866,"kind":512,"name":"constructor","url":"classes/testing_token_service_stub.tokenservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/token-service-stub.TokenServiceStub"},{"id":867,"kind":2048,"name":"getBySymbol","url":"classes/testing_token_service_stub.tokenservicestub.html#getbysymbol","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/token-service-stub.TokenServiceStub"},{"id":868,"kind":1,"name":"testing/transaction-service-stub","url":"modules/testing_transaction_service_stub.html","classes":"tsd-kind-module"},{"id":869,"kind":128,"name":"TransactionServiceStub","url":"classes/testing_transaction_service_stub.transactionservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/transaction-service-stub"},{"id":870,"kind":512,"name":"constructor","url":"classes/testing_transaction_service_stub.transactionservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":871,"kind":2048,"name":"setTransaction","url":"classes/testing_transaction_service_stub.transactionservicestub.html#settransaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":872,"kind":2048,"name":"setConversion","url":"classes/testing_transaction_service_stub.transactionservicestub.html#setconversion","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":873,"kind":2048,"name":"getAllTransactions","url":"classes/testing_transaction_service_stub.transactionservicestub.html#getalltransactions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/transaction-service-stub.TransactionServiceStub"},{"id":874,"kind":1,"name":"testing/user-service-stub","url":"modules/testing_user_service_stub.html","classes":"tsd-kind-module"},{"id":875,"kind":128,"name":"UserServiceStub","url":"classes/testing_user_service_stub.userservicestub.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"testing/user-service-stub"},{"id":876,"kind":512,"name":"constructor","url":"classes/testing_user_service_stub.userservicestub.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":877,"kind":1024,"name":"users","url":"classes/testing_user_service_stub.userservicestub.html#users","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":878,"kind":1024,"name":"actions","url":"classes/testing_user_service_stub.userservicestub.html#actions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":879,"kind":2048,"name":"getUserById","url":"classes/testing_user_service_stub.userservicestub.html#getuserbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":880,"kind":2048,"name":"getUser","url":"classes/testing_user_service_stub.userservicestub.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":881,"kind":2048,"name":"getActionById","url":"classes/testing_user_service_stub.userservicestub.html#getactionbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":882,"kind":2048,"name":"approveAction","url":"classes/testing_user_service_stub.userservicestub.html#approveaction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"testing/user-service-stub.UserServiceStub"},{"id":883,"kind":16777216,"name":"AccountIndex","url":"modules/app__eth.html#accountindex","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_eth"},{"id":884,"kind":16777216,"name":"TokenRegistry","url":"modules/app__eth.html#tokenregistry","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_eth"},{"id":885,"kind":16777216,"name":"AuthGuard","url":"modules/app__guards.html#authguard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_guards"},{"id":886,"kind":16777216,"name":"RoleGuard","url":"modules/app__guards.html#roleguard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_guards"},{"id":887,"kind":16777216,"name":"arraySum","url":"modules/app__helpers.html#arraysum","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":888,"kind":16777216,"name":"copyToClipboard","url":"modules/app__helpers.html#copytoclipboard","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":889,"kind":16777216,"name":"CustomValidator","url":"modules/app__helpers.html#customvalidator","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":890,"kind":16777216,"name":"CustomErrorStateMatcher","url":"modules/app__helpers.html#customerrorstatematcher","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":891,"kind":16777216,"name":"exportCsv","url":"modules/app__helpers.html#exportcsv","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":892,"kind":16777216,"name":"rejectBody","url":"modules/app__helpers.html#rejectbody","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":893,"kind":16777216,"name":"HttpError","url":"modules/app__helpers.html#httperror","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":894,"kind":16777216,"name":"GlobalErrorHandler","url":"modules/app__helpers.html#globalerrorhandler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":895,"kind":16777216,"name":"HttpGetter","url":"modules/app__helpers.html#httpgetter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":896,"kind":16777216,"name":"MockBackendInterceptor","url":"modules/app__helpers.html#mockbackendinterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":897,"kind":16777216,"name":"MockBackendProvider","url":"modules/app__helpers.html#mockbackendprovider","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":898,"kind":16777216,"name":"readCsv","url":"modules/app__helpers.html#readcsv","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":899,"kind":16777216,"name":"personValidation","url":"modules/app__helpers.html#personvalidation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":900,"kind":16777216,"name":"vcardValidation","url":"modules/app__helpers.html#vcardvalidation","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":901,"kind":16777216,"name":"updateSyncable","url":"modules/app__helpers.html#updatesyncable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_helpers"},{"id":902,"kind":16777216,"name":"ErrorInterceptor","url":"modules/app__interceptors.html#errorinterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":903,"kind":16777216,"name":"HttpConfigInterceptor","url":"modules/app__interceptors.html#httpconfiginterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":904,"kind":16777216,"name":"LoggingInterceptor","url":"modules/app__interceptors.html#logginginterceptor","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_interceptors"},{"id":905,"kind":16777216,"name":"AccountDetails","url":"modules/app__models.html#accountdetails","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":906,"kind":16777216,"name":"Meta","url":"modules/app__models.html#meta","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":907,"kind":16777216,"name":"MetaResponse","url":"modules/app__models.html#metaresponse","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":908,"kind":16777216,"name":"Signature","url":"modules/app__models.html#signature","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":909,"kind":16777216,"name":"defaultAccount","url":"modules/app__models.html#defaultaccount","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":910,"kind":16777216,"name":"Action","url":"modules/app__models.html#action","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":911,"kind":16777216,"name":"AreaName","url":"modules/app__models.html#areaname","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":912,"kind":16777216,"name":"AreaType","url":"modules/app__models.html#areatype","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":913,"kind":16777216,"name":"Category","url":"modules/app__models.html#category","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":914,"kind":16777216,"name":"Settings","url":"modules/app__models.html#settings","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":915,"kind":16777216,"name":"W3","url":"modules/app__models.html#w3","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":916,"kind":16777216,"name":"Staff","url":"modules/app__models.html#staff","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":917,"kind":16777216,"name":"Token","url":"modules/app__models.html#token","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":918,"kind":16777216,"name":"Conversion","url":"modules/app__models.html#conversion","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":919,"kind":16777216,"name":"Transaction","url":"modules/app__models.html#transaction","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":920,"kind":16777216,"name":"Tx","url":"modules/app__models.html#tx","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":921,"kind":16777216,"name":"TxToken","url":"modules/app__models.html#txtoken","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_models"},{"id":922,"kind":16777216,"name":"MutableKeyStore","url":"modules/app__pgp.html#mutablekeystore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":923,"kind":16777216,"name":"MutablePgpKeyStore","url":"modules/app__pgp.html#mutablepgpkeystore","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":924,"kind":16777216,"name":"PGPSigner","url":"modules/app__pgp.html#pgpsigner","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":925,"kind":16777216,"name":"Signable","url":"modules/app__pgp.html#signable","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":926,"kind":16777216,"name":"Signature","url":"modules/app__pgp.html#signature","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":927,"kind":16777216,"name":"Signer","url":"modules/app__pgp.html#signer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_pgp"},{"id":928,"kind":16777216,"name":"AuthService","url":"modules/app__services.html#authservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":929,"kind":16777216,"name":"TransactionService","url":"modules/app__services.html#transactionservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":930,"kind":16777216,"name":"UserService","url":"modules/app__services.html#userservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":931,"kind":16777216,"name":"TokenService","url":"modules/app__services.html#tokenservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":932,"kind":16777216,"name":"BlockSyncService","url":"modules/app__services.html#blocksyncservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":933,"kind":16777216,"name":"LocationService","url":"modules/app__services.html#locationservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":934,"kind":16777216,"name":"LoggingService","url":"modules/app__services.html#loggingservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":935,"kind":16777216,"name":"ErrorDialogService","url":"modules/app__services.html#errordialogservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":936,"kind":16777216,"name":"Web3Service","url":"modules/app__services.html#web3service","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":937,"kind":16777216,"name":"KeystoreService","url":"modules/app__services.html#keystoreservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":938,"kind":16777216,"name":"RegistryService","url":"modules/app__services.html#registryservice","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"app/_services"},{"id":939,"kind":16777216,"name":"Tx","url":"modules/assets_js_ethtx_dist.html#tx","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"assets/js/ethtx/dist"},{"id":940,"kind":16777216,"name":"ActivatedRouteStub","url":"modules/testing.html#activatedroutestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":941,"kind":16777216,"name":"RouterLinkDirectiveStub","url":"modules/testing.html#routerlinkdirectivestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":942,"kind":16777216,"name":"SidebarStubComponent","url":"modules/testing.html#sidebarstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":943,"kind":16777216,"name":"TopbarStubComponent","url":"modules/testing.html#topbarstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":944,"kind":16777216,"name":"FooterStubComponent","url":"modules/testing.html#footerstubcomponent","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":945,"kind":16777216,"name":"UserServiceStub","url":"modules/testing.html#userservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":946,"kind":16777216,"name":"TokenServiceStub","url":"modules/testing.html#tokenservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"},{"id":947,"kind":16777216,"name":"TransactionServiceStub","url":"modules/testing.html#transactionservicestub","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"testing"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,60.85]],["parent/0",[]],["name/1",[1,60.85]],["parent/1",[0,6.791]],["name/2",[2,25.666]],["parent/2",[3,5.391]],["name/3",[4,60.85]],["parent/3",[3,5.391]],["name/4",[5,60.85]],["parent/4",[3,5.391]],["name/5",[6,60.85]],["parent/5",[3,5.391]],["name/6",[7,66.083]],["parent/6",[3,5.391]],["name/7",[8,66.083]],["parent/7",[3,5.391]],["name/8",[9,66.083]],["parent/8",[3,5.391]],["name/9",[10,66.083]],["parent/9",[3,5.391]],["name/10",[11,57.402]],["parent/10",[]],["name/11",[12,33.825,13,35.562]],["parent/11",[]],["name/12",[14,57.402]],["parent/12",[12,3.975,13,4.179]],["name/13",[2,25.666]],["parent/13",[12,3.975,15,4.179]],["name/14",[4,60.85]],["parent/14",[12,3.975,15,4.179]],["name/15",[5,60.85]],["parent/15",[12,3.975,15,4.179]],["name/16",[6,60.85]],["parent/16",[12,3.975,15,4.179]],["name/17",[16,66.083]],["parent/17",[12,3.975,15,4.179]],["name/18",[17,66.083]],["parent/18",[12,3.975,15,4.179]],["name/19",[18,66.083]],["parent/19",[12,3.975,15,4.179]],["name/20",[19,60.85]],["parent/20",[]],["name/21",[20,60.85]],["parent/21",[19,6.791]],["name/22",[2,25.666]],["parent/22",[21,6.791]],["name/23",[22,60.85]],["parent/23",[21,6.791]],["name/24",[23,57.402]],["parent/24",[]],["name/25",[24,60.85]],["parent/25",[]],["name/26",[25,60.85]],["parent/26",[24,6.791]],["name/27",[2,25.666]],["parent/27",[26,6.791]],["name/28",[22,60.85]],["parent/28",[26,6.791]],["name/29",[27,43.633,28,43.633]],["parent/29",[]],["name/30",[29,60.85]],["parent/30",[27,5.127,28,5.127]],["name/31",[30,43.633,31,43.633]],["parent/31",[]],["name/32",[32,60.85]],["parent/32",[30,5.127,31,5.127]],["name/33",[33,25.107,34,19.011,35,25.107,36,22.71]],["parent/33",[]],["name/34",[37,60.85]],["parent/34",[33,3.101,34,2.348,35,3.101,36,2.805]],["name/35",[2,25.666]],["parent/35",[33,3.101,34,2.348,35,3.101,38,3.442]],["name/36",[39,66.083]],["parent/36",[33,3.101,34,2.348,35,3.101,38,3.442]],["name/37",[40,60.85]],["parent/37",[]],["name/38",[41,60.85]],["parent/38",[40,6.791]],["name/39",[42,66.083]],["parent/39",[43,6.406]],["name/40",[44,66.083]],["parent/40",[43,6.406]],["name/41",[2,25.666]],["parent/41",[43,6.406]],["name/42",[45,43.633,46,39.315]],["parent/42",[]],["name/43",[47,60.85]],["parent/43",[45,5.127,46,4.62]],["name/44",[34,23.204,48,24.794,49,30.644]],["parent/44",[]],["name/45",[50,60.85]],["parent/45",[34,2.81,48,3.003,49,3.711]],["name/46",[51,60.85]],["parent/46",[34,2.81,48,3.003,49,3.711]],["name/47",[52,43.572]],["parent/47",[34,2.81,48,3.003,53,3.885]],["name/48",[2,25.666]],["parent/48",[34,2.81,48,3.003,53,3.885]],["name/49",[54,66.083]],["parent/49",[34,2.81,48,3.003,53,3.885]],["name/50",[55,60.85]],["parent/50",[34,2.81,48,3.003,49,3.711]],["name/51",[2,25.666]],["parent/51",[34,2.81,48,3.003,56,3.572]],["name/52",[57,66.083]],["parent/52",[34,2.81,48,3.003,56,3.572]],["name/53",[58,66.083]],["parent/53",[34,2.81,48,3.003,56,3.572]],["name/54",[59,66.083]],["parent/54",[34,2.81,48,3.003,56,3.572]],["name/55",[60,66.083]],["parent/55",[34,2.81,48,3.003,56,3.572]],["name/56",[61,43.633,62,43.633]],["parent/56",[]],["name/57",[63,60.85]],["parent/57",[61,5.127,62,5.127]],["name/58",[64,41.516]],["parent/58",[]],["name/59",[65,33.825,66,41.161]],["parent/59",[]],["name/60",[67,60.85]],["parent/60",[65,3.975,66,4.837]],["name/61",[2,25.666]],["parent/61",[65,3.975,68,5.127]],["name/62",[69,54.827]],["parent/62",[65,3.975,68,5.127]],["name/63",[70,60.85]],["parent/63",[65,3.975,66,4.837]],["name/64",[52,43.572]],["parent/64",[65,3.975,71,5.568]],["name/65",[72,66.083]],["parent/65",[65,3.975,73,4.837]],["name/66",[74,66.083]],["parent/66",[65,3.975,73,4.837]],["name/67",[75,66.083]],["parent/67",[65,3.975,73,4.837]],["name/68",[46,39.315,76,43.633]],["parent/68",[]],["name/69",[77,60.85]],["parent/69",[46,4.62,76,5.127]],["name/70",[78,41.161,79,41.161]],["parent/70",[]],["name/71",[80,60.85]],["parent/71",[78,4.837,79,4.837]],["name/72",[81,60.85]],["parent/72",[78,4.837,79,4.837]],["name/73",[82,60.85]],["parent/73",[]],["name/74",[83,60.85]],["parent/74",[82,6.791]],["name/75",[84,60.85]],["parent/75",[]],["name/76",[85,60.85]],["parent/76",[84,6.791]],["name/77",[2,25.666]],["parent/77",[86,6.791]],["name/78",[69,54.827]],["parent/78",[86,6.791]],["name/79",[87,39.315,88,43.633]],["parent/79",[]],["name/80",[89,60.85]],["parent/80",[87,4.62,88,5.127]],["name/81",[2,25.666]],["parent/81",[87,4.62,90,5.127]],["name/82",[69,54.827]],["parent/82",[87,4.62,90,5.127]],["name/83",[91,54.827]],["parent/83",[]],["name/84",[92,60.85]],["parent/84",[]],["name/85",[93,60.85]],["parent/85",[92,6.791]],["name/86",[2,25.666]],["parent/86",[94,6.791]],["name/87",[69,54.827]],["parent/87",[94,6.791]],["name/88",[95,51.06]],["parent/88",[]],["name/89",[96,60.85]],["parent/89",[95,5.698]],["name/90",[97,66.083]],["parent/90",[98,4.862]],["name/91",[99,60.85]],["parent/91",[98,4.862]],["name/92",[100,57.402]],["parent/92",[98,4.862]],["name/93",[101,66.083]],["parent/93",[98,4.862]],["name/94",[102,66.083]],["parent/94",[98,4.862]],["name/95",[103,66.083]],["parent/95",[98,4.862]],["name/96",[52,43.572]],["parent/96",[98,4.862]],["name/97",[104,66.083]],["parent/97",[105,4.95]],["name/98",[52,43.572]],["parent/98",[105,4.95]],["name/99",[106,66.083]],["parent/99",[107,6.791]],["name/100",[108,66.083]],["parent/100",[107,6.791]],["name/101",[109,66.083]],["parent/101",[105,4.95]],["name/102",[110,66.083]],["parent/102",[105,4.95]],["name/103",[111,66.083]],["parent/103",[98,4.862]],["name/104",[52,43.572]],["parent/104",[98,4.862]],["name/105",[112,60.85]],["parent/105",[105,4.95]],["name/106",[113,66.083]],["parent/106",[105,4.95]],["name/107",[114,66.083]],["parent/107",[105,4.95]],["name/108",[115,60.85]],["parent/108",[98,4.862]],["name/109",[116,60.85]],["parent/109",[98,4.862]],["name/110",[117,66.083]],["parent/110",[98,4.862]],["name/111",[52,43.572]],["parent/111",[98,4.862]],["name/112",[118,60.85]],["parent/112",[105,4.95]],["name/113",[119,66.083]],["parent/113",[105,4.95]],["name/114",[120,66.083]],["parent/114",[105,4.95]],["name/115",[121,66.083]],["parent/115",[105,4.95]],["name/116",[122,66.083]],["parent/116",[105,4.95]],["name/117",[123,60.85]],["parent/117",[95,5.698]],["name/118",[124,52.771]],["parent/118",[125,6.406]],["name/119",[126,54.827]],["parent/119",[125,6.406]],["name/120",[127,51.06]],["parent/120",[125,6.406]],["name/121",[128,60.85]],["parent/121",[95,5.698]],["name/122",[126,54.827]],["parent/122",[129,6.791]],["name/123",[130,66.083]],["parent/123",[129,6.791]],["name/124",[127,51.06]],["parent/124",[95,5.698]],["name/125",[131,57.402]],["parent/125",[132,6.119]],["name/126",[124,52.771]],["parent/126",[132,6.119]],["name/127",[133,57.402]],["parent/127",[132,6.119]],["name/128",[134,54.827]],["parent/128",[132,6.119]],["name/129",[135,60.85]],["parent/129",[95,5.698]],["name/130",[136,40.343]],["parent/130",[]],["name/131",[137,52.771]],["parent/131",[]],["name/132",[138,54.827]],["parent/132",[137,5.889]],["name/133",[138,54.827]],["parent/133",[139,5.889]],["name/134",[140,66.083]],["parent/134",[139,5.889]],["name/135",[126,54.827]],["parent/135",[139,5.889]],["name/136",[141,66.083]],["parent/136",[139,5.889]],["name/137",[142,60.85]],["parent/137",[139,5.889]],["name/138",[143,60.85]],["parent/138",[137,5.889]],["name/139",[144,66.083]],["parent/139",[145,6.791]],["name/140",[146,51.06]],["parent/140",[145,6.791]],["name/141",[147,60.85]],["parent/141",[137,5.889]],["name/142",[112,60.85]],["parent/142",[148,6.791]],["name/143",[146,51.06]],["parent/143",[148,6.791]],["name/144",[100,57.402]],["parent/144",[137,5.889]],["name/145",[146,51.06]],["parent/145",[149,6.791]],["name/146",[115,60.85]],["parent/146",[149,6.791]],["name/147",[150,57.402]],["parent/147",[]],["name/148",[151,60.85]],["parent/148",[150,6.406]],["name/149",[2,25.666]],["parent/149",[152,5.889]],["name/150",[13,49.594]],["parent/150",[152,5.889]],["name/151",[153,66.083]],["parent/151",[152,5.889]],["name/152",[154,66.083]],["parent/152",[152,5.889]],["name/153",[155,57.402]],["parent/153",[152,5.889]],["name/154",[155,57.402]],["parent/154",[150,6.406]],["name/155",[134,54.827]],["parent/155",[156,6.791]],["name/156",[157,66.083]],["parent/156",[156,6.791]],["name/157",[158,60.85]],["parent/157",[]],["name/158",[159,60.85]],["parent/158",[158,6.791]],["name/159",[160,66.083]],["parent/159",[161,5.889]],["name/160",[118,60.85]],["parent/160",[161,5.889]],["name/161",[146,51.06]],["parent/161",[161,5.889]],["name/162",[162,66.083]],["parent/162",[161,5.889]],["name/163",[163,66.083]],["parent/163",[161,5.889]],["name/164",[164,60.85]],["parent/164",[]],["name/165",[165,52.771]],["parent/165",[164,6.791]],["name/166",[166,60.85]],["parent/166",[167,5.264]],["name/167",[168,66.083]],["parent/167",[167,5.264]],["name/168",[146,51.06]],["parent/168",[167,5.264]],["name/169",[169,66.083]],["parent/169",[167,5.264]],["name/170",[170,66.083]],["parent/170",[167,5.264]],["name/171",[171,66.083]],["parent/171",[167,5.264]],["name/172",[52,43.572]],["parent/172",[167,5.264]],["name/173",[172,66.083]],["parent/173",[173,6.791]],["name/174",[52,43.572]],["parent/174",[173,6.791]],["name/175",[174,66.083]],["parent/175",[175,6.791]],["name/176",[99,60.85]],["parent/176",[175,6.791]],["name/177",[176,66.083]],["parent/177",[167,5.264]],["name/178",[177,60.85]],["parent/178",[167,5.264]],["name/179",[178,52.771]],["parent/179",[]],["name/180",[179,60.85]],["parent/180",[178,5.889]],["name/181",[180,66.083]],["parent/181",[181,5.534]],["name/182",[182,66.083]],["parent/182",[181,5.534]],["name/183",[183,66.083]],["parent/183",[181,5.534]],["name/184",[184,60.85]],["parent/184",[181,5.534]],["name/185",[185,66.083]],["parent/185",[181,5.534]],["name/186",[186,51.06]],["parent/186",[181,5.534]],["name/187",[142,60.85]],["parent/187",[181,5.534]],["name/188",[187,52.771]],["parent/188",[178,5.889]],["name/189",[188,66.083]],["parent/189",[189,5.391]],["name/190",[190,66.083]],["parent/190",[189,5.391]],["name/191",[191,66.083]],["parent/191",[189,5.391]],["name/192",[192,60.85]],["parent/192",[189,5.391]],["name/193",[165,52.771]],["parent/193",[189,5.391]],["name/194",[186,51.06]],["parent/194",[189,5.391]],["name/195",[116,60.85]],["parent/195",[189,5.391]],["name/196",[193,60.85]],["parent/196",[189,5.391]],["name/197",[186,51.06]],["parent/197",[178,5.889]],["name/198",[194,66.083]],["parent/198",[195,5.889]],["name/199",[196,66.083]],["parent/199",[195,5.889]],["name/200",[197,66.083]],["parent/200",[195,5.889]],["name/201",[198,66.083]],["parent/201",[195,5.889]],["name/202",[199,66.083]],["parent/202",[195,5.889]],["name/203",[200,60.85]],["parent/203",[178,5.889]],["name/204",[166,60.85]],["parent/204",[201,6.406]],["name/205",[146,51.06]],["parent/205",[201,6.406]],["name/206",[177,60.85]],["parent/206",[201,6.406]],["name/207",[202,49.594]],["parent/207",[]],["name/208",[203,13.783,204,16.362,205,32.083]],["parent/208",[]],["name/209",[206,54.827]],["parent/209",[203,1.669,204,1.981,205,3.885]],["name/210",[207,60.85]],["parent/210",[203,1.669,204,1.981,208,2.508]],["name/211",[209,60.85]],["parent/211",[203,1.669,204,1.981,208,2.508]],["name/212",[210,60.85]],["parent/212",[203,1.669,204,1.981,208,2.508]],["name/213",[211,60.85]],["parent/213",[203,1.669,204,1.981,208,2.508]],["name/214",[212,60.85]],["parent/214",[203,1.669,204,1.981,208,2.508]],["name/215",[213,57.402]],["parent/215",[203,1.669,204,1.981,208,2.508]],["name/216",[214,60.85]],["parent/216",[203,1.669,204,1.981,208,2.508]],["name/217",[215,60.85]],["parent/217",[203,1.669,204,1.981,208,2.508]],["name/218",[216,60.85]],["parent/218",[203,1.669,204,1.981,208,2.508]],["name/219",[217,60.85]],["parent/219",[203,1.669,204,1.981,208,2.508]],["name/220",[218,60.85]],["parent/220",[203,1.669,204,1.981,208,2.508]],["name/221",[219,57.402]],["parent/221",[203,1.669,204,1.981,208,2.508]],["name/222",[220,60.85]],["parent/222",[203,1.669,204,1.981,208,2.508]],["name/223",[221,60.85]],["parent/223",[203,1.669,204,1.981,208,2.508]],["name/224",[222,60.85]],["parent/224",[203,1.669,204,1.981,208,2.508]],["name/225",[223,60.85]],["parent/225",[203,1.669,204,1.981,208,2.508]],["name/226",[224,60.85]],["parent/226",[203,1.669,204,1.981,208,2.508]],["name/227",[225,60.85]],["parent/227",[203,1.669,204,1.981,208,2.508]],["name/228",[226,60.85]],["parent/228",[203,1.669,204,1.981,208,2.508]],["name/229",[227,60.85]],["parent/229",[203,1.669,204,1.981,208,2.508]],["name/230",[228,60.85]],["parent/230",[203,1.669,204,1.981,208,2.508]],["name/231",[229,60.85]],["parent/231",[203,1.669,204,1.981,208,2.508]],["name/232",[230,60.85]],["parent/232",[203,1.669,204,1.981,208,2.508]],["name/233",[231,60.85]],["parent/233",[203,1.669,204,1.981,208,2.508]],["name/234",[232,54.827]],["parent/234",[203,1.669,204,1.981,208,2.508]],["name/235",[233,60.85]],["parent/235",[203,1.669,204,1.981,205,3.885]],["name/236",[2,25.666]],["parent/236",[203,1.669,204,1.981,234,2.481]],["name/237",[207,60.85]],["parent/237",[203,1.669,204,1.981,234,2.481]],["name/238",[209,60.85]],["parent/238",[203,1.669,204,1.981,234,2.481]],["name/239",[210,60.85]],["parent/239",[203,1.669,204,1.981,234,2.481]],["name/240",[211,60.85]],["parent/240",[203,1.669,204,1.981,234,2.481]],["name/241",[212,60.85]],["parent/241",[203,1.669,204,1.981,234,2.481]],["name/242",[213,57.402]],["parent/242",[203,1.669,204,1.981,234,2.481]],["name/243",[214,60.85]],["parent/243",[203,1.669,204,1.981,234,2.481]],["name/244",[215,60.85]],["parent/244",[203,1.669,204,1.981,234,2.481]],["name/245",[216,60.85]],["parent/245",[203,1.669,204,1.981,234,2.481]],["name/246",[217,60.85]],["parent/246",[203,1.669,204,1.981,234,2.481]],["name/247",[218,60.85]],["parent/247",[203,1.669,204,1.981,234,2.481]],["name/248",[219,57.402]],["parent/248",[203,1.669,204,1.981,234,2.481]],["name/249",[220,60.85]],["parent/249",[203,1.669,204,1.981,234,2.481]],["name/250",[221,60.85]],["parent/250",[203,1.669,204,1.981,234,2.481]],["name/251",[222,60.85]],["parent/251",[203,1.669,204,1.981,234,2.481]],["name/252",[223,60.85]],["parent/252",[203,1.669,204,1.981,234,2.481]],["name/253",[224,60.85]],["parent/253",[203,1.669,204,1.981,234,2.481]],["name/254",[225,60.85]],["parent/254",[203,1.669,204,1.981,234,2.481]],["name/255",[226,60.85]],["parent/255",[203,1.669,204,1.981,234,2.481]],["name/256",[227,60.85]],["parent/256",[203,1.669,204,1.981,234,2.481]],["name/257",[228,60.85]],["parent/257",[203,1.669,204,1.981,234,2.481]],["name/258",[229,60.85]],["parent/258",[203,1.669,204,1.981,234,2.481]],["name/259",[230,60.85]],["parent/259",[203,1.669,204,1.981,234,2.481]],["name/260",[231,60.85]],["parent/260",[203,1.669,204,1.981,234,2.481]],["name/261",[232,54.827]],["parent/261",[203,1.669,204,1.981,234,2.481]],["name/262",[203,17.683,235,34.642]],["parent/262",[]],["name/263",[236,60.85]],["parent/263",[203,2.078,235,4.071]],["name/264",[2,25.666]],["parent/264",[203,2.078,237,3.552]],["name/265",[131,57.402]],["parent/265",[203,2.078,237,3.552]],["name/266",[238,66.083]],["parent/266",[203,2.078,237,3.552]],["name/267",[134,54.827]],["parent/267",[203,2.078,237,3.552]],["name/268",[239,60.85]],["parent/268",[203,2.078,237,3.552]],["name/269",[240,57.402]],["parent/269",[203,2.078,237,3.552]],["name/270",[241,60.85]],["parent/270",[203,2.078,237,3.552]],["name/271",[52,43.572]],["parent/271",[203,2.078,237,3.552]],["name/272",[242,60.85]],["parent/272",[203,2.078,237,3.552]],["name/273",[52,43.572]],["parent/273",[203,2.078,237,3.552]],["name/274",[127,51.06]],["parent/274",[203,2.078,237,3.552]],["name/275",[243,60.85]],["parent/275",[203,2.078,237,3.552]],["name/276",[244,60.85]],["parent/276",[203,2.078,237,3.552]],["name/277",[232,54.827]],["parent/277",[203,2.078,237,3.552]],["name/278",[245,60.85]],["parent/278",[203,2.078,237,3.552]],["name/279",[246,60.85]],["parent/279",[203,2.078,235,4.071]],["name/280",[133,57.402]],["parent/280",[203,2.078,247,5.568]],["name/281",[127,51.06]],["parent/281",[203,2.078,235,4.071]],["name/282",[131,57.402]],["parent/282",[203,2.078,248,4.62]],["name/283",[124,52.771]],["parent/283",[203,2.078,248,4.62]],["name/284",[133,57.402]],["parent/284",[203,2.078,248,4.62]],["name/285",[134,54.827]],["parent/285",[203,2.078,248,4.62]],["name/286",[235,48.311]],["parent/286",[203,2.078,235,4.071]],["name/287",[243,60.85]],["parent/287",[203,2.078,249,4.302]],["name/288",[241,60.85]],["parent/288",[203,2.078,249,4.302]],["name/289",[242,60.85]],["parent/289",[203,2.078,249,4.302]],["name/290",[244,60.85]],["parent/290",[203,2.078,249,4.302]],["name/291",[232,54.827]],["parent/291",[203,2.078,249,4.302]],["name/292",[245,60.85]],["parent/292",[203,2.078,249,4.302]],["name/293",[250,60.85]],["parent/293",[]],["name/294",[251,60.85]],["parent/294",[250,6.791]],["name/295",[2,25.666]],["parent/295",[252,4.33]],["name/296",[206,54.827]],["parent/296",[252,4.33]],["name/297",[253,60.85]],["parent/297",[252,4.33]],["name/298",[254,66.083]],["parent/298",[252,4.33]],["name/299",[255,66.083]],["parent/299",[252,4.33]],["name/300",[256,52.771]],["parent/300",[252,4.33]],["name/301",[257,66.083]],["parent/301",[252,4.33]],["name/302",[258,66.083]],["parent/302",[252,4.33]],["name/303",[259,66.083]],["parent/303",[252,4.33]],["name/304",[260,66.083]],["parent/304",[252,4.33]],["name/305",[261,66.083]],["parent/305",[252,4.33]],["name/306",[262,66.083]],["parent/306",[252,4.33]],["name/307",[263,60.85]],["parent/307",[252,4.33]],["name/308",[264,66.083]],["parent/308",[252,4.33]],["name/309",[265,66.083]],["parent/309",[252,4.33]],["name/310",[266,60.85]],["parent/310",[252,4.33]],["name/311",[267,66.083]],["parent/311",[252,4.33]],["name/312",[268,66.083]],["parent/312",[252,4.33]],["name/313",[219,57.402]],["parent/313",[252,4.33]],["name/314",[213,57.402]],["parent/314",[252,4.33]],["name/315",[269,66.083]],["parent/315",[252,4.33]],["name/316",[270,32.421,271,43.633]],["parent/316",[]],["name/317",[272,60.85]],["parent/317",[270,3.81,271,5.127]],["name/318",[2,25.666]],["parent/318",[270,3.81,273,3.975]],["name/319",[274,60.85]],["parent/319",[270,3.81,273,3.975]],["name/320",[275,60.85]],["parent/320",[270,3.81,273,3.975]],["name/321",[256,52.771]],["parent/321",[270,3.81,273,3.975]],["name/322",[276,66.083]],["parent/322",[270,3.81,273,3.975]],["name/323",[277,66.083]],["parent/323",[270,3.81,273,3.975]],["name/324",[278,66.083]],["parent/324",[270,3.81,273,3.975]],["name/325",[279,66.083]],["parent/325",[270,3.81,273,3.975]],["name/326",[280,66.083]],["parent/326",[270,3.81,273,3.975]],["name/327",[281,36.613,282,43.633]],["parent/327",[]],["name/328",[283,60.85]],["parent/328",[281,4.302,282,5.127]],["name/329",[2,25.666]],["parent/329",[281,4.302,284,4.62]],["name/330",[285,66.083]],["parent/330",[281,4.302,284,4.62]],["name/331",[286,66.083]],["parent/331",[281,4.302,284,4.62]],["name/332",[287,66.083]],["parent/332",[281,4.302,284,4.62]],["name/333",[288,44.36]],["parent/333",[]],["name/334",[289,60.85]],["parent/334",[]],["name/335",[290,60.85]],["parent/335",[289,6.791]],["name/336",[206,54.827]],["parent/336",[291,6.406]],["name/337",[292,66.083]],["parent/337",[291,6.406]],["name/338",[2,25.666]],["parent/338",[291,6.406]],["name/339",[293,60.85]],["parent/339",[]],["name/340",[294,60.85]],["parent/340",[293,6.791]],["name/341",[2,25.666]],["parent/341",[295,5.889]],["name/342",[296,66.083]],["parent/342",[295,5.889]],["name/343",[297,66.083]],["parent/343",[295,5.889]],["name/344",[298,66.083]],["parent/344",[295,5.889]],["name/345",[299,66.083]],["parent/345",[295,5.889]],["name/346",[300,60.85]],["parent/346",[]],["name/347",[240,57.402]],["parent/347",[300,6.791]],["name/348",[2,25.666]],["parent/348",[301,5.15]],["name/349",[302,66.083]],["parent/349",[301,5.15]],["name/350",[303,66.083]],["parent/350",[301,5.15]],["name/351",[304,66.083]],["parent/351",[301,5.15]],["name/352",[305,66.083]],["parent/352",[301,5.15]],["name/353",[306,66.083]],["parent/353",[301,5.15]],["name/354",[307,66.083]],["parent/354",[301,5.15]],["name/355",[308,66.083]],["parent/355",[301,5.15]],["name/356",[309,66.083]],["parent/356",[301,5.15]],["name/357",[310,66.083]],["parent/357",[301,5.15]],["name/358",[311,60.85]],["parent/358",[]],["name/359",[312,60.85]],["parent/359",[311,6.791]],["name/360",[313,66.083]],["parent/360",[314,6.119]],["name/361",[13,49.594]],["parent/361",[314,6.119]],["name/362",[315,66.083]],["parent/362",[314,6.119]],["name/363",[2,25.666]],["parent/363",[314,6.119]],["name/364",[316,60.85]],["parent/364",[]],["name/365",[317,60.85]],["parent/365",[316,6.791]],["name/366",[2,25.666]],["parent/366",[318,4.704]],["name/367",[13,49.594]],["parent/367",[318,4.704]],["name/368",[14,57.402]],["parent/368",[318,4.704]],["name/369",[319,60.85]],["parent/369",[318,4.704]],["name/370",[320,66.083]],["parent/370",[318,4.704]],["name/371",[321,66.083]],["parent/371",[318,4.704]],["name/372",[322,66.083]],["parent/372",[318,4.704]],["name/373",[256,52.771]],["parent/373",[318,4.704]],["name/374",[323,66.083]],["parent/374",[318,4.704]],["name/375",[324,66.083]],["parent/375",[318,4.704]],["name/376",[325,66.083]],["parent/376",[318,4.704]],["name/377",[326,66.083]],["parent/377",[318,4.704]],["name/378",[327,66.083]],["parent/378",[318,4.704]],["name/379",[328,66.083]],["parent/379",[318,4.704]],["name/380",[329,66.083]],["parent/380",[318,4.704]],["name/381",[330,60.85]],["parent/381",[]],["name/382",[331,60.85]],["parent/382",[330,6.791]],["name/383",[2,25.666]],["parent/383",[332,4.633]],["name/384",[333,57.402]],["parent/384",[332,4.633]],["name/385",[334,66.083]],["parent/385",[332,4.633]],["name/386",[335,66.083]],["parent/386",[332,4.633]],["name/387",[336,60.85]],["parent/387",[332,4.633]],["name/388",[337,60.85]],["parent/388",[332,4.633]],["name/389",[13,49.594]],["parent/389",[332,4.633]],["name/390",[256,52.771]],["parent/390",[332,4.633]],["name/391",[338,60.85]],["parent/391",[332,4.633]],["name/392",[339,66.083]],["parent/392",[332,4.633]],["name/393",[340,60.85]],["parent/393",[332,4.633]],["name/394",[341,60.85]],["parent/394",[332,4.633]],["name/395",[342,66.083]],["parent/395",[332,4.633]],["name/396",[343,66.083]],["parent/396",[332,4.633]],["name/397",[344,66.083]],["parent/397",[332,4.633]],["name/398",[345,66.083]],["parent/398",[332,4.633]],["name/399",[346,60.85]],["parent/399",[]],["name/400",[347,60.85]],["parent/400",[346,6.791]],["name/401",[2,25.666]],["parent/401",[348,3.79]],["name/402",[349,66.083]],["parent/402",[348,3.79]],["name/403",[239,60.85]],["parent/403",[348,3.79]],["name/404",[235,48.311]],["parent/404",[348,3.79]],["name/405",[13,49.594]],["parent/405",[348,3.79]],["name/406",[350,57.402]],["parent/406",[348,3.79]],["name/407",[351,66.083]],["parent/407",[348,3.79]],["name/408",[352,66.083]],["parent/408",[348,3.79]],["name/409",[353,57.402]],["parent/409",[348,3.79]],["name/410",[354,66.083]],["parent/410",[348,3.79]],["name/411",[355,66.083]],["parent/411",[348,3.79]],["name/412",[256,52.771]],["parent/412",[348,3.79]],["name/413",[356,60.85]],["parent/413",[348,3.79]],["name/414",[357,66.083]],["parent/414",[348,3.79]],["name/415",[358,66.083]],["parent/415",[348,3.79]],["name/416",[359,66.083]],["parent/416",[348,3.79]],["name/417",[360,66.083]],["parent/417",[348,3.79]],["name/418",[361,66.083]],["parent/418",[348,3.79]],["name/419",[362,60.85]],["parent/419",[348,3.79]],["name/420",[363,57.402]],["parent/420",[348,3.79]],["name/421",[364,66.083]],["parent/421",[348,3.79]],["name/422",[365,66.083]],["parent/422",[348,3.79]],["name/423",[366,66.083]],["parent/423",[348,3.79]],["name/424",[367,66.083]],["parent/424",[348,3.79]],["name/425",[368,66.083]],["parent/425",[348,3.79]],["name/426",[369,66.083]],["parent/426",[348,3.79]],["name/427",[370,66.083]],["parent/427",[348,3.79]],["name/428",[371,66.083]],["parent/428",[348,3.79]],["name/429",[372,66.083]],["parent/429",[348,3.79]],["name/430",[373,66.083]],["parent/430",[348,3.79]],["name/431",[374,66.083]],["parent/431",[348,3.79]],["name/432",[375,66.083]],["parent/432",[348,3.79]],["name/433",[376,66.083]],["parent/433",[348,3.79]],["name/434",[377,66.083]],["parent/434",[348,3.79]],["name/435",[378,60.85]],["parent/435",[]],["name/436",[379,60.85]],["parent/436",[378,6.791]],["name/437",[337,60.85]],["parent/437",[380,6.406]],["name/438",[381,66.083]],["parent/438",[380,6.406]],["name/439",[2,25.666]],["parent/439",[380,6.406]],["name/440",[382,41.161,383,29.769]],["parent/440",[]],["name/441",[384,66.083]],["parent/441",[382,4.837,383,3.498]],["name/442",[2,25.666]],["parent/442",[382,4.837,385,5.568]],["name/443",[386,60.85]],["parent/443",[]],["name/444",[387,66.083]],["parent/444",[386,6.791]],["name/445",[2,25.666]],["parent/445",[388,5.264]],["name/446",[389,66.083]],["parent/446",[388,5.264]],["name/447",[274,60.85]],["parent/447",[388,5.264]],["name/448",[275,60.85]],["parent/448",[388,5.264]],["name/449",[390,66.083]],["parent/449",[388,5.264]],["name/450",[391,40.913]],["parent/450",[388,5.264]],["name/451",[392,66.083]],["parent/451",[388,5.264]],["name/452",[393,66.083]],["parent/452",[388,5.264]],["name/453",[394,66.083]],["parent/453",[388,5.264]],["name/454",[395,60.85]],["parent/454",[]],["name/455",[396,66.083]],["parent/455",[395,6.791]],["name/456",[2,25.666]],["parent/456",[397,7.375]],["name/457",[398,66.083]],["parent/457",[]],["name/458",[399,36.613,400,39.315]],["parent/458",[]],["name/459",[401,66.083]],["parent/459",[399,4.302,400,4.62]],["name/460",[2,25.666]],["parent/460",[399,4.302,402,4.62]],["name/461",[126,54.827]],["parent/461",[399,4.302,402,4.62]],["name/462",[403,66.083]],["parent/462",[399,4.302,402,4.62]],["name/463",[404,66.083]],["parent/463",[399,4.302,402,4.62]],["name/464",[383,29.769,405,41.161]],["parent/464",[]],["name/465",[406,66.083]],["parent/465",[383,3.498,405,4.837]],["name/466",[2,25.666]],["parent/466",[405,4.837,407,5.568]],["name/467",[408,60.85]],["parent/467",[]],["name/468",[409,66.083]],["parent/468",[408,6.791]],["name/469",[2,25.666]],["parent/469",[410,5.046]],["name/470",[411,66.083]],["parent/470",[410,5.046]],["name/471",[412,54.827]],["parent/471",[410,5.046]],["name/472",[413,66.083]],["parent/472",[410,5.046]],["name/473",[36,49.594]],["parent/473",[410,5.046]],["name/474",[391,40.913]],["parent/474",[410,5.046]],["name/475",[414,66.083]],["parent/475",[410,5.046]],["name/476",[415,57.402]],["parent/476",[410,5.046]],["name/477",[263,60.85]],["parent/477",[410,5.046]],["name/478",[416,66.083]],["parent/478",[410,5.046]],["name/479",[417,66.083]],["parent/479",[410,5.046]],["name/480",[418,60.85]],["parent/480",[]],["name/481",[419,66.083]],["parent/481",[418,6.791]],["name/482",[2,25.666]],["parent/482",[420,7.375]],["name/483",[421,15.222,422,17.271,423,28.538]],["parent/483",[]],["name/484",[424,66.083]],["parent/484",[421,1.843,422,2.091,423,3.456]],["name/485",[2,25.666]],["parent/485",[421,1.843,422,2.091,425,2.122]],["name/486",[426,66.083]],["parent/486",[421,1.843,422,2.091,425,2.122]],["name/487",[427,66.083]],["parent/487",[421,1.843,422,2.091,425,2.122]],["name/488",[428,66.083]],["parent/488",[421,1.843,422,2.091,425,2.122]],["name/489",[429,66.083]],["parent/489",[421,1.843,422,2.091,425,2.122]],["name/490",[430,66.083]],["parent/490",[421,1.843,422,2.091,425,2.122]],["name/491",[431,66.083]],["parent/491",[421,1.843,422,2.091,425,2.122]],["name/492",[432,66.083]],["parent/492",[421,1.843,422,2.091,425,2.122]],["name/493",[433,66.083]],["parent/493",[421,1.843,422,2.091,425,2.122]],["name/494",[434,66.083]],["parent/494",[421,1.843,422,2.091,425,2.122]],["name/495",[435,66.083]],["parent/495",[421,1.843,422,2.091,425,2.122]],["name/496",[436,66.083]],["parent/496",[421,1.843,422,2.091,425,2.122]],["name/497",[437,66.083]],["parent/497",[421,1.843,422,2.091,425,2.122]],["name/498",[438,66.083]],["parent/498",[421,1.843,422,2.091,425,2.122]],["name/499",[439,66.083]],["parent/499",[421,1.843,422,2.091,425,2.122]],["name/500",[440,66.083]],["parent/500",[421,1.843,422,2.091,425,2.122]],["name/501",[441,66.083]],["parent/501",[421,1.843,422,2.091,425,2.122]],["name/502",[350,57.402]],["parent/502",[421,1.843,422,2.091,425,2.122]],["name/503",[442,60.85]],["parent/503",[421,1.843,422,2.091,425,2.122]],["name/504",[443,60.85]],["parent/504",[421,1.843,422,2.091,425,2.122]],["name/505",[444,60.85]],["parent/505",[421,1.843,422,2.091,425,2.122]],["name/506",[445,66.083]],["parent/506",[421,1.843,422,2.091,425,2.122]],["name/507",[187,52.771]],["parent/507",[421,1.843,422,2.091,425,2.122]],["name/508",[333,57.402]],["parent/508",[421,1.843,422,2.091,425,2.122]],["name/509",[446,60.85]],["parent/509",[421,1.843,422,2.091,425,2.122]],["name/510",[447,57.402]],["parent/510",[421,1.843,422,2.091,425,2.122]],["name/511",[448,60.85]],["parent/511",[421,1.843,422,2.091,425,2.122]],["name/512",[449,60.85]],["parent/512",[421,1.843,422,2.091,425,2.122]],["name/513",[36,49.594]],["parent/513",[421,1.843,422,2.091,425,2.122]],["name/514",[412,54.827]],["parent/514",[421,1.843,422,2.091,425,2.122]],["name/515",[450,66.083]],["parent/515",[421,1.843,422,2.091,425,2.122]],["name/516",[451,57.402]],["parent/516",[421,1.843,422,2.091,425,2.122]],["name/517",[391,40.913]],["parent/517",[421,1.843,422,2.091,425,2.122]],["name/518",[452,66.083]],["parent/518",[421,1.843,422,2.091,425,2.122]],["name/519",[453,66.083]],["parent/519",[421,1.843,422,2.091,425,2.122]],["name/520",[454,60.85]],["parent/520",[421,1.843,422,2.091,425,2.122]],["name/521",[455,60.85]],["parent/521",[421,1.843,422,2.091,425,2.122]],["name/522",[456,66.083]],["parent/522",[421,1.843,422,2.091,425,2.122]],["name/523",[457,66.083]],["parent/523",[421,1.843,422,2.091,425,2.122]],["name/524",[458,60.85]],["parent/524",[421,1.843,422,2.091,425,2.122]],["name/525",[459,60.85]],["parent/525",[421,1.843,422,2.091,425,2.122]],["name/526",[356,60.85]],["parent/526",[421,1.843,422,2.091,425,2.122]],["name/527",[460,51.06]],["parent/527",[421,1.843,422,2.091,425,2.122]],["name/528",[461,60.85]],["parent/528",[421,1.843,422,2.091,425,2.122]],["name/529",[421,15.222,462,21.961,463,34.01]],["parent/529",[]],["name/530",[464,66.083]],["parent/530",[421,1.843,462,2.659,463,4.119]],["name/531",[2,25.666]],["parent/531",[421,1.843,462,2.659,465,2.731]],["name/532",[466,66.083]],["parent/532",[421,1.843,462,2.659,465,2.731]],["name/533",[467,66.083]],["parent/533",[421,1.843,462,2.659,465,2.731]],["name/534",[468,66.083]],["parent/534",[421,1.843,462,2.659,465,2.731]],["name/535",[469,66.083]],["parent/535",[421,1.843,462,2.659,465,2.731]],["name/536",[470,66.083]],["parent/536",[421,1.843,462,2.659,465,2.731]],["name/537",[471,66.083]],["parent/537",[421,1.843,462,2.659,465,2.731]],["name/538",[472,66.083]],["parent/538",[421,1.843,462,2.659,465,2.731]],["name/539",[473,66.083]],["parent/539",[421,1.843,462,2.659,465,2.731]],["name/540",[474,66.083]],["parent/540",[421,1.843,462,2.659,465,2.731]],["name/541",[36,49.594]],["parent/541",[421,1.843,462,2.659,465,2.731]],["name/542",[391,40.913]],["parent/542",[421,1.843,462,2.659,465,2.731]],["name/543",[475,66.083]],["parent/543",[421,1.843,462,2.659,465,2.731]],["name/544",[476,66.083]],["parent/544",[421,1.843,462,2.659,465,2.731]],["name/545",[477,66.083]],["parent/545",[421,1.843,462,2.659,465,2.731]],["name/546",[478,66.083]],["parent/546",[421,1.843,462,2.659,465,2.731]],["name/547",[479,66.083]],["parent/547",[421,1.843,462,2.659,465,2.731]],["name/548",[480,66.083]],["parent/548",[421,1.843,462,2.659,465,2.731]],["name/549",[383,29.769,481,41.161]],["parent/549",[]],["name/550",[482,66.083]],["parent/550",[383,3.498,481,4.837]],["name/551",[2,25.666]],["parent/551",[481,4.837,483,5.568]],["name/552",[484,60.85]],["parent/552",[]],["name/553",[485,66.083]],["parent/553",[484,6.791]],["name/554",[2,25.666]],["parent/554",[486,4.633]],["name/555",[487,54.827]],["parent/555",[486,4.633]],["name/556",[350,57.402]],["parent/556",[486,4.633]],["name/557",[488,57.402]],["parent/557",[486,4.633]],["name/558",[489,60.85]],["parent/558",[486,4.633]],["name/559",[490,60.85]],["parent/559",[486,4.633]],["name/560",[442,60.85]],["parent/560",[486,4.633]],["name/561",[447,57.402]],["parent/561",[486,4.633]],["name/562",[491,52.771]],["parent/562",[486,4.633]],["name/563",[492,52.771]],["parent/563",[486,4.633]],["name/564",[391,40.913]],["parent/564",[486,4.633]],["name/565",[493,52.771]],["parent/565",[486,4.633]],["name/566",[455,60.85]],["parent/566",[486,4.633]],["name/567",[458,60.85]],["parent/567",[486,4.633]],["name/568",[494,66.083]],["parent/568",[486,4.633]],["name/569",[460,51.06]],["parent/569",[486,4.633]],["name/570",[495,60.85]],["parent/570",[]],["name/571",[496,66.083]],["parent/571",[495,6.791]],["name/572",[2,25.666]],["parent/572",[497,7.375]],["name/573",[498,24.353,499,24.353,500,34.01]],["parent/573",[]],["name/574",[501,66.083]],["parent/574",[498,2.949,499,2.949,500,4.119]],["name/575",[2,25.666]],["parent/575",[498,2.949,499,2.949,502,3.06]],["name/576",[503,66.083]],["parent/576",[498,2.949,499,2.949,502,3.06]],["name/577",[36,49.594]],["parent/577",[498,2.949,499,2.949,502,3.06]],["name/578",[412,54.827]],["parent/578",[498,2.949,499,2.949,502,3.06]],["name/579",[443,60.85]],["parent/579",[498,2.949,499,2.949,502,3.06]],["name/580",[444,60.85]],["parent/580",[498,2.949,499,2.949,502,3.06]],["name/581",[447,57.402]],["parent/581",[498,2.949,499,2.949,502,3.06]],["name/582",[449,60.85]],["parent/582",[498,2.949,499,2.949,502,3.06]],["name/583",[391,40.913]],["parent/583",[498,2.949,499,2.949,502,3.06]],["name/584",[504,66.083]],["parent/584",[498,2.949,499,2.949,502,3.06]],["name/585",[415,57.402]],["parent/585",[498,2.949,499,2.949,502,3.06]],["name/586",[383,29.769,505,41.161]],["parent/586",[]],["name/587",[506,66.083]],["parent/587",[383,3.498,505,4.837]],["name/588",[2,25.666]],["parent/588",[505,4.837,507,5.568]],["name/589",[508,60.85]],["parent/589",[]],["name/590",[509,66.083]],["parent/590",[508,6.791]],["name/591",[2,25.666]],["parent/591",[510,4.781]],["name/592",[487,54.827]],["parent/592",[510,4.781]],["name/593",[488,57.402]],["parent/593",[510,4.781]],["name/594",[138,54.827]],["parent/594",[510,4.781]],["name/595",[353,57.402]],["parent/595",[510,4.781]],["name/596",[491,52.771]],["parent/596",[510,4.781]],["name/597",[492,52.771]],["parent/597",[510,4.781]],["name/598",[391,40.913]],["parent/598",[510,4.781]],["name/599",[493,52.771]],["parent/599",[510,4.781]],["name/600",[511,66.083]],["parent/600",[510,4.781]],["name/601",[363,57.402]],["parent/601",[510,4.781]],["name/602",[512,66.083]],["parent/602",[510,4.781]],["name/603",[513,66.083]],["parent/603",[510,4.781]],["name/604",[460,51.06]],["parent/604",[510,4.781]],["name/605",[514,60.85]],["parent/605",[]],["name/606",[515,66.083]],["parent/606",[514,6.791]],["name/607",[2,25.666]],["parent/607",[516,7.375]],["name/608",[383,29.769,517,41.161]],["parent/608",[]],["name/609",[518,66.083]],["parent/609",[383,3.498,517,4.837]],["name/610",[2,25.666]],["parent/610",[517,4.837,519,5.568]],["name/611",[520,60.85]],["parent/611",[]],["name/612",[521,66.083]],["parent/612",[520,6.791]],["name/613",[2,25.666]],["parent/613",[522,6.791]],["name/614",[523,66.083]],["parent/614",[522,6.791]],["name/615",[524,60.85]],["parent/615",[]],["name/616",[525,66.083]],["parent/616",[524,6.791]],["name/617",[2,25.666]],["parent/617",[526,7.375]],["name/618",[527,60.85]],["parent/618",[]],["name/619",[528,66.083]],["parent/619",[527,6.791]],["name/620",[2,25.666]],["parent/620",[529,5.534]],["name/621",[530,66.083]],["parent/621",[529,5.534]],["name/622",[412,54.827]],["parent/622",[529,5.534]],["name/623",[36,49.594]],["parent/623",[529,5.534]],["name/624",[391,40.913]],["parent/624",[529,5.534]],["name/625",[531,66.083]],["parent/625",[529,5.534]],["name/626",[415,57.402]],["parent/626",[529,5.534]],["name/627",[383,29.769,532,41.161]],["parent/627",[]],["name/628",[533,66.083]],["parent/628",[383,3.498,532,4.837]],["name/629",[2,25.666]],["parent/629",[532,4.837,534,5.568]],["name/630",[535,60.85]],["parent/630",[]],["name/631",[536,66.083]],["parent/631",[535,6.791]],["name/632",[2,25.666]],["parent/632",[537,4.95]],["name/633",[538,66.083]],["parent/633",[537,4.95]],["name/634",[487,54.827]],["parent/634",[537,4.95]],["name/635",[488,57.402]],["parent/635",[537,4.95]],["name/636",[253,60.85]],["parent/636",[537,4.95]],["name/637",[336,60.85]],["parent/637",[537,4.95]],["name/638",[491,52.771]],["parent/638",[537,4.95]],["name/639",[492,52.771]],["parent/639",[537,4.95]],["name/640",[391,40.913]],["parent/640",[537,4.95]],["name/641",[493,52.771]],["parent/641",[537,4.95]],["name/642",[460,51.06]],["parent/642",[537,4.95]],["name/643",[266,60.85]],["parent/643",[537,4.95]],["name/644",[539,60.85]],["parent/644",[]],["name/645",[540,66.083]],["parent/645",[539,6.791]],["name/646",[2,25.666]],["parent/646",[541,7.375]],["name/647",[423,28.538,542,27.719,543,27.719]],["parent/647",[]],["name/648",[544,66.083]],["parent/648",[423,3.456,542,3.357,543,3.357]],["name/649",[2,25.666]],["parent/649",[542,3.357,543,3.357,545,3.572]],["name/650",[165,52.771]],["parent/650",[542,3.357,543,3.357,545,3.572]],["name/651",[546,60.85]],["parent/651",[542,3.357,543,3.357,545,3.572]],["name/652",[391,40.913]],["parent/652",[542,3.357,543,3.357,545,3.572]],["name/653",[547,60.85]],["parent/653",[542,3.357,543,3.357,545,3.572]],["name/654",[383,29.769,548,41.161]],["parent/654",[]],["name/655",[549,66.083]],["parent/655",[383,3.498,548,4.837]],["name/656",[2,25.666]],["parent/656",[548,4.837,550,5.568]],["name/657",[551,60.85]],["parent/657",[]],["name/658",[552,66.083]],["parent/658",[551,6.791]],["name/659",[2,25.666]],["parent/659",[553,5.046]],["name/660",[487,54.827]],["parent/660",[553,5.046]],["name/661",[554,66.083]],["parent/661",[553,5.046]],["name/662",[491,52.771]],["parent/662",[553,5.046]],["name/663",[492,52.771]],["parent/663",[553,5.046]],["name/664",[319,60.85]],["parent/664",[553,5.046]],["name/665",[165,52.771]],["parent/665",[553,5.046]],["name/666",[391,40.913]],["parent/666",[553,5.046]],["name/667",[493,52.771]],["parent/667",[553,5.046]],["name/668",[555,66.083]],["parent/668",[553,5.046]],["name/669",[460,51.06]],["parent/669",[553,5.046]],["name/670",[556,60.85]],["parent/670",[]],["name/671",[557,66.083]],["parent/671",[556,6.791]],["name/672",[2,25.666]],["parent/672",[558,7.375]],["name/673",[423,28.538,559,22.867,560,22.867]],["parent/673",[]],["name/674",[561,66.083]],["parent/674",[423,3.456,559,2.769,560,2.769]],["name/675",[2,25.666]],["parent/675",[559,2.769,560,2.769,562,2.853]],["name/676",[187,52.771]],["parent/676",[559,2.769,560,2.769,562,2.853]],["name/677",[546,60.85]],["parent/677",[559,2.769,560,2.769,562,2.853]],["name/678",[563,66.083]],["parent/678",[559,2.769,560,2.769,562,2.853]],["name/679",[564,66.083]],["parent/679",[559,2.769,560,2.769,562,2.853]],["name/680",[565,66.083]],["parent/680",[559,2.769,560,2.769,562,2.853]],["name/681",[566,66.083]],["parent/681",[559,2.769,560,2.769,562,2.853]],["name/682",[451,57.402]],["parent/682",[559,2.769,560,2.769,562,2.853]],["name/683",[391,40.913]],["parent/683",[559,2.769,560,2.769,562,2.853]],["name/684",[567,66.083]],["parent/684",[559,2.769,560,2.769,562,2.853]],["name/685",[568,66.083]],["parent/685",[559,2.769,560,2.769,562,2.853]],["name/686",[569,66.083]],["parent/686",[559,2.769,560,2.769,562,2.853]],["name/687",[570,66.083]],["parent/687",[559,2.769,560,2.769,562,2.853]],["name/688",[461,60.85]],["parent/688",[559,2.769,560,2.769,562,2.853]],["name/689",[547,60.85]],["parent/689",[559,2.769,560,2.769,562,2.853]],["name/690",[383,29.769,571,41.161]],["parent/690",[]],["name/691",[572,66.083]],["parent/691",[383,3.498,571,4.837]],["name/692",[2,25.666]],["parent/692",[571,4.837,573,5.568]],["name/693",[574,60.85]],["parent/693",[]],["name/694",[575,66.083]],["parent/694",[574,6.791]],["name/695",[2,25.666]],["parent/695",[576,4.502]],["name/696",[577,66.083]],["parent/696",[576,4.502]],["name/697",[578,66.083]],["parent/697",[576,4.502]],["name/698",[489,60.85]],["parent/698",[576,4.502]],["name/699",[490,60.85]],["parent/699",[576,4.502]],["name/700",[333,57.402]],["parent/700",[576,4.502]],["name/701",[187,52.771]],["parent/701",[576,4.502]],["name/702",[446,60.85]],["parent/702",[576,4.502]],["name/703",[448,60.85]],["parent/703",[576,4.502]],["name/704",[451,57.402]],["parent/704",[576,4.502]],["name/705",[491,52.771]],["parent/705",[576,4.502]],["name/706",[492,52.771]],["parent/706",[576,4.502]],["name/707",[391,40.913]],["parent/707",[576,4.502]],["name/708",[454,60.85]],["parent/708",[576,4.502]],["name/709",[493,52.771]],["parent/709",[576,4.502]],["name/710",[459,60.85]],["parent/710",[576,4.502]],["name/711",[579,66.083]],["parent/711",[576,4.502]],["name/712",[460,51.06]],["parent/712",[576,4.502]],["name/713",[580,60.85]],["parent/713",[]],["name/714",[581,66.083]],["parent/714",[580,6.791]],["name/715",[2,25.666]],["parent/715",[582,7.375]],["name/716",[583,34.642,584,43.633]],["parent/716",[]],["name/717",[585,66.083]],["parent/717",[583,4.071,584,5.127]],["name/718",[2,25.666]],["parent/718",[583,4.071,586,5.127]],["name/719",[587,66.083]],["parent/719",[583,4.071,586,5.127]],["name/720",[400,39.315,583,34.642]],["parent/720",[]],["name/721",[588,66.083]],["parent/721",[400,4.62,583,4.071]],["name/722",[2,25.666]],["parent/722",[583,4.071,589,5.127]],["name/723",[590,66.083]],["parent/723",[583,4.071,589,5.127]],["name/724",[591,60.85]],["parent/724",[]],["name/725",[592,66.083]],["parent/725",[591,6.791]],["name/726",[2,25.666]],["parent/726",[593,6.791]],["name/727",[594,57.402]],["parent/727",[593,6.791]],["name/728",[595,39.315,596,43.633]],["parent/728",[]],["name/729",[597,66.083]],["parent/729",[595,4.62,596,5.127]],["name/730",[2,25.666]],["parent/730",[595,4.62,598,5.127]],["name/731",[594,57.402]],["parent/731",[595,4.62,598,5.127]],["name/732",[599,39.315,600,43.633]],["parent/732",[]],["name/733",[601,66.083]],["parent/733",[599,4.62,600,5.127]],["name/734",[2,25.666]],["parent/734",[599,4.62,602,5.127]],["name/735",[594,57.402]],["parent/735",[599,4.62,602,5.127]],["name/736",[603,30.644,604,30.644,605,34.01]],["parent/736",[]],["name/737",[606,66.083]],["parent/737",[603,3.711,604,3.711,605,4.119]],["name/738",[2,25.666]],["parent/738",[603,3.711,604,3.711,607,4.119]],["name/739",[124,52.771]],["parent/739",[603,3.711,604,3.711,607,4.119]],["name/740",[608,60.85]],["parent/740",[]],["name/741",[609,66.083]],["parent/741",[608,6.791]],["name/742",[2,25.666]],["parent/742",[610,6.406]],["name/743",[611,66.083]],["parent/743",[610,6.406]],["name/744",[391,40.913]],["parent/744",[610,6.406]],["name/745",[612,28.538,613,28.538,614,34.01]],["parent/745",[]],["name/746",[615,66.083]],["parent/746",[612,3.456,613,3.456,614,4.119]],["name/747",[2,25.666]],["parent/747",[612,3.456,613,3.456,616,3.711]],["name/748",[617,66.083]],["parent/748",[612,3.456,613,3.456,616,3.711]],["name/749",[391,40.913]],["parent/749",[612,3.456,613,3.456,616,3.711]],["name/750",[618,66.083]],["parent/750",[612,3.456,613,3.456,616,3.711]],["name/751",[619,60.85]],["parent/751",[]],["name/752",[620,66.083]],["parent/752",[619,6.791]],["name/753",[2,25.666]],["parent/753",[621,7.375]],["name/754",[622,60.85]],["parent/754",[]],["name/755",[623,66.083]],["parent/755",[622,6.791]],["name/756",[2,25.666]],["parent/756",[624,6.791]],["name/757",[391,40.913]],["parent/757",[624,6.791]],["name/758",[625,60.85]],["parent/758",[]],["name/759",[626,66.083]],["parent/759",[625,6.791]],["name/760",[2,25.666]],["parent/760",[627,6.791]],["name/761",[391,40.913]],["parent/761",[627,6.791]],["name/762",[628,52.771]],["parent/762",[]],["name/763",[629,66.083]],["parent/763",[628,5.889]],["name/764",[630,66.083]],["parent/764",[628,5.889]],["name/765",[631,66.083]],["parent/765",[628,5.889]],["name/766",[632,66.083]],["parent/766",[628,5.889]],["name/767",[633,60.85]],["parent/767",[]],["name/768",[634,52.771]],["parent/768",[]],["name/769",[186,51.06]],["parent/769",[634,5.889]],["name/770",[2,25.666]],["parent/770",[635,4.229]],["name/771",[636,66.083]],["parent/771",[635,4.229]],["name/772",[637,66.083]],["parent/772",[635,4.229]],["name/773",[638,66.083]],["parent/773",[635,4.229]],["name/774",[192,60.85]],["parent/774",[635,4.229]],["name/775",[193,60.85]],["parent/775",[635,4.229]],["name/776",[124,52.771]],["parent/776",[635,4.229]],["name/777",[639,66.083]],["parent/777",[635,4.229]],["name/778",[640,66.083]],["parent/778",[635,4.229]],["name/779",[641,66.083]],["parent/779",[635,4.229]],["name/780",[642,66.083]],["parent/780",[635,4.229]],["name/781",[643,66.083]],["parent/781",[635,4.229]],["name/782",[644,66.083]],["parent/782",[635,4.229]],["name/783",[645,66.083]],["parent/783",[635,4.229]],["name/784",[646,66.083]],["parent/784",[635,4.229]],["name/785",[647,66.083]],["parent/785",[635,4.229]],["name/786",[648,66.083]],["parent/786",[635,4.229]],["name/787",[649,66.083]],["parent/787",[635,4.229]],["name/788",[650,66.083]],["parent/788",[635,4.229]],["name/789",[651,66.083]],["parent/789",[635,4.229]],["name/790",[652,66.083]],["parent/790",[635,4.229]],["name/791",[653,66.083]],["parent/791",[635,4.229]],["name/792",[654,66.083]],["parent/792",[635,4.229]],["name/793",[655,66.083]],["parent/793",[634,5.889]],["name/794",[656,66.083]],["parent/794",[634,5.889]],["name/795",[184,60.85]],["parent/795",[634,5.889]],["name/796",[657,60.85]],["parent/796",[]],["name/797",[658,57.402]],["parent/797",[657,6.791]],["name/798",[52,43.572]],["parent/798",[659,7.375]],["name/799",[660,57.402]],["parent/799",[661,4.95]],["name/800",[662,57.402]],["parent/800",[661,4.95]],["name/801",[663,57.402]],["parent/801",[661,4.95]],["name/802",[664,57.402]],["parent/802",[661,4.95]],["name/803",[665,57.402]],["parent/803",[661,4.95]],["name/804",[666,57.402]],["parent/804",[661,4.95]],["name/805",[667,57.402]],["parent/805",[661,4.95]],["name/806",[668,57.402]],["parent/806",[661,4.95]],["name/807",[669,57.402]],["parent/807",[661,4.95]],["name/808",[670,57.402]],["parent/808",[661,4.95]],["name/809",[671,57.402]],["parent/809",[661,4.95]],["name/810",[672,57.402]],["parent/810",[661,4.95]],["name/811",[673,60.85]],["parent/811",[]],["name/812",[658,57.402]],["parent/812",[673,6.791]],["name/813",[52,43.572]],["parent/813",[674,7.375]],["name/814",[660,57.402]],["parent/814",[675,4.95]],["name/815",[662,57.402]],["parent/815",[675,4.95]],["name/816",[663,57.402]],["parent/816",[675,4.95]],["name/817",[664,57.402]],["parent/817",[675,4.95]],["name/818",[665,57.402]],["parent/818",[675,4.95]],["name/819",[666,57.402]],["parent/819",[675,4.95]],["name/820",[667,57.402]],["parent/820",[675,4.95]],["name/821",[668,57.402]],["parent/821",[675,4.95]],["name/822",[669,57.402]],["parent/822",[675,4.95]],["name/823",[670,57.402]],["parent/823",[675,4.95]],["name/824",[671,57.402]],["parent/824",[675,4.95]],["name/825",[672,57.402]],["parent/825",[675,4.95]],["name/826",[676,60.85]],["parent/826",[]],["name/827",[658,57.402]],["parent/827",[676,6.791]],["name/828",[52,43.572]],["parent/828",[677,7.375]],["name/829",[660,57.402]],["parent/829",[678,4.95]],["name/830",[662,57.402]],["parent/830",[678,4.95]],["name/831",[663,57.402]],["parent/831",[678,4.95]],["name/832",[664,57.402]],["parent/832",[678,4.95]],["name/833",[665,57.402]],["parent/833",[678,4.95]],["name/834",[666,57.402]],["parent/834",[678,4.95]],["name/835",[667,57.402]],["parent/835",[678,4.95]],["name/836",[668,57.402]],["parent/836",[678,4.95]],["name/837",[669,57.402]],["parent/837",[678,4.95]],["name/838",[670,57.402]],["parent/838",[678,4.95]],["name/839",[671,57.402]],["parent/839",[678,4.95]],["name/840",[672,57.402]],["parent/840",[678,4.95]],["name/841",[679,66.083]],["parent/841",[]],["name/842",[680,66.083]],["parent/842",[]],["name/843",[681,66.083]],["parent/843",[]],["name/844",[682,28.538,683,28.538,684,23.944]],["parent/844",[]],["name/845",[685,60.85]],["parent/845",[682,3.456,683,3.456,684,2.9]],["name/846",[2,25.666]],["parent/846",[682,3.456,683,3.456,686,3.711]],["name/847",[687,66.083]],["parent/847",[682,3.456,683,3.456,686,3.711]],["name/848",[688,66.083]],["parent/848",[682,3.456,683,3.456,686,3.711]],["name/849",[689,66.083]],["parent/849",[682,3.456,683,3.456,686,3.711]],["name/850",[690,47.172]],["parent/850",[]],["name/851",[684,19.617,691,23.382,692,23.382,693,23.382]],["parent/851",[]],["name/852",[694,60.85]],["parent/852",[684,2.423,691,2.888,692,2.888,693,2.888]],["name/853",[2,25.666]],["parent/853",[691,2.888,692,2.888,693,2.888,695,3.101]],["name/854",[696,66.083]],["parent/854",[691,2.888,692,2.888,693,2.888,695,3.101]],["name/855",[697,66.083]],["parent/855",[691,2.888,692,2.888,693,2.888,695,3.101]],["name/856",[698,66.083]],["parent/856",[691,2.888,692,2.888,693,2.888,695,3.101]],["name/857",[684,23.944,699,27.719,700,27.719]],["parent/857",[]],["name/858",[701,60.85]],["parent/858",[684,2.9,699,3.357,700,3.357]],["name/859",[2,25.666]],["parent/859",[699,3.357,700,3.357,702,4.473]],["name/860",[703,60.85]],["parent/860",[684,2.9,699,3.357,700,3.357]],["name/861",[2,25.666]],["parent/861",[699,3.357,700,3.357,704,4.473]],["name/862",[705,60.85]],["parent/862",[684,2.9,699,3.357,700,3.357]],["name/863",[2,25.666]],["parent/863",[699,3.357,700,3.357,706,4.473]],["name/864",[684,23.944,707,30.644,708,22.247]],["parent/864",[]],["name/865",[709,60.85]],["parent/865",[684,2.9,707,3.711,708,2.694]],["name/866",[2,25.666]],["parent/866",[707,3.711,708,2.694,710,4.119]],["name/867",[711,66.083]],["parent/867",[707,3.711,708,2.694,710,4.119]],["name/868",[684,23.944,708,22.247,712,28.538]],["parent/868",[]],["name/869",[713,60.85]],["parent/869",[684,2.9,708,2.694,712,3.456]],["name/870",[2,25.666]],["parent/870",[708,2.694,712,3.456,714,3.711]],["name/871",[340,60.85]],["parent/871",[708,2.694,712,3.456,714,3.711]],["name/872",[341,60.85]],["parent/872",[708,2.694,712,3.456,714,3.711]],["name/873",[338,60.85]],["parent/873",[708,2.694,712,3.456,714,3.711]],["name/874",[684,23.944,708,22.247,715,26.365]],["parent/874",[]],["name/875",[716,60.85]],["parent/875",[684,2.9,708,2.694,715,3.193]],["name/876",[2,25.666]],["parent/876",[708,2.694,715,3.193,717,3.357]],["name/877",[718,66.083]],["parent/877",[708,2.694,715,3.193,717,3.357]],["name/878",[353,57.402]],["parent/878",[708,2.694,715,3.193,717,3.357]],["name/879",[719,66.083]],["parent/879",[708,2.694,715,3.193,717,3.357]],["name/880",[720,66.083]],["parent/880",[708,2.694,715,3.193,717,3.357]],["name/881",[362,60.85]],["parent/881",[708,2.694,715,3.193,717,3.357]],["name/882",[363,57.402]],["parent/882",[708,2.694,715,3.193,717,3.357]],["name/883",[1,60.85]],["parent/883",[11,6.406]],["name/884",[14,57.402]],["parent/884",[11,6.406]],["name/885",[20,60.85]],["parent/885",[23,6.406]],["name/886",[25,60.85]],["parent/886",[23,6.406]],["name/887",[29,60.85]],["parent/887",[64,4.633]],["name/888",[32,60.85]],["parent/888",[64,4.633]],["name/889",[41,60.85]],["parent/889",[64,4.633]],["name/890",[37,60.85]],["parent/890",[64,4.633]],["name/891",[47,60.85]],["parent/891",[64,4.633]],["name/892",[50,60.85]],["parent/892",[64,4.633]],["name/893",[51,60.85]],["parent/893",[64,4.633]],["name/894",[55,60.85]],["parent/894",[64,4.633]],["name/895",[63,60.85]],["parent/895",[64,4.633]],["name/896",[67,60.85]],["parent/896",[64,4.633]],["name/897",[70,60.85]],["parent/897",[64,4.633]],["name/898",[77,60.85]],["parent/898",[64,4.633]],["name/899",[80,60.85]],["parent/899",[64,4.633]],["name/900",[81,60.85]],["parent/900",[64,4.633]],["name/901",[83,60.85]],["parent/901",[64,4.633]],["name/902",[85,60.85]],["parent/902",[91,6.119]],["name/903",[89,60.85]],["parent/903",[91,6.119]],["name/904",[93,60.85]],["parent/904",[91,6.119]],["name/905",[96,60.85]],["parent/905",[136,4.502]],["name/906",[123,60.85]],["parent/906",[136,4.502]],["name/907",[128,60.85]],["parent/907",[136,4.502]],["name/908",[127,51.06]],["parent/908",[136,4.502]],["name/909",[135,60.85]],["parent/909",[136,4.502]],["name/910",[138,54.827]],["parent/910",[136,4.502]],["name/911",[143,60.85]],["parent/911",[136,4.502]],["name/912",[147,60.85]],["parent/912",[136,4.502]],["name/913",[100,57.402]],["parent/913",[136,4.502]],["name/914",[151,60.85]],["parent/914",[136,4.502]],["name/915",[155,57.402]],["parent/915",[136,4.502]],["name/916",[159,60.85]],["parent/916",[136,4.502]],["name/917",[165,52.771]],["parent/917",[136,4.502]],["name/918",[179,60.85]],["parent/918",[136,4.502]],["name/919",[187,52.771]],["parent/919",[136,4.502]],["name/920",[186,51.06]],["parent/920",[136,4.502]],["name/921",[200,60.85]],["parent/921",[136,4.502]],["name/922",[206,54.827]],["parent/922",[202,5.534]],["name/923",[233,60.85]],["parent/923",[202,5.534]],["name/924",[236,60.85]],["parent/924",[202,5.534]],["name/925",[246,60.85]],["parent/925",[202,5.534]],["name/926",[127,51.06]],["parent/926",[202,5.534]],["name/927",[235,48.311]],["parent/927",[202,5.534]],["name/928",[251,60.85]],["parent/928",[288,4.95]],["name/929",[331,60.85]],["parent/929",[288,4.95]],["name/930",[347,60.85]],["parent/930",[288,4.95]],["name/931",[317,60.85]],["parent/931",[288,4.95]],["name/932",[272,60.85]],["parent/932",[288,4.95]],["name/933",[294,60.85]],["parent/933",[288,4.95]],["name/934",[240,57.402]],["parent/934",[288,4.95]],["name/935",[283,60.85]],["parent/935",[288,4.95]],["name/936",[379,60.85]],["parent/936",[288,4.95]],["name/937",[290,60.85]],["parent/937",[288,4.95]],["name/938",[312,60.85]],["parent/938",[288,4.95]],["name/939",[186,51.06]],["parent/939",[633,6.791]],["name/940",[685,60.85]],["parent/940",[690,5.264]],["name/941",[694,60.85]],["parent/941",[690,5.264]],["name/942",[701,60.85]],["parent/942",[690,5.264]],["name/943",[703,60.85]],["parent/943",[690,5.264]],["name/944",[705,60.85]],["parent/944",[690,5.264]],["name/945",[716,60.85]],["parent/945",[690,5.264]],["name/946",[709,60.85]],["parent/946",[690,5.264]],["name/947",[713,60.85]],["parent/947",[690,5.264]]],"invertedIndex":[["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":172,"name":{"173":{}},"parent":{}}],["__type",{"_index":52,"name":{"47":{},"64":{},"96":{},"98":{},"104":{},"111":{},"172":{},"174":{},"271":{},"273":{},"798":{},"813":{},"828":{}},"parent":{}}],["_outbuffer",{"_index":645,"name":{"783":{}},"parent":{}}],["_outbuffercursor",{"_index":646,"name":{"784":{}},"parent":{}}],["_signatureset",{"_index":643,"name":{"781":{}},"parent":{}}],["_workbuffer",{"_index":644,"name":{"782":{}},"parent":{}}],["account",{"_index":439,"name":{"499":{}},"parent":{}}],["account.component",{"_index":500,"name":{"573":{}},"parent":{"574":{}}}],["account.component.createaccountcomponent",{"_index":502,"name":{},"parent":{"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{}}}],["account/create",{"_index":499,"name":{"573":{}},"parent":{"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{}}}],["accountaddress",{"_index":440,"name":{"500":{}},"parent":{}}],["accountdetails",{"_index":96,"name":{"89":{},"905":{}},"parent":{}}],["accountdetailscomponent",{"_index":424,"name":{"484":{}},"parent":{}}],["accountindex",{"_index":1,"name":{"1":{},"883":{}},"parent":{}}],["accountinfoform",{"_index":438,"name":{"498":{}},"parent":{}}],["accountinfoformstub",{"_index":456,"name":{"522":{}},"parent":{}}],["accounts",{"_index":350,"name":{"406":{},"502":{},"556":{}},"parent":{}}],["accountscomponent",{"_index":485,"name":{"553":{}},"parent":{}}],["accountsearchcomponent",{"_index":464,"name":{"530":{}},"parent":{}}],["accountslist",{"_index":351,"name":{"407":{}},"parent":{}}],["accountsmodule",{"_index":496,"name":{"571":{}},"parent":{}}],["accountsroutingmodule",{"_index":482,"name":{"550":{}},"parent":{}}],["accountssubject",{"_index":352,"name":{"408":{}},"parent":{}}],["accountstatus",{"_index":441,"name":{"501":{}},"parent":{}}],["accountstype",{"_index":442,"name":{"503":{},"560":{}},"parent":{}}],["accounttypes",{"_index":447,"name":{"510":{},"561":{},"581":{}},"parent":{}}],["action",{"_index":138,"name":{"132":{},"133":{},"594":{},"910":{}},"parent":{}}],["actions",{"_index":353,"name":{"409":{},"595":{},"878":{}},"parent":{}}],["actionslist",{"_index":354,"name":{"410":{}},"parent":{}}],["actionssubject",{"_index":355,"name":{"411":{}},"parent":{}}],["activatedroutestub",{"_index":685,"name":{"845":{},"940":{}},"parent":{}}],["add0x",{"_index":632,"name":{"766":{}},"parent":{}}],["addaccount",{"_index":377,"name":{"434":{}},"parent":{}}],["address",{"_index":166,"name":{"166":{},"204":{}},"parent":{}}],["addressof",{"_index":16,"name":{"17":{}},"parent":{}}],["addresssearchform",{"_index":472,"name":{"538":{}},"parent":{}}],["addresssearchformstub",{"_index":477,"name":{"545":{}},"parent":{}}],["addresssearchloading",{"_index":474,"name":{"540":{}},"parent":{}}],["addresssearchsubmitted",{"_index":473,"name":{"539":{}},"parent":{}}],["addtoaccountregistry",{"_index":7,"name":{"6":{}},"parent":{}}],["addtoken",{"_index":323,"name":{"374":{}},"parent":{}}],["addtransaction",{"_index":342,"name":{"395":{}},"parent":{}}],["addtrusteduser",{"_index":267,"name":{"311":{}},"parent":{}}],["admincomponent",{"_index":509,"name":{"590":{}},"parent":{}}],["adminmodule",{"_index":515,"name":{"606":{}},"parent":{}}],["adminroutingmodule",{"_index":506,"name":{"587":{}},"parent":{}}],["age",{"_index":97,"name":{"90":{}},"parent":{}}],["algo",{"_index":131,"name":{"125":{},"265":{},"282":{}},"parent":{}}],["app/_eth",{"_index":11,"name":{"10":{}},"parent":{"883":{},"884":{}}}],["app/_eth/accountindex",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["app/_eth/accountindex.accountindex",{"_index":3,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{}}}],["app/_eth/token",{"_index":12,"name":{"11":{}},"parent":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{}}}],["app/_guards",{"_index":23,"name":{"24":{}},"parent":{"885":{},"886":{}}}],["app/_guards/auth.guard",{"_index":19,"name":{"20":{}},"parent":{"21":{}}}],["app/_guards/auth.guard.authguard",{"_index":21,"name":{},"parent":{"22":{},"23":{}}}],["app/_guards/role.guard",{"_index":24,"name":{"25":{}},"parent":{"26":{}}}],["app/_guards/role.guard.roleguard",{"_index":26,"name":{},"parent":{"27":{},"28":{}}}],["app/_helpers",{"_index":64,"name":{"58":{}},"parent":{"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{}}}],["app/_helpers/array",{"_index":27,"name":{"29":{}},"parent":{"30":{}}}],["app/_helpers/clipboard",{"_index":30,"name":{"31":{}},"parent":{"32":{}}}],["app/_helpers/custom",{"_index":33,"name":{"33":{}},"parent":{"34":{},"35":{},"36":{}}}],["app/_helpers/custom.validator",{"_index":40,"name":{"37":{}},"parent":{"38":{}}}],["app/_helpers/custom.validator.customvalidator",{"_index":43,"name":{},"parent":{"39":{},"40":{},"41":{}}}],["app/_helpers/export",{"_index":45,"name":{"42":{}},"parent":{"43":{}}}],["app/_helpers/global",{"_index":48,"name":{"44":{}},"parent":{"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{}}}],["app/_helpers/http",{"_index":61,"name":{"56":{}},"parent":{"57":{}}}],["app/_helpers/mock",{"_index":65,"name":{"59":{}},"parent":{"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{}}}],["app/_helpers/read",{"_index":76,"name":{"68":{}},"parent":{"69":{}}}],["app/_helpers/schema",{"_index":78,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["app/_helpers/sync",{"_index":82,"name":{"73":{}},"parent":{"74":{}}}],["app/_interceptors",{"_index":91,"name":{"83":{}},"parent":{"902":{},"903":{},"904":{}}}],["app/_interceptors/error.interceptor",{"_index":84,"name":{"75":{}},"parent":{"76":{}}}],["app/_interceptors/error.interceptor.errorinterceptor",{"_index":86,"name":{},"parent":{"77":{},"78":{}}}],["app/_interceptors/http",{"_index":87,"name":{"79":{}},"parent":{"80":{},"81":{},"82":{}}}],["app/_interceptors/logging.interceptor",{"_index":92,"name":{"84":{}},"parent":{"85":{}}}],["app/_interceptors/logging.interceptor.logginginterceptor",{"_index":94,"name":{},"parent":{"86":{},"87":{}}}],["app/_models",{"_index":136,"name":{"130":{}},"parent":{"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{}}}],["app/_models/account",{"_index":95,"name":{"88":{}},"parent":{"89":{},"117":{},"121":{},"124":{},"129":{}}}],["app/_models/account.accountdetails",{"_index":98,"name":{},"parent":{"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"103":{},"104":{},"108":{},"109":{},"110":{},"111":{}}}],["app/_models/account.accountdetails.__type",{"_index":105,"name":{},"parent":{"97":{},"98":{},"101":{},"102":{},"105":{},"106":{},"107":{},"112":{},"113":{},"114":{},"115":{},"116":{}}}],["app/_models/account.accountdetails.__type.__type",{"_index":107,"name":{},"parent":{"99":{},"100":{}}}],["app/_models/account.meta",{"_index":125,"name":{},"parent":{"118":{},"119":{},"120":{}}}],["app/_models/account.metaresponse",{"_index":129,"name":{},"parent":{"122":{},"123":{}}}],["app/_models/account.signature",{"_index":132,"name":{},"parent":{"125":{},"126":{},"127":{},"128":{}}}],["app/_models/mappings",{"_index":137,"name":{"131":{}},"parent":{"132":{},"138":{},"141":{},"144":{}}}],["app/_models/mappings.action",{"_index":139,"name":{},"parent":{"133":{},"134":{},"135":{},"136":{},"137":{}}}],["app/_models/mappings.areaname",{"_index":145,"name":{},"parent":{"139":{},"140":{}}}],["app/_models/mappings.areatype",{"_index":148,"name":{},"parent":{"142":{},"143":{}}}],["app/_models/mappings.category",{"_index":149,"name":{},"parent":{"145":{},"146":{}}}],["app/_models/settings",{"_index":150,"name":{"147":{}},"parent":{"148":{},"154":{}}}],["app/_models/settings.settings",{"_index":152,"name":{},"parent":{"149":{},"150":{},"151":{},"152":{},"153":{}}}],["app/_models/settings.w3",{"_index":156,"name":{},"parent":{"155":{},"156":{}}}],["app/_models/staff",{"_index":158,"name":{"157":{}},"parent":{"158":{}}}],["app/_models/staff.staff",{"_index":161,"name":{},"parent":{"159":{},"160":{},"161":{},"162":{},"163":{}}}],["app/_models/token",{"_index":164,"name":{"164":{}},"parent":{"165":{}}}],["app/_models/token.token",{"_index":167,"name":{},"parent":{"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"177":{},"178":{}}}],["app/_models/token.token.__type",{"_index":173,"name":{},"parent":{"173":{},"174":{}}}],["app/_models/token.token.__type.__type",{"_index":175,"name":{},"parent":{"175":{},"176":{}}}],["app/_models/transaction",{"_index":178,"name":{"179":{}},"parent":{"180":{},"188":{},"197":{},"203":{}}}],["app/_models/transaction.conversion",{"_index":181,"name":{},"parent":{"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{}}}],["app/_models/transaction.transaction",{"_index":189,"name":{},"parent":{"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{}}}],["app/_models/transaction.tx",{"_index":195,"name":{},"parent":{"198":{},"199":{},"200":{},"201":{},"202":{}}}],["app/_models/transaction.txtoken",{"_index":201,"name":{},"parent":{"204":{},"205":{},"206":{}}}],["app/_pgp",{"_index":202,"name":{"207":{}},"parent":{"922":{},"923":{},"924":{},"925":{},"926":{},"927":{}}}],["app/_pgp/pgp",{"_index":203,"name":{"208":{},"262":{}},"parent":{"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{}}}],["app/_services",{"_index":288,"name":{"333":{}},"parent":{"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{}}}],["app/_services/auth.service",{"_index":250,"name":{"293":{}},"parent":{"294":{}}}],["app/_services/auth.service.authservice",{"_index":252,"name":{},"parent":{"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{}}}],["app/_services/block",{"_index":270,"name":{"316":{}},"parent":{"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{}}}],["app/_services/error",{"_index":281,"name":{"327":{}},"parent":{"328":{},"329":{},"330":{},"331":{},"332":{}}}],["app/_services/keystore.service",{"_index":289,"name":{"334":{}},"parent":{"335":{}}}],["app/_services/keystore.service.keystoreservice",{"_index":291,"name":{},"parent":{"336":{},"337":{},"338":{}}}],["app/_services/location.service",{"_index":293,"name":{"339":{}},"parent":{"340":{}}}],["app/_services/location.service.locationservice",{"_index":295,"name":{},"parent":{"341":{},"342":{},"343":{},"344":{},"345":{}}}],["app/_services/logging.service",{"_index":300,"name":{"346":{}},"parent":{"347":{}}}],["app/_services/logging.service.loggingservice",{"_index":301,"name":{},"parent":{"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{}}}],["app/_services/registry.service",{"_index":311,"name":{"358":{}},"parent":{"359":{}}}],["app/_services/registry.service.registryservice",{"_index":314,"name":{},"parent":{"360":{},"361":{},"362":{},"363":{}}}],["app/_services/token.service",{"_index":316,"name":{"364":{}},"parent":{"365":{}}}],["app/_services/token.service.tokenservice",{"_index":318,"name":{},"parent":{"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{}}}],["app/_services/transaction.service",{"_index":330,"name":{"381":{}},"parent":{"382":{}}}],["app/_services/transaction.service.transactionservice",{"_index":332,"name":{},"parent":{"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{}}}],["app/_services/user.service",{"_index":346,"name":{"399":{}},"parent":{"400":{}}}],["app/_services/user.service.userservice",{"_index":348,"name":{},"parent":{"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{}}}],["app/_services/web3.service",{"_index":378,"name":{"435":{}},"parent":{"436":{}}}],["app/_services/web3.service.web3service",{"_index":380,"name":{},"parent":{"437":{},"438":{},"439":{}}}],["app/app",{"_index":382,"name":{"440":{}},"parent":{"441":{},"442":{}}}],["app/app.component",{"_index":386,"name":{"443":{}},"parent":{"444":{}}}],["app/app.component.appcomponent",{"_index":388,"name":{},"parent":{"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{}}}],["app/app.module",{"_index":395,"name":{"454":{}},"parent":{"455":{}}}],["app/app.module.appmodule",{"_index":397,"name":{},"parent":{"456":{}}}],["app/auth/_directives",{"_index":398,"name":{"457":{}},"parent":{}}],["app/auth/_directives/password",{"_index":399,"name":{"458":{}},"parent":{"459":{},"460":{},"461":{},"462":{},"463":{}}}],["app/auth/auth",{"_index":405,"name":{"464":{}},"parent":{"465":{},"466":{}}}],["app/auth/auth.component",{"_index":408,"name":{"467":{}},"parent":{"468":{}}}],["app/auth/auth.component.authcomponent",{"_index":410,"name":{},"parent":{"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{}}}],["app/auth/auth.module",{"_index":418,"name":{"480":{}},"parent":{"481":{}}}],["app/auth/auth.module.authmodule",{"_index":420,"name":{},"parent":{"482":{}}}],["app/pages/accounts/account",{"_index":421,"name":{"483":{},"529":{}},"parent":{"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{}}}],["app/pages/accounts/accounts",{"_index":481,"name":{"549":{}},"parent":{"550":{},"551":{}}}],["app/pages/accounts/accounts.component",{"_index":484,"name":{"552":{}},"parent":{"553":{}}}],["app/pages/accounts/accounts.component.accountscomponent",{"_index":486,"name":{},"parent":{"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{}}}],["app/pages/accounts/accounts.module",{"_index":495,"name":{"570":{}},"parent":{"571":{}}}],["app/pages/accounts/accounts.module.accountsmodule",{"_index":497,"name":{},"parent":{"572":{}}}],["app/pages/accounts/create",{"_index":498,"name":{"573":{}},"parent":{"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{}}}],["app/pages/admin/admin",{"_index":505,"name":{"586":{}},"parent":{"587":{},"588":{}}}],["app/pages/admin/admin.component",{"_index":508,"name":{"589":{}},"parent":{"590":{}}}],["app/pages/admin/admin.component.admincomponent",{"_index":510,"name":{},"parent":{"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{}}}],["app/pages/admin/admin.module",{"_index":514,"name":{"605":{}},"parent":{"606":{}}}],["app/pages/admin/admin.module.adminmodule",{"_index":516,"name":{},"parent":{"607":{}}}],["app/pages/pages",{"_index":517,"name":{"608":{}},"parent":{"609":{},"610":{}}}],["app/pages/pages.component",{"_index":520,"name":{"611":{}},"parent":{"612":{}}}],["app/pages/pages.component.pagescomponent",{"_index":522,"name":{},"parent":{"613":{},"614":{}}}],["app/pages/pages.module",{"_index":524,"name":{"615":{}},"parent":{"616":{}}}],["app/pages/pages.module.pagesmodule",{"_index":526,"name":{},"parent":{"617":{}}}],["app/pages/settings/organization/organization.component",{"_index":527,"name":{"618":{}},"parent":{"619":{}}}],["app/pages/settings/organization/organization.component.organizationcomponent",{"_index":529,"name":{},"parent":{"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{}}}],["app/pages/settings/settings",{"_index":532,"name":{"627":{}},"parent":{"628":{},"629":{}}}],["app/pages/settings/settings.component",{"_index":535,"name":{"630":{}},"parent":{"631":{}}}],["app/pages/settings/settings.component.settingscomponent",{"_index":537,"name":{},"parent":{"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{}}}],["app/pages/settings/settings.module",{"_index":539,"name":{"644":{}},"parent":{"645":{}}}],["app/pages/settings/settings.module.settingsmodule",{"_index":541,"name":{},"parent":{"646":{}}}],["app/pages/tokens/token",{"_index":542,"name":{"647":{}},"parent":{"648":{},"649":{},"650":{},"651":{},"652":{},"653":{}}}],["app/pages/tokens/tokens",{"_index":548,"name":{"654":{}},"parent":{"655":{},"656":{}}}],["app/pages/tokens/tokens.component",{"_index":551,"name":{"657":{}},"parent":{"658":{}}}],["app/pages/tokens/tokens.component.tokenscomponent",{"_index":553,"name":{},"parent":{"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{}}}],["app/pages/tokens/tokens.module",{"_index":556,"name":{"670":{}},"parent":{"671":{}}}],["app/pages/tokens/tokens.module.tokensmodule",{"_index":558,"name":{},"parent":{"672":{}}}],["app/pages/transactions/transaction",{"_index":559,"name":{"673":{}},"parent":{"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{}}}],["app/pages/transactions/transactions",{"_index":571,"name":{"690":{}},"parent":{"691":{},"692":{}}}],["app/pages/transactions/transactions.component",{"_index":574,"name":{"693":{}},"parent":{"694":{}}}],["app/pages/transactions/transactions.component.transactionscomponent",{"_index":576,"name":{},"parent":{"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{}}}],["app/pages/transactions/transactions.module",{"_index":580,"name":{"713":{}},"parent":{"714":{}}}],["app/pages/transactions/transactions.module.transactionsmodule",{"_index":582,"name":{},"parent":{"715":{}}}],["app/shared/_directives/menu",{"_index":583,"name":{"716":{},"720":{}},"parent":{"717":{},"718":{},"719":{},"721":{},"722":{},"723":{}}}],["app/shared/_pipes/safe.pipe",{"_index":591,"name":{"724":{}},"parent":{"725":{}}}],["app/shared/_pipes/safe.pipe.safepipe",{"_index":593,"name":{},"parent":{"726":{},"727":{}}}],["app/shared/_pipes/token",{"_index":595,"name":{"728":{}},"parent":{"729":{},"730":{},"731":{}}}],["app/shared/_pipes/unix",{"_index":599,"name":{"732":{}},"parent":{"733":{},"734":{},"735":{}}}],["app/shared/error",{"_index":603,"name":{"736":{}},"parent":{"737":{},"738":{},"739":{}}}],["app/shared/footer/footer.component",{"_index":608,"name":{"740":{}},"parent":{"741":{}}}],["app/shared/footer/footer.component.footercomponent",{"_index":610,"name":{},"parent":{"742":{},"743":{},"744":{}}}],["app/shared/network",{"_index":612,"name":{"745":{}},"parent":{"746":{},"747":{},"748":{},"749":{},"750":{}}}],["app/shared/shared.module",{"_index":619,"name":{"751":{}},"parent":{"752":{}}}],["app/shared/shared.module.sharedmodule",{"_index":621,"name":{},"parent":{"753":{}}}],["app/shared/sidebar/sidebar.component",{"_index":622,"name":{"754":{}},"parent":{"755":{}}}],["app/shared/sidebar/sidebar.component.sidebarcomponent",{"_index":624,"name":{},"parent":{"756":{},"757":{}}}],["app/shared/topbar/topbar.component",{"_index":625,"name":{"758":{}},"parent":{"759":{}}}],["app/shared/topbar/topbar.component.topbarcomponent",{"_index":627,"name":{},"parent":{"760":{},"761":{}}}],["appcomponent",{"_index":387,"name":{"444":{}},"parent":{}}],["appmodule",{"_index":396,"name":{"455":{}},"parent":{}}],["approutingmodule",{"_index":384,"name":{"441":{}},"parent":{}}],["approval",{"_index":140,"name":{"134":{}},"parent":{}}],["approvalstatus",{"_index":511,"name":{"600":{}},"parent":{}}],["approveaction",{"_index":363,"name":{"420":{},"601":{},"882":{}},"parent":{}}],["area",{"_index":112,"name":{"105":{},"142":{}},"parent":{}}],["area_name",{"_index":113,"name":{"106":{}},"parent":{}}],["area_type",{"_index":114,"name":{"107":{}},"parent":{}}],["areaname",{"_index":143,"name":{"138":{},"911":{}},"parent":{}}],["areanames",{"_index":444,"name":{"505":{},"580":{}},"parent":{}}],["areatype",{"_index":147,"name":{"141":{},"912":{}},"parent":{}}],["areatypes",{"_index":445,"name":{"506":{}},"parent":{}}],["arraysum",{"_index":29,"name":{"30":{},"887":{}},"parent":{}}],["assets/js/ethtx/dist",{"_index":633,"name":{"767":{}},"parent":{"939":{}}}],["assets/js/ethtx/dist/hex",{"_index":628,"name":{"762":{}},"parent":{"763":{},"764":{},"765":{},"766":{}}}],["assets/js/ethtx/dist/tx",{"_index":634,"name":{"768":{}},"parent":{"769":{},"793":{},"794":{},"795":{}}}],["assets/js/ethtx/dist/tx.tx",{"_index":635,"name":{},"parent":{"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{}}}],["authcomponent",{"_index":409,"name":{"468":{}},"parent":{}}],["authguard",{"_index":20,"name":{"21":{},"885":{}},"parent":{}}],["authmodule",{"_index":419,"name":{"481":{}},"parent":{}}],["authroutingmodule",{"_index":406,"name":{"465":{}},"parent":{}}],["authservice",{"_index":251,"name":{"294":{},"928":{}},"parent":{}}],["backend",{"_index":66,"name":{"59":{}},"parent":{"60":{},"63":{}}}],["backend.mockbackendinterceptor",{"_index":68,"name":{},"parent":{"61":{},"62":{}}}],["backend.mockbackendprovider",{"_index":71,"name":{},"parent":{"64":{}}}],["backend.mockbackendprovider.__type",{"_index":73,"name":{},"parent":{"65":{},"66":{},"67":{}}}],["balance",{"_index":99,"name":{"91":{},"176":{}},"parent":{}}],["block",{"_index":194,"name":{"198":{}},"parent":{}}],["blocksync",{"_index":276,"name":{"322":{}},"parent":{}}],["blocksyncservice",{"_index":272,"name":{"317":{},"932":{}},"parent":{}}],["bloxberg:8996",{"_index":106,"name":{"99":{}},"parent":{}}],["bloxbergchainid",{"_index":662,"name":{"800":{},"815":{},"830":{}},"parent":{}}],["bloxberglink",{"_index":450,"name":{"515":{}},"parent":{}}],["canactivate",{"_index":22,"name":{"23":{},"28":{}},"parent":{}}],["candebug",{"_index":303,"name":{"350":{}},"parent":{}}],["canonicalorder",{"_index":650,"name":{"788":{}},"parent":{}}],["categories",{"_index":443,"name":{"504":{},"579":{}},"parent":{}}],["category",{"_index":100,"name":{"92":{},"144":{},"913":{}},"parent":{}}],["chainid",{"_index":642,"name":{"780":{}},"parent":{}}],["changeaccountinfo",{"_index":359,"name":{"416":{}},"parent":{}}],["ciccacheurl",{"_index":668,"name":{"806":{},"821":{},"836":{}},"parent":{}}],["cicconvert",{"_index":394,"name":{"453":{}},"parent":{}}],["cicmetaurl",{"_index":666,"name":{"804":{},"819":{},"834":{}},"parent":{}}],["cictransfer",{"_index":393,"name":{"452":{}},"parent":{}}],["cicussdurl",{"_index":670,"name":{"808":{},"823":{},"838":{}},"parent":{}}],["clearkeysinkeyring",{"_index":207,"name":{"210":{},"237":{}},"parent":{}}],["clearsignature",{"_index":654,"name":{"792":{}},"parent":{}}],["close",{"_index":547,"name":{"653":{},"689":{}},"parent":{}}],["closewindow",{"_index":546,"name":{"651":{},"677":{}},"parent":{}}],["columnstodisplay",{"_index":554,"name":{"661":{}},"parent":{}}],["comment",{"_index":160,"name":{"159":{}},"parent":{}}],["config.interceptor",{"_index":88,"name":{"79":{}},"parent":{"80":{}}}],["config.interceptor.httpconfiginterceptor",{"_index":90,"name":{},"parent":{"81":{},"82":{}}}],["constructor",{"_index":2,"name":{"2":{},"13":{},"22":{},"27":{},"35":{},"41":{},"48":{},"51":{},"61":{},"77":{},"81":{},"86":{},"149":{},"236":{},"264":{},"295":{},"318":{},"329":{},"338":{},"341":{},"348":{},"363":{},"366":{},"383":{},"401":{},"439":{},"442":{},"445":{},"456":{},"460":{},"466":{},"469":{},"482":{},"485":{},"531":{},"551":{},"554":{},"572":{},"575":{},"588":{},"591":{},"607":{},"610":{},"613":{},"617":{},"620":{},"629":{},"632":{},"646":{},"649":{},"656":{},"659":{},"672":{},"675":{},"692":{},"695":{},"715":{},"718":{},"722":{},"726":{},"730":{},"734":{},"738":{},"742":{},"747":{},"753":{},"756":{},"760":{},"770":{},"846":{},"853":{},"859":{},"861":{},"863":{},"866":{},"870":{},"876":{}},"parent":{}}],["contract",{"_index":4,"name":{"3":{},"14":{}},"parent":{}}],["contractaddress",{"_index":5,"name":{"4":{},"15":{}},"parent":{}}],["conversion",{"_index":179,"name":{"180":{},"918":{}},"parent":{}}],["copy",{"_index":31,"name":{"31":{}},"parent":{"32":{}}}],["copyaddress",{"_index":461,"name":{"528":{},"688":{}},"parent":{}}],["copytoclipboard",{"_index":32,"name":{"32":{},"888":{}},"parent":{}}],["createaccountcomponent",{"_index":501,"name":{"574":{}},"parent":{}}],["createform",{"_index":503,"name":{"576":{}},"parent":{}}],["createformstub",{"_index":504,"name":{"584":{}},"parent":{}}],["csv",{"_index":46,"name":{"42":{},"68":{}},"parent":{"43":{},"69":{}}}],["currentyear",{"_index":611,"name":{"743":{}},"parent":{}}],["customerrorstatematcher",{"_index":37,"name":{"34":{},"890":{}},"parent":{}}],["customvalidator",{"_index":41,"name":{"38":{},"889":{}},"parent":{}}],["data",{"_index":124,"name":{"118":{},"126":{},"283":{},"739":{},"776":{}},"parent":{}}],["datasource",{"_index":487,"name":{"555":{},"592":{},"634":{},"660":{}},"parent":{}}],["date",{"_index":538,"name":{"633":{}},"parent":{}}],["date.pipe",{"_index":600,"name":{"732":{}},"parent":{"733":{}}}],["date.pipe.unixdatepipe",{"_index":602,"name":{},"parent":{"734":{},"735":{}}}],["date_registered",{"_index":101,"name":{"93":{}},"parent":{}}],["decimals",{"_index":168,"name":{"167":{}},"parent":{}}],["defaultaccount",{"_index":135,"name":{"129":{},"909":{}},"parent":{}}],["defaultpagesize",{"_index":489,"name":{"558":{},"698":{}},"parent":{}}],["destinationtoken",{"_index":180,"name":{"181":{}},"parent":{}}],["details.component",{"_index":423,"name":{"483":{},"647":{},"673":{}},"parent":{"484":{},"648":{},"674":{}}}],["details.component.accountdetailscomponent",{"_index":425,"name":{},"parent":{"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{}}}],["details.component.tokendetailscomponent",{"_index":545,"name":{},"parent":{"649":{},"650":{},"651":{},"652":{},"653":{}}}],["details.component.transactiondetailscomponent",{"_index":562,"name":{},"parent":{"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{}}}],["details/account",{"_index":422,"name":{"483":{}},"parent":{"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{}}}],["details/token",{"_index":543,"name":{"647":{}},"parent":{"648":{},"649":{},"650":{},"651":{},"652":{},"653":{}}}],["details/transaction",{"_index":560,"name":{"673":{}},"parent":{"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{}}}],["dgst",{"_index":238,"name":{"266":{}},"parent":{}}],["dialog",{"_index":286,"name":{"331":{}},"parent":{}}],["dialog.component",{"_index":605,"name":{"736":{}},"parent":{"737":{}}}],["dialog.component.errordialogcomponent",{"_index":607,"name":{},"parent":{"738":{},"739":{}}}],["dialog.service",{"_index":282,"name":{"327":{}},"parent":{"328":{}}}],["dialog.service.errordialogservice",{"_index":284,"name":{},"parent":{"329":{},"330":{},"331":{},"332":{}}}],["dialog/error",{"_index":604,"name":{"736":{}},"parent":{"737":{},"738":{},"739":{}}}],["digest",{"_index":133,"name":{"127":{},"280":{},"284":{}},"parent":{}}],["directive",{"_index":693,"name":{"851":{}},"parent":{"852":{},"853":{},"854":{},"855":{},"856":{}}}],["disapproveaction",{"_index":512,"name":{"602":{}},"parent":{}}],["displayedcolumns",{"_index":488,"name":{"557":{},"593":{},"635":{}},"parent":{}}],["dofilter",{"_index":493,"name":{"565":{},"599":{},"641":{},"667":{},"709":{}},"parent":{}}],["dotransactionfilter",{"_index":452,"name":{"518":{}},"parent":{}}],["douserfilter",{"_index":453,"name":{"519":{}},"parent":{}}],["downloadcsv",{"_index":460,"name":{"527":{},"569":{},"604":{},"642":{},"669":{},"712":{}},"parent":{}}],["email",{"_index":118,"name":{"112":{},"160":{}},"parent":{}}],["engine",{"_index":134,"name":{"128":{},"155":{},"267":{},"285":{}},"parent":{}}],["entry",{"_index":17,"name":{"18":{}},"parent":{}}],["env",{"_index":302,"name":{"349":{}},"parent":{}}],["environment",{"_index":658,"name":{"797":{},"812":{},"827":{}},"parent":{}}],["environments/environment",{"_index":676,"name":{"826":{}},"parent":{"827":{}}}],["environments/environment.dev",{"_index":657,"name":{"796":{}},"parent":{"797":{}}}],["environments/environment.dev.environment",{"_index":659,"name":{},"parent":{"798":{}}}],["environments/environment.dev.environment.__type",{"_index":661,"name":{},"parent":{"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{}}}],["environments/environment.environment",{"_index":677,"name":{},"parent":{"828":{}}}],["environments/environment.environment.__type",{"_index":678,"name":{},"parent":{"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{}}}],["environments/environment.prod",{"_index":673,"name":{"811":{}},"parent":{"812":{}}}],["environments/environment.prod.environment",{"_index":674,"name":{},"parent":{"813":{}}}],["environments/environment.prod.environment.__type",{"_index":675,"name":{},"parent":{"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{}}}],["error",{"_index":34,"name":{"33":{},"44":{}},"parent":{"34":{},"35":{},"36":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{}}}],["errordialogcomponent",{"_index":606,"name":{"737":{}},"parent":{}}],["errordialogservice",{"_index":283,"name":{"328":{},"935":{}},"parent":{}}],["errorinterceptor",{"_index":85,"name":{"76":{},"902":{}},"parent":{}}],["evm",{"_index":104,"name":{"97":{}},"parent":{}}],["expandcollapse",{"_index":513,"name":{"603":{}},"parent":{}}],["exportcsv",{"_index":47,"name":{"43":{},"891":{}},"parent":{}}],["fetcher",{"_index":280,"name":{"326":{}},"parent":{}}],["filegetter",{"_index":313,"name":{"360":{}},"parent":{}}],["filteraccounts",{"_index":458,"name":{"524":{},"567":{}},"parent":{}}],["filtertransactions",{"_index":459,"name":{"525":{},"710":{}},"parent":{}}],["fingerprint",{"_index":243,"name":{"275":{},"287":{}},"parent":{}}],["fn",{"_index":119,"name":{"113":{}},"parent":{}}],["footercomponent",{"_index":609,"name":{"741":{}},"parent":{}}],["footerstubcomponent",{"_index":705,"name":{"862":{},"944":{}},"parent":{}}],["from",{"_index":188,"name":{"189":{}},"parent":{}}],["fromhex",{"_index":629,"name":{"763":{}},"parent":{}}],["fromvalue",{"_index":182,"name":{"182":{}},"parent":{}}],["gaslimit",{"_index":638,"name":{"773":{}},"parent":{}}],["gasprice",{"_index":637,"name":{"772":{}},"parent":{}}],["gender",{"_index":102,"name":{"94":{}},"parent":{}}],["genders",{"_index":449,"name":{"512":{},"582":{}},"parent":{}}],["getaccountbyaddress",{"_index":368,"name":{"425":{}},"parent":{}}],["getaccountbyphone",{"_index":369,"name":{"426":{}},"parent":{}}],["getaccountdetailsfrommeta",{"_index":365,"name":{"422":{}},"parent":{}}],["getaccountinfo",{"_index":344,"name":{"397":{}},"parent":{}}],["getaccountstatus",{"_index":357,"name":{"414":{}},"parent":{}}],["getaccounttypes",{"_index":374,"name":{"431":{}},"parent":{}}],["getactionbyid",{"_index":362,"name":{"419":{},"881":{}},"parent":{}}],["getactions",{"_index":361,"name":{"418":{}},"parent":{}}],["getaddresstransactions",{"_index":339,"name":{"392":{}},"parent":{}}],["getalltransactions",{"_index":338,"name":{"391":{},"873":{}},"parent":{}}],["getareanamebylocation",{"_index":297,"name":{"343":{}},"parent":{}}],["getareanames",{"_index":296,"name":{"342":{}},"parent":{}}],["getareatypebyarea",{"_index":299,"name":{"345":{}},"parent":{}}],["getareatypes",{"_index":298,"name":{"344":{}},"parent":{}}],["getbysymbol",{"_index":711,"name":{"867":{}},"parent":{}}],["getcategories",{"_index":372,"name":{"429":{}},"parent":{}}],["getcategorybyproduct",{"_index":373,"name":{"430":{}},"parent":{}}],["getchallenge",{"_index":262,"name":{"306":{}},"parent":{}}],["getencryptkeys",{"_index":209,"name":{"211":{},"238":{}},"parent":{}}],["getfingerprint",{"_index":210,"name":{"212":{},"239":{}},"parent":{}}],["getgenders",{"_index":376,"name":{"433":{}},"parent":{}}],["getinstance",{"_index":381,"name":{"438":{}},"parent":{}}],["getkeyid",{"_index":211,"name":{"213":{},"240":{}},"parent":{}}],["getkeysforid",{"_index":212,"name":{"214":{},"241":{}},"parent":{}}],["getkeystore",{"_index":292,"name":{"337":{}},"parent":{}}],["getlockedaccounts",{"_index":358,"name":{"415":{}},"parent":{}}],["getprivatekey",{"_index":213,"name":{"215":{},"242":{},"314":{}},"parent":{}}],["getprivatekeyforid",{"_index":214,"name":{"216":{},"243":{}},"parent":{}}],["getprivatekeyid",{"_index":215,"name":{"217":{},"244":{}},"parent":{}}],["getprivatekeyinfo",{"_index":269,"name":{"315":{}},"parent":{}}],["getprivatekeys",{"_index":216,"name":{"218":{},"245":{}},"parent":{}}],["getpublickeyforid",{"_index":217,"name":{"219":{},"246":{}},"parent":{}}],["getpublickeyforsubkeyid",{"_index":218,"name":{"220":{},"247":{}},"parent":{}}],["getpublickeys",{"_index":219,"name":{"221":{},"248":{},"313":{}},"parent":{}}],["getpublickeysforaddress",{"_index":220,"name":{"222":{},"249":{}},"parent":{}}],["getregistry",{"_index":315,"name":{"362":{}},"parent":{}}],["getsessiontoken",{"_index":257,"name":{"301":{}},"parent":{}}],["getter",{"_index":62,"name":{"56":{}},"parent":{"57":{}}}],["gettokenbalance",{"_index":327,"name":{"378":{}},"parent":{}}],["gettokenbyaddress",{"_index":325,"name":{"376":{}},"parent":{}}],["gettokenbysymbol",{"_index":326,"name":{"377":{}},"parent":{}}],["gettokenname",{"_index":328,"name":{"379":{}},"parent":{}}],["gettokens",{"_index":324,"name":{"375":{}},"parent":{}}],["gettokensymbol",{"_index":329,"name":{"380":{}},"parent":{}}],["gettransactiontypes",{"_index":375,"name":{"432":{}},"parent":{}}],["gettrustedactivekeys",{"_index":221,"name":{"223":{},"250":{}},"parent":{}}],["gettrustedkeys",{"_index":222,"name":{"224":{},"251":{}},"parent":{}}],["gettrustedusers",{"_index":268,"name":{"312":{}},"parent":{}}],["getuser",{"_index":720,"name":{"880":{}},"parent":{}}],["getuserbyid",{"_index":719,"name":{"879":{}},"parent":{}}],["getwithtoken",{"_index":260,"name":{"304":{}},"parent":{}}],["globalerrorhandler",{"_index":55,"name":{"50":{},"894":{}},"parent":{}}],["handleerror",{"_index":58,"name":{"53":{}},"parent":{}}],["handlenetworkchange",{"_index":618,"name":{"750":{}},"parent":{}}],["handler",{"_index":49,"name":{"44":{}},"parent":{"45":{},"46":{},"50":{}}}],["handler.globalerrorhandler",{"_index":56,"name":{},"parent":{"51":{},"52":{},"53":{},"54":{},"55":{}}}],["handler.httperror",{"_index":53,"name":{},"parent":{"47":{},"48":{},"49":{}}}],["haveaccount",{"_index":8,"name":{"7":{}},"parent":{}}],["headers",{"_index":349,"name":{"402":{}},"parent":{}}],["hextovalue",{"_index":656,"name":{"794":{}},"parent":{}}],["httpconfiginterceptor",{"_index":89,"name":{"80":{},"903":{}},"parent":{}}],["httperror",{"_index":51,"name":{"46":{},"893":{}},"parent":{}}],["httpgetter",{"_index":63,"name":{"57":{},"895":{}},"parent":{}}],["iconid",{"_index":403,"name":{"462":{}},"parent":{}}],["id",{"_index":126,"name":{"119":{},"122":{},"135":{},"461":{}},"parent":{}}],["identities",{"_index":103,"name":{"95":{}},"parent":{}}],["importkeypair",{"_index":223,"name":{"225":{},"252":{}},"parent":{}}],["importprivatekey",{"_index":224,"name":{"226":{},"253":{}},"parent":{}}],["importpublickey",{"_index":225,"name":{"227":{},"254":{}},"parent":{}}],["init",{"_index":256,"name":{"300":{},"321":{},"373":{},"390":{},"412":{}},"parent":{}}],["intercept",{"_index":69,"name":{"62":{},"78":{},"82":{},"87":{}},"parent":{}}],["isdialogopen",{"_index":285,"name":{"330":{}},"parent":{}}],["isencryptedprivatekey",{"_index":226,"name":{"228":{},"255":{}},"parent":{}}],["iserrorstate",{"_index":39,"name":{"36":{}},"parent":{}}],["isvalidkey",{"_index":227,"name":{"229":{},"256":{}},"parent":{}}],["iswarning",{"_index":59,"name":{"54":{}},"parent":{}}],["key",{"_index":204,"name":{"208":{}},"parent":{"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{}}}],["keyform",{"_index":411,"name":{"470":{}},"parent":{}}],["keyformstub",{"_index":414,"name":{"475":{}},"parent":{}}],["keystore",{"_index":239,"name":{"268":{},"403":{}},"parent":{}}],["keystoreservice",{"_index":290,"name":{"335":{},"937":{}},"parent":{}}],["last",{"_index":9,"name":{"8":{}},"parent":{}}],["latitude",{"_index":109,"name":{"101":{}},"parent":{}}],["link",{"_index":692,"name":{"851":{}},"parent":{"852":{},"853":{},"854":{},"855":{},"856":{}}}],["linkparams",{"_index":696,"name":{"854":{}},"parent":{}}],["load",{"_index":322,"name":{"372":{}},"parent":{}}],["loadaccounts",{"_index":367,"name":{"424":{}},"parent":{}}],["loading",{"_index":413,"name":{"472":{}},"parent":{}}],["loadkeyring",{"_index":228,"name":{"230":{},"257":{}},"parent":{}}],["location",{"_index":111,"name":{"103":{}},"parent":{}}],["locations",{"_index":144,"name":{"139":{}},"parent":{}}],["locationservice",{"_index":294,"name":{"340":{},"933":{}},"parent":{}}],["logerror",{"_index":60,"name":{"55":{}},"parent":{}}],["logginginterceptor",{"_index":93,"name":{"85":{},"904":{}},"parent":{}}],["loggingservice",{"_index":240,"name":{"269":{},"347":{},"934":{}},"parent":{}}],["loggingurl",{"_index":665,"name":{"803":{},"818":{},"833":{}},"parent":{}}],["login",{"_index":263,"name":{"307":{},"477":{}},"parent":{}}],["loginview",{"_index":264,"name":{"308":{}},"parent":{}}],["loglevel",{"_index":663,"name":{"801":{},"816":{},"831":{}},"parent":{}}],["logout",{"_index":266,"name":{"310":{},"643":{}},"parent":{}}],["longitude",{"_index":110,"name":{"102":{}},"parent":{}}],["m",{"_index":130,"name":{"123":{}},"parent":{}}],["main",{"_index":679,"name":{"841":{}},"parent":{}}],["matcher",{"_index":36,"name":{"33":{},"473":{},"513":{},"541":{},"577":{},"623":{}},"parent":{"34":{}}}],["matcher.customerrorstatematcher",{"_index":38,"name":{},"parent":{"35":{},"36":{}}}],["mediaquery",{"_index":390,"name":{"449":{}},"parent":{}}],["menuselectiondirective",{"_index":585,"name":{"717":{}},"parent":{}}],["menutoggledirective",{"_index":588,"name":{"721":{}},"parent":{}}],["message",{"_index":652,"name":{"790":{}},"parent":{}}],["meta",{"_index":123,"name":{"117":{},"906":{}},"parent":{}}],["metaresponse",{"_index":128,"name":{"121":{},"907":{}},"parent":{}}],["mockbackendinterceptor",{"_index":67,"name":{"60":{},"896":{}},"parent":{}}],["mockbackendprovider",{"_index":70,"name":{"63":{},"897":{}},"parent":{}}],["module",{"_index":700,"name":{"857":{}},"parent":{"858":{},"859":{},"860":{},"861":{},"862":{},"863":{}}}],["multi",{"_index":75,"name":{"67":{}},"parent":{}}],["mutablekeystore",{"_index":206,"name":{"209":{},"296":{},"336":{},"922":{}},"parent":{}}],["mutablepgpkeystore",{"_index":233,"name":{"235":{},"923":{}},"parent":{}}],["n",{"_index":120,"name":{"114":{}},"parent":{}}],["name",{"_index":146,"name":{"140":{},"143":{},"145":{},"161":{},"168":{},"205":{}},"parent":{}}],["namesearchform",{"_index":466,"name":{"532":{}},"parent":{}}],["namesearchformstub",{"_index":475,"name":{"543":{}},"parent":{}}],["namesearchloading",{"_index":468,"name":{"534":{}},"parent":{}}],["namesearchsubmitted",{"_index":467,"name":{"533":{}},"parent":{}}],["navigatedto",{"_index":697,"name":{"855":{}},"parent":{}}],["networkstatuscomponent",{"_index":615,"name":{"746":{}},"parent":{}}],["newevent",{"_index":278,"name":{"324":{}},"parent":{}}],["ngafterviewinit",{"_index":579,"name":{"711":{}},"parent":{}}],["ngoninit",{"_index":391,"name":{"450":{},"474":{},"517":{},"542":{},"564":{},"583":{},"598":{},"624":{},"640":{},"652":{},"666":{},"683":{},"707":{},"744":{},"749":{},"757":{},"761":{}},"parent":{}}],["nointernetconnection",{"_index":617,"name":{"748":{}},"parent":{}}],["nonce",{"_index":636,"name":{"771":{}},"parent":{}}],["oldchain:1",{"_index":108,"name":{"100":{}},"parent":{}}],["onaddresssearch",{"_index":480,"name":{"548":{}},"parent":{}}],["onclick",{"_index":698,"name":{"856":{}},"parent":{}}],["onmenuselect",{"_index":587,"name":{"719":{}},"parent":{}}],["onmenutoggle",{"_index":590,"name":{"723":{}},"parent":{}}],["onnamesearch",{"_index":478,"name":{"546":{}},"parent":{}}],["onphonesearch",{"_index":479,"name":{"547":{}},"parent":{}}],["onresize",{"_index":392,"name":{"451":{}},"parent":{}}],["onsign",{"_index":241,"name":{"270":{},"288":{}},"parent":{}}],["onsubmit",{"_index":415,"name":{"476":{},"585":{},"626":{}},"parent":{}}],["onverify",{"_index":242,"name":{"272":{},"289":{}},"parent":{}}],["opendialog",{"_index":287,"name":{"332":{}},"parent":{}}],["organizationcomponent",{"_index":528,"name":{"619":{}},"parent":{}}],["organizationform",{"_index":530,"name":{"621":{}},"parent":{}}],["organizationformstub",{"_index":531,"name":{"625":{}},"parent":{}}],["owner",{"_index":169,"name":{"169":{}},"parent":{}}],["pagescomponent",{"_index":521,"name":{"612":{}},"parent":{}}],["pagesizeoptions",{"_index":490,"name":{"559":{},"699":{}},"parent":{}}],["pagesmodule",{"_index":525,"name":{"616":{}},"parent":{}}],["pagesroutingmodule",{"_index":518,"name":{"609":{}},"parent":{}}],["paginator",{"_index":491,"name":{"562":{},"596":{},"638":{},"662":{},"705":{}},"parent":{}}],["parammap",{"_index":688,"name":{"848":{}},"parent":{}}],["passwordmatchvalidator",{"_index":42,"name":{"39":{}},"parent":{}}],["passwordtoggledirective",{"_index":401,"name":{"459":{}},"parent":{}}],["patternvalidator",{"_index":44,"name":{"40":{}},"parent":{}}],["personvalidation",{"_index":80,"name":{"71":{},"899":{}},"parent":{}}],["pgpsigner",{"_index":236,"name":{"263":{},"924":{}},"parent":{}}],["phonesearchform",{"_index":469,"name":{"535":{}},"parent":{}}],["phonesearchformstub",{"_index":476,"name":{"544":{}},"parent":{}}],["phonesearchloading",{"_index":471,"name":{"537":{}},"parent":{}}],["phonesearchsubmitted",{"_index":470,"name":{"536":{}},"parent":{}}],["polyfills",{"_index":680,"name":{"842":{}},"parent":{}}],["prepare",{"_index":244,"name":{"276":{},"290":{}},"parent":{}}],["production",{"_index":660,"name":{"799":{},"814":{},"829":{}},"parent":{}}],["products",{"_index":115,"name":{"108":{},"146":{}},"parent":{}}],["provide",{"_index":72,"name":{"65":{}},"parent":{}}],["provider",{"_index":157,"name":{"156":{}},"parent":{}}],["publickeysurl",{"_index":667,"name":{"805":{},"820":{},"835":{}},"parent":{}}],["r",{"_index":640,"name":{"778":{}},"parent":{}}],["ratio.pipe",{"_index":596,"name":{"728":{}},"parent":{"729":{}}}],["ratio.pipe.tokenratiopipe",{"_index":598,"name":{},"parent":{"730":{},"731":{}}}],["readcsv",{"_index":77,"name":{"69":{},"898":{}},"parent":{}}],["readystate",{"_index":275,"name":{"320":{},"448":{}},"parent":{}}],["readystateprocessor",{"_index":277,"name":{"323":{}},"parent":{}}],["readystatetarget",{"_index":274,"name":{"319":{},"447":{}},"parent":{}}],["recipient",{"_index":190,"name":{"190":{}},"parent":{}}],["recipientbloxberglink",{"_index":564,"name":{"679":{}},"parent":{}}],["refreshpaginator",{"_index":494,"name":{"568":{}},"parent":{}}],["registry",{"_index":13,"name":{"11":{},"150":{},"361":{},"367":{},"389":{},"405":{}},"parent":{"12":{}}}],["registry.tokenregistry",{"_index":15,"name":{},"parent":{"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{}}}],["registryaddress",{"_index":671,"name":{"809":{},"824":{},"839":{}},"parent":{}}],["registryservice",{"_index":312,"name":{"359":{},"938":{}},"parent":{}}],["rejectbody",{"_index":50,"name":{"45":{},"892":{}},"parent":{}}],["removekeysforid",{"_index":229,"name":{"231":{},"258":{}},"parent":{}}],["removepublickey",{"_index":230,"name":{"232":{},"259":{}},"parent":{}}],["removepublickeyforid",{"_index":231,"name":{"233":{},"260":{}},"parent":{}}],["reserveratio",{"_index":170,"name":{"170":{}},"parent":{}}],["reserves",{"_index":171,"name":{"171":{}},"parent":{}}],["resetaccountslist",{"_index":370,"name":{"427":{}},"parent":{}}],["resetpin",{"_index":356,"name":{"413":{},"526":{}},"parent":{}}],["resettransactionslist",{"_index":343,"name":{"396":{}},"parent":{}}],["reversetransaction",{"_index":570,"name":{"687":{}},"parent":{}}],["revokeaction",{"_index":364,"name":{"421":{}},"parent":{}}],["role",{"_index":141,"name":{"136":{}},"parent":{}}],["roleguard",{"_index":25,"name":{"26":{},"886":{}},"parent":{}}],["route",{"_index":683,"name":{"844":{}},"parent":{"845":{},"846":{},"847":{},"848":{},"849":{}}}],["routerlinkdirectivestub",{"_index":694,"name":{"852":{},"941":{}},"parent":{}}],["routing.module",{"_index":383,"name":{"440":{},"464":{},"549":{},"586":{},"608":{},"627":{},"654":{},"690":{}},"parent":{"441":{},"465":{},"550":{},"587":{},"609":{},"628":{},"655":{},"691":{}}}],["routing.module.accountsroutingmodule",{"_index":483,"name":{},"parent":{"551":{}}}],["routing.module.adminroutingmodule",{"_index":507,"name":{},"parent":{"588":{}}}],["routing.module.approutingmodule",{"_index":385,"name":{},"parent":{"442":{}}}],["routing.module.authroutingmodule",{"_index":407,"name":{},"parent":{"466":{}}}],["routing.module.pagesroutingmodule",{"_index":519,"name":{},"parent":{"610":{}}}],["routing.module.settingsroutingmodule",{"_index":534,"name":{},"parent":{"629":{}}}],["routing.module.tokensroutingmodule",{"_index":550,"name":{},"parent":{"656":{}}}],["routing.module.transactionsroutingmodule",{"_index":573,"name":{},"parent":{"692":{}}}],["s",{"_index":641,"name":{"779":{}},"parent":{}}],["safepipe",{"_index":592,"name":{"725":{}},"parent":{}}],["saveinfo",{"_index":457,"name":{"523":{}},"parent":{}}],["scan",{"_index":279,"name":{"325":{}},"parent":{}}],["scanfilter",{"_index":153,"name":{"151":{}},"parent":{}}],["search.component",{"_index":463,"name":{"529":{}},"parent":{"530":{}}}],["search.component.accountsearchcomponent",{"_index":465,"name":{},"parent":{"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{}}}],["search/account",{"_index":462,"name":{"529":{}},"parent":{"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{}}}],["searchaccountbyname",{"_index":371,"name":{"428":{}},"parent":{}}],["selection.directive",{"_index":584,"name":{"716":{}},"parent":{"717":{}}}],["selection.directive.menuselectiondirective",{"_index":586,"name":{},"parent":{"718":{},"719":{}}}],["senddebuglevelmessage",{"_index":305,"name":{"352":{}},"parent":{}}],["sender",{"_index":191,"name":{"191":{}},"parent":{}}],["senderbloxberglink",{"_index":563,"name":{"678":{}},"parent":{}}],["senderrorlevelmessage",{"_index":309,"name":{"356":{}},"parent":{}}],["sendfatallevelmessage",{"_index":310,"name":{"357":{}},"parent":{}}],["sendinfolevelmessage",{"_index":306,"name":{"353":{}},"parent":{}}],["sendloglevelmessage",{"_index":307,"name":{"354":{}},"parent":{}}],["sendsignedchallenge",{"_index":261,"name":{"305":{}},"parent":{}}],["sendtracelevelmessage",{"_index":304,"name":{"351":{}},"parent":{}}],["sendwarnlevelmessage",{"_index":308,"name":{"355":{}},"parent":{}}],["sentencesforwarninglogging",{"_index":57,"name":{"52":{}},"parent":{}}],["serializebytes",{"_index":649,"name":{"787":{}},"parent":{}}],["serializenumber",{"_index":647,"name":{"785":{}},"parent":{}}],["serializerlp",{"_index":651,"name":{"789":{}},"parent":{}}],["serverloglevel",{"_index":664,"name":{"802":{},"817":{},"832":{}},"parent":{}}],["service",{"_index":708,"name":{"864":{},"868":{},"874":{}},"parent":{"865":{},"866":{},"867":{},"869":{},"870":{},"871":{},"872":{},"873":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{}}}],["setconversion",{"_index":341,"name":{"394":{},"872":{}},"parent":{}}],["setkey",{"_index":265,"name":{"309":{}},"parent":{}}],["setparammap",{"_index":689,"name":{"849":{}},"parent":{}}],["setsessiontoken",{"_index":258,"name":{"302":{}},"parent":{}}],["setsignature",{"_index":653,"name":{"791":{}},"parent":{}}],["setstate",{"_index":259,"name":{"303":{}},"parent":{}}],["settings",{"_index":151,"name":{"148":{},"914":{}},"parent":{}}],["settingscomponent",{"_index":536,"name":{"631":{}},"parent":{}}],["settingsmodule",{"_index":540,"name":{"645":{}},"parent":{}}],["settingsroutingmodule",{"_index":533,"name":{"628":{}},"parent":{}}],["settransaction",{"_index":340,"name":{"393":{},"871":{}},"parent":{}}],["sharedmodule",{"_index":620,"name":{"752":{}},"parent":{}}],["sidebarcomponent",{"_index":623,"name":{"755":{}},"parent":{}}],["sidebarstubcomponent",{"_index":701,"name":{"858":{},"942":{}},"parent":{}}],["sign",{"_index":232,"name":{"234":{},"261":{},"277":{},"291":{}},"parent":{}}],["signable",{"_index":246,"name":{"279":{},"925":{}},"parent":{}}],["signature",{"_index":127,"name":{"120":{},"124":{},"274":{},"281":{},"908":{},"926":{}},"parent":{}}],["signer",{"_index":235,"name":{"262":{},"286":{},"404":{},"927":{}},"parent":{"263":{},"279":{},"281":{},"286":{}}}],["signer.pgpsigner",{"_index":237,"name":{},"parent":{"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{}}}],["signer.signable",{"_index":247,"name":{},"parent":{"280":{}}}],["signer.signature",{"_index":248,"name":{},"parent":{"282":{},"283":{},"284":{},"285":{}}}],["signer.signer",{"_index":249,"name":{},"parent":{"287":{},"288":{},"289":{},"290":{},"291":{},"292":{}}}],["signeraddress",{"_index":6,"name":{"5":{},"16":{}},"parent":{}}],["sort",{"_index":492,"name":{"563":{},"597":{},"639":{},"663":{},"706":{}},"parent":{}}],["sourcetoken",{"_index":183,"name":{"183":{}},"parent":{}}],["staff",{"_index":159,"name":{"158":{},"916":{}},"parent":{}}],["state",{"_index":35,"name":{"33":{}},"parent":{"34":{},"35":{},"36":{}}}],["status",{"_index":54,"name":{"49":{}},"parent":{}}],["status.component",{"_index":614,"name":{"745":{}},"parent":{"746":{}}}],["status.component.networkstatuscomponent",{"_index":616,"name":{},"parent":{"747":{},"748":{},"749":{},"750":{}}}],["status/network",{"_index":613,"name":{"745":{}},"parent":{"746":{},"747":{},"748":{},"749":{},"750":{}}}],["store",{"_index":205,"name":{"208":{}},"parent":{"209":{},"235":{}}}],["store.mutablekeystore",{"_index":208,"name":{},"parent":{"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{}}}],["store.mutablepgpkeystore",{"_index":234,"name":{},"parent":{"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{}}}],["stringtovalue",{"_index":655,"name":{"793":{}},"parent":{}}],["strip0x",{"_index":631,"name":{"765":{}},"parent":{}}],["stub",{"_index":684,"name":{"844":{},"851":{},"857":{},"864":{},"868":{},"874":{}},"parent":{"845":{},"852":{},"858":{},"860":{},"862":{},"865":{},"869":{},"875":{}}}],["stub.activatedroutestub",{"_index":686,"name":{},"parent":{"846":{},"847":{},"848":{},"849":{}}}],["stub.footerstubcomponent",{"_index":706,"name":{},"parent":{"863":{}}}],["stub.routerlinkdirectivestub",{"_index":695,"name":{},"parent":{"853":{},"854":{},"855":{},"856":{}}}],["stub.sidebarstubcomponent",{"_index":702,"name":{},"parent":{"859":{}}}],["stub.tokenservicestub",{"_index":710,"name":{},"parent":{"866":{},"867":{}}}],["stub.topbarstubcomponent",{"_index":704,"name":{},"parent":{"861":{}}}],["stub.transactionservicestub",{"_index":714,"name":{},"parent":{"870":{},"871":{},"872":{},"873":{}}}],["stub.userservicestub",{"_index":717,"name":{},"parent":{"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{}}}],["subject",{"_index":687,"name":{"847":{}},"parent":{}}],["submitted",{"_index":412,"name":{"471":{},"514":{},"578":{},"622":{}},"parent":{}}],["success",{"_index":196,"name":{"199":{}},"parent":{}}],["sum",{"_index":28,"name":{"29":{}},"parent":{"30":{}}}],["supply",{"_index":176,"name":{"177":{}},"parent":{}}],["switchwindows",{"_index":416,"name":{"478":{}},"parent":{}}],["symbol",{"_index":177,"name":{"178":{},"206":{}},"parent":{}}],["sync.service",{"_index":271,"name":{"316":{}},"parent":{"317":{}}}],["sync.service.blocksyncservice",{"_index":273,"name":{},"parent":{"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{}}}],["tag",{"_index":162,"name":{"162":{}},"parent":{}}],["tel",{"_index":121,"name":{"115":{}},"parent":{}}],["test",{"_index":681,"name":{"843":{}},"parent":{}}],["testing",{"_index":690,"name":{"850":{}},"parent":{"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{}}}],["testing/activated",{"_index":682,"name":{"844":{}},"parent":{"845":{},"846":{},"847":{},"848":{},"849":{}}}],["testing/router",{"_index":691,"name":{"851":{}},"parent":{"852":{},"853":{},"854":{},"855":{},"856":{}}}],["testing/shared",{"_index":699,"name":{"857":{}},"parent":{"858":{},"859":{},"860":{},"861":{},"862":{},"863":{}}}],["testing/token",{"_index":707,"name":{"864":{}},"parent":{"865":{},"866":{},"867":{}}}],["testing/transaction",{"_index":712,"name":{"868":{}},"parent":{"869":{},"870":{},"871":{},"872":{},"873":{}}}],["testing/user",{"_index":715,"name":{"874":{}},"parent":{"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{}}}],["timestamp",{"_index":197,"name":{"200":{}},"parent":{}}],["title",{"_index":389,"name":{"446":{}},"parent":{}}],["to",{"_index":192,"name":{"192":{},"774":{}},"parent":{}}],["toggle.directive",{"_index":400,"name":{"458":{},"720":{}},"parent":{"459":{},"721":{}}}],["toggle.directive.menutoggledirective",{"_index":589,"name":{},"parent":{"722":{},"723":{}}}],["toggle.directive.passwordtoggledirective",{"_index":402,"name":{},"parent":{"460":{},"461":{},"462":{},"463":{}}}],["toggledisplay",{"_index":417,"name":{"479":{}},"parent":{}}],["togglepasswordvisibility",{"_index":404,"name":{"463":{}},"parent":{}}],["tohex",{"_index":630,"name":{"764":{}},"parent":{}}],["token",{"_index":165,"name":{"165":{},"193":{},"650":{},"665":{},"917":{}},"parent":{}}],["tokendetailscomponent",{"_index":544,"name":{"648":{}},"parent":{}}],["tokenname",{"_index":566,"name":{"681":{}},"parent":{}}],["tokenratiopipe",{"_index":597,"name":{"729":{}},"parent":{}}],["tokenregistry",{"_index":14,"name":{"12":{},"368":{},"884":{}},"parent":{}}],["tokens",{"_index":319,"name":{"369":{},"664":{}},"parent":{}}],["tokenscomponent",{"_index":552,"name":{"658":{}},"parent":{}}],["tokenservice",{"_index":317,"name":{"365":{},"931":{}},"parent":{}}],["tokenservicestub",{"_index":709,"name":{"865":{},"946":{}},"parent":{}}],["tokenslist",{"_index":320,"name":{"370":{}},"parent":{}}],["tokensmodule",{"_index":557,"name":{"671":{}},"parent":{}}],["tokensroutingmodule",{"_index":549,"name":{"655":{}},"parent":{}}],["tokenssubject",{"_index":321,"name":{"371":{}},"parent":{}}],["tokensymbol",{"_index":451,"name":{"516":{},"682":{},"704":{}},"parent":{}}],["topbarcomponent",{"_index":626,"name":{"759":{}},"parent":{}}],["topbarstubcomponent",{"_index":703,"name":{"860":{},"943":{}},"parent":{}}],["totalaccounts",{"_index":10,"name":{"9":{}},"parent":{}}],["totaltokens",{"_index":18,"name":{"19":{}},"parent":{}}],["tovalue",{"_index":184,"name":{"184":{},"795":{}},"parent":{}}],["trader",{"_index":185,"name":{"185":{}},"parent":{}}],["traderbloxberglink",{"_index":565,"name":{"680":{}},"parent":{}}],["transaction",{"_index":187,"name":{"188":{},"507":{},"676":{},"701":{},"919":{}},"parent":{}}],["transactiondatasource",{"_index":577,"name":{"696":{}},"parent":{}}],["transactiondetailscomponent",{"_index":561,"name":{"674":{}},"parent":{}}],["transactiondisplayedcolumns",{"_index":578,"name":{"697":{}},"parent":{}}],["transactionlist",{"_index":334,"name":{"385":{}},"parent":{}}],["transactions",{"_index":333,"name":{"384":{},"508":{},"700":{}},"parent":{}}],["transactionscomponent",{"_index":575,"name":{"694":{}},"parent":{}}],["transactionsdatasource",{"_index":426,"name":{"486":{}},"parent":{}}],["transactionsdefaultpagesize",{"_index":428,"name":{"488":{}},"parent":{}}],["transactionsdisplayedcolumns",{"_index":427,"name":{"487":{}},"parent":{}}],["transactionservice",{"_index":331,"name":{"382":{},"929":{}},"parent":{}}],["transactionservicestub",{"_index":713,"name":{"869":{},"947":{}},"parent":{}}],["transactionsmodule",{"_index":581,"name":{"714":{}},"parent":{}}],["transactionspagesizeoptions",{"_index":429,"name":{"489":{}},"parent":{}}],["transactionsroutingmodule",{"_index":572,"name":{"691":{}},"parent":{}}],["transactionssubject",{"_index":335,"name":{"386":{}},"parent":{}}],["transactionstype",{"_index":446,"name":{"509":{},"702":{}},"parent":{}}],["transactionstypes",{"_index":448,"name":{"511":{},"703":{}},"parent":{}}],["transactiontablepaginator",{"_index":430,"name":{"490":{}},"parent":{}}],["transactiontablesort",{"_index":431,"name":{"491":{}},"parent":{}}],["transferrequest",{"_index":345,"name":{"398":{}},"parent":{}}],["transform",{"_index":594,"name":{"727":{},"731":{},"735":{}},"parent":{}}],["trusteddeclaratoraddress",{"_index":672,"name":{"810":{},"825":{},"840":{}},"parent":{}}],["trustedusers",{"_index":253,"name":{"297":{},"636":{}},"parent":{}}],["trusteduserslist",{"_index":254,"name":{"298":{}},"parent":{}}],["trusteduserssubject",{"_index":255,"name":{"299":{}},"parent":{}}],["tx",{"_index":186,"name":{"186":{},"194":{},"197":{},"769":{},"920":{},"939":{}},"parent":{}}],["txhash",{"_index":198,"name":{"201":{}},"parent":{}}],["txhelper",{"_index":154,"name":{"152":{}},"parent":{}}],["txindex",{"_index":199,"name":{"202":{}},"parent":{}}],["txtoken",{"_index":200,"name":{"203":{},"921":{}},"parent":{}}],["type",{"_index":116,"name":{"109":{},"195":{}},"parent":{}}],["unixdatepipe",{"_index":601,"name":{"733":{}},"parent":{}}],["updatemeta",{"_index":360,"name":{"417":{}},"parent":{}}],["updatesyncable",{"_index":83,"name":{"74":{},"901":{}},"parent":{}}],["url",{"_index":523,"name":{"614":{}},"parent":{}}],["useclass",{"_index":74,"name":{"66":{}},"parent":{}}],["user",{"_index":142,"name":{"137":{},"187":{}},"parent":{}}],["userdatasource",{"_index":432,"name":{"492":{}},"parent":{}}],["userdisplayedcolumns",{"_index":433,"name":{"493":{}},"parent":{}}],["userid",{"_index":163,"name":{"163":{}},"parent":{}}],["userinfo",{"_index":336,"name":{"387":{},"637":{}},"parent":{}}],["users",{"_index":718,"name":{"877":{}},"parent":{}}],["usersdefaultpagesize",{"_index":434,"name":{"494":{}},"parent":{}}],["userservice",{"_index":347,"name":{"400":{},"930":{}},"parent":{}}],["userservicestub",{"_index":716,"name":{"875":{},"945":{}},"parent":{}}],["userspagesizeoptions",{"_index":435,"name":{"495":{}},"parent":{}}],["usertablepaginator",{"_index":436,"name":{"496":{}},"parent":{}}],["usertablesort",{"_index":437,"name":{"497":{}},"parent":{}}],["v",{"_index":639,"name":{"777":{}},"parent":{}}],["validation",{"_index":79,"name":{"70":{}},"parent":{"71":{},"72":{}}}],["value",{"_index":193,"name":{"196":{},"775":{}},"parent":{}}],["vcard",{"_index":117,"name":{"110":{}},"parent":{}}],["vcardvalidation",{"_index":81,"name":{"72":{},"900":{}},"parent":{}}],["verify",{"_index":245,"name":{"278":{},"292":{}},"parent":{}}],["version",{"_index":122,"name":{"116":{}},"parent":{}}],["viewaccount",{"_index":455,"name":{"521":{},"566":{}},"parent":{}}],["viewrecipient",{"_index":568,"name":{"685":{}},"parent":{}}],["viewsender",{"_index":567,"name":{"684":{}},"parent":{}}],["viewtoken",{"_index":555,"name":{"668":{}},"parent":{}}],["viewtrader",{"_index":569,"name":{"686":{}},"parent":{}}],["viewtransaction",{"_index":454,"name":{"520":{},"708":{}},"parent":{}}],["w3",{"_index":155,"name":{"153":{},"154":{},"915":{}},"parent":{}}],["web3",{"_index":337,"name":{"388":{},"437":{}},"parent":{}}],["web3provider",{"_index":669,"name":{"807":{},"822":{},"837":{}},"parent":{}}],["web3service",{"_index":379,"name":{"436":{},"936":{}},"parent":{}}],["weight",{"_index":174,"name":{"175":{}},"parent":{}}],["wrap",{"_index":366,"name":{"423":{}},"parent":{}}],["write",{"_index":648,"name":{"786":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/typedoc/classes/app__services_auth_service.authservice.html b/docs/typedoc/classes/app__services_auth_service.authservice.html index fdf514d..da42570 100644 --- a/docs/typedoc/classes/app__services_auth_service.authservice.html +++ b/docs/typedoc/classes/app__services_auth_service.authservice.html @@ -131,7 +131,7 @@
  • Parameters

    @@ -159,7 +159,7 @@
    mutableKeyStore: MutableKeyStore
    @@ -169,7 +169,7 @@
    trustedUsers: Staff[] = []
    @@ -179,7 +179,7 @@
    trustedUsersList: BehaviorSubject<Staff[]> = ...
    @@ -189,7 +189,7 @@
    trustedUsersSubject: Observable<Staff[]> = ...
    @@ -206,7 +206,7 @@
  • Parameters

    @@ -229,7 +229,7 @@
  • Returns Promise<any>

    @@ -246,7 +246,7 @@
  • Returns any

    @@ -263,7 +263,7 @@
  • Returns any

    @@ -280,7 +280,7 @@
  • Returns Promise<any>

    @@ -297,7 +297,7 @@
  • Returns string

    @@ -314,7 +314,7 @@
  • Returns void

    @@ -331,7 +331,7 @@
  • Returns Promise<boolean>

    @@ -348,7 +348,7 @@
  • Returns Promise<void>

    @@ -365,7 +365,7 @@
  • Returns Promise<boolean>

    @@ -382,7 +382,7 @@
  • Returns void

    @@ -399,7 +399,7 @@
  • Returns void

    @@ -416,7 +416,7 @@
  • Parameters

    @@ -439,7 +439,7 @@
  • @@ -471,7 +471,7 @@
  • Parameters

    @@ -494,7 +494,7 @@
  • Parameters

    diff --git a/docs/typedoc/classes/app__services_keystore_service.keystoreservice.html b/docs/typedoc/classes/app__services_keystore_service.keystoreservice.html new file mode 100644 index 0000000..bbbbf34 --- /dev/null +++ b/docs/typedoc/classes/app__services_keystore_service.keystoreservice.html @@ -0,0 +1,221 @@ + + + + + + KeystoreService | CICADA + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class KeystoreService

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + KeystoreService +
    • +
    +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + +
      +
    • + +

      Returns KeystoreService

      +
    • +
    +
    +
    +
    +

    Properties

    +
    + +

    Static Private mutableKeyStore

    +
    mutableKeyStore: MutableKeyStore
    + +
    +
    +
    +

    Methods

    +
    + +

    Static getKeystore

    + +
      +
    • + +

      Returns Promise<MutableKeyStore>

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Variable
    • +
    • Function
    • +
    +
      +
    • Class
    • +
    • Constructor
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/typedoc/classes/app__services_transaction_service.transactionservice.html b/docs/typedoc/classes/app__services_transaction_service.transactionservice.html index f0d23c9..8fd30ed 100644 --- a/docs/typedoc/classes/app__services_transaction_service.transactionservice.html +++ b/docs/typedoc/classes/app__services_transaction_service.transactionservice.html @@ -126,7 +126,7 @@
  • Parameters

    @@ -157,7 +157,7 @@
    registry: CICRegistry
    @@ -167,7 +167,7 @@
    transactionList: BehaviorSubject<any[]> = ...
    @@ -177,7 +177,7 @@
    transactions: any[] = []
    @@ -187,7 +187,7 @@
    transactionsSubject: Observable<any[]> = ...
    @@ -197,7 +197,7 @@
    userInfo: any
    @@ -207,7 +207,7 @@
    web3: default
    @@ -224,7 +224,7 @@
  • Parameters

    @@ -250,7 +250,7 @@
  • Parameters

    @@ -276,7 +276,7 @@
  • Parameters

    @@ -305,7 +305,7 @@
  • Parameters

    @@ -331,7 +331,7 @@
  • Returns Promise<void>

    @@ -348,7 +348,7 @@
  • Returns void

    @@ -365,7 +365,7 @@
  • Parameters

    @@ -391,7 +391,7 @@
  • Parameters

    @@ -417,7 +417,7 @@
  • Parameters

    diff --git a/docs/typedoc/classes/app__services_user_service.userservice.html b/docs/typedoc/classes/app__services_user_service.userservice.html index cbcbdf9..119180c 100644 --- a/docs/typedoc/classes/app__services_user_service.userservice.html +++ b/docs/typedoc/classes/app__services_user_service.userservice.html @@ -144,7 +144,7 @@
  • Parameters

    @@ -175,7 +175,7 @@
    accounts: AccountDetails[] = []
    @@ -185,7 +185,7 @@
    accountsList: BehaviorSubject<AccountDetails[]> = ...
    @@ -195,7 +195,7 @@
    accountsSubject: Observable<AccountDetails[]> = ...
    @@ -205,7 +205,7 @@
    actions: any[] = []
    @@ -215,7 +215,7 @@
    actionsList: BehaviorSubject<any> = ...
    @@ -225,7 +225,7 @@
    actionsSubject: Observable<any[]> = ...
    @@ -235,7 +235,7 @@
    headers: HttpHeaders = ...
    @@ -245,7 +245,7 @@
    keystore: MutableKeyStore
    @@ -255,7 +255,7 @@
    registry: CICRegistry
    @@ -265,7 +265,7 @@
    signer: Signer
    @@ -282,7 +282,7 @@
  • Parameters

    @@ -308,7 +308,7 @@
  • Parameters

    @@ -331,7 +331,7 @@
  • Parameters

    @@ -384,7 +384,7 @@
  • Parameters

    @@ -410,7 +410,7 @@
  • Parameters

    @@ -436,7 +436,7 @@
  • Parameters

    @@ -459,7 +459,7 @@
  • Parameters

    @@ -482,7 +482,7 @@
  • Returns Observable<any>

    @@ -499,7 +499,7 @@
  • Parameters

    @@ -522,7 +522,7 @@
  • Returns void

    @@ -539,7 +539,7 @@
  • Returns Observable<any>

    @@ -556,7 +556,7 @@
  • Parameters

    @@ -579,7 +579,7 @@
  • Returns Observable<any>

    @@ -596,7 +596,7 @@
  • Parameters

    @@ -622,7 +622,7 @@
  • Returns Observable<any>

    @@ -639,7 +639,7 @@
  • Returns Promise<void>

    @@ -656,7 +656,7 @@
  • Parameters

    @@ -682,7 +682,7 @@
  • Returns void

    @@ -699,7 +699,7 @@
  • Parameters

    @@ -722,7 +722,7 @@
  • Parameters

    @@ -745,7 +745,7 @@
  • Parameters

    @@ -768,7 +768,7 @@
  • Parameters

    @@ -797,7 +797,7 @@
  • Parameters

    diff --git a/docs/typedoc/index.html b/docs/typedoc/index.html index 7a68d8a..3c6d083 100644 --- a/docs/typedoc/index.html +++ b/docs/typedoc/index.html @@ -177,6 +177,9 @@
  • app/_helpers/schema-validation
  • +
  • + app/_helpers/sync +
  • app/_interceptors
  • @@ -231,6 +234,9 @@
  • app/_services/error-dialog.service
  • +
  • + app/_services/keystore.service +
  • app/_services/location.service
  • diff --git a/docs/typedoc/modules.html b/docs/typedoc/modules.html index 7df56f4..dbb0e5c 100644 --- a/docs/typedoc/modules.html +++ b/docs/typedoc/modules.html @@ -81,6 +81,7 @@
  • app/_helpers/mock-backend
  • app/_helpers/read-csv
  • app/_helpers/schema-validation
  • +
  • app/_helpers/sync
  • app/_interceptors
  • app/_interceptors/error.interceptor
  • app/_interceptors/http-config.interceptor
  • @@ -99,6 +100,7 @@
  • app/_services/auth.service
  • app/_services/block-sync.service
  • app/_services/error-dialog.service
  • +
  • app/_services/keystore.service
  • app/_services/location.service
  • app/_services/logging.service
  • app/_services/registry.service
  • @@ -228,6 +230,9 @@
  • app/_helpers/schema-validation
  • +
  • + app/_helpers/sync +
  • app/_interceptors
  • @@ -282,6 +287,9 @@
  • app/_services/error-dialog.service
  • +
  • + app/_services/keystore.service +
  • app/_services/location.service
  • diff --git a/docs/typedoc/modules/app__helpers.html b/docs/typedoc/modules/app__helpers.html index 0341d22..ef91f32 100644 --- a/docs/typedoc/modules/app__helpers.html +++ b/docs/typedoc/modules/app__helpers.html @@ -85,6 +85,7 @@
  • personValidation
  • readCsv
  • rejectBody
  • +
  • updateSyncable
  • vcardValidation
  • @@ -158,6 +159,11 @@

    rejectBody

    Re-exports rejectBody +
    + +

    updateSyncable

    + Re-exports updateSyncable +

    vcardValidation

    @@ -217,6 +223,9 @@
  • rejectBody
  • +
  • + updateSyncable +
  • vcardValidation
  • diff --git a/docs/typedoc/modules/app__helpers_sync.html b/docs/typedoc/modules/app__helpers_sync.html new file mode 100644 index 0000000..b12c701 --- /dev/null +++ b/docs/typedoc/modules/app__helpers_sync.html @@ -0,0 +1,158 @@ + + + + + + app/_helpers/sync | CICADA + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module app/_helpers/sync

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Functions

    + +
    +
    +
    +
    +
    +

    Functions

    +
    + +

    updateSyncable

    +
      +
    • updateSyncable(changes: ArgPair[], changesDescription: string, syncable: Syncable): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        changes: ArgPair[]
        +
      • +
      • +
        changesDescription: string
        +
      • +
      • +
        syncable: Syncable
        +
      • +
      +

      Returns any

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Variable
    • +
    • Function
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/docs/typedoc/modules/app__services.html b/docs/typedoc/modules/app__services.html index 1471d10..09607eb 100644 --- a/docs/typedoc/modules/app__services.html +++ b/docs/typedoc/modules/app__services.html @@ -75,8 +75,10 @@
  • AuthService
  • BlockSyncService
  • ErrorDialogService
  • +
  • KeystoreService
  • LocationService
  • LoggingService
  • +
  • RegistryService
  • TokenService
  • TransactionService
  • UserService
  • @@ -103,6 +105,11 @@

    ErrorDialogService

    Re-exports ErrorDialogService
    +
    + +

    KeystoreService

    + Re-exports KeystoreService +

    LocationService

    @@ -113,6 +120,11 @@

    LoggingService

    Re-exports LoggingService
    +
    + +

    RegistryService

    + Re-exports RegistryService +

    TokenService

    @@ -157,12 +169,18 @@
  • ErrorDialogService
  • +
  • + KeystoreService +
  • LocationService
  • LoggingService
  • +
  • + RegistryService +
  • TokenService
  • diff --git a/docs/typedoc/modules/app__services_keystore_service.html b/docs/typedoc/modules/app__services_keystore_service.html new file mode 100644 index 0000000..afc49fa --- /dev/null +++ b/docs/typedoc/modules/app__services_keystore_service.html @@ -0,0 +1,126 @@ + + + + + + app/_services/keystore.service | CICADA + + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Module app/_services/keystore.service

    +
    +
    +
    +
    +
    +
    +
    +

    Index

    +
    +
    +
    +

    Classes

    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Variable
    • +
    • Function
    • +
    +
      +
    • Interface
    • +
    +
      +
    • Class
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + \ No newline at end of file diff --git a/src/app/_helpers/index.ts b/src/app/_helpers/index.ts index 46ddbe2..82fdb87 100644 --- a/src/app/_helpers/index.ts +++ b/src/app/_helpers/index.ts @@ -8,3 +8,4 @@ export * from '@app/_helpers/http-getter'; export * from '@app/_helpers/mock-backend'; export * from '@app/_helpers/read-csv'; export * from '@app/_helpers/schema-validation'; +export * from '@app/_helpers/sync'; diff --git a/src/app/_helpers/sync.ts b/src/app/_helpers/sync.ts new file mode 100644 index 0000000..3942140 --- /dev/null +++ b/src/app/_helpers/sync.ts @@ -0,0 +1,31 @@ +import { ArgPair, Syncable } from 'cic-client-meta'; +import * as Automerge from 'automerge'; + +export function updateSyncable( + changes: Array, + changesDescription: string, + syncable: Syncable +): any { + syncable.m = Automerge.change(syncable.m, changesDescription, (m) => { + changes.forEach((c) => { + const path = c.k.split('.'); + let target = m['data']; + while (path.length > 1) { + const part = path.shift(); + target = target[part]; + } + try { + target[path[0]] = c.v; + } catch (error) { + if ( + !error.message.includes( + 'Cannot assign an object that already belongs to an Automerge document.' + ) + ) { + throw new Error(error); + } + } + }); + m['timestamp'] = Math.floor(Date.now() / 1000); + }); +} diff --git a/src/app/_services/user.service.ts b/src/app/_services/user.service.ts index a1cb54f..0329bdb 100644 --- a/src/app/_services/user.service.ts +++ b/src/app/_services/user.service.ts @@ -12,7 +12,7 @@ import { MutableKeyStore, PGPSigner, Signer } from '@app/_pgp'; import { RegistryService } from '@app/_services/registry.service'; import { CICRegistry } from '@cicnet/cic-client'; import { AuthService } from '@app/_services/auth.service'; -import { personValidation, vcardValidation } from '@app/_helpers'; +import { personValidation, updateSyncable, vcardValidation } from '@app/_helpers'; import { add0x } from '@src/assets/js/ethtx/dist/hex'; import { KeystoreService } from '@app/_services/keystore.service'; const vCard = require('vcard-parser'); @@ -109,7 +109,7 @@ export class UserService { for (const prop of Object.keys(accountInfo)) { update.push(new ArgPair(prop, accountInfo[prop])); } - syncableAccount.update(update, 'client-branch'); + updateSyncable(update, 'client-branch', syncableAccount); await personValidation(syncableAccount.m.data); await this.updateMeta(syncableAccount, accountKey, this.headers); }, diff --git a/src/app/pages/accounts/account-details/account-details.component.html b/src/app/pages/accounts/account-details/account-details.component.html index 3f98057..a886a98 100644 --- a/src/app/pages/accounts/account-details/account-details.component.html +++ b/src/app/pages/accounts/account-details/account-details.component.html @@ -262,17 +262,6 @@ -
    - -
    -
    - +
    + + + + updateSyncable + + + +
    +updateSyncable(changes, changesDescription, syncable) +
    + +
    + Parameters : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameOptional
    changes + No +
    changesDescription + No +
    syncable + No +
    +
    +
    +
    +
    + Returns : any + +
    +
    +
    {{ account?.vcard?.fn[0].value }}{{ account?.vcard?.fn[0].value || accountAddress }} {{ account?.balance | tokenRatio }} {{ tokenSymbol | uppercase }} {{ account?.date_registered | unixDate }} diff --git a/src/app/pages/settings/settings.component.html b/src/app/pages/settings/settings.component.html index 56260f1..2ed99a0 100644 --- a/src/app/pages/settings/settings.component.html +++ b/src/app/pages/settings/settings.component.html @@ -17,9 +17,9 @@
    -
    +
    - SETTINGS + ACCOUNT MANAGEMENT

    CICADA Admin Credentials

    UserId: {{ userInfo?.userid }}
    @@ -27,25 +27,6 @@ Email: {{ userInfo?.email }}

    -
    -

    Organization Settings

    - Update your organization settings -
    -
    -
    -
    -
    - ACCOUNT MANAGEMENT -
    -

    Change Password

    - Change your account password -
    -
    -
    -

    Two-step authentication

    - Secure your account with two step verification -
    -
    -
    -
    +
    +
    TRUSTED USERS diff --git a/src/app/shared/sidebar/sidebar.component.html b/src/app/shared/sidebar/sidebar.component.html index c2f947e..473e753 100644 --- a/src/app/shared/sidebar/sidebar.component.html +++ b/src/app/shared/sidebar/sidebar.component.html @@ -40,12 +40,12 @@ Settings -
  • - - - Admin - -
  • + + + + + +