UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

6 lines (4 loc) 135 B
import { StateMutability } from '../entities'; export declare const isStaticMethod: ( state: StateMutability | string ) => boolean;