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>MultiSignature

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

Properties

readonly
isEd25519: boolean
readonly
asEd25519: Ed25519Signature
readonly
isSr25519: boolean
readonly
asSr25519: Sr25519Signature
readonly
isEcdsa: boolean
readonly
asEcdsa: EcdsaSignature
readonly
type: "Ed25519" | "Sr25519" | "Ecdsa"