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.42/util-crypto/types.ts";

Properties

crypto: "none" | KeypairType

The detected crypto interface, or 'none' if not detected

isValid: boolean

The validity for this result, false if invalid

isWrapped: boolean

Flag to indicate if the passed data was wrapped in ...

publicKey: Uint8Array

The extracted publicKey