UNPKG

@gamechanger-finance/gc

Version:

Official GameChanger Wallet library and CLI for integrating with Cardano dapps and solve other tasks (https://gamechanger.finance/)

17 lines (16 loc) 492 B
import { APIEncoding, APIVersion, NetworkType, QRTemplateType } from '../../types'; declare const _default: (args: { apiVersion: APIVersion; network: NetworkType; encoding: APIEncoding; input: string; debug?: boolean; refAddress?: string; disableNetworkRouter?: boolean; urlPattern?: string; qrResultType?: "png" | "svg"; outputFile?: string; template?: QRTemplateType | string; styles?: string; }) => Promise<string>; export default _default;