UNPKG

droplinked-payment-hub

Version:

A unified payment component that handles different payment providers

7 lines (6 loc) 212 B
/** * Get the base API URL based on the network type * @param isTestnet - Whether to use testnet or mainnet * @returns The base API URL */ export declare const getBaseApiUrl: (isTestnet?: boolean) => string;