UNPKG

wttp-core

Version:

Core contracts, interfaces, and TypeScript types for the Web3 Transfer Protocol (WTTP).

12 lines 708 B
export * from '../typechain-types'; export * from '../typechain-types/contracts/interfaces'; export { IBaseWTTPPermissionsInterface, } from '../typechain-types/contracts/interfaces/IBaseWTTPPermissions'; export { IBaseWTTPStorageInterface, } from '../typechain-types/contracts/interfaces/IBaseWTTPStorage'; export { IBaseWTTPSiteInterface, } from '../typechain-types/contracts/interfaces/IBaseWTTPSite'; export { IWTTPGatewayInterface, } from '../typechain-types/contracts/interfaces/IWTTPGateway'; export * from '../typechain-types/contracts/interfaces/IWTTP'; export * from './config'; export * from './constants'; export * from './deployments'; export * from './utils'; //# sourceMappingURL=index.d.ts.map