UNPKG

@etherna/sdk-js

Version:

Etherna SDKs for operations on the network

10 lines 302 B
import type { Reference } from "../../clients"; export type SwarmResourcePinStatus = { reference: Reference; isPinned: boolean; freePinningEndOfLife?: string; isPinningInProgress?: boolean; isPinningRequired?: boolean; pinnedBy?: string[]; }; //# sourceMappingURL=types.d.ts.map