UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

7 lines 197 B
import type { Reference } from "../../clients"; export type SwarmResourceStatus = { reference: Reference; isOffered: boolean; offeredBy: string[]; }; //# sourceMappingURL=types.d.ts.map