UNPKG

@polkadot/util-crypto

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