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

x/polkadot/types/interfaces/types.ts>MultiSigner

Package publishing for deno.land/x/polkadot
Go to Latest
interface MultiSigner
implements Enum
Re-export
import { type MultiSigner } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/types.ts";

Properties

readonly
isEd25519: boolean
readonly
asEd25519: U8aFixed
readonly
isSr25519: boolean
readonly
asSr25519: U8aFixed
readonly
isEcdsa: boolean
readonly
asEcdsa: U8aFixed
readonly
type: "Ed25519" | "Sr25519" | "Ecdsa"