mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-27 09:17:58 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { Keypair } from '../types.js';
|
||||
/**
|
||||
* @name sr25519VrfSign
|
||||
* @description Sign with sr25519 vrf signing (deterministic)
|
||||
*/
|
||||
export declare function sr25519VrfSign(message: string | Uint8Array, { secretKey }: Partial<Keypair>, context?: string | Uint8Array, extra?: string | Uint8Array): Uint8Array;
|
||||
Reference in New Issue
Block a user