UNPKG

ducatus-wallet-client

Version:
292 lines 7.56 kB
export declare const Constants: { SCRIPT_TYPES: { P2SH: string; P2PKH: string; P2WPKH: string; P2WSH: string; }; DERIVATION_STRATEGIES: { BIP44: string; BIP45: string; BIP48: string; }; PATHS: { SINGLE_ADDRESS: string; REQUEST_KEY: string; REQUEST_KEY_AUTH: string; }; BIP45_SHARED_INDEX: number; UNITS: { btc: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; duc: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; bch: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; eth: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; xrp: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; ducx: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; usdc: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; pax: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; gusd: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; bit: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; jamasy: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; nuyasa: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; sunoba: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; dscmed: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; pog1: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; wde: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; mdxb: { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; 'g.o.l.d.': { toSatoshis: number; full: { maxDecimals: number; minDecimals: number; }; short: { maxDecimals: number; minDecimals: number; }; }; }; COINS: string[]; ERC20: string[]; DRC20: string[]; UTXO_COINS: string[]; TOKEN_OPTS: { '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48': { name: string; symbol: string; decimal: number; address: string; }; '0x8e870d67f660d95d5be530380d0ec0bd388289e1': { name: string; symbol: string; decimal: number; address: string; }; '0x056fd409e1d7a124bd7017459dfea2f387b6d5cd': { name: string; symbol: string; decimal: number; address: string; }; '0xa9CB8e18E4C2C0a1C9Bf4367E7115165ed7e41F0': { name: string; symbol: string; decimal: number; address: string; }; '0x3D30806b1E1F021Fe12DF506C3A1F96CfB94464a': { name: string; symbol: string; decimal: number; address: string; }; '0xB7A7221E37d12A8Ea92468F283422B16DbC364D9': { name: string; symbol: string; decimal: number; address: string; }; '0x14460383feFFE73eA1FB4F0F11B941F44c17bDD2': { name: string; symbol: string; decimal: number; address: string; }; '0x511e1f8e872c3fe9b3fCefEf58ec7FE4E8130Cc1': { name: string; symbol: string; decimal: number; address: string; }; '0x17CaCa02DDf472F62bFED5165FACf7A6B5C72926': { name: string; symbol: string; decimal: number; address: string; }; '0x60DFde24CdE54df342E52a72248B2bD54e0ea4A5': { name: string; symbol: string; decimal: number; address: string; }; '0xcDdd562C0cF8c262AD8A5c1A476cdBBE114FcC28': { name: string; symbol: string; decimal: number; address: string; }; }; }; //# sourceMappingURL=constants.d.ts.map