UNPKG

eip-712

Version:

Tiny library with utility functions that can help with signing and verifying EIP-712 based messages

15 lines (11 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encode = void 0; var _abi = require("@findeth/abi"); const encode = (types, values) => { return (0, _abi.encode)(types, values); }; exports.encode = encode; //# sourceMappingURL=abi.js.map