@chainflip/rpc 1.11.9 → 1.11.10
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.d.cts +0 -5
- package/dist/common.d.ts +0 -5
- package/dist/parsers.cjs +0 -1
- package/dist/parsers.d.cts +0 -10
- package/dist/parsers.d.ts +0 -10
- package/dist/parsers.mjs +0 -1
- package/package.json +1 -1
package/dist/common.d.cts
CHANGED
|
@@ -26300,7 +26300,6 @@ declare const rpcResult: {
|
|
|
26300
26300
|
chain: "Assethub";
|
|
26301
26301
|
asset: "USDT";
|
|
26302
26302
|
}>]>;
|
|
26303
|
-
created_at: z.ZodNumber;
|
|
26304
26303
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
26305
26304
|
}, "strip", z.ZodTypeAny, {
|
|
26306
26305
|
asset: {
|
|
@@ -26344,7 +26343,6 @@ declare const rpcResult: {
|
|
|
26344
26343
|
asset: "USDT";
|
|
26345
26344
|
};
|
|
26346
26345
|
loan_id: number;
|
|
26347
|
-
created_at: number;
|
|
26348
26346
|
principal_amount: bigint;
|
|
26349
26347
|
}, {
|
|
26350
26348
|
asset: {
|
|
@@ -26388,7 +26386,6 @@ declare const rpcResult: {
|
|
|
26388
26386
|
asset: "USDT";
|
|
26389
26387
|
};
|
|
26390
26388
|
loan_id: number;
|
|
26391
|
-
created_at: number;
|
|
26392
26389
|
principal_amount: string | number;
|
|
26393
26390
|
}>, "many">;
|
|
26394
26391
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -26543,7 +26540,6 @@ declare const rpcResult: {
|
|
|
26543
26540
|
asset: "USDT";
|
|
26544
26541
|
};
|
|
26545
26542
|
loan_id: number;
|
|
26546
|
-
created_at: number;
|
|
26547
26543
|
principal_amount: bigint;
|
|
26548
26544
|
}[];
|
|
26549
26545
|
liquidation_status: {
|
|
@@ -26680,7 +26676,6 @@ declare const rpcResult: {
|
|
|
26680
26676
|
asset: "USDT";
|
|
26681
26677
|
};
|
|
26682
26678
|
loan_id: number;
|
|
26683
|
-
created_at: number;
|
|
26684
26679
|
principal_amount: string | number;
|
|
26685
26680
|
}[];
|
|
26686
26681
|
liquidation_status: {
|
package/dist/common.d.ts
CHANGED
|
@@ -26300,7 +26300,6 @@ declare const rpcResult: {
|
|
|
26300
26300
|
chain: "Assethub";
|
|
26301
26301
|
asset: "USDT";
|
|
26302
26302
|
}>]>;
|
|
26303
|
-
created_at: z.ZodNumber;
|
|
26304
26303
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
26305
26304
|
}, "strip", z.ZodTypeAny, {
|
|
26306
26305
|
asset: {
|
|
@@ -26344,7 +26343,6 @@ declare const rpcResult: {
|
|
|
26344
26343
|
asset: "USDT";
|
|
26345
26344
|
};
|
|
26346
26345
|
loan_id: number;
|
|
26347
|
-
created_at: number;
|
|
26348
26346
|
principal_amount: bigint;
|
|
26349
26347
|
}, {
|
|
26350
26348
|
asset: {
|
|
@@ -26388,7 +26386,6 @@ declare const rpcResult: {
|
|
|
26388
26386
|
asset: "USDT";
|
|
26389
26387
|
};
|
|
26390
26388
|
loan_id: number;
|
|
26391
|
-
created_at: number;
|
|
26392
26389
|
principal_amount: string | number;
|
|
26393
26390
|
}>, "many">;
|
|
26394
26391
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -26543,7 +26540,6 @@ declare const rpcResult: {
|
|
|
26543
26540
|
asset: "USDT";
|
|
26544
26541
|
};
|
|
26545
26542
|
loan_id: number;
|
|
26546
|
-
created_at: number;
|
|
26547
26543
|
principal_amount: bigint;
|
|
26548
26544
|
}[];
|
|
26549
26545
|
liquidation_status: {
|
|
@@ -26680,7 +26676,6 @@ declare const rpcResult: {
|
|
|
26680
26676
|
asset: "USDT";
|
|
26681
26677
|
};
|
|
26682
26678
|
loan_id: number;
|
|
26683
|
-
created_at: number;
|
|
26684
26679
|
principal_amount: string | number;
|
|
26685
26680
|
}[];
|
|
26686
26681
|
liquidation_status: {
|
package/dist/parsers.cjs
CHANGED
package/dist/parsers.d.cts
CHANGED
|
@@ -30619,7 +30619,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30619
30619
|
chain: "Assethub";
|
|
30620
30620
|
asset: "USDT";
|
|
30621
30621
|
}>]>;
|
|
30622
|
-
created_at: z.ZodNumber;
|
|
30623
30622
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30624
30623
|
}, "strip", z.ZodTypeAny, {
|
|
30625
30624
|
asset: {
|
|
@@ -30663,7 +30662,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30663
30662
|
asset: "USDT";
|
|
30664
30663
|
};
|
|
30665
30664
|
loan_id: number;
|
|
30666
|
-
created_at: number;
|
|
30667
30665
|
principal_amount: bigint;
|
|
30668
30666
|
}, {
|
|
30669
30667
|
asset: {
|
|
@@ -30707,7 +30705,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30707
30705
|
asset: "USDT";
|
|
30708
30706
|
};
|
|
30709
30707
|
loan_id: number;
|
|
30710
|
-
created_at: number;
|
|
30711
30708
|
principal_amount: string | number;
|
|
30712
30709
|
}>, "many">;
|
|
30713
30710
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -30862,7 +30859,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30862
30859
|
asset: "USDT";
|
|
30863
30860
|
};
|
|
30864
30861
|
loan_id: number;
|
|
30865
|
-
created_at: number;
|
|
30866
30862
|
principal_amount: bigint;
|
|
30867
30863
|
}[];
|
|
30868
30864
|
liquidation_status: {
|
|
@@ -30999,7 +30995,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30999
30995
|
asset: "USDT";
|
|
31000
30996
|
};
|
|
31001
30997
|
loan_id: number;
|
|
31002
|
-
created_at: number;
|
|
31003
30998
|
principal_amount: string | number;
|
|
31004
30999
|
}[];
|
|
31005
31000
|
liquidation_status: {
|
|
@@ -31375,7 +31370,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31375
31370
|
chain: "Assethub";
|
|
31376
31371
|
asset: "USDT";
|
|
31377
31372
|
}>]>;
|
|
31378
|
-
created_at: z.ZodNumber;
|
|
31379
31373
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
31380
31374
|
}, "strip", z.ZodTypeAny, {
|
|
31381
31375
|
asset: {
|
|
@@ -31419,7 +31413,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31419
31413
|
asset: "USDT";
|
|
31420
31414
|
};
|
|
31421
31415
|
loan_id: number;
|
|
31422
|
-
created_at: number;
|
|
31423
31416
|
principal_amount: bigint;
|
|
31424
31417
|
}, {
|
|
31425
31418
|
asset: {
|
|
@@ -31463,7 +31456,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31463
31456
|
asset: "USDT";
|
|
31464
31457
|
};
|
|
31465
31458
|
loan_id: number;
|
|
31466
|
-
created_at: number;
|
|
31467
31459
|
principal_amount: string | number;
|
|
31468
31460
|
}>, "many">;
|
|
31469
31461
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -31618,7 +31610,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31618
31610
|
asset: "USDT";
|
|
31619
31611
|
};
|
|
31620
31612
|
loan_id: number;
|
|
31621
|
-
created_at: number;
|
|
31622
31613
|
principal_amount: bigint;
|
|
31623
31614
|
}[];
|
|
31624
31615
|
liquidation_status: {
|
|
@@ -31755,7 +31746,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31755
31746
|
asset: "USDT";
|
|
31756
31747
|
};
|
|
31757
31748
|
loan_id: number;
|
|
31758
|
-
created_at: number;
|
|
31759
31749
|
principal_amount: string | number;
|
|
31760
31750
|
}[];
|
|
31761
31751
|
liquidation_status: {
|
package/dist/parsers.d.ts
CHANGED
|
@@ -30619,7 +30619,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30619
30619
|
chain: "Assethub";
|
|
30620
30620
|
asset: "USDT";
|
|
30621
30621
|
}>]>;
|
|
30622
|
-
created_at: z.ZodNumber;
|
|
30623
30622
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
30624
30623
|
}, "strip", z.ZodTypeAny, {
|
|
30625
30624
|
asset: {
|
|
@@ -30663,7 +30662,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30663
30662
|
asset: "USDT";
|
|
30664
30663
|
};
|
|
30665
30664
|
loan_id: number;
|
|
30666
|
-
created_at: number;
|
|
30667
30665
|
principal_amount: bigint;
|
|
30668
30666
|
}, {
|
|
30669
30667
|
asset: {
|
|
@@ -30707,7 +30705,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30707
30705
|
asset: "USDT";
|
|
30708
30706
|
};
|
|
30709
30707
|
loan_id: number;
|
|
30710
|
-
created_at: number;
|
|
30711
30708
|
principal_amount: string | number;
|
|
30712
30709
|
}>, "many">;
|
|
30713
30710
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -30862,7 +30859,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30862
30859
|
asset: "USDT";
|
|
30863
30860
|
};
|
|
30864
30861
|
loan_id: number;
|
|
30865
|
-
created_at: number;
|
|
30866
30862
|
principal_amount: bigint;
|
|
30867
30863
|
}[];
|
|
30868
30864
|
liquidation_status: {
|
|
@@ -30999,7 +30995,6 @@ declare const cfLoanAccount: z.ZodObject<{
|
|
|
30999
30995
|
asset: "USDT";
|
|
31000
30996
|
};
|
|
31001
30997
|
loan_id: number;
|
|
31002
|
-
created_at: number;
|
|
31003
30998
|
principal_amount: string | number;
|
|
31004
30999
|
}[];
|
|
31005
31000
|
liquidation_status: {
|
|
@@ -31375,7 +31370,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31375
31370
|
chain: "Assethub";
|
|
31376
31371
|
asset: "USDT";
|
|
31377
31372
|
}>]>;
|
|
31378
|
-
created_at: z.ZodNumber;
|
|
31379
31373
|
principal_amount: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>;
|
|
31380
31374
|
}, "strip", z.ZodTypeAny, {
|
|
31381
31375
|
asset: {
|
|
@@ -31419,7 +31413,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31419
31413
|
asset: "USDT";
|
|
31420
31414
|
};
|
|
31421
31415
|
loan_id: number;
|
|
31422
|
-
created_at: number;
|
|
31423
31416
|
principal_amount: bigint;
|
|
31424
31417
|
}, {
|
|
31425
31418
|
asset: {
|
|
@@ -31463,7 +31456,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31463
31456
|
asset: "USDT";
|
|
31464
31457
|
};
|
|
31465
31458
|
loan_id: number;
|
|
31466
|
-
created_at: number;
|
|
31467
31459
|
principal_amount: string | number;
|
|
31468
31460
|
}>, "many">;
|
|
31469
31461
|
liquidation_status: z.ZodNullable<z.ZodObject<{
|
|
@@ -31618,7 +31610,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31618
31610
|
asset: "USDT";
|
|
31619
31611
|
};
|
|
31620
31612
|
loan_id: number;
|
|
31621
|
-
created_at: number;
|
|
31622
31613
|
principal_amount: bigint;
|
|
31623
31614
|
}[];
|
|
31624
31615
|
liquidation_status: {
|
|
@@ -31755,7 +31746,6 @@ declare const cfLoanAccounts: z.ZodArray<z.ZodObject<{
|
|
|
31755
31746
|
asset: "USDT";
|
|
31756
31747
|
};
|
|
31757
31748
|
loan_id: number;
|
|
31758
|
-
created_at: number;
|
|
31759
31749
|
principal_amount: string | number;
|
|
31760
31750
|
}[];
|
|
31761
31751
|
liquidation_status: {
|
package/dist/parsers.mjs
CHANGED