aftermath-ts-sdk
Version:
Aftermath TypeScript SDK
8 lines • 332 B
TypeScript
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