Swap-Aggregator-Subgraph/node_modules/ethereum-cryptography/secp256k1.d.ts
2022-07-03 07:27:35 +05:30

4 lines
191 B
TypeScript

export declare function createPrivateKey(): Promise<Uint8Array>;
export declare function createPrivateKeySync(): Uint8Array;
export * from "secp256k1";
//# sourceMappingURL=secp256k1.d.ts.map