UNPKG

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