UNPKG

@tw3/esp

Version:

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

14 lines 781 B
/** * Ethereum Storage Protocol (ESP) - Main Package Export * * This package provides TypeScript types, contract interfaces, and deployment * information for the Ethereum Storage Protocol. * * @version 0.2.0 * @license AGPL-3.0 */ export { DataPointRegistry, DataPointRegistry__factory, DataPointStorage, DataPointStorage__factory, IDataPointRegistry, IDataPointRegistry__factory, IDataPointStorage, IDataPointStorage__factory } from './types'; export * from './contracts'; export { espDeployments, loadContract, getContractAddress, getDeploymentInfo, getSupportedChainIds, addLocalhostDeployment, removeLocalhostDeployment, listAllDeployments, hasLocalhostDeployment, LocalDeploymentData } from './deployments'; export * from './types'; //# sourceMappingURL=index.d.ts.map