Skip to main content
Module

x/polkadot/util-crypto/types.ts>VerifyResult

Package publishing for deno.land/x/polkadot
Go to Latest
interface VerifyResult
import { type VerifyResult } from "https://deno.land/x/polkadot@0.2.27/util-crypto/types.ts";

Properties

crypto: "none" | KeypairType
isValid: boolean
isWrapped: boolean
publicKey: Uint8Array