@akashnetwork/chain-sdk 1.0.0-alpha.24 → 1.0.0-alpha.26

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.
Files changed (210) hide show
  1. package/README.md +25 -0
  2. package/dist/cjs/generated/createCosmosSDK.cjs +237 -237
  3. package/dist/cjs/generated/createCosmosSDK.cjs.map +2 -2
  4. package/dist/cjs/generated/createIbc-goSDK.cjs +91 -91
  5. package/dist/cjs/generated/createIbc-goSDK.cjs.map +2 -2
  6. package/dist/cjs/generated/createNodeSDK.cjs +76 -67
  7. package/dist/cjs/generated/createNodeSDK.cjs.map +2 -2
  8. package/dist/cjs/generated/createProviderSDK.cjs +18 -11
  9. package/dist/cjs/generated/createProviderSDK.cjs.map +2 -2
  10. package/dist/cjs/generated/patches/providerCustomTypePatches.cjs +34 -0
  11. package/dist/cjs/generated/patches/providerCustomTypePatches.cjs.map +7 -0
  12. package/dist/cjs/generated/patches/providerPatchMessage.cjs +38 -0
  13. package/dist/cjs/generated/patches/providerPatchMessage.cjs.map +7 -0
  14. package/dist/cjs/generated/protos/akash/bme/v1/events.cjs +134 -2
  15. package/dist/cjs/generated/protos/akash/bme/v1/events.cjs.map +2 -2
  16. package/dist/cjs/generated/protos/akash/bme/v1/filters.cjs +125 -0
  17. package/dist/cjs/generated/protos/akash/bme/v1/filters.cjs.map +7 -0
  18. package/dist/cjs/generated/protos/akash/bme/v1/msgs.cjs +18 -32
  19. package/dist/cjs/generated/protos/akash/bme/v1/msgs.cjs.map +2 -2
  20. package/dist/cjs/generated/protos/akash/bme/v1/params.cjs +26 -10
  21. package/dist/cjs/generated/protos/akash/bme/v1/params.cjs.map +2 -2
  22. package/dist/cjs/generated/protos/akash/bme/v1/query.cjs +233 -0
  23. package/dist/cjs/generated/protos/akash/bme/v1/query.cjs.map +2 -2
  24. package/dist/cjs/generated/protos/akash/bme/v1/query_akash.cjs +9 -0
  25. package/dist/cjs/generated/protos/akash/bme/v1/query_akash.cjs.map +2 -2
  26. package/dist/cjs/generated/protos/akash/bme/v1/service_akash.cjs +8 -0
  27. package/dist/cjs/generated/protos/akash/bme/v1/service_akash.cjs.map +2 -2
  28. package/dist/cjs/generated/protos/akash/escrow/types/v1/deposit.cjs +2 -17
  29. package/dist/cjs/generated/protos/akash/escrow/types/v1/deposit.cjs.map +2 -2
  30. package/dist/cjs/generated/protos/akash/escrow/v1/authz.cjs +17 -2
  31. package/dist/cjs/generated/protos/akash/escrow/v1/authz.cjs.map +2 -2
  32. package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs +67 -2
  33. package/dist/cjs/generated/protos/akash/manifest/v2beta3/service.cjs.map +2 -2
  34. package/dist/cjs/generated/protos/akash/market/v1beta5/params.cjs +17 -2
  35. package/dist/cjs/generated/protos/akash/market/v1beta5/params.cjs.map +2 -2
  36. package/dist/cjs/generated/protos/akash/market/v1beta5/resourcesoffer.cjs +266 -3
  37. package/dist/cjs/generated/protos/akash/market/v1beta5/resourcesoffer.cjs.map +2 -2
  38. package/dist/cjs/generated/protos/akash/oracle/v1/params.cjs +1 -51
  39. package/dist/cjs/generated/protos/akash/oracle/v1/params.cjs.map +2 -2
  40. package/dist/cjs/generated/protos/akash/oracle/v1/query.cjs +1 -133
  41. package/dist/cjs/generated/protos/akash/oracle/v1/query.cjs.map +2 -2
  42. package/dist/cjs/generated/protos/akash/oracle/v1/query_akash.cjs +0 -9
  43. package/dist/cjs/generated/protos/akash/oracle/v1/query_akash.cjs.map +2 -2
  44. package/dist/cjs/generated/protos/akash/provider/v1/service_akash.cjs +9 -0
  45. package/dist/cjs/generated/protos/akash/provider/v1/service_akash.cjs.map +2 -2
  46. package/dist/cjs/generated/protos/akash/provider/v1/validation.cjs +195 -0
  47. package/dist/cjs/generated/protos/akash/provider/v1/validation.cjs.map +7 -0
  48. package/dist/cjs/generated/protos/google/protobuf/descriptor.cjs +6 -0
  49. package/dist/cjs/generated/protos/google/protobuf/descriptor.cjs.map +2 -2
  50. package/dist/cjs/generated/protos/index.akash.v1.cjs +11 -9
  51. package/dist/cjs/generated/protos/index.akash.v1.cjs.map +3 -3
  52. package/dist/cjs/generated/protos/index.akash.v1beta5.cjs +4 -1
  53. package/dist/cjs/generated/protos/index.akash.v1beta5.cjs.map +2 -2
  54. package/dist/cjs/generated/protos/index.provider.akash.v1.cjs +3 -0
  55. package/dist/cjs/generated/protos/index.provider.akash.v1.cjs.map +2 -2
  56. package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs +1 -0
  57. package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs.map +2 -2
  58. package/dist/cjs/sdk/chain/createChainNodeSDK.cjs +2 -1
  59. package/dist/cjs/sdk/chain/createChainNodeSDK.cjs.map +2 -2
  60. package/dist/cjs/sdk/chain/createChainNodeWebSDK.cjs +2 -1
  61. package/dist/cjs/sdk/chain/createChainNodeWebSDK.cjs.map +2 -2
  62. package/dist/cjs/sdk/chain/helpers.cjs +56 -0
  63. package/dist/cjs/sdk/chain/helpers.cjs.map +7 -0
  64. package/dist/cjs/sdk/client/sdkMetadata.cjs.map +2 -2
  65. package/dist/cjs/sdk/index.cjs.map +2 -2
  66. package/dist/cjs/sdk/index.shared.cjs +4 -1
  67. package/dist/cjs/sdk/index.shared.cjs.map +2 -2
  68. package/dist/cjs/sdk/index.web.cjs.map +2 -2
  69. package/dist/cjs/sdk/transport/tx/createTxTransport.cjs +1 -1
  70. package/dist/cjs/sdk/transport/tx/createTxTransport.cjs.map +2 -2
  71. package/dist/cjs/sdl/manifest/generateManifest.cjs +8 -6
  72. package/dist/cjs/sdl/manifest/generateManifest.cjs.map +2 -2
  73. package/dist/cjs/sdl/manifest/generateManifestVersion.cjs.map +2 -2
  74. package/dist/cjs/sdl/manifest/manifestUtils.cjs +16 -9
  75. package/dist/cjs/sdl/manifest/manifestUtils.cjs.map +2 -2
  76. package/dist/cjs/utils/yaml.cjs +10 -3
  77. package/dist/cjs/utils/yaml.cjs.map +2 -2
  78. package/dist/esm/{chunk-BYQF33C6.js → chunk-5YIS3XNX.js} +2 -2
  79. package/dist/esm/{chunk-CT7AHZAH.js → chunk-BNXSING3.js} +3 -18
  80. package/dist/esm/chunk-BNXSING3.js.map +7 -0
  81. package/dist/esm/{chunk-ZYQHH55Q.js → chunk-CWUY6LIH.js} +3 -3
  82. package/dist/esm/{chunk-4D3QNKFB.js → chunk-DZA4DZ5G.js} +8 -6
  83. package/dist/esm/{chunk-4D3QNKFB.js.map → chunk-DZA4DZ5G.js.map} +1 -1
  84. package/dist/esm/{chunk-5DCYIWCG.js → chunk-E76SLJJ3.js} +3 -1
  85. package/dist/esm/{chunk-JISXXX24.js → chunk-FXRP7A3E.js} +3 -3
  86. package/dist/esm/{chunk-XFCN5LRY.js → chunk-H5WUFEMM.js} +2 -2
  87. package/dist/esm/{chunk-YSMDEW4E.js → chunk-JZTFWLSX.js} +178 -2
  88. package/dist/esm/{chunk-YSMDEW4E.js.map → chunk-JZTFWLSX.js.map} +4 -4
  89. package/dist/esm/{chunk-C7UQYVYH.js → chunk-KFWTFROT.js} +21 -79
  90. package/dist/esm/chunk-KFWTFROT.js.map +7 -0
  91. package/dist/esm/{chunk-IZQCYKLD.js → chunk-LGAXM6RX.js} +27 -11
  92. package/dist/esm/chunk-LGAXM6RX.js.map +7 -0
  93. package/dist/esm/{chunk-VRE72ZD5.js → chunk-M2ZK7HEC.js} +69 -4
  94. package/dist/esm/chunk-M2ZK7HEC.js.map +7 -0
  95. package/dist/esm/{chunk-6FPGPRCO.js → chunk-OAFZZVHG.js} +2 -2
  96. package/dist/esm/chunk-OL4JUIQC.js +702 -0
  97. package/dist/esm/chunk-OL4JUIQC.js.map +7 -0
  98. package/dist/esm/{chunk-5YECXI3P.js → chunk-RUC3LXDX.js} +2 -2
  99. package/dist/esm/{chunk-IJSLZIPC.js → chunk-TEBPN52A.js} +20 -34
  100. package/dist/esm/chunk-TEBPN52A.js.map +7 -0
  101. package/dist/esm/{chunk-SA4SEZ6F.js → chunk-TXQ2BR6G.js} +5 -3
  102. package/dist/esm/{chunk-SA4SEZ6F.js.map → chunk-TXQ2BR6G.js.map} +1 -1
  103. package/dist/esm/{chunk-GUNMCW7A.js → chunk-V2U5JQHJ.js} +2 -2
  104. package/dist/esm/{chunk-Z5KZUB7X.js → chunk-VG4MSYO3.js} +2 -2
  105. package/dist/esm/{chunk-RIIYZIXM.js → chunk-W2NIWBGD.js} +407 -345
  106. package/dist/esm/{chunk-RIIYZIXM.js.map → chunk-W2NIWBGD.js.map} +4 -4
  107. package/dist/esm/{chunk-MQPC6TDF.js → chunk-XCOULB5P.js} +1 -51
  108. package/dist/esm/{chunk-MQPC6TDF.js.map → chunk-XCOULB5P.js.map} +3 -3
  109. package/dist/esm/chunk-Y7JCYDLU.js +346 -0
  110. package/dist/esm/chunk-Y7JCYDLU.js.map +7 -0
  111. package/dist/esm/{chunk-TCVGOF7L.js → chunk-Z3KCQDCI.js} +2 -134
  112. package/dist/esm/chunk-Z3KCQDCI.js.map +7 -0
  113. package/dist/esm/{chunk-RON4KFMD.js → chunk-ZQDAXUFL.js} +6 -1
  114. package/dist/esm/chunk-ZQDAXUFL.js.map +7 -0
  115. package/dist/esm/generated/protos/index.akash.v1.js +173 -24
  116. package/dist/esm/generated/protos/index.akash.v1.js.map +2 -2
  117. package/dist/esm/generated/protos/index.akash.v1beta4.js +6 -6
  118. package/dist/esm/generated/protos/index.akash.v1beta5.js +18 -10
  119. package/dist/esm/generated/protos/index.akash.v1beta5.js.map +1 -1
  120. package/dist/esm/generated/protos/index.cosmos.v1.js +1 -1
  121. package/dist/esm/generated/protos/index.provider.akash.v1.js +10 -4
  122. package/dist/esm/generated/protos/index.provider.akash.v2beta3.js +4 -2
  123. package/dist/esm/index.js +34 -22
  124. package/dist/esm/index.js.map +2 -2
  125. package/dist/esm/index.web.js +14 -9
  126. package/dist/esm/index.web.js.map +2 -2
  127. package/dist/esm/{query_akash-4CTLBKZR.js → query_akash-2XAWK4QC.js} +5 -5
  128. package/dist/esm/{query_akash-DJ7LTLRE.js → query_akash-347IWP76.js} +8 -7
  129. package/dist/esm/{query_akash-DJ7LTLRE.js.map → query_akash-347IWP76.js.map} +1 -1
  130. package/dist/esm/{query_akash-N2BNNOTD.js → query_akash-EHAEDYOH.js} +15 -3
  131. package/dist/esm/query_akash-EHAEDYOH.js.map +7 -0
  132. package/dist/esm/{query_akash-4OVOGRBT.js → query_akash-GKNMAC72.js} +4 -4
  133. package/dist/esm/{query_akash-RGYTHUNZ.js → query_akash-LK7RYFHN.js} +4 -15
  134. package/dist/esm/query_akash-LK7RYFHN.js.map +7 -0
  135. package/dist/esm/{reflection_akash-WUBSNT7I.js → reflection_akash-YHEVUIB6.js} +2 -2
  136. package/dist/esm/{service_akash-AZFAYT7H.js → service_akash-5JSE44LJ.js} +4 -4
  137. package/dist/esm/{service_akash-VMU3LNBA.js → service_akash-FI6WXDZP.js} +4 -4
  138. package/dist/esm/{service_akash-WRGOVR7I.js → service_akash-QEN5EQUY.js} +5 -4
  139. package/dist/esm/{service_akash-WRGOVR7I.js.map → service_akash-QEN5EQUY.js.map} +1 -1
  140. package/dist/esm/{service_akash-KPU6LPVP.js → service_akash-TSQPNG54.js} +13 -3
  141. package/dist/esm/service_akash-TSQPNG54.js.map +7 -0
  142. package/dist/esm/{service_akash-CQVYVSHE.js → service_akash-UDPD4GFX.js} +18 -2
  143. package/dist/esm/service_akash-UDPD4GFX.js.map +7 -0
  144. package/dist/esm/{service_akash-RQDCQLQH.js → service_akash-WLSC2YDO.js} +3 -3
  145. package/dist/tsconfig.build.tsbuildinfo +1 -1
  146. package/dist/types/generated/createNodeSDK.d.ts +23 -11
  147. package/dist/types/generated/createProviderSDK.d.ts +11 -0
  148. package/dist/types/generated/patches/providerCustomTypePatches.d.ts +7 -0
  149. package/dist/types/generated/patches/providerPatchMessage.d.ts +2 -0
  150. package/dist/types/generated/protos/akash/bme/v1/events.d.ts +15 -1
  151. package/dist/types/generated/protos/akash/bme/v1/filters.d.ts +17 -0
  152. package/dist/types/generated/protos/akash/bme/v1/msgs.d.ts +6 -8
  153. package/dist/types/generated/protos/akash/bme/v1/params.d.ts +6 -1
  154. package/dist/types/generated/protos/akash/bme/v1/query.d.ts +31 -1
  155. package/dist/types/generated/protos/akash/bme/v1/query_akash.d.ts +8 -1
  156. package/dist/types/generated/protos/akash/bme/v1/service_akash.d.ts +7 -1
  157. package/dist/types/generated/protos/akash/escrow/types/v1/deposit.d.ts +0 -2
  158. package/dist/types/generated/protos/akash/escrow/v1/authz.d.ts +7 -0
  159. package/dist/types/generated/protos/akash/manifest/v2beta3/service.d.ts +10 -0
  160. package/dist/types/generated/protos/akash/market/v1beta5/params.d.ts +6 -1
  161. package/dist/types/generated/protos/akash/market/v1beta5/resourcesoffer.d.ts +91 -0
  162. package/dist/types/generated/protos/akash/oracle/v1/params.d.ts +0 -6
  163. package/dist/types/generated/protos/akash/oracle/v1/query.d.ts +0 -16
  164. package/dist/types/generated/protos/akash/oracle/v1/query_akash.d.ts +1 -8
  165. package/dist/types/generated/protos/akash/provider/v1/service_akash.d.ts +7 -0
  166. package/dist/types/generated/protos/akash/provider/v1/validation.d.ts +30 -0
  167. package/dist/types/generated/protos/google/protobuf/descriptor.d.ts +2 -0
  168. package/dist/types/generated/protos/index.akash.v1.d.ts +5 -4
  169. package/dist/types/generated/protos/index.akash.v1beta5.d.ts +1 -1
  170. package/dist/types/generated/protos/index.provider.akash.v1.d.ts +1 -0
  171. package/dist/types/generated/protos/index.provider.akash.v2beta3.d.ts +1 -1
  172. package/dist/types/sdk/chain/createChainNodeSDK.d.ts +4 -1
  173. package/dist/types/sdk/chain/createChainNodeWebSDK.d.ts +4 -1
  174. package/dist/types/sdk/chain/helpers.d.ts +14 -0
  175. package/dist/types/sdk/client/sdkMetadata.d.ts +5 -2
  176. package/dist/types/sdk/index.d.ts +2 -0
  177. package/dist/types/sdk/index.shared.d.ts +2 -0
  178. package/dist/types/sdk/index.web.d.ts +2 -0
  179. package/dist/types/sdl/manifest/generateManifest.d.ts +3 -3
  180. package/dist/types/sdl/manifest/generateManifestVersion.d.ts +2 -2
  181. package/dist/types/utils/yaml.d.ts +3 -0
  182. package/package.json +1 -1
  183. package/dist/esm/chunk-C7UQYVYH.js.map +0 -7
  184. package/dist/esm/chunk-CT7AHZAH.js.map +0 -7
  185. package/dist/esm/chunk-IJSLZIPC.js.map +0 -7
  186. package/dist/esm/chunk-IZQCYKLD.js.map +0 -7
  187. package/dist/esm/chunk-RON4KFMD.js.map +0 -7
  188. package/dist/esm/chunk-TCVGOF7L.js.map +0 -7
  189. package/dist/esm/chunk-VRE72ZD5.js.map +0 -7
  190. package/dist/esm/chunk-XPIWBE65.js +0 -362
  191. package/dist/esm/chunk-XPIWBE65.js.map +0 -7
  192. package/dist/esm/query_akash-N2BNNOTD.js.map +0 -7
  193. package/dist/esm/query_akash-RGYTHUNZ.js.map +0 -7
  194. package/dist/esm/service_akash-CQVYVSHE.js.map +0 -7
  195. package/dist/esm/service_akash-KPU6LPVP.js.map +0 -7
  196. /package/dist/esm/{chunk-BYQF33C6.js.map → chunk-5YIS3XNX.js.map} +0 -0
  197. /package/dist/esm/{chunk-ZYQHH55Q.js.map → chunk-CWUY6LIH.js.map} +0 -0
  198. /package/dist/esm/{chunk-5DCYIWCG.js.map → chunk-E76SLJJ3.js.map} +0 -0
  199. /package/dist/esm/{chunk-JISXXX24.js.map → chunk-FXRP7A3E.js.map} +0 -0
  200. /package/dist/esm/{chunk-XFCN5LRY.js.map → chunk-H5WUFEMM.js.map} +0 -0
  201. /package/dist/esm/{chunk-6FPGPRCO.js.map → chunk-OAFZZVHG.js.map} +0 -0
  202. /package/dist/esm/{chunk-5YECXI3P.js.map → chunk-RUC3LXDX.js.map} +0 -0
  203. /package/dist/esm/{chunk-GUNMCW7A.js.map → chunk-V2U5JQHJ.js.map} +0 -0
  204. /package/dist/esm/{chunk-Z5KZUB7X.js.map → chunk-VG4MSYO3.js.map} +0 -0
  205. /package/dist/esm/{query_akash-4CTLBKZR.js.map → query_akash-2XAWK4QC.js.map} +0 -0
  206. /package/dist/esm/{query_akash-4OVOGRBT.js.map → query_akash-GKNMAC72.js.map} +0 -0
  207. /package/dist/esm/{reflection_akash-WUBSNT7I.js.map → reflection_akash-YHEVUIB6.js.map} +0 -0
  208. /package/dist/esm/{service_akash-AZFAYT7H.js.map → service_akash-5JSE44LJ.js.map} +0 -0
  209. /package/dist/esm/{service_akash-VMU3LNBA.js.map → service_akash-FI6WXDZP.js.map} +0 -0
  210. /package/dist/esm/{service_akash-RQDCQLQH.js.map → service_akash-WLSC2YDO.js.map} +0 -0
