Skip to main content
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.40/types/types/index.ts";

Properties

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