UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

8 lines 278 B
import type { BeeClient } from "."; import type { RequestOptions } from ".."; export declare class ChainState { private instance; constructor(instance: BeeClient); getCurrentPrice(options?: RequestOptions): Promise<number>; } //# sourceMappingURL=chainstate.d.ts.map