@@ -99,6 +99,13 @@ export declare const serviceLoader: import("../sdk/client/createServiceLoader.ts
99
99
  readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_query.QueryStatusResponse, "akash.bme.v1.QueryStatusResponse">;
100
100
  readonly parent: /*elided*/ any;
101
101
  };
102
+ readonly ledgerRecords: {
103
+ readonly name: "LedgerRecords";
104
+ readonly httpPath: "/akash/bme/v1/ledger";
105
+ readonly input: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_query.QueryLedgerRecordsRequest, "akash.bme.v1.QueryLedgerRecordsRequest">;
106
+ readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_query.QueryLedgerRecordsResponse, "akash.bme.v1.QueryLedgerRecordsResponse">;
107
+ readonly parent: /*elided*/ any;
108
+ };
102
109
  };
103
110
  }>, () => Promise<{
104
111
  readonly typeName: "akash.bme.v1.Msg";
@@ -127,6 +134,12 @@ export declare const serviceLoader: import("../sdk/client/createServiceLoader.ts
127
134
  readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_msgs.MsgBurnACTResponse, "akash.bme.v1.MsgBurnACTResponse">;
128
135
  readonly parent: /*elided*/ any;
129
136
  };
137
+ readonly fundVault: {
138
+ readonly name: "FundVault";
139
+ readonly input: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_msgs.MsgFundVault, "akash.bme.v1.MsgFundVault">;
140
+ readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_bme_v1_msgs.MsgFundVaultResponse, "akash.bme.v1.MsgFundVaultResponse">;
141
+ readonly parent: /*elided*/ any;
142
+ };
130
143
  };
