4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
const TYPES = ['address', 'bytes32', 'uint256'];
|
|
|
|
module.exports = { TYPES };
|