UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

9 lines (8 loc) 116 B
/** * @readonly * @enum {string} */ export const CallMutability = { Static: 'STATIC', Mutable: 'MUTABLE', };