Update docs
This commit is contained in:
5
test/helpers/methods.js
Normal file
5
test/helpers/methods.js
Normal file
@ -0,0 +1,5 @@
|
||||
const { soliditySha3 } = require('web3-utils');
|
||||
|
||||
module.exports = {
|
||||
selector: signature => soliditySha3(signature).substring(0, 10),
|
||||
};
|
||||
Reference in New Issue
Block a user