UNPKG

@iexec/web3mail

Version:

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

6 lines (4 loc) 242 B
import { getSignerFromPrivateKey } from 'iexec/utils'; import { Web3SignerProvider } from '../web3mail/types.js'; export const getWeb3Provider = (privateKey: string): Web3SignerProvider => getSignerFromPrivateKey('bellecour', privateKey);