• Parameters

    • address: Buffer

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

    • 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