@sparkdreamnft/sparkdreamjs 0.0.27 → 0.0.29
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/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/sparkdream/collect/v1/query.js +165 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/rep/v1/query.js +13 -34
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17396 -17370
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/sparkdream/collect/v1/query.d.ts +92 -0
- package/sparkdream/collect/v1/query.js +167 -1
- package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
- package/sparkdream/collect/v1/query.lcd.js +11 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
- package/sparkdream/rep/v1/query.d.ts +2 -6
- package/sparkdream/rep/v1/query.js +13 -34
- package/sparkdream/rpc.query.d.ts +1 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { Resources } from "../../base/resources/v1beta4/resources";
|
|
3
|
+
import { DecCoin } from "../../../cosmos/base/v1beta1/coin";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
+
function createBaseResourceUnit() {
|
|
6
|
+
return {
|
|
7
|
+
resource: Resources.fromPartial({}),
|
|
8
|
+
count: 0,
|
|
9
|
+
price: DecCoin.fromPartial({})
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* ResourceUnit extends Resources and adds Count along with the Price.
|
|
14
|
+
* @name ResourceUnit
|
|
15
|
+
* @package akash.deployment.v1beta4
|
|
16
|
+
* @see proto type: akash.deployment.v1beta4.ResourceUnit
|
|
17
|
+
*/
|
|
18
|
+
export const ResourceUnit = {
|
|
19
|
+
typeUrl: "/akash.deployment.v1beta4.ResourceUnit",
|
|
20
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
21
|
+
if (message.resource !== undefined) {
|
|
22
|
+
Resources.encode(message.resource, writer.uint32(10).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
if (message.count !== 0) {
|
|
25
|
+
writer.uint32(16).uint32(message.count);
|
|
26
|
+
}
|
|
27
|
+
if (message.price !== undefined) {
|
|
28
|
+
DecCoin.encode(message.price, writer.uint32(26).fork()).ldelim();
|
|
29
|
+
}
|
|
30
|
+
return writer;
|
|
31
|
+
},
|
|
32
|
+
decode(input, length) {
|
|
33
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
34
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
35
|
+
const message = createBaseResourceUnit();
|
|
36
|
+
while (reader.pos < end) {
|
|
37
|
+
const tag = reader.uint32();
|
|
38
|
+
switch (tag >>> 3) {
|
|
39
|
+
case 1:
|
|
40
|
+
message.resource = Resources.decode(reader, reader.uint32());
|
|
41
|
+
break;
|
|
42
|
+
case 2:
|
|
43
|
+
message.count = reader.uint32();
|
|
44
|
+
break;
|
|
45
|
+
case 3:
|
|
46
|
+
message.price = DecCoin.decode(reader, reader.uint32());
|
|
47
|
+
break;
|
|
48
|
+
default:
|
|
49
|
+
reader.skipType(tag & 7);
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return message;
|
|
54
|
+
},
|
|
55
|
+
fromPartial(object) {
|
|
56
|
+
const message = createBaseResourceUnit();
|
|
57
|
+
message.resource = object.resource !== undefined && object.resource !== null ? Resources.fromPartial(object.resource) : undefined;
|
|
58
|
+
message.count = object.count ?? 0;
|
|
59
|
+
message.price = object.price !== undefined && object.price !== null ? DecCoin.fromPartial(object.price) : undefined;
|
|
60
|
+
return message;
|
|
61
|
+
},
|
|
62
|
+
fromAmino(object) {
|
|
63
|
+
const message = createBaseResourceUnit();
|
|
64
|
+
if (object.resource !== undefined && object.resource !== null) {
|
|
65
|
+
message.resource = Resources.fromAmino(object.resource);
|
|
66
|
+
}
|
|
67
|
+
if (object.count !== undefined && object.count !== null) {
|
|
68
|
+
message.count = object.count;
|
|
69
|
+
}
|
|
70
|
+
if (object.price !== undefined && object.price !== null) {
|
|
71
|
+
message.price = DecCoin.fromAmino(object.price);
|
|
72
|
+
}
|
|
73
|
+
return message;
|
|
74
|
+
},
|
|
75
|
+
toAmino(message) {
|
|
76
|
+
const obj = {};
|
|
77
|
+
obj.resource = message.resource ? Resources.toAmino(message.resource) : Resources.toAmino(Resources.fromPartial({}));
|
|
78
|
+
obj.count = message.count ?? 0;
|
|
79
|
+
obj.price = message.price ? DecCoin.toAmino(message.price) : DecCoin.toAmino(DecCoin.fromPartial({}));
|
|
80
|
+
return obj;
|
|
81
|
+
},
|
|
82
|
+
fromAminoMsg(object) {
|
|
83
|
+
return ResourceUnit.fromAmino(object.value);
|
|
84
|
+
},
|
|
85
|
+
fromProtoMsg(message) {
|
|
86
|
+
return ResourceUnit.decode(message.value);
|
|
87
|
+
},
|
|
88
|
+
toProto(message) {
|
|
89
|
+
return ResourceUnit.encode(message).finish();
|
|
90
|
+
},
|
|
91
|
+
toProtoMsg(message) {
|
|
92
|
+
return {
|
|
93
|
+
typeUrl: "/akash.deployment.v1beta4.ResourceUnit",
|
|
94
|
+
value: ResourceUnit.encode(message).finish()
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { MsgCreateDeployment, MsgUpdateDeployment, MsgCloseDeployment } from "./deploymentmsg";
|
|
3
|
+
import { MsgDepositDeployment } from "../v1/msg";
|
|
4
|
+
import { MsgCloseGroup, MsgPauseGroup, MsgStartGroup } from "./groupmsg";
|
|
5
|
+
import { MsgUpdateParams } from "./paramsmsg";
|
|
6
|
+
export const AminoConverter = {
|
|
7
|
+
"/akash.deployment.v1beta4.MsgCreateDeployment": {
|
|
8
|
+
aminoType: "/akash.deployment.v1beta4.MsgCreateDeployment",
|
|
9
|
+
toAmino: MsgCreateDeployment.toAmino,
|
|
10
|
+
fromAmino: MsgCreateDeployment.fromAmino
|
|
11
|
+
},
|
|
12
|
+
"/akash.deployment.v1beta4.MsgDepositDeployment": {
|
|
13
|
+
aminoType: "/akash.deployment.v1beta4.MsgDepositDeployment",
|
|
14
|
+
toAmino: MsgDepositDeployment.toAmino,
|
|
15
|
+
fromAmino: MsgDepositDeployment.fromAmino
|
|
16
|
+
},
|
|
17
|
+
"/akash.deployment.v1beta4.MsgUpdateDeployment": {
|
|
18
|
+
aminoType: "/akash.deployment.v1beta4.MsgUpdateDeployment",
|
|
19
|
+
toAmino: MsgUpdateDeployment.toAmino,
|
|
20
|
+
fromAmino: MsgUpdateDeployment.fromAmino
|
|
21
|
+
},
|
|
22
|
+
"/akash.deployment.v1beta4.MsgCloseDeployment": {
|
|
23
|
+
aminoType: "/akash.deployment.v1beta4.MsgCloseDeployment",
|
|
24
|
+
toAmino: MsgCloseDeployment.toAmino,
|
|
25
|
+
fromAmino: MsgCloseDeployment.fromAmino
|
|
26
|
+
},
|
|
27
|
+
"/akash.deployment.v1beta4.MsgCloseGroup": {
|
|
28
|
+
aminoType: "/akash.deployment.v1beta4.MsgCloseGroup",
|
|
29
|
+
toAmino: MsgCloseGroup.toAmino,
|
|
30
|
+
fromAmino: MsgCloseGroup.fromAmino
|
|
31
|
+
},
|
|
32
|
+
"/akash.deployment.v1beta4.MsgPauseGroup": {
|
|
33
|
+
aminoType: "/akash.deployment.v1beta4.MsgPauseGroup",
|
|
34
|
+
toAmino: MsgPauseGroup.toAmino,
|
|
35
|
+
fromAmino: MsgPauseGroup.fromAmino
|
|
36
|
+
},
|
|
37
|
+
"/akash.deployment.v1beta4.MsgStartGroup": {
|
|
38
|
+
aminoType: "/akash.deployment.v1beta4.MsgStartGroup",
|
|
39
|
+
toAmino: MsgStartGroup.toAmino,
|
|
40
|
+
fromAmino: MsgStartGroup.fromAmino
|
|
41
|
+
},
|
|
42
|
+
"/akash.deployment.v1beta4.MsgUpdateParams": {
|
|
43
|
+
aminoType: "/akash.deployment.v1beta4.MsgUpdateParams",
|
|
44
|
+
toAmino: MsgUpdateParams.toAmino,
|
|
45
|
+
fromAmino: MsgUpdateParams.fromAmino
|
|
46
|
+
}
|
|
47
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { MsgCreateDeployment, MsgUpdateDeployment, MsgCloseDeployment } from "./deploymentmsg";
|
|
2
|
+
import { MsgDepositDeployment } from "../v1/msg";
|
|
3
|
+
import { MsgCloseGroup, MsgPauseGroup, MsgStartGroup } from "./groupmsg";
|
|
4
|
+
import { MsgUpdateParams } from "./paramsmsg";
|
|
5
|
+
export const registry = [["/akash.deployment.v1beta4.MsgCreateDeployment", MsgCreateDeployment], ["/akash.deployment.v1.MsgDepositDeployment", MsgDepositDeployment], ["/akash.deployment.v1beta4.MsgUpdateDeployment", MsgUpdateDeployment], ["/akash.deployment.v1beta4.MsgCloseDeployment", MsgCloseDeployment], ["/akash.deployment.v1beta4.MsgCloseGroup", MsgCloseGroup], ["/akash.deployment.v1beta4.MsgPauseGroup", MsgPauseGroup], ["/akash.deployment.v1beta4.MsgStartGroup", MsgStartGroup], ["/akash.deployment.v1beta4.MsgUpdateParams", MsgUpdateParams]];
|
|
6
|
+
export const load = (protoRegistry) => {
|
|
7
|
+
registry.forEach(([typeUrl, mod]) => {
|
|
8
|
+
protoRegistry.register(typeUrl, mod);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
export const MessageComposer = {
|
|
12
|
+
encoded: {
|
|
13
|
+
createDeployment(value) {
|
|
14
|
+
return {
|
|
15
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCreateDeployment",
|
|
16
|
+
value: MsgCreateDeployment.encode(value).finish()
|
|
17
|
+
};
|
|
18
|
+
},
|
|
19
|
+
depositDeployment(value) {
|
|
20
|
+
return {
|
|
21
|
+
typeUrl: "/akash.deployment.v1.MsgDepositDeployment",
|
|
22
|
+
value: MsgDepositDeployment.encode(value).finish()
|
|
23
|
+
};
|
|
24
|
+
},
|
|
25
|
+
updateDeployment(value) {
|
|
26
|
+
return {
|
|
27
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateDeployment",
|
|
28
|
+
value: MsgUpdateDeployment.encode(value).finish()
|
|
29
|
+
};
|
|
30
|
+
},
|
|
31
|
+
closeDeployment(value) {
|
|
32
|
+
return {
|
|
33
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseDeployment",
|
|
34
|
+
value: MsgCloseDeployment.encode(value).finish()
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
closeGroup(value) {
|
|
38
|
+
return {
|
|
39
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseGroup",
|
|
40
|
+
value: MsgCloseGroup.encode(value).finish()
|
|
41
|
+
};
|
|
42
|
+
},
|
|
43
|
+
pauseGroup(value) {
|
|
44
|
+
return {
|
|
45
|
+
typeUrl: "/akash.deployment.v1beta4.MsgPauseGroup",
|
|
46
|
+
value: MsgPauseGroup.encode(value).finish()
|
|
47
|
+
};
|
|
48
|
+
},
|
|
49
|
+
startGroup(value) {
|
|
50
|
+
return {
|
|
51
|
+
typeUrl: "/akash.deployment.v1beta4.MsgStartGroup",
|
|
52
|
+
value: MsgStartGroup.encode(value).finish()
|
|
53
|
+
};
|
|
54
|
+
},
|
|
55
|
+
updateParams(value) {
|
|
56
|
+
return {
|
|
57
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateParams",
|
|
58
|
+
value: MsgUpdateParams.encode(value).finish()
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
withTypeUrl: {
|
|
63
|
+
createDeployment(value) {
|
|
64
|
+
return {
|
|
65
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCreateDeployment",
|
|
66
|
+
value
|
|
67
|
+
};
|
|
68
|
+
},
|
|
69
|
+
depositDeployment(value) {
|
|
70
|
+
return {
|
|
71
|
+
typeUrl: "/akash.deployment.v1.MsgDepositDeployment",
|
|
72
|
+
value
|
|
73
|
+
};
|
|
74
|
+
},
|
|
75
|
+
updateDeployment(value) {
|
|
76
|
+
return {
|
|
77
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateDeployment",
|
|
78
|
+
value
|
|
79
|
+
};
|
|
80
|
+
},
|
|
81
|
+
closeDeployment(value) {
|
|
82
|
+
return {
|
|
83
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseDeployment",
|
|
84
|
+
value
|
|
85
|
+
};
|
|
86
|
+
},
|
|
87
|
+
closeGroup(value) {
|
|
88
|
+
return {
|
|
89
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseGroup",
|
|
90
|
+
value
|
|
91
|
+
};
|
|
92
|
+
},
|
|
93
|
+
pauseGroup(value) {
|
|
94
|
+
return {
|
|
95
|
+
typeUrl: "/akash.deployment.v1beta4.MsgPauseGroup",
|
|
96
|
+
value
|
|
97
|
+
};
|
|
98
|
+
},
|
|
99
|
+
startGroup(value) {
|
|
100
|
+
return {
|
|
101
|
+
typeUrl: "/akash.deployment.v1beta4.MsgStartGroup",
|
|
102
|
+
value
|
|
103
|
+
};
|
|
104
|
+
},
|
|
105
|
+
updateParams(value) {
|
|
106
|
+
return {
|
|
107
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateParams",
|
|
108
|
+
value
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
fromPartial: {
|
|
113
|
+
createDeployment(value) {
|
|
114
|
+
return {
|
|
115
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCreateDeployment",
|
|
116
|
+
value: MsgCreateDeployment.fromPartial(value)
|
|
117
|
+
};
|
|
118
|
+
},
|
|
119
|
+
depositDeployment(value) {
|
|
120
|
+
return {
|
|
121
|
+
typeUrl: "/akash.deployment.v1.MsgDepositDeployment",
|
|
122
|
+
value: MsgDepositDeployment.fromPartial(value)
|
|
123
|
+
};
|
|
124
|
+
},
|
|
125
|
+
updateDeployment(value) {
|
|
126
|
+
return {
|
|
127
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateDeployment",
|
|
128
|
+
value: MsgUpdateDeployment.fromPartial(value)
|
|
129
|
+
};
|
|
130
|
+
},
|
|
131
|
+
closeDeployment(value) {
|
|
132
|
+
return {
|
|
133
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseDeployment",
|
|
134
|
+
value: MsgCloseDeployment.fromPartial(value)
|
|
135
|
+
};
|
|
136
|
+
},
|
|
137
|
+
closeGroup(value) {
|
|
138
|
+
return {
|
|
139
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseGroup",
|
|
140
|
+
value: MsgCloseGroup.fromPartial(value)
|
|
141
|
+
};
|
|
142
|
+
},
|
|
143
|
+
pauseGroup(value) {
|
|
144
|
+
return {
|
|
145
|
+
typeUrl: "/akash.deployment.v1beta4.MsgPauseGroup",
|
|
146
|
+
value: MsgPauseGroup.fromPartial(value)
|
|
147
|
+
};
|
|
148
|
+
},
|
|
149
|
+
startGroup(value) {
|
|
150
|
+
return {
|
|
151
|
+
typeUrl: "/akash.deployment.v1beta4.MsgStartGroup",
|
|
152
|
+
value: MsgStartGroup.fromPartial(value)
|
|
153
|
+
};
|
|
154
|
+
},
|
|
155
|
+
updateParams(value) {
|
|
156
|
+
return {
|
|
157
|
+
typeUrl: "/akash.deployment.v1beta4.MsgUpdateParams",
|
|
158
|
+
value: MsgUpdateParams.fromPartial(value)
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { BinaryReader } from "../../../binary";
|
|
2
|
+
import { MsgCreateDeployment, MsgCreateDeploymentResponse, MsgUpdateDeployment, MsgUpdateDeploymentResponse, MsgCloseDeployment, MsgCloseDeploymentResponse } from "./deploymentmsg";
|
|
3
|
+
import { MsgDepositDeployment, MsgDepositDeploymentResponse } from "../v1/msg";
|
|
4
|
+
import { MsgCloseGroup, MsgCloseGroupResponse, MsgPauseGroup, MsgPauseGroupResponse, MsgStartGroup, MsgStartGroupResponse } from "./groupmsg";
|
|
5
|
+
import { MsgUpdateParams, MsgUpdateParamsResponse } from "./paramsmsg";
|
|
6
|
+
export class MsgClientImpl {
|
|
7
|
+
rpc;
|
|
8
|
+
constructor(rpc) {
|
|
9
|
+
this.rpc = rpc;
|
|
10
|
+
}
|
|
11
|
+
/* CreateDeployment defines a method to create new deployment given proper inputs. */
|
|
12
|
+
createDeployment = async (request) => {
|
|
13
|
+
const data = MsgCreateDeployment.encode(request).finish();
|
|
14
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "CreateDeployment", data);
|
|
15
|
+
return promise.then(data => MsgCreateDeploymentResponse.decode(new BinaryReader(data)));
|
|
16
|
+
};
|
|
17
|
+
/* DepositDeployment deposits more funds into the deployment account. */
|
|
18
|
+
depositDeployment = async (request) => {
|
|
19
|
+
const data = MsgDepositDeployment.encode(request).finish();
|
|
20
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "DepositDeployment", data);
|
|
21
|
+
return promise.then(data => MsgDepositDeploymentResponse.decode(new BinaryReader(data)));
|
|
22
|
+
};
|
|
23
|
+
/* UpdateDeployment defines a method to update a deployment given proper inputs. */
|
|
24
|
+
updateDeployment = async (request) => {
|
|
25
|
+
const data = MsgUpdateDeployment.encode(request).finish();
|
|
26
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "UpdateDeployment", data);
|
|
27
|
+
return promise.then(data => MsgUpdateDeploymentResponse.decode(new BinaryReader(data)));
|
|
28
|
+
};
|
|
29
|
+
/* CloseDeployment defines a method to close a deployment given proper inputs. */
|
|
30
|
+
closeDeployment = async (request) => {
|
|
31
|
+
const data = MsgCloseDeployment.encode(request).finish();
|
|
32
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "CloseDeployment", data);
|
|
33
|
+
return promise.then(data => MsgCloseDeploymentResponse.decode(new BinaryReader(data)));
|
|
34
|
+
};
|
|
35
|
+
/* CloseGroup defines a method to close a group of a deployment given proper inputs. */
|
|
36
|
+
closeGroup = async (request) => {
|
|
37
|
+
const data = MsgCloseGroup.encode(request).finish();
|
|
38
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "CloseGroup", data);
|
|
39
|
+
return promise.then(data => MsgCloseGroupResponse.decode(new BinaryReader(data)));
|
|
40
|
+
};
|
|
41
|
+
/* PauseGroup defines a method to close a group of a deployment given proper inputs. */
|
|
42
|
+
pauseGroup = async (request) => {
|
|
43
|
+
const data = MsgPauseGroup.encode(request).finish();
|
|
44
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "PauseGroup", data);
|
|
45
|
+
return promise.then(data => MsgPauseGroupResponse.decode(new BinaryReader(data)));
|
|
46
|
+
};
|
|
47
|
+
/* StartGroup defines a method to close a group of a deployment given proper inputs. */
|
|
48
|
+
startGroup = async (request) => {
|
|
49
|
+
const data = MsgStartGroup.encode(request).finish();
|
|
50
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "StartGroup", data);
|
|
51
|
+
return promise.then(data => MsgStartGroupResponse.decode(new BinaryReader(data)));
|
|
52
|
+
};
|
|
53
|
+
/* UpdateParams defines a governance operation for updating the x/deployment module
|
|
54
|
+
parameters. The authority is hard-coded to the x/gov module account.
|
|
55
|
+
|
|
56
|
+
Since: akash v1.0.0 */
|
|
57
|
+
updateParams = async (request) => {
|
|
58
|
+
const data = MsgUpdateParams.encode(request).finish();
|
|
59
|
+
const promise = this.rpc.request("akash.deployment.v1beta4.Msg", "UpdateParams", data);
|
|
60
|
+
return promise.then(data => MsgUpdateParamsResponse.decode(new BinaryReader(data)));
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export const createClientImpl = (rpc) => {
|
|
64
|
+
return new MsgClientImpl(rpc);
|
|
65
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { ClientInfo } from "./client_info";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
function createBaseAkash() {
|
|
5
|
+
return {
|
|
6
|
+
clientInfo: undefined
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Akash akash specific RPC parameters.
|
|
11
|
+
* @name Akash
|
|
12
|
+
* @package akash.discovery.v1
|
|
13
|
+
* @see proto type: akash.discovery.v1.Akash
|
|
14
|
+
*/
|
|
15
|
+
export const Akash = {
|
|
16
|
+
typeUrl: "/akash.discovery.v1.Akash",
|
|
17
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
18
|
+
if (message.clientInfo !== undefined) {
|
|
19
|
+
ClientInfo.encode(message.clientInfo, writer.uint32(10).fork()).ldelim();
|
|
20
|
+
}
|
|
21
|
+
return writer;
|
|
22
|
+
},
|
|
23
|
+
decode(input, length) {
|
|
24
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
25
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
26
|
+
const message = createBaseAkash();
|
|
27
|
+
while (reader.pos < end) {
|
|
28
|
+
const tag = reader.uint32();
|
|
29
|
+
switch (tag >>> 3) {
|
|
30
|
+
case 1:
|
|
31
|
+
message.clientInfo = ClientInfo.decode(reader, reader.uint32());
|
|
32
|
+
break;
|
|
33
|
+
default:
|
|
34
|
+
reader.skipType(tag & 7);
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return message;
|
|
39
|
+
},
|
|
40
|
+
fromPartial(object) {
|
|
41
|
+
const message = createBaseAkash();
|
|
42
|
+
message.clientInfo = object.clientInfo !== undefined && object.clientInfo !== null ? ClientInfo.fromPartial(object.clientInfo) : undefined;
|
|
43
|
+
return message;
|
|
44
|
+
},
|
|
45
|
+
fromAmino(object) {
|
|
46
|
+
const message = createBaseAkash();
|
|
47
|
+
if (object.client_info !== undefined && object.client_info !== null) {
|
|
48
|
+
message.clientInfo = ClientInfo.fromAmino(object.client_info);
|
|
49
|
+
}
|
|
50
|
+
return message;
|
|
51
|
+
},
|
|
52
|
+
toAmino(message) {
|
|
53
|
+
const obj = {};
|
|
54
|
+
obj.client_info = message.clientInfo ? ClientInfo.toAmino(message.clientInfo) : ClientInfo.toAmino(ClientInfo.fromPartial({}));
|
|
55
|
+
return obj;
|
|
56
|
+
},
|
|
57
|
+
fromAminoMsg(object) {
|
|
58
|
+
return Akash.fromAmino(object.value);
|
|
59
|
+
},
|
|
60
|
+
fromProtoMsg(message) {
|
|
61
|
+
return Akash.decode(message.value);
|
|
62
|
+
},
|
|
63
|
+
toProto(message) {
|
|
64
|
+
return Akash.encode(message).finish();
|
|
65
|
+
},
|
|
66
|
+
toProtoMsg(message) {
|
|
67
|
+
return {
|
|
68
|
+
typeUrl: "/akash.discovery.v1.Akash",
|
|
69
|
+
value: Akash.encode(message).finish()
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
function createBaseClientInfo() {
|
|
4
|
+
return {
|
|
5
|
+
apiVersion: ""
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* ClientInfo is the akash specific client info.
|
|
10
|
+
* @name ClientInfo
|
|
11
|
+
* @package akash.discovery.v1
|
|
12
|
+
* @see proto type: akash.discovery.v1.ClientInfo
|
|
13
|
+
*/
|
|
14
|
+
export const ClientInfo = {
|
|
15
|
+
typeUrl: "/akash.discovery.v1.ClientInfo",
|
|
16
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
17
|
+
if (message.apiVersion !== "") {
|
|
18
|
+
writer.uint32(10).string(message.apiVersion);
|
|
19
|
+
}
|
|
20
|
+
return writer;
|
|
21
|
+
},
|
|
22
|
+
decode(input, length) {
|
|
23
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
24
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
25
|
+
const message = createBaseClientInfo();
|
|
26
|
+
while (reader.pos < end) {
|
|
27
|
+
const tag = reader.uint32();
|
|
28
|
+
switch (tag >>> 3) {
|
|
29
|
+
case 1:
|
|
30
|
+
message.apiVersion = reader.string();
|
|
31
|
+
break;
|
|
32
|
+
default:
|
|
33
|
+
reader.skipType(tag & 7);
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
return message;
|
|
38
|
+
},
|
|
39
|
+
fromPartial(object) {
|
|
40
|
+
const message = createBaseClientInfo();
|
|
41
|
+
message.apiVersion = object.apiVersion ?? "";
|
|
42
|
+
return message;
|
|
43
|
+
},
|
|
44
|
+
fromAmino(object) {
|
|
45
|
+
const message = createBaseClientInfo();
|
|
46
|
+
if (object.api_version !== undefined && object.api_version !== null) {
|
|
47
|
+
message.apiVersion = object.api_version;
|
|
48
|
+
}
|
|
49
|
+
return message;
|
|
50
|
+
},
|
|
51
|
+
toAmino(message) {
|
|
52
|
+
const obj = {};
|
|
53
|
+
obj.api_version = message.apiVersion ?? "";
|
|
54
|
+
return obj;
|
|
55
|
+
},
|
|
56
|
+
fromAminoMsg(object) {
|
|
57
|
+
return ClientInfo.fromAmino(object.value);
|
|
58
|
+
},
|
|
59
|
+
fromProtoMsg(message) {
|
|
60
|
+
return ClientInfo.decode(message.value);
|
|
61
|
+
},
|
|
62
|
+
toProto(message) {
|
|
63
|
+
return ClientInfo.encode(message).finish();
|
|
64
|
+
},
|
|
65
|
+
toProtoMsg(message) {
|
|
66
|
+
return {
|
|
67
|
+
typeUrl: "/akash.discovery.v1.ClientInfo",
|
|
68
|
+
value: ClientInfo.encode(message).finish()
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
};
|