Variable defaultFaucetAccountConst

defaultFaucetAccount: {
    address: string;
    encrypted: {};
    keyPath: string;
    plain: {
        blsKey: string;
        blsKeyPath: string;
        blsPrivateKey: string;
        blsProofOfPossession: string;
        generatorKey: string;
        generatorKeyPath: string;
        generatorPrivateKey: string;
    };
    privateKey: string;
    publicKey: string;
} = ...

Type declaration

  • address: string
  • encrypted: {}
    • keyPath: string
    • plain: {
          blsKey: string;
          blsKeyPath: string;
          blsPrivateKey: string;
          blsProofOfPossession: string;
          generatorKey: string;
          generatorKeyPath: string;
          generatorPrivateKey: string;
      }
      • blsKey: string
      • blsKeyPath: string
      • blsPrivateKey: string
      • blsProofOfPossession: string
      • generatorKey: string
      • generatorKeyPath: string
      • generatorPrivateKey: string
    • privateKey: string
    • publicKey: string

    Generated using TypeDoc