diff --git a/docs/compodoc/classes/AccountIndex.html b/docs/compodoc/classes/AccountIndex.html index 9808103..469854d 100644 --- a/docs/compodoc/classes/AccountIndex.html +++ b/docs/compodoc/classes/AccountIndex.html @@ -357,8 +357,8 @@ Allows querying of accounts that have been registered as valid accounts in the n -
Defined in src/app/_eth/accountIndex.ts:58
+
Defined in src/app/_eth/accountIndex.ts:61
@@ -450,8 +450,8 @@ Requires availability of the signer address.

-
Defined in src/app/_eth/accountIndex.ts:79
+
Defined in src/app/_eth/accountIndex.ts:82
@@ -543,8 +543,8 @@ Returns "true" for available and "false" otherwise.

-
Defined in src/app/_eth/accountIndex.ts:96
+
Defined in src/app/_eth/accountIndex.ts:99
@@ -635,8 +635,8 @@ Returns "true" for available and "false" otherwise.

-
Defined in src/app/_eth/accountIndex.ts:122
+
Defined in src/app/_eth/accountIndex.ts:125
@@ -714,6 +714,9 @@ export class AccountIndex { constructor(contractAddress: string, signerAddress?: string) { this.contractAddress = contractAddress; this.contract = new web3.eth.Contract(abi, this.contractAddress); + // TODO this signer logic should be part of the web3service + // if signer address is not passed (for example in user service) then + // this fallsback to a web3 wallet that is not even connected??? if (signerAddress) { this.signerAddress = signerAddress; } else { diff --git a/docs/compodoc/components/AccountDetailsComponent.html b/docs/compodoc/components/AccountDetailsComponent.html index afa072d..9ff9cbf 100644 --- a/docs/compodoc/components/AccountDetailsComponent.html +++ b/docs/compodoc/components/AccountDetailsComponent.html @@ -508,8 +508,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:287
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:282
@@ -547,8 +547,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:202
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:197
@@ -617,8 +617,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:206
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:201
@@ -687,8 +687,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:283
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:278
@@ -769,8 +769,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:245
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:240
@@ -808,8 +808,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:258
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:253
@@ -888,8 +888,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:271
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:266
@@ -929,8 +929,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:224
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:219
@@ -968,8 +968,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:214
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:209
@@ -1034,8 +1034,8 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:210
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:205
@@ -2115,7 +2115,7 @@ -
Defined in src/app/pages/accounts/account-details/account-details.component.ts:220
+
Defined in src/app/pages/accounts/account-details/account-details.component.ts:215
@@ -2231,10 +2231,6 @@ export class AccountDetailsComponent implements OnInit { location: ['', Validators.required], locationType: ['', Validators.required], }); - await this.blockSyncService.init(); - await this.tokenService.init(); - await this.transactionService.init(); - await this.userService.init(); await this.blockSyncService.blockSync(this.accountAddress); this.userService.resetAccountsList(); (await this.userService.getAccountByAddress(this.accountAddress, 100)).subscribe( @@ -2242,7 +2238,6 @@ export class AccountDetailsComponent implements OnInit { if (res !== undefined) { this.account = res; this.cdr.detectChanges(); - this.loggingService.sendInfoLevelMessage(this.account); this.locationService.areaNamesSubject.subscribe((response) => { this.area = this.locationService.getAreaNameByLocation( this.account.location.area_name, diff --git a/docs/compodoc/components/AccountSearchComponent.html b/docs/compodoc/components/AccountSearchComponent.html index 9ded5a7..0bfd5d6 100644 --- a/docs/compodoc/components/AccountSearchComponent.html +++ b/docs/compodoc/components/AccountSearchComponent.html @@ -145,15 +145,6 @@
  • matcher
  • -
  • - nameSearchForm -
  • -
  • - nameSearchLoading -
  • -
  • - nameSearchSubmitted -
  • phoneSearchForm
  • @@ -176,16 +167,12 @@