UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

4 lines (2 loc) 115 B
import { Provider, Signer } from 'ethers'; export declare const isSigner: (driver: Provider | Signer) => boolean;