besu-network-manager
Version:
TypeScript library for managing Hyperledger Besu networks with Clique consensus using Docker
11 lines • 358 B
TypeScript
import { NodeCredentials } from './types.js';
export declare class KeyGenerator {
private ec;
constructor();
generateKeyPair(ip: string, port: number): NodeCredentials;
private publicKeyToAddress;
private addHexPrefix;
private removeHexPrefix;
isValidAddress(address: string): boolean;
}
//# sourceMappingURL=KeyGenerator.d.ts.map