@tw3/wttp-core
Version:
Core contracts, interfaces, and TypeScript types for the Web3 Transfer Protocol (WTTP).
14 lines • 459 B
TypeScript
export * from '../typechain-types';
export declare const IWTTPSiteArtifact: any;
export declare const IWTTPGatewayArtifact: any;
export declare const IWTTPStorageArtifact: any;
export declare const IWTTPPermissionsArtifact: any;
export declare const WTTPTypesArtifact: any;
export declare const artifacts: {
IWTTPSite: any;
IWTTPGateway: any;
IWTTPStorage: any;
IWTTPPermissions: any;
WTTPTypes: any;
};
//# sourceMappingURL=index.d.ts.map