@gamechanger-finance/gc
Version:
Official GameChanger Wallet library and CLI for integrating with Cardano dapps and solve other tasks (https://gamechanger.finance/)
16 lines (15 loc) • 508 B
TypeScript
import { NetworkType } from '../../types';
export declare const buildWalletQueryParams: (args: {
network?: NetworkType;
refAddress?: string;
disableNetworkRouter?: boolean;
/**
* Optional URL pattern used to build the base wallet URL.
* Currently unused here, but accepted for forward compatibility and
* for symmetry with other handlers that pass the value through.
*/
urlPattern?: string;
}) => {
[key: string]: string;
};
export default buildWalletQueryParams;