@iota/graphql-transport 0.15.0 → 0.16.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.
@@ -257,6 +257,7 @@ const Rpc_Validator_FieldsFragmentDoc = new TypedDocumentString(`
257
257
  fragment RPC_VALIDATOR_FIELDS on Validator {
258
258
  atRisk
259
259
  commissionRate
260
+ effectiveCommissionRate
260
261
  exchangeRatesSize
261
262
  exchangeRatesTable {
262
263
  address
@@ -1488,6 +1489,7 @@ const GetCurrentEpochDocument = new TypedDocumentString(`
1488
1489
  fragment RPC_VALIDATOR_FIELDS on Validator {
1489
1490
  atRisk
1490
1491
  commissionRate
1492
+ effectiveCommissionRate
1491
1493
  exchangeRatesSize
1492
1494
  exchangeRatesTable {
1493
1495
  address
@@ -1560,6 +1562,7 @@ const PaginateEpochValidatorsDocument = new TypedDocumentString(`
1560
1562
  fragment RPC_VALIDATOR_FIELDS on Validator {
1561
1563
  atRisk
1562
1564
  commissionRate
1565
+ effectiveCommissionRate
1563
1566
  exchangeRatesSize
1564
1567
  exchangeRatesTable {
1565
1568
  address
@@ -1797,6 +1800,7 @@ const GetLatestIotaSystemStateDocument = new TypedDocumentString(`
1797
1800
  fragment RPC_VALIDATOR_FIELDS on Validator {
1798
1801
  atRisk
1799
1802
  commissionRate
1803
+ effectiveCommissionRate
1800
1804
  exchangeRatesSize
1801
1805
  exchangeRatesTable {
1802
1806
  address