UNPKG

aftermath-ts-sdk

Version:
8 lines 332 B
import { SuiSystemStateSummary } from "@mysten/sui/client"; import { AftermathApi } from "../../../general/providers/aftermathApi"; export declare class SuiApi { private readonly Provider; constructor(Provider: AftermathApi); fetchSystemState: () => Promise<SuiSystemStateSummary>; } //# sourceMappingURL=suiApi.d.ts.map