@evergonlabs/tmi-protocol-api-client 0.21.4-rc.2 → 0.21.4

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/index.d.cts CHANGED
@@ -419,7 +419,7 @@ type PostStakingTemplatesReputationV0GetRewardData = {
419
419
  };
420
420
  type PostStakingTemplatesReputationV0GetRewardResponses = {
421
421
  /**
422
- * Compiled Get Rewards transaction details
422
+ * Compiled get rewards transaction details
423
423
  */
424
424
  200: {
425
425
  data: string;
@@ -445,7 +445,7 @@ type PostStakingTemplatesReputationV0PartialUnstakeData = {
445
445
  };
446
446
  type PostStakingTemplatesReputationV0PartialUnstakeResponses = {
447
447
  /**
448
- * Compiled Partial Unstake transaction details
448
+ * Compiled partial unstake transaction details
449
449
  */
450
450
  200: {
451
451
  data: string;
@@ -564,7 +564,7 @@ type PostStakingTemplatesReputationV0CreatePoolData = {
564
564
  };
565
565
  type PostStakingTemplatesReputationV0CreatePoolResponses = {
566
566
  /**
567
- * Compiled Create Pool transaction details
567
+ * Compiled create pool transaction details
568
568
  */
569
569
  200: {
570
570
  data: string;
@@ -595,7 +595,7 @@ type PostStakingTemplatesReputationV0CreatePlatformData = {
595
595
  };
596
596
  type PostStakingTemplatesReputationV0CreatePlatformResponses = {
597
597
  /**
598
- * Compiled Create Platform transaction details
598
+ * Compiled create platform transaction details
599
599
  */
600
600
  200: {
601
601
  data: string;
@@ -680,7 +680,7 @@ type PostStakingTemplatesReputationLockV0GetRewardData = {
680
680
  };
681
681
  type PostStakingTemplatesReputationLockV0GetRewardResponses = {
682
682
  /**
683
- * Compiled Get Rewards transaction details
683
+ * Compiled get rewards transaction details
684
684
  */
685
685
  200: {
686
686
  data: string;
@@ -706,7 +706,7 @@ type PostStakingTemplatesReputationLockV0PartialUnstakeData = {
706
706
  };
707
707
  type PostStakingTemplatesReputationLockV0PartialUnstakeResponses = {
708
708
  /**
709
- * Compiled Partial Unstake transaction details
709
+ * Compiled partial unstake transaction details
710
710
  */
711
711
  200: {
712
712
  data: string;
@@ -839,7 +839,7 @@ type PostStakingTemplatesReputationLockV0CreatePoolData = {
839
839
  };
840
840
  type PostStakingTemplatesReputationLockV0CreatePoolResponses = {
841
841
  /**
842
- * Compiled Create Pool transaction details
842
+ * Compiled create pool transaction details
843
843
  */
844
844
  200: {
845
845
  data: string;
@@ -870,7 +870,7 @@ type PostStakingTemplatesReputationLockV0CreatePlatformData = {
870
870
  };
871
871
  type PostStakingTemplatesReputationLockV0CreatePlatformResponses = {
872
872
  /**
873
- * Compiled Create Platform transaction details
873
+ * Compiled create platform transaction details
874
874
  */
875
875
  200: {
876
876
  data: string;
@@ -955,7 +955,7 @@ type PostStakingTemplatesRwaV0GetRewardData = {
955
955
  };
956
956
  type PostStakingTemplatesRwaV0GetRewardResponses = {
957
957
  /**
958
- * Compiled Get Rewards transaction details
958
+ * Compiled get rewards transaction details
959
959
  */
960
960
  200: {
961
961
  data: string;
@@ -981,7 +981,7 @@ type PostStakingTemplatesRwaV0PartialUnstakeData = {
981
981
  };
982
982
  type PostStakingTemplatesRwaV0PartialUnstakeResponses = {
983
983
  /**
984
- * Compiled Partial Unstake transaction details
984
+ * Compiled partial unstake transaction details
985
985
  */
986
986
  200: {
987
987
  data: string;
@@ -1096,7 +1096,7 @@ type PostStakingTemplatesRwaV0CreatePoolData = {
1096
1096
  };
1097
1097
  type PostStakingTemplatesRwaV0CreatePoolResponses = {
1098
1098
  /**
1099
- * Compiled Create Pool transaction details
1099
+ * Compiled create pool transaction details
1100
1100
  */
1101
1101
  200: {
1102
1102
  data: string;
@@ -1127,7 +1127,7 @@ type PostStakingTemplatesRwaV0CreatePlatformData = {
1127
1127
  };
1128
1128
  type PostStakingTemplatesRwaV0CreatePlatformResponses = {
1129
1129
  /**
1130
- * Compiled Create Platform transaction details
1130
+ * Compiled create platform transaction details
1131
1131
  */
1132
1132
  200: {
1133
1133
  data: string;
@@ -1153,7 +1153,7 @@ type PostStakingTemplatesRwaV0DistributeRewardsData = {
1153
1153
  };
1154
1154
  type PostStakingTemplatesRwaV0DistributeRewardsResponses = {
1155
1155
  /**
1156
- * Compiled Reward notification transaction details
1156
+ * Compiled reward notification transaction details
1157
1157
  */
1158
1158
  200: {
1159
1159
  data: string;
@@ -4317,7 +4317,7 @@ type PostNextFractionsLendingDeployData = {
4317
4317
  };
4318
4318
  type PostNextFractionsLendingDeployResponses = {
4319
4319
  /**
4320
- * Returns transaction data for deploying a lending market
4320
+ * Returns transaction data for deploying a financing market
4321
4321
  */
4322
4322
  200: {
4323
4323
  data: string;
@@ -4392,7 +4392,7 @@ type PostNextFractionsLendingCreateSaleData = {
4392
4392
  };
4393
4393
  type PostNextFractionsLendingCreateSaleResponses = {
4394
4394
  /**
4395
- * Returns transaction data for creating lending sale fractions
4395
+ * Returns transaction data for creating financing sale fractions
4396
4396
  */
4397
4397
  200: {
4398
4398
  data: string;
@@ -4473,7 +4473,7 @@ type PostNextFractionsLendingBuybackData = {
4473
4473
  };
4474
4474
  type PostNextFractionsLendingBuybackResponses = {
4475
4475
  /**
4476
- * Returns transaction data for buyback operation
4476
+ * Returns transaction data for buy back operation
4477
4477
  */
4478
4478
  200: {
4479
4479
  data: string;
package/dist/index.d.ts CHANGED
@@ -419,7 +419,7 @@ type PostStakingTemplatesReputationV0GetRewardData = {
419
419
  };
420
420
  type PostStakingTemplatesReputationV0GetRewardResponses = {
421
421
  /**
422
- * Compiled Get Rewards transaction details
422
+ * Compiled get rewards transaction details
423
423
  */
424
424
  200: {
425
425
  data: string;
@@ -445,7 +445,7 @@ type PostStakingTemplatesReputationV0PartialUnstakeData = {
445
445
  };
446
446
  type PostStakingTemplatesReputationV0PartialUnstakeResponses = {
447
447
  /**
448
- * Compiled Partial Unstake transaction details
448
+ * Compiled partial unstake transaction details
449
449
  */
450
450
  200: {
451
451
  data: string;
@@ -564,7 +564,7 @@ type PostStakingTemplatesReputationV0CreatePoolData = {
564
564
  };
565
565
  type PostStakingTemplatesReputationV0CreatePoolResponses = {
566
566
  /**
567
- * Compiled Create Pool transaction details
567
+ * Compiled create pool transaction details
568
568
  */
569
569
  200: {
570
570
  data: string;
@@ -595,7 +595,7 @@ type PostStakingTemplatesReputationV0CreatePlatformData = {
595
595
  };
596
596
  type PostStakingTemplatesReputationV0CreatePlatformResponses = {
597
597
  /**
598
- * Compiled Create Platform transaction details
598
+ * Compiled create platform transaction details
599
599
  */
600
600
  200: {
601
601
  data: string;
@@ -680,7 +680,7 @@ type PostStakingTemplatesReputationLockV0GetRewardData = {
680
680
  };
681
681
  type PostStakingTemplatesReputationLockV0GetRewardResponses = {
682
682
  /**
683
- * Compiled Get Rewards transaction details
683
+ * Compiled get rewards transaction details
684
684
  */
685
685
  200: {
686
686
  data: string;
@@ -706,7 +706,7 @@ type PostStakingTemplatesReputationLockV0PartialUnstakeData = {
706
706
  };
707
707
  type PostStakingTemplatesReputationLockV0PartialUnstakeResponses = {
708
708
  /**
709
- * Compiled Partial Unstake transaction details
709
+ * Compiled partial unstake transaction details
710
710
  */
711
711
  200: {
712
712
  data: string;
@@ -839,7 +839,7 @@ type PostStakingTemplatesReputationLockV0CreatePoolData = {
839
839
  };
840
840
  type PostStakingTemplatesReputationLockV0CreatePoolResponses = {
841
841
  /**
842
- * Compiled Create Pool transaction details
842
+ * Compiled create pool transaction details
843
843
  */
844
844
  200: {
845
845
  data: string;
@@ -870,7 +870,7 @@ type PostStakingTemplatesReputationLockV0CreatePlatformData = {
870
870
  };
871
871
  type PostStakingTemplatesReputationLockV0CreatePlatformResponses = {
872
872
  /**
873
- * Compiled Create Platform transaction details
873
+ * Compiled create platform transaction details
874
874
  */
875
875
  200: {
876
876
  data: string;
@@ -955,7 +955,7 @@ type PostStakingTemplatesRwaV0GetRewardData = {
955
955
  };
956
956
  type PostStakingTemplatesRwaV0GetRewardResponses = {
957
957
  /**
958
- * Compiled Get Rewards transaction details
958
+ * Compiled get rewards transaction details
959
959
  */
960
960
  200: {
961
961
  data: string;
@@ -981,7 +981,7 @@ type PostStakingTemplatesRwaV0PartialUnstakeData = {
981
981
  };
982
982
  type PostStakingTemplatesRwaV0PartialUnstakeResponses = {
983
983
  /**
984
- * Compiled Partial Unstake transaction details
984
+ * Compiled partial unstake transaction details
985
985
  */
986
986
  200: {
987
987
  data: string;
@@ -1096,7 +1096,7 @@ type PostStakingTemplatesRwaV0CreatePoolData = {
1096
1096
  };
1097
1097
  type PostStakingTemplatesRwaV0CreatePoolResponses = {
1098
1098
  /**
1099
- * Compiled Create Pool transaction details
1099
+ * Compiled create pool transaction details
1100
1100
  */
1101
1101
  200: {
1102
1102
  data: string;
@@ -1127,7 +1127,7 @@ type PostStakingTemplatesRwaV0CreatePlatformData = {
1127
1127
  };
1128
1128
  type PostStakingTemplatesRwaV0CreatePlatformResponses = {
1129
1129
  /**
1130
- * Compiled Create Platform transaction details
1130
+ * Compiled create platform transaction details
1131
1131
  */
1132
1132
  200: {
1133
1133
  data: string;
@@ -1153,7 +1153,7 @@ type PostStakingTemplatesRwaV0DistributeRewardsData = {
1153
1153
  };
1154
1154
  type PostStakingTemplatesRwaV0DistributeRewardsResponses = {
1155
1155
  /**
1156
- * Compiled Reward notification transaction details
1156
+ * Compiled reward notification transaction details
1157
1157
  */
1158
1158
  200: {
1159
1159
  data: string;
@@ -4317,7 +4317,7 @@ type PostNextFractionsLendingDeployData = {
4317
4317
  };
4318
4318
  type PostNextFractionsLendingDeployResponses = {
4319
4319
  /**
4320
- * Returns transaction data for deploying a lending market
4320
+ * Returns transaction data for deploying a financing market
4321
4321
  */
4322
4322
  200: {
4323
4323
  data: string;
@@ -4392,7 +4392,7 @@ type PostNextFractionsLendingCreateSaleData = {
4392
4392
  };
4393
4393
  type PostNextFractionsLendingCreateSaleResponses = {
4394
4394
  /**
4395
- * Returns transaction data for creating lending sale fractions
4395
+ * Returns transaction data for creating financing sale fractions
4396
4396
  */
4397
4397
  200: {
4398
4398
  data: string;
@@ -4473,7 +4473,7 @@ type PostNextFractionsLendingBuybackData = {
4473
4473
  };
4474
4474
  type PostNextFractionsLendingBuybackResponses = {
4475
4475
  /**
4476
- * Returns transaction data for buyback operation
4476
+ * Returns transaction data for buy back operation
4477
4477
  */
4478
4478
  200: {
4479
4479
  data: string;