UNPKG

httpay

Version:

HTTPay SDK for interacting with HTTPay smart contracts on Neutron

10 lines 326 B
/** * HTTPay SDK High-Level Abstractions * * This module provides simplified APIs on top of the low-level contract clients * to make it easier for providers to implement HTTPay-enabled APIs. */ export * from './HTTPayProvider'; export * from './ConfigBuilder'; export * from './types'; //# sourceMappingURL=index.d.ts.map