@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,769 @@
|
|
|
1
|
+
import { OrderFilters, OrderFiltersAmino, BidFilters, BidFiltersAmino } from "./filters";
|
|
2
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
3
|
+
import { OrderID, OrderIDAmino } from "../v1/order";
|
|
4
|
+
import { BidID, BidIDAmino } from "../v1/bid";
|
|
5
|
+
import { LeaseFilters, LeaseFiltersAmino } from "../v1/filters";
|
|
6
|
+
import { LeaseID, LeaseIDAmino, Lease, LeaseAmino } from "../v1/lease";
|
|
7
|
+
import { Order, OrderAmino } from "./order";
|
|
8
|
+
import { Bid, BidAmino } from "./bid";
|
|
9
|
+
import { Account, AccountAmino } from "../../escrow/v1/account";
|
|
10
|
+
import { FractionalPayment, FractionalPaymentAmino } from "../../escrow/v1/fractional_payment";
|
|
11
|
+
import { Params, ParamsAmino } from "./params";
|
|
12
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
13
|
+
import { DeepPartial } from "../../../helpers";
|
|
14
|
+
/**
|
|
15
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method.
|
|
16
|
+
* @name QueryOrdersRequest
|
|
17
|
+
* @package akash.market.v1beta5
|
|
18
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface QueryOrdersRequest {
|
|
21
|
+
/**
|
|
22
|
+
* Filters holds the fields to filter orders.
|
|
23
|
+
*/
|
|
24
|
+
filters: OrderFilters;
|
|
25
|
+
/**
|
|
26
|
+
* Pagination is used to paginate request.
|
|
27
|
+
*/
|
|
28
|
+
pagination?: PageRequest;
|
|
29
|
+
}
|
|
30
|
+
export interface QueryOrdersRequestProtoMsg {
|
|
31
|
+
typeUrl: "/akash.market.v1beta5.QueryOrdersRequest";
|
|
32
|
+
value: Uint8Array;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method.
|
|
36
|
+
* @name QueryOrdersRequestAmino
|
|
37
|
+
* @package akash.market.v1beta5
|
|
38
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersRequest
|
|
39
|
+
*/
|
|
40
|
+
export interface QueryOrdersRequestAmino {
|
|
41
|
+
/**
|
|
42
|
+
* Filters holds the fields to filter orders.
|
|
43
|
+
*/
|
|
44
|
+
filters?: OrderFiltersAmino;
|
|
45
|
+
/**
|
|
46
|
+
* Pagination is used to paginate request.
|
|
47
|
+
*/
|
|
48
|
+
pagination?: PageRequestAmino;
|
|
49
|
+
}
|
|
50
|
+
export interface QueryOrdersRequestAminoMsg {
|
|
51
|
+
type: "/akash.market.v1beta5.QueryOrdersRequest";
|
|
52
|
+
value: QueryOrdersRequestAmino;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
56
|
+
* @name QueryOrdersResponse
|
|
57
|
+
* @package akash.market.v1beta5
|
|
58
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersResponse
|
|
59
|
+
*/
|
|
60
|
+
export interface QueryOrdersResponse {
|
|
61
|
+
/**
|
|
62
|
+
* Orders is a list of market orders.
|
|
63
|
+
*/
|
|
64
|
+
orders: Order[];
|
|
65
|
+
/**
|
|
66
|
+
* Pagination contains the information about response pagination.
|
|
67
|
+
*/
|
|
68
|
+
pagination?: PageResponse;
|
|
69
|
+
}
|
|
70
|
+
export interface QueryOrdersResponseProtoMsg {
|
|
71
|
+
typeUrl: "/akash.market.v1beta5.QueryOrdersResponse";
|
|
72
|
+
value: Uint8Array;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
76
|
+
* @name QueryOrdersResponseAmino
|
|
77
|
+
* @package akash.market.v1beta5
|
|
78
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersResponse
|
|
79
|
+
*/
|
|
80
|
+
export interface QueryOrdersResponseAmino {
|
|
81
|
+
/**
|
|
82
|
+
* Orders is a list of market orders.
|
|
83
|
+
*/
|
|
84
|
+
orders?: OrderAmino[];
|
|
85
|
+
/**
|
|
86
|
+
* Pagination contains the information about response pagination.
|
|
87
|
+
*/
|
|
88
|
+
pagination?: PageResponseAmino;
|
|
89
|
+
}
|
|
90
|
+
export interface QueryOrdersResponseAminoMsg {
|
|
91
|
+
type: "/akash.market.v1beta5.QueryOrdersResponse";
|
|
92
|
+
value: QueryOrdersResponseAmino;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* QueryOrderRequest is request type for the Query/Order RPC method.
|
|
96
|
+
* @name QueryOrderRequest
|
|
97
|
+
* @package akash.market.v1beta5
|
|
98
|
+
* @see proto type: akash.market.v1beta5.QueryOrderRequest
|
|
99
|
+
*/
|
|
100
|
+
export interface QueryOrderRequest {
|
|
101
|
+
/**
|
|
102
|
+
* Id is the unique identifier of the Order.
|
|
103
|
+
*/
|
|
104
|
+
id: OrderID;
|
|
105
|
+
}
|
|
106
|
+
export interface QueryOrderRequestProtoMsg {
|
|
107
|
+
typeUrl: "/akash.market.v1beta5.QueryOrderRequest";
|
|
108
|
+
value: Uint8Array;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* QueryOrderRequest is request type for the Query/Order RPC method.
|
|
112
|
+
* @name QueryOrderRequestAmino
|
|
113
|
+
* @package akash.market.v1beta5
|
|
114
|
+
* @see proto type: akash.market.v1beta5.QueryOrderRequest
|
|
115
|
+
*/
|
|
116
|
+
export interface QueryOrderRequestAmino {
|
|
117
|
+
/**
|
|
118
|
+
* Id is the unique identifier of the Order.
|
|
119
|
+
*/
|
|
120
|
+
id?: OrderIDAmino;
|
|
121
|
+
}
|
|
122
|
+
export interface QueryOrderRequestAminoMsg {
|
|
123
|
+
type: "/akash.market.v1beta5.QueryOrderRequest";
|
|
124
|
+
value: QueryOrderRequestAmino;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* QueryOrderResponse is response type for the Query/Order RPC method.
|
|
128
|
+
* @name QueryOrderResponse
|
|
129
|
+
* @package akash.market.v1beta5
|
|
130
|
+
* @see proto type: akash.market.v1beta5.QueryOrderResponse
|
|
131
|
+
*/
|
|
132
|
+
export interface QueryOrderResponse {
|
|
133
|
+
/**
|
|
134
|
+
* Order represents a market order.
|
|
135
|
+
*/
|
|
136
|
+
order: Order;
|
|
137
|
+
}
|
|
138
|
+
export interface QueryOrderResponseProtoMsg {
|
|
139
|
+
typeUrl: "/akash.market.v1beta5.QueryOrderResponse";
|
|
140
|
+
value: Uint8Array;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* QueryOrderResponse is response type for the Query/Order RPC method.
|
|
144
|
+
* @name QueryOrderResponseAmino
|
|
145
|
+
* @package akash.market.v1beta5
|
|
146
|
+
* @see proto type: akash.market.v1beta5.QueryOrderResponse
|
|
147
|
+
*/
|
|
148
|
+
export interface QueryOrderResponseAmino {
|
|
149
|
+
/**
|
|
150
|
+
* Order represents a market order.
|
|
151
|
+
*/
|
|
152
|
+
order?: OrderAmino;
|
|
153
|
+
}
|
|
154
|
+
export interface QueryOrderResponseAminoMsg {
|
|
155
|
+
type: "/akash.market.v1beta5.QueryOrderResponse";
|
|
156
|
+
value: QueryOrderResponseAmino;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method.
|
|
160
|
+
* @name QueryBidsRequest
|
|
161
|
+
* @package akash.market.v1beta5
|
|
162
|
+
* @see proto type: akash.market.v1beta5.QueryBidsRequest
|
|
163
|
+
*/
|
|
164
|
+
export interface QueryBidsRequest {
|
|
165
|
+
/**
|
|
166
|
+
* Filters holds the fields to filter bids.
|
|
167
|
+
*/
|
|
168
|
+
filters: BidFilters;
|
|
169
|
+
/**
|
|
170
|
+
* Pagination is used to paginate request.
|
|
171
|
+
*/
|
|
172
|
+
pagination?: PageRequest;
|
|
173
|
+
}
|
|
174
|
+
export interface QueryBidsRequestProtoMsg {
|
|
175
|
+
typeUrl: "/akash.market.v1beta5.QueryBidsRequest";
|
|
176
|
+
value: Uint8Array;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method.
|
|
180
|
+
* @name QueryBidsRequestAmino
|
|
181
|
+
* @package akash.market.v1beta5
|
|
182
|
+
* @see proto type: akash.market.v1beta5.QueryBidsRequest
|
|
183
|
+
*/
|
|
184
|
+
export interface QueryBidsRequestAmino {
|
|
185
|
+
/**
|
|
186
|
+
* Filters holds the fields to filter bids.
|
|
187
|
+
*/
|
|
188
|
+
filters?: BidFiltersAmino;
|
|
189
|
+
/**
|
|
190
|
+
* Pagination is used to paginate request.
|
|
191
|
+
*/
|
|
192
|
+
pagination?: PageRequestAmino;
|
|
193
|
+
}
|
|
194
|
+
export interface QueryBidsRequestAminoMsg {
|
|
195
|
+
type: "/akash.market.v1beta5.QueryBidsRequest";
|
|
196
|
+
value: QueryBidsRequestAmino;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
200
|
+
* @name QueryBidsResponse
|
|
201
|
+
* @package akash.market.v1beta5
|
|
202
|
+
* @see proto type: akash.market.v1beta5.QueryBidsResponse
|
|
203
|
+
*/
|
|
204
|
+
export interface QueryBidsResponse {
|
|
205
|
+
/**
|
|
206
|
+
* Bids is a list of deployment bids.
|
|
207
|
+
*/
|
|
208
|
+
bids: QueryBidResponse[];
|
|
209
|
+
/**
|
|
210
|
+
* Pagination contains the information about response pagination.
|
|
211
|
+
*/
|
|
212
|
+
pagination?: PageResponse;
|
|
213
|
+
}
|
|
214
|
+
export interface QueryBidsResponseProtoMsg {
|
|
215
|
+
typeUrl: "/akash.market.v1beta5.QueryBidsResponse";
|
|
216
|
+
value: Uint8Array;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
220
|
+
* @name QueryBidsResponseAmino
|
|
221
|
+
* @package akash.market.v1beta5
|
|
222
|
+
* @see proto type: akash.market.v1beta5.QueryBidsResponse
|
|
223
|
+
*/
|
|
224
|
+
export interface QueryBidsResponseAmino {
|
|
225
|
+
/**
|
|
226
|
+
* Bids is a list of deployment bids.
|
|
227
|
+
*/
|
|
228
|
+
bids?: QueryBidResponseAmino[];
|
|
229
|
+
/**
|
|
230
|
+
* Pagination contains the information about response pagination.
|
|
231
|
+
*/
|
|
232
|
+
pagination?: PageResponseAmino;
|
|
233
|
+
}
|
|
234
|
+
export interface QueryBidsResponseAminoMsg {
|
|
235
|
+
type: "/akash.market.v1beta5.QueryBidsResponse";
|
|
236
|
+
value: QueryBidsResponseAmino;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* QueryBidRequest is request type for the Query/Bid RPC method.
|
|
240
|
+
* @name QueryBidRequest
|
|
241
|
+
* @package akash.market.v1beta5
|
|
242
|
+
* @see proto type: akash.market.v1beta5.QueryBidRequest
|
|
243
|
+
*/
|
|
244
|
+
export interface QueryBidRequest {
|
|
245
|
+
/**
|
|
246
|
+
* Id is the unique identifier for the Bid.
|
|
247
|
+
*/
|
|
248
|
+
id: BidID;
|
|
249
|
+
}
|
|
250
|
+
export interface QueryBidRequestProtoMsg {
|
|
251
|
+
typeUrl: "/akash.market.v1beta5.QueryBidRequest";
|
|
252
|
+
value: Uint8Array;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* QueryBidRequest is request type for the Query/Bid RPC method.
|
|
256
|
+
* @name QueryBidRequestAmino
|
|
257
|
+
* @package akash.market.v1beta5
|
|
258
|
+
* @see proto type: akash.market.v1beta5.QueryBidRequest
|
|
259
|
+
*/
|
|
260
|
+
export interface QueryBidRequestAmino {
|
|
261
|
+
/**
|
|
262
|
+
* Id is the unique identifier for the Bid.
|
|
263
|
+
*/
|
|
264
|
+
id?: BidIDAmino;
|
|
265
|
+
}
|
|
266
|
+
export interface QueryBidRequestAminoMsg {
|
|
267
|
+
type: "/akash.market.v1beta5.QueryBidRequest";
|
|
268
|
+
value: QueryBidRequestAmino;
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* QueryBidResponse is response type for the Query/Bid RPC method.
|
|
272
|
+
* @name QueryBidResponse
|
|
273
|
+
* @package akash.market.v1beta5
|
|
274
|
+
* @see proto type: akash.market.v1beta5.QueryBidResponse
|
|
275
|
+
*/
|
|
276
|
+
export interface QueryBidResponse {
|
|
277
|
+
/**
|
|
278
|
+
* Bid represents a deployment bid.
|
|
279
|
+
*/
|
|
280
|
+
bid: Bid;
|
|
281
|
+
/**
|
|
282
|
+
* EscrowAccount represents the escrow account created for the Bid.
|
|
283
|
+
*/
|
|
284
|
+
escrowAccount: Account;
|
|
285
|
+
}
|
|
286
|
+
export interface QueryBidResponseProtoMsg {
|
|
287
|
+
typeUrl: "/akash.market.v1beta5.QueryBidResponse";
|
|
288
|
+
value: Uint8Array;
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* QueryBidResponse is response type for the Query/Bid RPC method.
|
|
292
|
+
* @name QueryBidResponseAmino
|
|
293
|
+
* @package akash.market.v1beta5
|
|
294
|
+
* @see proto type: akash.market.v1beta5.QueryBidResponse
|
|
295
|
+
*/
|
|
296
|
+
export interface QueryBidResponseAmino {
|
|
297
|
+
/**
|
|
298
|
+
* Bid represents a deployment bid.
|
|
299
|
+
*/
|
|
300
|
+
bid?: BidAmino;
|
|
301
|
+
/**
|
|
302
|
+
* EscrowAccount represents the escrow account created for the Bid.
|
|
303
|
+
*/
|
|
304
|
+
escrow_account?: AccountAmino;
|
|
305
|
+
}
|
|
306
|
+
export interface QueryBidResponseAminoMsg {
|
|
307
|
+
type: "/akash.market.v1beta5.QueryBidResponse";
|
|
308
|
+
value: QueryBidResponseAmino;
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method.
|
|
312
|
+
* @name QueryLeasesRequest
|
|
313
|
+
* @package akash.market.v1beta5
|
|
314
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesRequest
|
|
315
|
+
*/
|
|
316
|
+
export interface QueryLeasesRequest {
|
|
317
|
+
/**
|
|
318
|
+
* Filters holds the fields to filter leases.
|
|
319
|
+
*/
|
|
320
|
+
filters: LeaseFilters;
|
|
321
|
+
/**
|
|
322
|
+
* Pagination is used to paginate request.
|
|
323
|
+
*/
|
|
324
|
+
pagination?: PageRequest;
|
|
325
|
+
}
|
|
326
|
+
export interface QueryLeasesRequestProtoMsg {
|
|
327
|
+
typeUrl: "/akash.market.v1beta5.QueryLeasesRequest";
|
|
328
|
+
value: Uint8Array;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method.
|
|
332
|
+
* @name QueryLeasesRequestAmino
|
|
333
|
+
* @package akash.market.v1beta5
|
|
334
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesRequest
|
|
335
|
+
*/
|
|
336
|
+
export interface QueryLeasesRequestAmino {
|
|
337
|
+
/**
|
|
338
|
+
* Filters holds the fields to filter leases.
|
|
339
|
+
*/
|
|
340
|
+
filters?: LeaseFiltersAmino;
|
|
341
|
+
/**
|
|
342
|
+
* Pagination is used to paginate request.
|
|
343
|
+
*/
|
|
344
|
+
pagination?: PageRequestAmino;
|
|
345
|
+
}
|
|
346
|
+
export interface QueryLeasesRequestAminoMsg {
|
|
347
|
+
type: "/akash.market.v1beta5.QueryLeasesRequest";
|
|
348
|
+
value: QueryLeasesRequestAmino;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method.
|
|
352
|
+
* @name QueryLeasesResponse
|
|
353
|
+
* @package akash.market.v1beta5
|
|
354
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesResponse
|
|
355
|
+
*/
|
|
356
|
+
export interface QueryLeasesResponse {
|
|
357
|
+
/**
|
|
358
|
+
* Leases is a list of Lease.
|
|
359
|
+
*/
|
|
360
|
+
leases: QueryLeaseResponse[];
|
|
361
|
+
/**
|
|
362
|
+
* Pagination contains the information about response pagination.
|
|
363
|
+
*/
|
|
364
|
+
pagination?: PageResponse;
|
|
365
|
+
}
|
|
366
|
+
export interface QueryLeasesResponseProtoMsg {
|
|
367
|
+
typeUrl: "/akash.market.v1beta5.QueryLeasesResponse";
|
|
368
|
+
value: Uint8Array;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method.
|
|
372
|
+
* @name QueryLeasesResponseAmino
|
|
373
|
+
* @package akash.market.v1beta5
|
|
374
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesResponse
|
|
375
|
+
*/
|
|
376
|
+
export interface QueryLeasesResponseAmino {
|
|
377
|
+
/**
|
|
378
|
+
* Leases is a list of Lease.
|
|
379
|
+
*/
|
|
380
|
+
leases?: QueryLeaseResponseAmino[];
|
|
381
|
+
/**
|
|
382
|
+
* Pagination contains the information about response pagination.
|
|
383
|
+
*/
|
|
384
|
+
pagination?: PageResponseAmino;
|
|
385
|
+
}
|
|
386
|
+
export interface QueryLeasesResponseAminoMsg {
|
|
387
|
+
type: "/akash.market.v1beta5.QueryLeasesResponse";
|
|
388
|
+
value: QueryLeasesResponseAmino;
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method.
|
|
392
|
+
* @name QueryLeaseRequest
|
|
393
|
+
* @package akash.market.v1beta5
|
|
394
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseRequest
|
|
395
|
+
*/
|
|
396
|
+
export interface QueryLeaseRequest {
|
|
397
|
+
/**
|
|
398
|
+
* Id is the unique identifier of the Lease.
|
|
399
|
+
*/
|
|
400
|
+
id: LeaseID;
|
|
401
|
+
}
|
|
402
|
+
export interface QueryLeaseRequestProtoMsg {
|
|
403
|
+
typeUrl: "/akash.market.v1beta5.QueryLeaseRequest";
|
|
404
|
+
value: Uint8Array;
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method.
|
|
408
|
+
* @name QueryLeaseRequestAmino
|
|
409
|
+
* @package akash.market.v1beta5
|
|
410
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseRequest
|
|
411
|
+
*/
|
|
412
|
+
export interface QueryLeaseRequestAmino {
|
|
413
|
+
/**
|
|
414
|
+
* Id is the unique identifier of the Lease.
|
|
415
|
+
*/
|
|
416
|
+
id?: LeaseIDAmino;
|
|
417
|
+
}
|
|
418
|
+
export interface QueryLeaseRequestAminoMsg {
|
|
419
|
+
type: "/akash.market.v1beta5.QueryLeaseRequest";
|
|
420
|
+
value: QueryLeaseRequestAmino;
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
424
|
+
* @name QueryLeaseResponse
|
|
425
|
+
* @package akash.market.v1beta5
|
|
426
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseResponse
|
|
427
|
+
*/
|
|
428
|
+
export interface QueryLeaseResponse {
|
|
429
|
+
/**
|
|
430
|
+
* Lease holds the lease for a deployment.
|
|
431
|
+
*/
|
|
432
|
+
lease: Lease;
|
|
433
|
+
/**
|
|
434
|
+
* EscrowPayment holds information about the Lease's fractional payment.
|
|
435
|
+
*/
|
|
436
|
+
escrowPayment: FractionalPayment;
|
|
437
|
+
}
|
|
438
|
+
export interface QueryLeaseResponseProtoMsg {
|
|
439
|
+
typeUrl: "/akash.market.v1beta5.QueryLeaseResponse";
|
|
440
|
+
value: Uint8Array;
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
444
|
+
* @name QueryLeaseResponseAmino
|
|
445
|
+
* @package akash.market.v1beta5
|
|
446
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseResponse
|
|
447
|
+
*/
|
|
448
|
+
export interface QueryLeaseResponseAmino {
|
|
449
|
+
/**
|
|
450
|
+
* Lease holds the lease for a deployment.
|
|
451
|
+
*/
|
|
452
|
+
lease?: LeaseAmino;
|
|
453
|
+
/**
|
|
454
|
+
* EscrowPayment holds information about the Lease's fractional payment.
|
|
455
|
+
*/
|
|
456
|
+
escrow_payment?: FractionalPaymentAmino;
|
|
457
|
+
}
|
|
458
|
+
export interface QueryLeaseResponseAminoMsg {
|
|
459
|
+
type: "/akash.market.v1beta5.QueryLeaseResponse";
|
|
460
|
+
value: QueryLeaseResponseAmino;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* QueryParamsRequest is the request type for the Query/Params RPC method.
|
|
464
|
+
* @name QueryParamsRequest
|
|
465
|
+
* @package akash.market.v1beta5
|
|
466
|
+
* @see proto type: akash.market.v1beta5.QueryParamsRequest
|
|
467
|
+
*/
|
|
468
|
+
export interface QueryParamsRequest {
|
|
469
|
+
}
|
|
470
|
+
export interface QueryParamsRequestProtoMsg {
|
|
471
|
+
typeUrl: "/akash.market.v1beta5.QueryParamsRequest";
|
|
472
|
+
value: Uint8Array;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* QueryParamsRequest is the request type for the Query/Params RPC method.
|
|
476
|
+
* @name QueryParamsRequestAmino
|
|
477
|
+
* @package akash.market.v1beta5
|
|
478
|
+
* @see proto type: akash.market.v1beta5.QueryParamsRequest
|
|
479
|
+
*/
|
|
480
|
+
export interface QueryParamsRequestAmino {
|
|
481
|
+
}
|
|
482
|
+
export interface QueryParamsRequestAminoMsg {
|
|
483
|
+
type: "/akash.market.v1beta5.QueryParamsRequest";
|
|
484
|
+
value: QueryParamsRequestAmino;
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
488
|
+
* @name QueryParamsResponse
|
|
489
|
+
* @package akash.market.v1beta5
|
|
490
|
+
* @see proto type: akash.market.v1beta5.QueryParamsResponse
|
|
491
|
+
*/
|
|
492
|
+
export interface QueryParamsResponse {
|
|
493
|
+
/**
|
|
494
|
+
* params defines the parameters of the module.
|
|
495
|
+
*/
|
|
496
|
+
params: Params;
|
|
497
|
+
}
|
|
498
|
+
export interface QueryParamsResponseProtoMsg {
|
|
499
|
+
typeUrl: "/akash.market.v1beta5.QueryParamsResponse";
|
|
500
|
+
value: Uint8Array;
|
|
501
|
+
}
|
|
502
|
+
/**
|
|
503
|
+
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
504
|
+
* @name QueryParamsResponseAmino
|
|
505
|
+
* @package akash.market.v1beta5
|
|
506
|
+
* @see proto type: akash.market.v1beta5.QueryParamsResponse
|
|
507
|
+
*/
|
|
508
|
+
export interface QueryParamsResponseAmino {
|
|
509
|
+
/**
|
|
510
|
+
* params defines the parameters of the module.
|
|
511
|
+
*/
|
|
512
|
+
params: ParamsAmino;
|
|
513
|
+
}
|
|
514
|
+
export interface QueryParamsResponseAminoMsg {
|
|
515
|
+
type: "/akash.market.v1beta5.QueryParamsResponse";
|
|
516
|
+
value: QueryParamsResponseAmino;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method.
|
|
520
|
+
* @name QueryOrdersRequest
|
|
521
|
+
* @package akash.market.v1beta5
|
|
522
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersRequest
|
|
523
|
+
*/
|
|
524
|
+
export declare const QueryOrdersRequest: {
|
|
525
|
+
typeUrl: string;
|
|
526
|
+
encode(message: QueryOrdersRequest, writer?: BinaryWriter): BinaryWriter;
|
|
527
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrdersRequest;
|
|
528
|
+
fromPartial(object: DeepPartial<QueryOrdersRequest>): QueryOrdersRequest;
|
|
529
|
+
fromAmino(object: QueryOrdersRequestAmino): QueryOrdersRequest;
|
|
530
|
+
toAmino(message: QueryOrdersRequest): QueryOrdersRequestAmino;
|
|
531
|
+
fromAminoMsg(object: QueryOrdersRequestAminoMsg): QueryOrdersRequest;
|
|
532
|
+
fromProtoMsg(message: QueryOrdersRequestProtoMsg): QueryOrdersRequest;
|
|
533
|
+
toProto(message: QueryOrdersRequest): Uint8Array;
|
|
534
|
+
toProtoMsg(message: QueryOrdersRequest): QueryOrdersRequestProtoMsg;
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
538
|
+
* @name QueryOrdersResponse
|
|
539
|
+
* @package akash.market.v1beta5
|
|
540
|
+
* @see proto type: akash.market.v1beta5.QueryOrdersResponse
|
|
541
|
+
*/
|
|
542
|
+
export declare const QueryOrdersResponse: {
|
|
543
|
+
typeUrl: string;
|
|
544
|
+
encode(message: QueryOrdersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
545
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrdersResponse;
|
|
546
|
+
fromPartial(object: DeepPartial<QueryOrdersResponse>): QueryOrdersResponse;
|
|
547
|
+
fromAmino(object: QueryOrdersResponseAmino): QueryOrdersResponse;
|
|
548
|
+
toAmino(message: QueryOrdersResponse): QueryOrdersResponseAmino;
|
|
549
|
+
fromAminoMsg(object: QueryOrdersResponseAminoMsg): QueryOrdersResponse;
|
|
550
|
+
fromProtoMsg(message: QueryOrdersResponseProtoMsg): QueryOrdersResponse;
|
|
551
|
+
toProto(message: QueryOrdersResponse): Uint8Array;
|
|
552
|
+
toProtoMsg(message: QueryOrdersResponse): QueryOrdersResponseProtoMsg;
|
|
553
|
+
};
|
|
554
|
+
/**
|
|
555
|
+
* QueryOrderRequest is request type for the Query/Order RPC method.
|
|
556
|
+
* @name QueryOrderRequest
|
|
557
|
+
* @package akash.market.v1beta5
|
|
558
|
+
* @see proto type: akash.market.v1beta5.QueryOrderRequest
|
|
559
|
+
*/
|
|
560
|
+
export declare const QueryOrderRequest: {
|
|
561
|
+
typeUrl: string;
|
|
562
|
+
encode(message: QueryOrderRequest, writer?: BinaryWriter): BinaryWriter;
|
|
563
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrderRequest;
|
|
564
|
+
fromPartial(object: DeepPartial<QueryOrderRequest>): QueryOrderRequest;
|
|
565
|
+
fromAmino(object: QueryOrderRequestAmino): QueryOrderRequest;
|
|
566
|
+
toAmino(message: QueryOrderRequest): QueryOrderRequestAmino;
|
|
567
|
+
fromAminoMsg(object: QueryOrderRequestAminoMsg): QueryOrderRequest;
|
|
568
|
+
fromProtoMsg(message: QueryOrderRequestProtoMsg): QueryOrderRequest;
|
|
569
|
+
toProto(message: QueryOrderRequest): Uint8Array;
|
|
570
|
+
toProtoMsg(message: QueryOrderRequest): QueryOrderRequestProtoMsg;
|
|
571
|
+
};
|
|
572
|
+
/**
|
|
573
|
+
* QueryOrderResponse is response type for the Query/Order RPC method.
|
|
574
|
+
* @name QueryOrderResponse
|
|
575
|
+
* @package akash.market.v1beta5
|
|
576
|
+
* @see proto type: akash.market.v1beta5.QueryOrderResponse
|
|
577
|
+
*/
|
|
578
|
+
export declare const QueryOrderResponse: {
|
|
579
|
+
typeUrl: string;
|
|
580
|
+
encode(message: QueryOrderResponse, writer?: BinaryWriter): BinaryWriter;
|
|
581
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrderResponse;
|
|
582
|
+
fromPartial(object: DeepPartial<QueryOrderResponse>): QueryOrderResponse;
|
|
583
|
+
fromAmino(object: QueryOrderResponseAmino): QueryOrderResponse;
|
|
584
|
+
toAmino(message: QueryOrderResponse): QueryOrderResponseAmino;
|
|
585
|
+
fromAminoMsg(object: QueryOrderResponseAminoMsg): QueryOrderResponse;
|
|
586
|
+
fromProtoMsg(message: QueryOrderResponseProtoMsg): QueryOrderResponse;
|
|
587
|
+
toProto(message: QueryOrderResponse): Uint8Array;
|
|
588
|
+
toProtoMsg(message: QueryOrderResponse): QueryOrderResponseProtoMsg;
|
|
589
|
+
};
|
|
590
|
+
/**
|
|
591
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method.
|
|
592
|
+
* @name QueryBidsRequest
|
|
593
|
+
* @package akash.market.v1beta5
|
|
594
|
+
* @see proto type: akash.market.v1beta5.QueryBidsRequest
|
|
595
|
+
*/
|
|
596
|
+
export declare const QueryBidsRequest: {
|
|
597
|
+
typeUrl: string;
|
|
598
|
+
encode(message: QueryBidsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
599
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidsRequest;
|
|
600
|
+
fromPartial(object: DeepPartial<QueryBidsRequest>): QueryBidsRequest;
|
|
601
|
+
fromAmino(object: QueryBidsRequestAmino): QueryBidsRequest;
|
|
602
|
+
toAmino(message: QueryBidsRequest): QueryBidsRequestAmino;
|
|
603
|
+
fromAminoMsg(object: QueryBidsRequestAminoMsg): QueryBidsRequest;
|
|
604
|
+
fromProtoMsg(message: QueryBidsRequestProtoMsg): QueryBidsRequest;
|
|
605
|
+
toProto(message: QueryBidsRequest): Uint8Array;
|
|
606
|
+
toProtoMsg(message: QueryBidsRequest): QueryBidsRequestProtoMsg;
|
|
607
|
+
};
|
|
608
|
+
/**
|
|
609
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
610
|
+
* @name QueryBidsResponse
|
|
611
|
+
* @package akash.market.v1beta5
|
|
612
|
+
* @see proto type: akash.market.v1beta5.QueryBidsResponse
|
|
613
|
+
*/
|
|
614
|
+
export declare const QueryBidsResponse: {
|
|
615
|
+
typeUrl: string;
|
|
616
|
+
encode(message: QueryBidsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
617
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidsResponse;
|
|
618
|
+
fromPartial(object: DeepPartial<QueryBidsResponse>): QueryBidsResponse;
|
|
619
|
+
fromAmino(object: QueryBidsResponseAmino): QueryBidsResponse;
|
|
620
|
+
toAmino(message: QueryBidsResponse): QueryBidsResponseAmino;
|
|
621
|
+
fromAminoMsg(object: QueryBidsResponseAminoMsg): QueryBidsResponse;
|
|
622
|
+
fromProtoMsg(message: QueryBidsResponseProtoMsg): QueryBidsResponse;
|
|
623
|
+
toProto(message: QueryBidsResponse): Uint8Array;
|
|
624
|
+
toProtoMsg(message: QueryBidsResponse): QueryBidsResponseProtoMsg;
|
|
625
|
+
};
|
|
626
|
+
/**
|
|
627
|
+
* QueryBidRequest is request type for the Query/Bid RPC method.
|
|
628
|
+
* @name QueryBidRequest
|
|
629
|
+
* @package akash.market.v1beta5
|
|
630
|
+
* @see proto type: akash.market.v1beta5.QueryBidRequest
|
|
631
|
+
*/
|
|
632
|
+
export declare const QueryBidRequest: {
|
|
633
|
+
typeUrl: string;
|
|
634
|
+
encode(message: QueryBidRequest, writer?: BinaryWriter): BinaryWriter;
|
|
635
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidRequest;
|
|
636
|
+
fromPartial(object: DeepPartial<QueryBidRequest>): QueryBidRequest;
|
|
637
|
+
fromAmino(object: QueryBidRequestAmino): QueryBidRequest;
|
|
638
|
+
toAmino(message: QueryBidRequest): QueryBidRequestAmino;
|
|
639
|
+
fromAminoMsg(object: QueryBidRequestAminoMsg): QueryBidRequest;
|
|
640
|
+
fromProtoMsg(message: QueryBidRequestProtoMsg): QueryBidRequest;
|
|
641
|
+
toProto(message: QueryBidRequest): Uint8Array;
|
|
642
|
+
toProtoMsg(message: QueryBidRequest): QueryBidRequestProtoMsg;
|
|
643
|
+
};
|
|
644
|
+
/**
|
|
645
|
+
* QueryBidResponse is response type for the Query/Bid RPC method.
|
|
646
|
+
* @name QueryBidResponse
|
|
647
|
+
* @package akash.market.v1beta5
|
|
648
|
+
* @see proto type: akash.market.v1beta5.QueryBidResponse
|
|
649
|
+
*/
|
|
650
|
+
export declare const QueryBidResponse: {
|
|
651
|
+
typeUrl: string;
|
|
652
|
+
encode(message: QueryBidResponse, writer?: BinaryWriter): BinaryWriter;
|
|
653
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidResponse;
|
|
654
|
+
fromPartial(object: DeepPartial<QueryBidResponse>): QueryBidResponse;
|
|
655
|
+
fromAmino(object: QueryBidResponseAmino): QueryBidResponse;
|
|
656
|
+
toAmino(message: QueryBidResponse): QueryBidResponseAmino;
|
|
657
|
+
fromAminoMsg(object: QueryBidResponseAminoMsg): QueryBidResponse;
|
|
658
|
+
fromProtoMsg(message: QueryBidResponseProtoMsg): QueryBidResponse;
|
|
659
|
+
toProto(message: QueryBidResponse): Uint8Array;
|
|
660
|
+
toProtoMsg(message: QueryBidResponse): QueryBidResponseProtoMsg;
|
|
661
|
+
};
|
|
662
|
+
/**
|
|
663
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method.
|
|
664
|
+
* @name QueryLeasesRequest
|
|
665
|
+
* @package akash.market.v1beta5
|
|
666
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesRequest
|
|
667
|
+
*/
|
|
668
|
+
export declare const QueryLeasesRequest: {
|
|
669
|
+
typeUrl: string;
|
|
670
|
+
encode(message: QueryLeasesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
671
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeasesRequest;
|
|
672
|
+
fromPartial(object: DeepPartial<QueryLeasesRequest>): QueryLeasesRequest;
|
|
673
|
+
fromAmino(object: QueryLeasesRequestAmino): QueryLeasesRequest;
|
|
674
|
+
toAmino(message: QueryLeasesRequest): QueryLeasesRequestAmino;
|
|
675
|
+
fromAminoMsg(object: QueryLeasesRequestAminoMsg): QueryLeasesRequest;
|
|
676
|
+
fromProtoMsg(message: QueryLeasesRequestProtoMsg): QueryLeasesRequest;
|
|
677
|
+
toProto(message: QueryLeasesRequest): Uint8Array;
|
|
678
|
+
toProtoMsg(message: QueryLeasesRequest): QueryLeasesRequestProtoMsg;
|
|
679
|
+
};
|
|
680
|
+
/**
|
|
681
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method.
|
|
682
|
+
* @name QueryLeasesResponse
|
|
683
|
+
* @package akash.market.v1beta5
|
|
684
|
+
* @see proto type: akash.market.v1beta5.QueryLeasesResponse
|
|
685
|
+
*/
|
|
686
|
+
export declare const QueryLeasesResponse: {
|
|
687
|
+
typeUrl: string;
|
|
688
|
+
encode(message: QueryLeasesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
689
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeasesResponse;
|
|
690
|
+
fromPartial(object: DeepPartial<QueryLeasesResponse>): QueryLeasesResponse;
|
|
691
|
+
fromAmino(object: QueryLeasesResponseAmino): QueryLeasesResponse;
|
|
692
|
+
toAmino(message: QueryLeasesResponse): QueryLeasesResponseAmino;
|
|
693
|
+
fromAminoMsg(object: QueryLeasesResponseAminoMsg): QueryLeasesResponse;
|
|
694
|
+
fromProtoMsg(message: QueryLeasesResponseProtoMsg): QueryLeasesResponse;
|
|
695
|
+
toProto(message: QueryLeasesResponse): Uint8Array;
|
|
696
|
+
toProtoMsg(message: QueryLeasesResponse): QueryLeasesResponseProtoMsg;
|
|
697
|
+
};
|
|
698
|
+
/**
|
|
699
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method.
|
|
700
|
+
* @name QueryLeaseRequest
|
|
701
|
+
* @package akash.market.v1beta5
|
|
702
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseRequest
|
|
703
|
+
*/
|
|
704
|
+
export declare const QueryLeaseRequest: {
|
|
705
|
+
typeUrl: string;
|
|
706
|
+
encode(message: QueryLeaseRequest, writer?: BinaryWriter): BinaryWriter;
|
|
707
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeaseRequest;
|
|
708
|
+
fromPartial(object: DeepPartial<QueryLeaseRequest>): QueryLeaseRequest;
|
|
709
|
+
fromAmino(object: QueryLeaseRequestAmino): QueryLeaseRequest;
|
|
710
|
+
toAmino(message: QueryLeaseRequest): QueryLeaseRequestAmino;
|
|
711
|
+
fromAminoMsg(object: QueryLeaseRequestAminoMsg): QueryLeaseRequest;
|
|
712
|
+
fromProtoMsg(message: QueryLeaseRequestProtoMsg): QueryLeaseRequest;
|
|
713
|
+
toProto(message: QueryLeaseRequest): Uint8Array;
|
|
714
|
+
toProtoMsg(message: QueryLeaseRequest): QueryLeaseRequestProtoMsg;
|
|
715
|
+
};
|
|
716
|
+
/**
|
|
717
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
718
|
+
* @name QueryLeaseResponse
|
|
719
|
+
* @package akash.market.v1beta5
|
|
720
|
+
* @see proto type: akash.market.v1beta5.QueryLeaseResponse
|
|
721
|
+
*/
|
|
722
|
+
export declare const QueryLeaseResponse: {
|
|
723
|
+
typeUrl: string;
|
|
724
|
+
encode(message: QueryLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
725
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeaseResponse;
|
|
726
|
+
fromPartial(object: DeepPartial<QueryLeaseResponse>): QueryLeaseResponse;
|
|
727
|
+
fromAmino(object: QueryLeaseResponseAmino): QueryLeaseResponse;
|
|
728
|
+
toAmino(message: QueryLeaseResponse): QueryLeaseResponseAmino;
|
|
729
|
+
fromAminoMsg(object: QueryLeaseResponseAminoMsg): QueryLeaseResponse;
|
|
730
|
+
fromProtoMsg(message: QueryLeaseResponseProtoMsg): QueryLeaseResponse;
|
|
731
|
+
toProto(message: QueryLeaseResponse): Uint8Array;
|
|
732
|
+
toProtoMsg(message: QueryLeaseResponse): QueryLeaseResponseProtoMsg;
|
|
733
|
+
};
|
|
734
|
+
/**
|
|
735
|
+
* QueryParamsRequest is the request type for the Query/Params RPC method.
|
|
736
|
+
* @name QueryParamsRequest
|
|
737
|
+
* @package akash.market.v1beta5
|
|
738
|
+
* @see proto type: akash.market.v1beta5.QueryParamsRequest
|
|
739
|
+
*/
|
|
740
|
+
export declare const QueryParamsRequest: {
|
|
741
|
+
typeUrl: string;
|
|
742
|
+
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
743
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
744
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
745
|
+
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
746
|
+
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
747
|
+
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
748
|
+
fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest;
|
|
749
|
+
toProto(message: QueryParamsRequest): Uint8Array;
|
|
750
|
+
toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg;
|
|
751
|
+
};
|
|
752
|
+
/**
|
|
753
|
+
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
754
|
+
* @name QueryParamsResponse
|
|
755
|
+
* @package akash.market.v1beta5
|
|
756
|
+
* @see proto type: akash.market.v1beta5.QueryParamsResponse
|
|
757
|
+
*/
|
|
758
|
+
export declare const QueryParamsResponse: {
|
|
759
|
+
typeUrl: string;
|
|
760
|
+
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
761
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
762
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
763
|
+
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
764
|
+
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
765
|
+
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
766
|
+
fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse;
|
|
767
|
+
toProto(message: QueryParamsResponse): Uint8Array;
|
|
768
|
+
toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
|
|
769
|
+
};
|