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

x/polkadot/keyring/types.ts>KeyringPairs

Package publishing for deno.land/x/polkadot
Go to Latest
interface KeyringPairs
import { type KeyringPairs } from "https://deno.land/x/polkadot@0.2.11/keyring/types.ts";

Properties

add: (pair: KeyringPair) => KeyringPair
all: () => KeyringPair[]
get: (address: string | Uint8Array) => KeyringPair
remove: (address: string | Uint8Array) => void