Skip to main content
Module

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

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

Properties

publicKey: Uint8Array

The publicKey for this pair

seed: Uint8Array

The seed used to construct the pair