@katanaperps/katana-perps-sdk 2.1.0-alpha.1 → 2.1.0-beta.2
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/abis/ExchangeLayerZeroAdapter_v1.json +5 -0
- package/dist/abis/KatanaPerpsStargateForwarder_v1.json +1 -1
- package/dist/bridge/config.d.ts +3 -2
- package/dist/bridge/config.d.ts.map +1 -1
- package/dist/bridge/config.js +4 -3
- package/dist/bridge/deposit.d.ts +2 -9
- package/dist/bridge/deposit.d.ts.map +1 -1
- package/dist/bridge/deposit.js +4 -60
- package/dist/bridge/utils.d.ts +3 -3
- package/dist/bridge/utils.d.ts.map +1 -1
- package/dist/bridge/utils.js +6 -17
- package/dist/client/rest/authenticated.d.ts +3 -17
- package/dist/client/rest/authenticated.d.ts.map +1 -1
- package/dist/client/rest/authenticated.js +12 -19
- package/dist/tests/orderbook/quantities/calculateMaximumInitialMarginFractionOverride.test.js +1 -0
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +5 -2
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts +16 -16
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts +100 -78
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts.map +1 -1
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts +2 -2
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts +4 -0
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +5 -0
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts +16 -16
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js +21 -21
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts +113 -90
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +136 -106
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts +1 -1
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.js +1 -1
- package/dist/typechain-types/factories/index.d.ts +0 -4
- package/dist/typechain-types/factories/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/index.js +1 -9
- package/dist/typechain-types/index.d.ts +0 -8
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +1 -9
- package/dist/types/enums/response.d.ts +17 -0
- package/dist/types/enums/response.d.ts.map +1 -1
- package/dist/types/enums/response.js +17 -1
- package/dist/types/rest/endpoints/GetExchange.d.ts +0 -44
- package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
- package/dist/types/rest/endpoints/GetMarkets.d.ts +7 -1
- package/dist/types/rest/endpoints/GetMarkets.d.ts.map +1 -1
- package/dist/types/rest/endpoints/internal.d.ts +0 -8
- package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/abis/ExchangeLocalDepositAdapter_v1.json +0 -318
- package/dist/abis/ExchangeLoopbackAdapter_v1.json +0 -300
- package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +0 -229
- package/dist/abis/FixedIncomeVaultProvider_v1.json +0 -2655
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +0 -210
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +0 -2
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts +0 -196
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.js +0 -2
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +0 -255
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +0 -335
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts +0 -241
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.js +0 -317
|
@@ -4,7 +4,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
4
4
|
static readonly abi: readonly [{
|
|
5
5
|
readonly inputs: readonly [{
|
|
6
6
|
readonly internalType: "address";
|
|
7
|
-
readonly name: "
|
|
7
|
+
readonly name: "exchange_";
|
|
8
8
|
readonly type: "address";
|
|
9
9
|
}, {
|
|
10
10
|
readonly internalType: "uint64";
|
|
@@ -101,10 +101,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
101
101
|
readonly inputs: readonly [];
|
|
102
102
|
readonly name: "InvalidDepositorWallet";
|
|
103
103
|
readonly type: "error";
|
|
104
|
-
}, {
|
|
105
|
-
readonly inputs: readonly [];
|
|
106
|
-
readonly name: "InvalidManagedAccountProvider";
|
|
107
|
-
readonly type: "error";
|
|
108
104
|
}, {
|
|
109
105
|
readonly inputs: readonly [];
|
|
110
106
|
readonly name: "InvalidManagerWallet";
|
|
@@ -129,22 +125,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
129
125
|
}];
|
|
130
126
|
readonly name: "InvalidWithdrawalHash";
|
|
131
127
|
readonly type: "error";
|
|
132
|
-
}, {
|
|
133
|
-
readonly inputs: readonly [{
|
|
134
|
-
readonly internalType: "uint256";
|
|
135
|
-
readonly name: "value";
|
|
136
|
-
readonly type: "uint256";
|
|
137
|
-
}, {
|
|
138
|
-
readonly internalType: "uint256";
|
|
139
|
-
readonly name: "maxValue";
|
|
140
|
-
readonly type: "uint256";
|
|
141
|
-
}, {
|
|
142
|
-
readonly internalType: "uint256";
|
|
143
|
-
readonly name: "minValue";
|
|
144
|
-
readonly type: "uint256";
|
|
145
|
-
}];
|
|
146
|
-
readonly name: "ManagedAccountUpgradeBlockTimestampDelayInSOutOfRange";
|
|
147
|
-
readonly type: "error";
|
|
148
128
|
}, {
|
|
149
129
|
readonly inputs: readonly [{
|
|
150
130
|
readonly internalType: "uint64";
|
|
@@ -231,7 +211,23 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
231
211
|
readonly name: "minValue";
|
|
232
212
|
readonly type: "uint64";
|
|
233
213
|
}];
|
|
234
|
-
readonly name: "
|
|
214
|
+
readonly name: "MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange";
|
|
215
|
+
readonly type: "error";
|
|
216
|
+
}, {
|
|
217
|
+
readonly inputs: readonly [{
|
|
218
|
+
readonly internalType: "uint64";
|
|
219
|
+
readonly name: "value";
|
|
220
|
+
readonly type: "uint64";
|
|
221
|
+
}, {
|
|
222
|
+
readonly internalType: "uint64";
|
|
223
|
+
readonly name: "maxValue";
|
|
224
|
+
readonly type: "uint64";
|
|
225
|
+
}, {
|
|
226
|
+
readonly internalType: "uint64";
|
|
227
|
+
readonly name: "minValue";
|
|
228
|
+
readonly type: "uint64";
|
|
229
|
+
}];
|
|
230
|
+
readonly name: "MinimumWithdrawalQuantityOutOfRange";
|
|
235
231
|
readonly type: "error";
|
|
236
232
|
}, {
|
|
237
233
|
readonly inputs: readonly [];
|
|
@@ -451,36 +447,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
451
447
|
readonly inputs: readonly [];
|
|
452
448
|
readonly name: "AddManagedAccountsEnabledAdmin";
|
|
453
449
|
readonly type: "event";
|
|
454
|
-
}, {
|
|
455
|
-
readonly anonymous: false;
|
|
456
|
-
readonly inputs: readonly [{
|
|
457
|
-
readonly indexed: true;
|
|
458
|
-
readonly internalType: "address";
|
|
459
|
-
readonly name: "managerWallet";
|
|
460
|
-
readonly type: "address";
|
|
461
|
-
}, {
|
|
462
|
-
readonly indexed: false;
|
|
463
|
-
readonly internalType: "address";
|
|
464
|
-
readonly name: "depositorWallet";
|
|
465
|
-
readonly type: "address";
|
|
466
|
-
}, {
|
|
467
|
-
readonly indexed: false;
|
|
468
|
-
readonly internalType: "uint64";
|
|
469
|
-
readonly name: "quantity";
|
|
470
|
-
readonly type: "uint64";
|
|
471
|
-
}, {
|
|
472
|
-
readonly indexed: false;
|
|
473
|
-
readonly internalType: "uint64";
|
|
474
|
-
readonly name: "newWalletOwedQuantity";
|
|
475
|
-
readonly type: "uint64";
|
|
476
|
-
}, {
|
|
477
|
-
readonly indexed: false;
|
|
478
|
-
readonly internalType: "uint64";
|
|
479
|
-
readonly name: "newVaultTotalOwedQuantity";
|
|
480
|
-
readonly type: "uint64";
|
|
481
|
-
}];
|
|
482
|
-
readonly name: "DepositToManagedAccountApplied";
|
|
483
|
-
readonly type: "event";
|
|
484
450
|
}, {
|
|
485
451
|
readonly anonymous: false;
|
|
486
452
|
readonly inputs: readonly [{
|
|
@@ -631,6 +597,51 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
631
597
|
}];
|
|
632
598
|
readonly name: "ManagedAccountUpgradeInitiated";
|
|
633
599
|
readonly type: "event";
|
|
600
|
+
}, {
|
|
601
|
+
readonly anonymous: false;
|
|
602
|
+
readonly inputs: readonly [{
|
|
603
|
+
readonly indexed: false;
|
|
604
|
+
readonly internalType: "uint256";
|
|
605
|
+
readonly name: "previousValue";
|
|
606
|
+
readonly type: "uint256";
|
|
607
|
+
}, {
|
|
608
|
+
readonly indexed: false;
|
|
609
|
+
readonly internalType: "uint256";
|
|
610
|
+
readonly name: "newValue";
|
|
611
|
+
readonly type: "uint256";
|
|
612
|
+
}];
|
|
613
|
+
readonly name: "MinimumWithdrawalQuantityChanged";
|
|
614
|
+
readonly type: "event";
|
|
615
|
+
}, {
|
|
616
|
+
readonly anonymous: false;
|
|
617
|
+
readonly inputs: readonly [{
|
|
618
|
+
readonly indexed: true;
|
|
619
|
+
readonly internalType: "address";
|
|
620
|
+
readonly name: "managerWallet";
|
|
621
|
+
readonly type: "address";
|
|
622
|
+
}, {
|
|
623
|
+
readonly indexed: false;
|
|
624
|
+
readonly internalType: "address";
|
|
625
|
+
readonly name: "depositorWallet";
|
|
626
|
+
readonly type: "address";
|
|
627
|
+
}, {
|
|
628
|
+
readonly indexed: false;
|
|
629
|
+
readonly internalType: "uint64";
|
|
630
|
+
readonly name: "quantity";
|
|
631
|
+
readonly type: "uint64";
|
|
632
|
+
}, {
|
|
633
|
+
readonly indexed: false;
|
|
634
|
+
readonly internalType: "uint64";
|
|
635
|
+
readonly name: "newWalletOwedQuantity";
|
|
636
|
+
readonly type: "uint64";
|
|
637
|
+
}, {
|
|
638
|
+
readonly indexed: false;
|
|
639
|
+
readonly internalType: "uint64";
|
|
640
|
+
readonly name: "newVaultTotalOwedQuantity";
|
|
641
|
+
readonly type: "uint64";
|
|
642
|
+
}];
|
|
643
|
+
readonly name: "VaultDeposited";
|
|
644
|
+
readonly type: "event";
|
|
634
645
|
}, {
|
|
635
646
|
readonly anonymous: false;
|
|
636
647
|
readonly inputs: readonly [{
|
|
@@ -639,7 +650,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
639
650
|
readonly name: "managerWallet";
|
|
640
651
|
readonly type: "address";
|
|
641
652
|
}];
|
|
642
|
-
readonly name: "
|
|
653
|
+
readonly name: "VaultLiquidated";
|
|
643
654
|
readonly type: "event";
|
|
644
655
|
}, {
|
|
645
656
|
readonly anonymous: false;
|
|
@@ -863,17 +874,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
863
874
|
readonly type: "function";
|
|
864
875
|
}, {
|
|
865
876
|
readonly inputs: readonly [];
|
|
866
|
-
readonly name: "
|
|
877
|
+
readonly name: "MAX_MAXIMUM_NET_DEPOSITS";
|
|
867
878
|
readonly outputs: readonly [{
|
|
868
|
-
readonly internalType: "
|
|
879
|
+
readonly internalType: "uint64";
|
|
869
880
|
readonly name: "";
|
|
870
|
-
readonly type: "
|
|
881
|
+
readonly type: "uint64";
|
|
871
882
|
}];
|
|
872
883
|
readonly stateMutability: "view";
|
|
873
884
|
readonly type: "function";
|
|
874
885
|
}, {
|
|
875
886
|
readonly inputs: readonly [];
|
|
876
|
-
readonly name: "
|
|
887
|
+
readonly name: "MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
|
|
877
888
|
readonly outputs: readonly [{
|
|
878
889
|
readonly internalType: "uint64";
|
|
879
890
|
readonly name: "";
|
|
@@ -883,7 +894,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
883
894
|
readonly type: "function";
|
|
884
895
|
}, {
|
|
885
896
|
readonly inputs: readonly [];
|
|
886
|
-
readonly name: "
|
|
897
|
+
readonly name: "MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
|
|
887
898
|
readonly outputs: readonly [{
|
|
888
899
|
readonly internalType: "uint64";
|
|
889
900
|
readonly name: "";
|
|
@@ -893,7 +904,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
893
904
|
readonly type: "function";
|
|
894
905
|
}, {
|
|
895
906
|
readonly inputs: readonly [];
|
|
896
|
-
readonly name: "
|
|
907
|
+
readonly name: "MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
|
|
897
908
|
readonly outputs: readonly [{
|
|
898
909
|
readonly internalType: "uint64";
|
|
899
910
|
readonly name: "";
|
|
@@ -903,7 +914,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
903
914
|
readonly type: "function";
|
|
904
915
|
}, {
|
|
905
916
|
readonly inputs: readonly [];
|
|
906
|
-
readonly name: "
|
|
917
|
+
readonly name: "MAX_MINIMUM_WITHDRAWAL_QUANTITY";
|
|
907
918
|
readonly outputs: readonly [{
|
|
908
919
|
readonly internalType: "uint64";
|
|
909
920
|
readonly name: "";
|
|
@@ -963,17 +974,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
963
974
|
readonly type: "function";
|
|
964
975
|
}, {
|
|
965
976
|
readonly inputs: readonly [];
|
|
966
|
-
readonly name: "
|
|
977
|
+
readonly name: "MIN_MAXIMUM_NET_DEPOSITS";
|
|
967
978
|
readonly outputs: readonly [{
|
|
968
|
-
readonly internalType: "
|
|
979
|
+
readonly internalType: "uint64";
|
|
969
980
|
readonly name: "";
|
|
970
|
-
readonly type: "
|
|
981
|
+
readonly type: "uint64";
|
|
971
982
|
}];
|
|
972
983
|
readonly stateMutability: "view";
|
|
973
984
|
readonly type: "function";
|
|
974
985
|
}, {
|
|
975
986
|
readonly inputs: readonly [];
|
|
976
|
-
readonly name: "
|
|
987
|
+
readonly name: "MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
|
|
977
988
|
readonly outputs: readonly [{
|
|
978
989
|
readonly internalType: "uint64";
|
|
979
990
|
readonly name: "";
|
|
@@ -983,7 +994,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
983
994
|
readonly type: "function";
|
|
984
995
|
}, {
|
|
985
996
|
readonly inputs: readonly [];
|
|
986
|
-
readonly name: "
|
|
997
|
+
readonly name: "MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
|
|
987
998
|
readonly outputs: readonly [{
|
|
988
999
|
readonly internalType: "uint64";
|
|
989
1000
|
readonly name: "";
|
|
@@ -993,7 +1004,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
993
1004
|
readonly type: "function";
|
|
994
1005
|
}, {
|
|
995
1006
|
readonly inputs: readonly [];
|
|
996
|
-
readonly name: "
|
|
1007
|
+
readonly name: "MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
|
|
997
1008
|
readonly outputs: readonly [{
|
|
998
1009
|
readonly internalType: "uint64";
|
|
999
1010
|
readonly name: "";
|
|
@@ -1003,7 +1014,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1003
1014
|
readonly type: "function";
|
|
1004
1015
|
}, {
|
|
1005
1016
|
readonly inputs: readonly [];
|
|
1006
|
-
readonly name: "
|
|
1017
|
+
readonly name: "MIN_MINIMUM_WITHDRAWAL_QUANTITY";
|
|
1007
1018
|
readonly outputs: readonly [{
|
|
1008
1019
|
readonly internalType: "uint64";
|
|
1009
1020
|
readonly name: "";
|
|
@@ -1129,16 +1140,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1129
1140
|
readonly outputs: readonly [];
|
|
1130
1141
|
readonly stateMutability: "nonpayable";
|
|
1131
1142
|
readonly type: "function";
|
|
1132
|
-
}, {
|
|
1133
|
-
readonly inputs: readonly [];
|
|
1134
|
-
readonly name: "custodian";
|
|
1135
|
-
readonly outputs: readonly [{
|
|
1136
|
-
readonly internalType: "contract ICustodian";
|
|
1137
|
-
readonly name: "";
|
|
1138
|
-
readonly type: "address";
|
|
1139
|
-
}];
|
|
1140
|
-
readonly stateMutability: "view";
|
|
1141
|
-
readonly type: "function";
|
|
1142
1143
|
}, {
|
|
1143
1144
|
readonly inputs: readonly [{
|
|
1144
1145
|
readonly internalType: "uint64";
|
|
@@ -1179,6 +1180,16 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1179
1180
|
readonly outputs: readonly [];
|
|
1180
1181
|
readonly stateMutability: "nonpayable";
|
|
1181
1182
|
readonly type: "function";
|
|
1183
|
+
}, {
|
|
1184
|
+
readonly inputs: readonly [];
|
|
1185
|
+
readonly name: "exchange";
|
|
1186
|
+
readonly outputs: readonly [{
|
|
1187
|
+
readonly internalType: "contract IExchange";
|
|
1188
|
+
readonly name: "";
|
|
1189
|
+
readonly type: "address";
|
|
1190
|
+
}];
|
|
1191
|
+
readonly stateMutability: "view";
|
|
1192
|
+
readonly type: "function";
|
|
1182
1193
|
}, {
|
|
1183
1194
|
readonly inputs: readonly [{
|
|
1184
1195
|
readonly internalType: "address";
|
|
@@ -1348,7 +1359,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1348
1359
|
readonly type: "uint64";
|
|
1349
1360
|
}, {
|
|
1350
1361
|
readonly internalType: "uint64";
|
|
1351
|
-
readonly name: "
|
|
1362
|
+
readonly name: "minimumUnappliedWithdrawalAgeInSToInitiateExit";
|
|
1352
1363
|
readonly type: "uint64";
|
|
1353
1364
|
}, {
|
|
1354
1365
|
readonly internalType: "uint64";
|
|
@@ -1419,10 +1430,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1419
1430
|
readonly internalType: "bytes";
|
|
1420
1431
|
readonly name: "payload";
|
|
1421
1432
|
readonly type: "bytes";
|
|
1422
|
-
}, {
|
|
1423
|
-
readonly internalType: "uint64";
|
|
1424
|
-
readonly name: "addedToQueueAtTimestampInS";
|
|
1425
|
-
readonly type: "uint64";
|
|
1426
1433
|
}];
|
|
1427
1434
|
readonly internalType: "struct VaultDepositQueue.Item";
|
|
1428
1435
|
readonly name: "";
|
|
@@ -1476,10 +1483,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1476
1483
|
readonly internalType: "uint64";
|
|
1477
1484
|
readonly name: "exitedAtTimestampInS";
|
|
1478
1485
|
readonly type: "uint64";
|
|
1479
|
-
}, {
|
|
1480
|
-
readonly internalType: "uint64";
|
|
1481
|
-
readonly name: "exitedDepositorPendingDepositQuantity";
|
|
1482
|
-
readonly type: "uint64";
|
|
1483
1486
|
}, {
|
|
1484
1487
|
readonly internalType: "uint64";
|
|
1485
1488
|
readonly name: "exitedTotalOwedQuantity";
|
|
@@ -1490,7 +1493,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1490
1493
|
readonly type: "uint64";
|
|
1491
1494
|
}, {
|
|
1492
1495
|
readonly internalType: "uint64";
|
|
1493
|
-
readonly name: "
|
|
1496
|
+
readonly name: "netDeposits";
|
|
1494
1497
|
readonly type: "uint64";
|
|
1495
1498
|
}, {
|
|
1496
1499
|
readonly internalType: "uint64";
|
|
@@ -1506,7 +1509,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1506
1509
|
readonly type: "uint64";
|
|
1507
1510
|
}, {
|
|
1508
1511
|
readonly internalType: "uint64";
|
|
1509
|
-
readonly name: "
|
|
1512
|
+
readonly name: "totalPendingDepositQuantity";
|
|
1510
1513
|
readonly type: "uint64";
|
|
1511
1514
|
}, {
|
|
1512
1515
|
readonly components: readonly [{
|
|
@@ -1535,7 +1538,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1535
1538
|
readonly type: "uint64";
|
|
1536
1539
|
}, {
|
|
1537
1540
|
readonly internalType: "uint64";
|
|
1538
|
-
readonly name: "
|
|
1541
|
+
readonly name: "minimumUnappliedWithdrawalAgeInSToInitiateExit";
|
|
1539
1542
|
readonly type: "uint64";
|
|
1540
1543
|
}, {
|
|
1541
1544
|
readonly internalType: "uint64";
|
|
@@ -1713,6 +1716,16 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1713
1716
|
}];
|
|
1714
1717
|
readonly stateMutability: "view";
|
|
1715
1718
|
readonly type: "function";
|
|
1719
|
+
}, {
|
|
1720
|
+
readonly inputs: readonly [];
|
|
1721
|
+
readonly name: "minimumWithdrawalQuantity";
|
|
1722
|
+
readonly outputs: readonly [{
|
|
1723
|
+
readonly internalType: "uint64";
|
|
1724
|
+
readonly name: "";
|
|
1725
|
+
readonly type: "uint64";
|
|
1726
|
+
}];
|
|
1727
|
+
readonly stateMutability: "view";
|
|
1728
|
+
readonly type: "function";
|
|
1716
1729
|
}, {
|
|
1717
1730
|
readonly inputs: readonly [];
|
|
1718
1731
|
readonly name: "ownerWallet";
|
|
@@ -1817,6 +1830,16 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1817
1830
|
readonly outputs: readonly [];
|
|
1818
1831
|
readonly stateMutability: "nonpayable";
|
|
1819
1832
|
readonly type: "function";
|
|
1833
|
+
}, {
|
|
1834
|
+
readonly inputs: readonly [{
|
|
1835
|
+
readonly internalType: "uint64";
|
|
1836
|
+
readonly name: "newMinimumWithdrawalQuantity";
|
|
1837
|
+
readonly type: "uint64";
|
|
1838
|
+
}];
|
|
1839
|
+
readonly name: "setMinimumWithdrawalQuantity";
|
|
1840
|
+
readonly outputs: readonly [];
|
|
1841
|
+
readonly stateMutability: "nonpayable";
|
|
1842
|
+
readonly type: "function";
|
|
1820
1843
|
}, {
|
|
1821
1844
|
readonly inputs: readonly [{
|
|
1822
1845
|
readonly internalType: "address";
|
|
@@ -1885,7 +1908,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1885
1908
|
readonly type: "uint64";
|
|
1886
1909
|
}, {
|
|
1887
1910
|
readonly internalType: "uint64";
|
|
1888
|
-
readonly name: "
|
|
1911
|
+
readonly name: "minimumUnappliedWithdrawalAgeInSToInitiateExit";
|
|
1889
1912
|
readonly type: "uint64";
|
|
1890
1913
|
}, {
|
|
1891
1914
|
readonly internalType: "uint64";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FixedIncomeVaultProvider_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAClE,OAAO,KAAK,EACV,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"FixedIncomeVaultProvider_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.ts"],"names":[],"mappings":"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"}
|