UNPKG

157 BTypeScriptView Raw
1import type { BN } from '@polkadot/util';
2export declare function createKeyMulti(who: (string | Uint8Array)[], threshold: bigint | BN | number): Uint8Array;