@akashnetwork/chain-sdk 1.0.0-alpha.41 → 1.0.0-alpha.43
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/cjs/generated/createNodeSDK.cjs +328 -5
- package/dist/cjs/generated/createNodeSDK.cjs.map +2 -2
- package/dist/cjs/generated/createProviderSDK.cjs +36 -19
- package/dist/cjs/generated/createProviderSDK.cjs.map +2 -2
- package/dist/cjs/generated/patches/nodeCustomTypePatches.cjs +6 -0
- package/dist/cjs/generated/patches/nodeCustomTypePatches.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/base/attributes/v1/attribute.cjs +18 -2
- package/dist/cjs/generated/protos/akash/base/attributes/v1/attribute.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/inventory/v1/snapshot.cjs +943 -0
- package/dist/cjs/generated/protos/akash/inventory/v1/snapshot.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/inventory/v1/snapshot_akash.cjs +50 -0
- package/dist/cjs/generated/protos/akash/inventory/v1/snapshot_akash.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/httpoptions.cjs +159 -2
- package/dist/cjs/generated/protos/akash/manifest/v2beta3/httpoptions.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/market/v1/stats.cjs +248 -0
- package/dist/cjs/generated/protos/akash/market/v1/stats.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/market/v1/types.cjs +6 -0
- package/dist/cjs/generated/protos/akash/market/v1/types.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/market/v1beta5/query.cjs +139 -1
- package/dist/cjs/generated/protos/akash/market/v1beta5/query.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/market/v1beta5/query_akash.cjs +9 -0
- package/dist/cjs/generated/protos/akash/market/v1beta5/query_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/event.cjs +266 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/event.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/genesis.cjs +71 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/genesis.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/maintenance.cjs +417 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/maintenance.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/msg.cjs +321 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/msg.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/params.cjs +96 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/params.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/paramsmsg.cjs +132 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/paramsmsg.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/provider.cjs +88 -1
- package/dist/cjs/generated/protos/akash/provider/v1beta4/provider.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/query.cjs +462 -1
- package/dist/cjs/generated/protos/akash/provider/v1beta4/query.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/query_akash.cjs +36 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/query_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/provider/v1beta4/service_akash.cjs +25 -0
- package/dist/cjs/generated/protos/akash/provider/v1beta4/service_akash.cjs.map +2 -2
- package/dist/cjs/generated/protos/akash/verification/v1/event.cjs +2525 -0
- package/dist/cjs/generated/protos/akash/verification/v1/event.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/genesis.cjs +253 -0
- package/dist/cjs/generated/protos/akash/verification/v1/genesis.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/msg.cjs +2774 -0
- package/dist/cjs/generated/protos/akash/verification/v1/msg.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/params.cjs +1044 -0
- package/dist/cjs/generated/protos/akash/verification/v1/params.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/query.cjs +1559 -0
- package/dist/cjs/generated/protos/akash/verification/v1/query.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/query_akash.cjs +147 -0
- package/dist/cjs/generated/protos/akash/verification/v1/query_akash.cjs.map +7 -0
- package/dist/cjs/{sdl/types.cjs → generated/protos/akash/verification/v1/service.cjs} +3 -3
- package/dist/cjs/generated/protos/akash/verification/v1/service.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/service_akash.cjs +190 -0
- package/dist/cjs/generated/protos/akash/verification/v1/service_akash.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/state.cjs +2018 -0
- package/dist/cjs/generated/protos/akash/verification/v1/state.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/types.cjs +1071 -0
- package/dist/cjs/generated/protos/akash/verification/v1/types.cjs.map +7 -0
- package/dist/cjs/generated/protos/akash/verification/v1/verificationrequirement.cjs +148 -0
- package/dist/cjs/generated/protos/akash/verification/v1/verificationrequirement.cjs.map +7 -0
- package/dist/cjs/generated/protos/index.akash.v1.cjs +166 -25
- package/dist/cjs/generated/protos/index.akash.v1.cjs.map +3 -3
- package/dist/cjs/generated/protos/index.akash.v1beta4.cjs +25 -0
- package/dist/cjs/generated/protos/index.akash.v1beta4.cjs.map +3 -3
- package/dist/cjs/generated/protos/index.akash.v1beta5.cjs +2 -0
- package/dist/cjs/generated/protos/index.akash.v1beta5.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs +9 -0
- package/dist/cjs/generated/protos/index.provider.akash.v1.cjs.map +2 -2
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs +1 -0
- package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs.map +2 -2
- package/dist/cjs/sdl/duration.cjs +44 -0
- package/dist/cjs/sdl/duration.cjs.map +7 -0
- package/dist/cjs/sdl/httpTimeout.cjs +59 -0
- package/dist/cjs/sdl/httpTimeout.cjs.map +7 -0
- package/dist/cjs/sdl/index.cjs +0 -2
- package/dist/cjs/sdl/index.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifest.cjs +20 -1
- package/dist/cjs/sdl/manifest/generateManifest.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/generateManifestVersion.cjs +11 -0
- package/dist/cjs/sdl/manifest/generateManifestVersion.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/manifestUtils.cjs +10 -2
- package/dist/cjs/sdl/manifest/manifestUtils.cjs.map +2 -2
- package/dist/cjs/sdl/manifest/reclamationDuration.cjs +4 -5
- package/dist/cjs/sdl/manifest/reclamationDuration.cjs.map +3 -3
- package/dist/cjs/sdl/validateSDL/validateSDL.cjs +28 -1
- package/dist/cjs/sdl/validateSDL/validateSDL.cjs.map +2 -2
- package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs +853 -454
- package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs.map +2 -2
- package/dist/esm/chunk-2NPYA3YV.js +1563 -0
- package/dist/esm/chunk-2NPYA3YV.js.map +7 -0
- package/dist/esm/{chunk-4SZHF6SE.js → chunk-3U5XKNEU.js} +3 -3
- package/dist/esm/chunk-474YCD2T.js +356 -0
- package/dist/esm/chunk-474YCD2T.js.map +7 -0
- package/dist/esm/chunk-4CTTYO4O.js +890 -0
- package/dist/esm/chunk-4CTTYO4O.js.map +7 -0
- package/dist/esm/{chunk-IKTMMFJ5.js → chunk-54RECHZZ.js} +2 -2
- package/dist/esm/{chunk-WCUR732W.js → chunk-57534UAR.js} +2 -2
- package/dist/esm/{chunk-UHI2V2WP.js → chunk-5VWXQLXG.js} +1331 -489
- package/dist/esm/chunk-5VWXQLXG.js.map +7 -0
- package/dist/esm/{chunk-B4YVLEG7.js → chunk-7F3NJG67.js} +3 -3
- package/dist/esm/chunk-AIWCRXMP.js +672 -0
- package/dist/esm/chunk-AIWCRXMP.js.map +7 -0
- package/dist/esm/{chunk-XAOERZEY.js → chunk-AKNHD3CM.js} +2 -2
- package/dist/esm/chunk-BI4YL5KH.js +2742 -0
- package/dist/esm/chunk-BI4YL5KH.js.map +7 -0
- package/dist/esm/{chunk-ZGK4PJCD.js → chunk-BQNJHJXY.js} +3 -3
- package/dist/esm/{chunk-YBRE4XNB.js → chunk-CFEWW2ER.js} +2 -2
- package/dist/esm/{chunk-EJQUNX4L.js → chunk-DCLXPAMC.js} +3 -3
- package/dist/esm/{chunk-AR26HCRY.js → chunk-F4IQOYFH.js} +2 -2
- package/dist/esm/{chunk-ENZ3OBCL.js → chunk-F7KT5EX5.js} +2 -2
- package/dist/esm/{chunk-3QS3CMF4.js → chunk-GRGSTKN3.js} +2 -2
- package/dist/esm/{chunk-TTQ36NQ5.js → chunk-HRN6NSO2.js} +2 -2
- package/dist/esm/{chunk-E7KECYS7.js → chunk-IEWLP7PR.js} +7 -1
- package/dist/esm/chunk-IEWLP7PR.js.map +7 -0
- package/dist/esm/chunk-IFKY7FXY.js +484 -0
- package/dist/esm/chunk-IFKY7FXY.js.map +7 -0
- package/dist/esm/chunk-J4CJEGEM.js +3016 -0
- package/dist/esm/chunk-J4CJEGEM.js.map +7 -0
- package/dist/esm/{chunk-N42ATJOO.js → chunk-M5P5LAJJ.js} +2 -2
- package/dist/esm/{chunk-3K7Q5MUF.js → chunk-MIJCN6AD.js} +2 -2
- package/dist/esm/{chunk-OYI3IQIV.js → chunk-NNB5QBR2.js} +2 -2
- package/dist/esm/{chunk-WMSUADX2.js → chunk-OJ54L3XZ.js} +4 -4
- package/dist/esm/{chunk-5ODS4QTF.js → chunk-P64VHYRM.js} +2 -2
- package/dist/esm/{chunk-MFZVOFPX.js → chunk-PAOVIX5L.js} +3 -3
- package/dist/esm/chunk-PEHPXXTS.js +1053 -0
- package/dist/esm/chunk-PEHPXXTS.js.map +7 -0
- package/dist/esm/chunk-PTMMQODC.js +760 -0
- package/dist/esm/chunk-PTMMQODC.js.map +7 -0
- package/dist/esm/{chunk-ZXN75Q55.js → chunk-PWXFQ5FI.js} +3 -3
- package/dist/esm/{chunk-CZGHFBAO.js → chunk-PYD5MY63.js} +131 -9
- package/dist/esm/chunk-PYD5MY63.js.map +7 -0
- package/dist/esm/{chunk-NP4QQMME.js → chunk-RJZ46VHV.js} +2 -2
- package/dist/esm/chunk-SK7LOVVI.js +660 -0
- package/dist/esm/chunk-SK7LOVVI.js.map +7 -0
- package/dist/esm/{chunk-ZRZ6LUI2.js → chunk-TN4W5NLC.js} +7 -1
- package/dist/esm/chunk-TN4W5NLC.js.map +7 -0
- package/dist/esm/chunk-VYCICKFV.js +698 -0
- package/dist/esm/chunk-VYCICKFV.js.map +7 -0
- package/dist/esm/{chunk-4TSICBUM.js → chunk-W3TLZPTC.js} +3 -3
- package/dist/esm/{chunk-M2RS2IFR.js → chunk-WNFIFYG2.js} +2 -2
- package/dist/esm/{chunk-CVX7ZJQR.js → chunk-XP2XNYEA.js} +161 -4
- package/dist/esm/chunk-XP2XNYEA.js.map +7 -0
- package/dist/esm/{chunk-SGDEIQ7L.js → chunk-Y7BVCD32.js} +3 -3
- package/dist/esm/generated/protos/index.akash.v1.js +2988 -77
- package/dist/esm/generated/protos/index.akash.v1.js.map +4 -4
- package/dist/esm/generated/protos/index.akash.v1beta4.js +58 -13
- package/dist/esm/generated/protos/index.akash.v1beta5.js +17 -12
- package/dist/esm/generated/protos/index.akash.v1beta5.js.map +1 -1
- package/dist/esm/generated/protos/index.akash.v2.js +4 -4
- package/dist/esm/generated/protos/index.provider.akash.v1.js +29 -10
- package/dist/esm/generated/protos/index.provider.akash.v2beta3.js +7 -4
- package/dist/esm/index.js +54 -36
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/index.web.js +14 -13
- package/dist/esm/index.web.js.map +1 -1
- package/dist/esm/{query_akash-I3RPHLVA.js → query_akash-BTYAA6UN.js} +5 -5
- package/dist/esm/{query_akash-QF2LHJQN.js → query_akash-EG43V2QH.js} +4 -4
- package/dist/esm/{query_akash-44SHG3FL.js → query_akash-HCIMNA7T.js} +4 -3
- package/dist/esm/{query_akash-44SHG3FL.js.map → query_akash-HCIMNA7T.js.map} +1 -1
- package/dist/esm/{query_akash-72TFPQBZ.js → query_akash-HN4NCENR.js} +4 -4
- package/dist/esm/query_akash-KU4YCMUU.js +85 -0
- package/dist/esm/query_akash-KU4YCMUU.js.map +7 -0
- package/dist/esm/{query_akash-TZ6F7OO4.js → query_akash-LSGWB5MI.js} +24 -12
- package/dist/esm/query_akash-LSGWB5MI.js.map +7 -0
- package/dist/esm/{query_akash-54EYS6GQ.js → query_akash-SOJJMCBH.js} +8 -7
- package/dist/esm/{query_akash-54EYS6GQ.js.map → query_akash-SOJJMCBH.js.map} +1 -1
- package/dist/esm/{query_akash-EGFDDA4L.js → query_akash-SVNQ4S67.js} +4 -4
- package/dist/esm/query_akash-XYSUQTZC.js +164 -0
- package/dist/esm/query_akash-XYSUQTZC.js.map +7 -0
- package/dist/esm/{service_akash-KRCYHNCN.js → service_akash-3R3TC3PH.js} +4 -3
- package/dist/esm/{service_akash-KRCYHNCN.js.map → service_akash-3R3TC3PH.js.map} +1 -1
- package/dist/esm/{service_akash-CEAZGGZS.js → service_akash-43EJ5RKY.js} +8 -7
- package/dist/esm/{service_akash-CEAZGGZS.js.map → service_akash-43EJ5RKY.js.map} +1 -1
- package/dist/esm/{service_akash-YXSRY4G3.js → service_akash-AXWB3IDG.js} +7 -6
- package/dist/esm/{service_akash-YXSRY4G3.js.map → service_akash-AXWB3IDG.js.map} +1 -1
- package/dist/esm/{service_akash-Z4CR3DWY.js → service_akash-BZTUHKJO.js} +8 -7
- package/dist/esm/{service_akash-Z4CR3DWY.js.map → service_akash-BZTUHKJO.js.map} +1 -1
- package/dist/esm/{service_akash-JQKI2SJP.js → service_akash-HFGWADC2.js} +4 -4
- package/dist/esm/{service_akash-SXXXZL6K.js → service_akash-KAJJV7LX.js} +4 -4
- package/dist/esm/service_akash-KYLB3OP3.js +78 -0
- package/dist/esm/service_akash-KYLB3OP3.js.map +7 -0
- package/dist/esm/service_akash-LJBOWZZG.js +221 -0
- package/dist/esm/service_akash-LJBOWZZG.js.map +7 -0
- package/dist/esm/{service_akash-PFTEVUGK.js → service_akash-QTGRTXLG.js} +4 -4
- package/dist/esm/{service_akash-44MLEMTW.js → service_akash-T36Y5DCD.js} +4 -3
- package/dist/esm/{service_akash-44MLEMTW.js.map → service_akash-T36Y5DCD.js.map} +1 -1
- package/dist/esm/{service_akash-ZITNWRBM.js → service_akash-X4HCN3EG.js} +9 -8
- package/dist/esm/{service_akash-ZITNWRBM.js.map → service_akash-X4HCN3EG.js.map} +1 -1
- package/dist/esm/snapshot_akash-KH5X5W3B.js +41 -0
- package/dist/esm/snapshot_akash-KH5X5W3B.js.map +7 -0
- package/dist/sdl-schema.yaml +84 -8
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/generated/createNodeSDK.d.ts +473 -0
- package/dist/types/generated/createProviderSDK.d.ts +31 -0
- package/dist/types/generated/patches/nodeCustomTypePatches.d.ts +8 -0
- package/dist/types/generated/protos/akash/base/attributes/v1/attribute.d.ts +3 -0
- package/dist/types/generated/protos/akash/inventory/v1/snapshot.d.ts +112 -0
- package/dist/types/generated/protos/akash/inventory/v1/snapshot_akash.d.ts +22 -0
- package/dist/types/generated/protos/akash/manifest/v2beta3/httpoptions.d.ts +35 -0
- package/dist/types/generated/protos/akash/market/v1/stats.d.ts +35 -0
- package/dist/types/generated/protos/akash/market/v1/types.d.ts +5 -3
- package/dist/types/generated/protos/akash/market/v1beta5/query.d.ts +29 -0
- package/dist/types/generated/protos/akash/market/v1beta5/query_akash.d.ts +8 -1
- package/dist/types/generated/protos/akash/provider/v1beta4/event.d.ts +40 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/genesis.d.ts +11 -1
- package/dist/types/generated/protos/akash/provider/v1beta4/maintenance.d.ts +87 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/msg.d.ts +57 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/params.d.ts +17 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/paramsmsg.d.ts +22 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/provider.d.ts +13 -0
- package/dist/types/generated/protos/akash/provider/v1beta4/query.d.ts +93 -1
- package/dist/types/generated/protos/akash/provider/v1beta4/query_akash.d.ts +29 -1
- package/dist/types/generated/protos/akash/provider/v1beta4/service_akash.d.ts +20 -1
- package/dist/types/generated/protos/akash/verification/v1/event.d.ts +339 -0
- package/dist/types/generated/protos/akash/verification/v1/genesis.d.ts +45 -0
- package/dist/types/generated/protos/akash/verification/v1/msg.d.ts +614 -0
- package/dist/types/generated/protos/akash/verification/v1/params.d.ts +147 -0
- package/dist/types/generated/protos/akash/verification/v1/query.d.ts +290 -0
- package/dist/types/generated/protos/akash/verification/v1/query_akash.d.ts +97 -0
- package/dist/types/generated/protos/akash/verification/v1/service.d.ts +1 -0
- package/dist/types/generated/protos/akash/verification/v1/service_akash.d.ts +126 -0
- package/dist/types/generated/protos/akash/verification/v1/state.d.ts +320 -0
- package/dist/types/generated/protos/akash/verification/v1/types.d.ts +348 -0
- package/dist/types/generated/protos/akash/verification/v1/verificationrequirement.d.ts +36 -0
- package/dist/types/generated/protos/index.akash.v1.d.ts +9 -0
- package/dist/types/generated/protos/index.akash.v1beta4.d.ts +7 -4
- package/dist/types/generated/protos/index.akash.v1beta5.d.ts +1 -1
- package/dist/types/generated/protos/index.provider.akash.v1.d.ts +1 -0
- package/dist/types/generated/protos/index.provider.akash.v2beta3.d.ts +1 -1
- package/dist/types/sdk/chain/createChainNodeSDK.d.ts +45 -0
- package/dist/types/sdk/chain/createChainNodeWebSDK.d.ts +45 -0
- package/dist/types/sdl/duration.d.ts +13 -0
- package/dist/types/sdl/httpTimeout.d.ts +10 -0
- package/dist/types/sdl/index.d.ts +0 -1
- package/dist/types/sdl/manifest/reclamationDuration.d.ts +3 -7
- package/dist/types/sdl/validateSDL/validateSDLInput.d.ts +131 -16
- package/package.json +1 -1
- package/dist/cjs/sdl/types.cjs.map +0 -7
- package/dist/esm/chunk-C3WV6GJ6.js +0 -234
- package/dist/esm/chunk-C3WV6GJ6.js.map +0 -7
- package/dist/esm/chunk-CVX7ZJQR.js.map +0 -7
- package/dist/esm/chunk-CZGHFBAO.js.map +0 -7
- package/dist/esm/chunk-E7KECYS7.js.map +0 -7
- package/dist/esm/chunk-IVLF3VVZ.js +0 -364
- package/dist/esm/chunk-IVLF3VVZ.js.map +0 -7
- package/dist/esm/chunk-MV27RM25.js +0 -368
- package/dist/esm/chunk-MV27RM25.js.map +0 -7
- package/dist/esm/chunk-S2CZQ6AM.js +0 -211
- package/dist/esm/chunk-S2CZQ6AM.js.map +0 -7
- package/dist/esm/chunk-SXGU4O34.js +0 -258
- package/dist/esm/chunk-SXGU4O34.js.map +0 -7
- package/dist/esm/chunk-UHI2V2WP.js.map +0 -7
- package/dist/esm/chunk-V42TLXWK.js +0 -177
- package/dist/esm/chunk-V42TLXWK.js.map +0 -7
- package/dist/esm/chunk-ZRZ6LUI2.js.map +0 -7
- package/dist/esm/query_akash-N3FPIXVQ.js +0 -39
- package/dist/esm/query_akash-N3FPIXVQ.js.map +0 -7
- package/dist/esm/query_akash-TZ6F7OO4.js.map +0 -7
- package/dist/esm/service_akash-5AUMDLU5.js +0 -46
- package/dist/esm/service_akash-5AUMDLU5.js.map +0 -7
- package/dist/types/sdl/types.d.ts +0 -305
- /package/dist/esm/{chunk-4SZHF6SE.js.map → chunk-3U5XKNEU.js.map} +0 -0
- /package/dist/esm/{chunk-IKTMMFJ5.js.map → chunk-54RECHZZ.js.map} +0 -0
- /package/dist/esm/{chunk-WCUR732W.js.map → chunk-57534UAR.js.map} +0 -0
- /package/dist/esm/{chunk-B4YVLEG7.js.map → chunk-7F3NJG67.js.map} +0 -0
- /package/dist/esm/{chunk-XAOERZEY.js.map → chunk-AKNHD3CM.js.map} +0 -0
- /package/dist/esm/{chunk-ZGK4PJCD.js.map → chunk-BQNJHJXY.js.map} +0 -0
- /package/dist/esm/{chunk-YBRE4XNB.js.map → chunk-CFEWW2ER.js.map} +0 -0
- /package/dist/esm/{chunk-EJQUNX4L.js.map → chunk-DCLXPAMC.js.map} +0 -0
- /package/dist/esm/{chunk-AR26HCRY.js.map → chunk-F4IQOYFH.js.map} +0 -0
- /package/dist/esm/{chunk-ENZ3OBCL.js.map → chunk-F7KT5EX5.js.map} +0 -0
- /package/dist/esm/{chunk-3QS3CMF4.js.map → chunk-GRGSTKN3.js.map} +0 -0
- /package/dist/esm/{chunk-TTQ36NQ5.js.map → chunk-HRN6NSO2.js.map} +0 -0
- /package/dist/esm/{chunk-N42ATJOO.js.map → chunk-M5P5LAJJ.js.map} +0 -0
- /package/dist/esm/{chunk-3K7Q5MUF.js.map → chunk-MIJCN6AD.js.map} +0 -0
- /package/dist/esm/{chunk-OYI3IQIV.js.map → chunk-NNB5QBR2.js.map} +0 -0
- /package/dist/esm/{chunk-WMSUADX2.js.map → chunk-OJ54L3XZ.js.map} +0 -0
- /package/dist/esm/{chunk-5ODS4QTF.js.map → chunk-P64VHYRM.js.map} +0 -0
- /package/dist/esm/{chunk-MFZVOFPX.js.map → chunk-PAOVIX5L.js.map} +0 -0
- /package/dist/esm/{chunk-ZXN75Q55.js.map → chunk-PWXFQ5FI.js.map} +0 -0
- /package/dist/esm/{chunk-NP4QQMME.js.map → chunk-RJZ46VHV.js.map} +0 -0
- /package/dist/esm/{chunk-4TSICBUM.js.map → chunk-W3TLZPTC.js.map} +0 -0
- /package/dist/esm/{chunk-M2RS2IFR.js.map → chunk-WNFIFYG2.js.map} +0 -0
- /package/dist/esm/{chunk-SGDEIQ7L.js.map → chunk-Y7BVCD32.js.map} +0 -0
- /package/dist/esm/{query_akash-I3RPHLVA.js.map → query_akash-BTYAA6UN.js.map} +0 -0
- /package/dist/esm/{query_akash-QF2LHJQN.js.map → query_akash-EG43V2QH.js.map} +0 -0
- /package/dist/esm/{query_akash-72TFPQBZ.js.map → query_akash-HN4NCENR.js.map} +0 -0
- /package/dist/esm/{query_akash-EGFDDA4L.js.map → query_akash-SVNQ4S67.js.map} +0 -0
- /package/dist/esm/{service_akash-JQKI2SJP.js.map → service_akash-HFGWADC2.js.map} +0 -0
- /package/dist/esm/{service_akash-SXXXZL6K.js.map → service_akash-KAJJV7LX.js.map} +0 -0
- /package/dist/esm/{service_akash-PFTEVUGK.js.map → service_akash-QTGRTXLG.js.map} +0 -0
|
@@ -0,0 +1,1044 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var params_exports = {};
|
|
20
|
+
__export(params_exports, {
|
|
21
|
+
Params: () => Params
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(params_exports);
|
|
24
|
+
var import_typeEncodingHelpers = require("../../../../../encoding/typeEncodingHelpers.cjs");
|
|
25
|
+
var import_wire = require("@bufbuild/protobuf/wire");
|
|
26
|
+
var import_coin = require("../../../cosmos/base/v1beta1/coin.cjs");
|
|
27
|
+
var import_duration = require("../../../google/protobuf/duration.cjs");
|
|
28
|
+
function createBaseParams() {
|
|
29
|
+
return {
|
|
30
|
+
bondL1: void 0,
|
|
31
|
+
bondL2: void 0,
|
|
32
|
+
bondL3: void 0,
|
|
33
|
+
bondL4: void 0,
|
|
34
|
+
ttlL1: void 0,
|
|
35
|
+
ttlL2: void 0,
|
|
36
|
+
ttlL3: void 0,
|
|
37
|
+
ttlL4: void 0,
|
|
38
|
+
minFeeL1: void 0,
|
|
39
|
+
minFeeL2: void 0,
|
|
40
|
+
minFeeL3: void 0,
|
|
41
|
+
minFeeL4: void 0,
|
|
42
|
+
discrepancyThreshold: 0,
|
|
43
|
+
auditorUnbondingPeriod: void 0,
|
|
44
|
+
renewalPeriodL1: void 0,
|
|
45
|
+
renewalPeriodL2: void 0,
|
|
46
|
+
renewalPeriodL3: void 0,
|
|
47
|
+
renewalPeriodL4: void 0,
|
|
48
|
+
snapshotHashInterval: void 0,
|
|
49
|
+
maxSnapshotAge: void 0,
|
|
50
|
+
bondGpuL2: void 0,
|
|
51
|
+
bondGpuL3: void 0,
|
|
52
|
+
bondGpuL4: void 0,
|
|
53
|
+
bondVcpuL2: void 0,
|
|
54
|
+
bondVcpuL3: void 0,
|
|
55
|
+
bondVcpuL4: void 0,
|
|
56
|
+
bondMemGbL2: void 0,
|
|
57
|
+
bondMemGbL3: void 0,
|
|
58
|
+
bondMemGbL4: void 0,
|
|
59
|
+
bondStorageTbL2: void 0,
|
|
60
|
+
bondStorageTbL3: void 0,
|
|
61
|
+
bondStorageTbL4: void 0,
|
|
62
|
+
providerBondUnbondingPeriod: void 0,
|
|
63
|
+
minAgeL2: void 0,
|
|
64
|
+
minAgeL3: void 0,
|
|
65
|
+
minAgeL4: void 0,
|
|
66
|
+
minLeaseCompletionBpsL3: 0,
|
|
67
|
+
minLeaseCompletionBpsL4: 0,
|
|
68
|
+
cleanHistoryWindowL3: void 0,
|
|
69
|
+
cleanHistoryWindowL4: void 0,
|
|
70
|
+
minL3DurationForL4: void 0,
|
|
71
|
+
minLeasesForCompletionRate: 0,
|
|
72
|
+
maxEndblockerAttestationExpiries: 0,
|
|
73
|
+
maxEndblockerSnapshotSuspensions: 0,
|
|
74
|
+
maxEndblockerUnbondingCompletions: 0,
|
|
75
|
+
maxEndblockerDiscrepancyTimeouts: 0,
|
|
76
|
+
maxEndblockerAuditEscrowExpiries: 0,
|
|
77
|
+
maxEndblockerGraceExpiries: 0,
|
|
78
|
+
discrepancyResolutionTimeout: void 0,
|
|
79
|
+
attestationDeposit: void 0,
|
|
80
|
+
discrepancyGracePeriod: void 0,
|
|
81
|
+
providerAuditDeposit: void 0,
|
|
82
|
+
verificationModuleActive: false,
|
|
83
|
+
contactResponseCriticalL1: void 0,
|
|
84
|
+
contactResponseCriticalL2: void 0,
|
|
85
|
+
contactResponseCriticalL3: void 0,
|
|
86
|
+
contactResponseCriticalL4: void 0,
|
|
87
|
+
contactResponseStandardL1: void 0,
|
|
88
|
+
contactResponseStandardL2: void 0,
|
|
89
|
+
contactResponseStandardL3: void 0,
|
|
90
|
+
contactResponseStandardL4: void 0
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
const Params = {
|
|
94
|
+
$type: "akash.verification.v1.Params",
|
|
95
|
+
encode(message, writer = new import_wire.BinaryWriter()) {
|
|
96
|
+
if (message.bondL1 !== void 0) {
|
|
97
|
+
import_coin.Coin.encode(message.bondL1, writer.uint32(10).fork()).join();
|
|
98
|
+
}
|
|
99
|
+
if (message.bondL2 !== void 0) {
|
|
100
|
+
import_coin.Coin.encode(message.bondL2, writer.uint32(18).fork()).join();
|
|
101
|
+
}
|
|
102
|
+
if (message.bondL3 !== void 0) {
|
|
103
|
+
import_coin.Coin.encode(message.bondL3, writer.uint32(26).fork()).join();
|
|
104
|
+
}
|
|
105
|
+
if (message.bondL4 !== void 0) {
|
|
106
|
+
import_coin.Coin.encode(message.bondL4, writer.uint32(34).fork()).join();
|
|
107
|
+
}
|
|
108
|
+
if (message.ttlL1 !== void 0) {
|
|
109
|
+
import_duration.Duration.encode(message.ttlL1, writer.uint32(42).fork()).join();
|
|
110
|
+
}
|
|
111
|
+
if (message.ttlL2 !== void 0) {
|
|
112
|
+
import_duration.Duration.encode(message.ttlL2, writer.uint32(50).fork()).join();
|
|
113
|
+
}
|
|
114
|
+
if (message.ttlL3 !== void 0) {
|
|
115
|
+
import_duration.Duration.encode(message.ttlL3, writer.uint32(58).fork()).join();
|
|
116
|
+
}
|
|
117
|
+
if (message.ttlL4 !== void 0) {
|
|
118
|
+
import_duration.Duration.encode(message.ttlL4, writer.uint32(66).fork()).join();
|
|
119
|
+
}
|
|
120
|
+
if (message.minFeeL1 !== void 0) {
|
|
121
|
+
import_coin.Coin.encode(message.minFeeL1, writer.uint32(74).fork()).join();
|
|
122
|
+
}
|
|
123
|
+
if (message.minFeeL2 !== void 0) {
|
|
124
|
+
import_coin.Coin.encode(message.minFeeL2, writer.uint32(82).fork()).join();
|
|
125
|
+
}
|
|
126
|
+
if (message.minFeeL3 !== void 0) {
|
|
127
|
+
import_coin.Coin.encode(message.minFeeL3, writer.uint32(90).fork()).join();
|
|
128
|
+
}
|
|
129
|
+
if (message.minFeeL4 !== void 0) {
|
|
130
|
+
import_coin.Coin.encode(message.minFeeL4, writer.uint32(98).fork()).join();
|
|
131
|
+
}
|
|
132
|
+
if (message.discrepancyThreshold !== 0) {
|
|
133
|
+
writer.uint32(104).uint32(message.discrepancyThreshold);
|
|
134
|
+
}
|
|
135
|
+
if (message.auditorUnbondingPeriod !== void 0) {
|
|
136
|
+
import_duration.Duration.encode(message.auditorUnbondingPeriod, writer.uint32(114).fork()).join();
|
|
137
|
+
}
|
|
138
|
+
if (message.renewalPeriodL1 !== void 0) {
|
|
139
|
+
import_duration.Duration.encode(message.renewalPeriodL1, writer.uint32(122).fork()).join();
|
|
140
|
+
}
|
|
141
|
+
if (message.renewalPeriodL2 !== void 0) {
|
|
142
|
+
import_duration.Duration.encode(message.renewalPeriodL2, writer.uint32(130).fork()).join();
|
|
143
|
+
}
|
|
144
|
+
if (message.renewalPeriodL3 !== void 0) {
|
|
145
|
+
import_duration.Duration.encode(message.renewalPeriodL3, writer.uint32(138).fork()).join();
|
|
146
|
+
}
|
|
147
|
+
if (message.renewalPeriodL4 !== void 0) {
|
|
148
|
+
import_duration.Duration.encode(message.renewalPeriodL4, writer.uint32(146).fork()).join();
|
|
149
|
+
}
|
|
150
|
+
if (message.snapshotHashInterval !== void 0) {
|
|
151
|
+
import_duration.Duration.encode(message.snapshotHashInterval, writer.uint32(154).fork()).join();
|
|
152
|
+
}
|
|
153
|
+
if (message.maxSnapshotAge !== void 0) {
|
|
154
|
+
import_duration.Duration.encode(message.maxSnapshotAge, writer.uint32(162).fork()).join();
|
|
155
|
+
}
|
|
156
|
+
if (message.bondGpuL2 !== void 0) {
|
|
157
|
+
import_coin.Coin.encode(message.bondGpuL2, writer.uint32(170).fork()).join();
|
|
158
|
+
}
|
|
159
|
+
if (message.bondGpuL3 !== void 0) {
|
|
160
|
+
import_coin.Coin.encode(message.bondGpuL3, writer.uint32(178).fork()).join();
|
|
161
|
+
}
|
|
162
|
+
if (message.bondGpuL4 !== void 0) {
|
|
163
|
+
import_coin.Coin.encode(message.bondGpuL4, writer.uint32(186).fork()).join();
|
|
164
|
+
}
|
|
165
|
+
if (message.bondVcpuL2 !== void 0) {
|
|
166
|
+
import_coin.Coin.encode(message.bondVcpuL2, writer.uint32(194).fork()).join();
|
|
167
|
+
}
|
|
168
|
+
if (message.bondVcpuL3 !== void 0) {
|
|
169
|
+
import_coin.Coin.encode(message.bondVcpuL3, writer.uint32(202).fork()).join();
|
|
170
|
+
}
|
|
171
|
+
if (message.bondVcpuL4 !== void 0) {
|
|
172
|
+
import_coin.Coin.encode(message.bondVcpuL4, writer.uint32(210).fork()).join();
|
|
173
|
+
}
|
|
174
|
+
if (message.bondMemGbL2 !== void 0) {
|
|
175
|
+
import_coin.Coin.encode(message.bondMemGbL2, writer.uint32(218).fork()).join();
|
|
176
|
+
}
|
|
177
|
+
if (message.bondMemGbL3 !== void 0) {
|
|
178
|
+
import_coin.Coin.encode(message.bondMemGbL3, writer.uint32(226).fork()).join();
|
|
179
|
+
}
|
|
180
|
+
if (message.bondMemGbL4 !== void 0) {
|
|
181
|
+
import_coin.Coin.encode(message.bondMemGbL4, writer.uint32(234).fork()).join();
|
|
182
|
+
}
|
|
183
|
+
if (message.bondStorageTbL2 !== void 0) {
|
|
184
|
+
import_coin.Coin.encode(message.bondStorageTbL2, writer.uint32(242).fork()).join();
|
|
185
|
+
}
|
|
186
|
+
if (message.bondStorageTbL3 !== void 0) {
|
|
187
|
+
import_coin.Coin.encode(message.bondStorageTbL3, writer.uint32(250).fork()).join();
|
|
188
|
+
}
|
|
189
|
+
if (message.bondStorageTbL4 !== void 0) {
|
|
190
|
+
import_coin.Coin.encode(message.bondStorageTbL4, writer.uint32(258).fork()).join();
|
|
191
|
+
}
|
|
192
|
+
if (message.providerBondUnbondingPeriod !== void 0) {
|
|
193
|
+
import_duration.Duration.encode(message.providerBondUnbondingPeriod, writer.uint32(266).fork()).join();
|
|
194
|
+
}
|
|
195
|
+
if (message.minAgeL2 !== void 0) {
|
|
196
|
+
import_duration.Duration.encode(message.minAgeL2, writer.uint32(274).fork()).join();
|
|
197
|
+
}
|
|
198
|
+
if (message.minAgeL3 !== void 0) {
|
|
199
|
+
import_duration.Duration.encode(message.minAgeL3, writer.uint32(282).fork()).join();
|
|
200
|
+
}
|
|
201
|
+
if (message.minAgeL4 !== void 0) {
|
|
202
|
+
import_duration.Duration.encode(message.minAgeL4, writer.uint32(290).fork()).join();
|
|
203
|
+
}
|
|
204
|
+
if (message.minLeaseCompletionBpsL3 !== 0) {
|
|
205
|
+
writer.uint32(296).uint32(message.minLeaseCompletionBpsL3);
|
|
206
|
+
}
|
|
207
|
+
if (message.minLeaseCompletionBpsL4 !== 0) {
|
|
208
|
+
writer.uint32(304).uint32(message.minLeaseCompletionBpsL4);
|
|
209
|
+
}
|
|
210
|
+
if (message.cleanHistoryWindowL3 !== void 0) {
|
|
211
|
+
import_duration.Duration.encode(message.cleanHistoryWindowL3, writer.uint32(314).fork()).join();
|
|
212
|
+
}
|
|
213
|
+
if (message.cleanHistoryWindowL4 !== void 0) {
|
|
214
|
+
import_duration.Duration.encode(message.cleanHistoryWindowL4, writer.uint32(322).fork()).join();
|
|
215
|
+
}
|
|
216
|
+
if (message.minL3DurationForL4 !== void 0) {
|
|
217
|
+
import_duration.Duration.encode(message.minL3DurationForL4, writer.uint32(330).fork()).join();
|
|
218
|
+
}
|
|
219
|
+
if (message.minLeasesForCompletionRate !== 0) {
|
|
220
|
+
writer.uint32(336).uint32(message.minLeasesForCompletionRate);
|
|
221
|
+
}
|
|
222
|
+
if (message.maxEndblockerAttestationExpiries !== 0) {
|
|
223
|
+
writer.uint32(344).uint32(message.maxEndblockerAttestationExpiries);
|
|
224
|
+
}
|
|
225
|
+
if (message.maxEndblockerSnapshotSuspensions !== 0) {
|
|
226
|
+
writer.uint32(352).uint32(message.maxEndblockerSnapshotSuspensions);
|
|
227
|
+
}
|
|
228
|
+
if (message.maxEndblockerUnbondingCompletions !== 0) {
|
|
229
|
+
writer.uint32(360).uint32(message.maxEndblockerUnbondingCompletions);
|
|
230
|
+
}
|
|
231
|
+
if (message.maxEndblockerDiscrepancyTimeouts !== 0) {
|
|
232
|
+
writer.uint32(368).uint32(message.maxEndblockerDiscrepancyTimeouts);
|
|
233
|
+
}
|
|
234
|
+
if (message.maxEndblockerAuditEscrowExpiries !== 0) {
|
|
235
|
+
writer.uint32(376).uint32(message.maxEndblockerAuditEscrowExpiries);
|
|
236
|
+
}
|
|
237
|
+
if (message.maxEndblockerGraceExpiries !== 0) {
|
|
238
|
+
writer.uint32(384).uint32(message.maxEndblockerGraceExpiries);
|
|
239
|
+
}
|
|
240
|
+
if (message.discrepancyResolutionTimeout !== void 0) {
|
|
241
|
+
import_duration.Duration.encode(message.discrepancyResolutionTimeout, writer.uint32(394).fork()).join();
|
|
242
|
+
}
|
|
243
|
+
if (message.attestationDeposit !== void 0) {
|
|
244
|
+
import_coin.Coin.encode(message.attestationDeposit, writer.uint32(402).fork()).join();
|
|
245
|
+
}
|
|
246
|
+
if (message.discrepancyGracePeriod !== void 0) {
|
|
247
|
+
import_duration.Duration.encode(message.discrepancyGracePeriod, writer.uint32(410).fork()).join();
|
|
248
|
+
}
|
|
249
|
+
if (message.providerAuditDeposit !== void 0) {
|
|
250
|
+
import_coin.Coin.encode(message.providerAuditDeposit, writer.uint32(418).fork()).join();
|
|
251
|
+
}
|
|
252
|
+
if (message.verificationModuleActive !== false) {
|
|
253
|
+
writer.uint32(424).bool(message.verificationModuleActive);
|
|
254
|
+
}
|
|
255
|
+
if (message.contactResponseCriticalL1 !== void 0) {
|
|
256
|
+
import_duration.Duration.encode(message.contactResponseCriticalL1, writer.uint32(434).fork()).join();
|
|
257
|
+
}
|
|
258
|
+
if (message.contactResponseCriticalL2 !== void 0) {
|
|
259
|
+
import_duration.Duration.encode(message.contactResponseCriticalL2, writer.uint32(442).fork()).join();
|
|
260
|
+
}
|
|
261
|
+
if (message.contactResponseCriticalL3 !== void 0) {
|
|
262
|
+
import_duration.Duration.encode(message.contactResponseCriticalL3, writer.uint32(450).fork()).join();
|
|
263
|
+
}
|
|
264
|
+
if (message.contactResponseCriticalL4 !== void 0) {
|
|
265
|
+
import_duration.Duration.encode(message.contactResponseCriticalL4, writer.uint32(458).fork()).join();
|
|
266
|
+
}
|
|
267
|
+
if (message.contactResponseStandardL1 !== void 0) {
|
|
268
|
+
import_duration.Duration.encode(message.contactResponseStandardL1, writer.uint32(466).fork()).join();
|
|
269
|
+
}
|
|
270
|
+
if (message.contactResponseStandardL2 !== void 0) {
|
|
271
|
+
import_duration.Duration.encode(message.contactResponseStandardL2, writer.uint32(474).fork()).join();
|
|
272
|
+
}
|
|
273
|
+
if (message.contactResponseStandardL3 !== void 0) {
|
|
274
|
+
import_duration.Duration.encode(message.contactResponseStandardL3, writer.uint32(482).fork()).join();
|
|
275
|
+
}
|
|
276
|
+
if (message.contactResponseStandardL4 !== void 0) {
|
|
277
|
+
import_duration.Duration.encode(message.contactResponseStandardL4, writer.uint32(490).fork()).join();
|
|
278
|
+
}
|
|
279
|
+
return writer;
|
|
280
|
+
},
|
|
281
|
+
decode(input, length) {
|
|
282
|
+
const reader = input instanceof import_wire.BinaryReader ? input : new import_wire.BinaryReader(input);
|
|
283
|
+
const end = length === void 0 ? reader.len : reader.pos + length;
|
|
284
|
+
const message = createBaseParams();
|
|
285
|
+
while (reader.pos < end) {
|
|
286
|
+
const tag = reader.uint32();
|
|
287
|
+
switch (tag >>> 3) {
|
|
288
|
+
case 1: {
|
|
289
|
+
if (tag !== 10) {
|
|
290
|
+
break;
|
|
291
|
+
}
|
|
292
|
+
message.bondL1 = import_coin.Coin.decode(reader, reader.uint32());
|
|
293
|
+
continue;
|
|
294
|
+
}
|
|
295
|
+
case 2: {
|
|
296
|
+
if (tag !== 18) {
|
|
297
|
+
break;
|
|
298
|
+
}
|
|
299
|
+
message.bondL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
300
|
+
continue;
|
|
301
|
+
}
|
|
302
|
+
case 3: {
|
|
303
|
+
if (tag !== 26) {
|
|
304
|
+
break;
|
|
305
|
+
}
|
|
306
|
+
message.bondL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
307
|
+
continue;
|
|
308
|
+
}
|
|
309
|
+
case 4: {
|
|
310
|
+
if (tag !== 34) {
|
|
311
|
+
break;
|
|
312
|
+
}
|
|
313
|
+
message.bondL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
314
|
+
continue;
|
|
315
|
+
}
|
|
316
|
+
case 5: {
|
|
317
|
+
if (tag !== 42) {
|
|
318
|
+
break;
|
|
319
|
+
}
|
|
320
|
+
message.ttlL1 = import_duration.Duration.decode(reader, reader.uint32());
|
|
321
|
+
continue;
|
|
322
|
+
}
|
|
323
|
+
case 6: {
|
|
324
|
+
if (tag !== 50) {
|
|
325
|
+
break;
|
|
326
|
+
}
|
|
327
|
+
message.ttlL2 = import_duration.Duration.decode(reader, reader.uint32());
|
|
328
|
+
continue;
|
|
329
|
+
}
|
|
330
|
+
case 7: {
|
|
331
|
+
if (tag !== 58) {
|
|
332
|
+
break;
|
|
333
|
+
}
|
|
334
|
+
message.ttlL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
335
|
+
continue;
|
|
336
|
+
}
|
|
337
|
+
case 8: {
|
|
338
|
+
if (tag !== 66) {
|
|
339
|
+
break;
|
|
340
|
+
}
|
|
341
|
+
message.ttlL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
342
|
+
continue;
|
|
343
|
+
}
|
|
344
|
+
case 9: {
|
|
345
|
+
if (tag !== 74) {
|
|
346
|
+
break;
|
|
347
|
+
}
|
|
348
|
+
message.minFeeL1 = import_coin.Coin.decode(reader, reader.uint32());
|
|
349
|
+
continue;
|
|
350
|
+
}
|
|
351
|
+
case 10: {
|
|
352
|
+
if (tag !== 82) {
|
|
353
|
+
break;
|
|
354
|
+
}
|
|
355
|
+
message.minFeeL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
356
|
+
continue;
|
|
357
|
+
}
|
|
358
|
+
case 11: {
|
|
359
|
+
if (tag !== 90) {
|
|
360
|
+
break;
|
|
361
|
+
}
|
|
362
|
+
message.minFeeL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
363
|
+
continue;
|
|
364
|
+
}
|
|
365
|
+
case 12: {
|
|
366
|
+
if (tag !== 98) {
|
|
367
|
+
break;
|
|
368
|
+
}
|
|
369
|
+
message.minFeeL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
370
|
+
continue;
|
|
371
|
+
}
|
|
372
|
+
case 13: {
|
|
373
|
+
if (tag !== 104) {
|
|
374
|
+
break;
|
|
375
|
+
}
|
|
376
|
+
message.discrepancyThreshold = reader.uint32();
|
|
377
|
+
continue;
|
|
378
|
+
}
|
|
379
|
+
case 14: {
|
|
380
|
+
if (tag !== 114) {
|
|
381
|
+
break;
|
|
382
|
+
}
|
|
383
|
+
message.auditorUnbondingPeriod = import_duration.Duration.decode(reader, reader.uint32());
|
|
384
|
+
continue;
|
|
385
|
+
}
|
|
386
|
+
case 15: {
|
|
387
|
+
if (tag !== 122) {
|
|
388
|
+
break;
|
|
389
|
+
}
|
|
390
|
+
message.renewalPeriodL1 = import_duration.Duration.decode(reader, reader.uint32());
|
|
391
|
+
continue;
|
|
392
|
+
}
|
|
393
|
+
case 16: {
|
|
394
|
+
if (tag !== 130) {
|
|
395
|
+
break;
|
|
396
|
+
}
|
|
397
|
+
message.renewalPeriodL2 = import_duration.Duration.decode(reader, reader.uint32());
|
|
398
|
+
continue;
|
|
399
|
+
}
|
|
400
|
+
case 17: {
|
|
401
|
+
if (tag !== 138) {
|
|
402
|
+
break;
|
|
403
|
+
}
|
|
404
|
+
message.renewalPeriodL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
405
|
+
continue;
|
|
406
|
+
}
|
|
407
|
+
case 18: {
|
|
408
|
+
if (tag !== 146) {
|
|
409
|
+
break;
|
|
410
|
+
}
|
|
411
|
+
message.renewalPeriodL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
412
|
+
continue;
|
|
413
|
+
}
|
|
414
|
+
case 19: {
|
|
415
|
+
if (tag !== 154) {
|
|
416
|
+
break;
|
|
417
|
+
}
|
|
418
|
+
message.snapshotHashInterval = import_duration.Duration.decode(reader, reader.uint32());
|
|
419
|
+
continue;
|
|
420
|
+
}
|
|
421
|
+
case 20: {
|
|
422
|
+
if (tag !== 162) {
|
|
423
|
+
break;
|
|
424
|
+
}
|
|
425
|
+
message.maxSnapshotAge = import_duration.Duration.decode(reader, reader.uint32());
|
|
426
|
+
continue;
|
|
427
|
+
}
|
|
428
|
+
case 21: {
|
|
429
|
+
if (tag !== 170) {
|
|
430
|
+
break;
|
|
431
|
+
}
|
|
432
|
+
message.bondGpuL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
433
|
+
continue;
|
|
434
|
+
}
|
|
435
|
+
case 22: {
|
|
436
|
+
if (tag !== 178) {
|
|
437
|
+
break;
|
|
438
|
+
}
|
|
439
|
+
message.bondGpuL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
440
|
+
continue;
|
|
441
|
+
}
|
|
442
|
+
case 23: {
|
|
443
|
+
if (tag !== 186) {
|
|
444
|
+
break;
|
|
445
|
+
}
|
|
446
|
+
message.bondGpuL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
447
|
+
continue;
|
|
448
|
+
}
|
|
449
|
+
case 24: {
|
|
450
|
+
if (tag !== 194) {
|
|
451
|
+
break;
|
|
452
|
+
}
|
|
453
|
+
message.bondVcpuL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
454
|
+
continue;
|
|
455
|
+
}
|
|
456
|
+
case 25: {
|
|
457
|
+
if (tag !== 202) {
|
|
458
|
+
break;
|
|
459
|
+
}
|
|
460
|
+
message.bondVcpuL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
461
|
+
continue;
|
|
462
|
+
}
|
|
463
|
+
case 26: {
|
|
464
|
+
if (tag !== 210) {
|
|
465
|
+
break;
|
|
466
|
+
}
|
|
467
|
+
message.bondVcpuL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
468
|
+
continue;
|
|
469
|
+
}
|
|
470
|
+
case 27: {
|
|
471
|
+
if (tag !== 218) {
|
|
472
|
+
break;
|
|
473
|
+
}
|
|
474
|
+
message.bondMemGbL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
475
|
+
continue;
|
|
476
|
+
}
|
|
477
|
+
case 28: {
|
|
478
|
+
if (tag !== 226) {
|
|
479
|
+
break;
|
|
480
|
+
}
|
|
481
|
+
message.bondMemGbL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
482
|
+
continue;
|
|
483
|
+
}
|
|
484
|
+
case 29: {
|
|
485
|
+
if (tag !== 234) {
|
|
486
|
+
break;
|
|
487
|
+
}
|
|
488
|
+
message.bondMemGbL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
489
|
+
continue;
|
|
490
|
+
}
|
|
491
|
+
case 30: {
|
|
492
|
+
if (tag !== 242) {
|
|
493
|
+
break;
|
|
494
|
+
}
|
|
495
|
+
message.bondStorageTbL2 = import_coin.Coin.decode(reader, reader.uint32());
|
|
496
|
+
continue;
|
|
497
|
+
}
|
|
498
|
+
case 31: {
|
|
499
|
+
if (tag !== 250) {
|
|
500
|
+
break;
|
|
501
|
+
}
|
|
502
|
+
message.bondStorageTbL3 = import_coin.Coin.decode(reader, reader.uint32());
|
|
503
|
+
continue;
|
|
504
|
+
}
|
|
505
|
+
case 32: {
|
|
506
|
+
if (tag !== 258) {
|
|
507
|
+
break;
|
|
508
|
+
}
|
|
509
|
+
message.bondStorageTbL4 = import_coin.Coin.decode(reader, reader.uint32());
|
|
510
|
+
continue;
|
|
511
|
+
}
|
|
512
|
+
case 33: {
|
|
513
|
+
if (tag !== 266) {
|
|
514
|
+
break;
|
|
515
|
+
}
|
|
516
|
+
message.providerBondUnbondingPeriod = import_duration.Duration.decode(reader, reader.uint32());
|
|
517
|
+
continue;
|
|
518
|
+
}
|
|
519
|
+
case 34: {
|
|
520
|
+
if (tag !== 274) {
|
|
521
|
+
break;
|
|
522
|
+
}
|
|
523
|
+
message.minAgeL2 = import_duration.Duration.decode(reader, reader.uint32());
|
|
524
|
+
continue;
|
|
525
|
+
}
|
|
526
|
+
case 35: {
|
|
527
|
+
if (tag !== 282) {
|
|
528
|
+
break;
|
|
529
|
+
}
|
|
530
|
+
message.minAgeL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
531
|
+
continue;
|
|
532
|
+
}
|
|
533
|
+
case 36: {
|
|
534
|
+
if (tag !== 290) {
|
|
535
|
+
break;
|
|
536
|
+
}
|
|
537
|
+
message.minAgeL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
538
|
+
continue;
|
|
539
|
+
}
|
|
540
|
+
case 37: {
|
|
541
|
+
if (tag !== 296) {
|
|
542
|
+
break;
|
|
543
|
+
}
|
|
544
|
+
message.minLeaseCompletionBpsL3 = reader.uint32();
|
|
545
|
+
continue;
|
|
546
|
+
}
|
|
547
|
+
case 38: {
|
|
548
|
+
if (tag !== 304) {
|
|
549
|
+
break;
|
|
550
|
+
}
|
|
551
|
+
message.minLeaseCompletionBpsL4 = reader.uint32();
|
|
552
|
+
continue;
|
|
553
|
+
}
|
|
554
|
+
case 39: {
|
|
555
|
+
if (tag !== 314) {
|
|
556
|
+
break;
|
|
557
|
+
}
|
|
558
|
+
message.cleanHistoryWindowL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
559
|
+
continue;
|
|
560
|
+
}
|
|
561
|
+
case 40: {
|
|
562
|
+
if (tag !== 322) {
|
|
563
|
+
break;
|
|
564
|
+
}
|
|
565
|
+
message.cleanHistoryWindowL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
566
|
+
continue;
|
|
567
|
+
}
|
|
568
|
+
case 41: {
|
|
569
|
+
if (tag !== 330) {
|
|
570
|
+
break;
|
|
571
|
+
}
|
|
572
|
+
message.minL3DurationForL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
573
|
+
continue;
|
|
574
|
+
}
|
|
575
|
+
case 42: {
|
|
576
|
+
if (tag !== 336) {
|
|
577
|
+
break;
|
|
578
|
+
}
|
|
579
|
+
message.minLeasesForCompletionRate = reader.uint32();
|
|
580
|
+
continue;
|
|
581
|
+
}
|
|
582
|
+
case 43: {
|
|
583
|
+
if (tag !== 344) {
|
|
584
|
+
break;
|
|
585
|
+
}
|
|
586
|
+
message.maxEndblockerAttestationExpiries = reader.uint32();
|
|
587
|
+
continue;
|
|
588
|
+
}
|
|
589
|
+
case 44: {
|
|
590
|
+
if (tag !== 352) {
|
|
591
|
+
break;
|
|
592
|
+
}
|
|
593
|
+
message.maxEndblockerSnapshotSuspensions = reader.uint32();
|
|
594
|
+
continue;
|
|
595
|
+
}
|
|
596
|
+
case 45: {
|
|
597
|
+
if (tag !== 360) {
|
|
598
|
+
break;
|
|
599
|
+
}
|
|
600
|
+
message.maxEndblockerUnbondingCompletions = reader.uint32();
|
|
601
|
+
continue;
|
|
602
|
+
}
|
|
603
|
+
case 46: {
|
|
604
|
+
if (tag !== 368) {
|
|
605
|
+
break;
|
|
606
|
+
}
|
|
607
|
+
message.maxEndblockerDiscrepancyTimeouts = reader.uint32();
|
|
608
|
+
continue;
|
|
609
|
+
}
|
|
610
|
+
case 47: {
|
|
611
|
+
if (tag !== 376) {
|
|
612
|
+
break;
|
|
613
|
+
}
|
|
614
|
+
message.maxEndblockerAuditEscrowExpiries = reader.uint32();
|
|
615
|
+
continue;
|
|
616
|
+
}
|
|
617
|
+
case 48: {
|
|
618
|
+
if (tag !== 384) {
|
|
619
|
+
break;
|
|
620
|
+
}
|
|
621
|
+
message.maxEndblockerGraceExpiries = reader.uint32();
|
|
622
|
+
continue;
|
|
623
|
+
}
|
|
624
|
+
case 49: {
|
|
625
|
+
if (tag !== 394) {
|
|
626
|
+
break;
|
|
627
|
+
}
|
|
628
|
+
message.discrepancyResolutionTimeout = import_duration.Duration.decode(reader, reader.uint32());
|
|
629
|
+
continue;
|
|
630
|
+
}
|
|
631
|
+
case 50: {
|
|
632
|
+
if (tag !== 402) {
|
|
633
|
+
break;
|
|
634
|
+
}
|
|
635
|
+
message.attestationDeposit = import_coin.Coin.decode(reader, reader.uint32());
|
|
636
|
+
continue;
|
|
637
|
+
}
|
|
638
|
+
case 51: {
|
|
639
|
+
if (tag !== 410) {
|
|
640
|
+
break;
|
|
641
|
+
}
|
|
642
|
+
message.discrepancyGracePeriod = import_duration.Duration.decode(reader, reader.uint32());
|
|
643
|
+
continue;
|
|
644
|
+
}
|
|
645
|
+
case 52: {
|
|
646
|
+
if (tag !== 418) {
|
|
647
|
+
break;
|
|
648
|
+
}
|
|
649
|
+
message.providerAuditDeposit = import_coin.Coin.decode(reader, reader.uint32());
|
|
650
|
+
continue;
|
|
651
|
+
}
|
|
652
|
+
case 53: {
|
|
653
|
+
if (tag !== 424) {
|
|
654
|
+
break;
|
|
655
|
+
}
|
|
656
|
+
message.verificationModuleActive = reader.bool();
|
|
657
|
+
continue;
|
|
658
|
+
}
|
|
659
|
+
case 54: {
|
|
660
|
+
if (tag !== 434) {
|
|
661
|
+
break;
|
|
662
|
+
}
|
|
663
|
+
message.contactResponseCriticalL1 = import_duration.Duration.decode(reader, reader.uint32());
|
|
664
|
+
continue;
|
|
665
|
+
}
|
|
666
|
+
case 55: {
|
|
667
|
+
if (tag !== 442) {
|
|
668
|
+
break;
|
|
669
|
+
}
|
|
670
|
+
message.contactResponseCriticalL2 = import_duration.Duration.decode(reader, reader.uint32());
|
|
671
|
+
continue;
|
|
672
|
+
}
|
|
673
|
+
case 56: {
|
|
674
|
+
if (tag !== 450) {
|
|
675
|
+
break;
|
|
676
|
+
}
|
|
677
|
+
message.contactResponseCriticalL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
678
|
+
continue;
|
|
679
|
+
}
|
|
680
|
+
case 57: {
|
|
681
|
+
if (tag !== 458) {
|
|
682
|
+
break;
|
|
683
|
+
}
|
|
684
|
+
message.contactResponseCriticalL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
685
|
+
continue;
|
|
686
|
+
}
|
|
687
|
+
case 58: {
|
|
688
|
+
if (tag !== 466) {
|
|
689
|
+
break;
|
|
690
|
+
}
|
|
691
|
+
message.contactResponseStandardL1 = import_duration.Duration.decode(reader, reader.uint32());
|
|
692
|
+
continue;
|
|
693
|
+
}
|
|
694
|
+
case 59: {
|
|
695
|
+
if (tag !== 474) {
|
|
696
|
+
break;
|
|
697
|
+
}
|
|
698
|
+
message.contactResponseStandardL2 = import_duration.Duration.decode(reader, reader.uint32());
|
|
699
|
+
continue;
|
|
700
|
+
}
|
|
701
|
+
case 60: {
|
|
702
|
+
if (tag !== 482) {
|
|
703
|
+
break;
|
|
704
|
+
}
|
|
705
|
+
message.contactResponseStandardL3 = import_duration.Duration.decode(reader, reader.uint32());
|
|
706
|
+
continue;
|
|
707
|
+
}
|
|
708
|
+
case 61: {
|
|
709
|
+
if (tag !== 490) {
|
|
710
|
+
break;
|
|
711
|
+
}
|
|
712
|
+
message.contactResponseStandardL4 = import_duration.Duration.decode(reader, reader.uint32());
|
|
713
|
+
continue;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
717
|
+
break;
|
|
718
|
+
}
|
|
719
|
+
reader.skip(tag & 7);
|
|
720
|
+
}
|
|
721
|
+
return message;
|
|
722
|
+
},
|
|
723
|
+
fromJSON(object) {
|
|
724
|
+
return {
|
|
725
|
+
bondL1: (0, import_typeEncodingHelpers.isSet)(object.bond_l1) ? import_coin.Coin.fromJSON(object.bond_l1) : void 0,
|
|
726
|
+
bondL2: (0, import_typeEncodingHelpers.isSet)(object.bond_l2) ? import_coin.Coin.fromJSON(object.bond_l2) : void 0,
|
|
727
|
+
bondL3: (0, import_typeEncodingHelpers.isSet)(object.bond_l3) ? import_coin.Coin.fromJSON(object.bond_l3) : void 0,
|
|
728
|
+
bondL4: (0, import_typeEncodingHelpers.isSet)(object.bond_l4) ? import_coin.Coin.fromJSON(object.bond_l4) : void 0,
|
|
729
|
+
ttlL1: (0, import_typeEncodingHelpers.isSet)(object.ttl_l1) ? import_duration.Duration.fromJSON(object.ttl_l1) : void 0,
|
|
730
|
+
ttlL2: (0, import_typeEncodingHelpers.isSet)(object.ttl_l2) ? import_duration.Duration.fromJSON(object.ttl_l2) : void 0,
|
|
731
|
+
ttlL3: (0, import_typeEncodingHelpers.isSet)(object.ttl_l3) ? import_duration.Duration.fromJSON(object.ttl_l3) : void 0,
|
|
732
|
+
ttlL4: (0, import_typeEncodingHelpers.isSet)(object.ttl_l4) ? import_duration.Duration.fromJSON(object.ttl_l4) : void 0,
|
|
733
|
+
minFeeL1: (0, import_typeEncodingHelpers.isSet)(object.min_fee_l1) ? import_coin.Coin.fromJSON(object.min_fee_l1) : void 0,
|
|
734
|
+
minFeeL2: (0, import_typeEncodingHelpers.isSet)(object.min_fee_l2) ? import_coin.Coin.fromJSON(object.min_fee_l2) : void 0,
|
|
735
|
+
minFeeL3: (0, import_typeEncodingHelpers.isSet)(object.min_fee_l3) ? import_coin.Coin.fromJSON(object.min_fee_l3) : void 0,
|
|
736
|
+
minFeeL4: (0, import_typeEncodingHelpers.isSet)(object.min_fee_l4) ? import_coin.Coin.fromJSON(object.min_fee_l4) : void 0,
|
|
737
|
+
discrepancyThreshold: (0, import_typeEncodingHelpers.isSet)(object.discrepancy_threshold) ? globalThis.Number(object.discrepancy_threshold) : 0,
|
|
738
|
+
auditorUnbondingPeriod: (0, import_typeEncodingHelpers.isSet)(object.auditor_unbonding_period) ? import_duration.Duration.fromJSON(object.auditor_unbonding_period) : void 0,
|
|
739
|
+
renewalPeriodL1: (0, import_typeEncodingHelpers.isSet)(object.renewal_period_l1) ? import_duration.Duration.fromJSON(object.renewal_period_l1) : void 0,
|
|
740
|
+
renewalPeriodL2: (0, import_typeEncodingHelpers.isSet)(object.renewal_period_l2) ? import_duration.Duration.fromJSON(object.renewal_period_l2) : void 0,
|
|
741
|
+
renewalPeriodL3: (0, import_typeEncodingHelpers.isSet)(object.renewal_period_l3) ? import_duration.Duration.fromJSON(object.renewal_period_l3) : void 0,
|
|
742
|
+
renewalPeriodL4: (0, import_typeEncodingHelpers.isSet)(object.renewal_period_l4) ? import_duration.Duration.fromJSON(object.renewal_period_l4) : void 0,
|
|
743
|
+
snapshotHashInterval: (0, import_typeEncodingHelpers.isSet)(object.snapshot_hash_interval) ? import_duration.Duration.fromJSON(object.snapshot_hash_interval) : void 0,
|
|
744
|
+
maxSnapshotAge: (0, import_typeEncodingHelpers.isSet)(object.max_snapshot_age) ? import_duration.Duration.fromJSON(object.max_snapshot_age) : void 0,
|
|
745
|
+
bondGpuL2: (0, import_typeEncodingHelpers.isSet)(object.bond_gpu_l2) ? import_coin.Coin.fromJSON(object.bond_gpu_l2) : void 0,
|
|
746
|
+
bondGpuL3: (0, import_typeEncodingHelpers.isSet)(object.bond_gpu_l3) ? import_coin.Coin.fromJSON(object.bond_gpu_l3) : void 0,
|
|
747
|
+
bondGpuL4: (0, import_typeEncodingHelpers.isSet)(object.bond_gpu_l4) ? import_coin.Coin.fromJSON(object.bond_gpu_l4) : void 0,
|
|
748
|
+
bondVcpuL2: (0, import_typeEncodingHelpers.isSet)(object.bond_vcpu_l2) ? import_coin.Coin.fromJSON(object.bond_vcpu_l2) : void 0,
|
|
749
|
+
bondVcpuL3: (0, import_typeEncodingHelpers.isSet)(object.bond_vcpu_l3) ? import_coin.Coin.fromJSON(object.bond_vcpu_l3) : void 0,
|
|
750
|
+
bondVcpuL4: (0, import_typeEncodingHelpers.isSet)(object.bond_vcpu_l4) ? import_coin.Coin.fromJSON(object.bond_vcpu_l4) : void 0,
|
|
751
|
+
bondMemGbL2: (0, import_typeEncodingHelpers.isSet)(object.bond_mem_gb_l2) ? import_coin.Coin.fromJSON(object.bond_mem_gb_l2) : void 0,
|
|
752
|
+
bondMemGbL3: (0, import_typeEncodingHelpers.isSet)(object.bond_mem_gb_l3) ? import_coin.Coin.fromJSON(object.bond_mem_gb_l3) : void 0,
|
|
753
|
+
bondMemGbL4: (0, import_typeEncodingHelpers.isSet)(object.bond_mem_gb_l4) ? import_coin.Coin.fromJSON(object.bond_mem_gb_l4) : void 0,
|
|
754
|
+
bondStorageTbL2: (0, import_typeEncodingHelpers.isSet)(object.bond_storage_tb_l2) ? import_coin.Coin.fromJSON(object.bond_storage_tb_l2) : void 0,
|
|
755
|
+
bondStorageTbL3: (0, import_typeEncodingHelpers.isSet)(object.bond_storage_tb_l3) ? import_coin.Coin.fromJSON(object.bond_storage_tb_l3) : void 0,
|
|
756
|
+
bondStorageTbL4: (0, import_typeEncodingHelpers.isSet)(object.bond_storage_tb_l4) ? import_coin.Coin.fromJSON(object.bond_storage_tb_l4) : void 0,
|
|
757
|
+
providerBondUnbondingPeriod: (0, import_typeEncodingHelpers.isSet)(object.provider_bond_unbonding_period) ? import_duration.Duration.fromJSON(object.provider_bond_unbonding_period) : void 0,
|
|
758
|
+
minAgeL2: (0, import_typeEncodingHelpers.isSet)(object.min_age_l2) ? import_duration.Duration.fromJSON(object.min_age_l2) : void 0,
|
|
759
|
+
minAgeL3: (0, import_typeEncodingHelpers.isSet)(object.min_age_l3) ? import_duration.Duration.fromJSON(object.min_age_l3) : void 0,
|
|
760
|
+
minAgeL4: (0, import_typeEncodingHelpers.isSet)(object.min_age_l4) ? import_duration.Duration.fromJSON(object.min_age_l4) : void 0,
|
|
761
|
+
minLeaseCompletionBpsL3: (0, import_typeEncodingHelpers.isSet)(object.min_lease_completion_bps_l3) ? globalThis.Number(object.min_lease_completion_bps_l3) : 0,
|
|
762
|
+
minLeaseCompletionBpsL4: (0, import_typeEncodingHelpers.isSet)(object.min_lease_completion_bps_l4) ? globalThis.Number(object.min_lease_completion_bps_l4) : 0,
|
|
763
|
+
cleanHistoryWindowL3: (0, import_typeEncodingHelpers.isSet)(object.clean_history_window_l3) ? import_duration.Duration.fromJSON(object.clean_history_window_l3) : void 0,
|
|
764
|
+
cleanHistoryWindowL4: (0, import_typeEncodingHelpers.isSet)(object.clean_history_window_l4) ? import_duration.Duration.fromJSON(object.clean_history_window_l4) : void 0,
|
|
765
|
+
minL3DurationForL4: (0, import_typeEncodingHelpers.isSet)(object.min_l3_duration_for_l4) ? import_duration.Duration.fromJSON(object.min_l3_duration_for_l4) : void 0,
|
|
766
|
+
minLeasesForCompletionRate: (0, import_typeEncodingHelpers.isSet)(object.min_leases_for_completion_rate) ? globalThis.Number(object.min_leases_for_completion_rate) : 0,
|
|
767
|
+
maxEndblockerAttestationExpiries: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_attestation_expiries) ? globalThis.Number(object.max_endblocker_attestation_expiries) : 0,
|
|
768
|
+
maxEndblockerSnapshotSuspensions: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_snapshot_suspensions) ? globalThis.Number(object.max_endblocker_snapshot_suspensions) : 0,
|
|
769
|
+
maxEndblockerUnbondingCompletions: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_unbonding_completions) ? globalThis.Number(object.max_endblocker_unbonding_completions) : 0,
|
|
770
|
+
maxEndblockerDiscrepancyTimeouts: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_discrepancy_timeouts) ? globalThis.Number(object.max_endblocker_discrepancy_timeouts) : 0,
|
|
771
|
+
maxEndblockerAuditEscrowExpiries: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_audit_escrow_expiries) ? globalThis.Number(object.max_endblocker_audit_escrow_expiries) : 0,
|
|
772
|
+
maxEndblockerGraceExpiries: (0, import_typeEncodingHelpers.isSet)(object.max_endblocker_grace_expiries) ? globalThis.Number(object.max_endblocker_grace_expiries) : 0,
|
|
773
|
+
discrepancyResolutionTimeout: (0, import_typeEncodingHelpers.isSet)(object.discrepancy_resolution_timeout) ? import_duration.Duration.fromJSON(object.discrepancy_resolution_timeout) : void 0,
|
|
774
|
+
attestationDeposit: (0, import_typeEncodingHelpers.isSet)(object.attestation_deposit) ? import_coin.Coin.fromJSON(object.attestation_deposit) : void 0,
|
|
775
|
+
discrepancyGracePeriod: (0, import_typeEncodingHelpers.isSet)(object.discrepancy_grace_period) ? import_duration.Duration.fromJSON(object.discrepancy_grace_period) : void 0,
|
|
776
|
+
providerAuditDeposit: (0, import_typeEncodingHelpers.isSet)(object.provider_audit_deposit) ? import_coin.Coin.fromJSON(object.provider_audit_deposit) : void 0,
|
|
777
|
+
verificationModuleActive: (0, import_typeEncodingHelpers.isSet)(object.verification_module_active) ? globalThis.Boolean(object.verification_module_active) : false,
|
|
778
|
+
contactResponseCriticalL1: (0, import_typeEncodingHelpers.isSet)(object.contact_response_critical_l1) ? import_duration.Duration.fromJSON(object.contact_response_critical_l1) : void 0,
|
|
779
|
+
contactResponseCriticalL2: (0, import_typeEncodingHelpers.isSet)(object.contact_response_critical_l2) ? import_duration.Duration.fromJSON(object.contact_response_critical_l2) : void 0,
|
|
780
|
+
contactResponseCriticalL3: (0, import_typeEncodingHelpers.isSet)(object.contact_response_critical_l3) ? import_duration.Duration.fromJSON(object.contact_response_critical_l3) : void 0,
|
|
781
|
+
contactResponseCriticalL4: (0, import_typeEncodingHelpers.isSet)(object.contact_response_critical_l4) ? import_duration.Duration.fromJSON(object.contact_response_critical_l4) : void 0,
|
|
782
|
+
contactResponseStandardL1: (0, import_typeEncodingHelpers.isSet)(object.contact_response_standard_l1) ? import_duration.Duration.fromJSON(object.contact_response_standard_l1) : void 0,
|
|
783
|
+
contactResponseStandardL2: (0, import_typeEncodingHelpers.isSet)(object.contact_response_standard_l2) ? import_duration.Duration.fromJSON(object.contact_response_standard_l2) : void 0,
|
|
784
|
+
contactResponseStandardL3: (0, import_typeEncodingHelpers.isSet)(object.contact_response_standard_l3) ? import_duration.Duration.fromJSON(object.contact_response_standard_l3) : void 0,
|
|
785
|
+
contactResponseStandardL4: (0, import_typeEncodingHelpers.isSet)(object.contact_response_standard_l4) ? import_duration.Duration.fromJSON(object.contact_response_standard_l4) : void 0
|
|
786
|
+
};
|
|
787
|
+
},
|
|
788
|
+
toJSON(message) {
|
|
789
|
+
const obj = {};
|
|
790
|
+
if (message.bondL1 !== void 0) {
|
|
791
|
+
obj.bond_l1 = import_coin.Coin.toJSON(message.bondL1);
|
|
792
|
+
}
|
|
793
|
+
if (message.bondL2 !== void 0) {
|
|
794
|
+
obj.bond_l2 = import_coin.Coin.toJSON(message.bondL2);
|
|
795
|
+
}
|
|
796
|
+
if (message.bondL3 !== void 0) {
|
|
797
|
+
obj.bond_l3 = import_coin.Coin.toJSON(message.bondL3);
|
|
798
|
+
}
|
|
799
|
+
if (message.bondL4 !== void 0) {
|
|
800
|
+
obj.bond_l4 = import_coin.Coin.toJSON(message.bondL4);
|
|
801
|
+
}
|
|
802
|
+
if (message.ttlL1 !== void 0) {
|
|
803
|
+
obj.ttl_l1 = import_duration.Duration.toJSON(message.ttlL1);
|
|
804
|
+
}
|
|
805
|
+
if (message.ttlL2 !== void 0) {
|
|
806
|
+
obj.ttl_l2 = import_duration.Duration.toJSON(message.ttlL2);
|
|
807
|
+
}
|
|
808
|
+
if (message.ttlL3 !== void 0) {
|
|
809
|
+
obj.ttl_l3 = import_duration.Duration.toJSON(message.ttlL3);
|
|
810
|
+
}
|
|
811
|
+
if (message.ttlL4 !== void 0) {
|
|
812
|
+
obj.ttl_l4 = import_duration.Duration.toJSON(message.ttlL4);
|
|
813
|
+
}
|
|
814
|
+
if (message.minFeeL1 !== void 0) {
|
|
815
|
+
obj.min_fee_l1 = import_coin.Coin.toJSON(message.minFeeL1);
|
|
816
|
+
}
|
|
817
|
+
if (message.minFeeL2 !== void 0) {
|
|
818
|
+
obj.min_fee_l2 = import_coin.Coin.toJSON(message.minFeeL2);
|
|
819
|
+
}
|
|
820
|
+
if (message.minFeeL3 !== void 0) {
|
|
821
|
+
obj.min_fee_l3 = import_coin.Coin.toJSON(message.minFeeL3);
|
|
822
|
+
}
|
|
823
|
+
if (message.minFeeL4 !== void 0) {
|
|
824
|
+
obj.min_fee_l4 = import_coin.Coin.toJSON(message.minFeeL4);
|
|
825
|
+
}
|
|
826
|
+
if (message.discrepancyThreshold !== 0) {
|
|
827
|
+
obj.discrepancy_threshold = Math.round(message.discrepancyThreshold);
|
|
828
|
+
}
|
|
829
|
+
if (message.auditorUnbondingPeriod !== void 0) {
|
|
830
|
+
obj.auditor_unbonding_period = import_duration.Duration.toJSON(message.auditorUnbondingPeriod);
|
|
831
|
+
}
|
|
832
|
+
if (message.renewalPeriodL1 !== void 0) {
|
|
833
|
+
obj.renewal_period_l1 = import_duration.Duration.toJSON(message.renewalPeriodL1);
|
|
834
|
+
}
|
|
835
|
+
if (message.renewalPeriodL2 !== void 0) {
|
|
836
|
+
obj.renewal_period_l2 = import_duration.Duration.toJSON(message.renewalPeriodL2);
|
|
837
|
+
}
|
|
838
|
+
if (message.renewalPeriodL3 !== void 0) {
|
|
839
|
+
obj.renewal_period_l3 = import_duration.Duration.toJSON(message.renewalPeriodL3);
|
|
840
|
+
}
|
|
841
|
+
if (message.renewalPeriodL4 !== void 0) {
|
|
842
|
+
obj.renewal_period_l4 = import_duration.Duration.toJSON(message.renewalPeriodL4);
|
|
843
|
+
}
|
|
844
|
+
if (message.snapshotHashInterval !== void 0) {
|
|
845
|
+
obj.snapshot_hash_interval = import_duration.Duration.toJSON(message.snapshotHashInterval);
|
|
846
|
+
}
|
|
847
|
+
if (message.maxSnapshotAge !== void 0) {
|
|
848
|
+
obj.max_snapshot_age = import_duration.Duration.toJSON(message.maxSnapshotAge);
|
|
849
|
+
}
|
|
850
|
+
if (message.bondGpuL2 !== void 0) {
|
|
851
|
+
obj.bond_gpu_l2 = import_coin.Coin.toJSON(message.bondGpuL2);
|
|
852
|
+
}
|
|
853
|
+
if (message.bondGpuL3 !== void 0) {
|
|
854
|
+
obj.bond_gpu_l3 = import_coin.Coin.toJSON(message.bondGpuL3);
|
|
855
|
+
}
|
|
856
|
+
if (message.bondGpuL4 !== void 0) {
|
|
857
|
+
obj.bond_gpu_l4 = import_coin.Coin.toJSON(message.bondGpuL4);
|
|
858
|
+
}
|
|
859
|
+
if (message.bondVcpuL2 !== void 0) {
|
|
860
|
+
obj.bond_vcpu_l2 = import_coin.Coin.toJSON(message.bondVcpuL2);
|
|
861
|
+
}
|
|
862
|
+
if (message.bondVcpuL3 !== void 0) {
|
|
863
|
+
obj.bond_vcpu_l3 = import_coin.Coin.toJSON(message.bondVcpuL3);
|
|
864
|
+
}
|
|
865
|
+
if (message.bondVcpuL4 !== void 0) {
|
|
866
|
+
obj.bond_vcpu_l4 = import_coin.Coin.toJSON(message.bondVcpuL4);
|
|
867
|
+
}
|
|
868
|
+
if (message.bondMemGbL2 !== void 0) {
|
|
869
|
+
obj.bond_mem_gb_l2 = import_coin.Coin.toJSON(message.bondMemGbL2);
|
|
870
|
+
}
|
|
871
|
+
if (message.bondMemGbL3 !== void 0) {
|
|
872
|
+
obj.bond_mem_gb_l3 = import_coin.Coin.toJSON(message.bondMemGbL3);
|
|
873
|
+
}
|
|
874
|
+
if (message.bondMemGbL4 !== void 0) {
|
|
875
|
+
obj.bond_mem_gb_l4 = import_coin.Coin.toJSON(message.bondMemGbL4);
|
|
876
|
+
}
|
|
877
|
+
if (message.bondStorageTbL2 !== void 0) {
|
|
878
|
+
obj.bond_storage_tb_l2 = import_coin.Coin.toJSON(message.bondStorageTbL2);
|
|
879
|
+
}
|
|
880
|
+
if (message.bondStorageTbL3 !== void 0) {
|
|
881
|
+
obj.bond_storage_tb_l3 = import_coin.Coin.toJSON(message.bondStorageTbL3);
|
|
882
|
+
}
|
|
883
|
+
if (message.bondStorageTbL4 !== void 0) {
|
|
884
|
+
obj.bond_storage_tb_l4 = import_coin.Coin.toJSON(message.bondStorageTbL4);
|
|
885
|
+
}
|
|
886
|
+
if (message.providerBondUnbondingPeriod !== void 0) {
|
|
887
|
+
obj.provider_bond_unbonding_period = import_duration.Duration.toJSON(message.providerBondUnbondingPeriod);
|
|
888
|
+
}
|
|
889
|
+
if (message.minAgeL2 !== void 0) {
|
|
890
|
+
obj.min_age_l2 = import_duration.Duration.toJSON(message.minAgeL2);
|
|
891
|
+
}
|
|
892
|
+
if (message.minAgeL3 !== void 0) {
|
|
893
|
+
obj.min_age_l3 = import_duration.Duration.toJSON(message.minAgeL3);
|
|
894
|
+
}
|
|
895
|
+
if (message.minAgeL4 !== void 0) {
|
|
896
|
+
obj.min_age_l4 = import_duration.Duration.toJSON(message.minAgeL4);
|
|
897
|
+
}
|
|
898
|
+
if (message.minLeaseCompletionBpsL3 !== 0) {
|
|
899
|
+
obj.min_lease_completion_bps_l3 = Math.round(message.minLeaseCompletionBpsL3);
|
|
900
|
+
}
|
|
901
|
+
if (message.minLeaseCompletionBpsL4 !== 0) {
|
|
902
|
+
obj.min_lease_completion_bps_l4 = Math.round(message.minLeaseCompletionBpsL4);
|
|
903
|
+
}
|
|
904
|
+
if (message.cleanHistoryWindowL3 !== void 0) {
|
|
905
|
+
obj.clean_history_window_l3 = import_duration.Duration.toJSON(message.cleanHistoryWindowL3);
|
|
906
|
+
}
|
|
907
|
+
if (message.cleanHistoryWindowL4 !== void 0) {
|
|
908
|
+
obj.clean_history_window_l4 = import_duration.Duration.toJSON(message.cleanHistoryWindowL4);
|
|
909
|
+
}
|
|
910
|
+
if (message.minL3DurationForL4 !== void 0) {
|
|
911
|
+
obj.min_l3_duration_for_l4 = import_duration.Duration.toJSON(message.minL3DurationForL4);
|
|
912
|
+
}
|
|
913
|
+
if (message.minLeasesForCompletionRate !== 0) {
|
|
914
|
+
obj.min_leases_for_completion_rate = Math.round(message.minLeasesForCompletionRate);
|
|
915
|
+
}
|
|
916
|
+
if (message.maxEndblockerAttestationExpiries !== 0) {
|
|
917
|
+
obj.max_endblocker_attestation_expiries = Math.round(message.maxEndblockerAttestationExpiries);
|
|
918
|
+
}
|
|
919
|
+
if (message.maxEndblockerSnapshotSuspensions !== 0) {
|
|
920
|
+
obj.max_endblocker_snapshot_suspensions = Math.round(message.maxEndblockerSnapshotSuspensions);
|
|
921
|
+
}
|
|
922
|
+
if (message.maxEndblockerUnbondingCompletions !== 0) {
|
|
923
|
+
obj.max_endblocker_unbonding_completions = Math.round(message.maxEndblockerUnbondingCompletions);
|
|
924
|
+
}
|
|
925
|
+
if (message.maxEndblockerDiscrepancyTimeouts !== 0) {
|
|
926
|
+
obj.max_endblocker_discrepancy_timeouts = Math.round(message.maxEndblockerDiscrepancyTimeouts);
|
|
927
|
+
}
|
|
928
|
+
if (message.maxEndblockerAuditEscrowExpiries !== 0) {
|
|
929
|
+
obj.max_endblocker_audit_escrow_expiries = Math.round(message.maxEndblockerAuditEscrowExpiries);
|
|
930
|
+
}
|
|
931
|
+
if (message.maxEndblockerGraceExpiries !== 0) {
|
|
932
|
+
obj.max_endblocker_grace_expiries = Math.round(message.maxEndblockerGraceExpiries);
|
|
933
|
+
}
|
|
934
|
+
if (message.discrepancyResolutionTimeout !== void 0) {
|
|
935
|
+
obj.discrepancy_resolution_timeout = import_duration.Duration.toJSON(message.discrepancyResolutionTimeout);
|
|
936
|
+
}
|
|
937
|
+
if (message.attestationDeposit !== void 0) {
|
|
938
|
+
obj.attestation_deposit = import_coin.Coin.toJSON(message.attestationDeposit);
|
|
939
|
+
}
|
|
940
|
+
if (message.discrepancyGracePeriod !== void 0) {
|
|
941
|
+
obj.discrepancy_grace_period = import_duration.Duration.toJSON(message.discrepancyGracePeriod);
|
|
942
|
+
}
|
|
943
|
+
if (message.providerAuditDeposit !== void 0) {
|
|
944
|
+
obj.provider_audit_deposit = import_coin.Coin.toJSON(message.providerAuditDeposit);
|
|
945
|
+
}
|
|
946
|
+
if (message.verificationModuleActive !== false) {
|
|
947
|
+
obj.verification_module_active = message.verificationModuleActive;
|
|
948
|
+
}
|
|
949
|
+
if (message.contactResponseCriticalL1 !== void 0) {
|
|
950
|
+
obj.contact_response_critical_l1 = import_duration.Duration.toJSON(message.contactResponseCriticalL1);
|
|
951
|
+
}
|
|
952
|
+
if (message.contactResponseCriticalL2 !== void 0) {
|
|
953
|
+
obj.contact_response_critical_l2 = import_duration.Duration.toJSON(message.contactResponseCriticalL2);
|
|
954
|
+
}
|
|
955
|
+
if (message.contactResponseCriticalL3 !== void 0) {
|
|
956
|
+
obj.contact_response_critical_l3 = import_duration.Duration.toJSON(message.contactResponseCriticalL3);
|
|
957
|
+
}
|
|
958
|
+
if (message.contactResponseCriticalL4 !== void 0) {
|
|
959
|
+
obj.contact_response_critical_l4 = import_duration.Duration.toJSON(message.contactResponseCriticalL4);
|
|
960
|
+
}
|
|
961
|
+
if (message.contactResponseStandardL1 !== void 0) {
|
|
962
|
+
obj.contact_response_standard_l1 = import_duration.Duration.toJSON(message.contactResponseStandardL1);
|
|
963
|
+
}
|
|
964
|
+
if (message.contactResponseStandardL2 !== void 0) {
|
|
965
|
+
obj.contact_response_standard_l2 = import_duration.Duration.toJSON(message.contactResponseStandardL2);
|
|
966
|
+
}
|
|
967
|
+
if (message.contactResponseStandardL3 !== void 0) {
|
|
968
|
+
obj.contact_response_standard_l3 = import_duration.Duration.toJSON(message.contactResponseStandardL3);
|
|
969
|
+
}
|
|
970
|
+
if (message.contactResponseStandardL4 !== void 0) {
|
|
971
|
+
obj.contact_response_standard_l4 = import_duration.Duration.toJSON(message.contactResponseStandardL4);
|
|
972
|
+
}
|
|
973
|
+
return obj;
|
|
974
|
+
},
|
|
975
|
+
fromPartial(object) {
|
|
976
|
+
const message = createBaseParams();
|
|
977
|
+
message.bondL1 = object.bondL1 !== void 0 && object.bondL1 !== null ? import_coin.Coin.fromPartial(object.bondL1) : void 0;
|
|
978
|
+
message.bondL2 = object.bondL2 !== void 0 && object.bondL2 !== null ? import_coin.Coin.fromPartial(object.bondL2) : void 0;
|
|
979
|
+
message.bondL3 = object.bondL3 !== void 0 && object.bondL3 !== null ? import_coin.Coin.fromPartial(object.bondL3) : void 0;
|
|
980
|
+
message.bondL4 = object.bondL4 !== void 0 && object.bondL4 !== null ? import_coin.Coin.fromPartial(object.bondL4) : void 0;
|
|
981
|
+
message.ttlL1 = object.ttlL1 !== void 0 && object.ttlL1 !== null ? import_duration.Duration.fromPartial(object.ttlL1) : void 0;
|
|
982
|
+
message.ttlL2 = object.ttlL2 !== void 0 && object.ttlL2 !== null ? import_duration.Duration.fromPartial(object.ttlL2) : void 0;
|
|
983
|
+
message.ttlL3 = object.ttlL3 !== void 0 && object.ttlL3 !== null ? import_duration.Duration.fromPartial(object.ttlL3) : void 0;
|
|
984
|
+
message.ttlL4 = object.ttlL4 !== void 0 && object.ttlL4 !== null ? import_duration.Duration.fromPartial(object.ttlL4) : void 0;
|
|
985
|
+
message.minFeeL1 = object.minFeeL1 !== void 0 && object.minFeeL1 !== null ? import_coin.Coin.fromPartial(object.minFeeL1) : void 0;
|
|
986
|
+
message.minFeeL2 = object.minFeeL2 !== void 0 && object.minFeeL2 !== null ? import_coin.Coin.fromPartial(object.minFeeL2) : void 0;
|
|
987
|
+
message.minFeeL3 = object.minFeeL3 !== void 0 && object.minFeeL3 !== null ? import_coin.Coin.fromPartial(object.minFeeL3) : void 0;
|
|
988
|
+
message.minFeeL4 = object.minFeeL4 !== void 0 && object.minFeeL4 !== null ? import_coin.Coin.fromPartial(object.minFeeL4) : void 0;
|
|
989
|
+
message.discrepancyThreshold = object.discrepancyThreshold ?? 0;
|
|
990
|
+
message.auditorUnbondingPeriod = object.auditorUnbondingPeriod !== void 0 && object.auditorUnbondingPeriod !== null ? import_duration.Duration.fromPartial(object.auditorUnbondingPeriod) : void 0;
|
|
991
|
+
message.renewalPeriodL1 = object.renewalPeriodL1 !== void 0 && object.renewalPeriodL1 !== null ? import_duration.Duration.fromPartial(object.renewalPeriodL1) : void 0;
|
|
992
|
+
message.renewalPeriodL2 = object.renewalPeriodL2 !== void 0 && object.renewalPeriodL2 !== null ? import_duration.Duration.fromPartial(object.renewalPeriodL2) : void 0;
|
|
993
|
+
message.renewalPeriodL3 = object.renewalPeriodL3 !== void 0 && object.renewalPeriodL3 !== null ? import_duration.Duration.fromPartial(object.renewalPeriodL3) : void 0;
|
|
994
|
+
message.renewalPeriodL4 = object.renewalPeriodL4 !== void 0 && object.renewalPeriodL4 !== null ? import_duration.Duration.fromPartial(object.renewalPeriodL4) : void 0;
|
|
995
|
+
message.snapshotHashInterval = object.snapshotHashInterval !== void 0 && object.snapshotHashInterval !== null ? import_duration.Duration.fromPartial(object.snapshotHashInterval) : void 0;
|
|
996
|
+
message.maxSnapshotAge = object.maxSnapshotAge !== void 0 && object.maxSnapshotAge !== null ? import_duration.Duration.fromPartial(object.maxSnapshotAge) : void 0;
|
|
997
|
+
message.bondGpuL2 = object.bondGpuL2 !== void 0 && object.bondGpuL2 !== null ? import_coin.Coin.fromPartial(object.bondGpuL2) : void 0;
|
|
998
|
+
message.bondGpuL3 = object.bondGpuL3 !== void 0 && object.bondGpuL3 !== null ? import_coin.Coin.fromPartial(object.bondGpuL3) : void 0;
|
|
999
|
+
message.bondGpuL4 = object.bondGpuL4 !== void 0 && object.bondGpuL4 !== null ? import_coin.Coin.fromPartial(object.bondGpuL4) : void 0;
|
|
1000
|
+
message.bondVcpuL2 = object.bondVcpuL2 !== void 0 && object.bondVcpuL2 !== null ? import_coin.Coin.fromPartial(object.bondVcpuL2) : void 0;
|
|
1001
|
+
message.bondVcpuL3 = object.bondVcpuL3 !== void 0 && object.bondVcpuL3 !== null ? import_coin.Coin.fromPartial(object.bondVcpuL3) : void 0;
|
|
1002
|
+
message.bondVcpuL4 = object.bondVcpuL4 !== void 0 && object.bondVcpuL4 !== null ? import_coin.Coin.fromPartial(object.bondVcpuL4) : void 0;
|
|
1003
|
+
message.bondMemGbL2 = object.bondMemGbL2 !== void 0 && object.bondMemGbL2 !== null ? import_coin.Coin.fromPartial(object.bondMemGbL2) : void 0;
|
|
1004
|
+
message.bondMemGbL3 = object.bondMemGbL3 !== void 0 && object.bondMemGbL3 !== null ? import_coin.Coin.fromPartial(object.bondMemGbL3) : void 0;
|
|
1005
|
+
message.bondMemGbL4 = object.bondMemGbL4 !== void 0 && object.bondMemGbL4 !== null ? import_coin.Coin.fromPartial(object.bondMemGbL4) : void 0;
|
|
1006
|
+
message.bondStorageTbL2 = object.bondStorageTbL2 !== void 0 && object.bondStorageTbL2 !== null ? import_coin.Coin.fromPartial(object.bondStorageTbL2) : void 0;
|
|
1007
|
+
message.bondStorageTbL3 = object.bondStorageTbL3 !== void 0 && object.bondStorageTbL3 !== null ? import_coin.Coin.fromPartial(object.bondStorageTbL3) : void 0;
|
|
1008
|
+
message.bondStorageTbL4 = object.bondStorageTbL4 !== void 0 && object.bondStorageTbL4 !== null ? import_coin.Coin.fromPartial(object.bondStorageTbL4) : void 0;
|
|
1009
|
+
message.providerBondUnbondingPeriod = object.providerBondUnbondingPeriod !== void 0 && object.providerBondUnbondingPeriod !== null ? import_duration.Duration.fromPartial(object.providerBondUnbondingPeriod) : void 0;
|
|
1010
|
+
message.minAgeL2 = object.minAgeL2 !== void 0 && object.minAgeL2 !== null ? import_duration.Duration.fromPartial(object.minAgeL2) : void 0;
|
|
1011
|
+
message.minAgeL3 = object.minAgeL3 !== void 0 && object.minAgeL3 !== null ? import_duration.Duration.fromPartial(object.minAgeL3) : void 0;
|
|
1012
|
+
message.minAgeL4 = object.minAgeL4 !== void 0 && object.minAgeL4 !== null ? import_duration.Duration.fromPartial(object.minAgeL4) : void 0;
|
|
1013
|
+
message.minLeaseCompletionBpsL3 = object.minLeaseCompletionBpsL3 ?? 0;
|
|
1014
|
+
message.minLeaseCompletionBpsL4 = object.minLeaseCompletionBpsL4 ?? 0;
|
|
1015
|
+
message.cleanHistoryWindowL3 = object.cleanHistoryWindowL3 !== void 0 && object.cleanHistoryWindowL3 !== null ? import_duration.Duration.fromPartial(object.cleanHistoryWindowL3) : void 0;
|
|
1016
|
+
message.cleanHistoryWindowL4 = object.cleanHistoryWindowL4 !== void 0 && object.cleanHistoryWindowL4 !== null ? import_duration.Duration.fromPartial(object.cleanHistoryWindowL4) : void 0;
|
|
1017
|
+
message.minL3DurationForL4 = object.minL3DurationForL4 !== void 0 && object.minL3DurationForL4 !== null ? import_duration.Duration.fromPartial(object.minL3DurationForL4) : void 0;
|
|
1018
|
+
message.minLeasesForCompletionRate = object.minLeasesForCompletionRate ?? 0;
|
|
1019
|
+
message.maxEndblockerAttestationExpiries = object.maxEndblockerAttestationExpiries ?? 0;
|
|
1020
|
+
message.maxEndblockerSnapshotSuspensions = object.maxEndblockerSnapshotSuspensions ?? 0;
|
|
1021
|
+
message.maxEndblockerUnbondingCompletions = object.maxEndblockerUnbondingCompletions ?? 0;
|
|
1022
|
+
message.maxEndblockerDiscrepancyTimeouts = object.maxEndblockerDiscrepancyTimeouts ?? 0;
|
|
1023
|
+
message.maxEndblockerAuditEscrowExpiries = object.maxEndblockerAuditEscrowExpiries ?? 0;
|
|
1024
|
+
message.maxEndblockerGraceExpiries = object.maxEndblockerGraceExpiries ?? 0;
|
|
1025
|
+
message.discrepancyResolutionTimeout = object.discrepancyResolutionTimeout !== void 0 && object.discrepancyResolutionTimeout !== null ? import_duration.Duration.fromPartial(object.discrepancyResolutionTimeout) : void 0;
|
|
1026
|
+
message.attestationDeposit = object.attestationDeposit !== void 0 && object.attestationDeposit !== null ? import_coin.Coin.fromPartial(object.attestationDeposit) : void 0;
|
|
1027
|
+
message.discrepancyGracePeriod = object.discrepancyGracePeriod !== void 0 && object.discrepancyGracePeriod !== null ? import_duration.Duration.fromPartial(object.discrepancyGracePeriod) : void 0;
|
|
1028
|
+
message.providerAuditDeposit = object.providerAuditDeposit !== void 0 && object.providerAuditDeposit !== null ? import_coin.Coin.fromPartial(object.providerAuditDeposit) : void 0;
|
|
1029
|
+
message.verificationModuleActive = object.verificationModuleActive ?? false;
|
|
1030
|
+
message.contactResponseCriticalL1 = object.contactResponseCriticalL1 !== void 0 && object.contactResponseCriticalL1 !== null ? import_duration.Duration.fromPartial(object.contactResponseCriticalL1) : void 0;
|
|
1031
|
+
message.contactResponseCriticalL2 = object.contactResponseCriticalL2 !== void 0 && object.contactResponseCriticalL2 !== null ? import_duration.Duration.fromPartial(object.contactResponseCriticalL2) : void 0;
|
|
1032
|
+
message.contactResponseCriticalL3 = object.contactResponseCriticalL3 !== void 0 && object.contactResponseCriticalL3 !== null ? import_duration.Duration.fromPartial(object.contactResponseCriticalL3) : void 0;
|
|
1033
|
+
message.contactResponseCriticalL4 = object.contactResponseCriticalL4 !== void 0 && object.contactResponseCriticalL4 !== null ? import_duration.Duration.fromPartial(object.contactResponseCriticalL4) : void 0;
|
|
1034
|
+
message.contactResponseStandardL1 = object.contactResponseStandardL1 !== void 0 && object.contactResponseStandardL1 !== null ? import_duration.Duration.fromPartial(object.contactResponseStandardL1) : void 0;
|
|
1035
|
+
message.contactResponseStandardL2 = object.contactResponseStandardL2 !== void 0 && object.contactResponseStandardL2 !== null ? import_duration.Duration.fromPartial(object.contactResponseStandardL2) : void 0;
|
|
1036
|
+
message.contactResponseStandardL3 = object.contactResponseStandardL3 !== void 0 && object.contactResponseStandardL3 !== null ? import_duration.Duration.fromPartial(object.contactResponseStandardL3) : void 0;
|
|
1037
|
+
message.contactResponseStandardL4 = object.contactResponseStandardL4 !== void 0 && object.contactResponseStandardL4 !== null ? import_duration.Duration.fromPartial(object.contactResponseStandardL4) : void 0;
|
|
1038
|
+
return message;
|
|
1039
|
+
}
|
|
1040
|
+
};
|
|
1041
|
+
function _unused_isSet(value) {
|
|
1042
|
+
return value !== null && value !== void 0;
|
|
1043
|
+
}
|
|
1044
|
+
//# sourceMappingURL=params.cjs.map
|