mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 06:47:57 +00:00
3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
import type { BN } from '@pezkuwi/util';
|
|
export declare function createKeyMulti(who: (string | Uint8Array)[], threshold: bigint | BN | number): Uint8Array;
|