Skip to main content
Module

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

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

Properties

publicKey: Uint8Array

The publicKey for this pair

secretKey: Uint8Array

The secretKey for this pair