@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,170 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Group = exports.Group_StateAmino = exports.Group_State = void 0;
|
|
4
|
+
exports.group_StateFromJSON = group_StateFromJSON;
|
|
5
|
+
exports.group_StateToJSON = group_StateToJSON;
|
|
6
|
+
//@ts-nocheck
|
|
7
|
+
const group_1 = require("../v1/group");
|
|
8
|
+
const groupspec_1 = require("./groupspec");
|
|
9
|
+
const binary_1 = require("../../../binary");
|
|
10
|
+
/** State is an enum which refers to state of group. */
|
|
11
|
+
var Group_State;
|
|
12
|
+
(function (Group_State) {
|
|
13
|
+
/** invalid - Prefix should start with 0 in enum. So declaring dummy state. */
|
|
14
|
+
Group_State[Group_State["invalid"] = 0] = "invalid";
|
|
15
|
+
/** open - GroupOpen denotes state for group open. */
|
|
16
|
+
Group_State[Group_State["open"] = 1] = "open";
|
|
17
|
+
/** paused - GroupOrdered denotes state for group ordered. */
|
|
18
|
+
Group_State[Group_State["paused"] = 2] = "paused";
|
|
19
|
+
/** insufficient_funds - GroupInsufficientFunds denotes state for group insufficient_funds. */
|
|
20
|
+
Group_State[Group_State["insufficient_funds"] = 3] = "insufficient_funds";
|
|
21
|
+
/** closed - GroupClosed denotes state for group closed. */
|
|
22
|
+
Group_State[Group_State["closed"] = 4] = "closed";
|
|
23
|
+
Group_State[Group_State["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
24
|
+
})(Group_State || (exports.Group_State = Group_State = {}));
|
|
25
|
+
exports.Group_StateAmino = Group_State;
|
|
26
|
+
function group_StateFromJSON(object) {
|
|
27
|
+
switch (object) {
|
|
28
|
+
case 0:
|
|
29
|
+
case "invalid":
|
|
30
|
+
return Group_State.invalid;
|
|
31
|
+
case 1:
|
|
32
|
+
case "open":
|
|
33
|
+
return Group_State.open;
|
|
34
|
+
case 2:
|
|
35
|
+
case "paused":
|
|
36
|
+
return Group_State.paused;
|
|
37
|
+
case 3:
|
|
38
|
+
case "insufficient_funds":
|
|
39
|
+
return Group_State.insufficient_funds;
|
|
40
|
+
case 4:
|
|
41
|
+
case "closed":
|
|
42
|
+
return Group_State.closed;
|
|
43
|
+
case -1:
|
|
44
|
+
case "UNRECOGNIZED":
|
|
45
|
+
default:
|
|
46
|
+
return Group_State.UNRECOGNIZED;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
function group_StateToJSON(object) {
|
|
50
|
+
switch (object) {
|
|
51
|
+
case Group_State.invalid:
|
|
52
|
+
return "invalid";
|
|
53
|
+
case Group_State.open:
|
|
54
|
+
return "open";
|
|
55
|
+
case Group_State.paused:
|
|
56
|
+
return "paused";
|
|
57
|
+
case Group_State.insufficient_funds:
|
|
58
|
+
return "insufficient_funds";
|
|
59
|
+
case Group_State.closed:
|
|
60
|
+
return "closed";
|
|
61
|
+
case Group_State.UNRECOGNIZED:
|
|
62
|
+
default:
|
|
63
|
+
return "UNRECOGNIZED";
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function createBaseGroup() {
|
|
67
|
+
return {
|
|
68
|
+
id: group_1.GroupID.fromPartial({}),
|
|
69
|
+
state: 0,
|
|
70
|
+
groupSpec: groupspec_1.GroupSpec.fromPartial({}),
|
|
71
|
+
createdAt: BigInt(0)
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Group stores group id, state and specifications of a group.
|
|
76
|
+
* @name Group
|
|
77
|
+
* @package akash.deployment.v1beta4
|
|
78
|
+
* @see proto type: akash.deployment.v1beta4.Group
|
|
79
|
+
*/
|
|
80
|
+
exports.Group = {
|
|
81
|
+
typeUrl: "/akash.deployment.v1beta4.Group",
|
|
82
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
83
|
+
if (message.id !== undefined) {
|
|
84
|
+
group_1.GroupID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
85
|
+
}
|
|
86
|
+
if (message.state !== 0) {
|
|
87
|
+
writer.uint32(16).int32(message.state);
|
|
88
|
+
}
|
|
89
|
+
if (message.groupSpec !== undefined) {
|
|
90
|
+
groupspec_1.GroupSpec.encode(message.groupSpec, writer.uint32(26).fork()).ldelim();
|
|
91
|
+
}
|
|
92
|
+
if (message.createdAt !== BigInt(0)) {
|
|
93
|
+
writer.uint32(32).int64(message.createdAt);
|
|
94
|
+
}
|
|
95
|
+
return writer;
|
|
96
|
+
},
|
|
97
|
+
decode(input, length) {
|
|
98
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
99
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
100
|
+
const message = createBaseGroup();
|
|
101
|
+
while (reader.pos < end) {
|
|
102
|
+
const tag = reader.uint32();
|
|
103
|
+
switch (tag >>> 3) {
|
|
104
|
+
case 1:
|
|
105
|
+
message.id = group_1.GroupID.decode(reader, reader.uint32());
|
|
106
|
+
break;
|
|
107
|
+
case 2:
|
|
108
|
+
message.state = reader.int32();
|
|
109
|
+
break;
|
|
110
|
+
case 3:
|
|
111
|
+
message.groupSpec = groupspec_1.GroupSpec.decode(reader, reader.uint32());
|
|
112
|
+
break;
|
|
113
|
+
case 4:
|
|
114
|
+
message.createdAt = reader.int64();
|
|
115
|
+
break;
|
|
116
|
+
default:
|
|
117
|
+
reader.skipType(tag & 7);
|
|
118
|
+
break;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
return message;
|
|
122
|
+
},
|
|
123
|
+
fromPartial(object) {
|
|
124
|
+
const message = createBaseGroup();
|
|
125
|
+
message.id = object.id !== undefined && object.id !== null ? group_1.GroupID.fromPartial(object.id) : undefined;
|
|
126
|
+
message.state = object.state ?? 0;
|
|
127
|
+
message.groupSpec = object.groupSpec !== undefined && object.groupSpec !== null ? groupspec_1.GroupSpec.fromPartial(object.groupSpec) : undefined;
|
|
128
|
+
message.createdAt = object.createdAt !== undefined && object.createdAt !== null ? BigInt(object.createdAt.toString()) : BigInt(0);
|
|
129
|
+
return message;
|
|
130
|
+
},
|
|
131
|
+
fromAmino(object) {
|
|
132
|
+
const message = createBaseGroup();
|
|
133
|
+
if (object.id !== undefined && object.id !== null) {
|
|
134
|
+
message.id = group_1.GroupID.fromAmino(object.id);
|
|
135
|
+
}
|
|
136
|
+
if (object.state !== undefined && object.state !== null) {
|
|
137
|
+
message.state = object.state;
|
|
138
|
+
}
|
|
139
|
+
if (object.group_spec !== undefined && object.group_spec !== null) {
|
|
140
|
+
message.groupSpec = groupspec_1.GroupSpec.fromAmino(object.group_spec);
|
|
141
|
+
}
|
|
142
|
+
if (object.created_at !== undefined && object.created_at !== null) {
|
|
143
|
+
message.createdAt = BigInt(object.created_at);
|
|
144
|
+
}
|
|
145
|
+
return message;
|
|
146
|
+
},
|
|
147
|
+
toAmino(message) {
|
|
148
|
+
const obj = {};
|
|
149
|
+
obj.id = message.id ? group_1.GroupID.toAmino(message.id) : group_1.GroupID.toAmino(group_1.GroupID.fromPartial({}));
|
|
150
|
+
obj.state = message.state ?? 0;
|
|
151
|
+
obj.group_spec = message.groupSpec ? groupspec_1.GroupSpec.toAmino(message.groupSpec) : groupspec_1.GroupSpec.toAmino(groupspec_1.GroupSpec.fromPartial({}));
|
|
152
|
+
obj.created_at = message.createdAt !== BigInt(0) ? message.createdAt?.toString() : undefined;
|
|
153
|
+
return obj;
|
|
154
|
+
},
|
|
155
|
+
fromAminoMsg(object) {
|
|
156
|
+
return exports.Group.fromAmino(object.value);
|
|
157
|
+
},
|
|
158
|
+
fromProtoMsg(message) {
|
|
159
|
+
return exports.Group.decode(message.value);
|
|
160
|
+
},
|
|
161
|
+
toProto(message) {
|
|
162
|
+
return exports.Group.encode(message).finish();
|
|
163
|
+
},
|
|
164
|
+
toProtoMsg(message) {
|
|
165
|
+
return {
|
|
166
|
+
typeUrl: "/akash.deployment.v1beta4.Group",
|
|
167
|
+
value: exports.Group.encode(message).finish()
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
};
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
import { GroupID, GroupIDAmino } from "../v1/group";
|
|
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.v1beta4
|
|
8
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroup
|
|
9
|
+
*/
|
|
10
|
+
export interface MsgCloseGroup {
|
|
11
|
+
/**
|
|
12
|
+
* Id is the unique identifier of the Group.
|
|
13
|
+
*/
|
|
14
|
+
id: GroupID;
|
|
15
|
+
}
|
|
16
|
+
export interface MsgCloseGroupProtoMsg {
|
|
17
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseGroup";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
22
|
+
* @name MsgCloseGroupAmino
|
|
23
|
+
* @package akash.deployment.v1beta4
|
|
24
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroup
|
|
25
|
+
*/
|
|
26
|
+
export interface MsgCloseGroupAmino {
|
|
27
|
+
/**
|
|
28
|
+
* Id is the unique identifier of the Group.
|
|
29
|
+
*/
|
|
30
|
+
id: GroupIDAmino;
|
|
31
|
+
}
|
|
32
|
+
export interface MsgCloseGroupAminoMsg {
|
|
33
|
+
type: "/akash.deployment.v1beta4.MsgCloseGroup";
|
|
34
|
+
value: MsgCloseGroupAmino;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
38
|
+
* @name MsgCloseGroupResponse
|
|
39
|
+
* @package akash.deployment.v1beta4
|
|
40
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroupResponse
|
|
41
|
+
*/
|
|
42
|
+
export interface MsgCloseGroupResponse {
|
|
43
|
+
}
|
|
44
|
+
export interface MsgCloseGroupResponseProtoMsg {
|
|
45
|
+
typeUrl: "/akash.deployment.v1beta4.MsgCloseGroupResponse";
|
|
46
|
+
value: Uint8Array;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
50
|
+
* @name MsgCloseGroupResponseAmino
|
|
51
|
+
* @package akash.deployment.v1beta4
|
|
52
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroupResponse
|
|
53
|
+
*/
|
|
54
|
+
export interface MsgCloseGroupResponseAmino {
|
|
55
|
+
}
|
|
56
|
+
export interface MsgCloseGroupResponseAminoMsg {
|
|
57
|
+
type: "/akash.deployment.v1beta4.MsgCloseGroupResponse";
|
|
58
|
+
value: MsgCloseGroupResponseAmino;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* MsgPauseGroup defines SDK message to pause a single Group within a Deployment.
|
|
62
|
+
* @name MsgPauseGroup
|
|
63
|
+
* @package akash.deployment.v1beta4
|
|
64
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroup
|
|
65
|
+
*/
|
|
66
|
+
export interface MsgPauseGroup {
|
|
67
|
+
/**
|
|
68
|
+
* Id is the unique identifier of the Group.
|
|
69
|
+
*/
|
|
70
|
+
id: GroupID;
|
|
71
|
+
}
|
|
72
|
+
export interface MsgPauseGroupProtoMsg {
|
|
73
|
+
typeUrl: "/akash.deployment.v1beta4.MsgPauseGroup";
|
|
74
|
+
value: Uint8Array;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* MsgPauseGroup defines SDK message to pause a single Group within a Deployment.
|
|
78
|
+
* @name MsgPauseGroupAmino
|
|
79
|
+
* @package akash.deployment.v1beta4
|
|
80
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroup
|
|
81
|
+
*/
|
|
82
|
+
export interface MsgPauseGroupAmino {
|
|
83
|
+
/**
|
|
84
|
+
* Id is the unique identifier of the Group.
|
|
85
|
+
*/
|
|
86
|
+
id: GroupIDAmino;
|
|
87
|
+
}
|
|
88
|
+
export interface MsgPauseGroupAminoMsg {
|
|
89
|
+
type: "/akash.deployment.v1beta4.MsgPauseGroup";
|
|
90
|
+
value: MsgPauseGroupAmino;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
94
|
+
* @name MsgPauseGroupResponse
|
|
95
|
+
* @package akash.deployment.v1beta4
|
|
96
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroupResponse
|
|
97
|
+
*/
|
|
98
|
+
export interface MsgPauseGroupResponse {
|
|
99
|
+
}
|
|
100
|
+
export interface MsgPauseGroupResponseProtoMsg {
|
|
101
|
+
typeUrl: "/akash.deployment.v1beta4.MsgPauseGroupResponse";
|
|
102
|
+
value: Uint8Array;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
106
|
+
* @name MsgPauseGroupResponseAmino
|
|
107
|
+
* @package akash.deployment.v1beta4
|
|
108
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroupResponse
|
|
109
|
+
*/
|
|
110
|
+
export interface MsgPauseGroupResponseAmino {
|
|
111
|
+
}
|
|
112
|
+
export interface MsgPauseGroupResponseAminoMsg {
|
|
113
|
+
type: "/akash.deployment.v1beta4.MsgPauseGroupResponse";
|
|
114
|
+
value: MsgPauseGroupResponseAmino;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* MsgStartGroup defines SDK message to start a single Group within a Deployment.
|
|
118
|
+
* @name MsgStartGroup
|
|
119
|
+
* @package akash.deployment.v1beta4
|
|
120
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroup
|
|
121
|
+
*/
|
|
122
|
+
export interface MsgStartGroup {
|
|
123
|
+
/**
|
|
124
|
+
* Id is the unique identifier of the Group.
|
|
125
|
+
*/
|
|
126
|
+
id: GroupID;
|
|
127
|
+
}
|
|
128
|
+
export interface MsgStartGroupProtoMsg {
|
|
129
|
+
typeUrl: "/akash.deployment.v1beta4.MsgStartGroup";
|
|
130
|
+
value: Uint8Array;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* MsgStartGroup defines SDK message to start a single Group within a Deployment.
|
|
134
|
+
* @name MsgStartGroupAmino
|
|
135
|
+
* @package akash.deployment.v1beta4
|
|
136
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroup
|
|
137
|
+
*/
|
|
138
|
+
export interface MsgStartGroupAmino {
|
|
139
|
+
/**
|
|
140
|
+
* Id is the unique identifier of the Group.
|
|
141
|
+
*/
|
|
142
|
+
id: GroupIDAmino;
|
|
143
|
+
}
|
|
144
|
+
export interface MsgStartGroupAminoMsg {
|
|
145
|
+
type: "/akash.deployment.v1beta4.MsgStartGroup";
|
|
146
|
+
value: MsgStartGroupAmino;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
150
|
+
* @name MsgStartGroupResponse
|
|
151
|
+
* @package akash.deployment.v1beta4
|
|
152
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroupResponse
|
|
153
|
+
*/
|
|
154
|
+
export interface MsgStartGroupResponse {
|
|
155
|
+
}
|
|
156
|
+
export interface MsgStartGroupResponseProtoMsg {
|
|
157
|
+
typeUrl: "/akash.deployment.v1beta4.MsgStartGroupResponse";
|
|
158
|
+
value: Uint8Array;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
162
|
+
* @name MsgStartGroupResponseAmino
|
|
163
|
+
* @package akash.deployment.v1beta4
|
|
164
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroupResponse
|
|
165
|
+
*/
|
|
166
|
+
export interface MsgStartGroupResponseAmino {
|
|
167
|
+
}
|
|
168
|
+
export interface MsgStartGroupResponseAminoMsg {
|
|
169
|
+
type: "/akash.deployment.v1beta4.MsgStartGroupResponse";
|
|
170
|
+
value: MsgStartGroupResponseAmino;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* MsgCloseGroup defines SDK message to close a single Group within a Deployment.
|
|
174
|
+
* @name MsgCloseGroup
|
|
175
|
+
* @package akash.deployment.v1beta4
|
|
176
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroup
|
|
177
|
+
*/
|
|
178
|
+
export declare const MsgCloseGroup: {
|
|
179
|
+
typeUrl: string;
|
|
180
|
+
encode(message: MsgCloseGroup, writer?: BinaryWriter): BinaryWriter;
|
|
181
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseGroup;
|
|
182
|
+
fromPartial(object: DeepPartial<MsgCloseGroup>): MsgCloseGroup;
|
|
183
|
+
fromAmino(object: MsgCloseGroupAmino): MsgCloseGroup;
|
|
184
|
+
toAmino(message: MsgCloseGroup): MsgCloseGroupAmino;
|
|
185
|
+
fromAminoMsg(object: MsgCloseGroupAminoMsg): MsgCloseGroup;
|
|
186
|
+
fromProtoMsg(message: MsgCloseGroupProtoMsg): MsgCloseGroup;
|
|
187
|
+
toProto(message: MsgCloseGroup): Uint8Array;
|
|
188
|
+
toProtoMsg(message: MsgCloseGroup): MsgCloseGroupProtoMsg;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* MsgCloseGroupResponse defines the Msg/CloseGroup response type.
|
|
192
|
+
* @name MsgCloseGroupResponse
|
|
193
|
+
* @package akash.deployment.v1beta4
|
|
194
|
+
* @see proto type: akash.deployment.v1beta4.MsgCloseGroupResponse
|
|
195
|
+
*/
|
|
196
|
+
export declare const MsgCloseGroupResponse: {
|
|
197
|
+
typeUrl: string;
|
|
198
|
+
encode(_: MsgCloseGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
199
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseGroupResponse;
|
|
200
|
+
fromPartial(_: DeepPartial<MsgCloseGroupResponse>): MsgCloseGroupResponse;
|
|
201
|
+
fromAmino(_: MsgCloseGroupResponseAmino): MsgCloseGroupResponse;
|
|
202
|
+
toAmino(_: MsgCloseGroupResponse): MsgCloseGroupResponseAmino;
|
|
203
|
+
fromAminoMsg(object: MsgCloseGroupResponseAminoMsg): MsgCloseGroupResponse;
|
|
204
|
+
fromProtoMsg(message: MsgCloseGroupResponseProtoMsg): MsgCloseGroupResponse;
|
|
205
|
+
toProto(message: MsgCloseGroupResponse): Uint8Array;
|
|
206
|
+
toProtoMsg(message: MsgCloseGroupResponse): MsgCloseGroupResponseProtoMsg;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* MsgPauseGroup defines SDK message to pause a single Group within a Deployment.
|
|
210
|
+
* @name MsgPauseGroup
|
|
211
|
+
* @package akash.deployment.v1beta4
|
|
212
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroup
|
|
213
|
+
*/
|
|
214
|
+
export declare const MsgPauseGroup: {
|
|
215
|
+
typeUrl: string;
|
|
216
|
+
encode(message: MsgPauseGroup, writer?: BinaryWriter): BinaryWriter;
|
|
217
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPauseGroup;
|
|
218
|
+
fromPartial(object: DeepPartial<MsgPauseGroup>): MsgPauseGroup;
|
|
219
|
+
fromAmino(object: MsgPauseGroupAmino): MsgPauseGroup;
|
|
220
|
+
toAmino(message: MsgPauseGroup): MsgPauseGroupAmino;
|
|
221
|
+
fromAminoMsg(object: MsgPauseGroupAminoMsg): MsgPauseGroup;
|
|
222
|
+
fromProtoMsg(message: MsgPauseGroupProtoMsg): MsgPauseGroup;
|
|
223
|
+
toProto(message: MsgPauseGroup): Uint8Array;
|
|
224
|
+
toProtoMsg(message: MsgPauseGroup): MsgPauseGroupProtoMsg;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* MsgPauseGroupResponse defines the Msg/PauseGroup response type.
|
|
228
|
+
* @name MsgPauseGroupResponse
|
|
229
|
+
* @package akash.deployment.v1beta4
|
|
230
|
+
* @see proto type: akash.deployment.v1beta4.MsgPauseGroupResponse
|
|
231
|
+
*/
|
|
232
|
+
export declare const MsgPauseGroupResponse: {
|
|
233
|
+
typeUrl: string;
|
|
234
|
+
encode(_: MsgPauseGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
235
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgPauseGroupResponse;
|
|
236
|
+
fromPartial(_: DeepPartial<MsgPauseGroupResponse>): MsgPauseGroupResponse;
|
|
237
|
+
fromAmino(_: MsgPauseGroupResponseAmino): MsgPauseGroupResponse;
|
|
238
|
+
toAmino(_: MsgPauseGroupResponse): MsgPauseGroupResponseAmino;
|
|
239
|
+
fromAminoMsg(object: MsgPauseGroupResponseAminoMsg): MsgPauseGroupResponse;
|
|
240
|
+
fromProtoMsg(message: MsgPauseGroupResponseProtoMsg): MsgPauseGroupResponse;
|
|
241
|
+
toProto(message: MsgPauseGroupResponse): Uint8Array;
|
|
242
|
+
toProtoMsg(message: MsgPauseGroupResponse): MsgPauseGroupResponseProtoMsg;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* MsgStartGroup defines SDK message to start a single Group within a Deployment.
|
|
246
|
+
* @name MsgStartGroup
|
|
247
|
+
* @package akash.deployment.v1beta4
|
|
248
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroup
|
|
249
|
+
*/
|
|
250
|
+
export declare const MsgStartGroup: {
|
|
251
|
+
typeUrl: string;
|
|
252
|
+
encode(message: MsgStartGroup, writer?: BinaryWriter): BinaryWriter;
|
|
253
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartGroup;
|
|
254
|
+
fromPartial(object: DeepPartial<MsgStartGroup>): MsgStartGroup;
|
|
255
|
+
fromAmino(object: MsgStartGroupAmino): MsgStartGroup;
|
|
256
|
+
toAmino(message: MsgStartGroup): MsgStartGroupAmino;
|
|
257
|
+
fromAminoMsg(object: MsgStartGroupAminoMsg): MsgStartGroup;
|
|
258
|
+
fromProtoMsg(message: MsgStartGroupProtoMsg): MsgStartGroup;
|
|
259
|
+
toProto(message: MsgStartGroup): Uint8Array;
|
|
260
|
+
toProtoMsg(message: MsgStartGroup): MsgStartGroupProtoMsg;
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* MsgStartGroupResponse defines the Msg/StartGroup response type.
|
|
264
|
+
* @name MsgStartGroupResponse
|
|
265
|
+
* @package akash.deployment.v1beta4
|
|
266
|
+
* @see proto type: akash.deployment.v1beta4.MsgStartGroupResponse
|
|
267
|
+
*/
|
|
268
|
+
export declare const MsgStartGroupResponse: {
|
|
269
|
+
typeUrl: string;
|
|
270
|
+
encode(_: MsgStartGroupResponse, writer?: BinaryWriter): BinaryWriter;
|
|
271
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgStartGroupResponse;
|
|
272
|
+
fromPartial(_: DeepPartial<MsgStartGroupResponse>): MsgStartGroupResponse;
|
|
273
|
+
fromAmino(_: MsgStartGroupResponseAmino): MsgStartGroupResponse;
|
|
274
|
+
toAmino(_: MsgStartGroupResponse): MsgStartGroupResponseAmino;
|
|
275
|
+
fromAminoMsg(object: MsgStartGroupResponseAminoMsg): MsgStartGroupResponse;
|
|
276
|
+
fromProtoMsg(message: MsgStartGroupResponseProtoMsg): MsgStartGroupResponse;
|
|
277
|
+
toProto(message: MsgStartGroupResponse): Uint8Array;
|
|
278
|
+
toProtoMsg(message: MsgStartGroupResponse): MsgStartGroupResponseProtoMsg;
|
|
279
|
+
};
|