@kodiak-finance/orderly-sdk-docs 1.0.2 → 1.0.3-alpha.0
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/bundled/build-stamp.json +2 -2
- package/bundled/indexes/id-index.json +35 -35
- package/bundled/indexes/keyword-index.json +22 -22
- package/bundled/indexes/package-index.json +5 -5
- package/bundled/indexes/symbol-index.json +70 -70
- package/bundled/json/components.json +1844 -1844
- package/bundled/json/functions.json +2120 -2120
- package/bundled/json/hooks.json +1399 -1399
- package/bundled/json/types.json +3287 -3287
- package/bundled/manifest.json +2 -2
- package/package.json +2 -2
package/bundled/build-stamp.json
CHANGED
|
@@ -3450,6 +3450,20 @@
|
|
|
3450
3450
|
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3451
3451
|
"symbol": "useLtvScript"
|
|
3452
3452
|
},
|
|
3453
|
+
"hook.useExclusiveDepositOptions": {
|
|
3454
|
+
"kind": "hook",
|
|
3455
|
+
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
3456
|
+
"title": "useExclusiveDepositOptions",
|
|
3457
|
+
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3458
|
+
"symbol": "useExclusiveDepositOptions"
|
|
3459
|
+
},
|
|
3460
|
+
"hook.useExclusiveDeposit": {
|
|
3461
|
+
"kind": "hook",
|
|
3462
|
+
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
3463
|
+
"title": "useExclusiveDeposit",
|
|
3464
|
+
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3465
|
+
"symbol": "useExclusiveDeposit"
|
|
3466
|
+
},
|
|
3453
3467
|
"hook.useDepositFee": {
|
|
3454
3468
|
"kind": "hook",
|
|
3455
3469
|
"path": "packages/ui-transfer/src/components/depositForm/hooks/useDepositFee.ts",
|
|
@@ -3674,20 +3688,6 @@
|
|
|
3674
3688
|
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3675
3689
|
"symbol": "useDepositStatusScript"
|
|
3676
3690
|
},
|
|
3677
|
-
"hook.useExclusiveDeposit": {
|
|
3678
|
-
"kind": "hook",
|
|
3679
|
-
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
3680
|
-
"title": "useExclusiveDeposit",
|
|
3681
|
-
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3682
|
-
"symbol": "useExclusiveDeposit"
|
|
3683
|
-
},
|
|
3684
|
-
"hook.useExclusiveDepositOptions": {
|
|
3685
|
-
"kind": "hook",
|
|
3686
|
-
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
3687
|
-
"title": "useExclusiveDepositOptions",
|
|
3688
|
-
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
3689
|
-
"symbol": "useExclusiveDepositOptions"
|
|
3690
|
-
},
|
|
3691
3691
|
"hook.useCrossSwap": {
|
|
3692
3692
|
"kind": "hook",
|
|
3693
3693
|
"path": "packages/ui-transfer/src/components/swap/hooks/useCrossSwap.ts",
|
|
@@ -12543,6 +12543,27 @@
|
|
|
12543
12543
|
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12544
12544
|
"symbol": "AvailableQuantityProps"
|
|
12545
12545
|
},
|
|
12546
|
+
"type.ExclusiveDepositNetwork": {
|
|
12547
|
+
"kind": "type",
|
|
12548
|
+
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
12549
|
+
"title": "ExclusiveDepositNetwork",
|
|
12550
|
+
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12551
|
+
"symbol": "ExclusiveDepositNetwork"
|
|
12552
|
+
},
|
|
12553
|
+
"type.ExclusiveDepositToken": {
|
|
12554
|
+
"kind": "type",
|
|
12555
|
+
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
12556
|
+
"title": "ExclusiveDepositToken",
|
|
12557
|
+
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12558
|
+
"symbol": "ExclusiveDepositToken"
|
|
12559
|
+
},
|
|
12560
|
+
"type.ExclusiveDepositState": {
|
|
12561
|
+
"kind": "type",
|
|
12562
|
+
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
12563
|
+
"title": "ExclusiveDepositState",
|
|
12564
|
+
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12565
|
+
"symbol": "ExclusiveDepositState"
|
|
12566
|
+
},
|
|
12546
12567
|
"type.UseDepositFeeReturn": {
|
|
12547
12568
|
"kind": "type",
|
|
12548
12569
|
"path": "packages/ui-transfer/src/components/depositForm/hooks/useDepositFee.ts",
|
|
@@ -12837,27 +12858,6 @@
|
|
|
12837
12858
|
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12838
12859
|
"symbol": "DepositStatusWidgetProps"
|
|
12839
12860
|
},
|
|
12840
|
-
"type.ExclusiveDepositState": {
|
|
12841
|
-
"kind": "type",
|
|
12842
|
-
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
12843
|
-
"title": "ExclusiveDepositState",
|
|
12844
|
-
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12845
|
-
"symbol": "ExclusiveDepositState"
|
|
12846
|
-
},
|
|
12847
|
-
"type.ExclusiveDepositNetwork": {
|
|
12848
|
-
"kind": "type",
|
|
12849
|
-
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
12850
|
-
"title": "ExclusiveDepositNetwork",
|
|
12851
|
-
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12852
|
-
"symbol": "ExclusiveDepositNetwork"
|
|
12853
|
-
},
|
|
12854
|
-
"type.ExclusiveDepositToken": {
|
|
12855
|
-
"kind": "type",
|
|
12856
|
-
"path": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
12857
|
-
"title": "ExclusiveDepositToken",
|
|
12858
|
-
"package": "@kodiak-finance/orderly-ui-transfer",
|
|
12859
|
-
"symbol": "ExclusiveDepositToken"
|
|
12860
|
-
},
|
|
12861
12861
|
"type.SwapMode": {
|
|
12862
12862
|
"kind": "type",
|
|
12863
12863
|
"path": "packages/ui-transfer/src/components/swap/types.ts",
|
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
"hook.useLanguageSwitcherScript",
|
|
259
259
|
"hook.useTPSLBuilder",
|
|
260
260
|
"hook.useTPSLSimpleDialog",
|
|
261
|
+
"hook.useExclusiveDeposit",
|
|
261
262
|
"hook.useDepositFee",
|
|
262
263
|
"hook.useActionType",
|
|
263
264
|
"hook.useDepositAction",
|
|
@@ -275,7 +276,6 @@
|
|
|
275
276
|
"hook.useTransferFormScript",
|
|
276
277
|
"hook.useToken",
|
|
277
278
|
"hook.useConvertFormScript",
|
|
278
|
-
"hook.useExclusiveDeposit",
|
|
279
279
|
"hook.useNeedSwapAndCross",
|
|
280
280
|
"hook.useSwapFee",
|
|
281
281
|
"hook.useSwapDepositFormScript",
|
|
@@ -357,10 +357,10 @@
|
|
|
357
357
|
"hook.useInit",
|
|
358
358
|
"hook.useShowHeader",
|
|
359
359
|
"hook.useShowPagination",
|
|
360
|
+
"hook.useExclusiveDepositOptions",
|
|
360
361
|
"hook.useCollateralValue",
|
|
361
362
|
"hook.useWithdrawLTV",
|
|
362
363
|
"hook.useWithdrawToken",
|
|
363
|
-
"hook.useExclusiveDepositOptions",
|
|
364
364
|
"function.generatePath",
|
|
365
365
|
"function.collateralRatio",
|
|
366
366
|
"function.collateralContribution",
|
|
@@ -6449,6 +6449,8 @@
|
|
|
6449
6449
|
],
|
|
6450
6450
|
"@kodiak-finance/orderly-ui-transfer": [
|
|
6451
6451
|
"hook.useLtvScript",
|
|
6452
|
+
"hook.useExclusiveDepositOptions",
|
|
6453
|
+
"hook.useExclusiveDeposit",
|
|
6452
6454
|
"hook.useDepositFee",
|
|
6453
6455
|
"hook.useYieldAPY",
|
|
6454
6456
|
"hook.useActionType",
|
|
@@ -6481,8 +6483,6 @@
|
|
|
6481
6483
|
"hook.useConvertFormScript",
|
|
6482
6484
|
"hook.useTransactionTime",
|
|
6483
6485
|
"hook.useDepositStatusScript",
|
|
6484
|
-
"hook.useExclusiveDeposit",
|
|
6485
|
-
"hook.useExclusiveDepositOptions",
|
|
6486
6486
|
"hook.useCrossSwap",
|
|
6487
6487
|
"hook.useWooCrossSwapQuery",
|
|
6488
6488
|
"hook.useNeedSwapAndCross",
|
|
@@ -6498,6 +6498,9 @@
|
|
|
6498
6498
|
"type.CurrentChain",
|
|
6499
6499
|
"type.ActionButtonProps",
|
|
6500
6500
|
"type.AvailableQuantityProps",
|
|
6501
|
+
"type.ExclusiveDepositNetwork",
|
|
6502
|
+
"type.ExclusiveDepositToken",
|
|
6503
|
+
"type.ExclusiveDepositState",
|
|
6501
6504
|
"type.UseDepositFeeReturn",
|
|
6502
6505
|
"type.YieldBearingAsset",
|
|
6503
6506
|
"type.YieldAPYData",
|
|
@@ -6541,9 +6544,6 @@
|
|
|
6541
6544
|
"type.DepositStatusScriptReturn",
|
|
6542
6545
|
"type.DepositStatusProps",
|
|
6543
6546
|
"type.DepositStatusWidgetProps",
|
|
6544
|
-
"type.ExclusiveDepositState",
|
|
6545
|
-
"type.ExclusiveDepositNetwork",
|
|
6546
|
-
"type.ExclusiveDepositToken",
|
|
6547
6547
|
"type.SwapMode",
|
|
6548
6548
|
"type.SwapProcessStatus",
|
|
6549
6549
|
"type.DST",
|
|
@@ -6704,6 +6704,12 @@
|
|
|
6704
6704
|
"function.installDeposit",
|
|
6705
6705
|
"function.installSwapDeposit"
|
|
6706
6706
|
],
|
|
6707
|
+
"useexclusivedepositoptions": [
|
|
6708
|
+
"hook.useExclusiveDepositOptions"
|
|
6709
|
+
],
|
|
6710
|
+
"useexclusivedeposit": [
|
|
6711
|
+
"hook.useExclusiveDeposit"
|
|
6712
|
+
],
|
|
6707
6713
|
"usedepositfee": [
|
|
6708
6714
|
"hook.useDepositFee",
|
|
6709
6715
|
"component._kodiak-finance_orderly-ui-transfer.packages_ui-transfer_src_components_depositForm_hooks_index.tsx.useDepositFee"
|
|
@@ -6889,12 +6895,6 @@
|
|
|
6889
6895
|
"usedepositstatusscript": [
|
|
6890
6896
|
"hook.useDepositStatusScript"
|
|
6891
6897
|
],
|
|
6892
|
-
"useexclusivedeposit": [
|
|
6893
|
-
"hook.useExclusiveDeposit"
|
|
6894
|
-
],
|
|
6895
|
-
"useexclusivedepositoptions": [
|
|
6896
|
-
"hook.useExclusiveDepositOptions"
|
|
6897
|
-
],
|
|
6898
6898
|
"usecrossswap": [
|
|
6899
6899
|
"hook.useCrossSwap"
|
|
6900
6900
|
],
|
|
@@ -11606,6 +11606,15 @@
|
|
|
11606
11606
|
"availablequantityprops": [
|
|
11607
11607
|
"type.AvailableQuantityProps"
|
|
11608
11608
|
],
|
|
11609
|
+
"exclusivedepositnetwork": [
|
|
11610
|
+
"type.ExclusiveDepositNetwork"
|
|
11611
|
+
],
|
|
11612
|
+
"exclusivedeposittoken": [
|
|
11613
|
+
"type.ExclusiveDepositToken"
|
|
11614
|
+
],
|
|
11615
|
+
"exclusivedepositstate": [
|
|
11616
|
+
"type.ExclusiveDepositState"
|
|
11617
|
+
],
|
|
11609
11618
|
"usedepositfeereturn": [
|
|
11610
11619
|
"type.UseDepositFeeReturn"
|
|
11611
11620
|
],
|
|
@@ -11739,15 +11748,6 @@
|
|
|
11739
11748
|
"depositstatuswidgetprops": [
|
|
11740
11749
|
"type.DepositStatusWidgetProps"
|
|
11741
11750
|
],
|
|
11742
|
-
"exclusivedepositstate": [
|
|
11743
|
-
"type.ExclusiveDepositState"
|
|
11744
|
-
],
|
|
11745
|
-
"exclusivedepositnetwork": [
|
|
11746
|
-
"type.ExclusiveDepositNetwork"
|
|
11747
|
-
],
|
|
11748
|
-
"exclusivedeposittoken": [
|
|
11749
|
-
"type.ExclusiveDepositToken"
|
|
11750
|
-
],
|
|
11751
11751
|
"swapmode": [
|
|
11752
11752
|
"type.SwapMode"
|
|
11753
11753
|
],
|
|
@@ -7028,6 +7028,8 @@
|
|
|
7028
7028
|
],
|
|
7029
7029
|
"hookIds": [
|
|
7030
7030
|
"hook.useLtvScript",
|
|
7031
|
+
"hook.useExclusiveDepositOptions",
|
|
7032
|
+
"hook.useExclusiveDeposit",
|
|
7031
7033
|
"hook.useDepositFee",
|
|
7032
7034
|
"hook.useYieldAPY",
|
|
7033
7035
|
"hook.useActionType",
|
|
@@ -7062,8 +7064,6 @@
|
|
|
7062
7064
|
"hook.useConvertFormScript",
|
|
7063
7065
|
"hook.useTransactionTime",
|
|
7064
7066
|
"hook.useDepositStatusScript",
|
|
7065
|
-
"hook.useExclusiveDeposit",
|
|
7066
|
-
"hook.useExclusiveDepositOptions",
|
|
7067
7067
|
"hook.useCrossSwap",
|
|
7068
7068
|
"hook.useWooCrossSwapQuery",
|
|
7069
7069
|
"hook.useNeedSwapAndCross",
|
|
@@ -7083,6 +7083,9 @@
|
|
|
7083
7083
|
"type.CurrentChain",
|
|
7084
7084
|
"type.ActionButtonProps",
|
|
7085
7085
|
"type.AvailableQuantityProps",
|
|
7086
|
+
"type.ExclusiveDepositNetwork",
|
|
7087
|
+
"type.ExclusiveDepositToken",
|
|
7088
|
+
"type.ExclusiveDepositState",
|
|
7086
7089
|
"type.UseDepositFeeReturn",
|
|
7087
7090
|
"type.YieldBearingAsset",
|
|
7088
7091
|
"type.YieldAPYData",
|
|
@@ -7127,9 +7130,6 @@
|
|
|
7127
7130
|
"type.DepositStatusScriptReturn",
|
|
7128
7131
|
"type.DepositStatusProps",
|
|
7129
7132
|
"type.DepositStatusWidgetProps",
|
|
7130
|
-
"type.ExclusiveDepositState",
|
|
7131
|
-
"type.ExclusiveDepositNetwork",
|
|
7132
|
-
"type.ExclusiveDepositToken",
|
|
7133
7133
|
"type.SwapMode",
|
|
7134
7134
|
"type.SwapProcessStatus",
|
|
7135
7135
|
"type.DST",
|
|
@@ -7321,6 +7321,34 @@
|
|
|
7321
7321
|
"sourcePath": "packages/ui-transfer/src/components/LTV/ltv.script.tsx",
|
|
7322
7322
|
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7323
7323
|
},
|
|
7324
|
+
"@kodiak-finance/orderly-ui-transfer:useExclusiveDepositOptions": {
|
|
7325
|
+
"entityId": "hook.useExclusiveDepositOptions",
|
|
7326
|
+
"artifactKind": "hook",
|
|
7327
|
+
"jsonPath": "json/hooks.json",
|
|
7328
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
7329
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7330
|
+
},
|
|
7331
|
+
"useExclusiveDepositOptions": {
|
|
7332
|
+
"entityId": "hook.useExclusiveDepositOptions",
|
|
7333
|
+
"artifactKind": "hook",
|
|
7334
|
+
"jsonPath": "json/hooks.json",
|
|
7335
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
7336
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7337
|
+
},
|
|
7338
|
+
"@kodiak-finance/orderly-ui-transfer:useExclusiveDeposit": {
|
|
7339
|
+
"entityId": "hook.useExclusiveDeposit",
|
|
7340
|
+
"artifactKind": "hook",
|
|
7341
|
+
"jsonPath": "json/hooks.json",
|
|
7342
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
7343
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7344
|
+
},
|
|
7345
|
+
"useExclusiveDeposit": {
|
|
7346
|
+
"entityId": "hook.useExclusiveDeposit",
|
|
7347
|
+
"artifactKind": "hook",
|
|
7348
|
+
"jsonPath": "json/hooks.json",
|
|
7349
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
7350
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7351
|
+
},
|
|
7324
7352
|
"@kodiak-finance/orderly-ui-transfer:useDepositFee": {
|
|
7325
7353
|
"entityId": "component._kodiak-finance_orderly-ui-transfer.packages_ui-transfer_src_components_depositForm_hooks_index.tsx.useDepositFee",
|
|
7326
7354
|
"artifactKind": "component",
|
|
@@ -7769,34 +7797,6 @@
|
|
|
7769
7797
|
"sourcePath": "packages/ui-transfer/src/components/depostiStatus/depostiStatus.script.ts",
|
|
7770
7798
|
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7771
7799
|
},
|
|
7772
|
-
"@kodiak-finance/orderly-ui-transfer:useExclusiveDeposit": {
|
|
7773
|
-
"entityId": "hook.useExclusiveDeposit",
|
|
7774
|
-
"artifactKind": "hook",
|
|
7775
|
-
"jsonPath": "json/hooks.json",
|
|
7776
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
7777
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7778
|
-
},
|
|
7779
|
-
"useExclusiveDeposit": {
|
|
7780
|
-
"entityId": "hook.useExclusiveDeposit",
|
|
7781
|
-
"artifactKind": "hook",
|
|
7782
|
-
"jsonPath": "json/hooks.json",
|
|
7783
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
7784
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7785
|
-
},
|
|
7786
|
-
"@kodiak-finance/orderly-ui-transfer:useExclusiveDepositOptions": {
|
|
7787
|
-
"entityId": "hook.useExclusiveDepositOptions",
|
|
7788
|
-
"artifactKind": "hook",
|
|
7789
|
-
"jsonPath": "json/hooks.json",
|
|
7790
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
7791
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7792
|
-
},
|
|
7793
|
-
"useExclusiveDepositOptions": {
|
|
7794
|
-
"entityId": "hook.useExclusiveDepositOptions",
|
|
7795
|
-
"artifactKind": "hook",
|
|
7796
|
-
"jsonPath": "json/hooks.json",
|
|
7797
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
7798
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
7799
|
-
},
|
|
7800
7800
|
"@kodiak-finance/orderly-ui-transfer:useCrossSwap": {
|
|
7801
7801
|
"entityId": "hook.useCrossSwap",
|
|
7802
7802
|
"artifactKind": "hook",
|
|
@@ -26487,6 +26487,48 @@
|
|
|
26487
26487
|
"sourcePath": "packages/ui-transfer/src/components/availableQuantity/index.tsx",
|
|
26488
26488
|
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26489
26489
|
},
|
|
26490
|
+
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositNetwork": {
|
|
26491
|
+
"entityId": "type.ExclusiveDepositNetwork",
|
|
26492
|
+
"artifactKind": "type",
|
|
26493
|
+
"jsonPath": "json/types.json",
|
|
26494
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
26495
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26496
|
+
},
|
|
26497
|
+
"ExclusiveDepositNetwork": {
|
|
26498
|
+
"entityId": "type.ExclusiveDepositNetwork",
|
|
26499
|
+
"artifactKind": "type",
|
|
26500
|
+
"jsonPath": "json/types.json",
|
|
26501
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
26502
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26503
|
+
},
|
|
26504
|
+
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositToken": {
|
|
26505
|
+
"entityId": "type.ExclusiveDepositToken",
|
|
26506
|
+
"artifactKind": "type",
|
|
26507
|
+
"jsonPath": "json/types.json",
|
|
26508
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
26509
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26510
|
+
},
|
|
26511
|
+
"ExclusiveDepositToken": {
|
|
26512
|
+
"entityId": "type.ExclusiveDepositToken",
|
|
26513
|
+
"artifactKind": "type",
|
|
26514
|
+
"jsonPath": "json/types.json",
|
|
26515
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
26516
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26517
|
+
},
|
|
26518
|
+
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositState": {
|
|
26519
|
+
"entityId": "type.ExclusiveDepositState",
|
|
26520
|
+
"artifactKind": "type",
|
|
26521
|
+
"jsonPath": "json/types.json",
|
|
26522
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
26523
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26524
|
+
},
|
|
26525
|
+
"ExclusiveDepositState": {
|
|
26526
|
+
"entityId": "type.ExclusiveDepositState",
|
|
26527
|
+
"artifactKind": "type",
|
|
26528
|
+
"jsonPath": "json/types.json",
|
|
26529
|
+
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
26530
|
+
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
26531
|
+
},
|
|
26490
26532
|
"@kodiak-finance/orderly-ui-transfer:UseDepositFeeReturn": {
|
|
26491
26533
|
"entityId": "type.UseDepositFeeReturn",
|
|
26492
26534
|
"artifactKind": "type",
|
|
@@ -27082,48 +27124,6 @@
|
|
|
27082
27124
|
"sourcePath": "packages/ui-transfer/src/components/depostiStatus/depostiStatus.widget.tsx",
|
|
27083
27125
|
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27084
27126
|
},
|
|
27085
|
-
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositState": {
|
|
27086
|
-
"entityId": "type.ExclusiveDepositState",
|
|
27087
|
-
"artifactKind": "type",
|
|
27088
|
-
"jsonPath": "json/types.json",
|
|
27089
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
27090
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27091
|
-
},
|
|
27092
|
-
"ExclusiveDepositState": {
|
|
27093
|
-
"entityId": "type.ExclusiveDepositState",
|
|
27094
|
-
"artifactKind": "type",
|
|
27095
|
-
"jsonPath": "json/types.json",
|
|
27096
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDeposit.ts",
|
|
27097
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27098
|
-
},
|
|
27099
|
-
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositNetwork": {
|
|
27100
|
-
"entityId": "type.ExclusiveDepositNetwork",
|
|
27101
|
-
"artifactKind": "type",
|
|
27102
|
-
"jsonPath": "json/types.json",
|
|
27103
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
27104
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27105
|
-
},
|
|
27106
|
-
"ExclusiveDepositNetwork": {
|
|
27107
|
-
"entityId": "type.ExclusiveDepositNetwork",
|
|
27108
|
-
"artifactKind": "type",
|
|
27109
|
-
"jsonPath": "json/types.json",
|
|
27110
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
27111
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27112
|
-
},
|
|
27113
|
-
"@kodiak-finance/orderly-ui-transfer:ExclusiveDepositToken": {
|
|
27114
|
-
"entityId": "type.ExclusiveDepositToken",
|
|
27115
|
-
"artifactKind": "type",
|
|
27116
|
-
"jsonPath": "json/types.json",
|
|
27117
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
27118
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27119
|
-
},
|
|
27120
|
-
"ExclusiveDepositToken": {
|
|
27121
|
-
"entityId": "type.ExclusiveDepositToken",
|
|
27122
|
-
"artifactKind": "type",
|
|
27123
|
-
"jsonPath": "json/types.json",
|
|
27124
|
-
"sourcePath": "packages/ui-transfer/src/components/exclusiveDeposit/hooks/useExclusiveDepositOptions.ts",
|
|
27125
|
-
"package": "@kodiak-finance/orderly-ui-transfer"
|
|
27126
|
-
},
|
|
27127
27127
|
"@kodiak-finance/orderly-ui-transfer:SwapMode": {
|
|
27128
27128
|
"entityId": "type.SwapMode",
|
|
27129
27129
|
"artifactKind": "type",
|