Go to Latest
interface KeyPairSyncResult
import { type KeyPairSyncResult } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Type Parameters

T1 extends string | Buffer
T2 extends string | Buffer

Properties

publicKey: T1
privateKey: T2
import KeyPairSyncResult
import { KeyPairSyncResult } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";