Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.secp256k1Verify

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.secp256k1Verify
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.40/mod.ts";
const { secp256k1Verify } = utilCrypto;

Parameters

msgHash: HexString | Uint8Array | string
signature: HexString | Uint8Array | string
address: HexString | Uint8Array | string
optional
hashType: HashType = [UNSUPPORTED]
optional
onlyJs: boolean

Returns

boolean