@chainflip/rpc 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Client.cjs +33 -13
- package/dist/Client.d.cts +3 -0
- package/dist/Client.d.mts +3 -0
- package/dist/Client.mjs +33 -13
- package/dist/common.cjs +2 -1
- package/dist/common.d.cts +856 -6
- package/dist/common.d.mts +856 -6
- package/dist/common.mjs +3 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/parsers.cjs +63 -1
- package/dist/parsers.d.cts +850 -1
- package/dist/parsers.d.mts +850 -1
- package/dist/parsers.mjs +63 -2
- package/dist/types.d.cts +3 -1
- package/dist/types.d.mts +3 -1
- package/package.json +3 -3
package/dist/parsers.d.mts
CHANGED
|
@@ -2465,6 +2465,125 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2465
2465
|
Solana: number;
|
|
2466
2466
|
Assethub: number;
|
|
2467
2467
|
}>;
|
|
2468
|
+
boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
|
|
2469
|
+
Bitcoin: z.ZodObject<{
|
|
2470
|
+
BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2471
|
+
}, "strip", z.ZodTypeAny, {
|
|
2472
|
+
BTC: bigint | null;
|
|
2473
|
+
}, {
|
|
2474
|
+
BTC: string | number | null;
|
|
2475
|
+
}>;
|
|
2476
|
+
Ethereum: z.ZodObject<{
|
|
2477
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2478
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2479
|
+
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2480
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2481
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2482
|
+
}, "strip", z.ZodTypeAny, {
|
|
2483
|
+
ETH: bigint | null;
|
|
2484
|
+
USDC: bigint | null;
|
|
2485
|
+
FLIP: bigint | null;
|
|
2486
|
+
USDT: bigint | null;
|
|
2487
|
+
WBTC: bigint | null;
|
|
2488
|
+
}, {
|
|
2489
|
+
ETH: string | number | null;
|
|
2490
|
+
USDC: string | number | null;
|
|
2491
|
+
FLIP: string | number | null;
|
|
2492
|
+
USDT: string | number | null;
|
|
2493
|
+
WBTC?: string | number | null | undefined;
|
|
2494
|
+
}>;
|
|
2495
|
+
Arbitrum: z.ZodObject<{
|
|
2496
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2497
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2498
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2499
|
+
}, "strip", z.ZodTypeAny, {
|
|
2500
|
+
ETH: bigint | null;
|
|
2501
|
+
USDC: bigint | null;
|
|
2502
|
+
USDT: bigint | null;
|
|
2503
|
+
}, {
|
|
2504
|
+
ETH: string | number | null;
|
|
2505
|
+
USDC: string | number | null;
|
|
2506
|
+
USDT?: string | number | null | undefined;
|
|
2507
|
+
}>;
|
|
2508
|
+
Solana: z.ZodObject<{
|
|
2509
|
+
SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2510
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2511
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
2512
|
+
}, "strip", z.ZodTypeAny, {
|
|
2513
|
+
USDC: bigint | null;
|
|
2514
|
+
USDT: bigint | null;
|
|
2515
|
+
SOL: bigint | null;
|
|
2516
|
+
}, {
|
|
2517
|
+
USDC: string | number | null;
|
|
2518
|
+
SOL: string | number | null;
|
|
2519
|
+
USDT?: string | number | null | undefined;
|
|
2520
|
+
}>;
|
|
2521
|
+
Assethub: z.ZodObject<{
|
|
2522
|
+
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2523
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2524
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
2525
|
+
}, "strip", z.ZodTypeAny, {
|
|
2526
|
+
USDC: bigint | null;
|
|
2527
|
+
USDT: bigint | null;
|
|
2528
|
+
DOT: bigint | null;
|
|
2529
|
+
}, {
|
|
2530
|
+
USDC: string | number | null;
|
|
2531
|
+
USDT: string | number | null;
|
|
2532
|
+
DOT: string | number | null;
|
|
2533
|
+
}>;
|
|
2534
|
+
}, "strip", z.ZodTypeAny, {
|
|
2535
|
+
Bitcoin: {
|
|
2536
|
+
BTC: bigint | null;
|
|
2537
|
+
};
|
|
2538
|
+
Ethereum: {
|
|
2539
|
+
ETH: bigint | null;
|
|
2540
|
+
USDC: bigint | null;
|
|
2541
|
+
FLIP: bigint | null;
|
|
2542
|
+
USDT: bigint | null;
|
|
2543
|
+
WBTC: bigint | null;
|
|
2544
|
+
};
|
|
2545
|
+
Arbitrum: {
|
|
2546
|
+
ETH: bigint | null;
|
|
2547
|
+
USDC: bigint | null;
|
|
2548
|
+
USDT: bigint | null;
|
|
2549
|
+
};
|
|
2550
|
+
Solana: {
|
|
2551
|
+
USDC: bigint | null;
|
|
2552
|
+
USDT: bigint | null;
|
|
2553
|
+
SOL: bigint | null;
|
|
2554
|
+
};
|
|
2555
|
+
Assethub: {
|
|
2556
|
+
USDC: bigint | null;
|
|
2557
|
+
USDT: bigint | null;
|
|
2558
|
+
DOT: bigint | null;
|
|
2559
|
+
};
|
|
2560
|
+
}, {
|
|
2561
|
+
Bitcoin: {
|
|
2562
|
+
BTC: string | number | null;
|
|
2563
|
+
};
|
|
2564
|
+
Ethereum: {
|
|
2565
|
+
ETH: string | number | null;
|
|
2566
|
+
USDC: string | number | null;
|
|
2567
|
+
FLIP: string | number | null;
|
|
2568
|
+
USDT: string | number | null;
|
|
2569
|
+
WBTC?: string | number | null | undefined;
|
|
2570
|
+
};
|
|
2571
|
+
Arbitrum: {
|
|
2572
|
+
ETH: string | number | null;
|
|
2573
|
+
USDC: string | number | null;
|
|
2574
|
+
USDT?: string | number | null | undefined;
|
|
2575
|
+
};
|
|
2576
|
+
Solana: {
|
|
2577
|
+
USDC: string | number | null;
|
|
2578
|
+
SOL: string | number | null;
|
|
2579
|
+
USDT?: string | number | null | undefined;
|
|
2580
|
+
};
|
|
2581
|
+
Assethub: {
|
|
2582
|
+
USDC: string | number | null;
|
|
2583
|
+
USDT: string | number | null;
|
|
2584
|
+
DOT: string | number | null;
|
|
2585
|
+
};
|
|
2586
|
+
}>>;
|
|
2468
2587
|
}, "strip", z.ZodTypeAny, {
|
|
2469
2588
|
minimum_deposit_amounts: {
|
|
2470
2589
|
Bitcoin: {
|
|
@@ -2602,6 +2721,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2602
2721
|
Solana: number;
|
|
2603
2722
|
Assethub: number;
|
|
2604
2723
|
};
|
|
2724
|
+
boost_minimum_add_funds_amounts?: {
|
|
2725
|
+
Bitcoin: {
|
|
2726
|
+
BTC: bigint | null;
|
|
2727
|
+
};
|
|
2728
|
+
Ethereum: {
|
|
2729
|
+
ETH: bigint | null;
|
|
2730
|
+
USDC: bigint | null;
|
|
2731
|
+
FLIP: bigint | null;
|
|
2732
|
+
USDT: bigint | null;
|
|
2733
|
+
WBTC: bigint | null;
|
|
2734
|
+
};
|
|
2735
|
+
Arbitrum: {
|
|
2736
|
+
ETH: bigint | null;
|
|
2737
|
+
USDC: bigint | null;
|
|
2738
|
+
USDT: bigint | null;
|
|
2739
|
+
};
|
|
2740
|
+
Solana: {
|
|
2741
|
+
USDC: bigint | null;
|
|
2742
|
+
USDT: bigint | null;
|
|
2743
|
+
SOL: bigint | null;
|
|
2744
|
+
};
|
|
2745
|
+
Assethub: {
|
|
2746
|
+
USDC: bigint | null;
|
|
2747
|
+
USDT: bigint | null;
|
|
2748
|
+
DOT: bigint | null;
|
|
2749
|
+
};
|
|
2750
|
+
} | undefined;
|
|
2605
2751
|
}, {
|
|
2606
2752
|
minimum_deposit_amounts: {
|
|
2607
2753
|
Bitcoin: {
|
|
@@ -2739,6 +2885,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2739
2885
|
Solana: number;
|
|
2740
2886
|
Assethub: number;
|
|
2741
2887
|
};
|
|
2888
|
+
boost_minimum_add_funds_amounts?: {
|
|
2889
|
+
Bitcoin: {
|
|
2890
|
+
BTC: string | number | null;
|
|
2891
|
+
};
|
|
2892
|
+
Ethereum: {
|
|
2893
|
+
ETH: string | number | null;
|
|
2894
|
+
USDC: string | number | null;
|
|
2895
|
+
FLIP: string | number | null;
|
|
2896
|
+
USDT: string | number | null;
|
|
2897
|
+
WBTC?: string | number | null | undefined;
|
|
2898
|
+
};
|
|
2899
|
+
Arbitrum: {
|
|
2900
|
+
ETH: string | number | null;
|
|
2901
|
+
USDC: string | number | null;
|
|
2902
|
+
USDT?: string | number | null | undefined;
|
|
2903
|
+
};
|
|
2904
|
+
Solana: {
|
|
2905
|
+
USDC: string | number | null;
|
|
2906
|
+
SOL: string | number | null;
|
|
2907
|
+
USDT?: string | number | null | undefined;
|
|
2908
|
+
};
|
|
2909
|
+
Assethub: {
|
|
2910
|
+
USDC: string | number | null;
|
|
2911
|
+
USDT: string | number | null;
|
|
2912
|
+
DOT: string | number | null;
|
|
2913
|
+
};
|
|
2914
|
+
} | undefined;
|
|
2742
2915
|
}>, Rename<{
|
|
2743
2916
|
minimum_deposit_amounts: {
|
|
2744
2917
|
Bitcoin: {
|
|
@@ -2876,6 +3049,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
2876
3049
|
Solana: number;
|
|
2877
3050
|
Assethub: number;
|
|
2878
3051
|
};
|
|
3052
|
+
boost_minimum_add_funds_amounts?: {
|
|
3053
|
+
Bitcoin: {
|
|
3054
|
+
BTC: bigint | null;
|
|
3055
|
+
};
|
|
3056
|
+
Ethereum: {
|
|
3057
|
+
ETH: bigint | null;
|
|
3058
|
+
USDC: bigint | null;
|
|
3059
|
+
FLIP: bigint | null;
|
|
3060
|
+
USDT: bigint | null;
|
|
3061
|
+
WBTC: bigint | null;
|
|
3062
|
+
};
|
|
3063
|
+
Arbitrum: {
|
|
3064
|
+
ETH: bigint | null;
|
|
3065
|
+
USDC: bigint | null;
|
|
3066
|
+
USDT: bigint | null;
|
|
3067
|
+
};
|
|
3068
|
+
Solana: {
|
|
3069
|
+
USDC: bigint | null;
|
|
3070
|
+
USDT: bigint | null;
|
|
3071
|
+
SOL: bigint | null;
|
|
3072
|
+
};
|
|
3073
|
+
Assethub: {
|
|
3074
|
+
USDC: bigint | null;
|
|
3075
|
+
USDT: bigint | null;
|
|
3076
|
+
DOT: bigint | null;
|
|
3077
|
+
};
|
|
3078
|
+
} | undefined;
|
|
2879
3079
|
}, {
|
|
2880
3080
|
readonly egress_dust_limits: "minimum_egress_amounts";
|
|
2881
3081
|
}>, {
|
|
@@ -3015,6 +3215,33 @@ declare const cfIngressEgressEnvironment: z.ZodEffects<z.ZodObject<{
|
|
|
3015
3215
|
Solana: number;
|
|
3016
3216
|
Assethub: number;
|
|
3017
3217
|
};
|
|
3218
|
+
boost_minimum_add_funds_amounts?: {
|
|
3219
|
+
Bitcoin: {
|
|
3220
|
+
BTC: string | number | null;
|
|
3221
|
+
};
|
|
3222
|
+
Ethereum: {
|
|
3223
|
+
ETH: string | number | null;
|
|
3224
|
+
USDC: string | number | null;
|
|
3225
|
+
FLIP: string | number | null;
|
|
3226
|
+
USDT: string | number | null;
|
|
3227
|
+
WBTC?: string | number | null | undefined;
|
|
3228
|
+
};
|
|
3229
|
+
Arbitrum: {
|
|
3230
|
+
ETH: string | number | null;
|
|
3231
|
+
USDC: string | number | null;
|
|
3232
|
+
USDT?: string | number | null | undefined;
|
|
3233
|
+
};
|
|
3234
|
+
Solana: {
|
|
3235
|
+
USDC: string | number | null;
|
|
3236
|
+
SOL: string | number | null;
|
|
3237
|
+
USDT?: string | number | null | undefined;
|
|
3238
|
+
};
|
|
3239
|
+
Assethub: {
|
|
3240
|
+
USDC: string | number | null;
|
|
3241
|
+
USDT: string | number | null;
|
|
3242
|
+
DOT: string | number | null;
|
|
3243
|
+
};
|
|
3244
|
+
} | undefined;
|
|
3018
3245
|
}>;
|
|
3019
3246
|
declare const cfSwappingEnvironment: z.ZodObject<{
|
|
3020
3247
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -10197,6 +10424,125 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10197
10424
|
Solana: number;
|
|
10198
10425
|
Assethub: number;
|
|
10199
10426
|
}>;
|
|
10427
|
+
boost_minimum_add_funds_amounts: z.ZodOptional<z.ZodObject<{
|
|
10428
|
+
Bitcoin: z.ZodObject<{
|
|
10429
|
+
BTC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10430
|
+
}, "strip", z.ZodTypeAny, {
|
|
10431
|
+
BTC: bigint | null;
|
|
10432
|
+
}, {
|
|
10433
|
+
BTC: string | number | null;
|
|
10434
|
+
}>;
|
|
10435
|
+
Ethereum: z.ZodObject<{
|
|
10436
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10437
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10438
|
+
FLIP: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10439
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10440
|
+
WBTC: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10441
|
+
}, "strip", z.ZodTypeAny, {
|
|
10442
|
+
ETH: bigint | null;
|
|
10443
|
+
USDC: bigint | null;
|
|
10444
|
+
FLIP: bigint | null;
|
|
10445
|
+
USDT: bigint | null;
|
|
10446
|
+
WBTC: bigint | null;
|
|
10447
|
+
}, {
|
|
10448
|
+
ETH: string | number | null;
|
|
10449
|
+
USDC: string | number | null;
|
|
10450
|
+
FLIP: string | number | null;
|
|
10451
|
+
USDT: string | number | null;
|
|
10452
|
+
WBTC?: string | number | null | undefined;
|
|
10453
|
+
}>;
|
|
10454
|
+
Arbitrum: z.ZodObject<{
|
|
10455
|
+
ETH: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10456
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10457
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10458
|
+
}, "strip", z.ZodTypeAny, {
|
|
10459
|
+
ETH: bigint | null;
|
|
10460
|
+
USDC: bigint | null;
|
|
10461
|
+
USDT: bigint | null;
|
|
10462
|
+
}, {
|
|
10463
|
+
ETH: string | number | null;
|
|
10464
|
+
USDC: string | number | null;
|
|
10465
|
+
USDT?: string | number | null | undefined;
|
|
10466
|
+
}>;
|
|
10467
|
+
Solana: z.ZodObject<{
|
|
10468
|
+
SOL: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10469
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10470
|
+
USDT: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>>;
|
|
10471
|
+
}, "strip", z.ZodTypeAny, {
|
|
10472
|
+
USDC: bigint | null;
|
|
10473
|
+
USDT: bigint | null;
|
|
10474
|
+
SOL: bigint | null;
|
|
10475
|
+
}, {
|
|
10476
|
+
USDC: string | number | null;
|
|
10477
|
+
SOL: string | number | null;
|
|
10478
|
+
USDT?: string | number | null | undefined;
|
|
10479
|
+
}>;
|
|
10480
|
+
Assethub: z.ZodObject<{
|
|
10481
|
+
DOT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10482
|
+
USDC: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10483
|
+
USDT: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
|
|
10484
|
+
}, "strip", z.ZodTypeAny, {
|
|
10485
|
+
USDC: bigint | null;
|
|
10486
|
+
USDT: bigint | null;
|
|
10487
|
+
DOT: bigint | null;
|
|
10488
|
+
}, {
|
|
10489
|
+
USDC: string | number | null;
|
|
10490
|
+
USDT: string | number | null;
|
|
10491
|
+
DOT: string | number | null;
|
|
10492
|
+
}>;
|
|
10493
|
+
}, "strip", z.ZodTypeAny, {
|
|
10494
|
+
Bitcoin: {
|
|
10495
|
+
BTC: bigint | null;
|
|
10496
|
+
};
|
|
10497
|
+
Ethereum: {
|
|
10498
|
+
ETH: bigint | null;
|
|
10499
|
+
USDC: bigint | null;
|
|
10500
|
+
FLIP: bigint | null;
|
|
10501
|
+
USDT: bigint | null;
|
|
10502
|
+
WBTC: bigint | null;
|
|
10503
|
+
};
|
|
10504
|
+
Arbitrum: {
|
|
10505
|
+
ETH: bigint | null;
|
|
10506
|
+
USDC: bigint | null;
|
|
10507
|
+
USDT: bigint | null;
|
|
10508
|
+
};
|
|
10509
|
+
Solana: {
|
|
10510
|
+
USDC: bigint | null;
|
|
10511
|
+
USDT: bigint | null;
|
|
10512
|
+
SOL: bigint | null;
|
|
10513
|
+
};
|
|
10514
|
+
Assethub: {
|
|
10515
|
+
USDC: bigint | null;
|
|
10516
|
+
USDT: bigint | null;
|
|
10517
|
+
DOT: bigint | null;
|
|
10518
|
+
};
|
|
10519
|
+
}, {
|
|
10520
|
+
Bitcoin: {
|
|
10521
|
+
BTC: string | number | null;
|
|
10522
|
+
};
|
|
10523
|
+
Ethereum: {
|
|
10524
|
+
ETH: string | number | null;
|
|
10525
|
+
USDC: string | number | null;
|
|
10526
|
+
FLIP: string | number | null;
|
|
10527
|
+
USDT: string | number | null;
|
|
10528
|
+
WBTC?: string | number | null | undefined;
|
|
10529
|
+
};
|
|
10530
|
+
Arbitrum: {
|
|
10531
|
+
ETH: string | number | null;
|
|
10532
|
+
USDC: string | number | null;
|
|
10533
|
+
USDT?: string | number | null | undefined;
|
|
10534
|
+
};
|
|
10535
|
+
Solana: {
|
|
10536
|
+
USDC: string | number | null;
|
|
10537
|
+
SOL: string | number | null;
|
|
10538
|
+
USDT?: string | number | null | undefined;
|
|
10539
|
+
};
|
|
10540
|
+
Assethub: {
|
|
10541
|
+
USDC: string | number | null;
|
|
10542
|
+
USDT: string | number | null;
|
|
10543
|
+
DOT: string | number | null;
|
|
10544
|
+
};
|
|
10545
|
+
}>>;
|
|
10200
10546
|
}, "strip", z.ZodTypeAny, {
|
|
10201
10547
|
minimum_deposit_amounts: {
|
|
10202
10548
|
Bitcoin: {
|
|
@@ -10334,6 +10680,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10334
10680
|
Solana: number;
|
|
10335
10681
|
Assethub: number;
|
|
10336
10682
|
};
|
|
10683
|
+
boost_minimum_add_funds_amounts?: {
|
|
10684
|
+
Bitcoin: {
|
|
10685
|
+
BTC: bigint | null;
|
|
10686
|
+
};
|
|
10687
|
+
Ethereum: {
|
|
10688
|
+
ETH: bigint | null;
|
|
10689
|
+
USDC: bigint | null;
|
|
10690
|
+
FLIP: bigint | null;
|
|
10691
|
+
USDT: bigint | null;
|
|
10692
|
+
WBTC: bigint | null;
|
|
10693
|
+
};
|
|
10694
|
+
Arbitrum: {
|
|
10695
|
+
ETH: bigint | null;
|
|
10696
|
+
USDC: bigint | null;
|
|
10697
|
+
USDT: bigint | null;
|
|
10698
|
+
};
|
|
10699
|
+
Solana: {
|
|
10700
|
+
USDC: bigint | null;
|
|
10701
|
+
USDT: bigint | null;
|
|
10702
|
+
SOL: bigint | null;
|
|
10703
|
+
};
|
|
10704
|
+
Assethub: {
|
|
10705
|
+
USDC: bigint | null;
|
|
10706
|
+
USDT: bigint | null;
|
|
10707
|
+
DOT: bigint | null;
|
|
10708
|
+
};
|
|
10709
|
+
} | undefined;
|
|
10337
10710
|
}, {
|
|
10338
10711
|
minimum_deposit_amounts: {
|
|
10339
10712
|
Bitcoin: {
|
|
@@ -10471,6 +10844,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10471
10844
|
Solana: number;
|
|
10472
10845
|
Assethub: number;
|
|
10473
10846
|
};
|
|
10847
|
+
boost_minimum_add_funds_amounts?: {
|
|
10848
|
+
Bitcoin: {
|
|
10849
|
+
BTC: string | number | null;
|
|
10850
|
+
};
|
|
10851
|
+
Ethereum: {
|
|
10852
|
+
ETH: string | number | null;
|
|
10853
|
+
USDC: string | number | null;
|
|
10854
|
+
FLIP: string | number | null;
|
|
10855
|
+
USDT: string | number | null;
|
|
10856
|
+
WBTC?: string | number | null | undefined;
|
|
10857
|
+
};
|
|
10858
|
+
Arbitrum: {
|
|
10859
|
+
ETH: string | number | null;
|
|
10860
|
+
USDC: string | number | null;
|
|
10861
|
+
USDT?: string | number | null | undefined;
|
|
10862
|
+
};
|
|
10863
|
+
Solana: {
|
|
10864
|
+
USDC: string | number | null;
|
|
10865
|
+
SOL: string | number | null;
|
|
10866
|
+
USDT?: string | number | null | undefined;
|
|
10867
|
+
};
|
|
10868
|
+
Assethub: {
|
|
10869
|
+
USDC: string | number | null;
|
|
10870
|
+
USDT: string | number | null;
|
|
10871
|
+
DOT: string | number | null;
|
|
10872
|
+
};
|
|
10873
|
+
} | undefined;
|
|
10474
10874
|
}>, Rename<{
|
|
10475
10875
|
minimum_deposit_amounts: {
|
|
10476
10876
|
Bitcoin: {
|
|
@@ -10608,6 +11008,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10608
11008
|
Solana: number;
|
|
10609
11009
|
Assethub: number;
|
|
10610
11010
|
};
|
|
11011
|
+
boost_minimum_add_funds_amounts?: {
|
|
11012
|
+
Bitcoin: {
|
|
11013
|
+
BTC: bigint | null;
|
|
11014
|
+
};
|
|
11015
|
+
Ethereum: {
|
|
11016
|
+
ETH: bigint | null;
|
|
11017
|
+
USDC: bigint | null;
|
|
11018
|
+
FLIP: bigint | null;
|
|
11019
|
+
USDT: bigint | null;
|
|
11020
|
+
WBTC: bigint | null;
|
|
11021
|
+
};
|
|
11022
|
+
Arbitrum: {
|
|
11023
|
+
ETH: bigint | null;
|
|
11024
|
+
USDC: bigint | null;
|
|
11025
|
+
USDT: bigint | null;
|
|
11026
|
+
};
|
|
11027
|
+
Solana: {
|
|
11028
|
+
USDC: bigint | null;
|
|
11029
|
+
USDT: bigint | null;
|
|
11030
|
+
SOL: bigint | null;
|
|
11031
|
+
};
|
|
11032
|
+
Assethub: {
|
|
11033
|
+
USDC: bigint | null;
|
|
11034
|
+
USDT: bigint | null;
|
|
11035
|
+
DOT: bigint | null;
|
|
11036
|
+
};
|
|
11037
|
+
} | undefined;
|
|
10611
11038
|
}, {
|
|
10612
11039
|
readonly egress_dust_limits: "minimum_egress_amounts";
|
|
10613
11040
|
}>, {
|
|
@@ -10747,6 +11174,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
10747
11174
|
Solana: number;
|
|
10748
11175
|
Assethub: number;
|
|
10749
11176
|
};
|
|
11177
|
+
boost_minimum_add_funds_amounts?: {
|
|
11178
|
+
Bitcoin: {
|
|
11179
|
+
BTC: string | number | null;
|
|
11180
|
+
};
|
|
11181
|
+
Ethereum: {
|
|
11182
|
+
ETH: string | number | null;
|
|
11183
|
+
USDC: string | number | null;
|
|
11184
|
+
FLIP: string | number | null;
|
|
11185
|
+
USDT: string | number | null;
|
|
11186
|
+
WBTC?: string | number | null | undefined;
|
|
11187
|
+
};
|
|
11188
|
+
Arbitrum: {
|
|
11189
|
+
ETH: string | number | null;
|
|
11190
|
+
USDC: string | number | null;
|
|
11191
|
+
USDT?: string | number | null | undefined;
|
|
11192
|
+
};
|
|
11193
|
+
Solana: {
|
|
11194
|
+
USDC: string | number | null;
|
|
11195
|
+
SOL: string | number | null;
|
|
11196
|
+
USDT?: string | number | null | undefined;
|
|
11197
|
+
};
|
|
11198
|
+
Assethub: {
|
|
11199
|
+
USDC: string | number | null;
|
|
11200
|
+
USDT: string | number | null;
|
|
11201
|
+
DOT: string | number | null;
|
|
11202
|
+
};
|
|
11203
|
+
} | undefined;
|
|
10750
11204
|
}>;
|
|
10751
11205
|
swapping: z.ZodObject<{
|
|
10752
11206
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -17513,6 +17967,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
17513
17967
|
Solana: number;
|
|
17514
17968
|
Assethub: number;
|
|
17515
17969
|
};
|
|
17970
|
+
boost_minimum_add_funds_amounts?: {
|
|
17971
|
+
Bitcoin: {
|
|
17972
|
+
BTC: bigint | null;
|
|
17973
|
+
};
|
|
17974
|
+
Ethereum: {
|
|
17975
|
+
ETH: bigint | null;
|
|
17976
|
+
USDC: bigint | null;
|
|
17977
|
+
FLIP: bigint | null;
|
|
17978
|
+
USDT: bigint | null;
|
|
17979
|
+
WBTC: bigint | null;
|
|
17980
|
+
};
|
|
17981
|
+
Arbitrum: {
|
|
17982
|
+
ETH: bigint | null;
|
|
17983
|
+
USDC: bigint | null;
|
|
17984
|
+
USDT: bigint | null;
|
|
17985
|
+
};
|
|
17986
|
+
Solana: {
|
|
17987
|
+
USDC: bigint | null;
|
|
17988
|
+
USDT: bigint | null;
|
|
17989
|
+
SOL: bigint | null;
|
|
17990
|
+
};
|
|
17991
|
+
Assethub: {
|
|
17992
|
+
USDC: bigint | null;
|
|
17993
|
+
USDT: bigint | null;
|
|
17994
|
+
DOT: bigint | null;
|
|
17995
|
+
};
|
|
17996
|
+
} | undefined;
|
|
17516
17997
|
}, "egress_dust_limits"> & {
|
|
17517
17998
|
readonly minimum_egress_amounts: {
|
|
17518
17999
|
Bitcoin: {
|
|
@@ -18511,6 +18992,33 @@ declare const cfEnvironment: z.ZodObject<{
|
|
|
18511
18992
|
Solana: number;
|
|
18512
18993
|
Assethub: number;
|
|
18513
18994
|
};
|
|
18995
|
+
boost_minimum_add_funds_amounts?: {
|
|
18996
|
+
Bitcoin: {
|
|
18997
|
+
BTC: string | number | null;
|
|
18998
|
+
};
|
|
18999
|
+
Ethereum: {
|
|
19000
|
+
ETH: string | number | null;
|
|
19001
|
+
USDC: string | number | null;
|
|
19002
|
+
FLIP: string | number | null;
|
|
19003
|
+
USDT: string | number | null;
|
|
19004
|
+
WBTC?: string | number | null | undefined;
|
|
19005
|
+
};
|
|
19006
|
+
Arbitrum: {
|
|
19007
|
+
ETH: string | number | null;
|
|
19008
|
+
USDC: string | number | null;
|
|
19009
|
+
USDT?: string | number | null | undefined;
|
|
19010
|
+
};
|
|
19011
|
+
Solana: {
|
|
19012
|
+
USDC: string | number | null;
|
|
19013
|
+
SOL: string | number | null;
|
|
19014
|
+
USDT?: string | number | null | undefined;
|
|
19015
|
+
};
|
|
19016
|
+
Assethub: {
|
|
19017
|
+
USDC: string | number | null;
|
|
19018
|
+
USDT: string | number | null;
|
|
19019
|
+
DOT: string | number | null;
|
|
19020
|
+
};
|
|
19021
|
+
} | undefined;
|
|
18514
19022
|
};
|
|
18515
19023
|
swapping: {
|
|
18516
19024
|
maximum_swap_amounts: {
|
|
@@ -35944,6 +36452,347 @@ declare const cfLendingPoolSupplyBalances: z.ZodArray<z.ZodIntersection<z.ZodUni
|
|
|
35944
36452
|
lp_id: string;
|
|
35945
36453
|
}[];
|
|
35946
36454
|
}>>, "many">;
|
|
36455
|
+
declare const cfIngressEgressEvents: z.ZodObject<{
|
|
36456
|
+
deposits: z.ZodArray<z.ZodObject<{
|
|
36457
|
+
deposit_chain_block_height: z.ZodNumber;
|
|
36458
|
+
deposit_address: z.ZodString;
|
|
36459
|
+
amount: z.ZodString;
|
|
36460
|
+
asset: z.ZodObject<{
|
|
36461
|
+
chain: z.ZodString;
|
|
36462
|
+
asset: z.ZodString;
|
|
36463
|
+
}, "strip", z.ZodTypeAny, {
|
|
36464
|
+
chain: string;
|
|
36465
|
+
asset: string;
|
|
36466
|
+
}, {
|
|
36467
|
+
chain: string;
|
|
36468
|
+
asset: string;
|
|
36469
|
+
}>;
|
|
36470
|
+
deposit_details: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
36471
|
+
tx_hashes: z.ZodArray<z.ZodString, "many">;
|
|
36472
|
+
}, "strip", z.ZodTypeAny, {
|
|
36473
|
+
tx_hashes: string[];
|
|
36474
|
+
}, {
|
|
36475
|
+
tx_hashes: string[];
|
|
36476
|
+
}>, z.ZodObject<{
|
|
36477
|
+
tx_id: z.ZodString;
|
|
36478
|
+
vout: z.ZodNumber;
|
|
36479
|
+
}, "strip", z.ZodTypeAny, {
|
|
36480
|
+
tx_id: string;
|
|
36481
|
+
vout: number;
|
|
36482
|
+
}, {
|
|
36483
|
+
tx_id: string;
|
|
36484
|
+
vout: number;
|
|
36485
|
+
}>]>>;
|
|
36486
|
+
}, "strip", z.ZodTypeAny, {
|
|
36487
|
+
deposit_address: string;
|
|
36488
|
+
asset: {
|
|
36489
|
+
chain: string;
|
|
36490
|
+
asset: string;
|
|
36491
|
+
};
|
|
36492
|
+
amount: string;
|
|
36493
|
+
deposit_chain_block_height: number;
|
|
36494
|
+
deposit_details: {
|
|
36495
|
+
tx_hashes: string[];
|
|
36496
|
+
} | {
|
|
36497
|
+
tx_id: string;
|
|
36498
|
+
vout: number;
|
|
36499
|
+
} | null;
|
|
36500
|
+
}, {
|
|
36501
|
+
deposit_address: string;
|
|
36502
|
+
asset: {
|
|
36503
|
+
chain: string;
|
|
36504
|
+
asset: string;
|
|
36505
|
+
};
|
|
36506
|
+
amount: string;
|
|
36507
|
+
deposit_chain_block_height: number;
|
|
36508
|
+
deposit_details: {
|
|
36509
|
+
tx_hashes: string[];
|
|
36510
|
+
} | {
|
|
36511
|
+
tx_id: string;
|
|
36512
|
+
vout: number;
|
|
36513
|
+
} | null;
|
|
36514
|
+
}>, "many">;
|
|
36515
|
+
broadcasts: z.ZodArray<z.ZodObject<{
|
|
36516
|
+
broadcast_id: z.ZodNumber;
|
|
36517
|
+
broadcast_chain_block_height: z.ZodNumber;
|
|
36518
|
+
tx_out_id: z.ZodUnknown;
|
|
36519
|
+
tx_ref: z.ZodUnknown;
|
|
36520
|
+
}, "strip", z.ZodTypeAny, {
|
|
36521
|
+
broadcast_id: number;
|
|
36522
|
+
broadcast_chain_block_height: number;
|
|
36523
|
+
tx_out_id?: unknown;
|
|
36524
|
+
tx_ref?: unknown;
|
|
36525
|
+
}, {
|
|
36526
|
+
broadcast_id: number;
|
|
36527
|
+
broadcast_chain_block_height: number;
|
|
36528
|
+
tx_out_id?: unknown;
|
|
36529
|
+
tx_ref?: unknown;
|
|
36530
|
+
}>, "many">;
|
|
36531
|
+
vault_deposits: z.ZodArray<z.ZodObject<{
|
|
36532
|
+
tx_id: z.ZodString;
|
|
36533
|
+
deposit_chain_block_height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
36534
|
+
input_asset: z.ZodObject<{
|
|
36535
|
+
chain: z.ZodString;
|
|
36536
|
+
asset: z.ZodString;
|
|
36537
|
+
}, "strip", z.ZodTypeAny, {
|
|
36538
|
+
chain: string;
|
|
36539
|
+
asset: string;
|
|
36540
|
+
}, {
|
|
36541
|
+
chain: string;
|
|
36542
|
+
asset: string;
|
|
36543
|
+
}>;
|
|
36544
|
+
output_asset: z.ZodObject<{
|
|
36545
|
+
chain: z.ZodString;
|
|
36546
|
+
asset: z.ZodString;
|
|
36547
|
+
}, "strip", z.ZodTypeAny, {
|
|
36548
|
+
chain: string;
|
|
36549
|
+
asset: string;
|
|
36550
|
+
}, {
|
|
36551
|
+
chain: string;
|
|
36552
|
+
asset: string;
|
|
36553
|
+
}>;
|
|
36554
|
+
amount: z.ZodString;
|
|
36555
|
+
destination_address: z.ZodString;
|
|
36556
|
+
ccm_deposit_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
36557
|
+
deposit_details: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
36558
|
+
broker_fee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
36559
|
+
account: z.ZodString;
|
|
36560
|
+
bps: z.ZodNumber;
|
|
36561
|
+
}, "strip", z.ZodTypeAny, {
|
|
36562
|
+
account: string;
|
|
36563
|
+
bps: number;
|
|
36564
|
+
}, {
|
|
36565
|
+
account: string;
|
|
36566
|
+
bps: number;
|
|
36567
|
+
}>>>;
|
|
36568
|
+
affiliate_fees: z.ZodArray<z.ZodObject<{
|
|
36569
|
+
account: z.ZodString;
|
|
36570
|
+
bps: z.ZodNumber;
|
|
36571
|
+
}, "strip", z.ZodTypeAny, {
|
|
36572
|
+
account: string;
|
|
36573
|
+
bps: number;
|
|
36574
|
+
}, {
|
|
36575
|
+
account: string;
|
|
36576
|
+
bps: number;
|
|
36577
|
+
}>, "many">;
|
|
36578
|
+
refund_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
36579
|
+
retry_duration: z.ZodNumber;
|
|
36580
|
+
refund_address: z.ZodString;
|
|
36581
|
+
min_price: z.ZodString;
|
|
36582
|
+
refund_ccm_metadata: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
36583
|
+
max_oracle_price_slippage: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
36584
|
+
}, "strip", z.ZodTypeAny, {
|
|
36585
|
+
refund_address: string;
|
|
36586
|
+
retry_duration: number;
|
|
36587
|
+
min_price: string;
|
|
36588
|
+
refund_ccm_metadata?: unknown;
|
|
36589
|
+
max_oracle_price_slippage?: unknown;
|
|
36590
|
+
}, {
|
|
36591
|
+
refund_address: string;
|
|
36592
|
+
retry_duration: number;
|
|
36593
|
+
min_price: string;
|
|
36594
|
+
refund_ccm_metadata?: unknown;
|
|
36595
|
+
max_oracle_price_slippage?: unknown;
|
|
36596
|
+
}>>>;
|
|
36597
|
+
dca_params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
36598
|
+
number_of_chunks: z.ZodNumber;
|
|
36599
|
+
chunk_interval: z.ZodNumber;
|
|
36600
|
+
}, "strip", z.ZodTypeAny, {
|
|
36601
|
+
number_of_chunks: number;
|
|
36602
|
+
chunk_interval: number;
|
|
36603
|
+
}, {
|
|
36604
|
+
number_of_chunks: number;
|
|
36605
|
+
chunk_interval: number;
|
|
36606
|
+
}>>>;
|
|
36607
|
+
max_boost_fee: z.ZodOptional<z.ZodNumber>;
|
|
36608
|
+
}, "strip", z.ZodTypeAny, {
|
|
36609
|
+
amount: string;
|
|
36610
|
+
tx_id: string;
|
|
36611
|
+
input_asset: {
|
|
36612
|
+
chain: string;
|
|
36613
|
+
asset: string;
|
|
36614
|
+
};
|
|
36615
|
+
output_asset: {
|
|
36616
|
+
chain: string;
|
|
36617
|
+
asset: string;
|
|
36618
|
+
};
|
|
36619
|
+
destination_address: string;
|
|
36620
|
+
affiliate_fees: {
|
|
36621
|
+
account: string;
|
|
36622
|
+
bps: number;
|
|
36623
|
+
}[];
|
|
36624
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
36625
|
+
deposit_details?: unknown;
|
|
36626
|
+
ccm_deposit_metadata?: unknown;
|
|
36627
|
+
broker_fee?: {
|
|
36628
|
+
account: string;
|
|
36629
|
+
bps: number;
|
|
36630
|
+
} | null | undefined;
|
|
36631
|
+
refund_params?: {
|
|
36632
|
+
refund_address: string;
|
|
36633
|
+
retry_duration: number;
|
|
36634
|
+
min_price: string;
|
|
36635
|
+
refund_ccm_metadata?: unknown;
|
|
36636
|
+
max_oracle_price_slippage?: unknown;
|
|
36637
|
+
} | null | undefined;
|
|
36638
|
+
dca_params?: {
|
|
36639
|
+
number_of_chunks: number;
|
|
36640
|
+
chunk_interval: number;
|
|
36641
|
+
} | null | undefined;
|
|
36642
|
+
max_boost_fee?: number | undefined;
|
|
36643
|
+
}, {
|
|
36644
|
+
amount: string;
|
|
36645
|
+
tx_id: string;
|
|
36646
|
+
input_asset: {
|
|
36647
|
+
chain: string;
|
|
36648
|
+
asset: string;
|
|
36649
|
+
};
|
|
36650
|
+
output_asset: {
|
|
36651
|
+
chain: string;
|
|
36652
|
+
asset: string;
|
|
36653
|
+
};
|
|
36654
|
+
destination_address: string;
|
|
36655
|
+
affiliate_fees: {
|
|
36656
|
+
account: string;
|
|
36657
|
+
bps: number;
|
|
36658
|
+
}[];
|
|
36659
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
36660
|
+
deposit_details?: unknown;
|
|
36661
|
+
ccm_deposit_metadata?: unknown;
|
|
36662
|
+
broker_fee?: {
|
|
36663
|
+
account: string;
|
|
36664
|
+
bps: number;
|
|
36665
|
+
} | null | undefined;
|
|
36666
|
+
refund_params?: {
|
|
36667
|
+
refund_address: string;
|
|
36668
|
+
retry_duration: number;
|
|
36669
|
+
min_price: string;
|
|
36670
|
+
refund_ccm_metadata?: unknown;
|
|
36671
|
+
max_oracle_price_slippage?: unknown;
|
|
36672
|
+
} | null | undefined;
|
|
36673
|
+
dca_params?: {
|
|
36674
|
+
number_of_chunks: number;
|
|
36675
|
+
chunk_interval: number;
|
|
36676
|
+
} | null | undefined;
|
|
36677
|
+
max_boost_fee?: number | undefined;
|
|
36678
|
+
}>, "many">;
|
|
36679
|
+
}, "strip", z.ZodTypeAny, {
|
|
36680
|
+
deposits: {
|
|
36681
|
+
deposit_address: string;
|
|
36682
|
+
asset: {
|
|
36683
|
+
chain: string;
|
|
36684
|
+
asset: string;
|
|
36685
|
+
};
|
|
36686
|
+
amount: string;
|
|
36687
|
+
deposit_chain_block_height: number;
|
|
36688
|
+
deposit_details: {
|
|
36689
|
+
tx_hashes: string[];
|
|
36690
|
+
} | {
|
|
36691
|
+
tx_id: string;
|
|
36692
|
+
vout: number;
|
|
36693
|
+
} | null;
|
|
36694
|
+
}[];
|
|
36695
|
+
broadcasts: {
|
|
36696
|
+
broadcast_id: number;
|
|
36697
|
+
broadcast_chain_block_height: number;
|
|
36698
|
+
tx_out_id?: unknown;
|
|
36699
|
+
tx_ref?: unknown;
|
|
36700
|
+
}[];
|
|
36701
|
+
vault_deposits: {
|
|
36702
|
+
amount: string;
|
|
36703
|
+
tx_id: string;
|
|
36704
|
+
input_asset: {
|
|
36705
|
+
chain: string;
|
|
36706
|
+
asset: string;
|
|
36707
|
+
};
|
|
36708
|
+
output_asset: {
|
|
36709
|
+
chain: string;
|
|
36710
|
+
asset: string;
|
|
36711
|
+
};
|
|
36712
|
+
destination_address: string;
|
|
36713
|
+
affiliate_fees: {
|
|
36714
|
+
account: string;
|
|
36715
|
+
bps: number;
|
|
36716
|
+
}[];
|
|
36717
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
36718
|
+
deposit_details?: unknown;
|
|
36719
|
+
ccm_deposit_metadata?: unknown;
|
|
36720
|
+
broker_fee?: {
|
|
36721
|
+
account: string;
|
|
36722
|
+
bps: number;
|
|
36723
|
+
} | null | undefined;
|
|
36724
|
+
refund_params?: {
|
|
36725
|
+
refund_address: string;
|
|
36726
|
+
retry_duration: number;
|
|
36727
|
+
min_price: string;
|
|
36728
|
+
refund_ccm_metadata?: unknown;
|
|
36729
|
+
max_oracle_price_slippage?: unknown;
|
|
36730
|
+
} | null | undefined;
|
|
36731
|
+
dca_params?: {
|
|
36732
|
+
number_of_chunks: number;
|
|
36733
|
+
chunk_interval: number;
|
|
36734
|
+
} | null | undefined;
|
|
36735
|
+
max_boost_fee?: number | undefined;
|
|
36736
|
+
}[];
|
|
36737
|
+
}, {
|
|
36738
|
+
deposits: {
|
|
36739
|
+
deposit_address: string;
|
|
36740
|
+
asset: {
|
|
36741
|
+
chain: string;
|
|
36742
|
+
asset: string;
|
|
36743
|
+
};
|
|
36744
|
+
amount: string;
|
|
36745
|
+
deposit_chain_block_height: number;
|
|
36746
|
+
deposit_details: {
|
|
36747
|
+
tx_hashes: string[];
|
|
36748
|
+
} | {
|
|
36749
|
+
tx_id: string;
|
|
36750
|
+
vout: number;
|
|
36751
|
+
} | null;
|
|
36752
|
+
}[];
|
|
36753
|
+
broadcasts: {
|
|
36754
|
+
broadcast_id: number;
|
|
36755
|
+
broadcast_chain_block_height: number;
|
|
36756
|
+
tx_out_id?: unknown;
|
|
36757
|
+
tx_ref?: unknown;
|
|
36758
|
+
}[];
|
|
36759
|
+
vault_deposits: {
|
|
36760
|
+
amount: string;
|
|
36761
|
+
tx_id: string;
|
|
36762
|
+
input_asset: {
|
|
36763
|
+
chain: string;
|
|
36764
|
+
asset: string;
|
|
36765
|
+
};
|
|
36766
|
+
output_asset: {
|
|
36767
|
+
chain: string;
|
|
36768
|
+
asset: string;
|
|
36769
|
+
};
|
|
36770
|
+
destination_address: string;
|
|
36771
|
+
affiliate_fees: {
|
|
36772
|
+
account: string;
|
|
36773
|
+
bps: number;
|
|
36774
|
+
}[];
|
|
36775
|
+
deposit_chain_block_height?: number | null | undefined;
|
|
36776
|
+
deposit_details?: unknown;
|
|
36777
|
+
ccm_deposit_metadata?: unknown;
|
|
36778
|
+
broker_fee?: {
|
|
36779
|
+
account: string;
|
|
36780
|
+
bps: number;
|
|
36781
|
+
} | null | undefined;
|
|
36782
|
+
refund_params?: {
|
|
36783
|
+
refund_address: string;
|
|
36784
|
+
retry_duration: number;
|
|
36785
|
+
min_price: string;
|
|
36786
|
+
refund_ccm_metadata?: unknown;
|
|
36787
|
+
max_oracle_price_slippage?: unknown;
|
|
36788
|
+
} | null | undefined;
|
|
36789
|
+
dca_params?: {
|
|
36790
|
+
number_of_chunks: number;
|
|
36791
|
+
chunk_interval: number;
|
|
36792
|
+
} | null | undefined;
|
|
36793
|
+
max_boost_fee?: number | undefined;
|
|
36794
|
+
}[];
|
|
36795
|
+
}>;
|
|
35947
36796
|
declare const cfVaultAddresses: z.ZodEffects<z.ZodObject<{
|
|
35948
36797
|
ethereum: z.ZodObject<{
|
|
35949
36798
|
Eth: z.ZodEffects<z.ZodArray<z.ZodNumber, "many">, `0x${string}`, number[]>;
|
|
@@ -36002,4 +36851,4 @@ declare const cfVaultAddresses: z.ZodEffects<z.ZodObject<{
|
|
|
36002
36851
|
}][];
|
|
36003
36852
|
}>;
|
|
36004
36853
|
//#endregion
|
|
36005
|
-
export { AssetAndChain, RpcLimitOrder, RpcRangeOrder, accountInfoCommon, broker, brokerRequestAccountCreationDepositAddress, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfAvailablePools, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfGetTradingStrategyLimits, cfIngressEgressEnvironment, cfLendingConfig, cfLendingPoolSupplyBalances, cfLendingPools, cfLoanAccount, cfLoanAccounts, cfMonitoringSimulateAuction, cfOraclePrices, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSafeModeStatuses, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, cfVaultAddresses, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, numericString, operator, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };
|
|
36854
|
+
export { AssetAndChain, RpcLimitOrder, RpcRangeOrder, accountInfoCommon, broker, brokerRequestAccountCreationDepositAddress, brokerRequestSwapDepositAddress, cfAccountInfo, cfAccounts, cfAuctionState, cfAvailablePools, cfBoostPoolDetails, cfBoostPoolPendingFees, cfBoostPoolsDepth, cfEnvironment, cfFailedCallEvm, cfFlipSuppy, cfFundingEnvironment, cfGetTradingStrategies, cfGetTradingStrategyLimits, cfIngressEgressEnvironment, cfIngressEgressEvents, cfLendingConfig, cfLendingPoolSupplyBalances, cfLendingPools, cfLoanAccount, cfLoanAccounts, cfMonitoringSimulateAuction, cfOraclePrices, cfPoolDepth, cfPoolOrderbook, cfPoolOrders, cfPoolPriceV2, cfPoolsEnvironment, cfSafeModeStatuses, cfSupportedAssets, cfSwapRate, cfSwapRateV2, cfSwapRateV3, cfSwappingEnvironment, cfTradingStrategy, cfVaultAddresses, chainGetBlockHash, ethereumAddress, hexString, liquidityProvider, lpTotalBalances, numberOrHex, numericString, operator, requestSwapParameterEncoding, rpcResponse, stateGetMetadata, stateGetRuntimeVersion, u256, unregistered, validator };
|