UNPKG

@exromany/lido-csm-sdk

Version:

[![GitHub license](https://img.shields.io/github/license/lidofinance/lido-csm-sdk?color=limegreen)](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [![Version npm](https://img.shields.io/npm/v/@lidofinance/lido-csm-sdk?label=version)](h

32 lines 778 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WithdrawalVaultAbi = void 0; exports.WithdrawalVaultAbi = [ { type: 'function', name: 'getWithdrawalRequestFee', inputs: [], outputs: [ { name: '', type: 'uint256', internalType: 'uint256', }, ], stateMutability: 'view', }, { type: 'event', name: 'WithdrawalRequestAdded', inputs: [ { name: 'request', type: 'bytes', indexed: false, internalType: 'bytes', }, ], anonymous: false, }, ]; //# sourceMappingURL=WithdrawalVault.js.map