UNPKG

@lidofinance/lido-ethereum-sdk

Version:

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

12 lines 385 B
import { type Address } from 'viem'; import { AbstractLidoSDKErc20 } from './erc20.js'; export declare class LidoSDKwstETH extends AbstractLidoSDKErc20 { contractAddress(): Promise<Address>; erc721Domain(): Promise<{ name: string; version: string; chainId: bigint; verifyingContract: `0x${string}`; }>; } //# sourceMappingURL=wsteth.d.ts.map