@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,100 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { ResourceValue } from "./resourcevalue";
|
|
3
|
+
import { Attribute } from "./attribute";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
+
function createBaseStorage() {
|
|
6
|
+
return {
|
|
7
|
+
name: "",
|
|
8
|
+
quantity: ResourceValue.fromPartial({}),
|
|
9
|
+
attributes: []
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Storage stores resource quantity and storage attributes
|
|
14
|
+
* @name Storage
|
|
15
|
+
* @package akash.base.v1beta3
|
|
16
|
+
* @see proto type: akash.base.v1beta3.Storage
|
|
17
|
+
*/
|
|
18
|
+
export const Storage = {
|
|
19
|
+
typeUrl: "/akash.base.v1beta3.Storage",
|
|
20
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
21
|
+
if (message.name !== "") {
|
|
22
|
+
writer.uint32(10).string(message.name);
|
|
23
|
+
}
|
|
24
|
+
if (message.quantity !== undefined) {
|
|
25
|
+
ResourceValue.encode(message.quantity, writer.uint32(18).fork()).ldelim();
|
|
26
|
+
}
|
|
27
|
+
for (const v of message.attributes) {
|
|
28
|
+
Attribute.encode(v, writer.uint32(26).fork()).ldelim();
|
|
29
|
+
}
|
|
30
|
+
return writer;
|
|
31
|
+
},
|
|
32
|
+
decode(input, length) {
|
|
33
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
34
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
35
|
+
const message = createBaseStorage();
|
|
36
|
+
while (reader.pos < end) {
|
|
37
|
+
const tag = reader.uint32();
|
|
38
|
+
switch (tag >>> 3) {
|
|
39
|
+
case 1:
|
|
40
|
+
message.name = reader.string();
|
|
41
|
+
break;
|
|
42
|
+
case 2:
|
|
43
|
+
message.quantity = ResourceValue.decode(reader, reader.uint32());
|
|
44
|
+
break;
|
|
45
|
+
case 3:
|
|
46
|
+
message.attributes.push(Attribute.decode(reader, reader.uint32()));
|
|
47
|
+
break;
|
|
48
|
+
default:
|
|
49
|
+
reader.skipType(tag & 7);
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return message;
|
|
54
|
+
},
|
|
55
|
+
fromPartial(object) {
|
|
56
|
+
const message = createBaseStorage();
|
|
57
|
+
message.name = object.name ?? "";
|
|
58
|
+
message.quantity = object.quantity !== undefined && object.quantity !== null ? ResourceValue.fromPartial(object.quantity) : undefined;
|
|
59
|
+
message.attributes = object.attributes?.map(e => Attribute.fromPartial(e)) || [];
|
|
60
|
+
return message;
|
|
61
|
+
},
|
|
62
|
+
fromAmino(object) {
|
|
63
|
+
const message = createBaseStorage();
|
|
64
|
+
if (object.name !== undefined && object.name !== null) {
|
|
65
|
+
message.name = object.name;
|
|
66
|
+
}
|
|
67
|
+
if (object.quantity !== undefined && object.quantity !== null) {
|
|
68
|
+
message.quantity = ResourceValue.fromAmino(object.quantity);
|
|
69
|
+
}
|
|
70
|
+
message.attributes = object.attributes?.map(e => Attribute.fromAmino(e)) || [];
|
|
71
|
+
return message;
|
|
72
|
+
},
|
|
73
|
+
toAmino(message) {
|
|
74
|
+
const obj = {};
|
|
75
|
+
obj.name = message.name ?? "";
|
|
76
|
+
obj.quantity = message.quantity ? ResourceValue.toAmino(message.quantity) : ResourceValue.toAmino(ResourceValue.fromPartial({}));
|
|
77
|
+
if (message.attributes) {
|
|
78
|
+
obj.attributes = message.attributes.map(e => e ? Attribute.toAmino(e) : undefined);
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
obj.attributes = message.attributes;
|
|
82
|
+
}
|
|
83
|
+
return obj;
|
|
84
|
+
},
|
|
85
|
+
fromAminoMsg(object) {
|
|
86
|
+
return Storage.fromAmino(object.value);
|
|
87
|
+
},
|
|
88
|
+
fromProtoMsg(message) {
|
|
89
|
+
return Storage.decode(message.value);
|
|
90
|
+
},
|
|
91
|
+
toProto(message) {
|
|
92
|
+
return Storage.encode(message).finish();
|
|
93
|
+
},
|
|
94
|
+
toProtoMsg(message) {
|
|
95
|
+
return {
|
|
96
|
+
typeUrl: "/akash.base.v1beta3.Storage",
|
|
97
|
+
value: Storage.encode(message).finish()
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
};
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import * as _0 from "./audit/v1/audit";
|
|
3
|
+
import * as _1 from "./audit/v1/event";
|
|
4
|
+
import * as _2 from "./audit/v1/genesis";
|
|
5
|
+
import * as _3 from "./audit/v1/msg";
|
|
6
|
+
import * as _4 from "./audit/v1/query";
|
|
7
|
+
import * as _5 from "./audit/v1/service";
|
|
8
|
+
import * as _6 from "./audit/v1beta3/audit";
|
|
9
|
+
import * as _7 from "./audit/v1beta3/genesis";
|
|
10
|
+
import * as _8 from "./audit/v1beta3/query";
|
|
11
|
+
import * as _9 from "./base/attributes/v1/attribute";
|
|
12
|
+
import * as _10 from "./base/resources/v1beta4/cpu";
|
|
13
|
+
import * as _11 from "./base/resources/v1beta4/endpoint";
|
|
14
|
+
import * as _12 from "./base/resources/v1beta4/gpu";
|
|
15
|
+
import * as _13 from "./base/resources/v1beta4/memory";
|
|
16
|
+
import * as _14 from "./base/resources/v1beta4/resources";
|
|
17
|
+
import * as _15 from "./base/resources/v1beta4/resourcevalue";
|
|
18
|
+
import * as _16 from "./base/resources/v1beta4/storage";
|
|
19
|
+
import * as _17 from "./base/v1beta3/attribute";
|
|
20
|
+
import * as _18 from "./base/v1beta3/cpu";
|
|
21
|
+
import * as _19 from "./base/v1beta3/endpoint";
|
|
22
|
+
import * as _20 from "./base/v1beta3/gpu";
|
|
23
|
+
import * as _21 from "./base/v1beta3/memory";
|
|
24
|
+
import * as _22 from "./base/v1beta3/resources";
|
|
25
|
+
import * as _23 from "./base/v1beta3/resourcevalue";
|
|
26
|
+
import * as _24 from "./base/v1beta3/storage";
|
|
27
|
+
import * as _25 from "./cert/v1/cert";
|
|
28
|
+
import * as _26 from "./cert/v1/filters";
|
|
29
|
+
import * as _27 from "./cert/v1/genesis";
|
|
30
|
+
import * as _28 from "./cert/v1/msg";
|
|
31
|
+
import * as _29 from "./cert/v1/query";
|
|
32
|
+
import * as _30 from "./cert/v1/service";
|
|
33
|
+
import * as _31 from "./cert/v1beta3/cert";
|
|
34
|
+
import * as _32 from "./cert/v1beta3/genesis";
|
|
35
|
+
import * as _33 from "./cert/v1beta3/query";
|
|
36
|
+
import * as _34 from "./deployment/v1/authz";
|
|
37
|
+
import * as _35 from "./deployment/v1/deployment";
|
|
38
|
+
import * as _36 from "./deployment/v1/event";
|
|
39
|
+
import * as _37 from "./deployment/v1/group";
|
|
40
|
+
import * as _38 from "./deployment/v1/msg";
|
|
41
|
+
import * as _39 from "./deployment/v1beta3/authz";
|
|
42
|
+
import * as _40 from "./deployment/v1beta3/deployment";
|
|
43
|
+
import * as _41 from "./deployment/v1beta3/deploymentmsg";
|
|
44
|
+
import * as _42 from "./deployment/v1beta3/genesis";
|
|
45
|
+
import * as _43 from "./deployment/v1beta3/group";
|
|
46
|
+
import * as _44 from "./deployment/v1beta3/groupid";
|
|
47
|
+
import * as _45 from "./deployment/v1beta3/groupmsg";
|
|
48
|
+
import * as _46 from "./deployment/v1beta3/groupspec";
|
|
49
|
+
import * as _47 from "./deployment/v1beta3/params";
|
|
50
|
+
import * as _48 from "./deployment/v1beta3/query";
|
|
51
|
+
import * as _49 from "./deployment/v1beta3/resourceunit";
|
|
52
|
+
import * as _50 from "./deployment/v1beta3/service";
|
|
53
|
+
import * as _51 from "./deployment/v1beta4/deploymentmsg";
|
|
54
|
+
import * as _52 from "./deployment/v1beta4/filters";
|
|
55
|
+
import * as _53 from "./deployment/v1beta4/genesis";
|
|
56
|
+
import * as _54 from "./deployment/v1beta4/group";
|
|
57
|
+
import * as _55 from "./deployment/v1beta4/groupmsg";
|
|
58
|
+
import * as _56 from "./deployment/v1beta4/groupspec";
|
|
59
|
+
import * as _57 from "./deployment/v1beta4/params";
|
|
60
|
+
import * as _58 from "./deployment/v1beta4/paramsmsg";
|
|
61
|
+
import * as _59 from "./deployment/v1beta4/query";
|
|
62
|
+
import * as _60 from "./deployment/v1beta4/resourceunit";
|
|
63
|
+
import * as _61 from "./deployment/v1beta4/service";
|
|
64
|
+
import * as _62 from "./discovery/v1/akash";
|
|
65
|
+
import * as _63 from "./discovery/v1/client_info";
|
|
66
|
+
import * as _64 from "./escrow/v1/account";
|
|
67
|
+
import * as _65 from "./escrow/v1/accountid";
|
|
68
|
+
import * as _66 from "./escrow/v1/fractional_payment";
|
|
69
|
+
import * as _67 from "./escrow/v1/genesis";
|
|
70
|
+
import * as _68 from "./escrow/v1/query";
|
|
71
|
+
import * as _69 from "./escrow/v1beta3/genesis";
|
|
72
|
+
import * as _70 from "./escrow/v1beta3/query";
|
|
73
|
+
import * as _71 from "./escrow/v1beta3/types";
|
|
74
|
+
import * as _72 from "./market/v1/bid";
|
|
75
|
+
import * as _73 from "./market/v1/event";
|
|
76
|
+
import * as _74 from "./market/v1/filters";
|
|
77
|
+
import * as _75 from "./market/v1/lease";
|
|
78
|
+
import * as _76 from "./market/v1/order";
|
|
79
|
+
import * as _77 from "./market/v1beta4/bid";
|
|
80
|
+
import * as _78 from "./market/v1beta4/genesis";
|
|
81
|
+
import * as _79 from "./market/v1beta4/lease";
|
|
82
|
+
import * as _80 from "./market/v1beta4/order";
|
|
83
|
+
import * as _81 from "./market/v1beta4/params";
|
|
84
|
+
import * as _82 from "./market/v1beta4/query";
|
|
85
|
+
import * as _83 from "./market/v1beta4/service";
|
|
86
|
+
import * as _84 from "./market/v1beta5/bid";
|
|
87
|
+
import * as _85 from "./market/v1beta5/bidmsg";
|
|
88
|
+
import * as _86 from "./market/v1beta5/filters";
|
|
89
|
+
import * as _87 from "./market/v1beta5/genesis";
|
|
90
|
+
import * as _88 from "./market/v1beta5/leasemsg";
|
|
91
|
+
import * as _89 from "./market/v1beta5/order";
|
|
92
|
+
import * as _90 from "./market/v1beta5/params";
|
|
93
|
+
import * as _91 from "./market/v1beta5/paramsmsg";
|
|
94
|
+
import * as _92 from "./market/v1beta5/query";
|
|
95
|
+
import * as _93 from "./market/v1beta5/resourcesoffer";
|
|
96
|
+
import * as _94 from "./market/v1beta5/service";
|
|
97
|
+
import * as _95 from "./provider/v1beta3/genesis";
|
|
98
|
+
import * as _96 from "./provider/v1beta3/provider";
|
|
99
|
+
import * as _97 from "./provider/v1beta3/query";
|
|
100
|
+
import * as _98 from "./provider/v1beta4/event";
|
|
101
|
+
import * as _99 from "./provider/v1beta4/genesis";
|
|
102
|
+
import * as _100 from "./provider/v1beta4/msg";
|
|
103
|
+
import * as _101 from "./provider/v1beta4/provider";
|
|
104
|
+
import * as _102 from "./provider/v1beta4/query";
|
|
105
|
+
import * as _103 from "./provider/v1beta4/service";
|
|
106
|
+
import * as _104 from "./take/v1/genesis";
|
|
107
|
+
import * as _105 from "./take/v1/params";
|
|
108
|
+
import * as _106 from "./take/v1/paramsmsg";
|
|
109
|
+
import * as _107 from "./take/v1/query";
|
|
110
|
+
import * as _108 from "./take/v1/service";
|
|
111
|
+
import * as _109 from "./take/v1beta3/genesis";
|
|
112
|
+
import * as _110 from "./take/v1beta3/params";
|
|
113
|
+
import * as _111 from "./take/v1beta3/query";
|
|
114
|
+
import * as _485 from "./audit/v1/service.amino";
|
|
115
|
+
import * as _486 from "./audit/v1beta3/audit.amino";
|
|
116
|
+
import * as _487 from "./cert/v1/service.amino";
|
|
117
|
+
import * as _488 from "./cert/v1beta3/cert.amino";
|
|
118
|
+
import * as _489 from "./deployment/v1beta3/service.amino";
|
|
119
|
+
import * as _490 from "./deployment/v1beta4/service.amino";
|
|
120
|
+
import * as _491 from "./market/v1beta4/service.amino";
|
|
121
|
+
import * as _492 from "./market/v1beta5/service.amino";
|
|
122
|
+
import * as _493 from "./provider/v1beta3/provider.amino";
|
|
123
|
+
import * as _494 from "./provider/v1beta4/service.amino";
|
|
124
|
+
import * as _495 from "./take/v1/service.amino";
|
|
125
|
+
import * as _496 from "./audit/v1/service.registry";
|
|
126
|
+
import * as _497 from "./audit/v1beta3/audit.registry";
|
|
127
|
+
import * as _498 from "./cert/v1/service.registry";
|
|
128
|
+
import * as _499 from "./cert/v1beta3/cert.registry";
|
|
129
|
+
import * as _500 from "./deployment/v1beta3/service.registry";
|
|
130
|
+
import * as _501 from "./deployment/v1beta4/service.registry";
|
|
131
|
+
import * as _502 from "./market/v1beta4/service.registry";
|
|
132
|
+
import * as _503 from "./market/v1beta5/service.registry";
|
|
133
|
+
import * as _504 from "./provider/v1beta3/provider.registry";
|
|
134
|
+
import * as _505 from "./provider/v1beta4/service.registry";
|
|
135
|
+
import * as _506 from "./take/v1/service.registry";
|
|
136
|
+
import * as _507 from "./audit/v1/query.lcd";
|
|
137
|
+
import * as _508 from "./audit/v1beta3/query.lcd";
|
|
138
|
+
import * as _509 from "./cert/v1/query.lcd";
|
|
139
|
+
import * as _510 from "./cert/v1beta3/query.lcd";
|
|
140
|
+
import * as _511 from "./deployment/v1beta3/query.lcd";
|
|
141
|
+
import * as _512 from "./deployment/v1beta4/query.lcd";
|
|
142
|
+
import * as _513 from "./escrow/v1/query.lcd";
|
|
143
|
+
import * as _514 from "./escrow/v1beta3/query.lcd";
|
|
144
|
+
import * as _515 from "./market/v1beta4/query.lcd";
|
|
145
|
+
import * as _516 from "./market/v1beta5/query.lcd";
|
|
146
|
+
import * as _517 from "./provider/v1beta3/query.lcd";
|
|
147
|
+
import * as _518 from "./provider/v1beta4/query.lcd";
|
|
148
|
+
import * as _519 from "./take/v1/query.lcd";
|
|
149
|
+
import * as _520 from "./audit/v1/query.rpc.Query";
|
|
150
|
+
import * as _521 from "./audit/v1beta3/query.rpc.Query";
|
|
151
|
+
import * as _522 from "./cert/v1/query.rpc.Query";
|
|
152
|
+
import * as _523 from "./cert/v1beta3/query.rpc.Query";
|
|
153
|
+
import * as _524 from "./deployment/v1beta3/query.rpc.Query";
|
|
154
|
+
import * as _525 from "./deployment/v1beta4/query.rpc.Query";
|
|
155
|
+
import * as _526 from "./escrow/v1/query.rpc.Query";
|
|
156
|
+
import * as _527 from "./escrow/v1beta3/query.rpc.Query";
|
|
157
|
+
import * as _528 from "./market/v1beta4/query.rpc.Query";
|
|
158
|
+
import * as _529 from "./market/v1beta5/query.rpc.Query";
|
|
159
|
+
import * as _530 from "./provider/v1beta3/query.rpc.Query";
|
|
160
|
+
import * as _531 from "./provider/v1beta4/query.rpc.Query";
|
|
161
|
+
import * as _532 from "./take/v1/query.rpc.Query";
|
|
162
|
+
import * as _533 from "./take/v1beta3/query.rpc.Query";
|
|
163
|
+
import * as _534 from "./audit/v1/service.rpc.msg";
|
|
164
|
+
import * as _535 from "./audit/v1beta3/audit.rpc.msg";
|
|
165
|
+
import * as _536 from "./cert/v1/service.rpc.msg";
|
|
166
|
+
import * as _537 from "./cert/v1beta3/cert.rpc.msg";
|
|
167
|
+
import * as _538 from "./deployment/v1beta3/service.rpc.msg";
|
|
168
|
+
import * as _539 from "./deployment/v1beta4/service.rpc.msg";
|
|
169
|
+
import * as _540 from "./market/v1beta4/service.rpc.msg";
|
|
170
|
+
import * as _541 from "./market/v1beta5/service.rpc.msg";
|
|
171
|
+
import * as _542 from "./provider/v1beta3/provider.rpc.msg";
|
|
172
|
+
import * as _543 from "./provider/v1beta4/service.rpc.msg";
|
|
173
|
+
import * as _544 from "./take/v1/service.rpc.msg";
|
|
174
|
+
import * as _775 from "./lcd";
|
|
175
|
+
import * as _776 from "./rpc.query";
|
|
176
|
+
import * as _777 from "./rpc.tx";
|
|
177
|
+
export var akash;
|
|
178
|
+
(function (akash) {
|
|
179
|
+
let audit;
|
|
180
|
+
(function (audit) {
|
|
181
|
+
audit.v1 = {
|
|
182
|
+
..._0,
|
|
183
|
+
..._1,
|
|
184
|
+
..._2,
|
|
185
|
+
..._3,
|
|
186
|
+
..._4,
|
|
187
|
+
..._5,
|
|
188
|
+
..._485,
|
|
189
|
+
..._496,
|
|
190
|
+
..._507,
|
|
191
|
+
..._520,
|
|
192
|
+
..._534
|
|
193
|
+
};
|
|
194
|
+
audit.v1beta3 = {
|
|
195
|
+
..._6,
|
|
196
|
+
..._7,
|
|
197
|
+
..._8,
|
|
198
|
+
..._486,
|
|
199
|
+
..._497,
|
|
200
|
+
..._508,
|
|
201
|
+
..._521,
|
|
202
|
+
..._535
|
|
203
|
+
};
|
|
204
|
+
})(audit = akash.audit || (akash.audit = {}));
|
|
205
|
+
let base;
|
|
206
|
+
(function (base) {
|
|
207
|
+
let attributes;
|
|
208
|
+
(function (attributes) {
|
|
209
|
+
attributes.v1 = {
|
|
210
|
+
..._9
|
|
211
|
+
};
|
|
212
|
+
})(attributes = base.attributes || (base.attributes = {}));
|
|
213
|
+
let resources;
|
|
214
|
+
(function (resources) {
|
|
215
|
+
resources.v1beta4 = {
|
|
216
|
+
..._10,
|
|
217
|
+
..._11,
|
|
218
|
+
..._12,
|
|
219
|
+
..._13,
|
|
220
|
+
..._14,
|
|
221
|
+
..._15,
|
|
222
|
+
..._16
|
|
223
|
+
};
|
|
224
|
+
})(resources = base.resources || (base.resources = {}));
|
|
225
|
+
base.v1beta3 = {
|
|
226
|
+
..._17,
|
|
227
|
+
..._18,
|
|
228
|
+
..._19,
|
|
229
|
+
..._20,
|
|
230
|
+
..._21,
|
|
231
|
+
..._22,
|
|
232
|
+
..._23,
|
|
233
|
+
..._24
|
|
234
|
+
};
|
|
235
|
+
})(base = akash.base || (akash.base = {}));
|
|
236
|
+
let cert;
|
|
237
|
+
(function (cert) {
|
|
238
|
+
cert.v1 = {
|
|
239
|
+
..._25,
|
|
240
|
+
..._26,
|
|
241
|
+
..._27,
|
|
242
|
+
..._28,
|
|
243
|
+
..._29,
|
|
244
|
+
..._30,
|
|
245
|
+
..._487,
|
|
246
|
+
..._498,
|
|
247
|
+
..._509,
|
|
248
|
+
..._522,
|
|
249
|
+
..._536
|
|
250
|
+
};
|
|
251
|
+
cert.v1beta3 = {
|
|
252
|
+
..._31,
|
|
253
|
+
..._32,
|
|
254
|
+
..._33,
|
|
255
|
+
..._488,
|
|
256
|
+
..._499,
|
|
257
|
+
..._510,
|
|
258
|
+
..._523,
|
|
259
|
+
..._537
|
|
260
|
+
};
|
|
261
|
+
})(cert = akash.cert || (akash.cert = {}));
|
|
262
|
+
let deployment;
|
|
263
|
+
(function (deployment) {
|
|
264
|
+
deployment.v1 = {
|
|
265
|
+
..._34,
|
|
266
|
+
..._35,
|
|
267
|
+
..._36,
|
|
268
|
+
..._37,
|
|
269
|
+
..._38
|
|
270
|
+
};
|
|
271
|
+
deployment.v1beta3 = {
|
|
272
|
+
..._39,
|
|
273
|
+
..._40,
|
|
274
|
+
..._41,
|
|
275
|
+
..._42,
|
|
276
|
+
..._43,
|
|
277
|
+
..._44,
|
|
278
|
+
..._45,
|
|
279
|
+
..._46,
|
|
280
|
+
..._47,
|
|
281
|
+
..._48,
|
|
282
|
+
..._49,
|
|
283
|
+
..._50,
|
|
284
|
+
..._489,
|
|
285
|
+
..._500,
|
|
286
|
+
..._511,
|
|
287
|
+
..._524,
|
|
288
|
+
..._538
|
|
289
|
+
};
|
|
290
|
+
deployment.v1beta4 = {
|
|
291
|
+
..._51,
|
|
292
|
+
..._52,
|
|
293
|
+
..._53,
|
|
294
|
+
..._54,
|
|
295
|
+
..._55,
|
|
296
|
+
..._56,
|
|
297
|
+
..._57,
|
|
298
|
+
..._58,
|
|
299
|
+
..._59,
|
|
300
|
+
..._60,
|
|
301
|
+
..._61,
|
|
302
|
+
..._490,
|
|
303
|
+
..._501,
|
|
304
|
+
..._512,
|
|
305
|
+
..._525,
|
|
306
|
+
..._539
|
|
307
|
+
};
|
|
308
|
+
})(deployment = akash.deployment || (akash.deployment = {}));
|
|
309
|
+
let discovery;
|
|
310
|
+
(function (discovery) {
|
|
311
|
+
discovery.v1 = {
|
|
312
|
+
..._62,
|
|
313
|
+
..._63
|
|
314
|
+
};
|
|
315
|
+
})(discovery = akash.discovery || (akash.discovery = {}));
|
|
316
|
+
let escrow;
|
|
317
|
+
(function (escrow) {
|
|
318
|
+
escrow.v1 = {
|
|
319
|
+
..._64,
|
|
320
|
+
..._65,
|
|
321
|
+
..._66,
|
|
322
|
+
..._67,
|
|
323
|
+
..._68,
|
|
324
|
+
..._513,
|
|
325
|
+
..._526
|
|
326
|
+
};
|
|
327
|
+
escrow.v1beta3 = {
|
|
328
|
+
..._69,
|
|
329
|
+
..._70,
|
|
330
|
+
..._71,
|
|
331
|
+
..._514,
|
|
332
|
+
..._527
|
|
333
|
+
};
|
|
334
|
+
})(escrow = akash.escrow || (akash.escrow = {}));
|
|
335
|
+
let market;
|
|
336
|
+
(function (market) {
|
|
337
|
+
market.v1 = {
|
|
338
|
+
..._72,
|
|
339
|
+
..._73,
|
|
340
|
+
..._74,
|
|
341
|
+
..._75,
|
|
342
|
+
..._76
|
|
343
|
+
};
|
|
344
|
+
market.v1beta4 = {
|
|
345
|
+
..._77,
|
|
346
|
+
..._78,
|
|
347
|
+
..._79,
|
|
348
|
+
..._80,
|
|
349
|
+
..._81,
|
|
350
|
+
..._82,
|
|
351
|
+
..._83,
|
|
352
|
+
..._491,
|
|
353
|
+
..._502,
|
|
354
|
+
..._515,
|
|
355
|
+
..._528,
|
|
356
|
+
..._540
|
|
357
|
+
};
|
|
358
|
+
market.v1beta5 = {
|
|
359
|
+
..._84,
|
|
360
|
+
..._85,
|
|
361
|
+
..._86,
|
|
362
|
+
..._87,
|
|
363
|
+
..._88,
|
|
364
|
+
..._89,
|
|
365
|
+
..._90,
|
|
366
|
+
..._91,
|
|
367
|
+
..._92,
|
|
368
|
+
..._93,
|
|
369
|
+
..._94,
|
|
370
|
+
..._492,
|
|
371
|
+
..._503,
|
|
372
|
+
..._516,
|
|
373
|
+
..._529,
|
|
374
|
+
..._541
|
|
375
|
+
};
|
|
376
|
+
})(market = akash.market || (akash.market = {}));
|
|
377
|
+
let provider;
|
|
378
|
+
(function (provider) {
|
|
379
|
+
provider.v1beta3 = {
|
|
380
|
+
..._95,
|
|
381
|
+
..._96,
|
|
382
|
+
..._97,
|
|
383
|
+
..._493,
|
|
384
|
+
..._504,
|
|
385
|
+
..._517,
|
|
386
|
+
..._530,
|
|
387
|
+
..._542
|
|
388
|
+
};
|
|
389
|
+
provider.v1beta4 = {
|
|
390
|
+
..._98,
|
|
391
|
+
..._99,
|
|
392
|
+
..._100,
|
|
393
|
+
..._101,
|
|
394
|
+
..._102,
|
|
395
|
+
..._103,
|
|
396
|
+
..._494,
|
|
397
|
+
..._505,
|
|
398
|
+
..._518,
|
|
399
|
+
..._531,
|
|
400
|
+
..._543
|
|
401
|
+
};
|
|
402
|
+
})(provider = akash.provider || (akash.provider = {}));
|
|
403
|
+
let take;
|
|
404
|
+
(function (take) {
|
|
405
|
+
take.v1 = {
|
|
406
|
+
..._104,
|
|
407
|
+
..._105,
|
|
408
|
+
..._106,
|
|
409
|
+
..._107,
|
|
410
|
+
..._108,
|
|
411
|
+
..._495,
|
|
412
|
+
..._506,
|
|
413
|
+
..._519,
|
|
414
|
+
..._532,
|
|
415
|
+
..._544
|
|
416
|
+
};
|
|
417
|
+
take.v1beta3 = {
|
|
418
|
+
..._109,
|
|
419
|
+
..._110,
|
|
420
|
+
..._111,
|
|
421
|
+
..._533
|
|
422
|
+
};
|
|
423
|
+
})(take = akash.take || (akash.take = {}));
|
|
424
|
+
akash.ClientFactory = {
|
|
425
|
+
..._775,
|
|
426
|
+
..._776,
|
|
427
|
+
..._777
|
|
428
|
+
};
|
|
429
|
+
})(akash || (akash = {}));
|