@tw3/esp
Version:
Storage protocol built on ethereum using datapoint archetecture and a registry contract for handling royalties.
12 lines • 341 B
TypeScript
/**
* 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 * from './deployments';
export * from '../typechain-types';
//# sourceMappingURL=index.d.ts.map