Skip to main content
Go to Latest
interface KeyPairSyncResult
import { type KeyPairSyncResult } from "https://deno.land/std@0.147.0/node/internal/crypto/keygen.ts";

Type Parameters

T1 extends string | Buffer
T2 extends string | Buffer

Properties

publicKey: T1
privateKey: T2