Files
pezkuwi-common/packages/util-crypto/address/keyMulti.d.ts
T

3 lines
156 B
TypeScript

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