@chainflip/rpc 1.9.1 → 1.9.3
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/common.cjs +3 -1
- package/dist/common.d.cts +1022 -132
- package/dist/common.d.ts +1022 -132
- package/dist/common.mjs +4 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/parsers.cjs +21 -4
- package/dist/parsers.d.cts +1616 -134
- package/dist/parsers.d.ts +1616 -134
- package/dist/parsers.mjs +20 -3
- package/dist/types.d.cts +3 -1
- package/dist/types.d.ts +3 -1
- package/package.json +2 -2
package/dist/common.d.cts
CHANGED
|
@@ -153,6 +153,7 @@ type RpcRequest = WithHash<{
|
|
|
153
153
|
quoteAsset: UncheckedAssetAndChain,
|
|
154
154
|
orders: number
|
|
155
155
|
];
|
|
156
|
+
cf_get_trading_strategies: [accountId?: Nullish<string>];
|
|
156
157
|
}> & {
|
|
157
158
|
chain_getBlockHash: [blockHeight?: number];
|
|
158
159
|
};
|
|
@@ -2811,28 +2812,6 @@ declare const rpcResult: {
|
|
|
2811
2812
|
Polkadot: string | number;
|
|
2812
2813
|
Assethub?: string | number | undefined;
|
|
2813
2814
|
}>;
|
|
2814
|
-
max_swap_retry_duration_blocks: z.ZodObject<{
|
|
2815
|
-
Bitcoin: z.ZodNumber;
|
|
2816
|
-
Ethereum: z.ZodNumber;
|
|
2817
|
-
Polkadot: z.ZodNumber;
|
|
2818
|
-
Arbitrum: z.ZodNumber;
|
|
2819
|
-
Solana: z.ZodNumber;
|
|
2820
|
-
Assethub: z.ZodDefault<z.ZodNumber>;
|
|
2821
|
-
}, "strip", z.ZodTypeAny, {
|
|
2822
|
-
Bitcoin: number;
|
|
2823
|
-
Ethereum: number;
|
|
2824
|
-
Arbitrum: number;
|
|
2825
|
-
Solana: number;
|
|
2826
|
-
Polkadot: number;
|
|
2827
|
-
Assethub: number;
|
|
2828
|
-
}, {
|
|
2829
|
-
Bitcoin: number;
|
|
2830
|
-
Ethereum: number;
|
|
2831
|
-
Arbitrum: number;
|
|
2832
|
-
Solana: number;
|
|
2833
|
-
Polkadot: number;
|
|
2834
|
-
Assethub?: number | undefined;
|
|
2835
|
-
}>;
|
|
2836
2815
|
}, "strip", z.ZodTypeAny, {
|
|
2837
2816
|
minimum_deposit_amounts: {
|
|
2838
2817
|
Bitcoin: {
|
|
@@ -2958,14 +2937,6 @@ declare const rpcResult: {
|
|
|
2958
2937
|
Polkadot: bigint;
|
|
2959
2938
|
Assethub: bigint;
|
|
2960
2939
|
};
|
|
2961
|
-
max_swap_retry_duration_blocks: {
|
|
2962
|
-
Bitcoin: number;
|
|
2963
|
-
Ethereum: number;
|
|
2964
|
-
Arbitrum: number;
|
|
2965
|
-
Solana: number;
|
|
2966
|
-
Polkadot: number;
|
|
2967
|
-
Assethub: number;
|
|
2968
|
-
};
|
|
2969
2940
|
}, {
|
|
2970
2941
|
minimum_deposit_amounts: {
|
|
2971
2942
|
Bitcoin: {
|
|
@@ -3091,14 +3062,6 @@ declare const rpcResult: {
|
|
|
3091
3062
|
Polkadot: string | number;
|
|
3092
3063
|
Assethub?: string | number | undefined;
|
|
3093
3064
|
};
|
|
3094
|
-
max_swap_retry_duration_blocks: {
|
|
3095
|
-
Bitcoin: number;
|
|
3096
|
-
Ethereum: number;
|
|
3097
|
-
Arbitrum: number;
|
|
3098
|
-
Solana: number;
|
|
3099
|
-
Polkadot: number;
|
|
3100
|
-
Assethub?: number | undefined;
|
|
3101
|
-
};
|
|
3102
3065
|
}>, Omit<{
|
|
3103
3066
|
minimum_deposit_amounts: {
|
|
3104
3067
|
Bitcoin: {
|
|
@@ -3224,14 +3187,6 @@ declare const rpcResult: {
|
|
|
3224
3187
|
Polkadot: bigint;
|
|
3225
3188
|
Assethub: bigint;
|
|
3226
3189
|
};
|
|
3227
|
-
max_swap_retry_duration_blocks: {
|
|
3228
|
-
Bitcoin: number;
|
|
3229
|
-
Ethereum: number;
|
|
3230
|
-
Arbitrum: number;
|
|
3231
|
-
Solana: number;
|
|
3232
|
-
Polkadot: number;
|
|
3233
|
-
Assethub: number;
|
|
3234
|
-
};
|
|
3235
3190
|
}, "egress_dust_limits"> & {
|
|
3236
3191
|
readonly minimum_egress_amounts: {
|
|
3237
3192
|
Bitcoin: {
|
|
@@ -3385,14 +3340,6 @@ declare const rpcResult: {
|
|
|
3385
3340
|
Polkadot: string | number;
|
|
3386
3341
|
Assethub?: string | number | undefined;
|
|
3387
3342
|
};
|
|
3388
|
-
max_swap_retry_duration_blocks: {
|
|
3389
|
-
Bitcoin: number;
|
|
3390
|
-
Ethereum: number;
|
|
3391
|
-
Arbitrum: number;
|
|
3392
|
-
Solana: number;
|
|
3393
|
-
Polkadot: number;
|
|
3394
|
-
Assethub?: number | undefined;
|
|
3395
|
-
};
|
|
3396
3343
|
}>;
|
|
3397
3344
|
swapping: z.ZodObject<{
|
|
3398
3345
|
maximum_swap_amounts: z.ZodObject<{
|
|
@@ -3513,6 +3460,126 @@ declare const rpcResult: {
|
|
|
3513
3460
|
} | undefined;
|
|
3514
3461
|
}>;
|
|
3515
3462
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
3463
|
+
swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
|
|
3464
|
+
max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
3465
|
+
max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
3466
|
+
minimum_chunk_size: z.ZodOptional<z.ZodObject<{
|
|
3467
|
+
Bitcoin: z.ZodObject<{
|
|
3468
|
+
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3469
|
+
}, "strip", z.ZodTypeAny, {
|
|
3470
|
+
BTC: bigint | null;
|
|
3471
|
+
}, {
|
|
3472
|
+
BTC: string | number | null;
|
|
3473
|
+
}>;
|
|
3474
|
+
Ethereum: z.ZodObject<{
|
|
3475
|
+
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3476
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3477
|
+
FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3478
|
+
USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3479
|
+
}, "strip", z.ZodTypeAny, {
|
|
3480
|
+
ETH: bigint | null;
|
|
3481
|
+
USDC: bigint | null;
|
|
3482
|
+
FLIP: bigint | null;
|
|
3483
|
+
USDT: bigint | null;
|
|
3484
|
+
}, {
|
|
3485
|
+
ETH: string | number | null;
|
|
3486
|
+
USDC: string | number | null;
|
|
3487
|
+
FLIP: string | number | null;
|
|
3488
|
+
USDT: string | number | null;
|
|
3489
|
+
}>;
|
|
3490
|
+
Polkadot: z.ZodObject<{
|
|
3491
|
+
DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3492
|
+
}, "strip", z.ZodTypeAny, {
|
|
3493
|
+
DOT: bigint | null;
|
|
3494
|
+
}, {
|
|
3495
|
+
DOT: string | number | null;
|
|
3496
|
+
}>;
|
|
3497
|
+
Arbitrum: z.ZodObject<{
|
|
3498
|
+
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3499
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3500
|
+
}, "strip", z.ZodTypeAny, {
|
|
3501
|
+
ETH: bigint | null;
|
|
3502
|
+
USDC: bigint | null;
|
|
3503
|
+
}, {
|
|
3504
|
+
ETH: string | number | null;
|
|
3505
|
+
USDC: string | number | null;
|
|
3506
|
+
}>;
|
|
3507
|
+
Solana: z.ZodObject<{
|
|
3508
|
+
SOL: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3509
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3510
|
+
}, "strip", z.ZodTypeAny, {
|
|
3511
|
+
USDC: bigint | null;
|
|
3512
|
+
SOL: bigint | null;
|
|
3513
|
+
}, {
|
|
3514
|
+
USDC: string | number | null;
|
|
3515
|
+
SOL: string | number | null;
|
|
3516
|
+
}>;
|
|
3517
|
+
Assethub: z.ZodDefault<z.ZodObject<{
|
|
3518
|
+
DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3519
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3520
|
+
USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
3521
|
+
}, "strip", z.ZodTypeAny, {
|
|
3522
|
+
USDC: bigint | null;
|
|
3523
|
+
USDT: bigint | null;
|
|
3524
|
+
DOT: bigint | null;
|
|
3525
|
+
}, {
|
|
3526
|
+
USDC: string | number | null;
|
|
3527
|
+
USDT: string | number | null;
|
|
3528
|
+
DOT: string | number | null;
|
|
3529
|
+
}>>;
|
|
3530
|
+
}, "strip", z.ZodTypeAny, {
|
|
3531
|
+
Bitcoin: {
|
|
3532
|
+
BTC: bigint | null;
|
|
3533
|
+
};
|
|
3534
|
+
Ethereum: {
|
|
3535
|
+
ETH: bigint | null;
|
|
3536
|
+
USDC: bigint | null;
|
|
3537
|
+
FLIP: bigint | null;
|
|
3538
|
+
USDT: bigint | null;
|
|
3539
|
+
};
|
|
3540
|
+
Arbitrum: {
|
|
3541
|
+
ETH: bigint | null;
|
|
3542
|
+
USDC: bigint | null;
|
|
3543
|
+
};
|
|
3544
|
+
Solana: {
|
|
3545
|
+
USDC: bigint | null;
|
|
3546
|
+
SOL: bigint | null;
|
|
3547
|
+
};
|
|
3548
|
+
Polkadot: {
|
|
3549
|
+
DOT: bigint | null;
|
|
3550
|
+
};
|
|
3551
|
+
Assethub: {
|
|
3552
|
+
USDC: bigint | null;
|
|
3553
|
+
USDT: bigint | null;
|
|
3554
|
+
DOT: bigint | null;
|
|
3555
|
+
};
|
|
3556
|
+
}, {
|
|
3557
|
+
Bitcoin: {
|
|
3558
|
+
BTC: string | number | null;
|
|
3559
|
+
};
|
|
3560
|
+
Ethereum: {
|
|
3561
|
+
ETH: string | number | null;
|
|
3562
|
+
USDC: string | number | null;
|
|
3563
|
+
FLIP: string | number | null;
|
|
3564
|
+
USDT: string | number | null;
|
|
3565
|
+
};
|
|
3566
|
+
Arbitrum: {
|
|
3567
|
+
ETH: string | number | null;
|
|
3568
|
+
USDC: string | number | null;
|
|
3569
|
+
};
|
|
3570
|
+
Solana: {
|
|
3571
|
+
USDC: string | number | null;
|
|
3572
|
+
SOL: string | number | null;
|
|
3573
|
+
};
|
|
3574
|
+
Polkadot: {
|
|
3575
|
+
DOT: string | number | null;
|
|
3576
|
+
};
|
|
3577
|
+
Assethub?: {
|
|
3578
|
+
USDC: string | number | null;
|
|
3579
|
+
USDT: string | number | null;
|
|
3580
|
+
DOT: string | number | null;
|
|
3581
|
+
} | undefined;
|
|
3582
|
+
}>>;
|
|
3516
3583
|
}, "strip", z.ZodTypeAny, {
|
|
3517
3584
|
maximum_swap_amounts: {
|
|
3518
3585
|
Bitcoin: {
|
|
@@ -3542,6 +3609,36 @@ declare const rpcResult: {
|
|
|
3542
3609
|
};
|
|
3543
3610
|
};
|
|
3544
3611
|
network_fee_hundredth_pips: number;
|
|
3612
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
3613
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
3614
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
3615
|
+
minimum_chunk_size?: {
|
|
3616
|
+
Bitcoin: {
|
|
3617
|
+
BTC: bigint | null;
|
|
3618
|
+
};
|
|
3619
|
+
Ethereum: {
|
|
3620
|
+
ETH: bigint | null;
|
|
3621
|
+
USDC: bigint | null;
|
|
3622
|
+
FLIP: bigint | null;
|
|
3623
|
+
USDT: bigint | null;
|
|
3624
|
+
};
|
|
3625
|
+
Arbitrum: {
|
|
3626
|
+
ETH: bigint | null;
|
|
3627
|
+
USDC: bigint | null;
|
|
3628
|
+
};
|
|
3629
|
+
Solana: {
|
|
3630
|
+
USDC: bigint | null;
|
|
3631
|
+
SOL: bigint | null;
|
|
3632
|
+
};
|
|
3633
|
+
Polkadot: {
|
|
3634
|
+
DOT: bigint | null;
|
|
3635
|
+
};
|
|
3636
|
+
Assethub: {
|
|
3637
|
+
USDC: bigint | null;
|
|
3638
|
+
USDT: bigint | null;
|
|
3639
|
+
DOT: bigint | null;
|
|
3640
|
+
};
|
|
3641
|
+
} | undefined;
|
|
3545
3642
|
}, {
|
|
3546
3643
|
maximum_swap_amounts: {
|
|
3547
3644
|
Bitcoin: {
|
|
@@ -3571,6 +3668,36 @@ declare const rpcResult: {
|
|
|
3571
3668
|
} | undefined;
|
|
3572
3669
|
};
|
|
3573
3670
|
network_fee_hundredth_pips: number;
|
|
3671
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
3672
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
3673
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
3674
|
+
minimum_chunk_size?: {
|
|
3675
|
+
Bitcoin: {
|
|
3676
|
+
BTC: string | number | null;
|
|
3677
|
+
};
|
|
3678
|
+
Ethereum: {
|
|
3679
|
+
ETH: string | number | null;
|
|
3680
|
+
USDC: string | number | null;
|
|
3681
|
+
FLIP: string | number | null;
|
|
3682
|
+
USDT: string | number | null;
|
|
3683
|
+
};
|
|
3684
|
+
Arbitrum: {
|
|
3685
|
+
ETH: string | number | null;
|
|
3686
|
+
USDC: string | number | null;
|
|
3687
|
+
};
|
|
3688
|
+
Solana: {
|
|
3689
|
+
USDC: string | number | null;
|
|
3690
|
+
SOL: string | number | null;
|
|
3691
|
+
};
|
|
3692
|
+
Polkadot: {
|
|
3693
|
+
DOT: string | number | null;
|
|
3694
|
+
};
|
|
3695
|
+
Assethub?: {
|
|
3696
|
+
USDC: string | number | null;
|
|
3697
|
+
USDT: string | number | null;
|
|
3698
|
+
DOT: string | number | null;
|
|
3699
|
+
} | undefined;
|
|
3700
|
+
} | undefined;
|
|
3574
3701
|
}>;
|
|
3575
3702
|
funding: z.ZodObject<{
|
|
3576
3703
|
redemption_tax: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
|
|
@@ -8376,14 +8503,6 @@ declare const rpcResult: {
|
|
|
8376
8503
|
Polkadot: bigint;
|
|
8377
8504
|
Assethub: bigint;
|
|
8378
8505
|
};
|
|
8379
|
-
max_swap_retry_duration_blocks: {
|
|
8380
|
-
Bitcoin: number;
|
|
8381
|
-
Ethereum: number;
|
|
8382
|
-
Arbitrum: number;
|
|
8383
|
-
Solana: number;
|
|
8384
|
-
Polkadot: number;
|
|
8385
|
-
Assethub: number;
|
|
8386
|
-
};
|
|
8387
8506
|
}, "egress_dust_limits"> & {
|
|
8388
8507
|
readonly minimum_egress_amounts: {
|
|
8389
8508
|
Bitcoin: {
|
|
@@ -8442,6 +8561,36 @@ declare const rpcResult: {
|
|
|
8442
8561
|
};
|
|
8443
8562
|
};
|
|
8444
8563
|
network_fee_hundredth_pips: number;
|
|
8564
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
8565
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
8566
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
8567
|
+
minimum_chunk_size?: {
|
|
8568
|
+
Bitcoin: {
|
|
8569
|
+
BTC: bigint | null;
|
|
8570
|
+
};
|
|
8571
|
+
Ethereum: {
|
|
8572
|
+
ETH: bigint | null;
|
|
8573
|
+
USDC: bigint | null;
|
|
8574
|
+
FLIP: bigint | null;
|
|
8575
|
+
USDT: bigint | null;
|
|
8576
|
+
};
|
|
8577
|
+
Arbitrum: {
|
|
8578
|
+
ETH: bigint | null;
|
|
8579
|
+
USDC: bigint | null;
|
|
8580
|
+
};
|
|
8581
|
+
Solana: {
|
|
8582
|
+
USDC: bigint | null;
|
|
8583
|
+
SOL: bigint | null;
|
|
8584
|
+
};
|
|
8585
|
+
Polkadot: {
|
|
8586
|
+
DOT: bigint | null;
|
|
8587
|
+
};
|
|
8588
|
+
Assethub: {
|
|
8589
|
+
USDC: bigint | null;
|
|
8590
|
+
USDT: bigint | null;
|
|
8591
|
+
DOT: bigint | null;
|
|
8592
|
+
};
|
|
8593
|
+
} | undefined;
|
|
8445
8594
|
};
|
|
8446
8595
|
funding: {
|
|
8447
8596
|
redemption_tax: bigint;
|
|
@@ -9153,14 +9302,6 @@ declare const rpcResult: {
|
|
|
9153
9302
|
Polkadot: string | number;
|
|
9154
9303
|
Assethub?: string | number | undefined;
|
|
9155
9304
|
};
|
|
9156
|
-
max_swap_retry_duration_blocks: {
|
|
9157
|
-
Bitcoin: number;
|
|
9158
|
-
Ethereum: number;
|
|
9159
|
-
Arbitrum: number;
|
|
9160
|
-
Solana: number;
|
|
9161
|
-
Polkadot: number;
|
|
9162
|
-
Assethub?: number | undefined;
|
|
9163
|
-
};
|
|
9164
9305
|
};
|
|
9165
9306
|
swapping: {
|
|
9166
9307
|
maximum_swap_amounts: {
|
|
@@ -9191,6 +9332,36 @@ declare const rpcResult: {
|
|
|
9191
9332
|
} | undefined;
|
|
9192
9333
|
};
|
|
9193
9334
|
network_fee_hundredth_pips: number;
|
|
9335
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
9336
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
9337
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
9338
|
+
minimum_chunk_size?: {
|
|
9339
|
+
Bitcoin: {
|
|
9340
|
+
BTC: string | number | null;
|
|
9341
|
+
};
|
|
9342
|
+
Ethereum: {
|
|
9343
|
+
ETH: string | number | null;
|
|
9344
|
+
USDC: string | number | null;
|
|
9345
|
+
FLIP: string | number | null;
|
|
9346
|
+
USDT: string | number | null;
|
|
9347
|
+
};
|
|
9348
|
+
Arbitrum: {
|
|
9349
|
+
ETH: string | number | null;
|
|
9350
|
+
USDC: string | number | null;
|
|
9351
|
+
};
|
|
9352
|
+
Solana: {
|
|
9353
|
+
USDC: string | number | null;
|
|
9354
|
+
SOL: string | number | null;
|
|
9355
|
+
};
|
|
9356
|
+
Polkadot: {
|
|
9357
|
+
DOT: string | number | null;
|
|
9358
|
+
};
|
|
9359
|
+
Assethub?: {
|
|
9360
|
+
USDC: string | number | null;
|
|
9361
|
+
USDT: string | number | null;
|
|
9362
|
+
DOT: string | number | null;
|
|
9363
|
+
} | undefined;
|
|
9364
|
+
} | undefined;
|
|
9194
9365
|
};
|
|
9195
9366
|
funding: {
|
|
9196
9367
|
redemption_tax: string | number;
|
|
@@ -10024,28 +10195,6 @@ declare const rpcResult: {
|
|
|
10024
10195
|
Polkadot: string | number;
|
|
10025
10196
|
Assethub?: string | number | undefined;
|
|
10026
10197
|
}>;
|
|
10027
|
-
max_swap_retry_duration_blocks: z.ZodObject<{
|
|
10028
|
-
Bitcoin: z.ZodNumber;
|
|
10029
|
-
Ethereum: z.ZodNumber;
|
|
10030
|
-
Polkadot: z.ZodNumber;
|
|
10031
|
-
Arbitrum: z.ZodNumber;
|
|
10032
|
-
Solana: z.ZodNumber;
|
|
10033
|
-
Assethub: z.ZodDefault<z.ZodNumber>;
|
|
10034
|
-
}, "strip", z.ZodTypeAny, {
|
|
10035
|
-
Bitcoin: number;
|
|
10036
|
-
Ethereum: number;
|
|
10037
|
-
Arbitrum: number;
|
|
10038
|
-
Solana: number;
|
|
10039
|
-
Polkadot: number;
|
|
10040
|
-
Assethub: number;
|
|
10041
|
-
}, {
|
|
10042
|
-
Bitcoin: number;
|
|
10043
|
-
Ethereum: number;
|
|
10044
|
-
Arbitrum: number;
|
|
10045
|
-
Solana: number;
|
|
10046
|
-
Polkadot: number;
|
|
10047
|
-
Assethub?: number | undefined;
|
|
10048
|
-
}>;
|
|
10049
10198
|
}, "strip", z.ZodTypeAny, {
|
|
10050
10199
|
minimum_deposit_amounts: {
|
|
10051
10200
|
Bitcoin: {
|
|
@@ -10171,14 +10320,6 @@ declare const rpcResult: {
|
|
|
10171
10320
|
Polkadot: bigint;
|
|
10172
10321
|
Assethub: bigint;
|
|
10173
10322
|
};
|
|
10174
|
-
max_swap_retry_duration_blocks: {
|
|
10175
|
-
Bitcoin: number;
|
|
10176
|
-
Ethereum: number;
|
|
10177
|
-
Arbitrum: number;
|
|
10178
|
-
Solana: number;
|
|
10179
|
-
Polkadot: number;
|
|
10180
|
-
Assethub: number;
|
|
10181
|
-
};
|
|
10182
10323
|
}, {
|
|
10183
10324
|
minimum_deposit_amounts: {
|
|
10184
10325
|
Bitcoin: {
|
|
@@ -10304,14 +10445,6 @@ declare const rpcResult: {
|
|
|
10304
10445
|
Polkadot: string | number;
|
|
10305
10446
|
Assethub?: string | number | undefined;
|
|
10306
10447
|
};
|
|
10307
|
-
max_swap_retry_duration_blocks: {
|
|
10308
|
-
Bitcoin: number;
|
|
10309
|
-
Ethereum: number;
|
|
10310
|
-
Arbitrum: number;
|
|
10311
|
-
Solana: number;
|
|
10312
|
-
Polkadot: number;
|
|
10313
|
-
Assethub?: number | undefined;
|
|
10314
|
-
};
|
|
10315
10448
|
}>, Omit<{
|
|
10316
10449
|
minimum_deposit_amounts: {
|
|
10317
10450
|
Bitcoin: {
|
|
@@ -10437,14 +10570,6 @@ declare const rpcResult: {
|
|
|
10437
10570
|
Polkadot: bigint;
|
|
10438
10571
|
Assethub: bigint;
|
|
10439
10572
|
};
|
|
10440
|
-
max_swap_retry_duration_blocks: {
|
|
10441
|
-
Bitcoin: number;
|
|
10442
|
-
Ethereum: number;
|
|
10443
|
-
Arbitrum: number;
|
|
10444
|
-
Solana: number;
|
|
10445
|
-
Polkadot: number;
|
|
10446
|
-
Assethub: number;
|
|
10447
|
-
};
|
|
10448
10573
|
}, "egress_dust_limits"> & {
|
|
10449
10574
|
readonly minimum_egress_amounts: {
|
|
10450
10575
|
Bitcoin: {
|
|
@@ -10598,14 +10723,6 @@ declare const rpcResult: {
|
|
|
10598
10723
|
Polkadot: string | number;
|
|
10599
10724
|
Assethub?: string | number | undefined;
|
|
10600
10725
|
};
|
|
10601
|
-
max_swap_retry_duration_blocks: {
|
|
10602
|
-
Bitcoin: number;
|
|
10603
|
-
Ethereum: number;
|
|
10604
|
-
Arbitrum: number;
|
|
10605
|
-
Solana: number;
|
|
10606
|
-
Polkadot: number;
|
|
10607
|
-
Assethub?: number | undefined;
|
|
10608
|
-
};
|
|
10609
10726
|
}>;
|
|
10610
10727
|
readonly cf_pool_orders: z.ZodObject<{
|
|
10611
10728
|
limit_orders: z.ZodObject<{
|
|
@@ -17597,19 +17714,139 @@ declare const rpcResult: {
|
|
|
17597
17714
|
} | undefined;
|
|
17598
17715
|
}>;
|
|
17599
17716
|
network_fee_hundredth_pips: z.ZodNumber;
|
|
17600
|
-
|
|
17601
|
-
|
|
17602
|
-
|
|
17717
|
+
swap_retry_delay_blocks: z.ZodOptional<z.ZodNumber>;
|
|
17718
|
+
max_swap_retry_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
17719
|
+
max_swap_request_duration_blocks: z.ZodOptional<z.ZodNumber>;
|
|
17720
|
+
minimum_chunk_size: z.ZodOptional<z.ZodObject<{
|
|
17721
|
+
Bitcoin: z.ZodObject<{
|
|
17722
|
+
BTC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17723
|
+
}, "strip", z.ZodTypeAny, {
|
|
17603
17724
|
BTC: bigint | null;
|
|
17604
|
-
}
|
|
17605
|
-
|
|
17725
|
+
}, {
|
|
17726
|
+
BTC: string | number | null;
|
|
17727
|
+
}>;
|
|
17728
|
+
Ethereum: z.ZodObject<{
|
|
17729
|
+
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17730
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17731
|
+
FLIP: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17732
|
+
USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17733
|
+
}, "strip", z.ZodTypeAny, {
|
|
17606
17734
|
ETH: bigint | null;
|
|
17607
17735
|
USDC: bigint | null;
|
|
17608
17736
|
FLIP: bigint | null;
|
|
17609
17737
|
USDT: bigint | null;
|
|
17610
|
-
}
|
|
17611
|
-
|
|
17612
|
-
|
|
17738
|
+
}, {
|
|
17739
|
+
ETH: string | number | null;
|
|
17740
|
+
USDC: string | number | null;
|
|
17741
|
+
FLIP: string | number | null;
|
|
17742
|
+
USDT: string | number | null;
|
|
17743
|
+
}>;
|
|
17744
|
+
Polkadot: z.ZodObject<{
|
|
17745
|
+
DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17746
|
+
}, "strip", z.ZodTypeAny, {
|
|
17747
|
+
DOT: bigint | null;
|
|
17748
|
+
}, {
|
|
17749
|
+
DOT: string | number | null;
|
|
17750
|
+
}>;
|
|
17751
|
+
Arbitrum: z.ZodObject<{
|
|
17752
|
+
ETH: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17753
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17754
|
+
}, "strip", z.ZodTypeAny, {
|
|
17755
|
+
ETH: bigint | null;
|
|
17756
|
+
USDC: bigint | null;
|
|
17757
|
+
}, {
|
|
17758
|
+
ETH: string | number | null;
|
|
17759
|
+
USDC: string | number | null;
|
|
17760
|
+
}>;
|
|
17761
|
+
Solana: z.ZodObject<{
|
|
17762
|
+
SOL: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17763
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17764
|
+
}, "strip", z.ZodTypeAny, {
|
|
17765
|
+
USDC: bigint | null;
|
|
17766
|
+
SOL: bigint | null;
|
|
17767
|
+
}, {
|
|
17768
|
+
USDC: string | number | null;
|
|
17769
|
+
SOL: string | number | null;
|
|
17770
|
+
}>;
|
|
17771
|
+
Assethub: z.ZodDefault<z.ZodObject<{
|
|
17772
|
+
DOT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17773
|
+
USDC: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17774
|
+
USDT: z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>>;
|
|
17775
|
+
}, "strip", z.ZodTypeAny, {
|
|
17776
|
+
USDC: bigint | null;
|
|
17777
|
+
USDT: bigint | null;
|
|
17778
|
+
DOT: bigint | null;
|
|
17779
|
+
}, {
|
|
17780
|
+
USDC: string | number | null;
|
|
17781
|
+
USDT: string | number | null;
|
|
17782
|
+
DOT: string | number | null;
|
|
17783
|
+
}>>;
|
|
17784
|
+
}, "strip", z.ZodTypeAny, {
|
|
17785
|
+
Bitcoin: {
|
|
17786
|
+
BTC: bigint | null;
|
|
17787
|
+
};
|
|
17788
|
+
Ethereum: {
|
|
17789
|
+
ETH: bigint | null;
|
|
17790
|
+
USDC: bigint | null;
|
|
17791
|
+
FLIP: bigint | null;
|
|
17792
|
+
USDT: bigint | null;
|
|
17793
|
+
};
|
|
17794
|
+
Arbitrum: {
|
|
17795
|
+
ETH: bigint | null;
|
|
17796
|
+
USDC: bigint | null;
|
|
17797
|
+
};
|
|
17798
|
+
Solana: {
|
|
17799
|
+
USDC: bigint | null;
|
|
17800
|
+
SOL: bigint | null;
|
|
17801
|
+
};
|
|
17802
|
+
Polkadot: {
|
|
17803
|
+
DOT: bigint | null;
|
|
17804
|
+
};
|
|
17805
|
+
Assethub: {
|
|
17806
|
+
USDC: bigint | null;
|
|
17807
|
+
USDT: bigint | null;
|
|
17808
|
+
DOT: bigint | null;
|
|
17809
|
+
};
|
|
17810
|
+
}, {
|
|
17811
|
+
Bitcoin: {
|
|
17812
|
+
BTC: string | number | null;
|
|
17813
|
+
};
|
|
17814
|
+
Ethereum: {
|
|
17815
|
+
ETH: string | number | null;
|
|
17816
|
+
USDC: string | number | null;
|
|
17817
|
+
FLIP: string | number | null;
|
|
17818
|
+
USDT: string | number | null;
|
|
17819
|
+
};
|
|
17820
|
+
Arbitrum: {
|
|
17821
|
+
ETH: string | number | null;
|
|
17822
|
+
USDC: string | number | null;
|
|
17823
|
+
};
|
|
17824
|
+
Solana: {
|
|
17825
|
+
USDC: string | number | null;
|
|
17826
|
+
SOL: string | number | null;
|
|
17827
|
+
};
|
|
17828
|
+
Polkadot: {
|
|
17829
|
+
DOT: string | number | null;
|
|
17830
|
+
};
|
|
17831
|
+
Assethub?: {
|
|
17832
|
+
USDC: string | number | null;
|
|
17833
|
+
USDT: string | number | null;
|
|
17834
|
+
DOT: string | number | null;
|
|
17835
|
+
} | undefined;
|
|
17836
|
+
}>>;
|
|
17837
|
+
}, "strip", z.ZodTypeAny, {
|
|
17838
|
+
maximum_swap_amounts: {
|
|
17839
|
+
Bitcoin: {
|
|
17840
|
+
BTC: bigint | null;
|
|
17841
|
+
};
|
|
17842
|
+
Ethereum: {
|
|
17843
|
+
ETH: bigint | null;
|
|
17844
|
+
USDC: bigint | null;
|
|
17845
|
+
FLIP: bigint | null;
|
|
17846
|
+
USDT: bigint | null;
|
|
17847
|
+
};
|
|
17848
|
+
Arbitrum: {
|
|
17849
|
+
ETH: bigint | null;
|
|
17613
17850
|
USDC: bigint | null;
|
|
17614
17851
|
};
|
|
17615
17852
|
Solana: {
|
|
@@ -17626,6 +17863,36 @@ declare const rpcResult: {
|
|
|
17626
17863
|
};
|
|
17627
17864
|
};
|
|
17628
17865
|
network_fee_hundredth_pips: number;
|
|
17866
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
17867
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
17868
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
17869
|
+
minimum_chunk_size?: {
|
|
17870
|
+
Bitcoin: {
|
|
17871
|
+
BTC: bigint | null;
|
|
17872
|
+
};
|
|
17873
|
+
Ethereum: {
|
|
17874
|
+
ETH: bigint | null;
|
|
17875
|
+
USDC: bigint | null;
|
|
17876
|
+
FLIP: bigint | null;
|
|
17877
|
+
USDT: bigint | null;
|
|
17878
|
+
};
|
|
17879
|
+
Arbitrum: {
|
|
17880
|
+
ETH: bigint | null;
|
|
17881
|
+
USDC: bigint | null;
|
|
17882
|
+
};
|
|
17883
|
+
Solana: {
|
|
17884
|
+
USDC: bigint | null;
|
|
17885
|
+
SOL: bigint | null;
|
|
17886
|
+
};
|
|
17887
|
+
Polkadot: {
|
|
17888
|
+
DOT: bigint | null;
|
|
17889
|
+
};
|
|
17890
|
+
Assethub: {
|
|
17891
|
+
USDC: bigint | null;
|
|
17892
|
+
USDT: bigint | null;
|
|
17893
|
+
DOT: bigint | null;
|
|
17894
|
+
};
|
|
17895
|
+
} | undefined;
|
|
17629
17896
|
}, {
|
|
17630
17897
|
maximum_swap_amounts: {
|
|
17631
17898
|
Bitcoin: {
|
|
@@ -17655,6 +17922,36 @@ declare const rpcResult: {
|
|
|
17655
17922
|
} | undefined;
|
|
17656
17923
|
};
|
|
17657
17924
|
network_fee_hundredth_pips: number;
|
|
17925
|
+
swap_retry_delay_blocks?: number | undefined;
|
|
17926
|
+
max_swap_retry_duration_blocks?: number | undefined;
|
|
17927
|
+
max_swap_request_duration_blocks?: number | undefined;
|
|
17928
|
+
minimum_chunk_size?: {
|
|
17929
|
+
Bitcoin: {
|
|
17930
|
+
BTC: string | number | null;
|
|
17931
|
+
};
|
|
17932
|
+
Ethereum: {
|
|
17933
|
+
ETH: string | number | null;
|
|
17934
|
+
USDC: string | number | null;
|
|
17935
|
+
FLIP: string | number | null;
|
|
17936
|
+
USDT: string | number | null;
|
|
17937
|
+
};
|
|
17938
|
+
Arbitrum: {
|
|
17939
|
+
ETH: string | number | null;
|
|
17940
|
+
USDC: string | number | null;
|
|
17941
|
+
};
|
|
17942
|
+
Solana: {
|
|
17943
|
+
USDC: string | number | null;
|
|
17944
|
+
SOL: string | number | null;
|
|
17945
|
+
};
|
|
17946
|
+
Polkadot: {
|
|
17947
|
+
DOT: string | number | null;
|
|
17948
|
+
};
|
|
17949
|
+
Assethub?: {
|
|
17950
|
+
USDC: string | number | null;
|
|
17951
|
+
USDT: string | number | null;
|
|
17952
|
+
DOT: string | number | null;
|
|
17953
|
+
} | undefined;
|
|
17954
|
+
} | undefined;
|
|
17658
17955
|
}>;
|
|
17659
17956
|
readonly chain_getBlockHash: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
17660
17957
|
readonly cf_boost_pool_details: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
|
|
@@ -18274,6 +18571,599 @@ declare const rpcResult: {
|
|
|
18274
18571
|
sqrt_price: string;
|
|
18275
18572
|
}[];
|
|
18276
18573
|
}>;
|
|
18574
|
+
readonly cf_get_trading_strategies: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
18575
|
+
lp_id: z.ZodString;
|
|
18576
|
+
strategy_id: z.ZodString;
|
|
18577
|
+
strategy: z.ZodObject<{
|
|
18578
|
+
TickZeroCentered: z.ZodObject<{
|
|
18579
|
+
spread_tick: z.ZodNumber;
|
|
18580
|
+
base_asset: z.ZodUnion<[z.ZodObject<{
|
|
18581
|
+
chain: z.ZodLiteral<"Bitcoin">;
|
|
18582
|
+
asset: z.ZodLiteral<"BTC">;
|
|
18583
|
+
}, "strip", z.ZodTypeAny, {
|
|
18584
|
+
chain: "Bitcoin";
|
|
18585
|
+
asset: "BTC";
|
|
18586
|
+
}, {
|
|
18587
|
+
chain: "Bitcoin";
|
|
18588
|
+
asset: "BTC";
|
|
18589
|
+
}>, z.ZodObject<{
|
|
18590
|
+
chain: z.ZodLiteral<"Polkadot">;
|
|
18591
|
+
asset: z.ZodLiteral<"DOT">;
|
|
18592
|
+
}, "strip", z.ZodTypeAny, {
|
|
18593
|
+
chain: "Polkadot";
|
|
18594
|
+
asset: "DOT";
|
|
18595
|
+
}, {
|
|
18596
|
+
chain: "Polkadot";
|
|
18597
|
+
asset: "DOT";
|
|
18598
|
+
}>, z.ZodObject<{
|
|
18599
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18600
|
+
asset: z.ZodLiteral<"FLIP">;
|
|
18601
|
+
}, "strip", z.ZodTypeAny, {
|
|
18602
|
+
chain: "Ethereum";
|
|
18603
|
+
asset: "FLIP";
|
|
18604
|
+
}, {
|
|
18605
|
+
chain: "Ethereum";
|
|
18606
|
+
asset: "FLIP";
|
|
18607
|
+
}>, z.ZodObject<{
|
|
18608
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18609
|
+
asset: z.ZodLiteral<"ETH">;
|
|
18610
|
+
}, "strip", z.ZodTypeAny, {
|
|
18611
|
+
chain: "Ethereum";
|
|
18612
|
+
asset: "ETH";
|
|
18613
|
+
}, {
|
|
18614
|
+
chain: "Ethereum";
|
|
18615
|
+
asset: "ETH";
|
|
18616
|
+
}>, z.ZodObject<{
|
|
18617
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18618
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18619
|
+
}, "strip", z.ZodTypeAny, {
|
|
18620
|
+
chain: "Ethereum";
|
|
18621
|
+
asset: "USDC";
|
|
18622
|
+
}, {
|
|
18623
|
+
chain: "Ethereum";
|
|
18624
|
+
asset: "USDC";
|
|
18625
|
+
}>, z.ZodObject<{
|
|
18626
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18627
|
+
asset: z.ZodLiteral<"USDT">;
|
|
18628
|
+
}, "strip", z.ZodTypeAny, {
|
|
18629
|
+
chain: "Ethereum";
|
|
18630
|
+
asset: "USDT";
|
|
18631
|
+
}, {
|
|
18632
|
+
chain: "Ethereum";
|
|
18633
|
+
asset: "USDT";
|
|
18634
|
+
}>, z.ZodObject<{
|
|
18635
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
18636
|
+
asset: z.ZodLiteral<"ETH">;
|
|
18637
|
+
}, "strip", z.ZodTypeAny, {
|
|
18638
|
+
chain: "Arbitrum";
|
|
18639
|
+
asset: "ETH";
|
|
18640
|
+
}, {
|
|
18641
|
+
chain: "Arbitrum";
|
|
18642
|
+
asset: "ETH";
|
|
18643
|
+
}>, z.ZodObject<{
|
|
18644
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
18645
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18646
|
+
}, "strip", z.ZodTypeAny, {
|
|
18647
|
+
chain: "Arbitrum";
|
|
18648
|
+
asset: "USDC";
|
|
18649
|
+
}, {
|
|
18650
|
+
chain: "Arbitrum";
|
|
18651
|
+
asset: "USDC";
|
|
18652
|
+
}>, z.ZodObject<{
|
|
18653
|
+
chain: z.ZodLiteral<"Solana">;
|
|
18654
|
+
asset: z.ZodLiteral<"SOL">;
|
|
18655
|
+
}, "strip", z.ZodTypeAny, {
|
|
18656
|
+
chain: "Solana";
|
|
18657
|
+
asset: "SOL";
|
|
18658
|
+
}, {
|
|
18659
|
+
chain: "Solana";
|
|
18660
|
+
asset: "SOL";
|
|
18661
|
+
}>, z.ZodObject<{
|
|
18662
|
+
chain: z.ZodLiteral<"Solana">;
|
|
18663
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18664
|
+
}, "strip", z.ZodTypeAny, {
|
|
18665
|
+
chain: "Solana";
|
|
18666
|
+
asset: "USDC";
|
|
18667
|
+
}, {
|
|
18668
|
+
chain: "Solana";
|
|
18669
|
+
asset: "USDC";
|
|
18670
|
+
}>, z.ZodObject<{
|
|
18671
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18672
|
+
asset: z.ZodLiteral<"DOT">;
|
|
18673
|
+
}, "strip", z.ZodTypeAny, {
|
|
18674
|
+
chain: "Assethub";
|
|
18675
|
+
asset: "DOT";
|
|
18676
|
+
}, {
|
|
18677
|
+
chain: "Assethub";
|
|
18678
|
+
asset: "DOT";
|
|
18679
|
+
}>, z.ZodObject<{
|
|
18680
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18681
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18682
|
+
}, "strip", z.ZodTypeAny, {
|
|
18683
|
+
chain: "Assethub";
|
|
18684
|
+
asset: "USDC";
|
|
18685
|
+
}, {
|
|
18686
|
+
chain: "Assethub";
|
|
18687
|
+
asset: "USDC";
|
|
18688
|
+
}>, z.ZodObject<{
|
|
18689
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18690
|
+
asset: z.ZodLiteral<"USDT">;
|
|
18691
|
+
}, "strip", z.ZodTypeAny, {
|
|
18692
|
+
chain: "Assethub";
|
|
18693
|
+
asset: "USDT";
|
|
18694
|
+
}, {
|
|
18695
|
+
chain: "Assethub";
|
|
18696
|
+
asset: "USDT";
|
|
18697
|
+
}>]>;
|
|
18698
|
+
}, "strip", z.ZodTypeAny, {
|
|
18699
|
+
base_asset: {
|
|
18700
|
+
chain: "Bitcoin";
|
|
18701
|
+
asset: "BTC";
|
|
18702
|
+
} | {
|
|
18703
|
+
chain: "Polkadot";
|
|
18704
|
+
asset: "DOT";
|
|
18705
|
+
} | {
|
|
18706
|
+
chain: "Ethereum";
|
|
18707
|
+
asset: "FLIP";
|
|
18708
|
+
} | {
|
|
18709
|
+
chain: "Ethereum";
|
|
18710
|
+
asset: "ETH";
|
|
18711
|
+
} | {
|
|
18712
|
+
chain: "Ethereum";
|
|
18713
|
+
asset: "USDC";
|
|
18714
|
+
} | {
|
|
18715
|
+
chain: "Ethereum";
|
|
18716
|
+
asset: "USDT";
|
|
18717
|
+
} | {
|
|
18718
|
+
chain: "Arbitrum";
|
|
18719
|
+
asset: "ETH";
|
|
18720
|
+
} | {
|
|
18721
|
+
chain: "Arbitrum";
|
|
18722
|
+
asset: "USDC";
|
|
18723
|
+
} | {
|
|
18724
|
+
chain: "Solana";
|
|
18725
|
+
asset: "SOL";
|
|
18726
|
+
} | {
|
|
18727
|
+
chain: "Solana";
|
|
18728
|
+
asset: "USDC";
|
|
18729
|
+
} | {
|
|
18730
|
+
chain: "Assethub";
|
|
18731
|
+
asset: "DOT";
|
|
18732
|
+
} | {
|
|
18733
|
+
chain: "Assethub";
|
|
18734
|
+
asset: "USDC";
|
|
18735
|
+
} | {
|
|
18736
|
+
chain: "Assethub";
|
|
18737
|
+
asset: "USDT";
|
|
18738
|
+
};
|
|
18739
|
+
spread_tick: number;
|
|
18740
|
+
}, {
|
|
18741
|
+
base_asset: {
|
|
18742
|
+
chain: "Bitcoin";
|
|
18743
|
+
asset: "BTC";
|
|
18744
|
+
} | {
|
|
18745
|
+
chain: "Polkadot";
|
|
18746
|
+
asset: "DOT";
|
|
18747
|
+
} | {
|
|
18748
|
+
chain: "Ethereum";
|
|
18749
|
+
asset: "FLIP";
|
|
18750
|
+
} | {
|
|
18751
|
+
chain: "Ethereum";
|
|
18752
|
+
asset: "ETH";
|
|
18753
|
+
} | {
|
|
18754
|
+
chain: "Ethereum";
|
|
18755
|
+
asset: "USDC";
|
|
18756
|
+
} | {
|
|
18757
|
+
chain: "Ethereum";
|
|
18758
|
+
asset: "USDT";
|
|
18759
|
+
} | {
|
|
18760
|
+
chain: "Arbitrum";
|
|
18761
|
+
asset: "ETH";
|
|
18762
|
+
} | {
|
|
18763
|
+
chain: "Arbitrum";
|
|
18764
|
+
asset: "USDC";
|
|
18765
|
+
} | {
|
|
18766
|
+
chain: "Solana";
|
|
18767
|
+
asset: "SOL";
|
|
18768
|
+
} | {
|
|
18769
|
+
chain: "Solana";
|
|
18770
|
+
asset: "USDC";
|
|
18771
|
+
} | {
|
|
18772
|
+
chain: "Assethub";
|
|
18773
|
+
asset: "DOT";
|
|
18774
|
+
} | {
|
|
18775
|
+
chain: "Assethub";
|
|
18776
|
+
asset: "USDC";
|
|
18777
|
+
} | {
|
|
18778
|
+
chain: "Assethub";
|
|
18779
|
+
asset: "USDT";
|
|
18780
|
+
};
|
|
18781
|
+
spread_tick: number;
|
|
18782
|
+
}>;
|
|
18783
|
+
}, "strip", z.ZodTypeAny, {
|
|
18784
|
+
TickZeroCentered: {
|
|
18785
|
+
base_asset: {
|
|
18786
|
+
chain: "Bitcoin";
|
|
18787
|
+
asset: "BTC";
|
|
18788
|
+
} | {
|
|
18789
|
+
chain: "Polkadot";
|
|
18790
|
+
asset: "DOT";
|
|
18791
|
+
} | {
|
|
18792
|
+
chain: "Ethereum";
|
|
18793
|
+
asset: "FLIP";
|
|
18794
|
+
} | {
|
|
18795
|
+
chain: "Ethereum";
|
|
18796
|
+
asset: "ETH";
|
|
18797
|
+
} | {
|
|
18798
|
+
chain: "Ethereum";
|
|
18799
|
+
asset: "USDC";
|
|
18800
|
+
} | {
|
|
18801
|
+
chain: "Ethereum";
|
|
18802
|
+
asset: "USDT";
|
|
18803
|
+
} | {
|
|
18804
|
+
chain: "Arbitrum";
|
|
18805
|
+
asset: "ETH";
|
|
18806
|
+
} | {
|
|
18807
|
+
chain: "Arbitrum";
|
|
18808
|
+
asset: "USDC";
|
|
18809
|
+
} | {
|
|
18810
|
+
chain: "Solana";
|
|
18811
|
+
asset: "SOL";
|
|
18812
|
+
} | {
|
|
18813
|
+
chain: "Solana";
|
|
18814
|
+
asset: "USDC";
|
|
18815
|
+
} | {
|
|
18816
|
+
chain: "Assethub";
|
|
18817
|
+
asset: "DOT";
|
|
18818
|
+
} | {
|
|
18819
|
+
chain: "Assethub";
|
|
18820
|
+
asset: "USDC";
|
|
18821
|
+
} | {
|
|
18822
|
+
chain: "Assethub";
|
|
18823
|
+
asset: "USDT";
|
|
18824
|
+
};
|
|
18825
|
+
spread_tick: number;
|
|
18826
|
+
};
|
|
18827
|
+
}, {
|
|
18828
|
+
TickZeroCentered: {
|
|
18829
|
+
base_asset: {
|
|
18830
|
+
chain: "Bitcoin";
|
|
18831
|
+
asset: "BTC";
|
|
18832
|
+
} | {
|
|
18833
|
+
chain: "Polkadot";
|
|
18834
|
+
asset: "DOT";
|
|
18835
|
+
} | {
|
|
18836
|
+
chain: "Ethereum";
|
|
18837
|
+
asset: "FLIP";
|
|
18838
|
+
} | {
|
|
18839
|
+
chain: "Ethereum";
|
|
18840
|
+
asset: "ETH";
|
|
18841
|
+
} | {
|
|
18842
|
+
chain: "Ethereum";
|
|
18843
|
+
asset: "USDC";
|
|
18844
|
+
} | {
|
|
18845
|
+
chain: "Ethereum";
|
|
18846
|
+
asset: "USDT";
|
|
18847
|
+
} | {
|
|
18848
|
+
chain: "Arbitrum";
|
|
18849
|
+
asset: "ETH";
|
|
18850
|
+
} | {
|
|
18851
|
+
chain: "Arbitrum";
|
|
18852
|
+
asset: "USDC";
|
|
18853
|
+
} | {
|
|
18854
|
+
chain: "Solana";
|
|
18855
|
+
asset: "SOL";
|
|
18856
|
+
} | {
|
|
18857
|
+
chain: "Solana";
|
|
18858
|
+
asset: "USDC";
|
|
18859
|
+
} | {
|
|
18860
|
+
chain: "Assethub";
|
|
18861
|
+
asset: "DOT";
|
|
18862
|
+
} | {
|
|
18863
|
+
chain: "Assethub";
|
|
18864
|
+
asset: "USDC";
|
|
18865
|
+
} | {
|
|
18866
|
+
chain: "Assethub";
|
|
18867
|
+
asset: "USDT";
|
|
18868
|
+
};
|
|
18869
|
+
spread_tick: number;
|
|
18870
|
+
};
|
|
18871
|
+
}>;
|
|
18872
|
+
balance: z.ZodArray<z.ZodTuple<[z.ZodUnion<[z.ZodObject<{
|
|
18873
|
+
chain: z.ZodLiteral<"Bitcoin">;
|
|
18874
|
+
asset: z.ZodLiteral<"BTC">;
|
|
18875
|
+
}, "strip", z.ZodTypeAny, {
|
|
18876
|
+
chain: "Bitcoin";
|
|
18877
|
+
asset: "BTC";
|
|
18878
|
+
}, {
|
|
18879
|
+
chain: "Bitcoin";
|
|
18880
|
+
asset: "BTC";
|
|
18881
|
+
}>, z.ZodObject<{
|
|
18882
|
+
chain: z.ZodLiteral<"Polkadot">;
|
|
18883
|
+
asset: z.ZodLiteral<"DOT">;
|
|
18884
|
+
}, "strip", z.ZodTypeAny, {
|
|
18885
|
+
chain: "Polkadot";
|
|
18886
|
+
asset: "DOT";
|
|
18887
|
+
}, {
|
|
18888
|
+
chain: "Polkadot";
|
|
18889
|
+
asset: "DOT";
|
|
18890
|
+
}>, z.ZodObject<{
|
|
18891
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18892
|
+
asset: z.ZodLiteral<"FLIP">;
|
|
18893
|
+
}, "strip", z.ZodTypeAny, {
|
|
18894
|
+
chain: "Ethereum";
|
|
18895
|
+
asset: "FLIP";
|
|
18896
|
+
}, {
|
|
18897
|
+
chain: "Ethereum";
|
|
18898
|
+
asset: "FLIP";
|
|
18899
|
+
}>, z.ZodObject<{
|
|
18900
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18901
|
+
asset: z.ZodLiteral<"ETH">;
|
|
18902
|
+
}, "strip", z.ZodTypeAny, {
|
|
18903
|
+
chain: "Ethereum";
|
|
18904
|
+
asset: "ETH";
|
|
18905
|
+
}, {
|
|
18906
|
+
chain: "Ethereum";
|
|
18907
|
+
asset: "ETH";
|
|
18908
|
+
}>, z.ZodObject<{
|
|
18909
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18910
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18911
|
+
}, "strip", z.ZodTypeAny, {
|
|
18912
|
+
chain: "Ethereum";
|
|
18913
|
+
asset: "USDC";
|
|
18914
|
+
}, {
|
|
18915
|
+
chain: "Ethereum";
|
|
18916
|
+
asset: "USDC";
|
|
18917
|
+
}>, z.ZodObject<{
|
|
18918
|
+
chain: z.ZodLiteral<"Ethereum">;
|
|
18919
|
+
asset: z.ZodLiteral<"USDT">;
|
|
18920
|
+
}, "strip", z.ZodTypeAny, {
|
|
18921
|
+
chain: "Ethereum";
|
|
18922
|
+
asset: "USDT";
|
|
18923
|
+
}, {
|
|
18924
|
+
chain: "Ethereum";
|
|
18925
|
+
asset: "USDT";
|
|
18926
|
+
}>, z.ZodObject<{
|
|
18927
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
18928
|
+
asset: z.ZodLiteral<"ETH">;
|
|
18929
|
+
}, "strip", z.ZodTypeAny, {
|
|
18930
|
+
chain: "Arbitrum";
|
|
18931
|
+
asset: "ETH";
|
|
18932
|
+
}, {
|
|
18933
|
+
chain: "Arbitrum";
|
|
18934
|
+
asset: "ETH";
|
|
18935
|
+
}>, z.ZodObject<{
|
|
18936
|
+
chain: z.ZodLiteral<"Arbitrum">;
|
|
18937
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18938
|
+
}, "strip", z.ZodTypeAny, {
|
|
18939
|
+
chain: "Arbitrum";
|
|
18940
|
+
asset: "USDC";
|
|
18941
|
+
}, {
|
|
18942
|
+
chain: "Arbitrum";
|
|
18943
|
+
asset: "USDC";
|
|
18944
|
+
}>, z.ZodObject<{
|
|
18945
|
+
chain: z.ZodLiteral<"Solana">;
|
|
18946
|
+
asset: z.ZodLiteral<"SOL">;
|
|
18947
|
+
}, "strip", z.ZodTypeAny, {
|
|
18948
|
+
chain: "Solana";
|
|
18949
|
+
asset: "SOL";
|
|
18950
|
+
}, {
|
|
18951
|
+
chain: "Solana";
|
|
18952
|
+
asset: "SOL";
|
|
18953
|
+
}>, z.ZodObject<{
|
|
18954
|
+
chain: z.ZodLiteral<"Solana">;
|
|
18955
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18956
|
+
}, "strip", z.ZodTypeAny, {
|
|
18957
|
+
chain: "Solana";
|
|
18958
|
+
asset: "USDC";
|
|
18959
|
+
}, {
|
|
18960
|
+
chain: "Solana";
|
|
18961
|
+
asset: "USDC";
|
|
18962
|
+
}>, z.ZodObject<{
|
|
18963
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18964
|
+
asset: z.ZodLiteral<"DOT">;
|
|
18965
|
+
}, "strip", z.ZodTypeAny, {
|
|
18966
|
+
chain: "Assethub";
|
|
18967
|
+
asset: "DOT";
|
|
18968
|
+
}, {
|
|
18969
|
+
chain: "Assethub";
|
|
18970
|
+
asset: "DOT";
|
|
18971
|
+
}>, z.ZodObject<{
|
|
18972
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18973
|
+
asset: z.ZodLiteral<"USDC">;
|
|
18974
|
+
}, "strip", z.ZodTypeAny, {
|
|
18975
|
+
chain: "Assethub";
|
|
18976
|
+
asset: "USDC";
|
|
18977
|
+
}, {
|
|
18978
|
+
chain: "Assethub";
|
|
18979
|
+
asset: "USDC";
|
|
18980
|
+
}>, z.ZodObject<{
|
|
18981
|
+
chain: z.ZodLiteral<"Assethub">;
|
|
18982
|
+
asset: z.ZodLiteral<"USDT">;
|
|
18983
|
+
}, "strip", z.ZodTypeAny, {
|
|
18984
|
+
chain: "Assethub";
|
|
18985
|
+
asset: "USDT";
|
|
18986
|
+
}, {
|
|
18987
|
+
chain: "Assethub";
|
|
18988
|
+
asset: "USDT";
|
|
18989
|
+
}>]>, z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>], null>, "many">;
|
|
18990
|
+
}, "strip", z.ZodTypeAny, {
|
|
18991
|
+
lp_id: string;
|
|
18992
|
+
strategy_id: string;
|
|
18993
|
+
strategy: {
|
|
18994
|
+
TickZeroCentered: {
|
|
18995
|
+
base_asset: {
|
|
18996
|
+
chain: "Bitcoin";
|
|
18997
|
+
asset: "BTC";
|
|
18998
|
+
} | {
|
|
18999
|
+
chain: "Polkadot";
|
|
19000
|
+
asset: "DOT";
|
|
19001
|
+
} | {
|
|
19002
|
+
chain: "Ethereum";
|
|
19003
|
+
asset: "FLIP";
|
|
19004
|
+
} | {
|
|
19005
|
+
chain: "Ethereum";
|
|
19006
|
+
asset: "ETH";
|
|
19007
|
+
} | {
|
|
19008
|
+
chain: "Ethereum";
|
|
19009
|
+
asset: "USDC";
|
|
19010
|
+
} | {
|
|
19011
|
+
chain: "Ethereum";
|
|
19012
|
+
asset: "USDT";
|
|
19013
|
+
} | {
|
|
19014
|
+
chain: "Arbitrum";
|
|
19015
|
+
asset: "ETH";
|
|
19016
|
+
} | {
|
|
19017
|
+
chain: "Arbitrum";
|
|
19018
|
+
asset: "USDC";
|
|
19019
|
+
} | {
|
|
19020
|
+
chain: "Solana";
|
|
19021
|
+
asset: "SOL";
|
|
19022
|
+
} | {
|
|
19023
|
+
chain: "Solana";
|
|
19024
|
+
asset: "USDC";
|
|
19025
|
+
} | {
|
|
19026
|
+
chain: "Assethub";
|
|
19027
|
+
asset: "DOT";
|
|
19028
|
+
} | {
|
|
19029
|
+
chain: "Assethub";
|
|
19030
|
+
asset: "USDC";
|
|
19031
|
+
} | {
|
|
19032
|
+
chain: "Assethub";
|
|
19033
|
+
asset: "USDT";
|
|
19034
|
+
};
|
|
19035
|
+
spread_tick: number;
|
|
19036
|
+
};
|
|
19037
|
+
};
|
|
19038
|
+
balance: [{
|
|
19039
|
+
chain: "Bitcoin";
|
|
19040
|
+
asset: "BTC";
|
|
19041
|
+
} | {
|
|
19042
|
+
chain: "Polkadot";
|
|
19043
|
+
asset: "DOT";
|
|
19044
|
+
} | {
|
|
19045
|
+
chain: "Ethereum";
|
|
19046
|
+
asset: "FLIP";
|
|
19047
|
+
} | {
|
|
19048
|
+
chain: "Ethereum";
|
|
19049
|
+
asset: "ETH";
|
|
19050
|
+
} | {
|
|
19051
|
+
chain: "Ethereum";
|
|
19052
|
+
asset: "USDC";
|
|
19053
|
+
} | {
|
|
19054
|
+
chain: "Ethereum";
|
|
19055
|
+
asset: "USDT";
|
|
19056
|
+
} | {
|
|
19057
|
+
chain: "Arbitrum";
|
|
19058
|
+
asset: "ETH";
|
|
19059
|
+
} | {
|
|
19060
|
+
chain: "Arbitrum";
|
|
19061
|
+
asset: "USDC";
|
|
19062
|
+
} | {
|
|
19063
|
+
chain: "Solana";
|
|
19064
|
+
asset: "SOL";
|
|
19065
|
+
} | {
|
|
19066
|
+
chain: "Solana";
|
|
19067
|
+
asset: "USDC";
|
|
19068
|
+
} | {
|
|
19069
|
+
chain: "Assethub";
|
|
19070
|
+
asset: "DOT";
|
|
19071
|
+
} | {
|
|
19072
|
+
chain: "Assethub";
|
|
19073
|
+
asset: "USDC";
|
|
19074
|
+
} | {
|
|
19075
|
+
chain: "Assethub";
|
|
19076
|
+
asset: "USDT";
|
|
19077
|
+
}, bigint][];
|
|
19078
|
+
}, {
|
|
19079
|
+
lp_id: string;
|
|
19080
|
+
strategy_id: string;
|
|
19081
|
+
strategy: {
|
|
19082
|
+
TickZeroCentered: {
|
|
19083
|
+
base_asset: {
|
|
19084
|
+
chain: "Bitcoin";
|
|
19085
|
+
asset: "BTC";
|
|
19086
|
+
} | {
|
|
19087
|
+
chain: "Polkadot";
|
|
19088
|
+
asset: "DOT";
|
|
19089
|
+
} | {
|
|
19090
|
+
chain: "Ethereum";
|
|
19091
|
+
asset: "FLIP";
|
|
19092
|
+
} | {
|
|
19093
|
+
chain: "Ethereum";
|
|
19094
|
+
asset: "ETH";
|
|
19095
|
+
} | {
|
|
19096
|
+
chain: "Ethereum";
|
|
19097
|
+
asset: "USDC";
|
|
19098
|
+
} | {
|
|
19099
|
+
chain: "Ethereum";
|
|
19100
|
+
asset: "USDT";
|
|
19101
|
+
} | {
|
|
19102
|
+
chain: "Arbitrum";
|
|
19103
|
+
asset: "ETH";
|
|
19104
|
+
} | {
|
|
19105
|
+
chain: "Arbitrum";
|
|
19106
|
+
asset: "USDC";
|
|
19107
|
+
} | {
|
|
19108
|
+
chain: "Solana";
|
|
19109
|
+
asset: "SOL";
|
|
19110
|
+
} | {
|
|
19111
|
+
chain: "Solana";
|
|
19112
|
+
asset: "USDC";
|
|
19113
|
+
} | {
|
|
19114
|
+
chain: "Assethub";
|
|
19115
|
+
asset: "DOT";
|
|
19116
|
+
} | {
|
|
19117
|
+
chain: "Assethub";
|
|
19118
|
+
asset: "USDC";
|
|
19119
|
+
} | {
|
|
19120
|
+
chain: "Assethub";
|
|
19121
|
+
asset: "USDT";
|
|
19122
|
+
};
|
|
19123
|
+
spread_tick: number;
|
|
19124
|
+
};
|
|
19125
|
+
};
|
|
19126
|
+
balance: [{
|
|
19127
|
+
chain: "Bitcoin";
|
|
19128
|
+
asset: "BTC";
|
|
19129
|
+
} | {
|
|
19130
|
+
chain: "Polkadot";
|
|
19131
|
+
asset: "DOT";
|
|
19132
|
+
} | {
|
|
19133
|
+
chain: "Ethereum";
|
|
19134
|
+
asset: "FLIP";
|
|
19135
|
+
} | {
|
|
19136
|
+
chain: "Ethereum";
|
|
19137
|
+
asset: "ETH";
|
|
19138
|
+
} | {
|
|
19139
|
+
chain: "Ethereum";
|
|
19140
|
+
asset: "USDC";
|
|
19141
|
+
} | {
|
|
19142
|
+
chain: "Ethereum";
|
|
19143
|
+
asset: "USDT";
|
|
19144
|
+
} | {
|
|
19145
|
+
chain: "Arbitrum";
|
|
19146
|
+
asset: "ETH";
|
|
19147
|
+
} | {
|
|
19148
|
+
chain: "Arbitrum";
|
|
19149
|
+
asset: "USDC";
|
|
19150
|
+
} | {
|
|
19151
|
+
chain: "Solana";
|
|
19152
|
+
asset: "SOL";
|
|
19153
|
+
} | {
|
|
19154
|
+
chain: "Solana";
|
|
19155
|
+
asset: "USDC";
|
|
19156
|
+
} | {
|
|
19157
|
+
chain: "Assethub";
|
|
19158
|
+
asset: "DOT";
|
|
19159
|
+
} | {
|
|
19160
|
+
chain: "Assethub";
|
|
19161
|
+
asset: "USDC";
|
|
19162
|
+
} | {
|
|
19163
|
+
chain: "Assethub";
|
|
19164
|
+
asset: "USDT";
|
|
19165
|
+
}, string | number][];
|
|
19166
|
+
}>, "many">>;
|
|
18277
19167
|
};
|
|
18278
19168
|
type RpcMethod = keyof RpcRequest;
|
|
18279
19169
|
type RpcResponse<T extends RpcMethod> = z.input<(typeof rpcResult)[T]>;
|