UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

7 lines (6 loc) 274 B
import { ChainId } from '../config/config.js'; import { Web3SignerProvider } from '../lib/types/index.js'; export declare const getWeb3Provider: (privateKey: string, options?: { allowExperimentalNetworks?: boolean; host?: ChainId | string; }) => Web3SignerProvider;