UNPKG

@lidofinance/lido-ethereum-sdk

Version:

<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>

30 lines 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.permitAbi = void 0; const abi = [ { constant: true, inputs: [], name: 'eip712Domain', outputs: [ { name: 'name', type: 'string' }, { name: 'version', type: 'string' }, { name: 'chainId', type: 'uint256' }, { name: 'verifyingContract', type: 'address' }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [{ name: 'owner', type: 'address' }], name: 'nonces', outputs: [{ name: '', type: 'uint256' }], payable: false, stateMutability: 'view', type: 'function', }, ]; exports.permitAbi = abi; //# sourceMappingURL=permit.js.map