UNPKG

httpay

Version:

HTTPay SDK for interacting with HTTPay smart contracts on Neutron

16 lines 600 B
/** * HTTPay SDK V2 - Source Exports * * This file exports all components and utilities from the SDK source. */ export * from './react'; export * from './abstractions'; export * as RegistryTypes from './Registry/Registry.types'; export * from './Registry/Registry.client'; export * from './Registry/Registry.react-query'; export * as EscrowTypes from './Escrow/Escrow.types'; export * from './Escrow/Escrow.client'; export * from './Escrow/Escrow.react-query'; export { contracts as Escrow } from './Escrow'; export { contracts as Registry } from './Registry'; //# sourceMappingURL=index.d.ts.map