UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 157 B
import type { BN } from '@polkadot/util'; export declare function createKeyMulti(who: (string | Uint8Array)[], threshold: bigint | BN | number): Uint8Array;