@exromany/lido-csm-sdk
Version:
[](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [](h
32 lines • 778 B
JavaScript
;
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