UNPKG

@nimiq/hub-api

Version:

The Nimiq Hub provides a unified interface for all Nimiq accounts, addresses, and contracts. It is the primary UI for Nimiq users to manage their accounts and provides websites and apps with a concise API to interact with their users’ Nimiq addresses.

6 lines (4 loc) 295 B
export { default } from '../dist/src/HubApi'; // export public request types, RequestBehavior types and Account types for convenience of the HupApi user export * from '../dist/src/PublicRequestTypes'; export { PopupRequestBehavior, RedirectRequestBehavior } from '../dist/src/RequestBehavior';