Properties

ed25519: KeyPair
ed25519_hex: {
    privateKey: string;
    publicKey: string;
}
rsa: KeyPair
rsa_hex: {
    privateKey: string;
    publicKey: string;
}

Methods

  • Parameters

    • privateKey: `0x${string}`

    Returns Promise<void>