Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util-crypto/index.ts>sr25519DerivePublic

Package publishing for deno.land/x/polkadot
Go to Latest
function sr25519DerivePublic
import { sr25519DerivePublic } from "https://deno.land/x/polkadot@0.2.42/util-crypto/index.ts";

Parameters

publicKey: string | Uint8Array
chainCode: Uint8Array

Returns

Uint8Array