UNPKG

@tw3/esp

Version:

Storage protocol built on ethereum using datapoint archetecture and a registry contract for handling royalties.

7 lines 293 B
import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as test from "./test"; export type { test }; export type { DataPointRegistry } from "./DataPointRegistry"; export type { DataPointStorage } from "./DataPointStorage"; //# sourceMappingURL=index.d.ts.map