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

x/polkadot/types/types/index.ts>IKeyringPair

Package publishing for deno.land/x/polkadot
Go to Latest
interface IKeyringPair
Re-export
import { type IKeyringPair } from "https://deno.land/x/polkadot@0.2.25/types/types/index.ts";

Properties

readonly
address: string
readonly
addressRaw: Uint8Array
readonly
publicKey: Uint8Array
sign: (data: Uint8Array, options?: SignOptions) => Uint8Array