@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
9 lines • 399 B
TypeScript
import { LidoSDKCacheable } from '../common/class-primitives/cacheable.js';
import { type Bus } from './bus.js';
import { type LidoSDKVaultsModuleProps } from './types.js';
export declare class BusModule extends LidoSDKCacheable {
protected readonly bus: Bus;
protected version: string | undefined;
constructor(props: LidoSDKVaultsModuleProps);
}
//# sourceMappingURL=bus-module.d.ts.map