Skip to main content
Module

x/polkadot/types/interfaces/index.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.25/types/interfaces/index.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"