UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

7 lines (6 loc) 190 B
/** * @param {import('types/entities').ContractCall} call * @returns {boolean} */ export const isParsable = (call) => call.method !== undefined && call.contractInterface !== undefined;