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

x/polkadot/keyring/pair/types.ts>PairInfo

Package publishing for deno.land/x/polkadot
Latest
interface PairInfo
import { type PairInfo } from "https://deno.land/x/polkadot@0.2.45/keyring/pair/types.ts";

Properties

publicKey: Uint8Array
optional
secretKey: Uint8Array | undefined
optional
seed: Uint8Array | null