@sparkdreamnft/sparkdreamjs 0.0.28 → 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/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 +17390 -17390
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import { GroupID, GroupIDAmino } from "./groupid";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
6
|
+
* @name MsgCloseGroup
|
|
7
|
+
* @package akash.deployment.v1beta3
|
|
8
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroup
|
|
9
|
+
*/
|
|
10
|
+
export interface MsgCloseGroup {
|
|
11
|
+
id: GroupID;
|
|
12
|
+
}
|
|
13
|
+
export interface MsgCloseGroupProtoMsg {
|
|
14
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroup";
|
|
15
|
+
value: Uint8Array;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
19
|
+
* @name MsgCloseGroupAmino
|
|
20
|
+
* @package akash.deployment.v1beta3
|
|
21
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroup
|
|
22
|
+
*/
|
|
23
|
+
export interface MsgCloseGroupAmino {
|
|
24
|
+
id: GroupIDAmino;
|
|
25
|
+
}
|
|
26
|
+
export interface MsgCloseGroupAminoMsg {
|
|
27
|
+
type: "/akash.deployment.v1beta3.MsgCloseGroup";
|
|
28
|
+
value: MsgCloseGroupAmino;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
32
|
+
* @name MsgCloseGroupResponse
|
|
33
|
+
* @package akash.deployment.v1beta3
|
|
34
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroupResponse
|
|
35
|
+
*/
|
|
36
|
+
export interface MsgCloseGroupResponse {
|
|
37
|
+
}
|
|
38
|
+
export interface MsgCloseGroupResponseProtoMsg {
|
|
39
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroupResponse";
|
|
40
|
+
value: Uint8Array;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
44
|
+
* @name MsgCloseGroupResponseAmino
|
|
45
|
+
* @package akash.deployment.v1beta3
|
|
46
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroupResponse
|
|
47
|
+
*/
|
|
48
|
+
export interface MsgCloseGroupResponseAmino {
|
|
49
|
+
}
|
|
50
|
+
export interface MsgCloseGroupResponseAminoMsg {
|
|
51
|
+
type: "/akash.deployment.v1beta3.MsgCloseGroupResponse";
|
|
52
|
+
value: MsgCloseGroupResponseAmino;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* MsgPauseGroup defines SDK message to close a single Group within a Deployment.
|
|
56
|
+
* @name MsgPauseGroup
|
|
57
|
+
* @package akash.deployment.v1beta3
|
|
58
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroup
|
|
59
|
+
*/
|
|
60
|
+
export interface MsgPauseGroup {
|
|
61
|
+
id: GroupID;
|
|
62
|
+
}
|
|
63
|
+
export interface MsgPauseGroupProtoMsg {
|
|
64
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroup";
|
|
65
|
+
value: Uint8Array;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* MsgPauseGroup defines SDK message to close a single Group within a Deployment.
|
|
69
|
+
* @name MsgPauseGroupAmino
|
|
70
|
+
* @package akash.deployment.v1beta3
|
|
71
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroup
|
|
72
|
+
*/
|
|
73
|
+
export interface MsgPauseGroupAmino {
|
|
74
|
+
id: GroupIDAmino;
|
|
75
|
+
}
|
|
76
|
+
export interface MsgPauseGroupAminoMsg {
|
|
77
|
+
type: "/akash.deployment.v1beta3.MsgPauseGroup";
|
|
78
|
+
value: MsgPauseGroupAmino;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
82
|
+
* @name MsgPauseGroupResponse
|
|
83
|
+
* @package akash.deployment.v1beta3
|
|
84
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroupResponse
|
|
85
|
+
*/
|
|
86
|
+
export interface MsgPauseGroupResponse {
|
|
87
|
+
}
|
|
88
|
+
export interface MsgPauseGroupResponseProtoMsg {
|
|
89
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroupResponse";
|
|
90
|
+
value: Uint8Array;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
94
|
+
* @name MsgPauseGroupResponseAmino
|
|
95
|
+
* @package akash.deployment.v1beta3
|
|
96
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroupResponse
|
|
97
|
+
*/
|
|
98
|
+
export interface MsgPauseGroupResponseAmino {
|
|
99
|
+
}
|
|
100
|
+
export interface MsgPauseGroupResponseAminoMsg {
|
|
101
|
+
type: "/akash.deployment.v1beta3.MsgPauseGroupResponse";
|
|
102
|
+
value: MsgPauseGroupResponseAmino;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* MsgStartGroup defines SDK message to close a single Group within a Deployment.
|
|
106
|
+
* @name MsgStartGroup
|
|
107
|
+
* @package akash.deployment.v1beta3
|
|
108
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroup
|
|
109
|
+
*/
|
|
110
|
+
export interface MsgStartGroup {
|
|
111
|
+
id: GroupID;
|
|
112
|
+
}
|
|
113
|
+
export interface MsgStartGroupProtoMsg {
|
|
114
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroup";
|
|
115
|
+
value: Uint8Array;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* MsgStartGroup defines SDK message to close a single Group within a Deployment.
|
|
119
|
+
* @name MsgStartGroupAmino
|
|
120
|
+
* @package akash.deployment.v1beta3
|
|
121
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroup
|
|
122
|
+
*/
|
|
123
|
+
export interface MsgStartGroupAmino {
|
|
124
|
+
id: GroupIDAmino;
|
|
125
|
+
}
|
|
126
|
+
export interface MsgStartGroupAminoMsg {
|
|
127
|
+
type: "/akash.deployment.v1beta3.MsgStartGroup";
|
|
128
|
+
value: MsgStartGroupAmino;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
132
|
+
* @name MsgStartGroupResponse
|
|
133
|
+
* @package akash.deployment.v1beta3
|
|
134
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroupResponse
|
|
135
|
+
*/
|
|
136
|
+
export interface MsgStartGroupResponse {
|
|
137
|
+
}
|
|
138
|
+
export interface MsgStartGroupResponseProtoMsg {
|
|
139
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroupResponse";
|
|
140
|
+
value: Uint8Array;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
144
|
+
* @name MsgStartGroupResponseAmino
|
|
145
|
+
* @package akash.deployment.v1beta3
|
|
146
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroupResponse
|
|
147
|
+
*/
|
|
148
|
+
export interface MsgStartGroupResponseAmino {
|
|
149
|
+
}
|
|
150
|
+
export interface MsgStartGroupResponseAminoMsg {
|
|
151
|
+
type: "/akash.deployment.v1beta3.MsgStartGroupResponse";
|
|
152
|
+
value: MsgStartGroupResponseAmino;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
156
|
+
* @name MsgCloseGroup
|
|
157
|
+
* @package akash.deployment.v1beta3
|
|
158
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroup
|
|
159
|
+
*/
|
|
160
|
+
export declare const MsgCloseGroup: {
|
|
161
|
+
typeUrl: string;
|
|
162
|
+
encode(message: MsgCloseGroup, writer?: BinaryWriter): BinaryWriter;
|
|
163
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseGroup;
|
|
164
|
+
fromPartial(object: DeepPartial<MsgCloseGroup>): MsgCloseGroup;
|
|
165
|
+
fromAmino(object: MsgCloseGroupAmino): MsgCloseGroup;
|
|
166
|
+
toAmino(message: MsgCloseGroup): MsgCloseGroupAmino;
|
|
167
|
+
fromAminoMsg(object: MsgCloseGroupAminoMsg): MsgCloseGroup;
|
|
168
|
+
fromProtoMsg(message: MsgCloseGroupProtoMsg): MsgCloseGroup;
|
|
169
|
+
toProto(message: MsgCloseGroup): Uint8Array;
|
|
170
|
+
toProtoMsg(message: MsgCloseGroup): MsgCloseGroupProtoMsg;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
174
|
+
* @name MsgCloseGroupResponse
|
|
175
|
+
* @package akash.deployment.v1beta3
|
|
176
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroupResponse
|
|
177
|
+
*/
|
|
178
|
+
export declare const MsgCloseGroupResponse: {
|
|
179
|
+
typeUrl: string;
|
|
180
|
+
encode(_: MsgCloseGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
181
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseGroupResponse;
|
|
182
|
+
fromPartial(_: DeepPartial<MsgCloseGroupResponse>): MsgCloseGroupResponse;
|
|
183
|
+
fromAmino(_: MsgCloseGroupResponseAmino): MsgCloseGroupResponse;
|
|
184
|
+
toAmino(_: MsgCloseGroupResponse): MsgCloseGroupResponseAmino;
|
|
185
|
+
fromAminoMsg(object: MsgCloseGroupResponseAminoMsg): MsgCloseGroupResponse;
|
|
186
|
+
fromProtoMsg(message: MsgCloseGroupResponseProtoMsg): MsgCloseGroupResponse;
|
|
187
|
+
toProto(message: MsgCloseGroupResponse): Uint8Array;
|
|
188
|
+
toProtoMsg(message: MsgCloseGroupResponse): MsgCloseGroupResponseProtoMsg;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* MsgPauseGroup defines SDK message to close a single Group within a Deployment.
|
|
192
|
+
* @name MsgPauseGroup
|
|
193
|
+
* @package akash.deployment.v1beta3
|
|
194
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroup
|
|
195
|
+
*/
|
|
196
|
+
export declare const MsgPauseGroup: {
|
|
197
|
+
typeUrl: string;
|
|
198
|
+
encode(message: MsgPauseGroup, writer?: BinaryWriter): BinaryWriter;
|
|
199
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPauseGroup;
|
|
200
|
+
fromPartial(object: DeepPartial<MsgPauseGroup>): MsgPauseGroup;
|
|
201
|
+
fromAmino(object: MsgPauseGroupAmino): MsgPauseGroup;
|
|
202
|
+
toAmino(message: MsgPauseGroup): MsgPauseGroupAmino;
|
|
203
|
+
fromAminoMsg(object: MsgPauseGroupAminoMsg): MsgPauseGroup;
|
|
204
|
+
fromProtoMsg(message: MsgPauseGroupProtoMsg): MsgPauseGroup;
|
|
205
|
+
toProto(message: MsgPauseGroup): Uint8Array;
|
|
206
|
+
toProtoMsg(message: MsgPauseGroup): MsgPauseGroupProtoMsg;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
210
|
+
* @name MsgPauseGroupResponse
|
|
211
|
+
* @package akash.deployment.v1beta3
|
|
212
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroupResponse
|
|
213
|
+
*/
|
|
214
|
+
export declare const MsgPauseGroupResponse: {
|
|
215
|
+
typeUrl: string;
|
|
216
|
+
encode(_: MsgPauseGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
217
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPauseGroupResponse;
|
|
218
|
+
fromPartial(_: DeepPartial<MsgPauseGroupResponse>): MsgPauseGroupResponse;
|
|
219
|
+
fromAmino(_: MsgPauseGroupResponseAmino): MsgPauseGroupResponse;
|
|
220
|
+
toAmino(_: MsgPauseGroupResponse): MsgPauseGroupResponseAmino;
|
|
221
|
+
fromAminoMsg(object: MsgPauseGroupResponseAminoMsg): MsgPauseGroupResponse;
|
|
222
|
+
fromProtoMsg(message: MsgPauseGroupResponseProtoMsg): MsgPauseGroupResponse;
|
|
223
|
+
toProto(message: MsgPauseGroupResponse): Uint8Array;
|
|
224
|
+
toProtoMsg(message: MsgPauseGroupResponse): MsgPauseGroupResponseProtoMsg;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* MsgStartGroup defines SDK message to close a single Group within a Deployment.
|
|
228
|
+
* @name MsgStartGroup
|
|
229
|
+
* @package akash.deployment.v1beta3
|
|
230
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroup
|
|
231
|
+
*/
|
|
232
|
+
export declare const MsgStartGroup: {
|
|
233
|
+
typeUrl: string;
|
|
234
|
+
encode(message: MsgStartGroup, writer?: BinaryWriter): BinaryWriter;
|
|
235
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartGroup;
|
|
236
|
+
fromPartial(object: DeepPartial<MsgStartGroup>): MsgStartGroup;
|
|
237
|
+
fromAmino(object: MsgStartGroupAmino): MsgStartGroup;
|
|
238
|
+
toAmino(message: MsgStartGroup): MsgStartGroupAmino;
|
|
239
|
+
fromAminoMsg(object: MsgStartGroupAminoMsg): MsgStartGroup;
|
|
240
|
+
fromProtoMsg(message: MsgStartGroupProtoMsg): MsgStartGroup;
|
|
241
|
+
toProto(message: MsgStartGroup): Uint8Array;
|
|
242
|
+
toProtoMsg(message: MsgStartGroup): MsgStartGroupProtoMsg;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
246
|
+
* @name MsgStartGroupResponse
|
|
247
|
+
* @package akash.deployment.v1beta3
|
|
248
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroupResponse
|
|
249
|
+
*/
|
|
250
|
+
export declare const MsgStartGroupResponse: {
|
|
251
|
+
typeUrl: string;
|
|
252
|
+
encode(_: MsgStartGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
253
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartGroupResponse;
|
|
254
|
+
fromPartial(_: DeepPartial<MsgStartGroupResponse>): MsgStartGroupResponse;
|
|
255
|
+
fromAmino(_: MsgStartGroupResponseAmino): MsgStartGroupResponse;
|
|
256
|
+
toAmino(_: MsgStartGroupResponse): MsgStartGroupResponseAmino;
|
|
257
|
+
fromAminoMsg(object: MsgStartGroupResponseAminoMsg): MsgStartGroupResponse;
|
|
258
|
+
fromProtoMsg(message: MsgStartGroupResponseProtoMsg): MsgStartGroupResponse;
|
|
259
|
+
toProto(message: MsgStartGroupResponse): Uint8Array;
|
|
260
|
+
toProtoMsg(message: MsgStartGroupResponse): MsgStartGroupResponseProtoMsg;
|
|
261
|
+
};
|
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgStartGroupResponse = exports.MsgStartGroup = exports.MsgPauseGroupResponse = exports.MsgPauseGroup = exports.MsgCloseGroupResponse = exports.MsgCloseGroup = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const groupid_1 = require("./groupid");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
function createBaseMsgCloseGroup() {
|
|
8
|
+
return {
|
|
9
|
+
id: groupid_1.GroupID.fromPartial({})
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
14
|
+
* @name MsgCloseGroup
|
|
15
|
+
* @package akash.deployment.v1beta3
|
|
16
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroup
|
|
17
|
+
*/
|
|
18
|
+
exports.MsgCloseGroup = {
|
|
19
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroup",
|
|
20
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
|
+
if (message.id !== undefined) {
|
|
22
|
+
groupid_1.GroupID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
return writer;
|
|
25
|
+
},
|
|
26
|
+
decode(input, length) {
|
|
27
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
28
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
29
|
+
const message = createBaseMsgCloseGroup();
|
|
30
|
+
while (reader.pos < end) {
|
|
31
|
+
const tag = reader.uint32();
|
|
32
|
+
switch (tag >>> 3) {
|
|
33
|
+
case 1:
|
|
34
|
+
message.id = groupid_1.GroupID.decode(reader, reader.uint32());
|
|
35
|
+
break;
|
|
36
|
+
default:
|
|
37
|
+
reader.skipType(tag & 7);
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return message;
|
|
42
|
+
},
|
|
43
|
+
fromPartial(object) {
|
|
44
|
+
const message = createBaseMsgCloseGroup();
|
|
45
|
+
message.id = object.id !== undefined && object.id !== null ? groupid_1.GroupID.fromPartial(object.id) : undefined;
|
|
46
|
+
return message;
|
|
47
|
+
},
|
|
48
|
+
fromAmino(object) {
|
|
49
|
+
const message = createBaseMsgCloseGroup();
|
|
50
|
+
if (object.id !== undefined && object.id !== null) {
|
|
51
|
+
message.id = groupid_1.GroupID.fromAmino(object.id);
|
|
52
|
+
}
|
|
53
|
+
return message;
|
|
54
|
+
},
|
|
55
|
+
toAmino(message) {
|
|
56
|
+
const obj = {};
|
|
57
|
+
obj.id = message.id ? groupid_1.GroupID.toAmino(message.id) : groupid_1.GroupID.toAmino(groupid_1.GroupID.fromPartial({}));
|
|
58
|
+
return obj;
|
|
59
|
+
},
|
|
60
|
+
fromAminoMsg(object) {
|
|
61
|
+
return exports.MsgCloseGroup.fromAmino(object.value);
|
|
62
|
+
},
|
|
63
|
+
fromProtoMsg(message) {
|
|
64
|
+
return exports.MsgCloseGroup.decode(message.value);
|
|
65
|
+
},
|
|
66
|
+
toProto(message) {
|
|
67
|
+
return exports.MsgCloseGroup.encode(message).finish();
|
|
68
|
+
},
|
|
69
|
+
toProtoMsg(message) {
|
|
70
|
+
return {
|
|
71
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroup",
|
|
72
|
+
value: exports.MsgCloseGroup.encode(message).finish()
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
function createBaseMsgCloseGroupResponse() {
|
|
77
|
+
return {};
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
81
|
+
* @name MsgCloseGroupResponse
|
|
82
|
+
* @package akash.deployment.v1beta3
|
|
83
|
+
* @see proto type: akash.deployment.v1beta3.MsgCloseGroupResponse
|
|
84
|
+
*/
|
|
85
|
+
exports.MsgCloseGroupResponse = {
|
|
86
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroupResponse",
|
|
87
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
88
|
+
return writer;
|
|
89
|
+
},
|
|
90
|
+
decode(input, length) {
|
|
91
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
92
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
93
|
+
const message = createBaseMsgCloseGroupResponse();
|
|
94
|
+
while (reader.pos < end) {
|
|
95
|
+
const tag = reader.uint32();
|
|
96
|
+
switch (tag >>> 3) {
|
|
97
|
+
default:
|
|
98
|
+
reader.skipType(tag & 7);
|
|
99
|
+
break;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return message;
|
|
103
|
+
},
|
|
104
|
+
fromPartial(_) {
|
|
105
|
+
const message = createBaseMsgCloseGroupResponse();
|
|
106
|
+
return message;
|
|
107
|
+
},
|
|
108
|
+
fromAmino(_) {
|
|
109
|
+
const message = createBaseMsgCloseGroupResponse();
|
|
110
|
+
return message;
|
|
111
|
+
},
|
|
112
|
+
toAmino(_) {
|
|
113
|
+
const obj = {};
|
|
114
|
+
return obj;
|
|
115
|
+
},
|
|
116
|
+
fromAminoMsg(object) {
|
|
117
|
+
return exports.MsgCloseGroupResponse.fromAmino(object.value);
|
|
118
|
+
},
|
|
119
|
+
fromProtoMsg(message) {
|
|
120
|
+
return exports.MsgCloseGroupResponse.decode(message.value);
|
|
121
|
+
},
|
|
122
|
+
toProto(message) {
|
|
123
|
+
return exports.MsgCloseGroupResponse.encode(message).finish();
|
|
124
|
+
},
|
|
125
|
+
toProtoMsg(message) {
|
|
126
|
+
return {
|
|
127
|
+
typeUrl: "/akash.deployment.v1beta3.MsgCloseGroupResponse",
|
|
128
|
+
value: exports.MsgCloseGroupResponse.encode(message).finish()
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
function createBaseMsgPauseGroup() {
|
|
133
|
+
return {
|
|
134
|
+
id: groupid_1.GroupID.fromPartial({})
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* MsgPauseGroup defines SDK message to close a single Group within a Deployment.
|
|
139
|
+
* @name MsgPauseGroup
|
|
140
|
+
* @package akash.deployment.v1beta3
|
|
141
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroup
|
|
142
|
+
*/
|
|
143
|
+
exports.MsgPauseGroup = {
|
|
144
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroup",
|
|
145
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
146
|
+
if (message.id !== undefined) {
|
|
147
|
+
groupid_1.GroupID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
148
|
+
}
|
|
149
|
+
return writer;
|
|
150
|
+
},
|
|
151
|
+
decode(input, length) {
|
|
152
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
153
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
154
|
+
const message = createBaseMsgPauseGroup();
|
|
155
|
+
while (reader.pos < end) {
|
|
156
|
+
const tag = reader.uint32();
|
|
157
|
+
switch (tag >>> 3) {
|
|
158
|
+
case 1:
|
|
159
|
+
message.id = groupid_1.GroupID.decode(reader, reader.uint32());
|
|
160
|
+
break;
|
|
161
|
+
default:
|
|
162
|
+
reader.skipType(tag & 7);
|
|
163
|
+
break;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
return message;
|
|
167
|
+
},
|
|
168
|
+
fromPartial(object) {
|
|
169
|
+
const message = createBaseMsgPauseGroup();
|
|
170
|
+
message.id = object.id !== undefined && object.id !== null ? groupid_1.GroupID.fromPartial(object.id) : undefined;
|
|
171
|
+
return message;
|
|
172
|
+
},
|
|
173
|
+
fromAmino(object) {
|
|
174
|
+
const message = createBaseMsgPauseGroup();
|
|
175
|
+
if (object.id !== undefined && object.id !== null) {
|
|
176
|
+
message.id = groupid_1.GroupID.fromAmino(object.id);
|
|
177
|
+
}
|
|
178
|
+
return message;
|
|
179
|
+
},
|
|
180
|
+
toAmino(message) {
|
|
181
|
+
const obj = {};
|
|
182
|
+
obj.id = message.id ? groupid_1.GroupID.toAmino(message.id) : groupid_1.GroupID.toAmino(groupid_1.GroupID.fromPartial({}));
|
|
183
|
+
return obj;
|
|
184
|
+
},
|
|
185
|
+
fromAminoMsg(object) {
|
|
186
|
+
return exports.MsgPauseGroup.fromAmino(object.value);
|
|
187
|
+
},
|
|
188
|
+
fromProtoMsg(message) {
|
|
189
|
+
return exports.MsgPauseGroup.decode(message.value);
|
|
190
|
+
},
|
|
191
|
+
toProto(message) {
|
|
192
|
+
return exports.MsgPauseGroup.encode(message).finish();
|
|
193
|
+
},
|
|
194
|
+
toProtoMsg(message) {
|
|
195
|
+
return {
|
|
196
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroup",
|
|
197
|
+
value: exports.MsgPauseGroup.encode(message).finish()
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
};
|
|
201
|
+
function createBaseMsgPauseGroupResponse() {
|
|
202
|
+
return {};
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
206
|
+
* @name MsgPauseGroupResponse
|
|
207
|
+
* @package akash.deployment.v1beta3
|
|
208
|
+
* @see proto type: akash.deployment.v1beta3.MsgPauseGroupResponse
|
|
209
|
+
*/
|
|
210
|
+
exports.MsgPauseGroupResponse = {
|
|
211
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroupResponse",
|
|
212
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
213
|
+
return writer;
|
|
214
|
+
},
|
|
215
|
+
decode(input, length) {
|
|
216
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
217
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
218
|
+
const message = createBaseMsgPauseGroupResponse();
|
|
219
|
+
while (reader.pos < end) {
|
|
220
|
+
const tag = reader.uint32();
|
|
221
|
+
switch (tag >>> 3) {
|
|
222
|
+
default:
|
|
223
|
+
reader.skipType(tag & 7);
|
|
224
|
+
break;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
return message;
|
|
228
|
+
},
|
|
229
|
+
fromPartial(_) {
|
|
230
|
+
const message = createBaseMsgPauseGroupResponse();
|
|
231
|
+
return message;
|
|
232
|
+
},
|
|
233
|
+
fromAmino(_) {
|
|
234
|
+
const message = createBaseMsgPauseGroupResponse();
|
|
235
|
+
return message;
|
|
236
|
+
},
|
|
237
|
+
toAmino(_) {
|
|
238
|
+
const obj = {};
|
|
239
|
+
return obj;
|
|
240
|
+
},
|
|
241
|
+
fromAminoMsg(object) {
|
|
242
|
+
return exports.MsgPauseGroupResponse.fromAmino(object.value);
|
|
243
|
+
},
|
|
244
|
+
fromProtoMsg(message) {
|
|
245
|
+
return exports.MsgPauseGroupResponse.decode(message.value);
|
|
246
|
+
},
|
|
247
|
+
toProto(message) {
|
|
248
|
+
return exports.MsgPauseGroupResponse.encode(message).finish();
|
|
249
|
+
},
|
|
250
|
+
toProtoMsg(message) {
|
|
251
|
+
return {
|
|
252
|
+
typeUrl: "/akash.deployment.v1beta3.MsgPauseGroupResponse",
|
|
253
|
+
value: exports.MsgPauseGroupResponse.encode(message).finish()
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
};
|
|
257
|
+
function createBaseMsgStartGroup() {
|
|
258
|
+
return {
|
|
259
|
+
id: groupid_1.GroupID.fromPartial({})
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* MsgStartGroup defines SDK message to close a single Group within a Deployment.
|
|
264
|
+
* @name MsgStartGroup
|
|
265
|
+
* @package akash.deployment.v1beta3
|
|
266
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroup
|
|
267
|
+
*/
|
|
268
|
+
exports.MsgStartGroup = {
|
|
269
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroup",
|
|
270
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
271
|
+
if (message.id !== undefined) {
|
|
272
|
+
groupid_1.GroupID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
273
|
+
}
|
|
274
|
+
return writer;
|
|
275
|
+
},
|
|
276
|
+
decode(input, length) {
|
|
277
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
278
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
279
|
+
const message = createBaseMsgStartGroup();
|
|
280
|
+
while (reader.pos < end) {
|
|
281
|
+
const tag = reader.uint32();
|
|
282
|
+
switch (tag >>> 3) {
|
|
283
|
+
case 1:
|
|
284
|
+
message.id = groupid_1.GroupID.decode(reader, reader.uint32());
|
|
285
|
+
break;
|
|
286
|
+
default:
|
|
287
|
+
reader.skipType(tag & 7);
|
|
288
|
+
break;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
return message;
|
|
292
|
+
},
|
|
293
|
+
fromPartial(object) {
|
|
294
|
+
const message = createBaseMsgStartGroup();
|
|
295
|
+
message.id = object.id !== undefined && object.id !== null ? groupid_1.GroupID.fromPartial(object.id) : undefined;
|
|
296
|
+
return message;
|
|
297
|
+
},
|
|
298
|
+
fromAmino(object) {
|
|
299
|
+
const message = createBaseMsgStartGroup();
|
|
300
|
+
if (object.id !== undefined && object.id !== null) {
|
|
301
|
+
message.id = groupid_1.GroupID.fromAmino(object.id);
|
|
302
|
+
}
|
|
303
|
+
return message;
|
|
304
|
+
},
|
|
305
|
+
toAmino(message) {
|
|
306
|
+
const obj = {};
|
|
307
|
+
obj.id = message.id ? groupid_1.GroupID.toAmino(message.id) : groupid_1.GroupID.toAmino(groupid_1.GroupID.fromPartial({}));
|
|
308
|
+
return obj;
|
|
309
|
+
},
|
|
310
|
+
fromAminoMsg(object) {
|
|
311
|
+
return exports.MsgStartGroup.fromAmino(object.value);
|
|
312
|
+
},
|
|
313
|
+
fromProtoMsg(message) {
|
|
314
|
+
return exports.MsgStartGroup.decode(message.value);
|
|
315
|
+
},
|
|
316
|
+
toProto(message) {
|
|
317
|
+
return exports.MsgStartGroup.encode(message).finish();
|
|
318
|
+
},
|
|
319
|
+
toProtoMsg(message) {
|
|
320
|
+
return {
|
|
321
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroup",
|
|
322
|
+
value: exports.MsgStartGroup.encode(message).finish()
|
|
323
|
+
};
|
|
324
|
+
}
|
|
325
|
+
};
|
|
326
|
+
function createBaseMsgStartGroupResponse() {
|
|
327
|
+
return {};
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
331
|
+
* @name MsgStartGroupResponse
|
|
332
|
+
* @package akash.deployment.v1beta3
|
|
333
|
+
* @see proto type: akash.deployment.v1beta3.MsgStartGroupResponse
|
|
334
|
+
*/
|
|
335
|
+
exports.MsgStartGroupResponse = {
|
|
336
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroupResponse",
|
|
337
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
338
|
+
return writer;
|
|
339
|
+
},
|
|
340
|
+
decode(input, length) {
|
|
341
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
342
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
343
|
+
const message = createBaseMsgStartGroupResponse();
|
|
344
|
+
while (reader.pos < end) {
|
|
345
|
+
const tag = reader.uint32();
|
|
346
|
+
switch (tag >>> 3) {
|
|
347
|
+
default:
|
|
348
|
+
reader.skipType(tag & 7);
|
|
349
|
+
break;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
return message;
|
|
353
|
+
},
|
|
354
|
+
fromPartial(_) {
|
|
355
|
+
const message = createBaseMsgStartGroupResponse();
|
|
356
|
+
return message;
|
|
357
|
+
},
|
|
358
|
+
fromAmino(_) {
|
|
359
|
+
const message = createBaseMsgStartGroupResponse();
|
|
360
|
+
return message;
|
|
361
|
+
},
|
|
362
|
+
toAmino(_) {
|
|
363
|
+
const obj = {};
|
|
364
|
+
return obj;
|
|
365
|
+
},
|
|
366
|
+
fromAminoMsg(object) {
|
|
367
|
+
return exports.MsgStartGroupResponse.fromAmino(object.value);
|
|
368
|
+
},
|
|
369
|
+
fromProtoMsg(message) {
|
|
370
|
+
return exports.MsgStartGroupResponse.decode(message.value);
|
|
371
|
+
},
|
|
372
|
+
toProto(message) {
|
|
373
|
+
return exports.MsgStartGroupResponse.encode(message).finish();
|
|
374
|
+
},
|
|
375
|
+
toProtoMsg(message) {
|
|
376
|
+
return {
|
|
377
|
+
typeUrl: "/akash.deployment.v1beta3.MsgStartGroupResponse",
|
|
378
|
+
value: exports.MsgStartGroupResponse.encode(message).finish()
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { PlacementRequirements, PlacementRequirementsAmino } from "../../base/v1beta3/attribute";
|
|
2
|
+
import { ResourceUnit, ResourceUnitAmino } from "./resourceunit";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
/**
|
|
6
|
+
* GroupSpec stores group specifications
|
|
7
|
+
* @name GroupSpec
|
|
8
|
+
* @package akash.deployment.v1beta3
|
|
9
|
+
* @see proto type: akash.deployment.v1beta3.GroupSpec
|
|
10
|
+
*/
|
|
11
|
+
export interface GroupSpec {
|
|
12
|
+
name: string;
|
|
13
|
+
requirements: PlacementRequirements;
|
|
14
|
+
resources: ResourceUnit[];
|
|
15
|
+
}
|
|
16
|
+
export interface GroupSpecProtoMsg {
|
|
17
|
+
typeUrl: "/akash.deployment.v1beta3.GroupSpec";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* GroupSpec stores group specifications
|
|
22
|
+
* @name GroupSpecAmino
|
|
23
|
+
* @package akash.deployment.v1beta3
|
|
24
|
+
* @see proto type: akash.deployment.v1beta3.GroupSpec
|
|
25
|
+
*/
|
|
26
|
+
export interface GroupSpecAmino {
|
|
27
|
+
name: string;
|
|
28
|
+
requirements: PlacementRequirementsAmino;
|
|
29
|
+
resources: ResourceUnitAmino[];
|
|
30
|
+
}
|
|
31
|
+
export interface GroupSpecAminoMsg {
|
|
32
|
+
type: "/akash.deployment.v1beta3.GroupSpec";
|
|
33
|
+
value: GroupSpecAmino;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* GroupSpec stores group specifications
|
|
37
|
+
* @name GroupSpec
|
|
38
|
+
* @package akash.deployment.v1beta3
|
|
39
|
+
* @see proto type: akash.deployment.v1beta3.GroupSpec
|
|
40
|
+
*/
|
|
41
|
+
export declare const GroupSpec: {
|
|
42
|
+
typeUrl: string;
|
|
43
|
+
encode(message: GroupSpec, writer?: BinaryWriter): BinaryWriter;
|
|
44
|
+
decode(input: BinaryReader | Uint8Array, length?: number): GroupSpec;
|
|
45
|
+
fromPartial(object: DeepPartial<GroupSpec>): GroupSpec;
|
|
46
|
+
fromAmino(object: GroupSpecAmino): GroupSpec;
|
|
47
|
+
toAmino(message: GroupSpec): GroupSpecAmino;
|
|
48
|
+
fromAminoMsg(object: GroupSpecAminoMsg): GroupSpec;
|
|
49
|
+
fromProtoMsg(message: GroupSpecProtoMsg): GroupSpec;
|
|
50
|
+
toProto(message: GroupSpec): Uint8Array;
|
|
51
|
+
toProtoMsg(message: GroupSpec): GroupSpecProtoMsg;
|
|
52
|
+
};
|