Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util-crypto/types.ts>Keypair

Package publishing for deno.land/x/polkadot
Go to Latest
interface Keypair
import { type Keypair } from "https://deno.land/x/polkadot@0.2.37/util-crypto/types.ts";

Properties

publicKey: Uint8Array
secretKey: Uint8Array