diff --git a/docs/compodoc/classes/MutablePgpKeyStore.html b/docs/compodoc/classes/MutablePgpKeyStore.html index 2e0bca8..e9889ae 100644 --- a/docs/compodoc/classes/MutablePgpKeyStore.html +++ b/docs/compodoc/classes/MutablePgpKeyStore.html @@ -63,6 +63,13 @@ src/app/_pgp/pgp-key-store.ts

+

+

Description

+

+

+

Provides a keyring for pgp keys.

+ +

@@ -140,6 +147,7 @@ importPrivateKey

  • + Async importPublicKey
  • @@ -208,14 +216,16 @@ -
    Defined in src/app/_pgp/pgp-key-store.ts:152
    +
    Defined in src/app/_pgp/pgp-key-store.ts:408
    +

    Remove all keys from the keyring.

    +
    Returns : void @@ -247,19 +257,27 @@ - + +

    Get all the encryption keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of encryption keys.

    + +
    @@ -286,19 +304,27 @@ - + +

    Get the first private key's fingerprint.

    +
    +
    +
    Returns : string
    +
    +

    The first private key's fingerprint.

    + +
    @@ -325,14 +351,16 @@ - + +

    Get a key's keyId.

    +
    Parameters : @@ -342,6 +370,7 @@ Name Type Optional + Description @@ -356,6 +385,12 @@ + +
      +
    • The key to fetch the keyId from.
    • +
    + + @@ -367,7 +402,8 @@
    - +

    The key's keyId.

    +
    @@ -395,14 +431,16 @@ - + +

    Get keys from the keyring using their keyId.

    +
    Parameters : @@ -412,6 +450,7 @@ Name Type Optional + Description @@ -426,6 +465,12 @@ + +
      +
    • The keyId of the keys to be fetched from the keyring.
    • +
    + + @@ -437,7 +482,8 @@
    - +

    An array of the keys with that keyId.

    +
    @@ -465,19 +511,27 @@ - + +

    Get the first private key.

    +
    +
    +
    Returns : any
    +
    +

    The first private key.

    + +
    @@ -504,14 +558,16 @@ - + +

    Get a private key from the keyring using it's keyId.

    +
    Parameters : @@ -520,6 +576,7 @@ Name Optional + Description @@ -531,6 +588,12 @@ + +
      +
    • The keyId of the private key to be fetched from the keyring.
    • +
    + + @@ -542,7 +605,8 @@
    - +

    The private key with that keyId.

    +
    @@ -570,19 +634,27 @@ - + +

    Get the first private key's keyID.

    +
    +
    +
    Returns : string
    +
    +

    The first private key's keyId.

    + +
    @@ -609,19 +681,27 @@ - + +

    Get all private keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of all private keys.

    + +
    @@ -648,14 +728,16 @@ - + +

    Get a public key from the keyring using it's keyId.

    +
    Parameters : @@ -664,6 +746,7 @@ Name Optional + Description @@ -675,6 +758,12 @@ + +
      +
    • The keyId of the public key to be fetched from the keyring.
    • +
    + + @@ -686,7 +775,8 @@
    - +

    The public key with that keyId.

    +
    @@ -714,14 +804,16 @@ - + +

    Get a public key from the keyring using it's subkeyId.

    +
    Parameters : @@ -730,6 +822,7 @@ Name Optional + Description @@ -741,6 +834,12 @@ + +
      +
    • The subkeyId of the public key to be fetched from the keyring.
    • +
    + + @@ -752,7 +851,8 @@
    - +

    The public key with that subkeyId.

    +
    @@ -780,19 +880,27 @@ - + +

    Get all the public keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of public keys.

    + +
    @@ -819,14 +927,16 @@ - + +

    Get public keys from the keyring using their address.

    +
    Parameters : @@ -835,6 +945,7 @@ Name Optional + Description @@ -846,6 +957,12 @@ + +
      +
    • The address of the public keys to be fetched from the keyring.
    • +
    + + @@ -857,7 +974,8 @@
    - +

    An array of the public keys with that address.

    +
    @@ -885,19 +1003,27 @@ - + +

    Get all the trusted active keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of trusted active keys.

    + +
    @@ -924,19 +1050,27 @@ - + +

    Get all the trusted keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of trusted keys.

    + +
    @@ -965,14 +1099,16 @@ - + +

    Add a key pair to keyring.

    +
    Parameters : @@ -982,6 +1118,7 @@ Name Type Optional + Description @@ -996,6 +1133,12 @@ + +
      +
    • The public key to be added to the keyring.
    • +
    + + privateKey @@ -1008,6 +1151,12 @@ + +
      +
    • The private key to be added to the keyring.
    • +
    + + @@ -1049,14 +1198,16 @@ - + +

    Add private key to keyring.

    +
    Parameters : @@ -1066,6 +1217,7 @@ Name Type Optional + Description @@ -1080,6 +1232,12 @@ + +
      +
    • The private key to be added to the keyring.
    • +
    + + @@ -1104,6 +1262,7 @@ + Async importPublicKey @@ -1112,21 +1271,24 @@ -importPublicKey(publicKey: any) + + importPublicKey(publicKey: any) - + +

    Add public key to keyring.

    +
    Parameters : @@ -1136,6 +1298,7 @@ Name Type Optional + Description @@ -1150,6 +1313,12 @@ + +
      +
    • The public key to be added to the keyring.
    • +
    + + @@ -1157,7 +1326,7 @@
    - Returns : void + Returns : Promise<void>
    @@ -1191,14 +1360,16 @@ - + +

    Verify that a private key is encrypted.

    +
    Parameters : @@ -1208,6 +1379,7 @@ Name Type Optional + Description @@ -1222,6 +1394,12 @@ + +
      +
    • The private key to verify.
    • +
    + + @@ -1233,7 +1411,8 @@
    - +

    true - If private key is encrypted.

    +
    @@ -1263,14 +1442,16 @@ - + +

    Test if the input is a valid key.

    +
    Parameters : @@ -1279,6 +1460,7 @@ Name Optional + Description @@ -1290,6 +1472,12 @@ + +
      +
    • The input to be validated.
    • +
    + + @@ -1301,7 +1489,8 @@
    - +

    true - If the input is a valid key.

    +
    @@ -1331,14 +1520,16 @@ - + +

    Instantiate the keyring in the keystore.

    +
    Returns : Promise<void> @@ -1370,14 +1561,16 @@ - + +

    Remove a public key from the keyring using it's keyId.

    +
    Parameters : @@ -1386,6 +1579,7 @@ Name Optional + Description @@ -1397,6 +1591,12 @@ + +
      +
    • The keyId of the keys to be removed from the keyring.
    • +
    + + @@ -1408,7 +1608,8 @@
    - +

    An array of the removed keys.

    +
    @@ -1436,14 +1637,16 @@ - + +

    Remove a public key from the keyring.

    +
    Parameters : @@ -1453,6 +1656,7 @@ Name Type Optional + Description @@ -1467,6 +1671,12 @@ + +
      +
    • The public key to be removed from the keyring.
    • +
    + + @@ -1478,7 +1688,8 @@
    - +

    The removed public key.

    +
    @@ -1506,14 +1717,16 @@ - + +

    Remove a public key from the keyring using it's keyId.

    +
    Parameters : @@ -1522,6 +1735,7 @@ Name Optional + Description @@ -1533,6 +1747,12 @@ + +
      +
    • The keyId of the public key to be removed from the keyring.
    • +
    + + @@ -1544,7 +1764,8 @@
    - +

    The removed public key.

    +
    @@ -1574,14 +1795,16 @@ - + +

    Sign message using private key.

    +
    Parameters : @@ -1590,6 +1813,7 @@ Name Optional + Description @@ -1601,6 +1825,12 @@ + +
      +
    • The message to be signed.
    • +
    + + @@ -1612,7 +1842,8 @@
    - +

    The generated signature.

    +
    @@ -1631,88 +1862,289 @@
    import { KeyStore } from 'cic-client-meta';
     // TODO should we put this on the mutable key store object
     import * as openpgp from 'openpgp';
    +
    +/** An openpgp Keyring instance. */
     const keyring = new openpgp.Keyring();
     
     /**
    - * @extends
    + * Mutable Key store interface.
    + *
    + * @extends KeyStore
      */
     interface MutableKeyStore extends KeyStore {
    +  /**
    +   * Instantiate the keyring in the keystore.
    +   * @async
    +   */
       loadKeyring(): void;
    +  /**
    +   * Add a key pair to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       importKeyPair(publicKey: any, privateKey: any): Promise<void>;
    -  importPublicKey(publicKey: any): void;
    +  /**
    +   * Add public key to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @throws Error
    +   */
    +  importPublicKey(publicKey: any): Promise<void>;
    +  /**
    +   * Add private key to keyring.
    +   * @async
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       importPrivateKey(privateKey: any): Promise<void>;
    +  /**
    +   * Get all the public keys.
    +   * @returns An array of public keys.
    +   */
       getPublicKeys(): Array<any>;
    +  /**
    +   * Get all the trusted keys.
    +   * @returns An array of trusted keys.
    +   */
       getTrustedKeys(): Array<any>;
    +  /**
    +   * Get all the trusted active keys.
    +   * @returns An array of trusted active keys.
    +   */
       getTrustedActiveKeys(): Array<any>;
    +  /**
    +   * Get all the encryption keys.
    +   * @returns An array of encryption keys.
    +   * @remarks
    +   * Current implementation doesn't include encryption keys.
    +   * This is included to appease the implemented Keystore interface.
    +   */
       getEncryptKeys(): Array<any>;
    +  /**
    +   * Get all private keys.
    +   * @returns An array of all private keys.
    +   */
       getPrivateKeys(): Array<any>;
    +  /**
    +   * Get the first private key.
    +   * @returns The first private key.
    +   */
       getPrivateKey(): any;
    +  /**
    +   * Test if the input is a valid key.
    +   * @async
    +   * @param key - The input to be validated.
    +   * @returns true - If the input is a valid key.
    +   */
       isValidKey(key: any): Promise<boolean>;
    +  /**
    +   * Verify that a private key is encrypted.
    +   * @async
    +   * @param privateKey - The private key to verify.
    +   * @returns true - If private key is encrypted.
    +   */
       isEncryptedPrivateKey(privateKey: any): Promise<boolean>;
    +  /**
    +   * Get the first private key's fingerprint.
    +   * @returns The first private key's fingerprint.
    +   */
       getFingerprint(): string;
    +  /**
    +   * Get a key's keyId.
    +   * @param key - The key to fetch the keyId from.
    +   * @returns The key's keyId.
    +   */
       getKeyId(key: any): string;
    +  /**
    +   * Get the first private key's keyID.
    +   * @returns The first private key's keyId.
    +   */
       getPrivateKeyId(): string;
    +  /**
    +   * Get keys from the keyring using their keyId.
    +   * @param keyId - The keyId of the keys to be fetched from the keyring.
    +   * @returns An array of the keys with that keyId.
    +   */
       getKeysForId(keyId: string): Array<any>;
    +  /**
    +   * Get a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that keyId.
    +   */
       getPublicKeyForId(keyId: string): any;
    +  /**
    +   * Get a private key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the private key to be fetched from the keyring.
    +   * @returns The private key with that keyId.
    +   */
       getPrivateKeyForId(keyId: string): any;
    +  /**
    +   * Get a public key from the keyring using it's subkeyId.
    +   * @param subkeyId - The subkeyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that subkeyId.
    +   */
       getPublicKeyForSubkeyId(subkeyId: string): any;
    +  /**
    +   * Get public keys from the keyring using their address.
    +   * @param address - The address of the public keys to be fetched from the keyring.
    +   * @returns An array of the public keys with that address.
    +   */
       getPublicKeysForAddress(address: string): Array<any>;
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the keys to be removed from the keyring.
    +   * @returns An array of the removed keys.
    +   */
       removeKeysForId(keyId: string): Array<any>;
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKeyForId(keyId: string): any;
    +  /**
    +   * Remove a public key from the keyring.
    +   * @param publicKey - The public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKey(publicKey: any): any;
    +  /** Remove all keys from the keyring. */
       clearKeysInKeyring(): void;
    +  /**
    +   * Sign message using private key.
    +   * @async
    +   * @param plainText - The message to be signed.
    +   * @returns The generated signature.
    +   */
       sign(plainText: string): Promise<any>;
     }
     
    +/** Provides a keyring for pgp keys. */
     class MutablePgpKeyStore implements MutableKeyStore {
    +  /**
    +   * Instantiate the keyring in the keystore.
    +   * @async
    +   */
       async loadKeyring(): Promise<void> {
         await keyring.load();
         await keyring.store();
       }
     
    +  /**
    +   * Add a key pair to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       async importKeyPair(publicKey: any, privateKey: any): Promise<void> {
    -    await keyring.publicKeys.importKey(publicKey);
    -    await keyring.privateKeys.importKey(privateKey);
    +    try {
    +      await keyring.publicKeys.importKey(publicKey);
    +      await keyring.privateKeys.importKey(privateKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    -  importPublicKey(publicKey: any): void {
    -    keyring.publicKeys.importKey(publicKey);
    +  /**
    +   * Add public key to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @throws Error
    +   */
    +  async importPublicKey(publicKey: any): Promise<void> {
    +    try {
    +      await keyring.publicKeys.importKey(publicKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    +  /**
    +   * Add private key to keyring.
    +   * @async
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       async importPrivateKey(privateKey: any): Promise<void> {
    -    await keyring.privateKeys.importKey(privateKey);
    +    try {
    +      await keyring.privateKeys.importKey(privateKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    +  /**
    +   * Get all the public keys.
    +   * @returns An array of public keys.
    +   */
       getPublicKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the trusted keys.
    +   * @returns An array of trusted keys.
    +   */
       getTrustedKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the trusted active keys.
    +   * @returns An array of trusted active keys.
    +   */
       getTrustedActiveKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the encryption keys.
    +   * @returns An array of encryption keys.
    +   * @remarks
    +   * Current implementation doesn't include encryption keys.
    +   * This is included to appease the implemented Keystore interface.
    +   */
       getEncryptKeys(): Array<any> {
         return [];
       }
     
    +  /**
    +   * Get all private keys.
    +   * @returns An array of all private keys.
    +   */
       getPrivateKeys(): Array<any> {
    -    return keyring.privateKeys.keys;
    +    return keyring.privateKeys && keyring.privateKeys.keys;
       }
     
    +  /**
    +   * Get the first private key.
    +   * @returns The first private key.
    +   */
       getPrivateKey(): any {
         return keyring.privateKeys && keyring.privateKeys.keys[0];
       }
     
    +  /**
    +   * Test if the input is a valid key.
    +   * @async
    +   * @param key - The input to be validated.
    +   * @returns true - If the input is a valid key.
    +   */
       async isValidKey(key): Promise<boolean> {
         // There is supposed to be an openpgp.readKey() method but I can't find it?
         const testKey = await openpgp.key.readArmored(key);
         return !testKey.err;
       }
     
    +  /**
    +   * Verify that a private key is encrypted.
    +   * @async
    +   * @param privateKey - The private key to verify.
    +   * @returns true - If private key is encrypted.
    +   */
       async isEncryptedPrivateKey(privateKey: any): Promise<boolean> {
         const imported = await openpgp.key.readArmored(privateKey);
         for (const key of imported.keys) {
    @@ -1723,6 +2155,10 @@ class MutablePgpKeyStore implements MutableKeyStore {
         return true;
       }
     
    +  /**
    +   * Get the first private key's fingerprint.
    +   * @returns The first private key's fingerprint.
    +   */
       getFingerprint(): string {
         // TODO Handle multiple keys
         return (
    @@ -1733,10 +2169,19 @@ class MutablePgpKeyStore implements MutableKeyStore {
         );
       }
     
    +  /**
    +   * Get a key's keyId.
    +   * @param key - The key to fetch the keyId from.
    +   * @returns The key's keyId.
    +   */
       getKeyId(key: any): string {
         return key.getKeyId().toHex();
       }
     
    +  /**
    +   * Get the first private key's keyID.
    +   * @returns The first private key's keyId.
    +   */
       getPrivateKeyId(): string {
         // TODO is there a library that comes with angular for doing this?
         return (
    @@ -1746,43 +2191,90 @@ class MutablePgpKeyStore implements MutableKeyStore {
         );
       }
     
    +  /**
    +   * Get keys from the keyring using their keyId.
    +   * @param keyId - The keyId of the keys to be fetched from the keyring.
    +   * @returns An array of the keys with that keyId.
    +   */
       getKeysForId(keyId: string): Array<any> {
         return keyring.getKeysForId(keyId);
       }
     
    +  /**
    +   * Get a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that keyId.
    +   */
       getPublicKeyForId(keyId): any {
    -    return keyring.publicKeys.getForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.getForId(keyId);
       }
     
    +  /**
    +   * Get a private key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the private key to be fetched from the keyring.
    +   * @returns The private key with that keyId.
    +   */
       getPrivateKeyForId(keyId): any {
    -    return keyring.privateKeys.getForId(keyId);
    +    return keyring.privateKeys && keyring.privateKeys.getForId(keyId);
       }
     
    +  /**
    +   * Get a public key from the keyring using it's subkeyId.
    +   * @param subkeyId - The subkeyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that subkeyId.
    +   */
       getPublicKeyForSubkeyId(subkeyId): any {
    -    return keyring.publicKeys.getForId(subkeyId, true);
    +    return keyring.publicKeys && keyring.publicKeys.getForId(subkeyId, true);
       }
     
    +  /**
    +   * Get public keys from the keyring using their address.
    +   * @param address - The address of the public keys to be fetched from the keyring.
    +   * @returns An array of the public keys with that address.
    +   */
       getPublicKeysForAddress(address): Array<any> {
    -    return keyring.publicKeys.getForAddress(address);
    +    return keyring.publicKeys && keyring.publicKeys.getForAddress(address);
       }
     
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the keys to be removed from the keyring.
    +   * @returns An array of the removed keys.
    +   */
       removeKeysForId(keyId): Array<any> {
         return keyring.removeKeysForId(keyId);
       }
     
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKeyForId(keyId): any {
    -    return keyring.publicKeys.removeForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.removeForId(keyId);
       }
     
    +  /**
    +   * Remove a public key from the keyring.
    +   * @param publicKey - The public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKey(publicKey: any): any {
         const keyId = publicKey.getKeyId().toHex();
    -    return keyring.publicKeys.removeForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.removeForId(keyId);
       }
     
    +  /** Remove all keys from the keyring. */
       clearKeysInKeyring(): void {
         keyring.clear();
       }
     
    +  /**
    +   * Sign message using private key.
    +   * @async
    +   * @param plainText - The message to be signed.
    +   * @returns The generated signature.
    +   */
       async sign(plainText): Promise<any> {
         const privateKey = this.getPrivateKey();
         if (!privateKey.isDecrypted()) {
    @@ -1799,6 +2291,7 @@ class MutablePgpKeyStore implements MutableKeyStore {
       }
     }
     
    +/** @exports */
     export { MutablePgpKeyStore, MutableKeyStore };
     
    diff --git a/docs/compodoc/classes/PGPSigner.html b/docs/compodoc/classes/PGPSigner.html index 4d19728..69ab230 100644 --- a/docs/compodoc/classes/PGPSigner.html +++ b/docs/compodoc/classes/PGPSigner.html @@ -63,6 +63,13 @@ src/app/_pgp/pgp-signer.ts

    +

    +

    Description

    +

    +

    +

    Provides functionality for signing and verifying signed messages.

    + +

    @@ -161,12 +168,14 @@ -

    + +

    Initializing the Signer.

    +
    Parameters : @@ -175,6 +184,7 @@ + @@ -189,6 +199,12 @@ No +
    Name Type OptionalDescription
    +
      +
    • A keystore holding pgp keys.
    • +
    +
    +
    @@ -229,10 +245,16 @@ - + + + +

    Encryption algorithm used

    +
    + + @@ -256,10 +278,16 @@ - + + + +

    Message digest

    +
    + + @@ -288,10 +316,16 @@ - + + + +

    Encryption engine used.

    +
    + + @@ -315,10 +349,16 @@ - + + + +

    A keystore holding pgp keys.

    +
    + + @@ -342,10 +382,16 @@ - + + + +

    A service that provides logging capabilities.

    +
    + + @@ -369,10 +415,16 @@ - + + + +

    Event triggered on successful signing of message.

    +
    + + @@ -396,10 +448,16 @@ - + + + +

    Event triggered on successful verification of a signature.

    +
    + + @@ -423,10 +481,16 @@ - + + + +

    Generated signature

    +
    + + @@ -461,19 +525,27 @@ - + +

    Get the private key fingerprint.

    +
    +
    +
    Returns : string
    +
    +

    A private key fingerprint.

    + +
    @@ -502,14 +574,16 @@ - + +

    Load the message digest.

    +
    Parameters : @@ -519,6 +593,7 @@ Name Type Optional + Description @@ -533,6 +608,12 @@ + +
      +
    • A signable object.
    • +
    + + @@ -544,7 +625,8 @@
    - +

    true - If digest has been loaded successfully.

    +
    @@ -575,14 +657,16 @@ - + +

    Signs a message using a private key.

    +
    Parameters : @@ -592,6 +676,7 @@ Name Type Optional + Description @@ -606,6 +691,12 @@ + +
      +
    • The message to be signed.
    • +
    + + @@ -647,14 +738,16 @@ - + +

    Verify that signature is valid.

    +
    Parameters : @@ -664,6 +757,7 @@ Name Type Optional + Description @@ -678,6 +772,12 @@ + +
      +
    • The message that was signed.
    • +
    + + signature @@ -690,6 +790,12 @@ + +
      +
    • The generated signature.
    • +
    + + @@ -717,56 +823,113 @@
    -
    import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
    +        
    import * as openpgp from 'openpgp';
    +
    +// Application imports
    +import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
     import { LoggingService } from '@app/_services/logging.service';
     
    -const openpgp = require('openpgp');
    -
    +/** Signable object interface */
     interface Signable {
    +  /** The message to be signed. */
       digest(): string;
     }
     
    +/** Signature object interface */
     interface Signature {
    +  /** Encryption engine used. */
       engine: string;
    +  /** Encryption algorithm used */
       algo: string;
    +  /** Data to be signed. */
       data: string;
    +  /** Message digest */
       digest: string;
     }
     
    +/** Signer interface */
     interface Signer {
    +  /** Event triggered on successful signing of message. */
       onsign(signature: Signature): void;
    +  /** Event triggered on successful verification of a signature. */
       onverify(flag: boolean): void;
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       fingerprint(): string;
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       prepare(material: Signable): boolean;
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       verify(digest: string, signature: Signature): void;
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       sign(digest: string): Promise<void>;
     }
     
    +/** Provides functionality for signing and verifying signed messages. */
     class PGPSigner implements Signer {
    +  /** Encryption engine used. */
       engine = 'pgp';
    +  /** Encryption algorithm used */
       algo = 'sha256';
    +  /** Message digest */
       dgst: string;
    +  /** Generated signature */
       signature: Signature;
    +  /** A keystore holding pgp keys. */
       keyStore: MutableKeyStore;
    +  /** Event triggered on successful signing of message. */
       onsign: (signature: Signature) => void;
    +  /** Event triggered on successful verification of a signature. */
       onverify: (flag: boolean) => void;
    +  /** A service that provides logging capabilities. */
       loggingService: LoggingService;
     
    +  /**
    +   * Initializing the Signer.
    +   * @param keyStore - A keystore holding pgp keys.
    +   */
       constructor(keyStore: MutableKeyStore) {
         this.keyStore = keyStore;
         this.onsign = (signature: Signature) => {};
         this.onverify = (flag: boolean) => {};
       }
     
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       public fingerprint(): string {
         return this.keyStore.getFingerprint();
       }
     
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       public prepare(material: Signable): boolean {
         this.dgst = material.digest();
         return true;
       }
     
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       public verify(digest: string, signature: Signature): void {
         openpgp.signature
           .readArmored(signature.data)
    @@ -799,6 +962,11 @@ class PGPSigner implements Signer {
           });
       }
     
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       public async sign(digest: string): Promise<void> {
         const m = openpgp.cleartext.fromText(digest);
         const pk = this.keyStore.getPrivateKey();
    @@ -830,6 +998,7 @@ class PGPSigner implements Signer {
       }
     }
     
    +/** @exports */
     export { Signable, Signature, Signer, PGPSigner };
     
    diff --git a/docs/compodoc/coverage.html b/docs/compodoc/coverage.html index 864c2bd..f794db2 100644 --- a/docs/compodoc/coverage.html +++ b/docs/compodoc/coverage.html @@ -676,100 +676,88 @@ (4/4) - + src/app/_pgp/pgp-key-store.ts class MutablePgpKeyStore - - 0 % - (0/26) + + 100 % + (26/26) - + src/app/_pgp/pgp-key-store.ts interface MutableKeyStore - - 0 % - (0/26) + + 100 % + (26/26) - + src/app/_pgp/pgp-key-store.ts variable keyring - - 0 % - (0/1) + + 100 % + (1/1) - + src/app/_pgp/pgp-signer.ts class PGPSigner - - 0 % - (0/14) + + 100 % + (14/14) - + src/app/_pgp/pgp-signer.ts interface Signable - - 0 % - (0/2) + + 100 % + (2/2) - + src/app/_pgp/pgp-signer.ts interface Signature - - 0 % - (0/5) + + 100 % + (5/5) - + src/app/_pgp/pgp-signer.ts interface Signer - - 0 % - (0/7) - - - - - - src/app/_pgp/pgp-signer.ts - - variable - openpgp - - 0 % - (0/1) + + 100 % + (7/7) diff --git a/docs/compodoc/images/coverage-badge-documentation.svg b/docs/compodoc/images/coverage-badge-documentation.svg index 4160ad5..34592d2 100644 --- a/docs/compodoc/images/coverage-badge-documentation.svg +++ b/docs/compodoc/images/coverage-badge-documentation.svg @@ -1,9 +1,9 @@ - - + + documentation - 49% + 56% diff --git a/docs/compodoc/interfaces/MutableKeyStore.html b/docs/compodoc/interfaces/MutableKeyStore.html index 5ffafb8..64c362d 100644 --- a/docs/compodoc/interfaces/MutableKeyStore.html +++ b/docs/compodoc/interfaces/MutableKeyStore.html @@ -64,6 +64,13 @@ src/app/_pgp/pgp-key-store.ts

    +

    +

    Description

    +

    +

    +

    Mutable Key store interface.

    + +

    Extends

    @@ -193,14 +200,16 @@ - + +

    Remove all keys from the keyring.

    +
    Returns : void @@ -232,19 +241,27 @@ - + +

    Get all the encryption keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of encryption keys.

    + +
    @@ -271,19 +288,27 @@ - + +

    Get the first private key's fingerprint.

    +
    +
    +
    Returns : string
    +
    +

    The first private key's fingerprint.

    + +
    @@ -310,14 +335,16 @@ - + +

    Get a key's keyId.

    +
    Parameters : @@ -327,6 +354,7 @@ Name Type Optional + Description @@ -341,6 +369,12 @@ + +
      +
    • The key to fetch the keyId from.
    • +
    + + @@ -352,7 +386,8 @@
    - +

    The key's keyId.

    +
    @@ -380,14 +415,16 @@ - + +

    Get keys from the keyring using their keyId.

    +
    Parameters : @@ -397,6 +434,7 @@ Name Type Optional + Description @@ -411,6 +449,12 @@ + +
      +
    • The keyId of the keys to be fetched from the keyring.
    • +
    + + @@ -422,7 +466,8 @@
    - +

    An array of the keys with that keyId.

    +
    @@ -450,19 +495,27 @@ - + +

    Get the first private key.

    +
    +
    +
    Returns : any
    +
    +

    The first private key.

    + +
    @@ -489,14 +542,16 @@ - + +

    Get a private key from the keyring using it's keyId.

    +
    Parameters : @@ -506,6 +561,7 @@ Name Type Optional + Description @@ -520,6 +576,12 @@ + +
      +
    • The keyId of the private key to be fetched from the keyring.
    • +
    + + @@ -531,7 +593,8 @@
    - +

    The private key with that keyId.

    +
    @@ -559,19 +622,27 @@ - + +

    Get the first private key's keyID.

    +
    +
    +
    Returns : string
    +
    +

    The first private key's keyId.

    + +
    @@ -598,19 +669,27 @@ - + +

    Get all private keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of all private keys.

    + +
    @@ -637,14 +716,16 @@ - + +

    Get a public key from the keyring using it's keyId.

    +
    Parameters : @@ -654,6 +735,7 @@ Name Type Optional + Description @@ -668,6 +750,12 @@ + +
      +
    • The keyId of the public key to be fetched from the keyring.
    • +
    + + @@ -679,7 +767,8 @@
    - +

    The public key with that keyId.

    +
    @@ -707,14 +796,16 @@ - + +

    Get a public key from the keyring using it's subkeyId.

    +
    Parameters : @@ -724,6 +815,7 @@ Name Type Optional + Description @@ -738,6 +830,12 @@ + +
      +
    • The subkeyId of the public key to be fetched from the keyring.
    • +
    + + @@ -749,7 +847,8 @@
    - +

    The public key with that subkeyId.

    +
    @@ -777,19 +876,27 @@ - + +

    Get all the public keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of public keys.

    + +
    @@ -816,14 +923,16 @@ - + +

    Get public keys from the keyring using their address.

    +
    Parameters : @@ -833,6 +942,7 @@ Name Type Optional + Description @@ -847,6 +957,12 @@ + +
      +
    • The address of the public keys to be fetched from the keyring.
    • +
    + + @@ -858,7 +974,8 @@
    - +

    An array of the public keys with that address.

    +
    @@ -886,19 +1003,27 @@ - + +

    Get all the trusted active keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of trusted active keys.

    + +
    @@ -925,19 +1050,27 @@ - + +

    Get all the trusted keys.

    +
    +
    +
    Returns : Array<any>
    +
    +

    An array of trusted keys.

    + +
    @@ -964,14 +1097,16 @@ - + +

    Add a key pair to keyring.

    +
    Parameters : @@ -981,6 +1116,7 @@ Name Type Optional + Description @@ -995,6 +1131,12 @@ + +
      +
    • The public key to be added to the keyring.
    • +
    + + privateKey @@ -1007,6 +1149,12 @@ + +
      +
    • The private key to be added to the keyring.
    • +
    + + @@ -1046,14 +1194,16 @@ - + +

    Add private key to keyring.

    +
    Parameters : @@ -1063,6 +1213,7 @@ Name Type Optional + Description @@ -1077,6 +1228,12 @@ + +
      +
    • The private key to be added to the keyring.
    • +
    + + @@ -1116,14 +1273,16 @@ - + +

    Add public key to keyring.

    +
    Parameters : @@ -1133,6 +1292,7 @@ Name Type Optional + Description @@ -1147,6 +1307,12 @@ + +
      +
    • The public key to be added to the keyring.
    • +
    + + @@ -1154,7 +1320,7 @@
    - Returns : void + Returns : Promise<void>
    @@ -1186,14 +1352,16 @@ - + +

    Verify that a private key is encrypted.

    +
    Parameters : @@ -1203,6 +1371,7 @@ Name Type Optional + Description @@ -1217,6 +1386,12 @@ + +
      +
    • The private key to verify.
    • +
    + + @@ -1228,7 +1403,8 @@
    - +

    true - If private key is encrypted.

    +
    @@ -1256,14 +1432,16 @@ - + +

    Test if the input is a valid key.

    +
    Parameters : @@ -1273,6 +1451,7 @@ Name Type Optional + Description @@ -1287,6 +1466,12 @@ + +
      +
    • The input to be validated.
    • +
    + + @@ -1298,7 +1483,8 @@
    - +

    true - If the input is a valid key.

    +
    @@ -1326,14 +1512,16 @@ - + +

    Instantiate the keyring in the keystore.

    +
    Returns : void @@ -1365,14 +1553,16 @@ - + +

    Remove a public key from the keyring using it's keyId.

    +
    Parameters : @@ -1382,6 +1572,7 @@ Name Type Optional + Description @@ -1396,6 +1587,12 @@ + +
      +
    • The keyId of the keys to be removed from the keyring.
    • +
    + + @@ -1407,7 +1604,8 @@
    - +

    An array of the removed keys.

    +
    @@ -1435,14 +1633,16 @@ - + +

    Remove a public key from the keyring.

    +
    Parameters : @@ -1452,6 +1652,7 @@ Name Type Optional + Description @@ -1466,6 +1667,12 @@ + +
      +
    • The public key to be removed from the keyring.
    • +
    + + @@ -1477,7 +1684,8 @@
    - +

    The removed public key.

    +
    @@ -1505,14 +1713,16 @@ - + +

    Remove a public key from the keyring using it's keyId.

    +
    Parameters : @@ -1522,6 +1732,7 @@ Name Type Optional + Description @@ -1536,6 +1747,12 @@ + +
      +
    • The keyId of the public key to be removed from the keyring.
    • +
    + + @@ -1547,7 +1764,8 @@
    - +

    The removed public key.

    +
    @@ -1575,14 +1793,16 @@ - + +

    Sign message using private key.

    +
    Parameters : @@ -1592,6 +1812,7 @@ Name Type Optional + Description @@ -1606,6 +1827,12 @@ + +
      +
    • The message to be signed.
    • +
    + + @@ -1617,7 +1844,8 @@
    - +

    The generated signature.

    +
    @@ -1632,88 +1860,289 @@
    import { KeyStore } from 'cic-client-meta';
     // TODO should we put this on the mutable key store object
     import * as openpgp from 'openpgp';
    +
    +/** An openpgp Keyring instance. */
     const keyring = new openpgp.Keyring();
     
     /**
    - * @extends
    + * Mutable Key store interface.
    + *
    + * @extends KeyStore
      */
     interface MutableKeyStore extends KeyStore {
    +  /**
    +   * Instantiate the keyring in the keystore.
    +   * @async
    +   */
       loadKeyring(): void;
    +  /**
    +   * Add a key pair to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       importKeyPair(publicKey: any, privateKey: any): Promise<void>;
    -  importPublicKey(publicKey: any): void;
    +  /**
    +   * Add public key to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @throws Error
    +   */
    +  importPublicKey(publicKey: any): Promise<void>;
    +  /**
    +   * Add private key to keyring.
    +   * @async
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       importPrivateKey(privateKey: any): Promise<void>;
    +  /**
    +   * Get all the public keys.
    +   * @returns An array of public keys.
    +   */
       getPublicKeys(): Array<any>;
    +  /**
    +   * Get all the trusted keys.
    +   * @returns An array of trusted keys.
    +   */
       getTrustedKeys(): Array<any>;
    +  /**
    +   * Get all the trusted active keys.
    +   * @returns An array of trusted active keys.
    +   */
       getTrustedActiveKeys(): Array<any>;
    +  /**
    +   * Get all the encryption keys.
    +   * @returns An array of encryption keys.
    +   * @remarks
    +   * Current implementation doesn't include encryption keys.
    +   * This is included to appease the implemented Keystore interface.
    +   */
       getEncryptKeys(): Array<any>;
    +  /**
    +   * Get all private keys.
    +   * @returns An array of all private keys.
    +   */
       getPrivateKeys(): Array<any>;
    +  /**
    +   * Get the first private key.
    +   * @returns The first private key.
    +   */
       getPrivateKey(): any;
    +  /**
    +   * Test if the input is a valid key.
    +   * @async
    +   * @param key - The input to be validated.
    +   * @returns true - If the input is a valid key.
    +   */
       isValidKey(key: any): Promise<boolean>;
    +  /**
    +   * Verify that a private key is encrypted.
    +   * @async
    +   * @param privateKey - The private key to verify.
    +   * @returns true - If private key is encrypted.
    +   */
       isEncryptedPrivateKey(privateKey: any): Promise<boolean>;
    +  /**
    +   * Get the first private key's fingerprint.
    +   * @returns The first private key's fingerprint.
    +   */
       getFingerprint(): string;
    +  /**
    +   * Get a key's keyId.
    +   * @param key - The key to fetch the keyId from.
    +   * @returns The key's keyId.
    +   */
       getKeyId(key: any): string;
    +  /**
    +   * Get the first private key's keyID.
    +   * @returns The first private key's keyId.
    +   */
       getPrivateKeyId(): string;
    +  /**
    +   * Get keys from the keyring using their keyId.
    +   * @param keyId - The keyId of the keys to be fetched from the keyring.
    +   * @returns An array of the keys with that keyId.
    +   */
       getKeysForId(keyId: string): Array<any>;
    +  /**
    +   * Get a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that keyId.
    +   */
       getPublicKeyForId(keyId: string): any;
    +  /**
    +   * Get a private key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the private key to be fetched from the keyring.
    +   * @returns The private key with that keyId.
    +   */
       getPrivateKeyForId(keyId: string): any;
    +  /**
    +   * Get a public key from the keyring using it's subkeyId.
    +   * @param subkeyId - The subkeyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that subkeyId.
    +   */
       getPublicKeyForSubkeyId(subkeyId: string): any;
    +  /**
    +   * Get public keys from the keyring using their address.
    +   * @param address - The address of the public keys to be fetched from the keyring.
    +   * @returns An array of the public keys with that address.
    +   */
       getPublicKeysForAddress(address: string): Array<any>;
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the keys to be removed from the keyring.
    +   * @returns An array of the removed keys.
    +   */
       removeKeysForId(keyId: string): Array<any>;
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKeyForId(keyId: string): any;
    +  /**
    +   * Remove a public key from the keyring.
    +   * @param publicKey - The public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKey(publicKey: any): any;
    +  /** Remove all keys from the keyring. */
       clearKeysInKeyring(): void;
    +  /**
    +   * Sign message using private key.
    +   * @async
    +   * @param plainText - The message to be signed.
    +   * @returns The generated signature.
    +   */
       sign(plainText: string): Promise<any>;
     }
     
    +/** Provides a keyring for pgp keys. */
     class MutablePgpKeyStore implements MutableKeyStore {
    +  /**
    +   * Instantiate the keyring in the keystore.
    +   * @async
    +   */
       async loadKeyring(): Promise<void> {
         await keyring.load();
         await keyring.store();
       }
     
    +  /**
    +   * Add a key pair to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       async importKeyPair(publicKey: any, privateKey: any): Promise<void> {
    -    await keyring.publicKeys.importKey(publicKey);
    -    await keyring.privateKeys.importKey(privateKey);
    +    try {
    +      await keyring.publicKeys.importKey(publicKey);
    +      await keyring.privateKeys.importKey(privateKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    -  importPublicKey(publicKey: any): void {
    -    keyring.publicKeys.importKey(publicKey);
    +  /**
    +   * Add public key to keyring.
    +   * @async
    +   * @param publicKey - The public key to be added to the keyring.
    +   * @throws Error
    +   */
    +  async importPublicKey(publicKey: any): Promise<void> {
    +    try {
    +      await keyring.publicKeys.importKey(publicKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    +  /**
    +   * Add private key to keyring.
    +   * @async
    +   * @param privateKey - The private key to be added to the keyring.
    +   * @throws Error
    +   */
       async importPrivateKey(privateKey: any): Promise<void> {
    -    await keyring.privateKeys.importKey(privateKey);
    +    try {
    +      await keyring.privateKeys.importKey(privateKey);
    +    } catch (error) {
    +      throw error;
    +    }
       }
     
    +  /**
    +   * Get all the public keys.
    +   * @returns An array of public keys.
    +   */
       getPublicKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the trusted keys.
    +   * @returns An array of trusted keys.
    +   */
       getTrustedKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the trusted active keys.
    +   * @returns An array of trusted active keys.
    +   */
       getTrustedActiveKeys(): Array<any> {
    -    return keyring.publicKeys.keys;
    +    return keyring.publicKeys && keyring.publicKeys.keys;
       }
     
    +  /**
    +   * Get all the encryption keys.
    +   * @returns An array of encryption keys.
    +   * @remarks
    +   * Current implementation doesn't include encryption keys.
    +   * This is included to appease the implemented Keystore interface.
    +   */
       getEncryptKeys(): Array<any> {
         return [];
       }
     
    +  /**
    +   * Get all private keys.
    +   * @returns An array of all private keys.
    +   */
       getPrivateKeys(): Array<any> {
    -    return keyring.privateKeys.keys;
    +    return keyring.privateKeys && keyring.privateKeys.keys;
       }
     
    +  /**
    +   * Get the first private key.
    +   * @returns The first private key.
    +   */
       getPrivateKey(): any {
         return keyring.privateKeys && keyring.privateKeys.keys[0];
       }
     
    +  /**
    +   * Test if the input is a valid key.
    +   * @async
    +   * @param key - The input to be validated.
    +   * @returns true - If the input is a valid key.
    +   */
       async isValidKey(key): Promise<boolean> {
         // There is supposed to be an openpgp.readKey() method but I can't find it?
         const testKey = await openpgp.key.readArmored(key);
         return !testKey.err;
       }
     
    +  /**
    +   * Verify that a private key is encrypted.
    +   * @async
    +   * @param privateKey - The private key to verify.
    +   * @returns true - If private key is encrypted.
    +   */
       async isEncryptedPrivateKey(privateKey: any): Promise<boolean> {
         const imported = await openpgp.key.readArmored(privateKey);
         for (const key of imported.keys) {
    @@ -1724,6 +2153,10 @@ class MutablePgpKeyStore implements MutableKeyStore {
         return true;
       }
     
    +  /**
    +   * Get the first private key's fingerprint.
    +   * @returns The first private key's fingerprint.
    +   */
       getFingerprint(): string {
         // TODO Handle multiple keys
         return (
    @@ -1734,10 +2167,19 @@ class MutablePgpKeyStore implements MutableKeyStore {
         );
       }
     
    +  /**
    +   * Get a key's keyId.
    +   * @param key - The key to fetch the keyId from.
    +   * @returns The key's keyId.
    +   */
       getKeyId(key: any): string {
         return key.getKeyId().toHex();
       }
     
    +  /**
    +   * Get the first private key's keyID.
    +   * @returns The first private key's keyId.
    +   */
       getPrivateKeyId(): string {
         // TODO is there a library that comes with angular for doing this?
         return (
    @@ -1747,43 +2189,90 @@ class MutablePgpKeyStore implements MutableKeyStore {
         );
       }
     
    +  /**
    +   * Get keys from the keyring using their keyId.
    +   * @param keyId - The keyId of the keys to be fetched from the keyring.
    +   * @returns An array of the keys with that keyId.
    +   */
       getKeysForId(keyId: string): Array<any> {
         return keyring.getKeysForId(keyId);
       }
     
    +  /**
    +   * Get a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that keyId.
    +   */
       getPublicKeyForId(keyId): any {
    -    return keyring.publicKeys.getForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.getForId(keyId);
       }
     
    +  /**
    +   * Get a private key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the private key to be fetched from the keyring.
    +   * @returns The private key with that keyId.
    +   */
       getPrivateKeyForId(keyId): any {
    -    return keyring.privateKeys.getForId(keyId);
    +    return keyring.privateKeys && keyring.privateKeys.getForId(keyId);
       }
     
    +  /**
    +   * Get a public key from the keyring using it's subkeyId.
    +   * @param subkeyId - The subkeyId of the public key to be fetched from the keyring.
    +   * @returns The public key with that subkeyId.
    +   */
       getPublicKeyForSubkeyId(subkeyId): any {
    -    return keyring.publicKeys.getForId(subkeyId, true);
    +    return keyring.publicKeys && keyring.publicKeys.getForId(subkeyId, true);
       }
     
    +  /**
    +   * Get public keys from the keyring using their address.
    +   * @param address - The address of the public keys to be fetched from the keyring.
    +   * @returns An array of the public keys with that address.
    +   */
       getPublicKeysForAddress(address): Array<any> {
    -    return keyring.publicKeys.getForAddress(address);
    +    return keyring.publicKeys && keyring.publicKeys.getForAddress(address);
       }
     
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the keys to be removed from the keyring.
    +   * @returns An array of the removed keys.
    +   */
       removeKeysForId(keyId): Array<any> {
         return keyring.removeKeysForId(keyId);
       }
     
    +  /**
    +   * Remove a public key from the keyring using it's keyId.
    +   * @param keyId - The keyId of the public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKeyForId(keyId): any {
    -    return keyring.publicKeys.removeForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.removeForId(keyId);
       }
     
    +  /**
    +   * Remove a public key from the keyring.
    +   * @param publicKey - The public key to be removed from the keyring.
    +   * @returns The removed public key.
    +   */
       removePublicKey(publicKey: any): any {
         const keyId = publicKey.getKeyId().toHex();
    -    return keyring.publicKeys.removeForId(keyId);
    +    return keyring.publicKeys && keyring.publicKeys.removeForId(keyId);
       }
     
    +  /** Remove all keys from the keyring. */
       clearKeysInKeyring(): void {
         keyring.clear();
       }
     
    +  /**
    +   * Sign message using private key.
    +   * @async
    +   * @param plainText - The message to be signed.
    +   * @returns The generated signature.
    +   */
       async sign(plainText): Promise<any> {
         const privateKey = this.getPrivateKey();
         if (!privateKey.isDecrypted()) {
    @@ -1800,6 +2289,7 @@ class MutablePgpKeyStore implements MutableKeyStore {
       }
     }
     
    +/** @exports */
     export { MutablePgpKeyStore, MutableKeyStore };
     
    diff --git a/docs/compodoc/interfaces/Signable.html b/docs/compodoc/interfaces/Signable.html index 11196c9..0213189 100644 --- a/docs/compodoc/interfaces/Signable.html +++ b/docs/compodoc/interfaces/Signable.html @@ -64,6 +64,13 @@ src/app/_pgp/pgp-signer.ts

    +

    +

    Description

    +

    +

    +

    Signable object interface

    + +

    @@ -115,14 +122,16 @@ - + +

    The message to be signed.

    +
    Returns : string @@ -138,56 +147,113 @@
    -
    import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
    +        
    import * as openpgp from 'openpgp';
    +
    +// Application imports
    +import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
     import { LoggingService } from '@app/_services/logging.service';
     
    -const openpgp = require('openpgp');
    -
    +/** Signable object interface */
     interface Signable {
    +  /** The message to be signed. */
       digest(): string;
     }
     
    +/** Signature object interface */
     interface Signature {
    +  /** Encryption engine used. */
       engine: string;
    +  /** Encryption algorithm used */
       algo: string;
    +  /** Data to be signed. */
       data: string;
    +  /** Message digest */
       digest: string;
     }
     
    +/** Signer interface */
     interface Signer {
    +  /** Event triggered on successful signing of message. */
       onsign(signature: Signature): void;
    +  /** Event triggered on successful verification of a signature. */
       onverify(flag: boolean): void;
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       fingerprint(): string;
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       prepare(material: Signable): boolean;
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       verify(digest: string, signature: Signature): void;
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       sign(digest: string): Promise<void>;
     }
     
    +/** Provides functionality for signing and verifying signed messages. */
     class PGPSigner implements Signer {
    +  /** Encryption engine used. */
       engine = 'pgp';
    +  /** Encryption algorithm used */
       algo = 'sha256';
    +  /** Message digest */
       dgst: string;
    +  /** Generated signature */
       signature: Signature;
    +  /** A keystore holding pgp keys. */
       keyStore: MutableKeyStore;
    +  /** Event triggered on successful signing of message. */
       onsign: (signature: Signature) => void;
    +  /** Event triggered on successful verification of a signature. */
       onverify: (flag: boolean) => void;
    +  /** A service that provides logging capabilities. */
       loggingService: LoggingService;
     
    +  /**
    +   * Initializing the Signer.
    +   * @param keyStore - A keystore holding pgp keys.
    +   */
       constructor(keyStore: MutableKeyStore) {
         this.keyStore = keyStore;
         this.onsign = (signature: Signature) => {};
         this.onverify = (flag: boolean) => {};
       }
     
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       public fingerprint(): string {
         return this.keyStore.getFingerprint();
       }
     
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       public prepare(material: Signable): boolean {
         this.dgst = material.digest();
         return true;
       }
     
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       public verify(digest: string, signature: Signature): void {
         openpgp.signature
           .readArmored(signature.data)
    @@ -220,6 +286,11 @@ class PGPSigner implements Signer {
           });
       }
     
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       public async sign(digest: string): Promise<void> {
         const m = openpgp.cleartext.fromText(digest);
         const pk = this.keyStore.getPrivateKey();
    @@ -251,6 +322,7 @@ class PGPSigner implements Signer {
       }
     }
     
    +/** @exports */
     export { Signable, Signature, Signer, PGPSigner };
     
    diff --git a/docs/compodoc/interfaces/Signature-1.html b/docs/compodoc/interfaces/Signature-1.html index ae384b9..a2a3138 100644 --- a/docs/compodoc/interfaces/Signature-1.html +++ b/docs/compodoc/interfaces/Signature-1.html @@ -61,9 +61,16 @@

    File

    - src/app/_pgp/pgp-signer.ts + src/app/_models/account.ts

    +

    +

    Description

    +

    +

    +

    Meta signature interface

    + +

    @@ -128,6 +135,12 @@ + + +

    Algorithm used

    +
    + + @@ -157,6 +170,12 @@ + + +
    +

    Data that was signed.

    +
    +
    @@ -186,6 +205,12 @@ + + +
    +

    Message digest

    +
    +
    @@ -215,6 +240,12 @@ + + +
    +

    Encryption engine used.

    +
    +
    @@ -222,120 +253,149 @@
    -
    import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
    -import { LoggingService } from '@app/_services/logging.service';
    -
    -const openpgp = require('openpgp');
    -
    -interface Signable {
    -  digest(): string;
    -}
    -
    -interface Signature {
    -  engine: string;
    -  algo: string;
    -  data: string;
    -  digest: string;
    -}
    -
    -interface Signer {
    -  onsign(signature: Signature): void;
    -  onverify(flag: boolean): void;
    -  fingerprint(): string;
    -  prepare(material: Signable): boolean;
    -  verify(digest: string, signature: Signature): void;
    -  sign(digest: string): Promise<void>;
    -}
    -
    -class PGPSigner implements Signer {
    -  engine = 'pgp';
    -  algo = 'sha256';
    -  dgst: string;
    -  signature: Signature;
    -  keyStore: MutableKeyStore;
    -  onsign: (signature: Signature) => void;
    -  onverify: (flag: boolean) => void;
    -  loggingService: LoggingService;
    -
    -  constructor(keyStore: MutableKeyStore) {
    -    this.keyStore = keyStore;
    -    this.onsign = (signature: Signature) => {};
    -    this.onverify = (flag: boolean) => {};
    -  }
    -
    -  public fingerprint(): string {
    -    return this.keyStore.getFingerprint();
    -  }
    -
    -  public prepare(material: Signable): boolean {
    -    this.dgst = material.digest();
    -    return true;
    -  }
    -
    -  public verify(digest: string, signature: Signature): void {
    -    openpgp.signature
    -      .readArmored(signature.data)
    -      .then((sig) => {
    -        const opts = {
    -          message: openpgp.cleartext.fromText(digest),
    -          publicKeys: this.keyStore.getTrustedKeys(),
    -          signature: sig,
    -        };
    -        openpgp.verify(opts).then((v) => {
    -          let i = 0;
    -          for (i = 0; i < v.signatures.length; i++) {
    -            const s = v.signatures[i];
    -            if (s.valid) {
    -              this.onverify(s);
    -              return;
    -            }
    -          }
    -          this.loggingService.sendErrorLevelMessage(
    -            `Checked ${i} signature(s) but none valid`,
    -            this,
    -            { error: '404 Not found!' }
    -          );
    -          this.onverify(false);
    -        });
    -      })
    -      .catch((e) => {
    -        this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });
    -        this.onverify(false);
    -      });
    -  }
    -
    -  public async sign(digest: string): Promise<void> {
    -    const m = openpgp.cleartext.fromText(digest);
    -    const pk = this.keyStore.getPrivateKey();
    -    if (!pk.isDecrypted()) {
    -      const password = window.prompt('password');
    -      await pk.decrypt(password);
    -    }
    -    const opts = {
    -      message: m,
    -      privateKeys: [pk],
    -      detached: true,
    +        
    interface AccountDetails {
    +  /** Account registration day */
    +  date_registered: number;
    +  /** User's gender */
    +  gender: string;
    +  /** Age of user */
    +  age?: string;
    +  /** Type of account */
    +  type?: string;
    +  /** Token balance on account */
    +  balance?: number;
    +  /** Account identifiers */
    +  identities: {
    +    evm: {
    +      'bloxberg:8996': string[];
    +      'oldchain:1': string[];
         };
    -    openpgp
    -      .sign(opts)
    -      .then((s) => {
    -        this.signature = {
    -          engine: this.engine,
    -          algo: this.algo,
    -          data: s.signature,
    -          // TODO: fix for browser later
    -          digest,
    +    latitude: number;
    +    longitude: number;
    +  };
    +  /** User's location */
    +  location: {
    +    area?: string;
    +    area_name: string;
    +    area_type?: string;
    +  };
    +  /** Products or services provided by user. */
    +  products: string[];
    +  /** Business category of user. */
    +  category?: string;
    +  /** Personal identifying information of user */
    +  vcard: {
    +    email: [
    +      {
    +        value: string;
    +      }
    +    ];
    +    fn: [
    +      {
    +        value: string;
    +      }
    +    ];
    +    n: [
    +      {
    +        value: string[];
    +      }
    +    ];
    +    tel: [
    +      {
    +        meta: {
    +          TYP: string[];
             };
    -        this.onsign(this.signature);
    -      })
    -      .catch((e) => {
    -        this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });
    -        this.onsign(undefined);
    -      });
    -  }
    +        value: string;
    +      }
    +    ];
    +    version: [
    +      {
    +        value: string;
    +      }
    +    ];
    +  };
     }
     
    -export { Signable, Signature, Signer, PGPSigner };
    +/** Meta signature interface */
    +interface Signature {
    +  /** Algorithm used */
    +  algo: string;
    +  /** Data that was signed. */
    +  data: string;
    +  /** Message digest */
    +  digest: string;
    +  /** Encryption engine used. */
    +  engine: string;
    +}
    +
    +/** Meta object interface */
    +interface Meta {
    +  /** Account details */
    +  data: AccountDetails;
    +  /** Meta store id */
    +  id: string;
    +  /** Signature used during write. */
    +  signature: Signature;
    +}
    +
    +/** Meta response interface */
    +interface MetaResponse {
    +  /** Meta store id */
    +  id: string;
    +  /** Meta object */
    +  m: Meta;
    +}
    +
    +/** Default account data object */
    +const defaultAccount: AccountDetails = {
    +  date_registered: Date.now(),
    +  gender: 'other',
    +  identities: {
    +    evm: {
    +      'bloxberg:8996': [''],
    +      'oldchain:1': [''],
    +    },
    +    latitude: 0,
    +    longitude: 0,
    +  },
    +  location: {
    +    area_name: 'Kilifi',
    +  },
    +  products: [],
    +  vcard: {
    +    email: [
    +      {
    +        value: '',
    +      },
    +    ],
    +    fn: [
    +      {
    +        value: 'Sarafu Contract',
    +      },
    +    ],
    +    n: [
    +      {
    +        value: ['Sarafu', 'Contract'],
    +      },
    +    ],
    +    tel: [
    +      {
    +        meta: {
    +          TYP: [],
    +        },
    +        value: '',
    +      },
    +    ],
    +    version: [
    +      {
    +        value: '3.0',
    +      },
    +    ],
    +  },
    +};
    +
    +/** @exports */
    +export { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };
     
    diff --git a/docs/compodoc/interfaces/Signature.html b/docs/compodoc/interfaces/Signature.html index d4896ee..864ce84 100644 --- a/docs/compodoc/interfaces/Signature.html +++ b/docs/compodoc/interfaces/Signature.html @@ -61,14 +61,14 @@

    File

    - src/app/_models/account.ts + src/app/_pgp/pgp-signer.ts

    Description

    -

    Meta signature interface

    +

    Signature object interface

    @@ -137,7 +137,7 @@ -

    Algorithm used

    +

    Encryption algorithm used

    @@ -172,7 +172,7 @@ -

    Data that was signed.

    +

    Data to be signed.

    @@ -253,149 +253,183 @@
    -
    interface AccountDetails {
    -  /** Account registration day */
    -  date_registered: number;
    -  /** User's gender */
    -  gender: string;
    -  /** Age of user */
    -  age?: string;
    -  /** Type of account */
    -  type?: string;
    -  /** Token balance on account */
    -  balance?: number;
    -  /** Account identifiers */
    -  identities: {
    -    evm: {
    -      'bloxberg:8996': string[];
    -      'oldchain:1': string[];
    -    };
    -    latitude: number;
    -    longitude: number;
    -  };
    -  /** User's location */
    -  location: {
    -    area?: string;
    -    area_name: string;
    -    area_type?: string;
    -  };
    -  /** Products or services provided by user. */
    -  products: string[];
    -  /** Business category of user. */
    -  category?: string;
    -  /** Personal identifying information of user */
    -  vcard: {
    -    email: [
    -      {
    -        value: string;
    -      }
    -    ];
    -    fn: [
    -      {
    -        value: string;
    -      }
    -    ];
    -    n: [
    -      {
    -        value: string[];
    -      }
    -    ];
    -    tel: [
    -      {
    -        meta: {
    -          TYP: string[];
    -        };
    -        value: string;
    -      }
    -    ];
    -    version: [
    -      {
    -        value: string;
    -      }
    -    ];
    -  };
    +        
    import * as openpgp from 'openpgp';
    +
    +// Application imports
    +import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
    +import { LoggingService } from '@app/_services/logging.service';
    +
    +/** Signable object interface */
    +interface Signable {
    +  /** The message to be signed. */
    +  digest(): string;
     }
     
    -/** Meta signature interface */
    +/** Signature object interface */
     interface Signature {
    -  /** Algorithm used */
    +  /** Encryption engine used. */
    +  engine: string;
    +  /** Encryption algorithm used */
       algo: string;
    -  /** Data that was signed. */
    +  /** Data to be signed. */
       data: string;
       /** Message digest */
       digest: string;
    +}
    +
    +/** Signer interface */
    +interface Signer {
    +  /** Event triggered on successful signing of message. */
    +  onsign(signature: Signature): void;
    +  /** Event triggered on successful verification of a signature. */
    +  onverify(flag: boolean): void;
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
    +  fingerprint(): string;
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
    +  prepare(material: Signable): boolean;
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
    +  verify(digest: string, signature: Signature): void;
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
    +  sign(digest: string): Promise<void>;
    +}
    +
    +/** Provides functionality for signing and verifying signed messages. */
    +class PGPSigner implements Signer {
       /** Encryption engine used. */
    -  engine: string;
    -}
    -
    -/** Meta object interface */
    -interface Meta {
    -  /** Account details */
    -  data: AccountDetails;
    -  /** Meta store id */
    -  id: string;
    -  /** Signature used during write. */
    +  engine = 'pgp';
    +  /** Encryption algorithm used */
    +  algo = 'sha256';
    +  /** Message digest */
    +  dgst: string;
    +  /** Generated signature */
       signature: Signature;
    -}
    +  /** A keystore holding pgp keys. */
    +  keyStore: MutableKeyStore;
    +  /** Event triggered on successful signing of message. */
    +  onsign: (signature: Signature) => void;
    +  /** Event triggered on successful verification of a signature. */
    +  onverify: (flag: boolean) => void;
    +  /** A service that provides logging capabilities. */
    +  loggingService: LoggingService;
     
    -/** Meta response interface */
    -interface MetaResponse {
    -  /** Meta store id */
    -  id: string;
    -  /** Meta object */
    -  m: Meta;
    -}
    +  /**
    +   * Initializing the Signer.
    +   * @param keyStore - A keystore holding pgp keys.
    +   */
    +  constructor(keyStore: MutableKeyStore) {
    +    this.keyStore = keyStore;
    +    this.onsign = (signature: Signature) => {};
    +    this.onverify = (flag: boolean) => {};
    +  }
     
    -/** Default account data object */
    -const defaultAccount: AccountDetails = {
    -  date_registered: Date.now(),
    -  gender: 'other',
    -  identities: {
    -    evm: {
    -      'bloxberg:8996': [''],
    -      'oldchain:1': [''],
    -    },
    -    latitude: 0,
    -    longitude: 0,
    -  },
    -  location: {
    -    area_name: 'Kilifi',
    -  },
    -  products: [],
    -  vcard: {
    -    email: [
    -      {
    -        value: '',
    -      },
    -    ],
    -    fn: [
    -      {
    -        value: 'Sarafu Contract',
    -      },
    -    ],
    -    n: [
    -      {
    -        value: ['Sarafu', 'Contract'],
    -      },
    -    ],
    -    tel: [
    -      {
    -        meta: {
    -          TYP: [],
    -        },
    -        value: '',
    -      },
    -    ],
    -    version: [
    -      {
    -        value: '3.0',
    -      },
    -    ],
    -  },
    -};
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
    +  public fingerprint(): string {
    +    return this.keyStore.getFingerprint();
    +  }
    +
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
    +  public prepare(material: Signable): boolean {
    +    this.dgst = material.digest();
    +    return true;
    +  }
    +
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
    +  public verify(digest: string, signature: Signature): void {
    +    openpgp.signature
    +      .readArmored(signature.data)
    +      .then((sig) => {
    +        const opts = {
    +          message: openpgp.cleartext.fromText(digest),
    +          publicKeys: this.keyStore.getTrustedKeys(),
    +          signature: sig,
    +        };
    +        openpgp.verify(opts).then((v) => {
    +          let i = 0;
    +          for (i = 0; i < v.signatures.length; i++) {
    +            const s = v.signatures[i];
    +            if (s.valid) {
    +              this.onverify(s);
    +              return;
    +            }
    +          }
    +          this.loggingService.sendErrorLevelMessage(
    +            `Checked ${i} signature(s) but none valid`,
    +            this,
    +            { error: '404 Not found!' }
    +          );
    +          this.onverify(false);
    +        });
    +      })
    +      .catch((e) => {
    +        this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });
    +        this.onverify(false);
    +      });
    +  }
    +
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
    +  public async sign(digest: string): Promise<void> {
    +    const m = openpgp.cleartext.fromText(digest);
    +    const pk = this.keyStore.getPrivateKey();
    +    if (!pk.isDecrypted()) {
    +      const password = window.prompt('password');
    +      await pk.decrypt(password);
    +    }
    +    const opts = {
    +      message: m,
    +      privateKeys: [pk],
    +      detached: true,
    +    };
    +    openpgp
    +      .sign(opts)
    +      .then((s) => {
    +        this.signature = {
    +          engine: this.engine,
    +          algo: this.algo,
    +          data: s.signature,
    +          // TODO: fix for browser later
    +          digest,
    +        };
    +        this.onsign(this.signature);
    +      })
    +      .catch((e) => {
    +        this.loggingService.sendErrorLevelMessage(e.message, this, { error: e });
    +        this.onsign(undefined);
    +      });
    +  }
    +}
     
     /** @exports */
    -export { AccountDetails, Meta, MetaResponse, Signature, defaultAccount };
    +export { Signable, Signature, Signer, PGPSigner };
     
    diff --git a/docs/compodoc/interfaces/Signer.html b/docs/compodoc/interfaces/Signer.html index c157e14..dddec33 100644 --- a/docs/compodoc/interfaces/Signer.html +++ b/docs/compodoc/interfaces/Signer.html @@ -64,6 +64,13 @@ src/app/_pgp/pgp-signer.ts

    +

    +

    Description

    +

    +

    +

    Signer interface

    + +

    @@ -130,19 +137,27 @@ - + +

    Get the private key fingerprint.

    +
    +
    +
    Returns : string
    +
    +

    A private key fingerprint.

    + +
    @@ -169,14 +184,16 @@ - + +

    Event triggered on successful signing of message.

    +
    Parameters : @@ -239,14 +256,16 @@ - + +

    Event triggered on successful verification of a signature.

    +
    Parameters : @@ -309,14 +328,16 @@ - + +

    Load the message digest.

    +
    Parameters : @@ -326,6 +347,7 @@ Name Type Optional + Description @@ -340,6 +362,12 @@ + +
      +
    • A signable object.
    • +
    + + @@ -351,7 +379,8 @@
    - +

    true - If digest has been loaded successfully.

    +
    @@ -379,14 +408,16 @@ - + +

    Signs a message using a private key.

    +
    Parameters : @@ -396,6 +427,7 @@ Name Type Optional + Description @@ -410,6 +442,12 @@ + +
      +
    • The message to be signed.
    • +
    + + @@ -449,14 +487,16 @@ - + +

    Verify that signature is valid.

    +
    Parameters : @@ -466,6 +506,7 @@ Name Type Optional + Description @@ -480,6 +521,12 @@ + +
      +
    • The message that was signed.
    • +
    + + signature @@ -492,6 +539,12 @@ + +
      +
    • The generated signature.
    • +
    + + @@ -515,56 +568,113 @@
    -
    import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
    +        
    import * as openpgp from 'openpgp';
    +
    +// Application imports
    +import { MutableKeyStore } from '@app/_pgp/pgp-key-store';
     import { LoggingService } from '@app/_services/logging.service';
     
    -const openpgp = require('openpgp');
    -
    +/** Signable object interface */
     interface Signable {
    +  /** The message to be signed. */
       digest(): string;
     }
     
    +/** Signature object interface */
     interface Signature {
    +  /** Encryption engine used. */
       engine: string;
    +  /** Encryption algorithm used */
       algo: string;
    +  /** Data to be signed. */
       data: string;
    +  /** Message digest */
       digest: string;
     }
     
    +/** Signer interface */
     interface Signer {
    +  /** Event triggered on successful signing of message. */
       onsign(signature: Signature): void;
    +  /** Event triggered on successful verification of a signature. */
       onverify(flag: boolean): void;
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       fingerprint(): string;
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       prepare(material: Signable): boolean;
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       verify(digest: string, signature: Signature): void;
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       sign(digest: string): Promise<void>;
     }
     
    +/** Provides functionality for signing and verifying signed messages. */
     class PGPSigner implements Signer {
    +  /** Encryption engine used. */
       engine = 'pgp';
    +  /** Encryption algorithm used */
       algo = 'sha256';
    +  /** Message digest */
       dgst: string;
    +  /** Generated signature */
       signature: Signature;
    +  /** A keystore holding pgp keys. */
       keyStore: MutableKeyStore;
    +  /** Event triggered on successful signing of message. */
       onsign: (signature: Signature) => void;
    +  /** Event triggered on successful verification of a signature. */
       onverify: (flag: boolean) => void;
    +  /** A service that provides logging capabilities. */
       loggingService: LoggingService;
     
    +  /**
    +   * Initializing the Signer.
    +   * @param keyStore - A keystore holding pgp keys.
    +   */
       constructor(keyStore: MutableKeyStore) {
         this.keyStore = keyStore;
         this.onsign = (signature: Signature) => {};
         this.onverify = (flag: boolean) => {};
       }
     
    +  /**
    +   * Get the private key fingerprint.
    +   * @returns A private key fingerprint.
    +   */
       public fingerprint(): string {
         return this.keyStore.getFingerprint();
       }
     
    +  /**
    +   * Load the message digest.
    +   * @param material - A signable object.
    +   * @returns true - If digest has been loaded successfully.
    +   */
       public prepare(material: Signable): boolean {
         this.dgst = material.digest();
         return true;
       }
     
    +  /**
    +   * Verify that signature is valid.
    +   * @param digest - The message that was signed.
    +   * @param signature - The generated signature.
    +   */
       public verify(digest: string, signature: Signature): void {
         openpgp.signature
           .readArmored(signature.data)
    @@ -597,6 +707,11 @@ class PGPSigner implements Signer {
           });
       }
     
    +  /**
    +   * Signs a message using a private key.
    +   * @async
    +   * @param digest - The message to be signed.
    +   */
       public async sign(digest: string): Promise<void> {
         const m = openpgp.cleartext.fromText(digest);
         const pk = this.keyStore.getPrivateKey();
    @@ -628,6 +743,7 @@ class PGPSigner implements Signer {
       }
     }
     
    +/** @exports */
     export { Signable, Signature, Signer, PGPSigner };
     
    diff --git a/docs/compodoc/js/search/search_index.js b/docs/compodoc/js/search/search_index.js index f7dde77..c5f1c9b 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.775,1,2.105]],["body/interfaces/AccountDetails.html",[0,1.428,1,3.554,2,1.388,3,0.09,4,0.07,5,0.051,6,2.468,7,1.043,8,1.961,9,2.708,10,0.303,11,0.926,12,1.238,13,5.505,14,4.178,15,3.691,16,4.957,17,4.728,18,4.957,19,4.297,20,3.948,21,0.722,22,3.852,23,1.524,24,0.011,25,2.549,26,1.985,27,1.222,28,2.662,29,3.714,30,3.971,31,3.99,32,5.505,33,3.971,34,3.971,35,3.714,36,3.714,37,3.971,38,2.307,39,3.714,40,3.714,41,3.714,42,3.5,43,3.5,44,1.808,45,3.714,46,2.8,47,3.316,48,1.939,49,3.714,50,3.714,51,3.714,52,4.046,53,3.714,54,3.156,55,3.839,56,2.8,57,3.502,58,2.226,59,2.619,60,1.476,61,3.156,62,2.8,63,2.886,64,2.219,65,2.226,66,2.886,67,2.731,68,2.8,69,2.468,70,2.125,71,3.5,72,1.953,73,1.043,74,0.839,75,3.316,76,2.468,77,2.232,78,2.468,79,3.316,80,2.662,81,2.619,82,0.886,83,0.09,84,0.005,85,0.006,86,0.005]],["title/classes/AccountIndex.html",[87,0.101,88,3.393]],["body/classes/AccountIndex.html",[0,0.55,3,0.072,4,0.056,5,0.041,7,1.798,8,2.09,10,0.241,11,0.783,12,0.963,21,0.594,23,1.419,24,0.011,26,2.058,29,4.208,74,1.348,77,1.251,80,4.052,83,0.072,84,0.004,85,0.005,86,0.004,87,0.072,88,3.628,89,1.437,90,2.406,91,2.341,92,4.499,93,5.626,94,5.024,95,3.992,96,3.992,97,7.419,98,3.356,99,1.798,100,4.891,101,6.037,102,6.601,103,0.739,104,3.758,105,3.288,106,4.545,107,4.545,108,4.545,109,6.873,110,0.631,111,3.992,112,0.998,113,4.545,114,1.437,115,3.561,116,4.723,117,1.05,118,0.57,119,5.219,120,3.187,121,2.406,122,3.014,123,3.014,124,4.545,125,3.014,126,4.545,127,3.992,128,4.545,129,2.803,130,5.862,131,3.992,132,4.545,133,5.862,134,6.45,135,3.014,136,1.272,137,2.688,138,2.517,139,3.992,140,3.992,141,4.545,142,3.014,143,2.803,144,4.208,145,3.356,146,3.356,147,2.271,148,3.992,149,3.628,150,3.014,151,3.628,152,3.014,153,4.545,154,3.014,155,3.356,156,4.545,157,5.472,158,1.712,159,2.467,160,4.545,161,4.545,162,3.014,163,5.486,164,0.262,165,3.415,166,1.859,167,0.926,168,1.293,169,1.552,170,2.406,171,3.139,172,2.406,173,2.647,174,2.406,175,2.081,176,1.437,177,2.225,178,2.647,179,2.902,180,3.992,181,2.647,182,2.647,183,4.806,184,2.647,185,4.545,186,3.014,187,2.852,188,3.014,189,3.014,190,3.014,191,3.014,192,4.806,193,3.014,194,5.472,195,2.547,196,3.014,197,3.014,198,3.014]],["title/components/AccountSearchComponent.html",[199,0.614,200,1.344]],["body/components/AccountSearchComponent.html",[3,0.073,4,0.057,5,0.041,8,1.919,10,0.244,11,0.792,12,0.483,21,0.65,24,0.011,26,1.555,27,0.695,48,1.72,73,1.972,83,0.073,84,0.004,85,0.005,86,0.004,87,0.073,93,3.995,99,0.841,103,0.747,105,2.777,110,0.962,112,1.129,114,0.967,117,0.527,118,0.616,120,2.483,136,0.97,137,2.246,138,2.314,147,3.379,158,1.658,164,0.413,168,1.312,169,1.575,176,1.453,187,2.547,199,0.798,200,1.941,201,1.632,202,1.086,203,1.229,204,1.086,205,0.995,206,7.335,207,6.166,208,2.686,209,1.264,210,2.368,211,0.94,212,1.846,213,1.846,214,2.804,215,3.027,216,4.877,217,1.846,218,5.52,219,1.846,220,4.595,221,5.52,222,5.52,223,5.52,224,4.076,225,5.52,226,5.52,227,5.52,228,5.52,229,5.52,230,5.52,231,2.633,232,6.137,233,6.137,234,6.137,235,3.393,236,5.52,237,5.52,238,5.52,239,2.441,240,5.103,241,4.422,242,3.847,243,4.595,244,3.058,245,1.433,246,3.058,247,3.058,248,3.058,249,4.951,250,3.058,251,2.363,252,3.058,253,3.058,254,4.058,255,3.058,256,3.058,257,3.058,258,3.058,259,3.058,260,3.058,261,3.058,262,3.058,263,3.058,264,3.058,265,3.058,266,3.058,267,1.229,268,0.354,269,2.258,270,1.641,271,1.514,272,1.514,273,1.086,274,2.258,275,2.258,276,1.903,277,3.058,278,4.076,279,4.076,280,3.058,281,2.686,282,3.058,283,3.058,284,3.058,285,3.058,286,3.058,287,3.058,288,4.595,289,3.058,290,3.058,291,3.058,292,4.595,293,3.058,294,2.575,295,4.595,296,3.785,297,3.173,298,4.036,299,4.595,300,4.595,301,3.668,302,3.058,303,3.058,304,4.595,305,3.058,306,2.275,307,4.498,308,3.995,309,4.595,310,0.841,311,1.682,312,1.632,313,0.865,314,2.246,315,1.119,316,0.995,317,2.02,318,0.967,319,1.119,320,1.119,321,0.967,322,1.119,323,0.995,324,1.119,325,0.967,326,1.119,327,0.967,328,1.119,329,0.967,330,0.734,331,1.119,332,0.995,333,1.682,334,1.054,335,0.995,336,1.119,337,0.967,338,1.119,339,0.967,340,1.119,341,0.967,342,1.119,343,0.995,344,1.682,345,1.054,346,0.967,347,0.967,348,1.119,349,0.995,350,1.682,351,1.054,352,0.995,353,0.754,354,0.967,355,0.995,356,0.967,357,0.967,358,1.119,359,0.967,360,1.119,361,0.967,362,1.119,363,1.024,364,1.086,365,1.119]],["title/components/AccountsComponent.html",[199,0.614,318,1.344]],["body/components/AccountsComponent.html",[1,1.549,3,0.074,4,0.058,5,0.042,8,1.594,10,0.25,11,0.805,12,0.884,14,3.479,19,3.479,21,0.669,23,1.145,24,0.011,26,1.573,27,0.711,48,1.673,73,1.827,83,0.133,84,0.004,85,0.006,86,0.004,87,0.074,93,5.277,99,0.86,103,0.76,105,2.494,110,0.979,112,1.119,114,0.989,117,0.964,118,0.723,136,1.101,137,1.71,159,2.802,164,0.452,168,1.342,169,1.611,176,0.989,187,1.939,199,0.809,200,0.989,201,1.66,202,1.111,203,1.257,204,1.111,205,1.018,209,1.285,210,2.663,211,0.961,212,1.878,213,1.878,214,2.81,215,3.035,216,3.828,217,1.878,219,1.878,231,2.663,241,4.298,242,3.876,245,1.805,267,1.257,268,0.362,271,1.549,272,1.549,273,1.111,274,2.309,275,2.309,276,1.929,294,2.619,296,1.929,298,2.747,306,2.314,307,4.04,310,0.86,311,1.71,312,1.66,313,0.884,314,2.272,315,1.145,316,1.018,317,2.048,318,1.963,319,1.145,320,1.145,321,0.989,322,1.145,323,1.018,324,1.145,325,0.989,326,1.145,327,0.989,328,1.145,329,0.989,330,1.343,331,1.145,332,1.018,333,1.71,334,1.078,335,1.018,336,1.145,337,0.989,338,1.145,339,0.989,340,1.145,341,0.989,342,1.145,343,1.018,344,1.71,345,1.078,346,0.989,347,0.989,348,1.145,349,1.018,350,1.71,351,1.078,352,1.018,353,0.771,354,0.989,355,1.018,356,0.989,357,0.989,358,1.145,359,0.989,360,1.145,361,0.989,362,1.145,363,1.047,364,1.111,365,1.145,366,2.747,367,5.595,368,4.673,369,5.595,370,3.864,371,3.864,372,4.914,373,4.466,374,4.914,375,3.864,376,3.864,377,3.227,378,4.287,379,6.207,380,6.207,381,4.673,382,2.747,383,2.902,384,4.673,385,3.227,386,3.127,387,3.127,388,3.127,389,3.127,390,3.127,391,4.673,392,3.127,393,3.127,394,3.127,395,3.127,396,3.864,397,3.127,398,4.287,399,3.127,400,4.955,401,3.127,402,3.73,403,4.105,404,3.127,405,3.864,406,3.041,407,3.227,408,3.127,409,3.864,410,3.227,411,2.16,412,1.611,413,1.678,414,1.678,415,1.929,416,1.753,417,1.549,418,2.035,419,2.309,420,1.611,421,3.127,422,1.836,423,3.127,424,2.496,425,3.127,426,2.747,427,2.16,428,2.496,429,1.836,430,2.035,431,2.747,432,4.673,433,2.309,434,3.127,435,4.131,436,3.227,437,2.309,438,2.16,439,4.673,440,2.309,441,2.16,442,3.127,443,4.673,444,4.673,445,3.127,446,3.127,447,3.127,448,3.127,449,4.105,450,3.73,451,3.227,452,4.673,453,4.673,454,4.673,455,3.227,456,4.673,457,3.041,458,4.673]],["title/modules/AccountsModule.html",[459,1.138,460,3.139]],["body/modules/AccountsModule.html",[3,0.113,4,0.088,5,0.064,8,1.137,24,0.011,82,1.107,83,0.113,84,0.006,85,0.007,86,0.006,87,0.113,164,0.513,167,1.926,200,2.522,207,3.499,268,0.549,270,2.543,310,1.303,316,2.595,318,2.522,327,2.522,412,2.44,413,2.543,414,2.543,459,1.268,460,6.48,461,1.734,462,2.346,463,3.766,464,2.44,465,2.543,466,4.162,467,4.162,468,4.162,469,5.509,470,4.108,471,5.509,472,3.362,473,2.543,474,2.259,475,4.739,476,2.6,477,3.677,478,2.656,479,4.739,480,2.781,481,4.162,482,2.923,483,4.162,484,3.783,485,3.273,486,5.001,487,2.543,488,3.499,489,4.162,490,3.499,491,4.162,492,4.077,493,4.326,494,4.626,495,3.499,496,4.326,497,3.864,498,2.923,499,4.077,500,3.084,501,2.923,502,3.864,503,2.923,504,3.864,505,2.923,506,4.077,507,3.084,508,4.326,509,3.273,510,4.739,511,6.264,512,4.739,513,4.326,514,3.084,515,6.264,516,4.739,517,4.739,518,5.001,519,4.162,520,5.502,521,3.783,522,3.273]],["title/modules/AccountsRoutingModule.html",[459,1.138,469,2.936]],["body/modules/AccountsRoutingModule.html",[3,0.141,4,0.11,5,0.08,24,0.011,67,2.385,74,1.313,82,1.387,83,0.141,84,0.007,85,0.009,86,0.007,87,0.141,114,1.877,164,0.487,167,1.825,199,1.172,200,2.286,207,4.384,216,3.662,268,0.687,273,2.109,316,2.352,318,2.286,327,2.286,461,2.173,469,4.992,476,3,481,5.215,483,6.349,484,4.739,485,4.1,489,5.215,490,4.384,491,5.215,519,5.215,523,5.937,524,3.485,525,3.716,526,4.052,527,4.88,528,4.1,529,4.1,530,3.864,531,3.662]],["title/interfaces/Action.html",[0,0.775,532,2.281]],["body/interfaces/Action.html",[0,1.536,2,1.904,3,0.124,4,0.097,5,0.07,7,1.431,10,0.415,11,1.147,15,3.96,20,3.428,21,0.701,23,1.495,24,0.011,25,2.518,26,1.86,28,2.575,44,3.966,64,2.748,67,3.287,82,1.215,83,0.124,84,0.006,85,0.008,86,0.006,118,0.766,159,2.77,251,2.194,532,4.729,533,3.592,534,4.802,535,4.585,536,4.915,537,2.591,538,4.915,539,3.907,540,3.296,541,4.915,542,3.907,543,4.332,544,5.069,545,4.105,546,3.841]],["title/classes/ActivatedRouteStub.html",[87,0.101,547,3.393]],["body/classes/ActivatedRouteStub.html",[3,0.125,4,0.098,5,0.071,7,1.445,10,0.42,11,1.154,12,1.059,21,0.558,24,0.011,48,1.969,73,1.843,83,0.125,84,0.006,85,0.008,86,0.006,87,0.125,89,2.506,103,1.09,110,1.1,112,1.056,117,1.154,118,0.627,121,5.348,136,0.83,164,0.386,176,2.332,245,1.565,273,1.866,276,2.543,547,5.348,548,7.047,549,4.497,550,2.945,551,6.699,552,6.699,553,6.699,554,8.73,555,3.972,556,5.446,557,7.767,558,4.947,559,5.348,560,4.559,561,7.375,562,6.478,563,6.699,564,7.413,565,6.699,566,5.255,567,6.699,568,5.255,569,5.348,570,7.767,571,6.699,572,4.616,573,4.627,574,6.699,575,5.255,576,2.506,577,4.616,578,4.616,579,5.885,580,5.255,581,5.255,582,5.255,583,5.255]],["title/components/AdminComponent.html",[199,0.614,321,1.344]],["body/components/AdminComponent.html",[3,0.076,4,0.06,5,0.043,8,1.143,10,0.256,11,0.821,12,1.112,21,0.657,23,1.157,24,0.011,25,1.55,27,0.729,48,1.143,65,2.796,73,0.883,77,1.332,83,0.135,84,0.004,85,0.006,86,0.004,87,0.076,99,0.883,103,0.775,110,0.672,112,1.107,114,1.015,117,1.212,118,0.755,136,1.151,158,1.363,159,2.372,164,0.441,176,1.015,195,1.799,199,0.821,200,1.015,201,1.692,202,1.14,203,1.289,204,1.14,205,1.044,209,1.31,210,2.437,211,0.986,212,1.914,213,1.914,214,2.817,215,3.043,216,2.938,217,1.914,219,1.914,231,2.697,241,4.339,245,1.866,251,1.698,267,1.289,268,0.371,271,1.589,272,1.589,276,1.107,306,2.359,310,0.883,311,1.743,312,1.692,313,0.907,314,2.301,315,1.174,316,1.044,317,2.079,318,1.015,319,1.174,320,1.174,321,1.988,322,1.174,323,1.044,324,1.174,325,1.015,326,1.174,327,1.015,328,1.174,329,1.015,330,0.77,331,1.174,332,1.044,333,1.743,334,1.107,335,1.044,336,1.174,337,1.015,338,1.174,339,1.015,340,1.174,341,1.015,342,1.174,343,1.044,344,1.743,345,1.107,346,1.015,347,1.015,348,1.174,349,1.044,350,1.743,351,1.107,352,1.044,353,0.791,354,1.015,355,1.044,356,1.015,357,1.015,358,1.174,359,1.015,360,1.174,361,1.015,362,1.174,363,1.075,364,1.14,365,1.174,371,3.923,373,4.535,375,3.923,376,3.923,377,3.29,378,4.341,382,2.819,383,2.927,385,3.29,396,3.923,405,3.923,406,3.1,407,3.29,409,3.923,410,3.29,411,2.216,412,1.653,413,1.722,414,1.722,415,1.979,416,1.799,417,1.589,427,3.29,429,2.796,430,3.1,433,2.37,435,2.37,436,2.216,437,2.37,438,2.216,440,2.37,441,2.216,451,3.29,532,4.437,534,2.796,535,3.943,537,2.912,540,3.112,584,2.819,585,5.681,586,4.763,587,4.741,588,4.763,589,3.802,590,4.763,591,4.763,592,4.763,593,4.763,594,3.209,595,4.763,596,3.209,597,4.763,598,3.209,599,3.209,600,3.209,601,4.763,602,3.209,603,3.209,604,3.209,605,3.209,606,3.209,607,3.209,608,6.286,609,7.036,610,3.209,611,3.209,612,3.209,613,2.089,614,4.99,615,3.209,616,2.819,617,2.819,618,2.562,619,3.209,620,3.209,621,3.209,622,4.763,623,3.209,624,3.209,625,4.763,626,3.209,627,3.209,628,2.819,629,3.209,630,3.209,631,3.209,632,3.209,633,3.209,634,3.209,635,3.209,636,1.332,637,5.681,638,3.209,639,3.209,640,3.209,641,2.819,642,2.819,643,3.209,644,3.209,645,4.763,646,3.209,647,3.209,648,4.763,649,3.209,650,6.286,651,6.286,652,6.286,653,6.286,654,4.763,655,2.67,656,4.763,657,2.819,658,2.37,659,3.209]],["title/modules/AdminModule.html",[459,1.138,660,3.139]],["body/modules/AdminModule.html",[3,0.131,4,0.102,5,0.074,24,0.011,82,1.286,83,0.131,84,0.007,85,0.008,86,0.007,87,0.131,164,0.508,167,2.121,268,0.637,310,1.515,321,2.625,412,2.836,413,2.955,414,2.955,459,1.474,461,2.015,462,2.726,463,4.044,464,2.836,465,2.955,470,4.275,472,3.703,473,2.955,474,2.625,476,2.864,477,4.05,478,3.086,480,3.232,482,3.396,492,4.491,493,4.765,496,4.765,497,4.256,498,3.396,499,4.491,500,3.584,501,3.396,502,4.256,503,3.396,504,4.256,505,3.396,506,4.491,507,3.584,513,4.765,514,3.584,660,6.389,661,4.836,662,4.836,663,4.836,664,5.733,665,5.506,666,5.506,667,4.836]],["title/modules/AdminRoutingModule.html",[459,1.138,664,2.936]],["body/modules/AdminRoutingModule.html",[3,0.154,4,0.12,5,0.087,24,0.011,74,1.432,82,1.512,83,0.154,84,0.008,85,0.009,86,0.008,87,0.154,164,0.466,167,1.991,199,0.936,268,0.75,273,2.3,321,2.408,461,2.37,476,3.16,524,3.801,525,3.857,526,4.268,527,3.801,531,3.994,664,5.259,667,5.688,668,6.475]],["title/components/AppComponent.html",[199,0.614,323,1.383]],["body/components/AppComponent.html",[3,0.082,4,0.064,5,0.047,8,1.208,10,0.276,11,0.867,12,0.795,21,0.576,23,0.596,24,0.011,25,1.125,26,1.651,27,0.786,48,1.564,54,2.954,60,1.346,73,1.792,74,1.598,77,2.088,83,0.082,84,0.004,85,0.006,86,0.004,87,0.082,99,0.951,103,0.819,104,1.649,105,2.384,110,1.054,112,1.059,114,1.093,117,0.867,118,0.648,136,0.795,137,1.842,146,2.553,164,0.376,176,1.093,187,2.874,199,0.857,200,1.093,201,1.787,202,1.228,203,1.389,204,1.228,205,1.125,209,1.384,210,2.545,211,1.063,212,2.022,213,2.022,214,2.837,215,3.068,217,2.022,219,2.022,231,2.795,245,1.522,267,1.389,268,0.4,272,1.712,276,2.388,294,2.82,310,0.951,311,1.842,312,1.787,313,0.978,314,2.385,315,1.266,316,1.125,317,2.171,318,1.093,319,1.266,320,1.266,321,1.093,322,1.266,323,2.12,324,1.266,325,1.093,326,1.266,327,1.093,328,1.266,329,1.093,330,1.564,331,1.266,332,1.125,333,1.842,334,1.192,335,1.125,336,1.266,337,1.093,338,1.266,339,1.093,340,1.266,341,1.093,342,1.266,343,1.125,344,1.842,345,1.192,346,1.093,347,1.093,348,1.266,349,1.125,350,1.842,351,1.192,352,1.125,353,1.241,354,1.093,355,1.125,356,1.093,357,1.093,358,1.266,359,1.093,360,1.266,361,1.093,362,1.266,363,1.158,364,1.228,365,1.266,383,2.996,417,1.712,419,4.381,420,1.781,424,2.76,426,5.211,658,3.716,669,3.037,670,2.592,671,5.933,672,5.032,673,5.211,674,5.211,675,5.211,676,5.933,677,5.032,678,4.42,679,5.032,680,5.032,681,2.76,682,4.457,683,4.6,684,4.854,685,7.458,686,5.032,687,5.032,688,5.201,689,3.458,690,6.516,691,3.458,692,3.458,693,3.458,694,3.458,695,5.032,696,3.458,697,2.133,698,5.032,699,4.42,700,4.42,701,3.458,702,3.275,703,3.458,704,4.381,705,3.458,706,3.037,707,3.037,708,2.76,709,2.25,710,3.037,711,5.032,712,3.458,713,3.458,714,5.211,715,4.381,716,3.458,717,5.032,718,3.458,719,5.032,720,4.017,721,5.032,722,3.275,723,3.458,724,2.388,725,3.458,726,3.037,727,2.76,728,3.458,729,3.458,730,3.458,731,3.037,732,3.458,733,3.458,734,3.458,735,3.458,736,3.458,737,3.458,738,3.037,739,3.458,740,2.133,741,4.097,742,2.76,743,2.553,744,2.76,745,2.76,746,2.76,747,3.037,748,3.037,749,3.458,750,4.42,751,3.037,752,4.42,753,3.037,754,3.458,755,3.458,756,3.458,757,3.458,758,5.032,759,3.458,760,3.458,761,3.458,762,1.856,763,3.458]],["title/modules/AppModule.html",[459,1.138,764,3.139]],["body/modules/AppModule.html",[3,0.112,4,0.088,5,0.064,24,0.011,82,1.102,83,0.112,84,0.006,85,0.007,86,0.006,87,0.112,138,2.346,147,1.959,164,0.502,167,1.921,168,2.025,169,2.431,268,0.546,271,2.337,310,1.298,323,2.784,412,2.431,459,1.263,461,1.727,462,2.337,463,3.759,464,3.607,465,3.759,470,4.103,472,3.353,473,2.533,474,2.25,476,2.593,480,2.77,482,2.911,486,4.987,487,2.533,488,3.485,492,4.066,708,3.768,709,3.072,764,6.495,765,4.146,766,4.146,767,4.146,768,4.146,769,4.146,770,5.503,771,5.503,772,5.29,773,5.503,774,5.503,775,4.72,776,6.248,777,4.987,778,2.645,779,4.987,780,4.72,781,4.72,782,6.248,783,4.72,784,5.951,785,6.248,786,2.431,787,4.613,788,4.315,789,4.146,790,4.72,791,3.768,792,3.768,793,4.72,794,4.066,795,4.146,796,4.72,797,4.72,798,4.72,799,4.72,800,4.146,801,4.72,802,4.72,803,4.72,804,4.72,805,4.72,806,4.72,807,4.72,808,4.72,809,5.505,810,5.951,811,5.591]],["title/modules/AppRoutingModule.html",[459,1.138,770,2.936]],["body/modules/AppRoutingModule.html",[3,0.145,4,0.113,5,0.082,24,0.011,74,1.351,82,1.427,83,0.145,84,0.007,85,0.009,86,0.007,87,0.145,164,0.455,167,1.878,268,0.707,273,2.17,461,2.236,476,3.053,524,3.586,525,3.763,526,4.123,527,4.632,528,4.219,529,4.219,530,3.976,770,5.08,788,5.08,789,5.366,812,6.11,813,7.355,814,4.877,815,6.461,816,6.11,817,6.11,818,6.11,819,6.11,820,4.877,821,6.11,822,6.11]],["title/interfaces/AreaName.html",[0,0.775,542,2.495]],["body/interfaces/AreaName.html",[0,1.548,2,1.982,3,0.129,4,0.101,5,0.073,7,1.489,10,0.432,11,1.176,15,4.008,20,3.516,21,0.674,23,1.463,24,0.011,25,1.762,26,1.372,28,2.681,44,4.115,64,2.789,67,2.743,82,1.265,83,0.129,84,0.006,85,0.008,86,0.006,118,0.817,159,3.055,251,1.618,532,4.504,533,3.739,534,4.008,535,3.827,536,3.998,537,2.108,538,3.998,539,3.178,540,2.681,541,3.998,542,4.39,543,5.38,544,5.423,545,4.211,546,3.998]],["title/interfaces/AreaType.html",[0,0.775,545,2.622]],["body/interfaces/AreaType.html",[0,1.548,2,1.982,3,0.129,4,0.101,5,0.073,7,1.489,10,0.432,11,1.176,15,4.008,20,3.516,21,0.707,23,1.463,24,0.011,25,1.762,26,1.372,28,2.681,44,4.178,64,2.789,67,2.743,82,1.265,83,0.129,84,0.006,85,0.008,86,0.006,118,0.802,159,3.055,251,1.618,532,4.504,533,3.739,534,4.008,535,3.827,536,3.998,537,2.108,538,3.998,539,3.178,540,2.681,541,3.998,542,4.008,543,4.444,544,5.423,545,4.612,546,5.042]],["title/components/AuthComponent.html",[199,0.614,325,1.344]],["body/components/AuthComponent.html",[3,0.083,4,0.065,5,0.047,8,1.217,10,0.279,11,0.874,12,0.801,21,0.604,23,0.602,24,0.011,27,0.794,48,1.432,52,1.73,73,1.642,74,1.448,83,0.083,84,0.004,85,0.006,86,0.004,87,0.083,99,0.961,103,0.825,105,2.914,110,1.062,112,1.093,114,1.105,117,0.874,118,0.651,136,1.099,137,2.397,138,1.698,147,2.886,158,1.217,164,0.401,176,1.604,187,2.477,199,0.863,200,1.105,201,1.801,202,1.241,203,1.404,204,1.241,205,1.137,209,1.395,210,2.561,211,1.074,212,2.038,213,2.038,214,2.84,215,3.071,217,2.038,219,2.038,224,4.408,231,2.81,235,3.745,240,5.525,242,4.015,245,1.694,249,4.122,251,1.957,254,4.289,267,1.404,268,0.405,269,2.581,270,1.876,271,1.73,272,1.73,273,1.241,276,2.851,278,2.581,279,2.581,297,3.502,306,2.511,308,3.301,310,0.961,311,1.856,312,2.12,313,0.988,314,2.397,315,1.279,316,1.137,317,2.185,318,1.105,319,1.279,320,1.279,321,1.105,322,1.279,323,1.137,324,1.279,325,2.071,326,1.279,327,1.105,328,1.279,329,1.105,330,1.217,331,1.279,332,1.137,333,1.856,334,1.205,335,1.137,336,1.279,337,1.105,338,1.279,339,1.105,340,1.279,341,1.105,342,1.279,343,1.137,344,1.856,345,1.205,346,1.105,347,1.105,348,1.279,349,1.137,350,1.856,351,1.205,352,1.137,353,0.862,354,1.105,355,1.137,356,1.105,357,1.105,358,1.279,359,1.105,360,1.279,361,1.105,362,1.279,363,1.17,364,1.241,365,1.279,420,1.8,559,5.227,614,4.455,681,2.79,682,4.473,704,3.745,710,3.07,741,3.502,814,4.048,823,3.07,824,5.969,825,5.071,826,5.969,827,5.243,828,4.765,829,6.37,830,5.227,831,6.548,832,5.071,833,5.969,834,5.071,835,3.495,836,3.495,837,3.495,838,3.495,839,5.071,840,3.495,841,3.495,842,3.495,843,3.495,844,3.495,845,3.495,846,3.495,847,3.671,848,3.495,849,3.07,850,3.495,851,3.495,852,2.79,853,3.495,854,5.071,855,3.495,856,3.07,857,2.581,858,3.07,859,3.495,860,3.495,861,1.959,862,3.495,863,2.414,864,2.414,865,3.07,866,3.495,867,3.495,868,3.495,869,3.495,870,3.495,871,3.495,872,3.495,873,3.495,874,3.495,875,3.495,876,2.977,877,5.071,878,2.581,879,3.128,880,5.071]],["title/guards/AuthGuard.html",[788,2.936,881,2.622]],["body/guards/AuthGuard.html",[3,0.112,4,0.087,5,0.063,7,1.921,10,0.375,12,0.984,21,0.518,24,0.011,25,2.026,31,3.655,38,2.671,57,3.49,83,0.112,84,0.006,85,0.007,86,0.006,87,0.166,91,3.206,103,1.013,110,0.983,112,0.846,117,1.073,118,0.583,136,1.175,137,2.279,138,2.339,143,3.84,144,4.3,145,4.597,147,1.949,151,4.97,158,1.494,164,0.403,167,1.443,179,3.101,199,0.9,205,2.026,209,1.291,242,4.557,251,1.861,268,0.543,273,1.668,276,2.565,525,2.969,537,2.424,549,4.549,555,3.459,576,2.239,613,5.364,636,1.949,670,2.418,788,4.3,814,5.938,820,6.179,847,3.302,881,4.588,882,3.748,883,4.124,884,4.97,885,5.469,886,4.597,887,5.469,888,3.748,889,4.695,890,5.469,891,2.863,892,5.138,893,4.3,894,3.655,895,4.3,896,4.052,897,4.124,898,6.988,899,6.534,900,4.695,901,5.469,902,6.226,903,4.597,904,4.97,905,4.97,906,5.469,907,4.97,908,6.534,909,4.588,910,5.469,911,5.469,912,6.136,913,4.97,914,6.226,915,1.969,916,2.896,917,2.896,918,2.52,919,4.124,920,4.124]],["title/modules/AuthModule.html",[459,1.138,921,3.139]],["body/modules/AuthModule.html",[3,0.135,4,0.105,5,0.076,24,0.011,82,1.323,83,0.135,84,0.007,85,0.008,86,0.007,87,0.135,164,0.504,167,2.159,268,0.656,270,3.039,310,1.558,325,2.643,361,2.643,459,1.516,461,2.073,462,2.804,463,4.096,464,2.917,465,3.039,472,3.769,473,3.039,474,2.7,476,2.914,477,4.122,478,3.174,480,3.324,497,4.331,498,3.493,502,4.331,503,3.493,504,4.331,505,3.493,508,4.85,509,3.911,513,4.85,514,3.686,518,5.606,921,6.417,922,4.975,923,4.975,924,4.975,925,5.773,926,5.664,927,5.664,928,4.975,929,5.664,930,4.975]],["title/modules/AuthRoutingModule.html",[459,1.138,925,2.936]],["body/modules/AuthRoutingModule.html",[3,0.151,4,0.118,5,0.086,24,0.011,74,1.407,82,1.485,83,0.151,84,0.008,85,0.009,86,0.008,87,0.151,164,0.463,167,1.955,199,0.919,268,0.736,273,2.259,325,2.382,461,2.328,476,3.127,524,3.733,525,3.828,526,4.223,527,4.422,528,4.392,529,4.392,530,4.139,531,3.923,925,5.203,928,5.586,931,6.36]],["title/injectables/AuthService.html",[682,2.622,915,1.344]],["body/injectables/AuthService.html",[0,0.509,3,0.066,4,0.052,5,0.038,7,0.768,10,0.223,11,0.739,12,0.999,21,0.625,23,0.481,24,0.011,26,1.087,27,0.635,32,3.167,48,0.67,59,1.928,60,2.28,73,0.768,74,1.714,77,1.78,83,0.066,84,0.003,85,0.005,86,0.003,87,0.066,103,0.698,105,3.152,110,0.898,112,1.106,117,1.089,118,0.592,136,1.24,137,2.747,138,1.436,147,1.78,158,1.883,159,1.054,164,0.424,168,1.198,169,1.438,176,2.267,179,1.24,187,2.976,245,1.753,251,1.561,268,0.323,276,2.396,297,2.962,330,1.765,383,2.791,419,4.326,420,3.255,422,1.639,424,4.676,474,1.331,487,1.498,539,1.639,556,2.062,573,3.606,655,1.565,657,4.586,670,1.438,682,2.645,684,4.522,697,4.285,720,2.229,726,5.145,738,2.453,786,1.438,794,2.791,795,2.453,829,5.145,847,3.264,849,3.767,858,2.453,864,1.928,876,1.639,878,3.855,886,2.062,891,1.284,915,1.356,918,1.498,919,2.453,932,1.498,933,2.453,934,3.739,935,5.221,936,5.221,937,5.858,938,4.676,939,4.676,940,5.858,941,5.858,942,5.858,943,4.288,944,5.858,945,5.145,946,4.288,947,4.288,948,2.062,949,4.927,950,4.288,951,2.792,952,2.792,953,2.792,954,2.792,955,2.792,956,2.792,957,2.792,958,4.288,959,2.792,960,4.288,961,2.792,962,2.792,963,4.288,964,2.792,965,4.288,966,4.288,967,2.792,968,5.221,969,4.288,970,2.792,971,3.767,972,2.792,973,2.792,974,2.792,975,2.792,976,4.288,977,2.792,978,2.792,979,1.498,980,2.792,981,2.792,982,2.962,983,2.792,984,4.288,985,2.792,986,2.453,987,2.792,988,2.792,989,3.767,990,6.672,991,2.792,992,2.792,993,5.221,994,6.672,995,5.221,996,3.423,997,5.221,998,5.858,999,5.221,1000,4.288,1001,2.453,1002,4.288,1003,4.288,1004,4.288,1005,2.123,1006,4.288,1007,4.288,1008,5.858,1009,4.586,1010,4.676,1011,2.792,1012,2.792,1013,4.288,1014,5.221,1015,5.221,1016,5.221,1017,2.453,1018,5.221,1019,2.792,1020,2.453,1021,2.453,1022,2.792,1023,4.288,1024,2.792,1025,2.792,1026,2.792,1027,2.792,1028,2.792,1029,2.792,1030,2.792,1031,2.792,1032,2.792,1033,2.792,1034,4.288,1035,2.792,1036,2.792,1037,2.792,1038,4.288,1039,4.676,1040,2.792,1041,2.792,1042,2.792,1043,2.792,1044,2.453,1045,2.792,1046,2.792,1047,2.792,1048,2.792,1049,1.928,1050,3.423,1051,2.453,1052,2.453,1053,2.792,1054,2.453,1055,2.229,1056,2.229,1057,2.792,1058,2.792,1059,2.792,1060,2.792,1061,2.792,1062,2.792,1063,2.792,1064,2.792,1065,1.928,1066,2.792,1067,2.792,1068,4.288,1069,2.792,1070,4.288,1071,2.453,1072,2.792,1073,2.792,1074,4.288,1075,2.792,1076,2.792,1077,1.383,1078,2.792,1079,2.792,1080,3.767,1081,2.229,1082,4.288,1083,4.288,1084,2.792,1085,2.792,1086,3.767,1087,2.792,1088,2.792,1089,2.792,1090,2.792,1091,2.792,1092,2.792,1093,2.792,1094,2.792,1095,2.792]],["title/injectables/BlockSyncService.html",[915,1.344,1096,3.139]],["body/injectables/BlockSyncService.html",[3,0.08,4,0.063,5,0.046,10,0.27,11,0.853,12,1.17,21,0.645,23,1.309,24,0.011,26,2.2,48,1.406,72,2.55,73,1.611,74,1.68,77,2.676,83,0.08,84,0.004,85,0.006,86,0.004,87,0.08,99,1.611,103,0.806,105,2.757,110,1.037,112,1.053,117,1.276,118,0.693,120,2.706,136,1.133,137,2.36,158,1.188,164,0.438,168,1.451,169,1.742,176,2.402,245,1.73,268,0.392,276,2.02,294,2.775,296,3.054,353,1.221,383,2.976,416,1.896,417,1.675,418,2.201,429,2.907,430,3.223,560,1.985,670,1.742,674,5.145,675,5.145,683,4.422,709,3.223,915,1.566,918,1.815,932,1.815,979,1.815,1005,1.675,1096,3.656,1097,6.918,1098,2.971,1099,4.952,1100,4.952,1101,4.952,1102,4.952,1103,5.858,1104,5.858,1105,3.382,1106,4.821,1107,4.952,1108,4.952,1109,6.063,1110,5.722,1111,3.382,1112,4.326,1113,4.952,1114,4.724,1115,5.858,1116,3.382,1117,4.952,1118,3.382,1119,3.614,1120,4.952,1121,3.382,1122,3.382,1123,6.448,1124,3.382,1125,3.382,1126,6.448,1127,6.448,1128,6.448,1129,7.595,1130,6.448,1131,6.448,1132,3.382,1133,3.438,1134,3.382,1135,3.382,1136,1.815,1137,3.382,1138,2.7,1139,3.382,1140,3.382,1141,3.382,1142,5.858,1143,3.382,1144,3.382,1145,2.971,1146,4.952,1147,3.382,1148,3.382,1149,3.382,1150,3.382,1151,3.382,1152,3.382,1153,3.382,1154,3.382,1155,4.952,1156,3.382,1157,3.382,1158,3.382,1159,3.382,1160,3.382,1161,2.971,1162,2.971,1163,3.382,1164,4.952,1165,4.952,1166,3.382,1167,4.952,1168,3.382,1169,3.382,1170,4.952,1171,3.382,1172,4.952,1173,4.952,1174,2.7,1175,4.952,1176,2.971,1177,3.382,1178,4.35,1179,3.382,1180,2.971,1181,3.382,1182,3.382,1183,3.382,1184,3.382,1185,3.382,1186,3.382,1187,3.382,1188,4.952,1189,3.382,1190,3.382,1191,3.953,1192,4.952,1193,3.382,1194,3.382,1195,3.382,1196,4.952,1197,3.382,1198,3.382,1199,3.382,1200,3.382,1201,3.382,1202,3.382,1203,3.382]],["title/interfaces/Category.html",[0,0.775,15,2.105]],["body/interfaces/Category.html",[0,1.549,2,1.988,3,0.129,4,0.101,5,0.073,7,1.494,10,0.434,11,1.179,15,4.244,20,4.26,21,0.674,23,1.464,24,0.011,25,1.767,26,1.376,28,3.387,44,4.004,64,2.792,67,2.749,82,1.268,83,0.129,84,0.006,85,0.008,86,0.006,118,0.802,159,3.058,251,1.623,532,4.507,533,3.751,534,4.015,535,3.834,536,4.01,537,2.114,538,4.01,539,3.188,540,2.689,541,4.01,542,4.015,543,4.452,544,5.429,545,4.219,546,4.01]],["title/interfaces/Conversion.html",[0,0.775,762,2.281]],["body/interfaces/Conversion.html",[0,1.5,1,3.863,2,1.606,3,0.104,4,0.081,5,0.059,7,1.207,8,1.737,9,1.656,10,0.475,11,1.025,21,0.685,23,1.434,24,0.011,25,2.355,26,2.128,27,1.946,38,3.63,48,1.053,64,2.571,80,2.173,82,1.025,83,0.104,84,0.005,85,0.007,86,0.005,116,2.707,118,0.557,120,2.944,164,0.253,251,1.312,353,2.182,537,1.708,762,4.506,876,3.963,909,2.707,1119,4.706,1204,3.031,1205,5.346,1206,5.346,1207,5.346,1208,5,1209,5,1210,5.356,1211,5.346,1212,5.346,1213,5.226,1214,5.346,1215,5.346,1216,3.241,1217,4.395,1218,4.164,1219,2.173,1220,3.241,1221,3.031,1222,3.241,1223,3.031,1224,2.857,1225,3.031,1226,3.241,1227,3.241,1228,3.031,1229,2.947]],["title/components/CreateAccountComponent.html",[199,0.614,327,1.344]],["body/components/CreateAccountComponent.html",[3,0.077,4,0.06,5,0.043,8,1.94,10,0.258,11,0.825,12,0.51,15,3.614,17,4.502,19,3.774,21,0.666,24,0.011,25,1.557,26,1.974,27,0.734,28,3.122,44,2.282,48,1.149,67,2.533,73,1.316,83,0.077,84,0.004,85,0.006,86,0.004,87,0.077,93,3.115,99,0.888,103,0.779,110,1.002,112,1.074,114,2.529,117,0.556,118,0.59,136,0.756,138,1.081,147,2.366,158,1.149,159,2.828,164,0.406,176,1.513,199,0.824,200,1.021,201,1.7,202,1.147,203,1.297,204,1.147,205,1.051,209,1.316,210,2.446,211,0.993,212,1.923,213,1.923,214,2.819,215,3.045,217,1.923,219,1.923,224,4.21,231,2.705,235,3.534,239,2.578,240,5.207,241,4.502,245,1.473,249,3.938,251,1.43,254,4.153,267,1.297,268,0.374,269,2.385,270,1.733,271,1.599,272,1.599,276,1.966,278,2.385,279,5.752,281,2.836,296,3.889,306,2.37,307,4.59,308,5.501,310,0.888,311,1.752,312,1.7,313,0.913,314,2.308,315,1.182,316,1.051,317,2.087,318,1.021,319,1.182,320,1.182,321,1.021,322,1.182,323,1.051,324,1.182,325,1.021,326,1.182,327,1.994,328,1.182,329,1.021,330,0.775,331,1.182,332,1.051,333,1.752,334,1.114,335,1.051,336,1.182,337,1.021,338,1.182,339,1.021,340,1.182,341,1.021,342,1.182,343,1.051,344,1.752,345,1.114,346,1.021,347,1.021,348,1.182,349,1.051,350,1.752,351,1.114,352,1.051,353,0.796,354,1.021,355,1.051,356,1.021,357,1.021,358,1.182,359,1.021,360,1.182,361,1.021,362,1.182,363,1.081,364,1.147,365,1.182,370,3.938,416,1.81,417,1.599,418,2.102,427,3.938,428,2.578,429,3.701,430,4.104,431,2.836,449,5.008,450,5.629,490,5.906,542,1.895,828,4.552,830,5.033,852,3.82,1230,7.026,1231,2.836,1232,5.702,1233,4.786,1234,4.21,1235,4.21,1236,5.702,1237,4.21,1238,5.702,1239,5.389,1240,4.786,1241,3.229,1242,3.229,1243,3.229,1244,3.229,1245,3.229,1246,3.229,1247,3.229,1248,3.229,1249,3.229,1250,3.229,1251,3.229,1252,3.229,1253,3.229,1254,5.702,1255,3.229,1256,6.733,1257,3.229,1258,2.836,1259,3.229,1260,3.229,1261,2.578,1262,3.229,1263,2.836,1264,3.229,1265,3.229,1266,3.229,1267,3.229,1268,4.104,1269,4.786,1270,3.534,1271,4.786,1272,5.539,1273,5.539,1274,4.786,1275,4.204]],["title/classes/CustomErrorStateMatcher.html",[87,0.101,254,2.622]],["body/classes/CustomErrorStateMatcher.html",[3,0.122,4,0.095,5,0.069,7,1.817,10,0.411,12,0.812,21,0.428,24,0.011,48,1.585,74,1.137,83,0.122,84,0.006,85,0.008,86,0.006,87,0.122,89,2.451,103,1.075,112,0.699,117,0.886,118,0.481,136,1.044,138,2.213,143,4.075,144,4.563,158,1.234,164,0.381,179,2.933,204,2.346,209,1.817,249,4.563,251,2.182,254,4.075,270,2.759,312,2.346,330,1.957,514,3.346,537,2.572,613,4.3,1071,6.767,1112,6.022,1276,5.803,1277,4.516,1278,5.803,1279,4.563,1280,5.803,1281,6.877,1282,6.606,1283,6.606,1284,6.606,1285,5.803,1286,6.606,1287,7.3,1288,6.606,1289,6.606,1290,7.704,1291,7.704,1292,7.704,1293,5.141,1294,5.014,1295,5.633,1296,6.621,1297,6.606,1298,5.803,1299,5.803,1300,6.606,1301,6.606,1302,6.606,1303,5.141,1304,5.141,1305,5.141,1306,5.141]],["title/classes/CustomValidator.html",[87,0.101,1307,3.393]],["body/classes/CustomValidator.html",[3,0.112,4,0.088,5,0.064,7,1.929,10,0.378,12,0.989,21,0.521,23,1.208,24,0.011,48,1.502,64,2.223,74,1.551,83,0.112,84,0.006,85,0.007,86,0.006,87,0.112,89,2.256,91,3.223,98,4.622,103,1.214,112,0.851,117,1.078,118,0.586,136,1.108,138,1.585,143,4.603,149,4.996,158,1.863,164,0.273,179,3.113,245,1.462,251,1.414,270,2.54,330,1.863,501,5.092,544,5.154,847,2.101,1039,5.957,1077,3.948,1112,5.51,1268,4.074,1278,5.498,1280,5.498,1281,6.591,1294,4.857,1296,6.195,1298,7.004,1307,4.996,1308,4.157,1309,6.259,1310,4.622,1311,7.974,1312,6.259,1313,6.259,1314,6.259,1315,7.761,1316,4.732,1317,7.463,1318,6.097,1319,6.259,1320,7.974,1321,5.498,1322,6.259,1323,7.013,1324,7.974,1325,4.732,1326,7.463,1327,7.463,1328,6.259,1329,5.498,1330,4.732,1331,6.259,1332,4.732,1333,4.732,1334,4.732,1335,4.732,1336,4.732]],["title/components/ErrorDialogComponent.html",[199,0.614,329,1.344]],["body/components/ErrorDialogComponent.html",[3,0.114,4,0.089,5,0.064,8,1.513,9,2.828,10,0.382,11,1.086,12,0.756,21,0.525,24,0.011,27,1.087,60,2.454,83,0.114,84,0.006,85,0.008,86,0.006,87,0.114,99,1.316,104,3.361,110,1.002,112,0.857,114,1.512,117,0.824,118,0.701,164,0.363,199,1.019,200,1.512,201,2.239,202,1.699,203,1.922,204,1.699,205,1.556,211,1.47,212,2.533,213,2.533,214,2.909,215,3.159,217,2.533,219,2.533,267,1.922,268,0.554,310,1.316,311,2.307,312,2.239,313,1.352,314,2.743,315,1.751,316,1.556,317,2.58,318,1.512,319,1.751,320,1.751,321,1.512,322,1.751,323,1.556,324,1.751,325,1.512,326,1.751,327,1.512,328,1.751,329,2.37,330,1.986,331,1.751,332,1.556,333,2.307,334,1.649,335,1.556,336,1.751,337,1.512,338,1.751,339,1.512,340,1.751,341,1.512,342,1.751,343,1.556,344,2.307,345,1.649,346,1.512,347,1.512,348,1.751,349,1.556,350,2.307,351,1.649,352,1.556,353,1.179,354,1.512,355,1.556,356,1.512,357,1.512,358,1.751,359,1.512,360,1.751,361,1.512,362,1.751,363,1.602,364,1.699,365,1.751,406,3.113,537,2.454,1337,6.192,1338,5.206,1339,4.201,1340,5.031,1341,7.05,1342,6.303,1343,4.783,1344,4.783,1345,4.783,1346,4.783,1347,4.783,1348,4.783,1349,3.818,1350,4.783,1351,6.303,1352,6.303]],["title/injectables/ErrorDialogService.html",[684,2.767,915,1.344]],["body/injectables/ErrorDialogService.html",[3,0.134,4,0.105,5,0.076,9,2.645,10,0.451,11,1.208,12,1.107,21,0.634,24,0.011,48,1.355,73,1.553,74,1.249,83,0.134,84,0.007,85,0.008,86,0.007,87,0.134,103,1.14,104,3.908,110,1.182,112,1.084,117,1.208,118,0.656,136,0.892,138,1.891,147,3.308,158,1.355,164,0.439,251,2.095,268,0.654,329,1.785,658,4.169,670,2.907,684,4.562,915,2.216,918,3.03,932,3.03,1338,4.169,1340,6.363,1349,4.507,1353,7.199,1354,4.959,1355,7.622,1356,7.009,1357,5.646,1358,8.196,1359,7.009,1360,7.009,1361,5.646,1362,5.646,1363,7.009,1364,4.959,1365,4.959,1366,5.646,1367,7.622,1368,5.646,1369,5.646,1370,5.646,1371,5.646]],["title/interceptors/ErrorInterceptor.html",[771,2.936,861,2.383]],["body/interceptors/ErrorInterceptor.html",[3,0.102,4,0.08,5,0.058,7,1.835,10,0.343,12,1.133,21,0.488,23,0.739,24,0.011,25,2.171,60,1.669,70,3.283,83,0.102,84,0.005,85,0.007,86,0.005,87,0.102,91,3.99,99,1.18,103,0.953,110,1.227,112,0.796,117,1.009,118,0.548,136,0.926,158,1.601,164,0.447,166,2.645,167,1.801,179,3.332,209,1.18,242,4.333,268,0.496,272,2.124,273,1.523,276,2.301,330,1.938,383,3.244,417,2.124,422,3.439,555,3.55,560,4.548,576,2.045,684,5.162,707,3.767,771,4.046,786,2.209,861,3.283,863,2.962,891,3.563,892,4.046,893,4.046,894,3.439,895,4.046,896,4.667,915,1.852,916,2.645,917,2.645,1009,3.767,1049,2.962,1051,3.767,1080,3.767,1136,2.302,1285,5.146,1318,5.294,1329,5.146,1340,4.676,1372,3.167,1373,3.767,1374,5.294,1375,3.813,1376,5.722,1377,4.739,1378,6.116,1379,4.326,1380,4.289,1381,4.289,1382,4.046,1383,5.146,1384,4.326,1385,4.326,1386,5.294,1387,5.294,1388,4.289,1389,4.326,1390,4.326,1391,4.952,1392,4.326,1393,5.858,1394,4.676,1395,3.167,1396,4.326,1397,3.767,1398,4.289,1399,4.289,1400,6.672,1401,5.858,1402,4.289,1403,4.289,1404,5.858,1405,4.289,1406,4.289,1407,5.146,1408,4.289,1409,3.813,1410,3.767,1411,4.289,1412,4.289,1413,4.289,1414,5.858,1415,4.289,1416,4.289,1417,3.767,1418,4.676,1419,4.289,1420,4.289,1421,5.858,1422,4.289,1423,4.289,1424,3.423,1425,3.767,1426,4.289,1427,4.289]],["title/components/FooterComponent.html",[199,0.614,332,1.383]],["body/components/FooterComponent.html",[3,0.119,4,0.093,5,0.067,8,1.555,10,0.399,24,0.011,27,1.134,83,0.119,84,0.006,85,0.008,86,0.006,87,0.119,99,1.373,103,1.054,110,1.507,112,0.881,114,1.578,118,0.674,136,0.789,164,0.288,199,1.04,200,1.578,201,2.302,202,1.772,203,2.005,204,1.772,205,1.624,209,1.783,210,3.088,211,1.534,212,2.604,213,2.604,214,2.918,215,3.169,217,2.604,219,2.604,231,3.268,245,1.513,267,2.005,268,0.578,310,1.373,311,2.372,312,2.302,313,1.411,314,2.788,315,1.827,316,1.624,317,2.634,318,1.578,319,1.827,320,1.827,321,1.578,322,1.827,323,1.624,324,1.827,325,1.578,326,1.827,327,1.578,328,1.827,329,1.578,330,1.198,331,1.827,332,2.479,333,2.372,334,1.721,335,1.624,336,1.827,337,1.578,338,1.827,339,1.578,340,1.827,341,1.578,342,1.827,343,1.624,344,2.372,345,1.721,346,1.578,347,1.578,348,1.827,349,1.624,350,2.372,351,1.721,352,1.624,353,1.231,354,1.578,355,1.624,356,1.578,357,1.578,358,1.827,359,1.578,360,1.827,361,1.578,362,1.827,363,1.671,364,1.772,365,1.827,1055,5.173,1056,5.173,1428,4.383,1429,4.785,1430,7.197,1431,6.48,1432,4.99,1433,4.99,1434,6.48]],["title/components/FooterStubComponent.html",[199,0.614,334,1.466]],["body/components/FooterStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.602,24,0.01,27,1.187,83,0.175,84,0.006,85,0.008,86,0.006,87,0.175,99,1.437,114,1.652,118,0.688,164,0.301,199,0.965,200,1.652,201,2.371,202,2.612,204,1.856,205,1.7,211,1.606,214,2.923,215,3.187,268,0.605,310,1.437,311,2.443,312,2.371,313,1.477,314,2.837,315,1.912,316,1.7,317,2.692,318,1.652,319,1.912,320,1.912,321,1.652,322,1.912,323,1.7,324,1.912,325,1.652,326,1.912,327,1.652,328,1.912,329,1.652,330,1.254,331,1.912,332,1.7,333,2.443,334,2.672,335,1.7,336,1.912,337,1.652,338,1.912,339,1.652,340,1.912,341,1.652,342,1.912,343,1.7,344,2.443,345,2.302,346,1.652,347,1.652,348,1.912,349,1.7,350,2.443,351,2.302,352,1.7,353,1.288,354,1.652,355,1.7,356,1.652,357,1.652,358,1.912,359,1.652,360,1.912,361,1.652,362,1.912,363,1.75,364,1.856,365,1.912,459,1.398,550,2.928,740,3.222,1429,4.928,1435,3.858,1436,5.871,1437,3.858]],["title/injectables/GlobalErrorHandler.html",[772,2.767,915,1.344]],["body/injectables/GlobalErrorHandler.html",[3,0.082,4,0.064,5,0.046,7,2.049,10,0.275,11,0.865,12,1.028,21,0.674,23,1.315,24,0.011,26,1.272,48,0.827,60,2.304,69,3.266,70,1.931,73,0.947,74,1.438,83,0.119,84,0.004,85,0.006,86,0.004,87,0.141,91,3.716,100,2.242,103,0.816,104,1.642,110,0.721,112,0.94,117,1.121,118,0.609,136,1.028,138,2.178,143,3.095,147,1.429,158,0.827,159,2.454,164,0.375,166,2.124,167,1.059,176,1.089,179,3.307,242,4.097,245,1.519,251,1.944,268,0.399,273,1.223,276,2.569,330,2.145,383,2.993,422,2.945,537,2.809,549,4.044,636,1.429,727,2.749,772,3.266,779,5.192,786,1.774,891,2.99,892,3.466,893,3.466,894,2.945,895,3.466,896,4.233,915,1.587,932,1.848,979,1.848,982,4.088,1010,2.749,1049,4.088,1050,2.749,1081,5.192,1268,3.266,1318,5.328,1375,3.266,1377,2.945,1382,3.466,1384,3.705,1394,4.006,1409,3.853,1438,5.76,1439,2.749,1440,4.408,1441,4.408,1442,4.408,1443,4.408,1444,5.105,1445,5.2,1446,5.018,1447,6.705,1448,5.018,1449,3.025,1450,5.018,1451,4.408,1452,4.408,1453,3.444,1454,4.006,1455,3.705,1456,5.713,1457,5.192,1458,5.713,1459,5.192,1460,4.408,1461,3.444,1462,5.713,1463,5.2,1464,4.408,1465,4.408,1466,5.2,1467,4.408,1468,3.444,1469,4.006,1470,4.408,1471,4.006,1472,4.408,1473,4.006,1474,4.408,1475,4.408,1476,3.025,1477,3.025,1478,2.543,1479,3.025,1480,3.025,1481,3.025,1482,3.025,1483,3.025,1484,3.025,1485,4.408,1486,3.025,1487,2.749,1488,3.025,1489,3.025,1490,3.025,1491,3.025,1492,3.025,1493,3.025,1494,3.025,1495,3.025,1496,3.025,1497,3.025,1498,3.025,1499,3.025,1500,4.408,1501,2.749,1502,3.025,1503,3.025,1504,3.025]],["title/interceptors/HttpConfigInterceptor.html",[773,2.936,861,2.383]],["body/interceptors/HttpConfigInterceptor.html",[3,0.125,4,0.098,5,0.071,7,1.843,10,0.42,12,1.165,21,0.437,23,0.905,24,0.011,27,1.676,74,1.162,83,0.125,84,0.006,85,0.008,86,0.006,87,0.125,103,1.09,110,1.544,112,0.911,117,0.905,118,0.492,136,1.059,158,1.261,164,0.425,167,1.615,179,2.974,209,1.445,268,0.608,422,3.932,555,3.652,560,4.815,576,2.506,773,4.627,786,2.706,861,3.755,915,2.118,916,3.241,917,3.241,986,5.885,989,4.616,1001,4.616,1372,3.88,1374,5.735,1375,4.36,1376,6.057,1377,5.041,1378,6.382,1379,4.947,1382,4.627,1385,4.947,1386,5.735,1387,5.735,1389,4.947,1390,4.947,1391,4.627,1392,4.947,1395,3.88,1396,4.947,1505,6.478,1506,4.616,1507,6.699,1508,5.255,1509,6.699,1510,5.255,1511,5.885,1512,5.255,1513,5.255,1514,4.195]],["title/classes/HttpError.html",[87,0.101,982,2.936]],["body/classes/HttpError.html",[3,0.091,4,0.071,5,0.052,7,1.73,10,0.306,11,0.934,12,0.606,21,0.623,23,1.354,24,0.011,26,1.827,60,2.806,69,2.497,70,3.039,74,1.511,83,0.129,84,0.005,85,0.006,86,0.005,87,0.162,89,1.829,91,3.238,100,2.497,104,2.998,110,0.803,112,0.737,117,0.661,118,0.359,136,0.606,138,2.106,143,2.366,147,1.592,158,0.921,159,2.046,164,0.394,166,2.366,167,1.179,176,1.213,179,3.415,242,3.667,245,1.266,251,1.879,268,0.444,273,1.363,276,2.168,330,2.142,383,2.746,422,2.252,537,3.219,549,4.194,636,1.592,727,3.063,772,2.497,779,5.019,786,1.976,891,2.493,892,2.65,893,2.65,894,2.252,895,2.65,896,3.529,915,1.715,979,2.059,982,4.979,1010,3.063,1049,4.343,1050,3.063,1081,5.455,1268,4.448,1318,4.643,1375,2.497,1377,3.691,1382,2.65,1384,2.833,1394,4.328,1409,4.692,1438,5.019,1439,3.063,1440,3.37,1441,3.37,1442,3.37,1443,3.37,1444,5.323,1445,3.37,1447,6.573,1451,3.37,1452,3.37,1454,3.063,1455,2.833,1456,4.763,1457,4.328,1458,4.763,1459,4.328,1460,3.37,1462,4.763,1463,4.763,1464,3.37,1465,3.37,1466,4.763,1467,3.37,1469,3.063,1470,3.37,1471,3.063,1472,3.37,1473,3.063,1474,3.37,1475,3.37,1476,4.763,1477,4.763,1478,4.004,1479,4.763,1480,3.37,1481,3.37,1482,3.37,1483,3.37,1484,3.37,1485,4.763,1486,3.37,1487,3.063,1488,3.37,1489,3.37,1490,3.37,1491,3.37,1492,3.37,1493,3.37,1494,3.37,1495,3.37,1496,3.37,1497,3.37,1498,3.37,1499,3.37,1500,4.763,1501,3.063,1502,3.37,1503,3.37,1504,3.37,1515,5.422]],["title/injectables/LocationService.html",[915,1.344,1239,3.139]],["body/injectables/LocationService.html",[3,0.132,4,0.103,5,0.075,10,0.443,12,1.195,19,3.11,21,0.629,23,1.433,24,0.011,44,2.646,83,0.132,84,0.007,85,0.008,86,0.007,87,0.132,103,1.128,110,1.162,112,1.109,117,1.303,118,0.708,136,1.252,158,1.901,164,0.47,168,2.381,169,2.858,268,0.642,416,3.11,417,2.748,429,3.257,555,4.26,576,2.646,636,2.303,670,2.858,786,2.858,915,2.193,918,2.978,932,2.978,948,4.097,949,6.142,1239,5.12,1261,6.324,1516,4.874,1517,6.09,1518,6.09,1519,6.959,1520,5.549,1521,6.934,1522,5.549,1523,5.549,1524,6.934,1525,5.549,1526,5.549,1527,5.549,1528,5.549,1529,5.549,1530,5.549,1531,5.549]],["title/interceptors/LoggingInterceptor.html",[774,2.936,861,2.383]],["body/interceptors/LoggingInterceptor.html",[3,0.112,4,0.088,5,0.064,7,1.926,10,0.377,12,1.178,21,0.52,23,1.077,24,0.011,26,1.583,60,1.837,74,1.549,76,4.066,83,0.112,84,0.006,85,0.007,86,0.006,87,0.112,91,3.218,103,1.016,110,0.988,112,0.849,117,1.077,118,0.585,136,0.987,158,1.499,164,0.447,166,2.911,167,1.921,179,3.109,209,1.298,268,0.546,330,1.133,383,3.266,417,2.337,422,3.667,537,3.018,555,3.468,560,4.677,576,2.25,636,1.959,688,3.768,774,4.315,786,2.431,861,3.502,891,2.873,896,4.066,915,1.976,916,2.911,917,2.911,979,2.533,1039,3.768,1049,3.26,1372,3.485,1374,5.505,1375,4.066,1376,5.883,1377,4.843,1378,6.276,1379,4.613,1382,4.315,1384,5.505,1385,4.613,1386,5.505,1387,5.505,1389,4.613,1390,4.613,1391,4.315,1392,4.613,1395,3.485,1396,4.613,1449,4.146,1511,5.488,1514,3.768,1532,4.146,1533,6.248,1534,4.72,1535,4.72,1536,5.488,1537,6.248,1538,4.72,1539,4.72,1540,6.248,1541,4.72,1542,4.72,1543,6.248,1544,4.72,1545,4.72,1546,4.72,1547,4.72]],["title/injectables/LoggingService.html",[383,1.708,915,1.344]],["body/injectables/LoggingService.html",[3,0.112,4,0.164,5,0.063,10,0.375,11,1.073,12,1.302,21,0.701,23,1.073,24,0.011,60,3.16,83,0.112,84,0.006,85,0.007,86,0.006,87,0.112,103,1.013,110,0.983,112,1.145,117,1.42,118,0.771,136,1.283,164,0.359,245,2.018,251,1.861,268,0.543,330,2.131,383,2.502,636,1.949,670,2.418,791,3.748,792,5.576,915,1.969,918,2.52,932,2.52,1548,4.124,1549,6.986,1550,6.136,1551,6.226,1552,6.226,1553,6.226,1554,6.226,1555,6.226,1556,6.226,1557,6.226,1558,4.695,1559,7.439,1560,6.226,1561,6.226,1562,4.695,1563,6.226,1564,4.695,1565,6.226,1566,4.695,1567,6.226,1568,4.695,1569,6.226,1570,4.695,1571,6.226,1572,4.695,1573,6.226,1574,4.695,1575,4.695,1576,6.226,1577,4.695,1578,4.695,1579,4.695,1580,4.124,1581,4.695,1582,4.695,1583,4.695,1584,4.695,1585,4.695,1586,4.695,1587,4.695]],["title/directives/MenuSelectionDirective.html",[313,1.202,357,1.344]],["body/directives/MenuSelectionDirective.html",[3,0.137,4,0.107,5,0.078,10,0.461,12,0.912,21,0.481,24,0.011,74,1.777,83,0.137,84,0.007,85,0.008,86,0.007,87,0.137,103,1.156,110,1.209,112,0.966,117,0.995,118,0.54,136,0.912,164,0.333,211,1.775,214,2.312,245,1.66,268,0.668,276,1.991,313,2.009,356,1.826,357,2.247,636,2.396,658,4.263,673,5.071,699,5.071,700,5.071,740,3.561,741,5.317,742,4.609,743,4.263,744,4.609,745,4.609,746,4.609,747,5.071,748,5.071,750,5.071,751,5.071,752,5.071,753,5.071,1588,6.146,1589,5.071,1590,7.106,1591,8.034,1592,4.609,1593,6.704,1594,6.146,1595,6.413,1596,5.773,1597,5.773,1598,4.609,1599,4.263,1600,5.773,1601,5.773]],["title/directives/MenuToggleDirective.html",[313,1.202,359,1.344]],["body/directives/MenuToggleDirective.html",[3,0.141,4,0.11,5,0.08,10,0.473,12,0.935,21,0.492,24,0.011,74,1.721,83,0.141,84,0.007,85,0.009,86,0.007,87,0.141,103,1.174,110,1.239,112,0.981,117,1.02,118,0.554,136,0.935,164,0.341,211,1.819,214,2.347,245,1.685,268,0.685,276,2.04,313,2.04,356,1.871,359,2.281,616,5.197,636,2.456,740,3.649,741,5.375,742,4.723,743,4.369,744,4.723,745,4.723,746,4.723,1588,6.213,1592,4.723,1593,6.744,1594,6.213,1595,6.467,1598,4.723,1599,4.369,1602,4.723,1603,7.214,1604,8.102,1605,5.917,1606,5.917,1607,5.917,1608,5.197,1609,5.917,1610,5.917,1611,5.917]],["title/interfaces/Meta.html",[0,0.775,52,2.105]],["body/interfaces/Meta.html",[0,1.461,1,3.798,2,1.519,3,0.099,4,0.077,5,0.056,6,2.7,7,1.141,8,1.887,9,2.967,10,0.331,11,0.987,13,4.229,14,3.21,15,2.835,16,3.955,17,4.045,18,3.955,19,3.675,20,3.377,21,0.618,22,3.073,23,1.515,24,0.011,25,2.301,26,1.792,27,0.943,28,2.054,29,2.865,30,3.064,31,3.361,33,3.064,34,3.064,35,2.865,36,2.865,37,3.064,38,1.78,39,3.955,40,3.955,41,3.955,42,3.727,43,3.727,44,1.978,45,3.955,46,3.064,47,3.532,48,1.975,49,3.955,50,3.955,51,3.955,52,4.206,53,3.955,54,3.361,55,4.317,56,3.064,57,3.963,58,2.435,59,2.865,60,1.615,61,3.361,62,3.064,63,3.073,64,2.511,65,3.361,66,3.519,67,3.219,68,4.229,69,3.727,70,2.326,71,3.727,72,2.137,73,1.141,74,0.918,75,3.532,76,2.7,77,2.377,78,2.7,79,3.532,80,2.835,81,2.865,82,0.969,83,0.099,84,0.005,85,0.007,86,0.005]],["title/interfaces/MetaResponse.html",[0,0.775,71,2.767]],["body/interfaces/MetaResponse.html",[0,1.465,1,3.52,2,1.538,3,0.1,4,0.078,5,0.057,6,2.735,7,1.156,8,1.848,9,2.683,10,0.336,11,0.995,13,4.266,14,3.238,15,2.861,16,3.99,17,4.072,18,3.99,19,3.7,20,3.4,21,0.592,22,3.101,23,1.516,24,0.011,25,2.313,26,1.802,27,0.955,28,2.081,29,2.903,30,3.103,31,3.391,33,3.103,34,3.103,35,2.903,36,2.903,37,3.103,38,1.803,39,3.99,40,3.99,41,3.99,42,3.76,43,3.76,44,2.004,45,3.99,46,3.103,47,3.563,48,1.98,49,3.99,50,3.99,51,3.99,52,4.256,53,3.99,54,3.391,55,3.966,56,3.103,57,3.7,58,2.467,59,2.903,60,1.636,61,3.391,62,3.103,63,3.101,64,2.525,65,2.467,66,3.543,67,3.229,68,3.103,69,2.735,70,3.238,71,4.297,72,3.661,73,1.156,74,0.93,75,3.563,76,2.735,77,2.398,78,2.735,79,3.563,80,2.861,81,2.903,82,0.982,83,0.1,84,0.005,85,0.007,86,0.005]],["title/interceptors/MockBackendInterceptor.html",[861,2.383,1612,3.139]],["body/interceptors/MockBackendInterceptor.html",[3,0.034,4,0.027,5,0.019,7,0.682,8,0.344,9,1.237,10,0.114,12,0.518,14,2.477,15,1.227,20,3.489,21,0.119,23,0.427,24,0.011,25,1.945,26,0.628,27,0.888,28,1.227,31,0.84,38,0.614,44,2.308,60,0.965,67,1.945,70,1.838,72,0.737,73,0.394,74,1.638,78,2.134,82,0.334,83,0.059,84,0.002,85,0.003,86,0.002,87,0.034,91,1.277,103,0.403,112,0.195,117,0.247,118,0.754,120,1.826,136,0.392,138,1.48,147,1.361,155,1.83,158,1.911,159,2.456,164,0.255,166,0.883,167,0.762,168,0.614,179,1.1,195,1.838,205,0.466,209,0.394,268,0.166,294,0.802,307,2.134,330,0.344,353,0.353,355,0.466,370,0.989,398,0.989,417,0.709,418,0.932,422,1.455,428,1.979,487,0.768,522,0.989,525,0.683,532,3.208,534,3.048,535,2.713,537,1.276,539,1.924,540,1.623,542,1.455,543,4.02,545,1.529,549,0.802,555,3.632,558,5.003,560,2.841,569,4.385,573,0.989,576,0.683,587,1.613,589,1.979,655,1.389,702,0.932,709,1.613,784,1.979,786,0.737,787,1.057,809,1.057,810,1.143,811,1.143,863,1.712,864,1.712,878,2.421,879,1.529,881,0.883,891,0.658,894,0.84,915,0.784,916,0.883,917,0.883,1133,0.84,1219,1.227,1229,2.396,1234,1.057,1235,1.83,1237,1.83,1258,2.177,1261,1.979,1263,2.177,1270,1.057,1279,0.989,1295,0.989,1372,1.057,1374,2.886,1375,1.613,1376,2.886,1377,3.225,1378,4.248,1379,1.83,1385,1.83,1386,2.886,1387,2.886,1389,4.415,1390,1.83,1391,2.7,1392,1.83,1395,1.057,1396,1.83,1397,2.177,1407,2.177,1417,1.257,1418,5.307,1455,2.421,1457,1.143,1487,1.143,1514,1.143,1517,2.177,1518,2.177,1519,2.177,1536,2.177,1612,2.886,1613,1.979,1614,1.143,1615,2.479,1616,2.177,1617,2.479,1618,1.431,1619,2.177,1620,2.479,1621,2.479,1622,2.479,1623,1.431,1624,3.881,1625,1.257,1626,1.979,1627,1.257,1628,1.979,1629,1.143,1630,3.12,1631,1.143,1632,2.421,1633,1.143,1634,1.143,1635,1.979,1636,1.143,1637,0.989,1638,1.143,1639,1.143,1640,1.143,1641,1.057,1642,1.143,1643,0.989,1644,1.143,1645,2.177,1646,3.434,1647,1.257,1648,1.257,1649,1.257,1650,1.257,1651,1.257,1652,1.257,1653,1.257,1654,1.257,1655,1.257,1656,1.257,1657,1.257,1658,1.257,1659,1.257,1660,1.257,1661,1.257,1662,2.177,1663,1.257,1664,1.257,1665,2.177,1666,1.257,1667,1.257,1668,1.257,1669,2.88,1670,2.88,1671,1.257,1672,2.177,1673,1.257,1674,2.177,1675,2.177,1676,2.177,1677,1.257,1678,1.257,1679,1.257,1680,1.257,1681,1.257,1682,1.257,1683,1.257,1684,1.257,1685,1.257,1686,1.257,1687,1.257,1688,1.257,1689,1.257,1690,1.257,1691,1.257,1692,1.257,1693,1.257,1694,1.257,1695,1.257,1696,1.257,1697,1.257,1698,1.257,1699,1.257,1700,1.257,1701,1.257,1702,1.257,1703,1.257,1704,1.257,1705,1.257,1706,1.257,1707,1.257,1708,1.257,1709,1.257,1710,2.177,1711,1.257,1712,1.257,1713,1.257,1714,1.257,1715,1.257,1716,1.257,1717,1.257,1718,1.257,1719,1.257,1720,1.257,1721,1.257,1722,1.257,1723,2.177,1724,1.257,1725,1.257,1726,1.257,1727,2.177,1728,1.257,1729,1.257,1730,1.257,1731,1.257,1732,1.257,1733,1.257,1734,1.257,1735,1.257,1736,1.257,1737,1.257,1738,1.257,1739,1.257,1740,1.257,1741,1.257,1742,1.257,1743,1.257,1744,1.257,1745,1.257,1746,1.257,1747,1.257,1748,1.257,1749,1.257,1750,1.257,1751,1.257,1752,1.257,1753,1.257,1754,2.88,1755,1.257,1756,1.257,1757,1.257,1758,1.257,1759,1.257,1760,1.257,1761,1.257,1762,1.257,1763,1.257,1764,1.257,1765,1.257,1766,1.257,1767,1.257,1768,2.177,1769,1.257,1770,1.257,1771,1.257,1772,1.257,1773,1.257,1774,1.257,1775,1.257,1776,2.177,1777,1.257,1778,1.257,1779,1.257,1780,1.257,1781,1.257,1782,1.143,1783,1.257,1784,1.257,1785,1.257,1786,1.257,1787,0.883,1788,1.257,1789,1.257,1790,1.257,1791,1.257,1792,1.257,1793,1.257,1794,1.257,1795,2.177,1796,1.257,1797,1.257,1798,2.177,1799,1.257,1800,1.257,1801,1.257,1802,1.257,1803,1.257,1804,1.257,1805,1.257,1806,1.257,1807,1.257,1808,1.257,1809,1.257,1810,1.257,1811,1.257,1812,1.257,1813,1.257,1814,1.257,1815,2.88,1816,1.257,1817,1.257,1818,1.257,1819,1.257,1820,1.257,1821,1.257,1822,1.257,1823,1.257,1824,1.257,1825,1.257,1826,1.257,1827,1.257,1828,1.257,1829,1.257,1830,1.257,1831,1.257,1832,1.257,1833,1.257,1834,2.177,1835,1.257,1836,1.257,1837,1.257,1838,1.257,1839,1.257,1840,1.257,1841,1.257,1842,1.257,1843,1.257,1844,1.257,1845,1.257,1846,1.257,1847,1.257,1848,1.257,1849,1.257,1850,1.257,1851,1.257,1852,2.177,1853,2.88,1854,1.257,1855,1.257,1856,1.257,1857,1.257,1858,2.88,1859,2.88,1860,1.257,1861,2.177,1862,1.257,1863,1.257,1864,1.257,1865,1.257,1866,1.257,1867,1.257,1868,1.257,1869,1.257,1870,1.257,1871,1.257,1872,1.257,1873,1.257,1874,1.257,1875,1.257,1876,2.88,1877,1.257,1878,1.257,1879,1.257,1880,1.257,1881,1.257,1882,1.257,1883,1.257,1884,1.257,1885,1.257,1886,1.257,1887,1.257,1888,1.257,1889,1.257,1890,1.257,1891,1.257,1892,1.257,1893,1.257,1894,1.257,1895,1.979,1896,1.143,1897,2.177,1898,2.177,1899,2.177,1900,2.177,1901,1.257,1902,1.257,1903,1.257,1904,1.257,1905,1.143,1906,1.257,1907,1.257,1908,1.257,1909,1.257,1910,1.257,1911,1.257,1912,1.257,1913,1.257,1914,1.257,1915,1.257,1916,1.257,1917,1.257,1918,1.257,1919,1.257,1920,1.257,1921,1.257,1922,1.257,1923,1.257,1924,1.257,1925,1.143,1926,1.257,1927,1.257,1928,1.257,1929,1.257,1930,1.257,1931,1.257,1932,1.257,1933,1.257,1934,1.257,1935,1.257,1936,2.88,1937,1.257,1938,1.257,1939,1.257,1940,1.257,1941,1.257,1942,1.257,1943,2.177,1944,3.434,1945,1.257,1946,1.257,1947,1.257,1948,1.257,1949,1.257,1950,1.257,1951,1.257,1952,1.257,1953,1.257,1954,1.257,1955,1.257,1956,1.257,1957,1.257,1958,1.257,1959,1.257,1960,1.257,1961,1.257,1962,1.257,1963,1.257,1964,1.257,1965,1.257,1966,1.257,1967,1.257,1968,2.177,1969,1.257,1970,1.257,1971,1.257,1972,1.057,1973,1.257,1974,1.257,1975,1.257,1976,1.257,1977,1.257,1978,1.257,1979,1.257,1980,1.257,1981,1.257,1982,1.257,1983,1.257,1984,1.257,1985,1.257,1986,1.257,1987,1.257,1988,1.257,1989,1.257,1990,1.257,1991,1.257,1992,1.257,1993,1.257,1994,1.257,1995,1.257,1996,1.257,1997,1.257,1998,1.257,1999,1.257,2000,1.257,2001,1.257,2002,1.257,2003,2.177,2004,1.257,2005,1.257,2006,1.257,2007,1.257,2008,1.257,2009,1.257,2010,1.257,2011,1.257,2012,2.177,2013,1.257,2014,1.143,2015,1.257,2016,1.257,2017,1.257,2018,1.257,2019,1.257,2020,1.257,2021,1.257,2022,1.257,2023,1.257,2024,2.177,2025,1.257,2026,1.257,2027,1.257,2028,1.257,2029,1.257,2030,1.257,2031,1.257,2032,1.257,2033,1.257,2034,1.257,2035,1.257,2036,1.257,2037,1.257,2038,1.257,2039,1.257,2040,1.257,2041,1.257,2042,2.177,2043,1.979,2044,1.257,2045,1.257,2046,1.257,2047,1.257,2048,1.257,2049,1.257,2050,1.257,2051,1.257,2052,1.257,2053,1.257,2054,1.257,2055,1.257,2056,1.257,2057,1.257,2058,1.257,2059,1.257,2060,1.257,2061,1.257,2062,1.257,2063,1.143,2064,1.257,2065,1.257,2066,1.257,2067,1.257,2068,1.257,2069,1.257,2070,1.257,2071,1.257,2072,1.257,2073,1.257,2074,1.257,2075,1.257,2076,1.257,2077,1.257,2078,1.257,2079,1.257,2080,1.257,2081,1.257,2082,1.143,2083,1.257,2084,1.257,2085,1.257,2086,1.257,2087,1.257,2088,1.257,2089,1.257,2090,1.257,2091,1.257,2092,1.257,2093,1.257,2094,1.257,2095,1.257,2096,1.257,2097,1.257,2098,1.257,2099,1.257,2100,1.257,2101,2.177,2102,1.257,2103,1.257,2104,1.257,2105,1.257,2106,1.257,2107,1.257,2108,1.257,2109,1.143,2110,1.257,2111,1.143,2112,1.257,2113,1.257,2114,1.257,2115,1.257,2116,1.257,2117,1.143,2118,1.257,2119,1.257,2120,1.257,2121,1.257,2122,1.257,2123,1.257,2124,1.257,2125,1.257,2126,1.143,2127,1.257,2128,1.257,2129,1.257,2130,1.257,2131,1.257,2132,1.257,2133,1.257,2134,1.143,2135,1.257,2136,1.143,2137,1.257,2138,1.257,2139,1.979,2140,1.257,2141,1.257,2142,1.257,2143,1.257,2144,1.257,2145,1.257,2146,1.257,2147,1.257,2148,1.257,2149,1.257,2150,1.257,2151,1.257,2152,1.257,2153,1.257,2154,1.257,2155,1.257,2156,1.257,2157,1.257,2158,1.257,2159,1.257,2160,1.257,2161,1.257,2162,1.257,2163,1.257,2164,1.257,2165,1.257,2166,1.257,2167,1.257,2168,1.257,2169,1.257,2170,1.257,2171,1.257,2172,1.257,2173,1.257,2174,1.257,2175,1.257,2176,1.257,2177,1.257,2178,1.257,2179,1.257,2180,1.257,2181,1.257,2182,1.257,2183,1.257,2184,1.257,2185,1.257,2186,1.257,2187,2.177,2188,1.257,2189,1.257,2190,1.257,2191,1.257,2192,1.257,2193,1.257,2194,1.257,2195,1.257,2196,1.257,2197,1.257,2198,1.257,2199,1.257,2200,1.257,2201,1.257,2202,1.257,2203,1.257,2204,1.257,2205,2.88,2206,1.257,2207,1.257,2208,1.257,2209,1.257,2210,1.257,2211,1.257,2212,1.257,2213,1.257,2214,1.257,2215,1.257,2216,1.257,2217,1.257,2218,1.257,2219,1.257,2220,1.257,2221,1.257,2222,1.257,2223,1.257,2224,1.257,2225,1.257,2226,1.257,2227,1.257,2228,1.257,2229,1.257,2230,1.257,2231,1.257,2232,1.257,2233,1.257,2234,1.257,2235,1.257,2236,1.257,2237,1.257,2238,1.257,2239,1.257,2240,1.257,2241,1.257,2242,1.257,2243,1.257,2244,1.257,2245,1.257,2246,1.257,2247,1.257,2248,1.257,2249,1.257,2250,1.257,2251,1.257,2252,1.257,2253,1.257,2254,1.257,2255,1.257,2256,1.257,2257,1.257,2258,1.257,2259,1.257,2260,1.257,2261,1.257,2262,1.257,2263,1.257,2264,1.257,2265,1.257,2266,1.257,2267,1.257,2268,1.257,2269,1.257,2270,1.257,2271,1.257,2272,1.257,2273,1.257,2274,1.257,2275,1.257,2276,1.257,2277,1.257,2278,1.257,2279,1.257,2280,1.257,2281,1.257,2282,1.257,2283,1.257,2284,1.257,2285,1.257,2286,1.257,2287,1.257,2288,1.257,2289,1.257,2290,1.257,2291,1.257,2292,1.257,2293,1.257,2294,2.177,2295,1.257,2296,1.979,2297,1.257,2298,1.257,2299,1.257,2300,1.257,2301,1.257,2302,1.257,2303,1.257,2304,1.257,2305,1.257,2306,1.257,2307,1.257,2308,1.257,2309,1.257,2310,1.257,2311,1.257,2312,1.257,2313,1.143,2314,1.257,2315,1.257,2316,1.257,2317,1.257,2318,1.257,2319,1.257,2320,1.257,2321,1.257,2322,1.257,2323,1.257,2324,1.257,2325,2.177,2326,2.177,2327,1.257,2328,1.257,2329,1.257,2330,1.257,2331,1.257,2332,1.257,2333,1.979,2334,1.257,2335,1.257,2336,1.257,2337,1.257,2338,1.257,2339,1.257,2340,1.257,2341,1.257,2342,1.257,2343,1.257,2344,1.257,2345,1.257,2346,1.257,2347,1.257,2348,1.257,2349,1.257,2350,1.257,2351,1.257,2352,1.257,2353,1.257,2354,1.257,2355,1.143,2356,1.143,2357,1.257,2358,1.257,2359,1.257,2360,2.177,2361,1.257,2362,1.257,2363,1.257,2364,1.257,2365,1.257,2366,1.257,2367,1.257,2368,2.177,2369,1.257,2370,1.257,2371,1.257,2372,1.257,2373,1.257,2374,1.257,2375,1.257,2376,1.257,2377,1.257,2378,1.257,2379,1.257,2380,1.257,2381,1.257,2382,1.257,2383,1.257,2384,1.257,2385,1.257,2386,1.257,2387,1.257,2388,1.257,2389,1.257,2390,1.257,2391,1.257,2392,1.257,2393,1.257,2394,1.257,2395,1.143,2396,1.257,2397,1.257,2398,1.257,2399,1.257,2400,1.257,2401,1.979,2402,1.257,2403,1.257,2404,1.257,2405,1.257,2406,1.257,2407,1.257,2408,1.257,2409,1.143,2410,1.257,2411,1.257,2412,1.257,2413,1.257,2414,1.257,2415,1.257,2416,1.257,2417,1.257,2418,1.257,2419,1.257,2420,1.257,2421,1.257,2422,1.257,2423,1.257,2424,1.257,2425,1.257,2426,1.257,2427,1.257,2428,1.257,2429,1.257,2430,1.257,2431,1.257,2432,1.257,2433,1.257,2434,1.257,2435,1.257,2436,1.257,2437,1.257,2438,1.257,2439,1.257,2440,1.257,2441,1.257,2442,1.257,2443,1.257,2444,1.257,2445,1.257,2446,1.257,2447,1.257,2448,1.257,2449,1.257,2450,1.257,2451,1.257,2452,1.257,2453,1.257,2454,1.257,2455,1.257,2456,1.257,2457,1.257,2458,1.257,2459,1.257,2460,1.143,2461,1.143,2462,1.257,2463,0.989,2464,1.257,2465,3.863,2466,3.342,2467,1.257,2468,3.863,2469,4.251,2470,3.863,2471,1.257,2472,2.177,2473,3.263,2474,5.251,2475,3.527,2476,3.052,2477,3.881,2478,2.177,2479,1.257,2480,2.177,2481,1.257,2482,1.257,2483,1.257,2484,2.177,2485,1.257,2486,1.257,2487,1.257,2488,2.177,2489,1.257,2490,1.257,2491,1.257,2492,2.177,2493,1.143,2494,1.257,2495,1.257,2496,1.257,2497,1.257,2498,1.431,2499,1.431,2500,1.431,2501,1.431,2502,1.057,2503,1.431,2504,2.479,2505,1.257,2506,1.257,2507,1.431,2508,1.431,2509,1.431,2510,1.431,2511,1.431,2512,1.431,2513,1.431,2514,1.431,2515,1.431,2516,5.73,2517,1.431,2518,1.431,2519,1.431,2520,2.479,2521,2.479,2522,2.177,2523,1.431,2524,1.431,2525,1.431,2526,1.431,2527,1.431,2528,1.431,2529,1.431,2530,2.479,2531,1.431,2532,1.431,2533,2.177,2534,1.431,2535,2.177,2536,1.431,2537,2.177,2538,1.257,2539,1.057,2540,1.431,2541,1.257,2542,1.979,2543,2.479,2544,2.479,2545,2.479,2546,3.278,2547,1.431,2548,2.479,2549,1.257,2550,1.431,2551,1.431,2552,1.431,2553,1.431,2554,1.431,2555,1.431,2556,1.431,2557,1.431,2558,1.431,2559,1.431,2560,1.431,2561,1.431,2562,1.431,2563,1.431,2564,1.431,2565,1.431,2566,1.431,2567,1.431,2568,1.431,2569,1.431,2570,1.431,2571,1.431,2572,1.431,2573,1.431,2574,1.431,2575,1.431,2576,1.431,2577,1.431,2578,1.431,2579,1.431,2580,1.431,2581,1.431,2582,1.143,2583,2.479,2584,1.431,2585,1.431,2586,1.143,2587,1.431,2588,2.479,2589,2.479,2590,1.431,2591,1.431,2592,1.431,2593,1.431,2594,1.431]],["title/interfaces/MutableKeyStore.html",[0,0.775,934,2.383]],["body/interfaces/MutableKeyStore.html",[0,0.537,2,1.078,3,0.07,4,0.055,5,0.04,10,0.235,12,1.278,21,0.673,23,1.498,24,0.011,52,1.459,60,1.147,64,1.047,66,1.581,74,1.652,83,0.07,84,0.004,85,0.005,86,0.004,87,0.07,103,0.727,105,2.738,112,1.157,117,1.394,118,0.757,120,1.112,136,1.345,137,2.983,138,1.808,147,1.223,158,2.013,159,3.202,164,0.258,176,0.932,187,3.099,209,0.811,245,1.703,420,2.78,487,1.581,558,2.176,715,2.176,794,2.908,847,3.829,857,5.385,863,2.035,934,3.376,938,5.168,939,5.168,1005,1.459,1077,1.459,1136,1.581,1444,3.985,2595,5.012,2596,2.176,2597,3.513,2598,5.687,2599,5.687,2600,5.687,2601,3.925,2602,3.925,2603,3.925,2604,5.687,2605,5.687,2606,3.925,2607,3.925,2608,3.925,2609,5.687,2610,5.687,2611,3.925,2612,3.925,2613,3.925,2614,3.925,2615,3.925,2616,5.687,2617,3.925,2618,3.925,2619,3.925,2620,3.086,2621,2.947,2622,2.947,2623,2.947,2624,4.741,2625,2.947,2626,4.741,2627,2.947,2628,5.985,2629,2.947,2630,4.741,2631,2.947,2632,2.947,2633,2.947,2634,4.741,2635,2.947,2636,4.741,2637,2.947,2638,2.588,2639,2.947,2640,4.741,2641,2.947,2642,2.947,2643,2.947,2644,4.741,2645,2.947,2646,4.741,2647,4.741,2648,2.947,2649,4.741,2650,2.947,2651,4.741,2652,2.947,2653,4.741,2654,2.947,2655,2.947,2656,4.741,2657,2.947,2658,4.741,2659,2.947,2660,4.741,2661,2.947,2662,4.741,2663,2.947,2664,2.588,2665,2.588,2666,2.588,2667,2.504,2668,2.176,2669,2.352,2670,2.588,2671,2.588,2672,3.925,2673,3.925,2674,4.741,2675,2.588,2676,4.741,2677,4.741,2678,2.588,2679,2.588,2680,2.588,2681,2.352,2682,2.588,2683,2.588,2684,2.588,2685,2.588,2686,2.588,2687,2.588,2688,2.588,2689,2.588,2690,2.588,2691,2.588,2692,2.588,2693,2.352,2694,2.352,2695,2.588,2696,2.588,2697,2.588,2698,2.588,2699,2.588,2700,2.588,2701,2.588,2702,2.588,2703,3.925,2704,2.588,2705,2.588,2706,2.588,2707,2.352,2708,1.817,2709,2.352,2710,1.918,2711,2.588,2712,1.918,2713,1.918,2714,2.352,2715,2.588,2716,2.588]],["title/classes/MutablePgpKeyStore.html",[87,0.101,794,2.767]],["body/classes/MutablePgpKeyStore.html",[0,0.542,3,0.071,4,0.055,5,0.04,10,0.237,12,1.28,21,0.591,23,1.44,24,0.011,52,1.471,60,1.157,64,1.055,66,1.595,74,1.655,83,0.071,84,0.004,85,0.005,86,0.004,87,0.071,89,1.417,103,0.731,105,3.323,112,1.158,117,1.396,118,0.758,120,1.121,136,1.346,137,3.008,138,1.817,147,1.233,158,2.015,159,3.205,164,0.259,176,0.94,187,3.106,209,1.237,245,1.658,420,2.794,487,1.595,558,2.194,715,2.194,794,3.531,847,3.832,857,5.399,863,2.052,934,3.39,938,5.187,939,5.187,1005,1.471,1077,1.471,1136,1.595,1444,3.32,2595,5.016,2596,2.194,2597,2.926,2598,5.707,2599,5.707,2600,5.707,2601,3.95,2602,3.95,2603,3.95,2604,5.707,2605,5.707,2606,3.95,2607,3.95,2608,3.95,2609,5.707,2610,5.707,2611,3.95,2612,3.95,2613,3.95,2614,3.95,2615,3.95,2616,5.707,2617,3.95,2618,3.95,2619,3.95,2620,3.105,2624,4.765,2626,4.765,2628,6.004,2630,4.765,2634,4.765,2636,4.765,2638,2.61,2640,4.765,2644,4.765,2646,4.765,2647,4.765,2649,4.765,2651,4.765,2653,4.765,2656,4.765,2658,4.765,2660,4.765,2662,4.765,2664,2.61,2665,2.61,2666,2.61,2667,2.52,2668,2.194,2669,2.372,2670,2.61,2671,2.61,2672,3.95,2673,3.95,2674,4.765,2675,2.61,2676,4.765,2677,4.765,2678,2.61,2679,2.61,2680,2.61,2681,2.372,2682,2.61,2683,2.61,2684,2.61,2685,2.61,2686,2.61,2687,2.61,2688,2.61,2689,2.61,2690,2.61,2691,2.61,2692,2.61,2693,2.372,2694,2.372,2695,2.61,2696,2.61,2697,2.61,2698,2.61,2699,2.61,2700,2.61,2701,2.61,2702,2.61,2703,3.95,2704,2.61,2705,2.61,2706,2.61,2707,2.372,2708,1.833,2709,2.372,2710,1.934,2711,2.61,2712,1.934,2713,1.934,2714,2.372,2715,2.61,2716,2.61,2717,2.971,2718,2.971,2719,2.971,2720,2.971,2721,2.971,2722,2.971,2723,2.971,2724,2.971,2725,2.971,2726,2.971,2727,2.971,2728,2.971,2729,2.971,2730,2.971,2731,2.971,2732,2.971,2733,2.971,2734,2.971,2735,2.971,2736,2.971,2737,2.971,2738,2.971,2739,2.971,2740,2.971,2741,2.971]],["title/components/NetworkStatusComponent.html",[199,0.614,335,1.383]],["body/components/NetworkStatusComponent.html",[3,0.108,4,0.084,5,0.061,8,1.461,10,0.363,11,1.049,12,0.717,21,0.507,24,0.011,27,1.032,48,1.089,73,1.249,83,0.108,84,0.005,85,0.007,86,0.005,87,0.108,99,2.25,103,0.99,110,0.951,112,0.998,114,1.436,117,0.782,118,0.687,136,0.962,164,0.262,199,0.993,200,1.436,201,2.162,202,1.612,203,1.824,204,1.612,205,1.477,209,1.675,210,2.947,211,1.395,212,2.446,213,2.446,214,2.899,215,3.146,217,2.446,219,2.446,231,3.149,245,1.714,251,1.82,267,1.824,268,0.525,310,1.249,311,2.228,312,2.162,313,1.284,314,2.686,315,1.662,316,1.477,317,2.514,318,1.436,319,1.662,320,1.662,321,1.436,322,1.662,323,1.477,324,1.662,325,1.436,326,1.662,327,1.436,328,1.662,329,1.436,330,1.089,331,1.662,332,1.477,333,2.228,334,1.565,335,2.388,336,1.662,337,1.436,338,1.662,339,1.436,340,1.662,341,1.436,342,1.662,343,1.477,344,2.228,345,1.565,346,1.436,347,1.436,348,1.662,349,1.477,350,2.228,351,1.565,352,1.477,353,1.119,354,1.436,355,1.477,356,1.436,357,1.436,358,1.662,359,1.436,360,1.662,361,1.436,362,1.662,363,1.52,364,1.612,365,1.662,537,2.37,636,1.884,2742,6.723,2743,6.11,2744,3.987,2745,6.869,2746,6.088,2747,6.869,2748,7.34,2749,4.54,2750,7.34,2751,6.088,2752,6.088,2753,4.54,2754,4.54,2755,7.34,2756,6.088,2757,4.54,2758,6.088,2759,4.54,2760,4.54,2761,6.088,2762,6.088]],["title/components/OrganizationComponent.html",[199,0.614,337,1.344]],["body/components/OrganizationComponent.html",[3,0.095,4,0.074,5,0.054,8,1.336,10,0.318,11,0.959,12,0.629,21,0.578,24,0.011,27,0.905,38,1.709,48,1.336,73,2.245,83,0.095,84,0.005,85,0.007,86,0.005,87,0.095,99,1.095,103,0.905,110,0.834,112,1.057,114,1.259,117,0.686,118,0.65,136,0.879,138,1.334,147,2.663,158,1.336,164,0.37,176,1.76,199,0.927,200,1.259,201,1.977,202,1.414,203,1.6,204,1.414,205,1.296,209,1.531,210,2.753,211,1.224,212,2.236,213,2.236,214,2.871,215,3.111,217,2.236,219,2.236,224,4.738,231,2.98,235,4.11,239,3.179,240,5.592,245,1.622,249,4.431,251,1.664,254,4.508,267,1.6,268,0.461,269,2.941,270,2.137,271,1.972,278,2.941,279,4.11,306,2.756,308,4.521,310,1.095,311,2.037,312,1.977,313,1.126,314,2.543,315,1.458,316,1.296,317,2.348,318,1.259,319,1.458,320,1.458,321,1.259,322,1.458,323,1.296,324,1.458,325,1.259,326,1.458,327,1.259,328,1.458,329,1.259,330,0.956,331,1.458,332,1.296,333,2.037,334,1.373,335,1.296,336,1.458,337,2.197,338,1.458,339,1.259,340,1.458,341,1.259,342,1.458,343,1.296,344,2.037,345,1.373,346,1.259,347,1.259,348,1.458,349,1.296,350,2.037,351,1.373,352,1.296,353,0.982,354,1.259,355,1.296,356,1.259,357,1.259,358,1.458,359,1.259,360,1.458,361,1.259,362,1.458,363,1.334,364,1.414,365,1.458,636,1.653,828,5.122,830,5.545,852,4.443,1114,4.245,1275,4.889,1409,4.521,1972,5.13,2763,3.498,2764,5.397,2765,6.416,2766,5.566,2767,6.416,2768,6.416,2769,5.566,2770,3.982,2771,3.982,2772,3.982,2773,3.982,2774,3.982,2775,3.982,2776,3.982,2777,7.31,2778,5.122,2779,3.982,2780,3.982,2781,3.982,2782,3.982,2783,5.566,2784,5.566,2785,4.889,2786,5.566,2787,5.566,2788,5.566,2789,5.566,2790,4.889,2791,5.566,2792,5.566,2793,5.566,2794,5.566,2795,5.566,2796,5.566]],["title/classes/PGPSigner.html",[87,0.101,2797,2.767]],["body/classes/PGPSigner.html",[0,1.154,3,0.092,4,0.072,5,0.052,9,2.063,10,0.31,11,0.942,12,1.086,21,0.69,23,1.489,24,0.011,48,1.312,55,4.465,58,4.25,60,2.128,61,4.25,63,3.886,66,2.084,72,2.816,73,1.504,74,1.661,77,2.269,83,0.092,84,0.005,85,0.007,86,0.005,87,0.092,89,1.851,103,0.889,104,3.951,105,2.543,110,0.813,112,1.136,117,1.184,118,0.643,129,4.237,136,1.086,137,2.316,138,1.831,158,1.312,164,0.315,187,1.611,209,1.504,245,1.803,251,2.245,330,1.312,383,3.018,420,2,697,3.372,722,2.527,724,2.682,778,2.176,847,1.724,934,4.21,979,2.084,1065,3.776,1077,1.923,2516,4.365,2595,4.937,2597,4.713,2620,3.776,2667,3.065,2708,2.395,2710,3.559,2712,2.527,2713,2.527,2797,4.119,2798,2.527,2799,4.673,2800,4.673,2801,4.673,2802,5.347,2803,4.803,2804,4.803,2805,4.037,2806,5.468,2807,4.037,2808,3.883,2809,3.883,2810,3.883,2811,3.883,2812,3.883,2813,3.883,2814,3.883,2815,3.883,2816,4.673,2817,4.889,2818,3.883,2819,3.099,2820,4.673,2821,3.883,2822,4.673,2823,3.883,2824,2.867,2825,2.682,2826,2.867,2827,2.867,2828,4.037,2829,2.867,2830,2.867,2831,2.867,2832,2.867,2833,2.867,2834,2.867,2835,2.867,2836,2.867,2837,2.867,2838,4.037,2839,2.867,2840,2.867,2841,2.867,2842,4.037,2843,2.867,2844,4.037,2845,2.867,2846,2.867,2847,2.867,2848,2.867,2849,2.867,2850,2.867,2851,2.867,2852,2.867,2853,2.867,2854,2.867,2855,2.867,2856,2.867,2857,2.867]],["title/components/PagesComponent.html",[199,0.614,339,1.344]],["body/components/PagesComponent.html",[3,0.119,4,0.093,5,0.067,8,1.555,10,0.399,11,1.117,21,0.415,23,1.117,24,0.011,27,1.134,48,1.198,73,1.373,83,0.119,84,0.006,85,0.008,86,0.006,87,0.119,99,1.373,110,1.507,112,0.881,114,1.578,118,0.674,164,0.288,199,1.04,200,1.578,201,2.302,202,1.772,203,2.005,204,1.772,205,1.624,211,1.534,212,2.604,213,2.604,214,2.918,215,3.169,217,2.604,219,2.604,267,2.005,268,0.578,306,3.209,310,1.373,311,2.372,312,2.302,313,1.411,314,2.788,315,1.827,316,1.624,317,2.634,318,1.578,319,1.827,320,1.827,321,1.578,322,1.827,323,1.624,324,1.827,325,1.578,326,1.827,327,1.578,328,1.827,329,1.578,330,1.198,331,1.827,332,1.624,333,2.372,334,1.721,335,1.624,336,1.827,337,1.578,338,1.827,339,2.409,340,1.827,341,1.578,342,1.827,343,1.624,344,2.372,345,1.721,346,1.578,347,1.578,348,1.827,349,1.624,350,2.372,351,1.721,352,1.624,353,1.231,354,1.578,355,1.624,356,1.578,357,1.578,358,1.827,359,1.578,360,1.827,361,1.578,362,1.827,363,1.671,364,1.772,365,1.827,778,3.632,894,4.224,2858,4.383,2859,6.48,2860,7.197,2861,6.48,2862,6.48,2863,6.48,2864,5.173,2865,6.48]],["title/modules/PagesModule.html",[459,1.138,2866,3.139]],["body/modules/PagesModule.html",[3,0.134,4,0.105,5,0.076,24,0.011,82,1.321,83,0.134,84,0.007,85,0.008,86,0.007,87,0.134,164,0.504,167,2.157,268,0.655,310,1.555,339,2.642,459,1.513,461,2.07,462,2.8,463,4.093,464,2.912,465,3.035,470,4.303,472,3.765,473,3.035,474,2.696,476,2.912,477,4.118,478,3.169,480,3.319,482,3.488,497,4.327,498,3.488,499,4.566,500,3.68,501,3.488,502,4.327,503,3.488,504,4.327,505,3.488,508,4.845,509,3.905,2866,6.416,2867,4.967,2868,4.967,2869,4.967,2870,5.771,2871,5.655,2872,5.655,2873,5.655,2874,7.016,2875,4.967,2876,4.967]],["title/modules/PagesRoutingModule.html",[459,1.138,2870,2.936]],["body/modules/PagesRoutingModule.html",[3,0.139,4,0.108,5,0.079,24,0.011,74,1.292,82,1.364,83,0.139,84,0.007,85,0.009,86,0.007,87,0.139,93,3.801,164,0.446,167,1.795,199,0.844,268,0.676,273,2.074,306,3.543,339,2.263,461,2.137,476,2.97,524,3.428,525,3.689,526,4.011,527,5.007,528,4.033,529,4.033,530,3.801,531,3.602,540,2.891,815,7.269,1114,3.273,1119,3.273,1219,2.891,2870,4.942,2877,5.84,2878,5.84,2879,5.84,2880,5.84,2881,5.84,2882,5.84,2883,5.84,2884,5.84,2885,5.84,2886,5.84,2887,5.84,2888,5.84]],["title/directives/PasswordToggleDirective.html",[313,1.202,361,1.344]],["body/directives/PasswordToggleDirective.html",[3,0.131,4,0.102,5,0.074,10,0.439,12,0.869,21,0.627,23,1.36,24,0.011,67,3.026,74,1.525,83,0.131,84,0.007,85,0.008,86,0.007,87,0.131,103,1.121,110,1.151,112,1.073,117,0.947,118,0.515,136,0.869,164,0.317,211,1.69,214,2.243,245,1.61,268,0.636,276,1.896,313,1.949,356,1.738,361,2.18,636,2.282,741,4.761,996,4.389,1077,3.729,1294,4.901,1310,5.09,1592,4.389,1593,6.624,1594,6.012,1595,6.303,1598,4.389,1599,4.06,1602,4.389,2889,7.143,2890,6.894,2891,7.896,2892,7.531,2893,6.894,2894,5.498,2895,5.498,2896,5.498,2897,5.498,2898,5.498,2899,5.498,2900,7.531,2901,7.531,2902,7.531,2903,6.894,2904,7.896,2905,6.894,2906,6.894]],["title/injectables/RegistryService.html",[915,1.344,1106,2.767]],["body/injectables/RegistryService.html",[3,0.13,4,0.102,5,0.074,10,0.438,11,1.185,21,0.626,24,0.011,48,1.805,73,2.069,83,0.13,84,0.007,85,0.008,86,0.007,87,0.13,94,4.414,103,1.119,110,1.575,112,1.127,136,1.087,158,1.651,164,0.468,165,4.716,168,2.351,169,2.823,176,2.622,177,5.08,268,0.634,271,2.714,670,2.823,915,2.176,918,2.941,932,2.941,1005,2.714,1106,4.478,1136,2.941,2907,4.814,2908,8.292,2909,7.887,2910,7.887,2911,5.481,2912,5.481,2913,5.481,2914,6.003,2915,5.481,2916,6.717,2917,6.606,2918,6.88,2919,6.88,2920,6.88,2921,6.88,2922,5.481,2923,5.481,2924,5.481,2925,4.375,2926,4.375]],["title/guards/RoleGuard.html",[881,2.622,2927,3.393]],["body/guards/RoleGuard.html",[3,0.108,4,0.085,5,0.061,7,1.893,10,0.364,12,0.964,21,0.508,24,0.011,25,1.986,31,4.315,38,2.619,57,3.421,74,1.008,83,0.108,84,0.005,85,0.007,86,0.005,87,0.164,91,3.143,103,0.993,110,0.954,112,0.83,117,1.052,118,0.571,136,1.162,137,2.234,138,2.305,143,3.765,144,4.215,145,4.507,147,2.533,151,4.872,158,1.652,164,0.397,167,1.401,179,3.055,195,2.554,199,0.882,205,1.986,209,1.253,242,4.535,251,1.824,268,0.527,273,1.619,308,3.973,525,2.91,535,4.696,549,4.648,555,3.408,576,2.173,613,5.329,636,1.891,670,2.347,820,6.118,881,4.534,882,3.638,884,4.872,885,5.361,886,5.428,888,3.638,890,5.361,891,2.806,892,5.077,893,4.215,894,3.583,895,4.215,896,3.973,897,4.003,898,6.929,899,6.457,901,5.361,903,4.507,904,4.872,905,4.872,906,5.361,907,4.872,908,6.457,909,4.534,910,5.361,911,5.361,912,6.045,915,1.93,916,2.811,917,2.811,918,2.446,920,4.003,2927,4.872,2928,4.003,2929,4.557,2930,4.557,2931,6.104,2932,6.104,2933,6.104,2934,6.104,2935,4.557,2936,4.557,2937,4.557,2938,4.557,2939,4.557,2940,4.557,2941,4.557]],["title/directives/RouterLinkDirectiveStub.html",[313,1.202,363,1.424]],["body/directives/RouterLinkDirectiveStub.html",[3,0.142,4,0.111,5,0.081,10,0.478,11,1.252,21,0.605,24,0.011,48,1.437,73,1.647,83,0.142,84,0.007,85,0.009,86,0.007,87,0.173,112,1.063,164,0.345,211,1.84,214,2.364,245,1.398,268,0.693,313,2.395,356,1.893,363,2.433,364,2.581,550,3.355,560,4.265,678,6.382,706,5.258,1017,5.258,1112,5.365,1161,6.382,1162,5.258,1294,4.729,1310,5.365,1599,5.776,2942,7.145,2943,6.493,2944,7.823,2945,7.265,2946,5.987,2947,5.987,2948,5.987,2949,5.987,2950,5.987,2951,5.987,2952,5.987,2953,5.987,2954,5.987,2955,5.987,2956,5.987]],["title/pipes/SafePipe.html",[1787,2.622,2957,2.936]],["body/pipes/SafePipe.html",[3,0.148,4,0.116,5,0.084,12,0.984,21,0.518,23,1.371,24,0.011,83,0.148,84,0.007,85,0.009,86,0.007,87,0.148,103,1.013,112,0.846,117,1.073,118,0.745,136,0.984,158,1.494,164,0.429,209,1.713,211,1.914,268,0.721,636,2.584,777,4.971,778,3.49,894,3.655,1787,4.589,1895,6.725,2957,5.138,2958,4.971,2959,5.469,2960,7.44,2961,5.469,2962,7.44,2963,6.988,2964,6.227,2965,6.535,2966,7.44,2967,6.227,2968,6.227]],["title/classes/Settings.html",[87,0.101,1114,2.383]],["body/classes/Settings.html",[0,1.221,3,0.125,4,0.098,5,0.071,7,1.843,10,0.42,11,1.154,12,0.83,21,0.668,24,0.011,48,1.261,63,3.958,64,2.62,73,1.445,82,1.227,83,0.125,84,0.006,85,0.008,86,0.006,87,0.159,89,2.506,92,5.924,94,4.709,99,2.256,110,1.1,112,1.091,115,3.42,117,0.905,118,0.492,165,4.353,175,5.665,179,2.333,297,5.364,353,1.652,913,4.195,1005,3.317,1114,4.598,1279,5.094,1424,6.2,1478,4.947,2539,5.735,2586,5.348,2969,4.195,2970,7.205,2971,6.478,2972,6.156,2973,5.885,2974,6.699,2975,6.822,2976,6.822,2977,5.255,2978,5.255,2979,5.255,2980,4.616,2981,4.616,2982,4.616]],["title/components/SettingsComponent.html",[199,0.614,341,1.344]],["body/components/SettingsComponent.html",[3,0.086,4,0.067,5,0.049,8,1.858,10,0.29,11,0.897,12,0.823,21,0.644,23,1.216,24,0.011,25,1.695,27,0.824,47,4.109,48,1.25,67,2.093,73,0.997,74,0.802,83,0.145,84,0.004,85,0.006,86,0.004,87,0.086,99,0.997,103,0.847,110,0.759,112,1.101,114,1.147,117,0.897,118,0.738,136,1.053,159,2.514,164,0.436,176,1.647,199,0.881,200,1.147,201,1.85,202,1.288,203,1.457,204,1.288,205,1.18,209,1.433,210,2.615,211,1.115,212,2.093,213,2.093,214,2.849,215,3.083,216,3.212,217,2.093,219,2.093,231,2.858,245,1.808,267,1.457,268,0.42,271,1.796,272,1.796,306,2.579,310,0.997,311,1.906,312,1.85,313,1.025,314,2.438,315,1.327,316,1.18,317,2.231,318,1.147,319,1.327,320,1.327,321,1.147,322,1.327,323,1.18,324,1.327,325,1.147,326,1.327,327,1.147,328,1.327,329,1.147,330,0.87,331,1.327,332,1.18,333,1.906,334,1.25,335,1.18,336,1.327,337,1.147,338,1.327,339,1.147,340,1.327,341,2.107,342,1.327,343,1.18,344,1.906,345,1.25,346,1.147,347,1.147,348,1.327,349,1.18,350,1.906,351,1.25,352,1.18,353,0.894,354,1.147,355,1.18,356,1.147,357,1.147,358,1.327,359,1.147,360,1.327,361,1.147,362,1.327,363,1.214,364,1.288,365,1.327,371,4.209,373,4.865,375,4.209,376,4.209,377,3.597,378,4.601,385,3.597,396,4.209,405,4.209,406,3.39,407,3.597,409,4.209,410,3.597,411,2.504,412,1.868,413,1.946,414,1.946,415,2.237,433,2.678,435,2.678,436,2.504,437,2.678,438,2.504,440,2.678,441,2.504,451,3.597,455,4.601,540,2.579,636,1.505,655,2.033,681,2.895,682,4.53,714,4.575,879,4.109,887,4.575,945,6.451,1077,3.637,1086,5.353,1114,4.484,2764,4.919,2983,3.185,2984,6.095,2985,5.208,2986,5.208,2987,3.626,2988,3.626,2989,3.626,2990,3.626,2991,3.626,2992,3.626,2993,4.575,2994,3.626,2995,3.626,2996,3.626,2997,3.626,2998,3.185,2999,3.626,3000,3.626,3001,3.626,3002,3.626,3003,3.626,3004,3.626,3005,4.5,3006,3.626,3007,5.208,3008,5.208,3009,5.208,3010,5.208,3011,5.208,3012,5.208,3013,5.208,3014,5.851,3015,6.662,3016,5.208,3017,5.208,3018,5.208,3019,5.208,3020,5.208]],["title/modules/SettingsModule.html",[459,1.138,3021,3.139]],["body/modules/SettingsModule.html",[3,0.124,4,0.097,5,0.07,24,0.011,82,1.217,83,0.124,84,0.006,85,0.008,86,0.006,87,0.124,164,0.512,167,2.048,268,0.603,270,2.795,310,1.433,337,2.588,341,2.588,412,2.683,413,2.795,414,2.795,459,1.394,461,1.906,462,2.579,463,3.942,464,2.683,465,2.795,470,4.215,472,3.575,473,2.795,474,2.484,476,2.765,477,3.91,478,2.92,480,3.057,482,3.213,492,4.336,493,4.601,494,4.919,495,3.846,496,4.601,497,4.109,498,3.213,499,4.336,500,3.39,501,3.213,502,4.109,503,3.213,504,4.109,505,3.213,506,4.336,507,3.39,508,4.601,509,3.597,518,5.318,3021,6.409,3022,4.575,3023,4.575,3024,4.575,3025,5.652,3026,5.209,3027,5.209,3028,4.575,3029,4.575,3030,6.662,3031,5.209,3032,6.662,3033,5.209]],["title/modules/SettingsRoutingModule.html",[459,1.138,3025,2.936]],["body/modules/SettingsRoutingModule.html",[3,0.148,4,0.116,5,0.084,24,0.011,74,1.38,82,1.457,83,0.148,84,0.007,85,0.009,86,0.007,87,0.148,164,0.475,167,1.917,199,1.076,268,0.722,273,2.215,337,2.355,341,2.355,461,2.283,476,3.091,524,3.661,525,3.796,526,4.174,527,4.674,528,4.308,529,4.308,530,4.06,531,3.847,2764,4.606,3025,5.143,3028,5.479,3029,5.479,3034,6.238]],["title/modules/SharedModule.html",[459,1.138,470,2.189]],["body/modules/SharedModule.html",[3,0.112,4,0.088,5,0.064,24,0.011,82,1.638,83,0.112,84,0.006,85,0.007,86,0.006,87,0.112,99,1.302,164,0.499,167,1.455,268,0.548,273,1.681,310,1.302,329,2.521,332,2.785,335,2.785,343,2.785,349,2.785,357,2.707,359,2.521,459,1.266,461,1.732,462,2.343,463,3.764,464,2.437,465,2.54,470,4.607,472,3.359,473,2.54,474,2.256,476,2.598,477,3.674,478,2.652,506,4.074,507,3.08,526,3.508,930,4.157,1338,3.494,1349,3.778,1364,4.157,1365,4.157,2743,3.778,2957,5.912,3035,4.157,3036,4.157,3037,4.157,3038,5.912,3039,4.732,3040,4.732,3041,4.732,3042,4.732,3043,6.259,3044,4.732,3045,4.732,3046,4.732,3047,6.259,3048,4.732,3049,4.732]],["title/components/SidebarComponent.html",[199,0.614,343,1.383]],["body/components/SidebarComponent.html",[3,0.117,4,0.092,5,0.067,8,1.545,10,0.395,24,0.01,27,1.123,83,0.117,84,0.006,85,0.008,86,0.006,87,0.117,93,4.191,99,1.359,103,1.048,110,1.5,112,0.875,114,1.563,118,0.67,136,0.781,164,0.285,199,1.035,200,1.563,201,2.287,202,1.755,203,1.986,204,1.755,205,1.608,209,1.771,210,3.073,211,1.519,212,2.587,213,2.587,214,2.916,215,3.167,217,2.587,219,2.587,231,3.256,245,1.504,267,1.986,268,0.572,310,1.359,311,2.357,312,2.287,313,1.397,314,2.778,315,1.809,316,1.608,317,2.622,318,1.563,319,1.809,320,1.809,321,1.563,322,1.809,323,1.608,324,1.809,325,1.563,326,1.809,327,1.563,328,1.809,329,1.563,330,1.186,331,1.809,332,1.608,333,2.357,334,1.704,335,1.608,336,1.809,337,1.563,338,1.809,339,1.563,340,1.809,341,1.563,342,1.809,343,2.469,344,2.357,345,1.704,346,1.563,347,1.563,348,1.809,349,1.608,350,2.357,351,1.704,352,1.608,353,1.219,354,1.563,355,2.331,356,1.563,357,1.563,358,1.809,359,1.563,360,1.809,361,1.563,362,1.809,363,1.655,364,1.755,365,1.809,540,3.188,704,4.755,740,3.972,1114,3.609,1219,3.188,3050,4.341,3051,7.163,3052,6.44,3053,4.942,3054,4.942,3055,6.44]],["title/components/SidebarStubComponent.html",[199,0.614,345,1.466]],["body/components/SidebarStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.602,24,0.01,27,1.187,83,0.175,84,0.006,85,0.008,86,0.006,87,0.175,99,1.437,114,1.652,118,0.688,164,0.301,199,0.965,200,1.652,201,2.371,202,2.612,204,1.856,205,1.7,211,1.606,214,2.923,215,3.187,268,0.605,310,1.437,311,2.443,312,2.371,313,1.477,314,2.837,315,1.912,316,1.7,317,2.692,318,1.652,319,1.912,320,1.912,321,1.652,322,1.912,323,1.7,324,1.912,325,1.652,326,1.912,327,1.652,328,1.912,329,1.652,330,1.254,331,1.912,332,1.7,333,2.443,334,2.302,335,1.7,336,1.912,337,1.652,338,1.912,339,1.652,340,1.912,341,1.652,342,1.912,343,1.7,344,2.443,345,2.672,346,1.652,347,1.652,348,1.912,349,1.7,350,2.443,351,2.302,352,1.7,353,1.288,354,1.652,355,1.7,356,1.652,357,1.652,358,1.912,359,1.652,360,1.912,361,1.652,362,1.912,363,1.75,364,1.856,365,1.912,459,1.398,550,2.928,740,4.117,1429,3.858,1435,3.858,1436,5.871,1437,3.858]],["title/interfaces/Signable.html",[0,0.775,2817,2.767]],["body/interfaces/Signable.html",[0,1.27,2,1.707,3,0.111,4,0.087,5,0.063,9,2.339,10,0.373,23,1.48,24,0.011,55,4.447,58,4.087,60,2.413,61,4.661,63,3.737,66,2.503,72,3.192,74,1.756,77,2.573,83,0.111,84,0.006,85,0.007,86,0.006,87,0.111,103,1.008,104,3.538,105,1.874,112,0.634,129,4.294,136,0.737,137,2.269,138,2.076,158,1.488,164,0.357,187,1.936,209,1.283,245,1.855,251,2.309,330,1.488,383,2.798,420,2.402,697,3.823,722,3.036,724,3.221,778,2.614,847,2.071,934,3.903,979,2.503,1065,3.221,1077,2.309,2595,3.639,2597,4.035,2667,3.474,2708,2.877,2710,4.035,2712,3.036,2713,3.036,2797,4.035,2798,3.036,2799,3.444,2800,3.444,2801,3.444,2802,4.577,2805,3.444,2807,3.444,2816,4.577,2817,5.027,2820,4.577,2822,4.577,2824,3.444,2825,3.221,2826,3.444,2827,3.444,2828,4.577,2829,3.444,2830,3.444,2831,3.444,2832,3.444,2833,3.444,2834,3.444,2835,3.444,2836,3.444,2837,3.444,2838,4.577,2839,3.444,2840,3.444,2841,3.444,2842,4.577,2843,3.444,2844,4.577,2845,3.444,2846,3.444,2847,3.444,2848,3.444,2849,3.444,2850,3.444,2851,3.444,2852,3.444,2853,3.444,2854,3.444,2855,3.444,2856,3.444,2857,3.444,3056,4.664]],["title/interfaces/Signature.html",[0,0.775,55,2.189]],["body/interfaces/Signature.html",[0,1.458,1,3.489,2,1.506,3,0.098,4,0.076,5,0.055,6,2.679,7,1.132,8,1.836,9,3.017,10,0.329,11,0.981,13,4.205,14,3.192,15,2.82,16,3.933,17,4.027,18,3.933,19,3.66,20,3.363,21,0.637,22,3.056,23,1.529,24,0.011,25,2.293,26,1.786,27,0.935,28,2.038,29,2.842,30,3.039,31,3.343,33,3.039,34,3.039,35,2.842,36,2.842,37,3.039,38,1.766,39,3.933,40,3.933,41,3.933,42,3.706,43,3.706,44,1.962,45,3.933,46,3.039,47,3.512,48,1.972,49,3.933,50,3.933,51,3.933,52,4.145,53,3.933,54,3.343,55,4.117,56,4.205,57,4.146,58,4.136,59,3.933,60,2.217,61,4.491,62,4.205,63,4.106,64,2.319,65,2.416,66,3.056,67,2.831,68,3.039,69,2.679,70,2.307,71,3.706,72,2.12,73,1.132,74,0.91,75,3.512,76,2.679,77,2.363,78,2.679,79,3.512,80,2.82,81,2.842,82,0.961,83,0.098,84,0.005,85,0.007,86,0.005]],["title/interfaces/Signature-1.html",[0,0.645,55,1.823,195,1.984]],["body/interfaces/Signature-1.html",[0,1.254,2,1.666,3,0.108,4,0.084,5,0.061,9,2.891,10,0.364,11,1.051,21,0.612,23,1.514,24,0.011,55,4.452,58,4.629,60,2.374,61,4.629,63,4.232,66,2.442,72,3.141,74,1.744,77,2.531,83,0.108,84,0.005,85,0.007,86,0.005,87,0.108,104,3.503,105,1.829,129,4.242,137,2.232,138,2.042,158,1.464,164,0.352,187,1.889,209,1.252,245,1.842,251,2.29,330,1.464,383,2.763,420,2.344,697,3.761,722,2.962,724,3.143,778,2.551,847,2.02,934,3.855,979,2.442,1065,3.143,1077,2.254,2595,2.671,2597,3.969,2667,3.418,2708,2.807,2710,3.969,2712,2.962,2713,2.962,2797,3.969,2798,2.962,2799,3.361,2800,3.361,2801,3.361,2802,4.503,2805,3.361,2807,3.361,2816,4.503,2817,4.782,2820,4.503,2822,4.503,2824,3.361,2825,3.143,2826,3.361,2827,3.361,2828,4.503,2829,3.361,2830,3.361,2831,3.361,2832,3.361,2833,3.361,2834,3.361,2835,3.361,2836,3.361,2837,3.361,2838,4.503,2839,3.361,2840,3.361,2841,3.361,2842,4.503,2843,3.361,2844,4.503,2845,3.361,2846,3.361,2847,3.361,2848,3.361,2849,3.361,2850,3.361,2851,3.361,2852,3.361,2853,3.361,2854,3.361,2855,3.361,2856,3.361,2857,3.361]],["title/interfaces/Signer.html",[0,0.775,129,2.622]],["body/interfaces/Signer.html",[0,1.2,2,1.529,3,0.099,4,0.078,5,0.056,9,2.171,10,0.334,12,1.175,21,0.619,23,1.486,24,0.011,55,4.499,58,3.863,60,2.24,61,4.366,63,3.532,66,2.242,72,2.963,74,1.7,77,2.388,83,0.099,84,0.005,85,0.007,86,0.005,87,0.099,103,0.936,104,3.381,105,1.679,112,1.045,117,1.281,118,0.696,129,4.374,136,1.215,137,2.409,138,1.927,158,1.381,164,0.332,187,1.734,209,1.149,245,1.902,251,2.398,330,1.381,383,2.645,420,2.152,697,3.549,722,2.719,724,2.886,778,2.342,847,1.855,934,3.689,979,2.242,1065,2.886,1077,2.069,2595,4.623,2597,3.745,2620,3.974,2667,3.225,2708,2.577,2710,3.745,2712,2.719,2713,2.719,2797,3.745,2798,2.719,2799,3.085,2800,4.86,2801,4.86,2802,5.492,2803,5.054,2804,5.054,2805,3.085,2807,3.085,2816,4.86,2817,5.003,2819,3.335,2820,4.86,2822,4.86,2824,3.085,2825,2.886,2826,4.249,2827,4.249,2828,4.86,2829,3.085,2830,3.085,2831,3.085,2832,3.085,2833,3.085,2834,3.085,2835,3.085,2836,3.085,2837,3.085,2838,4.249,2839,3.085,2840,3.085,2841,3.085,2842,4.249,2843,3.085,2844,4.249,2845,3.085,2846,3.085,2847,3.085,2848,3.085,2849,3.085,2850,3.085,2851,3.085,2852,3.085,2853,3.085,2854,3.085,2855,3.085,2856,3.085,2857,3.085,3057,4.178,3058,4.178,3059,4.178,3060,4.178,3061,4.178,3062,4.178]],["title/interfaces/Staff.html",[0,0.775,655,2.383]],["body/interfaces/Staff.html",[0,1.279,2,2.07,3,0.134,4,0.105,5,0.076,7,1.555,10,0.452,11,1.209,21,0.682,23,1.512,24,0.011,25,2.283,26,1.933,47,5.154,57,3.932,64,2.008,67,2.819,82,1.321,83,0.134,84,0.007,85,0.008,86,0.007,104,4.143,114,2.218,118,0.782,655,4.47,847,3.857,1295,4.845,2476,5.508,2993,7.005,3063,4.967,3064,8.356,3065,7.975,3066,7.016,3067,6.162]],["title/interfaces/Token.html",[0,0.775,27,0.966]],["body/interfaces/Token.html",[0,1.205,2,1.882,3,0.122,4,0.095,5,0.069,7,1.414,8,1.585,10,0.411,11,1.138,12,1.217,14,2.882,21,0.712,23,1.539,24,0.011,26,1.674,27,2.027,32,4.878,38,2.834,64,1.826,80,3.271,82,1.201,83,0.122,84,0.006,85,0.008,86,0.006,116,4.752,118,0.763,120,3.171,163,5.274,1228,4.563,1229,4.038,2463,5.321,2465,4.104,2466,5.633,2468,6.51,2470,6.15,2473,3.796,2475,6.15,2476,5.321,3068,4.516,3069,6.606,3070,6.606,3071,6.606,3072,6.606,3073,6.606]],["title/components/TokenDetailsComponent.html",[199,0.614,346,1.344]],["body/components/TokenDetailsComponent.html",[3,0.1,4,0.078,5,0.057,8,1.392,10,0.338,11,1,12,0.668,21,0.483,24,0.011,27,1.955,65,4.183,83,0.1,84,0.005,85,0.007,86,0.005,87,0.1,99,1.163,103,0.944,110,0.885,112,0.9,114,1.337,117,0.728,118,0.722,120,2.189,136,0.668,164,0.43,199,0.957,200,1.337,201,2.06,202,1.502,203,1.699,204,1.502,205,1.376,209,1.596,210,2.841,211,1.3,212,2.331,213,2.331,214,2.884,215,3.127,217,2.331,219,2.331,231,3.058,245,1.355,267,1.699,268,0.489,272,2.093,273,1.502,276,1.458,296,2.608,306,2.872,310,1.163,311,2.123,312,2.06,313,1.195,314,2.609,315,1.547,316,1.376,317,2.424,318,1.337,319,1.547,320,1.547,321,1.337,322,1.547,323,1.376,324,1.547,325,1.337,326,1.547,327,1.337,328,1.547,329,1.337,330,1.015,331,1.547,332,1.376,333,2.123,334,1.458,335,1.376,336,1.547,337,1.337,338,1.547,339,1.337,340,1.547,341,1.337,342,1.547,343,1.376,344,2.123,345,1.458,346,2.254,347,1.337,348,1.547,349,1.376,350,2.123,351,1.458,352,1.376,353,1.043,354,1.337,355,1.376,356,1.337,357,1.337,358,1.547,359,1.337,360,1.547,361,1.337,362,1.547,363,1.416,364,1.502,365,1.547,416,2.37,417,2.093,429,2.482,430,2.752,457,3.776,549,3.251,564,5.095,618,3.375,636,1.755,1219,2.872,1229,2.872,2313,4.631,2463,4.006,2466,4.006,2473,4.284,2476,4.006,2582,4.631,3074,6.26,3075,5.263,3076,3.375,3077,5.817,3078,5.095,3079,4.228,3080,7.127,3081,5.457,3082,5.801,3083,4.228,3084,4.228,3085,4.228,3086,4.228,3087,4.228,3088,6.26,3089,5.095,3090,5.801,3091,5.801,3092,5.801,3093,5.801,3094,5.801,3095,5.801,3096,5.801,3097,5.095,3098,5.801,3099,5.801]],["title/pipes/TokenRatioPipe.html",[1787,2.622,3038,2.936]],["body/pipes/TokenRatioPipe.html",[3,0.151,4,0.118,5,0.086,12,1.007,21,0.53,24,0.011,48,1.529,83,0.151,84,0.008,85,0.009,86,0.008,87,0.151,103,1.036,112,0.866,117,1.098,118,0.752,136,1.007,158,1.529,164,0.367,209,1.753,211,1.959,268,0.738,457,4.909,1643,4.4,1787,4.652,2958,5.086,2961,5.596,2963,7.057,2965,6.625,3038,5.209,3100,6.625,3101,5.596,3102,7.542,3103,6.371,3104,6.371,3105,6.371]],["title/classes/TokenRegistry.html",[87,0.101,3106,2.936]],["body/classes/TokenRegistry.html",[0,0.622,3,0.081,4,0.063,5,0.046,7,1.781,8,1.827,10,0.273,11,0.859,12,0.93,21,0.599,23,1.419,24,0.011,26,2.069,27,2.01,67,1.371,74,1.302,79,2.104,80,4.077,83,0.081,84,0.004,85,0.006,86,0.004,87,0.081,89,1.627,91,2.566,92,4.781,94,5.032,95,4.377,96,4.377,97,6.687,98,3.679,99,1.894,100,4.834,101,6.317,102,6.821,103,0.811,104,3.703,105,3.25,110,0.714,111,4.377,112,1.01,114,1.576,115,3.832,116,4.867,117,1.014,118,0.644,119,5.497,120,3.212,121,2.723,130,5.741,133,5.741,134,6.317,136,1.264,137,2.632,155,4.781,158,1.554,159,1.287,163,5.741,164,0.287,165,3.629,166,2.104,167,1.049,168,1.464,169,1.757,170,2.723,171,3.441,172,2.723,174,2.723,175,2.356,176,1.576,177,2.519,178,2.996,179,2.874,180,4.377,181,2.996,182,2.996,183,4.377,184,2.996,187,2.443,1133,2.002,1219,3.907,1268,4.214,1273,4.377,3106,3.441,3107,6.077,3108,2.723,3109,4.983,3110,7.192,3111,4.983,3112,3.411,3113,3.411,3114,4.983,3115,3.411,3116,6.931,3117,6.474,3118,3.411,3119,3.411,3120,4.983,3121,4.983,3122,3.411,3123,7.891,3124,3.411,3125,4.983,3126,3.411,3127,2.996,3128,3.411,3129,3.411,3130,3.411,3131,3.411,3132,3.411,3133,3.411]],["title/injectables/TokenService.html",[915,1.344,3081,2.936]],["body/injectables/TokenService.html",[3,0.116,4,0.09,5,0.066,10,0.389,11,1.099,12,1.124,21,0.669,23,1.411,24,0.011,26,1.234,48,1.168,73,1.339,74,1.41,83,0.116,84,0.006,85,0.008,86,0.006,87,0.116,94,4.174,103,1.037,105,3.338,110,1.019,112,1.113,117,1.225,118,0.665,120,2.406,136,1.124,137,2.867,158,1.706,164,0.472,168,2.088,169,2.507,176,2.249,187,3.251,192,5.601,268,0.563,276,1.679,555,3.521,576,2.321,636,2.02,670,2.507,786,2.507,915,2.016,918,2.612,932,2.612,948,3.594,949,5.934,1005,2.41,1106,5.33,1136,2.612,1138,3.886,1191,3.886,1229,2.41,2533,6.628,2535,5.601,2916,5.676,2925,3.886,2926,3.886,3081,4.404,3106,5.655,3134,4.276,3135,7.111,3136,6.376,3137,6.376,3138,6.376,3139,4.868,3140,6.376,3141,4.868,3142,4.868,3143,7.833,3144,4.868,3145,4.868,3146,4.276,3147,4.868,3148,4.276,3149,4.868,3150,4.868,3151,4.868,3152,4.868,3153,4.868,3154,4.868,3155,4.868,3156,4.868,3157,4.868,3158,4.868,3159,4.868,3160,4.868,3161,4.868]],["title/classes/TokenServiceStub.html",[87,0.101,3162,3.393]],["body/classes/TokenServiceStub.html",[3,0.154,4,0.12,5,0.087,10,0.516,12,1.021,21,0.538,23,1.393,24,0.011,83,0.154,84,0.008,85,0.009,86,0.008,87,0.154,89,3.082,103,1.237,112,0.879,117,1.114,118,0.712,136,1.021,158,1.551,550,3.623,891,3.497,1229,3.766,1632,4.773,2463,4.464,3162,6.072,3163,6.681,3164,7.606,3165,7.606,3166,6.464]],["title/components/TokensComponent.html",[199,0.614,347,1.344]],["body/components/TokensComponent.html",[3,0.088,4,0.069,5,0.05,8,1.269,10,0.296,11,0.911,12,0.975,21,0.634,23,1.063,24,0.011,27,1.402,48,1.269,73,1.019,83,0.147,84,0.004,85,0.006,86,0.004,87,0.088,99,1.019,103,0.86,105,2.972,110,1.108,112,1.093,114,1.172,117,1.063,118,0.752,120,2.539,136,1.063,137,2.462,159,2.539,164,0.457,176,1.172,187,2.56,199,0.892,200,1.172,201,1.879,202,1.316,203,1.489,204,1.316,205,1.206,209,1.455,210,2.646,211,1.139,212,2.125,213,2.125,214,2.854,215,3.089,216,3.262,217,2.125,219,2.125,231,2.886,242,4.086,245,1.571,267,1.489,268,0.429,271,1.835,272,1.835,273,1.316,276,2.127,306,2.619,310,1.019,311,1.936,312,1.879,313,1.048,314,2.462,315,1.356,316,1.206,317,2.258,318,1.172,319,1.356,320,1.356,321,1.172,322,1.356,323,1.206,324,1.356,325,1.172,326,1.356,327,1.172,328,1.356,329,1.172,330,0.889,331,1.356,332,1.206,333,1.936,334,1.278,335,1.206,336,1.356,337,1.172,338,1.356,339,1.172,340,1.356,341,1.172,342,1.356,343,1.206,344,1.936,345,1.278,346,1.172,347,2.127,348,1.356,349,1.206,350,1.936,351,1.278,352,1.206,353,0.914,354,1.172,355,1.206,356,1.172,357,1.172,358,1.356,359,1.172,360,1.356,361,1.172,362,1.356,363,1.241,364,1.316,365,1.356,371,4.26,375,4.26,376,4.26,377,3.653,378,4.646,383,3.06,385,3.653,396,4.26,405,4.26,406,3.443,407,3.653,409,4.26,410,3.653,411,2.559,412,1.908,413,1.989,414,1.989,415,2.285,433,2.736,435,2.736,436,2.559,437,2.736,438,2.559,440,2.736,441,2.559,451,3.653,457,3.443,618,2.958,1219,3.98,1229,3.331,2466,4.646,2582,4.222,3081,5.109,3088,4.646,3089,4.646,3097,4.646,3106,2.559,3167,3.255,3168,6.168,3169,5.289,3170,6.168,3171,5.289,3172,3.705,3173,5.289,3174,3.705,3175,3.705,3176,3.705,3177,5.289,3178,3.705,3179,3.705,3180,3.705,3181,3.705,3182,3.705,3183,3.705,3184,3.705,3185,5.289,3186,5.289,3187,3.705,3188,3.705,3189,3.705,3190,3.705]],["title/modules/TokensModule.html",[459,1.138,3191,3.139]],["body/modules/TokensModule.html",[3,0.124,4,0.097,5,0.07,24,0.011,82,1.22,83,0.124,84,0.006,85,0.008,86,0.006,87,0.124,164,0.511,167,2.052,268,0.605,310,1.437,346,2.59,347,2.59,412,2.69,413,2.804,414,2.804,459,1.398,461,1.912,462,2.587,463,3.947,464,2.69,465,2.804,470,4.218,472,3.582,473,2.804,474,2.491,476,2.77,477,3.918,478,2.928,480,3.066,482,3.222,485,3.608,492,4.344,493,4.61,494,4.928,495,3.858,496,4.61,497,4.117,498,3.222,499,4.344,500,3.4,501,3.222,502,4.117,503,3.222,504,4.117,505,3.222,506,4.344,507,3.4,513,4.61,514,3.4,3075,3.858,3191,6.412,3192,4.589,3193,4.589,3194,4.589,3195,5.656,3196,5.224,3197,5.224,3198,4.589,3199,4.589,3200,6.674,3201,6.674,3202,5.224,3203,6.674,3204,5.224]],["title/modules/TokensRoutingModule.html",[459,1.138,3195,2.936]],["body/modules/TokensRoutingModule.html",[3,0.15,4,0.117,5,0.085,24,0.011,67,2.533,74,1.394,82,1.472,83,0.15,84,0.008,85,0.009,86,0.008,87,0.15,164,0.477,167,1.938,199,1.083,268,0.73,273,2.239,346,2.37,347,2.37,461,2.307,476,3.11,485,4.354,524,3.7,525,3.813,526,4.2,527,4.399,531,3.888,3075,4.655,3195,5.176,3198,5.537,3199,5.537,3205,6.304]],["title/components/TopbarComponent.html",[199,0.614,349,1.383]],["body/components/TopbarComponent.html",[3,0.12,4,0.094,5,0.068,8,1.565,10,0.403,24,0.01,27,1.145,83,0.12,84,0.006,85,0.008,86,0.006,87,0.12,99,1.386,103,1.061,110,1.514,112,0.887,114,1.594,118,0.677,136,0.796,164,0.29,199,1.045,200,1.594,201,2.316,202,1.79,203,2.025,204,1.79,205,1.64,209,1.794,210,3.102,211,1.549,212,2.62,213,2.62,214,2.919,215,3.172,217,2.62,219,2.62,231,3.281,245,1.523,267,2.025,268,0.583,310,1.386,311,2.387,312,2.316,313,1.425,314,2.799,315,1.845,316,1.64,317,2.647,318,1.594,319,1.845,320,1.845,321,1.594,322,1.845,323,1.64,324,1.845,325,1.594,326,1.845,327,1.594,328,1.845,329,1.594,330,1.209,331,1.845,332,1.64,333,2.387,334,1.738,335,1.64,336,1.845,337,1.594,338,1.845,339,1.594,340,1.845,341,1.594,342,1.845,343,1.64,344,2.387,345,1.738,346,1.594,347,1.594,348,1.845,349,2.488,350,2.387,351,1.738,352,1.64,353,1.243,354,1.594,355,1.64,356,1.594,357,1.594,358,1.845,359,1.594,360,1.845,361,1.594,362,1.845,363,1.688,364,1.79,365,1.845,1437,4.816,3206,4.427,3207,7.231,3208,6.522,3209,5.04,3210,5.04]],["title/components/TopbarStubComponent.html",[199,0.614,351,1.466]],["body/components/TopbarStubComponent.html",[3,0.124,4,0.097,5,0.07,8,1.602,24,0.01,27,1.187,83,0.175,84,0.006,85,0.008,86,0.006,87,0.175,99,1.437,114,1.652,118,0.688,164,0.301,199,0.965,200,1.652,201,2.371,202,2.612,204,1.856,205,1.7,211,1.606,214,2.923,215,3.187,268,0.605,310,1.437,311,2.443,312,2.371,313,1.477,314,2.837,315,1.912,316,1.7,317,2.692,318,1.652,319,1.912,320,1.912,321,1.652,322,1.912,323,1.7,324,1.912,325,1.652,326,1.912,327,1.652,328,1.912,329,1.652,330,1.254,331,1.912,332,1.7,333,2.443,334,2.302,335,1.7,336,1.912,337,1.652,338,1.912,339,1.652,340,1.912,341,1.652,342,1.912,343,1.7,344,2.443,345,2.302,346,1.652,347,1.652,348,1.912,349,1.7,350,2.443,351,2.672,352,1.7,353,1.288,354,1.652,355,1.7,356,1.652,357,1.652,358,1.912,359,1.652,360,1.912,361,1.652,362,1.912,363,1.75,364,1.856,365,1.912,459,1.398,550,2.928,740,3.222,1429,3.858,1435,3.858,1436,5.871,1437,4.928]],["title/interfaces/Transaction.html",[0,0.775,353,1.048]],["body/interfaces/Transaction.html",[0,1.5,1,4.017,2,1.602,3,0.104,4,0.081,5,0.059,7,1.204,8,1.814,9,1.652,10,0.475,11,1.024,12,0.939,21,0.713,23,1.475,24,0.011,25,1.425,26,2.084,27,1.946,38,3.628,48,1.736,64,2.569,80,2.168,82,1.023,83,0.104,84,0.005,85,0.007,86,0.005,116,2.7,118,0.556,120,3.009,164,0.252,251,1.309,353,2.197,537,1.704,762,4.184,876,3.958,909,2.7,1119,4.704,1204,3.024,1205,3.233,1206,3.233,1207,3.233,1208,3.024,1209,3.024,1210,5.19,1211,4.387,1212,4.387,1213,4.995,1214,4.387,1215,5.34,1216,3.233,1217,5.281,1218,5.004,1219,2.942,1220,4.387,1221,3.024,1222,3.233,1223,3.024,1224,2.85,1225,3.024,1226,3.233,1227,3.233,1228,3.024,1229,2.942]],["title/components/TransactionDetailsComponent.html",[199,0.614,352,1.383]],["body/components/TransactionDetailsComponent.html",[3,0.074,4,0.104,5,0.042,8,1.119,10,0.446,11,0.803,12,0.736,21,0.552,23,1.307,24,0.011,27,1.724,65,3.637,79,2.875,83,0.074,84,0.004,85,0.006,86,0.004,87,0.074,99,0.857,103,0.758,105,3.19,110,0.976,112,1.066,114,0.985,117,0.803,118,0.734,120,3.029,136,1.1,137,2.715,164,0.401,187,2.571,199,0.807,200,0.985,201,1.655,202,1.107,203,1.252,204,1.107,205,1.014,209,1.282,210,2.395,211,0.958,212,1.873,213,1.873,214,2.809,215,3.033,217,1.873,219,1.873,231,2.658,242,3.735,245,1.447,267,1.252,268,0.361,271,1.543,272,1.543,273,1.107,274,2.301,275,2.301,276,1.925,310,0.857,311,1.706,312,1.655,313,0.881,314,2.268,315,1.141,316,1.014,317,2.043,318,0.985,319,1.141,320,1.141,321,0.985,322,1.141,323,1.014,324,1.141,325,0.985,326,1.141,327,0.985,328,1.141,329,0.985,330,0.748,331,1.141,332,1.014,333,1.706,334,1.075,335,1.014,336,1.141,337,0.985,338,1.141,339,0.985,340,1.141,341,0.985,342,1.141,343,1.014,344,1.706,345,1.075,346,0.985,347,0.985,348,1.141,349,1.014,350,1.706,351,1.075,352,2.016,353,2.065,354,0.985,355,2.016,356,0.985,357,0.985,358,1.141,359,0.985,360,1.141,361,0.985,362,1.141,363,1.044,364,1.107,365,1.141,455,3.219,457,3.033,521,2.488,522,2.152,683,4.45,762,1.672,876,2.736,888,2.488,1209,4.807,1213,4.807,1217,4.53,1218,4.293,1221,3.219,1223,3.219,1224,3.033,1229,3.446,1294,3.033,1310,3.442,2549,2.737,3076,2.488,3077,4.904,3078,4.094,3211,6.974,3212,6.338,3213,5.583,3214,5.583,3215,5.583,3216,4.661,3217,6.196,3218,6.196,3219,6.196,3220,6.196,3221,5.583,3222,6.196,3223,4.661,3224,3.116,3225,4.661,3226,3.116,3227,3.116,3228,3.116,3229,3.116,3230,3.116,3231,3.116,3232,3.116,3233,3.116,3234,2.488,3235,3.116,3236,3.116,3237,5.583,3238,3.116,3239,3.116,3240,3.116,3241,3.116,3242,3.116,3243,3.116,3244,3.116,3245,3.116,3246,3.116,3247,3.116,3248,3.116,3249,3.116,3250,3.116,3251,3.116,3252,3.116,3253,2.737,3254,5.583,3255,3.116,3256,3.116,3257,6.196,3258,6.196,3259,4.661,3260,6.114,3261,4.661,3262,4.661,3263,6.196,3264,4.094,3265,4.661,3266,4.661,3267,4.661,3268,4.094,3269,4.661,3270,4.661,3271,6.196,3272,6.196,3273,6.196,3274,4.661,3275,4.661,3276,4.661,3277,6.196,3278,4.661,3279,4.661,3280,4.661,3281,4.661,3282,6.196,3283,4.661]],["title/injectables/TransactionService.html",[683,2.622,915,1.344]],["body/injectables/TransactionService.html",[3,0.069,4,0.054,5,0.039,8,0.698,9,1.669,10,0.232,11,0.762,12,1.148,21,0.642,22,1.561,23,1.39,24,0.011,25,0.946,26,2.121,48,1.691,52,1.44,73,1.473,74,1.843,75,3.69,83,0.069,84,0.006,85,0.005,86,0.003,87,0.069,94,3.143,103,0.72,105,2.989,110,0.926,112,1.097,117,1.251,118,0.68,120,2.258,136,1.148,137,2.481,158,1.545,164,0.478,165,3.95,168,1.248,169,1.498,171,2.009,176,2.035,187,2.814,241,4.347,245,1.397,268,0.337,274,2.147,275,2.147,276,2.504,296,3.302,330,1.285,353,1.587,355,1.742,383,2.832,416,1.63,417,1.44,418,1.893,419,3.267,427,3.698,429,3.143,555,3.187,576,1.387,670,1.498,682,4.347,683,2.729,762,2.374,786,1.498,857,2.147,915,1.399,918,1.561,932,1.561,948,2.147,949,5.006,971,3.886,979,1.561,1005,2.19,1044,2.554,1077,1.44,1106,4.587,1109,4.776,1110,5.006,1119,2.48,1136,2.374,1138,2.321,1145,2.554,1174,3.531,1176,3.886,1191,3.531,1208,2.009,1224,1.893,2707,2.321,2708,1.794,2709,2.321,2714,2.321,2916,4.274,2917,2.554,2925,2.321,2926,2.321,3146,2.554,3148,2.554,3264,2.554,3268,2.554,3284,2.321,3285,5.354,3286,5.354,3287,5.354,3288,4.424,3289,4.424,3290,4.424,3291,3.886,3292,5.983,3293,3.886,3294,3.886,3295,5.354,3296,4.424,3297,4.424,3298,6.951,3299,2.908,3300,4.424,3301,2.908,3302,2.908,3303,2.908,3304,2.908,3305,3.886,3306,2.908,3307,3.886,3308,2.908,3309,2.908,3310,5.983,3311,5.983,3312,2.908,3313,5.354,3314,4.424,3315,2.908,3316,2.908,3317,4.424,3318,2.908,3319,2.908,3320,2.908,3321,2.908,3322,2.908,3323,2.908,3324,2.554,3325,2.908,3326,2.554,3327,2.908,3328,2.908,3329,2.908,3330,2.908,3331,2.908,3332,4.424,3333,2.908,3334,2.554,3335,2.321,3336,2.908,3337,2.908,3338,4.424,3339,4.424,3340,2.908,3341,2.554,3342,5.354,3343,2.908,3344,5.354,3345,4.424,3346,5.354,3347,2.908,3348,4.424,3349,3.886,3350,2.908,3351,2.908,3352,2.908,3353,2.908,3354,2.908,3355,2.908,3356,2.908,3357,2.908,3358,4.424,3359,4.424,3360,2.908,3361,2.908,3362,4.424,3363,4.424,3364,2.554,3365,4.424,3366,2.908,3367,2.908,3368,2.908,3369,2.908,3370,2.908,3371,2.908,3372,2.908,3373,2.908,3374,2.908,3375,2.908,3376,2.908,3377,2.908,3378,2.908,3379,2.908,3380,2.908,3381,2.908,3382,2.908,3383,2.908,3384,2.908,3385,2.908,3386,2.908,3387,2.908,3388,2.908,3389,2.908,3390,2.908,3391,2.908,3392,2.908,3393,2.908,3394,2.908,3395,2.908,3396,2.908,3397,2.908,3398,2.908,3399,2.908,3400,2.908,3401,2.908,3402,2.908,3403,2.908,3404,2.908,3405,2.908,3406,2.908,3407,2.908,3408,2.908,3409,2.908,3410,2.908,3411,2.908,3412,2.908,3413,2.908]],["title/classes/TransactionServiceStub.html",[87,0.101,3414,3.393]],["body/classes/TransactionServiceStub.html",[3,0.141,4,0.11,5,0.08,10,0.473,12,1.23,21,0.648,24,0.011,26,2.204,83,0.141,84,0.007,85,0.009,86,0.007,87,0.141,89,2.821,103,1.174,112,1.058,117,1.341,118,0.728,136,1.23,158,1.42,164,0.341,245,1.892,353,1.459,550,3.316,555,3.854,576,2.821,762,3.175,891,3.725,1109,4.723,1110,5.747,1174,5.759,3291,6.337,3293,6.337,3294,6.337,3298,6.836,3305,6.337,3307,6.337,3414,5.759,3415,7.117,3416,5.917,3417,5.917,3418,5.197,3419,5.917,3420,5.917]],["title/components/TransactionsComponent.html",[199,0.614,354,1.344]],["body/components/TransactionsComponent.html",[3,0.076,4,0.06,5,0.043,8,1.142,10,0.256,11,0.82,12,0.897,21,0.696,23,1.157,24,0.011,26,1.206,27,0.729,48,1.834,73,1.728,83,0.135,84,0.004,85,0.006,86,0.004,87,0.076,99,0.882,103,0.774,110,0.997,112,1.131,114,1.014,117,0.978,118,0.658,136,1.111,159,2.823,164,0.431,176,1.014,199,0.821,200,1.014,201,1.691,202,1.139,203,1.288,204,1.139,205,1.043,209,1.309,210,2.436,211,0.986,212,1.913,213,1.913,214,2.817,215,3.043,216,2.936,217,1.913,219,1.913,231,2.696,241,4.491,245,1.865,267,1.288,268,0.371,271,1.587,272,1.587,276,1.958,294,2.668,296,1.977,306,2.357,310,0.882,311,1.742,312,1.691,313,0.907,314,2.3,315,1.173,316,1.043,317,2.078,318,1.014,319,1.173,320,1.173,321,1.014,322,1.173,323,1.043,324,1.173,325,1.014,326,1.173,327,1.014,328,1.173,329,1.014,330,0.769,331,1.173,332,1.043,333,1.742,334,1.106,335,1.043,336,1.173,337,1.014,338,1.173,339,1.014,340,1.173,341,1.014,342,1.173,343,1.043,344,1.742,345,1.106,346,1.014,347,1.014,348,1.173,349,1.043,350,1.742,351,1.106,352,1.043,353,1.918,354,1.987,355,2.599,356,1.014,357,1.014,358,1.173,359,1.014,360,1.173,361,1.014,362,1.173,363,1.074,364,1.139,365,1.173,371,3.921,372,4.987,374,4.987,375,3.921,376,3.921,377,3.288,378,4.339,385,3.288,396,3.921,398,4.339,400,5.016,402,3.8,403,4.181,405,3.921,406,3.098,407,3.288,409,3.921,410,3.288,411,2.214,412,1.651,413,1.721,414,1.721,415,1.977,416,1.797,417,1.587,418,2.087,427,2.214,429,1.882,430,2.087,436,3.288,438,3.288,441,2.214,450,3.8,451,3.288,455,3.288,457,4.089,683,4.491,1096,5.194,1217,4.089,1218,3.875,2537,2.816,2778,3.8,3341,2.816,3364,4.181,3421,2.816,3422,5.678,3423,5.678,3424,4.76,3425,5.678,3426,5.678,3427,5.678,3428,5.678,3429,6.283,3430,6.283,3431,4.76,3432,3.206,3433,4.76,3434,3.206,3435,3.206,3436,3.206,3437,3.206,3438,3.206,3439,4.76,3440,3.206,3441,3.206,3442,3.206,3443,3.206,3444,3.206,3445,3.206,3446,3.206,3447,3.206,3448,3.206,3449,3.206,3450,3.206,3451,4.76,3452,3.206,3453,3.206,3454,4.76,3455,4.76,3456,3.206,3457,3.206,3458,3.206,3459,4.76,3460,4.76,3461,3.206,3462,3.206,3463,6.283,3464,4.76,3465,4.76,3466,4.76,3467,4.76,3468,4.76,3469,4.76,3470,4.76]],["title/modules/TransactionsModule.html",[459,1.138,471,2.936]],["body/modules/TransactionsModule.html",[3,0.121,4,0.095,5,0.069,24,0.011,82,1.698,83,0.121,84,0.006,85,0.008,86,0.006,87,0.121,164,0.511,167,2.02,268,0.59,310,1.402,352,2.816,354,2.573,412,2.625,413,2.735,414,2.735,459,1.364,461,1.866,462,2.524,463,3.902,464,2.625,465,2.735,470,4.191,471,6.006,472,3.526,473,2.735,474,2.43,476,2.727,477,3.856,478,2.857,480,2.992,482,3.144,485,3.52,486,5.244,487,2.735,488,3.764,492,4.276,493,4.537,494,4.851,495,3.764,496,4.537,497,4.052,498,3.144,499,4.276,500,3.318,501,3.144,502,4.052,503,3.144,504,4.052,505,3.144,506,4.276,507,3.318,508,4.537,509,3.52,513,4.537,514,3.318,520,5.771,521,4.069,522,3.52,3212,4.069,3471,4.477,3472,4.477,3473,4.477,3474,4.477,3475,5.62,3476,5.097,3477,5.097,3478,4.477,3479,5.097]],["title/modules/TransactionsRoutingModule.html",[459,1.138,3475,2.936]],["body/modules/TransactionsRoutingModule.html",[3,0.154,4,0.12,5,0.087,24,0.011,74,1.432,82,1.512,83,0.154,84,0.008,85,0.009,86,0.008,87,0.154,164,0.466,167,1.991,199,0.936,268,0.75,273,2.3,354,2.408,461,2.37,476,3.16,524,3.801,525,3.857,526,4.268,527,3.801,531,3.994,3475,5.259,3478,5.688,3480,6.475]],["title/interfaces/Tx.html",[0,0.775,1119,2.383]],["body/interfaces/Tx.html",[0,1.51,1,3.63,2,1.657,3,0.108,4,0.084,5,0.061,7,1.246,8,1.646,9,2.293,10,0.548,11,1.047,21,0.67,23,1.442,24,0.011,25,1.473,26,2.179,27,1.902,38,3.508,48,1.087,64,2.437,80,2.242,82,1.058,83,0.108,84,0.005,85,0.007,86,0.005,116,2.793,118,0.569,120,2.886,164,0.261,251,2.05,353,2.194,537,2.366,762,4.226,876,4.799,909,3.749,1119,4.508,1204,3.127,1205,3.344,1206,3.344,1207,3.344,1208,3.127,1209,3.127,1210,4.978,1211,4.488,1212,4.488,1213,4.738,1214,4.488,1215,5.414,1216,3.344,1217,4.465,1218,4.231,1219,2.242,1220,3.344,1221,5.064,1222,4.488,1223,5.064,1224,3.956,1225,4.197,1226,5.414,1227,5.414,1228,3.127,1229,3.009]],["title/interfaces/TxToken.html",[0,0.775,1210,2.767]],["body/interfaces/TxToken.html",[0,1.517,1,3.666,2,1.698,3,0.11,4,0.086,5,0.063,7,1.276,8,1.667,9,1.751,10,0.493,11,1.064,21,0.642,23,1.487,24,0.011,25,1.51,26,2.051,27,1.961,38,3.527,48,1.114,64,2.63,80,3.059,82,1.084,83,0.11,84,0.006,85,0.007,86,0.006,116,3.81,118,0.742,120,3.141,164,0.267,251,1.387,353,2.18,537,1.806,762,4.255,876,4.076,909,2.862,1119,4.444,1204,3.205,1205,3.426,1206,3.426,1207,3.426,1208,3.205,1209,3.205,1210,5.161,1211,4.562,1212,4.562,1213,4.796,1214,4.562,1215,5.128,1216,3.426,1217,4.52,1218,4.283,1219,2.297,1220,3.426,1221,3.205,1222,3.426,1223,3.205,1224,3.02,1225,3.205,1226,3.426,1227,3.426,1228,4.266,1229,3.926]],["title/classes/UserServiceStub.html",[87,0.101,3481,3.393]],["body/classes/UserServiceStub.html",[3,0.075,4,0.058,5,0.042,10,0.251,11,0.807,12,0.982,14,4.401,17,4.843,19,1.759,21,0.69,22,1.684,23,1.309,24,0.011,25,2.789,26,1.686,27,1.065,38,2.01,42,2.043,43,2.043,48,1.124,67,3.471,73,1.289,77,2.58,83,0.075,84,0.004,85,0.006,86,0.004,87,0.075,89,1.496,103,0.762,112,0.949,117,1.071,118,0.765,120,2.963,136,0.982,138,2.422,147,3.001,158,1.492,164,0.181,168,1.346,195,4.336,294,3.485,307,5.231,400,6.268,532,4.354,534,4.762,535,4.547,537,3.056,540,2.32,550,1.759,555,2.776,572,2.757,576,1.496,587,3.649,589,3.74,641,6.352,642,5.461,702,4.542,847,1.393,864,3.236,879,3.835,891,3.325,1133,4.096,1626,3.74,1628,3.74,1629,4.963,1630,6.175,1631,4.963,1632,5.489,1633,3.74,1634,3.74,1635,4.963,1636,3.74,1637,4.294,1638,3.74,1639,3.74,1640,3.74,1641,4.591,1642,3.74,1643,3.236,1644,3.74,2014,3.74,2109,3.74,2139,3.74,2296,2.505,2333,3.74,2401,2.505,2409,4.475,2460,5.772,2461,4.963,2522,4.115,3005,4.14,3418,2.757,3481,3.74,3482,6.352,3483,4.685,3484,4.685,3485,3.138,3486,5.606,3487,5.606,3488,5.606,3489,7.852,3490,5.606,3491,5.606,3492,7.852,3493,7.852,3494,4.685,3495,4.685,3496,4.685,3497,4.685,3498,4.685,3499,4.685,3500,4.685,3501,4.685,3502,4.685,3503,4.685,3504,4.685,3505,4.685,3506,4.685,3507,4.685,3508,4.685,3509,4.685,3510,4.685,3511,4.685,3512,4.685,3513,4.685,3514,4.685,3515,4.685,3516,3.138,3517,4.685,3518,3.138,3519,4.685,3520,3.138,3521,3.138,3522,4.685,3523,3.138,3524,3.138,3525,3.138,3526,3.138,3527,3.138,3528,3.138,3529,3.138,3530,3.138,3531,3.138,3532,2.757,3533,3.138]],["title/interfaces/W3.html",[0,0.775,2972,3.139]],["body/interfaces/W3.html",[0,1.389,2,2.063,3,0.134,4,0.105,5,0.076,7,1.55,10,0.45,11,1.206,21,0.583,24,0.011,63,4.396,64,2.705,82,1.316,83,0.134,84,0.007,85,0.008,86,0.007,87,0.134,92,5.882,94,4.11,99,2.297,115,4.557,165,4.592,175,5.767,179,2.502,297,4.836,353,1.39,913,5.589,1005,2.791,1114,4.269,1279,5.658,1424,5.589,1478,4.162,2539,5.17,2586,4.499,2969,4.499,2970,6.69,2971,4.951,2972,6.049,2973,4.951,2975,6.15,2976,6.15,2980,4.951,2981,6.15,2982,6.15]],["title/coverage.html",[3534,4.648]],["body/coverage.html",[0,1.512,1,1.442,5,0.039,6,4.192,15,1.442,21,0.242,22,2.377,24,0.011,27,0.662,52,1.442,55,2.281,71,1.896,75,1.797,77,3.684,84,0.003,85,0.005,86,0.003,87,0.186,88,2.325,90,4.278,129,1.797,165,2.483,168,2.299,171,3.059,176,0.921,199,1.215,200,0.921,206,3.891,207,2.151,208,2.559,241,1.797,254,1.797,294,4.967,313,1.821,316,0.948,318,0.921,321,0.921,323,0.948,325,0.921,327,0.921,329,0.921,330,1.286,332,0.948,334,1.004,335,0.948,337,0.921,339,0.921,341,0.921,343,0.948,345,1.004,346,0.921,347,0.921,349,0.948,351,1.004,352,0.948,353,0.718,354,0.921,357,0.921,359,0.921,361,0.921,363,0.976,366,2.559,370,2.012,383,1.17,415,1.797,459,1.434,484,2.325,490,2.151,532,1.563,533,4.136,542,1.71,545,1.797,547,2.325,548,2.559,549,1.633,550,4.073,584,2.559,587,1.896,613,1.896,655,1.633,669,2.559,682,1.797,683,1.797,684,1.896,762,1.563,771,2.012,772,1.896,773,2.012,774,2.012,787,2.151,788,2.012,794,1.896,823,2.559,847,2.379,861,3.356,881,2.732,883,2.559,891,2.464,915,2.4,933,2.559,934,1.633,982,2.012,1096,2.151,1097,2.559,1098,2.559,1106,1.896,1114,1.633,1119,1.633,1204,4.136,1210,1.896,1219,1.442,1230,2.559,1231,2.559,1234,2.151,1235,2.151,1237,2.151,1239,2.151,1276,2.559,1277,2.559,1307,2.325,1308,2.559,1337,2.559,1338,2.151,1339,2.559,1353,2.559,1354,2.559,1373,2.559,1428,2.559,1435,3.957,1438,3.536,1439,3.536,1505,2.559,1506,2.559,1516,2.559,1532,2.559,1548,2.559,1588,3.536,1589,2.559,1602,3.536,1612,2.151,1613,6.059,1614,6.059,1787,2.732,1896,2.325,2395,2.325,2493,2.325,2516,5.801,2595,4.265,2596,3.957,2667,1.633,2668,2.151,2742,2.559,2743,2.325,2744,2.559,2763,2.559,2797,1.896,2798,4.192,2817,1.896,2858,2.559,2889,2.559,2907,2.559,2914,2.325,2927,2.325,2928,2.559,2942,2.559,2943,2.325,2957,2.012,2959,2.559,2969,3.536,2972,2.151,2983,2.559,3038,2.012,3050,2.559,3063,2.559,3068,2.559,3074,2.559,3075,2.151,3076,4.278,3081,2.012,3100,2.559,3101,2.559,3106,2.012,3107,4.278,3108,4.278,3116,2.559,3134,2.559,3162,2.325,3163,2.559,3167,2.559,3206,2.559,3211,2.559,3212,2.325,3234,2.325,3284,3.536,3414,2.325,3415,2.559,3421,2.559,3481,2.325,3482,2.559,3534,2.325,3535,2.913,3536,2.913,3537,5.359,3538,8.409,3539,8.442,3540,4.429,3541,7.823,3542,2.559,3543,2.559,3544,2.559,3545,2.559,3546,2.559,3547,4.429,3548,2.559,3549,4.78,3550,6.441,3551,2.559,3552,2.559,3553,4.278,3554,2.559,3555,2.559,3556,2.559,3557,3.891,3558,3.891,3559,2.559,3560,2.559,3561,2.913,3562,4.429,3563,2.913,3564,4.429,3565,7.823,3566,2.913,3567,4.429,3568,5.988,3569,5.988,3570,4.429,3571,4.429,3572,2.913,3573,5.988,3574,2.913,3575,4.429,3576,3.891,3577,2.913,3578,2.913,3579,2.913,3580,2.913,3581,7.052,3582,4.429,3583,5.359,3584,2.559,3585,2.559,3586,2.559,3587,2.559,3588,2.913,3589,2.913]],["title/dependencies.html",[462,2.534,3590,3.54]],["body/dependencies.html",[9,2.104,22,2.992,24,0.011,52,2.76,84,0.007,85,0.008,86,0.007,165,3.125,268,0.645,270,2.992,273,1.98,462,2.76,464,2.871,478,3.125,487,2.992,488,4.117,576,2.658,617,4.897,708,4.45,709,3.629,777,5.551,778,3.898,791,4.45,792,4.45,876,3.272,1005,3.753,1136,3.732,1377,3.272,2502,4.117,2667,3.125,2875,4.897,2876,4.897,3324,4.897,3326,4.897,3335,4.45,3591,7.563,3592,5.575,3593,6.954,3594,5.575,3595,5.575,3596,5.575,3597,5.575,3598,5.575,3599,5.575,3600,5.575,3601,5.575,3602,5.575,3603,5.575,3604,5.575,3605,5.575,3606,5.575,3607,5.575,3608,5.575,3609,5.575,3610,6.954,3611,5.575,3612,6.954,3613,6.954,3614,5.575,3615,5.575,3616,5.575,3617,5.575,3618,5.575,3619,5.575,3620,5.575,3621,5.575,3622,5.575,3623,5.575,3624,5.575,3625,5.575,3626,5.575,3627,5.575,3628,5.575,3629,5.575,3630,5.575,3631,5.575,3632,5.575,3633,5.575,3634,5.575,3635,5.575,3636,5.575,3637,5.575]],["title/miscellaneous/functions.html",[2542,4.086,3638,2.614]],["body/miscellaneous/functions.html",[5,0.101,7,2.238,9,3.07,10,0.379,12,1.285,21,0.646,22,4.007,24,0.011,26,1.201,57,2.656,64,2.652,82,1.107,84,0.006,85,0.007,86,0.006,91,3.226,100,4.077,112,0.852,117,1.402,118,0.773,130,5.001,131,4.162,133,5.001,136,1.321,137,2.293,138,1.587,139,4.162,149,5.001,159,3.184,195,2.656,245,1.639,251,1.416,415,3.864,573,3.273,579,5.502,702,4.077,996,5.602,1133,3.677,1294,3.084,1377,2.781,1643,3.273,2542,3.783,2914,5.602,3234,5.001,3253,4.162,3542,4.162,3543,5.502,3544,5.502,3545,4.162,3546,5.502,3548,4.162,3549,6.198,3551,4.162,3552,5.502,3553,3.783,3554,5.502,3555,5.502,3557,4.162,3558,6.164,3559,5.502,3560,5.502,3638,3.499,3639,4.739,3640,4.739,3641,4.739,3642,4.739,3643,5.502,3644,6.264,3645,4.739,3646,6.264,3647,4.739,3648,4.739,3649,4.739,3650,4.739,3651,5.502,3652,7.018,3653,4.739,3654,6.264,3655,4.739,3656,4.162,3657,4.162,3658,4.739,3659,6.264,3660,7.018,3661,7.764,3662,6.558,3663,4.739,3664,4.739,3665,4.739,3666,4.739,3667,4.739,3668,4.739,3669,4.739,3670,4.739,3671,4.739,3672,4.739,3673,4.162,3674,4.739,3675,4.739,3676,4.739,3677,6.264,3678,4.739,3679,4.739,3680,4.739,3681,5.001,3682,4.739,3683,6.264,3684,7.466,3685,5.502,3686,6.264,3687,4.739]],["title/index.html",[10,0.283,3688,3.109,3689,3.109]],["body/index.html",[4,0.095,5,0.098,24,0.009,54,3.005,73,1.408,84,0.006,85,0.008,86,0.006,99,1.408,114,1.619,118,0.72,168,3.495,176,2.083,199,1.053,202,1.818,215,2.34,301,4.086,355,1.666,420,2.636,459,2.218,461,1.874,474,2.441,487,4.372,540,2.535,549,3.693,556,5.379,573,5.626,704,3.78,731,4.497,827,4.497,856,4.497,865,4.497,879,3.157,903,3.78,905,4.086,1005,2.535,1136,2.747,1225,3.535,1272,5.787,1409,3.332,1550,5.787,2043,5.815,2502,4.865,3005,3.78,3591,4.497,3673,6.399,3690,5.119,3691,5.119,3692,6.588,3693,7.958,3694,7.511,3695,7.692,3696,5.787,3697,5.119,3698,5.119,3699,5.787,3700,5.119,3701,5.119,3702,5.119,3703,5.119,3704,4.497,3705,5.119,3706,4.497,3707,5.119,3708,7.958,3709,6.99,3710,5.119,3711,5.119,3712,4.497,3713,5.119,3714,7.692,3715,6.503,3716,6.588,3717,5.119,3718,5.119,3719,5.787,3720,5.119,3721,5.119,3722,5.119,3723,5.119,3724,5.119,3725,5.119,3726,5.787,3727,5.787,3728,6.588,3729,7.692,3730,5.119,3731,5.787,3732,5.119,3733,6.756,3734,5.119,3735,5.119,3736,5.119,3737,4.497,3738,5.119,3739,5.119,3740,5.119,3741,5.119,3742,5.119,3743,5.119,3744,4.497,3745,4.497,3746,4.086,3747,5.119,3748,5.119]],["title/license.html",[3688,3.109,3689,3.109,3749,3.109]],["body/license.html",[0,0.784,2,0.919,4,0.144,5,0.025,9,0.947,20,1.293,21,0.153,24,0.002,25,1.957,26,0.466,28,0.506,35,3.942,36,1.271,38,1.977,44,0.487,54,4.103,57,3.1,64,2.373,65,1.08,84,0.002,85,0.002,86,0.002,87,0.024,98,2.266,99,1.267,100,2.305,103,0.166,104,3.333,112,0.139,115,1.997,120,0.386,127,0.897,140,0.897,144,2.446,145,1.853,146,3.603,148,3.467,155,1.359,158,0.245,164,0.059,176,1.36,195,1.985,199,0.512,245,0.239,276,0.352,301,0.816,308,1.997,353,1.06,398,1.733,402,0.816,416,1.031,455,0.706,474,0.487,530,0.665,537,0.398,539,2.079,556,5.11,559,2.45,560,0.6,562,0.897,577,1.616,578,1.616,587,0.665,613,0.665,628,0.897,655,0.573,688,0.816,697,1.135,702,2.305,715,0.754,720,0.816,722,2.305,743,0.754,809,2.615,847,0.454,879,2.184,884,1.469,886,2.915,891,0.846,903,1.359,904,0.816,907,4.088,909,1.893,916,3.009,917,3.292,1005,0.506,1020,0.897,1021,1.616,1052,0.897,1054,0.897,1055,1.469,1056,1.469,1077,0.506,1110,1.359,1133,2.079,1136,0.548,1178,0.897,1180,1.616,1218,1.893,1268,1.634,1270,1.359,1281,4.26,1295,1.271,1296,3.151,1299,1.616,1321,1.616,1383,0.897,1391,0.706,1409,4.863,1410,0.897,1418,1.469,1425,2.205,1454,2.45,1459,1.469,1469,3.678,1471,0.816,1473,2.004,1501,5.464,1580,1.616,1608,0.897,1616,2.695,1619,0.897,1637,1.733,1641,0.754,1782,0.816,1905,0.816,1925,0.816,1972,1.853,2063,0.816,2082,0.816,2111,0.816,2117,0.816,2126,0.816,2134,6.8,2136,4.088,2355,0.816,2356,3.151,2502,2.615,2505,1.616,2506,1.616,2538,0.897,2539,2.266,2541,2.205,2620,0.706,2681,1.469,2693,2.004,2694,1.469,2764,1.359,2778,0.816,2785,3.111,2790,0.897,2819,4.556,2864,2.004,2943,0.816,2998,2.205,3005,3.603,3014,0.897,3067,2.205,3260,0.897,3349,1.616,3532,1.616,3534,1.469,3587,0.897,3651,5.154,3656,6.14,3657,1.616,3662,0.897,3681,0.816,3685,1.616,3694,4.047,3696,2.695,3699,0.897,3704,2.695,3706,2.695,3709,0.897,3712,0.897,3719,3.467,3727,2.205,3731,0.897,3733,0.897,3737,2.205,3744,4.047,3745,3.776,3749,7.522,3750,6.491,3751,1.022,3752,1.022,3753,2.51,3754,7.286,3755,4.607,3756,6.589,3757,7.119,3758,3.947,3759,1.022,3760,1.022,3761,1.84,3762,3.542,3763,3.542,3764,2.51,3765,2.51,3766,1.022,3767,1.022,3768,1.022,3769,1.84,3770,5.532,3771,3.947,3772,1.022,3773,3.947,3774,1.022,3775,1.022,3776,4.607,3777,1.022,3778,1.022,3779,1.022,3780,5.868,3781,7.913,3782,5.868,3783,2.51,3784,2.51,3785,1.84,3786,1.84,3787,4.299,3788,4.299,3789,5.868,3790,3.542,3791,1.022,3792,3.069,3793,4.607,3794,1.84,3795,4.607,3796,2.51,3797,1.022,3798,1.84,3799,1.022,3800,2.51,3801,6.491,3802,3.542,3803,1.84,3804,3.069,3805,1.022,3806,1.022,3807,1.84,3808,3.069,3809,5.532,3810,1.84,3811,6.681,3812,1.84,3813,3.069,3814,4.299,3815,3.542,3816,1.022,3817,4.607,3818,3.542,3819,7.383,3820,2.51,3821,4.299,3822,1.022,3823,1.022,3824,4.607,3825,1.84,3826,5.337,3827,5.121,3828,3.542,3829,1.84,3830,1.022,3831,1.022,3832,6.014,3833,1.84,3834,1.022,3835,5.708,3836,1.84,3837,1.022,3838,2.51,3839,1.022,3840,1.022,3841,1.022,3842,1.022,3843,1.022,3844,1.022,3845,1.022,3846,1.022,3847,1.022,3848,1.022,3849,1.84,3850,1.022,3851,1.022,3852,1.022,3853,1.84,3854,1.022,3855,1.022,3856,1.84,3857,1.84,3858,5.868,3859,1.022,3860,1.84,3861,1.84,3862,1.022,3863,1.022,3864,1.84,3865,2.51,3866,1.84,3867,2.51,3868,1.022,3869,1.022,3870,3.947,3871,1.022,3872,1.022,3873,3.542,3874,1.022,3875,1.022,3876,3.069,3877,1.022,3878,1.022,3879,1.84,3880,2.51,3881,1.022,3882,1.022,3883,4.879,3884,1.022,3885,5.868,3886,3.069,3887,3.542,3888,3.947,3889,2.51,3890,1.022,3891,2.51,3892,6.386,3893,1.84,3894,1.022,3895,1.022,3896,1.022,3897,2.51,3898,7.811,3899,5.121,3900,1.022,3901,1.022,3902,1.84,3903,1.84,3904,1.022,3905,5.121,3906,1.022,3907,3.069,3908,4.607,3909,1.022,3910,2.51,3911,2.51,3912,1.84,3913,3.947,3914,7.724,3915,2.51,3916,4.879,3917,3.069,3918,4.299,3919,1.84,3920,1.022,3921,1.84,3922,2.51,3923,4.879,3924,3.069,3925,1.022,3926,1.84,3927,1.84,3928,3.069,3929,3.069,3930,1.022,3931,2.51,3932,1.022,3933,7.056,3934,1.84,3935,1.022,3936,4.607,3937,1.022,3938,2.51,3939,6.014,3940,3.069,3941,1.84,3942,5.337,3943,3.947,3944,1.022,3945,1.022,3946,4.607,3947,1.022,3948,1.84,3949,1.022,3950,1.84,3951,2.51,3952,1.022,3953,2.51,3954,1.022,3955,1.022,3956,1.022,3957,1.022,3958,2.51,3959,2.51,3960,1.022,3961,1.022,3962,1.022,3963,1.84,3964,1.022,3965,2.51,3966,2.51,3967,3.947,3968,2.51,3969,2.51,3970,1.022,3971,1.022,3972,3.542,3973,3.947,3974,1.022,3975,1.022,3976,1.022,3977,1.022,3978,2.51,3979,1.022,3980,1.022,3981,1.022,3982,1.022,3983,1.022,3984,1.84,3985,1.022,3986,6.845,3987,4.607,3988,1.022,3989,1.84,3990,1.022,3991,1.022,3992,1.84,3993,1.84,3994,1.022,3995,1.022,3996,1.022,3997,1.84,3998,2.51,3999,1.022,4000,1.84,4001,1.022,4002,1.022,4003,1.022,4004,1.022,4005,5.121,4006,4.299,4007,3.069,4008,1.022,4009,3.542,4010,1.022,4011,1.84,4012,1.022,4013,1.022,4014,2.51,4015,1.022,4016,1.022,4017,1.022,4018,2.51,4019,2.51,4020,1.022,4021,1.022,4022,1.84,4023,1.84,4024,1.84,4025,1.022,4026,1.84,4027,1.022,4028,1.022,4029,1.022,4030,1.022,4031,1.022,4032,1.022,4033,2.51,4034,1.022,4035,1.022,4036,6.014,4037,1.022,4038,1.022,4039,1.022,4040,3.542,4041,3.542,4042,1.022,4043,1.022,4044,2.51,4045,1.022,4046,1.022,4047,3.069,4048,1.022,4049,1.84,4050,1.022,4051,1.022,4052,1.022,4053,1.022,4054,1.022,4055,1.84,4056,1.84,4057,1.022,4058,2.51,4059,1.022,4060,1.022,4061,1.84,4062,1.022,4063,1.022,4064,1.022,4065,1.022,4066,1.84,4067,1.84,4068,3.947,4069,1.022,4070,1.022,4071,1.84,4072,2.51,4073,2.51,4074,3.069,4075,3.069,4076,3.069,4077,1.84,4078,1.022,4079,3.542,4080,3.542,4081,1.022,4082,1.84,4083,1.84,4084,3.542,4085,1.84,4086,3.069,4087,3.069,4088,2.51,4089,5.868,4090,3.542,4091,1.022,4092,1.022,4093,1.022,4094,2.51,4095,1.84,4096,1.84,4097,1.022,4098,1.022,4099,1.022,4100,1.84,4101,1.022,4102,1.022,4103,1.022,4104,2.51,4105,1.022,4106,1.022,4107,2.51,4108,1.022,4109,1.84,4110,1.022,4111,1.022,4112,1.022,4113,1.84,4114,1.84,4115,3.947,4116,6.681,4117,2.51,4118,1.84,4119,1.84,4120,1.84,4121,1.84,4122,3.069,4123,1.84,4124,1.022,4125,1.022,4126,1.022,4127,1.022,4128,3.947,4129,1.84,4130,1.022,4131,1.022,4132,1.022,4133,1.022,4134,1.84,4135,1.022,4136,1.84,4137,1.022,4138,3.542,4139,1.022,4140,1.022,4141,1.022,4142,1.022,4143,1.022,4144,1.022,4145,1.022,4146,1.022,4147,1.022,4148,2.51,4149,3.542,4150,3.069,4151,3.069,4152,1.84,4153,1.022,4154,1.022,4155,1.022,4156,1.022,4157,1.022,4158,1.84,4159,1.022,4160,1.022,4161,3.069,4162,1.022,4163,1.022,4164,1.84,4165,1.022,4166,1.022,4167,2.51,4168,1.022,4169,1.022,4170,1.022,4171,1.022,4172,1.022,4173,1.84,4174,1.022,4175,1.022,4176,1.022,4177,1.022,4178,2.51,4179,1.022,4180,1.022,4181,1.022,4182,1.022,4183,3.542,4184,1.022,4185,1.022,4186,3.069,4187,1.022,4188,1.022,4189,1.022,4190,1.022,4191,1.022,4192,1.022,4193,1.022,4194,2.51,4195,1.022,4196,1.022,4197,1.022,4198,2.51,4199,1.022,4200,1.022,4201,2.51,4202,1.022,4203,1.84,4204,1.022,4205,1.022,4206,1.022,4207,1.022,4208,1.022,4209,1.022,4210,1.022,4211,1.022,4212,1.022,4213,1.84,4214,1.022,4215,1.022,4216,1.022,4217,1.84,4218,1.84,4219,1.022,4220,1.022,4221,2.51,4222,1.022,4223,2.51,4224,1.84,4225,1.022,4226,1.84,4227,1.84,4228,1.022,4229,2.51,4230,4.299,4231,1.022,4232,1.84,4233,1.84,4234,1.022,4235,1.84,4236,1.022,4237,1.022,4238,1.022,4239,1.022,4240,1.022,4241,1.84,4242,1.022,4243,3.069,4244,1.022,4245,3.542,4246,1.022,4247,1.022,4248,1.022,4249,1.022,4250,1.022,4251,1.84,4252,1.84,4253,1.84,4254,2.51,4255,1.022,4256,1.84,4257,1.84,4258,1.022,4259,2.51,4260,1.022,4261,1.84,4262,1.022,4263,1.84,4264,1.022,4265,1.84,4266,1.022,4267,1.022,4268,1.84,4269,6.845,4270,1.84,4271,1.022,4272,3.542,4273,5.121,4274,2.51,4275,1.022,4276,1.022,4277,1.022,4278,3.069,4279,1.022,4280,1.022,4281,2.51,4282,1.84,4283,1.022,4284,1.022,4285,1.022,4286,1.022,4287,1.022,4288,1.022,4289,1.022,4290,1.022,4291,3.069,4292,1.84,4293,1.84,4294,1.022,4295,1.022,4296,2.51,4297,1.022,4298,1.84,4299,2.51,4300,1.84,4301,1.022,4302,1.022,4303,1.022,4304,1.022,4305,1.84,4306,2.51,4307,1.022,4308,1.022,4309,1.84,4310,1.022,4311,1.022,4312,1.022,4313,1.022,4314,1.022,4315,1.022,4316,2.51,4317,1.84,4318,1.022,4319,1.022,4320,3.069,4321,1.022,4322,2.51,4323,1.022,4324,1.022,4325,1.84,4326,1.022,4327,1.022,4328,1.022,4329,2.51,4330,1.84,4331,1.022,4332,4.299,4333,1.84,4334,2.51,4335,3.069,4336,1.022,4337,1.022,4338,1.84,4339,1.022,4340,2.51,4341,1.022,4342,1.84,4343,1.022,4344,1.022,4345,1.022,4346,1.022,4347,2.51,4348,1.022,4349,1.84,4350,2.51,4351,1.84,4352,1.022,4353,1.84,4354,1.022,4355,1.022,4356,1.84,4357,1.84,4358,1.022,4359,1.022,4360,1.84,4361,1.022,4362,1.022,4363,1.022,4364,1.022,4365,1.022,4366,1.022,4367,1.022,4368,1.022,4369,1.022,4370,1.022,4371,1.84,4372,2.51,4373,1.022,4374,1.022,4375,1.022,4376,1.022,4377,1.022,4378,1.84,4379,1.022,4380,1.022,4381,1.022,4382,1.022,4383,1.022,4384,1.022,4385,1.022,4386,1.022,4387,1.022,4388,1.022,4389,1.022,4390,1.022,4391,1.022,4392,3.069,4393,1.022,4394,1.84,4395,1.022,4396,1.022,4397,1.022,4398,1.022,4399,1.022,4400,1.022,4401,1.022,4402,1.022,4403,1.022,4404,1.022,4405,2.51,4406,1.022,4407,1.022,4408,1.022,4409,1.022,4410,1.84,4411,1.022,4412,1.022,4413,1.022,4414,1.022,4415,1.022,4416,1.84,4417,1.84,4418,2.51,4419,1.022,4420,1.84,4421,1.022,4422,1.022,4423,1.022,4424,1.022,4425,2.51,4426,1.84,4427,1.022,4428,1.84,4429,1.84,4430,1.84,4431,1.022,4432,1.022,4433,1.022,4434,1.022,4435,1.022,4436,1.022,4437,1.84,4438,1.022,4439,1.022,4440,1.84,4441,1.022,4442,2.51,4443,1.022,4444,1.022,4445,1.022,4446,1.022,4447,1.022,4448,1.022,4449,1.022,4450,1.022,4451,1.022,4452,1.022,4453,1.022,4454,1.022,4455,1.022,4456,1.022,4457,1.84,4458,1.022,4459,1.022,4460,1.022,4461,1.022,4462,1.022,4463,1.022,4464,1.022,4465,1.022,4466,1.022,4467,1.022,4468,1.022,4469,1.022,4470,1.022,4471,1.022,4472,1.022,4473,1.022,4474,2.51,4475,1.84,4476,1.022,4477,1.022,4478,1.022,4479,1.022,4480,1.022,4481,1.84,4482,1.022,4483,1.022,4484,1.84,4485,1.84,4486,1.022,4487,1.022,4488,1.022,4489,1.022,4490,1.022,4491,1.022,4492,1.022,4493,1.022,4494,1.022,4495,1.022,4496,1.022,4497,1.022,4498,1.022,4499,1.022,4500,1.022,4501,1.022,4502,1.022,4503,1.022,4504,1.022,4505,1.022,4506,1.022,4507,1.022,4508,1.022,4509,1.022]],["title/modules.html",[461,2.131]],["body/modules.html",[24,0.009,84,0.007,85,0.009,86,0.007,146,6.408,460,4.496,461,2.228,469,4.205,470,3.136,471,4.205,660,4.496,664,4.205,764,4.496,770,4.205,778,4.897,921,4.496,925,4.205,2864,6.974,2866,4.496,2870,4.205,3021,4.496,3025,4.205,3191,4.496,3195,4.205,3475,4.205,4510,8.737,4511,8.966,4512,8.678]],["title/overview.html",[3746,4.648]],["body/overview.html",[2,1.472,24,0.011,77,1.67,82,0.94,84,0.005,85,0.007,86,0.005,89,1.918,200,2.04,201,1.429,310,1.107,316,2.099,318,2.04,321,2.04,323,2.536,325,2.04,327,2.04,329,2.04,332,2.536,335,2.536,337,2.04,339,2.04,341,2.04,343,2.536,346,2.04,347,2.04,349,2.536,352,2.536,354,2.04,356,1.272,357,2.465,359,2.04,361,2.04,398,2.778,459,1.077,460,6.311,461,1.472,462,1.992,463,2.159,464,2.072,465,2.159,466,3.534,467,3.534,468,3.534,469,4.455,470,4.583,471,5.759,472,3.008,473,2.159,474,1.918,660,5.871,661,3.534,662,3.534,663,3.534,664,4.455,764,6.339,765,3.534,766,3.534,767,3.534,768,3.534,769,3.534,770,4.455,771,4.455,772,4.199,773,4.455,774,4.455,882,3.211,921,5.871,922,3.534,923,3.534,924,3.534,925,4.455,932,2.159,1133,3.29,1637,2.778,2866,5.871,2867,3.534,2868,3.534,2869,3.534,2870,4.455,2957,5.384,2958,3.211,3021,6.039,3022,3.534,3023,3.534,3024,3.534,3025,4.455,3035,3.534,3036,3.534,3037,3.534,3038,5.384,3191,6.039,3192,3.534,3193,3.534,3194,3.534,3195,4.455,3471,3.534,3472,3.534,3473,3.534,3474,3.534,3475,4.455,3746,3.211,4513,4.023,4514,4.023,4515,4.023,4516,4.023]],["title/routes.html",[525,2.776]],["body/routes.html",[24,0.01,84,0.008,85,0.01,86,0.008,525,3.342]],["title/miscellaneous/variables.html",[3638,2.614,3715,4.086]],["body/miscellaneous/variables.html",[1,0.771,6,1.013,8,0.838,9,1.318,10,0.124,11,0.268,14,2.606,16,1.075,17,0.96,18,1.075,19,0.872,20,3.636,21,0.61,22,2.495,24,0.011,25,2.013,26,0.394,27,0.794,28,1.319,31,0.914,32,1.149,38,0.668,39,1.075,40,1.075,41,1.075,42,1.013,43,1.013,44,2.417,45,1.075,47,0.96,48,1.875,49,1.075,50,1.075,51,1.075,52,0.771,53,1.075,54,0.914,64,1.8,67,2.037,70,0.872,72,0.801,73,2.092,75,1.643,76,1.013,77,1.449,78,2.692,79,1.643,80,1.319,81,1.075,82,0.363,84,0.002,85,0.003,86,0.002,90,1.242,94,1.564,99,0.733,115,1.734,118,0.76,119,2.126,120,1.913,138,1.557,147,1.929,159,2.334,165,2.841,168,2.325,170,2.126,171,3.501,172,2.126,173,1.367,174,2.126,175,1.84,176,1.104,177,1.967,195,0.872,205,0.506,294,0.872,307,2.273,353,0.384,355,0.506,370,1.84,487,0.835,522,1.075,532,2.72,534,2.975,535,2.841,539,2.05,540,1.729,543,4.151,569,4.561,587,2.273,655,1.493,702,1.013,709,1.734,784,1.242,787,1.967,800,3.068,809,1.149,810,1.242,811,1.242,847,1.183,864,1.075,878,2.579,879,1.643,881,0.96,891,0.716,1133,0.914,1219,1.729,1229,2.51,1234,1.967,1235,2.579,1237,2.579,1270,1.149,1279,1.075,1295,1.075,1455,2.579,1612,1.967,1613,1.242,1614,4.938,1624,4.084,1625,1.367,1626,2.126,1627,1.367,1628,2.126,1629,1.242,1630,3.301,1631,1.242,1632,2.579,1633,1.242,1634,1.242,1635,2.126,1636,1.242,1637,1.075,1638,1.242,1639,1.242,1640,1.242,1641,1.149,1642,1.242,1643,1.075,1644,1.242,1645,2.34,1646,3.632,1647,1.367,1648,1.367,1649,1.367,1650,1.367,1651,1.367,1652,1.367,1653,1.367,1654,1.367,1655,1.367,1656,1.367,1657,1.367,1658,1.367,1659,1.367,1660,1.367,1661,1.367,1662,2.34,1663,1.367,1664,1.367,1665,2.34,1666,1.367,1667,1.367,1668,1.367,1669,3.068,1670,3.068,1671,1.367,1672,2.34,1673,1.367,1674,2.34,1675,2.34,1676,2.34,1677,1.367,1678,1.367,1679,1.367,1680,1.367,1681,1.367,1682,1.367,1683,1.367,1684,1.367,1685,1.367,1686,1.367,1687,1.367,1688,1.367,1689,1.367,1690,1.367,1691,1.367,1692,1.367,1693,1.367,1694,1.367,1695,1.367,1696,1.367,1697,1.367,1698,1.367,1699,1.367,1700,1.367,1701,1.367,1702,1.367,1703,1.367,1704,1.367,1705,1.367,1706,1.367,1707,1.367,1708,1.367,1709,1.367,1710,2.34,1711,1.367,1712,1.367,1713,1.367,1714,1.367,1715,1.367,1716,1.367,1717,1.367,1718,1.367,1719,1.367,1720,1.367,1721,1.367,1722,1.367,1723,2.34,1724,1.367,1725,1.367,1726,1.367,1727,2.34,1728,1.367,1729,1.367,1730,1.367,1731,1.367,1732,1.367,1733,1.367,1734,1.367,1735,1.367,1736,1.367,1737,1.367,1738,1.367,1739,1.367,1740,1.367,1741,1.367,1742,1.367,1743,1.367,1744,1.367,1745,1.367,1746,1.367,1747,1.367,1748,1.367,1749,1.367,1750,1.367,1751,1.367,1752,1.367,1753,1.367,1754,3.068,1755,1.367,1756,1.367,1757,1.367,1758,1.367,1759,1.367,1760,1.367,1761,1.367,1762,1.367,1763,1.367,1764,1.367,1765,1.367,1766,1.367,1767,1.367,1768,2.34,1769,1.367,1770,1.367,1771,1.367,1772,1.367,1773,1.367,1774,1.367,1775,1.367,1776,2.34,1777,1.367,1778,1.367,1779,1.367,1780,1.367,1781,1.367,1782,1.242,1783,1.367,1784,1.367,1785,1.367,1786,1.367,1787,0.96,1788,1.367,1789,1.367,1790,1.367,1791,1.367,1792,1.367,1793,1.367,1794,1.367,1795,2.34,1796,1.367,1797,1.367,1798,2.34,1799,1.367,1800,1.367,1801,1.367,1802,1.367,1803,1.367,1804,1.367,1805,1.367,1806,1.367,1807,1.367,1808,1.367,1809,1.367,1810,1.367,1811,1.367,1812,1.367,1813,1.367,1814,1.367,1815,3.068,1816,1.367,1817,1.367,1818,1.367,1819,1.367,1820,1.367,1821,1.367,1822,1.367,1823,1.367,1824,1.367,1825,1.367,1826,1.367,1827,1.367,1828,1.367,1829,1.367,1830,1.367,1831,1.367,1832,1.367,1833,1.367,1834,2.34,1835,1.367,1836,1.367,1837,1.367,1838,1.367,1839,1.367,1840,1.367,1841,1.367,1842,1.367,1843,1.367,1844,1.367,1845,1.367,1846,1.367,1847,1.367,1848,1.367,1849,1.367,1850,1.367,1851,1.367,1852,2.34,1853,3.068,1854,1.367,1855,1.367,1856,1.367,1857,1.367,1858,3.068,1859,3.068,1860,1.367,1861,2.34,1862,1.367,1863,1.367,1864,1.367,1865,1.367,1866,1.367,1867,1.367,1868,1.367,1869,1.367,1870,1.367,1871,1.367,1872,1.367,1873,1.367,1874,1.367,1875,1.367,1876,3.068,1877,1.367,1878,1.367,1879,1.367,1880,1.367,1881,1.367,1882,1.367,1883,1.367,1884,1.367,1885,1.367,1886,1.367,1887,1.367,1888,1.367,1889,1.367,1890,1.367,1891,1.367,1892,1.367,1893,1.367,1894,1.367,1895,2.126,1896,2.126,1897,2.34,1898,2.34,1899,2.34,1900,2.34,1901,1.367,1902,1.367,1903,1.367,1904,1.367,1905,1.242,1906,1.367,1907,1.367,1908,1.367,1909,1.367,1910,1.367,1911,1.367,1912,1.367,1913,1.367,1914,1.367,1915,1.367,1916,1.367,1917,1.367,1918,1.367,1919,1.367,1920,1.367,1921,1.367,1922,1.367,1923,1.367,1924,1.367,1925,1.242,1926,1.367,1927,1.367,1928,1.367,1929,1.367,1930,1.367,1931,1.367,1932,1.367,1933,1.367,1934,1.367,1935,1.367,1936,3.068,1937,1.367,1938,1.367,1939,1.367,1940,1.367,1941,1.367,1942,1.367,1943,2.34,1944,3.632,1945,1.367,1946,1.367,1947,1.367,1948,1.367,1949,1.367,1950,1.367,1951,1.367,1952,1.367,1953,1.367,1954,1.367,1955,1.367,1956,1.367,1957,1.367,1958,1.367,1959,1.367,1960,1.367,1961,1.367,1962,1.367,1963,1.367,1964,1.367,1965,1.367,1966,1.367,1967,1.367,1968,2.34,1969,1.367,1970,1.367,1971,1.367,1972,1.149,1973,1.367,1974,1.367,1975,1.367,1976,1.367,1977,1.367,1978,1.367,1979,1.367,1980,1.367,1981,1.367,1982,1.367,1983,1.367,1984,1.367,1985,1.367,1986,1.367,1987,1.367,1988,1.367,1989,1.367,1990,1.367,1991,1.367,1992,1.367,1993,1.367,1994,1.367,1995,1.367,1996,1.367,1997,1.367,1998,1.367,1999,1.367,2000,1.367,2001,1.367,2002,1.367,2003,2.34,2004,1.367,2005,1.367,2006,1.367,2007,1.367,2008,1.367,2009,1.367,2010,1.367,2011,1.367,2012,2.34,2013,1.367,2014,1.242,2015,1.367,2016,1.367,2017,1.367,2018,1.367,2019,1.367,2020,1.367,2021,1.367,2022,1.367,2023,1.367,2024,2.34,2025,1.367,2026,1.367,2027,1.367,2028,1.367,2029,1.367,2030,1.367,2031,1.367,2032,1.367,2033,1.367,2034,1.367,2035,1.367,2036,1.367,2037,1.367,2038,1.367,2039,1.367,2040,1.367,2041,1.367,2042,2.34,2043,2.126,2044,1.367,2045,1.367,2046,1.367,2047,1.367,2048,1.367,2049,1.367,2050,1.367,2051,1.367,2052,1.367,2053,1.367,2054,1.367,2055,1.367,2056,1.367,2057,1.367,2058,1.367,2059,1.367,2060,1.367,2061,1.367,2062,1.367,2063,1.242,2064,1.367,2065,1.367,2066,1.367,2067,1.367,2068,1.367,2069,1.367,2070,1.367,2071,1.367,2072,1.367,2073,1.367,2074,1.367,2075,1.367,2076,1.367,2077,1.367,2078,1.367,2079,1.367,2080,1.367,2081,1.367,2082,1.242,2083,1.367,2084,1.367,2085,1.367,2086,1.367,2087,1.367,2088,1.367,2089,1.367,2090,1.367,2091,1.367,2092,1.367,2093,1.367,2094,1.367,2095,1.367,2096,1.367,2097,1.367,2098,1.367,2099,1.367,2100,1.367,2101,2.34,2102,1.367,2103,1.367,2104,1.367,2105,1.367,2106,1.367,2107,1.367,2108,1.367,2109,1.242,2110,1.367,2111,1.242,2112,1.367,2113,1.367,2114,1.367,2115,1.367,2116,1.367,2117,1.242,2118,1.367,2119,1.367,2120,1.367,2121,1.367,2122,1.367,2123,1.367,2124,1.367,2125,1.367,2126,1.242,2127,1.367,2128,1.367,2129,1.367,2130,1.367,2131,1.367,2132,1.367,2133,1.367,2134,1.242,2135,1.367,2136,1.242,2137,1.367,2138,1.367,2139,2.126,2140,1.367,2141,1.367,2142,1.367,2143,1.367,2144,1.367,2145,1.367,2146,1.367,2147,1.367,2148,1.367,2149,1.367,2150,1.367,2151,1.367,2152,1.367,2153,1.367,2154,1.367,2155,1.367,2156,1.367,2157,1.367,2158,1.367,2159,1.367,2160,1.367,2161,1.367,2162,1.367,2163,1.367,2164,1.367,2165,1.367,2166,1.367,2167,1.367,2168,1.367,2169,1.367,2170,1.367,2171,1.367,2172,1.367,2173,1.367,2174,1.367,2175,1.367,2176,1.367,2177,1.367,2178,1.367,2179,1.367,2180,1.367,2181,1.367,2182,1.367,2183,1.367,2184,1.367,2185,1.367,2186,1.367,2187,2.34,2188,1.367,2189,1.367,2190,1.367,2191,1.367,2192,1.367,2193,1.367,2194,1.367,2195,1.367,2196,1.367,2197,1.367,2198,1.367,2199,1.367,2200,1.367,2201,1.367,2202,1.367,2203,1.367,2204,1.367,2205,3.068,2206,1.367,2207,1.367,2208,1.367,2209,1.367,2210,1.367,2211,1.367,2212,1.367,2213,1.367,2214,1.367,2215,1.367,2216,1.367,2217,1.367,2218,1.367,2219,1.367,2220,1.367,2221,1.367,2222,1.367,2223,1.367,2224,1.367,2225,1.367,2226,1.367,2227,1.367,2228,1.367,2229,1.367,2230,1.367,2231,1.367,2232,1.367,2233,1.367,2234,1.367,2235,1.367,2236,1.367,2237,1.367,2238,1.367,2239,1.367,2240,1.367,2241,1.367,2242,1.367,2243,1.367,2244,1.367,2245,1.367,2246,1.367,2247,1.367,2248,1.367,2249,1.367,2250,1.367,2251,1.367,2252,1.367,2253,1.367,2254,1.367,2255,1.367,2256,1.367,2257,1.367,2258,1.367,2259,1.367,2260,1.367,2261,1.367,2262,1.367,2263,1.367,2264,1.367,2265,1.367,2266,1.367,2267,1.367,2268,1.367,2269,1.367,2270,1.367,2271,1.367,2272,1.367,2273,1.367,2274,1.367,2275,1.367,2276,1.367,2277,1.367,2278,1.367,2279,1.367,2280,1.367,2281,1.367,2282,1.367,2283,1.367,2284,1.367,2285,1.367,2286,1.367,2287,1.367,2288,1.367,2289,1.367,2290,1.367,2291,1.367,2292,1.367,2293,1.367,2294,2.34,2295,1.367,2296,2.126,2297,1.367,2298,1.367,2299,1.367,2300,1.367,2301,1.367,2302,1.367,2303,1.367,2304,1.367,2305,1.367,2306,1.367,2307,1.367,2308,1.367,2309,1.367,2310,1.367,2311,1.367,2312,1.367,2313,1.242,2314,1.367,2315,1.367,2316,1.367,2317,1.367,2318,1.367,2319,1.367,2320,1.367,2321,1.367,2322,1.367,2323,1.367,2324,1.367,2325,2.34,2326,2.34,2327,1.367,2328,1.367,2329,1.367,2330,1.367,2331,1.367,2332,1.367,2333,2.126,2334,1.367,2335,1.367,2336,1.367,2337,1.367,2338,1.367,2339,1.367,2340,1.367,2341,1.367,2342,1.367,2343,1.367,2344,1.367,2345,1.367,2346,1.367,2347,1.367,2348,1.367,2349,1.367,2350,1.367,2351,1.367,2352,1.367,2353,1.367,2354,1.367,2355,1.242,2356,1.242,2357,1.367,2358,1.367,2359,1.367,2360,2.34,2361,1.367,2362,1.367,2363,1.367,2364,1.367,2365,1.367,2366,1.367,2367,1.367,2368,2.34,2369,1.367,2370,1.367,2371,1.367,2372,1.367,2373,1.367,2374,1.367,2375,1.367,2376,1.367,2377,1.367,2378,1.367,2379,1.367,2380,1.367,2381,1.367,2382,1.367,2383,1.367,2384,1.367,2385,1.367,2386,1.367,2387,1.367,2388,1.367,2389,1.367,2390,1.367,2391,1.367,2392,1.367,2393,1.367,2394,1.367,2395,1.242,2396,1.367,2397,1.367,2398,1.367,2399,1.367,2400,1.367,2401,2.126,2402,1.367,2403,1.367,2404,1.367,2405,1.367,2406,1.367,2407,1.367,2408,1.367,2409,1.242,2410,1.367,2411,1.367,2412,1.367,2413,1.367,2414,1.367,2415,1.367,2416,1.367,2417,1.367,2418,1.367,2419,1.367,2420,1.367,2421,1.367,2422,1.367,2423,1.367,2424,1.367,2425,1.367,2426,1.367,2427,1.367,2428,1.367,2429,1.367,2430,1.367,2431,1.367,2432,1.367,2433,1.367,2434,1.367,2435,1.367,2436,1.367,2437,1.367,2438,1.367,2439,1.367,2440,1.367,2441,1.367,2442,1.367,2443,1.367,2444,1.367,2445,1.367,2446,1.367,2447,1.367,2448,1.367,2449,1.367,2450,1.367,2451,1.367,2452,1.367,2453,1.367,2454,1.367,2455,1.367,2456,1.367,2457,1.367,2458,1.367,2459,1.367,2460,1.242,2461,1.242,2462,1.367,2463,1.075,2464,1.367,2465,4.046,2466,3.501,2467,1.367,2468,4.046,2469,4.452,2470,4.046,2471,1.367,2472,2.34,2473,3.433,2474,5.433,2475,3.711,2476,3.211,2477,4.084,2478,2.34,2479,1.367,2480,2.34,2481,1.367,2482,1.367,2483,1.367,2484,2.34,2485,1.367,2486,1.367,2487,1.367,2488,2.34,2489,1.367,2490,1.367,2491,1.367,2492,2.34,2493,2.126,2494,1.367,2495,1.367,2496,1.367,2497,1.367,2595,1.564,2596,1.967,2667,1.493,2668,1.967,2669,1.242,2798,1.734,2825,1.075,3107,1.242,3108,2.788,3127,1.367,3284,1.242,3334,2.34,3335,2.126,3549,2.126,3553,1.242,3556,2.34,3576,1.367,3584,1.367,3585,1.367,3586,1.367,3638,1.149,3643,1.367,3681,1.242,3715,1.242,3726,3.068,4517,2.664,4518,2.664,4519,5.967,4520,1.556,4521,1.556,4522,1.556,4523,1.556,4524,2.664,4525,1.556,4526,1.556,4527,3.492,4528,3.492,4529,3.492,4530,3.492,4531,3.492,4532,3.492,4533,3.492,4534,3.492,4535,3.492,4536,3.492,4537,3.492,4538,3.492,4539,3.492,4540,3.492,4541,3.492,4542,3.492,4543,3.492,4544,3.492,4545,3.492,4546,2.664,4547,3.492,4548,3.492,4549,1.556,4550,1.556,4551,1.556,4552,1.556,4553,1.556]]],"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.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":{},"classes/UserServiceStub.html":{},"coverage.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["0.0",{"_index":634,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.0.7",{"_index":3606,"title":{},"body":{"dependencies.html":{}}}],["0.1.0",{"_index":3622,"title":{},"body":{"dependencies.html":{}}}],["0.1.4",{"_index":3605,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":3637,"title":{},"body":{"dependencies.html":{}}}],["0.12.3",{"_index":3616,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":635,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.2.4",{"_index":3601,"title":{},"body":{"dependencies.html":{}}}],["0/1",{"_index":3565,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":3571,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":3573,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":3582,"title":{},"body":{"coverage.html":{}}}],["0/14",{"_index":3566,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":3580,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":3575,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":3579,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":3570,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":3567,"title":{},"body":{"coverage.html":{}}}],["0/26",{"_index":3564,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":3581,"title":{},"body":{"coverage.html":{}}}],["0/33",{"_index":3577,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":3583,"title":{},"body":{"coverage.html":{}}}],["0/43",{"_index":3578,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":3568,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":3572,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":3569,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":3574,"title":{},"body":{"coverage.html":{}}}],["04/02/2020",{"_index":3497,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["05/28/2020",{"_index":3508,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["08/16/2020",{"_index":3490,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0px",{"_index":623,"title":{},"body":{"components/AdminComponent.html":{}}}],["0x3da99aad2d9ca01d131efc3b17444b832b31ff4a",{"_index":2477,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x4a6fa6bc3bfe4c9661bc692d9798425350c9e3d4",{"_index":2491,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x51d3c8e2e421604e2b644117a362d589c5434739",{"_index":3527,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0x8fa4101ef19d0a078239d035659e92b278bd083c",{"_index":2487,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9ced86089f7abb5a97b40eb0e7521e7aa308d354",{"_index":2479,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9d7c284907acbd4a0ce2ddd0aa69147a921a573d",{"_index":3528,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":2465,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["0xaf1b487491073c2d49136db3fd87e293302cf839",{"_index":4549,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":185,"title":{},"body":{"classes/AccountIndex.html":{}}}],["0xc63cfa91a3bff41ce31ff436f67d3acbc977db95",{"_index":2483,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc80d6aff8194114c52aecd84c9f15fd5c8abb187",{"_index":2471,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc86ff893ac40d3950b4d5f94a9b837258b0a9865",{"_index":3489,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xea6225212005e86a4490018ded4bf37f3e772161",{"_index":4546,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c",{"_index":4548,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":195,"title":{"interfaces/Signature-1.html":{}},"body":{"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["1.0.0",{"_index":3610,"title":{},"body":{"dependencies.html":{}}}],["1.10.22",{"_index":3613,"title":{},"body":{"dependencies.html":{}}}],["1.16.1",{"_index":3627,"title":{},"body":{"dependencies.html":{}}}],["1.3.0",{"_index":3635,"title":{},"body":{"dependencies.html":{}}}],["1/1",{"_index":3539,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":398,"title":{},"body":{"components/AccountsComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"license.html":{},"overview.html":{}}}],["10.2.0",{"_index":3591,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["10.2.7",{"_index":3593,"title":{},"body":{"dependencies.html":{}}}],["10/10/2020",{"_index":3513,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["100",{"_index":294,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":1636,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["1000000",{"_index":2474,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000000000000001014",{"_index":2480,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000001000000000000000000",{"_index":2467,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["100990",{"_index":2492,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["11",{"_index":4049,"title":{},"body":{"license.html":{}}}],["11/11",{"_index":3561,"title":{},"body":{"coverage.html":{}}}],["11/16/2020",{"_index":3503,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["12",{"_index":4515,"title":{},"body":{"overview.html":{}}}],["12987",{"_index":3491,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["13",{"_index":4407,"title":{},"body":{"license.html":{}}}],["15",{"_index":4232,"title":{},"body":{"license.html":{}}}],["151.002995",{"_index":3531,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["1595537208",{"_index":3525,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["16",{"_index":4233,"title":{},"body":{"license.html":{}}}],["17",{"_index":4513,"title":{},"body":{"overview.html":{}}}],["18",{"_index":2469,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["19",{"_index":4516,"title":{},"body":{"overview.html":{}}}],["1996",{"_index":4054,"title":{},"body":{"license.html":{}}}],["2",{"_index":1133,"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":3631,"title":{},"body":{"dependencies.html":{}}}],["2.1.4",{"_index":3629,"title":{},"body":{"dependencies.html":{}}}],["2.10.0",{"_index":3634,"title":{},"body":{"dependencies.html":{}}}],["2.4.2",{"_index":3623,"title":{},"body":{"dependencies.html":{}}}],["2.5.4",{"_index":3598,"title":{},"body":{"dependencies.html":{}}}],["2.9.4",{"_index":3604,"title":{},"body":{"dependencies.html":{}}}],["2/2",{"_index":3547,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":402,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["200",{"_index":864,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["2007",{"_index":3753,"title":{},"body":{"license.html":{}}}],["2020",{"_index":1434,"title":{},"body":{"components/FooterComponent.html":{}}}],["2021",{"_index":4481,"title":{},"body":{"license.html":{}}}],["22",{"_index":4514,"title":{},"body":{"overview.html":{}}}],["22.430670",{"_index":3530,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412341234",{"_index":3496,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412345678",{"_index":3488,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25462518374",{"_index":3512,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498765432",{"_index":3502,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498769876",{"_index":3507,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["28",{"_index":4388,"title":{},"body":{"license.html":{}}}],["29",{"_index":3751,"title":{},"body":{"license.html":{}}}],["3",{"_index":702,"title":{},"body":{"components/AppComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.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":3618,"title":{},"body":{"dependencies.html":{}}}],["3/3",{"_index":3541,"title":{},"body":{"coverage.html":{}}}],["3/5",{"_index":3588,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":4287,"title":{},"body":{"license.html":{}}}],["3000",{"_index":3256,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["300px",{"_index":1370,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["32",{"_index":3404,"title":{},"body":{"injectables/TransactionService.html":{}}}],["39;0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":132,"title":{},"body":{"classes/AccountIndex.html":{}}}],["39;2'",{"_index":3124,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["39;hello",{"_index":3653,"title":{},"body":{"miscellaneous/functions.html":{}}}],["39;sarafu'",{"_index":3118,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["4",{"_index":1637,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["4.10.10",{"_index":3625,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":3624,"title":{},"body":{"dependencies.html":{}}}],["4.5.3",{"_index":3602,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":3562,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":2587,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["401",{"_index":1009,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["401/403",{"_index":862,"title":{},"body":{"components/AuthComponent.html":{}}}],["403",{"_index":1051,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["450",{"_index":3504,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["5",{"_index":1641,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["5.0.31",{"_index":3615,"title":{},"body":{"dependencies.html":{}}}],["5/5",{"_index":3563,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":403,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["5000",{"_index":2760,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["56",{"_index":1781,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["5621",{"_index":3509,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["56281",{"_index":3498,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["6",{"_index":1643,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/TokenRatioPipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["6.6.0",{"_index":3628,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":3550,"title":{},"body":{"coverage.html":{}}}],["60",{"_index":3587,"title":{},"body":{"coverage.html":{},"license.html":{}}}],["6b",{"_index":4135,"title":{},"body":{"license.html":{}}}],["6d",{"_index":4156,"title":{},"body":{"license.html":{}}}],["6rem",{"_index":659,"title":{},"body":{"components/AdminComponent.html":{}}}],["7",{"_index":4077,"title":{},"body":{"license.html":{}}}],["768px",{"_index":700,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["8",{"_index":3378,"title":{},"body":{"injectables/TransactionService.html":{}}}],["8.2.1",{"_index":3620,"title":{},"body":{"dependencies.html":{}}}],["8/8",{"_index":3540,"title":{},"body":{"coverage.html":{}}}],["8000000",{"_index":3392,"title":{},"body":{"injectables/TransactionService.html":{}}}],["817",{"_index":3514,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["8996",{"_index":4528,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.0.2",{"_index":3599,"title":{},"body":{"dependencies.html":{}}}],["9/9",{"_index":3537,"title":{},"body":{"coverage.html":{}}}],["99000",{"_index":2484,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["9981",{"_index":2488,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["99999999999999998976",{"_index":2472,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["_eth",{"_index":3183,"title":{},"body":{"components/TokensComponent.html":{}}}],["_models",{"_index":618,"title":{},"body":{"components/AdminComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["abi",{"_index":171,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["abicoder",{"_index":3379,"title":{},"body":{"injectables/TransactionService.html":{}}}],["abicoder.encode",{"_index":3381,"title":{},"body":{"injectables/TransactionService.html":{}}}],["ability",{"_index":4200,"title":{},"body":{"license.html":{}}}],["above",{"_index":2541,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["absence",{"_index":4078,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":4463,"title":{},"body":{"license.html":{}}}],["absolutely",{"_index":4493,"title":{},"body":{"license.html":{}}}],["abstractcontrol",{"_index":1315,"title":{},"body":{"classes/CustomValidator.html":{}}}],["abuse",{"_index":3852,"title":{},"body":{"license.html":{}}}],["academy",{"_index":1930,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accept",{"_index":4292,"title":{},"body":{"license.html":{}}}],["acceptable",{"_index":901,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["acceptance",{"_index":4291,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":2932,"title":{},"body":{"guards/RoleGuard.html":{}}}],["acces",{"_index":2373,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["access",{"_index":886,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["accessible",{"_index":4359,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":235,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["accompanied",{"_index":4117,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":4467,"title":{},"body":{"license.html":{}}}],["accord",{"_index":4076,"title":{},"body":{"license.html":{}}}],["according",{"_index":1471,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["accordingly",{"_index":1405,"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":328,"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":1233,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.scss",{"_index":1232,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts",{"_index":1231,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["account.component.ts:15",{"_index":1246,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:16",{"_index":1247,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:17",{"_index":1248,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:18",{"_index":1245,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:19",{"_index":1244,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:20",{"_index":1243,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:21",{"_index":1240,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:29",{"_index":1241,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:60",{"_index":1250,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:64",{"_index":1242,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.type",{"_index":446,"title":{},"body":{"components/AccountsComponent.html":{}}}],["account/create",{"_index":490,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["accountant",{"_index":2016,"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":316,"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":3365,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accountinfo.vcard",{"_index":3367,"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":319,"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":368,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.component.scss",{"_index":367,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.push(account",{"_index":197,"title":{},"body":{"classes/AccountIndex.html":{}}}],["accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":442,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":299,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["accountscomponent",{"_index":318,"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":200,"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":460,"title":{"modules/AccountsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules.html":{},"overview.html":{}}}],["accountsroutingmodule",{"_index":469,"title":{"modules/AccountsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["accountstype",{"_index":369,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounttype",{"_index":449,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["accounttypes",{"_index":370,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["achieve",{"_index":4473,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":4016,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":4338,"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":{}}}],["activatedroute",{"_index":3080,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["activatedroutesnapshot",{"_index":898,"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":913,"title":{},"body":{"guards/AuthGuard.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["activities",{"_index":3931,"title":{},"body":{"license.html":{}}}],["activity",{"_index":4384,"title":{},"body":{"license.html":{}}}],["actual",{"_index":4364,"title":{},"body":{"license.html":{}}}],["actual_component",{"_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":{}}}],["actually",{"_index":4177,"title":{},"body":{"license.html":{}}}],["adapt",{"_index":3904,"title":{},"body":{"license.html":{}}}],["add",{"_index":559,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/AuthComponent.html":{},"license.html":{}}}],["add0x",{"_index":3327,"title":{},"body":{"injectables/TransactionService.html":{}}}],["add0x(tohex(tx.serializerlp",{"_index":3409,"title":{},"body":{"injectables/TransactionService.html":{}}}],["added",{"_index":3067,"title":{},"body":{"interfaces/Staff.html":{},"license.html":{}}}],["additional",{"_index":4089,"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/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":3901,"title":{},"body":{"license.html":{}}}],["addresses",{"_index":161,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addressof",{"_index":3109,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu'",{"_index":3119,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu",{"_index":3128,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof(identifier",{"_index":3114,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressreturned",{"_index":1155,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["addresssearchform",{"_index":221,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchformstub",{"_index":238,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchloading",{"_index":222,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchsubmitted",{"_index":223,"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":186,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry(address",{"_index":124,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtransaction",{"_index":3288,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtransaction(transaction",{"_index":3297,"title":{},"body":{"injectables/TransactionService.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":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":{}}}],["admin.component.html",{"_index":586,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":585,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin_reserve",{"_index":3011,"title":{},"body":{"components/SettingsComponent.html":{}}}],["admincomponent",{"_index":321,"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":4052,"title":{},"body":{"license.html":{}}}],["adversely",{"_index":4208,"title":{},"body":{"license.html":{}}}],["advised",{"_index":4454,"title":{},"body":{"license.html":{}}}],["affects",{"_index":4209,"title":{},"body":{"license.html":{}}}],["affero",{"_index":4405,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":4321,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":4012,"title":{},"body":{"license.html":{}}}],["afterviewinit",{"_index":3422,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["again",{"_index":721,"title":{},"body":{"components/AppComponent.html":{}}}],["against",{"_index":3685,"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":2014,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":4104,"title":{},"body":{"license.html":{}}}],["agree",{"_index":4400,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":4441,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":4350,"title":{},"body":{"license.html":{}}}],["agrovet",{"_index":2297,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["aim",{"_index":3848,"title":{},"body":{"license.html":{}}}],["airtime",{"_index":2376,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["alert('access",{"_index":1423,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["alert('account",{"_index":300,"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":{},"interfaces/Signature.html":{}}}],["alleging",{"_index":4328,"title":{},"body":{"license.html":{}}}],["allow",{"_index":3871,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1425,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["allows",{"_index":95,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["along",{"_index":4080,"title":{},"body":{"license.html":{}}}],["alpha.3",{"_index":3611,"title":{},"body":{"dependencies.html":{}}}],["alpha.6",{"_index":3607,"title":{},"body":{"dependencies.html":{}}}],["already",{"_index":140,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["alternative",{"_index":4131,"title":{},"body":{"license.html":{}}}],["although",{"_index":3844,"title":{},"body":{"license.html":{}}}],["amani",{"_index":1671,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["amount",{"_index":1213,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["ancillary",{"_index":4294,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":3828,"title":{},"body":{"license.html":{}}}],["andshow",{"_index":4497,"title":{},"body":{"license.html":{}}}],["angular",{"_index":487,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["angular/animations",{"_index":617,"title":{},"body":{"components/AdminComponent.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":3592,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":3698,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":478,"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":786,"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":3594,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":268,"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":{},"dependencies.html":{}}}],["angular/forms",{"_index":270,"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":3595,"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":1349,"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":3033,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/paginator",{"_index":413,"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":3031,"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":3202,"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":414,"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":412,"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":3204,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/platform",{"_index":777,"title":{},"body":{"modules/AppModule.html":{},"pipes/SafePipe.html":{},"dependencies.html":{}}}],["angular/router",{"_index":273,"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/TokenDetailsComponent.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":4039,"title":{},"body":{"license.html":{}}}],["anyone",{"_index":4087,"title":{},"body":{"license.html":{}}}],["anything",{"_index":3917,"title":{},"body":{"license.html":{}}}],["api",{"_index":2503,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["app",{"_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/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":3713,"title":{},"body":{"index.html":{}}}],["app/_eth",{"_index":3147,"title":{},"body":{"injectables/TokenService.html":{}}}],["app/_guards",{"_index":789,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{}}}],["app/_helpers",{"_index":271,"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":983,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_interceptors",{"_index":793,"title":{},"body":{"modules/AppModule.html":{}}}],["app/_models",{"_index":418,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["app/_models/account",{"_index":1216,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["app/_models/staff",{"_index":2997,"title":{},"body":{"components/SettingsComponent.html":{}}}],["app/_pgp",{"_index":795,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{}}}],["app/_pgp/pgp",{"_index":2824,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["app/_services",{"_index":272,"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/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_services/auth.service",{"_index":3333,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/error",{"_index":980,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_services/logging.service",{"_index":979,"title":{},"body":{"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":1138,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["app/_services/transaction.service",{"_index":1137,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["app/_services/user.service",{"_index":3322,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/app",{"_index":780,"title":{},"body":{"modules/AppModule.html":{}}}],["app/app.component",{"_index":781,"title":{},"body":{"modules/AppModule.html":{}}}],["app/auth/_directives/password",{"_index":929,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth",{"_index":927,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth.component",{"_index":928,"title":{},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{}}}],["app/shared/_directives/menu",{"_index":3043,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/safe.pipe",{"_index":3048,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/token",{"_index":3045,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/error",{"_index":1364,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["app/shared/footer/footer.component",{"_index":3041,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/shared.module",{"_index":482,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["app/shared/sidebar/sidebar.component",{"_index":3042,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/topbar/topbar.component",{"_index":3040,"title":{},"body":{"modules/SharedModule.html":{}}}],["appcomponent",{"_index":323,"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":3923,"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/TokenRegistry.html":{}}}],["application/json",{"_index":1003,"title":{},"body":{"injectables/AuthService.html":{}}}],["applications",{"_index":4505,"title":{},"body":{"license.html":{}}}],["applied",{"_index":3878,"title":{},"body":{"license.html":{}}}],["applies",{"_index":3785,"title":{},"body":{"license.html":{}}}],["apply",{"_index":3789,"title":{},"body":{"license.html":{}}}],["appmenuselection",{"_index":1590,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["appmenuselection]'},{'name",{"_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":{},"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":1603,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["appmenutoggle]'},{'name",{"_index":360,"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":764,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["apppasswordtoggle",{"_index":2890,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["apppasswordtoggle]'},{'name",{"_index":362,"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":1469,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["appropriately",{"_index":4070,"title":{},"body":{"license.html":{}}}],["approuterlink",{"_index":364,"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":770,"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":3515,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["approved",{"_index":641,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["approximates",{"_index":4462,"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":1234,"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":1896,"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":2963,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["arguments",{"_index":687,"title":{},"body":{"components/AppComponent.html":{}}}],["arise",{"_index":3859,"title":{},"body":{"license.html":{}}}],["arising",{"_index":4445,"title":{},"body":{"license.html":{}}}],["arr",{"_index":3647,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arrange",{"_index":4360,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":4372,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"components/SettingsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["array.from",{"_index":3154,"title":{},"body":{"injectables/TokenService.html":{}}}],["arraybuffer",{"_index":1030,"title":{},"body":{"injectables/AuthService.html":{}}}],["arraydata",{"_index":3664,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arraysum",{"_index":3544,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["arraysum(arr",{"_index":3645,"title":{},"body":{"miscellaneous/functions.html":{}}}],["article",{"_index":4048,"title":{},"body":{"license.html":{}}}],["artifacts",{"_index":3721,"title":{},"body":{"index.html":{}}}],["artisan",{"_index":2124,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["artist",{"_index":2013,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["askari",{"_index":2015,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["asking",{"_index":3806,"title":{},"body":{"license.html":{}}}],["assert",{"_index":3823,"title":{},"body":{"license.html":{}}}],["assets",{"_index":4311,"title":{},"body":{"license.html":{}}}],["assets/js/block",{"_index":2920,"title":{},"body":{"injectables/RegistryService.html":{}}}],["assigned",{"_index":3120,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["associated",{"_index":904,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["assume",{"_index":4436,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":4466,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":4253,"title":{},"body":{"license.html":{}}}],["assures",{"_index":3881,"title":{},"body":{"license.html":{}}}],["async",{"_index":105,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.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":{}}}],["atomic",{"_index":988,"title":{},"body":{"injectables/AuthService.html":{}}}],["attach",{"_index":4475,"title":{},"body":{"license.html":{}}}],["attempt",{"_index":4267,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":3839,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":4236,"title":{},"body":{"license.html":{}}}],["auth",{"_index":814,"title":{},"body":{"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{}}}],["auth'},{'name",{"_index":326,"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":825,"title":{},"body":{"components/AuthComponent.html":{}}}],["auth.component.scss",{"_index":824,"title":{},"body":{"components/AuthComponent.html":{}}}],["authcomponent",{"_index":325,"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":1034,"title":{},"body":{"injectables/AuthService.html":{}}}],["authentication",{"_index":887,"title":{},"body":{"guards/AuthGuard.html":{},"components/SettingsComponent.html":{}}}],["authguard",{"_index":788,"title":{"guards/AuthGuard.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"coverage.html":{}}}],["authheader",{"_index":1032,"title":{},"body":{"injectables/AuthService.html":{}}}],["authmodule",{"_index":921,"title":{"modules/AuthModule.html":{}},"body":{"modules/AuthModule.html":{},"modules.html":{},"overview.html":{}}}],["author",{"_index":4235,"title":{},"body":{"license.html":{}}}],["authorization",{"_index":4188,"title":{},"body":{"license.html":{}}}],["authorized",{"_index":1052,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorizes",{"_index":4333,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":4376,"title":{},"body":{"license.html":{}}}],["authors",{"_index":3788,"title":{},"body":{"license.html":{}}}],["authroutingmodule",{"_index":925,"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":{}}}],["automatic",{"_index":4303,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":3704,"title":{},"body":{"index.html":{},"license.html":{}}}],["automerge",{"_index":1006,"title":{},"body":{"injectables/AuthService.html":{}}}],["availability",{"_index":128,"title":{},"body":{"classes/AccountIndex.html":{}}}],["available",{"_index":146,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"license.html":{},"modules.html":{}}}],["avenue",{"_index":3670,"title":{},"body":{"miscellaneous/functions.html":{}}}],["avocado",{"_index":2140,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["avoid",{"_index":3875,"title":{},"body":{"license.html":{}}}],["await",{"_index":187,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.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":{}}}],["away",{"_index":3775,"title":{},"body":{"license.html":{}}}],["b",{"_index":3973,"title":{},"body":{"license.html":{}}}],["baby",{"_index":1919,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["babycare",{"_index":1918,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":1407,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["backend.ts",{"_index":1614,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["backend.ts:1097",{"_index":1618,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bag",{"_index":2334,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bajia",{"_index":2142,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["baker",{"_index":2017,"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":1835,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["banana",{"_index":2147,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bananas",{"_index":2148,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangla",{"_index":1817,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangladesh",{"_index":1818,"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":2292,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barakoa",{"_index":2299,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barber",{"_index":2020,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["based",{"_index":3913,"title":{},"body":{"license.html":{}}}],["basic",{"_index":4004,"title":{},"body":{"license.html":{}}}],["bead",{"_index":2335,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beadwork",{"_index":2018,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beans",{"_index":2144,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bearer",{"_index":1001,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["beautician",{"_index":2131,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beauty",{"_index":2019,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beba",{"_index":2403,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bebabeba",{"_index":2404,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bed",{"_index":2339,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bedding",{"_index":2337,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["behalf",{"_index":4027,"title":{},"body":{"license.html":{}}}],["behave",{"_index":1283,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["behaviorsubject",{"_index":3146,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["behaviorsubject(this.transactions",{"_index":3314,"title":{},"body":{"injectables/TransactionService.html":{}}}],["being",{"_index":1321,"title":{},"body":{"classes/CustomValidator.html":{},"license.html":{}}}],["believe",{"_index":4369,"title":{},"body":{"license.html":{}}}],["below",{"_index":4034,"title":{},"body":{"license.html":{}}}],["belt",{"_index":2336,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["benefit",{"_index":4363,"title":{},"body":{"license.html":{}}}],["best",{"_index":4472,"title":{},"body":{"license.html":{}}}],["between",{"_index":4002,"title":{},"body":{"license.html":{}}}],["beyond",{"_index":4106,"title":{},"body":{"license.html":{}}}],["bezier(0.4",{"_index":633,"title":{},"body":{"components/AdminComponent.html":{}}}],["bhajia",{"_index":2141,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biashara",{"_index":2060,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bicycle",{"_index":2406,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bike",{"_index":2405,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["binding",{"_index":1300,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["bio",{"_index":3493,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["biogas",{"_index":2435,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biringanya",{"_index":2146,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biscuits",{"_index":2145,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bit",{"_index":1123,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bitwise",{"_index":1163,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["block",{"_index":876,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"dependencies.html":{}}}],["blockchain",{"_index":175,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["blockfilterbinstr",{"_index":1186,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blockfilterbinstr.charcodeat(i",{"_index":1193,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocks",{"_index":2976,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["blocksync",{"_index":1099,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksync(address",{"_index":1108,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksyncservice",{"_index":1096,"title":{"injectables/BlockSyncService.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["blocktxfilterbinstr",{"_index":1194,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocktxfilterbinstr.charcodeat(i",{"_index":1199,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblockbytes",{"_index":1128,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblocktxbytes",{"_index":1130,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomrounds",{"_index":1131,"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":4527,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2408,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bodaboda",{"_index":2409,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["body",{"_index":1391,"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":1672,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bombolulu",{"_index":1839,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bomet",{"_index":1881,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bone",{"_index":1188,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bone.map((e",{"_index":1190,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["book",{"_index":1901,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":251,"title":{},"body":{"components/AccountSearchComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.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":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":464,"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":3833,"title":{},"body":{"license.html":{}}}],["botique",{"_index":2341,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boutique",{"_index":2342,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":1383,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["bread",{"_index":2232,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":1421,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["brewer",{"_index":2138,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bricks",{"_index":2114,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4511,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":778,"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":783,"title":{},"body":{"modules/AppModule.html":{}}}],["browseranimationsmodule",{"_index":782,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule",{"_index":776,"title":{},"body":{"modules/AppModule.html":{}}}],["btwo",{"_index":1196,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["btwo.map((e",{"_index":1198,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["buck",{"_index":3495,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["build",{"_index":3714,"title":{},"body":{"index.html":{}}}],["build:dev",{"_index":3720,"title":{},"body":{"index.html":{}}}],["build:prod",{"_index":3724,"title":{},"body":{"index.html":{}}}],["bungoma",{"_index":1883,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["buru",{"_index":1795,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busaa",{"_index":2219,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busia",{"_index":1862,"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":1257,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["butcher",{"_index":2172,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["butchery",{"_index":2173,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["button",{"_index":657,"title":{},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{}}}],["c",{"_index":3755,"title":{},"body":{"license.html":{}}}],["cabbages",{"_index":2221,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cachedtx.tx.txhash",{"_index":3339,"title":{},"body":{"injectables/TransactionService.html":{}}}],["cachesize",{"_index":3298,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["cafe",{"_index":2351,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cake",{"_index":2159,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["call",{"_index":2504,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["called",{"_index":3911,"title":{},"body":{"license.html":{}}}],["calls",{"_index":3674,"title":{},"body":{"miscellaneous/functions.html":{}}}],["can't",{"_index":2680,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["can\\'t",{"_index":718,"title":{},"body":{"components/AppComponent.html":{}}}],["canactivate",{"_index":820,"title":{},"body":{"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["canactivate(route",{"_index":897,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["candebug",{"_index":1549,"title":{},"body":{"injectables/LoggingService.html":{}}}],["candy",{"_index":2347,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["capabilities",{"_index":896,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"guards/RoleGuard.html":{}}}],["capenter",{"_index":2026,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["car",{"_index":2024,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["card",{"_index":2786,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["care",{"_index":1920,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caretaker",{"_index":2023,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carpenter",{"_index":2036,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carrier",{"_index":2411,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carry",{"_index":4082,"title":{},"body":{"license.html":{}}}],["cart",{"_index":2410,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carwash",{"_index":2032,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1418,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cases",{"_index":4173,"title":{},"body":{"license.html":{}}}],["cashier",{"_index":1625,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cassava",{"_index":2158,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["casual",{"_index":2021,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["catch",{"_index":424,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["catch((e",{"_index":2856,"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":1399,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["categories",{"_index":1235,"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":2029,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caught",{"_index":1393,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cause",{"_index":4109,"title":{},"body":{"license.html":{}}}],["cdr",{"_index":2752,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["cease",{"_index":4271,"title":{},"body":{"license.html":{}}}],["cement",{"_index":2340,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["centralized",{"_index":1441,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["cereal",{"_index":2153,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cereals",{"_index":2160,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["certain",{"_index":1616,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cessation",{"_index":4283,"title":{},"body":{"license.html":{}}}],["chai",{"_index":2156,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chakula",{"_index":2150,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["challenge",{"_index":1018,"title":{},"body":{"injectables/AuthService.html":{}}}],["chama",{"_index":2327,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["changamwe",{"_index":1829,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["change",{"_index":879,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["changed",{"_index":3837,"title":{},"body":{"license.html":{}}}],["changedetection",{"_index":212,"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":267,"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":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/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":2750,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["changing",{"_index":3766,"title":{},"body":{"license.html":{}}}],["chapati",{"_index":2152,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chapo",{"_index":2155,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["characterized",{"_index":4197,"title":{},"body":{"license.html":{}}}],["charcoal",{"_index":2437,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charcol",{"_index":2436,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charge",{"_index":3793,"title":{},"body":{"license.html":{}}}],["charging",{"_index":2084,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chart.js",{"_index":3603,"title":{},"body":{"dependencies.html":{}}}],["charts",{"_index":2876,"title":{},"body":{"modules/PagesModule.html":{},"dependencies.html":{}}}],["chartsmodule",{"_index":2874,"title":{},"body":{"modules/PagesModule.html":{}}}],["check",{"_index":856,"title":{},"body":{"components/AuthComponent.html":{},"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":2028,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemicals",{"_index":2301,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemist",{"_index":2300,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chibuga",{"_index":1673,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chicken",{"_index":2164,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzivuni",{"_index":1685,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzuvini",{"_index":1684,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chief",{"_index":1970,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigale",{"_index":1679,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigato",{"_index":1678,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigojoni",{"_index":1676,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikole",{"_index":1680,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomani",{"_index":1674,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomeni",{"_index":1683,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikuyu",{"_index":1686,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["children",{"_index":1940,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilongoni",{"_index":1675,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilumani",{"_index":1681,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chinguluni",{"_index":1677,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chipo",{"_index":2154,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chips",{"_index":2157,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizingo",{"_index":1687,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizini",{"_index":1682,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choma",{"_index":2215,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choo",{"_index":1984,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":4420,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":4424,"title":{},"body":{"license.html":{}}}],["christine",{"_index":1633,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["chumvi",{"_index":2220,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["church",{"_index":1964,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chv",{"_index":2302,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cic",{"_index":1005,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["cicada",{"_index":704,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SidebarComponent.html":{},"index.html":{}}}],["ciccacheurl",{"_index":4538,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicconvert(event",{"_index":761,"title":{},"body":{"components/AppComponent.html":{}}}],["cicmetaurl",{"_index":4533,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicregistry",{"_index":2916,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["cictransfer(event",{"_index":757,"title":{},"body":{"components/AppComponent.html":{}}}],["cicussdurl",{"_index":4543,"title":{},"body":{"miscellaneous/variables.html":{}}}],["circumstances",{"_index":4032,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":4040,"title":{},"body":{"license.html":{}}}],["civil",{"_index":4465,"title":{},"body":{"license.html":{}}}],["claim",{"_index":4325,"title":{},"body":{"license.html":{}}}],["claims",{"_index":4335,"title":{},"body":{"license.html":{}}}],["class",{"_index":87,"title":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"classes/HttpError.html":{},"classes/MutablePgpKeyStore.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.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/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"classes/TokenServiceStub.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"overview.html":{}}}],["cleaner",{"_index":1997,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cleaning",{"_index":1990,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clear",{"_index":4142,"title":{},"body":{"license.html":{}}}],["clearkeysinkeyring",{"_index":2598,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["clearly",{"_index":3830,"title":{},"body":{"license.html":{}}}],["cles",{"_index":3506,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["cli",{"_index":3693,"title":{},"body":{"index.html":{}}}],["click",{"_index":1599,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["client",{"_index":1136,"title":{},"body":{"injectables/BlockSyncService.html":{},"interceptors/ErrorInterceptor.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["clinic",{"_index":2314,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clinical",{"_index":2315,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clipboard",{"_index":3652,"title":{},"body":{"miscellaneous/functions.html":{}}}],["close",{"_index":3254,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["closely",{"_index":4461,"title":{},"body":{"license.html":{}}}],["cloth",{"_index":2348,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["club",{"_index":2396,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clues",{"_index":1411,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cluster_accountsmodule",{"_index":466,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_declarations",{"_index":467,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_imports",{"_index":468,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_adminmodule",{"_index":661,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_declarations",{"_index":662,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_imports",{"_index":663,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_appmodule",{"_index":765,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":769,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":768,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":767,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":766,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_authmodule",{"_index":922,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_declarations",{"_index":924,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_imports",{"_index":923,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_pagesmodule",{"_index":2867,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_declarations",{"_index":2869,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_imports",{"_index":2868,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_settingsmodule",{"_index":3022,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_declarations",{"_index":3023,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_imports",{"_index":3024,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_sharedmodule",{"_index":3035,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_declarations",{"_index":3037,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_exports",{"_index":3036,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_tokensmodule",{"_index":3192,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_declarations",{"_index":3194,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_imports",{"_index":3193,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule",{"_index":3471,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_declarations",{"_index":3474,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_exports",{"_index":3473,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_imports",{"_index":3472,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["coach",{"_index":1902,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobbler",{"_index":2031,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobler",{"_index":2030,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["coconut",{"_index":2151,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["code",{"_index":1409,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"index.html":{},"license.html":{}}}],["coffee",{"_index":2163,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["collapsed",{"_index":630,"title":{},"body":{"components/AdminComponent.html":{}}}],["collect",{"_index":4402,"title":{},"body":{"license.html":{}}}],["collection",{"_index":1999,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["college",{"_index":1912,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["columnstodisplay",{"_index":3170,"title":{},"body":{"components/TokensComponent.html":{}}}],["combination",{"_index":4409,"title":{},"body":{"license.html":{}}}],["combine",{"_index":4406,"title":{},"body":{"license.html":{}}}],["combined",{"_index":4100,"title":{},"body":{"license.html":{}}}],["comes",{"_index":2694,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"license.html":{}}}],["command",{"_index":3747,"title":{},"body":{"index.html":{}}}],["commands",{"_index":3951,"title":{},"body":{"license.html":{}}}],["commas",{"_index":3669,"title":{},"body":{"miscellaneous/functions.html":{}}}],["comment",{"_index":3064,"title":{},"body":{"interfaces/Staff.html":{}}}],["commercial",{"_index":4182,"title":{},"body":{"license.html":{}}}],["commitment",{"_index":4351,"title":{},"body":{"license.html":{}}}],["common",{"_index":4176,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":477,"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":4000,"title":{},"body":{"license.html":{}}}],["community",{"_index":2313,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["compilation",{"_index":4096,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":4105,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":4386,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":3983,"title":{},"body":{"license.html":{}}}],["complete",{"_index":1639,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["compliance",{"_index":4308,"title":{},"body":{"license.html":{}}}],["comply",{"_index":4025,"title":{},"body":{"license.html":{}}}],["component",{"_index":199,"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({selector",{"_index":1436,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["component_template",{"_index":315,"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":201,"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":3926,"title":{},"body":{"license.html":{}}}],["computers",{"_index":3874,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":4408,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":4414,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":4381,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":3885,"title":{},"body":{"license.html":{}}}],["conductor",{"_index":2416,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["config",{"_index":1509,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts",{"_index":1506,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["config.interceptor.ts:10",{"_index":1508,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts:21",{"_index":1510,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["configurations",{"_index":1507,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["confirm",{"_index":1319,"title":{},"body":{"classes/CustomValidator.html":{}}}],["confirm('approve",{"_index":643,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('create",{"_index":1267,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["confirm('disapprove",{"_index":646,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('new",{"_index":737,"title":{},"body":{"components/AppComponent.html":{}}}],["confirm('set",{"_index":2782,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["confirmpassword",{"_index":1331,"title":{},"body":{"classes/CustomValidator.html":{}}}],["congo",{"_index":1765,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["connected",{"_index":2981,"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":4296,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":4444,"title":{},"body":{"license.html":{}}}],["conservation",{"_index":1982,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consider",{"_index":4503,"title":{},"body":{"license.html":{}}}],["considered",{"_index":4255,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":4342,"title":{},"body":{"license.html":{}}}],["console.log('here",{"_index":3523,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["console.log(arraysum([1",{"_index":3649,"title":{},"body":{"miscellaneous/functions.html":{}}}],["console.log(await",{"_index":134,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["console.log(copytoclipboard('hello",{"_index":3655,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conspicuously",{"_index":4069,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"modules/PagesRoutingModule.html":{},"directives/PasswordToggleDirective.html":{},"guards/RoleGuard.html":{},"components/SettingsComponent.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":3869,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":4015,"title":{},"body":{"license.html":{}}}],["construction",{"_index":2027,"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":{}}}],["constructor(@inject(mat_dialog_data",{"_index":1350,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(authservice",{"_index":681,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{}}}],["constructor(blocksyncservice",{"_index":3432,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["constructor(cdr",{"_index":2749,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["constructor(contractaddress",{"_index":111,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["constructor(data",{"_index":1343,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(dialog",{"_index":1357,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(elementref",{"_index":1592,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["constructor(errordialogservice",{"_index":1380,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["constructor(formbuilder",{"_index":239,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["constructor(httpclient",{"_index":948,"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":2805,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["constructor(logger",{"_index":1558,"title":{},"body":{"injectables/LoggingService.html":{}}}],["constructor(loggingservice",{"_index":1449,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"interceptors/LoggingInterceptor.html":{}}}],["constructor(message",{"_index":1479,"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":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{}}}],["constructor(public",{"_index":1366,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(route",{"_index":3079,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["constructor(router",{"_index":888,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"components/TransactionDetailsComponent.html":{}}}],["constructor(scanfilter",{"_index":2973,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["constructor(tokenservice",{"_index":3172,"title":{},"body":{"components/TokensComponent.html":{}}}],["constructor(transactionservice",{"_index":1105,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["constructor(userservice",{"_index":382,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{}}}],["construed",{"_index":4390,"title":{},"body":{"license.html":{}}}],["consult",{"_index":1911,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consultant",{"_index":1910,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consumer",{"_index":4161,"title":{},"body":{"license.html":{}}}],["contact",{"_index":4486,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1410,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["contained",{"_index":3736,"title":{},"body":{"index.html":{}}}],["containing",{"_index":4238,"title":{},"body":{"license.html":{}}}],["contains",{"_index":903,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"index.html":{},"license.html":{}}}],["content",{"_index":743,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["content?.classlist.add('active",{"_index":753,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.contains('active",{"_index":752,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.remove('active",{"_index":755,"title":{},"body":{"components/AppComponent.html":{}}}],["content?.classlist.toggle('active",{"_index":1610,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["contents",{"_index":4346,"title":{},"body":{"license.html":{}}}],["context",{"_index":3977,"title":{},"body":{"license.html":{}}}],["continue",{"_index":4203,"title":{},"body":{"license.html":{}}}],["continued",{"_index":4190,"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":{}}}],["contracts",{"_index":1157,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["contractual",{"_index":4252,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":4396,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":3777,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":4332,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":4334,"title":{},"body":{"license.html":{}}}],["control",{"_index":1296,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["control.dirty",{"_index":1305,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.get('confirmpassword').seterrors",{"_index":1333,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('confirmpassword').value",{"_index":1332,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('password').value",{"_index":1330,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.invalid",{"_index":1304,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.touched",{"_index":1306,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.value",{"_index":1335,"title":{},"body":{"classes/CustomValidator.html":{}}}],["controlled",{"_index":4337,"title":{},"body":{"license.html":{}}}],["controls",{"_index":1282,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["convenient",{"_index":3944,"title":{},"body":{"license.html":{}}}],["conversion",{"_index":762,"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":3353,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.recipient",{"_index":3359,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.sender",{"_index":3358,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tovalue",{"_index":3355,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tx.txhash",{"_index":3351,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.type",{"_index":3352,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversions",{"_index":2494,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["convert",{"_index":3069,"title":{},"body":{"interfaces/Token.html":{}}}],["converted",{"_index":3665,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converting",{"_index":3667,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converts",{"_index":3680,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converttoparammap",{"_index":575,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["convey",{"_index":3933,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":4374,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":4198,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":3939,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":4251,"title":{},"body":{"license.html":{}}}],["cook",{"_index":2161,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["copied",{"_index":3253,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["copies",{"_index":3651,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy",{"_index":3656,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy.ts",{"_index":3546,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["copyaddress",{"_index":3216,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copyaddress(address",{"_index":3225,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copying",{"_index":3886,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":3768,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":3754,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":3896,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":4029,"title":{},"body":{"license.html":{}}}],["copytoclipboard",{"_index":3234,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["copytoclipboard(address",{"_index":3251,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copytoclipboard(text",{"_index":3650,"title":{},"body":{"miscellaneous/functions.html":{}}}],["corn",{"_index":2162,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["correction",{"_index":4439,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":3986,"title":{},"body":{"license.html":{}}}],["cosmetics",{"_index":2321,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cost",{"_index":4129,"title":{},"body":{"license.html":{}}}],["counsellor",{"_index":1944,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["count",{"_index":192,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/TokenService.html":{}}}],["counterclaim",{"_index":4326,"title":{},"body":{"license.html":{}}}],["counties",{"_index":1877,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["countries",{"_index":3930,"title":{},"body":{"license.html":{}}}],["country",{"_index":1972,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["countrycode",{"_index":2779,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["county",{"_index":1973,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["course",{"_index":4498,"title":{},"body":{"license.html":{}}}],["court",{"_index":4395,"title":{},"body":{"license.html":{}}}],["courts",{"_index":4460,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":4354,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":3534,"title":{"coverage.html":{}},"body":{"coverage.html":{},"license.html":{}}}],["covered",{"_index":3914,"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":{},"index.html":{}}}],["createaccountcomponent",{"_index":327,"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":400,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{}}}],["createform",{"_index":1236,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["createformstub",{"_index":1238,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["credentials",{"_index":3009,"title":{},"body":{"components/SettingsComponent.html":{}}}],["credit",{"_index":2331,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["crisps",{"_index":2149,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["criterion",{"_index":3956,"title":{},"body":{"license.html":{}}}],["cross",{"_index":1925,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["csv",{"_index":3661,"title":{},"body":{"miscellaneous/functions.html":{}}}],["csv.ts",{"_index":3549,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["cubic",{"_index":632,"title":{},"body":{"components/AdminComponent.html":{}}}],["curated",{"_index":1624,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cure",{"_index":4286,"title":{},"body":{"license.html":{}}}],["currency",{"_index":3091,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["currentuser",{"_index":2934,"title":{},"body":{"guards/RoleGuard.html":{}}}],["custom",{"_index":1278,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["customarily",{"_index":4120,"title":{},"body":{"license.html":{}}}],["customer",{"_index":4125,"title":{},"body":{"license.html":{}}}],["customerrorstatematcher",{"_index":254,"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('cic_convert",{"_index":1179,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customevent('cic_transfer",{"_index":1177,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customvalidator",{"_index":1307,"title":{"classes/CustomValidator.html":{}},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["cyber",{"_index":1933,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["d",{"_index":2998,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["d.getdate()}/${d.getmonth()}/${d.getfullyear",{"_index":3000,"title":{},"body":{"components/SettingsComponent.html":{}}}],["dagaa",{"_index":2165,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoreti",{"_index":1769,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoretti",{"_index":1811,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["daktari",{"_index":2304,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4442,"title":{},"body":{"license.html":{}}}],["dandora",{"_index":1770,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["danger",{"_index":3877,"title":{},"body":{"license.html":{}}}],["danish",{"_index":1951,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dashboard",{"_index":3055,"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":1351,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["data?.status",{"_index":1352,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["datafile",{"_index":4552,"title":{},"body":{"miscellaneous/variables.html":{}}}],["datasource",{"_index":371,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["datasource.filter",{"_index":3458,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["datatables",{"_index":488,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{}}}],["datatables.net",{"_index":3612,"title":{},"body":{"dependencies.html":{}}}],["datatablesmodule",{"_index":486,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"modules/TransactionsModule.html":{}}}],["date",{"_index":455,"title":{},"body":{"components/AccountsComponent.html":{},"components/SettingsComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"license.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_registered",{"_index":16,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{},"miscellaneous/variables.html":{}}}],["dateregistered",{"_index":3524,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["dawa",{"_index":2305,"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":1917,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["days",{"_index":4282,"title":{},"body":{"license.html":{}}}],["debug",{"_index":1579,"title":{},"body":{"injectables/LoggingService.html":{}}}],["december",{"_index":4053,"title":{},"body":{"license.html":{}}}],["decide",{"_index":4422,"title":{},"body":{"license.html":{}}}],["decimals",{"_index":2468,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["declarations",{"_index":463,"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":4244,"title":{},"body":{"license.html":{}}}],["decorators",{"_index":406,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/ErrorDialogComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["deemed",{"_index":4042,"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":{},"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":{},"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":372,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["defaults",{"_index":3668,"title":{},"body":{"miscellaneous/functions.html":{}}}],["defective",{"_index":4435,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":4393,"title":{},"body":{"license.html":{}}}],["define",{"_index":1059,"title":{},"body":{"injectables/AuthService.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["defines",{"_index":1280,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["defining",{"_index":4553,"title":{},"body":{"miscellaneous/variables.html":{}}}],["definition",{"_index":3993,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":3890,"title":{},"body":{"license.html":{}}}],["delay",{"_index":1620,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delayed",{"_index":2500,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delimiter",{"_index":3660,"title":{},"body":{"miscellaneous/functions.html":{}}}],["dematerialize",{"_index":1621,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["demo",{"_index":1936,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["denied",{"_index":4205,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":4352,"title":{},"body":{"license.html":{}}}],["denomination",{"_index":3071,"title":{},"body":{"interfaces/Token.html":{}}}],["denote",{"_index":1474,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["deny",{"_index":3842,"title":{},"body":{"license.html":{}}}],["denying",{"_index":3805,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":462,"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":4361,"title":{},"body":{"license.html":{}}}],["dera",{"_index":2364,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dereva",{"_index":2415,"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":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signature.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":2035,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["designated",{"_index":4137,"title":{},"body":{"license.html":{}}}],["designed",{"_index":3773,"title":{},"body":{"license.html":{}}}],["destination",{"_index":3279,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["destinationtoken",{"_index":1205,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["detached",{"_index":2713,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["detail",{"_index":1178,"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":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":{}}}],["details.component",{"_index":485,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{}}}],["details.component.html",{"_index":3078,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.scss",{"_index":3077,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts",{"_index":3076,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["details.component.ts:14",{"_index":3082,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:15",{"_index":3224,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:16",{"_index":3233,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:17",{"_index":3232,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:18",{"_index":3223,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:26",{"_index":3227,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:27",{"_index":3083,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:38",{"_index":3230,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:42",{"_index":3229,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:46",{"_index":3231,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:50",{"_index":3228,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:59",{"_index":3226,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.the",{"_index":4495,"title":{},"body":{"license.html":{}}}],["details/account",{"_index":484,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["details/token",{"_index":3075,"title":{},"body":{"components/TokenDetailsComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"coverage.html":{}}}],["details/transaction",{"_index":3212,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{}}}],["detergent",{"_index":2362,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["detergents",{"_index":2363,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["determining",{"_index":4171,"title":{},"body":{"license.html":{}}}],["dev",{"_index":3701,"title":{},"body":{"index.html":{}}}],["develop",{"_index":4469,"title":{},"body":{"license.html":{}}}],["developers",{"_index":3820,"title":{},"body":{"license.html":{}}}],["development",{"_index":3699,"title":{},"body":{"index.html":{},"license.html":{}}}],["devices",{"_index":3841,"title":{},"body":{"license.html":{}}}],["dgst",{"_index":2799,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["dhobi",{"_index":2033,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dialog",{"_index":1340,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["dialog'},{'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":{}}}],["dialog.component",{"_index":1365,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["dialog.component.html",{"_index":1342,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.scss",{"_index":1341,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts",{"_index":1339,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["dialog.component.ts:10",{"_index":1344,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts:11",{"_index":1346,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.service",{"_index":981,"title":{},"body":{"injectables/AuthService.html":{}}}],["dialog.service.ts",{"_index":1354,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["dialog.service.ts:11",{"_index":1362,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:13",{"_index":1361,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:9",{"_index":1359,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog/error",{"_index":1338,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["dialogref",{"_index":1368,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":1371,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["diani",{"_index":1833,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dictates",{"_index":885,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["diesel",{"_index":2459,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["differ",{"_index":4413,"title":{},"body":{"license.html":{}}}],["different",{"_index":1454,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["differently",{"_index":4231,"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":4028,"title":{},"body":{"license.html":{}}}],["directions",{"_index":4143,"title":{},"body":{"license.html":{}}}],["directive",{"_index":313,"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":356,"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":3710,"title":{},"body":{"index.html":{}}}],["directly",{"_index":3919,"title":{},"body":{"license.html":{}}}],["directory",{"_index":1272,"title":{},"body":{"components/CreateAccountComponent.html":{},"index.html":{}}}],["directoryentry",{"_index":1255,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["disableconsolelogging",{"_index":804,"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":1631,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["disbursement",{"_index":2777,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["disbursements",{"_index":2495,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["disclaim",{"_index":4064,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":4425,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":4228,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":4378,"title":{},"body":{"license.html":{}}}],["dispatcher",{"_index":1392,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["dispensary",{"_index":2298,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["display",{"_index":4095,"title":{},"body":{"license.html":{}}}],["displayed",{"_index":4237,"title":{},"body":{"license.html":{}}}],["displayedcolumns",{"_index":373,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{}}}],["displaying",{"_index":1285,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{}}}],["displays",{"_index":3941,"title":{},"body":{"license.html":{}}}],["dist",{"_index":3723,"title":{},"body":{"index.html":{}}}],["distinguishing",{"_index":4415,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":3763,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":4482,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":4382,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":3887,"title":{},"body":{"license.html":{}}}],["divone",{"_index":869,"title":{},"body":{"components/AuthComponent.html":{}}}],["divtwo",{"_index":871,"title":{},"body":{"components/AuthComponent.html":{}}}],["doctor",{"_index":2303,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["document",{"_index":3765,"title":{},"body":{"license.html":{}}}],["document.getelementbyid('content",{"_index":744,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('one",{"_index":870,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('one').style.display",{"_index":1063,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('sidebar",{"_index":742,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('sidebarcollapse",{"_index":746,"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":872,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('two').style.display",{"_index":1064,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid(this.iconid",{"_index":2899,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["document.getelementbyid(this.id",{"_index":2897,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["documentation",{"_index":3535,"title":{},"body":{"coverage.html":{}}}],["documented",{"_index":4214,"title":{},"body":{"license.html":{}}}],["doe",{"_index":3487,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["doesn\\'t",{"_index":1076,"title":{},"body":{"injectables/AuthService.html":{}}}],["dofilter",{"_index":377,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dofilter(value",{"_index":385,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["doing",{"_index":2695,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["dom",{"_index":204,"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":3861,"title":{},"body":{"license.html":{}}}],["domsanitizer",{"_index":2966,"title":{},"body":{"pipes/SafePipe.html":{}}}],["don't",{"_index":3718,"title":{},"body":{"index.html":{}}}],["donald",{"_index":3501,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["donholm",{"_index":1768,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donhom",{"_index":1772,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donor",{"_index":1967,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donut",{"_index":2166,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["doti",{"_index":1688,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["double",{"_index":553,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["doubtful",{"_index":4172,"title":{},"body":{"license.html":{}}}],["dough",{"_index":2167,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["download",{"_index":3663,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downloadcsv",{"_index":378,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["downloaded",{"_index":3666,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downstream",{"_index":4305,"title":{},"body":{"license.html":{}}}],["driver",{"_index":2414,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dt",{"_index":3614,"title":{},"body":{"dependencies.html":{}}}],["duka",{"_index":2354,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["durable",{"_index":4119,"title":{},"body":{"license.html":{}}}],["duration",{"_index":3255,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["during",{"_index":68,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["dwelling",{"_index":4170,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":3596,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3995,"title":{},"body":{"license.html":{}}}],["dzivani",{"_index":1690,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzovuni",{"_index":1691,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzugwe",{"_index":1689,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["e",{"_index":697,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["e.matches",{"_index":749,"title":{},"body":{"components/AppComponent.html":{}}}],["e2e",{"_index":3734,"title":{},"body":{"index.html":{}}}],["each",{"_index":3899,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":3912,"title":{},"body":{"license.html":{}}}],["east",{"_index":1805,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["economics",{"_index":1056,"title":{},"body":{"injectables/AuthService.html":{},"components/FooterComponent.html":{},"license.html":{}}}],["education",{"_index":1900,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["educator",{"_index":1942,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["effect",{"_index":4458,"title":{},"body":{"license.html":{}}}],["effected",{"_index":4062,"title":{},"body":{"license.html":{}}}],["effective",{"_index":4043,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":3879,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":4319,"title":{},"body":{"license.html":{}}}],["egg",{"_index":2257,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eimu",{"_index":1922,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["elapsedtime",{"_index":1543,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["elder",{"_index":1969,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eldoret",{"_index":1884,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrian",{"_index":2022,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electricals",{"_index":2349,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrician",{"_index":2112,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electronic",{"_index":4487,"title":{},"body":{"license.html":{}}}],["electronics",{"_index":2109,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["element",{"_index":312,"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":{}}}],["element.style.display",{"_index":877,"title":{},"body":{"components/AuthComponent.html":{}}}],["elementref",{"_index":1593,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["elim",{"_index":1921,"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":1803,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embakassi",{"_index":1802,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embodied",{"_index":4114,"title":{},"body":{"license.html":{}}}],["emergency",{"_index":2325,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["employer",{"_index":4500,"title":{},"body":{"license.html":{}}}],["enable",{"_index":3975,"title":{},"body":{"license.html":{}}}],["enabled",{"_index":807,"title":{},"body":{"modules/AppModule.html":{}}}],["enables",{"_index":3935,"title":{},"body":{"license.html":{}}}],["encryption",{"_index":62,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.html":{}}}],["end",{"_index":3733,"title":{},"body":{"index.html":{},"license.html":{}}}],["endpoint",{"_index":717,"title":{},"body":{"components/AppComponent.html":{}}}],["enforce",{"_index":4353,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":4066,"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":2069,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["enroller",{"_index":1630,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["ensure",{"_index":2505,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["enter",{"_index":880,"title":{},"body":{"components/AuthComponent.html":{}}}],["entered",{"_index":4387,"title":{},"body":{"license.html":{}}}],["entire",{"_index":4086,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":4404,"title":{},"body":{"license.html":{}}}],["entity",{"_index":4309,"title":{},"body":{"license.html":{}}}],["entry",{"_index":1273,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/TokenRegistry.html":{}}}],["entry(2",{"_index":3125,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["entry(serial",{"_index":3121,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["env",{"_index":1550,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{}}}],["env.example",{"_index":3738,"title":{},"body":{"index.html":{}}}],["env.ts",{"_index":3716,"title":{},"body":{"index.html":{}}}],["envelope",{"_index":3321,"title":{},"body":{"injectables/TransactionService.html":{}}}],["envelope.fromjson(json.stringify(account)).unwrap().m.data",{"_index":3366,"title":{},"body":{"injectables/TransactionService.html":{}}}],["environment",{"_index":168,"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/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["environment.cicmetaurl",{"_index":998,"title":{},"body":{"injectables/AuthService.html":{}}}],["environment.loggingurl}/api/logs",{"_index":803,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.loglevel",{"_index":799,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.prod.ts",{"_index":3743,"title":{},"body":{"index.html":{}}}],["environment.production",{"_index":808,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.registryaddress",{"_index":2918,"title":{},"body":{"injectables/RegistryService.html":{}}}],["environment.serverloglevel",{"_index":801,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.ts",{"_index":3742,"title":{},"body":{"index.html":{}}}],["environment.web3provider",{"_index":1143,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["equivalent",{"_index":4018,"title":{},"body":{"license.html":{}}}],["err",{"_index":1080,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["err.error",{"_index":1401,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.error.message",{"_index":1406,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.message",{"_index":1082,"title":{},"body":{"injectables/AuthService.html":{}}}],["err.status",{"_index":1414,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.statustext",{"_index":1083,"title":{},"body":{"injectables/AuthService.html":{}}}],["erroneously",{"_index":3840,"title":{},"body":{"license.html":{}}}],["error",{"_index":330,"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":{}}}],["error's",{"_index":1477,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error('login",{"_index":1011,"title":{},"body":{"injectables/AuthService.html":{}}}],["error('the",{"_index":1070,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(`${res.statustext",{"_index":1092,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(message",{"_index":1487,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["error.message",{"_index":1485,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.stack",{"_index":1489,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.status",{"_index":1050,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.tostring",{"_index":1486,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errordialogcomponent",{"_index":329,"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":{},"injectables/AuthService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["errorevent",{"_index":1402,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errorhandler",{"_index":779,"title":{},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorinterceptor",{"_index":771,"title":{"interceptors/ErrorInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["errormessage",{"_index":1400,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errors",{"_index":1318,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorstatematcher",{"_index":1287,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["errortracestring",{"_index":1463,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes('/src/app",{"_index":1493,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes(whitelistsentence",{"_index":1495,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["essential",{"_index":3978,"title":{},"body":{"license.html":{}}}],["establish",{"_index":174,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["eth",{"_index":2791,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ethereum",{"_index":3526,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["ethers",{"_index":3326,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["ethiopia",{"_index":2792,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["even",{"_index":2506,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["event",{"_index":688,"title":{},"body":{"components/AppComponent.html":{},"interceptors/LoggingInterceptor.html":{},"license.html":{}}}],["event.detail.tx",{"_index":758,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":3143,"title":{},"body":{"injectables/TokenService.html":{}}}],["events",{"_index":1533,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["everyone",{"_index":3761,"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":3909,"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":3924,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1442,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["exceptions",{"_index":4218,"title":{},"body":{"license.html":{}}}],["exchange",{"_index":3257,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["excluded",{"_index":4160,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":4391,"title":{},"body":{"license.html":{}}}],["exclusion",{"_index":4478,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":4343,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":4023,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":4397,"title":{},"body":{"license.html":{}}}],["executable",{"_index":3966,"title":{},"body":{"license.html":{}}}],["execute",{"_index":3731,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":3925,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":4320,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":4063,"title":{},"body":{"license.html":{}}}],["existing",{"_index":1301,"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":4180,"title":{},"body":{"license.html":{}}}],["expects",{"_index":4179,"title":{},"body":{"license.html":{}}}],["expert",{"_index":1937,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["explains",{"_index":3831,"title":{},"body":{"license.html":{}}}],["explicitly",{"_index":4011,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{}}}],["exportcsv",{"_index":415,"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":3658,"title":{},"body":{"miscellaneous/functions.html":{}}}],["exportcsv(this.accounts",{"_index":448,"title":{},"body":{"components/AccountsComponent.html":{}}}],["exportcsv(this.actions",{"_index":649,"title":{},"body":{"components/AdminComponent.html":{}}}],["exportcsv(this.tokens",{"_index":3190,"title":{},"body":{"components/TokensComponent.html":{}}}],["exportcsv(this.transactions",{"_index":3462,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["exportcsv(this.trustedusers",{"_index":3004,"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":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"classes/Settings.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"interfaces/Signature.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":4349,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":4427,"title":{},"body":{"license.html":{}}}],["expression",{"_index":1327,"title":{},"body":{"classes/CustomValidator.html":{}}}],["expressly",{"_index":4266,"title":{},"body":{"license.html":{}}}],["extend",{"_index":3864,"title":{},"body":{"license.html":{}}}],["extended",{"_index":4377,"title":{},"body":{"license.html":{}}}],["extends",{"_index":1444,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["extensions",{"_index":4099,"title":{},"body":{"license.html":{}}}],["extent",{"_index":3943,"title":{},"body":{"license.html":{}}}],["external",{"_index":3529,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["eye",{"_index":2904,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["f",{"_index":4249,"title":{},"body":{"license.html":{}}}],["facilitator",{"_index":1953,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["facilities",{"_index":4024,"title":{},"body":{"license.html":{}}}],["facing",{"_index":1426,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["fagio",{"_index":1986,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":1039,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interceptors/LoggingInterceptor.html":{}}}],["failedpinattempts",{"_index":3492,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["fails",{"_index":4279,"title":{},"body":{"license.html":{}}}],["failure",{"_index":4452,"title":{},"body":{"license.html":{}}}],["fair",{"_index":4017,"title":{},"body":{"license.html":{}}}],["faith",{"_index":1956,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["family",{"_index":4165,"title":{},"body":{"license.html":{}}}],["family/surname",{"_index":1271,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["farm",{"_index":2004,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farmer",{"_index":2005,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farming",{"_index":2003,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fashion",{"_index":3906,"title":{},"body":{"license.html":{}}}],["favor",{"_index":4174,"title":{},"body":{"license.html":{}}}],["feature",{"_index":3712,"title":{},"body":{"index.html":{},"license.html":{}}}],["fee",{"_index":3813,"title":{},"body":{"license.html":{}}}],["feels",{"_index":421,"title":{},"body":{"components/AccountsComponent.html":{}}}],["female",{"_index":2461,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["fetch",{"_index":170,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["fetch(environment.publickeysurl).then((res",{"_index":1089,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetched",{"_index":3117,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["fetcher",{"_index":1100,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetcher(settings",{"_index":1113,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetching",{"_index":3671,"title":{},"body":{"miscellaneous/functions.html":{}}}],["fia",{"_index":3511,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["field",{"_index":501,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"classes/CustomValidator.html":{},"modules/PagesModule.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["filegetter",{"_index":2908,"title":{},"body":{"injectables/RegistryService.html":{}}}],["filename",{"_index":3659,"title":{},"body":{"miscellaneous/functions.html":{}}}],["files",{"_index":3706,"title":{},"body":{"index.html":{},"license.html":{}}}],["filter",{"_index":451,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["filter_rounds",{"_index":1185,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filteraccounts",{"_index":379,"title":{},"body":{"components/AccountsComponent.html":{}}}],["filters",{"_index":1184,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filtertransactions",{"_index":3429,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["final",{"_index":1211,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["finalize",{"_index":1537,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["finally",{"_index":3349,"title":{},"body":{"injectables/TransactionService.html":{},"license.html":{}}}],["finance",{"_index":2332,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["find",{"_index":2681,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"license.html":{}}}],["fingerprint",{"_index":2802,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fire",{"_index":2446,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firewood",{"_index":2447,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firm",{"_index":2137,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["first",{"_index":416,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["fish",{"_index":2176,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fitness",{"_index":4430,"title":{},"body":{"license.html":{}}}],["fix",{"_index":2854,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["fixed",{"_index":4118,"title":{},"body":{"license.html":{}}}],["flag",{"_index":2828,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["flow",{"_index":4001,"title":{},"body":{"license.html":{}}}],["flowers",{"_index":2389,"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":3889,"title":{},"body":{"license.html":{}}}],["following",{"_index":4347,"title":{},"body":{"license.html":{}}}],["foo",{"_index":2478,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["food",{"_index":2139,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["footballer",{"_index":2089,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["footer",{"_index":1429,"title":{},"body":{"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["footer'},{'name",{"_index":333,"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":1431,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":1430,"title":{},"body":{"components/FooterComponent.html":{}}}],["footercomponent",{"_index":332,"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":334,"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":4061,"title":{},"body":{"license.html":{}}}],["forbidden",{"_index":1422,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["force",{"_index":4020,"title":{},"body":{"license.html":{}}}],["form",{"_index":1281,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["form.submitted",{"_index":1303,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["format",{"_index":3662,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["formbuilder",{"_index":240,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["formcontrol",{"_index":1290,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["formgroup",{"_index":249,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{}}}],["formgroupdirective",{"_index":1291,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["forms",{"_index":4110,"title":{},"body":{"license.html":{}}}],["forward",{"_index":2512,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["forwarded",{"_index":1511,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{}}}],["found",{"_index":301,"title":{},"body":{"components/AccountSearchComponent.html":{},"index.html":{},"license.html":{}}}],["foundation",{"_index":3758,"title":{},"body":{"license.html":{}}}],["free",{"_index":3756,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":3776,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":3816,"title":{},"body":{"license.html":{}}}],["freelance",{"_index":2107,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fromhex",{"_index":3328,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(methodsignature",{"_index":3383,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(strip0x(transferauthaddress",{"_index":3394,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromvalue",{"_index":1206,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["fruit",{"_index":2174,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fruits",{"_index":2175,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fua",{"_index":2058,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuata",{"_index":1799,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel",{"_index":2440,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel/energy",{"_index":2432,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fulfilling",{"_index":4046,"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":2516,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"coverage.html":{}}}],["functioning",{"_index":4191,"title":{},"body":{"license.html":{}}}],["functions",{"_index":2542,"title":{"miscellaneous/functions.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":3846,"title":{},"body":{"license.html":{}}}],["fundi",{"_index":2037,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["furniture",{"_index":2398,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["further",{"_index":3744,"title":{},"body":{"index.html":{},"license.html":{}}}],["future",{"_index":3866,"title":{},"body":{"license.html":{}}}],["g",{"_index":3697,"title":{},"body":{"index.html":{}}}],["g.e",{"_index":1854,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gandini",{"_index":1706,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garage",{"_index":2075,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garbage",{"_index":1985,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gardener",{"_index":1991,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gari",{"_index":2429,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gas",{"_index":2451,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gatina",{"_index":1780,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ge",{"_index":1855,"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":1237,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["general",{"_index":1501,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["generalized",{"_index":1476,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["generally",{"_index":3991,"title":{},"body":{"license.html":{}}}],["generate",{"_index":3709,"title":{},"body":{"index.html":{},"license.html":{}}}],["generated",{"_index":1225,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"index.html":{}}}],["ger",{"_index":2793,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["germany",{"_index":2794,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["get(`${environment.cicmetaurl}/areatypes/${area.tolowercase",{"_index":1531,"title":{},"body":{"injectables/LocationService.html":{}}}],["getaccountdetailsfrommeta(await",{"_index":3342,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo",{"_index":3289,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo(account",{"_index":3300,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccounttypes",{"_index":428,"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":3517,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getactions",{"_index":2520,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getaddresssearchformstub",{"_index":265,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getaddresstransactions",{"_index":3290,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaddresstransactions(address",{"_index":1176,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["getalltransactions",{"_index":3291,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getalltransactions(offset",{"_index":1174,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getareanamebylocation",{"_index":1517,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareanamebylocation(location",{"_index":1521,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareanames",{"_index":1261,"title":{},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea",{"_index":1518,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea(area",{"_index":1524,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareatypes",{"_index":1519,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getbysymbol",{"_index":3164,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getbysymbol(symbol",{"_index":3165,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getcategories",{"_index":1258,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getcategorybyproduct",{"_index":2530,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getchallenge",{"_index":937,"title":{},"body":{"injectables/AuthService.html":{}}}],["getcreateformstub",{"_index":1249,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["getencryptkeys",{"_index":2599,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getfingerprint",{"_index":2600,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getgenders",{"_index":1263,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getkeyformstub",{"_index":844,"title":{},"body":{"components/AuthComponent.html":{}}}],["getkeyid",{"_index":2601,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getkeyid(key",{"_index":2624,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getkeysforid",{"_index":2602,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getkeysforid(keyid",{"_index":2626,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getnamesearchformstub",{"_index":261,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getorganizationformstub",{"_index":2774,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["getphonesearchformstub",{"_index":263,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getprivatekey",{"_index":938,"title":{},"body":{"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getprivatekeyforid",{"_index":2603,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getprivatekeyforid(keyid",{"_index":2630,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getprivatekeyid",{"_index":2604,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getprivatekeys",{"_index":2605,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeyforid",{"_index":2606,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeyforid(keyid",{"_index":2634,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeyforsubkeyid",{"_index":2607,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeyforsubkeyid(subkeyid",{"_index":2636,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeys",{"_index":939,"title":{},"body":{"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeysforaddress",{"_index":2608,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getpublickeysforaddress(address",{"_index":2640,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["getregistry",{"_index":2909,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getter.ts",{"_index":3552,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getting",{"_index":3688,"title":{"index.html":{},"license.html":{}},"body":{}}],["gettokenbalance",{"_index":3136,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbalance(address",{"_index":3138,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbysymbol",{"_index":2535,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokenbysymbol(params.get('id",{"_index":3086,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["gettokenbysymbol(symbol",{"_index":3140,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokens",{"_index":2533,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettransactiontypes",{"_index":2537,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{}}}],["gettrustedactivekeys",{"_index":2609,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["gettrustedkeys",{"_index":2610,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["gettrustedusers",{"_index":940,"title":{},"body":{"injectables/AuthService.html":{}}}],["getuser",{"_index":3483,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuser(userkey",{"_index":3519,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid",{"_index":3484,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid(id",{"_index":3522,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getweb3",{"_index":2910,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getwithtoken",{"_index":941,"title":{},"body":{"injectables/AuthService.html":{}}}],["giftable",{"_index":2462,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githeri",{"_index":2177,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githurai",{"_index":1806,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["give",{"_index":4079,"title":{},"body":{"license.html":{}}}],["given",{"_index":1268,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["givenname",{"_index":1253,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["gives",{"_index":4092,"title":{},"body":{"license.html":{}}}],["giving",{"_index":3825,"title":{},"body":{"license.html":{}}}],["global",{"_index":1451,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["globalerrorhandler",{"_index":772,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"overview.html":{}}}],["gnu",{"_index":3750,"title":{},"body":{"license.html":{}}}],["go",{"_index":865,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["goats",{"_index":2182,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gona",{"_index":1704,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["good",{"_index":2261,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["governed",{"_index":4221,"title":{},"body":{"license.html":{}}}],["government",{"_index":1968,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gpl",{"_index":3821,"title":{},"body":{"license.html":{}}}],["grant",{"_index":4245,"title":{},"body":{"license.html":{}}}],["granted",{"_index":4006,"title":{},"body":{"license.html":{}}}],["grants",{"_index":4299,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4512,"title":{},"body":{"modules.html":{}}}],["grassroots",{"_index":1055,"title":{},"body":{"injectables/AuthService.html":{},"components/FooterComponent.html":{},"license.html":{}}}],["gratis",{"_index":3812,"title":{},"body":{"license.html":{}}}],["greatest",{"_index":4470,"title":{},"body":{"license.html":{}}}],["grocer",{"_index":2179,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groceries",{"_index":3499,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["grocery",{"_index":2178,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groundnuts",{"_index":2168,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["group",{"_index":1628,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["grz",{"_index":2464,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":3779,"title":{},"body":{"license.html":{}}}],["guard",{"_index":881,"title":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}},"body":{"guards/AuthGuard.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["guards",{"_index":882,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"overview.html":{}}}],["gui",{"_index":4499,"title":{},"body":{"license.html":{}}}],["guitarist",{"_index":2123,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guro",{"_index":1705,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hair",{"_index":2064,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["halt",{"_index":728,"title":{},"body":{"components/AppComponent.html":{}}}],["handle",{"_index":863,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["handled",{"_index":2540,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handleerror",{"_index":1446,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":1452,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["handlenetworkchange",{"_index":2748,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["handler",{"_index":422,"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":1439,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["handler.ts:104",{"_index":1468,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:16",{"_index":1515,"title":{},"body":{"classes/HttpError.html":{}}}],["handler.ts:41",{"_index":1450,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:58",{"_index":1453,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:84",{"_index":1461,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleroute",{"_index":2517,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handlers",{"_index":2515,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handles",{"_index":1375,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handling",{"_index":1443,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hanje",{"_index":1692,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["happened",{"_index":1504,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hardware",{"_index":2361,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hash",{"_index":1224,"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":3377,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction",{"_index":3372,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.digest",{"_index":3375,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.update('createrequest(address,address,address,uint256",{"_index":3374,"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":190,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount(address",{"_index":141,"title":{},"body":{"classes/AccountIndex.html":{}}}],["having",{"_index":4022,"title":{},"body":{"license.html":{}}}],["hawinga",{"_index":1868,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawker",{"_index":2039,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawking",{"_index":2038,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hazina",{"_index":1651,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headers",{"_index":2498,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["headmaster",{"_index":1941,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headmistress",{"_index":1931,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headteacher",{"_index":1932,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["health",{"_index":2296,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["heath",{"_index":2312,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":622,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2043,"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":3505,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["herbalist",{"_index":2307,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hereafter",{"_index":4339,"title":{},"body":{"license.html":{}}}],["hi",{"_index":1127,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["hidden",{"_index":626,"title":{},"body":{"components/AdminComponent.html":{}}}],["hoba",{"_index":1024,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader",{"_index":974,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader(authheader",{"_index":1035,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaresponseencoded",{"_index":965,"title":{},"body":{"injectables/AuthService.html":{}}}],["holder",{"_index":4273,"title":{},"body":{"license.html":{}}}],["holders",{"_index":4227,"title":{},"body":{"license.html":{}}}],["holel",{"_index":2170,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homabay",{"_index":1872,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homaboy",{"_index":1873,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["home",{"_index":306,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["hook",{"_index":1440,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hope",{"_index":4483,"title":{},"body":{"license.html":{}}}],["hospital",{"_index":2306,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hostlistener",{"_index":706,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('click",{"_index":2953,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('window:cic_convert",{"_index":760,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlistener('window:cic_transfer",{"_index":756,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlisteners",{"_index":678,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hosts",{"_index":4145,"title":{},"body":{"license.html":{}}}],["hotel",{"_index":2169,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hoteli",{"_index":2171,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["house",{"_index":2042,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["housegirl",{"_index":2044,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["househelp",{"_index":2040,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["household",{"_index":4166,"title":{},"body":{"license.html":{}}}],["hsehelp",{"_index":2041,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["html",{"_index":311,"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":{}}}],["htmlelement",{"_index":741,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["http",{"_index":1377,"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":3703,"title":{},"body":{"index.html":{}}}],["http://localhost:8000",{"_index":4550,"title":{},"body":{"miscellaneous/variables.html":{}}}],["http_interceptors",{"_index":784,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["httpclient",{"_index":949,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["httpclientmodule",{"_index":785,"title":{},"body":{"modules/AppModule.html":{}}}],["httpconfiginterceptor",{"_index":773,"title":{"interceptors/HttpConfigInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["httperror",{"_index":982,"title":{"classes/HttpError.html":{}},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["httperror(xhr.statustext",{"_index":1025,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperrorresponse",{"_index":1394,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httperrorresponse).status",{"_index":1498,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httpevent",{"_index":1395,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpgetter",{"_index":2914,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httphandler",{"_index":1387,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpinterceptor",{"_index":1396,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httprequest",{"_index":1386,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpresponse",{"_index":1536,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["https://blockexplorer.bloxberg.org/address",{"_index":3237,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["https://cache.dev.grassrootseconomics.net",{"_index":4539,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://dashboard.sarafu.network",{"_index":2863,"title":{},"body":{"components/PagesComponent.html":{}}}],["https://dev.grassrootseconomics.net/.well",{"_index":4536,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://fsf.org",{"_index":3760,"title":{},"body":{"license.html":{}}}],["https://meta.dev.grassrootseconomics.net",{"_index":4534,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://ussd.dev.grassrootseconomics.net",{"_index":4544,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://www.gnu.org/licenses",{"_index":4485,"title":{},"body":{"license.html":{}}}],["https://www.gnu.org/licenses/why",{"_index":4508,"title":{},"body":{"license.html":{}}}],["huruma",{"_index":1773,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hustler",{"_index":2059,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hypothetical",{"_index":4496,"title":{},"body":{"license.html":{}}}],["icon",{"_index":2898,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.add('fa",{"_index":2905,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.remove('fa",{"_index":2903,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["iconid",{"_index":2892,"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":4367,"title":{},"body":{"license.html":{}}}],["identifier",{"_index":3116,"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":1252,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["iframes",{"_index":2865,"title":{},"body":{"components/PagesComponent.html":{}}}],["ignore",{"_index":2901,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["imam",{"_index":1958,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immagration",{"_index":1980,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immigration",{"_index":1981,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["implement",{"_index":3976,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":884,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["implements",{"_index":209,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{}}}],["implied",{"_index":4392,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["import('@app/auth/auth.module').then((m",{"_index":816,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/accounts/accounts.module').then((m",{"_index":2883,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/admin/admin.module').then((m",{"_index":2887,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/pages.module').then((m",{"_index":818,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/settings/settings.module').then((m",{"_index":2881,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/tokens/tokens.module').then((m",{"_index":2885,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/transactions/transactions.module').then((m",{"_index":2879,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["imported",{"_index":2685,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["imported.keys",{"_index":2687,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importing",{"_index":4331,"title":{},"body":{"license.html":{}}}],["importkeypair",{"_index":2611,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importkeypair(publickey",{"_index":2644,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importprivatekey",{"_index":2612,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importprivatekey(privatekey",{"_index":2647,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importpublickey",{"_index":2613,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["importpublickey(publickey",{"_index":2649,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"guards/RoleGuard.html":{},"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules/SharedModule.html":{},"classes/TokenRegistry.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["impose",{"_index":4254,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":4394,"title":{},"body":{"license.html":{}}}],["inability",{"_index":4446,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":4449,"title":{},"body":{"license.html":{}}}],["inc",{"_index":3759,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":4443,"title":{},"body":{"license.html":{}}}],["include",{"_index":3967,"title":{},"body":{"license.html":{}}}],["included",{"_index":3969,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3929,"title":{},"body":{"license.html":{}}}],["including",{"_index":3987,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":4108,"title":{},"body":{"license.html":{}}}],["inclusive",{"_index":3090,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["income",{"_index":3095,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["incompatible",{"_index":3847,"title":{},"body":{"license.html":{}}}],["incorporating",{"_index":4501,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":4169,"title":{},"body":{"license.html":{}}}],["incorrect",{"_index":1060,"title":{},"body":{"injectables/AuthService.html":{}}}],["indemnification",{"_index":4250,"title":{},"body":{"license.html":{}}}],["independent",{"_index":4097,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":4302,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":4264,"title":{},"body":{"license.html":{}}}],["individual",{"_index":1299,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"license.html":{}}}],["individuals",{"_index":3853,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":1782,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{}}}],["inform",{"_index":4153,"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":4300,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":4329,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":3922,"title":{},"body":{"license.html":{}}}],["init",{"_index":942,"title":{},"body":{"injectables/AuthService.html":{}}}],["initial",{"_index":1212,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["initialization",{"_index":1382,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["initialize",{"_index":1478,"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":{}}}],["initialparams",{"_index":566,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["initiate",{"_index":4323,"title":{},"body":{"license.html":{}}}],["initiator",{"_index":1214,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["inject",{"_index":1347,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["inject(mat_dialog_data",{"_index":1345,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["injectable",{"_index":915,"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":{}},"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":{},"coverage.html":{}}}],["injectables",{"_index":932,"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":{},"overview.html":{}}}],["input",{"_index":1294,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["input('routerlink",{"_index":2951,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["inputs",{"_index":1310,"title":{},"body":{"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TransactionDetailsComponent.html":{}}}],["inside",{"_index":3843,"title":{},"body":{"license.html":{}}}],["install",{"_index":3696,"title":{},"body":{"index.html":{},"license.html":{}}}],["installation",{"_index":4186,"title":{},"body":{"license.html":{}}}],["installed",{"_index":4201,"title":{},"body":{"license.html":{}}}],["instance",{"_index":92,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{}}}],["instanceof",{"_index":1049,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["instantiates",{"_index":890,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["instead",{"_index":4507,"title":{},"body":{"license.html":{}}}],["instructor",{"_index":1927,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["insurance",{"_index":2096,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["intact",{"_index":4073,"title":{},"body":{"license.html":{}}}],["intended",{"_index":3778,"title":{},"body":{"license.html":{}}}],["intention",{"_index":4065,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":3938,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":3940,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":1379,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercept(request",{"_index":1385,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interceptor",{"_index":861,"title":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}},"body":{"components/AuthComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["interceptors",{"_index":1372,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercepts",{"_index":1374,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interchange",{"_index":4121,"title":{},"body":{"license.html":{}}}],["interest",{"_index":4317,"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/MutableKeyStore.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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/MutableKeyStore.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":4193,"title":{},"body":{"license.html":{}}}],["intern",{"_index":1948,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["internal",{"_index":2514,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["internally",{"_index":1615,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["interpretation",{"_index":4456,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":3985,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":3999,"title":{},"body":{"license.html":{}}}],["invalid",{"_index":1071,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{}}}],["invalidate",{"_index":4093,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":4008,"title":{},"body":{"license.html":{}}}],["isdevmode",{"_index":1576,"title":{},"body":{"injectables/LoggingService.html":{}}}],["isdialogopen",{"_index":1355,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["isencryptedkeycheck",{"_index":1074,"title":{},"body":{"injectables/AuthService.html":{}}}],["isencryptedprivatekey",{"_index":2614,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["isencryptedprivatekey(privatekey",{"_index":2651,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["iserrorstate",{"_index":1288,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["iserrorstate(control",{"_index":1289,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["issubmitted",{"_index":1302,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["isvalidkey",{"_index":2615,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["isvalidkey(key",{"_index":2653,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["isvalidkeycheck",{"_index":1068,"title":{},"body":{"injectables/AuthService.html":{}}}],["iswarning",{"_index":1447,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["iswarning(errortracestring",{"_index":1460,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["it's",{"_index":1464,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["item",{"_index":3954,"title":{},"body":{"license.html":{}}}],["items",{"_index":1617,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["itself",{"_index":4206,"title":{},"body":{"license.html":{}}}],["jack",{"_index":1642,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["jane",{"_index":3494,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jembe",{"_index":2010,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jewel",{"_index":2394,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jik",{"_index":2338,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jogoo",{"_index":1790,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["john",{"_index":3486,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jomvu",{"_index":1830,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["journalist",{"_index":1928,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jquery",{"_index":3617,"title":{},"body":{"dependencies.html":{}}}],["js",{"_index":3633,"title":{},"body":{"dependencies.html":{}}}],["json.parse(localstorage.getitem(atob('cicada_user",{"_index":2935,"title":{},"body":{"guards/RoleGuard.html":{}}}],["json.stringify",{"_index":1415,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["jua",{"_index":2049,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juacali",{"_index":2048,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juakali",{"_index":2046,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jualikali",{"_index":2047,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juice",{"_index":2293,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juja",{"_index":1788,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["junda",{"_index":1845,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["june",{"_index":3752,"title":{},"body":{"license.html":{}}}],["kabete",{"_index":1771,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kabiro",{"_index":1801,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kafuduni",{"_index":1699,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kahawa",{"_index":2210,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaimati",{"_index":2207,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kajiado",{"_index":1887,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakamega",{"_index":1885,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakuma",{"_index":1858,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kalalani",{"_index":1698,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kali",{"_index":2050,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaloleni",{"_index":1700,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamba",{"_index":2205,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kambi",{"_index":1649,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamongo",{"_index":1660,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kangemi",{"_index":1763,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kanisa",{"_index":1965,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kariobangi",{"_index":1783,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["karma",{"_index":3732,"title":{},"body":{"index.html":{}}}],["kasarani",{"_index":1784,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kasemeni",{"_index":1693,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["katundani",{"_index":1694,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kawangware",{"_index":1766,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayaba",{"_index":1647,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayba",{"_index":1648,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayole",{"_index":1785,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kazi",{"_index":2055,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ke",{"_index":2787,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kebeba",{"_index":2402,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["keccak",{"_index":3323,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keccak(256",{"_index":3373,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keep",{"_index":4072,"title":{},"body":{"license.html":{}}}],["keki",{"_index":2211,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kenya",{"_index":2788,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kenyatta",{"_index":1777,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kericho",{"_index":1886,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kernel",{"_index":3979,"title":{},"body":{"license.html":{}}}],["kerosene",{"_index":2458,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kerosine",{"_index":2457,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["key",{"_index":847,"title":{},"body":{"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{}}}],["key.getkeyid().tohex",{"_index":2692,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["key.isdecrypted",{"_index":2688,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyform",{"_index":826,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyformstub",{"_index":833,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyid",{"_index":2628,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring",{"_index":2668,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["keyring.clear",{"_index":2705,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.getkeysforid(keyid",{"_index":2697,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.load",{"_index":2670,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys",{"_index":2676,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.getforid(keyid",{"_index":2699,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.importkey(privatekey",{"_index":2673,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.keys",{"_index":2675,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.keys[0",{"_index":2677,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.keys[0].getkeyid().tohex",{"_index":2696,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.keys[0].keypacket",{"_index":2690,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.privatekeys.keys[0].keypacket.fingerprint",{"_index":2691,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.getforaddress(address",{"_index":2701,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.getforid(keyid",{"_index":2698,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.getforid(subkeyid",{"_index":2700,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.importkey(publickey",{"_index":2672,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.keys",{"_index":2674,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.publickeys.removeforid(keyid",{"_index":2703,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.removekeysforid(keyid",{"_index":2702,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keyring.store",{"_index":2671,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["keys",{"_index":715,"title":{},"body":{"components/AppComponent.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"license.html":{}}}],["keystore",{"_index":2597,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["khaimati",{"_index":2206,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiambu",{"_index":1891,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibanda",{"_index":2344,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaogo",{"_index":1695,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaongo",{"_index":1696,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibera",{"_index":1757,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibira",{"_index":1758,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibra",{"_index":1759,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kidzuvini",{"_index":1697,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kikuyu",{"_index":1793,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilfi",{"_index":1848,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilibole",{"_index":1701,"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":1669,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":3934,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":3769,"title":{},"body":{"license.html":{}}}],["kingston",{"_index":1657,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kingstone",{"_index":1659,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kinyozi",{"_index":2054,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiosk",{"_index":2345,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kirembe",{"_index":1812,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisauni",{"_index":1834,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisii",{"_index":1880,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisumu",{"_index":1866,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitabu",{"_index":1955,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitengela",{"_index":1774,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitui",{"_index":1859,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kizingo",{"_index":1819,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kmoja",{"_index":1804,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["knitting",{"_index":2056,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["know",{"_index":3798,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":4356,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":4365,"title":{},"body":{"license.html":{}}}],["known/publickeys",{"_index":4537,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobo",{"_index":3007,"title":{},"body":{"components/SettingsComponent.html":{}}}],["kokotoni",{"_index":1752,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korokocho",{"_index":1658,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korosho",{"_index":2291,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kra",{"_index":1978,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["krcs",{"_index":1950,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kubeba",{"_index":2417,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kufua",{"_index":2057,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kujenga",{"_index":2053,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuku",{"_index":2209,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kulima",{"_index":2007,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kunde",{"_index":2208,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuni",{"_index":2438,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kushona",{"_index":2045,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kusumu",{"_index":1875,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwale",{"_index":1670,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwangware",{"_index":1767,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kware",{"_index":1800,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lab",{"_index":2318,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labor",{"_index":2061,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labour",{"_index":2012,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landi",{"_index":1807,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landlord",{"_index":2034,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["langata",{"_index":1808,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["language",{"_index":3963,"title":{},"body":{"license.html":{}}}],["larger",{"_index":4101,"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":722,"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":2062,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["law",{"_index":2136,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["laws",{"_index":3893,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":4327,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":3711,"title":{},"body":{"index.html":{}}}],["leader",{"_index":1977,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["leaving",{"_index":1072,"title":{},"body":{"injectables/AuthService.html":{}}}],["lecturer",{"_index":1914,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["legal",{"_index":3826,"title":{},"body":{"license.html":{}}}],["legend",{"_index":310,"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":{}}}],["length",{"_index":3155,"title":{},"body":{"injectables/TokenService.html":{}}}],["leso",{"_index":2352,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesser",{"_index":4506,"title":{},"body":{"license.html":{}}}],["lesso",{"_index":2353,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesson",{"_index":1929,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["level",{"_index":798,"title":{},"body":{"modules/AppModule.html":{}}}],["lgpl.html",{"_index":4509,"title":{},"body":{"license.html":{}}}],["liability",{"_index":4230,"title":{},"body":{"license.html":{}}}],["liable",{"_index":3921,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3965,"title":{},"body":{"license.html":{}}}],["library",{"_index":2693,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"license.html":{}}}],["license",{"_index":3749,"title":{"license.html":{}},"body":{"license.html":{}}}],["licensed",{"_index":3897,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":3900,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":3902,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":3771,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":4304,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":4243,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":4297,"title":{},"body":{"license.html":{}}}],["likoni",{"_index":1816,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["limit",{"_index":1110,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"license.html":{}}}],["limitation",{"_index":4440,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4428,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":4229,"title":{},"body":{"license.html":{}}}],["limuru",{"_index":1809,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lindi",{"_index":1756,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["line",{"_index":4479,"title":{},"body":{"license.html":{}}}],["line:directive",{"_index":2949,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["line:no",{"_index":1162,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["lines",{"_index":2343,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["link",{"_index":2943,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{},"license.html":{}}}],["linked",{"_index":3996,"title":{},"body":{"license.html":{}}}],["linking",{"_index":4504,"title":{},"body":{"license.html":{}}}],["linkparams",{"_index":2952,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["list",{"_index":3950,"title":{},"body":{"license.html":{}}}],["literal",{"_index":32,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/AuthService.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["litigation",{"_index":4324,"title":{},"body":{"license.html":{}}}],["lo",{"_index":1126,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["load",{"_index":426,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{}}}],["loadchildren",{"_index":815,"title":{},"body":{"modules/AppRoutingModule.html":{},"modules/PagesRoutingModule.html":{}}}],["loaded",{"_index":905,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"index.html":{}}}],["loadevent",{"_index":3135,"title":{},"body":{"injectables/TokenService.html":{}}}],["loading",{"_index":827,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["loadkeyring",{"_index":2616,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["loan",{"_index":2328,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["local",{"_index":4457,"title":{},"body":{"license.html":{}}}],["localstorage",{"_index":914,"title":{},"body":{"guards/AuthGuard.html":{}}}],["localstorage.getitem(btoa('cicada_private_key",{"_index":919,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["localstorage.setitem(btoa('cicada_private_key",{"_index":1079,"title":{},"body":{"injectables/AuthService.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":1239,"title":{"injectables/LocationService.html":{}},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"coverage.html":{}}}],["log",{"_index":1015,"title":{},"body":{"injectables/AuthService.html":{}}}],["logerror",{"_index":1448,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["logerror(error",{"_index":1467,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["logger",{"_index":792,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["loggermodule",{"_index":790,"title":{},"body":{"modules/AppModule.html":{}}}],["loggermodule.forroot",{"_index":797,"title":{},"body":{"modules/AppModule.html":{}}}],["logging",{"_index":1384,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["logginginterceptor",{"_index":774,"title":{"interceptors/LoggingInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["loggingservice",{"_index":383,"title":{"injectables/LoggingService.html":{}},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.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":4532,"title":{},"body":{"miscellaneous/variables.html":{}}}],["login",{"_index":829,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["loginresponse",{"_index":943,"title":{},"body":{"injectables/AuthService.html":{}}}],["loginresponse(o",{"_index":958,"title":{},"body":{"injectables/AuthService.html":{}}}],["loginview",{"_index":944,"title":{},"body":{"injectables/AuthService.html":{}}}],["loglevel",{"_index":4529,"title":{},"body":{"miscellaneous/variables.html":{}}}],["logout",{"_index":945,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["logs",{"_index":1470,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["long",{"_index":4019,"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":4447,"title":{},"body":{"license.html":{}}}],["losses",{"_index":4450,"title":{},"body":{"license.html":{}}}],["lower",{"_index":3093,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["lowest",{"_index":194,"title":{},"body":{"classes/AccountIndex.html":{}}}],["lunga",{"_index":1665,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungalunga",{"_index":1661,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungu",{"_index":1664,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lutsangani",{"_index":1702,"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":2884,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.adminmodule",{"_index":2888,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.authmodule",{"_index":817,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.pagesmodule",{"_index":819,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.settingsmodule",{"_index":2882,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.tokensmodule",{"_index":2886,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.transactionsmodule",{"_index":2880,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["maalim",{"_index":1909,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandazi",{"_index":2243,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandzi",{"_index":2286,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabenda",{"_index":2183,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabesheni",{"_index":1723,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabuyu",{"_index":2222,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machakos",{"_index":1882,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machine",{"_index":4111,"title":{},"body":{"license.html":{}}}],["machungwa",{"_index":2223,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1295,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["madewani",{"_index":1719,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["madrasa",{"_index":1959,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maembe",{"_index":2106,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mafuta",{"_index":2442,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magari",{"_index":2430,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magogoni",{"_index":1844,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magongo",{"_index":1827,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahamri",{"_index":2251,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maharagwe",{"_index":2249,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahindi",{"_index":2242,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mail",{"_index":4489,"title":{},"body":{"license.html":{}}}],["mailman",{"_index":1979,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["main",{"_index":1899,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maintain",{"_index":4141,"title":{},"body":{"license.html":{}}}],["maize",{"_index":2236,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majani",{"_index":2105,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majaoni",{"_index":1842,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majengo",{"_index":1746,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maji",{"_index":2295,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3972,"title":{},"body":{"license.html":{}}}],["makaa",{"_index":2441,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makadara",{"_index":1775,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makanga",{"_index":2431,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["make",{"_index":3782,"title":{},"body":{"license.html":{}}}],["makes",{"_index":4037,"title":{},"body":{"license.html":{}}}],["makina",{"_index":1760,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["making",{"_index":3908,"title":{},"body":{"license.html":{}}}],["makobeni",{"_index":1718,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makonge",{"_index":2127,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makongeni",{"_index":1851,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makueni",{"_index":1878,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuluni",{"_index":1716,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makupa",{"_index":1822,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuti",{"_index":2052,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["male",{"_index":2460,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["mali",{"_index":2360,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["malimali",{"_index":2358,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["management",{"_index":3013,"title":{},"body":{"components/SettingsComponent.html":{}}}],["manager",{"_index":2070,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["managing",{"_index":3691,"title":{},"body":{"index.html":{}}}],["manamba",{"_index":2422,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mandazi",{"_index":2240,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mango",{"_index":2196,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mangwe",{"_index":2370,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["manipulation",{"_index":895,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["manner",{"_index":4340,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":3845,"title":{},"body":{"license.html":{}}}],["manyani",{"_index":1843,"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":4389,"title":{},"body":{"license.html":{}}}],["mariakani",{"_index":1717,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marital",{"_index":1943,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marked",{"_index":3836,"title":{},"body":{"license.html":{}}}],["market",{"_index":1814,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marketing",{"_index":2130,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marks",{"_index":4248,"title":{},"body":{"license.html":{}}}],["marondo",{"_index":2285,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masai",{"_index":1650,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mask",{"_index":2316,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masks",{"_index":3895,"title":{},"body":{"license.html":{}}}],["mason",{"_index":2073,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mat_dialog_data",{"_index":1348,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["matatu",{"_index":2407,"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":1320,"title":{},"body":{"classes/CustomValidator.html":{}}}],["matcheckboxmodule",{"_index":494,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcher",{"_index":224,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["matcher.ts",{"_index":1277,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["matcher.ts:17",{"_index":1293,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["matches",{"_index":2931,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":1358,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["matdialogmodule",{"_index":3047,"title":{},"body":{"modules/SharedModule.html":{}}}],["matdialogref",{"_index":1363,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["material",{"_index":2819,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["material.digest",{"_index":2834,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["materialize",{"_index":1622,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["materially",{"_index":4207,"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.pow(10",{"_index":3105,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["mathare",{"_index":1786,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mathere",{"_index":1810,"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":3032,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matoke",{"_index":2287,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matpaginator",{"_index":405,"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":3200,"title":{},"body":{"modules/TokensModule.html":{}}}],["matradiomodule",{"_index":3030,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matress",{"_index":2377,"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":3201,"title":{},"body":{"modules/TokensModule.html":{}}}],["matsnackbar",{"_index":3222,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["matsnackbarmodule",{"_index":520,"title":{},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsort",{"_index":409,"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":396,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["mattabledatasource(accounts",{"_index":434,"title":{},"body":{"components/AccountsComponent.html":{}}}],["mattabledatasource(actions",{"_index":639,"title":{},"body":{"components/AdminComponent.html":{}}}],["mattabledatasource(this.tokens",{"_index":3188,"title":{},"body":{"components/TokensComponent.html":{}}}],["mattabledatasource(this.trustedusers",{"_index":3003,"title":{},"body":{"components/SettingsComponent.html":{}}}],["mattabledatasource(transactions",{"_index":3453,"title":{},"body":{"components/TransactionsComponent.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":3203,"title":{},"body":{"modules/TokensModule.html":{}}}],["mattress",{"_index":2378,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mattresses",{"_index":2379,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matuga",{"_index":1747,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matunda",{"_index":2195,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mawe",{"_index":2104,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mayai",{"_index":2258,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazera",{"_index":1725,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazeras",{"_index":1724,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazingira",{"_index":1994,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maziwa",{"_index":2216,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbaazi",{"_index":2241,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbao",{"_index":2439,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbata",{"_index":2237,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbenda",{"_index":2184,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbita",{"_index":1864,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbog",{"_index":2218,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mboga",{"_index":2217,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbonga",{"_index":2143,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbuzi",{"_index":2224,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mc",{"_index":3500,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["mchanga",{"_index":2374,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchele",{"_index":2194,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchicha",{"_index":2226,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuuzi",{"_index":2239,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuzi",{"_index":2238,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["meaning",{"_index":4258,"title":{},"body":{"license.html":{}}}],["means",{"_index":3892,"title":{},"body":{"license.html":{}}}],["measure",{"_index":4045,"title":{},"body":{"license.html":{}}}],["measures",{"_index":4058,"title":{},"body":{"license.html":{}}}],["meat",{"_index":2245,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mechanic",{"_index":2076,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mediaquery",{"_index":673,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["mediaquery.matches",{"_index":1600,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["mediaquerylist",{"_index":698,"title":{},"body":{"components/AppComponent.html":{}}}],["medicine",{"_index":2317,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["medium",{"_index":4068,"title":{},"body":{"license.html":{}}}],["meet",{"_index":4081,"title":{},"body":{"license.html":{}}}],["meets",{"_index":3955,"title":{},"body":{"license.html":{}}}],["mellon",{"_index":2198,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["melon",{"_index":2197,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["menu",{"_index":1608,"title":{},"body":{"directives/MenuToggleDirective.html":{},"license.html":{}}}],["menuselectiondirective",{"_index":357,"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":359,"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":4429,"title":{},"body":{"license.html":{}}}],["mere",{"_index":3937,"title":{},"body":{"license.html":{}}}],["mergemap",{"_index":1623,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["merging",{"_index":4313,"title":{},"body":{"license.html":{}}}],["meru",{"_index":1879,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["message",{"_index":60,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["message:\\n${message}.\\nstack",{"_index":1488,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["messages",{"_index":1286,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["met",{"_index":4010,"title":{},"body":{"license.html":{}}}],["meta",{"_index":52,"title":{"interfaces/Meta.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AuthComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"interfaces/Signature.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["metadata",{"_index":211,"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":{}}}],["metal",{"_index":2133,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["methodsignature",{"_index":3376,"title":{},"body":{"injectables/TransactionService.html":{}}}],["mfugaji",{"_index":2078,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mganga",{"_index":2308,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mgema",{"_index":2088,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mhogo",{"_index":2246,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsani",{"_index":1729,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsiani",{"_index":1710,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["middle",{"_index":3094,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["mienzeni",{"_index":1711,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mifugo",{"_index":2259,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["migori",{"_index":1874,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miguneni",{"_index":1733,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mihogo",{"_index":2247,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikate",{"_index":2233,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikeka",{"_index":2371,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikindani",{"_index":1753,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["milk",{"_index":2214,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mill",{"_index":2066,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miloeni",{"_index":1722,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mined",{"_index":1222,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minheight",{"_index":624,"title":{},"body":{"components/AdminComponent.html":{}}}],["mining",{"_index":1215,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minting",{"_index":3072,"title":{},"body":{"interfaces/Token.html":{}}}],["minyenzeni",{"_index":1713,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mioleni",{"_index":1715,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miraa",{"_index":2213,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miritini",{"_index":1828,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["misc",{"_index":1754,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":3638,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":4239,"title":{},"body":{"license.html":{}}}],["miti",{"_index":1995,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitumba",{"_index":2252,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitungi",{"_index":2359,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miwa",{"_index":2250,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyani",{"_index":1714,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyenzeni",{"_index":1709,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjambere",{"_index":1841,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjengo",{"_index":2108,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjenzi",{"_index":2077,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkanyeni",{"_index":1707,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkate",{"_index":2231,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkokoteni",{"_index":2424,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mksiti",{"_index":1966,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkulima",{"_index":2006,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlola",{"_index":1726,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlolongo",{"_index":1776,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnarani",{"_index":1852,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnazi",{"_index":2225,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnyenzeni",{"_index":1712,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mocha",{"_index":3619,"title":{},"body":{"dependencies.html":{}}}],["mock",{"_index":569,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mockbackendinterceptor",{"_index":1612,"title":{"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mockbackendprovider",{"_index":787,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mode",{"_index":1580,"title":{},"body":{"injectables/LoggingService.html":{},"license.html":{}}}],["model",{"_index":4126,"title":{},"body":{"license.html":{}}}],["modification",{"_index":3888,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":3958,"title":{},"body":{"license.html":{}}}],["modified",{"_index":3835,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":4085,"title":{},"body":{"license.html":{}}}],["modify",{"_index":3809,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":3927,"title":{},"body":{"license.html":{}}}],["module",{"_index":459,"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":461,"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":2244,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mombasa",{"_index":1815,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["moment",{"_index":908,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["moolb",{"_index":3621,"title":{},"body":{"dependencies.html":{}}}],["more",{"_index":3745,"title":{},"body":{"index.html":{},"license.html":{}}}],["moreover",{"_index":4284,"title":{},"body":{"license.html":{}}}],["moto",{"_index":2443,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorbike",{"_index":2427,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorist",{"_index":2426,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mover",{"_index":2425,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["movie",{"_index":2372,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpesa",{"_index":2381,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpishi",{"_index":2086,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpsea",{"_index":2380,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ms",{"_index":1546,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["mshomoroni",{"_index":1847,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["msusi",{"_index":2087,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtambo",{"_index":2067,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtopanga",{"_index":1840,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtumba",{"_index":2074,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtwapa",{"_index":1849,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muguka",{"_index":2212,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muhogo",{"_index":2248,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mukuru",{"_index":1645,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["multi",{"_index":811,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["multiple",{"_index":2689,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["mulunguni",{"_index":1728,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mumias",{"_index":1871,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["musician",{"_index":2125,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mutable",{"_index":2666,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["mutablekeystore",{"_index":934,"title":{"interfaces/MutableKeyStore.html":{}},"body":{"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["mutablepgpkeystore",{"_index":794,"title":{"classes/MutablePgpKeyStore.html":{}},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"coverage.html":{}}}],["mutumba",{"_index":2350,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muugano",{"_index":1727,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvita",{"_index":1823,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvuvi",{"_index":2103,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwache",{"_index":1730,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwakirunge",{"_index":1846,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwalimu",{"_index":1908,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangani",{"_index":1731,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangaraba",{"_index":1720,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwashanga",{"_index":1721,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwea",{"_index":1892,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwehavikonje",{"_index":1732,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwiki",{"_index":1798,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwingi",{"_index":1860,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mworoni",{"_index":1836,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["myenzeni",{"_index":1708,"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":1646,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nakuru",{"_index":1893,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["name(s",{"_index":1269,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["names",{"_index":1270,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["namesearchform",{"_index":225,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchformstub",{"_index":236,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchloading",{"_index":226,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchsubmitted",{"_index":227,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["nandi",{"_index":1888,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["narok",{"_index":1894,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nature",{"_index":4098,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":3702,"title":{},"body":{"index.html":{}}}],["navigatedto",{"_index":2944,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["navigation",{"_index":892,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["navigator.online",{"_index":2755,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["nazi",{"_index":2229,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ndizi",{"_index":2203,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["necessary",{"_index":4437,"title":{},"body":{"license.html":{}}}],["need",{"_index":3802,"title":{},"body":{"license.html":{}}}],["needed",{"_index":3867,"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":335,"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":176,"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":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["newconversionevent",{"_index":1101,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newconversionevent(tx",{"_index":1117,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newtransferevent",{"_index":1102,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newtransferevent(tx",{"_index":1120,"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":1514,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["next.handle(request).pipe",{"_index":1398,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["next.handle(request).pipe(tap(event",{"_index":1541,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["ng",{"_index":3708,"title":{},"body":{"index.html":{}}}],["ng2",{"_index":2875,"title":{},"body":{"modules/PagesModule.html":{},"dependencies.html":{}}}],["ngafterviewinit",{"_index":3430,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["ngano",{"_index":2228,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngform",{"_index":1292,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["ngmodule",{"_index":476,"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":2227,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngombeni",{"_index":1824,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngong",{"_index":1796,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngoninit",{"_index":231,"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":2072,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngx",{"_index":791,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["ngxlogger",{"_index":1559,"title":{},"body":{"injectables/LoggingService.html":{}}}],["ngxloggerlevel.error",{"_index":4530,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngxloggerlevel.off",{"_index":4531,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngómbeni",{"_index":1825,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["njugu",{"_index":2204,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nobody",{"_index":1502,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["nointernetconnection",{"_index":2747,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["non",{"_index":3883,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":4133,"title":{},"body":{"license.html":{}}}],["none",{"_index":878,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nopasswordmatch",{"_index":1334,"title":{},"body":{"classes/CustomValidator.html":{}}}],["normal",{"_index":3970,"title":{},"body":{"license.html":{}}}],["normally",{"_index":4164,"title":{},"body":{"license.html":{}}}],["nothing",{"_index":4298,"title":{},"body":{"license.html":{}}}],["notice",{"_index":3946,"title":{},"body":{"license.html":{}}}],["notices",{"_index":3942,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":4285,"title":{},"body":{"license.html":{}}}],["notify",{"_index":4280,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":4226,"title":{},"body":{"license.html":{}}}],["now",{"_index":1073,"title":{},"body":{"injectables/AuthService.html":{}}}],["npm",{"_index":3695,"title":{},"body":{"index.html":{}}}],["null",{"_index":1112,"title":{},"body":{"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/RouterLinkDirectiveStub.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/AuthService.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["number(await",{"_index":3389,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.fromvalue",{"_index":3354,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.tovalue",{"_index":3356,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(transaction.value",{"_index":3340,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(value",{"_index":3104,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["numbered",{"_index":4417,"title":{},"body":{"license.html":{}}}],["numberofaccounts",{"_index":157,"title":{},"body":{"classes/AccountIndex.html":{}}}],["numbers",{"_index":3648,"title":{},"body":{"miscellaneous/functions.html":{}}}],["nurse",{"_index":2311,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nursery",{"_index":1923,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalenda",{"_index":1867,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalgunga",{"_index":1863,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyali",{"_index":1837,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyama",{"_index":2200,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanya",{"_index":2199,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanza",{"_index":1861,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyeri",{"_index":1889,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzora",{"_index":1734,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzovuni",{"_index":1735,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzugu",{"_index":2290,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["o",{"_index":960,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.challenge",{"_index":1045,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.realm",{"_index":1046,"title":{},"body":{"injectables/AuthService.html":{}}}],["objcsv",{"_index":3556,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/Settings.html":{},"interfaces/Signature.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":1456,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["obligate",{"_index":4401,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":4147,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":4047,"title":{},"body":{"license.html":{}}}],["observable",{"_index":555,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.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":4132,"title":{},"body":{"license.html":{}}}],["occurred",{"_index":1404,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["occurring",{"_index":4295,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1459,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["of('hello",{"_index":3419,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["of(new",{"_index":2592,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["of(null",{"_index":2507,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["offer",{"_index":3824,"title":{},"body":{"license.html":{}}}],["offered",{"_index":4155,"title":{},"body":{"license.html":{}}}],["offering",{"_index":4136,"title":{},"body":{"license.html":{}}}],["office",{"_index":1853,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["official",{"_index":3960,"title":{},"body":{"license.html":{}}}],["offline",{"_index":2761,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["offset",{"_index":1109,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["ohuru",{"_index":1831,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oil",{"_index":2449,"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":1820,"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":1762,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ombeni",{"_index":1826,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omena",{"_index":2201,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omeno",{"_index":2288,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["onaddresssearch",{"_index":232,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["once",{"_index":3739,"title":{},"body":{"index.html":{}}}],["onclick",{"_index":2954,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["one",{"_index":3719,"title":{},"body":{"index.html":{},"license.html":{}}}],["oninit",{"_index":210,"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":2289,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["online",{"_index":2762,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["onmenuselect",{"_index":1591,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["onmenutoggle",{"_index":1604,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["onnamesearch",{"_index":233,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onphonesearch",{"_index":234,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onresize",{"_index":677,"title":{},"body":{"components/AppComponent.html":{}}}],["onresize(e",{"_index":695,"title":{},"body":{"components/AppComponent.html":{}}}],["onsign",{"_index":2800,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsign(signature",{"_index":2826,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onsubmit",{"_index":830,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["onverify",{"_index":2801,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["onverify(flag",{"_index":2827,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["opendialog",{"_index":1356,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["opendialog(data",{"_index":1360,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["openpgp",{"_index":2667,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["openpgp.cleartext.fromtext(digest",{"_index":2838,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.key.readarmored(key",{"_index":2683,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["openpgp.key.readarmored(privatekey",{"_index":2686,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["openpgp.keyring",{"_index":2669,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"miscellaneous/variables.html":{}}}],["openpgp.message.fromtext(plaintext",{"_index":2711,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["openpgp.readkey",{"_index":2679,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["openpgp.sign(opts",{"_index":2715,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["openpgp.signature",{"_index":2835,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["openpgp.verify(opts).then((v",{"_index":2841,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["operate",{"_index":4453,"title":{},"body":{"license.html":{}}}],["operated",{"_index":4139,"title":{},"body":{"license.html":{}}}],["operating",{"_index":3981,"title":{},"body":{"license.html":{}}}],["operation",{"_index":3657,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["option",{"_index":4223,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":3952,"title":{},"body":{"license.html":{}}}],["opts",{"_index":2710,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["oranges",{"_index":2230,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["order",{"_index":4293,"title":{},"body":{"license.html":{}}}],["organisation",{"_index":2783,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization",{"_index":2764,"title":{},"body":{"components/OrganizationComponent.html":{},"components/SettingsComponent.html":{},"modules/SettingsRoutingModule.html":{},"license.html":{}}}],["organization'},{'name",{"_index":338,"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":2766,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organization.component.scss",{"_index":2765,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationcomponent",{"_index":337,"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":2767,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizationformstub",{"_index":2768,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["organizations",{"_index":3903,"title":{},"body":{"license.html":{}}}],["origin",{"_index":4240,"title":{},"body":{"license.html":{}}}],["original",{"_index":4241,"title":{},"body":{"license.html":{}}}],["others",{"_index":3804,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":148,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["out",{"_index":474,"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":1376,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["outlet",{"_index":906,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["output",{"_index":4014,"title":{},"body":{"license.html":{}}}],["outside",{"_index":4030,"title":{},"body":{"license.html":{}}}],["overview",{"_index":3746,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owino",{"_index":1666,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["owned",{"_index":4336,"title":{},"body":{"license.html":{}}}],["owner",{"_index":2476,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["package",{"_index":3590,"title":{"dependencies.html":{}},"body":{}}],["packaged",{"_index":4091,"title":{},"body":{"license.html":{}}}],["packaging",{"_index":3971,"title":{},"body":{"license.html":{}}}],["page",{"_index":731,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["pages",{"_index":2859,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages'},{'name",{"_index":340,"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":2878,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["pages.component.html",{"_index":2861,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages.component.scss",{"_index":2860,"title":{},"body":{"components/PagesComponent.html":{}}}],["pages/accounts/account",{"_index":483,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/accounts",{"_index":479,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pages/accounts/accounts.component",{"_index":481,"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":2872,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/pages.component",{"_index":2873,"title":{},"body":{"modules/PagesModule.html":{}}}],["pages/settings/organization/organization.component",{"_index":3029,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/settings/settings",{"_index":3027,"title":{},"body":{"modules/SettingsModule.html":{}}}],["pages/settings/settings.component",{"_index":3028,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/tokens/token",{"_index":3199,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/tokens/tokens",{"_index":3197,"title":{},"body":{"modules/TokensModule.html":{}}}],["pages/tokens/tokens.component",{"_index":3198,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/transactions/transaction",{"_index":3479,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions",{"_index":3477,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions.component",{"_index":3478,"title":{},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pages/transactions/transactions.module",{"_index":510,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pagescomponent",{"_index":339,"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":374,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["pagesmodule",{"_index":2866,"title":{"modules/PagesModule.html":{}},"body":{"modules/PagesModule.html":{},"modules.html":{},"overview.html":{}}}],["pagesroutingmodule",{"_index":2870,"title":{"modules/PagesRoutingModule.html":{}},"body":{"modules/PagesModule.html":{},"modules/PagesRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["paginator",{"_index":375,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["painter",{"_index":2079,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pampers",{"_index":2367,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["papa",{"_index":2181,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paper",{"_index":4488,"title":{},"body":{"license.html":{}}}],["paraffin",{"_index":2452,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parafin",{"_index":2454,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paragraph",{"_index":4270,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":4348,"title":{},"body":{"license.html":{}}}],["param",{"_index":179,"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":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/Settings.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"components/TokenDetailsComponent.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["parammap",{"_index":554,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["params",{"_index":564,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/TokenDetailsComponent.html":{}}}],["parrafin",{"_index":2453,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parsed",{"_index":3677,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parsedata",{"_index":3554,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedata(data",{"_index":3675,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parseint(urlparts[urlparts.length",{"_index":2590,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["parser",{"_index":3335,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["parses",{"_index":3676,"title":{},"body":{"miscellaneous/functions.html":{}}}],["part",{"_index":3905,"title":{},"body":{"license.html":{}}}],["particular",{"_index":907,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["parties",{"_index":3936,"title":{},"body":{"license.html":{}}}],["parts",{"_index":2356,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["party",{"_index":917,"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":4315,"title":{},"body":{"license.html":{}}}],["pass",{"_index":2538,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["passphrase",{"_index":1061,"title":{},"body":{"injectables/AuthService.html":{}}}],["password",{"_index":1077,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":2902,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["passwordmatchvalidator",{"_index":1312,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordmatchvalidator(control",{"_index":1314,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordtoggledirective",{"_index":361,"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":1957,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["patent",{"_index":4269,"title":{},"body":{"license.html":{}}}],["patents",{"_index":3870,"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":1644,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["pattern",{"_index":3851,"title":{},"body":{"license.html":{}}}],["patternvalidator",{"_index":1313,"title":{},"body":{"classes/CustomValidator.html":{}}}],["patternvalidator(regex",{"_index":1322,"title":{},"body":{"classes/CustomValidator.html":{}}}],["payment",{"_index":4383,"title":{},"body":{"license.html":{}}}],["peanuts",{"_index":2187,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peddler",{"_index":2091,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peer",{"_index":4151,"title":{},"body":{"license.html":{}}}],["peers",{"_index":4154,"title":{},"body":{"license.html":{}}}],["peku",{"_index":1703,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["people",{"_index":3717,"title":{},"body":{"index.html":{}}}],["perform",{"_index":1309,"title":{},"body":{"classes/CustomValidator.html":{}}}],["performance",{"_index":4433,"title":{},"body":{"license.html":{}}}],["performed",{"_index":536,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["performing",{"_index":3992,"title":{},"body":{"license.html":{}}}],["perfume",{"_index":2384,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["periurban",{"_index":1898,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["permanently",{"_index":4278,"title":{},"body":{"license.html":{}}}],["permission",{"_index":3827,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":4005,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":4075,"title":{},"body":{"license.html":{}}}],["permit",{"_index":4107,"title":{},"body":{"license.html":{}}}],["permits",{"_index":4260,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":3762,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":4196,"title":{},"body":{"license.html":{}}}],["person",{"_index":3684,"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":3559,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["personvalidation(person",{"_index":3682,"title":{},"body":{"miscellaneous/functions.html":{}}}],["pertinent",{"_index":4399,"title":{},"body":{"license.html":{}}}],["pesa",{"_index":2399,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petro",{"_index":2456,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petrol",{"_index":2455,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pgp",{"_index":1065,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pgp.js",{"_index":978,"title":{},"body":{"injectables/AuthService.html":{}}}],["pgpsigner",{"_index":2797,"title":{"classes/PGPSigner.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["pharmacy",{"_index":2320,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["phone",{"_index":307,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["phonenumber",{"_index":281,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{}}}],["phonesearchform",{"_index":228,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchformstub",{"_index":237,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchloading",{"_index":229,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchsubmitted",{"_index":230,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["photo",{"_index":2132,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photocopy",{"_index":2090,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photographer",{"_index":2110,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["physical",{"_index":4115,"title":{},"body":{"license.html":{}}}],["physically",{"_index":4130,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":3797,"title":{},"body":{"license.html":{}}}],["piki",{"_index":2420,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pikipiki",{"_index":2421,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pilau",{"_index":2255,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pipe",{"_index":1787,"title":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pipe(catcherror(async",{"_index":712,"title":{},"body":{"components/AppComponent.html":{}}}],["pipe(delay(500",{"_index":2510,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(dematerialize",{"_index":2511,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(first",{"_index":429,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["pipe(materialize",{"_index":2509,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(mergemap(handleroute",{"_index":2508,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipes",{"_index":2958,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"overview.html":{}}}],["pipetransform",{"_index":2965,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["pk",{"_index":2844,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.decrypt(password",{"_index":2847,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["pk.isdecrypted",{"_index":2846,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["place",{"_index":4138,"title":{},"body":{"license.html":{}}}],["plaintext",{"_index":2664,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["plastic",{"_index":1998,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["playstation",{"_index":2385,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["please",{"_index":720,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"license.html":{}}}],["plumb",{"_index":2083,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["plus",{"_index":4318,"title":{},"body":{"license.html":{}}}],["pointer",{"_index":4480,"title":{},"body":{"license.html":{}}}],["pojo",{"_index":2180,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["police",{"_index":1971,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pombe",{"_index":2366,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pool",{"_index":2368,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["popper.js",{"_index":3626,"title":{},"body":{"dependencies.html":{}}}],["popperjs/core",{"_index":3597,"title":{},"body":{"dependencies.html":{}}}],["populated",{"_index":3740,"title":{},"body":{"index.html":{}}}],["porridge",{"_index":2254,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["portion",{"_index":4158,"title":{},"body":{"license.html":{}}}],["posho",{"_index":2065,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["possesses",{"_index":4127,"title":{},"body":{"license.html":{}}}],["possession",{"_index":4088,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":4455,"title":{},"body":{"license.html":{}}}],["possible",{"_index":4471,"title":{},"body":{"license.html":{}}}],["post",{"_index":2523,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["potatoes",{"_index":2188,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["poultry",{"_index":2185,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["power",{"_index":4060,"title":{},"body":{"license.html":{}}}],["practical",{"_index":3772,"title":{},"body":{"license.html":{}}}],["practice",{"_index":3857,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":3767,"title":{},"body":{"license.html":{}}}],["precise",{"_index":3884,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":3854,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":4316,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":3957,"title":{},"body":{"license.html":{}}}],["preloadallmodules",{"_index":813,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["preloadingstrategy",{"_index":822,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["prepare",{"_index":2803,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{}}}],["prepare(material",{"_index":2816,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["present",{"_index":4412,"title":{},"body":{"license.html":{}}}],["presents",{"_index":3949,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":4234,"title":{},"body":{"license.html":{}}}],["prevent",{"_index":3803,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":4192,"title":{},"body":{"license.html":{}}}],["previous",{"_index":578,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["price",{"_index":3792,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":4385,"title":{},"body":{"license.html":{}}}],["primary",{"_index":1915,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["printing",{"_index":2081,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["prints",{"_index":130,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["prior",{"_index":4281,"title":{},"body":{"license.html":{}}}],["private",{"_index":276,"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":{},"directives/PasswordToggleDirective.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["privatekey",{"_index":857,"title":{},"body":{"components/AuthComponent.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/TransactionService.html":{}}}],["privatekey.decrypt(password",{"_index":2709,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/TransactionService.html":{}}}],["privatekey.isdecrypted",{"_index":2707,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/TransactionService.html":{}}}],["privatekey.keypacket.privateparams.d",{"_index":3402,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekeyarmored",{"_index":968,"title":{},"body":{"injectables/AuthService.html":{}}}],["privatekeys",{"_index":2712,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["problems",{"_index":3838,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":4187,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":4373,"title":{},"body":{"license.html":{}}}],["produce",{"_index":3984,"title":{},"body":{"license.html":{}}}],["product",{"_index":4116,"title":{},"body":{"license.html":{}}}],["production",{"_index":3726,"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":1935,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["profile",{"_index":1640,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":3781,"title":{},"body":{"license.html":{}}}],["program's",{"_index":4067,"title":{},"body":{"license.html":{}}}],["programmer",{"_index":2111,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programming",{"_index":2082,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programs",{"_index":3790,"title":{},"body":{"license.html":{}}}],["programsif",{"_index":4468,"title":{},"body":{"license.html":{}}}],["progress...show",{"_index":729,"title":{},"body":{"components/AppComponent.html":{}}}],["prohibit",{"_index":3856,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":4056,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":4380,"title":{},"body":{"license.html":{}}}],["project",{"_index":3692,"title":{},"body":{"index.html":{}}}],["prominent",{"_index":3953,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":3945,"title":{},"body":{"license.html":{}}}],["promise",{"_index":137,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.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":{},"miscellaneous/functions.html":{}}}],["promise((resolve",{"_index":1022,"title":{},"body":{"injectables/AuthService.html":{}}}],["promise(async",{"_index":1042,"title":{},"body":{"injectables/AuthService.html":{}}}],["propagate",{"_index":3916,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":4301,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":3928,"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":{},"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":{},"components/TokenDetailsComponent.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":{},"miscellaneous/variables.html":{}}}],["property",{"_index":4163,"title":{},"body":{"license.html":{}}}],["proprietary",{"_index":3880,"title":{},"body":{"license.html":{}}}],["protect",{"_index":3800,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":3849,"title":{},"body":{"license.html":{}}}],["protection",{"_index":3829,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":4212,"title":{},"body":{"license.html":{}}}],["protractor",{"_index":3735,"title":{},"body":{"index.html":{}}}],["prove",{"_index":4434,"title":{},"body":{"license.html":{}}}],["provide",{"_index":809,"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":918,"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":{}}}],["provider",{"_index":1279,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":465,"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":{},"guards/RoleGuard.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["provision",{"_index":3865,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":4275,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":4421,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":4423,"title":{},"body":{"license.html":{}}}],["pry",{"_index":1906,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pub",{"_index":2397,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["public",{"_index":104,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["publicity",{"_index":4242,"title":{},"body":{"license.html":{}}}],["publickey",{"_index":2646,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["publickey.getkeyid().tohex",{"_index":2704,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["publickeys",{"_index":724,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["publickeysurl",{"_index":4535,"title":{},"body":{"miscellaneous/variables.html":{}}}],["publicly",{"_index":4213,"title":{},"body":{"license.html":{}}}],["publish",{"_index":4071,"title":{},"body":{"license.html":{}}}],["published",{"_index":4418,"title":{},"body":{"license.html":{}}}],["pump",{"_index":581,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["purpose",{"_index":3873,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":4167,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":4370,"title":{},"body":{"license.html":{}}}],["put",{"_index":2665,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["qkvhsu46vknbukqnclzfulnjt046my4wdqpftufjtdphyxjuzxnlbkbob3rtywlslmnvbq0krk46s3vydmkgs3jhbmpjdqpooktyyw5qyztldxj0ozs7dqpuruw7vflqpunftew6njkyntazmzq5ode5ng0kru5eolzdqvjedqo",{"_index":3533,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["qualify",{"_index":4290,"title":{},"body":{"license.html":{}}}],["quality",{"_index":4432,"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":{}}}],["querying",{"_index":96,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["queryparams",{"_index":2939,"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":1044,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["raibai",{"_index":1856,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rangala",{"_index":1869,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ratio",{"_index":3073,"title":{},"body":{"interfaces/Token.html":{}}}],["ratio.pipe",{"_index":3046,"title":{},"body":{"modules/SharedModule.html":{}}}],["ratio.pipe.ts",{"_index":3101,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["ratio.pipe.ts:5",{"_index":3103,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["rcu",{"_index":2784,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["reached",{"_index":719,"title":{},"body":{"components/AppComponent.html":{}}}],["reactiveformsmodule",{"_index":518,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/SettingsModule.html":{}}}],["read",{"_index":3681,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["readable",{"_index":4112,"title":{},"body":{"license.html":{}}}],["readarmored(signature.data",{"_index":2836,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["readcsv",{"_index":3555,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["readcsv(input",{"_index":3678,"title":{},"body":{"miscellaneous/functions.html":{}}}],["readily",{"_index":4358,"title":{},"body":{"license.html":{}}}],["reading",{"_index":4216,"title":{},"body":{"license.html":{}}}],["readonly",{"_index":561,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["reads",{"_index":3679,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ready",{"_index":3863,"title":{},"body":{"license.html":{}}}],["readystate",{"_index":674,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["readystateelements",{"_index":1141,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateelements.network",{"_index":1159,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor",{"_index":1103,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor(settings",{"_index":1122,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystatetarget",{"_index":675,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["realm",{"_index":1041,"title":{},"body":{"injectables/AuthService.html":{}}}],["reason",{"_index":4368,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":4128,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":4288,"title":{},"body":{"license.html":{}}}],["receive",{"_index":3795,"title":{},"body":{"license.html":{}}}],["received",{"_index":3817,"title":{},"body":{"license.html":{}}}],["receives",{"_index":4306,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":4375,"title":{},"body":{"license.html":{}}}],["recently",{"_index":156,"title":{},"body":{"classes/AccountIndex.html":{}}}],["receptionist",{"_index":2080,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recipient",{"_index":1218,"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":4366,"title":{},"body":{"license.html":{}}}],["recipientaddress",{"_index":3311,"title":{},"body":{"injectables/TransactionService.html":{}}}],["recipientbloxberglink",{"_index":3213,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["recipients",{"_index":3814,"title":{},"body":{"license.html":{}}}],["reclaim",{"_index":1635,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reclamation",{"_index":2497,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recognized",{"_index":3961,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1091,"title":{},"body":{"injectables/AuthService.html":{}}}],["recycling",{"_index":2002,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["red",{"_index":1924,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redcross",{"_index":1949,"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":4474,"title":{},"body":{"license.html":{}}}],["reference",{"_index":3748,"title":{},"body":{"index.html":{}}}],["referrer",{"_index":1256,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["referring",{"_index":3791,"title":{},"body":{"license.html":{}}}],["refers",{"_index":3891,"title":{},"body":{"license.html":{}}}],["refrain",{"_index":4403,"title":{},"body":{"license.html":{}}}],["refreshpaginator",{"_index":380,"title":{},"body":{"components/AccountsComponent.html":{}}}],["regard",{"_index":4222,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":4090,"title":{},"body":{"license.html":{}}}],["regards",{"_index":1284,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["regenerate",{"_index":4003,"title":{},"body":{"license.html":{}}}],["regex",{"_index":1328,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regex.test(control.value",{"_index":1336,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regexp",{"_index":1323,"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":3108,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry.ts:21",{"_index":3112,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:23",{"_index":3113,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:25",{"_index":3111,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:56",{"_index":3115,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:74",{"_index":3122,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:90",{"_index":3126,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registryaddress",{"_index":4545,"title":{},"body":{"miscellaneous/variables.html":{}}}],["registryservice",{"_index":1106,"title":{"injectables/RegistryService.html":{}},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["registryservice.getregistry",{"_index":3148,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["regular",{"_index":1326,"title":{},"body":{"classes/CustomValidator.html":{}}}],["reinstated",{"_index":4274,"title":{},"body":{"license.html":{}}}],["reject",{"_index":1023,"title":{},"body":{"injectables/AuthService.html":{}}}],["reject(error",{"_index":1026,"title":{},"body":{"injectables/AuthService.html":{}}}],["rejected",{"_index":1012,"title":{},"body":{"injectables/AuthService.html":{}}}],["relationship",{"_index":4031,"title":{},"body":{"license.html":{}}}],["released",{"_index":3786,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":4083,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":4261,"title":{},"body":{"license.html":{}}}],["religious",{"_index":1961,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["religous",{"_index":1960,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["reload",{"_index":3705,"title":{},"body":{"index.html":{}}}],["relying",{"_index":4357,"title":{},"body":{"license.html":{}}}],["remain",{"_index":4146,"title":{},"body":{"license.html":{}}}],["remains",{"_index":3784,"title":{},"body":{"license.html":{}}}],["remarks",{"_index":178,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["removal",{"_index":4225,"title":{},"body":{"license.html":{}}}],["remove",{"_index":4224,"title":{},"body":{"license.html":{}}}],["removekeysforid",{"_index":2617,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["removekeysforid(keyid",{"_index":2656,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["removepublickey",{"_index":2618,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["removepublickey(publickey",{"_index":2658,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["removepublickeyforid",{"_index":2619,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["removepublickeyforid(keyid",{"_index":2660,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["rename",{"_index":1017,"title":{},"body":{"injectables/AuthService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["render",{"_index":3882,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":4448,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":1594,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["renderer2",{"_index":1595,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["repair",{"_index":2063,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["replaysubject",{"_index":570,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["represent",{"_index":4184,"title":{},"body":{"license.html":{}}}],["represents",{"_index":911,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["request",{"_index":1378,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["request.clone({headers",{"_index":1512,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.headers.set('authorization",{"_index":1513,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.method",{"_index":1544,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["request.urlwithparams",{"_index":1545,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["requesting",{"_index":1057,"title":{},"body":{"injectables/AuthService.html":{}}}],["requests",{"_index":1389,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["require",{"_index":2785,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["require('@src/assets/js/block",{"_index":172,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["require('openpgp",{"_index":2825,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"miscellaneous/variables.html":{}}}],["require('vcard",{"_index":3334,"title":{},"body":{"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":308,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["requirement",{"_index":4084,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":4149,"title":{},"body":{"license.html":{}}}],["requires",{"_index":127,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["requiring",{"_index":3907,"title":{},"body":{"license.html":{}}}],["res",{"_index":296,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["res.ok",{"_index":1090,"title":{},"body":{"injectables/AuthService.html":{}}}],["res.status",{"_index":1093,"title":{},"body":{"injectables/AuthService.html":{}}}],["res.text",{"_index":1094,"title":{},"body":{"injectables/AuthService.html":{}}}],["researcher",{"_index":1934,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["resend",{"_index":3271,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reserve",{"_index":2463,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reserveratio",{"_index":2475,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reserves",{"_index":2470,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reset",{"_index":473,"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":3292,"title":{},"body":{"injectables/TransactionService.html":{}}}],["resize",{"_index":739,"title":{},"body":{"components/AppComponent.html":{}}}],["resolve",{"_index":1043,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolve(false",{"_index":1062,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolve(true",{"_index":1029,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolved",{"_index":1619,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["resource",{"_index":1424,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["resources",{"_index":3672,"title":{},"body":{"miscellaneous/functions.html":{}}}],["respect",{"_index":3810,"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":{}}}],["responsebody",{"_index":2593,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["responsibilities",{"_index":1021,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["responsible",{"_index":4307,"title":{},"body":{"license.html":{}}}],["restrict",{"_index":3872,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":4057,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":4259,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":4256,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["resulting",{"_index":3910,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["retail",{"_index":2365,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":4199,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["returned",{"_index":1329,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["returnurl",{"_index":2940,"title":{},"body":{"guards/RoleGuard.html":{}}}],["reverse",{"_index":3273,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reversetransaction",{"_index":3217,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reviewing",{"_index":4459,"title":{},"body":{"license.html":{}}}],["revised",{"_index":4410,"title":{},"body":{"license.html":{}}}],["revokeaction(action.id",{"_index":647,"title":{},"body":{"components/AdminComponent.html":{}}}],["rewards",{"_index":2496,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ribe",{"_index":1857,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":4194,"title":{},"body":{"license.html":{}}}],["rights",{"_index":3801,"title":{},"body":{"license.html":{}}}],["risk",{"_index":4431,"title":{},"body":{"license.html":{}}}],["road",{"_index":1667,"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":2927,"title":{"guards/RoleGuard.html":{}},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["roles",{"_index":2933,"title":{},"body":{"guards/RoleGuard.html":{}}}],["rom",{"_index":4202,"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":{}}}],["root'},{'name",{"_index":324,"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":{},"components/TokenDetailsComponent.html":{},"coverage.html":{},"index.html":{}}}],["route.data.roles",{"_index":2936,"title":{},"body":{"guards/RoleGuard.html":{}}}],["route.data.roles.indexof(currentuser.role",{"_index":2937,"title":{},"body":{"guards/RoleGuard.html":{}}}],["router",{"_index":242,"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":2945,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["routerlinkdirectivestub",{"_index":363,"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":821,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["routerstatesnapshot",{"_index":899,"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":1500,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["route}.\\n${error.message}.\\nstatus",{"_index":1497,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["routing.module",{"_index":480,"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":4322,"title":{},"body":{"license.html":{}}}],["rsv",{"_index":1632,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/TokenServiceStub.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["rubbish",{"_index":1992,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruben",{"_index":1655,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rueben",{"_index":1656,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruiru",{"_index":1764,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rules",{"_index":4211,"title":{},"body":{"license.html":{}}}],["run",{"_index":3694,"title":{},"body":{"index.html":{},"license.html":{}}}],["running",{"_index":3727,"title":{},"body":{"index.html":{},"license.html":{}}}],["runs",{"_index":3982,"title":{},"body":{"license.html":{}}}],["runtime",{"_index":1458,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["rural",{"_index":1876,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rxjs",{"_index":576,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.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":417,"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":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["s",{"_index":971,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["s.signature",{"_index":2853,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sabuni",{"_index":2309,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sad",{"_index":730,"title":{},"body":{"components/AppComponent.html":{}}}],["safe",{"_index":2960,"title":{},"body":{"pipes/SafePipe.html":{}}}],["safepipe",{"_index":2957,"title":{"pipes/SafePipe.html":{}},"body":{"pipes/SafePipe.html":{},"modules/SharedModule.html":{},"coverage.html":{},"overview.html":{}}}],["safest",{"_index":4476,"title":{},"body":{"license.html":{}}}],["sake",{"_index":3834,"title":{},"body":{"license.html":{}}}],["sale",{"_index":4330,"title":{},"body":{"license.html":{}}}],["sales",{"_index":2092,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["salon",{"_index":2085,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saloon",{"_index":2093,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["samaki",{"_index":2191,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sambusa",{"_index":2265,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["same",{"_index":3815,"title":{},"body":{"license.html":{}}}],["samosa",{"_index":2189,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sanitizer",{"_index":2967,"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":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["sarafutoken",{"_index":3158,"title":{},"body":{"injectables/TokenService.html":{}}}],["sarafutoken.methods.balanceof(address).call",{"_index":3161,"title":{},"body":{"injectables/TokenService.html":{}}}],["satisfy",{"_index":4148,"title":{},"body":{"license.html":{}}}],["sausages",{"_index":2235,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["savings",{"_index":2326,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saying",{"_index":4144,"title":{},"body":{"license.html":{}}}],["scaffolding",{"_index":3707,"title":{},"body":{"index.html":{}}}],["scan",{"_index":1104,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scan(settings",{"_index":1125,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scanfilter",{"_index":2970,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["sch",{"_index":1904,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["schema",{"_index":3686,"title":{},"body":{"miscellaneous/functions.html":{}}}],["schemas",{"_index":3608,"title":{},"body":{"dependencies.html":{}}}],["school",{"_index":1905,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["science",{"_index":1952,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["scope",{"_index":4379,"title":{},"body":{"license.html":{}}}],["scrap",{"_index":1989,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["script",{"_index":3725,"title":{},"body":{"index.html":{}}}],["scripts",{"_index":3988,"title":{},"body":{"license.html":{}}}],["search",{"_index":216,"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":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":{}}}],["search.component",{"_index":519,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["search.component.html",{"_index":220,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.scss",{"_index":218,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts",{"_index":208,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:16",{"_index":255,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:17",{"_index":257,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:18",{"_index":256,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:19",{"_index":258,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:20",{"_index":260,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:21",{"_index":259,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:22",{"_index":250,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:23",{"_index":253,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:24",{"_index":252,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:25",{"_index":243,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:33",{"_index":244,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:45",{"_index":262,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:48",{"_index":264,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:51",{"_index":266,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:55",{"_index":247,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:65",{"_index":248,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:85",{"_index":246,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search/account",{"_index":207,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["searching",{"_index":2975,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["secondarily",{"_index":3920,"title":{},"body":{"license.html":{}}}],["secondary",{"_index":1916,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["secp256k1",{"_index":3332,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secp256k1.ecdsasign(txmsg",{"_index":3401,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secretary",{"_index":2097,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["section",{"_index":4036,"title":{},"body":{"license.html":{}}}],["sections",{"_index":1473,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["secure",{"_index":3016,"title":{},"body":{"components/SettingsComponent.html":{}}}],["security",{"_index":2095,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["see",{"_index":3737,"title":{},"body":{"index.html":{},"license.html":{}}}],["seedling",{"_index":2000,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seedlings",{"_index":2001,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seigei",{"_index":1668,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["select",{"_index":2513,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["selection.directive",{"_index":3044,"title":{},"body":{"modules/SharedModule.html":{}}}],["selection.directive.ts",{"_index":1589,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"coverage.html":{}}}],["selection.directive.ts:16",{"_index":1597,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive.ts:6",{"_index":1596,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selector",{"_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/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":4345,"title":{},"body":{"license.html":{}}}],["selling",{"_index":3532,"title":{},"body":{"classes/UserServiceStub.html":{},"license.html":{}}}],["semiconductor",{"_index":3894,"title":{},"body":{"license.html":{}}}],["send",{"_index":858,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["senddebuglevelmessage",{"_index":1551,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senddebuglevelmessage(message",{"_index":1561,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sender",{"_index":1217,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["senderaddress",{"_index":3310,"title":{},"body":{"injectables/TransactionService.html":{}}}],["senderbloxberglink",{"_index":3214,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["senderrorlevelmessage",{"_index":1552,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senderrorlevelmessage(message",{"_index":1563,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage",{"_index":1553,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage(message",{"_index":1565,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage",{"_index":1554,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage(message",{"_index":1567,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage",{"_index":1555,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage(message",{"_index":1569,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendresponse",{"_index":946,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendresponse(hobaresponseencoded",{"_index":963,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendtracelevelmessage",{"_index":1556,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendtracelevelmessage(message",{"_index":1571,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage",{"_index":1557,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage(message",{"_index":1573,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sentence",{"_index":1472,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sentencesforwarninglogging",{"_index":1445,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["separable",{"_index":4157,"title":{},"body":{"license.html":{}}}],["separate",{"_index":1020,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["separately",{"_index":4094,"title":{},"body":{"license.html":{}}}],["seremala",{"_index":2094,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["serial",{"_index":3123,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["server",{"_index":2502,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["serverloggingurl",{"_index":802,"title":{},"body":{"modules/AppModule.html":{}}}],["serverloglevel",{"_index":800,"title":{},"body":{"modules/AppModule.html":{},"miscellaneous/variables.html":{}}}],["serves",{"_index":3974,"title":{},"body":{"license.html":{}}}],["service",{"_index":891,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.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":796,"title":{},"body":{"modules/AppModule.html":{}}}],["serviceworkermodule.register('ngsw",{"_index":805,"title":{},"body":{"modules/AppModule.html":{}}}],["servicing",{"_index":4438,"title":{},"body":{"license.html":{}}}],["session",{"_index":1019,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionlogincount",{"_index":935,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.getitem(btoa('cicada_session_token",{"_index":989,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["sessionstorage.removeitem(btoa('cicada_session_token",{"_index":1085,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.setitem(btoa('cicada_session_token",{"_index":1028,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessiontoken",{"_index":936,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessiontokenresult",{"_index":1047,"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":3293,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setconversion(conversion",{"_index":3305,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setkey",{"_index":849,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["setkey(privatekeyarmored",{"_index":966,"title":{},"body":{"injectables/AuthService.html":{}}}],["setparammap",{"_index":557,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["setparammap(params",{"_index":571,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["sets",{"_index":1317,"title":{},"body":{"classes/CustomValidator.html":{}}}],["setstate",{"_index":947,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate(s",{"_index":969,"title":{},"body":{"injectables/AuthService.html":{}}}],["settimeout",{"_index":2757,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["setting",{"_index":986,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["settings",{"_index":1114,"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":342,"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":1140,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.component.html",{"_index":2985,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.component.scss",{"_index":2984,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.registry",{"_index":1146,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.registry.load",{"_index":1160,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.registry.onload",{"_index":1154,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.scanfilter",{"_index":1200,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper",{"_index":1148,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.onconversion",{"_index":1152,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.ontransfer",{"_index":1150,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.processreceipt(m.data",{"_index":1170,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.engine",{"_index":1144,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.provider",{"_index":1142,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settingscomponent",{"_index":341,"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":3021,"title":{"modules/SettingsModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules.html":{},"overview.html":{}}}],["settingsroutingmodule",{"_index":3025,"title":{"modules/SettingsRoutingModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["settransaction",{"_index":3294,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["settransaction(transaction",{"_index":3307,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["sha256",{"_index":2807,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sha3",{"_index":3324,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["shall",{"_index":4041,"title":{},"body":{"license.html":{}}}],["shamba",{"_index":2011,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shanzu",{"_index":1838,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["share",{"_index":577,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["shared",{"_index":3994,"title":{},"body":{"license.html":{}}}],["sharedmodule",{"_index":470,"title":{"modules/SharedModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["shepard",{"_index":2099,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shephard",{"_index":2100,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shepherd",{"_index":2051,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shirt",{"_index":2382,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shoe",{"_index":2098,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shop",{"_index":2333,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["short",{"_index":4491,"title":{},"body":{"license.html":{}}}],["show",{"_index":3818,"title":{},"body":{"license.html":{}}}],["siaya",{"_index":1865,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sickly",{"_index":2324,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["side",{"_index":1403,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["sidebar",{"_index":740,"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":344,"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":3052,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":3051,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar?.classlist.add('active",{"_index":751,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.contains('active",{"_index":750,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.remove('active",{"_index":754,"title":{},"body":{"components/AppComponent.html":{}}}],["sidebar?.classlist.toggle('active",{"_index":1609,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse",{"_index":745,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse?.classlist.contains('active",{"_index":747,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.remove('active",{"_index":748,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.toggle('active",{"_index":1611,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcomponent",{"_index":343,"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":345,"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":2840,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sigei",{"_index":1663,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sign",{"_index":2620,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["sign(digest",{"_index":2820,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sign(opts",{"_index":2848,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["sign(plaintext",{"_index":2662,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["signable",{"_index":2817,"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":2714,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"injectables/TransactionService.html":{}}}],["signatureobject.recid",{"_index":3406,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature",{"_index":2716,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["signatureobject.signature.slice(0",{"_index":3403,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(32",{"_index":3405,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signchallenge",{"_index":976,"title":{},"body":{"injectables/AuthService.html":{}}}],["signed",{"_index":59,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/AuthService.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature.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":2798,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["signer.ts:18",{"_index":3058,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:19",{"_index":3059,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:20",{"_index":3057,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:21",{"_index":3060,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:22",{"_index":3062,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:23",{"_index":3061,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:27",{"_index":2810,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:28",{"_index":2808,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:29",{"_index":2809,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:30",{"_index":2814,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:31",{"_index":2811,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:32",{"_index":2812,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:33",{"_index":2813,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:34",{"_index":2806,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:42",{"_index":2815,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:46",{"_index":2818,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:51",{"_index":2823,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:7",{"_index":3056,"title":{},"body":{"interfaces/Signable.html":{}}}],["signer.ts:83",{"_index":2821,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signeraddress",{"_index":102,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["significant",{"_index":4185,"title":{},"body":{"license.html":{}}}],["silc",{"_index":2329,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["silver",{"_index":3510,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["sima",{"_index":2262,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["similar",{"_index":4055,"title":{},"body":{"license.html":{}}}],["simsim",{"_index":2253,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simu",{"_index":2369,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simulate",{"_index":2501,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["simultaneously",{"_index":4398,"title":{},"body":{"license.html":{}}}],["sinai",{"_index":1662,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["single",{"_index":4371,"title":{},"body":{"license.html":{}}}],["size",{"_index":4551,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slash",{"_index":2906,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["smallest",{"_index":3070,"title":{},"body":{"interfaces/Token.html":{}}}],["smokie",{"_index":2273,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["smokies",{"_index":2274,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sms",{"_index":3272,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snackbar",{"_index":3221,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snacks",{"_index":2266,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soap",{"_index":2310,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["societies",{"_index":3096,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["socket",{"_index":2982,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["socks",{"_index":2357,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soda",{"_index":2186,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["software",{"_index":3757,"title":{},"body":{"license.html":{}}}],["soko",{"_index":2190,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["solar",{"_index":2444,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sold",{"_index":4168,"title":{},"body":{"license.html":{}}}],["soldier",{"_index":1974,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sole",{"_index":4021,"title":{},"body":{"license.html":{}}}],["solely",{"_index":4033,"title":{},"body":{"license.html":{}}}],["somehow",{"_index":860,"title":{},"body":{"components/AuthComponent.html":{}}}],["something",{"_index":727,"title":{},"body":{"components/AppComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sort",{"_index":376,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["soup",{"_index":2271,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"index.html":{},"license.html":{}}}],["sourcetoken",{"_index":1207,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["south",{"_index":1652,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soweto",{"_index":1761,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spare",{"_index":2355,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["spareparts",{"_index":2346,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["speak",{"_index":1054,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["special",{"_index":3876,"title":{},"body":{"license.html":{}}}],["specific",{"_index":145,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["specifically",{"_index":3998,"title":{},"body":{"license.html":{}}}],["specified",{"_index":155,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["specifies",{"_index":4416,"title":{},"body":{"license.html":{}}}],["specify",{"_index":4419,"title":{},"body":{"license.html":{}}}],["spinach",{"_index":2272,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":517,"title":{},"body":{"modules/AccountsModule.html":{}}}],["spirit",{"_index":4411,"title":{},"body":{"license.html":{}}}],["src/.../account.ts",{"_index":4520,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../accountindex.ts",{"_index":4517,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../array",{"_index":3639,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../clipboard",{"_index":3640,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../environment.dev.ts",{"_index":4521,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.prod.ts",{"_index":4522,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.ts",{"_index":4523,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../export",{"_index":3641,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../http",{"_index":3642,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../mock",{"_index":4519,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../pgp",{"_index":4524,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../read",{"_index":3643,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/.../schema",{"_index":3644,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../token",{"_index":4518,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../transaction.service.ts",{"_index":4525,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user.service.ts",{"_index":4526,"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:121",{"_index":162,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:21",{"_index":122,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:23",{"_index":123,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:25",{"_index":113,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:57",{"_index":125,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:78",{"_index":142,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:95",{"_index":154,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/token",{"_index":3107,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_guards/auth.guard.ts",{"_index":883,"title":{},"body":{"guards/AuthGuard.html":{},"coverage.html":{}}}],["src/app/_guards/auth.guard.ts:21",{"_index":889,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/auth.guard.ts:38",{"_index":900,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/role.guard.ts",{"_index":2928,"title":{},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["src/app/_guards/role.guard.ts:21",{"_index":2929,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_guards/role.guard.ts:38",{"_index":2930,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_helpers/array",{"_index":3542,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/clipboard",{"_index":3545,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/custom",{"_index":1276,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts",{"_index":1308,"title":{},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts:13",{"_index":1316,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/custom.validator.ts:28",{"_index":1325,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/export",{"_index":3548,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/global",{"_index":1438,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["src/app/_helpers/http",{"_index":3551,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/mock",{"_index":1613,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/read",{"_index":3553,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/schema",{"_index":3557,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_interceptors/error.interceptor.ts",{"_index":1373,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/error.interceptor.ts:21",{"_index":1381,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/error.interceptor.ts:42",{"_index":1388,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/http",{"_index":1505,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts",{"_index":1532,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:20",{"_index":1534,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:35",{"_index":1535,"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":2969,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts:11",{"_index":2977,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:13",{"_index":2974,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:4",{"_index":2979,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:9",{"_index":2978,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/staff.ts",{"_index":3063,"title":{},"body":{"interfaces/Staff.html":{},"coverage.html":{}}}],["src/app/_models/token.ts",{"_index":3068,"title":{},"body":{"interfaces/Token.html":{},"coverage.html":{}}}],["src/app/_models/transaction.ts",{"_index":1204,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["src/app/_pgp/pgp",{"_index":2595,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"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":933,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{}}}],["src/app/_services/auth.service.ts:116",{"_index":959,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:15",{"_index":973,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:150",{"_index":961,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:16",{"_index":972,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:160",{"_index":967,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:17",{"_index":950,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:188",{"_index":962,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:194",{"_index":954,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:200",{"_index":953,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:210",{"_index":952,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:27",{"_index":956,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:38",{"_index":970,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:42",{"_index":955,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:61",{"_index":964,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:84",{"_index":951,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:98",{"_index":957,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/block",{"_index":1097,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["src/app/_services/error",{"_index":1353,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts",{"_index":1516,"title":{},"body":{"injectables/LocationService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts:10",{"_index":1520,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:13",{"_index":1523,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:17",{"_index":1522,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:21",{"_index":1526,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:25",{"_index":1525,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/logging.service.ts",{"_index":1548,"title":{},"body":{"injectables/LoggingService.html":{},"coverage.html":{}}}],["src/app/_services/logging.service.ts:18",{"_index":1572,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:22",{"_index":1562,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:26",{"_index":1568,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:30",{"_index":1570,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:34",{"_index":1574,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:38",{"_index":1564,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:42",{"_index":1566,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:8",{"_index":1575,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:9",{"_index":1560,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/registry.service.ts",{"_index":2907,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{}}}],["src/app/_services/registry.service.ts:11",{"_index":2923,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:12",{"_index":2915,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:13",{"_index":2922,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:19",{"_index":2911,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:26",{"_index":2912,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:30",{"_index":2913,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/token.service.ts",{"_index":3134,"title":{},"body":{"injectables/TokenService.html":{},"coverage.html":{}}}],["src/app/_services/token.service.ts:13",{"_index":3144,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:14",{"_index":3145,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:15",{"_index":3137,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:28",{"_index":3142,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:33",{"_index":3141,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:37",{"_index":3139,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/transaction.service.ts",{"_index":3284,"title":{},"body":{"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/transaction.service.ts:111",{"_index":3299,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:119",{"_index":3304,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:124",{"_index":3301,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:130",{"_index":3312,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:26",{"_index":3316,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:27",{"_index":3315,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:28",{"_index":3318,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:29",{"_index":3319,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:30",{"_index":3320,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:31",{"_index":3296,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:45",{"_index":3303,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:49",{"_index":3302,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:53",{"_index":3308,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:87",{"_index":3306,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/user.service.ts",{"_index":3576,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/app",{"_index":812,"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:51",{"_index":694,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:62",{"_index":696,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:87",{"_index":693,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:93",{"_index":691,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":775,"title":{},"body":{"modules/AppModule.html":{}}}],["src/app/auth/_directives/password",{"_index":2889,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["src/app/auth/auth",{"_index":931,"title":{},"body":{"modules/AuthRoutingModule.html":{}}}],["src/app/auth/auth.component.ts",{"_index":823,"title":{},"body":{"components/AuthComponent.html":{},"coverage.html":{}}}],["src/app/auth/auth.component.ts:14",{"_index":841,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:15",{"_index":843,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:16",{"_index":842,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:17",{"_index":834,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:25",{"_index":836,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:36",{"_index":845,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:40",{"_index":837,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:52",{"_index":835,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:63",{"_index":838,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:71",{"_index":840,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.module.ts",{"_index":926,"title":{},"body":{"modules/AuthModule.html":{}}}],["src/app/pages/accounts/account",{"_index":206,"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":366,"title":{},"body":{"components/AccountsComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts.component.ts:20",{"_index":397,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:21",{"_index":393,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:22",{"_index":401,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:23",{"_index":399,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:24",{"_index":404,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:25",{"_index":394,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:26",{"_index":395,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:28",{"_index":408,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:29",{"_index":384,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:50",{"_index":389,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:59",{"_index":386,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:63",{"_index":392,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:69",{"_index":388,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:80",{"_index":390,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:88",{"_index":387,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.module.ts",{"_index":475,"title":{},"body":{"modules/AccountsModule.html":{}}}],["src/app/pages/accounts/create",{"_index":1230,"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:43",{"_index":604,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:45",{"_index":599,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:49",{"_index":594,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:53",{"_index":596,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:64",{"_index":598,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:75",{"_index":602,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:79",{"_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":2877,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["src/app/pages/pages.component.ts",{"_index":2858,"title":{},"body":{"components/PagesComponent.html":{},"coverage.html":{}}}],["src/app/pages/pages.component.ts:10",{"_index":2862,"title":{},"body":{"components/PagesComponent.html":{}}}],["src/app/pages/pages.module.ts",{"_index":2871,"title":{},"body":{"modules/PagesModule.html":{}}}],["src/app/pages/settings/organization/organization.component.ts",{"_index":2763,"title":{},"body":{"components/OrganizationComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:12",{"_index":2772,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:13",{"_index":2773,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:14",{"_index":2769,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:18",{"_index":2770,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:26",{"_index":2775,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/organization/organization.component.ts:30",{"_index":2771,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["src/app/pages/settings/settings",{"_index":3034,"title":{},"body":{"modules/SettingsRoutingModule.html":{}}}],["src/app/pages/settings/settings.component.ts",{"_index":2983,"title":{},"body":{"components/SettingsComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/settings.component.ts:16",{"_index":2992,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:17",{"_index":2991,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:18",{"_index":2994,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:19",{"_index":2996,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:21",{"_index":2995,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:22",{"_index":2986,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:26",{"_index":2990,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:35",{"_index":2987,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:39",{"_index":2988,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:43",{"_index":2989,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.module.ts",{"_index":3026,"title":{},"body":{"modules/SettingsModule.html":{}}}],["src/app/pages/tokens/token",{"_index":3074,"title":{},"body":{"components/TokenDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens",{"_index":3205,"title":{},"body":{"modules/TokensRoutingModule.html":{}}}],["src/app/pages/tokens/tokens.component.ts",{"_index":3167,"title":{},"body":{"components/TokensComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens.component.ts:18",{"_index":3180,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:19",{"_index":3179,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:20",{"_index":3181,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:21",{"_index":3182,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:22",{"_index":3173,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:30",{"_index":3176,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:41",{"_index":3174,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:45",{"_index":3178,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:49",{"_index":3175,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.module.ts",{"_index":3196,"title":{},"body":{"modules/TokensModule.html":{}}}],["src/app/pages/transactions/transaction",{"_index":3211,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions",{"_index":3480,"title":{},"body":{"modules/TransactionsRoutingModule.html":{}}}],["src/app/pages/transactions/transactions.component.ts",{"_index":3421,"title":{},"body":{"components/TransactionsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions.component.ts:23",{"_index":3445,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:24",{"_index":3446,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:25",{"_index":3441,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:26",{"_index":3442,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:27",{"_index":3447,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:28",{"_index":3444,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:29",{"_index":3448,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:30",{"_index":3449,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:32",{"_index":3443,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:33",{"_index":3433,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:43",{"_index":3438,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:56",{"_index":3440,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:60",{"_index":3434,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:64",{"_index":3436,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:77",{"_index":3437,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:82",{"_index":3435,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.module.ts",{"_index":3476,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["src/app/shared/_directives/menu",{"_index":1588,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts",{"_index":2959,"title":{},"body":{"pipes/SafePipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts:10",{"_index":2964,"title":{},"body":{"pipes/SafePipe.html":{}}}],["src/app/shared/_pipes/token",{"_index":3100,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["src/app/shared/error",{"_index":1337,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts",{"_index":1428,"title":{},"body":{"components/FooterComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts:12",{"_index":1433,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/footer/footer.component.ts:9",{"_index":1432,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/network",{"_index":2742,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["src/app/shared/shared.module.ts",{"_index":3039,"title":{},"body":{"modules/SharedModule.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts",{"_index":3050,"title":{},"body":{"components/SidebarComponent.html":{},"coverage.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:12",{"_index":3054,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:9",{"_index":3053,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts",{"_index":3206,"title":{},"body":{"components/TopbarComponent.html":{},"coverage.html":{}}}],["src/app/shared/topbar/topbar.component.ts:12",{"_index":3210,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts:9",{"_index":3209,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/assets/js/ethtx/dist",{"_index":3330,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/hex",{"_index":275,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/tx",{"_index":3331,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/hoba",{"_index":977,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/assets/js/hoba.js",{"_index":975,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/environments",{"_index":3741,"title":{},"body":{"index.html":{}}}],["src/environments/environment",{"_index":169,"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/TokenService.html":{},"injectables/TransactionService.html":{}}}],["src/environments/environment.dev.ts",{"_index":3584,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.prod.ts",{"_index":3585,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.ts",{"_index":3586,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/testing/activated",{"_index":548,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["src/testing/router",{"_index":2942,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{}}}],["src/testing/shared",{"_index":1435,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{},"coverage.html":{}}}],["src/testing/token",{"_index":3163,"title":{},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["src/testing/transaction",{"_index":3415,"title":{},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["src/testing/user",{"_index":3482,"title":{},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["srf",{"_index":3263,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["stack",{"_index":1465,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["stadium",{"_index":1794,"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@grassrootseconomics.net",{"_index":1058,"title":{},"body":{"injectables/AuthService.html":{}}}],["stand",{"_index":3862,"title":{},"body":{"license.html":{}}}],["standard",{"_index":3959,"title":{},"body":{"license.html":{}}}],["standards",{"_index":3962,"title":{},"body":{"license.html":{}}}],["starehe",{"_index":1797,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["start",{"_index":4477,"title":{},"body":{"license.html":{}}}],["start:dev",{"_index":3700,"title":{},"body":{"index.html":{}}}],["started",{"_index":3689,"title":{"index.html":{},"license.html":{}},"body":{}}],["starts",{"_index":4492,"title":{},"body":{"license.html":{}}}],["starttime",{"_index":1540,"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":2941,"title":{},"body":{"guards/RoleGuard.html":{}}}],["stated",{"_index":4009,"title":{},"body":{"license.html":{}}}],["statement",{"_index":4263,"title":{},"body":{"license.html":{}}}],["statements",{"_index":3536,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":2790,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["static",{"_index":1311,"title":{},"body":{"classes/CustomValidator.html":{}}}],["stating",{"_index":4074,"title":{},"body":{"license.html":{}}}],["station",{"_index":2393,"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":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["status'},{'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":{}}}],["status.component",{"_index":3049,"title":{},"body":{"modules/SharedModule.html":{}}}],["status.component.html",{"_index":2746,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.scss",{"_index":2745,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts",{"_index":2744,"title":{},"body":{"components/NetworkStatusComponent.html":{},"coverage.html":{}}}],["status.component.ts:10",{"_index":2751,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:16",{"_index":2754,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status.component.ts:18",{"_index":2753,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["status/network",{"_index":2743,"title":{},"body":{"components/NetworkStatusComponent.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["step",{"_index":3015,"title":{},"body":{"components/SettingsComponent.html":{}}}],["steps",{"_index":3822,"title":{},"body":{"license.html":{}}}],["stima",{"_index":2445,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["storage",{"_index":4103,"title":{},"body":{"license.html":{}}}],["store",{"_index":66,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["store.ts",{"_index":2596,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["store.ts:10",{"_index":2655,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:106",{"_index":2720,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:11",{"_index":2645,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:110",{"_index":2724,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:119",{"_index":2721,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:12",{"_index":2650,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:123",{"_index":2726,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:127",{"_index":2723,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:13",{"_index":2648,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:131",{"_index":2727,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:135",{"_index":2729,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:139",{"_index":2738,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:14",{"_index":2639,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:143",{"_index":2740,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:147",{"_index":2739,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:15",{"_index":2643,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:152",{"_index":2717,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:156",{"_index":2741,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:16",{"_index":2642,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:17",{"_index":2622,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:18",{"_index":2633,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:19",{"_index":2629,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:20",{"_index":2654,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:21",{"_index":2652,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:22",{"_index":2623,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:23",{"_index":2625,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:24",{"_index":2632,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:25",{"_index":2627,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:26",{"_index":2635,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:27",{"_index":2631,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:28",{"_index":2637,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:29",{"_index":2641,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:30",{"_index":2657,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:31",{"_index":2661,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:32",{"_index":2659,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:33",{"_index":2621,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:34",{"_index":2663,"title":{},"body":{"interfaces/MutableKeyStore.html":{}}}],["store.ts:38",{"_index":2737,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:43",{"_index":2732,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:48",{"_index":2734,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:52",{"_index":2733,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:56",{"_index":2728,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:60",{"_index":2731,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:64",{"_index":2730,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:68",{"_index":2718,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:72",{"_index":2725,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:76",{"_index":2722,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:80",{"_index":2736,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:86",{"_index":2735,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["store.ts:96",{"_index":2719,"title":{},"body":{"classes/MutablePgpKeyStore.html":{}}}],["stored",{"_index":3722,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":274,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["strip0x(abi",{"_index":3384,"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":2948,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:11",{"_index":565,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:12",{"_index":3485,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:13",{"_index":2947,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:18",{"_index":568,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:2",{"_index":3166,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["stub.ts:21",{"_index":572,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:37",{"_index":3520,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:4",{"_index":3418,"title":{},"body":{"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:6",{"_index":3417,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:61",{"_index":3518,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:71",{"_index":3516,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:8",{"_index":3416,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:9",{"_index":2946,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["student",{"_index":1907,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":614,"title":{},"body":{"components/AdminComponent.html":{},"components/AuthComponent.html":{}}}],["styles",{"_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/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":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/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":{}}}],["subdividing",{"_index":4312,"title":{},"body":{"license.html":{}}}],["subject",{"_index":562,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["subkeyid",{"_index":2638,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["sublicenses",{"_index":4341,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":4035,"title":{},"body":{"license.html":{}}}],["submit",{"_index":1275,"title":{},"body":{"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["submitted",{"_index":828,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["subprograms",{"_index":3997,"title":{},"body":{"license.html":{}}}],["subroutine",{"_index":4502,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":3344,"title":{},"body":{"injectables/TransactionService.html":{}}}],["subscribe((res",{"_index":430,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["subscribe(async",{"_index":295,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["subscribe(this.authservice.mutablekeystore.importpublickey",{"_index":723,"title":{},"body":{"components/AppComponent.html":{}}}],["subscribers",{"_index":580,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["subsection",{"_index":4134,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":4181,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":3860,"title":{},"body":{"license.html":{}}}],["succeeded",{"_index":1542,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["success",{"_index":1221,"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":{},"miscellaneous/functions.html":{}}}],["successfully",{"_index":2549,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TransactionDetailsComponent.html":{}}}],["such",{"_index":3811,"title":{},"body":{"license.html":{}}}],["sue",{"_index":4355,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":4189,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":2950,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["sugar",{"_index":2267,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["suger",{"_index":2268,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukari",{"_index":2270,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukuma",{"_index":2275,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sum",{"_index":3646,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sum.ts",{"_index":3543,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["super",{"_index":1483,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["super(message",{"_index":1480,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["superadmin",{"_index":1634,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["supplement",{"_index":4217,"title":{},"body":{"license.html":{}}}],["supplier",{"_index":2135,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["supply",{"_index":2466,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"miscellaneous/variables.html":{}}}],["support",{"_index":2864,"title":{},"body":{"components/PagesComponent.html":{},"license.html":{},"modules.html":{}}}],["supports",{"_index":4140,"title":{},"body":{"license.html":{}}}],["supposed",{"_index":2678,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["sure",{"_index":3783,"title":{},"body":{"license.html":{}}}],["surname",{"_index":1254,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["surrender",{"_index":3807,"title":{},"body":{"license.html":{}}}],["survive",{"_index":4262,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":4451,"title":{},"body":{"license.html":{}}}],["svg",{"_index":4510,"title":{},"body":{"modules.html":{}}}],["sweats",{"_index":2264,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sweet",{"_index":2263,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["switch",{"_index":1417,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["switchwindows",{"_index":831,"title":{},"body":{"components/AuthComponent.html":{}}}],["swupdate",{"_index":685,"title":{},"body":{"components/AppComponent.html":{}}}],["symbol",{"_index":1229,"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":1098,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["sync.service.ts:118",{"_index":1116,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:14",{"_index":1134,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:15",{"_index":1107,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:23",{"_index":1111,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:46",{"_index":1124,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:81",{"_index":1121,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:89",{"_index":1118,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:97",{"_index":1132,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/data",{"_index":2921,"title":{},"body":{"injectables/RegistryService.html":{}}}],["sync/data/accountregistry.json",{"_index":173,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/variables.html":{}}}],["sync/data/tokenuniquesymbolindex.json",{"_index":3127,"title":{},"body":{"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["sync/head.js",{"_index":1168,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/ondemand.js",{"_index":1181,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["syncer",{"_index":3600,"title":{},"body":{"dependencies.html":{}}}],["system",{"_index":539,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["systematic",{"_index":3850,"title":{},"body":{"license.html":{}}}],["taa",{"_index":2450,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["table",{"_index":2395,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":3589,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":3065,"title":{},"body":{"interfaces/Staff.html":{}}}],["tags",{"_index":3066,"title":{},"body":{"interfaces/Staff.html":{}}}],["tailor",{"_index":2071,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taka",{"_index":1988,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["takaungu",{"_index":1850,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":3774,"title":{},"body":{"license.html":{}}}],["talk",{"_index":859,"title":{},"body":{"components/AuthComponent.html":{}}}],["tangible",{"_index":4162,"title":{},"body":{"license.html":{}}}],["tap",{"_index":1538,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["tasia",{"_index":1779,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tassia",{"_index":1778,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taxi",{"_index":2419,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tea",{"_index":2276,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["teacher",{"_index":1903,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technician",{"_index":2319,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technological",{"_index":4044,"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":3947,"title":{},"body":{"license.html":{}}}],["template",{"_index":202,"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":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":{}}}],["term",{"_index":4007,"title":{},"body":{"license.html":{}}}],["terminal",{"_index":4490,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":4268,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":4289,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":4277,"title":{},"body":{"license.html":{}}}],["termination",{"_index":4265,"title":{},"body":{"license.html":{}}}],["terms",{"_index":3819,"title":{},"body":{"license.html":{}}}],["test",{"_index":552,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["test:dev",{"_index":3730,"title":{},"body":{"index.html":{}}}],["testa",{"_index":2485,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testb",{"_index":2481,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testc",{"_index":2489,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testkey",{"_index":2682,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["testkey.err",{"_index":2684,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["tests",{"_index":3729,"title":{},"body":{"index.html":{}}}],["tetra",{"_index":1653,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tetrapak",{"_index":1654,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["text",{"_index":996,"title":{},"body":{"injectables/AuthService.html":{},"directives/PasswordToggleDirective.html":{},"miscellaneous/functions.html":{}}}],["then((s",{"_index":2849,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["then((sig",{"_index":2837,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["therefore",{"_index":3808,"title":{},"body":{"license.html":{}}}],["thika",{"_index":1792,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":3799,"title":{},"body":{"license.html":{}}}],["third",{"_index":916,"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":439,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounts.filter((account",{"_index":445,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accountstype",{"_index":443,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounttypes",{"_index":431,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["this.actions",{"_index":640,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.addresssearchform",{"_index":282,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.controls",{"_index":285,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.invalid",{"_index":303,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchloading",{"_index":304,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchsubmitted",{"_index":302,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addtransaction(conversion",{"_index":3360,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtransaction(transaction",{"_index":3350,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.algo",{"_index":2852,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.areanames",{"_index":1262,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.authservice.getprivatekey",{"_index":866,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.getpublickeys",{"_index":711,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.gettrustedusers",{"_index":3002,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.init",{"_index":710,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{}}}],["this.authservice.logout",{"_index":3006,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.mutablekeystore.getprivatekey",{"_index":3400,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.authservice.mutablekeystore.importpublickey(publickeys",{"_index":725,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.privatekey",{"_index":848,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.sessiontoken",{"_index":868,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.setkey(this.authservice.privatekey",{"_index":850,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.setkey(this.keyformstub.key.value",{"_index":855,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.blocksyncservice.blocksync",{"_index":3450,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.categories",{"_index":1259,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.cdr.detectchanges",{"_index":2759,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.contract",{"_index":181,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.accountindex(address).call",{"_index":191,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.accounts(i).call",{"_index":196,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.add(address).send",{"_index":189,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.addressof(id).call",{"_index":3131,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.count().call",{"_index":198,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.entry(serial).call",{"_index":3132,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entrycount().call",{"_index":3133,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contractaddress",{"_index":180,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.createform",{"_index":1251,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.controls",{"_index":1265,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.invalid",{"_index":1266,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.datasource",{"_index":433,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.data",{"_index":444,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.datasource.filter",{"_index":440,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.paginator",{"_index":435,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.sort",{"_index":437,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.date",{"_index":2999,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.dgst",{"_index":2833,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.dialog.open(errordialogcomponent",{"_index":1369,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.engine",{"_index":2851,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.errordialogservice.opendialog",{"_index":726,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["this.errordialogservice.opendialog({message",{"_index":716,"title":{},"body":{"components/AppComponent.html":{}}}],["this.fetcher(settings",{"_index":1175,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.filegetter",{"_index":2919,"title":{},"body":{"injectables/RegistryService.html":{}}}],["this.formbuilder.group",{"_index":278,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.genders",{"_index":1264,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.getaccountinfo(res.body",{"_index":3346,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.getchallenge",{"_index":1040,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getprivatekey",{"_index":2706,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{}}}],["this.getwithtoken",{"_index":1037,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.handlenetworkchange",{"_index":2756,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.haveaccount(address",{"_index":188,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.httpclient",{"_index":1530,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tokens/${symbol",{"_index":3157,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${address}/${offset}/${limit",{"_index":3337,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${offset}/${limit",{"_index":3336,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames",{"_index":1527,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames/${location.tolowercase",{"_index":1528,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areatypes`).pipe(first",{"_index":1529,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.isdialogopen",{"_index":1367,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.iswarning(errortracestring",{"_index":1490,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.keyform",{"_index":846,"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":2829,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getfingerprint",{"_index":2832,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getprivatekey",{"_index":2845,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.keystore.gettrustedkeys",{"_index":2839,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.linkparams",{"_index":2956,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.loadevent.next(date.now",{"_index":3152,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.loading",{"_index":854,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.locationservice",{"_index":1260,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.logerror(error",{"_index":1484,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.logger.debug(message",{"_index":1582,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.error(message",{"_index":1586,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.fatal(message",{"_index":1587,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.info(message",{"_index":1583,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.log(message",{"_index":1584,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.trace(message",{"_index":1581,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.warn(message",{"_index":1585,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.loggingservice.senderrorlevelmessage",{"_index":1081,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.senderrorlevelmessage('failed",{"_index":425,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.loggingservice.senderrorlevelmessage('login",{"_index":1038,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.loggingservice.senderrorlevelmessage('unable",{"_index":713,"title":{},"body":{"components/AppComponent.html":{}}}],["this.loggingservice.senderrorlevelmessage(e.message",{"_index":2842,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.loggingservice.senderrorlevelmessage(errormessage",{"_index":1416,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.loggingservice.senderrorlevelmessage(errortracestring",{"_index":1492,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.sendinfolevelmessage(`loaded",{"_index":1156,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`result",{"_index":3411,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`transaction",{"_index":3413,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(message",{"_index":1547,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(request",{"_index":1539,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(res",{"_index":645,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.loggingservice.sendinfolevelmessage(this.tokens",{"_index":3187,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.loggingservice.sendwarnlevelmessage(errortracestring",{"_index":1491,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loginresponse(o",{"_index":1036,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.loginview",{"_index":1084,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mediaquery.addeventlistener('change",{"_index":732,"title":{},"body":{"components/AppComponent.html":{}}}],["this.mutablekeystore",{"_index":984,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekey",{"_index":1095,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekeyid",{"_index":1066,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getpublickeys().foreach((key",{"_index":1087,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(localstorage.getitem(btoa('cicada_private_key",{"_index":991,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(privatekeyarmored",{"_index":1078,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isencryptedprivatekey(privatekeyarmored",{"_index":1075,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isvalidkey(privatekeyarmored",{"_index":1069,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.loadkeyring",{"_index":985,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.name",{"_index":1482,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.namesearchform",{"_index":277,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.controls",{"_index":283,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.invalid",{"_index":287,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchloading",{"_index":288,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchsubmitted",{"_index":286,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.navigatedto",{"_index":2955,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.nointernetconnection",{"_index":2758,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.onmenuselect",{"_index":1601,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["this.onmenutoggle",{"_index":1607,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["this.onresize",{"_index":733,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onresize(this.mediaquery",{"_index":734,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onsign",{"_index":2830,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(this.signature",{"_index":2855,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onsign(undefined",{"_index":2857,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify",{"_index":2831,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.onverify(false",{"_index":2843,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.organizationform",{"_index":2776,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.controls",{"_index":2780,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.organizationform.invalid",{"_index":2781,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["this.paginator",{"_index":436,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.paginator._changepagesize(this.paginator.pagesize",{"_index":447,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.phonesearchform",{"_index":280,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.controls",{"_index":284,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.invalid",{"_index":291,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchloading",{"_index":292,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchsubmitted",{"_index":290,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.readystate",{"_index":1164,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystateprocessor(settings",{"_index":1158,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystatetarget",{"_index":1165,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.recipientbloxberglink",{"_index":3241,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.registry",{"_index":2926,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.addtoken(await",{"_index":3159,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.declaratorhelper.addtrust(environment.trusteddeclaratoraddress",{"_index":2924,"title":{},"body":{"injectables/RegistryService.html":{}}}],["this.registry.getcontractaddressbyname",{"_index":3370,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.registry.getcontractaddressbyname('tokenregistry",{"_index":3151,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.load",{"_index":2925,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.onload",{"_index":3149,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registryservice.getregistry",{"_index":1147,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.registryservice.getweb3",{"_index":1145,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["this.renderer.listen(this.elementref.nativeelement",{"_index":1598,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["this.route.parammap.subscribe((params",{"_index":3084,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.router.navigate",{"_index":2938,"title":{},"body":{"guards/RoleGuard.html":{}}}],["this.router.navigate(['/auth",{"_index":920,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["this.router.navigate(['/home",{"_index":867,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.router.navigatebyurl",{"_index":298,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{}}}],["this.router.navigatebyurl('/auth').then",{"_index":1420,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.from",{"_index":3243,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.to",{"_index":3244,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.trader",{"_index":3245,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/tokens/${token.symbol",{"_index":3189,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.router.url",{"_index":1496,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2968,"title":{},"body":{"pipes/SafePipe.html":{}}}],["this.scanfilter",{"_index":2980,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["this.senderbloxberglink",{"_index":3239,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sendinfolevelmessage('dropping",{"_index":1578,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.sendresponse(r",{"_index":1048,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sentencesforwarninglogging.foreach((whitelistsentence",{"_index":1494,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sessionlogincount",{"_index":1013,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sessiontoken",{"_index":990,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.setparammap(initialparams",{"_index":582,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.setstate('click",{"_index":1014,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.signature",{"_index":2850,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{}}}],["this.signeraddress",{"_index":183,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.snackbar.open(address",{"_index":3252,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sort",{"_index":438,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.status",{"_index":1481,"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":736,"title":{},"body":{"components/AppComponent.html":{}}}],["this.swupdate.isenabled",{"_index":735,"title":{},"body":{"components/AppComponent.html":{}}}],["this.toggledisplay(divone",{"_index":873,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.toggledisplay(divtwo",{"_index":874,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.togglepasswordvisibility",{"_index":2896,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["this.token",{"_index":3087,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.tokenregistry",{"_index":3150,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(0",{"_index":3160,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(i",{"_index":3156,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.totaltokens",{"_index":3153,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens",{"_index":3185,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice",{"_index":3085,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.tokenservice.gettokens",{"_index":3186,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice.loadevent.subscribe(async",{"_index":3184,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.totalaccounts",{"_index":193,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.traderbloxberglink",{"_index":3236,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction",{"_index":3457,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transaction.from",{"_index":3249,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.to",{"_index":3248,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.token.address",{"_index":3247,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.value",{"_index":3250,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.from",{"_index":3240,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.to",{"_index":3242,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.trader",{"_index":3238,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.type",{"_index":3235,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactiondatasource",{"_index":3452,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.data",{"_index":3460,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.paginator",{"_index":3454,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.sort",{"_index":3455,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionlist.asobservable",{"_index":3317,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionlist.next(this.transactions",{"_index":3363,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions",{"_index":3364,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.transactions.filter",{"_index":3461,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactions.find((cachedtx",{"_index":3338,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.length",{"_index":3362,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.unshift(transaction",{"_index":3361,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionservice",{"_index":1173,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.resettransactionslist",{"_index":1139,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.setconversion(conversion",{"_index":763,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.settransaction(transaction",{"_index":759,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.transactionssubject.subscribe((transactions",{"_index":3451,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionservice.transferrequest",{"_index":3246,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactionstype",{"_index":3459,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionstypes",{"_index":3456,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.trustedusers",{"_index":3001,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.userservice",{"_index":427,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.accountssubject.subscribe((accounts",{"_index":432,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.actionssubject.subscribe((actions",{"_index":638,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.getaccountbyaddress(this.addresssearchformstub.address.value",{"_index":305,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getaccountbyphone(this.phonesearchformstub.phonenumber.value",{"_index":293,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getactions",{"_index":637,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.loadaccounts(100",{"_index":423,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.searchaccountbyname(this.namesearchformstub.name.value",{"_index":289,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.web3",{"_index":2917,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TransactionService.html":{}}}],["this.web3.eth.getgasprice",{"_index":3390,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransaction(result.transactionhash",{"_index":3412,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransactioncount(senderaddress",{"_index":3387,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.sendsignedtransaction(txwire",{"_index":3410,"title":{},"body":{"injectables/TransactionService.html":{}}}],["those",{"_index":3858,"title":{},"body":{"license.html":{}}}],["though",{"_index":4220,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":3868,"title":{},"body":{"license.html":{}}}],["three",{"_index":4123,"title":{},"body":{"license.html":{}}}],["threw",{"_index":1503,"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":1010,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["throwerror",{"_index":1397,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throwerror(err",{"_index":1427,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["thrown",{"_index":1457,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throws",{"_index":1067,"title":{},"body":{"injectables/AuthService.html":{}}}],["thus",{"_index":4026,"title":{},"body":{"license.html":{}}}],["timber",{"_index":2433,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["timberyard",{"_index":2434,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["time",{"_index":909,"title":{},"body":{"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"guards/RoleGuard.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["timestamp",{"_index":1223,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tissue",{"_index":2386,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["title",{"_index":676,"title":{},"body":{"components/AppComponent.html":{}}}],["titlecase",{"_index":1274,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["todo",{"_index":420,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature-1.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["together",{"_index":987,"title":{},"body":{"injectables/AuthService.html":{}}}],["toggle.directive",{"_index":930,"title":{},"body":{"modules/AuthModule.html":{},"modules/SharedModule.html":{}}}],["toggle.directive.ts",{"_index":1602,"title":{},"body":{"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["toggle.directive.ts:11",{"_index":2893,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:14",{"_index":1606,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:19",{"_index":2895,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:6",{"_index":1605,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:8",{"_index":2894,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggledisplay",{"_index":832,"title":{},"body":{"components/AuthComponent.html":{}}}],["toggledisplay(element",{"_index":839,"title":{},"body":{"components/AuthComponent.html":{}}}],["togglepasswordvisibility",{"_index":2891,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tohex",{"_index":3329,"title":{},"body":{"injectables/TransactionService.html":{}}}],["toi",{"_index":1813,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toilet",{"_index":1983,"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":{},"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":3089,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.name",{"_index":3088,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.owner",{"_index":3099,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token.reserveratio",{"_index":3098,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token.supply",{"_index":3097,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.symbol",{"_index":2582,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["tokenaddress",{"_index":3313,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tokenagent",{"_index":1627,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tokendetailscomponent",{"_index":346,"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":{}}}],["tokenratio",{"_index":457,"title":{},"body":{"components/AccountsComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokenratiopipe",{"_index":3038,"title":{"pipes/TokenRatioPipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"overview.html":{}}}],["tokenregistry",{"_index":3106,"title":{"classes/TokenRegistry.html":{}},"body":{"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"coverage.html":{}}}],["tokens",{"_index":1219,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tokens'},{'name",{"_index":348,"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":3169,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.component.scss",{"_index":3168,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.find((token",{"_index":2581,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["tokenscomponent",{"_index":347,"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":3081,"title":{"injectables/TokenService.html":{}},"body":{"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"coverage.html":{}}}],["tokenservicestub",{"_index":3162,"title":{"classes/TokenServiceStub.html":{}},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["tokensmodule",{"_index":3191,"title":{"modules/TokensModule.html":{}},"body":{"modules/TokensModule.html":{},"modules.html":{},"overview.html":{}}}],["tokensroutingmodule",{"_index":3195,"title":{"modules/TokensRoutingModule.html":{}},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["tom",{"_index":1629,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["tomato",{"_index":2192,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tomatoes",{"_index":2193,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toolbox",{"_index":3008,"title":{},"body":{"components/SettingsComponent.html":{}}}],["tools",{"_index":3990,"title":{},"body":{"license.html":{}}}],["topbar",{"_index":1437,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{}}}],["topbar'},{'name",{"_index":350,"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":3208,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbar.component.scss",{"_index":3207,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbarcomponent",{"_index":349,"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":351,"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":3110,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["tour",{"_index":2412,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tout",{"_index":2101,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tovalue",{"_index":1208,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tovalue(value",{"_index":3396,"title":{},"body":{"injectables/TransactionService.html":{}}}],["town",{"_index":1821,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trace",{"_index":1466,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["trace|debug|info|log|warn|error|fatal|off",{"_index":1577,"title":{},"body":{"injectables/LoggingService.html":{}}}],["tracks",{"_index":1297,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["trade",{"_index":2126,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["trademark",{"_index":4246,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":4247,"title":{},"body":{"license.html":{}}}],["trader",{"_index":1209,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["traderbloxberglink",{"_index":3215,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["trading",{"_index":3092,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["trainer",{"_index":1945,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["transacted",{"_index":1220,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["transaction",{"_index":353,"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":3280,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.name",{"_index":3281,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.symbol",{"_index":3282,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.from",{"_index":3259,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.fromvalue",{"_index":3278,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.recipient",{"_index":3348,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.recipient?.vcard.fn[0].value",{"_index":3261,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sender",{"_index":3345,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.sender?.vcard.fn[0].value",{"_index":3258,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.address",{"_index":3275,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.name",{"_index":3276,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.symbol",{"_index":3277,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.to",{"_index":3262,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.token._address",{"_index":3265,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tovalue",{"_index":3283,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.trader",{"_index":3274,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.block",{"_index":3266,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.success",{"_index":3269,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.timestamp",{"_index":3270,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.txhash",{"_index":3268,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction.tx.txindex",{"_index":3267,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.type",{"_index":3341,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["transaction.value",{"_index":3264,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction?.recipient?.vcard.fn[0].value",{"_index":3466,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.sender?.vcard.fn[0].value",{"_index":3465,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tovalue",{"_index":3468,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tx.timestamp",{"_index":3469,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.type",{"_index":3470,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.value",{"_index":3467,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondatasource",{"_index":3425,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondetailscomponent",{"_index":352,"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":3426,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionhelper",{"_index":1135,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionhelper(settings.w3.engine",{"_index":1149,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionlist",{"_index":3285,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactions",{"_index":355,"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":3424,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactions.component.scss",{"_index":3423,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionscomponent",{"_index":354,"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":3414,"title":{"classes/TransactionServiceStub.html":{}},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["transactionsinfo",{"_index":1115,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.filter_rounds",{"_index":1203,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.high",{"_index":1202,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.low",{"_index":1201,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsmodule",{"_index":471,"title":{"modules/TransactionsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionsroutingmodule",{"_index":3475,"title":{"modules/TransactionsRoutingModule.html":{}},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionssubject",{"_index":3286,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactionstype",{"_index":3427,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionstypes",{"_index":3428,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontype",{"_index":3464,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontypes",{"_index":2493,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["transfer",{"_index":2778,"title":{},"body":{"components/OrganizationComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["transferauthaddress",{"_index":3369,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferauthorization",{"_index":3371,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferred",{"_index":4195,"title":{},"body":{"license.html":{}}}],["transferrequest",{"_index":3295,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferrequest(tokenaddress",{"_index":3309,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferring",{"_index":4310,"title":{},"body":{"license.html":{}}}],["transfers",{"_index":3463,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transform",{"_index":2961,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["transform(url",{"_index":2962,"title":{},"body":{"pipes/SafePipe.html":{}}}],["transform(value",{"_index":3102,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["transition",{"_index":615,"title":{},"body":{"components/AdminComponent.html":{}}}],["transition('expanded",{"_index":629,"title":{},"body":{"components/AdminComponent.html":{}}}],["transmission",{"_index":4152,"title":{},"body":{"license.html":{}}}],["transport",{"_index":2401,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["transpoter",{"_index":2428,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trash",{"_index":1996,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trasportion",{"_index":2423,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["travel",{"_index":2413,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["traverse",{"_index":910,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["treated",{"_index":4219,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":4051,"title":{},"body":{"license.html":{}}}],["tree",{"_index":205,"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":{},"directives/MenuToggleDirective.html":{}}}],["trigger('detailexpand",{"_index":620,"title":{},"body":{"components/AdminComponent.html":{}}}],["true",{"_index":138,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":714,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{}}}],["trusteddeclaratoraddress",{"_index":4547,"title":{},"body":{"miscellaneous/variables.html":{}}}],["trustedusers",{"_index":1086,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["trustedusers.push(key.users[0].userid",{"_index":1088,"title":{},"body":{"injectables/AuthService.html":{}}}],["try",{"_index":419,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["ts",{"_index":2900,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tslib",{"_index":3630,"title":{},"body":{"dependencies.html":{}}}],["tslint:disable",{"_index":1161,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["tsta",{"_index":2486,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstb",{"_index":2482,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstc",{"_index":2490,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tudor",{"_index":1832,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuition",{"_index":1939,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuktuk",{"_index":2418,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tution",{"_index":1938,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tv",{"_index":2102,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["two",{"_index":3014,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["tx",{"_index":1119,"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":3385,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.data",{"_index":3397,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gaslimit",{"_index":3391,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gasprice",{"_index":3388,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.message",{"_index":3399,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.nonce",{"_index":3386,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.setsignature(r",{"_index":3407,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.to",{"_index":3393,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.value",{"_index":3395,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txhash",{"_index":1226,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txhelper",{"_index":2971,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["txindex",{"_index":1227,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txmsg",{"_index":3398,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txtoken",{"_index":1210,"title":{"interfaces/TxToken.html":{}},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["txwire",{"_index":3408,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["typed",{"_index":1390,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["typeerror",{"_index":1499,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["types",{"_index":1455,"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":4175,"title":{},"body":{"license.html":{}}}],["uchumi",{"_index":1789,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuuzi",{"_index":2280,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuzi",{"_index":2279,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ug",{"_index":2795,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugali",{"_index":2278,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uganda",{"_index":2796,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugoro",{"_index":2269,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uint256",{"_index":3382,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uint8array",{"_index":1129,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blockfilterbinstr.length",{"_index":1189,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blocktxfilterbinstr.length",{"_index":1197,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["ujenzi",{"_index":2128,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uji",{"_index":2277,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukulima",{"_index":2008,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukunda",{"_index":1751,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umena",{"_index":2202,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umoja",{"_index":1791,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unable",{"_index":1053,"title":{},"body":{"injectables/AuthService.html":{}}}],["unacceptable",{"_index":3855,"title":{},"body":{"license.html":{}}}],["unapproved",{"_index":642,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["unauthorized",{"_index":1419,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["undefined",{"_index":297,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["under",{"_index":3898,"title":{},"body":{"license.html":{}}}],["unga",{"_index":2260,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uniform",{"_index":2388,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unique",{"_index":1228,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["unit",{"_index":3728,"title":{},"body":{"index.html":{}}}],["united",{"_index":2789,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["university",{"_index":1913,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unknown",{"_index":1895,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"miscellaneous/variables.html":{}}}],["unless",{"_index":4183,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":4013,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":3915,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":4038,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":4215,"title":{},"body":{"license.html":{}}}],["unsuccessful",{"_index":1408,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["until",{"_index":4276,"title":{},"body":{"license.html":{}}}],["update",{"_index":3012,"title":{},"body":{"components/SettingsComponent.html":{}}}],["updates",{"_index":4204,"title":{},"body":{"license.html":{}}}],["uploaded",{"_index":902,"title":{},"body":{"guards/AuthGuard.html":{}}}],["uppercase",{"_index":450,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"components/TransactionsComponent.html":{}}}],["urban",{"_index":1897,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":894,"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":912,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["usafi",{"_index":1993,"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":810,"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":{},"guards/RoleGuard.html":{},"interfaces/Signature.html":{},"interfaces/Staff.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["useful",{"_index":4484,"title":{},"body":{"license.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":{},"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":3019,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.name",{"_index":3018,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.tokey(conversion.trader",{"_index":3357,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.from",{"_index":3343,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.to",{"_index":3347,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.userid",{"_index":3020,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user?.balance",{"_index":456,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.date_registered",{"_index":454,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.location.area_name",{"_index":458,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.fn[0].value",{"_index":452,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.tel[0].value",{"_index":453,"title":{},"body":{"components/AccountsComponent.html":{}}}],["userid",{"_index":2993,"title":{},"body":{"components/SettingsComponent.html":{},"interfaces/Staff.html":{}}}],["userinfo",{"_index":3287,"title":{},"body":{"injectables/TransactionService.html":{}}}],["userkey",{"_index":3521,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["username",{"_index":3010,"title":{},"body":{"components/SettingsComponent.html":{}}}],["users",{"_index":3005,"title":{},"body":{"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{}}}],["userservice",{"_index":241,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["userservicestub",{"_index":3481,"title":{"classes/UserServiceStub.html":{}},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["uses",{"_index":4178,"title":{},"body":{"license.html":{}}}],["using",{"_index":4150,"title":{},"body":{"license.html":{}}}],["ustadh",{"_index":1962,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ustadhi",{"_index":1963,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utencils",{"_index":2391,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utensils",{"_index":2392,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utils",{"_index":3325,"title":{},"body":{"injectables/TransactionService.html":{}}}],["utils.abicoder",{"_index":3380,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uto",{"_index":2375,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uvuvi",{"_index":2068,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uyoma",{"_index":1870,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["v",{"_index":1191,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["v[i",{"_index":1192,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["valid",{"_index":98,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["validated",{"_index":149,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"miscellaneous/functions.html":{}}}],["validates",{"_index":3683,"title":{},"body":{"miscellaneous/functions.html":{}}}],["validation",{"_index":1298,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["validation.ts",{"_index":3558,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["validationerrors",{"_index":1324,"title":{},"body":{"classes/CustomValidator.html":{}}}],["validator",{"_index":3609,"title":{},"body":{"dependencies.html":{}}}],["validators",{"_index":269,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["validators.required",{"_index":279,"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":{},"injectables/GlobalErrorHandler.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":{},"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":441,"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":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":{},"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":3538,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":3715,"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":3368,"title":{},"body":{"injectables/TransactionService.html":{}}}],["vcards",{"_index":3632,"title":{},"body":{"dependencies.html":{}}}],["vcardvalidation",{"_index":3560,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["vcardvalidation(vcard",{"_index":3687,"title":{},"body":{"miscellaneous/functions.html":{}}}],["vegetable",{"_index":2256,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vendor",{"_index":1626,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["verbatim",{"_index":3764,"title":{},"body":{"license.html":{}}}],["verification",{"_index":3017,"title":{},"body":{"components/SettingsComponent.html":{}}}],["verify",{"_index":2804,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signer.html":{}}}],["verify(digest",{"_index":2822,"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":3780,"title":{},"body":{"license.html":{}}}],["vet",{"_index":2323,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["veterinary",{"_index":2322,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["via",{"_index":3673,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["viatu",{"_index":2121,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viazi",{"_index":2281,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vidziweni",{"_index":1749,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["view",{"_index":3260,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["view_in_ar",{"_index":309,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["viewaccount",{"_index":381,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewaccount(account",{"_index":391,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewchild",{"_index":411,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matpaginator",{"_index":407,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matsort",{"_index":410,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewrecipient",{"_index":3218,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["views",{"_index":893,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["viewsender",{"_index":3219,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtoken",{"_index":3171,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtoken(token",{"_index":3177,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtrader",{"_index":3220,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtransaction",{"_index":3431,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["viewtransaction(transaction",{"_index":3439,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["vigungani",{"_index":1748,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vijana",{"_index":1946,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikapu",{"_index":2387,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikinduni",{"_index":1736,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikolani",{"_index":1737,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["village",{"_index":1975,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vinyunduni",{"_index":1750,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viogato",{"_index":1739,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["violates",{"_index":4210,"title":{},"body":{"license.html":{}}}],["violation",{"_index":4272,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":625,"title":{},"body":{"components/AdminComponent.html":{}}}],["visible",{"_index":628,"title":{},"body":{"components/AdminComponent.html":{},"license.html":{}}}],["vistangani",{"_index":1741,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitabu",{"_index":1954,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitangani",{"_index":1738,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitenge",{"_index":2390,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitungu",{"_index":2234,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vivian",{"_index":1638,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["void",{"_index":245,"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":{},"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.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":{},"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":4102,"title":{},"body":{"license.html":{}}}],["volunteer",{"_index":1926,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vsla",{"_index":2330,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyogato",{"_index":1740,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyombo",{"_index":2400,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["w",{"_index":1180,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["w.onmessage",{"_index":1182,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w.postmessage",{"_index":1183,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w3",{"_index":2972,"title":{"interfaces/W3.html":{}},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["w3_provider",{"_index":1172,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["waiter",{"_index":2119,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waitress",{"_index":2120,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waive",{"_index":4059,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":4464,"title":{},"body":{"license.html":{}}}],["wakulima",{"_index":2009,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["want",{"_index":3796,"title":{},"body":{"license.html":{}}}],["ward",{"_index":1976,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["warning",{"_index":1462,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warnings",{"_index":1475,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warranties",{"_index":3948,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":3832,"title":{},"body":{"license.html":{}}}],["wash",{"_index":2025,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["washing",{"_index":2113,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waste",{"_index":1987,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchlady",{"_index":2129,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchman",{"_index":2118,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["water",{"_index":2294,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["way",{"_index":3787,"title":{},"body":{"license.html":{}}}],["ways",{"_index":4113,"title":{},"body":{"license.html":{}}}],["web",{"_index":3690,"title":{},"body":{"index.html":{}}}],["web3",{"_index":165,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["web3(environment.web3provider",{"_index":177,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["web3.eth.abi.encodeparameter('bytes32",{"_index":3129,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3.eth.accounts[0",{"_index":184,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.eth.contract(abi",{"_index":182,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.utils.tohex(identifier",{"_index":3130,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3provider",{"_index":4540,"title":{},"body":{"miscellaneous/variables.html":{}}}],["weight",{"_index":2473,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["welcome",{"_index":4494,"title":{},"body":{"license.html":{}}}],["welder",{"_index":2115,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["welding",{"_index":2116,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["well",{"_index":3932,"title":{},"body":{"license.html":{}}}],["went",{"_index":1412,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["west",{"_index":1755,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whatever",{"_index":4314,"title":{},"body":{"license.html":{}}}],["wheadsync",{"_index":1166,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.onmessage",{"_index":1169,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.postmessage",{"_index":1171,"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":3968,"title":{},"body":{"license.html":{}}}],["wholesaler",{"_index":2383,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whose",{"_index":4159,"title":{},"body":{"license.html":{}}}],["widely",{"_index":3964,"title":{},"body":{"license.html":{}}}],["width",{"_index":658,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/ErrorDialogService.html":{},"directives/MenuSelectionDirective.html":{}}}],["window",{"_index":3980,"title":{},"body":{"license.html":{}}}],["window.atob(transactionsinfo.block_filter",{"_index":1187,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.atob(transactionsinfo.blocktx_filter",{"_index":1195,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newconversionevent(transaction",{"_index":1153,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newtransferevent(transaction",{"_index":1151,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.getcomputedstyle(element).display",{"_index":875,"title":{},"body":{"components/AuthComponent.html":{}}}],["window.location.reload",{"_index":738,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["window.location.search.substring(1",{"_index":999,"title":{},"body":{"injectables/AuthService.html":{}}}],["window.matchmedia('(max",{"_index":699,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["window.prompt('password",{"_index":2708,"title":{},"body":{"interfaces/MutableKeyStore.html":{},"classes/MutablePgpKeyStore.html":{},"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":2284,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wipo",{"_index":4050,"title":{},"body":{"license.html":{}}}],["wish",{"_index":3794,"title":{},"body":{"license.html":{}}}],["within",{"_index":4257,"title":{},"body":{"license.html":{}}}],["without",{"_index":3918,"title":{},"body":{"license.html":{}}}],["wood",{"_index":2448,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["work",{"_index":2134,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["work's",{"_index":3989,"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":1167,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["worker.js",{"_index":806,"title":{},"body":{"modules/AppModule.html":{}}}],["working",{"_index":2117,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["works",{"_index":3770,"title":{},"body":{"license.html":{}}}],["world",{"_index":3420,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["world!'",{"_index":3654,"title":{},"body":{"miscellaneous/functions.html":{}}}],["worldwide",{"_index":4344,"title":{},"body":{"license.html":{}}}],["wote",{"_index":1890,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wrap",{"_index":2499,"title":{},"body":{"interceptors/MockBackendInterceptor.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":4426,"title":{},"body":{"license.html":{}}}],["written",{"_index":4122,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":1413,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["ws.dev.grassrootseconomics.net",{"_index":4542,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wss://bloxberg",{"_index":4541,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xhr",{"_index":993,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.addeventlistener('load",{"_index":1007,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.getresponseheader('token",{"_index":1027,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.getresponseheader('www",{"_index":1033,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.onload",{"_index":1031,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.open('get",{"_index":997,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.responsetype",{"_index":995,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.send",{"_index":1016,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('authorization",{"_index":1000,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('content",{"_index":1002,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('x",{"_index":1004,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.status",{"_index":1008,"title":{},"body":{"injectables/AuthService.html":{}}}],["xmlhttprequest",{"_index":994,"title":{},"body":{"injectables/AuthService.html":{}}}],["yapha",{"_index":1742,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yava",{"_index":1743,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["years",{"_index":4124,"title":{},"body":{"license.html":{}}}],["yes",{"_index":121,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/TokenRegistry.html":{}}}],["yoga",{"_index":2122,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yoghurt",{"_index":2282,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yogurt",{"_index":2283,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yourself",{"_index":4362,"title":{},"body":{"license.html":{}}}],["youth",{"_index":1947,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yowani",{"_index":1744,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ziwani",{"_index":1745,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["zone.js",{"_index":3636,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":472,"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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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:25\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:21\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:23\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:25\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:57\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:78\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:95\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:121\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 { environment } from '@src/environments/environment';\n\n/** Fetch the account registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/AccountRegistry.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = new Web3(environment.web3Provider);\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.accountIndex(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 - 1;\n if (lowest = [];\n for (let i = count - 1; i > lowest; i--) {\n const account: string = await this.contract.methods.accounts(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.count().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 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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\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 : void\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: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 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:55\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:65\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:45\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:48\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:51\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 ngOnInit(): void {\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 \n Accounts\n \n \n \n \n \n \n Search \n \n Phone Number is required.\n phone\n Phone Number\n \n SEARCH \n \n \n \n \n \n Search \n \n Account Address is required.\n view_in_ar\n Account Address\n \n SEARCH \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 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:59\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:88\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:69\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/accounts/accounts.component.ts:50\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 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: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 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:63\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 (async () => {\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 })();\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n }\n\n ngOnInit(): void {\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 }\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 \n Accounts\n \n \n \n \n ACCOUNT TYPE \n \n ALL\n \n {{accountType | uppercase}}\n \n \n \n SEARCH \n EXPORT \n \n\n \n Filter \n \n search\n \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 | date}} \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 | date}} 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_declarations\n\n\n\ncluster_AccountsModule_imports\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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 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: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 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: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 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:64\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: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 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:79\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:75\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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:43\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 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 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 ngOnInit(): void {}\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 EXPORT \n \n \n \n\n \n Filter \n \n search\n \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 {{approvalStatus(action.approval)}} \n {{approvalStatus(action.approval)}} \n \n \n\n \n APPROVE \n \n Approve \n Disapprove \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 \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_declarations\n\n\n\ncluster_AdminModule_imports\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 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:93\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:87\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/app.component.ts:51\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 onResize\n \n \n \n \n \n \n \nonResize(e)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:62\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 (async () => {\n try {\n await this.authService.init();\n // this.authService.getPublicKeys()\n // .pipe(catchError(async (error) => {\n // this.loggingService.sendErrorLevelMessage('Unable to load trusted public keys.', this, {error});\n // this.errorDialogService.openDialog({message: 'Trusted keys endpoint can\\'t be reached. Please try again later.'});\n // })).subscribe(this.authService.mutableKeyStore.importPublicKey);\n const publicKeys = await this.authService.getPublicKeys();\n await this.authService.mutableKeyStore.importPublicKey(publicKeys);\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 })();\n this.mediaQuery.addEventListener('change', this.onResize);\n this.onResize(this.mediaQuery);\n }\n\n ngOnInit(): void {\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 \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_imports\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_bootstrap\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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 }),\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 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)\n \n \n \n \n Defined in src/app/auth/auth.component.ts:17\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 \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 login\n \n \n \n \n \n \n \nlogin()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:52\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/auth/auth.component.ts:25\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:40\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:63\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:71\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:14\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:16\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:17\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:15\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:36\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 { 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 ) {}\n\n async ngOnInit(): Promise {\n this.keyForm = this.formBuilder.group({\n key: ['', Validators.required],\n });\n await this.authService.init();\n // if (this.authService.privateKey !== undefined) {\n // const setKey = await this.authService.setKey(this.authService.privateKey);\n // }\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 login(): void {\n // TODO check if we have privatekey\n // Send us to home if we have a private key\n // talk to meta somehow\n // in the error interceptor if 401/403 handle it\n // if 200 go /home\n if (this.authService.getPrivateKey()) {\n this.router.navigate(['/home']);\n }\n }\n\n switchWindows(): void {\n this.authService.sessionToken = undefined;\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 CICADA\n \n \n \n\n \n Add Private Key\n \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 \n Login \n \n\n \n \n Change private key? Enter private key\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\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 \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';\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 ],\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 sessionLoginCount\n \n \n sessionToken\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getChallenge\n \n \n getPrivateKey\n \n \n Async\n getPublicKeys\n \n \n getTrustedUsers\n \n \n getWithToken\n \n \n Async\n init\n \n \n login\n \n \n Async\n loginResponse\n \n \n loginView\n \n \n logout\n \n \n sendResponse\n \n \n Async\n setKey\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:17\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 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 : void\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:210\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:200\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 getTrustedUsers\n \n \n \n \n \n \n \ngetTrustedUsers()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:194\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 getWithToken\n \n \n \n \n \n \n \ngetWithToken()\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 Returns : void\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:27\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 login\n \n \n \n \n \n \n \nlogin()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:98\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n loginResponse\n \n \n \n \n \n \n \n \n loginResponse(o: literal type)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:116\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n o\n \n literal type\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 loginView\n \n \n \n \n \n \n \nloginView()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:150\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:188\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 sendResponse\n \n \n \n \n \n \n \nsendResponse(hobaResponseEncoded: any)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:61\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:160\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 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:38\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 sessionLoginCount\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/auth.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n sessionToken\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_services/auth.service.ts:15\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 } from '@app/_helpers/global-error-handler';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthService {\n sessionToken: any;\n sessionLoginCount: number = 0;\n mutableKeyStore: MutableKeyStore;\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 // TODO setting these together should be atomic\n if (sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'))) {\n this.sessionToken = sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n }\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n await this.mutableKeyStore.importPrivateKey(localStorage.getItem(btoa('CICADA_PRIVATE_KEY')));\n }\n }\n\n setState(s): void {\n document.getElementById('state').innerHTML = s;\n }\n\n getWithToken(): void {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'text';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.setRequestHeader('Authorization', 'Bearer ' + this.sessionToken);\n xhr.setRequestHeader('Content-Type', 'application/json');\n xhr.setRequestHeader('x-cic-automerge', 'none');\n xhr.addEventListener('load', (e) => {\n if (xhr.status === 401) {\n throw new Error('login rejected');\n }\n this.sessionLoginCount++;\n this.setState('Click button to log in');\n return;\n });\n xhr.send();\n }\n\n // TODO rename to send signed challenge and set session. Also separate these responsibilities\n sendResponse(hobaResponseEncoded: any): Promise {\n return new Promise((resolve, reject) => {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'text';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.setRequestHeader('Authorization', 'HOBA ' + hobaResponseEncoded);\n xhr.setRequestHeader('Content-Type', 'application/json');\n xhr.setRequestHeader('x-cic-automerge', 'none');\n xhr.addEventListener('load', (e) => {\n if (xhr.status !== 200) {\n const error = new HttpError(xhr.statusText, xhr.status);\n return reject(error);\n }\n this.sessionToken = xhr.getResponseHeader('Token');\n sessionStorage.setItem(btoa('CICADA_SESSION_TOKEN'), this.sessionToken);\n this.sessionLoginCount++;\n this.setState('Click button to log in');\n return resolve(true);\n });\n xhr.send();\n });\n }\n\n getChallenge(): void {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'arraybuffer';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.onload = async (e) => {\n if (xhr.status === 401) {\n const authHeader = xhr.getResponseHeader('WWW-Authenticate');\n const o = hobaParseChallengeHeader(authHeader);\n this.loginResponse(o);\n }\n };\n xhr.send();\n }\n\n login(): boolean {\n if (this.sessionToken !== undefined) {\n try {\n this.getWithToken();\n return true;\n } catch (e) {\n this.loggingService.sendErrorLevelMessage('Login token failed', this, { error: e });\n }\n } else {\n try {\n this.getChallenge();\n } catch (e) {\n this.loggingService.sendErrorLevelMessage('Login challenge failed', this, { error: e });\n }\n }\n return false;\n }\n\n async loginResponse(o: { challenge: string; realm: any }): Promise {\n return new Promise(async (resolve, reject) => {\n try {\n const r = await signChallenge(\n o.challenge,\n o.realm,\n environment.cicMetaUrl,\n this.mutableKeyStore\n );\n const sessionTokenResult: boolean = await this.sendResponse(r);\n } catch (error) {\n if (error instanceof HttpError) {\n if (error.status === 403) {\n this.errorDialogService.openDialog({\n message: 'You are not authorized to use this system',\n });\n }\n if (error.status === 401) {\n this.errorDialogService.openDialog({\n message:\n 'Unable to authenticate with the service. ' +\n 'Please speak with the staff at Grassroots ' +\n 'Economics for requesting access ' +\n 'staff@grassrootseconomics.net.',\n });\n }\n }\n // TODO define this error\n this.errorDialogService.openDialog({ message: 'Incorrect key passphrase.' });\n resolve(false);\n }\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 this.sessionToken = undefined;\n window.location.reload();\n }\n\n getTrustedUsers(): any {\n const trustedUsers: Array = [];\n this.mutableKeyStore.getPublicKeys().forEach((key) => trustedUsers.push(key.users[0].userId));\n return trustedUsers;\n }\n\n async getPublicKeys(): Promise {\n return await fetch(environment.publicKeysUrl).then((res) => {\n if (!res.ok) {\n // TODO does angular recommend an error interface?\n throw Error(`${res.statusText} - ${res.status}`);\n }\n return res.text();\n });\n }\n\n getPrivateKey(): any {\n return this.mutableKeyStore.getPrivateKey();\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 blockSync\n \n \n fetcher\n \n \n newConversionEvent\n \n \n newTransferEvent\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, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:15\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 registryService\n \n \n RegistryService\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 blockSync\n \n \n \n \n \n \n \nblockSync(address: string, offset: number, limit: number)\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 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 : void\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: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 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 newConversionEvent\n \n \n \n \n \n \n \nnewConversionEvent(tx: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:89\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 \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n newTransferEvent\n \n \n \n \n \n \n \nnewTransferEvent(tx: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:81\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 \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: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 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:97\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:15\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:14\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 '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';\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 private registryService: RegistryService\n ) {}\n\n blockSync(address: string = null, offset: number = 0, limit: number = 100): void {\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 = this.registryService.getWeb3();\n settings.registry = this.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.newTransferEvent(transaction));\n };\n settings.txHelper.onconversion = async (transaction: any): Promise => {\n window.dispatchEvent(this.newConversionEvent(transaction));\n };\n settings.registry.onload = (addressReturned: number): void => {\n this.loggingService.sendInfoLevelMessage(`Loaded network contracts ${addressReturned}`);\n this.readyStateProcessor(settings, readyStateElements.network, address, offset, limit);\n };\n\n settings.registry.load();\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 newTransferEvent(tx: any): any {\n return new CustomEvent('cic_transfer', {\n detail: {\n tx,\n },\n });\n }\n\n newConversionEvent(tx: any): any {\n return new CustomEvent('cic_convert', {\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\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 : 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/accounts/create-account/create-account.component.ts:64\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:60\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 ngOnInit(): void {\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 \n CREATE A USER ACCOUNT\n \n \n \n \n \n Account Type: \n \n \n {{accountType | uppercase}}\n \n \n Account type is required.\n \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 \n Given Name(s):* \n \n Given Names are required.\n \n \n\n \n \n Family/Surname: \n \n Surname is required.\n \n \n\n \n \n Directory Entry: \n \n Directory Entry is required.\n \n \n\n \n \n Location: \n \n \n {{area | uppercase}}\n \n \n Location is required.\n \n \n\n \n \n Gender: \n \n \n {{gender | uppercase}}\n \n \n Gender is required.\n \n \n\n \n \n Referrer Phone Number: \n \n Referrer is required.\n \n \n\n \n \n Business Category: \n \n \n {{category | titlecase}}\n \n \n Business Category is required.\n \n \n\n Submit\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 \n Message: {{ data.message }}\n \n \n Status: {{ data?.status }}\n \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 \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: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/footer/footer.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-footer',\n templateUrl: './footer.component.html',\n styleUrls: ['./footer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FooterComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n 2020 © 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 = ' 2020 © 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\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\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\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:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 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:16\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 import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appMenuSelection]',\n})\nexport class MenuSelectionDirective {\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 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\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:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 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:14\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 import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appMenuToggle]',\n})\nexport class MenuToggleDirective {\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.onMenuToggle();\n });\n }\n\n // Menu Trigger\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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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);\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);\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);\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"},"interfaces/MutableKeyStore.html":{"url":"interfaces/MutableKeyStore.html","title":"interface - MutableKeyStore","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n MutableKeyStore\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-key-store.ts\n \n\n\n \n Extends\n \n \n KeyStore\n \n\n \n Index\n \n \n \n \n Methods\n \n \n \n \n \n \n clearKeysInKeyring\n \n \n getEncryptKeys\n \n \n getFingerprint\n \n \n getKeyId\n \n \n getKeysForId\n \n \n getPrivateKey\n \n \n getPrivateKeyForId\n \n \n getPrivateKeyId\n \n \n getPrivateKeys\n \n \n getPublicKeyForId\n \n \n getPublicKeyForSubkeyId\n \n \n getPublicKeys\n \n \n getPublicKeysForAddress\n \n \n getTrustedActiveKeys\n \n \n getTrustedKeys\n \n \n importKeyPair\n \n \n importPrivateKey\n \n \n importPublicKey\n \n \n isEncryptedPrivateKey\n \n \n isValidKey\n \n \n loadKeyring\n \n \n removeKeysForId\n \n \n removePublicKey\n \n \n removePublicKeyForId\n \n \n sign\n \n \n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n clearKeysInKeyring\n \n \n \n \n \n \n \nclearKeysInKeyring()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:33\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 getEncryptKeys\n \n \n \n \n \n \n \ngetEncryptKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:17\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getFingerprint\n \n \n \n \n \n \n \ngetFingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:22\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 getKeyId\n \n \n \n \n \n \n \ngetKeyId(key: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:23\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n any\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 getKeysForId\n \n \n \n \n \n \n \ngetKeysForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 keyId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \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/_pgp/pgp-key-store.ts:19\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 getPrivateKeyForId\n \n \n \n \n \n \n \ngetPrivateKeyForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:27\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyId\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 getPrivateKeyId\n \n \n \n \n \n \n \ngetPrivateKeyId()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:24\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 getPrivateKeys\n \n \n \n \n \n \n \ngetPrivateKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:18\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPublicKeyForId\n \n \n \n \n \n \n \ngetPublicKeyForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 keyId\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 getPublicKeyForSubkeyId\n \n \n \n \n \n \n \ngetPublicKeyForSubkeyId(subkeyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:28\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n subkeyId\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 getPublicKeys\n \n \n \n \n \n \n \ngetPublicKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:14\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPublicKeysForAddress\n \n \n \n \n \n \n \ngetPublicKeysForAddress(address: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:29\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 : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedActiveKeys\n \n \n \n \n \n \n \ngetTrustedActiveKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:16\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedKeys\n \n \n \n \n \n \n \ngetTrustedKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:15\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n importKeyPair\n \n \n \n \n \n \n \nimportKeyPair(publicKey: any, privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:11\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n publicKey\n \n any\n \n\n \n No\n \n\n\n \n \n privateKey\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 importPrivateKey\n \n \n \n \n \n \n \nimportPrivateKey(privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:13\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n privateKey\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 importPublicKey\n \n \n \n \n \n \n \nimportPublicKey(publicKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:12\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n publicKey\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 isEncryptedPrivateKey\n \n \n \n \n \n \n \nisEncryptedPrivateKey(privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:21\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n privateKey\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 isValidKey\n \n \n \n \n \n \n \nisValidKey(key: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:20\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\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 loadKeyring\n \n \n \n \n \n \n \nloadKeyring()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:10\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 removeKeysForId\n \n \n \n \n \n \n \nremoveKeysForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 keyId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removePublicKey\n \n \n \n \n \n \n \nremovePublicKey(publicKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 publicKey\n \n any\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 removePublicKeyForId\n \n \n \n \n \n \n \nremovePublicKeyForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:31\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyId\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 sign\n \n \n \n \n \n \n \nsign(plainText: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 plainText\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 import { KeyStore } from 'cic-client-meta';\n// TODO should we put this on the mutable key store object\nimport * as openpgp from 'openpgp';\nconst keyring = new openpgp.Keyring();\n\n/**\n * @extends\n */\ninterface MutableKeyStore extends KeyStore {\n loadKeyring(): void;\n importKeyPair(publicKey: any, privateKey: any): Promise;\n importPublicKey(publicKey: any): void;\n importPrivateKey(privateKey: any): Promise;\n getPublicKeys(): Array;\n getTrustedKeys(): Array;\n getTrustedActiveKeys(): Array;\n getEncryptKeys(): Array;\n getPrivateKeys(): Array;\n getPrivateKey(): any;\n isValidKey(key: any): Promise;\n isEncryptedPrivateKey(privateKey: any): Promise;\n getFingerprint(): string;\n getKeyId(key: any): string;\n getPrivateKeyId(): string;\n getKeysForId(keyId: string): Array;\n getPublicKeyForId(keyId: string): any;\n getPrivateKeyForId(keyId: string): any;\n getPublicKeyForSubkeyId(subkeyId: string): any;\n getPublicKeysForAddress(address: string): Array;\n removeKeysForId(keyId: string): Array;\n removePublicKeyForId(keyId: string): any;\n removePublicKey(publicKey: any): any;\n clearKeysInKeyring(): void;\n sign(plainText: string): Promise;\n}\n\nclass MutablePgpKeyStore implements MutableKeyStore {\n async loadKeyring(): Promise {\n await keyring.load();\n await keyring.store();\n }\n\n async importKeyPair(publicKey: any, privateKey: any): Promise {\n await keyring.publicKeys.importKey(publicKey);\n await keyring.privateKeys.importKey(privateKey);\n }\n\n importPublicKey(publicKey: any): void {\n keyring.publicKeys.importKey(publicKey);\n }\n\n async importPrivateKey(privateKey: any): Promise {\n await keyring.privateKeys.importKey(privateKey);\n }\n\n getPublicKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getTrustedKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getTrustedActiveKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getEncryptKeys(): Array {\n return [];\n }\n\n getPrivateKeys(): Array {\n return keyring.privateKeys.keys;\n }\n\n getPrivateKey(): any {\n return keyring.privateKeys && keyring.privateKeys.keys[0];\n }\n\n async isValidKey(key): Promise {\n // There is supposed to be an openpgp.readKey() method but I can't find it?\n const testKey = await openpgp.key.readArmored(key);\n return !testKey.err;\n }\n\n async isEncryptedPrivateKey(privateKey: any): Promise {\n const imported = await openpgp.key.readArmored(privateKey);\n for (const key of imported.keys) {\n if (key.isDecrypted()) {\n return false;\n }\n }\n return true;\n }\n\n getFingerprint(): string {\n // TODO Handle multiple keys\n return (\n keyring.privateKeys &&\n keyring.privateKeys.keys[0] &&\n keyring.privateKeys.keys[0].keyPacket &&\n keyring.privateKeys.keys[0].keyPacket.fingerprint\n );\n }\n\n getKeyId(key: any): string {\n return key.getKeyId().toHex();\n }\n\n getPrivateKeyId(): string {\n // TODO is there a library that comes with angular for doing this?\n return (\n keyring.privateKeys &&\n keyring.privateKeys.keys[0] &&\n keyring.privateKeys.keys[0].getKeyId().toHex()\n );\n }\n\n getKeysForId(keyId: string): Array {\n return keyring.getKeysForId(keyId);\n }\n\n getPublicKeyForId(keyId): any {\n return keyring.publicKeys.getForId(keyId);\n }\n\n getPrivateKeyForId(keyId): any {\n return keyring.privateKeys.getForId(keyId);\n }\n\n getPublicKeyForSubkeyId(subkeyId): any {\n return keyring.publicKeys.getForId(subkeyId, true);\n }\n\n getPublicKeysForAddress(address): Array {\n return keyring.publicKeys.getForAddress(address);\n }\n\n removeKeysForId(keyId): Array {\n return keyring.removeKeysForId(keyId);\n }\n\n removePublicKeyForId(keyId): any {\n return keyring.publicKeys.removeForId(keyId);\n }\n\n removePublicKey(publicKey: any): any {\n const keyId = publicKey.getKeyId().toHex();\n return keyring.publicKeys.removeForId(keyId);\n }\n\n clearKeysInKeyring(): void {\n keyring.clear();\n }\n\n async sign(plainText): Promise {\n const privateKey = this.getPrivateKey();\n if (!privateKey.isDecrypted()) {\n const password = window.prompt('password');\n await privateKey.decrypt(password);\n }\n const opts = {\n message: openpgp.message.fromText(plainText),\n privateKeys: [privateKey],\n detached: true,\n };\n const signatureObject = await openpgp.sign(opts);\n return signatureObject.signature;\n }\n}\n\nexport { MutablePgpKeyStore, MutableKeyStore };\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/MutablePgpKeyStore.html":{"url":"classes/MutablePgpKeyStore.html","title":"class - MutablePgpKeyStore","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MutablePgpKeyStore\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-key-store.ts\n \n\n\n\n \n Implements\n \n \n MutableKeyStore\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n clearKeysInKeyring\n \n \n getEncryptKeys\n \n \n getFingerprint\n \n \n getKeyId\n \n \n getKeysForId\n \n \n getPrivateKey\n \n \n getPrivateKeyForId\n \n \n getPrivateKeyId\n \n \n getPrivateKeys\n \n \n getPublicKeyForId\n \n \n getPublicKeyForSubkeyId\n \n \n getPublicKeys\n \n \n getPublicKeysForAddress\n \n \n getTrustedActiveKeys\n \n \n getTrustedKeys\n \n \n Async\n importKeyPair\n \n \n Async\n importPrivateKey\n \n \n importPublicKey\n \n \n Async\n isEncryptedPrivateKey\n \n \n Async\n isValidKey\n \n \n Async\n loadKeyring\n \n \n removeKeysForId\n \n \n removePublicKey\n \n \n removePublicKeyForId\n \n \n Async\n sign\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 clearKeysInKeyring\n \n \n \n \n \n \n \nclearKeysInKeyring()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:152\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 getEncryptKeys\n \n \n \n \n \n \n \ngetEncryptKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:68\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getFingerprint\n \n \n \n \n \n \n \ngetFingerprint()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:96\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 getKeyId\n \n \n \n \n \n \n \ngetKeyId(key: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:106\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n any\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 getKeysForId\n \n \n \n \n \n \n \ngetKeysForId(keyId: string)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 keyId\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \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/_pgp/pgp-key-store.ts:76\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 getPrivateKeyForId\n \n \n \n \n \n \n \ngetPrivateKeyForId(keyId)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:127\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n keyId\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 getPrivateKeyId\n \n \n \n \n \n \n \ngetPrivateKeyId()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:110\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 getPrivateKeys\n \n \n \n \n \n \n \ngetPrivateKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:72\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPublicKeyForId\n \n \n \n \n \n \n \ngetPublicKeyForId(keyId)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:123\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n keyId\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 getPublicKeyForSubkeyId\n \n \n \n \n \n \n \ngetPublicKeyForSubkeyId(subkeyId)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:131\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n subkeyId\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 getPublicKeys\n \n \n \n \n \n \n \ngetPublicKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:56\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getPublicKeysForAddress\n \n \n \n \n \n \n \ngetPublicKeysForAddress(address)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:135\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n address\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedActiveKeys\n \n \n \n \n \n \n \ngetTrustedActiveKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:64\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n getTrustedKeys\n \n \n \n \n \n \n \ngetTrustedKeys()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:60\n \n \n\n\n \n \n\n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n importKeyPair\n \n \n \n \n \n \n \n \n importKeyPair(publicKey: any, privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:43\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n publicKey\n \n any\n \n\n \n No\n \n\n\n \n \n privateKey\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 importPrivateKey\n \n \n \n \n \n \n \n \n importPrivateKey(privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.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 privateKey\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 importPublicKey\n \n \n \n \n \n \n \nimportPublicKey(publicKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:48\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n publicKey\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 isEncryptedPrivateKey\n \n \n \n \n \n \n \n \n isEncryptedPrivateKey(privateKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:86\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n privateKey\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 isValidKey\n \n \n \n \n \n \n \n \n isValidKey(key)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:80\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n key\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 loadKeyring\n \n \n \n \n \n \n \n \n loadKeyring()\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:38\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 removeKeysForId\n \n \n \n \n \n \n \nremoveKeysForId(keyId)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:139\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n keyId\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Array\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n removePublicKey\n \n \n \n \n \n \n \nremovePublicKey(publicKey: any)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:147\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n publicKey\n \n any\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 removePublicKeyForId\n \n \n \n \n \n \n \nremovePublicKeyForId(keyId)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:143\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n keyId\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 Async\n sign\n \n \n \n \n \n \n \n \n sign(plainText)\n \n \n\n\n \n \n Defined in src/app/_pgp/pgp-key-store.ts:156\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n plainText\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\n\n \n import { KeyStore } from 'cic-client-meta';\n// TODO should we put this on the mutable key store object\nimport * as openpgp from 'openpgp';\nconst keyring = new openpgp.Keyring();\n\n/**\n * @extends\n */\ninterface MutableKeyStore extends KeyStore {\n loadKeyring(): void;\n importKeyPair(publicKey: any, privateKey: any): Promise;\n importPublicKey(publicKey: any): void;\n importPrivateKey(privateKey: any): Promise;\n getPublicKeys(): Array;\n getTrustedKeys(): Array;\n getTrustedActiveKeys(): Array;\n getEncryptKeys(): Array;\n getPrivateKeys(): Array;\n getPrivateKey(): any;\n isValidKey(key: any): Promise;\n isEncryptedPrivateKey(privateKey: any): Promise;\n getFingerprint(): string;\n getKeyId(key: any): string;\n getPrivateKeyId(): string;\n getKeysForId(keyId: string): Array;\n getPublicKeyForId(keyId: string): any;\n getPrivateKeyForId(keyId: string): any;\n getPublicKeyForSubkeyId(subkeyId: string): any;\n getPublicKeysForAddress(address: string): Array;\n removeKeysForId(keyId: string): Array;\n removePublicKeyForId(keyId: string): any;\n removePublicKey(publicKey: any): any;\n clearKeysInKeyring(): void;\n sign(plainText: string): Promise;\n}\n\nclass MutablePgpKeyStore implements MutableKeyStore {\n async loadKeyring(): Promise {\n await keyring.load();\n await keyring.store();\n }\n\n async importKeyPair(publicKey: any, privateKey: any): Promise {\n await keyring.publicKeys.importKey(publicKey);\n await keyring.privateKeys.importKey(privateKey);\n }\n\n importPublicKey(publicKey: any): void {\n keyring.publicKeys.importKey(publicKey);\n }\n\n async importPrivateKey(privateKey: any): Promise {\n await keyring.privateKeys.importKey(privateKey);\n }\n\n getPublicKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getTrustedKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getTrustedActiveKeys(): Array {\n return keyring.publicKeys.keys;\n }\n\n getEncryptKeys(): Array {\n return [];\n }\n\n getPrivateKeys(): Array {\n return keyring.privateKeys.keys;\n }\n\n getPrivateKey(): any {\n return keyring.privateKeys && keyring.privateKeys.keys[0];\n }\n\n async isValidKey(key): Promise {\n // There is supposed to be an openpgp.readKey() method but I can't find it?\n const testKey = await openpgp.key.readArmored(key);\n return !testKey.err;\n }\n\n async isEncryptedPrivateKey(privateKey: any): Promise {\n const imported = await openpgp.key.readArmored(privateKey);\n for (const key of imported.keys) {\n if (key.isDecrypted()) {\n return false;\n }\n }\n return true;\n }\n\n getFingerprint(): string {\n // TODO Handle multiple keys\n return (\n keyring.privateKeys &&\n keyring.privateKeys.keys[0] &&\n keyring.privateKeys.keys[0].keyPacket &&\n keyring.privateKeys.keys[0].keyPacket.fingerprint\n );\n }\n\n getKeyId(key: any): string {\n return key.getKeyId().toHex();\n }\n\n getPrivateKeyId(): string {\n // TODO is there a library that comes with angular for doing this?\n return (\n keyring.privateKeys &&\n keyring.privateKeys.keys[0] &&\n keyring.privateKeys.keys[0].getKeyId().toHex()\n );\n }\n\n getKeysForId(keyId: string): Array {\n return keyring.getKeysForId(keyId);\n }\n\n getPublicKeyForId(keyId): any {\n return keyring.publicKeys.getForId(keyId);\n }\n\n getPrivateKeyForId(keyId): any {\n return keyring.privateKeys.getForId(keyId);\n }\n\n getPublicKeyForSubkeyId(subkeyId): any {\n return keyring.publicKeys.getForId(subkeyId, true);\n }\n\n getPublicKeysForAddress(address): Array {\n return keyring.publicKeys.getForAddress(address);\n }\n\n removeKeysForId(keyId): Array {\n return keyring.removeKeysForId(keyId);\n }\n\n removePublicKeyForId(keyId): any {\n return keyring.publicKeys.removeForId(keyId);\n }\n\n removePublicKey(publicKey: any): any {\n const keyId = publicKey.getKeyId().toHex();\n return keyring.publicKeys.removeForId(keyId);\n }\n\n clearKeysInKeyring(): void {\n keyring.clear();\n }\n\n async sign(plainText): Promise {\n const privateKey = this.getPrivateKey();\n if (!privateKey.isDecrypted()) {\n const password = window.prompt('password');\n await privateKey.decrypt(password);\n }\n const opts = {\n message: openpgp.message.fromText(plainText),\n privateKeys: [privateKey],\n detached: true,\n };\n const signatureObject = await openpgp.sign(opts);\n return signatureObject.signature;\n }\n}\n\nexport { MutablePgpKeyStore, MutableKeyStore };\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 ./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\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:34\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n keyStore\n \n \n MutableKeyStore\n \n \n \n No\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:28\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:29\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:27\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:31\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:34\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:32\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:33\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:30\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:42\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 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: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 material\n \n Signable\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \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:83\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n digest\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 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:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n digest\n \n string\n \n\n \n No\n \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\n\n \n import { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\nconst openpgp = require('openpgp');\n\ninterface Signable {\n digest(): string;\n}\n\ninterface Signature {\n engine: string;\n algo: string;\n data: string;\n digest: string;\n}\n\ninterface Signer {\n onsign(signature: Signature): void;\n onverify(flag: boolean): void;\n fingerprint(): string;\n prepare(material: Signable): boolean;\n verify(digest: string, signature: Signature): void;\n sign(digest: string): Promise;\n}\n\nclass PGPSigner implements Signer {\n engine = 'pgp';\n algo = 'sha256';\n dgst: string;\n signature: Signature;\n keyStore: MutableKeyStore;\n onsign: (signature: Signature) => void;\n onverify: (flag: boolean) => void;\n loggingService: LoggingService;\n\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\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 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\nexport { Signable, Signature, Signer, PGPSigner };\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 { ChartsModule } from 'ng2-charts';\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 ChartsModule,\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\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:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 iconId\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 \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:8\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:19\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 import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appPasswordToggle]',\n})\nexport class PasswordToggleDirective {\n @Input()\n id: string;\n\n @Input()\n iconId: string;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.togglePasswordVisibility();\n });\n }\n\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 fileGetter\n \n \n registry\n \n \n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getRegistry\n \n \n getWeb3\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:19\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getRegistry\n \n \n \n \n \n \n \ngetRegistry()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:26\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 getWeb3\n \n \n \n \n \n \n \ngetWeb3()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:30\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \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:12\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 Default value : new CICRegistry(\n this.web3,\n environment.registryAddress,\n 'CICRegistry',\n this.fileGetter,\n ['../../assets/js/block-sync/data']\n )\n \n \n \n \n Defined in src/app/_services/registry.service.ts:13\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 : new Web3(environment.web3Provider)\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 import { Injectable } from '@angular/core';\nimport Web3 from 'web3';\nimport { environment } from '@src/environments/environment';\nimport { CICRegistry, FileGetter } from 'cic-client';\nimport { HttpGetter } from '@app/_helpers';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class RegistryService {\n web3: Web3 = new Web3(environment.web3Provider);\n fileGetter: FileGetter = new HttpGetter();\n registry: CICRegistry = new CICRegistry(\n this.web3,\n environment.registryAddress,\n 'CICRegistry',\n this.fileGetter,\n ['../../assets/js/block-sync/data']\n );\n\n constructor() {\n this.registry.declaratorHelper.addTrust(environment.trustedDeclaratorAddress);\n this.registry.load();\n }\n\n getRegistry(): any {\n return this.registry;\n }\n\n getWeb3(): any {\n return this.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"},"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:11\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:9\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:13\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:4\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 /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** CIC Registry instance */\n registry: any;\n /** Transaction Helper instance */\n txHelper: any;\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 \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 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:22\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:35\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:39\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:43\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/settings/settings.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 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:21\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:22\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 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\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private authService: AuthService) {}\n\n ngOnInit(): void {\n const d = new Date();\n this.date = `${d.getDate()}/${d.getMonth()}/${d.getFullYear()}`;\n this.trustedUsers = this.authService.getTrustedUsers();\n this.dataSource = new MatTableDataSource(this.trustedUsers);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\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 \n SETTINGS\n \n \n Kobo Toolbox Credentials\n Username: admin_reserve \n Password: ******** \n \n \n \n Organization Settings\n Update your organization settings\n \n \n \n \n \n \n ACCOUNT MANAGEMENT\n \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 LOGOUT ADMIN \n \n \n \n \n \n \n \n TRUSTED USERS\n EXPORT \n \n \n \n \n Filter \n \n search\n \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 \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 Kobo Toolbox Credentials Username: admin_reserve Password: ******** 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\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\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 \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 \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';\n\n@NgModule({\n declarations: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n MenuToggleDirective,\n TokenRatioPipe,\n ErrorDialogComponent,\n SafePipe,\n NetworkStatusComponent,\n ],\n exports: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n TokenRatioPipe,\n SafePipe,\n NetworkStatusComponent,\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\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:7\n \n \n\n\n \n \n\n \n Returns : string\n\n \n \n \n \n \n\n\n \n\n\n \n import { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\nconst openpgp = require('openpgp');\n\ninterface Signable {\n digest(): string;\n}\n\ninterface Signature {\n engine: string;\n algo: string;\n data: string;\n digest: string;\n}\n\ninterface Signer {\n onsign(signature: Signature): void;\n onverify(flag: boolean): void;\n fingerprint(): string;\n prepare(material: Signable): boolean;\n verify(digest: string, signature: Signature): void;\n sign(digest: string): Promise;\n}\n\nclass PGPSigner implements Signer {\n engine = 'pgp';\n algo = 'sha256';\n dgst: string;\n signature: Signature;\n keyStore: MutableKeyStore;\n onsign: (signature: Signature) => void;\n onverify: (flag: boolean) => void;\n loggingService: LoggingService;\n\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\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 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\nexport { Signable, Signature, Signer, PGPSigner };\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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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\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 \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 \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 \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 \n \n\n\n \n import { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\nconst openpgp = require('openpgp');\n\ninterface Signable {\n digest(): string;\n}\n\ninterface Signature {\n engine: string;\n algo: string;\n data: string;\n digest: string;\n}\n\ninterface Signer {\n onsign(signature: Signature): void;\n onverify(flag: boolean): void;\n fingerprint(): string;\n prepare(material: Signable): boolean;\n verify(digest: string, signature: Signature): void;\n sign(digest: string): Promise;\n}\n\nclass PGPSigner implements Signer {\n engine = 'pgp';\n algo = 'sha256';\n dgst: string;\n signature: Signature;\n keyStore: MutableKeyStore;\n onsign: (signature: Signature) => void;\n onverify: (flag: boolean) => void;\n loggingService: LoggingService;\n\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\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 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\nexport { Signable, Signature, Signer, PGPSigner };\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\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:20\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 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: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 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:19\n \n \n\n\n \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:21\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n material\n \n Signable\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \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:23\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n digest\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 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: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 digest\n \n string\n \n\n \n No\n \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 import { MutableKeyStore } from '@app/_pgp/pgp-key-store';\nimport { LoggingService } from '@app/_services/logging.service';\n\nconst openpgp = require('openpgp');\n\ninterface Signable {\n digest(): string;\n}\n\ninterface Signature {\n engine: string;\n algo: string;\n data: string;\n digest: string;\n}\n\ninterface Signer {\n onsign(signature: Signature): void;\n onverify(flag: boolean): void;\n fingerprint(): string;\n prepare(material: Signable): boolean;\n verify(digest: string, signature: Signature): void;\n sign(digest: string): Promise;\n}\n\nclass PGPSigner implements Signer {\n engine = 'pgp';\n algo = 'sha256';\n dgst: string;\n signature: Signature;\n keyStore: MutableKeyStore;\n onsign: (signature: Signature) => void;\n onverify: (flag: boolean) => void;\n loggingService: LoggingService;\n\n constructor(keyStore: MutableKeyStore) {\n this.keyStore = keyStore;\n this.onsign = (signature: Signature) => {};\n this.onverify = (flag: boolean) => {};\n }\n\n public fingerprint(): string {\n return this.keyStore.getFingerprint();\n }\n\n public prepare(material: Signable): boolean {\n this.dgst = material.digest();\n return true;\n }\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 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\nexport { Signable, Signature, Signer, PGPSigner };\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 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\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 /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n /** Address of the deployed token contract. */\n address: string;\n /** Total token supply. */\n supply: string;\n /** Number of decimals to convert to smallest denomination of the token. */\n decimals: string;\n /** Token reserve information */\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E'?: {\n weight: string;\n balance: string;\n };\n };\n /** Token reserve to token minting ratio. */\n reserveRatio?: string;\n /** Address of account that deployed token. */\n owner?: 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 Properties\n \n \n \n \n \n \n token\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(route: ActivatedRoute, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.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 route\n \n \n ActivatedRoute\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 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:27\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 token\n \n \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:14\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { ActivatedRoute, Params } from '@angular/router';\nimport { TokenService } from '@app/_services';\nimport { first } from 'rxjs/operators';\nimport { Token } from '../../../_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 token: Token;\n\n constructor(private route: ActivatedRoute, private tokenService: TokenService) {\n this.route.paramMap.subscribe((params: Params) => {\n this.tokenService\n .getTokenBySymbol(params.get('id'))\n .pipe(first())\n .subscribe((res) => {\n this.token = res;\n });\n });\n }\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Tokens\n {{token.name}}\n \n \n \n \n \n Token\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 middle income societies.\n \n \n Supply: {{token.supply | tokenRatio}}\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 \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 = ' Home Tokens {{token.name}} Token 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 \n \n \n \n value\n \n any\n \n\n \n No\n \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 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, ...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:25\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:21\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:23\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:25\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:56\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:74\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:90\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';\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 = new Web3(environment.web3Provider);\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 LoadEvent\n \n \n registry\n \n \n tokenRegistry\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n getTokenBalance\n \n \n getTokenBySymbol\n \n \n Async\n getTokens\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/token.service.ts:15\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 registryService\n \n \n RegistryService\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 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:37\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 getTokenBySymbol\n \n \n \n \n \n \n \ngetTokenBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:33\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 : Observable\n\n \n \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:28\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 LoadEvent\n \n \n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Default value : new EventEmitter()\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 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 import { EventEmitter, Injectable } from '@angular/core';\nimport { environment } from '@src/environments/environment';\nimport { BehaviorSubject, Observable } from 'rxjs';\nimport { CICRegistry } from 'cic-client';\nimport { TokenRegistry } from '@app/_eth';\nimport { HttpClient } from '@angular/common/http';\nimport { RegistryService } from '@app/_services/registry.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TokenService {\n registry: CICRegistry;\n tokenRegistry: TokenRegistry;\n LoadEvent: EventEmitter = new EventEmitter();\n\n constructor(private httpClient: HttpClient, private registryService: RegistryService) {\n this.registry = registryService.getRegistry();\n this.registry.load();\n this.registry.onload = async (address: string): Promise => {\n this.tokenRegistry = new TokenRegistry(\n await this.registry.getContractAddressByName('TokenRegistry')\n );\n this.LoadEvent.next(Date.now());\n };\n }\n\n async getTokens(): Promise>> {\n const count: number = await this.tokenRegistry.totalTokens();\n return Array.from({ length: count }, async (v, i) => await this.tokenRegistry.entry(i));\n }\n\n getTokenBySymbol(symbol: string): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tokens/${symbol}`);\n }\n\n async getTokenBalance(address: string): Promise {\n const sarafuToken = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await sarafuToken.methods.balanceOf(address).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 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 Async\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:41\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:49\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 Async\n viewToken\n \n \n \n \n \n \n \n \n viewToken(token)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:45\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 : 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 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:19\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: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/tokens/tokens.component.ts:20\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:21\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:22\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 { TokenRegistry } from '../../_eth';\nimport { Token } from '../../_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\n constructor(\n private tokenService: TokenService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n this.tokenService.LoadEvent.subscribe(async () => {\n this.tokens = await this.tokenService.getTokens();\n });\n this.tokens = await this.tokenService.getTokens();\n this.loggingService.sendInfoLevelMessage(this.tokens);\n this.dataSource = new MatTableDataSource(this.tokens);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n async viewToken(token): Promise {\n await this.router.navigateByUrl(`/tokens/${token.symbol}`);\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 EXPORT \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 \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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 traderBloxbergLink\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n copyAddress\n \n \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\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, transactionService: TransactionService, snackBar: MatSnackBar)\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:18\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 \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:15\n \n \n \n \n\n\n\n\n \n \n \n Methods\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:59\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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \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 Returns : void\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: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 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:42\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:38\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:46\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:17\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:16\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:18\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core';\nimport { Router } from '@angular/router';\nimport { 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 senderBloxbergLink: string;\n recipientBloxbergLink: string;\n traderBloxbergLink: string;\n\n constructor(\n private router: Router,\n private transactionService: TransactionService,\n private snackBar: MatSnackBar\n ) {}\n\n ngOnInit(): void {\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 }\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\n \n\n \n \n \n \n \n TRANSACTION DETAILS\n CLOSE \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 Recipient: {{transaction.recipient?.vcard.fn[0].value}}\n \n Recipient Address:\n {{transaction.to}} \n \n \n View Recipient\n \n \n Amount: SRF {{transaction.value | tokenRatio}}\n \n \n Token: \n \n \n \n Address:\n {{transaction.token._address}}\n \n \n \n \n Name: Sarafu Token\n \n \n Symbol: SRF\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 | date}}\n \n \n \n Resend SMS\n \n \n Reverse Transaction\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 View Trader\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}}\n \n \n Amount: {{transaction.sourceToken.symbol + ' ' + transaction.fromValue}}\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}}\n \n \n Amount: {{transaction.destinationToken.symbol + ' ' + transaction.toValue}}\n \n \n \n \n Resend SMS\n \n \n Reverse Transaction\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: SRF {{transaction.value | tokenRatio}} Token: Address: {{transaction.token._address}} Name: Sarafu Token Symbol: SRF Transaction: Block: {{transaction.tx.block}} Index: {{transaction.tx.txIndex}} Hash: {{transaction.tx.txHash}} Success: {{transaction.tx.success}} Timestamp: {{transaction.tx.timestamp | date}} 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}} Amount: {{transaction.sourceToken.symbol + \\' \\' + transaction.fromValue}} Destination Token: Address: {{transaction.destinationToken.address}} Name: {{transaction.destinationToken.name}} Symbol: {{transaction.destinationToken.symbol}} Amount: {{transaction.destinationToken.symbol + \\' \\' + transaction.toValue}} 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 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, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:31\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 registryService\n \n \n RegistryService\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:111\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)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.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 account\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 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: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 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: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 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 resetTransactionsList\n \n \n \n \n \n \n \nresetTransactionsList()\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 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:87\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: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 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:130\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:31\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:27\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:26\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:28\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:29\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:30\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 'cic-client';\nimport { RegistryService } from '@app/_services/registry.service';\nimport Web3 from 'web3';\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 private registryService: RegistryService\n ) {\n this.web3 = this.registryService.getWeb3();\n this.registry = registryService.getRegistry();\n this.registry.load();\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/${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.body);\n },\n (error) => {\n transaction.sender = defaultAccount;\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.body);\n },\n (error) => {\n transaction.recipient = defaultAccount;\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.body);\n },\n (error) => {\n conversion.sender = conversion.recipient = defaultAccount;\n }\n );\n } finally {\n this.addTransaction(conversion, cacheSize);\n }\n }\n\n addTransaction(transaction, cacheSize: number): void {\n this.transactions.unshift(transaction);\n if (this.transactions.length > cacheSize) {\n 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): any {\n const accountInfo = Envelope.fromJSON(JSON.stringify(account)).unwrap().m.data;\n accountInfo.vcard = vCard.parse(atob(accountInfo.vcard));\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 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 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)\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:33\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 \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:60\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:82\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:64\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:77\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/transactions/transactions.component.ts:43\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 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:56\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:32\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:33\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, 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\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 ) {\n this.blockSyncService.blockSync();\n }\n\n ngOnInit(): void {\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 this.userService\n .getTransactionTypes()\n .pipe(first())\n .subscribe((res) => (this.transactionsTypes = res));\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 \n Transfers\n \n \n\n \n\n \n \n TRANSFER TYPE \n \n ALL TRANSFERS\n \n {{transactionType | uppercase}}\n \n \n \n EXPORT \n \n\n \n Filter \n \n search\n \n\n \n\n \n Sender \n {{transaction?.sender?.vcard.fn[0].value}} \n \n\n \n Recipient \n {{transaction?.recipient?.vcard.fn[0].value}} \n \n\n \n Value \n \n {{transaction?.value | tokenRatio}}\n {{transaction?.toValue | tokenRatio}}\n \n \n\n \n Created \n {{transaction?.tx.timestamp | date}} \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\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}} Recipient {{transaction?.recipient?.vcard.fn[0].value}} Value {{transaction?.value | tokenRatio}} {{transaction?.toValue | tokenRatio}} Created {{transaction?.tx.timestamp | date}} 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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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"},"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 { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false }\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:12\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 {id: 1, name: 'John Doe', phone: '+25412345678', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '08/16/2020', balance: '12987', failedPinAttempts: 1, status: 'approved', bio: 'Bodaboda', gender: 'male'},\n {id: 2, name: 'Jane Buck', phone: '+25412341234', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'vendor', created: '04/02/2020', balance: '56281', failedPinAttempts: 0, status: 'approved', bio: 'Groceries', gender: 'female'},\n {id: 3, name: 'Mc Donald', phone: '+25498765432', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'group', created: '11/16/2020', balance: '450', failedPinAttempts: 2, status: 'unapproved', bio: 'Food', gender: 'male'},\n {id: 4, name: 'Hera Cles', phone: '+25498769876', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '05/28/2020', balance: '5621', failedPinAttempts: 3, status: 'approved', bio: 'Shop', gender: 'female'},\n {id: 5, name: 'Silver Fia', phone: '+25462518374', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'token agent', created: '10/10/2020', balance: '817', failedPinAttempts: 0, status: 'unapproved', bio: 'Electronics', gender: 'male'},\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:71\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:61\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:37\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:21\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 {id: 1, name: 'John Doe', phone: '+25412345678', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '08/16/2020', balance: '12987', failedPinAttempts: 1, status: 'approved', bio: 'Bodaboda', gender: 'male'},\n {id: 2, name: 'Jane Buck', phone: '+25412341234', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'vendor', created: '04/02/2020', balance: '56281', failedPinAttempts: 0, status: 'approved', bio: 'Groceries', gender: 'female'},\n {id: 3, name: 'Mc Donald', phone: '+25498765432', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'group', created: '11/16/2020', balance: '450', failedPinAttempts: 2, status: 'unapproved', bio: 'Food', gender: 'male'},\n {id: 4, name: 'Hera Cles', phone: '+25498769876', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '05/28/2020', balance: '5621', failedPinAttempts: 3, status: 'approved', bio: 'Shop', gender: 'female'},\n {id: 5, name: 'Silver Fia', phone: '+25462518374', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'token agent', created: '10/10/2020', balance: '817', failedPinAttempts: 0, status: 'unapproved', bio: 'Electronics', gender: 'male'},\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 { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false }\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: [\n 'environment',\n 'health',\n 'transport'\n ],\n vcard: '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 /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** CIC Registry instance */\n registry: any;\n /** Transaction Helper instance */\n txHelper: any;\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"},"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/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 0 %\n (0/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n interface\n MutableKeyStore\n \n 0 %\n (0/26)\n \n \n \n \n \n src/app/_pgp/pgp-key-store.ts\n \n variable\n keyring\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n class\n PGPSigner\n \n 0 %\n (0/14)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signable\n \n 0 %\n (0/2)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signature\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n interface\n Signer\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/_pgp/pgp-signer.ts\n \n variable\n openpgp\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/_services/auth.service.ts\n \n injectable\n AuthService\n \n 0 %\n (0/18)\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/7)\n \n \n \n \n \n src/app/_services/token.service.ts\n \n injectable\n TokenService\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n injectable\n TransactionService\n \n 0 %\n (0/16)\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/33)\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/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 0 %\n (0/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/43)\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/12)\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/4)\n \n \n \n \n \n src/app/pages/tokens/tokens.component.ts\n \n component\n TokensComponent\n \n 0 %\n (0/11)\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/12)\n \n \n \n \n \n src/app/pages/transactions/transactions.component.ts\n \n component\n TransactionsComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n directive\n MenuSelectionDirective\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n directive\n MenuToggleDirective\n \n 0 %\n (0/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/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/3)\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 @popperjs/core : ^2.5.4\n \n angular-datatables : ^9.0.2\n \n block-syncer : ^0.2.4\n \n bootstrap : ^4.5.3\n \n chart.js : ^2.9.4\n \n cic-client : 0.1.4\n \n cic-client-meta : 0.0.7-alpha.6\n \n cic-schemas-data-validator : ^1.0.0-alpha.3\n \n datatables.net : ^1.10.22\n \n datatables.net-dt : ^1.10.22\n \n ethers : ^5.0.31\n \n http-server : ^0.12.3\n \n jquery : ^3.5.1\n \n mocha : ^8.2.1\n \n moolb : ^0.1.0\n \n ng2-charts : ^2.4.2\n \n ngx-logger : ^4.2.1\n \n openpgp : ^4.10.10\n \n popper.js : ^1.16.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 vcards-js : ^2.10.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 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\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 npm run start:dev for a dev server. Navigate 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\nset you environment variables - set these via environment variables as found in set-env.ts\n// TODO create a .env file so people don't have to set these one-by-one\nRun npm run build:dev to build the project. The build artifacts will be stored in the dist/ directory. Use the build:prod script for a production build.\nRunning unit tests\nRun npm run test:dev 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\nEnvironment variables are contained in the .env file. See .env.example for a template.\nDefault environment variables are set in the set-env.ts file.\nOnce loaded they will be populated in the directory src/environments/.\nIt contains environment variables for development on environment.ts and production on environment.prod.ts.\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\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\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\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\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\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 10 Injectables\n \n \n \n \n \n \n \n 2 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 openpgp   (src/.../pgp-signer.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/AccountRegistry.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 : new Web3(environment.web3Provider)\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 : new Web3(environment.web3Provider)\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://ussd.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://ussd.dev.grassrootseconomics.net',\n registryAddress: '0xAf1B487491073C2d49136Db3FD87E293302CF839',\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://ussd.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 \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/_pgp/pgp-signer.ts\n \n \n \n \n \n \n \n \n openpgp\n \n \n \n \n \n \n Default value : require('openpgp')\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.822,1,2.085]],["body/interfaces/AccountDetails.html",[0,1.517,1,3.526,2,1.42,3,0.093,4,0.072,5,0.052,6,2.462,7,0.921,8,1.924,9,2.679,10,0.312,11,0.904,12,1.275,13,5.478,14,4.149,15,3.661,16,4.932,17,4.698,18,4.932,19,4.266,20,3.917,21,0.74,22,3.824,23,1.57,24,0.011,25,2.514,26,1.95,27,1.2,28,2.646,29,3.701,30,3.959,31,3.966,32,5.478,33,3.959,34,3.959,35,3.701,36,3.701,37,3.959,38,2.289,39,3.701,40,3.701,41,3.701,42,3.486,43,3.486,44,1.799,45,3.701,46,2.796,47,3.302,48,1.902,49,3.701,50,3.701,51,3.701,52,4.351,53,3.701,54,3.141,55,3.809,56,2.219,57,2.957,58,2.219,59,2.118,60,1.563,61,3.141,62,2.219,63,2.87,64,2.068,65,2.219,66,3.141,67,2.705,68,2.796,69,2.462,70,2.118,71,3.486,72,1.944,73,1.03,74,0.872,75,3.302,76,2.462,77,2.214,78,2.462,79,3.302,80,2.646,81,2.614,82,0.78,83,0.093,84,0.005,85,0.007,86,0.005]],["title/classes/AccountIndex.html",[87,0.115,88,3.374]],["body/classes/AccountIndex.html",[0,0.586,3,0.074,4,0.057,5,0.042,7,1.585,8,2.049,10,0.248,11,0.765,12,0.994,21,0.61,23,1.464,24,0.011,26,2.021,29,4.192,74,1.398,77,1.244,80,4.017,83,0.074,84,0.004,85,0.006,86,0.004,87,0.082,88,3.623,89,1.487,90,2.406,91,2.005,92,4.192,93,5.588,94,4.986,95,3.989,96,3.989,97,7.384,98,2.658,99,1.772,100,4.863,101,6.018,102,6.576,103,0.765,104,3.726,105,3.475,106,4.544,107,4.544,108,4.544,109,6.856,110,0.62,111,3.989,112,1.028,113,4.544,114,1.422,115,3.548,116,4.693,117,1.085,118,0.586,119,5.202,120,3.356,121,2.406,122,3.018,123,3.018,124,4.544,125,3.018,126,4.544,127,3.989,128,4.544,129,2.794,130,5.837,131,3.989,132,4.544,133,5.837,134,6.427,135,3.018,136,1.273,137,2.828,138,2.637,139,2.95,140,3.989,141,4.544,142,3.018,143,2.794,144,4.192,145,3.35,146,3.35,147,2.412,148,3.989,149,3.623,150,3.018,151,3.623,152,3.018,153,4.544,154,3.018,155,3.35,156,4.544,157,5.466,158,1.777,159,2.602,160,4.544,161,4.544,162,3.018,163,5.466,164,0.269,165,3.396,166,1.547,167,0.82,168,1.286,169,1.547,170,2.406,171,3.132,172,2.406,173,2.649,174,2.406,175,2.08,176,1.507,177,2.225,178,2.649,179,2.52,180,3.989,181,2.649,182,2.649,183,4.798,184,2.649,185,4.544,186,3.018,187,3.025,188,3.018,189,3.018,190,3.018,191,3.018,192,4.798,193,3.018,194,5.466,195,2.537,196,3.018,197,3.018,198,3.018]],["title/components/AccountSearchComponent.html",[199,0.594,200,1.324]],["body/components/AccountSearchComponent.html",[3,0.075,4,0.058,5,0.042,8,1.883,10,0.252,11,0.773,12,0.5,21,0.667,24,0.011,26,1.53,27,0.684,48,1.689,73,1.941,83,0.075,84,0.004,85,0.006,86,0.004,87,0.083,93,3.977,99,0.831,103,0.773,105,2.938,110,0.944,112,1.162,114,0.958,117,0.546,118,0.633,120,2.619,136,0.972,137,2.367,138,2.427,147,3.579,158,1.722,164,0.424,168,1.305,169,1.57,176,1.524,187,2.703,199,0.774,200,1.917,201,1.617,202,1.078,203,1.221,204,1.078,205,0.986,206,7.301,207,6.131,208,2.687,209,1.32,210,2.35,211,0.931,212,1.832,213,1.832,214,2.764,215,2.988,216,4.845,217,1.832,218,5.513,219,1.832,220,4.594,221,5.513,222,5.513,223,5.513,224,4.064,225,5.513,226,5.513,227,5.513,228,5.513,229,5.513,230,5.513,231,2.612,232,6.127,233,6.127,234,6.127,235,3.386,236,5.513,237,5.513,238,5.513,239,2.441,240,5.081,241,4.396,242,3.821,243,4.594,244,3.062,245,1.489,246,3.062,247,3.062,248,3.062,249,4.927,250,3.062,251,2.328,252,3.062,253,3.062,254,4.037,255,3.062,256,3.062,257,3.062,258,3.062,259,3.062,260,3.062,261,3.062,262,3.062,263,3.062,264,3.062,265,3.062,266,3.062,267,1.221,268,0.341,269,2.257,270,1.636,271,1.508,272,1.508,273,1.078,274,2.257,275,2.257,276,1.676,277,3.062,278,4.064,279,4.064,280,3.062,281,2.687,282,3.062,283,3.062,284,3.062,285,3.062,286,3.062,287,3.062,288,4.594,289,3.062,290,3.062,291,3.062,292,4.594,293,3.062,294,2.565,295,4.594,296,3.767,297,3.166,298,4.032,299,4.594,300,4.594,301,3.662,302,3.062,303,3.062,304,4.594,305,3.062,306,2.263,307,4.475,308,3.977,309,4.594,310,0.831,311,1.667,312,1.617,313,0.855,314,2.224,315,1.111,316,0.986,317,2.001,318,0.958,319,1.111,320,1.111,321,0.958,322,1.111,323,0.986,324,1.111,325,0.958,326,1.111,327,0.958,328,1.111,329,0.958,330,0.724,331,1.111,332,0.986,333,1.667,334,1.046,335,0.986,336,1.111,337,0.958,338,1.111,339,0.958,340,1.111,341,0.958,342,1.111,343,0.986,344,1.667,345,1.046,346,0.958,347,0.958,348,1.111,349,0.986,350,1.667,351,1.046,352,0.986,353,0.744,354,0.958,355,0.986,356,0.958,357,0.958,358,1.111,359,0.958,360,1.111,361,0.958,362,1.111,363,1.016,364,1.078,365,1.111]],["title/components/AccountsComponent.html",[199,0.594,318,1.324]],["body/components/AccountsComponent.html",[1,1.543,3,0.076,4,0.06,5,0.043,8,1.566,10,0.257,11,0.786,12,0.913,14,3.459,19,3.459,21,0.686,23,1.182,24,0.011,26,1.548,27,0.7,48,1.643,73,1.8,83,0.136,84,0.004,85,0.006,86,0.004,87,0.085,93,5.244,99,0.85,103,0.786,105,2.641,110,0.96,112,1.152,114,0.98,117,0.997,118,0.743,136,1.103,137,1.805,159,2.953,164,0.463,168,1.335,169,1.605,176,1.039,187,2.061,199,0.784,200,0.98,201,1.645,202,1.102,203,1.249,204,1.102,205,1.009,209,1.342,210,2.641,211,0.952,212,1.863,213,1.863,214,2.77,215,2.995,216,3.81,217,1.863,219,1.863,231,2.641,241,4.274,242,3.849,245,1.872,267,1.249,268,0.349,271,1.543,272,1.543,273,1.102,274,2.308,275,2.308,276,1.699,294,2.608,296,1.925,298,2.748,306,2.302,307,4.022,310,0.85,311,1.695,312,1.645,313,0.874,314,2.249,315,1.136,316,1.009,317,2.028,318,1.939,319,1.136,320,1.136,321,0.98,322,1.136,323,1.009,324,1.136,325,0.98,326,1.136,327,0.98,328,1.136,329,0.98,330,1.32,331,1.136,332,1.009,333,1.695,334,1.07,335,1.009,336,1.136,337,0.98,338,1.136,339,0.98,340,1.136,341,0.98,342,1.136,343,1.009,344,1.695,345,1.07,346,0.98,347,0.98,348,1.136,349,1.009,350,1.695,351,1.07,352,1.009,353,0.761,354,0.98,355,1.009,356,0.98,357,0.98,358,1.136,359,0.98,360,1.136,361,0.98,362,1.136,363,1.039,364,1.102,365,1.136,366,2.748,367,5.588,368,4.671,369,5.588,370,3.851,371,3.851,372,4.905,373,4.455,374,4.905,375,3.851,376,3.851,377,3.219,378,4.269,379,6.195,380,6.195,381,4.671,382,2.748,383,2.873,384,4.671,385,3.219,386,3.131,387,3.131,388,3.131,389,3.131,390,3.131,391,4.671,392,3.131,393,3.131,394,3.131,395,3.131,396,3.851,397,3.131,398,4.269,399,3.131,400,4.939,401,3.131,402,3.724,403,4.101,404,3.131,405,3.851,406,3.033,407,3.219,408,3.131,409,3.851,410,3.219,411,2.158,412,1.605,413,1.673,414,1.673,415,1.925,416,1.748,417,1.543,418,2.033,419,2.308,420,1.748,421,3.131,422,1.832,423,3.131,424,2.496,425,3.131,426,2.033,427,2.158,428,2.496,429,1.832,430,2.033,431,2.748,432,4.671,433,2.308,434,3.131,435,4.119,436,3.219,437,2.308,438,2.158,439,4.671,440,2.308,441,2.158,442,3.131,443,4.671,444,4.671,445,3.131,446,3.131,447,3.131,448,3.131,449,4.101,450,3.724,451,3.219,452,4.671,453,4.671,454,4.671,455,3.219,456,4.671,457,3.033,458,4.671]],["title/modules/AccountsModule.html",[459,1.117,460,3.119]],["body/modules/AccountsModule.html",[3,0.115,4,0.09,5,0.065,8,1.118,24,0.011,82,0.973,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,164,0.525,167,1.697,200,2.486,207,3.489,268,0.528,270,2.529,310,1.285,316,2.56,318,2.486,327,2.486,412,2.426,413,2.529,414,2.529,459,1.25,460,6.441,461,1.718,462,2.332,463,3.739,464,2.426,465,2.529,466,4.154,467,4.154,468,4.154,469,5.476,470,4.074,471,5.476,472,3.34,473,2.529,474,2.245,475,4.733,476,2.576,477,3.655,478,2.643,479,4.733,480,2.768,481,4.154,482,2.91,483,4.154,484,3.773,485,3.261,486,4.982,487,2.768,488,3.489,489,4.154,490,3.489,491,4.154,492,4.057,493,4.306,494,4.606,495,3.489,496,4.306,497,3.843,498,2.91,499,4.057,500,3.072,501,2.91,502,3.843,503,2.91,504,3.843,505,2.91,506,4.057,507,3.072,508,4.306,509,3.261,510,4.733,511,6.249,512,4.733,513,4.306,514,3.072,515,6.249,516,4.733,517,4.733,518,4.982,519,4.154,520,5.485,521,3.773,522,3.261]],["title/modules/AccountsRoutingModule.html",[459,1.117,469,2.916]],["body/modules/AccountsRoutingModule.html",[3,0.144,4,0.113,5,0.082,24,0.011,67,2.361,74,1.36,82,1.217,83,0.144,84,0.007,85,0.009,86,0.007,87,0.16,114,1.852,164,0.499,167,1.607,199,1.134,200,2.253,207,4.363,216,3.639,268,0.66,273,2.084,316,2.32,318,2.253,327,2.253,461,2.148,469,4.963,476,2.968,481,5.195,483,6.321,484,4.719,485,4.079,489,5.195,490,4.363,491,5.195,519,5.195,523,5.919,524,3.462,525,3.682,526,4.021,527,4.843,528,4.079,529,4.079,530,3.842,531,3.639]],["title/interfaces/Action.html",[0,0.822,532,2.261]],["body/interfaces/Action.html",[0,1.63,2,1.943,3,0.127,4,0.099,5,0.072,7,1.261,10,0.427,11,1.117,15,3.925,20,3.402,21,0.719,23,1.541,24,0.011,25,2.483,26,1.827,28,2.558,44,3.928,64,2.557,67,3.25,82,1.067,83,0.127,84,0.006,85,0.008,86,0.006,118,0.785,159,2.918,251,2.161,532,4.688,533,3.577,534,4.766,535,4.549,536,4.892,537,2.563,538,4.892,539,3.882,540,3.269,541,4.892,542,3.882,543,4.308,544,5.041,545,4.081,546,3.827]],["title/classes/ActivatedRouteStub.html",[87,0.115,547,3.374]],["body/classes/ActivatedRouteStub.html",[3,0.128,4,0.1,5,0.072,7,1.274,10,0.431,11,1.124,12,1.091,21,0.572,24,0.011,48,1.93,73,1.814,83,0.128,84,0.006,85,0.008,86,0.006,87,0.142,89,2.584,103,1.124,110,1.078,112,1.086,117,1.191,118,0.644,121,5.325,136,0.832,164,0.396,176,2.438,245,1.623,273,1.846,276,2.235,547,5.325,548,7.014,549,4.462,550,2.928,551,6.679,552,6.679,553,6.679,554,8.691,555,3.937,556,5.418,557,7.738,558,5.863,559,5.325,560,4.526,561,7.349,562,6.451,563,6.679,564,7.376,565,6.679,566,5.244,567,6.679,568,5.244,569,5.325,570,7.738,571,6.679,572,4.603,573,4.603,574,6.679,575,5.244,576,2.487,577,4.603,578,4.603,579,5.863,580,5.244,581,5.244,582,5.244,583,5.244]],["title/components/AdminComponent.html",[199,0.594,321,1.324]],["body/components/AdminComponent.html",[3,0.078,4,0.061,5,0.044,8,1.125,10,0.264,11,0.801,12,1.147,21,0.674,23,1.195,24,0.011,25,1.534,27,0.718,48,1.125,65,2.785,73,0.872,77,1.324,83,0.138,84,0.004,85,0.006,86,0.004,87,0.087,99,0.872,103,0.801,110,0.66,112,1.139,114,1.005,117,1.252,118,0.775,136,1.152,158,1.417,159,2.503,164,0.451,176,1.066,195,1.794,199,0.796,200,1.005,201,1.676,202,1.131,203,1.281,204,1.131,205,1.035,209,1.368,210,2.418,211,0.977,212,1.899,213,1.899,214,2.777,215,3.004,216,2.928,217,1.899,219,1.899,231,2.674,241,4.315,245,1.934,251,1.676,267,1.281,268,0.358,271,1.583,272,1.583,276,0.977,306,2.346,310,0.872,311,1.728,312,1.676,313,0.897,314,2.277,315,1.166,316,1.035,317,2.059,318,1.005,319,1.166,320,1.166,321,1.963,322,1.166,323,1.035,324,1.166,325,1.005,326,1.166,327,1.005,328,1.166,329,1.005,330,0.759,331,1.166,332,1.035,333,1.728,334,1.098,335,1.035,336,1.166,337,1.005,338,1.166,339,1.005,340,1.166,341,1.005,342,1.166,343,1.035,344,1.728,345,1.098,346,1.005,347,1.005,348,1.166,349,1.035,350,1.728,351,1.098,352,1.035,353,0.78,354,1.005,355,1.035,356,1.005,357,1.005,358,1.166,359,1.005,360,1.166,361,1.005,362,1.166,363,1.066,364,1.131,365,1.166,371,3.91,373,4.523,375,3.91,376,3.91,377,3.281,378,4.324,382,2.82,383,2.897,385,3.281,396,3.91,405,3.91,406,3.091,407,3.281,409,3.91,410,3.281,411,2.214,412,1.647,413,1.717,414,1.717,415,1.975,416,1.794,417,1.583,427,3.281,429,2.785,430,3.091,433,2.368,435,2.368,436,2.214,437,2.368,438,2.214,440,2.368,441,2.214,451,3.281,532,4.402,534,2.785,535,3.918,537,2.881,540,3.091,584,2.82,585,5.673,586,4.761,587,4.715,588,4.761,589,3.796,590,4.761,591,4.761,592,4.761,593,4.761,594,3.212,595,4.761,596,3.212,597,4.761,598,3.212,599,3.212,600,3.212,601,4.761,602,3.212,603,3.212,604,3.212,605,3.212,606,3.212,607,3.212,608,6.274,609,7.017,610,3.212,611,3.212,612,3.212,613,2.085,614,4.98,615,3.212,616,2.82,617,2.82,618,2.561,619,3.212,620,3.212,621,3.212,622,4.761,623,3.212,624,3.212,625,4.761,626,3.212,627,3.212,628,2.82,629,3.212,630,3.212,631,3.212,632,3.212,633,3.212,634,3.212,635,3.212,636,1.324,637,5.673,638,3.212,639,3.212,640,3.212,641,2.82,642,2.82,643,3.212,644,3.212,645,4.761,646,3.212,647,3.212,648,4.761,649,3.212,650,6.274,651,6.274,652,6.274,653,6.274,654,4.761,655,2.659,656,4.761,657,2.82,658,2.368,659,3.212]],["title/modules/AdminModule.html",[459,1.117,660,3.119]],["body/modules/AdminModule.html",[3,0.134,4,0.105,5,0.076,24,0.011,82,1.129,83,0.134,84,0.007,85,0.008,86,0.007,87,0.149,164,0.52,167,1.868,268,0.612,310,1.492,321,2.587,412,2.816,413,2.936,414,2.936,459,1.451,461,1.994,462,2.706,463,4.013,464,2.816,465,2.936,470,4.238,472,3.675,473,2.936,474,2.605,476,2.835,477,4.023,478,3.067,480,3.213,482,3.378,492,4.465,493,4.739,496,4.739,497,4.229,498,3.378,499,4.465,500,3.566,501,3.378,502,4.229,503,3.378,504,4.229,505,3.378,506,4.465,507,3.566,513,4.739,514,3.566,660,6.35,661,4.822,662,4.822,663,4.822,664,5.697,665,5.493,666,5.493,667,4.822]],["title/modules/AdminRoutingModule.html",[459,1.117,664,2.916]],["body/modules/AdminRoutingModule.html",[3,0.157,4,0.123,5,0.089,24,0.011,74,1.483,82,1.326,83,0.157,84,0.008,85,0.009,86,0.008,87,0.175,164,0.477,167,1.752,199,0.906,268,0.719,273,2.271,321,2.372,461,2.341,476,3.125,524,3.773,525,3.819,526,4.233,527,3.773,531,3.966,664,5.225,667,5.662,668,6.45]],["title/components/AppComponent.html",[199,0.594,323,1.363]],["body/components/AppComponent.html",[3,0.084,4,0.066,5,0.048,8,1.188,10,0.284,11,0.846,12,0.822,21,0.592,23,0.617,24,0.011,25,1.115,26,1.624,27,0.773,48,1.536,54,2.941,60,1.426,73,1.765,74,1.656,77,2.073,83,0.084,84,0.004,85,0.006,86,0.004,87,0.094,99,0.94,103,0.846,104,1.641,105,2.525,110,1.034,112,1.09,114,1.083,117,0.897,118,0.666,136,0.798,137,1.942,146,2.551,164,0.385,176,1.148,187,3.047,199,0.831,200,1.083,201,1.77,202,1.218,203,1.38,204,1.218,205,1.115,209,1.444,210,2.525,211,1.052,212,2.006,213,2.006,214,2.796,215,3.028,217,2.006,219,2.006,231,2.771,245,1.579,267,1.38,268,0.386,272,1.705,276,2.1,294,2.807,310,0.94,311,1.825,312,1.77,313,0.966,314,2.36,315,1.256,316,1.115,317,2.15,318,1.083,319,1.256,320,1.256,321,1.083,322,1.256,323,2.094,324,1.256,325,1.083,326,1.256,327,1.083,328,1.256,329,1.083,330,1.536,331,1.256,332,1.115,333,1.825,334,1.182,335,1.115,336,1.256,337,1.083,338,1.256,339,1.083,340,1.256,341,1.083,342,1.256,343,1.115,344,1.825,345,1.182,346,1.083,347,1.083,348,1.256,349,1.115,350,1.825,351,1.182,352,1.115,353,1.222,354,1.083,355,1.115,356,1.083,357,1.083,358,1.256,359,1.083,360,1.256,361,1.083,362,1.256,363,1.148,364,1.218,365,1.256,383,2.966,417,1.705,419,4.366,420,1.932,424,2.759,426,3.845,658,3.706,669,3.037,670,2.578,671,5.923,672,5.028,673,5.199,674,5.199,675,5.199,676,5.923,677,5.028,678,4.413,679,5.028,680,5.028,681,2.759,682,4.43,683,4.572,684,4.826,685,7.435,686,5.028,687,5.028,688,3.998,689,3.46,690,6.501,691,3.46,692,3.46,693,3.46,694,3.46,695,5.028,696,3.46,697,2.128,698,5.028,699,4.413,700,4.413,701,3.46,702,3.264,703,3.46,704,4.366,705,3.46,706,3.037,707,3.037,708,2.759,709,2.246,710,3.037,711,5.028,712,3.46,713,3.46,714,5.199,715,3.845,716,3.46,717,5.028,718,3.46,719,5.028,720,4.009,721,5.028,722,3.264,723,3.46,724,2.384,725,3.46,726,3.037,727,2.759,728,3.46,729,3.46,730,3.46,731,3.037,732,3.46,733,3.46,734,3.46,735,3.46,736,3.46,737,3.46,738,3.037,739,3.46,740,2.128,741,4.082,742,2.759,743,2.551,744,2.759,745,2.759,746,2.759,747,3.037,748,3.037,749,3.46,750,4.413,751,3.037,752,4.413,753,3.037,754,3.46,755,3.46,756,3.46,757,3.46,758,5.028,759,3.46,760,3.46,761,3.46,762,1.849,763,3.46]],["title/modules/AppModule.html",[459,1.117,764,3.119]],["body/modules/AppModule.html",[3,0.115,4,0.09,5,0.065,24,0.011,82,0.969,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,138,2.458,147,2.08,164,0.514,167,1.693,168,2.009,169,2.417,268,0.526,271,2.323,310,1.28,323,2.744,412,2.417,459,1.245,461,1.711,462,2.323,463,3.732,464,3.58,465,3.732,470,4.069,472,3.331,473,2.519,474,2.236,476,2.569,480,2.758,482,2.899,486,4.969,487,2.758,488,3.475,492,4.046,708,3.758,709,3.06,764,6.455,765,4.138,766,4.138,767,4.138,768,4.138,769,4.138,770,5.47,771,5.47,772,5.255,773,5.47,774,5.47,775,4.714,776,6.233,777,4.969,778,2.632,779,4.969,780,4.714,781,4.714,782,6.233,783,4.714,784,5.923,785,6.233,786,2.417,787,4.594,788,4.295,789,4.138,790,4.714,791,3.758,792,3.758,793,4.714,794,4.969,795,4.138,796,4.714,797,4.714,798,4.714,799,4.714,800,4.138,801,4.714,802,4.714,803,4.714,804,4.714,805,4.714,806,4.714,807,4.714,808,4.714,809,5.477,810,5.923,811,5.567]],["title/modules/AppRoutingModule.html",[459,1.117,770,2.916]],["body/modules/AppRoutingModule.html",[3,0.149,4,0.116,5,0.084,24,0.011,74,1.4,82,1.252,83,0.149,84,0.007,85,0.009,86,0.007,87,0.165,164,0.466,167,1.654,268,0.679,273,2.144,461,2.21,476,3.02,524,3.562,525,3.727,526,4.091,527,4.597,528,4.196,529,4.196,530,3.953,770,5.049,788,5.049,789,5.345,812,6.089,813,7.327,814,4.855,815,6.431,816,6.089,817,6.089,818,6.089,819,6.089,820,4.855,821,6.089,822,6.089]],["title/interfaces/AreaName.html",[0,0.822,542,2.475]],["body/interfaces/AreaName.html",[0,1.643,2,2.022,3,0.132,4,0.103,5,0.075,7,1.312,10,0.444,11,1.145,15,3.972,20,3.489,21,0.691,23,1.508,24,0.011,25,1.74,26,1.349,28,2.662,44,4.075,64,2.594,67,2.715,82,1.111,83,0.132,84,0.007,85,0.008,86,0.007,118,0.837,159,3.216,251,1.596,532,4.466,533,3.723,534,3.981,535,3.8,536,3.982,537,2.087,538,3.982,539,3.16,540,2.662,541,3.982,542,4.359,543,5.344,544,5.39,545,4.185,546,3.982]],["title/interfaces/AreaType.html",[0,0.822,545,2.602]],["body/interfaces/AreaType.html",[0,1.643,2,2.022,3,0.132,4,0.103,5,0.075,7,1.312,10,0.444,11,1.145,15,3.972,20,3.489,21,0.724,23,1.508,24,0.011,25,1.74,26,1.349,28,2.662,44,4.138,64,2.594,67,2.715,82,1.111,83,0.132,84,0.007,85,0.008,86,0.007,118,0.822,159,3.216,251,1.596,532,4.466,533,3.723,534,3.981,535,3.8,536,3.982,537,2.087,538,3.982,539,3.16,540,2.662,541,3.982,542,3.981,543,4.418,544,5.39,545,4.582,546,5.017]],["title/components/AuthComponent.html",[199,0.594,325,1.324]],["body/components/AuthComponent.html",[3,0.085,4,0.067,5,0.048,8,1.197,10,0.288,11,0.853,12,0.828,21,0.62,23,0.624,24,0.011,27,0.782,48,1.408,52,1.869,73,1.618,74,1.502,83,0.085,84,0.004,85,0.006,86,0.004,87,0.095,99,0.95,103,0.853,105,3.082,110,1.042,112,1.124,114,1.094,117,0.904,118,0.669,136,1.1,137,2.524,138,1.784,147,3.06,158,1.266,164,0.411,176,1.681,187,2.629,199,0.837,200,1.094,201,1.784,202,1.231,203,1.395,204,1.231,205,1.126,209,1.456,210,2.54,211,1.063,212,2.021,213,2.021,214,2.799,215,3.031,217,2.021,219,2.021,224,4.392,231,2.785,235,3.735,240,5.498,242,3.986,245,1.757,249,4.106,251,1.931,254,4.265,267,1.395,268,0.39,269,2.578,270,1.869,271,1.723,272,1.723,273,1.231,276,2.504,278,2.578,279,2.578,297,3.492,306,2.497,308,3.289,310,0.95,311,1.839,312,2.098,313,0.977,314,2.371,315,1.269,316,1.126,317,2.163,318,1.094,319,1.269,320,1.269,321,1.094,322,1.269,323,1.126,324,1.269,325,2.044,326,1.269,327,1.094,328,1.269,329,1.094,330,1.197,331,1.269,332,1.126,333,1.839,334,1.195,335,1.126,336,1.269,337,1.094,338,1.269,339,1.094,340,1.269,341,1.094,342,1.269,343,1.126,344,1.839,345,1.195,346,1.094,347,1.094,348,1.269,349,1.126,350,1.839,351,1.195,352,1.126,353,0.85,354,1.094,355,1.126,356,1.094,357,1.094,358,1.269,359,1.094,360,1.269,361,1.094,362,1.269,363,1.16,364,1.231,365,1.269,420,1.953,559,5.209,614,4.448,681,2.788,682,4.447,704,3.735,710,3.07,741,3.492,814,4.04,823,3.07,824,5.959,825,5.067,826,5.959,827,5.23,828,4.751,829,6.347,830,5.209,831,6.534,832,5.067,833,5.959,834,5.067,835,3.497,836,3.497,837,3.497,838,3.497,839,5.067,840,3.497,841,3.497,842,3.497,843,3.497,844,3.497,845,3.497,846,3.497,847,3.906,848,3.497,849,3.07,850,3.497,851,3.497,852,2.788,853,3.497,854,5.067,855,3.497,856,3.07,857,3.07,858,3.07,859,3.497,860,3.497,861,1.953,862,3.497,863,2.788,864,2.41,865,3.07,866,3.497,867,3.497,868,3.497,869,3.497,870,3.497,871,3.497,872,3.497,873,3.497,874,3.497,875,3.497,876,2.964,877,5.067,878,2.578,879,3.116,880,5.067]],["title/guards/AuthGuard.html",[788,2.916,881,2.602]],["body/guards/AuthGuard.html",[3,0.114,4,0.089,5,0.065,7,1.692,10,0.386,12,1.015,21,0.532,24,0.011,25,2.001,31,3.633,38,2.648,57,2.946,83,0.114,84,0.006,85,0.008,86,0.006,87,0.189,91,2.741,103,1.045,110,0.964,112,0.872,117,1.108,118,0.599,136,1.176,137,2.399,138,2.452,143,3.819,144,4.28,145,4.578,147,2.069,151,4.952,158,1.551,164,0.413,167,1.273,179,2.69,199,0.872,205,2.001,209,1.347,242,4.519,251,1.835,268,0.523,273,1.651,276,2.254,525,2.946,537,2.399,549,4.514,555,3.431,576,2.224,613,5.329,636,1.933,670,2.404,788,4.28,814,5.911,820,6.149,847,3.516,881,4.559,882,3.739,883,4.116,884,4.952,885,5.452,886,4.578,887,5.452,888,3.739,889,4.689,890,5.452,891,2.478,892,5.109,893,4.28,894,3.633,895,4.28,896,3.319,897,4.116,898,6.957,899,6.508,900,4.689,901,5.452,902,6.211,903,4.578,904,4.952,905,3.819,906,5.452,907,4.952,908,6.508,909,4.559,910,5.452,911,5.452,912,6.113,913,4.952,914,6.211,915,1.944,916,2.884,917,2.884,918,2.506,919,4.116,920,4.116]],["title/modules/AuthModule.html",[459,1.117,921,3.119]],["body/modules/AuthModule.html",[3,0.138,4,0.108,5,0.078,24,0.011,82,1.161,83,0.138,84,0.007,85,0.009,86,0.007,87,0.153,164,0.515,167,1.9,268,0.63,270,3.019,310,1.534,325,2.605,361,2.605,459,1.492,461,2.05,462,2.783,463,4.063,464,2.896,465,3.019,472,3.74,473,3.019,474,2.679,476,2.885,477,4.094,478,3.154,480,3.304,497,4.303,498,3.473,502,4.303,503,3.473,504,4.303,505,3.473,508,4.823,509,3.893,513,4.823,514,3.667,518,5.579,921,6.378,922,4.958,923,4.958,924,4.958,925,5.736,926,5.649,927,5.649,928,4.958,929,5.649,930,4.958]],["title/modules/AuthRoutingModule.html",[459,1.117,925,2.916]],["body/modules/AuthRoutingModule.html",[3,0.155,4,0.121,5,0.088,24,0.011,74,1.456,82,1.303,83,0.155,84,0.008,85,0.009,86,0.008,87,0.172,164,0.474,167,1.721,199,0.89,268,0.706,273,2.231,325,2.348,461,2.3,476,3.093,524,3.707,525,3.791,526,4.189,527,4.389,528,4.367,529,4.367,530,4.113,531,3.896,925,5.17,928,5.562,931,6.336]],["title/injectables/AuthService.html",[682,2.602,915,1.324]],["body/injectables/AuthService.html",[0,0.544,3,0.068,4,0.053,5,0.039,7,0.68,10,0.23,11,0.722,12,1.031,21,0.641,23,0.499,24,0.011,26,1.071,27,0.625,32,3.162,48,0.661,59,1.562,60,2.411,73,0.76,74,1.775,77,1.768,83,0.068,84,0.003,85,0.005,86,0.003,87,0.076,103,0.722,105,3.333,110,0.882,112,1.138,117,1.125,118,0.608,136,1.24,137,2.891,138,1.51,147,1.893,158,1.953,159,1.116,164,0.434,168,1.192,169,1.434,176,2.372,179,1.08,187,3.155,245,1.818,251,1.542,268,0.312,276,2.107,297,2.956,330,1.732,383,2.764,419,4.312,420,3.523,422,1.636,424,4.664,474,1.327,487,1.636,539,1.636,556,2.062,573,3.595,655,1.562,657,4.579,670,1.434,682,2.637,684,4.499,697,4.262,720,2.23,726,5.135,738,2.455,786,1.434,794,3.42,795,2.455,829,5.135,847,3.477,849,3.765,858,2.455,864,1.927,876,1.636,878,3.846,886,2.062,891,1.116,915,1.342,918,1.495,919,2.455,932,1.495,933,2.455,934,4.321,935,5.217,936,5.217,937,5.85,938,5.85,939,5.85,940,5.85,941,5.85,942,5.85,943,4.289,944,5.85,945,5.135,946,4.289,947,4.289,948,2.062,949,4.907,950,4.289,951,2.797,952,2.797,953,2.797,954,2.797,955,2.797,956,2.797,957,2.797,958,4.289,959,2.797,960,4.289,961,2.797,962,2.797,963,4.289,964,2.797,965,4.289,966,4.289,967,2.797,968,5.217,969,4.289,970,2.797,971,3.765,972,2.797,973,2.797,974,2.797,975,2.797,976,4.289,977,2.797,978,2.797,979,1.495,980,2.797,981,2.797,982,2.956,983,2.797,984,4.289,985,2.797,986,2.455,987,2.797,988,2.797,989,3.765,990,6.657,991,2.797,992,2.797,993,5.217,994,6.657,995,5.217,996,3.42,997,5.217,998,5.85,999,5.217,1000,4.289,1001,2.455,1002,4.289,1003,4.289,1004,4.289,1005,2.292,1006,4.289,1007,4.289,1008,5.85,1009,4.579,1010,4.664,1011,2.797,1012,2.797,1013,4.289,1014,5.217,1015,5.217,1016,5.217,1017,2.455,1018,5.217,1019,2.797,1020,2.455,1021,2.455,1022,2.797,1023,4.289,1024,2.797,1025,2.797,1026,2.797,1027,2.797,1028,2.797,1029,2.797,1030,2.797,1031,2.797,1032,2.797,1033,2.797,1034,4.289,1035,2.797,1036,2.797,1037,2.797,1038,4.289,1039,4.664,1040,2.797,1041,2.797,1042,2.797,1043,2.797,1044,2.455,1045,2.797,1046,2.797,1047,2.797,1048,2.797,1049,1.927,1050,3.42,1051,2.455,1052,2.455,1053,2.797,1054,2.455,1055,2.23,1056,2.23,1057,2.797,1058,2.797,1059,2.797,1060,2.797,1061,2.797,1062,2.797,1063,2.797,1064,2.797,1065,1.927,1066,2.797,1067,2.797,1068,4.289,1069,2.797,1070,4.289,1071,2.455,1072,2.797,1073,2.797,1074,4.289,1075,2.797,1076,2.797,1077,1.495,1078,2.797,1079,2.797,1080,3.765,1081,2.23,1082,4.289,1083,4.289,1084,2.797,1085,2.797,1086,3.765,1087,2.797,1088,2.797,1089,2.797,1090,2.797,1091,2.797,1092,2.797,1093,2.797,1094,2.797,1095,2.797]],["title/injectables/BlockSyncService.html",[915,1.324,1096,3.119]],["body/injectables/BlockSyncService.html",[3,0.083,4,0.064,5,0.047,10,0.278,11,0.833,12,1.207,21,0.662,23,1.35,24,0.011,26,2.16,48,1.382,72,2.537,73,1.588,74,1.74,77,2.652,83,0.083,84,0.004,85,0.006,86,0.004,87,0.092,99,1.588,103,0.833,105,2.918,110,1.017,112,1.084,117,1.317,118,0.712,120,2.852,136,1.134,137,2.486,158,1.236,164,0.449,168,1.443,169,1.735,176,2.511,245,1.794,268,0.377,276,1.778,294,2.763,296,3.043,353,1.202,383,2.946,416,1.89,417,1.668,418,2.197,429,2.895,430,3.212,560,1.98,670,1.735,674,5.134,675,5.134,683,4.396,709,3.212,915,1.548,918,1.809,932,1.809,979,1.809,1005,1.809,1096,3.648,1097,6.889,1098,2.971,1099,4.948,1100,4.948,1101,4.948,1102,4.948,1103,5.849,1104,5.849,1105,3.385,1106,4.794,1107,4.948,1108,4.948,1109,6.036,1110,5.692,1111,3.385,1112,4.311,1113,4.948,1114,4.687,1115,5.849,1116,3.385,1117,4.948,1118,3.385,1119,3.593,1120,4.948,1121,3.385,1122,3.385,1123,6.434,1124,3.385,1125,3.385,1126,6.434,1127,6.434,1128,6.434,1129,7.571,1130,6.434,1131,6.434,1132,3.385,1133,3.421,1134,3.385,1135,3.385,1136,1.98,1137,3.385,1138,2.699,1139,3.385,1140,3.385,1141,3.385,1142,5.849,1143,3.385,1144,3.385,1145,2.971,1146,4.948,1147,3.385,1148,3.385,1149,3.385,1150,3.385,1151,3.385,1152,3.385,1153,3.385,1154,3.385,1155,4.948,1156,3.385,1157,3.385,1158,3.385,1159,3.385,1160,3.385,1161,2.971,1162,2.971,1163,3.385,1164,4.948,1165,4.948,1166,3.385,1167,4.948,1168,3.385,1169,3.385,1170,4.948,1171,3.385,1172,4.948,1173,4.948,1174,2.699,1175,4.948,1176,2.971,1177,3.385,1178,4.344,1179,3.385,1180,2.971,1181,3.385,1182,3.385,1183,3.385,1184,3.385,1185,3.385,1186,3.385,1187,3.385,1188,4.948,1189,3.385,1190,3.385,1191,3.945,1192,4.948,1193,3.385,1194,3.385,1195,3.385,1196,4.948,1197,3.385,1198,3.385,1199,3.385,1200,3.385,1201,3.385,1202,3.385,1203,3.385]],["title/interfaces/Category.html",[0,0.822,15,2.085]],["body/interfaces/Category.html",[0,1.644,2,2.028,3,0.132,4,0.103,5,0.075,7,1.316,10,0.445,11,1.148,15,4.205,20,4.223,21,0.692,23,1.509,24,0.011,25,1.745,26,1.353,28,3.36,44,3.966,64,2.597,67,2.72,82,1.114,83,0.132,84,0.007,85,0.008,86,0.007,118,0.823,159,3.219,251,1.601,532,4.469,533,3.734,534,3.989,535,3.807,536,3.994,537,2.093,538,3.994,539,3.17,540,2.67,541,3.994,542,3.989,543,4.426,544,5.396,545,4.193,546,3.994]],["title/interfaces/Conversion.html",[0,0.822,762,2.261]],["body/interfaces/Conversion.html",[0,1.593,1,3.83,2,1.642,3,0.107,4,0.084,5,0.061,7,1.066,8,1.705,9,1.642,10,0.488,11,0.999,21,0.702,23,1.478,24,0.011,25,2.325,26,2.089,27,1.906,38,3.591,48,1.036,64,2.394,80,2.161,82,0.902,83,0.107,84,0.005,85,0.007,86,0.005,116,2.697,118,0.573,120,3.101,164,0.26,251,1.296,353,2.14,537,1.694,762,4.468,876,3.939,909,2.697,1119,4.669,1204,3.022,1205,5.32,1206,5.32,1207,5.32,1208,4.973,1209,4.973,1210,5.321,1211,5.32,1212,5.32,1213,5.197,1214,5.32,1215,5.32,1216,3.233,1217,4.371,1218,4.141,1219,2.161,1220,3.233,1221,3.022,1222,3.233,1223,3.022,1224,2.847,1225,2.449,1226,3.233,1227,3.233,1228,3.022,1229,2.926]],["title/components/CreateAccountComponent.html",[199,0.594,327,1.324]],["body/components/CreateAccountComponent.html",[3,0.079,4,0.062,5,0.045,8,1.903,10,0.266,11,0.805,12,0.528,15,3.586,17,4.475,19,3.751,21,0.683,24,0.011,25,1.541,26,1.939,27,0.723,28,3.101,44,2.269,48,1.13,67,2.51,73,1.299,83,0.079,84,0.004,85,0.006,86,0.004,87,0.088,93,3.105,99,0.878,103,0.805,110,0.983,112,1.106,114,2.494,117,0.577,118,0.607,136,0.759,138,1.138,147,2.512,158,1.195,159,2.981,164,0.417,176,1.587,199,0.799,200,1.012,201,1.684,202,1.138,203,1.289,204,1.138,205,1.041,209,1.374,210,2.427,211,0.983,212,1.908,213,1.908,214,2.779,215,3.006,217,1.908,219,1.908,224,4.197,231,2.683,235,3.526,239,2.577,240,5.184,241,4.475,245,1.529,249,3.924,251,1.414,254,4.13,267,1.289,268,0.36,269,2.383,270,1.728,271,1.593,272,1.593,276,1.731,278,2.383,279,5.722,281,2.838,296,3.87,306,2.357,307,4.566,308,5.465,310,0.878,311,1.736,312,1.684,313,0.903,314,2.284,315,1.173,316,1.041,317,2.067,318,1.012,319,1.173,320,1.173,321,1.012,322,1.173,323,1.041,324,1.173,325,1.012,326,1.173,327,1.969,328,1.173,329,1.012,330,0.764,331,1.173,332,1.041,333,1.736,334,1.104,335,1.041,336,1.173,337,1.012,338,1.173,339,1.012,340,1.173,341,1.012,342,1.173,343,1.041,344,1.736,345,1.104,346,1.012,347,1.012,348,1.173,349,1.041,350,1.736,351,1.104,352,1.041,353,0.785,354,1.012,355,1.041,356,1.012,357,1.012,358,1.173,359,1.012,360,1.173,361,1.012,362,1.173,363,1.072,364,1.138,365,1.173,370,3.924,416,1.805,417,1.593,418,2.098,427,3.924,428,2.577,429,3.681,430,4.085,431,2.838,449,4.998,450,5.607,490,5.875,542,1.891,828,4.54,830,5.017,852,3.814,1230,6.996,1231,2.838,1232,5.694,1233,4.783,1234,4.197,1235,4.197,1236,5.694,1237,4.197,1238,5.694,1239,5.364,1240,4.783,1241,3.233,1242,3.233,1243,3.233,1244,3.233,1245,3.233,1246,3.233,1247,3.233,1248,3.233,1249,3.233,1250,3.233,1251,3.233,1252,3.233,1253,3.233,1254,5.694,1255,3.233,1256,6.717,1257,3.233,1258,2.838,1259,3.233,1260,3.233,1261,2.577,1262,3.233,1263,2.838,1264,3.233,1265,3.233,1266,3.233,1267,3.233,1268,4.085,1269,4.783,1270,3.526,1271,4.783,1272,5.524,1273,5.524,1274,4.783,1275,4.199]],["title/classes/CustomErrorStateMatcher.html",[87,0.115,254,2.602]],["body/classes/CustomErrorStateMatcher.html",[3,0.125,4,0.098,5,0.071,7,1.6,10,0.422,12,0.839,21,0.44,24,0.011,48,1.557,74,1.179,83,0.125,84,0.006,85,0.008,86,0.006,87,0.139,89,2.528,103,1.109,112,0.72,117,0.915,118,0.495,136,1.045,138,2.319,143,4.051,144,4.539,158,1.282,164,0.39,179,2.545,204,2.319,209,1.892,249,4.539,251,2.15,254,4.051,270,2.743,312,2.319,330,1.92,514,3.331,537,2.545,613,4.276,1071,6.737,1112,5.988,1276,5.782,1277,4.505,1278,5.782,1279,4.539,1280,5.782,1281,6.839,1282,6.587,1283,6.587,1284,6.587,1285,5.782,1286,4.539,1287,7.275,1288,6.587,1289,6.587,1290,7.676,1291,7.676,1292,7.676,1293,5.132,1294,4.983,1295,5.598,1296,6.586,1297,6.587,1298,5.782,1299,5.782,1300,6.587,1301,6.587,1302,6.587,1303,5.132,1304,5.132,1305,5.132,1306,5.132]],["title/classes/CustomValidator.html",[87,0.115,1307,3.374]],["body/classes/CustomValidator.html",[3,0.115,4,0.09,5,0.065,7,1.699,10,0.389,12,1.02,21,0.535,23,1.247,24,0.011,48,1.475,64,2.071,74,1.607,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,89,2.329,91,2.755,98,3.652,103,1.252,112,0.877,117,1.114,118,0.602,136,1.109,138,1.664,143,4.573,149,4.978,158,1.932,164,0.28,179,2.701,245,1.517,251,1.397,270,2.526,330,1.827,501,5.057,544,5.125,847,2.242,1039,5.929,1077,4.245,1112,5.482,1268,4.053,1278,5.48,1280,5.48,1281,6.556,1294,4.828,1296,6.165,1298,6.972,1307,4.978,1308,4.149,1309,6.243,1310,4.602,1311,7.943,1312,6.243,1313,6.243,1314,6.243,1315,7.733,1316,4.726,1317,7.437,1318,6.062,1319,6.243,1320,7.943,1321,5.48,1322,6.243,1323,6.992,1324,7.943,1325,4.726,1326,7.437,1327,7.437,1328,6.243,1329,5.48,1330,4.726,1331,6.243,1332,4.726,1333,4.726,1334,4.726,1335,4.726,1336,4.726]],["title/components/ErrorDialogComponent.html",[199,0.594,329,1.324]],["body/components/ErrorDialogComponent.html",[3,0.117,4,0.091,5,0.066,8,1.486,9,2.796,10,0.393,11,1.058,12,0.781,21,0.539,24,0.011,27,1.068,60,2.592,83,0.117,84,0.006,85,0.008,86,0.006,87,0.13,99,1.297,104,3.333,110,0.982,112,0.883,114,1.495,117,0.852,118,0.72,164,0.373,199,0.987,200,1.495,201,2.214,202,1.682,203,1.905,204,1.682,205,1.539,211,1.452,212,2.508,213,2.508,214,2.867,215,3.117,217,2.508,219,2.508,267,1.905,268,0.533,310,1.297,311,2.282,312,2.214,313,1.334,314,2.71,315,1.734,316,1.539,317,2.551,318,1.495,319,1.734,320,1.734,321,1.495,322,1.734,323,1.539,324,1.734,325,1.495,326,1.734,327,1.495,328,1.734,329,2.337,330,1.948,331,1.734,332,1.539,333,2.282,334,1.632,335,1.539,336,1.734,337,1.495,338,1.734,339,1.495,340,1.734,341,1.495,342,1.734,343,1.539,344,2.282,345,1.632,346,1.495,347,1.495,348,1.734,349,1.539,350,2.282,351,1.632,352,1.539,353,1.161,354,1.495,355,1.539,356,1.495,357,1.495,358,1.734,359,1.495,360,1.734,361,1.495,362,1.734,363,1.584,364,1.682,365,1.734,406,3.101,537,2.429,1337,6.169,1338,5.181,1339,4.193,1340,5.013,1341,7.028,1342,6.287,1343,4.777,1344,4.777,1345,4.777,1346,4.777,1347,4.777,1348,4.777,1349,3.808,1350,4.777,1351,6.287,1352,6.287]],["title/injectables/ErrorDialogService.html",[684,2.747,915,1.324]],["body/injectables/ErrorDialogService.html",[3,0.137,4,0.107,5,0.078,9,2.615,10,0.463,11,1.175,12,1.141,21,0.651,24,0.011,48,1.331,73,1.529,74,1.294,83,0.137,84,0.007,85,0.009,86,0.007,87,0.153,103,1.175,104,3.871,110,1.158,112,1.115,117,1.246,118,0.673,136,0.893,138,1.982,147,3.503,158,1.407,164,0.45,251,2.064,268,0.628,329,1.762,658,4.151,670,2.887,684,4.534,915,2.186,918,3.009,932,3.009,1338,4.151,1340,6.329,1349,4.489,1353,7.164,1354,4.943,1355,7.593,1356,6.984,1357,5.631,1358,8.162,1359,6.984,1360,6.984,1361,5.631,1362,5.631,1363,6.984,1364,4.943,1365,4.943,1366,5.631,1367,7.593,1368,5.631,1369,5.631,1370,5.631,1371,5.631]],["title/interceptors/ErrorInterceptor.html",[771,2.916,861,2.363]],["body/interceptors/ErrorInterceptor.html",[3,0.105,4,0.082,5,0.059,7,1.617,10,0.352,12,1.168,21,0.501,23,0.765,24,0.011,25,2.144,60,1.767,70,3.265,83,0.105,84,0.005,85,0.007,86,0.005,87,0.116,91,3.407,99,1.164,103,0.984,110,1.202,112,0.821,117,1.043,118,0.564,136,0.927,158,1.662,164,0.458,166,2.197,167,1.588,179,2.89,209,1.231,242,4.299,268,0.478,272,2.112,273,1.509,276,2.023,330,1.901,383,3.209,417,2.112,422,3.42,555,3.522,560,4.517,576,2.033,684,5.13,707,3.762,771,4.029,786,2.197,861,3.265,863,3.417,891,3.08,892,4.029,893,4.029,894,3.42,895,4.029,896,3.82,915,1.83,916,2.636,917,2.636,1009,3.762,1049,2.954,1051,3.762,1080,3.762,1136,2.507,1285,5.132,1318,5.269,1329,5.132,1340,4.662,1372,3.16,1373,3.762,1374,5.269,1375,3.796,1376,5.692,1377,4.705,1378,6.081,1379,4.31,1380,4.286,1381,4.286,1382,4.029,1383,5.132,1384,3.42,1385,4.31,1386,5.269,1387,5.269,1388,4.286,1389,4.31,1390,4.31,1391,4.926,1392,4.31,1393,5.847,1394,4.662,1395,3.16,1396,4.31,1397,3.762,1398,4.286,1399,4.286,1400,6.655,1401,5.847,1402,4.286,1403,4.286,1404,5.847,1405,4.286,1406,4.286,1407,5.132,1408,4.286,1409,3.796,1410,3.762,1411,4.286,1412,4.286,1413,4.286,1414,5.847,1415,4.286,1416,4.286,1417,3.762,1418,4.662,1419,4.286,1420,4.286,1421,5.847,1422,4.286,1423,4.286,1424,3.417,1425,3.762,1426,4.286,1427,4.286]],["title/components/FooterComponent.html",[199,0.594,332,1.363]],["body/components/FooterComponent.html",[3,0.122,4,0.095,5,0.069,8,1.527,10,0.41,24,0.011,27,1.114,83,0.122,84,0.006,85,0.008,86,0.006,87,0.135,99,1.353,103,1.088,110,1.475,112,0.907,114,1.559,118,0.692,136,0.79,164,0.295,199,1.007,200,1.559,201,2.275,202,1.754,203,1.987,204,1.754,205,1.605,209,1.856,210,3.058,211,1.515,212,2.578,213,2.578,214,2.875,215,3.127,217,2.578,219,2.578,231,3.236,245,1.57,267,1.987,268,0.555,310,1.353,311,2.346,312,2.275,313,1.391,314,2.755,315,1.808,316,1.605,317,2.603,318,1.559,319,1.808,320,1.808,321,1.559,322,1.808,323,1.605,324,1.808,325,1.559,326,1.808,327,1.559,328,1.808,329,1.559,330,1.177,331,1.808,332,2.445,333,2.346,334,1.702,335,1.605,336,1.808,337,1.559,338,1.808,339,1.559,340,1.808,341,1.559,342,1.808,343,1.605,344,2.346,345,1.702,346,1.559,347,1.559,348,1.808,349,1.605,350,2.346,351,1.702,352,1.605,353,1.21,354,1.559,355,1.605,356,1.559,357,1.559,358,1.808,359,1.559,360,1.808,361,1.559,362,1.808,363,1.653,364,1.754,365,1.808,1055,5.153,1056,5.153,1428,4.373,1429,4.764,1430,7.173,1431,6.463,1432,4.982,1433,4.982,1434,6.463]],["title/components/FooterStubComponent.html",[199,0.594,334,1.446]],["body/components/FooterStubComponent.html",[3,0.127,4,0.099,5,0.072,8,1.572,24,0.011,27,1.166,83,0.179,84,0.006,85,0.008,86,0.006,87,0.199,99,1.416,114,1.631,118,0.707,164,0.309,199,0.934,200,1.631,201,2.343,202,2.58,204,1.836,205,1.679,211,1.585,214,2.88,215,3.145,268,0.581,310,1.416,311,2.415,312,2.343,313,1.456,314,2.802,315,1.892,316,1.679,317,2.66,318,1.631,319,1.892,320,1.892,321,1.631,322,1.892,323,1.679,324,1.892,325,1.631,326,1.892,327,1.631,328,1.892,329,1.631,330,1.232,331,1.892,332,1.679,333,2.415,334,2.638,335,1.679,336,1.892,337,1.631,338,1.892,339,1.631,340,1.892,341,1.631,342,1.892,343,1.679,344,2.415,345,2.274,346,1.631,347,1.631,348,1.892,349,1.679,350,2.415,351,2.274,352,1.679,353,1.267,354,1.631,355,1.679,356,1.631,357,1.631,358,1.892,359,1.631,360,1.892,361,1.631,362,1.892,363,1.729,364,1.836,365,1.892,459,1.377,550,2.911,740,3.206,1429,4.905,1435,3.843,1436,5.844,1437,3.843]],["title/injectables/GlobalErrorHandler.html",[772,2.747,915,1.324]],["body/injectables/GlobalErrorHandler.html",[3,0.084,4,0.066,5,0.048,7,1.804,10,0.283,11,0.844,12,1.06,21,0.692,23,1.357,24,0.011,26,1.252,48,0.814,60,2.436,69,3.255,70,1.925,73,0.936,74,1.492,83,0.122,84,0.004,85,0.006,86,0.004,87,0.16,91,3.175,100,2.237,103,0.844,104,1.635,110,0.709,112,0.968,117,1.158,118,0.626,136,1.029,138,2.285,143,3.083,147,1.521,158,0.861,159,2.589,164,0.385,166,1.767,167,0.936,176,1.143,179,2.869,242,4.066,245,1.577,251,1.918,268,0.384,273,1.213,276,2.258,330,2.103,383,2.962,422,2.933,537,2.779,549,4.017,636,1.421,727,2.748,772,3.255,779,5.174,786,1.767,891,2.589,892,3.455,893,3.455,894,2.933,895,3.455,896,3.468,915,1.569,932,1.842,979,1.842,982,4.073,1010,2.748,1049,4.073,1050,2.748,1081,5.174,1268,3.255,1318,5.304,1375,3.255,1377,2.933,1382,3.455,1384,2.933,1394,3.998,1409,3.836,1438,5.736,1439,2.748,1440,4.401,1441,4.401,1442,4.401,1443,4.401,1444,6.052,1445,5.187,1446,5.014,1447,6.679,1448,5.014,1449,3.025,1450,5.014,1451,4.401,1452,4.401,1453,3.447,1454,3.998,1455,3.696,1456,5.696,1457,5.174,1458,5.696,1459,5.174,1460,4.401,1461,3.447,1462,5.696,1463,5.187,1464,4.401,1465,4.401,1466,5.187,1467,4.401,1468,3.447,1469,3.998,1470,4.401,1471,3.998,1472,4.401,1473,3.998,1474,4.401,1475,4.401,1476,3.025,1477,3.025,1478,2.541,1479,3.025,1480,3.025,1481,3.025,1482,3.025,1483,3.025,1484,3.025,1485,4.401,1486,3.025,1487,2.748,1488,3.025,1489,3.025,1490,3.025,1491,3.025,1492,3.025,1493,3.025,1494,3.025,1495,3.025,1496,3.025,1497,3.025,1498,3.025,1499,3.025,1500,4.401,1501,2.748,1502,3.025,1503,3.025,1504,3.025]],["title/interceptors/HttpConfigInterceptor.html",[773,2.916,861,2.363]],["body/interceptors/HttpConfigInterceptor.html",[3,0.128,4,0.1,5,0.072,7,1.623,10,0.431,12,1.201,21,0.449,23,0.935,24,0.011,27,1.643,74,1.205,83,0.128,84,0.006,85,0.008,86,0.006,87,0.142,103,1.124,110,1.511,112,0.938,117,0.935,118,0.506,136,1.06,158,1.31,164,0.436,167,1.424,179,2.58,209,1.506,268,0.585,422,3.907,555,3.621,560,4.779,576,2.487,773,4.603,786,2.688,861,3.729,915,2.09,916,3.225,917,3.225,986,5.863,989,4.603,1001,4.603,1372,3.866,1374,5.704,1375,4.336,1376,6.022,1377,5.002,1378,6.344,1379,4.923,1382,4.603,1385,4.923,1386,5.704,1387,5.704,1389,4.923,1390,4.923,1391,4.603,1392,4.923,1395,3.866,1396,4.923,1505,6.451,1506,4.603,1507,6.679,1508,5.244,1509,6.679,1510,5.244,1511,5.863,1512,5.244,1513,5.244,1514,4.181]],["title/classes/HttpError.html",[87,0.115,982,2.916]],["body/classes/HttpError.html",[3,0.094,4,0.073,5,0.053,7,1.524,10,0.316,11,0.911,12,0.627,21,0.639,23,1.396,24,0.011,26,1.795,60,2.963,69,2.491,70,3.023,74,1.567,83,0.132,84,0.005,85,0.007,86,0.005,87,0.185,89,1.891,91,2.769,100,2.491,104,2.976,110,0.789,112,0.76,117,0.684,118,0.37,136,0.609,138,2.209,143,2.36,147,1.693,158,0.959,159,2.16,164,0.404,166,1.967,167,1.042,176,1.273,179,2.961,242,3.642,245,1.316,251,1.854,268,0.428,273,1.351,276,1.908,330,2.1,383,2.719,422,2.245,537,3.182,549,4.165,636,1.582,727,3.059,772,2.491,779,5.003,786,1.967,891,2.16,892,2.644,893,2.644,894,2.245,895,2.644,896,2.894,915,1.694,979,2.051,982,4.953,1010,3.059,1049,4.324,1050,3.059,1081,5.434,1268,4.425,1318,4.625,1375,2.491,1377,3.671,1382,2.644,1384,2.245,1394,4.317,1409,4.666,1438,5.003,1439,3.059,1440,3.368,1441,3.368,1442,3.368,1443,3.368,1444,6.309,1445,3.368,1447,6.547,1451,3.368,1452,3.368,1454,3.059,1455,2.829,1456,4.753,1457,4.317,1458,4.753,1459,4.317,1460,3.368,1462,4.753,1463,4.753,1464,3.368,1465,3.368,1466,4.753,1467,3.368,1469,3.059,1470,3.368,1471,3.059,1472,3.368,1473,3.059,1474,3.368,1475,3.368,1476,4.753,1477,4.753,1478,3.991,1479,4.753,1480,3.368,1481,3.368,1482,3.368,1483,3.368,1484,3.368,1485,4.753,1486,3.368,1487,3.059,1488,3.368,1489,3.368,1490,3.368,1491,3.368,1492,3.368,1493,3.368,1494,3.368,1495,3.368,1496,3.368,1497,3.368,1498,3.368,1499,3.368,1500,4.753,1501,3.059,1502,3.368,1503,3.368,1504,3.368,1515,5.415]],["title/injectables/LocationService.html",[915,1.324,1239,3.119]],["body/injectables/LocationService.html",[3,0.135,4,0.105,5,0.076,10,0.455,12,1.231,19,3.091,21,0.646,23,1.477,24,0.011,44,2.625,83,0.135,84,0.007,85,0.008,86,0.007,87,0.15,103,1.163,110,1.138,112,1.14,117,1.344,118,0.726,136,1.252,158,1.971,164,0.481,168,2.36,169,2.838,268,0.617,416,3.091,417,2.727,429,3.238,555,4.22,576,2.625,636,2.282,670,2.838,786,2.838,915,2.162,918,2.958,932,2.958,948,4.08,949,6.105,1239,5.094,1261,6.291,1516,4.859,1517,6.066,1518,6.066,1519,6.926,1520,5.535,1521,6.911,1522,5.535,1523,5.535,1524,6.911,1525,5.535,1526,5.535,1527,5.535,1528,5.535,1529,5.535,1530,5.535,1531,5.535]],["title/interceptors/LoggingInterceptor.html",[774,2.916,861,2.363]],["body/interceptors/LoggingInterceptor.html",[3,0.115,4,0.09,5,0.065,7,1.696,10,0.388,12,1.214,21,0.534,23,1.112,24,0.011,26,1.557,60,1.943,74,1.605,76,4.046,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,91,2.75,103,1.049,110,0.969,112,0.875,117,1.112,118,0.601,136,0.989,158,1.557,164,0.458,166,2.417,167,1.693,179,2.697,209,1.354,268,0.526,330,1.114,383,3.229,417,2.323,422,3.646,537,2.985,555,3.44,560,4.643,576,2.236,636,1.943,688,2.899,774,4.295,786,2.417,861,3.48,891,2.486,896,3.331,915,1.95,916,2.899,917,2.899,979,2.519,1039,3.758,1049,3.249,1372,3.475,1374,5.477,1375,4.046,1376,5.851,1377,4.808,1378,6.239,1379,4.594,1382,4.295,1384,4.346,1385,4.594,1386,5.477,1387,5.477,1389,4.594,1390,4.594,1391,4.295,1392,4.594,1395,3.475,1396,4.594,1449,4.138,1511,5.471,1514,3.758,1532,4.138,1533,6.233,1534,4.714,1535,4.714,1536,5.471,1537,6.233,1538,4.714,1539,4.714,1540,6.233,1541,4.714,1542,4.714,1543,6.233,1544,4.714,1545,4.714,1546,4.714,1547,4.714]],["title/injectables/LoggingService.html",[383,1.688,915,1.324]],["body/injectables/LoggingService.html",[3,0.114,4,0.167,5,0.065,10,0.386,11,1.045,12,1.341,21,0.719,23,1.108,24,0.011,60,3.333,83,0.114,84,0.006,85,0.008,86,0.006,87,0.127,103,1.045,110,0.964,112,1.178,117,1.464,118,0.791,136,1.283,164,0.368,245,2.09,251,1.835,268,0.523,330,2.089,383,2.478,636,1.933,670,2.404,791,3.739,792,5.553,915,1.944,918,2.506,932,2.506,1548,4.116,1549,6.964,1550,6.113,1551,6.211,1552,6.211,1553,6.211,1554,6.211,1555,6.211,1556,6.211,1557,6.211,1558,4.689,1559,7.414,1560,6.211,1561,6.211,1562,4.689,1563,6.211,1564,4.689,1565,6.211,1566,4.689,1567,6.211,1568,4.689,1569,6.211,1570,4.689,1571,6.211,1572,4.689,1573,6.211,1574,4.689,1575,4.689,1576,6.211,1577,4.689,1578,4.689,1579,4.689,1580,4.116,1581,4.689,1582,4.689,1583,4.689,1584,4.689,1585,4.689,1586,4.689,1587,4.689]],["title/directives/MenuSelectionDirective.html",[313,1.182,357,1.324]],["body/directives/MenuSelectionDirective.html",[3,0.14,4,0.11,5,0.08,10,0.473,12,0.941,21,0.493,24,0.011,74,1.839,83,0.14,84,0.007,85,0.009,86,0.007,87,0.156,103,1.192,110,1.184,112,0.994,117,1.027,118,0.555,136,0.913,164,0.341,211,1.75,214,2.281,245,1.72,268,0.642,276,1.75,313,1.978,356,1.802,357,2.216,636,2.373,658,4.244,673,5.054,699,5.054,700,5.054,740,3.54,741,5.285,742,4.59,743,4.244,744,4.59,745,4.59,746,4.59,747,5.054,748,5.054,750,5.054,751,5.054,752,5.054,753,5.054,1588,6.114,1589,5.054,1590,7.081,1591,8.001,1592,4.59,1593,6.667,1594,6.114,1595,6.379,1596,5.757,1597,5.757,1598,4.59,1599,4.244,1600,5.757,1601,5.757]],["title/directives/MenuToggleDirective.html",[313,1.182,359,1.324]],["body/directives/MenuToggleDirective.html",[3,0.144,4,0.112,5,0.082,10,0.485,12,0.964,21,0.505,24,0.011,74,1.782,83,0.144,84,0.007,85,0.009,86,0.007,87,0.16,103,1.21,110,1.213,112,1.009,117,1.052,118,0.569,136,0.936,164,0.35,211,1.794,214,2.315,245,1.746,268,0.658,276,1.794,313,2.007,356,1.846,359,2.249,616,5.178,636,2.432,740,3.628,741,5.342,742,4.703,743,4.349,744,4.703,745,4.703,746,4.703,1588,6.18,1592,4.703,1593,6.706,1594,6.18,1595,6.432,1598,4.703,1599,4.349,1602,4.703,1603,7.187,1604,8.068,1605,5.899,1606,5.899,1607,5.899,1608,5.178,1609,5.899,1610,5.899,1611,5.899]],["title/interfaces/Meta.html",[0,0.822,52,2.261]],["body/interfaces/Meta.html",[0,1.551,1,3.766,2,1.553,3,0.101,4,0.079,5,0.057,6,2.692,7,1.008,8,1.851,9,2.932,10,0.341,11,0.962,13,4.214,14,3.192,15,2.817,16,3.939,17,4.022,18,3.939,19,3.652,20,3.353,21,0.634,22,3.055,23,1.561,24,0.011,25,2.271,26,1.761,27,0.927,28,2.044,29,2.858,30,3.057,31,3.344,33,3.057,34,3.057,35,2.858,36,2.858,37,3.057,38,1.768,39,3.939,40,3.939,41,3.939,42,3.711,43,3.711,44,1.967,45,3.939,46,3.057,47,3.515,48,1.937,49,3.939,50,3.939,51,3.939,52,4.521,53,3.939,54,3.344,55,4.28,56,2.426,57,3.344,58,2.426,59,2.316,60,1.71,61,3.344,62,2.426,63,3.055,64,2.338,65,3.344,66,3.827,67,3.184,68,4.214,69,3.711,70,2.316,71,3.711,72,2.126,73,1.126,74,0.953,75,3.515,76,2.692,77,2.356,78,2.692,79,3.515,80,2.817,81,2.858,82,0.853,83,0.101,84,0.005,85,0.007,86,0.005]],["title/interfaces/MetaResponse.html",[0,0.822,71,2.747]],["body/interfaces/MetaResponse.html",[0,1.556,1,3.492,2,1.573,3,0.102,4,0.08,5,0.058,6,2.727,7,1.021,8,1.814,9,2.653,10,0.345,11,0.971,13,4.251,14,3.22,15,2.841,16,3.974,17,4.05,18,3.974,19,3.677,20,3.376,21,0.607,22,3.082,23,1.563,24,0.011,25,2.283,26,1.771,27,0.939,28,2.07,29,2.895,30,3.097,31,3.374,33,3.097,34,3.097,35,2.895,36,2.895,37,3.097,38,1.791,39,3.974,40,3.974,41,3.974,42,3.744,43,3.744,44,1.992,45,3.974,46,3.097,47,3.546,48,1.942,49,3.974,50,3.974,51,3.974,52,4.574,53,3.974,54,3.374,55,3.934,56,2.457,57,3.123,58,2.457,59,2.346,60,1.732,61,3.374,62,2.457,63,3.082,64,2.351,65,2.457,66,3.852,67,3.193,68,3.097,69,2.727,70,3.22,71,4.275,72,3.634,73,1.141,74,0.966,75,3.546,76,2.727,77,2.377,78,2.727,79,3.546,80,2.841,81,2.895,82,0.864,83,0.102,84,0.005,85,0.007,86,0.005]],["title/interceptors/MockBackendInterceptor.html",[861,2.363,1612,3.119]],["body/interceptors/MockBackendInterceptor.html",[3,0.035,4,0.027,5,0.02,7,0.604,8,0.34,9,1.229,10,0.118,12,0.537,14,2.468,15,1.225,20,3.466,21,0.123,23,0.443,24,0.011,25,1.923,26,0.621,27,0.875,28,1.225,31,0.841,38,0.612,44,2.295,60,1.024,67,1.931,70,1.834,72,0.737,73,0.39,74,1.697,78,2.132,82,0.295,83,0.061,84,0.002,85,0.003,86,0.002,87,0.039,91,1.097,103,0.418,112,0.202,117,0.256,118,0.774,120,1.931,136,0.394,138,1.556,147,1.449,155,1.832,158,1.982,159,2.591,164,0.262,166,0.737,167,0.675,168,0.612,179,0.96,195,1.834,205,0.463,209,0.413,268,0.16,294,0.802,307,2.132,330,0.34,353,0.349,355,0.463,370,0.99,398,0.99,417,0.708,418,0.933,422,1.454,428,1.981,487,0.841,522,0.99,525,0.681,532,3.191,534,3.037,535,2.702,537,1.269,539,1.921,540,1.618,542,1.454,543,4.004,545,1.528,549,0.802,555,3.604,558,5.935,560,2.831,569,4.377,573,0.99,576,0.681,587,1.613,589,1.981,655,1.388,702,0.933,709,1.613,784,1.981,786,0.737,787,1.059,809,1.059,810,1.146,811,1.146,863,1.981,864,1.713,878,2.421,879,1.528,881,0.884,891,0.573,894,0.841,915,0.778,916,0.884,917,0.884,1133,0.841,1219,1.225,1229,2.384,1234,1.059,1235,1.832,1237,1.832,1258,2.182,1261,1.981,1263,2.182,1270,1.059,1279,0.99,1295,0.99,1372,1.059,1374,2.884,1375,1.613,1376,2.884,1377,3.211,1378,4.236,1379,1.832,1385,1.832,1386,2.884,1387,2.884,1389,4.401,1390,1.832,1391,2.697,1392,1.832,1395,1.059,1396,1.832,1397,2.182,1407,2.182,1417,1.261,1418,5.29,1455,2.421,1457,1.146,1487,1.146,1514,1.146,1517,2.182,1518,2.182,1519,2.182,1536,2.182,1612,2.884,1613,1.981,1614,1.146,1615,2.485,1616,2.182,1617,2.485,1618,1.437,1619,2.182,1620,2.485,1621,2.485,1622,2.485,1623,1.437,1624,3.881,1625,1.261,1626,1.981,1627,1.261,1628,1.981,1629,1.146,1630,3.12,1631,1.146,1632,2.421,1633,1.146,1634,1.146,1635,1.981,1636,1.146,1637,0.99,1638,1.146,1639,1.146,1640,1.146,1641,1.059,1642,1.146,1643,0.99,1644,1.146,1645,2.182,1646,3.435,1647,1.261,1648,1.261,1649,1.261,1650,1.261,1651,1.261,1652,1.261,1653,1.261,1654,1.261,1655,1.261,1656,1.261,1657,1.261,1658,1.261,1659,1.261,1660,1.261,1661,1.261,1662,2.182,1663,1.261,1664,1.261,1665,2.182,1666,1.261,1667,1.261,1668,1.261,1669,2.883,1670,2.883,1671,1.261,1672,2.182,1673,1.261,1674,2.182,1675,2.182,1676,2.182,1677,1.261,1678,1.261,1679,1.261,1680,1.261,1681,1.261,1682,1.261,1683,1.261,1684,1.261,1685,1.261,1686,1.261,1687,1.261,1688,1.261,1689,1.261,1690,1.261,1691,1.261,1692,1.261,1693,1.261,1694,1.261,1695,1.261,1696,1.261,1697,1.261,1698,1.261,1699,1.261,1700,1.261,1701,1.261,1702,1.261,1703,1.261,1704,1.261,1705,1.261,1706,1.261,1707,1.261,1708,1.261,1709,1.261,1710,2.182,1711,1.261,1712,1.261,1713,1.261,1714,1.261,1715,1.261,1716,1.261,1717,1.261,1718,1.261,1719,1.261,1720,1.261,1721,1.261,1722,1.261,1723,2.182,1724,1.261,1725,1.261,1726,1.261,1727,2.182,1728,1.261,1729,1.261,1730,1.261,1731,1.261,1732,1.261,1733,1.261,1734,1.261,1735,1.261,1736,1.261,1737,1.261,1738,1.261,1739,1.261,1740,1.261,1741,1.261,1742,1.261,1743,1.261,1744,1.261,1745,1.261,1746,1.261,1747,1.261,1748,1.261,1749,1.261,1750,1.261,1751,1.261,1752,1.261,1753,1.261,1754,2.883,1755,1.261,1756,1.261,1757,1.261,1758,1.261,1759,1.261,1760,1.261,1761,1.261,1762,1.261,1763,1.261,1764,1.261,1765,1.261,1766,1.261,1767,1.261,1768,2.182,1769,1.261,1770,1.261,1771,1.261,1772,1.261,1773,1.261,1774,1.261,1775,1.261,1776,2.182,1777,1.261,1778,1.261,1779,1.261,1780,1.261,1781,1.261,1782,1.146,1783,1.261,1784,1.261,1785,1.261,1786,1.261,1787,0.884,1788,1.261,1789,1.261,1790,1.261,1791,1.261,1792,1.261,1793,1.261,1794,1.261,1795,2.182,1796,1.261,1797,1.261,1798,2.182,1799,1.261,1800,1.261,1801,1.261,1802,1.261,1803,1.261,1804,1.261,1805,1.261,1806,1.261,1807,1.261,1808,1.261,1809,1.261,1810,1.261,1811,1.261,1812,1.261,1813,1.261,1814,1.261,1815,2.883,1816,1.261,1817,1.261,1818,1.261,1819,1.261,1820,1.261,1821,1.261,1822,1.261,1823,1.261,1824,1.261,1825,1.261,1826,1.261,1827,1.261,1828,1.261,1829,1.261,1830,1.261,1831,1.261,1832,1.261,1833,1.261,1834,2.182,1835,1.261,1836,1.261,1837,1.261,1838,1.261,1839,1.261,1840,1.261,1841,1.261,1842,1.261,1843,1.261,1844,1.261,1845,1.261,1846,1.261,1847,1.261,1848,1.261,1849,1.261,1850,1.261,1851,1.261,1852,2.182,1853,2.883,1854,1.261,1855,1.261,1856,1.261,1857,1.261,1858,2.883,1859,2.883,1860,1.261,1861,2.182,1862,1.261,1863,1.261,1864,1.261,1865,1.261,1866,1.261,1867,1.261,1868,1.261,1869,1.261,1870,1.261,1871,1.261,1872,1.261,1873,1.261,1874,1.261,1875,1.261,1876,2.883,1877,1.261,1878,1.261,1879,1.261,1880,1.261,1881,1.261,1882,1.261,1883,1.261,1884,1.261,1885,1.261,1886,1.261,1887,1.261,1888,1.261,1889,1.261,1890,1.261,1891,1.261,1892,1.261,1893,1.261,1894,1.261,1895,1.981,1896,1.146,1897,2.182,1898,2.182,1899,2.182,1900,2.182,1901,1.261,1902,1.261,1903,1.261,1904,1.261,1905,1.146,1906,1.261,1907,1.261,1908,1.261,1909,1.261,1910,1.261,1911,1.261,1912,1.261,1913,1.261,1914,1.261,1915,1.261,1916,1.261,1917,1.261,1918,1.261,1919,1.261,1920,1.261,1921,1.261,1922,1.261,1923,1.261,1924,1.261,1925,1.146,1926,1.261,1927,1.261,1928,1.261,1929,1.261,1930,1.261,1931,1.261,1932,1.261,1933,1.261,1934,1.261,1935,1.261,1936,2.883,1937,1.261,1938,1.261,1939,1.261,1940,1.261,1941,1.261,1942,1.261,1943,2.182,1944,3.435,1945,1.261,1946,1.261,1947,1.261,1948,1.261,1949,1.261,1950,1.261,1951,1.261,1952,1.261,1953,1.261,1954,1.261,1955,1.261,1956,1.261,1957,1.261,1958,1.261,1959,1.261,1960,1.261,1961,1.261,1962,1.261,1963,1.261,1964,1.261,1965,1.261,1966,1.261,1967,1.261,1968,2.182,1969,1.261,1970,1.261,1971,1.261,1972,1.059,1973,1.261,1974,1.261,1975,1.261,1976,1.261,1977,1.261,1978,1.261,1979,1.261,1980,1.261,1981,1.261,1982,1.261,1983,1.261,1984,1.261,1985,1.261,1986,1.261,1987,1.261,1988,1.261,1989,1.261,1990,1.261,1991,1.261,1992,1.261,1993,1.261,1994,1.261,1995,1.261,1996,1.261,1997,1.261,1998,1.261,1999,1.261,2000,1.261,2001,1.261,2002,1.261,2003,2.182,2004,1.261,2005,1.261,2006,1.261,2007,1.261,2008,1.261,2009,1.261,2010,1.261,2011,1.261,2012,2.182,2013,1.261,2014,1.146,2015,1.261,2016,1.261,2017,1.261,2018,1.261,2019,1.261,2020,1.261,2021,1.261,2022,1.261,2023,1.261,2024,2.182,2025,1.261,2026,1.261,2027,1.261,2028,1.261,2029,1.261,2030,1.261,2031,1.261,2032,1.261,2033,1.261,2034,1.261,2035,1.261,2036,1.261,2037,1.261,2038,1.261,2039,1.261,2040,1.261,2041,1.261,2042,2.182,2043,1.981,2044,1.261,2045,1.261,2046,1.261,2047,1.261,2048,1.261,2049,1.261,2050,1.261,2051,1.261,2052,1.261,2053,1.261,2054,1.261,2055,1.261,2056,1.261,2057,1.261,2058,1.261,2059,1.261,2060,1.261,2061,1.261,2062,1.261,2063,1.146,2064,1.261,2065,1.261,2066,1.261,2067,1.261,2068,1.261,2069,1.261,2070,1.261,2071,1.261,2072,1.261,2073,1.261,2074,1.261,2075,1.261,2076,1.261,2077,1.261,2078,1.261,2079,1.261,2080,1.261,2081,1.261,2082,1.146,2083,1.261,2084,1.261,2085,1.261,2086,1.261,2087,1.261,2088,1.261,2089,1.261,2090,1.261,2091,1.261,2092,1.261,2093,1.261,2094,1.261,2095,1.261,2096,1.261,2097,1.261,2098,1.261,2099,1.261,2100,1.261,2101,2.182,2102,1.261,2103,1.261,2104,1.261,2105,1.261,2106,1.261,2107,1.261,2108,1.261,2109,1.146,2110,1.261,2111,1.146,2112,1.261,2113,1.261,2114,1.261,2115,1.261,2116,1.261,2117,1.146,2118,1.261,2119,1.261,2120,1.261,2121,1.261,2122,1.261,2123,1.261,2124,1.261,2125,1.261,2126,1.146,2127,1.261,2128,1.261,2129,1.261,2130,1.261,2131,1.261,2132,1.261,2133,1.261,2134,1.146,2135,1.261,2136,1.146,2137,1.261,2138,1.261,2139,1.981,2140,1.261,2141,1.261,2142,1.261,2143,1.261,2144,1.261,2145,1.261,2146,1.261,2147,1.261,2148,1.261,2149,1.261,2150,1.261,2151,1.261,2152,1.261,2153,1.261,2154,1.261,2155,1.261,2156,1.261,2157,1.261,2158,1.261,2159,1.261,2160,1.261,2161,1.261,2162,1.261,2163,1.261,2164,1.261,2165,1.261,2166,1.261,2167,1.261,2168,1.261,2169,1.261,2170,1.261,2171,1.261,2172,1.261,2173,1.261,2174,1.261,2175,1.261,2176,1.261,2177,1.261,2178,1.261,2179,1.261,2180,1.261,2181,1.261,2182,1.261,2183,1.261,2184,1.261,2185,1.261,2186,1.261,2187,2.182,2188,1.261,2189,1.261,2190,1.261,2191,1.261,2192,1.261,2193,1.261,2194,1.261,2195,1.261,2196,1.261,2197,1.261,2198,1.261,2199,1.261,2200,1.261,2201,1.261,2202,1.261,2203,1.261,2204,1.261,2205,2.883,2206,1.261,2207,1.261,2208,1.261,2209,1.261,2210,1.261,2211,1.261,2212,1.261,2213,1.261,2214,1.261,2215,1.261,2216,1.261,2217,1.261,2218,1.261,2219,1.261,2220,1.261,2221,1.261,2222,1.261,2223,1.261,2224,1.261,2225,1.261,2226,1.261,2227,1.261,2228,1.261,2229,1.261,2230,1.261,2231,1.261,2232,1.261,2233,1.261,2234,1.261,2235,1.261,2236,1.261,2237,1.261,2238,1.261,2239,1.261,2240,1.261,2241,1.261,2242,1.261,2243,1.261,2244,1.261,2245,1.261,2246,1.261,2247,1.261,2248,1.261,2249,1.261,2250,1.261,2251,1.261,2252,1.261,2253,1.261,2254,1.261,2255,1.261,2256,1.261,2257,1.261,2258,1.261,2259,1.261,2260,1.261,2261,1.261,2262,1.261,2263,1.261,2264,1.261,2265,1.261,2266,1.261,2267,1.261,2268,1.261,2269,1.261,2270,1.261,2271,1.261,2272,1.261,2273,1.261,2274,1.261,2275,1.261,2276,1.261,2277,1.261,2278,1.261,2279,1.261,2280,1.261,2281,1.261,2282,1.261,2283,1.261,2284,1.261,2285,1.261,2286,1.261,2287,1.261,2288,1.261,2289,1.261,2290,1.261,2291,1.261,2292,1.261,2293,1.261,2294,2.182,2295,1.261,2296,1.981,2297,1.261,2298,1.261,2299,1.261,2300,1.261,2301,1.261,2302,1.261,2303,1.261,2304,1.261,2305,1.261,2306,1.261,2307,1.261,2308,1.261,2309,1.261,2310,1.261,2311,1.261,2312,1.261,2313,1.146,2314,1.261,2315,1.261,2316,1.261,2317,1.261,2318,1.261,2319,1.261,2320,1.261,2321,1.261,2322,1.261,2323,1.261,2324,1.261,2325,2.182,2326,2.182,2327,1.261,2328,1.261,2329,1.261,2330,1.261,2331,1.261,2332,1.261,2333,1.981,2334,1.261,2335,1.261,2336,1.261,2337,1.261,2338,1.261,2339,1.261,2340,1.261,2341,1.261,2342,1.261,2343,1.261,2344,1.261,2345,1.261,2346,1.261,2347,1.261,2348,1.261,2349,1.261,2350,1.261,2351,1.261,2352,1.261,2353,1.261,2354,1.261,2355,1.146,2356,1.146,2357,1.261,2358,1.261,2359,1.261,2360,2.182,2361,1.261,2362,1.261,2363,1.261,2364,1.261,2365,1.261,2366,1.261,2367,1.261,2368,2.182,2369,1.261,2370,1.261,2371,1.261,2372,1.261,2373,1.261,2374,1.261,2375,1.261,2376,1.261,2377,1.261,2378,1.261,2379,1.261,2380,1.261,2381,1.261,2382,1.261,2383,1.261,2384,1.261,2385,1.261,2386,1.261,2387,1.261,2388,1.261,2389,1.261,2390,1.261,2391,1.261,2392,1.261,2393,1.261,2394,1.261,2395,1.146,2396,1.261,2397,1.261,2398,1.261,2399,1.261,2400,1.261,2401,1.981,2402,1.261,2403,1.261,2404,1.261,2405,1.261,2406,1.261,2407,1.261,2408,1.261,2409,1.146,2410,1.261,2411,1.261,2412,1.261,2413,1.261,2414,1.261,2415,1.261,2416,1.261,2417,1.261,2418,1.261,2419,1.261,2420,1.261,2421,1.261,2422,1.261,2423,1.261,2424,1.261,2425,1.261,2426,1.261,2427,1.261,2428,1.261,2429,1.261,2430,1.261,2431,1.261,2432,1.261,2433,1.261,2434,1.261,2435,1.261,2436,1.261,2437,1.261,2438,1.261,2439,1.261,2440,1.261,2441,1.261,2442,1.261,2443,1.261,2444,1.261,2445,1.261,2446,1.261,2447,1.261,2448,1.261,2449,1.261,2450,1.261,2451,1.261,2452,1.261,2453,1.261,2454,1.261,2455,1.261,2456,1.261,2457,1.261,2458,1.261,2459,1.261,2460,1.146,2461,1.146,2462,1.261,2463,0.99,2464,1.261,2465,3.859,2466,3.335,2467,1.261,2468,3.859,2469,4.248,2470,3.859,2471,1.261,2472,2.182,2473,3.259,2474,5.241,2475,3.525,2476,3.047,2477,3.881,2478,2.182,2479,1.261,2480,2.182,2481,1.261,2482,1.261,2483,1.261,2484,2.182,2485,1.261,2486,1.261,2487,1.261,2488,2.182,2489,1.261,2490,1.261,2491,1.261,2492,2.182,2493,1.146,2494,1.261,2495,1.261,2496,1.261,2497,1.261,2498,1.437,2499,1.437,2500,1.437,2501,1.437,2502,1.059,2503,1.437,2504,2.485,2505,1.261,2506,1.261,2507,1.437,2508,1.437,2509,1.437,2510,1.437,2511,1.437,2512,1.437,2513,1.437,2514,1.437,2515,1.437,2516,5.709,2517,1.437,2518,1.437,2519,1.437,2520,2.485,2521,2.485,2522,2.182,2523,1.437,2524,1.437,2525,1.437,2526,1.437,2527,1.437,2528,1.437,2529,1.437,2530,2.485,2531,1.437,2532,1.437,2533,2.182,2534,1.437,2535,2.182,2536,1.437,2537,2.182,2538,1.261,2539,1.059,2540,1.437,2541,1.261,2542,1.981,2543,2.485,2544,2.485,2545,2.485,2546,3.284,2547,1.437,2548,2.485,2549,0.933,2550,1.437,2551,1.437,2552,1.437,2553,1.437,2554,1.437,2555,1.437,2556,1.437,2557,1.437,2558,1.437,2559,1.437,2560,1.437,2561,1.437,2562,1.437,2563,1.437,2564,1.437,2565,1.437,2566,1.437,2567,1.437,2568,1.437,2569,1.437,2570,1.437,2571,1.437,2572,1.437,2573,1.437,2574,1.437,2575,1.437,2576,1.437,2577,1.437,2578,1.437,2579,1.437,2580,1.437,2581,1.437,2582,1.146,2583,2.485,2584,1.437,2585,1.437,2586,1.146,2587,1.437,2588,2.485,2589,2.485,2590,1.437,2591,1.437,2592,1.437,2593,1.437,2594,1.437]],["title/components/NetworkStatusComponent.html",[199,0.594,335,1.363]],["body/components/NetworkStatusComponent.html",[3,0.111,4,0.086,5,0.063,8,1.435,10,0.373,11,1.022,12,0.741,21,0.521,24,0.011,27,1.014,48,1.072,73,1.232,83,0.111,84,0.006,85,0.007,86,0.006,87,0.123,99,2.213,103,1.022,110,0.932,112,1.027,114,1.419,117,0.809,118,0.705,136,0.964,164,0.269,199,0.962,200,1.419,201,2.139,202,1.597,203,1.809,204,1.597,205,1.461,209,1.745,210,2.92,211,1.379,212,2.423,213,2.423,214,2.857,215,3.104,217,2.423,219,2.423,231,3.119,245,1.777,251,1.795,267,1.809,268,0.506,310,1.232,311,2.205,312,2.139,313,1.267,314,2.655,315,1.646,316,1.461,317,2.486,318,1.419,319,1.646,320,1.646,321,1.419,322,1.646,323,1.461,324,1.646,325,1.419,326,1.646,327,1.419,328,1.646,329,1.419,330,1.072,331,1.646,332,1.461,333,2.205,334,1.55,335,2.357,336,1.646,337,1.419,338,1.646,339,1.419,340,1.646,341,1.419,342,1.646,343,1.461,344,2.205,345,1.55,346,1.419,347,1.419,348,1.646,349,1.461,350,2.205,351,1.55,352,1.461,353,1.102,354,1.419,355,1.461,356,1.419,357,1.419,358,1.646,359,1.419,360,1.646,361,1.419,362,1.646,363,1.504,364,1.597,365,1.646,537,2.347,636,1.869,2595,6.695,2596,6.081,2597,3.981,2598,6.849,2599,6.074,2600,6.849,2601,7.316,2602,4.535,2603,7.316,2604,6.074,2605,6.074,2606,4.535,2607,4.535,2608,7.316,2609,6.074,2610,4.535,2611,6.074,2612,4.535,2613,4.535,2614,6.074,2615,6.074]],["title/components/OrganizationComponent.html",[199,0.594,337,1.324]],["body/components/OrganizationComponent.html",[3,0.097,4,0.076,5,0.055,8,1.313,10,0.327,11,0.935,12,0.651,21,0.594,24,0.011,27,0.89,38,1.697,48,1.313,73,2.208,83,0.097,84,0.005,85,0.007,86,0.005,87,0.108,99,1.081,103,0.935,110,0.819,112,1.088,114,1.246,117,0.71,118,0.668,136,0.882,138,1.402,147,2.825,158,1.388,164,0.379,176,1.843,199,0.899,200,1.246,201,1.957,202,1.402,203,1.588,204,1.402,205,1.283,209,1.596,210,2.729,211,1.211,212,2.217,213,2.217,214,2.83,215,3.07,217,2.217,219,2.217,224,4.719,231,2.953,235,4.097,239,3.175,240,5.564,245,1.683,249,4.411,251,1.642,254,4.481,267,1.588,268,0.444,269,2.935,270,2.128,271,1.962,278,2.935,279,4.097,306,2.738,308,4.497,310,1.081,311,2.017,312,1.957,313,1.112,314,2.514,315,1.445,316,1.283,317,2.323,318,1.246,319,1.445,320,1.445,321,1.246,322,1.445,323,1.283,324,1.445,325,1.246,326,1.445,327,1.246,328,1.445,329,1.246,330,0.941,331,1.445,332,1.283,333,2.017,334,1.36,335,1.283,336,1.445,337,2.168,338,1.445,339,1.246,340,1.445,341,1.246,342,1.445,343,1.283,344,2.017,345,1.36,346,1.246,347,1.246,348,1.445,349,1.283,350,2.017,351,1.36,352,1.283,353,0.967,354,1.246,355,1.283,356,1.246,357,1.246,358,1.445,359,1.246,360,1.445,361,1.246,362,1.445,363,1.321,364,1.402,365,1.445,636,1.641,828,5.104,830,5.523,852,4.431,1114,4.215,1275,4.878,1409,4.497,1972,5.107,2616,3.495,2617,5.372,2618,6.401,2619,5.557,2620,6.401,2621,6.401,2622,5.557,2623,3.982,2624,3.982,2625,3.982,2626,3.982,2627,3.982,2628,3.982,2629,3.982,2630,7.287,2631,5.104,2632,3.982,2633,3.982,2634,3.982,2635,3.982,2636,5.557,2637,5.557,2638,4.878,2639,5.557,2640,5.557,2641,5.557,2642,5.557,2643,4.878,2644,5.557,2645,5.557,2646,5.557,2647,5.557,2648,5.557,2649,5.557]],["title/classes/PGPSigner.html",[87,0.115,2650,2.747]],["body/classes/PGPSigner.html",[0,1.313,3,0.071,4,0.055,5,0.04,7,1.558,9,1.998,10,0.239,11,0.743,12,0.975,21,0.667,23,1.48,24,0.011,48,1.043,55,4.439,56,3.123,57,3.204,58,3.752,59,4.22,60,3.436,61,4.801,62,3.952,63,3.866,64,2.128,66,1.698,72,2.262,73,1.198,74,1.474,77,1.819,82,0.597,83,0.071,84,0.004,85,0.005,86,0.004,87,0.079,89,1.43,91,2.631,98,3.123,103,0.743,104,3.694,105,2.734,110,0.597,112,1.106,117,1.064,118,0.575,129,4.317,136,1.148,137,2.062,138,2.258,139,4.385,158,1.102,164,0.316,166,1.488,167,0.788,179,2.863,187,1.281,209,1.268,245,1.706,251,1.996,276,2.253,330,1.043,383,2.695,420,1.621,426,3.466,688,4.154,697,2.714,715,3.871,722,1.885,724,2.001,778,1.621,847,3.584,891,1.76,896,2.358,905,3.283,934,4.385,979,1.552,1065,4.655,1077,1.552,1225,3.582,1286,3.041,1384,2.582,2516,3.518,2549,3.466,2650,3.466,2651,5.169,2652,2.001,2653,3.253,2654,4.728,2655,3.253,2656,3.935,2657,5.571,2658,3.935,2659,3.935,2660,5.662,2661,3.874,2662,3.518,2663,4.728,2664,3.253,2665,4.413,2666,3.253,2667,4.396,2668,3.253,2669,2.903,2670,2.903,2671,2.903,2672,2.903,2673,2.903,2674,4.979,2675,2.903,2676,3.679,2677,2.903,2678,2.903,2679,3.935,2680,4.906,2681,2.903,2682,3.679,2683,3.935,2684,2.903,2685,3.935,2686,3.679,2687,3.935,2688,2.903,2689,3.466,2690,2.14,2691,2.14,2692,2.14,2693,3.253,2694,2.14,2695,2.14,2696,2.14,2697,2.14,2698,2.14,2699,2.14,2700,2.14,2701,2.14,2702,2.14,2703,3.253,2704,3.253,2705,2.14,2706,2.14,2707,2.14,2708,3.253,2709,2.14,2710,3.253,2711,2.14,2712,2.14,2713,2.001,2714,2.14,2715,2.14,2716,2.14,2717,2.14,2718,2.14,2719,2.14,2720,2.14,2721,2.14,2722,2.14,2723,2.14,2724,2.14,2725,2.14,2726,2.14]],["title/components/PagesComponent.html",[199,0.594,339,1.324]],["body/components/PagesComponent.html",[3,0.122,4,0.095,5,0.069,8,1.527,10,0.41,11,1.088,21,0.427,23,1.153,24,0.011,27,1.114,48,1.177,73,1.353,83,0.122,84,0.006,85,0.008,86,0.006,87,0.135,99,1.353,110,1.475,112,0.907,114,1.559,118,0.692,164,0.295,199,1.007,200,1.559,201,2.275,202,1.754,203,1.987,204,1.754,205,1.605,211,1.515,212,2.578,213,2.578,214,2.875,215,3.127,217,2.578,219,2.578,267,1.987,268,0.555,306,3.184,310,1.353,311,2.346,312,2.275,313,1.391,314,2.755,315,1.808,316,1.605,317,2.603,318,1.559,319,1.808,320,1.808,321,1.559,322,1.808,323,1.605,324,1.808,325,1.559,326,1.808,327,1.559,328,1.808,329,1.559,330,1.177,331,1.808,332,1.605,333,2.346,334,1.702,335,1.605,336,1.808,337,1.559,338,1.808,339,2.375,340,1.808,341,1.559,342,1.808,343,1.605,344,2.346,345,1.702,346,1.559,347,1.559,348,1.808,349,1.605,350,2.346,351,1.702,352,1.605,353,1.21,354,1.559,355,1.605,356,1.559,357,1.559,358,1.808,359,1.559,360,1.808,361,1.559,362,1.808,363,1.653,364,1.754,365,1.808,778,3.609,894,4.196,2727,4.373,2728,6.463,2729,7.173,2730,6.463,2731,6.463,2732,6.463,2733,5.153,2734,6.463]],["title/modules/PagesModule.html",[459,1.117,2735,3.119]],["body/modules/PagesModule.html",[3,0.138,4,0.107,5,0.078,24,0.011,82,1.159,83,0.138,84,0.007,85,0.009,86,0.007,87,0.153,164,0.515,167,1.899,268,0.629,310,1.531,339,2.604,459,1.489,461,2.047,462,2.779,463,4.061,464,2.891,465,3.014,470,4.266,472,3.736,473,3.014,474,2.675,476,2.882,477,4.09,478,3.149,480,3.299,482,3.468,497,4.299,498,3.468,499,4.538,500,3.661,501,3.468,502,4.299,503,3.468,504,4.299,505,3.468,508,4.818,509,3.886,2735,6.376,2736,4.95,2737,4.95,2738,4.95,2739,5.734,2740,5.64,2741,5.64,2742,5.64,2743,6.991,2744,4.95,2745,4.95]],["title/modules/PagesRoutingModule.html",[459,1.117,2739,2.916]],["body/modules/PagesRoutingModule.html",[3,0.142,4,0.111,5,0.08,24,0.011,74,1.338,82,1.197,83,0.142,84,0.007,85,0.009,86,0.007,87,0.158,93,3.78,164,0.457,167,1.581,199,0.817,268,0.649,273,2.05,306,3.513,339,2.231,461,2.113,476,2.939,524,3.406,525,3.655,526,3.981,527,4.968,528,4.013,529,4.013,530,3.78,531,3.58,540,2.869,815,7.233,1114,3.251,1119,3.251,1219,2.869,2739,4.914,2746,5.823,2747,5.823,2748,5.823,2749,5.823,2750,5.823,2751,5.823,2752,5.823,2753,5.823,2754,5.823,2755,5.823,2756,5.823,2757,5.823]],["title/directives/PasswordToggleDirective.html",[313,1.182,361,1.324]],["body/directives/PasswordToggleDirective.html",[3,0.134,4,0.104,5,0.076,10,0.451,12,0.896,21,0.643,23,1.403,24,0.011,67,2.993,74,1.579,83,0.134,84,0.007,85,0.008,86,0.007,87,0.149,103,1.156,110,1.128,112,1.104,117,0.978,118,0.529,136,0.87,164,0.325,211,1.668,214,2.213,245,1.669,268,0.611,276,1.668,313,1.919,356,1.716,361,2.15,636,2.261,741,4.735,996,4.373,1077,4.01,1294,4.871,1310,5.065,1592,4.373,1593,6.588,1594,5.982,1595,6.27,1598,4.373,1599,4.043,1602,4.373,2758,7.109,2759,6.871,2760,7.865,2761,7.503,2762,6.871,2763,5.485,2764,5.485,2765,5.485,2766,5.485,2767,5.485,2768,5.485,2769,7.503,2770,7.503,2771,7.503,2772,6.871,2773,7.865,2774,6.871,2775,6.871]],["title/injectables/RegistryService.html",[915,1.324,1106,2.747]],["body/injectables/RegistryService.html",[3,0.133,4,0.104,5,0.076,10,0.45,11,1.154,21,0.642,24,0.011,48,1.771,73,2.035,83,0.133,84,0.007,85,0.008,86,0.007,87,0.148,94,4.383,103,1.154,110,1.54,112,1.159,136,1.088,158,1.713,164,0.48,165,4.679,168,2.331,169,2.803,176,2.739,177,5.055,268,0.61,271,2.694,670,2.803,915,2.146,918,2.922,932,2.922,1005,2.922,1106,4.452,1136,3.199,2776,4.8,2777,8.257,2778,7.856,2779,7.856,2780,5.468,2781,5.468,2782,5.468,2783,5.974,2784,5.468,2785,6.68,2786,6.577,2787,6.858,2788,6.858,2789,6.858,2790,6.858,2791,5.468,2792,5.468,2793,5.468,2794,4.359,2795,4.359]],["title/guards/RoleGuard.html",[881,2.602,2796,3.374]],["body/guards/RoleGuard.html",[3,0.111,4,0.087,5,0.063,7,1.667,10,0.374,12,0.995,21,0.522,24,0.011,25,1.962,31,4.286,38,2.596,57,2.888,74,1.046,83,0.111,84,0.006,85,0.007,86,0.006,87,0.186,91,2.687,103,1.025,110,0.936,112,0.855,117,1.086,118,0.587,136,1.162,137,2.353,138,2.416,143,3.745,144,4.197,145,4.489,147,2.687,151,4.855,158,1.714,164,0.407,167,1.236,179,2.651,195,2.542,199,0.855,205,1.962,209,1.308,242,4.497,251,1.8,268,0.508,273,1.603,308,3.953,525,2.888,535,4.659,549,4.612,555,3.381,576,2.159,613,5.294,636,1.877,670,2.334,820,6.089,881,4.506,882,3.63,884,4.855,885,5.346,886,5.401,888,3.63,890,5.346,891,2.429,892,5.049,893,4.197,894,3.562,895,4.197,896,3.255,897,3.996,898,6.899,899,6.432,901,5.346,903,4.489,904,4.855,905,3.745,906,5.346,907,4.855,908,6.432,909,4.506,910,5.346,911,5.346,912,6.024,915,1.906,916,2.799,917,2.799,918,2.433,920,3.996,2796,4.855,2797,3.996,2798,4.553,2799,4.553,2800,6.09,2801,6.09,2802,6.09,2803,6.09,2804,4.553,2805,4.553,2806,4.553,2807,4.553,2808,4.553,2809,4.553,2810,4.553]],["title/directives/RouterLinkDirectiveStub.html",[313,1.182,363,1.404]],["body/directives/RouterLinkDirectiveStub.html",[3,0.146,4,0.114,5,0.082,10,0.491,11,1.218,21,0.62,24,0.011,48,1.41,73,1.621,83,0.146,84,0.007,85,0.009,86,0.007,87,0.196,112,1.094,164,0.354,211,1.815,214,2.331,245,1.45,268,0.665,313,2.356,356,1.867,363,2.401,364,2.548,550,3.332,560,4.234,678,6.353,706,5.238,1017,5.238,1112,5.335,1161,6.353,1162,5.238,1294,4.699,1310,5.335,1599,5.743,2811,7.11,2812,6.458,2813,7.791,2814,7.238,2815,5.968,2816,5.968,2817,5.968,2818,5.968,2819,5.968,2820,5.968,2821,5.968,2822,5.968,2823,5.968,2824,5.968,2825,5.968]],["title/pipes/SafePipe.html",[1787,2.602,2826,2.916]],["body/pipes/SafePipe.html",[3,0.151,4,0.118,5,0.086,12,1.014,21,0.532,23,1.413,24,0.011,83,0.151,84,0.008,85,0.009,86,0.008,87,0.168,103,1.044,112,0.871,117,1.107,118,0.764,136,0.984,158,1.55,164,0.439,209,1.782,211,1.887,268,0.692,636,2.558,777,4.947,778,3.465,894,3.63,1787,4.556,1895,6.686,2826,5.106,2827,4.947,2828,5.447,2829,7.41,2830,5.447,2831,7.41,2832,6.954,2833,6.205,2834,6.504,2835,7.41,2836,6.205,2837,6.205]],["title/classes/Settings.html",[87,0.115,1114,2.363]],["body/classes/Settings.html",[0,1.298,3,0.128,4,0.1,5,0.072,7,1.623,10,0.431,11,1.124,12,0.857,21,0.685,24,0.011,48,1.239,63,3.928,64,2.438,73,1.424,82,1.078,83,0.128,84,0.006,85,0.008,86,0.006,87,0.181,89,2.584,92,5.507,94,4.674,99,2.218,110,1.078,112,1.122,115,3.404,117,0.935,118,0.506,165,4.32,175,5.63,179,2.026,297,5.332,353,1.623,913,4.181,1005,3.569,1114,4.561,1279,5.065,1424,6.169,1478,4.923,2539,5.704,2586,5.325,2838,4.181,2839,7.171,2840,6.451,2841,6.119,2842,5.863,2843,6.679,2844,6.792,2845,6.792,2846,5.244,2847,5.244,2848,5.244,2849,4.603,2850,4.603,2851,4.603]],["title/components/SettingsComponent.html",[199,0.594,341,1.324]],["body/components/SettingsComponent.html",[3,0.089,4,0.069,5,0.05,8,1.823,10,0.298,11,0.876,12,0.85,21,0.661,23,1.255,24,0.011,25,1.676,27,0.811,47,4.086,48,1.229,67,2.075,73,0.985,74,0.834,83,0.148,84,0.004,85,0.006,86,0.004,87,0.098,99,0.985,103,0.876,110,0.746,112,1.133,114,1.135,117,0.928,118,0.757,136,1.054,159,2.651,164,0.447,176,1.726,199,0.854,200,1.135,201,1.832,202,1.277,203,1.447,204,1.277,205,1.169,209,1.495,210,2.593,211,1.103,212,2.075,213,2.075,214,2.808,215,3.043,216,3.199,217,2.075,219,2.075,231,2.833,245,1.874,267,1.447,268,0.404,271,1.787,272,1.787,306,2.563,310,0.985,311,1.888,312,1.832,313,1.013,314,2.412,315,1.317,316,1.169,317,2.208,318,1.135,319,1.317,320,1.317,321,1.135,322,1.317,323,1.169,324,1.317,325,1.135,326,1.317,327,1.135,328,1.317,329,1.135,330,0.857,331,1.317,332,1.169,333,1.888,334,1.239,335,1.169,336,1.317,337,1.135,338,1.317,339,1.135,340,1.317,341,2.079,342,1.317,343,1.169,344,1.888,345,1.239,346,1.135,347,1.135,348,1.317,349,1.169,350,1.888,351,1.239,352,1.169,353,0.881,354,1.135,355,1.169,356,1.135,357,1.135,358,1.317,359,1.135,360,1.317,361,1.135,362,1.317,363,1.203,364,1.277,365,1.317,371,4.192,373,4.85,375,4.192,376,4.192,377,3.585,378,4.58,385,3.585,396,4.192,405,4.192,406,3.378,407,3.585,409,4.192,410,3.585,411,2.5,412,1.86,413,1.939,414,1.939,415,2.231,433,2.674,435,2.674,436,2.5,437,2.674,438,2.5,440,2.674,441,2.5,451,3.585,455,4.58,540,2.563,636,1.495,655,2.026,681,2.892,682,4.503,714,4.567,879,4.086,887,4.567,945,6.427,1077,3.913,1086,5.34,1114,4.451,2617,4.899,2676,3.585,2852,3.184,2853,6.083,2854,5.203,2855,5.203,2856,3.628,2857,3.628,2858,3.628,2859,3.628,2860,3.628,2861,3.628,2862,4.567,2863,3.628,2864,3.628,2865,3.628,2866,3.628,2867,3.184,2868,3.628,2869,3.628,2870,3.628,2871,3.628,2872,3.628,2873,3.628,2874,4.484,2875,3.628,2876,5.203,2877,5.203,2878,5.203,2879,5.203,2880,5.203,2881,5.203,2882,5.203,2883,5.833,2884,6.645,2885,5.203,2886,5.203,2887,5.203,2888,5.203]],["title/modules/SettingsModule.html",[459,1.117,2889,3.119]],["body/modules/SettingsModule.html",[3,0.127,4,0.099,5,0.072,24,0.011,82,1.069,83,0.127,84,0.006,85,0.008,86,0.006,87,0.141,164,0.524,167,1.804,268,0.58,270,2.778,310,1.412,337,2.55,341,2.55,412,2.665,413,2.778,414,2.778,459,1.373,461,1.887,462,2.561,463,3.912,464,2.665,465,2.778,470,4.178,472,3.55,473,2.778,474,2.466,476,2.738,477,3.885,478,2.903,480,3.041,482,3.197,492,4.312,493,4.577,494,4.896,495,3.832,496,4.577,497,4.084,498,3.197,499,4.312,500,3.375,501,3.197,502,4.084,503,3.197,504,4.084,505,3.197,506,4.312,507,3.375,508,4.577,509,3.583,518,5.296,2889,6.37,2890,4.563,2891,4.563,2892,4.563,2893,5.617,2894,5.199,2895,5.199,2896,4.563,2897,4.563,2898,6.642,2899,5.199,2900,6.642,2901,5.199]],["title/modules/SettingsRoutingModule.html",[459,1.117,2893,2.916]],["body/modules/SettingsRoutingModule.html",[3,0.152,4,0.118,5,0.086,24,0.011,74,1.429,82,1.278,83,0.152,84,0.008,85,0.009,86,0.008,87,0.169,164,0.487,167,1.688,199,1.041,268,0.693,273,2.188,337,2.321,341,2.321,461,2.256,476,3.057,524,3.636,525,3.76,526,4.142,527,4.638,528,4.283,529,4.283,530,4.035,531,3.822,2617,4.582,2893,5.112,2896,5.456,2897,5.456,2902,6.216]],["title/modules/SharedModule.html",[459,1.117,470,2.169]],["body/modules/SharedModule.html",[3,0.115,4,0.09,5,0.065,24,0.011,82,1.437,83,0.115,84,0.006,85,0.008,86,0.006,87,0.128,99,1.283,164,0.51,167,1.283,268,0.527,273,1.664,310,1.283,329,2.486,332,2.746,335,2.746,343,2.746,349,2.746,357,2.667,359,2.486,459,1.248,461,1.715,462,2.329,463,3.736,464,2.423,465,2.526,470,4.565,472,3.337,473,2.526,474,2.242,476,2.574,477,3.652,478,2.639,506,4.053,507,3.068,526,3.486,930,4.149,1338,3.484,1349,3.768,1364,4.149,1365,4.149,2596,3.768,2826,5.874,2903,4.149,2904,4.149,2905,4.149,2906,5.874,2907,4.726,2908,4.726,2909,4.726,2910,4.726,2911,6.243,2912,4.726,2913,4.726,2914,4.726,2915,6.243,2916,4.726,2917,4.726]],["title/components/SidebarComponent.html",[199,0.594,343,1.363]],["body/components/SidebarComponent.html",[3,0.12,4,0.094,5,0.068,8,1.518,10,0.406,24,0.011,27,1.103,83,0.12,84,0.006,85,0.008,86,0.006,87,0.134,93,4.169,99,1.34,103,1.081,110,1.468,112,0.902,114,1.544,118,0.688,136,0.783,164,0.292,199,1.002,200,1.544,201,2.261,202,1.737,203,1.968,204,1.737,205,1.589,209,1.845,210,3.044,211,1.5,212,2.562,213,2.562,214,2.873,215,3.125,217,2.562,219,2.562,231,3.224,245,1.56,267,1.968,268,0.55,310,1.34,311,2.331,312,2.261,313,1.378,314,2.745,315,1.791,316,1.589,317,2.591,318,1.544,319,1.791,320,1.791,321,1.544,322,1.791,323,1.589,324,1.791,325,1.544,326,1.791,327,1.544,328,1.791,329,1.544,330,1.166,331,1.791,332,1.589,333,2.331,334,1.686,335,1.589,336,1.791,337,1.544,338,1.791,339,1.544,340,1.791,341,1.544,342,1.791,343,2.436,344,2.331,345,1.686,346,1.544,347,1.544,348,1.791,349,1.589,350,2.331,351,1.686,352,1.589,353,1.199,354,1.544,355,2.3,356,1.544,357,1.544,358,1.791,359,1.544,360,1.791,361,1.544,362,1.791,363,1.637,364,1.737,365,1.791,540,3.164,704,4.734,740,3.949,1114,3.586,1219,3.164,2918,4.331,2919,7.14,2920,6.422,2921,4.934,2922,4.934,2923,6.422]],["title/components/SidebarStubComponent.html",[199,0.594,345,1.446]],["body/components/SidebarStubComponent.html",[3,0.127,4,0.099,5,0.072,8,1.572,24,0.011,27,1.166,83,0.179,84,0.006,85,0.008,86,0.006,87,0.199,99,1.416,114,1.631,118,0.707,164,0.309,199,0.934,200,1.631,201,2.343,202,2.58,204,1.836,205,1.679,211,1.585,214,2.88,215,3.145,268,0.581,310,1.416,311,2.415,312,2.343,313,1.456,314,2.802,315,1.892,316,1.679,317,2.66,318,1.631,319,1.892,320,1.892,321,1.631,322,1.892,323,1.679,324,1.892,325,1.631,326,1.892,327,1.631,328,1.892,329,1.631,330,1.232,331,1.892,332,1.679,333,2.415,334,2.274,335,1.679,336,1.892,337,1.631,338,1.892,339,1.631,340,1.892,341,1.631,342,1.892,343,1.679,344,2.415,345,2.638,346,1.631,347,1.631,348,1.892,349,1.679,350,2.415,351,2.274,352,1.679,353,1.267,354,1.631,355,1.679,356,1.631,357,1.631,358,1.892,359,1.631,360,1.892,361,1.631,362,1.892,363,1.729,364,1.836,365,1.892,459,1.377,550,2.911,740,4.092,1429,3.843,1435,3.843,1436,5.844,1437,3.843]],["title/interfaces/Signable.html",[0,0.822,2680,2.747]],["body/interfaces/Signable.html",[0,1.455,2,1.325,3,0.086,4,0.067,5,0.049,7,0.86,9,2.245,10,0.291,23,1.461,24,0.011,55,4.419,56,2.989,57,3.116,58,3.509,59,4.279,60,3.446,61,4.89,62,3.843,63,3.723,64,2.311,66,2.07,72,2.62,74,1.601,77,2.106,82,0.727,83,0.086,84,0.004,85,0.006,86,0.004,87,0.096,91,2.255,98,2.989,103,0.86,104,3.116,105,2.557,112,0.497,129,4.284,136,1.105,137,1.974,138,2.313,139,4.265,158,1.277,164,0.355,166,1.814,167,0.961,179,3.016,187,1.561,209,1.016,245,1.764,251,2.059,276,2.208,330,1.208,383,2.393,420,1.976,426,3.317,688,4.04,697,3.142,715,3.317,722,2.297,724,2.438,778,1.976,847,3.55,891,1.411,896,1.891,905,3.142,934,3.894,979,1.891,1065,4.134,1077,1.891,1225,3.349,1286,2.438,1384,2.07,2549,3.317,2650,3.317,2651,3.317,2652,2.438,2653,2.608,2654,4.422,2655,2.608,2656,2.608,2657,5.136,2658,2.608,2659,2.608,2660,5.352,2663,3.767,2664,2.608,2666,2.608,2667,3.767,2668,2.608,2674,4.843,2676,3.522,2679,3.767,2680,5.069,2682,3.522,2683,3.767,2685,3.767,2686,3.522,2687,3.767,2689,3.894,2690,2.608,2691,2.608,2692,2.608,2693,3.767,2694,2.608,2695,2.608,2696,2.608,2697,2.608,2698,2.608,2699,2.608,2700,2.608,2701,2.608,2702,2.608,2703,3.767,2704,3.767,2705,2.608,2706,2.608,2707,2.608,2708,3.767,2709,2.608,2710,3.767,2711,2.608,2712,2.608,2713,2.438,2714,2.608,2715,2.608,2716,2.608,2717,2.608,2718,2.608,2719,2.608,2720,2.608,2721,2.608,2722,2.608,2723,2.608,2724,2.608,2725,2.608,2726,2.608,2924,3.538]],["title/interfaces/Signature.html",[0,0.822,55,2.169]],["body/interfaces/Signature.html",[0,1.443,2,1.29,3,0.084,4,0.066,5,0.048,7,0.837,9,2.78,10,0.283,11,0.844,21,0.556,23,1.514,24,0.011,55,4.43,56,3.457,57,3.413,58,4.209,59,4.248,60,3.432,61,4.898,62,4.209,63,4.146,64,2.287,66,2.016,72,2.57,74,1.585,77,2.067,82,0.709,83,0.084,84,0.004,85,0.006,86,0.004,87,0.093,91,2.212,98,2.933,104,3.078,105,2.519,129,4.24,136,1.029,137,1.937,138,2.285,139,4.213,158,1.252,164,0.35,166,1.767,167,0.936,179,2.997,187,1.521,209,0.99,245,1.748,251,2.038,276,2.188,330,1.185,383,2.357,420,1.925,426,3.255,688,3.99,697,3.083,715,3.255,722,2.237,724,2.375,778,1.925,847,3.522,891,1.375,896,1.842,905,3.083,934,3.836,979,1.842,1065,4.073,1077,1.842,1225,3.3,1286,2.375,1384,2.016,2549,3.255,2650,3.255,2651,2.237,2652,2.375,2653,2.541,2654,4.356,2655,2.541,2656,2.541,2657,5.083,2658,2.541,2659,2.541,2660,5.304,2663,3.696,2664,2.541,2666,2.541,2667,3.696,2668,2.541,2674,4.784,2676,3.455,2679,3.696,2680,4.821,2682,3.455,2683,3.696,2685,3.696,2686,3.455,2687,3.696,2689,3.836,2690,2.541,2691,2.541,2692,2.541,2693,3.696,2694,2.541,2695,2.541,2696,2.541,2697,2.541,2698,2.541,2699,2.541,2700,2.541,2701,2.541,2702,2.541,2703,3.696,2704,3.696,2705,2.541,2706,2.541,2707,2.541,2708,3.696,2709,2.541,2710,3.696,2711,2.541,2712,2.541,2713,2.375,2714,2.541,2715,2.541,2716,2.541,2717,2.541,2718,2.541,2719,2.541,2720,2.541,2721,2.541,2722,2.541,2723,2.541,2724,2.541,2725,2.541,2726,2.541]],["title/interfaces/Signature-1.html",[0,0.685,55,1.806,195,1.967]],["body/interfaces/Signature-1.html",[0,1.548,1,3.462,2,1.54,3,0.1,4,0.078,5,0.057,6,2.671,7,1,8,1.802,9,2.982,10,0.338,11,0.957,13,4.191,14,3.174,15,2.801,16,3.918,17,4.005,18,3.918,19,3.637,20,3.339,21,0.653,22,3.038,23,1.575,24,0.011,25,2.263,26,1.755,27,0.92,28,2.027,29,2.835,30,3.033,31,3.326,33,3.033,34,3.033,35,2.835,36,2.835,37,3.033,38,1.754,39,3.918,40,3.918,41,3.918,42,3.69,43,3.69,44,1.951,45,3.918,46,3.033,47,3.496,48,1.934,49,3.918,50,3.918,51,3.918,52,4.455,53,3.918,54,3.326,55,4.083,56,3.326,57,3.497,58,4.11,59,3.174,60,2.343,61,4.461,62,3.326,63,4.075,64,2.161,65,2.407,66,3.326,67,2.803,68,3.033,69,2.671,70,2.297,71,3.69,72,2.109,73,1.117,74,0.946,75,3.496,76,2.671,77,2.343,78,2.671,79,3.496,80,2.801,81,2.835,82,0.846,83,0.1,84,0.005,85,0.007,86,0.005]],["title/interfaces/Signer.html",[0,0.822,129,2.602]],["body/interfaces/Signer.html",[0,1.401,2,1.176,3,0.077,4,0.06,5,0.043,7,1.508,9,2.096,10,0.258,12,1.085,21,0.569,23,1.473,24,0.011,55,4.461,56,2.74,57,2.943,58,3.275,59,4.229,60,3.457,61,4.831,62,3.63,63,3.547,64,2.202,66,1.838,72,2.401,74,1.526,77,1.931,82,0.646,83,0.077,84,0.004,85,0.006,86,0.004,87,0.085,91,2.067,98,3.275,103,0.788,104,2.943,105,2.387,112,0.977,117,1.184,118,0.64,129,4.434,136,1.223,137,2.163,138,2.337,139,4.518,158,1.17,164,0.332,166,1.611,167,0.853,179,2.926,187,1.386,209,0.903,245,1.84,251,2.19,276,2.303,330,1.107,383,2.234,420,1.754,426,3.635,688,4.28,697,2.88,715,3.04,722,2.04,724,2.165,778,1.754,847,3.657,891,1.253,896,1.679,905,3.443,934,3.635,979,1.679,1065,3.859,1077,1.679,1225,3.465,1286,2.165,1384,1.838,2549,3.635,2650,3.04,2651,4.681,2652,2.165,2653,2.316,2654,4.575,2655,2.316,2656,2.316,2657,4.893,2658,4.128,2659,4.128,2660,5.768,2661,4.111,2662,3.734,2663,4.893,2664,2.316,2666,2.316,2667,3.453,2668,2.316,2674,5.131,2676,3.859,2679,4.128,2680,5.005,2682,3.859,2683,4.128,2685,4.128,2686,3.859,2687,4.128,2689,3.635,2690,2.316,2691,3.453,2692,3.453,2693,4.128,2694,2.316,2695,2.316,2696,2.316,2697,2.316,2698,2.316,2699,2.316,2700,2.316,2701,2.316,2702,2.316,2703,3.453,2704,3.453,2705,2.316,2706,2.316,2707,2.316,2708,3.453,2709,2.316,2710,3.453,2711,2.316,2712,2.316,2713,2.165,2714,2.316,2715,2.316,2716,2.316,2717,2.316,2718,2.316,2719,2.316,2720,2.316,2721,2.316,2722,2.316,2723,2.316,2724,2.316,2725,2.316,2726,2.316,2925,3.142,2926,3.142,2927,3.142,2928,3.142,2929,3.142,2930,3.142]],["title/interfaces/Staff.html",[0,0.822,655,2.363]],["body/interfaces/Staff.html",[0,1.359,2,2.111,3,0.138,4,0.107,5,0.078,7,1.37,10,0.464,11,1.177,21,0.7,23,1.558,24,0.011,25,2.252,26,1.898,47,5.117,57,3.316,64,1.871,67,2.789,82,1.159,83,0.138,84,0.007,85,0.009,86,0.007,104,4.102,114,2.188,118,0.802,655,4.435,847,4.102,1295,4.818,2476,5.474,2862,6.972,2931,4.95,2932,8.321,2933,7.943,2934,6.991,2935,6.137]],["title/interfaces/Token.html",[0,0.822,27,0.946]],["body/interfaces/Token.html",[0,1.28,2,1.921,3,0.125,4,0.098,5,0.071,7,1.247,8,1.557,10,0.422,11,1.109,12,1.254,14,2.865,21,0.73,23,1.586,24,0.011,26,1.645,27,1.984,32,4.856,38,2.808,64,1.702,80,3.245,82,1.055,83,0.125,84,0.006,85,0.008,86,0.006,116,4.72,118,0.783,120,3.338,163,5.252,1228,4.539,1229,4.002,2463,5.289,2465,4.091,2466,5.598,2468,6.476,2470,6.12,2473,3.783,2475,6.12,2476,5.289,2936,4.505,2937,6.587,2938,6.587,2939,6.587,2940,6.587,2941,6.587]],["title/components/TokenDetailsComponent.html",[199,0.594,346,1.324]],["body/components/TokenDetailsComponent.html",[3,0.103,4,0.08,5,0.058,8,1.368,10,0.347,11,0.975,12,0.691,21,0.496,24,0.011,27,1.915,65,4.157,83,0.103,84,0.005,85,0.007,86,0.005,87,0.115,99,1.148,103,0.975,110,0.869,112,0.927,114,1.322,117,0.754,118,0.741,120,2.31,136,0.67,164,0.441,199,0.927,200,1.322,201,2.039,202,1.488,203,1.686,204,1.488,205,1.361,209,1.663,210,2.816,211,1.285,212,2.31,213,2.31,214,2.842,215,3.086,217,2.31,219,2.31,231,3.029,245,1.407,267,1.686,268,0.471,272,2.082,273,1.488,276,1.285,296,2.598,306,2.853,310,1.148,311,2.102,312,2.039,313,1.18,314,2.579,315,1.534,316,1.361,317,2.397,318,1.322,319,1.534,320,1.534,321,1.322,322,1.534,323,1.361,324,1.534,325,1.322,326,1.534,327,1.322,328,1.534,329,1.322,330,0.999,331,1.534,332,1.361,333,2.102,334,1.444,335,1.361,336,1.534,337,1.322,338,1.534,339,1.322,340,1.534,341,1.322,342,1.534,343,1.361,344,2.102,345,1.444,346,2.224,347,1.322,348,1.534,349,1.361,350,2.102,351,1.444,352,1.361,353,1.027,354,1.322,355,1.361,356,1.322,357,1.322,358,1.534,359,1.322,360,1.534,361,1.322,362,1.534,363,1.402,364,1.488,365,1.534,416,2.359,417,2.082,429,2.472,430,2.743,457,3.759,549,3.233,564,5.083,618,3.369,636,1.742,1219,2.853,1229,2.853,2313,4.616,2463,3.99,2466,3.99,2473,4.268,2476,3.99,2582,4.616,2942,6.237,2943,5.238,2944,3.369,2945,5.798,2946,5.083,2947,4.226,2948,7.106,2949,5.425,2950,5.79,2951,4.226,2952,4.226,2953,4.226,2954,4.226,2955,4.226,2956,6.237,2957,5.083,2958,5.79,2959,5.79,2960,5.79,2961,5.79,2962,5.79,2963,5.79,2964,5.79,2965,5.083,2966,5.79,2967,5.79]],["title/pipes/TokenRatioPipe.html",[1787,2.602,2906,2.916]],["body/pipes/TokenRatioPipe.html",[3,0.155,4,0.121,5,0.088,12,1.037,21,0.544,24,0.011,48,1.5,83,0.155,84,0.008,85,0.009,86,0.008,87,0.172,103,1.068,112,0.891,117,1.132,118,0.771,136,1.007,158,1.586,164,0.376,209,1.823,211,1.93,268,0.708,457,4.876,1643,4.374,1787,4.618,2827,5.061,2830,5.572,2832,7.021,2834,6.593,2906,5.176,2968,6.593,2969,5.572,2970,7.51,2971,6.348,2972,6.348,2973,6.348]],["title/classes/TokenRegistry.html",[87,0.115,2974,2.916]],["body/classes/TokenRegistry.html",[0,0.663,3,0.083,4,0.065,5,0.047,7,1.57,8,1.793,10,0.281,11,0.838,12,0.96,21,0.614,23,1.463,24,0.011,26,2.032,27,1.968,67,1.362,74,1.351,79,2.099,80,4.042,83,0.083,84,0.004,85,0.006,86,0.004,87,0.093,89,1.682,91,2.197,92,4.452,94,4.994,95,4.371,96,4.371,97,6.661,98,2.913,99,1.865,100,4.806,101,6.295,102,6.793,103,0.838,104,3.67,105,3.435,110,0.702,111,4.371,112,1.039,114,1.558,115,3.815,116,4.835,117,1.048,118,0.662,119,5.476,120,3.382,121,2.722,130,5.717,133,5.717,134,6.295,136,1.264,137,2.77,155,4.762,158,1.614,159,1.362,163,5.717,164,0.295,165,3.607,166,1.75,167,0.927,168,1.455,169,1.75,170,2.722,171,3.431,172,2.722,174,2.722,175,2.353,176,1.652,177,2.517,178,2.997,179,2.496,180,4.371,181,2.997,182,2.997,183,4.371,184,2.997,187,2.593,1133,1.997,1219,3.874,1268,4.194,1273,4.371,2974,3.431,2975,6.05,2976,2.722,2977,4.979,2978,7.171,2979,4.979,2980,3.414,2981,3.414,2982,4.979,2983,3.414,2984,6.902,2985,6.46,2986,3.414,2987,3.414,2988,4.979,2989,4.979,2990,3.414,2991,7.863,2992,3.414,2993,4.979,2994,3.414,2995,2.997,2996,3.414,2997,3.414,2998,3.414,2999,3.414,3000,3.414,3001,3.414]],["title/injectables/TokenService.html",[915,1.324,2949,2.916]],["body/injectables/TokenService.html",[3,0.119,4,0.093,5,0.067,10,0.4,11,1.07,12,1.158,21,0.686,23,1.455,24,0.011,26,1.214,48,1.149,73,1.32,74,1.462,83,0.119,84,0.006,85,0.008,86,0.006,87,0.132,94,4.146,103,1.07,105,3.526,110,0.999,112,1.145,117,1.264,118,0.683,120,2.537,136,1.124,137,3.014,158,1.771,164,0.483,168,2.072,169,2.492,176,2.351,187,3.443,192,5.582,268,0.542,276,1.478,555,3.492,576,2.305,636,2.004,670,2.492,786,2.492,915,1.99,918,2.598,932,2.598,948,3.583,949,5.901,1005,2.598,1106,5.295,1136,2.843,1138,3.875,1191,3.875,1229,2.395,2533,6.6,2535,5.582,2785,5.651,2794,3.875,2795,3.875,2949,4.383,2974,5.621,3002,4.267,3003,7.088,3004,6.36,3005,6.36,3006,6.36,3007,4.861,3008,6.36,3009,4.861,3010,4.861,3011,7.803,3012,4.861,3013,4.861,3014,4.267,3015,4.861,3016,4.267,3017,4.861,3018,4.861,3019,4.861,3020,4.861,3021,4.861,3022,4.861,3023,4.861,3024,4.861,3025,4.861,3026,4.861,3027,4.861,3028,4.861,3029,4.861]],["title/classes/TokenServiceStub.html",[87,0.115,3030,3.374]],["body/classes/TokenServiceStub.html",[3,0.157,4,0.123,5,0.089,10,0.529,12,1.052,21,0.552,23,1.435,24,0.011,83,0.157,84,0.008,85,0.009,86,0.008,87,0.175,89,3.172,103,1.275,112,0.904,117,1.149,118,0.73,136,1.021,158,1.608,550,3.595,891,3.021,1229,3.732,1632,4.746,2463,4.437,3030,6.038,3031,6.648,3032,7.574,3033,7.574,3034,6.439]],["title/components/TokensComponent.html",[199,0.594,347,1.324]],["body/components/TokensComponent.html",[3,0.09,4,0.071,5,0.051,8,1.248,10,0.305,11,0.889,12,1.006,21,0.65,23,1.098,24,0.011,27,1.376,48,1.248,73,1.007,83,0.15,84,0.005,85,0.006,86,0.005,87,0.101,99,1.007,103,0.889,105,3.144,110,1.086,112,1.124,114,1.16,117,1.098,118,0.772,120,2.677,136,1.065,137,2.592,159,2.677,164,0.468,176,1.229,187,2.716,199,0.864,200,1.16,201,1.86,202,1.305,203,1.479,204,1.305,205,1.194,209,1.518,210,2.624,211,1.127,212,2.108,213,2.108,214,2.813,215,3.049,216,3.249,217,2.108,219,2.108,231,2.861,242,4.056,245,1.63,267,1.479,268,0.413,271,1.826,272,1.826,273,1.305,276,1.872,306,2.603,310,1.007,311,1.918,312,1.86,313,1.035,314,2.436,315,1.345,316,1.194,317,2.234,318,1.16,319,1.345,320,1.345,321,1.16,322,1.345,323,1.194,324,1.345,325,1.16,326,1.345,327,1.16,328,1.345,329,1.16,330,0.876,331,1.345,332,1.194,333,1.918,334,1.266,335,1.194,336,1.345,337,1.16,338,1.345,339,1.16,340,1.345,341,1.16,342,1.345,343,1.194,344,1.918,345,1.266,346,1.16,347,2.1,348,1.345,349,1.194,350,1.918,351,1.266,352,1.194,353,0.901,354,1.16,355,1.194,356,1.16,357,1.16,358,1.345,359,1.16,360,1.345,361,1.16,362,1.345,363,1.229,364,1.305,365,1.345,371,4.242,375,4.242,376,4.242,377,3.641,378,4.625,383,3.027,385,3.641,396,4.242,405,4.242,406,3.43,407,3.641,409,4.242,410,3.641,411,2.554,412,1.9,413,1.981,414,1.981,415,2.279,433,2.732,435,2.732,436,2.554,437,2.732,438,2.554,440,2.732,441,2.554,451,3.641,457,3.43,618,2.955,1219,3.946,1229,3.306,2466,4.625,2582,4.212,2949,5.082,2956,4.638,2957,4.638,2965,4.638,2974,2.554,3035,3.254,3036,6.156,3037,5.283,3038,6.156,3039,5.283,3040,3.707,3041,5.283,3042,3.707,3043,3.707,3044,3.707,3045,5.283,3046,3.707,3047,3.707,3048,3.707,3049,3.707,3050,3.707,3051,3.707,3052,3.707,3053,5.283,3054,5.283,3055,3.707,3056,3.707,3057,3.707,3058,3.707]],["title/modules/TokensModule.html",[459,1.117,3059,3.119]],["body/modules/TokensModule.html",[3,0.127,4,0.099,5,0.072,24,0.011,82,1.072,83,0.127,84,0.006,85,0.008,86,0.006,87,0.141,164,0.523,167,1.807,268,0.581,310,1.416,346,2.552,347,2.552,412,2.673,413,2.786,414,2.786,459,1.377,461,1.892,462,2.569,463,3.917,464,2.673,465,2.786,470,4.182,472,3.556,473,2.786,474,2.473,476,2.743,477,3.893,478,2.911,480,3.05,482,3.206,485,3.593,492,4.32,493,4.586,494,4.905,495,3.843,496,4.586,497,4.092,498,3.206,499,4.32,500,3.385,501,3.206,502,4.092,503,3.206,504,4.092,505,3.206,506,4.32,507,3.385,513,4.586,514,3.385,2943,3.843,3059,6.372,3060,4.577,3061,4.577,3062,4.577,3063,5.621,3064,5.214,3065,5.214,3066,4.577,3067,4.577,3068,6.654,3069,6.654,3070,5.214,3071,6.654,3072,5.214]],["title/modules/TokensRoutingModule.html",[459,1.117,3063,2.916]],["body/modules/TokensRoutingModule.html",[3,0.153,4,0.12,5,0.087,24,0.011,67,2.505,74,1.444,82,1.291,83,0.153,84,0.008,85,0.009,86,0.008,87,0.17,164,0.488,167,1.706,199,1.048,268,0.7,273,2.211,346,2.335,347,2.335,461,2.28,476,3.076,485,4.328,524,3.674,525,3.777,526,4.167,527,4.366,531,3.862,2943,4.63,3063,5.143,3066,5.513,3067,5.513,3073,6.281]],["title/components/TopbarComponent.html",[199,0.594,349,1.363]],["body/components/TopbarComponent.html",[3,0.123,4,0.096,5,0.07,8,1.537,10,0.414,24,0.011,27,1.125,83,0.123,84,0.006,85,0.008,86,0.006,87,0.136,99,1.366,103,1.095,110,1.482,112,0.913,114,1.574,118,0.695,136,0.798,164,0.298,199,1.012,200,1.574,201,2.29,202,1.771,203,2.007,204,1.771,205,1.621,209,1.868,210,3.072,211,1.53,212,2.594,213,2.594,214,2.877,215,3.129,217,2.594,219,2.594,231,3.248,245,1.58,267,2.007,268,0.561,310,1.366,311,2.36,312,2.29,313,1.405,314,2.765,315,1.826,316,1.621,317,2.616,318,1.574,319,1.826,320,1.826,321,1.574,322,1.826,323,1.621,324,1.826,325,1.574,326,1.826,327,1.574,328,1.826,329,1.574,330,1.189,331,1.826,332,1.621,333,2.36,334,1.719,335,1.621,336,1.826,337,1.574,338,1.826,339,1.574,340,1.826,341,1.574,342,1.826,343,1.621,344,2.36,345,1.719,346,1.574,347,1.574,348,1.826,349,2.454,350,2.36,351,1.719,352,1.621,353,1.222,354,1.574,355,1.621,356,1.574,357,1.574,358,1.826,359,1.574,360,1.826,361,1.574,362,1.826,363,1.669,364,1.771,365,1.826,1437,4.794,3074,4.416,3075,7.207,3076,6.504,3077,5.031,3078,5.031]],["title/components/TopbarStubComponent.html",[199,0.594,351,1.446]],["body/components/TopbarStubComponent.html",[3,0.127,4,0.099,5,0.072,8,1.572,24,0.011,27,1.166,83,0.179,84,0.006,85,0.008,86,0.006,87,0.199,99,1.416,114,1.631,118,0.707,164,0.309,199,0.934,200,1.631,201,2.343,202,2.58,204,1.836,205,1.679,211,1.585,214,2.88,215,3.145,268,0.581,310,1.416,311,2.415,312,2.343,313,1.456,314,2.802,315,1.892,316,1.679,317,2.66,318,1.631,319,1.892,320,1.892,321,1.631,322,1.892,323,1.679,324,1.892,325,1.631,326,1.892,327,1.631,328,1.892,329,1.631,330,1.232,331,1.892,332,1.679,333,2.415,334,2.274,335,1.679,336,1.892,337,1.631,338,1.892,339,1.631,340,1.892,341,1.631,342,1.892,343,1.679,344,2.415,345,2.274,346,1.631,347,1.631,348,1.892,349,1.679,350,2.415,351,2.638,352,1.679,353,1.267,354,1.631,355,1.679,356,1.631,357,1.631,358,1.892,359,1.631,360,1.892,361,1.631,362,1.892,363,1.729,364,1.836,365,1.892,459,1.377,550,2.911,740,3.206,1429,3.843,1435,3.843,1436,5.844,1437,4.905]],["title/interfaces/Transaction.html",[0,0.822,353,1.028]],["body/interfaces/Transaction.html",[0,1.592,1,3.982,2,1.638,3,0.107,4,0.083,5,0.06,7,1.063,8,1.781,9,1.638,10,0.487,11,0.998,12,0.969,21,0.73,23,1.52,24,0.011,25,1.409,26,2.046,27,1.906,38,3.59,48,1.704,64,2.391,80,2.156,82,0.899,83,0.107,84,0.005,85,0.007,86,0.005,116,2.69,118,0.572,120,3.169,164,0.259,251,1.293,353,2.155,537,1.69,762,4.152,876,3.934,909,2.69,1119,4.667,1204,3.015,1205,3.225,1206,3.225,1207,3.225,1208,3.015,1209,3.015,1210,5.157,1211,4.371,1212,4.371,1213,4.968,1214,4.371,1215,5.314,1216,3.225,1217,5.246,1218,4.97,1219,2.921,1220,4.371,1221,3.015,1222,3.225,1223,3.015,1224,2.84,1225,2.443,1226,3.225,1227,3.225,1228,3.015,1229,2.921]],["title/components/TransactionDetailsComponent.html",[199,0.594,352,1.363]],["body/components/TransactionDetailsComponent.html",[3,0.076,4,0.106,5,0.043,8,1.101,10,0.458,11,0.784,12,0.761,21,0.567,23,1.348,24,0.011,27,1.69,65,3.618,79,2.865,83,0.076,84,0.004,85,0.006,86,0.004,87,0.085,99,0.847,103,0.784,105,3.372,110,0.958,112,1.097,114,0.976,117,0.831,118,0.753,120,3.19,136,1.101,137,2.857,164,0.411,187,2.729,199,0.783,200,0.976,201,1.64,202,1.099,203,1.245,204,1.099,205,1.005,209,1.338,210,2.377,211,0.949,212,1.859,213,1.859,214,2.769,215,2.994,217,1.859,219,1.859,231,2.636,242,3.71,245,1.503,267,1.245,268,0.348,271,1.537,272,1.537,273,1.099,274,2.3,275,2.3,276,1.695,310,0.847,311,1.691,312,1.64,313,0.871,314,2.245,315,1.132,316,1.005,317,2.024,318,0.976,319,1.132,320,1.132,321,0.976,322,1.132,323,1.005,324,1.132,325,0.976,326,1.132,327,0.976,328,1.132,329,0.976,330,0.737,331,1.132,332,1.005,333,1.691,334,1.066,335,1.005,336,1.132,337,0.976,338,1.132,339,0.976,340,1.132,341,0.976,342,1.132,343,1.005,344,1.691,345,1.066,346,0.976,347,0.976,348,1.132,349,1.005,350,1.691,351,1.066,352,1.992,353,2.026,354,0.976,355,1.992,356,0.976,357,0.976,358,1.132,359,0.976,360,1.132,361,0.976,362,1.132,363,1.035,364,1.099,365,1.132,455,3.211,457,3.025,521,2.488,522,2.15,683,4.424,762,1.667,876,2.726,888,2.488,1209,4.784,1213,4.784,1217,4.507,1218,4.269,1221,3.211,1223,3.211,1224,3.025,1229,3.42,1294,3.025,1310,3.435,2549,2.026,2944,2.488,2945,4.895,2946,4.09,3079,6.944,3080,6.308,3081,5.576,3082,5.576,3083,5.576,3084,4.659,3085,6.185,3086,6.185,3087,6.185,3088,6.185,3089,5.576,3090,6.185,3091,4.659,3092,3.12,3093,4.659,3094,3.12,3095,3.12,3096,3.12,3097,3.12,3098,3.12,3099,3.12,3100,3.12,3101,3.12,3102,2.488,3103,3.12,3104,3.12,3105,5.576,3106,3.12,3107,3.12,3108,3.12,3109,3.12,3110,3.12,3111,3.12,3112,3.12,3113,3.12,3114,3.12,3115,3.12,3116,3.12,3117,3.12,3118,3.12,3119,3.12,3120,3.12,3121,2.739,3122,5.576,3123,3.12,3124,3.12,3125,6.185,3126,6.185,3127,4.659,3128,6.094,3129,4.659,3130,4.659,3131,6.185,3132,4.09,3133,4.659,3134,4.659,3135,4.659,3136,4.09,3137,4.659,3138,4.659,3139,6.185,3140,6.185,3141,6.185,3142,4.659,3143,4.659,3144,4.659,3145,6.185,3146,4.659,3147,4.659,3148,4.659,3149,4.659,3150,6.185,3151,4.659]],["title/injectables/TransactionService.html",[683,2.602,915,1.324]],["body/injectables/TransactionService.html",[3,0.071,4,0.055,5,0.04,8,0.688,9,1.656,10,0.239,11,0.745,12,1.184,21,0.659,22,1.557,23,1.434,24,0.011,25,0.938,26,2.083,48,1.661,52,1.557,73,1.453,74,1.908,75,3.673,83,0.071,84,0.007,85,0.005,86,0.004,87,0.079,94,3.129,103,0.745,105,3.162,110,0.91,112,1.129,117,1.292,118,0.698,120,2.383,136,1.149,137,2.613,158,1.605,164,0.489,165,3.925,168,1.242,169,1.493,171,2.007,176,2.131,187,2.984,241,4.322,245,1.451,268,0.325,274,2.147,275,2.147,276,2.202,296,3.289,330,1.264,353,1.561,355,1.723,383,2.804,416,1.626,417,1.435,418,1.891,419,3.261,427,3.686,429,3.129,555,3.165,576,1.381,670,1.493,682,4.322,683,2.72,762,2.364,786,1.493,857,2.557,915,1.384,918,1.557,932,1.557,948,2.147,949,4.986,971,3.883,979,1.557,1005,2.364,1044,2.557,1077,1.557,1106,4.563,1109,4.763,1110,4.986,1119,2.47,1136,2.588,1138,2.322,1145,2.557,1174,3.527,1176,3.883,1191,3.527,1208,2.007,1224,1.891,2713,2.007,2785,4.265,2786,2.557,2794,2.322,2795,2.322,3014,2.557,3016,2.557,3132,2.557,3136,2.557,3152,2.322,3153,5.349,3154,5.349,3155,5.349,3156,4.424,3157,4.424,3158,4.424,3159,3.883,3160,5.974,3161,3.883,3162,3.883,3163,5.349,3164,4.424,3165,4.424,3166,6.923,3167,2.913,3168,4.424,3169,2.913,3170,2.913,3171,2.913,3172,2.913,3173,3.883,3174,2.913,3175,3.883,3176,2.913,3177,2.913,3178,5.974,3179,5.974,3180,2.913,3181,5.349,3182,4.424,3183,2.913,3184,2.913,3185,4.424,3186,2.913,3187,2.913,3188,2.913,3189,2.913,3190,2.913,3191,2.913,3192,2.557,3193,2.913,3194,2.557,3195,2.913,3196,2.913,3197,2.913,3198,2.913,3199,2.913,3200,4.424,3201,2.913,3202,2.557,3203,2.322,3204,2.913,3205,2.913,3206,4.424,3207,4.424,3208,2.913,3209,2.557,3210,5.349,3211,2.913,3212,5.349,3213,4.424,3214,5.349,3215,2.913,3216,4.424,3217,3.883,3218,2.913,3219,2.913,3220,2.913,3221,2.913,3222,2.913,3223,2.913,3224,2.913,3225,2.913,3226,4.424,3227,4.424,3228,2.913,3229,2.913,3230,4.424,3231,4.424,3232,2.557,3233,4.424,3234,2.913,3235,2.913,3236,2.913,3237,2.913,3238,2.913,3239,2.913,3240,2.913,3241,2.913,3242,2.913,3243,2.913,3244,2.913,3245,2.913,3246,2.913,3247,2.913,3248,2.913,3249,2.913,3250,2.913,3251,2.913,3252,2.913,3253,2.913,3254,2.913,3255,2.913,3256,2.913,3257,2.913,3258,2.913,3259,2.913,3260,2.913,3261,2.913,3262,2.913,3263,2.913,3264,2.913,3265,2.913,3266,2.913,3267,2.913,3268,2.913,3269,2.913,3270,2.913,3271,2.913,3272,2.913,3273,2.913,3274,2.913,3275,2.913,3276,2.913,3277,2.913,3278,2.913,3279,2.913,3280,2.913,3281,2.913,3282,2.913,3283,2.913,3284,2.913]],["title/classes/TransactionServiceStub.html",[87,0.115,3285,3.374]],["body/classes/TransactionServiceStub.html",[3,0.144,4,0.112,5,0.082,10,0.485,12,1.267,21,0.664,24,0.011,26,2.163,83,0.144,84,0.007,85,0.009,86,0.007,87,0.16,89,2.907,103,1.21,112,1.088,117,1.383,118,0.747,136,1.23,158,1.474,164,0.35,245,1.96,353,1.433,550,3.294,555,3.819,576,2.798,762,3.153,891,3.218,1109,4.703,1110,5.714,1174,5.73,3159,6.309,3161,6.309,3162,6.309,3166,6.804,3173,6.309,3175,6.309,3285,5.73,3286,7.082,3287,5.899,3288,5.899,3289,5.178,3290,5.899,3291,5.899]],["title/components/TransactionsComponent.html",[199,0.594,354,1.324]],["body/components/TransactionsComponent.html",[3,0.078,4,0.061,5,0.044,8,1.124,10,0.264,11,0.801,12,0.927,21,0.714,23,1.195,24,0.011,26,1.189,27,0.717,48,1.8,73,1.703,83,0.138,84,0.004,85,0.006,86,0.004,87,0.087,99,0.872,103,0.801,110,0.978,112,1.163,114,1.004,117,1.011,118,0.676,136,1.113,159,2.974,164,0.442,176,1.065,199,0.796,200,1.004,201,1.675,202,1.13,203,1.28,204,1.13,205,1.034,209,1.367,210,2.417,211,0.976,212,1.898,213,1.898,214,2.777,215,3.004,216,2.926,217,1.898,219,1.898,231,2.673,241,4.465,245,1.933,267,1.28,268,0.358,271,1.581,272,1.581,276,1.724,294,2.657,296,1.974,306,2.344,310,0.872,311,1.727,312,1.675,313,0.896,314,2.276,315,1.165,316,1.034,317,2.058,318,1.004,319,1.165,320,1.165,321,1.004,322,1.165,323,1.034,324,1.165,325,1.004,326,1.165,327,1.004,328,1.165,329,1.004,330,0.758,331,1.165,332,1.034,333,1.727,334,1.097,335,1.034,336,1.165,337,1.004,338,1.165,339,1.004,340,1.165,341,1.004,342,1.165,343,1.034,344,1.727,345,1.097,346,1.004,347,1.004,348,1.165,349,1.034,350,1.727,351,1.097,352,1.034,353,1.883,354,1.962,355,2.563,356,1.004,357,1.004,358,1.165,359,1.004,360,1.165,361,1.004,362,1.165,363,1.065,364,1.13,365,1.165,371,3.907,372,4.977,374,4.977,375,3.907,376,3.907,377,3.279,378,4.322,385,3.279,396,3.907,398,4.322,400,5,402,3.794,403,4.177,405,3.907,406,3.089,407,3.279,409,3.907,410,3.279,411,2.212,412,1.645,413,1.715,414,1.715,415,1.974,416,1.792,417,1.581,418,2.083,427,2.212,429,1.877,430,2.083,436,3.279,438,3.279,441,2.212,450,3.794,451,3.279,455,3.279,457,4.071,683,4.465,1096,5.171,1217,4.071,1218,3.856,2537,2.817,2631,3.794,3209,2.817,3232,4.177,3292,2.817,3293,5.67,3294,5.67,3295,4.758,3296,5.67,3297,5.67,3298,5.67,3299,5.67,3300,6.271,3301,6.271,3302,4.758,3303,3.209,3304,4.758,3305,3.209,3306,3.209,3307,3.209,3308,3.209,3309,3.209,3310,4.758,3311,3.209,3312,3.209,3313,3.209,3314,3.209,3315,3.209,3316,3.209,3317,3.209,3318,3.209,3319,3.209,3320,3.209,3321,3.209,3322,4.758,3323,3.209,3324,3.209,3325,4.758,3326,4.758,3327,3.209,3328,3.209,3329,3.209,3330,4.758,3331,4.758,3332,3.209,3333,3.209,3334,6.271,3335,4.758,3336,4.758,3337,4.758,3338,4.758,3339,4.758,3340,4.758,3341,4.758]],["title/modules/TransactionsModule.html",[459,1.117,471,2.916]],["body/modules/TransactionsModule.html",[3,0.124,4,0.097,5,0.07,24,0.011,82,1.49,83,0.124,84,0.006,85,0.008,86,0.006,87,0.138,164,0.523,167,1.779,268,0.567,310,1.382,352,2.775,354,2.536,412,2.608,413,2.719,414,2.719,459,1.344,461,1.847,462,2.507,463,3.872,464,2.608,465,2.719,470,4.155,471,5.966,472,3.501,473,2.719,474,2.413,476,2.7,477,3.832,478,2.841,480,2.976,482,3.129,485,3.506,486,5.223,487,2.976,488,3.751,492,4.253,493,4.515,494,4.829,495,3.751,496,4.515,497,4.028,498,3.129,499,4.253,500,3.303,501,3.129,502,4.028,503,3.129,504,4.028,505,3.129,506,4.253,507,3.303,508,4.515,509,3.506,513,4.515,514,3.303,520,5.75,521,4.057,522,3.506,3080,4.057,3342,4.466,3343,4.466,3344,4.466,3345,4.466,3346,5.585,3347,5.088,3348,5.088,3349,4.466,3350,5.088]],["title/modules/TransactionsRoutingModule.html",[459,1.117,3346,2.916]],["body/modules/TransactionsRoutingModule.html",[3,0.157,4,0.123,5,0.089,24,0.011,74,1.483,82,1.326,83,0.157,84,0.008,85,0.009,86,0.008,87,0.175,164,0.477,167,1.752,199,0.906,268,0.719,273,2.271,354,2.372,461,2.341,476,3.125,524,3.773,525,3.819,526,4.233,527,3.773,531,3.966,3346,5.225,3349,5.662,3351,6.45]],["title/interfaces/Tx.html",[0,0.822,1119,2.363]],["body/interfaces/Tx.html",[0,1.603,1,3.601,2,1.693,3,0.11,4,0.086,5,0.063,7,1.099,8,1.616,9,2.27,10,0.562,11,1.021,21,0.687,23,1.487,24,0.011,25,1.457,26,2.139,27,1.863,38,3.471,48,1.069,64,2.269,80,2.229,82,0.93,83,0.11,84,0.006,85,0.007,86,0.006,116,2.782,118,0.585,120,3.04,164,0.268,251,2.021,353,2.152,537,2.343,762,4.192,876,4.764,909,3.729,1119,4.474,1204,3.118,1205,3.335,1206,3.335,1207,3.335,1208,3.118,1209,3.118,1210,4.947,1211,4.47,1212,4.47,1213,4.714,1214,4.47,1215,5.387,1216,3.335,1217,4.441,1218,4.206,1219,2.229,1220,3.335,1221,5.036,1222,4.47,1223,5.036,1224,3.937,1225,3.386,1226,5.387,1227,5.387,1228,3.118,1229,2.988]],["title/interfaces/TxToken.html",[0,0.822,1210,2.747]],["body/interfaces/TxToken.html",[0,1.611,1,3.636,2,1.735,3,0.113,4,0.088,5,0.064,7,1.126,8,1.636,9,1.735,10,0.507,11,1.037,21,0.658,23,1.532,24,0.011,25,1.493,26,2.014,27,1.921,38,3.49,48,1.095,64,2.448,80,3.037,82,0.953,83,0.113,84,0.006,85,0.008,86,0.006,116,3.79,118,0.762,120,3.306,164,0.275,251,1.37,353,2.138,537,1.79,762,4.222,876,4.05,909,2.85,1119,4.411,1204,3.194,1205,3.417,1206,3.417,1207,3.417,1208,3.194,1209,3.194,1210,5.128,1211,4.543,1212,4.543,1213,4.772,1214,4.543,1215,5.104,1216,3.417,1217,4.495,1218,4.258,1219,2.284,1220,3.417,1221,3.194,1222,3.417,1223,3.194,1224,3.009,1225,2.588,1226,3.417,1227,3.417,1228,4.247,1229,3.892]],["title/classes/UserServiceStub.html",[87,0.115,3352,3.374]],["body/classes/UserServiceStub.html",[3,0.077,4,0.06,5,0.043,10,0.258,11,0.788,12,1.014,14,4.369,17,4.812,19,1.754,21,0.708,22,1.679,23,1.351,24,0.011,25,2.75,26,1.658,27,1.047,38,1.997,42,2.04,43,2.04,48,1.107,67,3.432,73,1.272,77,2.558,83,0.077,84,0.004,85,0.006,86,0.004,87,0.085,89,1.548,103,0.788,112,0.977,117,1.107,118,0.786,120,3.121,136,0.984,138,2.539,147,3.182,158,1.55,164,0.186,168,1.339,195,4.305,294,3.465,307,5.199,400,6.238,532,4.32,534,4.728,535,4.513,537,3.023,540,2.308,550,1.754,555,2.759,572,2.758,576,1.49,587,3.635,589,3.734,641,6.329,642,5.448,702,4.518,847,1.49,864,3.228,879,3.816,891,2.876,1133,4.072,1626,3.734,1628,3.734,1629,4.948,1630,6.147,1631,4.948,1632,5.463,1633,3.734,1634,3.734,1635,4.948,1636,3.734,1637,4.277,1638,3.734,1639,3.734,1640,3.734,1641,4.575,1642,3.734,1643,3.228,1644,3.734,2014,3.734,2109,3.734,2139,3.734,2296,2.505,2333,3.734,2401,2.505,2409,4.464,2460,5.749,2461,4.948,2522,4.111,2874,4.128,3289,2.758,3352,3.734,3353,6.329,3354,4.684,3355,4.684,3356,3.142,3357,5.599,3358,5.599,3359,5.599,3360,7.825,3361,5.599,3362,5.599,3363,7.825,3364,7.825,3365,4.684,3366,4.684,3367,4.684,3368,4.684,3369,4.684,3370,4.684,3371,4.684,3372,4.684,3373,4.684,3374,4.684,3375,4.684,3376,4.684,3377,4.684,3378,4.684,3379,4.684,3380,4.684,3381,4.684,3382,4.684,3383,4.684,3384,4.684,3385,4.684,3386,4.684,3387,3.142,3388,4.684,3389,3.142,3390,4.684,3391,3.142,3392,3.142,3393,4.684,3394,3.142,3395,3.142,3396,3.142,3397,3.142,3398,3.142,3399,3.142,3400,3.142,3401,3.142,3402,3.142,3403,2.758,3404,3.142]],["title/interfaces/W3.html",[0,0.822,2841,3.119]],["body/interfaces/W3.html",[0,1.474,2,2.105,3,0.137,4,0.107,5,0.078,7,1.366,10,0.462,11,1.174,21,0.598,24,0.011,63,4.36,64,2.517,82,1.156,83,0.137,84,0.007,85,0.009,86,0.007,87,0.152,92,5.468,94,4.082,99,2.258,115,4.53,165,4.555,175,5.73,179,2.172,297,4.809,353,1.366,913,5.563,1005,3.004,1114,4.237,1279,5.622,1424,5.563,1478,4.144,2539,5.144,2586,4.482,2838,4.482,2839,6.66,2840,4.935,2841,6.014,2842,4.935,2844,6.125,2845,6.125,2849,4.935,2850,6.125,2851,6.125]],["title/coverage.html",[3405,4.621]],["body/coverage.html",[0,1.606,1,1.446,5,0.041,6,4.184,15,1.446,21,0.251,22,2.377,24,0.011,27,0.656,52,1.568,55,2.281,71,1.905,75,1.804,77,3.619,84,0.004,85,0.005,86,0.004,87,0.212,88,2.339,90,4.284,129,1.804,165,2.484,168,2.29,171,3.066,176,0.973,199,1.177,200,0.918,206,3.905,207,2.163,208,2.575,241,1.804,254,1.804,294,4.952,313,1.8,316,0.945,318,0.918,321,0.918,323,0.945,325,0.918,327,0.918,329,0.918,330,1.27,332,0.945,334,1.002,335,0.945,337,0.918,339,0.918,341,0.918,343,0.945,345,1.002,346,0.918,347,0.918,349,0.945,351,1.002,352,0.945,353,0.713,354,0.918,357,0.918,359,0.918,361,0.918,363,0.973,366,2.575,370,2.022,383,1.17,415,1.804,459,1.419,484,2.339,490,2.163,532,1.568,533,4.132,542,1.716,545,1.804,547,2.339,548,2.575,549,1.638,550,4.053,584,2.575,587,1.905,613,1.905,655,1.638,669,2.575,682,1.804,683,1.804,684,1.905,762,1.568,771,2.022,772,1.905,773,2.022,774,2.022,787,2.163,788,2.022,794,2.339,823,2.575,847,2.548,861,3.348,881,2.736,883,2.575,891,2.143,915,2.371,933,2.575,934,1.905,982,2.022,1096,2.163,1097,2.575,1098,2.575,1106,1.905,1114,1.638,1119,1.638,1204,4.132,1210,1.905,1219,1.446,1230,2.575,1231,2.575,1234,2.163,1235,2.163,1237,2.163,1239,2.163,1276,2.575,1277,2.575,1307,2.339,1308,2.575,1337,2.575,1338,2.163,1339,2.575,1353,2.575,1354,2.575,1373,2.575,1428,2.575,1435,3.961,1438,3.547,1439,3.547,1505,2.575,1506,2.575,1516,2.575,1532,2.575,1548,2.575,1588,3.547,1589,2.575,1602,3.547,1612,2.163,1613,6.042,1614,6.042,1787,2.736,1896,2.339,2395,2.339,2493,2.339,2516,5.787,2595,2.575,2596,2.339,2597,2.575,2616,2.575,2650,1.905,2651,4.574,2652,4.132,2680,1.905,2727,2.575,2758,2.575,2776,2.575,2783,2.339,2796,2.339,2797,2.575,2811,2.575,2812,2.339,2826,2.022,2828,2.575,2838,3.547,2841,2.163,2852,2.575,2906,2.022,2918,2.575,2931,2.575,2936,2.575,2942,2.575,2943,2.163,2944,4.284,2949,2.022,2968,2.575,2969,2.575,2974,2.022,2975,4.284,2976,4.284,2984,2.575,3002,2.575,3030,2.339,3031,2.575,3035,2.575,3074,2.575,3079,2.575,3080,2.339,3102,2.339,3152,3.547,3285,2.339,3286,2.575,3292,2.575,3352,2.339,3353,2.575,3405,2.339,3406,2.934,3407,2.934,3408,5.373,3409,8.347,3410,8.444,3411,4.449,3412,7.807,3413,2.575,3414,2.575,3415,2.575,3416,2.575,3417,2.575,3418,5.373,3419,2.575,3420,4.781,3421,6.445,3422,2.575,3423,2.575,3424,4.284,3425,2.575,3426,2.575,3427,2.575,3428,3.905,3429,3.905,3430,2.575,3431,2.575,3432,2.934,3433,4.449,3434,4.449,3435,4.716,3436,4.449,3437,2.575,3438,2.934,3439,2.934,3440,4.449,3441,4.449,3442,5.373,3443,2.934,3444,5.996,3445,5.373,3446,2.934,3447,4.449,3448,7.578,3449,3.905,3450,2.934,3451,2.934,3452,2.934,3453,2.934,3454,7.047,3455,4.449,3456,5.373,3457,2.575,3458,2.575,3459,2.575,3460,2.575,3461,2.934,3462,2.934,3463,2.934]],["title/dependencies.html",[462,2.51,3464,3.524]],["body/dependencies.html",[9,2.082,22,2.972,24,0.011,52,2.972,84,0.007,85,0.008,86,0.007,165,3.105,268,0.62,270,2.972,273,1.958,462,2.74,464,2.851,478,3.105,487,3.253,488,4.099,576,2.638,617,4.881,708,4.434,709,3.61,777,5.526,778,3.87,791,4.434,792,4.434,876,3.253,1005,4.035,1136,4.054,1377,3.253,2502,4.099,2689,3.61,2744,4.881,2745,4.881,3192,4.881,3194,4.881,3203,4.434,3465,7.525,3466,5.561,3467,6.931,3468,5.561,3469,5.561,3470,5.561,3471,5.561,3472,5.561,3473,5.561,3474,5.561,3475,5.561,3476,5.561,3477,5.561,3478,5.561,3479,5.561,3480,5.561,3481,5.561,3482,5.561,3483,5.561,3484,6.931,3485,5.561,3486,6.931,3487,6.931,3488,5.561,3489,5.561,3490,5.561,3491,5.561,3492,5.561,3493,5.561,3494,5.561,3495,5.561,3496,5.561,3497,5.561,3498,5.561,3499,5.561,3500,5.561,3501,5.561,3502,5.561,3503,5.561,3504,5.561,3505,5.561,3506,5.561,3507,5.561,3508,5.561,3509,5.561,3510,5.561,3511,5.561]],["title/miscellaneous/functions.html",[2542,4.062,3512,2.597]],["body/miscellaneous/functions.html",[5,0.103,7,1.969,9,3.033,10,0.389,12,1.324,21,0.663,22,3.977,24,0.011,26,1.182,57,2.245,64,2.468,82,0.973,84,0.006,85,0.008,86,0.006,91,2.757,100,4.057,112,0.877,117,1.445,118,0.793,130,4.982,131,4.154,133,4.982,136,1.32,137,2.414,138,1.666,139,3.072,149,4.982,159,3.352,195,2.643,245,1.7,251,1.399,415,3.843,573,3.261,579,5.485,702,4.057,996,5.578,1133,3.655,1294,3.072,1377,2.768,1643,3.261,2542,3.773,2783,5.578,3102,4.982,3121,4.154,3413,4.154,3414,5.485,3415,5.485,3416,4.154,3417,5.485,3419,4.154,3420,6.168,3422,4.154,3423,5.485,3424,3.773,3425,5.485,3426,5.485,3428,4.154,3429,6.141,3430,5.485,3431,5.485,3512,3.489,3513,4.733,3514,4.733,3515,4.733,3516,4.733,3517,5.485,3518,6.249,3519,4.733,3520,6.249,3521,4.733,3522,4.733,3523,4.733,3524,4.733,3525,5.485,3526,6.996,3527,4.733,3528,6.249,3529,4.733,3530,4.154,3531,4.154,3532,4.733,3533,6.249,3534,6.996,3535,7.736,3536,6.531,3537,4.733,3538,4.733,3539,4.733,3540,4.733,3541,4.733,3542,4.733,3543,4.733,3544,4.733,3545,4.733,3546,4.733,3547,4.154,3548,4.733,3549,4.733,3550,4.733,3551,6.249,3552,4.733,3553,4.733,3554,4.733,3555,4.982,3556,4.733,3557,6.249,3558,7.441,3559,5.485,3560,6.249,3561,4.733]],["title/index.html",[10,0.29,3562,3.093,3563,3.093]],["body/index.html",[4,0.097,5,0.1,24,0.009,54,2.989,73,1.388,84,0.006,85,0.008,86,0.006,99,1.388,114,1.599,118,0.739,168,3.459,176,2.179,199,1.019,202,1.799,215,2.313,301,4.074,355,1.646,420,2.853,459,2.179,461,1.855,474,2.424,487,4.746,540,2.518,549,3.668,556,5.352,573,5.591,704,3.767,731,4.485,827,4.485,856,4.485,865,4.485,879,3.142,903,3.767,905,3.142,1005,2.731,1136,2.989,1225,2.853,1272,5.766,1409,3.317,1550,5.766,2043,5.788,2502,4.842,2874,3.767,3465,4.485,3547,6.373,3564,5.11,3565,5.11,3566,6.569,3567,7.927,3568,7.474,3569,7.663,3570,5.766,3571,5.11,3572,5.11,3573,5.766,3574,5.11,3575,5.11,3576,5.11,3577,5.11,3578,4.485,3579,5.11,3580,4.485,3581,5.11,3582,7.927,3583,6.959,3584,5.11,3585,5.11,3586,4.485,3587,5.11,3588,7.663,3589,6.469,3590,6.569,3591,5.11,3592,5.11,3593,5.766,3594,5.11,3595,5.11,3596,5.11,3597,5.11,3598,5.11,3599,5.11,3600,5.766,3601,5.766,3602,6.569,3603,7.663,3604,5.11,3605,5.766,3606,5.11,3607,6.727,3608,5.11,3609,5.11,3610,5.11,3611,4.485,3612,5.11,3613,5.11,3614,5.11,3615,5.11,3616,5.11,3617,5.11,3618,4.485,3619,4.485,3620,4.074,3621,5.11,3622,5.11]],["title/license.html",[3562,3.093,3563,3.093,3623,3.093]],["body/license.html",[0,0.836,2,0.942,4,0.147,5,0.026,9,0.942,20,1.29,21,0.158,24,0.002,25,1.935,26,0.461,28,0.506,35,3.93,36,1.272,38,1.965,44,0.487,54,4.08,57,2.622,64,2.212,65,1.08,84,0.002,85,0.002,86,0.002,87,0.028,98,1.799,99,1.252,100,2.303,103,0.173,104,3.308,112,0.144,115,1.996,120,0.409,127,0.901,140,0.901,144,2.445,145,1.855,146,3.597,148,3.469,155,1.361,158,0.256,164,0.061,176,1.427,195,1.981,199,0.498,245,0.249,276,0.312,301,0.818,308,1.996,353,1.045,398,1.734,402,0.818,416,1.031,455,0.707,474,0.487,530,0.666,537,0.396,539,2.075,556,5.09,559,2.452,560,0.6,562,0.901,577,1.621,578,1.621,587,0.666,613,0.666,628,0.901,655,0.573,688,0.631,697,1.135,702,2.303,715,0.666,720,0.818,722,2.303,743,0.756,809,2.615,847,0.487,879,2.181,884,1.472,886,2.913,891,0.736,903,1.361,904,0.818,907,4.082,909,1.891,916,3,917,3.28,1005,0.548,1020,0.901,1021,1.621,1052,0.901,1054,0.901,1055,1.472,1056,1.472,1077,0.548,1110,1.361,1133,2.075,1136,0.6,1178,0.901,1180,1.621,1218,1.891,1268,1.634,1270,1.361,1281,4.253,1295,1.272,1296,3.151,1299,1.621,1321,1.621,1383,0.901,1391,0.707,1409,4.837,1410,0.901,1418,1.472,1425,2.209,1454,2.452,1459,1.472,1469,3.674,1471,0.818,1473,2.006,1501,5.446,1580,1.621,1608,0.901,1616,2.699,1619,0.901,1637,1.734,1641,0.756,1782,0.818,1905,0.818,1925,0.818,1972,1.855,2063,0.818,2082,0.818,2111,0.818,2117,0.818,2126,0.818,2134,6.764,2136,4.082,2355,0.818,2356,3.151,2502,2.615,2505,1.621,2506,1.621,2538,0.901,2539,2.267,2541,2.209,2617,1.361,2631,0.818,2638,3.114,2643,0.901,2662,0.818,2682,3.93,2686,2.119,2733,2.006,2812,0.818,2867,2.209,2874,3.597,2883,0.901,2935,2.209,3128,0.901,3217,1.621,3403,1.621,3405,1.472,3460,0.901,3525,5.145,3530,6.122,3531,1.621,3536,0.901,3555,0.818,3559,1.621,3568,4.045,3570,2.699,3573,0.901,3578,2.699,3580,2.699,3583,0.901,3586,0.901,3593,3.469,3601,2.209,3605,0.901,3607,0.901,3611,2.209,3618,4.045,3619,3.776,3623,7.487,3624,6.48,3625,1.026,3626,1.026,3627,2.517,3628,7.267,3629,4.609,3630,6.577,3631,7.101,3632,3.952,3633,1.026,3634,1.026,3635,1.846,3636,3.547,3637,3.547,3638,2.517,3639,2.517,3640,1.026,3641,1.026,3642,1.026,3643,1.846,3644,5.528,3645,3.952,3646,1.026,3647,3.952,3648,1.026,3649,1.026,3650,4.609,3651,1.026,3652,1.026,3653,1.026,3654,5.862,3655,7.887,3656,5.862,3657,2.517,3658,2.517,3659,1.846,3660,1.846,3661,4.302,3662,4.302,3663,5.862,3664,3.547,3665,1.026,3666,3.075,3667,4.609,3668,1.846,3669,4.609,3670,2.517,3671,1.026,3672,1.846,3673,1.026,3674,2.517,3675,6.48,3676,3.547,3677,1.846,3678,3.075,3679,1.026,3680,1.026,3681,1.846,3682,3.075,3683,5.528,3684,1.846,3685,6.667,3686,1.846,3687,3.075,3688,4.302,3689,3.547,3690,1.026,3691,4.609,3692,3.547,3693,7.363,3694,2.517,3695,4.302,3696,1.026,3697,1.026,3698,4.609,3699,1.846,3700,5.334,3701,5.119,3702,3.547,3703,1.846,3704,1.026,3705,1.026,3706,6.007,3707,1.846,3708,1.026,3709,5.703,3710,1.846,3711,1.026,3712,2.517,3713,1.026,3714,1.026,3715,1.026,3716,1.026,3717,1.026,3718,1.026,3719,1.026,3720,1.026,3721,1.026,3722,1.026,3723,1.846,3724,1.026,3725,1.026,3726,1.026,3727,1.846,3728,1.026,3729,1.026,3730,1.846,3731,1.846,3732,5.862,3733,1.026,3734,1.846,3735,1.846,3736,1.026,3737,1.026,3738,1.846,3739,2.517,3740,1.846,3741,2.517,3742,1.026,3743,1.026,3744,3.952,3745,1.026,3746,1.026,3747,3.547,3748,1.026,3749,1.026,3750,3.075,3751,1.026,3752,1.026,3753,1.846,3754,2.517,3755,1.026,3756,1.026,3757,4.879,3758,1.026,3759,5.862,3760,3.075,3761,3.547,3762,3.952,3763,2.517,3764,1.026,3765,2.517,3766,6.375,3767,1.846,3768,1.026,3769,1.026,3770,1.026,3771,2.517,3772,7.786,3773,5.119,3774,1.026,3775,1.026,3776,1.846,3777,1.846,3778,1.026,3779,5.119,3780,1.026,3781,3.075,3782,4.609,3783,1.026,3784,2.517,3785,2.517,3786,1.846,3787,3.952,3788,7.7,3789,2.517,3790,4.879,3791,3.075,3792,4.302,3793,1.846,3794,1.026,3795,1.846,3796,2.517,3797,4.879,3798,3.075,3799,1.026,3800,1.846,3801,1.846,3802,3.075,3803,3.075,3804,1.026,3805,2.517,3806,1.026,3807,7.04,3808,1.846,3809,1.026,3810,4.609,3811,1.026,3812,2.517,3813,6.007,3814,3.075,3815,1.846,3816,5.334,3817,3.952,3818,1.026,3819,1.026,3820,4.609,3821,1.026,3822,1.846,3823,1.026,3824,1.846,3825,2.517,3826,1.026,3827,2.517,3828,1.026,3829,1.026,3830,1.026,3831,1.026,3832,2.517,3833,2.517,3834,1.026,3835,1.026,3836,1.026,3837,1.846,3838,1.026,3839,2.517,3840,2.517,3841,3.952,3842,2.517,3843,2.517,3844,1.026,3845,1.026,3846,3.547,3847,3.952,3848,1.026,3849,1.026,3850,1.026,3851,1.026,3852,2.517,3853,1.026,3854,1.026,3855,1.026,3856,1.026,3857,1.026,3858,1.846,3859,1.026,3860,6.831,3861,4.609,3862,1.026,3863,1.846,3864,1.026,3865,1.026,3866,1.846,3867,1.846,3868,1.026,3869,1.026,3870,1.026,3871,1.846,3872,2.517,3873,1.026,3874,1.846,3875,1.026,3876,1.026,3877,1.026,3878,1.026,3879,5.119,3880,4.302,3881,3.075,3882,1.026,3883,3.547,3884,1.026,3885,1.846,3886,1.026,3887,1.026,3888,2.517,3889,1.026,3890,1.026,3891,1.026,3892,2.517,3893,2.517,3894,1.026,3895,1.026,3896,1.846,3897,1.846,3898,1.846,3899,1.026,3900,1.846,3901,1.026,3902,1.026,3903,1.026,3904,1.026,3905,1.026,3906,1.026,3907,2.517,3908,1.026,3909,1.026,3910,6.007,3911,1.026,3912,1.026,3913,1.026,3914,3.547,3915,3.547,3916,1.026,3917,1.026,3918,2.517,3919,1.026,3920,1.026,3921,3.075,3922,1.026,3923,1.846,3924,1.026,3925,1.026,3926,1.026,3927,1.026,3928,1.026,3929,1.846,3930,1.846,3931,1.026,3932,2.517,3933,1.026,3934,1.026,3935,1.846,3936,1.026,3937,1.026,3938,1.026,3939,1.026,3940,1.846,3941,1.846,3942,3.952,3943,1.026,3944,1.026,3945,1.846,3946,2.517,3947,2.517,3948,3.075,3949,3.075,3950,3.075,3951,1.846,3952,1.026,3953,3.547,3954,3.547,3955,1.026,3956,1.846,3957,1.846,3958,3.547,3959,1.846,3960,3.075,3961,3.075,3962,1.846,3963,2.517,3964,5.862,3965,3.547,3966,1.026,3967,1.026,3968,1.026,3969,2.517,3970,1.846,3971,1.846,3972,1.026,3973,1.026,3974,1.026,3975,1.846,3976,1.026,3977,1.026,3978,1.026,3979,2.517,3980,1.026,3981,1.026,3982,2.517,3983,1.026,3984,1.846,3985,1.026,3986,1.026,3987,1.026,3988,1.846,3989,1.846,3990,3.952,3991,6.667,3992,2.517,3993,1.846,3994,1.846,3995,1.846,3996,1.846,3997,3.075,3998,1.846,3999,1.026,4000,1.026,4001,1.026,4002,1.026,4003,3.952,4004,1.846,4005,1.026,4006,1.026,4007,1.026,4008,1.026,4009,1.846,4010,1.026,4011,1.846,4012,1.026,4013,3.547,4014,1.026,4015,1.026,4016,1.026,4017,1.026,4018,1.026,4019,1.026,4020,1.846,4021,1.026,4022,1.026,4023,1.026,4024,2.517,4025,3.547,4026,3.075,4027,1.846,4028,1.026,4029,1.026,4030,1.026,4031,1.026,4032,1.026,4033,1.846,4034,1.026,4035,1.026,4036,2.517,4037,3.075,4038,1.026,4039,1.026,4040,1.846,4041,1.026,4042,1.026,4043,2.517,4044,1.026,4045,1.026,4046,1.026,4047,1.026,4048,1.026,4049,1.846,4050,1.026,4051,1.026,4052,1.026,4053,1.026,4054,2.517,4055,1.026,4056,1.026,4057,1.026,4058,1.026,4059,3.547,4060,1.026,4061,1.026,4062,3.075,4063,1.026,4064,1.026,4065,1.026,4066,1.026,4067,1.026,4068,1.026,4069,1.026,4070,2.517,4071,1.026,4072,1.026,4073,1.026,4074,2.517,4075,1.026,4076,1.026,4077,2.517,4078,1.026,4079,1.846,4080,1.026,4081,1.026,4082,1.026,4083,1.026,4084,1.026,4085,1.026,4086,1.026,4087,1.026,4088,1.026,4089,1.846,4090,1.026,4091,1.026,4092,1.026,4093,1.846,4094,1.846,4095,1.026,4096,1.026,4097,2.517,4098,1.026,4099,2.517,4100,1.846,4101,1.026,4102,1.846,4103,1.846,4104,1.026,4105,2.517,4106,4.302,4107,1.026,4108,1.846,4109,1.846,4110,1.026,4111,1.846,4112,1.026,4113,1.026,4114,1.026,4115,1.026,4116,1.026,4117,1.846,4118,1.026,4119,3.075,4120,1.026,4121,3.547,4122,1.026,4123,1.026,4124,1.026,4125,1.026,4126,1.026,4127,1.846,4128,1.846,4129,1.846,4130,2.517,4131,1.026,4132,1.846,4133,1.846,4134,1.026,4135,2.517,4136,1.026,4137,1.846,4138,1.026,4139,1.846,4140,1.026,4141,1.846,4142,1.026,4143,1.026,4144,1.846,4145,6.831,4146,1.846,4147,1.026,4148,3.547,4149,5.119,4150,2.517,4151,1.026,4152,1.026,4153,1.026,4154,3.075,4155,1.026,4156,1.026,4157,2.517,4158,1.846,4159,1.026,4160,1.026,4161,1.026,4162,1.026,4163,1.026,4164,1.026,4165,1.026,4166,1.026,4167,3.075,4168,1.846,4169,1.846,4170,1.026,4171,1.026,4172,2.517,4173,1.026,4174,1.846,4175,2.517,4176,1.846,4177,1.026,4178,1.026,4179,1.026,4180,1.026,4181,1.846,4182,2.517,4183,1.026,4184,1.026,4185,1.846,4186,1.026,4187,1.026,4188,1.026,4189,1.026,4190,1.026,4191,1.026,4192,2.517,4193,1.846,4194,1.026,4195,1.026,4196,3.075,4197,1.026,4198,2.517,4199,1.026,4200,1.026,4201,1.846,4202,1.026,4203,1.026,4204,1.026,4205,2.517,4206,1.846,4207,1.026,4208,4.302,4209,1.846,4210,2.517,4211,3.075,4212,1.026,4213,1.026,4214,1.846,4215,1.026,4216,2.517,4217,1.026,4218,1.846,4219,1.026,4220,1.026,4221,1.026,4222,1.026,4223,2.517,4224,1.026,4225,1.846,4226,2.517,4227,1.846,4228,1.026,4229,1.846,4230,1.026,4231,1.026,4232,1.846,4233,1.846,4234,1.026,4235,1.026,4236,1.846,4237,1.026,4238,1.026,4239,1.026,4240,1.026,4241,1.026,4242,1.026,4243,1.026,4244,1.026,4245,1.026,4246,1.026,4247,1.846,4248,2.517,4249,1.026,4250,1.026,4251,1.026,4252,1.026,4253,1.026,4254,1.846,4255,1.026,4256,1.026,4257,1.026,4258,1.026,4259,1.026,4260,1.026,4261,1.026,4262,1.026,4263,1.026,4264,1.026,4265,1.026,4266,1.026,4267,1.026,4268,3.075,4269,1.026,4270,1.846,4271,1.026,4272,1.026,4273,1.026,4274,1.026,4275,1.026,4276,1.026,4277,1.026,4278,1.026,4279,1.026,4280,1.026,4281,2.517,4282,1.026,4283,1.026,4284,1.026,4285,1.026,4286,1.846,4287,1.026,4288,1.026,4289,1.026,4290,1.026,4291,1.026,4292,1.846,4293,1.846,4294,2.517,4295,1.026,4296,1.846,4297,1.026,4298,1.026,4299,1.026,4300,1.026,4301,2.517,4302,1.846,4303,1.026,4304,1.846,4305,1.846,4306,1.846,4307,1.026,4308,1.026,4309,1.026,4310,1.026,4311,1.026,4312,1.026,4313,1.846,4314,1.026,4315,1.026,4316,1.846,4317,1.026,4318,2.517,4319,1.026,4320,1.026,4321,1.026,4322,1.026,4323,1.026,4324,1.026,4325,1.026,4326,1.026,4327,1.026,4328,1.026,4329,1.026,4330,1.026,4331,1.026,4332,1.026,4333,1.846,4334,1.026,4335,1.026,4336,1.026,4337,1.026,4338,1.026,4339,1.026,4340,1.026,4341,1.026,4342,1.026,4343,1.026,4344,1.026,4345,1.026,4346,1.026,4347,1.026,4348,1.026,4349,1.026,4350,2.517,4351,1.846,4352,1.026,4353,1.026,4354,1.026,4355,1.026,4356,1.026,4357,1.846,4358,1.026,4359,1.026,4360,1.846,4361,1.846,4362,1.026,4363,1.026,4364,1.026,4365,1.026,4366,1.026,4367,1.026,4368,1.026,4369,1.026,4370,1.026,4371,1.026,4372,1.026,4373,1.026,4374,1.026,4375,1.026,4376,1.026,4377,1.026,4378,1.026,4379,1.026,4380,1.026,4381,1.026,4382,1.026,4383,1.026,4384,1.026,4385,1.026]],["title/modules.html",[461,2.104]],["body/modules.html",[24,0.009,84,0.007,85,0.009,86,0.007,146,6.368,460,4.473,461,2.203,469,4.182,470,3.111,471,4.182,660,4.473,664,4.182,764,4.473,770,4.182,778,4.856,921,4.473,925,4.182,2733,6.934,2735,4.473,2739,4.182,2889,4.473,2893,4.182,3059,4.473,3063,4.182,3346,4.182,4386,8.697,4387,8.924,4388,8.639]],["title/overview.html",[3620,4.621]],["body/overview.html",[2,1.506,24,0.011,77,1.658,82,0.827,84,0.005,85,0.007,86,0.005,89,1.982,200,2.014,201,1.416,310,1.092,316,2.073,318,2.014,321,2.014,323,2.502,325,2.014,327,2.014,329,2.014,332,2.502,335,2.502,337,2.014,339,2.014,341,2.014,343,2.502,346,2.014,347,2.014,349,2.502,352,2.502,354,2.014,356,1.259,357,2.431,359,2.014,361,2.014,398,2.772,459,1.062,460,6.274,461,1.46,462,1.982,463,2.149,464,2.062,465,2.149,466,3.531,467,3.531,468,3.531,469,4.435,470,4.542,471,5.723,472,2.991,473,2.149,474,1.908,660,5.839,661,3.531,662,3.531,663,3.531,664,4.435,764,6.301,765,3.531,766,3.531,767,3.531,768,3.531,769,3.531,770,4.435,771,4.435,772,4.178,773,4.435,774,4.435,882,3.207,921,5.839,922,3.531,923,3.531,924,3.531,925,4.435,932,2.149,1133,3.274,1637,2.772,2735,5.839,2736,3.531,2737,3.531,2738,3.531,2739,4.435,2826,5.353,2827,3.207,2889,6.006,2890,3.531,2891,3.531,2892,3.531,2893,4.435,2903,3.531,2904,3.531,2905,3.531,2906,5.353,3059,6.006,3060,3.531,3061,3.531,3062,3.531,3063,4.435,3342,3.531,3343,3.531,3344,3.531,3345,3.531,3346,4.435,3620,3.207,4389,4.022,4390,4.022,4391,4.022,4392,4.022]],["title/routes.html",[525,2.749]],["body/routes.html",[24,0.01,84,0.009,85,0.01,86,0.009,525,3.309]],["title/miscellaneous/variables.html",[3512,2.597,3589,4.062]],["body/miscellaneous/variables.html",[1,0.772,6,1.017,8,0.828,9,1.312,10,0.129,11,0.264,14,2.601,16,1.08,17,0.963,18,1.08,19,0.875,20,3.614,21,0.627,22,2.489,24,0.011,25,1.992,26,0.391,27,0.784,28,1.319,31,0.916,32,1.155,38,0.668,39,1.08,40,1.08,41,1.08,42,1.017,43,1.017,44,2.407,45,1.08,47,0.963,48,1.83,49,1.08,50,1.08,51,1.08,52,0.837,53,1.08,54,0.916,64,1.684,67,2.025,70,0.875,72,0.803,73,2.044,75,1.646,76,1.017,77,1.445,78,2.692,79,1.646,80,1.319,81,1.08,82,0.322,84,0.002,85,0.003,86,0.002,90,1.249,92,1.08,94,1.566,99,0.727,115,1.738,118,0.781,119,2.134,120,2.025,138,1.64,147,2.055,159,2.467,165,2.834,168,2.312,170,2.134,171,3.498,172,2.134,173,1.375,174,2.134,175,1.845,176,1.163,177,1.973,195,0.875,205,0.505,294,0.875,307,2.276,353,0.381,355,0.505,370,1.845,487,0.916,522,1.08,532,2.713,534,2.969,535,2.834,539,2.051,540,1.727,543,4.137,569,4.557,587,2.276,655,1.495,702,1.017,709,1.738,784,1.249,787,1.973,800,3.077,809,1.155,810,1.249,811,1.249,847,1.27,864,1.08,878,2.584,879,1.646,881,0.963,891,0.625,1133,0.916,1219,1.727,1229,2.501,1234,1.973,1235,2.584,1237,2.584,1270,1.155,1279,1.08,1295,1.08,1455,2.584,1612,1.973,1613,1.249,1614,4.93,1624,4.089,1625,1.375,1626,2.134,1627,1.375,1628,2.134,1629,1.249,1630,3.306,1631,1.249,1632,2.584,1633,1.249,1634,1.249,1635,2.134,1636,1.249,1637,1.08,1638,1.249,1639,1.249,1640,1.249,1641,1.155,1642,1.249,1643,1.08,1644,1.249,1645,2.35,1646,3.64,1647,1.375,1648,1.375,1649,1.375,1650,1.375,1651,1.375,1652,1.375,1653,1.375,1654,1.375,1655,1.375,1656,1.375,1657,1.375,1658,1.375,1659,1.375,1660,1.375,1661,1.375,1662,2.35,1663,1.375,1664,1.375,1665,2.35,1666,1.375,1667,1.375,1668,1.375,1669,3.077,1670,3.077,1671,1.375,1672,2.35,1673,1.375,1674,2.35,1675,2.35,1676,2.35,1677,1.375,1678,1.375,1679,1.375,1680,1.375,1681,1.375,1682,1.375,1683,1.375,1684,1.375,1685,1.375,1686,1.375,1687,1.375,1688,1.375,1689,1.375,1690,1.375,1691,1.375,1692,1.375,1693,1.375,1694,1.375,1695,1.375,1696,1.375,1697,1.375,1698,1.375,1699,1.375,1700,1.375,1701,1.375,1702,1.375,1703,1.375,1704,1.375,1705,1.375,1706,1.375,1707,1.375,1708,1.375,1709,1.375,1710,2.35,1711,1.375,1712,1.375,1713,1.375,1714,1.375,1715,1.375,1716,1.375,1717,1.375,1718,1.375,1719,1.375,1720,1.375,1721,1.375,1722,1.375,1723,2.35,1724,1.375,1725,1.375,1726,1.375,1727,2.35,1728,1.375,1729,1.375,1730,1.375,1731,1.375,1732,1.375,1733,1.375,1734,1.375,1735,1.375,1736,1.375,1737,1.375,1738,1.375,1739,1.375,1740,1.375,1741,1.375,1742,1.375,1743,1.375,1744,1.375,1745,1.375,1746,1.375,1747,1.375,1748,1.375,1749,1.375,1750,1.375,1751,1.375,1752,1.375,1753,1.375,1754,3.077,1755,1.375,1756,1.375,1757,1.375,1758,1.375,1759,1.375,1760,1.375,1761,1.375,1762,1.375,1763,1.375,1764,1.375,1765,1.375,1766,1.375,1767,1.375,1768,2.35,1769,1.375,1770,1.375,1771,1.375,1772,1.375,1773,1.375,1774,1.375,1775,1.375,1776,2.35,1777,1.375,1778,1.375,1779,1.375,1780,1.375,1781,1.375,1782,1.249,1783,1.375,1784,1.375,1785,1.375,1786,1.375,1787,0.963,1788,1.375,1789,1.375,1790,1.375,1791,1.375,1792,1.375,1793,1.375,1794,1.375,1795,2.35,1796,1.375,1797,1.375,1798,2.35,1799,1.375,1800,1.375,1801,1.375,1802,1.375,1803,1.375,1804,1.375,1805,1.375,1806,1.375,1807,1.375,1808,1.375,1809,1.375,1810,1.375,1811,1.375,1812,1.375,1813,1.375,1814,1.375,1815,3.077,1816,1.375,1817,1.375,1818,1.375,1819,1.375,1820,1.375,1821,1.375,1822,1.375,1823,1.375,1824,1.375,1825,1.375,1826,1.375,1827,1.375,1828,1.375,1829,1.375,1830,1.375,1831,1.375,1832,1.375,1833,1.375,1834,2.35,1835,1.375,1836,1.375,1837,1.375,1838,1.375,1839,1.375,1840,1.375,1841,1.375,1842,1.375,1843,1.375,1844,1.375,1845,1.375,1846,1.375,1847,1.375,1848,1.375,1849,1.375,1850,1.375,1851,1.375,1852,2.35,1853,3.077,1854,1.375,1855,1.375,1856,1.375,1857,1.375,1858,3.077,1859,3.077,1860,1.375,1861,2.35,1862,1.375,1863,1.375,1864,1.375,1865,1.375,1866,1.375,1867,1.375,1868,1.375,1869,1.375,1870,1.375,1871,1.375,1872,1.375,1873,1.375,1874,1.375,1875,1.375,1876,3.077,1877,1.375,1878,1.375,1879,1.375,1880,1.375,1881,1.375,1882,1.375,1883,1.375,1884,1.375,1885,1.375,1886,1.375,1887,1.375,1888,1.375,1889,1.375,1890,1.375,1891,1.375,1892,1.375,1893,1.375,1894,1.375,1895,2.134,1896,2.134,1897,2.35,1898,2.35,1899,2.35,1900,2.35,1901,1.375,1902,1.375,1903,1.375,1904,1.375,1905,1.249,1906,1.375,1907,1.375,1908,1.375,1909,1.375,1910,1.375,1911,1.375,1912,1.375,1913,1.375,1914,1.375,1915,1.375,1916,1.375,1917,1.375,1918,1.375,1919,1.375,1920,1.375,1921,1.375,1922,1.375,1923,1.375,1924,1.375,1925,1.249,1926,1.375,1927,1.375,1928,1.375,1929,1.375,1930,1.375,1931,1.375,1932,1.375,1933,1.375,1934,1.375,1935,1.375,1936,3.077,1937,1.375,1938,1.375,1939,1.375,1940,1.375,1941,1.375,1942,1.375,1943,2.35,1944,3.64,1945,1.375,1946,1.375,1947,1.375,1948,1.375,1949,1.375,1950,1.375,1951,1.375,1952,1.375,1953,1.375,1954,1.375,1955,1.375,1956,1.375,1957,1.375,1958,1.375,1959,1.375,1960,1.375,1961,1.375,1962,1.375,1963,1.375,1964,1.375,1965,1.375,1966,1.375,1967,1.375,1968,2.35,1969,1.375,1970,1.375,1971,1.375,1972,1.155,1973,1.375,1974,1.375,1975,1.375,1976,1.375,1977,1.375,1978,1.375,1979,1.375,1980,1.375,1981,1.375,1982,1.375,1983,1.375,1984,1.375,1985,1.375,1986,1.375,1987,1.375,1988,1.375,1989,1.375,1990,1.375,1991,1.375,1992,1.375,1993,1.375,1994,1.375,1995,1.375,1996,1.375,1997,1.375,1998,1.375,1999,1.375,2000,1.375,2001,1.375,2002,1.375,2003,2.35,2004,1.375,2005,1.375,2006,1.375,2007,1.375,2008,1.375,2009,1.375,2010,1.375,2011,1.375,2012,2.35,2013,1.375,2014,1.249,2015,1.375,2016,1.375,2017,1.375,2018,1.375,2019,1.375,2020,1.375,2021,1.375,2022,1.375,2023,1.375,2024,2.35,2025,1.375,2026,1.375,2027,1.375,2028,1.375,2029,1.375,2030,1.375,2031,1.375,2032,1.375,2033,1.375,2034,1.375,2035,1.375,2036,1.375,2037,1.375,2038,1.375,2039,1.375,2040,1.375,2041,1.375,2042,2.35,2043,2.134,2044,1.375,2045,1.375,2046,1.375,2047,1.375,2048,1.375,2049,1.375,2050,1.375,2051,1.375,2052,1.375,2053,1.375,2054,1.375,2055,1.375,2056,1.375,2057,1.375,2058,1.375,2059,1.375,2060,1.375,2061,1.375,2062,1.375,2063,1.249,2064,1.375,2065,1.375,2066,1.375,2067,1.375,2068,1.375,2069,1.375,2070,1.375,2071,1.375,2072,1.375,2073,1.375,2074,1.375,2075,1.375,2076,1.375,2077,1.375,2078,1.375,2079,1.375,2080,1.375,2081,1.375,2082,1.249,2083,1.375,2084,1.375,2085,1.375,2086,1.375,2087,1.375,2088,1.375,2089,1.375,2090,1.375,2091,1.375,2092,1.375,2093,1.375,2094,1.375,2095,1.375,2096,1.375,2097,1.375,2098,1.375,2099,1.375,2100,1.375,2101,2.35,2102,1.375,2103,1.375,2104,1.375,2105,1.375,2106,1.375,2107,1.375,2108,1.375,2109,1.249,2110,1.375,2111,1.249,2112,1.375,2113,1.375,2114,1.375,2115,1.375,2116,1.375,2117,1.249,2118,1.375,2119,1.375,2120,1.375,2121,1.375,2122,1.375,2123,1.375,2124,1.375,2125,1.375,2126,1.249,2127,1.375,2128,1.375,2129,1.375,2130,1.375,2131,1.375,2132,1.375,2133,1.375,2134,1.249,2135,1.375,2136,1.249,2137,1.375,2138,1.375,2139,2.134,2140,1.375,2141,1.375,2142,1.375,2143,1.375,2144,1.375,2145,1.375,2146,1.375,2147,1.375,2148,1.375,2149,1.375,2150,1.375,2151,1.375,2152,1.375,2153,1.375,2154,1.375,2155,1.375,2156,1.375,2157,1.375,2158,1.375,2159,1.375,2160,1.375,2161,1.375,2162,1.375,2163,1.375,2164,1.375,2165,1.375,2166,1.375,2167,1.375,2168,1.375,2169,1.375,2170,1.375,2171,1.375,2172,1.375,2173,1.375,2174,1.375,2175,1.375,2176,1.375,2177,1.375,2178,1.375,2179,1.375,2180,1.375,2181,1.375,2182,1.375,2183,1.375,2184,1.375,2185,1.375,2186,1.375,2187,2.35,2188,1.375,2189,1.375,2190,1.375,2191,1.375,2192,1.375,2193,1.375,2194,1.375,2195,1.375,2196,1.375,2197,1.375,2198,1.375,2199,1.375,2200,1.375,2201,1.375,2202,1.375,2203,1.375,2204,1.375,2205,3.077,2206,1.375,2207,1.375,2208,1.375,2209,1.375,2210,1.375,2211,1.375,2212,1.375,2213,1.375,2214,1.375,2215,1.375,2216,1.375,2217,1.375,2218,1.375,2219,1.375,2220,1.375,2221,1.375,2222,1.375,2223,1.375,2224,1.375,2225,1.375,2226,1.375,2227,1.375,2228,1.375,2229,1.375,2230,1.375,2231,1.375,2232,1.375,2233,1.375,2234,1.375,2235,1.375,2236,1.375,2237,1.375,2238,1.375,2239,1.375,2240,1.375,2241,1.375,2242,1.375,2243,1.375,2244,1.375,2245,1.375,2246,1.375,2247,1.375,2248,1.375,2249,1.375,2250,1.375,2251,1.375,2252,1.375,2253,1.375,2254,1.375,2255,1.375,2256,1.375,2257,1.375,2258,1.375,2259,1.375,2260,1.375,2261,1.375,2262,1.375,2263,1.375,2264,1.375,2265,1.375,2266,1.375,2267,1.375,2268,1.375,2269,1.375,2270,1.375,2271,1.375,2272,1.375,2273,1.375,2274,1.375,2275,1.375,2276,1.375,2277,1.375,2278,1.375,2279,1.375,2280,1.375,2281,1.375,2282,1.375,2283,1.375,2284,1.375,2285,1.375,2286,1.375,2287,1.375,2288,1.375,2289,1.375,2290,1.375,2291,1.375,2292,1.375,2293,1.375,2294,2.35,2295,1.375,2296,2.134,2297,1.375,2298,1.375,2299,1.375,2300,1.375,2301,1.375,2302,1.375,2303,1.375,2304,1.375,2305,1.375,2306,1.375,2307,1.375,2308,1.375,2309,1.375,2310,1.375,2311,1.375,2312,1.375,2313,1.249,2314,1.375,2315,1.375,2316,1.375,2317,1.375,2318,1.375,2319,1.375,2320,1.375,2321,1.375,2322,1.375,2323,1.375,2324,1.375,2325,2.35,2326,2.35,2327,1.375,2328,1.375,2329,1.375,2330,1.375,2331,1.375,2332,1.375,2333,2.134,2334,1.375,2335,1.375,2336,1.375,2337,1.375,2338,1.375,2339,1.375,2340,1.375,2341,1.375,2342,1.375,2343,1.375,2344,1.375,2345,1.375,2346,1.375,2347,1.375,2348,1.375,2349,1.375,2350,1.375,2351,1.375,2352,1.375,2353,1.375,2354,1.375,2355,1.249,2356,1.249,2357,1.375,2358,1.375,2359,1.375,2360,2.35,2361,1.375,2362,1.375,2363,1.375,2364,1.375,2365,1.375,2366,1.375,2367,1.375,2368,2.35,2369,1.375,2370,1.375,2371,1.375,2372,1.375,2373,1.375,2374,1.375,2375,1.375,2376,1.375,2377,1.375,2378,1.375,2379,1.375,2380,1.375,2381,1.375,2382,1.375,2383,1.375,2384,1.375,2385,1.375,2386,1.375,2387,1.375,2388,1.375,2389,1.375,2390,1.375,2391,1.375,2392,1.375,2393,1.375,2394,1.375,2395,1.249,2396,1.375,2397,1.375,2398,1.375,2399,1.375,2400,1.375,2401,2.134,2402,1.375,2403,1.375,2404,1.375,2405,1.375,2406,1.375,2407,1.375,2408,1.375,2409,1.249,2410,1.375,2411,1.375,2412,1.375,2413,1.375,2414,1.375,2415,1.375,2416,1.375,2417,1.375,2418,1.375,2419,1.375,2420,1.375,2421,1.375,2422,1.375,2423,1.375,2424,1.375,2425,1.375,2426,1.375,2427,1.375,2428,1.375,2429,1.375,2430,1.375,2431,1.375,2432,1.375,2433,1.375,2434,1.375,2435,1.375,2436,1.375,2437,1.375,2438,1.375,2439,1.375,2440,1.375,2441,1.375,2442,1.375,2443,1.375,2444,1.375,2445,1.375,2446,1.375,2447,1.375,2448,1.375,2449,1.375,2450,1.375,2451,1.375,2452,1.375,2453,1.375,2454,1.375,2455,1.375,2456,1.375,2457,1.375,2458,1.375,2459,1.375,2460,1.249,2461,1.249,2462,1.375,2463,1.08,2464,1.375,2465,4.047,2466,3.498,2467,1.375,2468,4.047,2469,4.455,2470,4.047,2471,1.375,2472,2.35,2473,3.434,2474,5.428,2475,3.714,2476,3.21,2477,4.089,2478,2.35,2479,1.375,2480,2.35,2481,1.375,2482,1.375,2483,1.375,2484,2.35,2485,1.375,2486,1.375,2487,1.375,2488,2.35,2489,1.375,2490,1.375,2491,1.375,2492,2.35,2493,2.134,2494,1.375,2495,1.375,2496,1.375,2497,1.375,2651,1.017,2689,1.017,2975,1.249,2976,2.795,2995,1.375,3152,1.249,3202,2.35,3203,2.134,3420,2.134,3424,1.249,3427,2.35,3435,2.35,3437,3.077,3449,1.375,3457,1.375,3458,1.375,3459,1.375,3512,1.155,3517,1.375,3555,1.249,3589,1.249,3600,3.077,4393,2.677,4394,2.677,4395,5.967,4396,1.567,4397,1.567,4398,1.567,4399,1.567,4400,1.567,4401,1.567,4402,1.567,4403,3.505,4404,3.505,4405,3.505,4406,3.505,4407,3.505,4408,3.505,4409,3.505,4410,3.505,4411,3.505,4412,3.505,4413,3.505,4414,3.505,4415,3.505,4416,3.505,4417,3.505,4418,3.505,4419,3.505,4420,3.505,4421,3.505,4422,2.677,4423,3.505,4424,3.505,4425,1.567,4426,1.567,4427,1.567,4428,1.567,4429,1.567,4430,1.567]]],"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.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":{},"classes/UserServiceStub.html":{},"coverage.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["0.0",{"_index":634,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.0.7",{"_index":3480,"title":{},"body":{"dependencies.html":{}}}],["0.1.0",{"_index":3496,"title":{},"body":{"dependencies.html":{}}}],["0.1.4",{"_index":3479,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":3511,"title":{},"body":{"dependencies.html":{}}}],["0.12.3",{"_index":3490,"title":{},"body":{"dependencies.html":{}}}],["0.2",{"_index":635,"title":{},"body":{"components/AdminComponent.html":{}}}],["0.2.4",{"_index":3475,"title":{},"body":{"dependencies.html":{}}}],["0/1",{"_index":3448,"title":{},"body":{"coverage.html":{}}}],["0/10",{"_index":3441,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":3444,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":3455,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":3453,"title":{},"body":{"coverage.html":{}}}],["0/16",{"_index":3447,"title":{},"body":{"coverage.html":{}}}],["0/17",{"_index":3452,"title":{},"body":{"coverage.html":{}}}],["0/18",{"_index":3440,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":3462,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":3454,"title":{},"body":{"coverage.html":{}}}],["0/33",{"_index":3450,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":3456,"title":{},"body":{"coverage.html":{}}}],["0/43",{"_index":3451,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":3442,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":3443,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":3445,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":3446,"title":{},"body":{"coverage.html":{}}}],["04/02/2020",{"_index":3368,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["05/28/2020",{"_index":3379,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["08/16/2020",{"_index":3361,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0px",{"_index":623,"title":{},"body":{"components/AdminComponent.html":{}}}],["0x3da99aad2d9ca01d131efc3b17444b832b31ff4a",{"_index":2477,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x4a6fa6bc3bfe4c9661bc692d9798425350c9e3d4",{"_index":2491,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x51d3c8e2e421604e2b644117a362d589c5434739",{"_index":3398,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0x8fa4101ef19d0a078239d035659e92b278bd083c",{"_index":2487,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9ced86089f7abb5a97b40eb0e7521e7aa308d354",{"_index":2479,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0x9d7c284907acbd4a0ce2ddd0aa69147a921a573d",{"_index":3399,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xa686005ce37dce7738436256982c3903f2e4ea8e",{"_index":2465,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["0xaf1b487491073c2d49136db3fd87e293302cf839",{"_index":4425,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xc0ffee254729296a45a3885639ac7e10f9d54979",{"_index":185,"title":{},"body":{"classes/AccountIndex.html":{}}}],["0xc63cfa91a3bff41ce31ff436f67d3acbc977db95",{"_index":2483,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc80d6aff8194114c52aecd84c9f15fd5c8abb187",{"_index":2471,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["0xc86ff893ac40d3950b4d5f94a9b837258b0a9865",{"_index":3360,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["0xea6225212005e86a4490018ded4bf37f3e772161",{"_index":4422,"title":{},"body":{"miscellaneous/variables.html":{}}}],["0xeb3907ecad74a0013c259d5874ae7f22dcbcc95c",{"_index":4424,"title":{},"body":{"miscellaneous/variables.html":{}}}],["1",{"_index":195,"title":{"interfaces/Signature-1.html":{}},"body":{"classes/AccountIndex.html":{},"components/AdminComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["1.0.0",{"_index":3484,"title":{},"body":{"dependencies.html":{}}}],["1.10.22",{"_index":3487,"title":{},"body":{"dependencies.html":{}}}],["1.16.1",{"_index":3501,"title":{},"body":{"dependencies.html":{}}}],["1.3.0",{"_index":3509,"title":{},"body":{"dependencies.html":{}}}],["1/1",{"_index":3410,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":398,"title":{},"body":{"components/AccountsComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"license.html":{},"overview.html":{}}}],["10.2.0",{"_index":3465,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["10.2.7",{"_index":3467,"title":{},"body":{"dependencies.html":{}}}],["10/10/2020",{"_index":3384,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["100",{"_index":294,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/BlockSyncService.html":{},"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["1000",{"_index":1636,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["1000000",{"_index":2474,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000000000000001014",{"_index":2480,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["1000000001000000000000000000",{"_index":2467,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["100990",{"_index":2492,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["11",{"_index":3923,"title":{},"body":{"license.html":{}}}],["11/11",{"_index":3432,"title":{},"body":{"coverage.html":{}}}],["11/16/2020",{"_index":3374,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["12",{"_index":4391,"title":{},"body":{"overview.html":{}}}],["12987",{"_index":3362,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["13",{"_index":4283,"title":{},"body":{"license.html":{}}}],["14/14",{"_index":3438,"title":{},"body":{"coverage.html":{}}}],["15",{"_index":4108,"title":{},"body":{"license.html":{}}}],["151.002995",{"_index":3402,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["1595537208",{"_index":3396,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["16",{"_index":4109,"title":{},"body":{"license.html":{}}}],["17",{"_index":4389,"title":{},"body":{"overview.html":{}}}],["18",{"_index":2469,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["19",{"_index":4392,"title":{},"body":{"overview.html":{}}}],["1996",{"_index":3928,"title":{},"body":{"license.html":{}}}],["2",{"_index":1133,"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":3505,"title":{},"body":{"dependencies.html":{}}}],["2.1.4",{"_index":3503,"title":{},"body":{"dependencies.html":{}}}],["2.10.0",{"_index":3508,"title":{},"body":{"dependencies.html":{}}}],["2.4.2",{"_index":3497,"title":{},"body":{"dependencies.html":{}}}],["2.5.4",{"_index":3472,"title":{},"body":{"dependencies.html":{}}}],["2.9.4",{"_index":3478,"title":{},"body":{"dependencies.html":{}}}],["2/2",{"_index":3418,"title":{},"body":{"coverage.html":{}}}],["20",{"_index":402,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["200",{"_index":864,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["2007",{"_index":3627,"title":{},"body":{"license.html":{}}}],["2020",{"_index":1434,"title":{},"body":{"components/FooterComponent.html":{}}}],["2021",{"_index":4357,"title":{},"body":{"license.html":{}}}],["22",{"_index":4390,"title":{},"body":{"overview.html":{}}}],["22.430670",{"_index":3401,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412341234",{"_index":3367,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25412345678",{"_index":3359,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25462518374",{"_index":3383,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498765432",{"_index":3373,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["25498769876",{"_index":3378,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["26/26",{"_index":3436,"title":{},"body":{"coverage.html":{}}}],["28",{"_index":4264,"title":{},"body":{"license.html":{}}}],["29",{"_index":3625,"title":{},"body":{"license.html":{}}}],["3",{"_index":702,"title":{},"body":{"components/AppComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["3.0",{"_index":81,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["3.5.1",{"_index":3492,"title":{},"body":{"dependencies.html":{}}}],["3/3",{"_index":3412,"title":{},"body":{"coverage.html":{}}}],["3/5",{"_index":3461,"title":{},"body":{"coverage.html":{}}}],["30",{"_index":4163,"title":{},"body":{"license.html":{}}}],["3000",{"_index":3124,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["300px",{"_index":1370,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["32",{"_index":3275,"title":{},"body":{"injectables/TransactionService.html":{}}}],["39;0xc0ffee254729296a45a3885639ac7e10f9d54979'",{"_index":132,"title":{},"body":{"classes/AccountIndex.html":{}}}],["39;2'",{"_index":2992,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["39;hello",{"_index":3527,"title":{},"body":{"miscellaneous/functions.html":{}}}],["39;sarafu'",{"_index":2986,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["4",{"_index":1637,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"overview.html":{},"miscellaneous/variables.html":{}}}],["4.10.10",{"_index":3499,"title":{},"body":{"dependencies.html":{}}}],["4.2.1",{"_index":3498,"title":{},"body":{"dependencies.html":{}}}],["4.5.3",{"_index":3476,"title":{},"body":{"dependencies.html":{}}}],["4/4",{"_index":3433,"title":{},"body":{"coverage.html":{}}}],["400",{"_index":2587,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["401",{"_index":1009,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["401/403",{"_index":862,"title":{},"body":{"components/AuthComponent.html":{}}}],["403",{"_index":1051,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["450",{"_index":3375,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["5",{"_index":1641,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["5.0.31",{"_index":3489,"title":{},"body":{"dependencies.html":{}}}],["5/5",{"_index":3434,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":403,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["5000",{"_index":2613,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["56",{"_index":1781,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["5621",{"_index":3380,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["56281",{"_index":3369,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["6",{"_index":1643,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/TokenRatioPipe.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["6.6.0",{"_index":3502,"title":{},"body":{"dependencies.html":{}}}],["6/6",{"_index":3421,"title":{},"body":{"coverage.html":{}}}],["60",{"_index":3460,"title":{},"body":{"coverage.html":{},"license.html":{}}}],["6b",{"_index":4010,"title":{},"body":{"license.html":{}}}],["6d",{"_index":4031,"title":{},"body":{"license.html":{}}}],["6rem",{"_index":659,"title":{},"body":{"components/AdminComponent.html":{}}}],["7",{"_index":3951,"title":{},"body":{"license.html":{}}}],["7/7",{"_index":3439,"title":{},"body":{"coverage.html":{}}}],["768px",{"_index":700,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["8",{"_index":3246,"title":{},"body":{"injectables/TransactionService.html":{}}}],["8.2.1",{"_index":3494,"title":{},"body":{"dependencies.html":{}}}],["8/8",{"_index":3411,"title":{},"body":{"coverage.html":{}}}],["8000000",{"_index":3260,"title":{},"body":{"injectables/TransactionService.html":{}}}],["817",{"_index":3385,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["8996",{"_index":4404,"title":{},"body":{"miscellaneous/variables.html":{}}}],["9.0.2",{"_index":3473,"title":{},"body":{"dependencies.html":{}}}],["9/9",{"_index":3408,"title":{},"body":{"coverage.html":{}}}],["99000",{"_index":2484,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["9981",{"_index":2488,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["99999999999999998976",{"_index":2472,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["_eth",{"_index":3051,"title":{},"body":{"components/TokensComponent.html":{}}}],["_models",{"_index":618,"title":{},"body":{"components/AdminComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["abi",{"_index":171,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["abicoder",{"_index":3247,"title":{},"body":{"injectables/TransactionService.html":{}}}],["abicoder.encode",{"_index":3249,"title":{},"body":{"injectables/TransactionService.html":{}}}],["ability",{"_index":4076,"title":{},"body":{"license.html":{}}}],["above",{"_index":2541,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["absence",{"_index":3952,"title":{},"body":{"license.html":{}}}],["absolute",{"_index":4339,"title":{},"body":{"license.html":{}}}],["absolutely",{"_index":4369,"title":{},"body":{"license.html":{}}}],["abstractcontrol",{"_index":1315,"title":{},"body":{"classes/CustomValidator.html":{}}}],["abuse",{"_index":3726,"title":{},"body":{"license.html":{}}}],["academy",{"_index":1930,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["accept",{"_index":4168,"title":{},"body":{"license.html":{}}}],["acceptable",{"_index":901,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["acceptance",{"_index":4167,"title":{},"body":{"license.html":{}}}],["accepted",{"_index":2801,"title":{},"body":{"guards/RoleGuard.html":{}}}],["acces",{"_index":2373,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["access",{"_index":886,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["accessible",{"_index":4235,"title":{},"body":{"license.html":{}}}],["accessors",{"_index":235,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["accompanied",{"_index":3992,"title":{},"body":{"license.html":{}}}],["accompanies",{"_index":4343,"title":{},"body":{"license.html":{}}}],["accord",{"_index":3950,"title":{},"body":{"license.html":{}}}],["according",{"_index":1471,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["accordingly",{"_index":1405,"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-1.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":328,"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":1233,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.scss",{"_index":1232,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts",{"_index":1231,"title":{},"body":{"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["account.component.ts:15",{"_index":1246,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:16",{"_index":1247,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:17",{"_index":1248,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:18",{"_index":1245,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:19",{"_index":1244,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:20",{"_index":1243,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:21",{"_index":1240,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:29",{"_index":1241,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:60",{"_index":1250,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.component.ts:64",{"_index":1242,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["account.type",{"_index":446,"title":{},"body":{"components/AccountsComponent.html":{}}}],["account/create",{"_index":490,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"components/CreateAccountComponent.html":{},"coverage.html":{}}}],["accountant",{"_index":2016,"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-1.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["accountdetailscomponent",{"_index":316,"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":3233,"title":{},"body":{"injectables/TransactionService.html":{}}}],["accountinfo.vcard",{"_index":3235,"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":319,"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":368,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.component.scss",{"_index":367,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts.push(account",{"_index":197,"title":{},"body":{"classes/AccountIndex.html":{}}}],["accounts/${strip0x(account.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":442,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounts/${strip0x(res.identities.evm[`bloxberg:${environment.bloxbergchainid}`][0",{"_index":299,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["accountscomponent",{"_index":318,"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":200,"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":460,"title":{"modules/AccountsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules.html":{},"overview.html":{}}}],["accountsroutingmodule",{"_index":469,"title":{"modules/AccountsRoutingModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["accountstype",{"_index":369,"title":{},"body":{"components/AccountsComponent.html":{}}}],["accounttype",{"_index":449,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["accounttypes",{"_index":370,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["achieve",{"_index":4349,"title":{},"body":{"license.html":{}}}],["acknowledges",{"_index":3890,"title":{},"body":{"license.html":{}}}],["acquired",{"_index":4214,"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":{}}}],["activatedroute",{"_index":2948,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["activatedroutesnapshot",{"_index":898,"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":913,"title":{},"body":{"guards/AuthGuard.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["activities",{"_index":3805,"title":{},"body":{"license.html":{}}}],["activity",{"_index":4260,"title":{},"body":{"license.html":{}}}],["actual",{"_index":4240,"title":{},"body":{"license.html":{}}}],["actual_component",{"_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":{}}}],["actually",{"_index":4053,"title":{},"body":{"license.html":{}}}],["adapt",{"_index":3778,"title":{},"body":{"license.html":{}}}],["add",{"_index":559,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/AuthComponent.html":{},"license.html":{}}}],["add0x",{"_index":3195,"title":{},"body":{"injectables/TransactionService.html":{}}}],["add0x(tohex(tx.serializerlp",{"_index":3280,"title":{},"body":{"injectables/TransactionService.html":{}}}],["added",{"_index":2935,"title":{},"body":{"interfaces/Staff.html":{},"license.html":{}}}],["additional",{"_index":3964,"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":3775,"title":{},"body":{"license.html":{}}}],["addresses",{"_index":161,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addressof",{"_index":2977,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu'",{"_index":2987,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof('sarafu",{"_index":2996,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressof(identifier",{"_index":2982,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["addressreturned",{"_index":1155,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["addresssearchform",{"_index":221,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchformstub",{"_index":238,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchloading",{"_index":222,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["addresssearchsubmitted",{"_index":223,"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":186,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtoaccountregistry(address",{"_index":124,"title":{},"body":{"classes/AccountIndex.html":{}}}],["addtransaction",{"_index":3156,"title":{},"body":{"injectables/TransactionService.html":{}}}],["addtransaction(transaction",{"_index":3165,"title":{},"body":{"injectables/TransactionService.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":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":{}}}],["admin.component.html",{"_index":586,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":585,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin_reserve",{"_index":2880,"title":{},"body":{"components/SettingsComponent.html":{}}}],["admincomponent",{"_index":321,"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":3926,"title":{},"body":{"license.html":{}}}],["adversely",{"_index":4084,"title":{},"body":{"license.html":{}}}],["advised",{"_index":4330,"title":{},"body":{"license.html":{}}}],["affects",{"_index":4085,"title":{},"body":{"license.html":{}}}],["affero",{"_index":4281,"title":{},"body":{"license.html":{}}}],["affirmed",{"_index":4197,"title":{},"body":{"license.html":{}}}],["affirms",{"_index":3886,"title":{},"body":{"license.html":{}}}],["afterviewinit",{"_index":3293,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["again",{"_index":721,"title":{},"body":{"components/AppComponent.html":{}}}],["against",{"_index":3559,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["age",{"_index":13,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["agent",{"_index":2014,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["aggregate",{"_index":3979,"title":{},"body":{"license.html":{}}}],["agree",{"_index":4276,"title":{},"body":{"license.html":{}}}],["agreed",{"_index":4317,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":4226,"title":{},"body":{"license.html":{}}}],["agrovet",{"_index":2297,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["aim",{"_index":3722,"title":{},"body":{"license.html":{}}}],["airtime",{"_index":2376,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["alert('access",{"_index":1423,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["alert('account",{"_index":300,"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":4204,"title":{},"body":{"license.html":{}}}],["allow",{"_index":3745,"title":{},"body":{"license.html":{}}}],["allowed",{"_index":1425,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["allows",{"_index":95,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["along",{"_index":3954,"title":{},"body":{"license.html":{}}}],["alpha.3",{"_index":3485,"title":{},"body":{"dependencies.html":{}}}],["alpha.6",{"_index":3481,"title":{},"body":{"dependencies.html":{}}}],["already",{"_index":140,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["alternative",{"_index":4006,"title":{},"body":{"license.html":{}}}],["although",{"_index":3718,"title":{},"body":{"license.html":{}}}],["amani",{"_index":1671,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["amount",{"_index":1213,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["ancillary",{"_index":4170,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":3702,"title":{},"body":{"license.html":{}}}],["andshow",{"_index":4373,"title":{},"body":{"license.html":{}}}],["angular",{"_index":487,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["angular/animations",{"_index":617,"title":{},"body":{"components/AdminComponent.html":{},"dependencies.html":{}}}],["angular/cdk",{"_index":3466,"title":{},"body":{"dependencies.html":{}}}],["angular/cli",{"_index":3572,"title":{},"body":{"index.html":{}}}],["angular/common",{"_index":478,"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":786,"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":3468,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":268,"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":{},"dependencies.html":{}}}],["angular/forms",{"_index":270,"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":3469,"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":1349,"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":2901,"title":{},"body":{"modules/SettingsModule.html":{}}}],["angular/material/paginator",{"_index":413,"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":2899,"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":3070,"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":414,"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":412,"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":3072,"title":{},"body":{"modules/TokensModule.html":{}}}],["angular/platform",{"_index":777,"title":{},"body":{"modules/AppModule.html":{},"pipes/SafePipe.html":{},"dependencies.html":{}}}],["angular/router",{"_index":273,"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/TokenDetailsComponent.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":3913,"title":{},"body":{"license.html":{}}}],["anyone",{"_index":3961,"title":{},"body":{"license.html":{}}}],["anything",{"_index":3791,"title":{},"body":{"license.html":{}}}],["api",{"_index":2503,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["app",{"_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/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":3587,"title":{},"body":{"index.html":{}}}],["app/_eth",{"_index":3015,"title":{},"body":{"injectables/TokenService.html":{}}}],["app/_guards",{"_index":789,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{}}}],["app/_helpers",{"_index":271,"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":983,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_interceptors",{"_index":793,"title":{},"body":{"modules/AppModule.html":{}}}],["app/_models",{"_index":418,"title":{},"body":{"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["app/_models/account",{"_index":1216,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["app/_models/staff",{"_index":2866,"title":{},"body":{"components/SettingsComponent.html":{}}}],["app/_pgp",{"_index":795,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{}}}],["app/_pgp/pgp",{"_index":2690,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["app/_services",{"_index":272,"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/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["app/_services/auth.service",{"_index":3201,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/_services/error",{"_index":980,"title":{},"body":{"injectables/AuthService.html":{}}}],["app/_services/logging.service",{"_index":979,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{}}}],["app/_services/registry.service",{"_index":1138,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["app/_services/transaction.service",{"_index":1137,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["app/_services/user.service",{"_index":3190,"title":{},"body":{"injectables/TransactionService.html":{}}}],["app/app",{"_index":780,"title":{},"body":{"modules/AppModule.html":{}}}],["app/app.component",{"_index":781,"title":{},"body":{"modules/AppModule.html":{}}}],["app/auth/_directives/password",{"_index":929,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth",{"_index":927,"title":{},"body":{"modules/AuthModule.html":{}}}],["app/auth/auth.component",{"_index":928,"title":{},"body":{"modules/AuthModule.html":{},"modules/AuthRoutingModule.html":{}}}],["app/shared/_directives/menu",{"_index":2911,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/safe.pipe",{"_index":2916,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/_pipes/token",{"_index":2913,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/error",{"_index":1364,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["app/shared/footer/footer.component",{"_index":2909,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/shared.module",{"_index":482,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["app/shared/sidebar/sidebar.component",{"_index":2910,"title":{},"body":{"modules/SharedModule.html":{}}}],["app/shared/topbar/topbar.component",{"_index":2908,"title":{},"body":{"modules/SharedModule.html":{}}}],["appcomponent",{"_index":323,"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":3797,"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.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{}}}],["application/json",{"_index":1003,"title":{},"body":{"injectables/AuthService.html":{}}}],["applications",{"_index":4381,"title":{},"body":{"license.html":{}}}],["applied",{"_index":3752,"title":{},"body":{"license.html":{}}}],["applies",{"_index":3659,"title":{},"body":{"license.html":{}}}],["apply",{"_index":3663,"title":{},"body":{"license.html":{}}}],["appmenuselection",{"_index":1590,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["appmenuselection]'},{'name",{"_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":{},"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":1603,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["appmenutoggle]'},{'name",{"_index":360,"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":764,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"modules.html":{},"overview.html":{}}}],["apppasswordtoggle",{"_index":2759,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["apppasswordtoggle]'},{'name",{"_index":362,"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":1469,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["appropriately",{"_index":3944,"title":{},"body":{"license.html":{}}}],["approuterlink",{"_index":364,"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":770,"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":3386,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["approved",{"_index":641,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["approximates",{"_index":4338,"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-1.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["area_name",{"_index":45,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["area_type",{"_index":46,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.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":1234,"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":1896,"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":2832,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["arguments",{"_index":687,"title":{},"body":{"components/AppComponent.html":{}}}],["arise",{"_index":3733,"title":{},"body":{"license.html":{}}}],["arising",{"_index":4321,"title":{},"body":{"license.html":{}}}],["arr",{"_index":3521,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arrange",{"_index":4236,"title":{},"body":{"license.html":{}}}],["arrangement",{"_index":4248,"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":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["array.from",{"_index":3022,"title":{},"body":{"injectables/TokenService.html":{}}}],["arraybuffer",{"_index":1030,"title":{},"body":{"injectables/AuthService.html":{}}}],["arraydata",{"_index":3538,"title":{},"body":{"miscellaneous/functions.html":{}}}],["arraysum",{"_index":3415,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["arraysum(arr",{"_index":3519,"title":{},"body":{"miscellaneous/functions.html":{}}}],["article",{"_index":3922,"title":{},"body":{"license.html":{}}}],["artifacts",{"_index":3595,"title":{},"body":{"index.html":{}}}],["artisan",{"_index":2124,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["artist",{"_index":2013,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["askari",{"_index":2015,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["asking",{"_index":3680,"title":{},"body":{"license.html":{}}}],["assert",{"_index":3697,"title":{},"body":{"license.html":{}}}],["assets",{"_index":4187,"title":{},"body":{"license.html":{}}}],["assets/js/block",{"_index":2789,"title":{},"body":{"injectables/RegistryService.html":{}}}],["assigned",{"_index":2988,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["associated",{"_index":904,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["assume",{"_index":4312,"title":{},"body":{"license.html":{}}}],["assumption",{"_index":4342,"title":{},"body":{"license.html":{}}}],["assumptions",{"_index":4129,"title":{},"body":{"license.html":{}}}],["assures",{"_index":3755,"title":{},"body":{"license.html":{}}}],["async",{"_index":105,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["atomic",{"_index":988,"title":{},"body":{"injectables/AuthService.html":{}}}],["attach",{"_index":4351,"title":{},"body":{"license.html":{}}}],["attempt",{"_index":4143,"title":{},"body":{"license.html":{}}}],["attributed",{"_index":3713,"title":{},"body":{"license.html":{}}}],["attributions",{"_index":4112,"title":{},"body":{"license.html":{}}}],["auth",{"_index":814,"title":{},"body":{"modules/AppRoutingModule.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{}}}],["auth'},{'name",{"_index":326,"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":825,"title":{},"body":{"components/AuthComponent.html":{}}}],["auth.component.scss",{"_index":824,"title":{},"body":{"components/AuthComponent.html":{}}}],["authcomponent",{"_index":325,"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":1034,"title":{},"body":{"injectables/AuthService.html":{}}}],["authentication",{"_index":887,"title":{},"body":{"guards/AuthGuard.html":{},"components/SettingsComponent.html":{}}}],["authguard",{"_index":788,"title":{"guards/AuthGuard.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"coverage.html":{}}}],["authheader",{"_index":1032,"title":{},"body":{"injectables/AuthService.html":{}}}],["authmodule",{"_index":921,"title":{"modules/AuthModule.html":{}},"body":{"modules/AuthModule.html":{},"modules.html":{},"overview.html":{}}}],["author",{"_index":4111,"title":{},"body":{"license.html":{}}}],["authorization",{"_index":4064,"title":{},"body":{"license.html":{}}}],["authorized",{"_index":1052,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["authorizes",{"_index":4209,"title":{},"body":{"license.html":{}}}],["authorizing",{"_index":4252,"title":{},"body":{"license.html":{}}}],["authors",{"_index":3662,"title":{},"body":{"license.html":{}}}],["authroutingmodule",{"_index":925,"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":{}}}],["automatic",{"_index":4179,"title":{},"body":{"license.html":{}}}],["automatically",{"_index":3578,"title":{},"body":{"index.html":{},"license.html":{}}}],["automerge",{"_index":1006,"title":{},"body":{"injectables/AuthService.html":{}}}],["availability",{"_index":128,"title":{},"body":{"classes/AccountIndex.html":{}}}],["available",{"_index":146,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"license.html":{},"modules.html":{}}}],["avenue",{"_index":3544,"title":{},"body":{"miscellaneous/functions.html":{}}}],["avocado",{"_index":2140,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["avoid",{"_index":3749,"title":{},"body":{"license.html":{}}}],["await",{"_index":187,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["away",{"_index":3649,"title":{},"body":{"license.html":{}}}],["b",{"_index":3847,"title":{},"body":{"license.html":{}}}],["baby",{"_index":1919,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["babycare",{"_index":1918,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["backend",{"_index":1407,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["backend.ts",{"_index":1614,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["backend.ts:1097",{"_index":1618,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["bag",{"_index":2334,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bajia",{"_index":2142,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["baker",{"_index":2017,"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-1.html":{},"interfaces/Token.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["bamburi",{"_index":1835,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["banana",{"_index":2147,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bananas",{"_index":2148,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangla",{"_index":1817,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bangladesh",{"_index":1818,"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":2292,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barakoa",{"_index":2299,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["barber",{"_index":2020,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["based",{"_index":3787,"title":{},"body":{"license.html":{}}}],["basic",{"_index":3878,"title":{},"body":{"license.html":{}}}],["bead",{"_index":2335,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beadwork",{"_index":2018,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beans",{"_index":2144,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bearer",{"_index":1001,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["beautician",{"_index":2131,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beauty",{"_index":2019,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["beba",{"_index":2403,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bebabeba",{"_index":2404,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bed",{"_index":2339,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bedding",{"_index":2337,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["behalf",{"_index":3901,"title":{},"body":{"license.html":{}}}],["behave",{"_index":1283,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["behaviorsubject",{"_index":3014,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["behaviorsubject(this.transactions",{"_index":3182,"title":{},"body":{"injectables/TransactionService.html":{}}}],["being",{"_index":1321,"title":{},"body":{"classes/CustomValidator.html":{},"license.html":{}}}],["believe",{"_index":4245,"title":{},"body":{"license.html":{}}}],["below",{"_index":3908,"title":{},"body":{"license.html":{}}}],["belt",{"_index":2336,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["benefit",{"_index":4239,"title":{},"body":{"license.html":{}}}],["best",{"_index":4348,"title":{},"body":{"license.html":{}}}],["between",{"_index":3876,"title":{},"body":{"license.html":{}}}],["beyond",{"_index":3981,"title":{},"body":{"license.html":{}}}],["bezier(0.4",{"_index":633,"title":{},"body":{"components/AdminComponent.html":{}}}],["bhajia",{"_index":2141,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biashara",{"_index":2060,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bicycle",{"_index":2406,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bike",{"_index":2405,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["binding",{"_index":1300,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["bio",{"_index":3364,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["biogas",{"_index":2435,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biringanya",{"_index":2146,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["biscuits",{"_index":2145,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bit",{"_index":1123,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bitwise",{"_index":1163,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["block",{"_index":876,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"dependencies.html":{}}}],["blockchain",{"_index":175,"title":{},"body":{"classes/AccountIndex.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["blockfilterbinstr",{"_index":1186,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blockfilterbinstr.charcodeat(i",{"_index":1193,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocks",{"_index":2845,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["blocksync",{"_index":1099,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksync(address",{"_index":1108,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocksyncservice",{"_index":1096,"title":{"injectables/BlockSyncService.html":{}},"body":{"injectables/BlockSyncService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["blocktxfilterbinstr",{"_index":1194,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["blocktxfilterbinstr.charcodeat(i",{"_index":1199,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblockbytes",{"_index":1128,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomblocktxbytes",{"_index":1130,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloomrounds",{"_index":1131,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bloxberg:8996",{"_index":40,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["bloxbergchainid",{"_index":4403,"title":{},"body":{"miscellaneous/variables.html":{}}}],["boda",{"_index":2408,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bodaboda",{"_index":2409,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["body",{"_index":1391,"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":1672,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bombolulu",{"_index":1839,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bomet",{"_index":1881,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bone",{"_index":1188,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["bone.map((e",{"_index":1190,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["book",{"_index":1901,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boolean",{"_index":251,"title":{},"body":{"components/AccountSearchComponent.html":{},"interfaces/Action.html":{},"components/AdminComponent.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.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.html":{},"interfaces/Signer.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"miscellaneous/functions.html":{}}}],["bootstrap",{"_index":464,"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":3707,"title":{},"body":{"license.html":{}}}],["botique",{"_index":2341,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["boutique",{"_index":2342,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["box",{"_index":1383,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["bread",{"_index":2232,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["break",{"_index":1421,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["brewer",{"_index":2138,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["bricks",{"_index":2114,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["browse",{"_index":4387,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":778,"title":{},"body":{"modules/AppModule.html":{},"classes/PGPSigner.html":{},"components/PagesComponent.html":{},"pipes/SafePipe.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"dependencies.html":{},"modules.html":{}}}],["browser/animations",{"_index":783,"title":{},"body":{"modules/AppModule.html":{}}}],["browseranimationsmodule",{"_index":782,"title":{},"body":{"modules/AppModule.html":{}}}],["browsermodule",{"_index":776,"title":{},"body":{"modules/AppModule.html":{}}}],["btwo",{"_index":1196,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["btwo.map((e",{"_index":1198,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["buck",{"_index":3366,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["build",{"_index":3588,"title":{},"body":{"index.html":{}}}],["build:dev",{"_index":3594,"title":{},"body":{"index.html":{}}}],["build:prod",{"_index":3598,"title":{},"body":{"index.html":{}}}],["bungoma",{"_index":1883,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["buru",{"_index":1795,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busaa",{"_index":2219,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["busia",{"_index":1862,"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-1.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["businesscategory",{"_index":1257,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["butcher",{"_index":2172,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["butchery",{"_index":2173,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["button",{"_index":657,"title":{},"body":{"components/AdminComponent.html":{},"injectables/AuthService.html":{}}}],["c",{"_index":3629,"title":{},"body":{"license.html":{}}}],["cabbages",{"_index":2221,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cachedtx.tx.txhash",{"_index":3207,"title":{},"body":{"injectables/TransactionService.html":{}}}],["cachesize",{"_index":3166,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["cafe",{"_index":2351,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cake",{"_index":2159,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["call",{"_index":2504,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["called",{"_index":3785,"title":{},"body":{"license.html":{}}}],["calls",{"_index":3548,"title":{},"body":{"miscellaneous/functions.html":{}}}],["can\\'t",{"_index":718,"title":{},"body":{"components/AppComponent.html":{}}}],["canactivate",{"_index":820,"title":{},"body":{"modules/AppRoutingModule.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["canactivate(route",{"_index":897,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["candebug",{"_index":1549,"title":{},"body":{"injectables/LoggingService.html":{}}}],["candy",{"_index":2347,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["capabilities",{"_index":896,"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.html":{},"interfaces/Signer.html":{}}}],["capenter",{"_index":2026,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["car",{"_index":2024,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["card",{"_index":2639,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["care",{"_index":1920,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caretaker",{"_index":2023,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carpenter",{"_index":2036,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carrier",{"_index":2411,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carry",{"_index":3956,"title":{},"body":{"license.html":{}}}],["cart",{"_index":2410,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["carwash",{"_index":2032,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["case",{"_index":1418,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cases",{"_index":4049,"title":{},"body":{"license.html":{}}}],["cashier",{"_index":1625,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cassava",{"_index":2158,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["casual",{"_index":2021,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["catch",{"_index":424,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["catch((e",{"_index":2725,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["catcherror",{"_index":707,"title":{},"body":{"components/AppComponent.html":{},"interceptors/ErrorInterceptor.html":{}}}],["catcherror((err",{"_index":1399,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["categories",{"_index":1235,"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-1.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":2029,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["caught",{"_index":1393,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cause",{"_index":3984,"title":{},"body":{"license.html":{}}}],["cdr",{"_index":2605,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["cease",{"_index":4147,"title":{},"body":{"license.html":{}}}],["cement",{"_index":2340,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["centralized",{"_index":1441,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["cereal",{"_index":2153,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cereals",{"_index":2160,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["certain",{"_index":1616,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["cessation",{"_index":4159,"title":{},"body":{"license.html":{}}}],["chai",{"_index":2156,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chakula",{"_index":2150,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["challenge",{"_index":1018,"title":{},"body":{"injectables/AuthService.html":{}}}],["chama",{"_index":2327,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["changamwe",{"_index":1829,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["change",{"_index":879,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["changed",{"_index":3711,"title":{},"body":{"license.html":{}}}],["changedetection",{"_index":212,"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":267,"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":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/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":3640,"title":{},"body":{"license.html":{}}}],["chapati",{"_index":2152,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chapo",{"_index":2155,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["characterized",{"_index":4073,"title":{},"body":{"license.html":{}}}],["charcoal",{"_index":2437,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charcol",{"_index":2436,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["charge",{"_index":3667,"title":{},"body":{"license.html":{}}}],["charging",{"_index":2084,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chart.js",{"_index":3477,"title":{},"body":{"dependencies.html":{}}}],["charts",{"_index":2745,"title":{},"body":{"modules/PagesModule.html":{},"dependencies.html":{}}}],["chartsmodule",{"_index":2743,"title":{},"body":{"modules/PagesModule.html":{}}}],["check",{"_index":856,"title":{},"body":{"components/AuthComponent.html":{},"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":2028,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemicals",{"_index":2301,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chemist",{"_index":2300,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chibuga",{"_index":1673,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chicken",{"_index":2164,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzivuni",{"_index":1685,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chidzuvini",{"_index":1684,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chief",{"_index":1970,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigale",{"_index":1679,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigato",{"_index":1678,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chigojoni",{"_index":1676,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikole",{"_index":1680,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomani",{"_index":1674,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikomeni",{"_index":1683,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chikuyu",{"_index":1686,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["children",{"_index":1940,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilongoni",{"_index":1675,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chilumani",{"_index":1681,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chinguluni",{"_index":1677,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chipo",{"_index":2154,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chips",{"_index":2157,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizingo",{"_index":1687,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chizini",{"_index":1682,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choma",{"_index":2215,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choo",{"_index":1984,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["choose",{"_index":4296,"title":{},"body":{"license.html":{}}}],["choosing",{"_index":4300,"title":{},"body":{"license.html":{}}}],["christine",{"_index":1633,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["chumvi",{"_index":2220,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["church",{"_index":1964,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["chv",{"_index":2302,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cic",{"_index":1005,"title":{},"body":{"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["cicada",{"_index":704,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SidebarComponent.html":{},"index.html":{}}}],["ciccacheurl",{"_index":4414,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicconvert(event",{"_index":761,"title":{},"body":{"components/AppComponent.html":{}}}],["cicmetaurl",{"_index":4409,"title":{},"body":{"miscellaneous/variables.html":{}}}],["cicregistry",{"_index":2785,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["cictransfer(event",{"_index":757,"title":{},"body":{"components/AppComponent.html":{}}}],["cicussdurl",{"_index":4419,"title":{},"body":{"miscellaneous/variables.html":{}}}],["circumstances",{"_index":3906,"title":{},"body":{"license.html":{}}}],["circumvention",{"_index":3914,"title":{},"body":{"license.html":{}}}],["civil",{"_index":4341,"title":{},"body":{"license.html":{}}}],["claim",{"_index":4201,"title":{},"body":{"license.html":{}}}],["claims",{"_index":4211,"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.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.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":1997,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cleaning",{"_index":1990,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clear",{"_index":4017,"title":{},"body":{"license.html":{}}}],["clearly",{"_index":3704,"title":{},"body":{"license.html":{}}}],["cles",{"_index":3377,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["cli",{"_index":3567,"title":{},"body":{"index.html":{}}}],["click",{"_index":1599,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["client",{"_index":1136,"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":2314,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clinical",{"_index":2315,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clipboard",{"_index":3526,"title":{},"body":{"miscellaneous/functions.html":{}}}],["close",{"_index":3122,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["closely",{"_index":4337,"title":{},"body":{"license.html":{}}}],["cloth",{"_index":2348,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["club",{"_index":2396,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["clues",{"_index":1411,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["cluster_accountsmodule",{"_index":466,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_declarations",{"_index":467,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_accountsmodule_imports",{"_index":468,"title":{},"body":{"modules/AccountsModule.html":{},"overview.html":{}}}],["cluster_adminmodule",{"_index":661,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_declarations",{"_index":662,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_adminmodule_imports",{"_index":663,"title":{},"body":{"modules/AdminModule.html":{},"overview.html":{}}}],["cluster_appmodule",{"_index":765,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":766,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":769,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":767,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":768,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_authmodule",{"_index":922,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_declarations",{"_index":924,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_authmodule_imports",{"_index":923,"title":{},"body":{"modules/AuthModule.html":{},"overview.html":{}}}],["cluster_pagesmodule",{"_index":2736,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_declarations",{"_index":2737,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_pagesmodule_imports",{"_index":2738,"title":{},"body":{"modules/PagesModule.html":{},"overview.html":{}}}],["cluster_settingsmodule",{"_index":2890,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_declarations",{"_index":2891,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_settingsmodule_imports",{"_index":2892,"title":{},"body":{"modules/SettingsModule.html":{},"overview.html":{}}}],["cluster_sharedmodule",{"_index":2903,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_declarations",{"_index":2905,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_sharedmodule_exports",{"_index":2904,"title":{},"body":{"modules/SharedModule.html":{},"overview.html":{}}}],["cluster_tokensmodule",{"_index":3060,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_declarations",{"_index":3062,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_tokensmodule_imports",{"_index":3061,"title":{},"body":{"modules/TokensModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule",{"_index":3342,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_declarations",{"_index":3345,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_exports",{"_index":3343,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["cluster_transactionsmodule_imports",{"_index":3344,"title":{},"body":{"modules/TransactionsModule.html":{},"overview.html":{}}}],["coach",{"_index":1902,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobbler",{"_index":2031,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cobler",{"_index":2030,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["coconut",{"_index":2151,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["code",{"_index":1409,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"index.html":{},"license.html":{}}}],["coffee",{"_index":2163,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["collapsed",{"_index":630,"title":{},"body":{"components/AdminComponent.html":{}}}],["collect",{"_index":4278,"title":{},"body":{"license.html":{}}}],["collection",{"_index":1999,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["college",{"_index":1912,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["columnstodisplay",{"_index":3038,"title":{},"body":{"components/TokensComponent.html":{}}}],["combination",{"_index":4285,"title":{},"body":{"license.html":{}}}],["combine",{"_index":4282,"title":{},"body":{"license.html":{}}}],["combined",{"_index":3975,"title":{},"body":{"license.html":{}}}],["comes",{"_index":3962,"title":{},"body":{"license.html":{}}}],["command",{"_index":3621,"title":{},"body":{"index.html":{}}}],["commands",{"_index":3825,"title":{},"body":{"license.html":{}}}],["commas",{"_index":3543,"title":{},"body":{"miscellaneous/functions.html":{}}}],["comment",{"_index":2932,"title":{},"body":{"interfaces/Staff.html":{}}}],["commercial",{"_index":4058,"title":{},"body":{"license.html":{}}}],["commitment",{"_index":4227,"title":{},"body":{"license.html":{}}}],["common",{"_index":4052,"title":{},"body":{"license.html":{}}}],["commonmodule",{"_index":477,"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":3874,"title":{},"body":{"license.html":{}}}],["community",{"_index":2313,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["compilation",{"_index":3971,"title":{},"body":{"license.html":{}}}],["compilation's",{"_index":3980,"title":{},"body":{"license.html":{}}}],["compilations",{"_index":4262,"title":{},"body":{"license.html":{}}}],["compiler",{"_index":3857,"title":{},"body":{"license.html":{}}}],["complete",{"_index":1639,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["compliance",{"_index":4184,"title":{},"body":{"license.html":{}}}],["comply",{"_index":3899,"title":{},"body":{"license.html":{}}}],["component",{"_index":199,"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({selector",{"_index":1436,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["component_template",{"_index":315,"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":201,"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":3800,"title":{},"body":{"license.html":{}}}],["computers",{"_index":3748,"title":{},"body":{"license.html":{}}}],["concerning",{"_index":4284,"title":{},"body":{"license.html":{}}}],["concerns",{"_index":4290,"title":{},"body":{"license.html":{}}}],["conditioned",{"_index":4257,"title":{},"body":{"license.html":{}}}],["conditions",{"_index":3759,"title":{},"body":{"license.html":{}}}],["conductor",{"_index":2416,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["config",{"_index":1509,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts",{"_index":1506,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["config.interceptor.ts:10",{"_index":1508,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["config.interceptor.ts:21",{"_index":1510,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["configurations",{"_index":1507,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["confirm",{"_index":1319,"title":{},"body":{"classes/CustomValidator.html":{}}}],["confirm('approve",{"_index":643,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('create",{"_index":1267,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["confirm('disapprove",{"_index":646,"title":{},"body":{"components/AdminComponent.html":{}}}],["confirm('new",{"_index":737,"title":{},"body":{"components/AppComponent.html":{}}}],["confirm('set",{"_index":2635,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["confirmpassword",{"_index":1331,"title":{},"body":{"classes/CustomValidator.html":{}}}],["congo",{"_index":1765,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["connected",{"_index":2850,"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":4172,"title":{},"body":{"license.html":{}}}],["consequential",{"_index":4320,"title":{},"body":{"license.html":{}}}],["conservation",{"_index":1982,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consider",{"_index":4379,"title":{},"body":{"license.html":{}}}],["considered",{"_index":4131,"title":{},"body":{"license.html":{}}}],["consistent",{"_index":4218,"title":{},"body":{"license.html":{}}}],["console.log('here",{"_index":3394,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["console.log(arraysum([1",{"_index":3523,"title":{},"body":{"miscellaneous/functions.html":{}}}],["console.log(await",{"_index":134,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["console.log(copytoclipboard('hello",{"_index":3529,"title":{},"body":{"miscellaneous/functions.html":{}}}],["conspicuously",{"_index":3943,"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":{},"components/SettingsComponent.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":3743,"title":{},"body":{"license.html":{}}}],["constitutes",{"_index":3889,"title":{},"body":{"license.html":{}}}],["construction",{"_index":2027,"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":{}}}],["constructor(@inject(mat_dialog_data",{"_index":1350,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(authservice",{"_index":681,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"components/SettingsComponent.html":{}}}],["constructor(blocksyncservice",{"_index":3303,"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":1343,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["constructor(dialog",{"_index":1357,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(elementref",{"_index":1592,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["constructor(errordialogservice",{"_index":1380,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["constructor(formbuilder",{"_index":239,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["constructor(httpclient",{"_index":948,"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.html":{},"interfaces/Signer.html":{}}}],["constructor(logger",{"_index":1558,"title":{},"body":{"injectables/LoggingService.html":{}}}],["constructor(loggingservice",{"_index":1449,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"interceptors/LoggingInterceptor.html":{}}}],["constructor(message",{"_index":1479,"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":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{}}}],["constructor(public",{"_index":1366,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["constructor(route",{"_index":2947,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["constructor(router",{"_index":888,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"components/TransactionDetailsComponent.html":{}}}],["constructor(scanfilter",{"_index":2842,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["constructor(tokenservice",{"_index":3040,"title":{},"body":{"components/TokensComponent.html":{}}}],["constructor(transactionservice",{"_index":1105,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["constructor(userservice",{"_index":382,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{}}}],["construed",{"_index":4266,"title":{},"body":{"license.html":{}}}],["consult",{"_index":1911,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consultant",{"_index":1910,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["consumer",{"_index":4037,"title":{},"body":{"license.html":{}}}],["contact",{"_index":4362,"title":{},"body":{"license.html":{}}}],["contain",{"_index":1410,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"license.html":{}}}],["contained",{"_index":3610,"title":{},"body":{"index.html":{}}}],["containing",{"_index":4114,"title":{},"body":{"license.html":{}}}],["contains",{"_index":903,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"index.html":{},"license.html":{}}}],["content",{"_index":743,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"license.html":{}}}],["content?.classlist.add('active",{"_index":753,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.contains('active",{"_index":752,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["content?.classlist.remove('active",{"_index":755,"title":{},"body":{"components/AppComponent.html":{}}}],["content?.classlist.toggle('active",{"_index":1610,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["contents",{"_index":4222,"title":{},"body":{"license.html":{}}}],["context",{"_index":3851,"title":{},"body":{"license.html":{}}}],["continue",{"_index":4079,"title":{},"body":{"license.html":{}}}],["continued",{"_index":4066,"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-1.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":{}}}],["contracts",{"_index":1157,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["contractual",{"_index":4128,"title":{},"body":{"license.html":{}}}],["contradict",{"_index":4272,"title":{},"body":{"license.html":{}}}],["contrast",{"_index":3651,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":4208,"title":{},"body":{"license.html":{}}}],["contributor's",{"_index":4210,"title":{},"body":{"license.html":{}}}],["control",{"_index":1296,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["control.dirty",{"_index":1305,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.get('confirmpassword').seterrors",{"_index":1333,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('confirmpassword').value",{"_index":1332,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.get('password').value",{"_index":1330,"title":{},"body":{"classes/CustomValidator.html":{}}}],["control.invalid",{"_index":1304,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.touched",{"_index":1306,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["control.value",{"_index":1335,"title":{},"body":{"classes/CustomValidator.html":{}}}],["controlled",{"_index":4213,"title":{},"body":{"license.html":{}}}],["controls",{"_index":1282,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["convenient",{"_index":3818,"title":{},"body":{"license.html":{}}}],["conversion",{"_index":762,"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":3221,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.recipient",{"_index":3227,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.sender",{"_index":3226,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tovalue",{"_index":3223,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.tx.txhash",{"_index":3219,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversion.type",{"_index":3220,"title":{},"body":{"injectables/TransactionService.html":{}}}],["conversions",{"_index":2494,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["convert",{"_index":2937,"title":{},"body":{"interfaces/Token.html":{}}}],["converted",{"_index":3539,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converting",{"_index":3541,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converts",{"_index":3554,"title":{},"body":{"miscellaneous/functions.html":{}}}],["converttoparammap",{"_index":575,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["convey",{"_index":3807,"title":{},"body":{"license.html":{}}}],["conveyance",{"_index":4250,"title":{},"body":{"license.html":{}}}],["conveyed",{"_index":4074,"title":{},"body":{"license.html":{}}}],["conveying",{"_index":3813,"title":{},"body":{"license.html":{}}}],["conveys",{"_index":4127,"title":{},"body":{"license.html":{}}}],["cook",{"_index":2161,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["copied",{"_index":3121,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["copies",{"_index":3525,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy",{"_index":3530,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["copy.ts",{"_index":3417,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["copyaddress",{"_index":3084,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copyaddress(address",{"_index":3093,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copying",{"_index":3760,"title":{},"body":{"license.html":{}}}],["copyleft",{"_index":3642,"title":{},"body":{"license.html":{}}}],["copyright",{"_index":3628,"title":{},"body":{"license.html":{}}}],["copyrightable",{"_index":3770,"title":{},"body":{"license.html":{}}}],["copyrighted",{"_index":3903,"title":{},"body":{"license.html":{}}}],["copytoclipboard",{"_index":3102,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["copytoclipboard(address",{"_index":3119,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["copytoclipboard(text",{"_index":3524,"title":{},"body":{"miscellaneous/functions.html":{}}}],["corn",{"_index":2162,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["correction",{"_index":4315,"title":{},"body":{"license.html":{}}}],["corresponding",{"_index":3860,"title":{},"body":{"license.html":{}}}],["cosmetics",{"_index":2321,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cost",{"_index":4004,"title":{},"body":{"license.html":{}}}],["counsellor",{"_index":1944,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["count",{"_index":192,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/TokenService.html":{}}}],["counterclaim",{"_index":4202,"title":{},"body":{"license.html":{}}}],["counties",{"_index":1877,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["countries",{"_index":3804,"title":{},"body":{"license.html":{}}}],["country",{"_index":1972,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/OrganizationComponent.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["countrycode",{"_index":2632,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["county",{"_index":1973,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["course",{"_index":4374,"title":{},"body":{"license.html":{}}}],["court",{"_index":4271,"title":{},"body":{"license.html":{}}}],["courts",{"_index":4336,"title":{},"body":{"license.html":{}}}],["covenant",{"_index":4230,"title":{},"body":{"license.html":{}}}],["coverage",{"_index":3405,"title":{"coverage.html":{}},"body":{"coverage.html":{},"license.html":{}}}],["covered",{"_index":3788,"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":{},"index.html":{}}}],["createaccountcomponent",{"_index":327,"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":400,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{},"classes/UserServiceStub.html":{}}}],["createform",{"_index":1236,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["createformstub",{"_index":1238,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["credentials",{"_index":2878,"title":{},"body":{"components/SettingsComponent.html":{}}}],["credit",{"_index":2331,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["crisps",{"_index":2149,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["criterion",{"_index":3830,"title":{},"body":{"license.html":{}}}],["cross",{"_index":1925,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["csv",{"_index":3535,"title":{},"body":{"miscellaneous/functions.html":{}}}],["csv.ts",{"_index":3420,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["cubic",{"_index":632,"title":{},"body":{"components/AdminComponent.html":{}}}],["curated",{"_index":1624,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["cure",{"_index":4162,"title":{},"body":{"license.html":{}}}],["currency",{"_index":2959,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["currentuser",{"_index":2803,"title":{},"body":{"guards/RoleGuard.html":{}}}],["custom",{"_index":1278,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["customarily",{"_index":3995,"title":{},"body":{"license.html":{}}}],["customer",{"_index":4000,"title":{},"body":{"license.html":{}}}],["customerrorstatematcher",{"_index":254,"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('cic_convert",{"_index":1179,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customevent('cic_transfer",{"_index":1177,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["customvalidator",{"_index":1307,"title":{"classes/CustomValidator.html":{}},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["cyber",{"_index":1933,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["d",{"_index":2867,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["d.getdate()}/${d.getmonth()}/${d.getfullyear",{"_index":2869,"title":{},"body":{"components/SettingsComponent.html":{}}}],["dagaa",{"_index":2165,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoreti",{"_index":1769,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dagoretti",{"_index":1811,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["daktari",{"_index":2304,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["damages",{"_index":4318,"title":{},"body":{"license.html":{}}}],["dandora",{"_index":1770,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["danger",{"_index":3751,"title":{},"body":{"license.html":{}}}],["danish",{"_index":1951,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dashboard",{"_index":2923,"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":1351,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["data?.status",{"_index":1352,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["datafile",{"_index":4429,"title":{},"body":{"miscellaneous/variables.html":{}}}],["datasource",{"_index":371,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["datasource.filter",{"_index":3329,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["datatables",{"_index":488,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"modules/TransactionsModule.html":{},"dependencies.html":{}}}],["datatables.net",{"_index":3486,"title":{},"body":{"dependencies.html":{}}}],["datatablesmodule",{"_index":486,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AppModule.html":{},"modules/TransactionsModule.html":{}}}],["date",{"_index":455,"title":{},"body":{"components/AccountsComponent.html":{},"components/SettingsComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["date.now",{"_index":76,"title":{},"body":{"interfaces/AccountDetails.html":{},"interceptors/LoggingInterceptor.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["date_registered",{"_index":16,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["dateregistered",{"_index":3395,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["dawa",{"_index":2305,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["day",{"_index":30,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["daycare",{"_index":1917,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["days",{"_index":4158,"title":{},"body":{"license.html":{}}}],["debug",{"_index":1579,"title":{},"body":{"injectables/LoggingService.html":{}}}],["december",{"_index":3927,"title":{},"body":{"license.html":{}}}],["decide",{"_index":4298,"title":{},"body":{"license.html":{}}}],["decimals",{"_index":2468,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["declarations",{"_index":463,"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":4120,"title":{},"body":{"license.html":{}}}],["decorators",{"_index":406,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/ErrorDialogComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["deemed",{"_index":3916,"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":{},"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-1.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-1.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["defaultpagesize",{"_index":372,"title":{},"body":{"components/AccountsComponent.html":{},"components/TransactionsComponent.html":{}}}],["defaults",{"_index":3542,"title":{},"body":{"miscellaneous/functions.html":{}}}],["defective",{"_index":4311,"title":{},"body":{"license.html":{}}}],["defenses",{"_index":4269,"title":{},"body":{"license.html":{}}}],["define",{"_index":1059,"title":{},"body":{"injectables/AuthService.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["defines",{"_index":1280,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["defining",{"_index":4430,"title":{},"body":{"miscellaneous/variables.html":{}}}],["definition",{"_index":3867,"title":{},"body":{"license.html":{}}}],["definitions",{"_index":3764,"title":{},"body":{"license.html":{}}}],["delay",{"_index":1620,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delayed",{"_index":2500,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["delimiter",{"_index":3534,"title":{},"body":{"miscellaneous/functions.html":{}}}],["dematerialize",{"_index":1621,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["demo",{"_index":1936,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["denied",{"_index":4081,"title":{},"body":{"license.html":{}}}],["denominated",{"_index":4228,"title":{},"body":{"license.html":{}}}],["denomination",{"_index":2939,"title":{},"body":{"interfaces/Token.html":{}}}],["denote",{"_index":1474,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["deny",{"_index":3716,"title":{},"body":{"license.html":{}}}],["denying",{"_index":3679,"title":{},"body":{"license.html":{}}}],["dependencies",{"_index":462,"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":4237,"title":{},"body":{"license.html":{}}}],["dera",{"_index":2364,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dereva",{"_index":2415,"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":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.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":2035,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["designated",{"_index":4012,"title":{},"body":{"license.html":{}}}],["designed",{"_index":3647,"title":{},"body":{"license.html":{}}}],["destination",{"_index":3147,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["destinationtoken",{"_index":1205,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["detached",{"_index":2716,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["detail",{"_index":1178,"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-1.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["details'},{'name",{"_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":{}}}],["details.component",{"_index":485,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{}}}],["details.component.html",{"_index":2946,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.scss",{"_index":2945,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{}}}],["details.component.ts",{"_index":2944,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["details.component.ts:14",{"_index":2950,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:15",{"_index":3092,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:16",{"_index":3101,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:17",{"_index":3100,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:18",{"_index":3091,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:26",{"_index":3095,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:27",{"_index":2951,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["details.component.ts:38",{"_index":3098,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:42",{"_index":3097,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:46",{"_index":3099,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:50",{"_index":3096,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.component.ts:59",{"_index":3094,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["details.the",{"_index":4371,"title":{},"body":{"license.html":{}}}],["details/account",{"_index":484,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["details/token",{"_index":2943,"title":{},"body":{"components/TokenDetailsComponent.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"coverage.html":{}}}],["details/transaction",{"_index":3080,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"modules/TransactionsModule.html":{},"coverage.html":{}}}],["detergent",{"_index":2362,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["detergents",{"_index":2363,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["determining",{"_index":4047,"title":{},"body":{"license.html":{}}}],["dev",{"_index":3575,"title":{},"body":{"index.html":{}}}],["develop",{"_index":4345,"title":{},"body":{"license.html":{}}}],["developers",{"_index":3694,"title":{},"body":{"license.html":{}}}],["development",{"_index":3573,"title":{},"body":{"index.html":{},"license.html":{}}}],["devices",{"_index":3715,"title":{},"body":{"license.html":{}}}],["dgst",{"_index":2656,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["dhobi",{"_index":2033,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dialog",{"_index":1340,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["dialog'},{'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":{}}}],["dialog.component",{"_index":1365,"title":{},"body":{"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{}}}],["dialog.component.html",{"_index":1342,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.scss",{"_index":1341,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts",{"_index":1339,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["dialog.component.ts:10",{"_index":1344,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.component.ts:11",{"_index":1346,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["dialog.service",{"_index":981,"title":{},"body":{"injectables/AuthService.html":{}}}],["dialog.service.ts",{"_index":1354,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["dialog.service.ts:11",{"_index":1362,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:13",{"_index":1361,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog.service.ts:9",{"_index":1359,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialog/error",{"_index":1338,"title":{},"body":{"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"modules/SharedModule.html":{},"coverage.html":{}}}],["dialogref",{"_index":1368,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["dialogref.afterclosed().subscribe",{"_index":1371,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["diani",{"_index":1833,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dictates",{"_index":885,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["diesel",{"_index":2459,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["differ",{"_index":4289,"title":{},"body":{"license.html":{}}}],["different",{"_index":1454,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["differently",{"_index":4107,"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":3902,"title":{},"body":{"license.html":{}}}],["directions",{"_index":4018,"title":{},"body":{"license.html":{}}}],["directive",{"_index":313,"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":356,"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":3584,"title":{},"body":{"index.html":{}}}],["directly",{"_index":3793,"title":{},"body":{"license.html":{}}}],["directory",{"_index":1272,"title":{},"body":{"components/CreateAccountComponent.html":{},"index.html":{}}}],["directoryentry",{"_index":1255,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["disableconsolelogging",{"_index":804,"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":1631,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["disbursement",{"_index":2630,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["disbursements",{"_index":2495,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["disclaim",{"_index":3938,"title":{},"body":{"license.html":{}}}],["disclaimer",{"_index":4301,"title":{},"body":{"license.html":{}}}],["disclaiming",{"_index":4104,"title":{},"body":{"license.html":{}}}],["discriminatory",{"_index":4254,"title":{},"body":{"license.html":{}}}],["dispatcher",{"_index":1392,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["dispensary",{"_index":2298,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["display",{"_index":3970,"title":{},"body":{"license.html":{}}}],["displayed",{"_index":4113,"title":{},"body":{"license.html":{}}}],["displayedcolumns",{"_index":373,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{}}}],["displaying",{"_index":1285,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/ErrorInterceptor.html":{}}}],["displays",{"_index":3815,"title":{},"body":{"license.html":{}}}],["dist",{"_index":3597,"title":{},"body":{"index.html":{}}}],["distinguishing",{"_index":4291,"title":{},"body":{"license.html":{}}}],["distribute",{"_index":3637,"title":{},"body":{"license.html":{}}}],["distributed",{"_index":4358,"title":{},"body":{"license.html":{}}}],["distributing",{"_index":4258,"title":{},"body":{"license.html":{}}}],["distribution",{"_index":3761,"title":{},"body":{"license.html":{}}}],["divone",{"_index":869,"title":{},"body":{"components/AuthComponent.html":{}}}],["divtwo",{"_index":871,"title":{},"body":{"components/AuthComponent.html":{}}}],["doctor",{"_index":2303,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["document",{"_index":3639,"title":{},"body":{"license.html":{}}}],["document.getelementbyid('content",{"_index":744,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('one",{"_index":870,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('one').style.display",{"_index":1063,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid('sidebar",{"_index":742,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["document.getelementbyid('sidebarcollapse",{"_index":746,"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":872,"title":{},"body":{"components/AuthComponent.html":{}}}],["document.getelementbyid('two').style.display",{"_index":1064,"title":{},"body":{"injectables/AuthService.html":{}}}],["document.getelementbyid(this.iconid",{"_index":2768,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["document.getelementbyid(this.id",{"_index":2766,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["documentation",{"_index":3406,"title":{},"body":{"coverage.html":{}}}],["documented",{"_index":4090,"title":{},"body":{"license.html":{}}}],["doe",{"_index":3358,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["doesn\\'t",{"_index":1076,"title":{},"body":{"injectables/AuthService.html":{}}}],["dofilter",{"_index":377,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dofilter(value",{"_index":385,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["dom",{"_index":204,"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":3735,"title":{},"body":{"license.html":{}}}],["domsanitizer",{"_index":2835,"title":{},"body":{"pipes/SafePipe.html":{}}}],["don't",{"_index":3592,"title":{},"body":{"index.html":{}}}],["donald",{"_index":3372,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["donholm",{"_index":1768,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donhom",{"_index":1772,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donor",{"_index":1967,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["donut",{"_index":2166,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["doti",{"_index":1688,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["double",{"_index":553,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["doubtful",{"_index":4048,"title":{},"body":{"license.html":{}}}],["dough",{"_index":2167,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["download",{"_index":3537,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downloadcsv",{"_index":378,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["downloaded",{"_index":3540,"title":{},"body":{"miscellaneous/functions.html":{}}}],["downstream",{"_index":4181,"title":{},"body":{"license.html":{}}}],["driver",{"_index":2414,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dt",{"_index":3488,"title":{},"body":{"dependencies.html":{}}}],["duka",{"_index":2354,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["durable",{"_index":3994,"title":{},"body":{"license.html":{}}}],["duration",{"_index":3123,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["during",{"_index":68,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["dwelling",{"_index":4046,"title":{},"body":{"license.html":{}}}],["dynamic",{"_index":3470,"title":{},"body":{"dependencies.html":{}}}],["dynamically",{"_index":3869,"title":{},"body":{"license.html":{}}}],["dzivani",{"_index":1690,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzovuni",{"_index":1691,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["dzugwe",{"_index":1689,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["e",{"_index":697,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["e.matches",{"_index":749,"title":{},"body":{"components/AppComponent.html":{}}}],["e2e",{"_index":3608,"title":{},"body":{"index.html":{}}}],["each",{"_index":3773,"title":{},"body":{"license.html":{}}}],["earlier",{"_index":3786,"title":{},"body":{"license.html":{}}}],["east",{"_index":1805,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["economics",{"_index":1056,"title":{},"body":{"injectables/AuthService.html":{},"components/FooterComponent.html":{},"license.html":{}}}],["education",{"_index":1900,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["educator",{"_index":1942,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["effect",{"_index":4334,"title":{},"body":{"license.html":{}}}],["effected",{"_index":3936,"title":{},"body":{"license.html":{}}}],["effective",{"_index":3917,"title":{},"body":{"license.html":{}}}],["effectively",{"_index":3753,"title":{},"body":{"license.html":{}}}],["efforts",{"_index":4195,"title":{},"body":{"license.html":{}}}],["egg",{"_index":2257,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eimu",{"_index":1922,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["elapsedtime",{"_index":1543,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["elder",{"_index":1969,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["eldoret",{"_index":1884,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrian",{"_index":2022,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electricals",{"_index":2349,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electrician",{"_index":2112,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["electronic",{"_index":4363,"title":{},"body":{"license.html":{}}}],["electronics",{"_index":2109,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["element",{"_index":312,"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":{}}}],["element.style.display",{"_index":877,"title":{},"body":{"components/AuthComponent.html":{}}}],["elementref",{"_index":1593,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["elim",{"_index":1921,"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-1.html":{},"interfaces/Staff.html":{},"miscellaneous/variables.html":{}}}],["embakasi",{"_index":1803,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embakassi",{"_index":1802,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["embodied",{"_index":3989,"title":{},"body":{"license.html":{}}}],["emergency",{"_index":2325,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["employer",{"_index":4376,"title":{},"body":{"license.html":{}}}],["enable",{"_index":3849,"title":{},"body":{"license.html":{}}}],["enabled",{"_index":807,"title":{},"body":{"modules/AppModule.html":{}}}],["enables",{"_index":3809,"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":3607,"title":{},"body":{"index.html":{},"license.html":{}}}],["endpoint",{"_index":717,"title":{},"body":{"components/AppComponent.html":{}}}],["enforce",{"_index":4229,"title":{},"body":{"license.html":{}}}],["enforcing",{"_index":3940,"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":2069,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["enroller",{"_index":1630,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["ensure",{"_index":2505,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["enter",{"_index":880,"title":{},"body":{"components/AuthComponent.html":{}}}],["entered",{"_index":4263,"title":{},"body":{"license.html":{}}}],["entire",{"_index":3960,"title":{},"body":{"license.html":{}}}],["entirely",{"_index":4280,"title":{},"body":{"license.html":{}}}],["entity",{"_index":4185,"title":{},"body":{"license.html":{}}}],["entry",{"_index":1273,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/TokenRegistry.html":{}}}],["entry(2",{"_index":2993,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["entry(serial",{"_index":2989,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["env",{"_index":1550,"title":{},"body":{"injectables/LoggingService.html":{},"index.html":{}}}],["env.example",{"_index":3612,"title":{},"body":{"index.html":{}}}],["env.ts",{"_index":3590,"title":{},"body":{"index.html":{}}}],["envelope",{"_index":3189,"title":{},"body":{"injectables/TransactionService.html":{}}}],["envelope.fromjson(json.stringify(account)).unwrap().m.data",{"_index":3234,"title":{},"body":{"injectables/TransactionService.html":{}}}],["environment",{"_index":168,"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/TokenService.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["environment.cicmetaurl",{"_index":998,"title":{},"body":{"injectables/AuthService.html":{}}}],["environment.loggingurl}/api/logs",{"_index":803,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.loglevel",{"_index":799,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.prod.ts",{"_index":3617,"title":{},"body":{"index.html":{}}}],["environment.production",{"_index":808,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.registryaddress",{"_index":2787,"title":{},"body":{"injectables/RegistryService.html":{}}}],["environment.serverloglevel",{"_index":801,"title":{},"body":{"modules/AppModule.html":{}}}],["environment.ts",{"_index":3616,"title":{},"body":{"index.html":{}}}],["environment.web3provider",{"_index":1143,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["equivalent",{"_index":3892,"title":{},"body":{"license.html":{}}}],["err",{"_index":1080,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{}}}],["err.error",{"_index":1401,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.error.message",{"_index":1406,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.message",{"_index":1082,"title":{},"body":{"injectables/AuthService.html":{}}}],["err.status",{"_index":1414,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["err.statustext",{"_index":1083,"title":{},"body":{"injectables/AuthService.html":{}}}],["erroneously",{"_index":3714,"title":{},"body":{"license.html":{}}}],["error",{"_index":330,"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.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":{}}}],["error's",{"_index":1477,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error('login",{"_index":1011,"title":{},"body":{"injectables/AuthService.html":{}}}],["error('the",{"_index":1070,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(`${res.statustext",{"_index":1092,"title":{},"body":{"injectables/AuthService.html":{}}}],["error(message",{"_index":1487,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["error.message",{"_index":1485,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.stack",{"_index":1489,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.status",{"_index":1050,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["error.tostring",{"_index":1486,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errordialogcomponent",{"_index":329,"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":{},"injectables/AuthService.html":{},"injectables/ErrorDialogService.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["errorevent",{"_index":1402,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errorhandler",{"_index":779,"title":{},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorinterceptor",{"_index":771,"title":{"interceptors/ErrorInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/ErrorInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["errormessage",{"_index":1400,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["errors",{"_index":1318,"title":{},"body":{"classes/CustomValidator.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errorstatematcher",{"_index":1287,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["errortracestring",{"_index":1463,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes('/src/app",{"_index":1493,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["errortracestring.includes(whitelistsentence",{"_index":1495,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["essential",{"_index":3852,"title":{},"body":{"license.html":{}}}],["establish",{"_index":174,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["eth",{"_index":2644,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ethereum",{"_index":3397,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["ethers",{"_index":3194,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["ethiopia",{"_index":2645,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["even",{"_index":2506,"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.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["event.detail.tx",{"_index":758,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":3011,"title":{},"body":{"injectables/TokenService.html":{}}}],["events",{"_index":1533,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["everyone",{"_index":3635,"title":{},"body":{"license.html":{}}}],["evm",{"_index":39,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["exact",{"_index":3783,"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":3798,"title":{},"body":{"license.html":{}}}],["exception",{"_index":1442,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["exceptions",{"_index":4094,"title":{},"body":{"license.html":{}}}],["exchange",{"_index":3125,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["excluded",{"_index":4035,"title":{},"body":{"license.html":{}}}],["excluding",{"_index":4267,"title":{},"body":{"license.html":{}}}],["exclusion",{"_index":4354,"title":{},"body":{"license.html":{}}}],["exclusive",{"_index":4219,"title":{},"body":{"license.html":{}}}],["exclusively",{"_index":3897,"title":{},"body":{"license.html":{}}}],["excuse",{"_index":4273,"title":{},"body":{"license.html":{}}}],["executable",{"_index":3840,"title":{},"body":{"license.html":{}}}],["execute",{"_index":3605,"title":{},"body":{"index.html":{},"license.html":{}}}],["executing",{"_index":3799,"title":{},"body":{"license.html":{}}}],["exercise",{"_index":4196,"title":{},"body":{"license.html":{}}}],["exercising",{"_index":3937,"title":{},"body":{"license.html":{}}}],["existing",{"_index":1301,"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":4056,"title":{},"body":{"license.html":{}}}],["expects",{"_index":4055,"title":{},"body":{"license.html":{}}}],["expert",{"_index":1937,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["explains",{"_index":3705,"title":{},"body":{"license.html":{}}}],["explicitly",{"_index":3885,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{}}}],["exportcsv",{"_index":415,"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":3532,"title":{},"body":{"miscellaneous/functions.html":{}}}],["exportcsv(this.accounts",{"_index":448,"title":{},"body":{"components/AccountsComponent.html":{}}}],["exportcsv(this.actions",{"_index":649,"title":{},"body":{"components/AdminComponent.html":{}}}],["exportcsv(this.tokens",{"_index":3058,"title":{},"body":{"components/TokensComponent.html":{}}}],["exportcsv(this.transactions",{"_index":3333,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["exportcsv(this.trustedusers",{"_index":2873,"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":4225,"title":{},"body":{"license.html":{}}}],["expressed",{"_index":4303,"title":{},"body":{"license.html":{}}}],["expression",{"_index":1327,"title":{},"body":{"classes/CustomValidator.html":{}}}],["expressly",{"_index":4142,"title":{},"body":{"license.html":{}}}],["extend",{"_index":3738,"title":{},"body":{"license.html":{}}}],["extended",{"_index":4253,"title":{},"body":{"license.html":{}}}],["extends",{"_index":1444,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["extensions",{"_index":3974,"title":{},"body":{"license.html":{}}}],["extent",{"_index":3817,"title":{},"body":{"license.html":{}}}],["external",{"_index":3400,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["eye",{"_index":2773,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["f",{"_index":4125,"title":{},"body":{"license.html":{}}}],["facilitator",{"_index":1953,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["facilities",{"_index":3898,"title":{},"body":{"license.html":{}}}],["facing",{"_index":1426,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["fagio",{"_index":1986,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["failed",{"_index":1039,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"interceptors/LoggingInterceptor.html":{}}}],["failedpinattempts",{"_index":3363,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["fails",{"_index":4155,"title":{},"body":{"license.html":{}}}],["failure",{"_index":4328,"title":{},"body":{"license.html":{}}}],["fair",{"_index":3891,"title":{},"body":{"license.html":{}}}],["faith",{"_index":1956,"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":4041,"title":{},"body":{"license.html":{}}}],["family/surname",{"_index":1271,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["farm",{"_index":2004,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farmer",{"_index":2005,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["farming",{"_index":2003,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fashion",{"_index":3780,"title":{},"body":{"license.html":{}}}],["favor",{"_index":4050,"title":{},"body":{"license.html":{}}}],["feature",{"_index":3586,"title":{},"body":{"index.html":{},"license.html":{}}}],["fee",{"_index":3687,"title":{},"body":{"license.html":{}}}],["feels",{"_index":421,"title":{},"body":{"components/AccountsComponent.html":{}}}],["female",{"_index":2461,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["fetch",{"_index":170,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["fetch(environment.publickeysurl).then((res",{"_index":1089,"title":{},"body":{"injectables/AuthService.html":{}}}],["fetched",{"_index":2985,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["fetcher",{"_index":1100,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetcher(settings",{"_index":1113,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["fetching",{"_index":3545,"title":{},"body":{"miscellaneous/functions.html":{}}}],["fia",{"_index":3382,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["field",{"_index":501,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"classes/CustomValidator.html":{},"modules/PagesModule.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["filegetter",{"_index":2777,"title":{},"body":{"injectables/RegistryService.html":{}}}],["filename",{"_index":3533,"title":{},"body":{"miscellaneous/functions.html":{}}}],["files",{"_index":3580,"title":{},"body":{"index.html":{},"license.html":{}}}],["filter",{"_index":451,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["filter_rounds",{"_index":1185,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filteraccounts",{"_index":379,"title":{},"body":{"components/AccountsComponent.html":{}}}],["filters",{"_index":1184,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["filtertransactions",{"_index":3300,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["final",{"_index":1211,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["finalize",{"_index":1537,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["finally",{"_index":3217,"title":{},"body":{"injectables/TransactionService.html":{},"license.html":{}}}],["finance",{"_index":2332,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["find",{"_index":4020,"title":{},"body":{"license.html":{}}}],["fingerprint",{"_index":2660,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["fire",{"_index":2446,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firewood",{"_index":2447,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["firm",{"_index":2137,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["first",{"_index":416,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["fish",{"_index":2176,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fitness",{"_index":4306,"title":{},"body":{"license.html":{}}}],["fix",{"_index":2723,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["fixed",{"_index":3993,"title":{},"body":{"license.html":{}}}],["flag",{"_index":2693,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["flow",{"_index":3875,"title":{},"body":{"license.html":{}}}],["flowers",{"_index":2389,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fn",{"_index":49,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["follow",{"_index":3763,"title":{},"body":{"license.html":{}}}],["following",{"_index":4223,"title":{},"body":{"license.html":{}}}],["foo",{"_index":2478,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["food",{"_index":2139,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["footballer",{"_index":2089,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["footer",{"_index":1429,"title":{},"body":{"components/FooterComponent.html":{},"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{}}}],["footer'},{'name",{"_index":333,"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":1431,"title":{},"body":{"components/FooterComponent.html":{}}}],["footer.component.scss",{"_index":1430,"title":{},"body":{"components/FooterComponent.html":{}}}],["footercomponent",{"_index":332,"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":334,"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":3935,"title":{},"body":{"license.html":{}}}],["forbidden",{"_index":1422,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["force",{"_index":3894,"title":{},"body":{"license.html":{}}}],["form",{"_index":1281,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"license.html":{}}}],["form.submitted",{"_index":1303,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["format",{"_index":3536,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["formbuilder",{"_index":240,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["formcontrol",{"_index":1290,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["formgroup",{"_index":249,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"classes/CustomErrorStateMatcher.html":{},"components/OrganizationComponent.html":{}}}],["formgroupdirective",{"_index":1291,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["forms",{"_index":3985,"title":{},"body":{"license.html":{}}}],["forward",{"_index":2512,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["forwarded",{"_index":1511,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{}}}],["found",{"_index":301,"title":{},"body":{"components/AccountSearchComponent.html":{},"index.html":{},"license.html":{}}}],["foundation",{"_index":3632,"title":{},"body":{"license.html":{}}}],["free",{"_index":3630,"title":{},"body":{"license.html":{}}}],["freedom",{"_index":3650,"title":{},"body":{"license.html":{}}}],["freedoms",{"_index":3690,"title":{},"body":{"license.html":{}}}],["freelance",{"_index":2107,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fromhex",{"_index":3196,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(methodsignature",{"_index":3251,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromhex(strip0x(transferauthaddress",{"_index":3262,"title":{},"body":{"injectables/TransactionService.html":{}}}],["fromvalue",{"_index":1206,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["fruit",{"_index":2174,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fruits",{"_index":2175,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fua",{"_index":2058,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuata",{"_index":1799,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel",{"_index":2440,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fuel/energy",{"_index":2432,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["fulfilling",{"_index":3920,"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":2516,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"coverage.html":{}}}],["functionality",{"_index":2653,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["functioning",{"_index":4067,"title":{},"body":{"license.html":{}}}],["functions",{"_index":2542,"title":{"miscellaneous/functions.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/functions.html":{}}}],["fundamentally",{"_index":3720,"title":{},"body":{"license.html":{}}}],["fundi",{"_index":2037,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["furniture",{"_index":2398,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["further",{"_index":3618,"title":{},"body":{"index.html":{},"license.html":{}}}],["future",{"_index":3740,"title":{},"body":{"license.html":{}}}],["g",{"_index":3571,"title":{},"body":{"index.html":{}}}],["g.e",{"_index":1854,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gandini",{"_index":1706,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garage",{"_index":2075,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["garbage",{"_index":1985,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gardener",{"_index":1991,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gari",{"_index":2429,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gas",{"_index":2451,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gatina",{"_index":1780,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ge",{"_index":1855,"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-1.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["genders",{"_index":1237,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["general",{"_index":1501,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["generalized",{"_index":1476,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["generally",{"_index":3865,"title":{},"body":{"license.html":{}}}],["generate",{"_index":3583,"title":{},"body":{"index.html":{},"license.html":{}}}],["generated",{"_index":1225,"title":{},"body":{"interfaces/Conversion.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":1531,"title":{},"body":{"injectables/LocationService.html":{}}}],["getaccountdetailsfrommeta(await",{"_index":3210,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo",{"_index":3157,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccountinfo(account",{"_index":3168,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaccounttypes",{"_index":428,"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":3388,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getactions",{"_index":2520,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getaddresssearchformstub",{"_index":265,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getaddresstransactions",{"_index":3158,"title":{},"body":{"injectables/TransactionService.html":{}}}],["getaddresstransactions(address",{"_index":1176,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["getalltransactions",{"_index":3159,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getalltransactions(offset",{"_index":1174,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["getareanamebylocation",{"_index":1517,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareanamebylocation(location",{"_index":1521,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareanames",{"_index":1261,"title":{},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea",{"_index":1518,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getareatypebyarea(area",{"_index":1524,"title":{},"body":{"injectables/LocationService.html":{}}}],["getareatypes",{"_index":1519,"title":{},"body":{"injectables/LocationService.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getbysymbol",{"_index":3032,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getbysymbol(symbol",{"_index":3033,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["getcategories",{"_index":1258,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getcategorybyproduct",{"_index":2530,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["getchallenge",{"_index":937,"title":{},"body":{"injectables/AuthService.html":{}}}],["getcreateformstub",{"_index":1249,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["getgenders",{"_index":1263,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["getkeyformstub",{"_index":844,"title":{},"body":{"components/AuthComponent.html":{}}}],["getnamesearchformstub",{"_index":261,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getorganizationformstub",{"_index":2627,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["getphonesearchformstub",{"_index":263,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["getprivatekey",{"_index":938,"title":{},"body":{"injectables/AuthService.html":{}}}],["getpublickeys",{"_index":939,"title":{},"body":{"injectables/AuthService.html":{}}}],["getregistry",{"_index":2778,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getter.ts",{"_index":3423,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["getting",{"_index":3562,"title":{"index.html":{},"license.html":{}},"body":{}}],["gettokenbalance",{"_index":3004,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbalance(address",{"_index":3006,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokenbysymbol",{"_index":2535,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettokenbysymbol(params.get('id",{"_index":2954,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["gettokenbysymbol(symbol",{"_index":3008,"title":{},"body":{"injectables/TokenService.html":{}}}],["gettokens",{"_index":2533,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"injectables/TokenService.html":{}}}],["gettransactiontypes",{"_index":2537,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TransactionsComponent.html":{}}}],["gettrustedusers",{"_index":940,"title":{},"body":{"injectables/AuthService.html":{}}}],["getuser",{"_index":3354,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuser(userkey",{"_index":3390,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid",{"_index":3355,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getuserbyid(id",{"_index":3393,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["getweb3",{"_index":2779,"title":{},"body":{"injectables/RegistryService.html":{}}}],["getwithtoken",{"_index":941,"title":{},"body":{"injectables/AuthService.html":{}}}],["giftable",{"_index":2462,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githeri",{"_index":2177,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["githurai",{"_index":1806,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["give",{"_index":3953,"title":{},"body":{"license.html":{}}}],["given",{"_index":1268,"title":{},"body":{"components/CreateAccountComponent.html":{},"classes/CustomValidator.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["givenname",{"_index":1253,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["gives",{"_index":3967,"title":{},"body":{"license.html":{}}}],["giving",{"_index":3699,"title":{},"body":{"license.html":{}}}],["global",{"_index":1451,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["globalerrorhandler",{"_index":772,"title":{"injectables/GlobalErrorHandler.html":{}},"body":{"modules/AppModule.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{},"overview.html":{}}}],["gnu",{"_index":3624,"title":{},"body":{"license.html":{}}}],["go",{"_index":865,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["goats",{"_index":2182,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gona",{"_index":1704,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["good",{"_index":2261,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["governed",{"_index":4097,"title":{},"body":{"license.html":{}}}],["government",{"_index":1968,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["gpl",{"_index":3695,"title":{},"body":{"license.html":{}}}],["grant",{"_index":4121,"title":{},"body":{"license.html":{}}}],["granted",{"_index":3880,"title":{},"body":{"license.html":{}}}],["grants",{"_index":4175,"title":{},"body":{"license.html":{}}}],["graph",{"_index":4388,"title":{},"body":{"modules.html":{}}}],["grassroots",{"_index":1055,"title":{},"body":{"injectables/AuthService.html":{},"components/FooterComponent.html":{},"license.html":{}}}],["gratis",{"_index":3686,"title":{},"body":{"license.html":{}}}],["greatest",{"_index":4346,"title":{},"body":{"license.html":{}}}],["grocer",{"_index":2179,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groceries",{"_index":3370,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["grocery",{"_index":2178,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["groundnuts",{"_index":2168,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["group",{"_index":1628,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["grz",{"_index":2464,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guarantee",{"_index":3653,"title":{},"body":{"license.html":{}}}],["guard",{"_index":881,"title":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}},"body":{"guards/AuthGuard.html":{},"interceptors/MockBackendInterceptor.html":{},"guards/RoleGuard.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["guards",{"_index":882,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"overview.html":{}}}],["gui",{"_index":4375,"title":{},"body":{"license.html":{}}}],["guitarist",{"_index":2123,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["guro",{"_index":1705,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hair",{"_index":2064,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["halt",{"_index":728,"title":{},"body":{"components/AppComponent.html":{}}}],["handle",{"_index":863,"title":{},"body":{"components/AuthComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handled",{"_index":2540,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handleerror",{"_index":1446,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleerror(error",{"_index":1452,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["handlenetworkchange",{"_index":2601,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["handler",{"_index":422,"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":1439,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["handler.ts:104",{"_index":1468,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:16",{"_index":1515,"title":{},"body":{"classes/HttpError.html":{}}}],["handler.ts:41",{"_index":1450,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:58",{"_index":1453,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handler.ts:84",{"_index":1461,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["handleroute",{"_index":2517,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handlers",{"_index":2515,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["handles",{"_index":1375,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["handling",{"_index":1443,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hanje",{"_index":1692,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["happened",{"_index":1504,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hardware",{"_index":2361,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hash",{"_index":1224,"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":3245,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction",{"_index":3240,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.digest",{"_index":3243,"title":{},"body":{"injectables/TransactionService.html":{}}}],["hashfunction.update('createrequest(address,address,address,uint256",{"_index":3242,"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":190,"title":{},"body":{"classes/AccountIndex.html":{}}}],["haveaccount(address",{"_index":141,"title":{},"body":{"classes/AccountIndex.html":{}}}],["having",{"_index":3896,"title":{},"body":{"license.html":{}}}],["hawinga",{"_index":1868,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawker",{"_index":2039,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hawking",{"_index":2038,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hazina",{"_index":1651,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headers",{"_index":2498,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["headmaster",{"_index":1941,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headmistress",{"_index":1931,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["headteacher",{"_index":1932,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["health",{"_index":2296,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["heath",{"_index":2312,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["height",{"_index":622,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2043,"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":3376,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["herbalist",{"_index":2307,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hereafter",{"_index":4215,"title":{},"body":{"license.html":{}}}],["hi",{"_index":1127,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["hidden",{"_index":626,"title":{},"body":{"components/AdminComponent.html":{}}}],["hoba",{"_index":1024,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader",{"_index":974,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaparsechallengeheader(authheader",{"_index":1035,"title":{},"body":{"injectables/AuthService.html":{}}}],["hobaresponseencoded",{"_index":965,"title":{},"body":{"injectables/AuthService.html":{}}}],["holder",{"_index":4149,"title":{},"body":{"license.html":{}}}],["holders",{"_index":4103,"title":{},"body":{"license.html":{}}}],["holding",{"_index":2667,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["holel",{"_index":2170,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homabay",{"_index":1872,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["homaboy",{"_index":1873,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["home",{"_index":306,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"components/PagesComponent.html":{},"modules/PagesRoutingModule.html":{},"components/SettingsComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["hook",{"_index":1440,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["hope",{"_index":4359,"title":{},"body":{"license.html":{}}}],["hospital",{"_index":2306,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hostlistener",{"_index":706,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('click",{"_index":2822,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["hostlistener('window:cic_convert",{"_index":760,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlistener('window:cic_transfer",{"_index":756,"title":{},"body":{"components/AppComponent.html":{}}}],["hostlisteners",{"_index":678,"title":{},"body":{"components/AppComponent.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["hosts",{"_index":4021,"title":{},"body":{"license.html":{}}}],["hotel",{"_index":2169,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hoteli",{"_index":2171,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["house",{"_index":2042,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["housegirl",{"_index":2044,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["househelp",{"_index":2040,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["household",{"_index":4042,"title":{},"body":{"license.html":{}}}],["hsehelp",{"_index":2041,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["html",{"_index":311,"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":{}}}],["htmlelement",{"_index":741,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["http",{"_index":1377,"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":3577,"title":{},"body":{"index.html":{}}}],["http://localhost:8000",{"_index":4426,"title":{},"body":{"miscellaneous/variables.html":{}}}],["http_interceptors",{"_index":784,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["httpclient",{"_index":949,"title":{},"body":{"injectables/AuthService.html":{},"injectables/LocationService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["httpclientmodule",{"_index":785,"title":{},"body":{"modules/AppModule.html":{}}}],["httpconfiginterceptor",{"_index":773,"title":{"interceptors/HttpConfigInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["httperror",{"_index":982,"title":{"classes/HttpError.html":{}},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["httperror(xhr.statustext",{"_index":1025,"title":{},"body":{"injectables/AuthService.html":{}}}],["httperrorresponse",{"_index":1394,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httperrorresponse).status",{"_index":1498,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["httpevent",{"_index":1395,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpgetter",{"_index":2783,"title":{},"body":{"injectables/RegistryService.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httphandler",{"_index":1387,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpinterceptor",{"_index":1396,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httprequest",{"_index":1386,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["httpresponse",{"_index":1536,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["https://blockexplorer.bloxberg.org/address",{"_index":3105,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["https://cache.dev.grassrootseconomics.net",{"_index":4415,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://dashboard.sarafu.network",{"_index":2732,"title":{},"body":{"components/PagesComponent.html":{}}}],["https://dev.grassrootseconomics.net/.well",{"_index":4412,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://fsf.org",{"_index":3634,"title":{},"body":{"license.html":{}}}],["https://meta.dev.grassrootseconomics.net",{"_index":4410,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://ussd.dev.grassrootseconomics.net",{"_index":4420,"title":{},"body":{"miscellaneous/variables.html":{}}}],["https://www.gnu.org/licenses",{"_index":4361,"title":{},"body":{"license.html":{}}}],["https://www.gnu.org/licenses/why",{"_index":4384,"title":{},"body":{"license.html":{}}}],["huruma",{"_index":1773,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hustler",{"_index":2059,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["hypothetical",{"_index":4372,"title":{},"body":{"license.html":{}}}],["icon",{"_index":2767,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.add('fa",{"_index":2774,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["icon.classlist.remove('fa",{"_index":2772,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["iconid",{"_index":2761,"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-1.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"modules/TokensRoutingModule.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["identifiable",{"_index":4243,"title":{},"body":{"license.html":{}}}],["identifier",{"_index":2984,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{}}}],["identifiers",{"_index":33,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["identifying",{"_index":37,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["identities",{"_index":18,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["idfromurl",{"_index":2546,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["idnumber",{"_index":1252,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["iframes",{"_index":2734,"title":{},"body":{"components/PagesComponent.html":{}}}],["ignore",{"_index":2770,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["imam",{"_index":1958,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immagration",{"_index":1980,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["immigration",{"_index":1981,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["implement",{"_index":3850,"title":{},"body":{"license.html":{}}}],["implementation",{"_index":884,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["implements",{"_index":209,"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.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TopbarComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["implied",{"_index":4268,"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.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":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["import('@app/auth/auth.module').then((m",{"_index":816,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/accounts/accounts.module').then((m",{"_index":2752,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/admin/admin.module').then((m",{"_index":2756,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/pages.module').then((m",{"_index":818,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["import('@pages/settings/settings.module').then((m",{"_index":2750,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/tokens/tokens.module').then((m",{"_index":2754,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["import('@pages/transactions/transactions.module').then((m",{"_index":2748,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["importing",{"_index":4207,"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.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["impose",{"_index":4130,"title":{},"body":{"license.html":{}}}],["imposed",{"_index":4270,"title":{},"body":{"license.html":{}}}],["inability",{"_index":4322,"title":{},"body":{"license.html":{}}}],["inaccurate",{"_index":4325,"title":{},"body":{"license.html":{}}}],["inc",{"_index":3633,"title":{},"body":{"license.html":{}}}],["incidental",{"_index":4319,"title":{},"body":{"license.html":{}}}],["include",{"_index":3841,"title":{},"body":{"license.html":{}}}],["included",{"_index":3843,"title":{},"body":{"license.html":{}}}],["includes",{"_index":3803,"title":{},"body":{"license.html":{}}}],["including",{"_index":3861,"title":{},"body":{"license.html":{}}}],["inclusion",{"_index":3983,"title":{},"body":{"license.html":{}}}],["inclusive",{"_index":2958,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["income",{"_index":2963,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["incompatible",{"_index":3721,"title":{},"body":{"license.html":{}}}],["incorporating",{"_index":4377,"title":{},"body":{"license.html":{}}}],["incorporation",{"_index":4045,"title":{},"body":{"license.html":{}}}],["incorrect",{"_index":1060,"title":{},"body":{"injectables/AuthService.html":{}}}],["indemnification",{"_index":4126,"title":{},"body":{"license.html":{}}}],["independent",{"_index":3972,"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":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["indicate",{"_index":4178,"title":{},"body":{"license.html":{}}}],["indicating",{"_index":4140,"title":{},"body":{"license.html":{}}}],["individual",{"_index":1299,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"license.html":{}}}],["individuals",{"_index":3727,"title":{},"body":{"license.html":{}}}],["industrial",{"_index":1782,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{}}}],["inform",{"_index":4028,"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-1.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["infringe",{"_index":4176,"title":{},"body":{"license.html":{}}}],["infringed",{"_index":4205,"title":{},"body":{"license.html":{}}}],["infringement",{"_index":3796,"title":{},"body":{"license.html":{}}}],["init",{"_index":942,"title":{},"body":{"injectables/AuthService.html":{}}}],["initial",{"_index":1212,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["initialization",{"_index":1382,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"interceptors/HttpConfigInterceptor.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["initialize",{"_index":1478,"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.html":{},"interfaces/Signer.html":{}}}],["initialparams",{"_index":566,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["initiate",{"_index":4199,"title":{},"body":{"license.html":{}}}],["initiator",{"_index":1214,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["inject",{"_index":1347,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["inject(mat_dialog_data",{"_index":1345,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["injectable",{"_index":915,"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":{}},"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":{},"coverage.html":{}}}],["injectables",{"_index":932,"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":{},"overview.html":{}}}],["input",{"_index":1294,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/functions.html":{}}}],["input('routerlink",{"_index":2820,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["inputs",{"_index":1310,"title":{},"body":{"classes/CustomValidator.html":{},"directives/PasswordToggleDirective.html":{},"directives/RouterLinkDirectiveStub.html":{},"components/TransactionDetailsComponent.html":{}}}],["inside",{"_index":3717,"title":{},"body":{"license.html":{}}}],["install",{"_index":3570,"title":{},"body":{"index.html":{},"license.html":{}}}],["installation",{"_index":4062,"title":{},"body":{"license.html":{}}}],["installed",{"_index":4077,"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":1049,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{}}}],["instantiates",{"_index":890,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["instead",{"_index":4383,"title":{},"body":{"license.html":{}}}],["instructor",{"_index":1927,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["insurance",{"_index":2096,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["intact",{"_index":3947,"title":{},"body":{"license.html":{}}}],["intended",{"_index":3652,"title":{},"body":{"license.html":{}}}],["intention",{"_index":3939,"title":{},"body":{"license.html":{}}}],["interaction",{"_index":3812,"title":{},"body":{"license.html":{}}}],["interactive",{"_index":3814,"title":{},"body":{"license.html":{}}}],["intercept",{"_index":1379,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercept(request",{"_index":1385,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interceptor",{"_index":861,"title":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}},"body":{"components/AuthComponent.html":{},"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["interceptors",{"_index":1372,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["intercepts",{"_index":1374,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["interchange",{"_index":3996,"title":{},"body":{"license.html":{}}}],["interest",{"_index":4193,"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":4069,"title":{},"body":{"license.html":{}}}],["intern",{"_index":1948,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["internal",{"_index":2514,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["internally",{"_index":1615,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["interpretation",{"_index":4332,"title":{},"body":{"license.html":{}}}],["interpreter",{"_index":3859,"title":{},"body":{"license.html":{}}}],["intimate",{"_index":3873,"title":{},"body":{"license.html":{}}}],["invalid",{"_index":1071,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomErrorStateMatcher.html":{}}}],["invalidate",{"_index":3968,"title":{},"body":{"license.html":{}}}],["irrevocable",{"_index":3882,"title":{},"body":{"license.html":{}}}],["isdevmode",{"_index":1576,"title":{},"body":{"injectables/LoggingService.html":{}}}],["isdialogopen",{"_index":1355,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["isencryptedkeycheck",{"_index":1074,"title":{},"body":{"injectables/AuthService.html":{}}}],["iserrorstate",{"_index":1288,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["iserrorstate(control",{"_index":1289,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["issubmitted",{"_index":1302,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["isvalidkeycheck",{"_index":1068,"title":{},"body":{"injectables/AuthService.html":{}}}],["iswarning",{"_index":1447,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["iswarning(errortracestring",{"_index":1460,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["it's",{"_index":1464,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["item",{"_index":3828,"title":{},"body":{"license.html":{}}}],["items",{"_index":1617,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["itself",{"_index":4082,"title":{},"body":{"license.html":{}}}],["jack",{"_index":1642,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["jane",{"_index":3365,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jembe",{"_index":2010,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jewel",{"_index":2394,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jik",{"_index":2338,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jogoo",{"_index":1790,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["john",{"_index":3357,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["jomvu",{"_index":1830,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["journalist",{"_index":1928,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jquery",{"_index":3491,"title":{},"body":{"dependencies.html":{}}}],["js",{"_index":3507,"title":{},"body":{"dependencies.html":{}}}],["json.parse(localstorage.getitem(atob('cicada_user",{"_index":2804,"title":{},"body":{"guards/RoleGuard.html":{}}}],["json.stringify",{"_index":1415,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["jua",{"_index":2049,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juacali",{"_index":2048,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juakali",{"_index":2046,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["jualikali",{"_index":2047,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juice",{"_index":2293,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["juja",{"_index":1788,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["junda",{"_index":1845,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["june",{"_index":3626,"title":{},"body":{"license.html":{}}}],["kabete",{"_index":1771,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kabiro",{"_index":1801,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kafuduni",{"_index":1699,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kahawa",{"_index":2210,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaimati",{"_index":2207,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kajiado",{"_index":1887,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakamega",{"_index":1885,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kakuma",{"_index":1858,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kalalani",{"_index":1698,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kali",{"_index":2050,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kaloleni",{"_index":1700,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamba",{"_index":2205,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kambi",{"_index":1649,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kamongo",{"_index":1660,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kangemi",{"_index":1763,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kanisa",{"_index":1965,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kariobangi",{"_index":1783,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["karma",{"_index":3606,"title":{},"body":{"index.html":{}}}],["kasarani",{"_index":1784,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kasemeni",{"_index":1693,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["katundani",{"_index":1694,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kawangware",{"_index":1766,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayaba",{"_index":1647,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayba",{"_index":1648,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kayole",{"_index":1785,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kazi",{"_index":2055,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ke",{"_index":2640,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kebeba",{"_index":2402,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["keccak",{"_index":3191,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keccak(256",{"_index":3241,"title":{},"body":{"injectables/TransactionService.html":{}}}],["keep",{"_index":3946,"title":{},"body":{"license.html":{}}}],["keki",{"_index":2211,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kenya",{"_index":2641,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["kenyatta",{"_index":1777,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kericho",{"_index":1886,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kernel",{"_index":3853,"title":{},"body":{"license.html":{}}}],["kerosene",{"_index":2458,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kerosine",{"_index":2457,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["key",{"_index":847,"title":{},"body":{"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["keyform",{"_index":826,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyformstub",{"_index":833,"title":{},"body":{"components/AuthComponent.html":{}}}],["keyring",{"_index":3437,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["keys",{"_index":715,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["keystore",{"_index":2657,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["khaimati",{"_index":2206,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiambu",{"_index":1891,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibanda",{"_index":2344,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaogo",{"_index":1695,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibandaongo",{"_index":1696,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibera",{"_index":1757,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibira",{"_index":1758,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kibra",{"_index":1759,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kidzuvini",{"_index":1697,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kikuyu",{"_index":1793,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilfi",{"_index":1848,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kilibole",{"_index":1701,"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-1.html":{},"miscellaneous/variables.html":{}}}],["kinango",{"_index":1669,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kind",{"_index":3808,"title":{},"body":{"license.html":{}}}],["kinds",{"_index":3643,"title":{},"body":{"license.html":{}}}],["kingston",{"_index":1657,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kingstone",{"_index":1659,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kinyozi",{"_index":2054,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kiosk",{"_index":2345,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kirembe",{"_index":1812,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisauni",{"_index":1834,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisii",{"_index":1880,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kisumu",{"_index":1866,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitabu",{"_index":1955,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitengela",{"_index":1774,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kitui",{"_index":1859,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kizingo",{"_index":1819,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kmoja",{"_index":1804,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["knitting",{"_index":2056,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["know",{"_index":3672,"title":{},"body":{"license.html":{}}}],["knowingly",{"_index":4232,"title":{},"body":{"license.html":{}}}],["knowledge",{"_index":4241,"title":{},"body":{"license.html":{}}}],["known/publickeys",{"_index":4413,"title":{},"body":{"miscellaneous/variables.html":{}}}],["kobo",{"_index":2876,"title":{},"body":{"components/SettingsComponent.html":{}}}],["kokotoni",{"_index":1752,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korokocho",{"_index":1658,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["korosho",{"_index":2291,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kra",{"_index":1978,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["krcs",{"_index":1950,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kubeba",{"_index":2417,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kufua",{"_index":2057,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kujenga",{"_index":2053,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuku",{"_index":2209,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kulima",{"_index":2007,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kunde",{"_index":2208,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kuni",{"_index":2438,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kushona",{"_index":2045,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kusumu",{"_index":1875,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwale",{"_index":1670,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kwangware",{"_index":1767,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["kware",{"_index":1800,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lab",{"_index":2318,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labor",{"_index":2061,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["labour",{"_index":2012,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landi",{"_index":1807,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["landlord",{"_index":2034,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["langata",{"_index":1808,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["language",{"_index":3837,"title":{},"body":{"license.html":{}}}],["larger",{"_index":3976,"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":722,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["latitude",{"_index":42,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["laundry",{"_index":2062,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["law",{"_index":2136,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["laws",{"_index":3767,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":4203,"title":{},"body":{"license.html":{}}}],["lazy",{"_index":3585,"title":{},"body":{"index.html":{}}}],["leader",{"_index":1977,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["leaving",{"_index":1072,"title":{},"body":{"injectables/AuthService.html":{}}}],["lecturer",{"_index":1914,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["legal",{"_index":3700,"title":{},"body":{"license.html":{}}}],["legend",{"_index":310,"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":{}}}],["length",{"_index":3023,"title":{},"body":{"injectables/TokenService.html":{}}}],["leso",{"_index":2352,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesser",{"_index":4382,"title":{},"body":{"license.html":{}}}],["lesso",{"_index":2353,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lesson",{"_index":1929,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["level",{"_index":798,"title":{},"body":{"modules/AppModule.html":{}}}],["lgpl.html",{"_index":4385,"title":{},"body":{"license.html":{}}}],["liability",{"_index":4106,"title":{},"body":{"license.html":{}}}],["liable",{"_index":3795,"title":{},"body":{"license.html":{}}}],["libraries",{"_index":3839,"title":{},"body":{"license.html":{}}}],["library",{"_index":4036,"title":{},"body":{"license.html":{}}}],["license",{"_index":3623,"title":{"license.html":{}},"body":{"license.html":{}}}],["licensed",{"_index":3771,"title":{},"body":{"license.html":{}}}],["licensee",{"_index":3774,"title":{},"body":{"license.html":{}}}],["licensees",{"_index":3776,"title":{},"body":{"license.html":{}}}],["licenses",{"_index":3645,"title":{},"body":{"license.html":{}}}],["licensing",{"_index":4180,"title":{},"body":{"license.html":{}}}],["licensors",{"_index":4119,"title":{},"body":{"license.html":{}}}],["likewise",{"_index":4173,"title":{},"body":{"license.html":{}}}],["likoni",{"_index":1816,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["limit",{"_index":1110,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"license.html":{}}}],["limitation",{"_index":4316,"title":{},"body":{"license.html":{}}}],["limited",{"_index":4304,"title":{},"body":{"license.html":{}}}],["limiting",{"_index":4105,"title":{},"body":{"license.html":{}}}],["limuru",{"_index":1809,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lindi",{"_index":1756,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["line",{"_index":4355,"title":{},"body":{"license.html":{}}}],["line:directive",{"_index":2818,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["line:no",{"_index":1162,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["lines",{"_index":2343,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["link",{"_index":2812,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{},"license.html":{}}}],["linked",{"_index":3870,"title":{},"body":{"license.html":{}}}],["linking",{"_index":4380,"title":{},"body":{"license.html":{}}}],["linkparams",{"_index":2821,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["list",{"_index":3824,"title":{},"body":{"license.html":{}}}],["literal",{"_index":32,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/AuthService.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["litigation",{"_index":4200,"title":{},"body":{"license.html":{}}}],["lo",{"_index":1126,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["load",{"_index":426,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["loadchildren",{"_index":815,"title":{},"body":{"modules/AppRoutingModule.html":{},"modules/PagesRoutingModule.html":{}}}],["loaded",{"_index":905,"title":{},"body":{"guards/AuthGuard.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["loadevent",{"_index":3003,"title":{},"body":{"injectables/TokenService.html":{}}}],["loading",{"_index":827,"title":{},"body":{"components/AuthComponent.html":{},"index.html":{}}}],["loan",{"_index":2328,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["local",{"_index":4333,"title":{},"body":{"license.html":{}}}],["localstorage",{"_index":914,"title":{},"body":{"guards/AuthGuard.html":{}}}],["localstorage.getitem(btoa('cicada_private_key",{"_index":919,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.html":{}}}],["localstorage.setitem(btoa('cicada_private_key",{"_index":1079,"title":{},"body":{"injectables/AuthService.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-1.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":1239,"title":{"injectables/LocationService.html":{}},"body":{"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"coverage.html":{}}}],["log",{"_index":1015,"title":{},"body":{"injectables/AuthService.html":{}}}],["logerror",{"_index":1448,"title":{},"body":{"injectables/GlobalErrorHandler.html":{}}}],["logerror(error",{"_index":1467,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["logger",{"_index":792,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["loggermodule",{"_index":790,"title":{},"body":{"modules/AppModule.html":{}}}],["loggermodule.forroot",{"_index":797,"title":{},"body":{"modules/AppModule.html":{}}}],["logging",{"_index":1384,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/LoggingInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["logginginterceptor",{"_index":774,"title":{"interceptors/LoggingInterceptor.html":{}},"body":{"modules/AppModule.html":{},"interceptors/LoggingInterceptor.html":{},"coverage.html":{},"overview.html":{}}}],["loggingservice",{"_index":383,"title":{"injectables/LoggingService.html":{}},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/AppComponent.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.html":{},"interfaces/Signer.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["loggingurl",{"_index":4408,"title":{},"body":{"miscellaneous/variables.html":{}}}],["login",{"_index":829,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["loginresponse",{"_index":943,"title":{},"body":{"injectables/AuthService.html":{}}}],["loginresponse(o",{"_index":958,"title":{},"body":{"injectables/AuthService.html":{}}}],["loginview",{"_index":944,"title":{},"body":{"injectables/AuthService.html":{}}}],["loglevel",{"_index":4405,"title":{},"body":{"miscellaneous/variables.html":{}}}],["logout",{"_index":945,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["logs",{"_index":1470,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["long",{"_index":3893,"title":{},"body":{"license.html":{}}}],["longitude",{"_index":43,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["loss",{"_index":4323,"title":{},"body":{"license.html":{}}}],["losses",{"_index":4326,"title":{},"body":{"license.html":{}}}],["lower",{"_index":2961,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["lowest",{"_index":194,"title":{},"body":{"classes/AccountIndex.html":{}}}],["lunga",{"_index":1665,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungalunga",{"_index":1661,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lungu",{"_index":1664,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["lutsangani",{"_index":1702,"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":2753,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.adminmodule",{"_index":2757,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.authmodule",{"_index":817,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.pagesmodule",{"_index":819,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["m.settingsmodule",{"_index":2751,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.tokensmodule",{"_index":2755,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["m.transactionsmodule",{"_index":2749,"title":{},"body":{"modules/PagesRoutingModule.html":{}}}],["maalim",{"_index":1909,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandazi",{"_index":2243,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maandzi",{"_index":2286,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabenda",{"_index":2183,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabesheni",{"_index":1723,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mabuyu",{"_index":2222,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machakos",{"_index":1882,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["machine",{"_index":3986,"title":{},"body":{"license.html":{}}}],["machungwa",{"_index":2223,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["made",{"_index":1295,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["madewani",{"_index":1719,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["madrasa",{"_index":1959,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maembe",{"_index":2106,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mafuta",{"_index":2442,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magari",{"_index":2430,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magogoni",{"_index":1844,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["magongo",{"_index":1827,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahamri",{"_index":2251,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maharagwe",{"_index":2249,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mahindi",{"_index":2242,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mail",{"_index":4365,"title":{},"body":{"license.html":{}}}],["mailman",{"_index":1979,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["main",{"_index":1899,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maintain",{"_index":4016,"title":{},"body":{"license.html":{}}}],["maize",{"_index":2236,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majani",{"_index":2105,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majaoni",{"_index":1842,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["majengo",{"_index":1746,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maji",{"_index":2295,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["major",{"_index":3846,"title":{},"body":{"license.html":{}}}],["makaa",{"_index":2441,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makadara",{"_index":1775,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makanga",{"_index":2431,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["make",{"_index":3656,"title":{},"body":{"license.html":{}}}],["makes",{"_index":3911,"title":{},"body":{"license.html":{}}}],["makina",{"_index":1760,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["making",{"_index":3782,"title":{},"body":{"license.html":{}}}],["makobeni",{"_index":1718,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makonge",{"_index":2127,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makongeni",{"_index":1851,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makueni",{"_index":1878,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuluni",{"_index":1716,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makupa",{"_index":1822,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["makuti",{"_index":2052,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["male",{"_index":2460,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["mali",{"_index":2360,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["malimali",{"_index":2358,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["management",{"_index":2882,"title":{},"body":{"components/SettingsComponent.html":{}}}],["manager",{"_index":2070,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["managing",{"_index":3565,"title":{},"body":{"index.html":{}}}],["manamba",{"_index":2422,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mandazi",{"_index":2240,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mango",{"_index":2196,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mangwe",{"_index":2370,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["manipulation",{"_index":895,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["manner",{"_index":4216,"title":{},"body":{"license.html":{}}}],["manufacturer",{"_index":3719,"title":{},"body":{"license.html":{}}}],["manyani",{"_index":1843,"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":4265,"title":{},"body":{"license.html":{}}}],["mariakani",{"_index":1717,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marital",{"_index":1943,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marked",{"_index":3710,"title":{},"body":{"license.html":{}}}],["market",{"_index":1814,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marketing",{"_index":2130,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["marks",{"_index":4124,"title":{},"body":{"license.html":{}}}],["marondo",{"_index":2285,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masai",{"_index":1650,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mask",{"_index":2316,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["masks",{"_index":3769,"title":{},"body":{"license.html":{}}}],["mason",{"_index":2073,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mat_dialog_data",{"_index":1348,"title":{},"body":{"components/ErrorDialogComponent.html":{}}}],["matatu",{"_index":2407,"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":1320,"title":{},"body":{"classes/CustomValidator.html":{}}}],["matcheckboxmodule",{"_index":494,"title":{},"body":{"modules/AccountsModule.html":{},"modules/SettingsModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{}}}],["matcher",{"_index":224,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["matcher.ts",{"_index":1277,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["matcher.ts:17",{"_index":1293,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["matches",{"_index":2800,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["matdialog",{"_index":1358,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["matdialogmodule",{"_index":2915,"title":{},"body":{"modules/SharedModule.html":{}}}],["matdialogref",{"_index":1363,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["material",{"_index":2682,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["material.digest",{"_index":2699,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["materialize",{"_index":1622,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["materially",{"_index":4083,"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.pow(10",{"_index":2973,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["mathare",{"_index":1786,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mathere",{"_index":1810,"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":2900,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matoke",{"_index":2287,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matpaginator",{"_index":405,"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":3068,"title":{},"body":{"modules/TokensModule.html":{}}}],["matradiomodule",{"_index":2898,"title":{},"body":{"modules/SettingsModule.html":{}}}],["matress",{"_index":2377,"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":3069,"title":{},"body":{"modules/TokensModule.html":{}}}],["matsnackbar",{"_index":3090,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["matsnackbarmodule",{"_index":520,"title":{},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{}}}],["matsort",{"_index":409,"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":396,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["mattabledatasource(accounts",{"_index":434,"title":{},"body":{"components/AccountsComponent.html":{}}}],["mattabledatasource(actions",{"_index":639,"title":{},"body":{"components/AdminComponent.html":{}}}],["mattabledatasource(this.tokens",{"_index":3056,"title":{},"body":{"components/TokensComponent.html":{}}}],["mattabledatasource(this.trustedusers",{"_index":2872,"title":{},"body":{"components/SettingsComponent.html":{}}}],["mattabledatasource(transactions",{"_index":3324,"title":{},"body":{"components/TransactionsComponent.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":3071,"title":{},"body":{"modules/TokensModule.html":{}}}],["mattress",{"_index":2378,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mattresses",{"_index":2379,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matuga",{"_index":1747,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["matunda",{"_index":2195,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mawe",{"_index":2104,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mayai",{"_index":2258,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazera",{"_index":1725,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazeras",{"_index":1724,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mazingira",{"_index":1994,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["maziwa",{"_index":2216,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbaazi",{"_index":2241,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbao",{"_index":2439,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbata",{"_index":2237,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbenda",{"_index":2184,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbita",{"_index":1864,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbog",{"_index":2218,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mboga",{"_index":2217,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbonga",{"_index":2143,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mbuzi",{"_index":2224,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mc",{"_index":3371,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["mchanga",{"_index":2374,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchele",{"_index":2194,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchicha",{"_index":2226,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuuzi",{"_index":2239,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mchuzi",{"_index":2238,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["meaning",{"_index":4134,"title":{},"body":{"license.html":{}}}],["means",{"_index":3766,"title":{},"body":{"license.html":{}}}],["measure",{"_index":3919,"title":{},"body":{"license.html":{}}}],["measures",{"_index":3932,"title":{},"body":{"license.html":{}}}],["meat",{"_index":2245,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mechanic",{"_index":2076,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mediaquery",{"_index":673,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["mediaquery.matches",{"_index":1600,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["mediaquerylist",{"_index":698,"title":{},"body":{"components/AppComponent.html":{}}}],["medicine",{"_index":2317,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["medium",{"_index":3942,"title":{},"body":{"license.html":{}}}],["meet",{"_index":3955,"title":{},"body":{"license.html":{}}}],["meets",{"_index":3829,"title":{},"body":{"license.html":{}}}],["mellon",{"_index":2198,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["melon",{"_index":2197,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["menu",{"_index":1608,"title":{},"body":{"directives/MenuToggleDirective.html":{},"license.html":{}}}],["menuselectiondirective",{"_index":357,"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":359,"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":4305,"title":{},"body":{"license.html":{}}}],["mere",{"_index":3811,"title":{},"body":{"license.html":{}}}],["mergemap",{"_index":1623,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["merging",{"_index":4189,"title":{},"body":{"license.html":{}}}],["meru",{"_index":1879,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["message",{"_index":60,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.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":1488,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["messages",{"_index":1286,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["met",{"_index":3884,"title":{},"body":{"license.html":{}}}],["meta",{"_index":52,"title":{"interfaces/Meta.html":{}},"body":{"interfaces/AccountDetails.html":{},"components/AuthComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"injectables/TransactionService.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["metadata",{"_index":211,"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":{}}}],["metal",{"_index":2133,"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-1.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":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["methodsignature",{"_index":3244,"title":{},"body":{"injectables/TransactionService.html":{}}}],["mfugaji",{"_index":2078,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mganga",{"_index":2308,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mgema",{"_index":2088,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mhogo",{"_index":2246,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsani",{"_index":1729,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miatsiani",{"_index":1710,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["middle",{"_index":2962,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["mienzeni",{"_index":1711,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mifugo",{"_index":2259,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["migori",{"_index":1874,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miguneni",{"_index":1733,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mihogo",{"_index":2247,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikate",{"_index":2233,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikeka",{"_index":2371,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mikindani",{"_index":1753,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["milk",{"_index":2214,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mill",{"_index":2066,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miloeni",{"_index":1722,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mined",{"_index":1222,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minheight",{"_index":624,"title":{},"body":{"components/AdminComponent.html":{}}}],["mining",{"_index":1215,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["minting",{"_index":2940,"title":{},"body":{"interfaces/Token.html":{}}}],["minyenzeni",{"_index":1713,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mioleni",{"_index":1715,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miraa",{"_index":2213,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miritini",{"_index":1828,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["misc",{"_index":1754,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miscellaneous",{"_index":3512,"title":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["misrepresentation",{"_index":4115,"title":{},"body":{"license.html":{}}}],["miti",{"_index":1995,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitumba",{"_index":2252,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mitungi",{"_index":2359,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miwa",{"_index":2250,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyani",{"_index":1714,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["miyenzeni",{"_index":1709,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjambere",{"_index":1841,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjengo",{"_index":2108,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mjenzi",{"_index":2077,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkanyeni",{"_index":1707,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkate",{"_index":2231,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkokoteni",{"_index":2424,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mksiti",{"_index":1966,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mkulima",{"_index":2006,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlola",{"_index":1726,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mlolongo",{"_index":1776,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnarani",{"_index":1852,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnazi",{"_index":2225,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mnyenzeni",{"_index":1712,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mocha",{"_index":3493,"title":{},"body":{"dependencies.html":{}}}],["mock",{"_index":569,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mockbackendinterceptor",{"_index":1612,"title":{"interceptors/MockBackendInterceptor.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mockbackendprovider",{"_index":787,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["mode",{"_index":1580,"title":{},"body":{"injectables/LoggingService.html":{},"license.html":{}}}],["model",{"_index":4001,"title":{},"body":{"license.html":{}}}],["modification",{"_index":3762,"title":{},"body":{"license.html":{}}}],["modifications",{"_index":3832,"title":{},"body":{"license.html":{}}}],["modified",{"_index":3709,"title":{},"body":{"license.html":{}}}],["modifies",{"_index":3959,"title":{},"body":{"license.html":{}}}],["modify",{"_index":3683,"title":{},"body":{"license.html":{}}}],["modifying",{"_index":3801,"title":{},"body":{"license.html":{}}}],["module",{"_index":459,"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":461,"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":2244,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mombasa",{"_index":1815,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["moment",{"_index":908,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["moolb",{"_index":3495,"title":{},"body":{"dependencies.html":{}}}],["more",{"_index":3619,"title":{},"body":{"index.html":{},"license.html":{}}}],["moreover",{"_index":4160,"title":{},"body":{"license.html":{}}}],["moto",{"_index":2443,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorbike",{"_index":2427,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["motorist",{"_index":2426,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mover",{"_index":2425,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["movie",{"_index":2372,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpesa",{"_index":2381,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpishi",{"_index":2086,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mpsea",{"_index":2380,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ms",{"_index":1546,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["mshomoroni",{"_index":1847,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["msusi",{"_index":2087,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtambo",{"_index":2067,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtopanga",{"_index":1840,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtumba",{"_index":2074,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mtwapa",{"_index":1849,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muguka",{"_index":2212,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muhogo",{"_index":2248,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mukuru",{"_index":1645,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["multi",{"_index":811,"title":{},"body":{"modules/AppModule.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mulunguni",{"_index":1728,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mumias",{"_index":1871,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["musician",{"_index":2125,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mutablekeystore",{"_index":934,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["mutablepgpkeystore",{"_index":794,"title":{},"body":{"modules/AppModule.html":{},"injectables/AuthService.html":{},"coverage.html":{}}}],["mutumba",{"_index":2350,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["muugano",{"_index":1727,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvita",{"_index":1823,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mvuvi",{"_index":2103,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwache",{"_index":1730,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwakirunge",{"_index":1846,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwalimu",{"_index":1908,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangani",{"_index":1731,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwangaraba",{"_index":1720,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwashanga",{"_index":1721,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwea",{"_index":1892,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwehavikonje",{"_index":1732,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwiki",{"_index":1798,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mwingi",{"_index":1860,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["mworoni",{"_index":1836,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["myenzeni",{"_index":1708,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["n",{"_index":50,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["nairobi",{"_index":1646,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nakuru",{"_index":1893,"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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"index.html":{},"miscellaneous/variables.html":{}}}],["name(s",{"_index":1269,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["names",{"_index":1270,"title":{},"body":{"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["namesearchform",{"_index":225,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchformstub",{"_index":236,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchloading",{"_index":226,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["namesearchsubmitted",{"_index":227,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["nandi",{"_index":1888,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["narok",{"_index":1894,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nature",{"_index":3973,"title":{},"body":{"license.html":{}}}],["navigate",{"_index":3576,"title":{},"body":{"index.html":{}}}],["navigatedto",{"_index":2813,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["navigation",{"_index":892,"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":2229,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ndizi",{"_index":2203,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["necessary",{"_index":4313,"title":{},"body":{"license.html":{}}}],["need",{"_index":3676,"title":{},"body":{"license.html":{}}}],["needed",{"_index":3741,"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":335,"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":176,"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":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"components/OrganizationComponent.html":{},"injectables/RegistryService.html":{},"components/SettingsComponent.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["newconversionevent",{"_index":1101,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newconversionevent(tx",{"_index":1117,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newtransferevent",{"_index":1102,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["newtransferevent(tx",{"_index":1120,"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":1514,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["next.handle(request).pipe",{"_index":1398,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["next.handle(request).pipe(tap(event",{"_index":1541,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["ng",{"_index":3582,"title":{},"body":{"index.html":{}}}],["ng2",{"_index":2744,"title":{},"body":{"modules/PagesModule.html":{},"dependencies.html":{}}}],["ngafterviewinit",{"_index":3301,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["ngano",{"_index":2228,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngform",{"_index":1292,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["ngmodule",{"_index":476,"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":2227,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngombeni",{"_index":1824,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngong",{"_index":1796,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngoninit",{"_index":231,"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":2072,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ngx",{"_index":791,"title":{},"body":{"modules/AppModule.html":{},"injectables/LoggingService.html":{},"dependencies.html":{}}}],["ngxlogger",{"_index":1559,"title":{},"body":{"injectables/LoggingService.html":{}}}],["ngxloggerlevel.error",{"_index":4406,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngxloggerlevel.off",{"_index":4407,"title":{},"body":{"miscellaneous/variables.html":{}}}],["ngómbeni",{"_index":1825,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["njugu",{"_index":2204,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nobody",{"_index":1502,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["nointernetconnection",{"_index":2600,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["non",{"_index":3757,"title":{},"body":{"license.html":{}}}],["noncommercially",{"_index":4008,"title":{},"body":{"license.html":{}}}],["none",{"_index":878,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{},"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nopasswordmatch",{"_index":1334,"title":{},"body":{"classes/CustomValidator.html":{}}}],["normal",{"_index":3844,"title":{},"body":{"license.html":{}}}],["normally",{"_index":4040,"title":{},"body":{"license.html":{}}}],["nothing",{"_index":4174,"title":{},"body":{"license.html":{}}}],["notice",{"_index":3820,"title":{},"body":{"license.html":{}}}],["notices",{"_index":3816,"title":{},"body":{"license.html":{}}}],["notifies",{"_index":4161,"title":{},"body":{"license.html":{}}}],["notify",{"_index":4156,"title":{},"body":{"license.html":{}}}],["notwithstanding",{"_index":4102,"title":{},"body":{"license.html":{}}}],["now",{"_index":1073,"title":{},"body":{"injectables/AuthService.html":{}}}],["npm",{"_index":3569,"title":{},"body":{"index.html":{}}}],["null",{"_index":1112,"title":{},"body":{"injectables/BlockSyncService.html":{},"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{},"directives/RouterLinkDirectiveStub.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/AuthService.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-1.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["number(await",{"_index":3257,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.fromvalue",{"_index":3222,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(conversion.tovalue",{"_index":3224,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(transaction.value",{"_index":3208,"title":{},"body":{"injectables/TransactionService.html":{}}}],["number(value",{"_index":2972,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["numbered",{"_index":4293,"title":{},"body":{"license.html":{}}}],["numberofaccounts",{"_index":157,"title":{},"body":{"classes/AccountIndex.html":{}}}],["numbers",{"_index":3522,"title":{},"body":{"miscellaneous/functions.html":{}}}],["nurse",{"_index":2311,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nursery",{"_index":1923,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalenda",{"_index":1867,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyalgunga",{"_index":1863,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyali",{"_index":1837,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyama",{"_index":2200,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanya",{"_index":2199,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyanza",{"_index":1861,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nyeri",{"_index":1889,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzora",{"_index":1734,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzovuni",{"_index":1735,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["nzugu",{"_index":2290,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["o",{"_index":960,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.challenge",{"_index":1045,"title":{},"body":{"injectables/AuthService.html":{}}}],["o.realm",{"_index":1046,"title":{},"body":{"injectables/AuthService.html":{}}}],["objcsv",{"_index":3427,"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":1456,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["obligate",{"_index":4277,"title":{},"body":{"license.html":{}}}],["obligated",{"_index":4023,"title":{},"body":{"license.html":{}}}],["obligations",{"_index":3921,"title":{},"body":{"license.html":{}}}],["observable",{"_index":555,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.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":4007,"title":{},"body":{"license.html":{}}}],["occurred",{"_index":1404,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["occurring",{"_index":4171,"title":{},"body":{"license.html":{}}}],["occurs",{"_index":1459,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["of('hello",{"_index":3290,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["of(new",{"_index":2592,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["of(null",{"_index":2507,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["offer",{"_index":3698,"title":{},"body":{"license.html":{}}}],["offered",{"_index":4030,"title":{},"body":{"license.html":{}}}],["offering",{"_index":4011,"title":{},"body":{"license.html":{}}}],["office",{"_index":1853,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["official",{"_index":3834,"title":{},"body":{"license.html":{}}}],["offline",{"_index":2614,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["offset",{"_index":1109,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["ohuru",{"_index":1831,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["oil",{"_index":2449,"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":1820,"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-1.html":{},"miscellaneous/variables.html":{}}}],["olympic",{"_index":1762,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ombeni",{"_index":1826,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omena",{"_index":2201,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["omeno",{"_index":2288,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["onaddresssearch",{"_index":232,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["once",{"_index":3613,"title":{},"body":{"index.html":{}}}],["onclick",{"_index":2823,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["one",{"_index":3593,"title":{},"body":{"index.html":{},"license.html":{}}}],["oninit",{"_index":210,"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":2289,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["online",{"_index":2615,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["onmenuselect",{"_index":1591,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["onmenutoggle",{"_index":1604,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["onnamesearch",{"_index":233,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["onphonesearch",{"_index":234,"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.html":{},"interfaces/Signer.html":{}}}],["onsign(signature",{"_index":2691,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["onsubmit",{"_index":830,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["onverify",{"_index":2659,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["onverify(flag",{"_index":2692,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["opendialog",{"_index":1356,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["opendialog(data",{"_index":1360,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["openpgp",{"_index":2689,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["openpgp.cleartext.fromtext(digest",{"_index":2704,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["openpgp.keyring",{"_index":4427,"title":{},"body":{"miscellaneous/variables.html":{}}}],["openpgp.signature",{"_index":2700,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["openpgp.verify(opts).then((v",{"_index":2707,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["operate",{"_index":4329,"title":{},"body":{"license.html":{}}}],["operated",{"_index":4014,"title":{},"body":{"license.html":{}}}],["operating",{"_index":3855,"title":{},"body":{"license.html":{}}}],["operation",{"_index":3531,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["option",{"_index":4099,"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":{},"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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":3826,"title":{},"body":{"license.html":{}}}],["opts",{"_index":2703,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["oranges",{"_index":2230,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["order",{"_index":4169,"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":338,"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":337,"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":3777,"title":{},"body":{"license.html":{}}}],["origin",{"_index":4116,"title":{},"body":{"license.html":{}}}],["original",{"_index":4117,"title":{},"body":{"license.html":{}}}],["others",{"_index":3678,"title":{},"body":{"license.html":{}}}],["otherwise",{"_index":148,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["out",{"_index":474,"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":1376,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["outlet",{"_index":906,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["output",{"_index":3888,"title":{},"body":{"license.html":{}}}],["outside",{"_index":3904,"title":{},"body":{"license.html":{}}}],["overview",{"_index":3620,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owino",{"_index":1666,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["owned",{"_index":4212,"title":{},"body":{"license.html":{}}}],["owner",{"_index":2476,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Staff.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["package",{"_index":3464,"title":{"dependencies.html":{}},"body":{}}],["packaged",{"_index":3966,"title":{},"body":{"license.html":{}}}],["packaging",{"_index":3845,"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":340,"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":2747,"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":483,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["pages/accounts/accounts",{"_index":479,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pages/accounts/accounts.component",{"_index":481,"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":2897,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/settings/settings",{"_index":2895,"title":{},"body":{"modules/SettingsModule.html":{}}}],["pages/settings/settings.component",{"_index":2896,"title":{},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{}}}],["pages/tokens/token",{"_index":3067,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/tokens/tokens",{"_index":3065,"title":{},"body":{"modules/TokensModule.html":{}}}],["pages/tokens/tokens.component",{"_index":3066,"title":{},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{}}}],["pages/transactions/transaction",{"_index":3350,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions",{"_index":3348,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["pages/transactions/transactions.component",{"_index":3349,"title":{},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{}}}],["pages/transactions/transactions.module",{"_index":510,"title":{},"body":{"modules/AccountsModule.html":{}}}],["pagescomponent",{"_index":339,"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":374,"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":375,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["painter",{"_index":2079,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pampers",{"_index":2367,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["papa",{"_index":2181,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paper",{"_index":4364,"title":{},"body":{"license.html":{}}}],["paraffin",{"_index":2452,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parafin",{"_index":2454,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["paragraph",{"_index":4146,"title":{},"body":{"license.html":{}}}],["paragraphs",{"_index":4224,"title":{},"body":{"license.html":{}}}],["param",{"_index":179,"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":{},"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"classes/Settings.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":{},"components/TokenDetailsComponent.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["parammap",{"_index":554,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["params",{"_index":564,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"components/TokenDetailsComponent.html":{}}}],["parrafin",{"_index":2453,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["parsed",{"_index":3551,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parsedata",{"_index":3425,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["parsedata(data",{"_index":3549,"title":{},"body":{"miscellaneous/functions.html":{}}}],["parseint(urlparts[urlparts.length",{"_index":2590,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["parser",{"_index":3203,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["parses",{"_index":3550,"title":{},"body":{"miscellaneous/functions.html":{}}}],["part",{"_index":3779,"title":{},"body":{"license.html":{}}}],["particular",{"_index":907,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["parties",{"_index":3810,"title":{},"body":{"license.html":{}}}],["parts",{"_index":2356,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["party",{"_index":917,"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":4191,"title":{},"body":{"license.html":{}}}],["pass",{"_index":2538,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["passphrase",{"_index":1061,"title":{},"body":{"injectables/AuthService.html":{}}}],["password",{"_index":1077,"title":{},"body":{"injectables/AuthService.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"directives/PasswordToggleDirective.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"injectables/TransactionService.html":{},"license.html":{}}}],["password.type",{"_index":2771,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["passwordmatchvalidator",{"_index":1312,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordmatchvalidator(control",{"_index":1314,"title":{},"body":{"classes/CustomValidator.html":{}}}],["passwordtoggledirective",{"_index":361,"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":1957,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["patent",{"_index":4145,"title":{},"body":{"license.html":{}}}],["patents",{"_index":3744,"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":1644,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["pattern",{"_index":3725,"title":{},"body":{"license.html":{}}}],["patternvalidator",{"_index":1313,"title":{},"body":{"classes/CustomValidator.html":{}}}],["patternvalidator(regex",{"_index":1322,"title":{},"body":{"classes/CustomValidator.html":{}}}],["payment",{"_index":4259,"title":{},"body":{"license.html":{}}}],["peanuts",{"_index":2187,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peddler",{"_index":2091,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["peer",{"_index":4026,"title":{},"body":{"license.html":{}}}],["peers",{"_index":4029,"title":{},"body":{"license.html":{}}}],["peku",{"_index":1703,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["people",{"_index":3591,"title":{},"body":{"index.html":{}}}],["perform",{"_index":1309,"title":{},"body":{"classes/CustomValidator.html":{}}}],["performance",{"_index":4309,"title":{},"body":{"license.html":{}}}],["performed",{"_index":536,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"interfaces/Category.html":{}}}],["performing",{"_index":3866,"title":{},"body":{"license.html":{}}}],["perfume",{"_index":2384,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["periurban",{"_index":1898,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["permanently",{"_index":4154,"title":{},"body":{"license.html":{}}}],["permission",{"_index":3701,"title":{},"body":{"license.html":{}}}],["permissions",{"_index":3879,"title":{},"body":{"license.html":{}}}],["permissive",{"_index":3949,"title":{},"body":{"license.html":{}}}],["permit",{"_index":3982,"title":{},"body":{"license.html":{}}}],["permits",{"_index":4136,"title":{},"body":{"license.html":{}}}],["permitted",{"_index":3636,"title":{},"body":{"license.html":{}}}],["perpetuity",{"_index":4072,"title":{},"body":{"license.html":{}}}],["person",{"_index":3558,"title":{},"body":{"miscellaneous/functions.html":{}}}],["personal",{"_index":36,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"license.html":{}}}],["personvalidation",{"_index":3430,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["personvalidation(person",{"_index":3556,"title":{},"body":{"miscellaneous/functions.html":{}}}],["pertinent",{"_index":4275,"title":{},"body":{"license.html":{}}}],["pesa",{"_index":2399,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petro",{"_index":2456,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["petrol",{"_index":2455,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pgp",{"_index":1065,"title":{},"body":{"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["pgp.js",{"_index":978,"title":{},"body":{"injectables/AuthService.html":{}}}],["pgpsigner",{"_index":2650,"title":{"classes/PGPSigner.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["pharmacy",{"_index":2320,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["phone",{"_index":307,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["phonenumber",{"_index":281,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/CreateAccountComponent.html":{}}}],["phonesearchform",{"_index":228,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchformstub",{"_index":237,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchloading",{"_index":229,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["phonesearchsubmitted",{"_index":230,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["photo",{"_index":2132,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photocopy",{"_index":2090,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["photographer",{"_index":2110,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["physical",{"_index":3990,"title":{},"body":{"license.html":{}}}],["physically",{"_index":4005,"title":{},"body":{"license.html":{}}}],["pieces",{"_index":3671,"title":{},"body":{"license.html":{}}}],["piki",{"_index":2420,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pikipiki",{"_index":2421,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pilau",{"_index":2255,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pipe",{"_index":1787,"title":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["pipe(catcherror(async",{"_index":712,"title":{},"body":{"components/AppComponent.html":{}}}],["pipe(delay(500",{"_index":2510,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(dematerialize",{"_index":2511,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(first",{"_index":429,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"injectables/LocationService.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["pipe(materialize",{"_index":2509,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipe(mergemap(handleroute",{"_index":2508,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["pipes",{"_index":2827,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{},"overview.html":{}}}],["pipetransform",{"_index":2834,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["pk",{"_index":2710,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["pk.decrypt(password",{"_index":2714,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["pk.isdecrypted",{"_index":2712,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["place",{"_index":4013,"title":{},"body":{"license.html":{}}}],["plastic",{"_index":1998,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["playstation",{"_index":2385,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["please",{"_index":720,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{},"license.html":{}}}],["plumb",{"_index":2083,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["plus",{"_index":4194,"title":{},"body":{"license.html":{}}}],["pointer",{"_index":4356,"title":{},"body":{"license.html":{}}}],["pojo",{"_index":2180,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["police",{"_index":1971,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pombe",{"_index":2366,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pool",{"_index":2368,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["popper.js",{"_index":3500,"title":{},"body":{"dependencies.html":{}}}],["popperjs/core",{"_index":3471,"title":{},"body":{"dependencies.html":{}}}],["populated",{"_index":3614,"title":{},"body":{"index.html":{}}}],["porridge",{"_index":2254,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["portion",{"_index":4033,"title":{},"body":{"license.html":{}}}],["posho",{"_index":2065,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["possesses",{"_index":4002,"title":{},"body":{"license.html":{}}}],["possession",{"_index":3963,"title":{},"body":{"license.html":{}}}],["possibility",{"_index":4331,"title":{},"body":{"license.html":{}}}],["possible",{"_index":4347,"title":{},"body":{"license.html":{}}}],["post",{"_index":2523,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["potatoes",{"_index":2188,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["poultry",{"_index":2185,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["power",{"_index":3934,"title":{},"body":{"license.html":{}}}],["practical",{"_index":3646,"title":{},"body":{"license.html":{}}}],["practice",{"_index":3731,"title":{},"body":{"license.html":{}}}],["preamble",{"_index":3641,"title":{},"body":{"license.html":{}}}],["precise",{"_index":3758,"title":{},"body":{"license.html":{}}}],["precisely",{"_index":3728,"title":{},"body":{"license.html":{}}}],["predecessor",{"_index":4192,"title":{},"body":{"license.html":{}}}],["preferred",{"_index":3831,"title":{},"body":{"license.html":{}}}],["preloadallmodules",{"_index":813,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["preloadingstrategy",{"_index":822,"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.html":{},"interfaces/Signer.html":{}}}],["present",{"_index":4288,"title":{},"body":{"license.html":{}}}],["presents",{"_index":3823,"title":{},"body":{"license.html":{}}}],["preservation",{"_index":4110,"title":{},"body":{"license.html":{}}}],["prevent",{"_index":3677,"title":{},"body":{"license.html":{}}}],["prevented",{"_index":4068,"title":{},"body":{"license.html":{}}}],["previous",{"_index":578,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["price",{"_index":3666,"title":{},"body":{"license.html":{}}}],["primarily",{"_index":4261,"title":{},"body":{"license.html":{}}}],["primary",{"_index":1915,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["printing",{"_index":2081,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["prints",{"_index":130,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["prior",{"_index":4157,"title":{},"body":{"license.html":{}}}],["private",{"_index":276,"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":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"license.html":{}}}],["privatekey",{"_index":857,"title":{},"body":{"components/AuthComponent.html":{},"injectables/TransactionService.html":{}}}],["privatekey.decrypt(password",{"_index":3270,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.isdecrypted",{"_index":3269,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekey.keypacket.privateparams.d",{"_index":3273,"title":{},"body":{"injectables/TransactionService.html":{}}}],["privatekeyarmored",{"_index":968,"title":{},"body":{"injectables/AuthService.html":{}}}],["privatekeys",{"_index":2715,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["problems",{"_index":3712,"title":{},"body":{"license.html":{}}}],["procedures",{"_index":4063,"title":{},"body":{"license.html":{}}}],["procuring",{"_index":4249,"title":{},"body":{"license.html":{}}}],["produce",{"_index":3858,"title":{},"body":{"license.html":{}}}],["product",{"_index":3991,"title":{},"body":{"license.html":{}}}],["production",{"_index":3600,"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-1.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["professor",{"_index":1935,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["profile",{"_index":1640,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["program",{"_index":3655,"title":{},"body":{"license.html":{}}}],["program's",{"_index":3941,"title":{},"body":{"license.html":{}}}],["programmer",{"_index":2111,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programming",{"_index":2082,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["programs",{"_index":3664,"title":{},"body":{"license.html":{}}}],["programsif",{"_index":4344,"title":{},"body":{"license.html":{}}}],["progress...show",{"_index":729,"title":{},"body":{"components/AppComponent.html":{}}}],["prohibit",{"_index":3730,"title":{},"body":{"license.html":{}}}],["prohibiting",{"_index":3930,"title":{},"body":{"license.html":{}}}],["prohibits",{"_index":4256,"title":{},"body":{"license.html":{}}}],["project",{"_index":3566,"title":{},"body":{"index.html":{}}}],["prominent",{"_index":3827,"title":{},"body":{"license.html":{}}}],["prominently",{"_index":3819,"title":{},"body":{"license.html":{}}}],["promise",{"_index":137,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"guards/AuthGuard.html":{},"injectables/AuthService.html":{},"injectables/BlockSyncService.html":{},"classes/PGPSigner.html":{},"guards/RoleGuard.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{},"miscellaneous/functions.html":{}}}],["promise((resolve",{"_index":1022,"title":{},"body":{"injectables/AuthService.html":{}}}],["promise(async",{"_index":1042,"title":{},"body":{"injectables/AuthService.html":{}}}],["propagate",{"_index":3790,"title":{},"body":{"license.html":{}}}],["propagating",{"_index":4177,"title":{},"body":{"license.html":{}}}],["propagation",{"_index":3802,"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":{},"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":{},"components/TokenDetailsComponent.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":{},"miscellaneous/variables.html":{}}}],["property",{"_index":4039,"title":{},"body":{"license.html":{}}}],["proprietary",{"_index":3754,"title":{},"body":{"license.html":{}}}],["protect",{"_index":3674,"title":{},"body":{"license.html":{}}}],["protecting",{"_index":3723,"title":{},"body":{"license.html":{}}}],["protection",{"_index":3703,"title":{},"body":{"license.html":{}}}],["protocols",{"_index":4088,"title":{},"body":{"license.html":{}}}],["protractor",{"_index":3609,"title":{},"body":{"index.html":{}}}],["prove",{"_index":4310,"title":{},"body":{"license.html":{}}}],["provide",{"_index":809,"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-1.html":{},"license.html":{}}}],["providedin",{"_index":918,"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":{}}}],["provider",{"_index":1279,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{},"miscellaneous/variables.html":{}}}],["providers",{"_index":465,"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.html":{},"interfaces/Signer.html":{},"classes/TokenRegistry.html":{},"miscellaneous/functions.html":{}}}],["provision",{"_index":3739,"title":{},"body":{"license.html":{}}}],["provisionally",{"_index":4151,"title":{},"body":{"license.html":{}}}],["proxy",{"_index":4297,"title":{},"body":{"license.html":{}}}],["proxy's",{"_index":4299,"title":{},"body":{"license.html":{}}}],["pry",{"_index":1906,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["pub",{"_index":2397,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["public",{"_index":104,"title":{},"body":{"classes/AccountIndex.html":{},"components/AppComponent.html":{},"components/ErrorDialogComponent.html":{},"injectables/ErrorDialogService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"interfaces/Staff.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["publicity",{"_index":4118,"title":{},"body":{"license.html":{}}}],["publickeys",{"_index":724,"title":{},"body":{"components/AppComponent.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["publickeysurl",{"_index":4411,"title":{},"body":{"miscellaneous/variables.html":{}}}],["publicly",{"_index":4089,"title":{},"body":{"license.html":{}}}],["publish",{"_index":3945,"title":{},"body":{"license.html":{}}}],["published",{"_index":4294,"title":{},"body":{"license.html":{}}}],["pump",{"_index":581,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["purpose",{"_index":3747,"title":{},"body":{"license.html":{}}}],["purposes",{"_index":4043,"title":{},"body":{"license.html":{}}}],["pursuant",{"_index":4246,"title":{},"body":{"license.html":{}}}],["qkvhsu46vknbukqnclzfulnjt046my4wdqpftufjtdphyxjuzxnlbkbob3rtywlslmnvbq0krk46s3vydmkgs3jhbmpjdqpooktyyw5qyztldxj0ozs7dqpuruw7vflqpunftew6njkyntazmzq5ode5ng0kru5eolzdqvjedqo",{"_index":3404,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["qualify",{"_index":4166,"title":{},"body":{"license.html":{}}}],["quality",{"_index":4308,"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":{}}}],["querying",{"_index":96,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["queryparams",{"_index":2808,"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":1044,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["raibai",{"_index":1856,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rangala",{"_index":1869,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ratio",{"_index":2941,"title":{},"body":{"interfaces/Token.html":{}}}],["ratio.pipe",{"_index":2914,"title":{},"body":{"modules/SharedModule.html":{}}}],["ratio.pipe.ts",{"_index":2969,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["ratio.pipe.ts:5",{"_index":2971,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["rcu",{"_index":2637,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["reached",{"_index":719,"title":{},"body":{"components/AppComponent.html":{}}}],["reactiveformsmodule",{"_index":518,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AuthModule.html":{},"modules/SettingsModule.html":{}}}],["read",{"_index":3555,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["readable",{"_index":3987,"title":{},"body":{"license.html":{}}}],["readarmored(signature.data",{"_index":2701,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["readcsv",{"_index":3426,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["readcsv(input",{"_index":3552,"title":{},"body":{"miscellaneous/functions.html":{}}}],["readily",{"_index":4234,"title":{},"body":{"license.html":{}}}],["reading",{"_index":4092,"title":{},"body":{"license.html":{}}}],["readonly",{"_index":561,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["reads",{"_index":3553,"title":{},"body":{"miscellaneous/functions.html":{}}}],["ready",{"_index":3737,"title":{},"body":{"license.html":{}}}],["readystate",{"_index":674,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["readystateelements",{"_index":1141,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateelements.network",{"_index":1159,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor",{"_index":1103,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystateprocessor(settings",{"_index":1122,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["readystatetarget",{"_index":675,"title":{},"body":{"components/AppComponent.html":{},"injectables/BlockSyncService.html":{}}}],["realm",{"_index":1041,"title":{},"body":{"injectables/AuthService.html":{}}}],["reason",{"_index":4244,"title":{},"body":{"license.html":{}}}],["reasonable",{"_index":4003,"title":{},"body":{"license.html":{}}}],["receipt",{"_index":4164,"title":{},"body":{"license.html":{}}}],["receive",{"_index":3669,"title":{},"body":{"license.html":{}}}],["received",{"_index":3691,"title":{},"body":{"license.html":{}}}],["receives",{"_index":4182,"title":{},"body":{"license.html":{}}}],["receiving",{"_index":4251,"title":{},"body":{"license.html":{}}}],["recently",{"_index":156,"title":{},"body":{"classes/AccountIndex.html":{}}}],["receptionist",{"_index":2080,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recipient",{"_index":1218,"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":4242,"title":{},"body":{"license.html":{}}}],["recipientaddress",{"_index":3179,"title":{},"body":{"injectables/TransactionService.html":{}}}],["recipientbloxberglink",{"_index":3081,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["recipients",{"_index":3688,"title":{},"body":{"license.html":{}}}],["reclaim",{"_index":1635,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reclamation",{"_index":2497,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["recognized",{"_index":3835,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1091,"title":{},"body":{"injectables/AuthService.html":{}}}],["recycling",{"_index":2002,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["red",{"_index":1924,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["redcross",{"_index":1949,"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":4350,"title":{},"body":{"license.html":{}}}],["reference",{"_index":3622,"title":{},"body":{"index.html":{}}}],["referrer",{"_index":1256,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["referring",{"_index":3665,"title":{},"body":{"license.html":{}}}],["refers",{"_index":3765,"title":{},"body":{"license.html":{}}}],["refrain",{"_index":4279,"title":{},"body":{"license.html":{}}}],["refreshpaginator",{"_index":380,"title":{},"body":{"components/AccountsComponent.html":{}}}],["regard",{"_index":4098,"title":{},"body":{"license.html":{}}}],["regardless",{"_index":3965,"title":{},"body":{"license.html":{}}}],["regards",{"_index":1284,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["regenerate",{"_index":3877,"title":{},"body":{"license.html":{}}}],["regex",{"_index":1328,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regex.test(control.value",{"_index":1336,"title":{},"body":{"classes/CustomValidator.html":{}}}],["regexp",{"_index":1323,"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-1.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":2976,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["registry.ts:21",{"_index":2980,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:23",{"_index":2981,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:25",{"_index":2979,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:56",{"_index":2983,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:74",{"_index":2990,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registry.ts:90",{"_index":2994,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["registryaddress",{"_index":4421,"title":{},"body":{"miscellaneous/variables.html":{}}}],["registryservice",{"_index":1106,"title":{"injectables/RegistryService.html":{}},"body":{"injectables/BlockSyncService.html":{},"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{},"coverage.html":{}}}],["registryservice.getregistry",{"_index":3016,"title":{},"body":{"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["regular",{"_index":1326,"title":{},"body":{"classes/CustomValidator.html":{}}}],["reinstated",{"_index":4150,"title":{},"body":{"license.html":{}}}],["reject",{"_index":1023,"title":{},"body":{"injectables/AuthService.html":{}}}],["reject(error",{"_index":1026,"title":{},"body":{"injectables/AuthService.html":{}}}],["rejected",{"_index":1012,"title":{},"body":{"injectables/AuthService.html":{}}}],["relationship",{"_index":3905,"title":{},"body":{"license.html":{}}}],["released",{"_index":3660,"title":{},"body":{"license.html":{}}}],["relevant",{"_index":3957,"title":{},"body":{"license.html":{}}}],["relicensing",{"_index":4137,"title":{},"body":{"license.html":{}}}],["religious",{"_index":1961,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["religous",{"_index":1960,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["reload",{"_index":3579,"title":{},"body":{"index.html":{}}}],["relying",{"_index":4233,"title":{},"body":{"license.html":{}}}],["remain",{"_index":4022,"title":{},"body":{"license.html":{}}}],["remains",{"_index":3658,"title":{},"body":{"license.html":{}}}],["remarks",{"_index":178,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["removal",{"_index":4101,"title":{},"body":{"license.html":{}}}],["remove",{"_index":4100,"title":{},"body":{"license.html":{}}}],["rename",{"_index":1017,"title":{},"body":{"injectables/AuthService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["render",{"_index":3756,"title":{},"body":{"license.html":{}}}],["rendered",{"_index":4324,"title":{},"body":{"license.html":{}}}],["renderer",{"_index":1594,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["renderer2",{"_index":1595,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["repair",{"_index":2063,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["replaysubject",{"_index":570,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["represent",{"_index":4060,"title":{},"body":{"license.html":{}}}],["represents",{"_index":911,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["request",{"_index":1378,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["request.clone({headers",{"_index":1512,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.headers.set('authorization",{"_index":1513,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{}}}],["request.method",{"_index":1544,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["request.urlwithparams",{"_index":1545,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["requesting",{"_index":1057,"title":{},"body":{"injectables/AuthService.html":{}}}],["requests",{"_index":1389,"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":172,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["require('vcard",{"_index":3202,"title":{},"body":{"injectables/TransactionService.html":{},"miscellaneous/variables.html":{}}}],["required",{"_index":308,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["requirement",{"_index":3958,"title":{},"body":{"license.html":{}}}],["requirements",{"_index":4025,"title":{},"body":{"license.html":{}}}],["requires",{"_index":127,"title":{},"body":{"classes/AccountIndex.html":{},"license.html":{}}}],["requiring",{"_index":3781,"title":{},"body":{"license.html":{}}}],["res",{"_index":296,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["res.ok",{"_index":1090,"title":{},"body":{"injectables/AuthService.html":{}}}],["res.status",{"_index":1093,"title":{},"body":{"injectables/AuthService.html":{}}}],["res.text",{"_index":1094,"title":{},"body":{"injectables/AuthService.html":{}}}],["researcher",{"_index":1934,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["resend",{"_index":3139,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reserve",{"_index":2463,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenServiceStub.html":{},"miscellaneous/variables.html":{}}}],["reserveratio",{"_index":2475,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reserves",{"_index":2470,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"miscellaneous/variables.html":{}}}],["reset",{"_index":473,"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":3160,"title":{},"body":{"injectables/TransactionService.html":{}}}],["resize",{"_index":739,"title":{},"body":{"components/AppComponent.html":{}}}],["resolve",{"_index":1043,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolve(false",{"_index":1062,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolve(true",{"_index":1029,"title":{},"body":{"injectables/AuthService.html":{}}}],["resolved",{"_index":1619,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{}}}],["resource",{"_index":1424,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["resources",{"_index":3546,"title":{},"body":{"miscellaneous/functions.html":{}}}],["respect",{"_index":3684,"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-1.html":{},"miscellaneous/variables.html":{}}}],["responsebody",{"_index":2593,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["responsibilities",{"_index":1021,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["responsible",{"_index":4183,"title":{},"body":{"license.html":{}}}],["restrict",{"_index":3746,"title":{},"body":{"license.html":{}}}],["restricting",{"_index":3931,"title":{},"body":{"license.html":{}}}],["restriction",{"_index":4135,"title":{},"body":{"license.html":{}}}],["restrictions",{"_index":4132,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["resulting",{"_index":3784,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"routes.html":{},"miscellaneous/variables.html":{}}}],["retail",{"_index":2365,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["retains",{"_index":4075,"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.html":{},"interfaces/Signer.html":{},"pipes/TokenRatioPipe.html":{},"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"classes/TokenServiceStub.html":{},"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["returned",{"_index":1329,"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.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":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{}}}],["returnurl",{"_index":2809,"title":{},"body":{"guards/RoleGuard.html":{}}}],["reverse",{"_index":3141,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reversetransaction",{"_index":3085,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["reviewing",{"_index":4335,"title":{},"body":{"license.html":{}}}],["revised",{"_index":4286,"title":{},"body":{"license.html":{}}}],["revokeaction(action.id",{"_index":647,"title":{},"body":{"components/AdminComponent.html":{}}}],["rewards",{"_index":2496,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ribe",{"_index":1857,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["right",{"_index":4070,"title":{},"body":{"license.html":{}}}],["rights",{"_index":3675,"title":{},"body":{"license.html":{}}}],["risk",{"_index":4307,"title":{},"body":{"license.html":{}}}],["road",{"_index":1667,"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":2796,"title":{"guards/RoleGuard.html":{}},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["roles",{"_index":2802,"title":{},"body":{"guards/RoleGuard.html":{}}}],["rom",{"_index":4078,"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":{}}}],["root'},{'name",{"_index":324,"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":{},"components/TokenDetailsComponent.html":{},"coverage.html":{},"index.html":{}}}],["route.data.roles",{"_index":2805,"title":{},"body":{"guards/RoleGuard.html":{}}}],["route.data.roles.indexof(currentuser.role",{"_index":2806,"title":{},"body":{"guards/RoleGuard.html":{}}}],["router",{"_index":242,"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":2814,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["routerlinkdirectivestub",{"_index":363,"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":821,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["routerstatesnapshot",{"_index":899,"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":1500,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["route}.\\n${error.message}.\\nstatus",{"_index":1497,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["routing.module",{"_index":480,"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":4198,"title":{},"body":{"license.html":{}}}],["rsv",{"_index":1632,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/TokenServiceStub.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["rubbish",{"_index":1992,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruben",{"_index":1655,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rueben",{"_index":1656,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ruiru",{"_index":1764,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rules",{"_index":4087,"title":{},"body":{"license.html":{}}}],["run",{"_index":3568,"title":{},"body":{"index.html":{},"license.html":{}}}],["running",{"_index":3601,"title":{},"body":{"index.html":{},"license.html":{}}}],["runs",{"_index":3856,"title":{},"body":{"license.html":{}}}],["runtime",{"_index":1458,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["rural",{"_index":1876,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["rxjs",{"_index":576,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"guards/AuthGuard.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":417,"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":{},"components/TokenDetailsComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["s",{"_index":971,"title":{},"body":{"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["s.signature",{"_index":2722,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["sabuni",{"_index":2309,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sad",{"_index":730,"title":{},"body":{"components/AppComponent.html":{}}}],["safe",{"_index":2829,"title":{},"body":{"pipes/SafePipe.html":{}}}],["safepipe",{"_index":2826,"title":{"pipes/SafePipe.html":{}},"body":{"pipes/SafePipe.html":{},"modules/SharedModule.html":{},"coverage.html":{},"overview.html":{}}}],["safest",{"_index":4352,"title":{},"body":{"license.html":{}}}],["sake",{"_index":3708,"title":{},"body":{"license.html":{}}}],["sale",{"_index":4206,"title":{},"body":{"license.html":{}}}],["sales",{"_index":2092,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["salon",{"_index":2085,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saloon",{"_index":2093,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["samaki",{"_index":2191,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sambusa",{"_index":2265,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["same",{"_index":3689,"title":{},"body":{"license.html":{}}}],["samosa",{"_index":2189,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sanitizer",{"_index":2836,"title":{},"body":{"pipes/SafePipe.html":{}}}],["sarafu",{"_index":79,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"classes/TokenRegistry.html":{},"components/TransactionDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["sarafutoken",{"_index":3026,"title":{},"body":{"injectables/TokenService.html":{}}}],["sarafutoken.methods.balanceof(address).call",{"_index":3029,"title":{},"body":{"injectables/TokenService.html":{}}}],["satisfy",{"_index":4024,"title":{},"body":{"license.html":{}}}],["sausages",{"_index":2235,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["savings",{"_index":2326,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["saying",{"_index":4019,"title":{},"body":{"license.html":{}}}],["scaffolding",{"_index":3581,"title":{},"body":{"index.html":{}}}],["scan",{"_index":1104,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scan(settings",{"_index":1125,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["scanfilter",{"_index":2839,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["sch",{"_index":1904,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["schema",{"_index":3560,"title":{},"body":{"miscellaneous/functions.html":{}}}],["schemas",{"_index":3482,"title":{},"body":{"dependencies.html":{}}}],["school",{"_index":1905,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["science",{"_index":1952,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["scope",{"_index":4255,"title":{},"body":{"license.html":{}}}],["scrap",{"_index":1989,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["script",{"_index":3599,"title":{},"body":{"index.html":{}}}],["scripts",{"_index":3862,"title":{},"body":{"license.html":{}}}],["search",{"_index":216,"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":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":{}}}],["search.component",{"_index":519,"title":{},"body":{"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{}}}],["search.component.html",{"_index":220,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.scss",{"_index":218,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts",{"_index":208,"title":{},"body":{"components/AccountSearchComponent.html":{},"coverage.html":{}}}],["search.component.ts:16",{"_index":255,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:17",{"_index":257,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:18",{"_index":256,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:19",{"_index":258,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:20",{"_index":260,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:21",{"_index":259,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:22",{"_index":250,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:23",{"_index":253,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:24",{"_index":252,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:25",{"_index":243,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:33",{"_index":244,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:45",{"_index":262,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:48",{"_index":264,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:51",{"_index":266,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:55",{"_index":247,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:65",{"_index":248,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search.component.ts:85",{"_index":246,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["search/account",{"_index":207,"title":{},"body":{"components/AccountSearchComponent.html":{},"modules/AccountsModule.html":{},"modules/AccountsRoutingModule.html":{},"coverage.html":{}}}],["searching",{"_index":2844,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["secondarily",{"_index":3794,"title":{},"body":{"license.html":{}}}],["secondary",{"_index":1916,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["secp256k1",{"_index":3200,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secp256k1.ecdsasign(txmsg",{"_index":3272,"title":{},"body":{"injectables/TransactionService.html":{}}}],["secretary",{"_index":2097,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["section",{"_index":3910,"title":{},"body":{"license.html":{}}}],["sections",{"_index":1473,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"license.html":{}}}],["secure",{"_index":2885,"title":{},"body":{"components/SettingsComponent.html":{}}}],["security",{"_index":2095,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["see",{"_index":3611,"title":{},"body":{"index.html":{},"license.html":{}}}],["seedling",{"_index":2000,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seedlings",{"_index":2001,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["seigei",{"_index":1668,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["select",{"_index":2513,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["selection.directive",{"_index":2912,"title":{},"body":{"modules/SharedModule.html":{}}}],["selection.directive.ts",{"_index":1589,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"coverage.html":{}}}],["selection.directive.ts:16",{"_index":1597,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selection.directive.ts:6",{"_index":1596,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["selector",{"_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/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":4221,"title":{},"body":{"license.html":{}}}],["selling",{"_index":3403,"title":{},"body":{"classes/UserServiceStub.html":{},"license.html":{}}}],["semiconductor",{"_index":3768,"title":{},"body":{"license.html":{}}}],["send",{"_index":858,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["senddebuglevelmessage",{"_index":1551,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senddebuglevelmessage(message",{"_index":1561,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sender",{"_index":1217,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["senderaddress",{"_index":3178,"title":{},"body":{"injectables/TransactionService.html":{}}}],["senderbloxberglink",{"_index":3082,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["senderrorlevelmessage",{"_index":1552,"title":{},"body":{"injectables/LoggingService.html":{}}}],["senderrorlevelmessage(message",{"_index":1563,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage",{"_index":1553,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendfatallevelmessage(message",{"_index":1565,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage",{"_index":1554,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendinfolevelmessage(message",{"_index":1567,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage",{"_index":1555,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendloglevelmessage(message",{"_index":1569,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendresponse",{"_index":946,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendresponse(hobaresponseencoded",{"_index":963,"title":{},"body":{"injectables/AuthService.html":{}}}],["sendtracelevelmessage",{"_index":1556,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendtracelevelmessage(message",{"_index":1571,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage",{"_index":1557,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sendwarnlevelmessage(message",{"_index":1573,"title":{},"body":{"injectables/LoggingService.html":{}}}],["sentence",{"_index":1472,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sentencesforwarninglogging",{"_index":1445,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["separable",{"_index":4032,"title":{},"body":{"license.html":{}}}],["separate",{"_index":1020,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["separately",{"_index":3969,"title":{},"body":{"license.html":{}}}],["seremala",{"_index":2094,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["serial",{"_index":2991,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["server",{"_index":2502,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"dependencies.html":{},"index.html":{},"license.html":{}}}],["serverloggingurl",{"_index":802,"title":{},"body":{"modules/AppModule.html":{}}}],["serverloglevel",{"_index":800,"title":{},"body":{"modules/AppModule.html":{},"miscellaneous/variables.html":{}}}],["serves",{"_index":3848,"title":{},"body":{"license.html":{}}}],["service",{"_index":891,"title":{},"body":{"guards/AuthGuard.html":{},"injectables/AuthService.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.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-1.html":{}}}],["serviceworkermodule",{"_index":796,"title":{},"body":{"modules/AppModule.html":{}}}],["serviceworkermodule.register('ngsw",{"_index":805,"title":{},"body":{"modules/AppModule.html":{}}}],["servicing",{"_index":4314,"title":{},"body":{"license.html":{}}}],["session",{"_index":1019,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionlogincount",{"_index":935,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.getitem(btoa('cicada_session_token",{"_index":989,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["sessionstorage.removeitem(btoa('cicada_session_token",{"_index":1085,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessionstorage.setitem(btoa('cicada_session_token",{"_index":1028,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessiontoken",{"_index":936,"title":{},"body":{"injectables/AuthService.html":{}}}],["sessiontokenresult",{"_index":1047,"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":3161,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setconversion(conversion",{"_index":3173,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["setkey",{"_index":849,"title":{},"body":{"components/AuthComponent.html":{},"injectables/AuthService.html":{}}}],["setkey(privatekeyarmored",{"_index":966,"title":{},"body":{"injectables/AuthService.html":{}}}],["setparammap",{"_index":557,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["setparammap(params",{"_index":571,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["sets",{"_index":1317,"title":{},"body":{"classes/CustomValidator.html":{}}}],["setstate",{"_index":947,"title":{},"body":{"injectables/AuthService.html":{}}}],["setstate(s",{"_index":969,"title":{},"body":{"injectables/AuthService.html":{}}}],["settimeout",{"_index":2610,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["setting",{"_index":986,"title":{},"body":{"injectables/AuthService.html":{},"interceptors/HttpConfigInterceptor.html":{}}}],["settings",{"_index":1114,"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":342,"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":1140,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.component.html",{"_index":2854,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.component.scss",{"_index":2853,"title":{},"body":{"components/SettingsComponent.html":{}}}],["settings.registry",{"_index":1146,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.registry.load",{"_index":1160,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.registry.onload",{"_index":1154,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.scanfilter",{"_index":1200,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper",{"_index":1148,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.onconversion",{"_index":1152,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.ontransfer",{"_index":1150,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.txhelper.processreceipt(m.data",{"_index":1170,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.engine",{"_index":1144,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settings.w3.provider",{"_index":1142,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["settingscomponent",{"_index":341,"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":2889,"title":{"modules/SettingsModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules.html":{},"overview.html":{}}}],["settingsroutingmodule",{"_index":2893,"title":{"modules/SettingsRoutingModule.html":{}},"body":{"modules/SettingsModule.html":{},"modules/SettingsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["settransaction",{"_index":3162,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["settransaction(transaction",{"_index":3175,"title":{},"body":{"injectables/TransactionService.html":{},"classes/TransactionServiceStub.html":{}}}],["sha256",{"_index":2668,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["sha3",{"_index":3192,"title":{},"body":{"injectables/TransactionService.html":{},"dependencies.html":{}}}],["shall",{"_index":3915,"title":{},"body":{"license.html":{}}}],["shamba",{"_index":2011,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shanzu",{"_index":1838,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["share",{"_index":577,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["shared",{"_index":3868,"title":{},"body":{"license.html":{}}}],["sharedmodule",{"_index":470,"title":{"modules/SharedModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/AdminModule.html":{},"modules/AppModule.html":{},"modules/PagesModule.html":{},"modules/SettingsModule.html":{},"modules/SharedModule.html":{},"modules/TokensModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["shepard",{"_index":2099,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shephard",{"_index":2100,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shepherd",{"_index":2051,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shirt",{"_index":2382,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shoe",{"_index":2098,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["shop",{"_index":2333,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["short",{"_index":4367,"title":{},"body":{"license.html":{}}}],["show",{"_index":3692,"title":{},"body":{"license.html":{}}}],["siaya",{"_index":1865,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sickly",{"_index":2324,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["side",{"_index":1403,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["sidebar",{"_index":740,"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":344,"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":2920,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar.component.scss",{"_index":2919,"title":{},"body":{"components/SidebarComponent.html":{}}}],["sidebar?.classlist.add('active",{"_index":751,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.contains('active",{"_index":750,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebar?.classlist.remove('active",{"_index":754,"title":{},"body":{"components/AppComponent.html":{}}}],["sidebar?.classlist.toggle('active",{"_index":1609,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse",{"_index":745,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{}}}],["sidebarcollapse?.classlist.contains('active",{"_index":747,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.remove('active",{"_index":748,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["sidebarcollapse?.classlist.toggle('active",{"_index":1611,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["sidebarcomponent",{"_index":343,"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":345,"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":2706,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["sigei",{"_index":1663,"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.html":{},"interfaces/Signer.html":{}}}],["sign(opts",{"_index":2717,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["signable",{"_index":2680,"title":{"interfaces/Signable.html":{}},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":3271,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.recid",{"_index":3277,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(0",{"_index":3274,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signatureobject.signature.slice(32",{"_index":3276,"title":{},"body":{"injectables/TransactionService.html":{}}}],["signchallenge",{"_index":976,"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.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts",{"_index":2652,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"coverage.html":{}}}],["signer.ts:109",{"_index":2688,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:11",{"_index":2924,"title":{},"body":{"interfaces/Signable.html":{}}}],["signer.ts:146",{"_index":2684,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:29",{"_index":2926,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:31",{"_index":2927,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:36",{"_index":2925,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:42",{"_index":2928,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:48",{"_index":2930,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:54",{"_index":2929,"title":{},"body":{"interfaces/Signer.html":{}}}],["signer.ts:60",{"_index":2671,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:62",{"_index":2669,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:64",{"_index":2670,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:66",{"_index":2677,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:68",{"_index":2672,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:70",{"_index":2673,"title":{},"body":{"classes/PGPSigner.html":{}}}],["signer.ts:72",{"_index":2675,"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":4061,"title":{},"body":{"license.html":{}}}],["signing",{"_index":2654,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["signs",{"_index":2685,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["silc",{"_index":2329,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["silver",{"_index":3381,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["sima",{"_index":2262,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["similar",{"_index":3929,"title":{},"body":{"license.html":{}}}],["simsim",{"_index":2253,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simu",{"_index":2369,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["simulate",{"_index":2501,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["simultaneously",{"_index":4274,"title":{},"body":{"license.html":{}}}],["sinai",{"_index":1662,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["single",{"_index":4247,"title":{},"body":{"license.html":{}}}],["size",{"_index":4428,"title":{},"body":{"miscellaneous/variables.html":{}}}],["slash",{"_index":2775,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["smallest",{"_index":2938,"title":{},"body":{"interfaces/Token.html":{}}}],["smokie",{"_index":2273,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["smokies",{"_index":2274,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sms",{"_index":3140,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snackbar",{"_index":3089,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["snacks",{"_index":2266,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soap",{"_index":2310,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["societies",{"_index":2964,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["socket",{"_index":2851,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["socks",{"_index":2357,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soda",{"_index":2186,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["software",{"_index":3631,"title":{},"body":{"license.html":{}}}],["soko",{"_index":2190,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["solar",{"_index":2444,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sold",{"_index":4044,"title":{},"body":{"license.html":{}}}],["soldier",{"_index":1974,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sole",{"_index":3895,"title":{},"body":{"license.html":{}}}],["solely",{"_index":3907,"title":{},"body":{"license.html":{}}}],["somehow",{"_index":860,"title":{},"body":{"components/AuthComponent.html":{}}}],["something",{"_index":727,"title":{},"body":{"components/AppComponent.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["sort",{"_index":376,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["soup",{"_index":2271,"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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"index.html":{},"license.html":{}}}],["sourcetoken",{"_index":1207,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["south",{"_index":1652,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["soweto",{"_index":1761,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spare",{"_index":2355,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["spareparts",{"_index":2346,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["speak",{"_index":1054,"title":{},"body":{"injectables/AuthService.html":{},"license.html":{}}}],["special",{"_index":3750,"title":{},"body":{"license.html":{}}}],["specific",{"_index":145,"title":{},"body":{"classes/AccountIndex.html":{},"guards/AuthGuard.html":{},"guards/RoleGuard.html":{},"license.html":{}}}],["specifically",{"_index":3872,"title":{},"body":{"license.html":{}}}],["specified",{"_index":155,"title":{},"body":{"classes/AccountIndex.html":{},"interceptors/MockBackendInterceptor.html":{},"classes/TokenRegistry.html":{},"license.html":{}}}],["specifies",{"_index":4292,"title":{},"body":{"license.html":{}}}],["specify",{"_index":4295,"title":{},"body":{"license.html":{}}}],["spinach",{"_index":2272,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["spinner",{"_index":517,"title":{},"body":{"modules/AccountsModule.html":{}}}],["spirit",{"_index":4287,"title":{},"body":{"license.html":{}}}],["src/.../account.ts",{"_index":4396,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../accountindex.ts",{"_index":4393,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../array",{"_index":3513,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../clipboard",{"_index":3514,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../environment.dev.ts",{"_index":4397,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.prod.ts",{"_index":4398,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../environment.ts",{"_index":4399,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../export",{"_index":3515,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../http",{"_index":3516,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../mock",{"_index":4395,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../pgp",{"_index":4400,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../read",{"_index":3517,"title":{},"body":{"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/.../schema",{"_index":3518,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/.../token",{"_index":4394,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../transaction.service.ts",{"_index":4401,"title":{},"body":{"miscellaneous/variables.html":{}}}],["src/.../user.service.ts",{"_index":4402,"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:121",{"_index":162,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:21",{"_index":122,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:23",{"_index":123,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:25",{"_index":113,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:57",{"_index":125,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:78",{"_index":142,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/accountindex.ts:95",{"_index":154,"title":{},"body":{"classes/AccountIndex.html":{}}}],["src/app/_eth/token",{"_index":2975,"title":{},"body":{"classes/TokenRegistry.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_guards/auth.guard.ts",{"_index":883,"title":{},"body":{"guards/AuthGuard.html":{},"coverage.html":{}}}],["src/app/_guards/auth.guard.ts:21",{"_index":889,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/auth.guard.ts:38",{"_index":900,"title":{},"body":{"guards/AuthGuard.html":{}}}],["src/app/_guards/role.guard.ts",{"_index":2797,"title":{},"body":{"guards/RoleGuard.html":{},"coverage.html":{}}}],["src/app/_guards/role.guard.ts:21",{"_index":2798,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_guards/role.guard.ts:38",{"_index":2799,"title":{},"body":{"guards/RoleGuard.html":{}}}],["src/app/_helpers/array",{"_index":3413,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/clipboard",{"_index":3416,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/custom",{"_index":1276,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts",{"_index":1308,"title":{},"body":{"classes/CustomValidator.html":{},"coverage.html":{}}}],["src/app/_helpers/custom.validator.ts:13",{"_index":1316,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/custom.validator.ts:28",{"_index":1325,"title":{},"body":{"classes/CustomValidator.html":{}}}],["src/app/_helpers/export",{"_index":3419,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/global",{"_index":1438,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"coverage.html":{}}}],["src/app/_helpers/http",{"_index":3422,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_helpers/mock",{"_index":1613,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/read",{"_index":3424,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["src/app/_helpers/schema",{"_index":3428,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/_interceptors/error.interceptor.ts",{"_index":1373,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/error.interceptor.ts:21",{"_index":1381,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/error.interceptor.ts:42",{"_index":1388,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["src/app/_interceptors/http",{"_index":1505,"title":{},"body":{"interceptors/HttpConfigInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts",{"_index":1532,"title":{},"body":{"interceptors/LoggingInterceptor.html":{},"coverage.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:20",{"_index":1534,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["src/app/_interceptors/logging.interceptor.ts:35",{"_index":1535,"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-1.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":2838,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["src/app/_models/settings.ts:11",{"_index":2846,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:13",{"_index":2843,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:4",{"_index":2848,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/settings.ts:9",{"_index":2847,"title":{},"body":{"classes/Settings.html":{}}}],["src/app/_models/staff.ts",{"_index":2931,"title":{},"body":{"interfaces/Staff.html":{},"coverage.html":{}}}],["src/app/_models/token.ts",{"_index":2936,"title":{},"body":{"interfaces/Token.html":{},"coverage.html":{}}}],["src/app/_models/transaction.ts",{"_index":1204,"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.html":{},"interfaces/Signer.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/auth.service.ts",{"_index":933,"title":{},"body":{"injectables/AuthService.html":{},"coverage.html":{}}}],["src/app/_services/auth.service.ts:116",{"_index":959,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:15",{"_index":973,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:150",{"_index":961,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:16",{"_index":972,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:160",{"_index":967,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:17",{"_index":950,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:188",{"_index":962,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:194",{"_index":954,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:200",{"_index":953,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:210",{"_index":952,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:27",{"_index":956,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:38",{"_index":970,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:42",{"_index":955,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:61",{"_index":964,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:84",{"_index":951,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/auth.service.ts:98",{"_index":957,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/app/_services/block",{"_index":1097,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["src/app/_services/error",{"_index":1353,"title":{},"body":{"injectables/ErrorDialogService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts",{"_index":1516,"title":{},"body":{"injectables/LocationService.html":{},"coverage.html":{}}}],["src/app/_services/location.service.ts:10",{"_index":1520,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:13",{"_index":1523,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:17",{"_index":1522,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:21",{"_index":1526,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/location.service.ts:25",{"_index":1525,"title":{},"body":{"injectables/LocationService.html":{}}}],["src/app/_services/logging.service.ts",{"_index":1548,"title":{},"body":{"injectables/LoggingService.html":{},"coverage.html":{}}}],["src/app/_services/logging.service.ts:18",{"_index":1572,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:22",{"_index":1562,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:26",{"_index":1568,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:30",{"_index":1570,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:34",{"_index":1574,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:38",{"_index":1564,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:42",{"_index":1566,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:8",{"_index":1575,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/logging.service.ts:9",{"_index":1560,"title":{},"body":{"injectables/LoggingService.html":{}}}],["src/app/_services/registry.service.ts",{"_index":2776,"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":2784,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:13",{"_index":2791,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:19",{"_index":2780,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:26",{"_index":2781,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/registry.service.ts:30",{"_index":2782,"title":{},"body":{"injectables/RegistryService.html":{}}}],["src/app/_services/token.service.ts",{"_index":3002,"title":{},"body":{"injectables/TokenService.html":{},"coverage.html":{}}}],["src/app/_services/token.service.ts:13",{"_index":3012,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:14",{"_index":3013,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:15",{"_index":3005,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:28",{"_index":3010,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:33",{"_index":3009,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/token.service.ts:37",{"_index":3007,"title":{},"body":{"injectables/TokenService.html":{}}}],["src/app/_services/transaction.service.ts",{"_index":3152,"title":{},"body":{"injectables/TransactionService.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/_services/transaction.service.ts:111",{"_index":3167,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:119",{"_index":3172,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:124",{"_index":3169,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:130",{"_index":3180,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:26",{"_index":3184,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:27",{"_index":3183,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:28",{"_index":3186,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:29",{"_index":3187,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:30",{"_index":3188,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:31",{"_index":3164,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:45",{"_index":3171,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:49",{"_index":3170,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:53",{"_index":3176,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/transaction.service.ts:87",{"_index":3174,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/app/_services/user.service.ts",{"_index":3449,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/app/app",{"_index":812,"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:51",{"_index":694,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:62",{"_index":696,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:87",{"_index":693,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:93",{"_index":691,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":775,"title":{},"body":{"modules/AppModule.html":{}}}],["src/app/auth/_directives/password",{"_index":2758,"title":{},"body":{"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["src/app/auth/auth",{"_index":931,"title":{},"body":{"modules/AuthRoutingModule.html":{}}}],["src/app/auth/auth.component.ts",{"_index":823,"title":{},"body":{"components/AuthComponent.html":{},"coverage.html":{}}}],["src/app/auth/auth.component.ts:14",{"_index":841,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:15",{"_index":843,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:16",{"_index":842,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:17",{"_index":834,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:25",{"_index":836,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:36",{"_index":845,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:40",{"_index":837,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:52",{"_index":835,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:63",{"_index":838,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.component.ts:71",{"_index":840,"title":{},"body":{"components/AuthComponent.html":{}}}],["src/app/auth/auth.module.ts",{"_index":926,"title":{},"body":{"modules/AuthModule.html":{}}}],["src/app/pages/accounts/account",{"_index":206,"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":366,"title":{},"body":{"components/AccountsComponent.html":{},"coverage.html":{}}}],["src/app/pages/accounts/accounts.component.ts:20",{"_index":397,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:21",{"_index":393,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:22",{"_index":401,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:23",{"_index":399,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:24",{"_index":404,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:25",{"_index":394,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:26",{"_index":395,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:28",{"_index":408,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:29",{"_index":384,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:50",{"_index":389,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:59",{"_index":386,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:63",{"_index":392,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:69",{"_index":388,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:80",{"_index":390,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.component.ts:88",{"_index":387,"title":{},"body":{"components/AccountsComponent.html":{}}}],["src/app/pages/accounts/accounts.module.ts",{"_index":475,"title":{},"body":{"modules/AccountsModule.html":{}}}],["src/app/pages/accounts/create",{"_index":1230,"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:43",{"_index":604,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:45",{"_index":599,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:49",{"_index":594,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:53",{"_index":596,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:64",{"_index":598,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:75",{"_index":602,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:79",{"_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":2746,"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":2902,"title":{},"body":{"modules/SettingsRoutingModule.html":{}}}],["src/app/pages/settings/settings.component.ts",{"_index":2852,"title":{},"body":{"components/SettingsComponent.html":{},"coverage.html":{}}}],["src/app/pages/settings/settings.component.ts:16",{"_index":2861,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:17",{"_index":2860,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:18",{"_index":2863,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:19",{"_index":2865,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:21",{"_index":2864,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:22",{"_index":2855,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:26",{"_index":2859,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:35",{"_index":2856,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:39",{"_index":2857,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.component.ts:43",{"_index":2858,"title":{},"body":{"components/SettingsComponent.html":{}}}],["src/app/pages/settings/settings.module.ts",{"_index":2894,"title":{},"body":{"modules/SettingsModule.html":{}}}],["src/app/pages/tokens/token",{"_index":2942,"title":{},"body":{"components/TokenDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens",{"_index":3073,"title":{},"body":{"modules/TokensRoutingModule.html":{}}}],["src/app/pages/tokens/tokens.component.ts",{"_index":3035,"title":{},"body":{"components/TokensComponent.html":{},"coverage.html":{}}}],["src/app/pages/tokens/tokens.component.ts:18",{"_index":3048,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:19",{"_index":3047,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:20",{"_index":3049,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:21",{"_index":3050,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:22",{"_index":3041,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:30",{"_index":3044,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:41",{"_index":3042,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:45",{"_index":3046,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.component.ts:49",{"_index":3043,"title":{},"body":{"components/TokensComponent.html":{}}}],["src/app/pages/tokens/tokens.module.ts",{"_index":3064,"title":{},"body":{"modules/TokensModule.html":{}}}],["src/app/pages/transactions/transaction",{"_index":3079,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions",{"_index":3351,"title":{},"body":{"modules/TransactionsRoutingModule.html":{}}}],["src/app/pages/transactions/transactions.component.ts",{"_index":3292,"title":{},"body":{"components/TransactionsComponent.html":{},"coverage.html":{}}}],["src/app/pages/transactions/transactions.component.ts:23",{"_index":3316,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:24",{"_index":3317,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:25",{"_index":3312,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:26",{"_index":3313,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:27",{"_index":3318,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:28",{"_index":3315,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:29",{"_index":3319,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:30",{"_index":3320,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:32",{"_index":3314,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:33",{"_index":3304,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:43",{"_index":3309,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:56",{"_index":3311,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:60",{"_index":3305,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:64",{"_index":3307,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:77",{"_index":3308,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.component.ts:82",{"_index":3306,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["src/app/pages/transactions/transactions.module.ts",{"_index":3347,"title":{},"body":{"modules/TransactionsModule.html":{}}}],["src/app/shared/_directives/menu",{"_index":1588,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts",{"_index":2828,"title":{},"body":{"pipes/SafePipe.html":{},"coverage.html":{}}}],["src/app/shared/_pipes/safe.pipe.ts:10",{"_index":2833,"title":{},"body":{"pipes/SafePipe.html":{}}}],["src/app/shared/_pipes/token",{"_index":2968,"title":{},"body":{"pipes/TokenRatioPipe.html":{},"coverage.html":{}}}],["src/app/shared/error",{"_index":1337,"title":{},"body":{"components/ErrorDialogComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts",{"_index":1428,"title":{},"body":{"components/FooterComponent.html":{},"coverage.html":{}}}],["src/app/shared/footer/footer.component.ts:12",{"_index":1433,"title":{},"body":{"components/FooterComponent.html":{}}}],["src/app/shared/footer/footer.component.ts:9",{"_index":1432,"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":2907,"title":{},"body":{"modules/SharedModule.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts",{"_index":2918,"title":{},"body":{"components/SidebarComponent.html":{},"coverage.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:12",{"_index":2922,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/sidebar/sidebar.component.ts:9",{"_index":2921,"title":{},"body":{"components/SidebarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts",{"_index":3074,"title":{},"body":{"components/TopbarComponent.html":{},"coverage.html":{}}}],["src/app/shared/topbar/topbar.component.ts:12",{"_index":3078,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/app/shared/topbar/topbar.component.ts:9",{"_index":3077,"title":{},"body":{"components/TopbarComponent.html":{}}}],["src/assets/js/ethtx/dist",{"_index":3198,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/hex",{"_index":275,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["src/assets/js/ethtx/dist/tx",{"_index":3199,"title":{},"body":{"injectables/TransactionService.html":{}}}],["src/assets/js/hoba",{"_index":977,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/assets/js/hoba.js",{"_index":975,"title":{},"body":{"injectables/AuthService.html":{}}}],["src/environments",{"_index":3615,"title":{},"body":{"index.html":{}}}],["src/environments/environment",{"_index":169,"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/TokenService.html":{},"injectables/TransactionService.html":{}}}],["src/environments/environment.dev.ts",{"_index":3457,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.prod.ts",{"_index":3458,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/environments/environment.ts",{"_index":3459,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["src/testing/activated",{"_index":548,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"coverage.html":{}}}],["src/testing/router",{"_index":2811,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{},"coverage.html":{}}}],["src/testing/shared",{"_index":1435,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarStubComponent.html":{},"coverage.html":{}}}],["src/testing/token",{"_index":3031,"title":{},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["src/testing/transaction",{"_index":3286,"title":{},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["src/testing/user",{"_index":3353,"title":{},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["srf",{"_index":3131,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["stack",{"_index":1465,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["stadium",{"_index":1794,"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@grassrootseconomics.net",{"_index":1058,"title":{},"body":{"injectables/AuthService.html":{}}}],["stand",{"_index":3736,"title":{},"body":{"license.html":{}}}],["standard",{"_index":3833,"title":{},"body":{"license.html":{}}}],["standards",{"_index":3836,"title":{},"body":{"license.html":{}}}],["starehe",{"_index":1797,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["start",{"_index":4353,"title":{},"body":{"license.html":{}}}],["start:dev",{"_index":3574,"title":{},"body":{"index.html":{}}}],["started",{"_index":3563,"title":{"index.html":{},"license.html":{}},"body":{}}],["starts",{"_index":4368,"title":{},"body":{"license.html":{}}}],["starttime",{"_index":1540,"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":2810,"title":{},"body":{"guards/RoleGuard.html":{}}}],["stated",{"_index":3883,"title":{},"body":{"license.html":{}}}],["statement",{"_index":4139,"title":{},"body":{"license.html":{}}}],["statements",{"_index":3407,"title":{},"body":{"coverage.html":{}}}],["states",{"_index":2643,"title":{},"body":{"components/OrganizationComponent.html":{},"license.html":{}}}],["static",{"_index":1311,"title":{},"body":{"classes/CustomValidator.html":{}}}],["stating",{"_index":3948,"title":{},"body":{"license.html":{}}}],["station",{"_index":2393,"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":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"license.html":{}}}],["status'},{'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":{}}}],["status.component",{"_index":2917,"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":{}}}],["step",{"_index":2884,"title":{},"body":{"components/SettingsComponent.html":{}}}],["steps",{"_index":3696,"title":{},"body":{"license.html":{}}}],["stima",{"_index":2445,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["storage",{"_index":3978,"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":3435,"title":{},"body":{"coverage.html":{},"miscellaneous/variables.html":{}}}],["stored",{"_index":3596,"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":274,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["strip0x(abi",{"_index":3252,"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":2817,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:11",{"_index":565,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:12",{"_index":3356,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:13",{"_index":2816,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["stub.ts:18",{"_index":568,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["stub.ts:2",{"_index":3034,"title":{},"body":{"classes/TokenServiceStub.html":{}}}],["stub.ts:21",{"_index":572,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:37",{"_index":3391,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:4",{"_index":3289,"title":{},"body":{"classes/TransactionServiceStub.html":{},"classes/UserServiceStub.html":{}}}],["stub.ts:6",{"_index":3288,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:61",{"_index":3389,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:71",{"_index":3387,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["stub.ts:8",{"_index":3287,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["stub.ts:9",{"_index":2815,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["student",{"_index":1907,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["style",{"_index":614,"title":{},"body":{"components/AdminComponent.html":{},"components/AuthComponent.html":{}}}],["styles",{"_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/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":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/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":{}}}],["subdividing",{"_index":4188,"title":{},"body":{"license.html":{}}}],["subject",{"_index":562,"title":{},"body":{"classes/ActivatedRouteStub.html":{},"license.html":{}}}],["sublicenses",{"_index":4217,"title":{},"body":{"license.html":{}}}],["sublicensing",{"_index":3909,"title":{},"body":{"license.html":{}}}],["submit",{"_index":1275,"title":{},"body":{"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["submitted",{"_index":828,"title":{},"body":{"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["subprograms",{"_index":3871,"title":{},"body":{"license.html":{}}}],["subroutine",{"_index":4378,"title":{},"body":{"license.html":{}}}],["subscribe",{"_index":3212,"title":{},"body":{"injectables/TransactionService.html":{}}}],["subscribe((res",{"_index":430,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"injectables/BlockSyncService.html":{},"components/CreateAccountComponent.html":{},"components/TokenDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["subscribe(async",{"_index":295,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["subscribe(this.authservice.mutablekeystore.importpublickey",{"_index":723,"title":{},"body":{"components/AppComponent.html":{}}}],["subscribers",{"_index":580,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["subsection",{"_index":4009,"title":{},"body":{"license.html":{}}}],["substantial",{"_index":4057,"title":{},"body":{"license.html":{}}}],["substantially",{"_index":3734,"title":{},"body":{"license.html":{}}}],["succeeded",{"_index":1542,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["success",{"_index":1221,"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.html":{},"interfaces/Signer.html":{},"miscellaneous/functions.html":{}}}],["successfully",{"_index":2549,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"components/TransactionDetailsComponent.html":{}}}],["such",{"_index":3685,"title":{},"body":{"license.html":{}}}],["sue",{"_index":4231,"title":{},"body":{"license.html":{}}}],["suffice",{"_index":4065,"title":{},"body":{"license.html":{}}}],["suffix",{"_index":2819,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["sugar",{"_index":2267,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["suger",{"_index":2268,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukari",{"_index":2270,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sukuma",{"_index":2275,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sum",{"_index":3520,"title":{},"body":{"miscellaneous/functions.html":{}}}],["sum.ts",{"_index":3414,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["super",{"_index":1483,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["super(message",{"_index":1480,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["superadmin",{"_index":1634,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["supplement",{"_index":4093,"title":{},"body":{"license.html":{}}}],["supplier",{"_index":2135,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["supply",{"_index":2466,"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":4015,"title":{},"body":{"license.html":{}}}],["sure",{"_index":3657,"title":{},"body":{"license.html":{}}}],["surname",{"_index":1254,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["surrender",{"_index":3681,"title":{},"body":{"license.html":{}}}],["survive",{"_index":4138,"title":{},"body":{"license.html":{}}}],["sustained",{"_index":4327,"title":{},"body":{"license.html":{}}}],["svg",{"_index":4386,"title":{},"body":{"modules.html":{}}}],["sweats",{"_index":2264,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["sweet",{"_index":2263,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["switch",{"_index":1417,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["switchwindows",{"_index":831,"title":{},"body":{"components/AuthComponent.html":{}}}],["swupdate",{"_index":685,"title":{},"body":{"components/AppComponent.html":{}}}],["symbol",{"_index":1229,"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":1098,"title":{},"body":{"injectables/BlockSyncService.html":{},"coverage.html":{}}}],["sync.service.ts:118",{"_index":1116,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:14",{"_index":1134,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:15",{"_index":1107,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:23",{"_index":1111,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:46",{"_index":1124,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:81",{"_index":1121,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:89",{"_index":1118,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync.service.ts:97",{"_index":1132,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/data",{"_index":2790,"title":{},"body":{"injectables/RegistryService.html":{}}}],["sync/data/accountregistry.json",{"_index":173,"title":{},"body":{"classes/AccountIndex.html":{},"miscellaneous/variables.html":{}}}],["sync/data/tokenuniquesymbolindex.json",{"_index":2995,"title":{},"body":{"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["sync/head.js",{"_index":1168,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["sync/ondemand.js",{"_index":1181,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["syncer",{"_index":3474,"title":{},"body":{"dependencies.html":{}}}],["system",{"_index":539,"title":{},"body":{"interfaces/Action.html":{},"interfaces/AreaName.html":{},"interfaces/AreaType.html":{},"injectables/AuthService.html":{},"interfaces/Category.html":{},"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["systematic",{"_index":3724,"title":{},"body":{"license.html":{}}}],["taa",{"_index":2450,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["table",{"_index":2395,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":3463,"title":{},"body":{"coverage.html":{}}}],["tag",{"_index":2933,"title":{},"body":{"interfaces/Staff.html":{}}}],["tags",{"_index":2934,"title":{},"body":{"interfaces/Staff.html":{}}}],["tailor",{"_index":2071,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taka",{"_index":1988,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["takaungu",{"_index":1850,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["take",{"_index":3648,"title":{},"body":{"license.html":{}}}],["talk",{"_index":859,"title":{},"body":{"components/AuthComponent.html":{}}}],["tangible",{"_index":4038,"title":{},"body":{"license.html":{}}}],["tap",{"_index":1538,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["tasia",{"_index":1779,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tassia",{"_index":1778,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["taxi",{"_index":2419,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tea",{"_index":2276,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["teacher",{"_index":1903,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technician",{"_index":2319,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["technological",{"_index":3918,"title":{},"body":{"license.html":{}}}],["tel",{"_index":51,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"miscellaneous/variables.html":{}}}],["tells",{"_index":3821,"title":{},"body":{"license.html":{}}}],["template",{"_index":202,"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":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":{}}}],["term",{"_index":3881,"title":{},"body":{"license.html":{}}}],["terminal",{"_index":4366,"title":{},"body":{"license.html":{}}}],["terminate",{"_index":4144,"title":{},"body":{"license.html":{}}}],["terminated",{"_index":4165,"title":{},"body":{"license.html":{}}}],["terminates",{"_index":4153,"title":{},"body":{"license.html":{}}}],["termination",{"_index":4141,"title":{},"body":{"license.html":{}}}],["terms",{"_index":3693,"title":{},"body":{"license.html":{}}}],["test",{"_index":552,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["test:dev",{"_index":3604,"title":{},"body":{"index.html":{}}}],["testa",{"_index":2485,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testb",{"_index":2481,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["testc",{"_index":2489,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tests",{"_index":3603,"title":{},"body":{"index.html":{}}}],["tetra",{"_index":1653,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tetrapak",{"_index":1654,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["text",{"_index":996,"title":{},"body":{"injectables/AuthService.html":{},"directives/PasswordToggleDirective.html":{},"miscellaneous/functions.html":{}}}],["then((s",{"_index":2718,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["then((sig",{"_index":2702,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["therefore",{"_index":3682,"title":{},"body":{"license.html":{}}}],["thika",{"_index":1792,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["things",{"_index":3673,"title":{},"body":{"license.html":{}}}],["third",{"_index":916,"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":439,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounts.filter((account",{"_index":445,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accountstype",{"_index":443,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.accounttypes",{"_index":431,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{}}}],["this.actions",{"_index":640,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.addresssearchform",{"_index":282,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.controls",{"_index":285,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchform.invalid",{"_index":303,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchloading",{"_index":304,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addresssearchsubmitted",{"_index":302,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.addtransaction(conversion",{"_index":3228,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.addtransaction(transaction",{"_index":3218,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.algo",{"_index":2721,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.areanames",{"_index":1262,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.authservice.getprivatekey",{"_index":866,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.getpublickeys",{"_index":711,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.gettrustedusers",{"_index":2871,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.init",{"_index":710,"title":{},"body":{"components/AppComponent.html":{},"components/AuthComponent.html":{}}}],["this.authservice.logout",{"_index":2875,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.authservice.mutablekeystore.getprivatekey",{"_index":3268,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.authservice.mutablekeystore.importpublickey(publickeys",{"_index":725,"title":{},"body":{"components/AppComponent.html":{}}}],["this.authservice.privatekey",{"_index":848,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.sessiontoken",{"_index":868,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.setkey(this.authservice.privatekey",{"_index":850,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.authservice.setkey(this.keyformstub.key.value",{"_index":855,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.blocksyncservice.blocksync",{"_index":3321,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.categories",{"_index":1259,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.cdr.detectchanges",{"_index":2612,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.contract",{"_index":181,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.contract.methods.accountindex(address).call",{"_index":191,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.accounts(i).call",{"_index":196,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.add(address).send",{"_index":189,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.addressof(id).call",{"_index":2999,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.count().call",{"_index":198,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.contract.methods.entry(serial).call",{"_index":3000,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contract.methods.entrycount().call",{"_index":3001,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["this.contractaddress",{"_index":180,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.createform",{"_index":1251,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.controls",{"_index":1265,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.createform.invalid",{"_index":1266,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.datasource",{"_index":433,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.data",{"_index":444,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.datasource.filter",{"_index":440,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.paginator",{"_index":435,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.datasource.sort",{"_index":437,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{}}}],["this.date",{"_index":2868,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.dgst",{"_index":2698,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.dialog.open(errordialogcomponent",{"_index":1369,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.engine",{"_index":2720,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.errordialogservice.opendialog",{"_index":726,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["this.errordialogservice.opendialog({message",{"_index":716,"title":{},"body":{"components/AppComponent.html":{}}}],["this.fetcher(settings",{"_index":1175,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.filegetter",{"_index":2788,"title":{},"body":{"injectables/RegistryService.html":{}}}],["this.formbuilder.group",{"_index":278,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["this.genders",{"_index":1264,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.getaccountinfo(res.body",{"_index":3214,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.getchallenge",{"_index":1040,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.getwithtoken",{"_index":1037,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.handlenetworkchange",{"_index":2609,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.haveaccount(address",{"_index":188,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.httpclient",{"_index":1530,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tokens/${symbol",{"_index":3025,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${address}/${offset}/${limit",{"_index":3205,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.ciccacheurl}/tx/${offset}/${limit",{"_index":3204,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames",{"_index":1527,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areanames/${location.tolowercase",{"_index":1528,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.httpclient.get(`${environment.cicmetaurl}/areatypes`).pipe(first",{"_index":1529,"title":{},"body":{"injectables/LocationService.html":{}}}],["this.isdialogopen",{"_index":1367,"title":{},"body":{"injectables/ErrorDialogService.html":{}}}],["this.iswarning(errortracestring",{"_index":1490,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.keyform",{"_index":846,"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.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getfingerprint",{"_index":2697,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.keystore.getprivatekey",{"_index":2711,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.keystore.gettrustedkeys",{"_index":2705,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.linkparams",{"_index":2825,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.loadevent.next(date.now",{"_index":3020,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.loading",{"_index":854,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.locationservice",{"_index":1260,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["this.logerror(error",{"_index":1484,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.logger.debug(message",{"_index":1582,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.error(message",{"_index":1586,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.fatal(message",{"_index":1587,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.info(message",{"_index":1583,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.log(message",{"_index":1584,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.trace(message",{"_index":1581,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.logger.warn(message",{"_index":1585,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.loggingservice.senderrorlevelmessage",{"_index":1081,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.senderrorlevelmessage('failed",{"_index":425,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.loggingservice.senderrorlevelmessage('login",{"_index":1038,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.loggingservice.senderrorlevelmessage('unable",{"_index":713,"title":{},"body":{"components/AppComponent.html":{}}}],["this.loggingservice.senderrorlevelmessage(e.message",{"_index":2708,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.loggingservice.senderrorlevelmessage(errormessage",{"_index":1416,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.loggingservice.senderrorlevelmessage(errortracestring",{"_index":1492,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loggingservice.sendinfolevelmessage(`loaded",{"_index":1156,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`result",{"_index":3282,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(`transaction",{"_index":3284,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.loggingservice.sendinfolevelmessage(message",{"_index":1547,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(request",{"_index":1539,"title":{},"body":{"interceptors/LoggingInterceptor.html":{}}}],["this.loggingservice.sendinfolevelmessage(res",{"_index":645,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.loggingservice.sendinfolevelmessage(this.tokens",{"_index":3055,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.loggingservice.sendwarnlevelmessage(errortracestring",{"_index":1491,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.loginresponse(o",{"_index":1036,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.loginview",{"_index":1084,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mediaquery.addeventlistener('change",{"_index":732,"title":{},"body":{"components/AppComponent.html":{}}}],["this.mutablekeystore",{"_index":984,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekey",{"_index":1095,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getprivatekeyid",{"_index":1066,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.getpublickeys().foreach((key",{"_index":1087,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(localstorage.getitem(btoa('cicada_private_key",{"_index":991,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.importprivatekey(privatekeyarmored",{"_index":1078,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isencryptedprivatekey(privatekeyarmored",{"_index":1075,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.isvalidkey(privatekeyarmored",{"_index":1069,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.mutablekeystore.loadkeyring",{"_index":985,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.name",{"_index":1482,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.namesearchform",{"_index":277,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.controls",{"_index":283,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchform.invalid",{"_index":287,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchloading",{"_index":288,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.namesearchsubmitted",{"_index":286,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.navigatedto",{"_index":2824,"title":{},"body":{"directives/RouterLinkDirectiveStub.html":{}}}],["this.nointernetconnection",{"_index":2611,"title":{},"body":{"components/NetworkStatusComponent.html":{}}}],["this.onmenuselect",{"_index":1601,"title":{},"body":{"directives/MenuSelectionDirective.html":{}}}],["this.onmenutoggle",{"_index":1607,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["this.onresize",{"_index":733,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onresize(this.mediaquery",{"_index":734,"title":{},"body":{"components/AppComponent.html":{}}}],["this.onsign",{"_index":2695,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.onsign(this.signature",{"_index":2724,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.onsign(undefined",{"_index":2726,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.onverify",{"_index":2696,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.onverify(false",{"_index":2709,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":436,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.paginator._changepagesize(this.paginator.pagesize",{"_index":447,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.phonesearchform",{"_index":280,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.controls",{"_index":284,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchform.invalid",{"_index":291,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchloading",{"_index":292,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.phonesearchsubmitted",{"_index":290,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.readystate",{"_index":1164,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystateprocessor(settings",{"_index":1158,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.readystatetarget",{"_index":1165,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.recipientbloxberglink",{"_index":3109,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.registry",{"_index":2795,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.addtoken(await",{"_index":3027,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.declaratorhelper.addtrust(environment.trusteddeclaratoraddress",{"_index":2793,"title":{},"body":{"injectables/RegistryService.html":{}}}],["this.registry.getcontractaddressbyname",{"_index":3238,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.registry.getcontractaddressbyname('tokenregistry",{"_index":3019,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registry.load",{"_index":2794,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["this.registry.onload",{"_index":3017,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.registryservice.getregistry",{"_index":1147,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.registryservice.getweb3",{"_index":1145,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TransactionService.html":{}}}],["this.renderer.listen(this.elementref.nativeelement",{"_index":1598,"title":{},"body":{"directives/MenuSelectionDirective.html":{},"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{}}}],["this.route.parammap.subscribe((params",{"_index":2952,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.router.navigate",{"_index":2807,"title":{},"body":{"guards/RoleGuard.html":{}}}],["this.router.navigate(['/auth",{"_index":920,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["this.router.navigate(['/home",{"_index":867,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.router.navigatebyurl",{"_index":298,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{}}}],["this.router.navigatebyurl('/auth').then",{"_index":1420,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.from",{"_index":3111,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.to",{"_index":3112,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/accounts/${strip0x(this.transaction.trader",{"_index":3113,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.router.navigatebyurl(`/tokens/${token.symbol",{"_index":3057,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.router.url",{"_index":1496,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sanitizer.bypasssecuritytrustresourceurl(url",{"_index":2837,"title":{},"body":{"pipes/SafePipe.html":{}}}],["this.scanfilter",{"_index":2849,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["this.senderbloxberglink",{"_index":3107,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sendinfolevelmessage('dropping",{"_index":1578,"title":{},"body":{"injectables/LoggingService.html":{}}}],["this.sendresponse(r",{"_index":1048,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sentencesforwarninglogging.foreach((whitelistsentence",{"_index":1494,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["this.sessionlogincount",{"_index":1013,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.sessiontoken",{"_index":990,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.setparammap(initialparams",{"_index":582,"title":{},"body":{"classes/ActivatedRouteStub.html":{}}}],["this.setstate('click",{"_index":1014,"title":{},"body":{"injectables/AuthService.html":{}}}],["this.signature",{"_index":2719,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["this.signeraddress",{"_index":183,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["this.snackbar.open(address",{"_index":3120,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.sort",{"_index":438,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["this.status",{"_index":1481,"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":736,"title":{},"body":{"components/AppComponent.html":{}}}],["this.swupdate.isenabled",{"_index":735,"title":{},"body":{"components/AppComponent.html":{}}}],["this.toggledisplay(divone",{"_index":873,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.toggledisplay(divtwo",{"_index":874,"title":{},"body":{"components/AuthComponent.html":{}}}],["this.togglepasswordvisibility",{"_index":2765,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["this.token",{"_index":2955,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.tokenregistry",{"_index":3018,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(0",{"_index":3028,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.entry(i",{"_index":3024,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokenregistry.totaltokens",{"_index":3021,"title":{},"body":{"injectables/TokenService.html":{}}}],["this.tokens",{"_index":3053,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice",{"_index":2953,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["this.tokenservice.gettokens",{"_index":3054,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.tokenservice.loadevent.subscribe(async",{"_index":3052,"title":{},"body":{"components/TokensComponent.html":{}}}],["this.totalaccounts",{"_index":193,"title":{},"body":{"classes/AccountIndex.html":{}}}],["this.traderbloxberglink",{"_index":3104,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction",{"_index":3328,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transaction.from",{"_index":3117,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.to",{"_index":3116,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.token.address",{"_index":3115,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction.value",{"_index":3118,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.from",{"_index":3108,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.to",{"_index":3110,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.trader",{"_index":3106,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transaction?.type",{"_index":3103,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactiondatasource",{"_index":3323,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.data",{"_index":3331,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.paginator",{"_index":3325,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactiondatasource.sort",{"_index":3326,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionlist.asobservable",{"_index":3185,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionlist.next(this.transactions",{"_index":3231,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions",{"_index":3232,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.transactions.filter",{"_index":3332,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactions.find((cachedtx",{"_index":3206,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.length",{"_index":3230,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactions.unshift(transaction",{"_index":3229,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.transactionservice",{"_index":1173,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.resettransactionslist",{"_index":1139,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["this.transactionservice.setconversion(conversion",{"_index":763,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.settransaction(transaction",{"_index":759,"title":{},"body":{"components/AppComponent.html":{}}}],["this.transactionservice.transactionssubject.subscribe((transactions",{"_index":3322,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionservice.transferrequest",{"_index":3114,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["this.transactionstype",{"_index":3330,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.transactionstypes",{"_index":3327,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["this.trustedusers",{"_index":2870,"title":{},"body":{"components/SettingsComponent.html":{}}}],["this.userservice",{"_index":427,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["this.userservice.accountssubject.subscribe((accounts",{"_index":432,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.actionssubject.subscribe((actions",{"_index":638,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.getaccountbyaddress(this.addresssearchformstub.address.value",{"_index":305,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getaccountbyphone(this.phonesearchformstub.phonenumber.value",{"_index":293,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.userservice.getactions",{"_index":637,"title":{},"body":{"components/AdminComponent.html":{}}}],["this.userservice.loadaccounts(100",{"_index":423,"title":{},"body":{"components/AccountsComponent.html":{}}}],["this.userservice.searchaccountbyname(this.namesearchformstub.name.value",{"_index":289,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["this.web3",{"_index":2786,"title":{},"body":{"injectables/RegistryService.html":{},"injectables/TransactionService.html":{}}}],["this.web3.eth.getgasprice",{"_index":3258,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransaction(result.transactionhash",{"_index":3283,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.gettransactioncount(senderaddress",{"_index":3255,"title":{},"body":{"injectables/TransactionService.html":{}}}],["this.web3.eth.sendsignedtransaction(txwire",{"_index":3281,"title":{},"body":{"injectables/TransactionService.html":{}}}],["those",{"_index":3732,"title":{},"body":{"license.html":{}}}],["though",{"_index":4096,"title":{},"body":{"license.html":{}}}],["threatened",{"_index":3742,"title":{},"body":{"license.html":{}}}],["three",{"_index":3998,"title":{},"body":{"license.html":{}}}],["threw",{"_index":1503,"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":1010,"title":{},"body":{"injectables/AuthService.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["throwerror",{"_index":1397,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throwerror(err",{"_index":1427,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["thrown",{"_index":1457,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["throws",{"_index":1067,"title":{},"body":{"injectables/AuthService.html":{}}}],["thus",{"_index":3900,"title":{},"body":{"license.html":{}}}],["timber",{"_index":2433,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["timberyard",{"_index":2434,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["time",{"_index":909,"title":{},"body":{"guards/AuthGuard.html":{},"interfaces/Conversion.html":{},"guards/RoleGuard.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"license.html":{}}}],["timestamp",{"_index":1223,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tissue",{"_index":2386,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["title",{"_index":676,"title":{},"body":{"components/AppComponent.html":{}}}],["titlecase",{"_index":1274,"title":{},"body":{"components/CreateAccountComponent.html":{}}}],["todo",{"_index":420,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"index.html":{}}}],["together",{"_index":987,"title":{},"body":{"injectables/AuthService.html":{}}}],["toggle.directive",{"_index":930,"title":{},"body":{"modules/AuthModule.html":{},"modules/SharedModule.html":{}}}],["toggle.directive.ts",{"_index":1602,"title":{},"body":{"directives/MenuToggleDirective.html":{},"directives/PasswordToggleDirective.html":{},"coverage.html":{}}}],["toggle.directive.ts:11",{"_index":2762,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:14",{"_index":1606,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:19",{"_index":2764,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggle.directive.ts:6",{"_index":1605,"title":{},"body":{"directives/MenuToggleDirective.html":{}}}],["toggle.directive.ts:8",{"_index":2763,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["toggledisplay",{"_index":832,"title":{},"body":{"components/AuthComponent.html":{}}}],["toggledisplay(element",{"_index":839,"title":{},"body":{"components/AuthComponent.html":{}}}],["togglepasswordvisibility",{"_index":2760,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tohex",{"_index":3197,"title":{},"body":{"injectables/TransactionService.html":{}}}],["toi",{"_index":1813,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toilet",{"_index":1983,"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-1.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":{},"components/TransactionsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["token.address",{"_index":2957,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.name",{"_index":2956,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.owner",{"_index":2967,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token.reserveratio",{"_index":2966,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["token.supply",{"_index":2965,"title":{},"body":{"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["token.symbol",{"_index":2582,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"components/TokenDetailsComponent.html":{},"components/TokensComponent.html":{}}}],["tokenaddress",{"_index":3181,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tokenagent",{"_index":1627,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tokendetailscomponent",{"_index":346,"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":{}}}],["tokenratio",{"_index":457,"title":{},"body":{"components/AccountsComponent.html":{},"components/TokenDetailsComponent.html":{},"pipes/TokenRatioPipe.html":{},"components/TokensComponent.html":{},"components/TransactionDetailsComponent.html":{},"components/TransactionsComponent.html":{}}}],["tokenratiopipe",{"_index":2906,"title":{"pipes/TokenRatioPipe.html":{}},"body":{"modules/SharedModule.html":{},"pipes/TokenRatioPipe.html":{},"coverage.html":{},"overview.html":{}}}],["tokenregistry",{"_index":2974,"title":{"classes/TokenRegistry.html":{}},"body":{"classes/TokenRegistry.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"coverage.html":{}}}],["tokens",{"_index":1219,"title":{},"body":{"interfaces/Conversion.html":{},"interceptors/MockBackendInterceptor.html":{},"modules/PagesRoutingModule.html":{},"components/SidebarComponent.html":{},"components/TokenDetailsComponent.html":{},"classes/TokenRegistry.html":{},"components/TokensComponent.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{},"miscellaneous/variables.html":{}}}],["tokens'},{'name",{"_index":348,"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":3037,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.component.scss",{"_index":3036,"title":{},"body":{"components/TokensComponent.html":{}}}],["tokens.find((token",{"_index":2581,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["tokenscomponent",{"_index":347,"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":2949,"title":{"injectables/TokenService.html":{}},"body":{"components/TokenDetailsComponent.html":{},"injectables/TokenService.html":{},"components/TokensComponent.html":{},"coverage.html":{}}}],["tokenservicestub",{"_index":3030,"title":{"classes/TokenServiceStub.html":{}},"body":{"classes/TokenServiceStub.html":{},"coverage.html":{}}}],["tokensmodule",{"_index":3059,"title":{"modules/TokensModule.html":{}},"body":{"modules/TokensModule.html":{},"modules.html":{},"overview.html":{}}}],["tokensroutingmodule",{"_index":3063,"title":{"modules/TokensRoutingModule.html":{}},"body":{"modules/TokensModule.html":{},"modules/TokensRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["tom",{"_index":1629,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["tomato",{"_index":2192,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tomatoes",{"_index":2193,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["toolbox",{"_index":2877,"title":{},"body":{"components/SettingsComponent.html":{}}}],["tools",{"_index":3864,"title":{},"body":{"license.html":{}}}],["topbar",{"_index":1437,"title":{},"body":{"components/FooterStubComponent.html":{},"components/SidebarStubComponent.html":{},"components/TopbarComponent.html":{},"components/TopbarStubComponent.html":{}}}],["topbar'},{'name",{"_index":350,"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":3076,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbar.component.scss",{"_index":3075,"title":{},"body":{"components/TopbarComponent.html":{}}}],["topbarcomponent",{"_index":349,"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":351,"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":2978,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["tour",{"_index":2412,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tout",{"_index":2101,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tovalue",{"_index":1208,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"injectables/TransactionService.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["tovalue(value",{"_index":3264,"title":{},"body":{"injectables/TransactionService.html":{}}}],["town",{"_index":1821,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trace",{"_index":1466,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["trace|debug|info|log|warn|error|fatal|off",{"_index":1577,"title":{},"body":{"injectables/LoggingService.html":{}}}],["tracks",{"_index":1297,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{}}}],["trade",{"_index":2126,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["trademark",{"_index":4122,"title":{},"body":{"license.html":{}}}],["trademarks",{"_index":4123,"title":{},"body":{"license.html":{}}}],["trader",{"_index":1209,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"components/TransactionDetailsComponent.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["traderbloxberglink",{"_index":3083,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["trading",{"_index":2960,"title":{},"body":{"components/TokenDetailsComponent.html":{}}}],["trainer",{"_index":1945,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["transacted",{"_index":1220,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["transaction",{"_index":353,"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":3148,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.name",{"_index":3149,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.destinationtoken.symbol",{"_index":3150,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.from",{"_index":3127,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.fromvalue",{"_index":3146,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.recipient",{"_index":3216,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.recipient?.vcard.fn[0].value",{"_index":3129,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sender",{"_index":3213,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transaction.sender?.vcard.fn[0].value",{"_index":3126,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.address",{"_index":3143,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.name",{"_index":3144,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.sourcetoken.symbol",{"_index":3145,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.to",{"_index":3130,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.token._address",{"_index":3133,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tovalue",{"_index":3151,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.trader",{"_index":3142,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.block",{"_index":3134,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.success",{"_index":3137,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.timestamp",{"_index":3138,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.tx.txhash",{"_index":3136,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction.tx.txindex",{"_index":3135,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["transaction.type",{"_index":3209,"title":{},"body":{"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{}}}],["transaction.value",{"_index":3132,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"injectables/TransactionService.html":{}}}],["transaction?.recipient?.vcard.fn[0].value",{"_index":3337,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.sender?.vcard.fn[0].value",{"_index":3336,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tovalue",{"_index":3339,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.tx.timestamp",{"_index":3340,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.type",{"_index":3341,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transaction?.value",{"_index":3338,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondatasource",{"_index":3296,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiondetailscomponent",{"_index":352,"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":3297,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionhelper",{"_index":1135,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionhelper(settings.w3.engine",{"_index":1149,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionlist",{"_index":3153,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactions",{"_index":355,"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":3295,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactions.component.scss",{"_index":3294,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionscomponent",{"_index":354,"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":3285,"title":{"classes/TransactionServiceStub.html":{}},"body":{"classes/TransactionServiceStub.html":{},"coverage.html":{}}}],["transactionsinfo",{"_index":1115,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.filter_rounds",{"_index":1203,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.high",{"_index":1202,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsinfo.low",{"_index":1201,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["transactionsmodule",{"_index":471,"title":{"modules/TransactionsModule.html":{}},"body":{"modules/AccountsModule.html":{},"modules/TransactionsModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionsroutingmodule",{"_index":3346,"title":{"modules/TransactionsRoutingModule.html":{}},"body":{"modules/TransactionsModule.html":{},"modules/TransactionsRoutingModule.html":{},"modules.html":{},"overview.html":{}}}],["transactionssubject",{"_index":3154,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transactionstype",{"_index":3298,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactionstypes",{"_index":3299,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontype",{"_index":3335,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transactiontypes",{"_index":2493,"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":3237,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferauthorization",{"_index":3239,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferred",{"_index":4071,"title":{},"body":{"license.html":{}}}],["transferrequest",{"_index":3163,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferrequest(tokenaddress",{"_index":3177,"title":{},"body":{"injectables/TransactionService.html":{}}}],["transferring",{"_index":4186,"title":{},"body":{"license.html":{}}}],["transfers",{"_index":3334,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["transform",{"_index":2830,"title":{},"body":{"pipes/SafePipe.html":{},"pipes/TokenRatioPipe.html":{}}}],["transform(url",{"_index":2831,"title":{},"body":{"pipes/SafePipe.html":{}}}],["transform(value",{"_index":2970,"title":{},"body":{"pipes/TokenRatioPipe.html":{}}}],["transition",{"_index":615,"title":{},"body":{"components/AdminComponent.html":{}}}],["transition('expanded",{"_index":629,"title":{},"body":{"components/AdminComponent.html":{}}}],["transmission",{"_index":4027,"title":{},"body":{"license.html":{}}}],["transport",{"_index":2401,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["transpoter",{"_index":2428,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trash",{"_index":1996,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["trasportion",{"_index":2423,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["travel",{"_index":2413,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["traverse",{"_index":910,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["treated",{"_index":4095,"title":{},"body":{"license.html":{}}}],["treaty",{"_index":3925,"title":{},"body":{"license.html":{}}}],["tree",{"_index":205,"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":{},"directives/MenuToggleDirective.html":{}}}],["trigger('detailexpand",{"_index":620,"title":{},"body":{"components/AdminComponent.html":{}}}],["triggered",{"_index":2674,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["true",{"_index":138,"title":{},"body":{"classes/AccountIndex.html":{},"components/AccountSearchComponent.html":{},"modules/AppModule.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.html":{},"interfaces/Signer.html":{},"classes/UserServiceStub.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["trusted",{"_index":714,"title":{},"body":{"components/AppComponent.html":{},"components/SettingsComponent.html":{}}}],["trusteddeclaratoraddress",{"_index":4423,"title":{},"body":{"miscellaneous/variables.html":{}}}],["trustedusers",{"_index":1086,"title":{},"body":{"injectables/AuthService.html":{},"components/SettingsComponent.html":{}}}],["trustedusers.push(key.users[0].userid",{"_index":1088,"title":{},"body":{"injectables/AuthService.html":{}}}],["try",{"_index":419,"title":{},"body":{"components/AccountsComponent.html":{},"components/AppComponent.html":{},"injectables/AuthService.html":{},"injectables/TransactionService.html":{}}}],["ts",{"_index":2769,"title":{},"body":{"directives/PasswordToggleDirective.html":{}}}],["tslib",{"_index":3504,"title":{},"body":{"dependencies.html":{}}}],["tslint:disable",{"_index":1161,"title":{},"body":{"injectables/BlockSyncService.html":{},"directives/RouterLinkDirectiveStub.html":{}}}],["tsta",{"_index":2486,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstb",{"_index":2482,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tstc",{"_index":2490,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tudor",{"_index":1832,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuition",{"_index":1939,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tuktuk",{"_index":2418,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tution",{"_index":1938,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["tv",{"_index":2102,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["two",{"_index":2883,"title":{},"body":{"components/SettingsComponent.html":{},"license.html":{}}}],["tx",{"_index":1119,"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":3253,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.data",{"_index":3265,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gaslimit",{"_index":3259,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.gasprice",{"_index":3256,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.message",{"_index":3267,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.nonce",{"_index":3254,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.setsignature(r",{"_index":3278,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.to",{"_index":3261,"title":{},"body":{"injectables/TransactionService.html":{}}}],["tx.value",{"_index":3263,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txhash",{"_index":1226,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txhelper",{"_index":2840,"title":{},"body":{"classes/Settings.html":{},"interfaces/W3.html":{}}}],["txindex",{"_index":1227,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["txmsg",{"_index":3266,"title":{},"body":{"injectables/TransactionService.html":{}}}],["txtoken",{"_index":1210,"title":{"interfaces/TxToken.html":{}},"body":{"interfaces/Conversion.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{},"coverage.html":{}}}],["txwire",{"_index":3279,"title":{},"body":{"injectables/TransactionService.html":{}}}],["typ",{"_index":53,"title":{},"body":{"interfaces/AccountDetails.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.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":{},"classes/UserServiceStub.html":{},"interfaces/W3.html":{},"coverage.html":{},"miscellaneous/functions.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["typed",{"_index":1390,"title":{},"body":{"interceptors/ErrorInterceptor.html":{},"interceptors/HttpConfigInterceptor.html":{},"interceptors/LoggingInterceptor.html":{},"interceptors/MockBackendInterceptor.html":{}}}],["typeerror",{"_index":1499,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["types",{"_index":1455,"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":4051,"title":{},"body":{"license.html":{}}}],["uchumi",{"_index":1789,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuuzi",{"_index":2280,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uchuzi",{"_index":2279,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ug",{"_index":2648,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugali",{"_index":2278,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uganda",{"_index":2649,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["ugoro",{"_index":2269,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uint256",{"_index":3250,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uint8array",{"_index":1129,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blockfilterbinstr.length",{"_index":1189,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["uint8array(blocktxfilterbinstr.length",{"_index":1197,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["ujenzi",{"_index":2128,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uji",{"_index":2277,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukulima",{"_index":2008,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ukunda",{"_index":1751,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umena",{"_index":2202,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["umoja",{"_index":1791,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unable",{"_index":1053,"title":{},"body":{"injectables/AuthService.html":{}}}],["unacceptable",{"_index":3729,"title":{},"body":{"license.html":{}}}],["unapproved",{"_index":642,"title":{},"body":{"components/AdminComponent.html":{},"classes/UserServiceStub.html":{}}}],["unauthorized",{"_index":1419,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["undefined",{"_index":297,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"injectables/AuthService.html":{},"classes/Settings.html":{},"interfaces/W3.html":{}}}],["under",{"_index":3772,"title":{},"body":{"license.html":{}}}],["unga",{"_index":2260,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uniform",{"_index":2388,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unique",{"_index":1228,"title":{},"body":{"interfaces/Conversion.html":{},"interfaces/Token.html":{},"interfaces/Transaction.html":{},"interfaces/Tx.html":{},"interfaces/TxToken.html":{}}}],["unit",{"_index":3602,"title":{},"body":{"index.html":{}}}],["united",{"_index":2642,"title":{},"body":{"components/OrganizationComponent.html":{}}}],["university",{"_index":1913,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["unknown",{"_index":1895,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"pipes/SafePipe.html":{},"miscellaneous/variables.html":{}}}],["unless",{"_index":4059,"title":{},"body":{"license.html":{}}}],["unlimited",{"_index":3887,"title":{},"body":{"license.html":{}}}],["unmodified",{"_index":3789,"title":{},"body":{"license.html":{}}}],["unnecessary",{"_index":3912,"title":{},"body":{"license.html":{}}}],["unpacking",{"_index":4091,"title":{},"body":{"license.html":{}}}],["unsuccessful",{"_index":1408,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["until",{"_index":4152,"title":{},"body":{"license.html":{}}}],["update",{"_index":2881,"title":{},"body":{"components/SettingsComponent.html":{}}}],["updates",{"_index":4080,"title":{},"body":{"license.html":{}}}],["uploaded",{"_index":902,"title":{},"body":{"guards/AuthGuard.html":{}}}],["uppercase",{"_index":450,"title":{},"body":{"components/AccountsComponent.html":{},"components/CreateAccountComponent.html":{},"components/TransactionsComponent.html":{}}}],["urban",{"_index":1897,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["url",{"_index":894,"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":912,"title":{},"body":{"guards/AuthGuard.html":{},"guards/RoleGuard.html":{}}}],["usafi",{"_index":1993,"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":810,"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":4360,"title":{},"body":{"license.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":{},"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-1.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-1.html":{},"miscellaneous/variables.html":{}}}],["user.email",{"_index":2887,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.name",{"_index":2886,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user.tokey(conversion.trader",{"_index":3225,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.from",{"_index":3211,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.tokey(transaction.to",{"_index":3215,"title":{},"body":{"injectables/TransactionService.html":{}}}],["user.userid",{"_index":2888,"title":{},"body":{"components/SettingsComponent.html":{}}}],["user?.balance",{"_index":456,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.date_registered",{"_index":454,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.location.area_name",{"_index":458,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.fn[0].value",{"_index":452,"title":{},"body":{"components/AccountsComponent.html":{}}}],["user?.vcard.tel[0].value",{"_index":453,"title":{},"body":{"components/AccountsComponent.html":{}}}],["userid",{"_index":2862,"title":{},"body":{"components/SettingsComponent.html":{},"interfaces/Staff.html":{}}}],["userinfo",{"_index":3155,"title":{},"body":{"injectables/TransactionService.html":{}}}],["userkey",{"_index":3392,"title":{},"body":{"classes/UserServiceStub.html":{}}}],["username",{"_index":2879,"title":{},"body":{"components/SettingsComponent.html":{}}}],["users",{"_index":2874,"title":{},"body":{"components/SettingsComponent.html":{},"classes/UserServiceStub.html":{},"index.html":{},"license.html":{}}}],["userservice",{"_index":241,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/CreateAccountComponent.html":{},"injectables/TransactionService.html":{},"components/TransactionsComponent.html":{},"coverage.html":{}}}],["userservicestub",{"_index":3352,"title":{"classes/UserServiceStub.html":{}},"body":{"classes/UserServiceStub.html":{},"coverage.html":{}}}],["uses",{"_index":4054,"title":{},"body":{"license.html":{}}}],["using",{"_index":2686,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{},"license.html":{}}}],["ustadh",{"_index":1962,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ustadhi",{"_index":1963,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utencils",{"_index":2391,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utensils",{"_index":2392,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["utils",{"_index":3193,"title":{},"body":{"injectables/TransactionService.html":{}}}],["utils.abicoder",{"_index":3248,"title":{},"body":{"injectables/TransactionService.html":{}}}],["uto",{"_index":2375,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uvuvi",{"_index":2068,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["uyoma",{"_index":1870,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["v",{"_index":1191,"title":{},"body":{"injectables/BlockSyncService.html":{},"injectables/TokenService.html":{},"injectables/TransactionService.html":{}}}],["v[i",{"_index":1192,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["valid",{"_index":98,"title":{},"body":{"classes/AccountIndex.html":{},"classes/CustomValidator.html":{},"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":3557,"title":{},"body":{"miscellaneous/functions.html":{}}}],["validation",{"_index":1298,"title":{},"body":{"classes/CustomErrorStateMatcher.html":{},"classes/CustomValidator.html":{}}}],["validation.ts",{"_index":3429,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["validationerrors",{"_index":1324,"title":{},"body":{"classes/CustomValidator.html":{}}}],["validator",{"_index":3483,"title":{},"body":{"dependencies.html":{}}}],["validators",{"_index":269,"title":{},"body":{"components/AccountSearchComponent.html":{},"components/AuthComponent.html":{},"components/CreateAccountComponent.html":{},"components/OrganizationComponent.html":{}}}],["validators.required",{"_index":279,"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":{},"injectables/GlobalErrorHandler.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-1.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":441,"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":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":{},"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":3409,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":3589,"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-1.html":{},"injectables/TransactionService.html":{},"classes/UserServiceStub.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"miscellaneous/variables.html":{}}}],["vcard.parse(atob(accountinfo.vcard",{"_index":3236,"title":{},"body":{"injectables/TransactionService.html":{}}}],["vcards",{"_index":3506,"title":{},"body":{"dependencies.html":{}}}],["vcardvalidation",{"_index":3431,"title":{},"body":{"coverage.html":{},"miscellaneous/functions.html":{}}}],["vcardvalidation(vcard",{"_index":3561,"title":{},"body":{"miscellaneous/functions.html":{}}}],["vegetable",{"_index":2256,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vendor",{"_index":1626,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["verbatim",{"_index":3638,"title":{},"body":{"license.html":{}}}],["verification",{"_index":2676,"title":{},"body":{"classes/PGPSigner.html":{},"components/SettingsComponent.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["verify",{"_index":2663,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["verify(digest",{"_index":2687,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["verifying",{"_index":2655,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.html":{},"interfaces/Signer.html":{}}}],["version",{"_index":54,"title":{},"body":{"interfaces/AccountDetails.html":{},"components/AppComponent.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{},"index.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["versions",{"_index":3654,"title":{},"body":{"license.html":{}}}],["vet",{"_index":2323,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["veterinary",{"_index":2322,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["via",{"_index":3547,"title":{},"body":{"miscellaneous/functions.html":{},"index.html":{}}}],["viatu",{"_index":2121,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viazi",{"_index":2281,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vidziweni",{"_index":1749,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["view",{"_index":3128,"title":{},"body":{"components/TransactionDetailsComponent.html":{},"license.html":{}}}],["view_in_ar",{"_index":309,"title":{},"body":{"components/AccountSearchComponent.html":{}}}],["viewaccount",{"_index":381,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewaccount(account",{"_index":391,"title":{},"body":{"components/AccountsComponent.html":{}}}],["viewchild",{"_index":411,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matpaginator",{"_index":407,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewchild(matsort",{"_index":410,"title":{},"body":{"components/AccountsComponent.html":{},"components/AdminComponent.html":{},"components/SettingsComponent.html":{},"components/TokensComponent.html":{},"components/TransactionsComponent.html":{}}}],["viewrecipient",{"_index":3086,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["views",{"_index":893,"title":{},"body":{"guards/AuthGuard.html":{},"interceptors/ErrorInterceptor.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"guards/RoleGuard.html":{}}}],["viewsender",{"_index":3087,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtoken",{"_index":3039,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtoken(token",{"_index":3045,"title":{},"body":{"components/TokensComponent.html":{}}}],["viewtrader",{"_index":3088,"title":{},"body":{"components/TransactionDetailsComponent.html":{}}}],["viewtransaction",{"_index":3302,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["viewtransaction(transaction",{"_index":3310,"title":{},"body":{"components/TransactionsComponent.html":{}}}],["vigungani",{"_index":1748,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vijana",{"_index":1946,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikapu",{"_index":2387,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikinduni",{"_index":1736,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vikolani",{"_index":1737,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["village",{"_index":1975,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vinyunduni",{"_index":1750,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["viogato",{"_index":1739,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["violates",{"_index":4086,"title":{},"body":{"license.html":{}}}],["violation",{"_index":4148,"title":{},"body":{"license.html":{}}}],["visibility",{"_index":625,"title":{},"body":{"components/AdminComponent.html":{}}}],["visible",{"_index":628,"title":{},"body":{"components/AdminComponent.html":{},"license.html":{}}}],["vistangani",{"_index":1741,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitabu",{"_index":1954,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitangani",{"_index":1738,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitenge",{"_index":2390,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vitungu",{"_index":2234,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vivian",{"_index":1638,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"classes/UserServiceStub.html":{},"miscellaneous/variables.html":{}}}],["void",{"_index":245,"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.html":{},"interfaces/Signer.html":{},"components/TokenDetailsComponent.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":3977,"title":{},"body":{"license.html":{}}}],["volunteer",{"_index":1926,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vsla",{"_index":2330,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyogato",{"_index":1740,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["vyombo",{"_index":2400,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["w",{"_index":1180,"title":{},"body":{"injectables/BlockSyncService.html":{},"license.html":{}}}],["w.onmessage",{"_index":1182,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w.postmessage",{"_index":1183,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["w3",{"_index":2841,"title":{"interfaces/W3.html":{}},"body":{"classes/Settings.html":{},"interfaces/W3.html":{},"coverage.html":{}}}],["w3_provider",{"_index":1172,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["waiter",{"_index":2119,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waitress",{"_index":2120,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waive",{"_index":3933,"title":{},"body":{"license.html":{}}}],["waiver",{"_index":4340,"title":{},"body":{"license.html":{}}}],["wakulima",{"_index":2009,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["want",{"_index":3670,"title":{},"body":{"license.html":{}}}],["ward",{"_index":1976,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["warning",{"_index":1462,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warnings",{"_index":1475,"title":{},"body":{"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{}}}],["warranties",{"_index":3822,"title":{},"body":{"license.html":{}}}],["warranty",{"_index":3706,"title":{},"body":{"license.html":{}}}],["wash",{"_index":2025,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["washing",{"_index":2113,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["waste",{"_index":1987,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchlady",{"_index":2129,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["watchman",{"_index":2118,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["water",{"_index":2294,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["way",{"_index":3661,"title":{},"body":{"license.html":{}}}],["ways",{"_index":3988,"title":{},"body":{"license.html":{}}}],["web",{"_index":3564,"title":{},"body":{"index.html":{}}}],["web3",{"_index":165,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/Settings.html":{},"classes/TokenRegistry.html":{},"injectables/TransactionService.html":{},"interfaces/W3.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/variables.html":{}}}],["web3(environment.web3provider",{"_index":177,"title":{},"body":{"classes/AccountIndex.html":{},"injectables/RegistryService.html":{},"classes/TokenRegistry.html":{},"miscellaneous/variables.html":{}}}],["web3.eth.abi.encodeparameter('bytes32",{"_index":2997,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3.eth.accounts[0",{"_index":184,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.eth.contract(abi",{"_index":182,"title":{},"body":{"classes/AccountIndex.html":{},"classes/TokenRegistry.html":{}}}],["web3.utils.tohex(identifier",{"_index":2998,"title":{},"body":{"classes/TokenRegistry.html":{}}}],["web3provider",{"_index":4416,"title":{},"body":{"miscellaneous/variables.html":{}}}],["weight",{"_index":2473,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"interfaces/Token.html":{},"components/TokenDetailsComponent.html":{},"miscellaneous/variables.html":{}}}],["welcome",{"_index":4370,"title":{},"body":{"license.html":{}}}],["welder",{"_index":2115,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["welding",{"_index":2116,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["well",{"_index":3806,"title":{},"body":{"license.html":{}}}],["went",{"_index":1412,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["west",{"_index":1755,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whatever",{"_index":4190,"title":{},"body":{"license.html":{}}}],["wheadsync",{"_index":1166,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.onmessage",{"_index":1169,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["wheadsync.postmessage",{"_index":1171,"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":3842,"title":{},"body":{"license.html":{}}}],["wholesaler",{"_index":2383,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["whose",{"_index":4034,"title":{},"body":{"license.html":{}}}],["widely",{"_index":3838,"title":{},"body":{"license.html":{}}}],["width",{"_index":658,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"injectables/ErrorDialogService.html":{},"directives/MenuSelectionDirective.html":{}}}],["window",{"_index":3854,"title":{},"body":{"license.html":{}}}],["window.atob(transactionsinfo.block_filter",{"_index":1187,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.atob(transactionsinfo.blocktx_filter",{"_index":1195,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newconversionevent(transaction",{"_index":1153,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.dispatchevent(this.newtransferevent(transaction",{"_index":1151,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["window.getcomputedstyle(element).display",{"_index":875,"title":{},"body":{"components/AuthComponent.html":{}}}],["window.location.reload",{"_index":738,"title":{},"body":{"components/AppComponent.html":{},"injectables/AuthService.html":{}}}],["window.location.search.substring(1",{"_index":999,"title":{},"body":{"injectables/AuthService.html":{}}}],["window.matchmedia('(max",{"_index":699,"title":{},"body":{"components/AppComponent.html":{},"directives/MenuSelectionDirective.html":{}}}],["window.prompt('password",{"_index":2713,"title":{},"body":{"classes/PGPSigner.html":{},"interfaces/Signable.html":{},"interfaces/Signature.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":2284,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wipo",{"_index":3924,"title":{},"body":{"license.html":{}}}],["wish",{"_index":3668,"title":{},"body":{"license.html":{}}}],["within",{"_index":4133,"title":{},"body":{"license.html":{}}}],["without",{"_index":3792,"title":{},"body":{"license.html":{}}}],["wood",{"_index":2448,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["work",{"_index":2134,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["work's",{"_index":3863,"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":1167,"title":{},"body":{"injectables/BlockSyncService.html":{}}}],["worker.js",{"_index":806,"title":{},"body":{"modules/AppModule.html":{}}}],["working",{"_index":2117,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"license.html":{},"miscellaneous/variables.html":{}}}],["works",{"_index":3644,"title":{},"body":{"license.html":{}}}],["world",{"_index":3291,"title":{},"body":{"classes/TransactionServiceStub.html":{}}}],["world!'",{"_index":3528,"title":{},"body":{"miscellaneous/functions.html":{}}}],["worldwide",{"_index":4220,"title":{},"body":{"license.html":{}}}],["wote",{"_index":1890,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["wrap",{"_index":2499,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{}}}],["write",{"_index":69,"title":{},"body":{"interfaces/AccountDetails.html":{},"injectables/GlobalErrorHandler.html":{},"classes/HttpError.html":{},"interfaces/Meta.html":{},"interfaces/MetaResponse.html":{},"interfaces/Signature-1.html":{}}}],["writing",{"_index":4302,"title":{},"body":{"license.html":{}}}],["written",{"_index":3997,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":1413,"title":{},"body":{"interceptors/ErrorInterceptor.html":{}}}],["ws.dev.grassrootseconomics.net",{"_index":4418,"title":{},"body":{"miscellaneous/variables.html":{}}}],["wss://bloxberg",{"_index":4417,"title":{},"body":{"miscellaneous/variables.html":{}}}],["xhr",{"_index":993,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.addeventlistener('load",{"_index":1007,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.getresponseheader('token",{"_index":1027,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.getresponseheader('www",{"_index":1033,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.onload",{"_index":1031,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.open('get",{"_index":997,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.responsetype",{"_index":995,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.send",{"_index":1016,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('authorization",{"_index":1000,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('content",{"_index":1002,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.setrequestheader('x",{"_index":1004,"title":{},"body":{"injectables/AuthService.html":{}}}],["xhr.status",{"_index":1008,"title":{},"body":{"injectables/AuthService.html":{}}}],["xmlhttprequest",{"_index":994,"title":{},"body":{"injectables/AuthService.html":{}}}],["yapha",{"_index":1742,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yava",{"_index":1743,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["years",{"_index":3999,"title":{},"body":{"license.html":{}}}],["yes",{"_index":121,"title":{},"body":{"classes/AccountIndex.html":{},"classes/ActivatedRouteStub.html":{},"classes/TokenRegistry.html":{}}}],["yoga",{"_index":2122,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yoghurt",{"_index":2282,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yogurt",{"_index":2283,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yourself",{"_index":4238,"title":{},"body":{"license.html":{}}}],["youth",{"_index":1947,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["yowani",{"_index":1744,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["ziwani",{"_index":1745,"title":{},"body":{"interceptors/MockBackendInterceptor.html":{},"miscellaneous/variables.html":{}}}],["zone.js",{"_index":3510,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":472,"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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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:25\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:21\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:23\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:25\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:57\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:78\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:95\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:121\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 { environment } from '@src/environments/environment';\n\n/** Fetch the account registry contract's ABI. */\nconst abi: Array = require('@src/assets/js/block-sync/data/AccountRegistry.json');\n/** Establish a connection to the blockchain network. */\nconst web3: Web3 = new Web3(environment.web3Provider);\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.accountIndex(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 - 1;\n if (lowest = [];\n for (let i = count - 1; i > lowest; i--) {\n const account: string = await this.contract.methods.accounts(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.count().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 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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\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 : void\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: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 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:55\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:65\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:45\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:48\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:51\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 ngOnInit(): void {\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 \n Accounts\n \n \n \n \n \n \n Search \n \n Phone Number is required.\n phone\n Phone Number\n \n SEARCH \n \n \n \n \n \n Search \n \n Account Address is required.\n view_in_ar\n Account Address\n \n SEARCH \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 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:59\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:88\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:69\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/accounts/accounts.component.ts:50\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 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: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 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:63\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 (async () => {\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 })();\n this.userService\n .getAccountTypes()\n .pipe(first())\n .subscribe((res) => (this.accountTypes = res));\n }\n\n ngOnInit(): void {\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 }\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 \n Accounts\n \n \n \n \n ACCOUNT TYPE \n \n ALL\n \n {{accountType | uppercase}}\n \n \n \n SEARCH \n EXPORT \n \n\n \n Filter \n \n search\n \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 | date}} \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 | date}} 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_declarations\n\n\n\ncluster_AccountsModule_imports\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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 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: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 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: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 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:64\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: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 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:79\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:75\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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:43\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 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 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 ngOnInit(): void {}\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 EXPORT \n \n \n \n\n \n Filter \n \n search\n \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 {{approvalStatus(action.approval)}} \n {{approvalStatus(action.approval)}} \n \n \n\n \n APPROVE \n \n Approve \n Disapprove \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 \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_declarations\n\n\n\ncluster_AdminModule_imports\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 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:93\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:87\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/app.component.ts:51\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 onResize\n \n \n \n \n \n \n \nonResize(e)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:62\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 (async () => {\n try {\n await this.authService.init();\n // this.authService.getPublicKeys()\n // .pipe(catchError(async (error) => {\n // this.loggingService.sendErrorLevelMessage('Unable to load trusted public keys.', this, {error});\n // this.errorDialogService.openDialog({message: 'Trusted keys endpoint can\\'t be reached. Please try again later.'});\n // })).subscribe(this.authService.mutableKeyStore.importPublicKey);\n const publicKeys = await this.authService.getPublicKeys();\n await this.authService.mutableKeyStore.importPublicKey(publicKeys);\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 })();\n this.mediaQuery.addEventListener('change', this.onResize);\n this.onResize(this.mediaQuery);\n }\n\n ngOnInit(): void {\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 \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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 }),\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 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)\n \n \n \n \n Defined in src/app/auth/auth.component.ts:17\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 \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 login\n \n \n \n \n \n \n \nlogin()\n \n \n\n\n \n \n Defined in src/app/auth/auth.component.ts:52\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/auth/auth.component.ts:25\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:40\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:63\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:71\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:14\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:16\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:17\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:15\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:36\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 { 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 ) {}\n\n async ngOnInit(): Promise {\n this.keyForm = this.formBuilder.group({\n key: ['', Validators.required],\n });\n await this.authService.init();\n // if (this.authService.privateKey !== undefined) {\n // const setKey = await this.authService.setKey(this.authService.privateKey);\n // }\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 login(): void {\n // TODO check if we have privatekey\n // Send us to home if we have a private key\n // talk to meta somehow\n // in the error interceptor if 401/403 handle it\n // if 200 go /home\n if (this.authService.getPrivateKey()) {\n this.router.navigate(['/home']);\n }\n }\n\n switchWindows(): void {\n this.authService.sessionToken = undefined;\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 CICADA\n \n \n \n\n \n Add Private Key\n \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 \n Login \n \n\n \n \n Change private key? Enter private key\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\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 \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';\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 ],\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 sessionLoginCount\n \n \n sessionToken\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getChallenge\n \n \n getPrivateKey\n \n \n Async\n getPublicKeys\n \n \n getTrustedUsers\n \n \n getWithToken\n \n \n Async\n init\n \n \n login\n \n \n Async\n loginResponse\n \n \n loginView\n \n \n logout\n \n \n sendResponse\n \n \n Async\n setKey\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:17\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 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 : void\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:210\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:200\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 getTrustedUsers\n \n \n \n \n \n \n \ngetTrustedUsers()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:194\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 getWithToken\n \n \n \n \n \n \n \ngetWithToken()\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 Returns : void\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:27\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 login\n \n \n \n \n \n \n \nlogin()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:98\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n Async\n loginResponse\n \n \n \n \n \n \n \n \n loginResponse(o: literal type)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:116\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n o\n \n literal type\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 loginView\n \n \n \n \n \n \n \nloginView()\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:150\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:188\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 sendResponse\n \n \n \n \n \n \n \nsendResponse(hobaResponseEncoded: any)\n \n \n\n\n \n \n Defined in src/app/_services/auth.service.ts:61\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:160\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 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:38\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 sessionLoginCount\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/auth.service.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n sessionToken\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/_services/auth.service.ts:15\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 } from '@app/_helpers/global-error-handler';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class AuthService {\n sessionToken: any;\n sessionLoginCount: number = 0;\n mutableKeyStore: MutableKeyStore;\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 // TODO setting these together should be atomic\n if (sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'))) {\n this.sessionToken = sessionStorage.getItem(btoa('CICADA_SESSION_TOKEN'));\n }\n if (localStorage.getItem(btoa('CICADA_PRIVATE_KEY'))) {\n await this.mutableKeyStore.importPrivateKey(localStorage.getItem(btoa('CICADA_PRIVATE_KEY')));\n }\n }\n\n setState(s): void {\n document.getElementById('state').innerHTML = s;\n }\n\n getWithToken(): void {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'text';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.setRequestHeader('Authorization', 'Bearer ' + this.sessionToken);\n xhr.setRequestHeader('Content-Type', 'application/json');\n xhr.setRequestHeader('x-cic-automerge', 'none');\n xhr.addEventListener('load', (e) => {\n if (xhr.status === 401) {\n throw new Error('login rejected');\n }\n this.sessionLoginCount++;\n this.setState('Click button to log in');\n return;\n });\n xhr.send();\n }\n\n // TODO rename to send signed challenge and set session. Also separate these responsibilities\n sendResponse(hobaResponseEncoded: any): Promise {\n return new Promise((resolve, reject) => {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'text';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.setRequestHeader('Authorization', 'HOBA ' + hobaResponseEncoded);\n xhr.setRequestHeader('Content-Type', 'application/json');\n xhr.setRequestHeader('x-cic-automerge', 'none');\n xhr.addEventListener('load', (e) => {\n if (xhr.status !== 200) {\n const error = new HttpError(xhr.statusText, xhr.status);\n return reject(error);\n }\n this.sessionToken = xhr.getResponseHeader('Token');\n sessionStorage.setItem(btoa('CICADA_SESSION_TOKEN'), this.sessionToken);\n this.sessionLoginCount++;\n this.setState('Click button to log in');\n return resolve(true);\n });\n xhr.send();\n });\n }\n\n getChallenge(): void {\n const xhr: XMLHttpRequest = new XMLHttpRequest();\n xhr.responseType = 'arraybuffer';\n xhr.open('GET', environment.cicMetaUrl + window.location.search.substring(1));\n xhr.onload = async (e) => {\n if (xhr.status === 401) {\n const authHeader = xhr.getResponseHeader('WWW-Authenticate');\n const o = hobaParseChallengeHeader(authHeader);\n this.loginResponse(o);\n }\n };\n xhr.send();\n }\n\n login(): boolean {\n if (this.sessionToken !== undefined) {\n try {\n this.getWithToken();\n return true;\n } catch (e) {\n this.loggingService.sendErrorLevelMessage('Login token failed', this, { error: e });\n }\n } else {\n try {\n this.getChallenge();\n } catch (e) {\n this.loggingService.sendErrorLevelMessage('Login challenge failed', this, { error: e });\n }\n }\n return false;\n }\n\n async loginResponse(o: { challenge: string; realm: any }): Promise {\n return new Promise(async (resolve, reject) => {\n try {\n const r = await signChallenge(\n o.challenge,\n o.realm,\n environment.cicMetaUrl,\n this.mutableKeyStore\n );\n const sessionTokenResult: boolean = await this.sendResponse(r);\n } catch (error) {\n if (error instanceof HttpError) {\n if (error.status === 403) {\n this.errorDialogService.openDialog({\n message: 'You are not authorized to use this system',\n });\n }\n if (error.status === 401) {\n this.errorDialogService.openDialog({\n message:\n 'Unable to authenticate with the service. ' +\n 'Please speak with the staff at Grassroots ' +\n 'Economics for requesting access ' +\n 'staff@grassrootseconomics.net.',\n });\n }\n }\n // TODO define this error\n this.errorDialogService.openDialog({ message: 'Incorrect key passphrase.' });\n resolve(false);\n }\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 this.sessionToken = undefined;\n window.location.reload();\n }\n\n getTrustedUsers(): any {\n const trustedUsers: Array = [];\n this.mutableKeyStore.getPublicKeys().forEach((key) => trustedUsers.push(key.users[0].userId));\n return trustedUsers;\n }\n\n async getPublicKeys(): Promise {\n return await fetch(environment.publicKeysUrl).then((res) => {\n if (!res.ok) {\n // TODO does angular recommend an error interface?\n throw Error(`${res.statusText} - ${res.status}`);\n }\n return res.text();\n });\n }\n\n getPrivateKey(): any {\n return this.mutableKeyStore.getPrivateKey();\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 blockSync\n \n \n fetcher\n \n \n newConversionEvent\n \n \n newTransferEvent\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, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/block-sync.service.ts:15\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 registryService\n \n \n RegistryService\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 blockSync\n \n \n \n \n \n \n \nblockSync(address: string, offset: number, limit: number)\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 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 : void\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: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 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 newConversionEvent\n \n \n \n \n \n \n \nnewConversionEvent(tx: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:89\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 \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n newTransferEvent\n \n \n \n \n \n \n \nnewTransferEvent(tx: any)\n \n \n\n\n \n \n Defined in src/app/_services/block-sync.service.ts:81\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 \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: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 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:97\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:15\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:14\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 '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';\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 private registryService: RegistryService\n ) {}\n\n blockSync(address: string = null, offset: number = 0, limit: number = 100): void {\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 = this.registryService.getWeb3();\n settings.registry = this.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.newTransferEvent(transaction));\n };\n settings.txHelper.onconversion = async (transaction: any): Promise => {\n window.dispatchEvent(this.newConversionEvent(transaction));\n };\n settings.registry.onload = (addressReturned: number): void => {\n this.loggingService.sendInfoLevelMessage(`Loaded network contracts ${addressReturned}`);\n this.readyStateProcessor(settings, readyStateElements.network, address, offset, limit);\n };\n\n settings.registry.load();\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 newTransferEvent(tx: any): any {\n return new CustomEvent('cic_transfer', {\n detail: {\n tx,\n },\n });\n }\n\n newConversionEvent(tx: any): any {\n return new CustomEvent('cic_convert', {\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 ID */\n id: number;\n /** Admin who initialized the action. */\n user: string;\n /** Admin's role in the system */\n role: string;\n /** Action performed */\n action: string;\n /** Action approval status. */\n approval: boolean;\n}\n\n/** Area name object interface */\ninterface AreaName {\n /** Name of area */\n name: string;\n /** Locations that map to that area name. */\n locations: Array;\n}\n\n/** Area type object interface */\ninterface AreaType {\n /** Type of area */\n name: string;\n /** Areas that map to that area type. */\n area: Array;\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\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 : 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/accounts/create-account/create-account.component.ts:64\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:60\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 ngOnInit(): void {\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 \n CREATE A USER ACCOUNT\n \n \n \n \n \n Account Type: \n \n \n {{accountType | uppercase}}\n \n \n Account type is required.\n \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 \n Given Name(s):* \n \n Given Names are required.\n \n \n\n \n \n Family/Surname: \n \n Surname is required.\n \n \n\n \n \n Directory Entry: \n \n Directory Entry is required.\n \n \n\n \n \n Location: \n \n \n {{area | uppercase}}\n \n \n Location is required.\n \n \n\n \n \n Gender: \n \n \n {{gender | uppercase}}\n \n \n Gender is required.\n \n \n\n \n \n Referrer Phone Number: \n \n Referrer is required.\n \n \n\n \n \n Business Category: \n \n \n {{category | titlecase}}\n \n \n Business Category is required.\n \n \n\n Submit\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 \n Message: {{ data.message }}\n \n \n Status: {{ data?.status }}\n \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 \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: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/footer/footer.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-footer',\n templateUrl: './footer.component.html',\n styleUrls: ['./footer.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FooterComponent implements OnInit {\n constructor() {}\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n 2020 © 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 = ' 2020 © 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\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\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\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:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 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:16\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 import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appMenuSelection]',\n})\nexport class MenuSelectionDirective {\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 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\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:6\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 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:14\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 import { Directive, ElementRef, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appMenuToggle]',\n})\nexport class MenuToggleDirective {\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.onMenuToggle();\n });\n }\n\n // Menu Trigger\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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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);\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);\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);\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 ./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:62\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:64\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:60\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:68\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:74\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:66\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:146\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:109\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 engine used. */\n engine: string;\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n}\n\n/** Signer interface */\ninterface Signer {\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 * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\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 * 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 * 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\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption engine used. */\n engine = 'pgp';\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Generated signature */\n signature: Signature;\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\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 /** A service that provides logging capabilities. */\n loggingService: LoggingService;\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 * 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 * 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/** @exports */\nexport { Signable, Signature, Signer, PGPSigner };\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 { ChartsModule } from 'ng2-charts';\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 ChartsModule,\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\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:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n renderer\n \n \n Renderer2\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 iconId\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 \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:8\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:19\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 import { Directive, ElementRef, Input, Renderer2 } from '@angular/core';\n\n@Directive({\n selector: '[appPasswordToggle]',\n})\nexport class PasswordToggleDirective {\n @Input()\n id: string;\n\n @Input()\n iconId: string;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n this.renderer.listen(this.elementRef.nativeElement, 'click', () => {\n this.togglePasswordVisibility();\n });\n }\n\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 fileGetter\n \n \n registry\n \n \n web3\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n getRegistry\n \n \n getWeb3\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:19\n \n \n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getRegistry\n \n \n \n \n \n \n \ngetRegistry()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:26\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 getWeb3\n \n \n \n \n \n \n \ngetWeb3()\n \n \n\n\n \n \n Defined in src/app/_services/registry.service.ts:30\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \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:12\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 Default value : new CICRegistry(\n this.web3,\n environment.registryAddress,\n 'CICRegistry',\n this.fileGetter,\n ['../../assets/js/block-sync/data']\n )\n \n \n \n \n Defined in src/app/_services/registry.service.ts:13\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 : new Web3(environment.web3Provider)\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 import { Injectable } from '@angular/core';\nimport Web3 from 'web3';\nimport { environment } from '@src/environments/environment';\nimport { CICRegistry, FileGetter } from 'cic-client';\nimport { HttpGetter } from '@app/_helpers';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class RegistryService {\n web3: Web3 = new Web3(environment.web3Provider);\n fileGetter: FileGetter = new HttpGetter();\n registry: CICRegistry = new CICRegistry(\n this.web3,\n environment.registryAddress,\n 'CICRegistry',\n this.fileGetter,\n ['../../assets/js/block-sync/data']\n );\n\n constructor() {\n this.registry.declaratorHelper.addTrust(environment.trustedDeclaratorAddress);\n this.registry.load();\n }\n\n getRegistry(): any {\n return this.registry;\n }\n\n getWeb3(): any {\n return this.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"},"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:11\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:9\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:13\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:4\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 /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** CIC Registry instance */\n registry: any;\n /** Transaction Helper instance */\n txHelper: any;\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 \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 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:22\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:35\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:39\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:43\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/settings/settings.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 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:21\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:22\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 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\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n\n constructor(private authService: AuthService) {}\n\n ngOnInit(): void {\n const d = new Date();\n this.date = `${d.getDate()}/${d.getMonth()}/${d.getFullYear()}`;\n this.trustedUsers = this.authService.getTrustedUsers();\n this.dataSource = new MatTableDataSource(this.trustedUsers);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\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 \n SETTINGS\n \n \n Kobo Toolbox Credentials\n Username: admin_reserve \n Password: ******** \n \n \n \n Organization Settings\n Update your organization settings\n \n \n \n \n \n \n ACCOUNT MANAGEMENT\n \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 LOGOUT ADMIN \n \n \n \n \n \n \n \n TRUSTED USERS\n EXPORT \n \n \n \n \n Filter \n \n search\n \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 \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 Kobo Toolbox Credentials Username: admin_reserve Password: ******** 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\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\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 \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 \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';\n\n@NgModule({\n declarations: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n MenuToggleDirective,\n TokenRatioPipe,\n ErrorDialogComponent,\n SafePipe,\n NetworkStatusComponent,\n ],\n exports: [\n TopbarComponent,\n FooterComponent,\n SidebarComponent,\n MenuSelectionDirective,\n TokenRatioPipe,\n SafePipe,\n NetworkStatusComponent,\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 engine used. */\n engine: string;\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n}\n\n/** Signer interface */\ninterface Signer {\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 * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\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 * 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 * 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\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption engine used. */\n engine = 'pgp';\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Generated signature */\n signature: Signature;\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\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 /** A service that provides logging capabilities. */\n loggingService: LoggingService;\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 * 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 * 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/** @exports */\nexport { Signable, Signature, Signer, PGPSigner };\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/_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 engine used. */\n engine: string;\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n}\n\n/** Signer interface */\ninterface Signer {\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 * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\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 * 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 * 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\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption engine used. */\n engine = 'pgp';\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Generated signature */\n signature: Signature;\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\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 /** A service that provides logging capabilities. */\n loggingService: LoggingService;\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 * 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 * 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/** @exports */\nexport { Signable, Signature, Signer, PGPSigner };\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/_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 /** Account registration day */\n date_registered: number;\n /** User's gender */\n gender: string;\n /** Age of user */\n age?: string;\n /** Type of account */\n type?: string;\n /** Token balance on account */\n balance?: number;\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 /** Business category of user. */\n category?: 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/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:36\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:29\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:31\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:54\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:48\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 engine used. */\n engine: string;\n /** Encryption algorithm used */\n algo: string;\n /** Data to be signed. */\n data: string;\n /** Message digest */\n digest: string;\n}\n\n/** Signer interface */\ninterface Signer {\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 * Get the private key fingerprint.\n * @returns A private key fingerprint.\n */\n fingerprint(): string;\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 * 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 * 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\n/** Provides functionality for signing and verifying signed messages. */\nclass PGPSigner implements Signer {\n /** Encryption engine used. */\n engine = 'pgp';\n /** Encryption algorithm used */\n algo = 'sha256';\n /** Message digest */\n dgst: string;\n /** Generated signature */\n signature: Signature;\n /** A keystore holding pgp keys. */\n keyStore: MutableKeyStore;\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 /** A service that provides logging capabilities. */\n loggingService: LoggingService;\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 * 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 * 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/** @exports */\nexport { Signable, Signature, Signer, PGPSigner };\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 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\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 /** Name of the token. */\n name: string;\n /** The unique token symbol. */\n symbol: string;\n /** Address of the deployed token contract. */\n address: string;\n /** Total token supply. */\n supply: string;\n /** Number of decimals to convert to smallest denomination of the token. */\n decimals: string;\n /** Token reserve information */\n reserves: {\n '0xa686005CE37Dce7738436256982C3903f2E4ea8E'?: {\n weight: string;\n balance: string;\n };\n };\n /** Token reserve to token minting ratio. */\n reserveRatio?: string;\n /** Address of account that deployed token. */\n owner?: 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 Properties\n \n \n \n \n \n \n token\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(route: ActivatedRoute, tokenService: TokenService)\n \n \n \n \n Defined in src/app/pages/tokens/token-details/token-details.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 route\n \n \n ActivatedRoute\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 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:27\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 token\n \n \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:14\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { ActivatedRoute, Params } from '@angular/router';\nimport { TokenService } from '@app/_services';\nimport { first } from 'rxjs/operators';\nimport { Token } from '../../../_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 token: Token;\n\n constructor(private route: ActivatedRoute, private tokenService: TokenService) {\n this.route.paramMap.subscribe((params: Params) => {\n this.tokenService\n .getTokenBySymbol(params.get('id'))\n .pipe(first())\n .subscribe((res) => {\n this.token = res;\n });\n });\n }\n\n ngOnInit(): void {}\n}\n\n \n\n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Tokens\n {{token.name}}\n \n \n \n \n \n Token\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 middle income societies.\n \n \n Supply: {{token.supply | tokenRatio}}\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 \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 = ' Home Tokens {{token.name}} Token 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 \n \n \n \n value\n \n any\n \n\n \n No\n \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 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, ...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:25\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:21\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:23\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:25\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:56\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:74\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:90\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';\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 = new Web3(environment.web3Provider);\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 LoadEvent\n \n \n registry\n \n \n tokenRegistry\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Async\n getTokenBalance\n \n \n getTokenBySymbol\n \n \n Async\n getTokens\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(httpClient: HttpClient, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/token.service.ts:15\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 registryService\n \n \n RegistryService\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 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:37\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 getTokenBySymbol\n \n \n \n \n \n \n \ngetTokenBySymbol(symbol: string)\n \n \n\n\n \n \n Defined in src/app/_services/token.service.ts:33\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 : Observable\n\n \n \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:28\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 LoadEvent\n \n \n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Default value : new EventEmitter()\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 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 import { EventEmitter, Injectable } from '@angular/core';\nimport { environment } from '@src/environments/environment';\nimport { BehaviorSubject, Observable } from 'rxjs';\nimport { CICRegistry } from 'cic-client';\nimport { TokenRegistry } from '@app/_eth';\nimport { HttpClient } from '@angular/common/http';\nimport { RegistryService } from '@app/_services/registry.service';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class TokenService {\n registry: CICRegistry;\n tokenRegistry: TokenRegistry;\n LoadEvent: EventEmitter = new EventEmitter();\n\n constructor(private httpClient: HttpClient, private registryService: RegistryService) {\n this.registry = registryService.getRegistry();\n this.registry.load();\n this.registry.onload = async (address: string): Promise => {\n this.tokenRegistry = new TokenRegistry(\n await this.registry.getContractAddressByName('TokenRegistry')\n );\n this.LoadEvent.next(Date.now());\n };\n }\n\n async getTokens(): Promise>> {\n const count: number = await this.tokenRegistry.totalTokens();\n return Array.from({ length: count }, async (v, i) => await this.tokenRegistry.entry(i));\n }\n\n getTokenBySymbol(symbol: string): Observable {\n return this.httpClient.get(`${environment.cicCacheUrl}/tokens/${symbol}`);\n }\n\n async getTokenBalance(address: string): Promise {\n const sarafuToken = await this.registry.addToken(await this.tokenRegistry.entry(0));\n return await sarafuToken.methods.balanceOf(address).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 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 Async\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:41\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:49\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 Async\n viewToken\n \n \n \n \n \n \n \n \n viewToken(token)\n \n \n\n\n \n \n Defined in src/app/pages/tokens/tokens.component.ts:45\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 : 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 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:19\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: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/tokens/tokens.component.ts:20\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:21\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:22\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 { TokenRegistry } from '../../_eth';\nimport { Token } from '../../_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\n constructor(\n private tokenService: TokenService,\n private loggingService: LoggingService,\n private router: Router\n ) {}\n\n async ngOnInit(): Promise {\n this.tokenService.LoadEvent.subscribe(async () => {\n this.tokens = await this.tokenService.getTokens();\n });\n this.tokens = await this.tokenService.getTokens();\n this.loggingService.sendInfoLevelMessage(this.tokens);\n this.dataSource = new MatTableDataSource(this.tokens);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n }\n\n doFilter(value: string): void {\n this.dataSource.filter = value.trim().toLocaleLowerCase();\n }\n\n async viewToken(token): Promise {\n await this.router.navigateByUrl(`/tokens/${token.symbol}`);\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 EXPORT \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 \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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 traderBloxbergLink\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n copyAddress\n \n \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\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(router: Router, transactionService: TransactionService, snackBar: MatSnackBar)\n \n \n \n \n Defined in src/app/pages/transactions/transaction-details/transaction-details.component.ts:18\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 \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:15\n \n \n \n \n\n\n\n\n \n \n \n Methods\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:59\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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \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 Returns : void\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: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 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:42\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:38\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:46\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:17\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:16\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:18\n \n \n\n\n \n \n\n\n\n\n\n \n import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core';\nimport { Router } from '@angular/router';\nimport { 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 senderBloxbergLink: string;\n recipientBloxbergLink: string;\n traderBloxbergLink: string;\n\n constructor(\n private router: Router,\n private transactionService: TransactionService,\n private snackBar: MatSnackBar\n ) {}\n\n ngOnInit(): void {\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 }\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\n \n\n \n \n \n \n \n TRANSACTION DETAILS\n CLOSE \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 Recipient: {{transaction.recipient?.vcard.fn[0].value}}\n \n Recipient Address:\n {{transaction.to}} \n \n \n View Recipient\n \n \n Amount: SRF {{transaction.value | tokenRatio}}\n \n \n Token: \n \n \n \n Address:\n {{transaction.token._address}}\n \n \n \n \n Name: Sarafu Token\n \n \n Symbol: SRF\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 | date}}\n \n \n \n Resend SMS\n \n \n Reverse Transaction\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 View Trader\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}}\n \n \n Amount: {{transaction.sourceToken.symbol + ' ' + transaction.fromValue}}\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}}\n \n \n Amount: {{transaction.destinationToken.symbol + ' ' + transaction.toValue}}\n \n \n \n \n Resend SMS\n \n \n Reverse Transaction\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: SRF {{transaction.value | tokenRatio}} Token: Address: {{transaction.token._address}} Name: Sarafu Token Symbol: SRF Transaction: Block: {{transaction.tx.block}} Index: {{transaction.tx.txIndex}} Hash: {{transaction.tx.txHash}} Success: {{transaction.tx.success}} Timestamp: {{transaction.tx.timestamp | date}} 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}} Amount: {{transaction.sourceToken.symbol + \\' \\' + transaction.fromValue}} Destination Token: Address: {{transaction.destinationToken.address}} Name: {{transaction.destinationToken.name}} Symbol: {{transaction.destinationToken.symbol}} Amount: {{transaction.destinationToken.symbol + \\' \\' + transaction.toValue}} 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 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, registryService: RegistryService)\n \n \n \n \n Defined in src/app/_services/transaction.service.ts:31\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 registryService\n \n \n RegistryService\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:111\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)\n \n \n\n\n \n \n Defined in src/app/_services/transaction.service.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 account\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 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: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 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: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 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 resetTransactionsList\n \n \n \n \n \n \n \nresetTransactionsList()\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 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:87\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: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 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:130\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:31\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:27\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:26\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:28\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:29\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:30\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 'cic-client';\nimport { RegistryService } from '@app/_services/registry.service';\nimport Web3 from 'web3';\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 private registryService: RegistryService\n ) {\n this.web3 = this.registryService.getWeb3();\n this.registry = registryService.getRegistry();\n this.registry.load();\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/${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.body);\n },\n (error) => {\n transaction.sender = defaultAccount;\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.body);\n },\n (error) => {\n transaction.recipient = defaultAccount;\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.body);\n },\n (error) => {\n conversion.sender = conversion.recipient = defaultAccount;\n }\n );\n } finally {\n this.addTransaction(conversion, cacheSize);\n }\n }\n\n addTransaction(transaction, cacheSize: number): void {\n this.transactions.unshift(transaction);\n if (this.transactions.length > cacheSize) {\n 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): any {\n const accountInfo = Envelope.fromJSON(JSON.stringify(account)).unwrap().m.data;\n accountInfo.vcard = vCard.parse(atob(accountInfo.vcard));\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 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 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)\n \n \n \n \n Defined in src/app/pages/transactions/transactions.component.ts:33\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 \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:60\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:82\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:64\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:77\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/transactions/transactions.component.ts:43\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 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:56\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:32\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:33\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, 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\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 ) {\n this.blockSyncService.blockSync();\n }\n\n ngOnInit(): void {\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 this.userService\n .getTransactionTypes()\n .pipe(first())\n .subscribe((res) => (this.transactionsTypes = res));\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 \n Transfers\n \n \n\n \n\n \n \n TRANSFER TYPE \n \n ALL TRANSFERS\n \n {{transactionType | uppercase}}\n \n \n \n EXPORT \n \n\n \n Filter \n \n search\n \n\n \n\n \n Sender \n {{transaction?.sender?.vcard.fn[0].value}} \n \n\n \n Recipient \n {{transaction?.recipient?.vcard.fn[0].value}} \n \n\n \n Value \n \n {{transaction?.value | tokenRatio}}\n {{transaction?.toValue | tokenRatio}}\n \n \n\n \n Created \n {{transaction?.tx.timestamp | date}} \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\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}} Recipient {{transaction?.recipient?.vcard.fn[0].value}} Value {{transaction?.value | tokenRatio}} {{transaction?.toValue | tokenRatio}} Created {{transaction?.tx.timestamp | date}} 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 { DataTablesModule } from 'angular-datatables';\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 DataTablesModule,\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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 /** Account information of the initiator of the conversion. */\n user: AccountDetails;\n /** Conversion mining information. */\n tx: Tx;\n}\n\n/** Transaction object interface */\ninterface Transaction {\n /** Address of the transaction sender. */\n from: string;\n /** Account information of the transaction sender. */\n sender: AccountDetails;\n /** Address of the transaction recipient. */\n to: string;\n /** Account information of the transaction recipient. */\n recipient: AccountDetails;\n /** Transaction token information. */\n token: TxToken;\n /** Transaction mining information. */\n tx: Tx;\n /** Amount of tokens transacted. */\n value: number;\n /** Type of transaction. */\n type?: string;\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"},"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 { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false }\n ]\n \n \n \n \n Defined in src/testing/user-service-stub.ts:12\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 {id: 1, name: 'John Doe', phone: '+25412345678', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '08/16/2020', balance: '12987', failedPinAttempts: 1, status: 'approved', bio: 'Bodaboda', gender: 'male'},\n {id: 2, name: 'Jane Buck', phone: '+25412341234', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'vendor', created: '04/02/2020', balance: '56281', failedPinAttempts: 0, status: 'approved', bio: 'Groceries', gender: 'female'},\n {id: 3, name: 'Mc Donald', phone: '+25498765432', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'group', created: '11/16/2020', balance: '450', failedPinAttempts: 2, status: 'unapproved', bio: 'Food', gender: 'male'},\n {id: 4, name: 'Hera Cles', phone: '+25498769876', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '05/28/2020', balance: '5621', failedPinAttempts: 3, status: 'approved', bio: 'Shop', gender: 'female'},\n {id: 5, name: 'Silver Fia', phone: '+25462518374', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'token agent', created: '10/10/2020', balance: '817', failedPinAttempts: 0, status: 'unapproved', bio: 'Electronics', gender: 'male'},\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:71\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:61\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:37\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:21\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 {id: 1, name: 'John Doe', phone: '+25412345678', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '08/16/2020', balance: '12987', failedPinAttempts: 1, status: 'approved', bio: 'Bodaboda', gender: 'male'},\n {id: 2, name: 'Jane Buck', phone: '+25412341234', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'vendor', created: '04/02/2020', balance: '56281', failedPinAttempts: 0, status: 'approved', bio: 'Groceries', gender: 'female'},\n {id: 3, name: 'Mc Donald', phone: '+25498765432', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'group', created: '11/16/2020', balance: '450', failedPinAttempts: 2, status: 'unapproved', bio: 'Food', gender: 'male'},\n {id: 4, name: 'Hera Cles', phone: '+25498769876', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'user', created: '05/28/2020', balance: '5621', failedPinAttempts: 3, status: 'approved', bio: 'Shop', gender: 'female'},\n {id: 5, name: 'Silver Fia', phone: '+25462518374', address: '0xc86ff893ac40d3950b4d5f94a9b837258b0a9865', type: 'token agent', created: '10/10/2020', balance: '817', failedPinAttempts: 0, status: 'unapproved', bio: 'Electronics', gender: 'male'},\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 { id: 6, user: 'Patience', role: 'enroller', action: 'Change user information', approval: false }\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: [\n 'environment',\n 'health',\n 'transport'\n ],\n vcard: '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 /** Web3 Object */\n w3: W3 = {\n engine: undefined,\n provider: undefined,\n };\n /** A resource for searching through blocks on the blockchain network. */\n scanFilter: any;\n /** CIC Registry instance */\n registry: any;\n /** Transaction Helper instance */\n txHelper: any;\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"},"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/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/18)\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/7)\n \n \n \n \n \n src/app/_services/token.service.ts\n \n injectable\n TokenService\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/_services/transaction.service.ts\n \n injectable\n TransactionService\n \n 0 %\n (0/16)\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/33)\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/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 0 %\n (0/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/43)\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/12)\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/4)\n \n \n \n \n \n src/app/pages/tokens/tokens.component.ts\n \n component\n TokensComponent\n \n 0 %\n (0/11)\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/12)\n \n \n \n \n \n src/app/pages/transactions/transactions.component.ts\n \n component\n TransactionsComponent\n \n 0 %\n (0/18)\n \n \n \n \n \n src/app/shared/_directives/menu-selection.directive.ts\n \n directive\n MenuSelectionDirective\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/shared/_directives/menu-toggle.directive.ts\n \n directive\n MenuToggleDirective\n \n 0 %\n (0/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/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/3)\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 @popperjs/core : ^2.5.4\n \n angular-datatables : ^9.0.2\n \n block-syncer : ^0.2.4\n \n bootstrap : ^4.5.3\n \n chart.js : ^2.9.4\n \n cic-client : 0.1.4\n \n cic-client-meta : 0.0.7-alpha.6\n \n cic-schemas-data-validator : ^1.0.0-alpha.3\n \n datatables.net : ^1.10.22\n \n datatables.net-dt : ^1.10.22\n \n ethers : ^5.0.31\n \n http-server : ^0.12.3\n \n jquery : ^3.5.1\n \n mocha : ^8.2.1\n \n moolb : ^0.1.0\n \n ng2-charts : ^2.4.2\n \n ngx-logger : ^4.2.1\n \n openpgp : ^4.10.10\n \n popper.js : ^1.16.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 vcards-js : ^2.10.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 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\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 npm run start:dev for a dev server. Navigate 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\nset you environment variables - set these via environment variables as found in set-env.ts\n// TODO create a .env file so people don't have to set these one-by-one\nRun npm run build:dev to build the project. The build artifacts will be stored in the dist/ directory. Use the build:prod script for a production build.\nRunning unit tests\nRun npm run test:dev 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\nEnvironment variables are contained in the .env file. See .env.example for a template.\nDefault environment variables are set in the set-env.ts file.\nOnce loaded they will be populated in the directory src/environments/.\nIt contains environment variables for development on environment.ts and production on environment.prod.ts.\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\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\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\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\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\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 10 Injectables\n \n \n \n \n \n \n \n 2 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/AccountRegistry.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 : new Web3(environment.web3Provider)\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 : new Web3(environment.web3Provider)\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://ussd.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://ussd.dev.grassrootseconomics.net',\n registryAddress: '0xAf1B487491073C2d49136Db3FD87E293302CF839',\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://ussd.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/variables.html b/docs/compodoc/miscellaneous/variables.html index 0664e08..3e983a3 100644 --- a/docs/compodoc/miscellaneous/variables.html +++ b/docs/compodoc/miscellaneous/variables.html @@ -102,9 +102,6 @@
  • objCsv   (src/.../read-csv.ts)
  • -
  • - openpgp   (src/.../pgp-signer.ts) -
  • tokens   (src/.../mock-backend.ts)
  • @@ -1843,6 +1840,12 @@ + + +

    An openpgp Keyring instance.

    +
    + + @@ -1886,30 +1889,6 @@
    -

    src/app/_pgp/pgp-signer.ts

    -
    -

    - - - - - - - - - - -
    - - - - openpgp - - -
    - Default value : require('openpgp') -
    -

    src/app/_services/transaction.service.ts

    diff --git a/docs/compodoc/modules/AppModule.html b/docs/compodoc/modules/AppModule.html index 857ab62..2f8341e 100644 --- a/docs/compodoc/modules/AppModule.html +++ b/docs/compodoc/modules/AppModule.html @@ -65,22 +65,22 @@ cluster_AppModule - -cluster_AppModule_providers - + +cluster_AppModule_bootstrap + cluster_AppModule_imports - + + + +cluster_AppModule_providers + cluster_AppModule_declarations - -cluster_AppModule_bootstrap - - AppComponent @@ -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 b03b2b7..b954b67 100644 --- a/docs/compodoc/modules/AppModule/dependencies.svg +++ b/docs/compodoc/modules/AppModule/dependencies.svg @@ -24,22 +24,22 @@ cluster_AppModule - -cluster_AppModule_providers - + +cluster_AppModule_bootstrap + cluster_AppModule_imports - + + + +cluster_AppModule_providers + cluster_AppModule_declarations - -cluster_AppModule_bootstrap - - AppComponent @@ -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 2353e92..fcaddc9 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/TransactionsModule.html b/docs/compodoc/modules/TransactionsModule.html index 6a0645e..8965ef0 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/typedoc/classes/app__pgp_pgp_key_store.mutablepgpkeystore.html b/docs/typedoc/classes/app__pgp_pgp_key_store.mutablepgpkeystore.html index ecbd296..fbad00a 100644 --- a/docs/typedoc/classes/app__pgp_pgp_key_store.mutablepgpkeystore.html +++ b/docs/typedoc/classes/app__pgp_pgp_key_store.mutablepgpkeystore.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -155,9 +163,14 @@ +
      +
      +

      Remove all keys from the keyring.

      +
      +

      Returns void

    @@ -173,10 +186,22 @@ +
    +
    +

    Get all the encryption keys.

    +
    +
    +
    remarks
    +

    Current implementation doesn't include encryption keys. + This is included to appease the implemented Keystore interface.

    +
    +
    +

    Returns any[]

    +

    An array of encryption keys.

    @@ -191,10 +216,16 @@ +
    +
    +

    Get the first private key's fingerprint.

    +
    +

    Returns string

    +

    The first private key's fingerprint.

    @@ -209,16 +240,25 @@ +
    +
    +

    Get a key's keyId.

    +
    +

    Parameters

    • key: any
      +
      +

      The key to fetch the keyId from.

      +

    Returns string

    +

    The key's keyId.

    @@ -233,16 +273,25 @@ +
    +
    +

    Get keys from the keyring using their keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the keys to be fetched from the keyring.

      +

    Returns any[]

    +

    An array of the keys with that keyId.

    @@ -257,10 +306,16 @@ +
    +
    +

    Get the first private key.

    +
    +

    Returns any

    +

    The first private key.

    @@ -275,16 +330,25 @@ +
    +
    +

    Get a private key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: any
      +
      +

      The keyId of the private key to be fetched from the keyring.

      +

    Returns any

    +

    The private key with that keyId.

    @@ -299,10 +363,16 @@ +
    +
    +

    Get the first private key's keyID.

    +
    +

    Returns string

    +

    The first private key's keyId.

    @@ -317,10 +387,16 @@ +
    +
    +

    Get all private keys.

    +
    +

    Returns any[]

    +

    An array of all private keys.

    @@ -335,16 +411,25 @@ +
    +
    +

    Get a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: any
      +
      +

      The keyId of the public key to be fetched from the keyring.

      +

    Returns any

    +

    The public key with that keyId.

    @@ -359,16 +444,25 @@ +
    +
    +

    Get a public key from the keyring using it's subkeyId.

    +
    +

    Parameters

    • subkeyId: any
      +
      +

      The subkeyId of the public key to be fetched from the keyring.

      +

    Returns any

    +

    The public key with that subkeyId.

    @@ -383,10 +477,16 @@ +
    +
    +

    Get all the public keys.

    +
    +

    Returns any[]

    +

    An array of public keys.

    @@ -401,16 +501,25 @@ +
    +
    +

    Get public keys from the keyring using their address.

    +
    +

    Parameters

    • address: any
      +
      +

      The address of the public keys to be fetched from the keyring.

      +

    Returns any[]

    +

    An array of the public keys with that address.

    @@ -425,10 +534,16 @@ +
    +
    +

    Get all the trusted active keys.

    +
    +

    Returns any[]

    +

    An array of trusted active keys.

    @@ -443,10 +558,16 @@ +
    +
    +

    Get all the trusted keys.

    +
    +

    Returns any[]

    +

    An array of trusted keys.

    @@ -461,16 +582,34 @@ +
    +
    +

    Add a key pair to keyring.

    +
    +
    +
    async
    +
    +
    throws
    +

    Error

    +
    +
    +

    Parameters

    • publicKey: any
      +
      +

      The public key to be added to the keyring.

      +
    • privateKey: any
      +
      +

      The private key to be added to the keyring.

      +

    Returns Promise<void>

    @@ -488,13 +627,28 @@ +
    +
    +

    Add private key to keyring.

    +
    +
    +
    async
    +
    +
    throws
    +

    Error

    +
    +
    +

    Parameters

    • privateKey: any
      +
      +

      The private key to be added to the keyring.

      +

    Returns Promise<void>

    @@ -505,23 +659,38 @@

    importPublicKey

      -
    • importPublicKey(publicKey: any): void
    • +
    • importPublicKey(publicKey: any): Promise<void>
    • +
      +
      +

      Add public key to keyring.

      +
      +
      +
      async
      +
      +
      throws
      +

      Error

      +
      +
      +

      Parameters

      • publicKey: any
        +
        +

        The public key to be added to the keyring.

        +
      -

      Returns void

      +

      Returns Promise<void>

    @@ -536,16 +705,29 @@ +
    +
    +

    Verify that a private key is encrypted.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • privateKey: any
      +
      +

      The private key to verify.

      +

    Returns Promise<boolean>

    +

    true - If private key is encrypted.

    @@ -560,16 +742,29 @@ +
    +
    +

    Test if the input is a valid key.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • key: any
      +
      +

      The input to be validated.

      +

    Returns Promise<boolean>

    +

    true - If the input is a valid key.

    @@ -584,9 +779,18 @@ +
    +
    +

    Instantiate the keyring in the keystore.

    +
    +
    +
    async
    +
    +
    +

    Returns Promise<void>

    @@ -602,16 +806,25 @@ +
    +
    +

    Remove a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: any
      +
      +

      The keyId of the keys to be removed from the keyring.

      +

    Returns any[]

    +

    An array of the removed keys.

    @@ -626,16 +839,25 @@ +
    +
    +

    Remove a public key from the keyring.

    +
    +

    Parameters

    • publicKey: any
      +
      +

      The public key to be removed from the keyring.

      +

    Returns any

    +

    The removed public key.

    @@ -650,16 +872,25 @@ +
    +
    +

    Remove a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: any
      +
      +

      The keyId of the public key to be removed from the keyring.

      +

    Returns any

    +

    The removed public key.

    @@ -674,16 +905,29 @@ +
    +
    +

    Sign message using private key.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • plainText: any
      +
      +

      The message to be signed.

      +

    Returns Promise<any>

    +

    The generated signature.

    diff --git a/docs/typedoc/classes/app__pgp_pgp_signer.pgpsigner.html b/docs/typedoc/classes/app__pgp_pgp_signer.pgpsigner.html index eeaa450..93ee81c 100644 --- a/docs/typedoc/classes/app__pgp_pgp_signer.pgpsigner.html +++ b/docs/typedoc/classes/app__pgp_pgp_signer.pgpsigner.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -129,13 +137,21 @@
    • +
      +
      +

      Initializing the Signer.

      +
      +

      Parameters

      Returns PGPSigner

      @@ -151,9 +167,14 @@
      algo: string = 'sha256'
      +
      +
      +

      Encryption algorithm used

      +
      +
    @@ -161,9 +182,14 @@
    dgst: string
    +
    +
    +

    Message digest

    +
    +
    @@ -171,9 +197,14 @@
    engine: string = 'pgp'
    +
    +
    +

    Encryption engine used.

    +
    +
    @@ -181,9 +212,14 @@
    keyStore: MutableKeyStore
    +
    +
    +

    A keystore holding pgp keys.

    +
    +
    @@ -191,9 +227,14 @@
    loggingService: LoggingService
    +
    +
    +

    A service that provides logging capabilities.

    +
    +
    @@ -202,9 +243,14 @@ +
    +
    +

    Event triggered on successful signing of message.

    +
    +

    Type declaration

      @@ -234,9 +280,14 @@ +
      +
      +

      Event triggered on successful verification of a signature.

      +
      +

      Type declaration

        @@ -265,9 +316,14 @@
        signature: Signature
        +
        +
        +

        Generated signature

        +
        +
    @@ -283,10 +339,16 @@ +
    +
    +

    Get the private key fingerprint.

    +
    +

    Returns string

    +

    A private key fingerprint.

    @@ -301,16 +363,25 @@ +
    +
    +

    Load the message digest.

    +
    +

    Parameters

    • material: Signable
      +
      +

      A signable object.

      +

    Returns boolean

    +

    true - If digest has been loaded successfully.

    @@ -325,13 +396,25 @@ +
    +
    +

    Signs a message using a private key.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • digest: string
      +
      +

      The message to be signed.

      +

    Returns Promise<void>

    @@ -349,16 +432,27 @@ +
    +
    +

    Verify that signature is valid.

    +
    +

    Parameters

    • digest: string
      +
      +

      The message that was signed.

      +
    • signature: Signature
      +
      +

      The generated signature.

      +

    Returns void

    diff --git a/docs/typedoc/interfaces/app__pgp_pgp_key_store.mutablekeystore.html b/docs/typedoc/interfaces/app__pgp_pgp_key_store.mutablekeystore.html index a519671..0684ecc 100644 --- a/docs/typedoc/interfaces/app__pgp_pgp_key_store.mutablekeystore.html +++ b/docs/typedoc/interfaces/app__pgp_pgp_key_store.mutablekeystore.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -136,9 +144,14 @@
    • +
      +
      +

      Remove all keys from the keyring.

      +
      +

      Returns void

    @@ -154,10 +167,22 @@ +
    +
    +

    Get all the encryption keys.

    +
    +
    +
    remarks
    +

    Current implementation doesn't include encryption keys. + This is included to appease the implemented Keystore interface.

    +
    +
    +

    Returns any[]

    +

    An array of encryption keys.

    @@ -172,10 +197,16 @@ +
    +
    +

    Get the first private key's fingerprint.

    +
    +

    Returns string

    +

    The first private key's fingerprint.

    @@ -189,16 +220,25 @@
  • +
    +
    +

    Get a key's keyId.

    +
    +

    Parameters

    • key: any
      +
      +

      The key to fetch the keyId from.

      +

    Returns string

    +

    The key's keyId.

  • @@ -212,16 +252,25 @@
  • +
    +
    +

    Get keys from the keyring using their keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the keys to be fetched from the keyring.

      +

    Returns any[]

    +

    An array of the keys with that keyId.

  • @@ -236,10 +285,16 @@ +
    +
    +

    Get the first private key.

    +
    +

    Returns any

    +

    The first private key.

    @@ -253,16 +308,25 @@
  • +
    +
    +

    Get a private key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the private key to be fetched from the keyring.

      +

    Returns any

    +

    The private key with that keyId.

  • @@ -276,10 +340,16 @@
  • +
    +
    +

    Get the first private key's keyID.

    +
    +

    Returns string

    +

    The first private key's keyId.

  • @@ -293,10 +363,16 @@
  • +
    +
    +

    Get all private keys.

    +
    +

    Returns any[]

    +

    An array of all private keys.

  • @@ -310,16 +386,25 @@
  • +
    +
    +

    Get a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the public key to be fetched from the keyring.

      +

    Returns any

    +

    The public key with that keyId.

  • @@ -333,16 +418,25 @@
  • +
    +
    +

    Get a public key from the keyring using it's subkeyId.

    +
    +

    Parameters

    • subkeyId: string
      +
      +

      The subkeyId of the public key to be fetched from the keyring.

      +

    Returns any

    +

    The public key with that subkeyId.

  • @@ -356,10 +450,16 @@
  • +
    +
    +

    Get all the public keys.

    +
    +

    Returns any[]

    +

    An array of public keys.

  • @@ -373,16 +473,25 @@
  • +
    +
    +

    Get public keys from the keyring using their address.

    +
    +

    Parameters

    • address: string
      +
      +

      The address of the public keys to be fetched from the keyring.

      +

    Returns any[]

    +

    An array of the public keys with that address.

  • @@ -397,10 +506,16 @@ +
    +
    +

    Get all the trusted active keys.

    +
    +

    Returns any[]

    +

    An array of trusted active keys.

    @@ -415,10 +530,16 @@ +
    +
    +

    Get all the trusted keys.

    +
    +

    Returns any[]

    +

    An array of trusted keys.

    @@ -432,16 +553,34 @@
  • +
    +
    +

    Add a key pair to keyring.

    +
    +
    +
    async
    +
    +
    throws
    +

    Error

    +
    +
    +

    Parameters

    • publicKey: any
      +
      +

      The public key to be added to the keyring.

      +
    • privateKey: any
      +
      +

      The private key to be added to the keyring.

      +

    Returns Promise<void>

    @@ -458,13 +597,28 @@
  • +
    +
    +

    Add private key to keyring.

    +
    +
    +
    async
    +
    +
    throws
    +

    Error

    +
    +
    +

    Parameters

    • privateKey: any
      +
      +

      The private key to be added to the keyring.

      +

    Returns Promise<void>

    @@ -475,22 +629,37 @@

    importPublicKey

      -
    • importPublicKey(publicKey: any): void
    • +
    • importPublicKey(publicKey: any): Promise<void>
    • +
      +
      +

      Add public key to keyring.

      +
      +
      +
      async
      +
      +
      throws
      +

      Error

      +
      +
      +

      Parameters

      • publicKey: any
        +
        +

        The public key to be added to the keyring.

        +
      -

      Returns void

      +

      Returns Promise<void>

    @@ -504,16 +673,29 @@
  • +
    +
    +

    Verify that a private key is encrypted.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • privateKey: any
      +
      +

      The private key to verify.

      +

    Returns Promise<boolean>

    +

    true - If private key is encrypted.

  • @@ -527,16 +709,29 @@
  • +
    +
    +

    Test if the input is a valid key.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • key: any
      +
      +

      The input to be validated.

      +

    Returns Promise<boolean>

    +

    true - If the input is a valid key.

  • @@ -550,9 +745,18 @@
  • +
    +
    +

    Instantiate the keyring in the keystore.

    +
    +
    +
    async
    +
    +
    +

    Returns void

  • @@ -567,16 +771,25 @@
  • +
    +
    +

    Remove a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the keys to be removed from the keyring.

      +

    Returns any[]

    +

    An array of the removed keys.

  • @@ -590,16 +803,25 @@
  • +
    +
    +

    Remove a public key from the keyring.

    +
    +

    Parameters

    • publicKey: any
      +
      +

      The public key to be removed from the keyring.

      +

    Returns any

    +

    The removed public key.

  • @@ -613,16 +835,25 @@
  • +
    +
    +

    Remove a public key from the keyring using it's keyId.

    +
    +

    Parameters

    • keyId: string
      +
      +

      The keyId of the public key to be removed from the keyring.

      +

    Returns any

    +

    The removed public key.

  • @@ -636,16 +867,29 @@
  • +
    +
    +

    Sign message using private key.

    +
    +
    +
    async
    +
    +
    +

    Parameters

    • plainText: string
      +
      +

      The message to be signed.

      +

    Returns Promise<any>

    +

    The generated signature.

  • diff --git a/docs/typedoc/interfaces/app__pgp_pgp_signer.signable.html b/docs/typedoc/interfaces/app__pgp_pgp_signer.signable.html index 3a24b8e..38ba362 100644 --- a/docs/typedoc/interfaces/app__pgp_pgp_signer.signable.html +++ b/docs/typedoc/interfaces/app__pgp_pgp_signer.signable.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -101,9 +109,14 @@
    • +
      +
      +

      The message to be signed.

      +
      +

      Returns string

    diff --git a/docs/typedoc/interfaces/app__pgp_pgp_signer.signature.html b/docs/typedoc/interfaces/app__pgp_pgp_signer.signature.html index d25b9fd..d26501f 100644 --- a/docs/typedoc/interfaces/app__pgp_pgp_signer.signature.html +++ b/docs/typedoc/interfaces/app__pgp_pgp_signer.signature.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -100,9 +108,14 @@
      algo: string
      +
      +
      +

      Encryption algorithm used

      +
      +
    @@ -110,9 +123,14 @@
    data: string
    +
    +
    +

    Data to be signed.

    +
    +
    @@ -120,9 +138,14 @@
    digest: string
    +
    +
    +

    Message digest

    +
    +
    @@ -130,9 +153,14 @@
    engine: string
    +
    +
    +

    Encryption engine used.

    +
    +
    diff --git a/docs/typedoc/interfaces/app__pgp_pgp_signer.signer.html b/docs/typedoc/interfaces/app__pgp_pgp_signer.signer.html index 53ff0ac..690c515 100644 --- a/docs/typedoc/interfaces/app__pgp_pgp_signer.signer.html +++ b/docs/typedoc/interfaces/app__pgp_pgp_signer.signer.html @@ -68,6 +68,14 @@
    +
    +
    +
    +
    exports
    +
    +
    +
    +

    Hierarchy

      @@ -112,10 +120,16 @@
    • +
      +
      +

      Get the private key fingerprint.

      +
      +

      Returns string

      +

      A private key fingerprint.

    @@ -129,9 +143,14 @@
  • +
    +
    +

    Event triggered on successful signing of message.

    +
    +

    Parameters

    • @@ -152,9 +171,14 @@
    • +
      +
      +

      Event triggered on successful verification of a signature.

      +
      +

      Parameters

      • @@ -175,16 +199,25 @@
      • +
        +
        +

        Load the message digest.

        +
        +

        Parameters

        • material: Signable
          +
          +

          A signable object.

          +

        Returns boolean

        +

        true - If digest has been loaded successfully.

      @@ -198,13 +231,25 @@
    • +
      +
      +

      Signs a message using a private key.

      +
      +
      +
      async
      +
      +
      +

      Parameters

      • digest: string
        +
        +

        The message to be signed.

        +

      Returns Promise<void>

      @@ -221,16 +266,27 @@
    • +
      +
      +

      Verify that signature is valid.

      +
      +

      Parameters

      • digest: string
        +
        +

        The message that was signed.

        +
      • signature: Signature
        +
        +

        The generated signature.

        +

      Returns void

      diff --git a/src/app/_pgp/pgp-key-store.spec.ts b/src/app/_pgp/pgp-key-store.spec.ts index d91331c..3e6510c 100644 --- a/src/app/_pgp/pgp-key-store.spec.ts +++ b/src/app/_pgp/pgp-key-store.spec.ts @@ -1,3 +1,4 @@ +// Application imports import { MutablePgpKeyStore } from '@app/_pgp/pgp-key-store'; describe('PgpKeyStore', () => { diff --git a/src/app/_pgp/pgp-key-store.ts b/src/app/_pgp/pgp-key-store.ts index f7cf370..04af64a 100644 --- a/src/app/_pgp/pgp-key-store.ts +++ b/src/app/_pgp/pgp-key-store.ts @@ -1,88 +1,290 @@ +// Third party imports import { KeyStore } from 'cic-client-meta'; // TODO should we put this on the mutable key store object import * as openpgp from 'openpgp'; + +/** An openpgp Keyring instance. */ const keyring = new openpgp.Keyring(); /** - * @extends + * Mutable Key store interface. + * + * @extends KeyStore */ interface MutableKeyStore extends KeyStore { + /** + * Instantiate the keyring in the keystore. + * @async + */ loadKeyring(): void; + /** + * Add a key pair to keyring. + * @async + * @param publicKey - The public key to be added to the keyring. + * @param privateKey - The private key to be added to the keyring. + * @throws Error + */ importKeyPair(publicKey: any, privateKey: any): Promise; - importPublicKey(publicKey: any): void; + /** + * Add public key to keyring. + * @async + * @param publicKey - The public key to be added to the keyring. + * @throws Error + */ + importPublicKey(publicKey: any): Promise; + /** + * Add private key to keyring. + * @async + * @param privateKey - The private key to be added to the keyring. + * @throws Error + */ importPrivateKey(privateKey: any): Promise; + /** + * Get all the public keys. + * @returns An array of public keys. + */ getPublicKeys(): Array; + /** + * Get all the trusted keys. + * @returns An array of trusted keys. + */ getTrustedKeys(): Array; + /** + * Get all the trusted active keys. + * @returns An array of trusted active keys. + */ getTrustedActiveKeys(): Array; + /** + * Get all the encryption keys. + * @returns An array of encryption keys. + * @remarks + * Current implementation doesn't include encryption keys. + * This is included to appease the implemented Keystore interface. + */ getEncryptKeys(): Array; + /** + * Get all private keys. + * @returns An array of all private keys. + */ getPrivateKeys(): Array; + /** + * Get the first private key. + * @returns The first private key. + */ getPrivateKey(): any; + /** + * Test if the input is a valid key. + * @async + * @param key - The input to be validated. + * @returns true - If the input is a valid key. + */ isValidKey(key: any): Promise; + /** + * Verify that a private key is encrypted. + * @async + * @param privateKey - The private key to verify. + * @returns true - If private key is encrypted. + */ isEncryptedPrivateKey(privateKey: any): Promise; + /** + * Get the first private key's fingerprint. + * @returns The first private key's fingerprint. + */ getFingerprint(): string; + /** + * Get a key's keyId. + * @param key - The key to fetch the keyId from. + * @returns The key's keyId. + */ getKeyId(key: any): string; + /** + * Get the first private key's keyID. + * @returns The first private key's keyId. + */ getPrivateKeyId(): string; + /** + * Get keys from the keyring using their keyId. + * @param keyId - The keyId of the keys to be fetched from the keyring. + * @returns An array of the keys with that keyId. + */ getKeysForId(keyId: string): Array; + /** + * Get a public key from the keyring using it's keyId. + * @param keyId - The keyId of the public key to be fetched from the keyring. + * @returns The public key with that keyId. + */ getPublicKeyForId(keyId: string): any; + /** + * Get a private key from the keyring using it's keyId. + * @param keyId - The keyId of the private key to be fetched from the keyring. + * @returns The private key with that keyId. + */ getPrivateKeyForId(keyId: string): any; + /** + * Get a public key from the keyring using it's subkeyId. + * @param subkeyId - The subkeyId of the public key to be fetched from the keyring. + * @returns The public key with that subkeyId. + */ getPublicKeyForSubkeyId(subkeyId: string): any; + /** + * Get public keys from the keyring using their address. + * @param address - The address of the public keys to be fetched from the keyring. + * @returns An array of the public keys with that address. + */ getPublicKeysForAddress(address: string): Array; + /** + * Remove a public key from the keyring using it's keyId. + * @param keyId - The keyId of the keys to be removed from the keyring. + * @returns An array of the removed keys. + */ removeKeysForId(keyId: string): Array; + /** + * Remove a public key from the keyring using it's keyId. + * @param keyId - The keyId of the public key to be removed from the keyring. + * @returns The removed public key. + */ removePublicKeyForId(keyId: string): any; + /** + * Remove a public key from the keyring. + * @param publicKey - The public key to be removed from the keyring. + * @returns The removed public key. + */ removePublicKey(publicKey: any): any; + /** Remove all keys from the keyring. */ clearKeysInKeyring(): void; + /** + * Sign message using private key. + * @async + * @param plainText - The message to be signed. + * @returns The generated signature. + */ sign(plainText: string): Promise; } +/** Provides a keyring for pgp keys. */ class MutablePgpKeyStore implements MutableKeyStore { + /** + * Instantiate the keyring in the keystore. + * @async + */ async loadKeyring(): Promise { await keyring.load(); await keyring.store(); } + /** + * Add a key pair to keyring. + * @async + * @param publicKey - The public key to be added to the keyring. + * @param privateKey - The private key to be added to the keyring. + * @throws Error + */ async importKeyPair(publicKey: any, privateKey: any): Promise { - await keyring.publicKeys.importKey(publicKey); - await keyring.privateKeys.importKey(privateKey); + try { + await keyring.publicKeys.importKey(publicKey); + await keyring.privateKeys.importKey(privateKey); + } catch (error) { + throw error; + } } - importPublicKey(publicKey: any): void { - keyring.publicKeys.importKey(publicKey); + /** + * Add public key to keyring. + * @async + * @param publicKey - The public key to be added to the keyring. + * @throws Error + */ + async importPublicKey(publicKey: any): Promise { + try { + await keyring.publicKeys.importKey(publicKey); + } catch (error) { + throw error; + } } + /** + * Add private key to keyring. + * @async + * @param privateKey - The private key to be added to the keyring. + * @throws Error + */ async importPrivateKey(privateKey: any): Promise { - await keyring.privateKeys.importKey(privateKey); + try { + await keyring.privateKeys.importKey(privateKey); + } catch (error) { + throw error; + } } + /** + * Get all the public keys. + * @returns An array of public keys. + */ getPublicKeys(): Array { - return keyring.publicKeys.keys; + return keyring.publicKeys && keyring.publicKeys.keys; } + /** + * Get all the trusted keys. + * @returns An array of trusted keys. + */ getTrustedKeys(): Array { - return keyring.publicKeys.keys; + return keyring.publicKeys && keyring.publicKeys.keys; } + /** + * Get all the trusted active keys. + * @returns An array of trusted active keys. + */ getTrustedActiveKeys(): Array { - return keyring.publicKeys.keys; + return keyring.publicKeys && keyring.publicKeys.keys; } + /** + * Get all the encryption keys. + * @returns An array of encryption keys. + * @remarks + * Current implementation doesn't include encryption keys. + * This is included to appease the implemented Keystore interface. + */ getEncryptKeys(): Array { return []; } + /** + * Get all private keys. + * @returns An array of all private keys. + */ getPrivateKeys(): Array { - return keyring.privateKeys.keys; + return keyring.privateKeys && keyring.privateKeys.keys; } + /** + * Get the first private key. + * @returns The first private key. + */ getPrivateKey(): any { return keyring.privateKeys && keyring.privateKeys.keys[0]; } + /** + * Test if the input is a valid key. + * @async + * @param key - The input to be validated. + * @returns true - If the input is a valid key. + */ async isValidKey(key): Promise { // There is supposed to be an openpgp.readKey() method but I can't find it? const testKey = await openpgp.key.readArmored(key); return !testKey.err; } + /** + * Verify that a private key is encrypted. + * @async + * @param privateKey - The private key to verify. + * @returns true - If private key is encrypted. + */ async isEncryptedPrivateKey(privateKey: any): Promise { const imported = await openpgp.key.readArmored(privateKey); for (const key of imported.keys) { @@ -93,6 +295,10 @@ class MutablePgpKeyStore implements MutableKeyStore { return true; } + /** + * Get the first private key's fingerprint. + * @returns The first private key's fingerprint. + */ getFingerprint(): string { // TODO Handle multiple keys return ( @@ -103,10 +309,19 @@ class MutablePgpKeyStore implements MutableKeyStore { ); } + /** + * Get a key's keyId. + * @param key - The key to fetch the keyId from. + * @returns The key's keyId. + */ getKeyId(key: any): string { return key.getKeyId().toHex(); } + /** + * Get the first private key's keyID. + * @returns The first private key's keyId. + */ getPrivateKeyId(): string { // TODO is there a library that comes with angular for doing this? return ( @@ -116,43 +331,90 @@ class MutablePgpKeyStore implements MutableKeyStore { ); } + /** + * Get keys from the keyring using their keyId. + * @param keyId - The keyId of the keys to be fetched from the keyring. + * @returns An array of the keys with that keyId. + */ getKeysForId(keyId: string): Array { return keyring.getKeysForId(keyId); } + /** + * Get a public key from the keyring using it's keyId. + * @param keyId - The keyId of the public key to be fetched from the keyring. + * @returns The public key with that keyId. + */ getPublicKeyForId(keyId): any { - return keyring.publicKeys.getForId(keyId); + return keyring.publicKeys && keyring.publicKeys.getForId(keyId); } + /** + * Get a private key from the keyring using it's keyId. + * @param keyId - The keyId of the private key to be fetched from the keyring. + * @returns The private key with that keyId. + */ getPrivateKeyForId(keyId): any { - return keyring.privateKeys.getForId(keyId); + return keyring.privateKeys && keyring.privateKeys.getForId(keyId); } + /** + * Get a public key from the keyring using it's subkeyId. + * @param subkeyId - The subkeyId of the public key to be fetched from the keyring. + * @returns The public key with that subkeyId. + */ getPublicKeyForSubkeyId(subkeyId): any { - return keyring.publicKeys.getForId(subkeyId, true); + return keyring.publicKeys && keyring.publicKeys.getForId(subkeyId, true); } + /** + * Get public keys from the keyring using their address. + * @param address - The address of the public keys to be fetched from the keyring. + * @returns An array of the public keys with that address. + */ getPublicKeysForAddress(address): Array { - return keyring.publicKeys.getForAddress(address); + return keyring.publicKeys && keyring.publicKeys.getForAddress(address); } + /** + * Remove a public key from the keyring using it's keyId. + * @param keyId - The keyId of the keys to be removed from the keyring. + * @returns An array of the removed keys. + */ removeKeysForId(keyId): Array { return keyring.removeKeysForId(keyId); } + /** + * Remove a public key from the keyring using it's keyId. + * @param keyId - The keyId of the public key to be removed from the keyring. + * @returns The removed public key. + */ removePublicKeyForId(keyId): any { - return keyring.publicKeys.removeForId(keyId); + return keyring.publicKeys && keyring.publicKeys.removeForId(keyId); } + /** + * Remove a public key from the keyring. + * @param publicKey - The public key to be removed from the keyring. + * @returns The removed public key. + */ removePublicKey(publicKey: any): any { const keyId = publicKey.getKeyId().toHex(); - return keyring.publicKeys.removeForId(keyId); + return keyring.publicKeys && keyring.publicKeys.removeForId(keyId); } + /** Remove all keys from the keyring. */ clearKeysInKeyring(): void { keyring.clear(); } + /** + * Sign message using private key. + * @async + * @param plainText - The message to be signed. + * @returns The generated signature. + */ async sign(plainText): Promise { const privateKey = this.getPrivateKey(); if (!privateKey.isDecrypted()) { @@ -169,4 +431,5 @@ class MutablePgpKeyStore implements MutableKeyStore { } } +/** @exports */ export { MutablePgpKeyStore, MutableKeyStore }; diff --git a/src/app/_pgp/pgp-signer.spec.ts b/src/app/_pgp/pgp-signer.spec.ts index d3e6469..2214dcf 100644 --- a/src/app/_pgp/pgp-signer.spec.ts +++ b/src/app/_pgp/pgp-signer.spec.ts @@ -1,5 +1,7 @@ -import { PGPSigner } from '@app/_pgp/pgp-signer'; +// Application imports import { MutableKeyStore, MutablePgpKeyStore } from '@app/_pgp/pgp-key-store'; +import { PGPSigner } from '@app/_pgp/pgp-signer'; + const keystore: MutableKeyStore = new MutablePgpKeyStore(); describe('PgpSigner', () => { diff --git a/src/app/_pgp/pgp-signer.ts b/src/app/_pgp/pgp-signer.ts index 990a923..93ff7c8 100644 --- a/src/app/_pgp/pgp-signer.ts +++ b/src/app/_pgp/pgp-signer.ts @@ -1,53 +1,111 @@ +// Third party imports +import * as openpgp from 'openpgp'; + +// Application imports import { MutableKeyStore } from '@app/_pgp/pgp-key-store'; import { LoggingService } from '@app/_services/logging.service'; -const openpgp = require('openpgp'); - +/** Signable object interface */ interface Signable { + /** The message to be signed. */ digest(): string; } +/** Signature object interface */ interface Signature { + /** Encryption engine used. */ engine: string; + /** Encryption algorithm used */ algo: string; + /** Data to be signed. */ data: string; + /** Message digest */ digest: string; } +/** Signer interface */ interface Signer { + /** Event triggered on successful signing of message. */ onsign(signature: Signature): void; + /** Event triggered on successful verification of a signature. */ onverify(flag: boolean): void; + /** + * Get the private key fingerprint. + * @returns A private key fingerprint. + */ fingerprint(): string; + /** + * Load the message digest. + * @param material - A signable object. + * @returns true - If digest has been loaded successfully. + */ prepare(material: Signable): boolean; + /** + * Verify that signature is valid. + * @param digest - The message that was signed. + * @param signature - The generated signature. + */ verify(digest: string, signature: Signature): void; + /** + * Signs a message using a private key. + * @async + * @param digest - The message to be signed. + */ sign(digest: string): Promise; } +/** Provides functionality for signing and verifying signed messages. */ class PGPSigner implements Signer { + /** Encryption engine used. */ engine = 'pgp'; + /** Encryption algorithm used */ algo = 'sha256'; + /** Message digest */ dgst: string; + /** Generated signature */ signature: Signature; + /** A keystore holding pgp keys. */ keyStore: MutableKeyStore; + /** Event triggered on successful signing of message. */ onsign: (signature: Signature) => void; + /** Event triggered on successful verification of a signature. */ onverify: (flag: boolean) => void; + /** A service that provides logging capabilities. */ loggingService: LoggingService; + /** + * Initializing the Signer. + * @param keyStore - A keystore holding pgp keys. + */ constructor(keyStore: MutableKeyStore) { this.keyStore = keyStore; this.onsign = (signature: Signature) => {}; this.onverify = (flag: boolean) => {}; } + /** + * Get the private key fingerprint. + * @returns A private key fingerprint. + */ public fingerprint(): string { return this.keyStore.getFingerprint(); } + /** + * Load the message digest. + * @param material - A signable object. + * @returns true - If digest has been loaded successfully. + */ public prepare(material: Signable): boolean { this.dgst = material.digest(); return true; } + /** + * Verify that signature is valid. + * @param digest - The message that was signed. + * @param signature - The generated signature. + */ public verify(digest: string, signature: Signature): void { openpgp.signature .readArmored(signature.data) @@ -80,6 +138,11 @@ class PGPSigner implements Signer { }); } + /** + * Signs a message using a private key. + * @async + * @param digest - The message to be signed. + */ public async sign(digest: string): Promise { const m = openpgp.cleartext.fromText(digest); const pk = this.keyStore.getPrivateKey(); @@ -111,4 +174,5 @@ class PGPSigner implements Signer { } } +/** @exports */ export { Signable, Signature, Signer, PGPSigner };