UNPKG

o3-dapi-ont

Version:
8 lines 217 B
interface GetStorageInput { contract: string; key: string; network: string; } export declare function getStorage(data: GetStorageInput): Promise<string>; export {}; //# sourceMappingURL=getStorage.d.ts.map