@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
30 lines • 828 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PartStethAbi = void 0;
exports.PartStethAbi = [
{
constant: false,
inputs: [
{ name: '_spender', type: 'address' },
{ name: '_amount', type: 'uint256' },
],
name: 'approve',
outputs: [{ name: '', type: 'bool' }],
payable: false,
stateMutability: 'nonpayable',
type: 'function',
},
{
constant: true,
inputs: [
{ name: '_owner', type: 'address' },
{ name: '_spender', type: 'address' },
],
name: 'allowance',
outputs: [{ name: '', type: 'uint256' }],
payable: false,
stateMutability: 'view',
type: 'function',
},
];
//# sourceMappingURL=partStETH.js.map