httpay
Version:
HTTPay SDK for interacting with HTTPay smart contracts on Neutron
25 lines • 919 B
TypeScript
/**
* Organized namespace exports for HTTPay SDK (Core only - no React dependencies)
*/
import * as EscrowClient from './src/Escrow/Escrow.client';
import * as RegistryClient from './src/Registry/Registry.client';
export declare const Escrow: {
EscrowQueryClient: typeof EscrowClient.EscrowQueryClient;
EscrowClient: typeof EscrowClient.EscrowClient;
};
export declare const Registry: {
RegistryQueryClient: typeof RegistryClient.RegistryQueryClient;
RegistryClient: typeof RegistryClient.RegistryClient;
};
declare const _default: {
Escrow: {
EscrowQueryClient: typeof EscrowClient.EscrowQueryClient;
EscrowClient: typeof EscrowClient.EscrowClient;
};
Registry: {
RegistryQueryClient: typeof RegistryClient.RegistryQueryClient;
RegistryClient: typeof RegistryClient.RegistryClient;
};
};
export default _default;
//# sourceMappingURL=namespace.d.ts.map