UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 189 B
/// <reference types="bn.js" /> import type { BN } from '@polkadot/util'; export declare function createKeyMulti(who: (string | Uint8Array)[], threshold: bigint | BN | number): Uint8Array;