@katanaperps/katana-perps-sdk 2.0.0 → 2.1.0-alpha.1
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 +0 -5
- package/dist/abis/ExchangeLocalDepositAdapter_v1.json +318 -0
- package/dist/abis/ExchangeLoopbackAdapter_v1.json +300 -0
- package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +229 -0
- package/dist/abis/FixedIncomeVaultProvider_v1.json +2655 -0
- package/dist/abis/KatanaPerpsStargateForwarder_v1.json +1 -1
- package/dist/bridge/config.d.ts +2 -3
- package/dist/bridge/config.d.ts.map +1 -1
- package/dist/bridge/config.js +3 -4
- package/dist/bridge/deposit.d.ts +9 -2
- package/dist/bridge/deposit.d.ts.map +1 -1
- package/dist/bridge/deposit.js +60 -4
- package/dist/bridge/utils.d.ts +3 -3
- package/dist/bridge/utils.d.ts.map +1 -1
- package/dist/bridge/utils.js +17 -6
- package/dist/client/rest/authenticated.d.ts +17 -3
- package/dist/client/rest/authenticated.d.ts.map +1 -1
- package/dist/client/rest/authenticated.js +19 -12
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +2 -5
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +210 -0
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +1 -0
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +2 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts +196 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts.map +1 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.js +2 -0
- 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 +78 -100
- 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 +0 -4
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +0 -5
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +255 -0
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +335 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts +241 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.js +317 -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 +90 -113
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +106 -136
- 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 +4 -0
- package/dist/typechain-types/factories/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/index.js +9 -1
- package/dist/typechain-types/index.d.ts +8 -0
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +9 -1
- package/dist/types/rest/endpoints/GetExchange.d.ts +44 -0
- package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
- package/dist/types/rest/endpoints/internal.d.ts +35 -0
- package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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: "custodian_";
|
|
8
8
|
readonly type: "address";
|
|
9
9
|
}, {
|
|
10
10
|
readonly internalType: "uint64";
|
|
@@ -101,6 +101,10 @@ 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";
|
|
104
108
|
}, {
|
|
105
109
|
readonly inputs: readonly [];
|
|
106
110
|
readonly name: "InvalidManagerWallet";
|
|
@@ -125,6 +129,22 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
125
129
|
}];
|
|
126
130
|
readonly name: "InvalidWithdrawalHash";
|
|
127
131
|
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";
|
|
128
148
|
}, {
|
|
129
149
|
readonly inputs: readonly [{
|
|
130
150
|
readonly internalType: "uint64";
|
|
@@ -211,23 +231,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
211
231
|
readonly name: "minValue";
|
|
212
232
|
readonly type: "uint64";
|
|
213
233
|
}];
|
|
214
|
-
readonly name: "
|
|
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";
|
|
234
|
+
readonly name: "MinimumUnappliedDepositOrWithdrawalAgeInSToInitiateExitOutOfRange";
|
|
231
235
|
readonly type: "error";
|
|
232
236
|
}, {
|
|
233
237
|
readonly inputs: readonly [];
|
|
@@ -447,6 +451,36 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
447
451
|
readonly inputs: readonly [];
|
|
448
452
|
readonly name: "AddManagedAccountsEnabledAdmin";
|
|
449
453
|
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";
|
|
450
484
|
}, {
|
|
451
485
|
readonly anonymous: false;
|
|
452
486
|
readonly inputs: readonly [{
|
|
@@ -597,51 +631,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
597
631
|
}];
|
|
598
632
|
readonly name: "ManagedAccountUpgradeInitiated";
|
|
599
633
|
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";
|
|
645
634
|
}, {
|
|
646
635
|
readonly anonymous: false;
|
|
647
636
|
readonly inputs: readonly [{
|
|
@@ -650,7 +639,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
650
639
|
readonly name: "managerWallet";
|
|
651
640
|
readonly type: "address";
|
|
652
641
|
}];
|
|
653
|
-
readonly name: "
|
|
642
|
+
readonly name: "ManagerWalletLiquidated";
|
|
654
643
|
readonly type: "event";
|
|
655
644
|
}, {
|
|
656
645
|
readonly anonymous: false;
|
|
@@ -874,17 +863,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
874
863
|
readonly type: "function";
|
|
875
864
|
}, {
|
|
876
865
|
readonly inputs: readonly [];
|
|
877
|
-
readonly name: "
|
|
866
|
+
readonly name: "MAX_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S";
|
|
878
867
|
readonly outputs: readonly [{
|
|
879
|
-
readonly internalType: "
|
|
868
|
+
readonly internalType: "uint256";
|
|
880
869
|
readonly name: "";
|
|
881
|
-
readonly type: "
|
|
870
|
+
readonly type: "uint256";
|
|
882
871
|
}];
|
|
883
872
|
readonly stateMutability: "view";
|
|
884
873
|
readonly type: "function";
|
|
885
874
|
}, {
|
|
886
875
|
readonly inputs: readonly [];
|
|
887
|
-
readonly name: "
|
|
876
|
+
readonly name: "MAX_MAXIMUM_NET_DEPOSITS";
|
|
888
877
|
readonly outputs: readonly [{
|
|
889
878
|
readonly internalType: "uint64";
|
|
890
879
|
readonly name: "";
|
|
@@ -894,7 +883,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
894
883
|
readonly type: "function";
|
|
895
884
|
}, {
|
|
896
885
|
readonly inputs: readonly [];
|
|
897
|
-
readonly name: "
|
|
886
|
+
readonly name: "MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
|
|
898
887
|
readonly outputs: readonly [{
|
|
899
888
|
readonly internalType: "uint64";
|
|
900
889
|
readonly name: "";
|
|
@@ -904,7 +893,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
904
893
|
readonly type: "function";
|
|
905
894
|
}, {
|
|
906
895
|
readonly inputs: readonly [];
|
|
907
|
-
readonly name: "
|
|
896
|
+
readonly name: "MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
|
|
908
897
|
readonly outputs: readonly [{
|
|
909
898
|
readonly internalType: "uint64";
|
|
910
899
|
readonly name: "";
|
|
@@ -914,7 +903,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
914
903
|
readonly type: "function";
|
|
915
904
|
}, {
|
|
916
905
|
readonly inputs: readonly [];
|
|
917
|
-
readonly name: "
|
|
906
|
+
readonly name: "MAX_MINIMUM_UNAPPLIED_DEPOSIT_OR_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
|
|
918
907
|
readonly outputs: readonly [{
|
|
919
908
|
readonly internalType: "uint64";
|
|
920
909
|
readonly name: "";
|
|
@@ -974,17 +963,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
974
963
|
readonly type: "function";
|
|
975
964
|
}, {
|
|
976
965
|
readonly inputs: readonly [];
|
|
977
|
-
readonly name: "
|
|
966
|
+
readonly name: "MIN_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S";
|
|
978
967
|
readonly outputs: readonly [{
|
|
979
|
-
readonly internalType: "
|
|
968
|
+
readonly internalType: "uint256";
|
|
980
969
|
readonly name: "";
|
|
981
|
-
readonly type: "
|
|
970
|
+
readonly type: "uint256";
|
|
982
971
|
}];
|
|
983
972
|
readonly stateMutability: "view";
|
|
984
973
|
readonly type: "function";
|
|
985
974
|
}, {
|
|
986
975
|
readonly inputs: readonly [];
|
|
987
|
-
readonly name: "
|
|
976
|
+
readonly name: "MIN_MAXIMUM_NET_DEPOSITS";
|
|
988
977
|
readonly outputs: readonly [{
|
|
989
978
|
readonly internalType: "uint64";
|
|
990
979
|
readonly name: "";
|
|
@@ -994,7 +983,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
994
983
|
readonly type: "function";
|
|
995
984
|
}, {
|
|
996
985
|
readonly inputs: readonly [];
|
|
997
|
-
readonly name: "
|
|
986
|
+
readonly name: "MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
|
|
998
987
|
readonly outputs: readonly [{
|
|
999
988
|
readonly internalType: "uint64";
|
|
1000
989
|
readonly name: "";
|
|
@@ -1004,7 +993,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1004
993
|
readonly type: "function";
|
|
1005
994
|
}, {
|
|
1006
995
|
readonly inputs: readonly [];
|
|
1007
|
-
readonly name: "
|
|
996
|
+
readonly name: "MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
|
|
1008
997
|
readonly outputs: readonly [{
|
|
1009
998
|
readonly internalType: "uint64";
|
|
1010
999
|
readonly name: "";
|
|
@@ -1014,7 +1003,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1014
1003
|
readonly type: "function";
|
|
1015
1004
|
}, {
|
|
1016
1005
|
readonly inputs: readonly [];
|
|
1017
|
-
readonly name: "
|
|
1006
|
+
readonly name: "MIN_MINIMUM_UNAPPLIED_DEPOSIT_OR_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
|
|
1018
1007
|
readonly outputs: readonly [{
|
|
1019
1008
|
readonly internalType: "uint64";
|
|
1020
1009
|
readonly name: "";
|
|
@@ -1140,6 +1129,16 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1140
1129
|
readonly outputs: readonly [];
|
|
1141
1130
|
readonly stateMutability: "nonpayable";
|
|
1142
1131
|
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";
|
|
1143
1142
|
}, {
|
|
1144
1143
|
readonly inputs: readonly [{
|
|
1145
1144
|
readonly internalType: "uint64";
|
|
@@ -1180,16 +1179,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1180
1179
|
readonly outputs: readonly [];
|
|
1181
1180
|
readonly stateMutability: "nonpayable";
|
|
1182
1181
|
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";
|
|
1193
1182
|
}, {
|
|
1194
1183
|
readonly inputs: readonly [{
|
|
1195
1184
|
readonly internalType: "address";
|
|
@@ -1359,7 +1348,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1359
1348
|
readonly type: "uint64";
|
|
1360
1349
|
}, {
|
|
1361
1350
|
readonly internalType: "uint64";
|
|
1362
|
-
readonly name: "
|
|
1351
|
+
readonly name: "minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit";
|
|
1363
1352
|
readonly type: "uint64";
|
|
1364
1353
|
}, {
|
|
1365
1354
|
readonly internalType: "uint64";
|
|
@@ -1430,6 +1419,10 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1430
1419
|
readonly internalType: "bytes";
|
|
1431
1420
|
readonly name: "payload";
|
|
1432
1421
|
readonly type: "bytes";
|
|
1422
|
+
}, {
|
|
1423
|
+
readonly internalType: "uint64";
|
|
1424
|
+
readonly name: "addedToQueueAtTimestampInS";
|
|
1425
|
+
readonly type: "uint64";
|
|
1433
1426
|
}];
|
|
1434
1427
|
readonly internalType: "struct VaultDepositQueue.Item";
|
|
1435
1428
|
readonly name: "";
|
|
@@ -1483,6 +1476,10 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1483
1476
|
readonly internalType: "uint64";
|
|
1484
1477
|
readonly name: "exitedAtTimestampInS";
|
|
1485
1478
|
readonly type: "uint64";
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly internalType: "uint64";
|
|
1481
|
+
readonly name: "exitedDepositorPendingDepositQuantity";
|
|
1482
|
+
readonly type: "uint64";
|
|
1486
1483
|
}, {
|
|
1487
1484
|
readonly internalType: "uint64";
|
|
1488
1485
|
readonly name: "exitedTotalOwedQuantity";
|
|
@@ -1493,7 +1490,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1493
1490
|
readonly type: "uint64";
|
|
1494
1491
|
}, {
|
|
1495
1492
|
readonly internalType: "uint64";
|
|
1496
|
-
readonly name: "
|
|
1493
|
+
readonly name: "depositorNetDeposits";
|
|
1497
1494
|
readonly type: "uint64";
|
|
1498
1495
|
}, {
|
|
1499
1496
|
readonly internalType: "uint64";
|
|
@@ -1509,7 +1506,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1509
1506
|
readonly type: "uint64";
|
|
1510
1507
|
}, {
|
|
1511
1508
|
readonly internalType: "uint64";
|
|
1512
|
-
readonly name: "
|
|
1509
|
+
readonly name: "depositorPendingDepositQuantity";
|
|
1513
1510
|
readonly type: "uint64";
|
|
1514
1511
|
}, {
|
|
1515
1512
|
readonly components: readonly [{
|
|
@@ -1538,7 +1535,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1538
1535
|
readonly type: "uint64";
|
|
1539
1536
|
}, {
|
|
1540
1537
|
readonly internalType: "uint64";
|
|
1541
|
-
readonly name: "
|
|
1538
|
+
readonly name: "minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit";
|
|
1542
1539
|
readonly type: "uint64";
|
|
1543
1540
|
}, {
|
|
1544
1541
|
readonly internalType: "uint64";
|
|
@@ -1716,16 +1713,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1716
1713
|
}];
|
|
1717
1714
|
readonly stateMutability: "view";
|
|
1718
1715
|
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";
|
|
1729
1716
|
}, {
|
|
1730
1717
|
readonly inputs: readonly [];
|
|
1731
1718
|
readonly name: "ownerWallet";
|
|
@@ -1830,16 +1817,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1830
1817
|
readonly outputs: readonly [];
|
|
1831
1818
|
readonly stateMutability: "nonpayable";
|
|
1832
1819
|
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";
|
|
1843
1820
|
}, {
|
|
1844
1821
|
readonly inputs: readonly [{
|
|
1845
1822
|
readonly internalType: "address";
|
|
@@ -1908,7 +1885,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
|
|
|
1908
1885
|
readonly type: "uint64";
|
|
1909
1886
|
}, {
|
|
1910
1887
|
readonly internalType: "uint64";
|
|
1911
|
-
readonly name: "
|
|
1888
|
+
readonly name: "minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit";
|
|
1912
1889
|
readonly type: "uint64";
|
|
1913
1890
|
}, {
|
|
1914
1891
|
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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"}
|