UNPKG

openzeppelin-network-test

Version:

An easy to use and reliable library that provides one line access to Web3 API.

7 lines (6 loc) 151 B
/// <reference types="node" /> export interface KeyPair { privateKey: Buffer; address: string; } export declare function ephemeral(): KeyPair;