Skip to main content
Go to Latest
interface KeyPairSyncResult
Re-export
import { type KeyPairSyncResult } from "https://deno.land/std@0.166.0/node/crypto.ts";

Type Parameters

T1 extends string | Buffer
T2 extends string | Buffer

Properties

publicKey: T1
privateKey: T2