import { type KeyringPair } from "https://deno.land/x/polkadot@0.2.12/keyring/types.ts";
Properties
readonly
meta: KeyringPair$Metareadonly
type: KeypairTypeMethods
derive(suri: string, meta?: KeyringPair$Meta): KeyringPair
setMeta(meta: KeyringPair$Meta): void
sign(message: HexString | string | Uint8Array, options?: SignOptions): Uint8Array
toJson(passphrase?: string): KeyringPair$Json