keysList: {
    keys: {
        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

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

Generated using TypeDoc