131
144
  }>, () => Promise<{
132
145
  readonly typeName: "akash.cert.v1.Query";
@@ -400,13 +413,6 @@ export declare const serviceLoader: import("../sdk/client/createServiceLoader.ts
400
413
  readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_oracle_v1_query.QueryParamsResponse, "akash.oracle.v1.QueryParamsResponse">;
401
414
  readonly parent: /*elided*/ any;
402
415
  };
403
- readonly priceFeedConfig: {
404
- readonly name: "PriceFeedConfig";
405
- readonly httpPath: "/akash/oracle/v1/price_feed_config/{denom}";
406
- readonly input: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_oracle_v1_query.QueryPriceFeedConfigRequest, "akash.oracle.v1.QueryPriceFeedConfigRequest">;
407
- readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_oracle_v1_query.QueryPriceFeedConfigResponse, "akash.oracle.v1.QueryPriceFeedConfigResponse">;
408
- readonly parent: /*elided*/ any;
409
- };
410
416
  readonly aggregatedPrice: {
411
417
  readonly name: "AggregatedPrice";
412
418
  readonly httpPath: "/akash/oracle/v1/aggregated_price/{denom}";
@@ -558,6 +564,10 @@ export declare function createSDK(queryTransport: Transport, txTransport: Transp
558
564
  * getStatus returns the current circuit breaker status
559
565
  */
560
566
  getStatus: (input?: DeepPartial<akash_bme_v1_query.QueryStatusRequest>, options?: CallOptions) => Promise<akash_bme_v1_query.QueryStatusResponse>;
567
+ /**
568
+ * getLedgerRecords queries ledger records with optional filters for status, source, denom, to_denom
569
+ */
570
+ getLedgerRecords: (input: DeepPartial<akash_bme_v1_query.QueryLedgerRecordsRequest>, options?: CallOptions) => Promise<akash_bme_v1_query.QueryLedgerRecordsResponse>;
561
571
  /**
562
572
  * updateParams updates the module parameters.
563
573
  * This operation can only be performed through governance proposals.
@@ -581,6 +591,12 @@ export declare function createSDK(queryTransport: Transport, txTransport: Transp
581
591
  * requires adequate collateral backing based on oracle prices.
582
592
  */
583
593
  burnACT: (input: DeepSimplify<akash_bme_v1_msgs.MsgBurnACT>, options?: TxCallOptions) => Promise<akash_bme_v1_msgs.MsgBurnACTResponse>;
594
+ /**
595
+ * fundVault seeds the BME vault with AKT from a designated source (e.g., community pool).
596
+ * This provides the initial volatility buffer required for burn/mint operations.
597
+ * Can only be executed through governance proposals.
598
+ */
599
+ fundVault: (input: DeepSimplify<akash_bme_v1_msgs.MsgFundVault>, options?: TxCallOptions) => Promise<akash_bme_v1_msgs.MsgFundVaultResponse>;
584
600
  };
585
601
  };
586
602
  cert: {
@@ -756,10 +772,6 @@ export declare function createSDK(queryTransport: Transport, txTransport: Transp
756
772
  * getParams returns the total set of minting parameters.
757
773
  */
758
774
  getParams: (input?: DeepPartial<akash_oracle_v1_query.QueryParamsRequest>, options?: CallOptions) => Promise<akash_oracle_v1_query.QueryParamsResponse>;
759
- /**
760
- * getPriceFeedConfig queries the price feed configuration for a given denom.
761
- */
762
- getPriceFeedConfig: (input: DeepPartial<akash_oracle_v1_query.QueryPriceFeedConfigRequest>, options?: CallOptions) => Promise<akash_oracle_v1_query.QueryPriceFeedConfigResponse>;
763
775
  /**
764
776
  * getAggregatedPrice queries the aggregated price for a given denom.
765
777
  */
@@ -1,5 +1,6 @@
1
1
  import type * as google_protobuf_empty from "./protos/google/protobuf/empty.ts";
2
2
  import type * as akash_provider_lease_v1_service from "./protos/akash/provider/lease/v1/service.ts";
3
+ import type * as akash_provider_v1_validation from "./protos/akash/provider/v1/validation.ts";
3
4
  import type { Transport, CallOptions } from "../sdk/transport/types.ts";
4
5
  import type { DeepPartial } from "../encoding/typeEncodingHelpers.ts";
5
6
  export declare const serviceLoader: import("../sdk/client/createServiceLoader.ts").ServiceLoader<readonly [() => Promise<{
@@ -91,6 +92,12 @@ export declare const serviceLoader: import("../sdk/client/createServiceLoader.ts
91
92
  readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<import("./protos/index.provider.akash.v1.ts").Status, "akash.provider.v1.Status">;
92
93
  readonly parent: /*elided*/ any;
93
94
  };
95
+ readonly bidScreening: {
96
+ readonly name: "BidScreening";
97
+ readonly input: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_provider_v1_validation.BidScreeningRequest, "akash.provider.v1.BidScreeningRequest">;
98
+ readonly output: import("../encoding/typeEncodingHelpers.ts").MessageFns<akash_provider_v1_validation.BidScreeningResponse, "akash.provider.v1.BidScreeningResponse">;
99
+ readonly parent: /*elided*/ any;
100
+ };
94
101
  };
95
102
  }>]>;
96
103
  export declare function createSDK(transport: Transport): {
@@ -149,6 +156,10 @@ export declare function createSDK(transport: Transport): {
149
156
  * Status defines a method to stream provider state
150
157
  */
151
158
  streamStatus: (input?: DeepPartial<google_protobuf_empty.Empty>, options?: CallOptions) => Promise<AsyncIterable<import("./protos/index.provider.akash.v1.ts").Status>>;
159
+ /**
160
+ * bidScreening screens a deployment group spec for bid eligibility and returns pricing
161
+ */
162
+ bidScreening: (input: DeepPartial<akash_provider_v1_validation.BidScreeningRequest>, options?: CallOptions) => Promise<akash_provider_v1_validation.BidScreeningResponse>;
152
163
  };
153
164
  };
154
165
  };
@@ -0,0 +1,7 @@
1
+ import type * as _protos_cosmos_base_v1beta1_coin from "../protos/cosmos/base/v1beta1/coin.ts";
2
+ export declare const patches: {
3
+ "cosmos.base.v1beta1.DecCoin"(value: _protos_cosmos_base_v1beta1_coin.DecCoin | undefined | null, transformType: "encode" | "decode"): {
4
+ denom: string;
5
+ amount: string;
6
+ } | undefined;
7
+ };
@@ -0,0 +1,2 @@
1
+ import type { MessageDesc } from "../../sdk/client/types.ts";
2
+ export declare const patched: <T extends MessageDesc>(messageDesc: T) => T;
@@ -1,6 +1,6 @@
1
1
  import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
2
  import { Coin } from "../../../cosmos/base/v1beta1/coin.ts";
3
- import { LedgerRecordID, MintStatus } from "./types.ts";
3
+ import { CoinPrice, LedgerRecordID, MintStatus } from "./types.ts";
4
4
  /** EventCircuitBreakerStatusChange is emitted when circuit breaker status changes */
5
5
  export interface EventMintStatusChange {
6
6
  /** previous_status is the previous status */
@@ -23,6 +23,20 @@ export interface EventVaultSeeded {
23
23
  export interface EventLedgerRecordExecuted {
24
24
  /** burned_from source address of the tokens burned */
25
25
  id: LedgerRecordID | undefined;
26
+ /** burned_from source address of the tokens burned */
27
+ burnedFrom: string;
28
+ /** minted_to destination address of the tokens minted */
29
+ mintedTo: string;
30
+ /** module is module account performing burn */
31
+ burner: string;
32
+ /** module is module account performing mint */
33
+ minter: string;
34
+ /** burned is the coin burned at price */
35
+ burned: CoinPrice | undefined;
36
+ /** minted is coin minted at price */
37
+ minted: CoinPrice | undefined;
38
+ remintCreditIssued: CoinPrice | undefined;
39
+ remintCreditAccrued: CoinPrice | undefined;
26
40
  }
27
41
  export declare const EventVaultSeeded: MessageFns<EventVaultSeeded, "akash.bme.v1.EventVaultSeeded">;
28
42
  export declare const EventLedgerRecordExecuted: MessageFns<EventLedgerRecordExecuted, "akash.bme.v1.EventLedgerRecordExecuted">;
@@ -0,0 +1,17 @@
1
+ import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
+ /** LedgerRecordFilters defines filters used to filter ledger records */
3
+ export interface LedgerRecordFilters {
4
+ /** source is the account address of the user who initiated the burn/mint */
5
+ source: string;
6
+ /** denom filters by the burn denomination */
7
+ denom: string;
8
+ /** to_denom filters by the mint denomination */
9
+ toDenom: string;
10
+ /**
11
+ * status filters by record status (pending or executed).
12
+ * Uses the string representation of LedgerRecordStatus enum values.
13
+ * If empty, returns both pending and executed records.
14
+ */
15
+ status: string;
16
+ }
17
+ export declare const LedgerRecordFilters: MessageFns<LedgerRecordFilters, "akash.bme.v1.LedgerRecordFilters">;
@@ -13,10 +13,10 @@ export interface MsgUpdateParams {
13
13
  export interface MsgUpdateParamsResponse {
14
14
  }
15
15
  /**
16
- * MsgSeedVault defines the message for seeding the BME vault with AKT
16
+ * MsgFundVault defines the message for funding the BME vault with AKT
17
17
  * This is used to provide an initial volatility buffer
18
18
  */
19
- export interface MsgSeedVault {
19
+ export interface MsgFundVault {
20
20
  /** authority is the address that controls the module (governance) */
21
21
  authority: string;
22
22
  /** amount is the AKT amount to seed the vault with */
@@ -24,10 +24,8 @@ export interface MsgSeedVault {
24
24
  /** source is the source of funds (e.g., community pool) */
25
25
  source: string;
26
26
  }
27
- /** MsgSeedVaultResponse is the response type for MsgSeedVault */
28
- export interface MsgSeedVaultResponse {
29
- /** vault_akt is the new vault AKT balance */
30
- vaultAkt: string;
27
+ /** MsgFundVaultResponse is the response type for MsgFundVault */
28
+ export interface MsgFundVaultResponse {
31
29
  }
32
30
  /**
33
31
  * MsgBurnMint defines the message for burning one token to mint another
@@ -93,8 +91,8 @@ export interface MsgBurnACTResponse {
93
91
  }
94
92
  export declare const MsgUpdateParams: MessageFns<MsgUpdateParams, "akash.bme.v1.MsgUpdateParams">;
95
93
  export declare const MsgUpdateParamsResponse: MessageFns<MsgUpdateParamsResponse, "akash.bme.v1.MsgUpdateParamsResponse">;
96
- export declare const MsgSeedVault: MessageFns<MsgSeedVault, "akash.bme.v1.MsgSeedVault">;
97
- export declare const MsgSeedVaultResponse: MessageFns<MsgSeedVaultResponse, "akash.bme.v1.MsgSeedVaultResponse">;
94
+ export declare const MsgFundVault: MessageFns<MsgFundVault, "akash.bme.v1.MsgFundVault">;
95
+ export declare const MsgFundVaultResponse: MessageFns<MsgFundVaultResponse, "akash.bme.v1.MsgFundVaultResponse">;
98
96
  export declare const MsgBurnMint: MessageFns<MsgBurnMint, "akash.bme.v1.MsgBurnMint">;
99
97
  export declare const MsgMintACT: MessageFns<MsgMintACT, "akash.bme.v1.MsgMintACT">;
100
98
  export declare const MsgBurnACT: MessageFns<MsgBurnACT, "akash.bme.v1.MsgBurnACT">;
@@ -26,7 +26,7 @@ export interface Params {
26
26
  * circuit_breaker_warn_threshold drops from 0.94 to 0.92
27
27
  * then runway_blocks = (110*(0.1*2) + 110) = 132
28
28
  */
29
- epochBlocksBackoff: number;
29
+ epochBlocksBackoffPercent: number;
30
30
  /**
31
31
  * mint_spread_bps is the spread in basis points applied during ACT mint
32
32
  * (default: 25 bps = 0.25%)
@@ -37,5 +37,10 @@ export interface Params {
37
37
  * (default: 0 for no provider tax)
38
38
  */
39
39
  settleSpreadBps: number;
40
+ /**
41
+ * max_endblocker_records is the deterministic upper bound on pending ledger
42
+ * records processed in a single EndBlocker invocation.
43
+ */
44
+ maxEndblockerRecords: number;
40
45
  }
41
46
  export declare const Params: MessageFns<Params, "akash.bme.v1.Params">;
@@ -1,6 +1,8 @@
1
1
  import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
+ import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination.ts";
3
+ import { LedgerRecordFilters } from "./filters.ts";
2
4
  import { Params } from "./params.ts";
3
- import { MintStatus, State } from "./types.ts";
5
+ import { LedgerPendingRecord, LedgerRecord, LedgerRecordID, LedgerRecordStatus, MintStatus, State } from "./types.ts";
4
6
  /** QueryParamsRequest is the request type for the Query/Params RPC method */
5
7
  export interface QueryParamsRequest {
6
8
  }
@@ -33,9 +35,37 @@ export interface QueryStatusResponse {
33
35
  /** refunds_allowed indicates if ACT refunds are allowed */
34
36
  refundsAllowed: boolean;
35
37
  }
38
+ /** QueryLedgerRecordEntry wraps a ledger record with its ID and status */
39
+ export interface QueryLedgerRecordEntry {
40
+ /** id is the unique identifier of the ledger record */
41
+ id: LedgerRecordID | undefined;
42
+ /** status indicates whether this record is pending or executed */
43
+ status: LedgerRecordStatus;
44
+ /** pending_record is set when the record status is pending */
45
+ pendingRecord?: LedgerPendingRecord | undefined;
46
+ /** executed_record is set when the record status is executed */
47
+ executedRecord?: LedgerRecord | undefined;
48
+ }
49
+ /** QueryLedgerRecordsRequest is the request type for the Query/LedgerRecords RPC method */
50
+ export interface QueryLedgerRecordsRequest {
51
+ /** filters holds the ledger record fields to filter the request */
52
+ filters: LedgerRecordFilters | undefined;
53
+ /** pagination defines the pagination for the request */
54
+ pagination: PageRequest | undefined;
55
+ }
56
+ /** QueryLedgerRecordsResponse is the response type for the Query/LedgerRecords RPC method */
57
+ export interface QueryLedgerRecordsResponse {
58
+ /** records is a list of ledger records matching the filters */
59
+ records: QueryLedgerRecordEntry[];
60
+ /** pagination contains the information about response pagination */
61
+ pagination: PageResponse | undefined;
62
+ }
36
63
  export declare const QueryParamsRequest: MessageFns<QueryParamsRequest, "akash.bme.v1.QueryParamsRequest">;
37
64
  export declare const QueryParamsResponse: MessageFns<QueryParamsResponse, "akash.bme.v1.QueryParamsResponse">;
38
65
  export declare const QueryVaultStateRequest: MessageFns<QueryVaultStateRequest, "akash.bme.v1.QueryVaultStateRequest">;
39
66
  export declare const QueryVaultStateResponse: MessageFns<QueryVaultStateResponse, "akash.bme.v1.QueryVaultStateResponse">;
40
67
  export declare const QueryStatusRequest: MessageFns<QueryStatusRequest, "akash.bme.v1.QueryStatusRequest">;
68
+ export declare const QueryLedgerRecordEntry: MessageFns<QueryLedgerRecordEntry, "akash.bme.v1.QueryLedgerRecordEntry">;
69
+ export declare const QueryLedgerRecordsRequest: MessageFns<QueryLedgerRecordsRequest, "akash.bme.v1.QueryLedgerRecordsRequest">;
70
+ export declare const QueryLedgerRecordsResponse: MessageFns<QueryLedgerRecordsResponse, "akash.bme.v1.QueryLedgerRecordsResponse">;
41
71
  export declare const QueryStatusResponse: MessageFns<QueryStatusResponse, "akash.bme.v1.QueryStatusResponse">;
@@ -1,4 +1,4 @@
1
- import { QueryParamsRequest, QueryParamsResponse, QueryStatusRequest, QueryStatusResponse, QueryVaultStateRequest, QueryVaultStateResponse } from "./query.ts";
1
+ import { QueryLedgerRecordsRequest, QueryLedgerRecordsResponse, QueryParamsRequest, QueryParamsResponse, QueryStatusRequest, QueryStatusResponse, QueryVaultStateRequest, QueryVaultStateResponse } from "./query.ts";
2
2
  export declare const Query: {
3
3
  readonly typeName: "akash.bme.v1.Query";
4
4
  readonly methods: {
@@ -23,5 +23,12 @@ export declare const Query: {
23
23
  readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryStatusResponse, "akash.bme.v1.QueryStatusResponse">;
24
24
  readonly parent: /*elided*/ any;
25
25
  };
26
+ readonly ledgerRecords: {
27
+ readonly name: "LedgerRecords";
28
+ readonly httpPath: "/akash/bme/v1/ledger";
29
+ readonly input: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryLedgerRecordsRequest, "akash.bme.v1.QueryLedgerRecordsRequest">;
30
+ readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryLedgerRecordsResponse, "akash.bme.v1.QueryLedgerRecordsResponse">;
31
+ readonly parent: /*elided*/ any;
32
+ };
26
33
  };
27
34
  };
@@ -1,4 +1,4 @@
1
- import { MsgBurnACT, MsgBurnACTResponse, MsgBurnMint, MsgBurnMintResponse, MsgMintACT, MsgMintACTResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./msgs.ts";
1
+ import { MsgBurnACT, MsgBurnACTResponse, MsgBurnMint, MsgBurnMintResponse, MsgFundVault, MsgFundVaultResponse, MsgMintACT, MsgMintACTResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./msgs.ts";
2
2
  export declare const Msg: {
3
3
  readonly typeName: "akash.bme.v1.Msg";
4
4
  readonly methods: {
@@ -26,5 +26,11 @@ export declare const Msg: {
26
26
  readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<MsgBurnACTResponse, "akash.bme.v1.MsgBurnACTResponse">;
27
27
  readonly parent: /*elided*/ any;
28
28
  };
29
+ readonly fundVault: {
30
+ readonly name: "FundVault";
31
+ readonly input: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<MsgFundVault, "akash.bme.v1.MsgFundVault">;
32
+ readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<MsgFundVaultResponse, "akash.bme.v1.MsgFundVaultResponse">;
33
+ readonly parent: /*elided*/ any;
34
+ };
29
35
  };
30
36
  };
@@ -20,7 +20,5 @@ export interface Depositor {
20
20
  source: Source;
21
21
  /** Balance amount of funds available to spend in this deposit. */
22
22
  balance: DecCoin | undefined;
23
- /** direct indicates if deposited currency should be swapped to ACT (false) at time of the deposit */
24
- direct: boolean;
25
23
  }
26
24
  export declare const Depositor: MessageFns<Depositor, "akash.escrow.types.v1.Depositor">;
@@ -12,6 +12,7 @@ export interface DepositAuthorization {
12
12
  * SpendLimit is the maximum amount the grantee is authorized to spend from the granter's account.
13
13
  * This limit applies cumulatively across all deposit operations within the authorized scopes.
14
14
  * Once this limit is reached, the authorization becomes invalid and no further deposits can be made.
15
+ * Deprecated: use spend_limits instead
15
16
  */
16
17
  spendLimit: Coin | undefined;
17
18
  /**
@@ -20,6 +21,12 @@ export interface DepositAuthorization {
20
21
  * the grantee can perform using the granter's funds.
21
22
  */
22
23
  scopes: DepositAuthorization_Scope[];
24
+ /**
25
+ * SpendLimits specifies the maximum amount per denomination the grantee is authorized to spend.
26
+ * Each entry represents the limit for a specific denomination, enforced independently.
27
+ * Once an individual denomination's limit is exhausted, no further deposits can be made in that denomination.
28
+ */
29
+ spendLimits: Coin[];
23
30
  }
24
31
  /**
25
32
  * Scope defines the types of deposit operations that can be authorized.
@@ -7,10 +7,19 @@ export interface StorageParams {
7
7
  mount: string;
8
8
  readOnly: boolean;
9
9
  }
10
+ /**
11
+ * ServicePermissions defines resource access permissions for the service.
12
+ * Resources map to Kubernetes RBAC permissions:
13
+ * - logs
14
+ */
15
+ export interface ServicePermissions {
16
+ read: string[];
17
+ }
10
18
  /** ServiceParams */
11
19
  export interface ServiceParams {
12
20
  storage: StorageParams[];
13
21
  credentials: ImageCredentials | undefined;
22
+ permissions: ServicePermissions | undefined;
14
23
  }
15
24
  /** Credentials to fetch image from registry */
16
25
  export interface ImageCredentials {
@@ -33,6 +42,7 @@ export interface Service {
33
42
  credentials: ImageCredentials | undefined;
34
43
  }
35
44
  export declare const StorageParams: MessageFns<StorageParams, "akash.manifest.v2beta3.StorageParams">;
45
+ export declare const ServicePermissions: MessageFns<ServicePermissions, "akash.manifest.v2beta3.ServicePermissions">;
36
46
  export declare const ServiceParams: MessageFns<ServiceParams, "akash.manifest.v2beta3.ServiceParams">;
37
47
  export declare const ImageCredentials: MessageFns<ImageCredentials, "akash.manifest.v2beta3.ImageCredentials">;
38
48
  export declare const Service: MessageFns<Service, "akash.manifest.v2beta3.Service">;
@@ -2,9 +2,14 @@ import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts"
2
2
  import { Coin } from "../../../cosmos/base/v1beta1/coin.ts";
3
3
  /** Params is the params for the x/market module. */
4
4
  export interface Params {
5
- /** BidMinDeposit is a parameter for the minimum deposit on a Bid. */
5
+ /**
6
+ * BidMinDeposit is a parameter for the minimum deposit on a Bid.
7
+ * Deprecated: use BidMinDeposits
8
+ */
6
9
  bidMinDeposit: Coin | undefined;
7
10
  /** OrderMaxBids is a parameter for the maximum number of bids in an order. */
8
11
  orderMaxBids: number;
12
+ /** BidMinDeposits is a parameter for the minimum deposits per denom on a Bid. */
13
+ bidMinDeposits: Coin[];
9
14
  }
10
15
  export declare const Params: MessageFns<Params, "akash.market.v1beta5.Params">;
@@ -1,5 +1,91 @@
1
1
  import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
+ import { DecCoin } from "../../../cosmos/base/v1beta1/coin.ts";
3
+ import { Endpoint_Kind } from "../../base/resources/v1beta4/endpoint.ts";
2
4
  import { Resources } from "../../base/resources/v1beta4/resources.ts";
5
+ /**
6
+ * StorageOfferPrice represents the price a provider is offering for a specific
7
+ * class of persistent storage. Providers may offer multiple storage classes
8
+ * (e.g., SSD, HDD, NVMe), each identified by name and priced independently.
9
+ * This type is used as a repeated field within OfferPrices to express
10
+ * per-class storage pricing in a bid.
11
+ */
12
+ export interface StorageOfferPrice {
13
+ /**
14
+ * Name holds an arbitrary name for the storage class (e.g., "default", "ssd", "hdd").
15
+ * This must match a storage class name from the corresponding resource specification.
16
+ */
17
+ name: string;
18
+ /**
19
+ * Price is the offered price per unit of this storage class, expressed as a
20
+ * DecCoin (decimal coin) to allow fractional pricing. When nil, no explicit
21
+ * price is set for this storage class.
22
+ */
23
+ price: DecCoin | undefined;
24
+ }
25
+ /**
26
+ * EndpointOfferPrice represents the price a provider is offering for a specific
27
+ * kind of network endpoint. Providers may price each endpoint kind differently
28
+ * (e.g., a leased IP may cost more than a shared HTTP ingress). This type is
29
+ * used as a repeated field within OfferPrices to express per-kind endpoint
30
+ * pricing in a bid.
31
+ */
32
+ export interface EndpointOfferPrice {
33
+ /**
34
+ * Kind specifies the type of network endpoint being priced. Possible values:
35
+ * - SHARED_HTTP (0): A Kubernetes Ingress endpoint.
36
+ * - RANDOM_PORT (1): A Kubernetes NodePort endpoint.
37
+ * - LEASED_IP (2): A dedicated leased IP endpoint.
38
+ */
39
+ kind: Endpoint_Kind;
40
+ /**
41
+ * Price is the offered price per unit of this endpoint kind, expressed as a
42
+ * DecCoin (decimal coin) to allow fractional pricing. When nil, no explicit
43
+ * price is set for this endpoint kind.
44
+ */
45
+ price: DecCoin | undefined;
46
+ }
47
+ /**
48
+ * OfferPrices contains the complete pricing breakdown that a provider includes
49
+ * in a bid for a deployment resource group. Each field represents the price for
50
+ * a specific compute resource type. All price fields use DecCoin (decimal coin)
51
+ * to support fractional pricing denominated in any supported token.
52
+ *
53
+ * This message is embedded as a nullable field on ResourceOffer, which in turn
54
+ * is carried by Bid and MsgCreateBid messages. A nil OfferPrices on a
55
+ * ResourceOffer indicates that no per-resource pricing was specified.
56
+ *
57
+ * Field 1 is reserved for backward compatibility with a previously removed field.
58
+ */
59
+ export interface OfferPrices {
60
+ /**
61
+ * Cpu is the offered price for CPU resources. When nil, no explicit
62
+ * CPU price is set.
63
+ */
64
+ cpu: DecCoin | undefined;
65
+ /**
66
+ * Memory is the offered price for memory resources. When nil, no explicit
67
+ * memory price is set.
68
+ */
69
+ memory: DecCoin | undefined;
70
+ /**
71
+ * Storage is a list of per-class storage prices. Each entry corresponds to a
72
+ * named storage class (e.g., "default", "ssd") and its associated price.
73
+ * Multiple entries allow providers to price different storage tiers independently.
74
+ */
75
+ storage: StorageOfferPrice[];
76
+ /**
77
+ * Gpu is the offered price for GPU resources. When nil, no explicit
78
+ * GPU price is set.
79
+ */
80
+ gpu: DecCoin | undefined;
81
+ /**
82
+ * Endpoints is a list of per-kind endpoint prices. Each entry corresponds to
83
+ * a network endpoint kind (SHARED_HTTP, RANDOM_PORT, or LEASED_IP) and its
84
+ * associated price. Multiple entries allow providers to price different
85
+ * endpoint types independently.
86
+ */
87
+ endpoints: EndpointOfferPrice[];
88
+ }
3
89
  /**
4
90
  * ResourceOffer describes resources that provider is offering
5
91
  * for deployment.
@@ -9,5 +95,10 @@ export interface ResourceOffer {
9
95
  resources: Resources | undefined;
10
96
  /** Count is the number of resources. */
11
97
  count: number;
98
+ /** Prices contains per-resource pricing details (CPU, memory, storage, GPU, endpoints) for this offer. */
99
+ prices: OfferPrices | undefined;
12
100
  }
101
+ export declare const StorageOfferPrice: MessageFns<StorageOfferPrice, "akash.market.v1beta5.StorageOfferPrice">;
102
+ export declare const EndpointOfferPrice: MessageFns<EndpointOfferPrice, "akash.market.v1beta5.EndpointOfferPrice">;
103
+ export declare const OfferPrices: MessageFns<OfferPrices, "akash.market.v1beta5.OfferPrices">;
13
104
  export declare const ResourceOffer: MessageFns<ResourceOffer, "akash.market.v1beta5.ResourceOffer">;
@@ -1,11 +1,6 @@
1
1
  import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
2
  import Long from "long";
3
3
  import { Any } from "../../../google/protobuf/any.ts";
4
- /** PythContractParams contains configuration for Pyth price feeds */
5
- export interface PythContractParams {
6
- /** akt_price_feed_id is the Pyth price feed identifier for AKT/USD */
7
- aktPriceFeedId: string;
8
- }
9
4
  /** Params defines the parameters for the oracle module */
10
5
  export interface Params {
11
6
  /**
@@ -24,5 +19,4 @@ export interface Params {
24
19
  /** feed_contracts_params contains the configuration for the price feed contracts */
25
20
  feedContractsParams: Any[];
26
21
  }
27
- export declare const PythContractParams: MessageFns<PythContractParams, "akash.oracle.v1.PythContractParams">;
28
22
  export declare const Params: MessageFns<Params, "akash.oracle.v1.Params">;
@@ -9,20 +9,6 @@ export interface QueryParamsResponse {
9
9
  /** params defines the parameters of the module. */
10
10
  params: Params | undefined;
11
11
  }
12
- /** QueryPriceFeedConfigRequest is the request type for price feed config. */
13
- export interface QueryPriceFeedConfigRequest {
14
- /** denom is the denomination to query the price feed configuration for */
15
- denom: string;
16
- }
17
- /** QueryPriceFeedConfigResponse is the response type for price feed config. */
18
- export interface QueryPriceFeedConfigResponse {
19
- /** price_feed_id is the Pyth price feed identifier for this denomination */
20
- priceFeedId: string;
21
- /** pyth_contract_address is the address of the Pyth smart contract */
22
- pythContractAddress: string;
23
- /** enabled indicates if the price feed is enabled for this denomination */
24
- enabled: boolean;
25
- }
26
12
  /** QueryAggregatedPriceRequest is the request type for aggregated price. */
27
13
  export interface QueryAggregatedPriceRequest {
28
14
  /** denom is the asset denomination */
@@ -37,7 +23,5 @@ export interface QueryAggregatedPriceResponse {
37
23
  }
38
24
  export declare const QueryParamsRequest: MessageFns<QueryParamsRequest, "akash.oracle.v1.QueryParamsRequest">;
39
25
  export declare const QueryParamsResponse: MessageFns<QueryParamsResponse, "akash.oracle.v1.QueryParamsResponse">;
40
- export declare const QueryPriceFeedConfigRequest: MessageFns<QueryPriceFeedConfigRequest, "akash.oracle.v1.QueryPriceFeedConfigRequest">;
41
- export declare const QueryPriceFeedConfigResponse: MessageFns<QueryPriceFeedConfigResponse, "akash.oracle.v1.QueryPriceFeedConfigResponse">;
42
26
  export declare const QueryAggregatedPriceRequest: MessageFns<QueryAggregatedPriceRequest, "akash.oracle.v1.QueryAggregatedPriceRequest">;
43
27
  export declare const QueryAggregatedPriceResponse: MessageFns<QueryAggregatedPriceResponse, "akash.oracle.v1.QueryAggregatedPriceResponse">;
@@ -1,5 +1,5 @@
1
1
  import { QueryPricesRequest, QueryPricesResponse } from "./prices.ts";
2
- import { QueryAggregatedPriceRequest, QueryAggregatedPriceResponse, QueryParamsRequest, QueryParamsResponse, QueryPriceFeedConfigRequest, QueryPriceFeedConfigResponse } from "./query.ts";
2
+ import { QueryAggregatedPriceRequest, QueryAggregatedPriceResponse, QueryParamsRequest, QueryParamsResponse } from "./query.ts";
3
3
  export declare const Query: {
4
4
  readonly typeName: "akash.oracle.v1.Query";
5
5
  readonly methods: {
@@ -17,13 +17,6 @@ export declare const Query: {
17
17
  readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryParamsResponse, "akash.oracle.v1.QueryParamsResponse">;
18
18
  readonly parent: /*elided*/ any;
19
19
  };
20
- readonly priceFeedConfig: {
21
- readonly name: "PriceFeedConfig";
22
- readonly httpPath: "/akash/oracle/v1/price_feed_config/{denom}";
23
- readonly input: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryPriceFeedConfigRequest, "akash.oracle.v1.QueryPriceFeedConfigRequest">;
24
- readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<QueryPriceFeedConfigResponse, "akash.oracle.v1.QueryPriceFeedConfigResponse">;
25
- readonly parent: /*elided*/ any;
26
- };
27
20
  readonly aggregatedPrice: {
28
21
  readonly name: "AggregatedPrice";
29
22
  readonly httpPath: "/akash/oracle/v1/aggregated_price/{denom}";
@@ -1,5 +1,6 @@
1
1
  import { Empty } from "../../../google/protobuf/empty.ts";
2
2
  import { Status } from "./status.ts";
3
+ import { BidScreeningRequest, BidScreeningResponse } from "./validation.ts";
3
4
  export declare const ProviderRPC: {
4
5
  readonly typeName: "akash.provider.v1.ProviderRPC";
5
6
  readonly methods: {
@@ -17,5 +18,11 @@ export declare const ProviderRPC: {
17
18
  readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<Status, "akash.provider.v1.Status">;
18
19
  readonly parent: /*elided*/ any;
19
20
  };
21
+ readonly bidScreening: {
22
+ readonly name: "BidScreening";
23
+ readonly input: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<BidScreeningRequest, "akash.provider.v1.BidScreeningRequest">;
24
+ readonly output: import("../../../../../encoding/typeEncodingHelpers.ts").MessageFns<BidScreeningResponse, "akash.provider.v1.BidScreeningResponse">;
25
+ readonly parent: /*elided*/ any;
26
+ };
20
27
  };
21
28
  };
@@ -0,0 +1,30 @@
1
+ import type { MessageFns } from "../../../../../encoding/typeEncodingHelpers.ts";
2
+ import { DecCoin } from "../../../cosmos/base/v1beta1/coin.ts";
3
+ import { GroupSpec } from "../../deployment/v1beta4/groupspec.ts";
4
+ import { ResourceOffer } from "../../market/v1beta5/resourcesoffer.ts";
5
+ /**
6
+ * BidScreeningRequest represents a request to screen a deployment group
7
+ * specification for bid eligibility against the provider's capabilities.
8
+ */
9
+ export interface BidScreeningRequest {
10
+ /** GroupSpec is the deployment group specification to screen for bid eligibility. */
11
+ groupSpec: GroupSpec | undefined;
12
+ /** Hostnames is the list of hostnames requested by the deployment. */
13
+ hostnames: string[];
14
+ }
15
+ /**
16
+ * BidScreeningResponse represents the result of screening a deployment group
17
+ * specification for bid eligibility against the provider's capabilities.
18
+ */
19
+ export interface BidScreeningResponse {
20
+ /** Passed indicates whether the deployment group passed bid screening. */
21
+ passed: boolean;
22
+ /** Reasons contains explanations when screening fails. */
23
+ reasons: string[];
24
+ /** ResourceOffer is the provider's resource offer for the screened group, if passed. */
25
+ resourceOffer: ResourceOffer | undefined;
26
+ /** Price is the minimum bid price for the screened group. */
27
+ price: DecCoin | undefined;
28
+ }
29
+ export declare const BidScreeningRequest: MessageFns<BidScreeningRequest, "akash.provider.v1.BidScreeningRequest">;
30
+ export declare const BidScreeningResponse: MessageFns<BidScreeningResponse, "akash.provider.v1.BidScreeningResponse">;
@@ -24,6 +24,8 @@ export declare enum Edition {
24
24
  */
25
25
  EDITION_2023 = 1000,
26
26
  EDITION_2024 = 1001,
27
+ /** EDITION_UNSTABLE - A placeholder edition for developing and testing unscheduled features. */
28
+ EDITION_UNSTABLE = 9999,
27
29
  /**
28
30
  * EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
29
31
  * used or relied on outside of tests.