methods.js 137 B

12345
  1. const { ethers } = require('hardhat');
  2. module.exports = {
  3. selector: signature => ethers.FunctionFragment.from(signature).selector,
  4. };