@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,551 @@
|
|
|
1
|
+
import { OrderFilters, OrderFiltersAmino, OrderID, OrderIDAmino, Order, OrderAmino } from "./order";
|
|
2
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
3
|
+
import { BidFilters, BidFiltersAmino, BidID, BidIDAmino, Bid, BidAmino } from "./bid";
|
|
4
|
+
import { LeaseFilters, LeaseFiltersAmino, LeaseID, LeaseIDAmino, Lease, LeaseAmino } from "./lease";
|
|
5
|
+
import { Account, AccountAmino, FractionalPayment, FractionalPaymentAmino } from "../../escrow/v1beta3/types";
|
|
6
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
7
|
+
import { DeepPartial } from "../../../helpers";
|
|
8
|
+
/**
|
|
9
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method
|
|
10
|
+
* @name QueryOrdersRequest
|
|
11
|
+
* @package akash.market.v1beta4
|
|
12
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersRequest
|
|
13
|
+
*/
|
|
14
|
+
export interface QueryOrdersRequest {
|
|
15
|
+
filters: OrderFilters;
|
|
16
|
+
pagination?: PageRequest;
|
|
17
|
+
}
|
|
18
|
+
export interface QueryOrdersRequestProtoMsg {
|
|
19
|
+
typeUrl: "/akash.market.v1beta4.QueryOrdersRequest";
|
|
20
|
+
value: Uint8Array;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method
|
|
24
|
+
* @name QueryOrdersRequestAmino
|
|
25
|
+
* @package akash.market.v1beta4
|
|
26
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersRequest
|
|
27
|
+
*/
|
|
28
|
+
export interface QueryOrdersRequestAmino {
|
|
29
|
+
filters?: OrderFiltersAmino;
|
|
30
|
+
pagination?: PageRequestAmino;
|
|
31
|
+
}
|
|
32
|
+
export interface QueryOrdersRequestAminoMsg {
|
|
33
|
+
type: "/akash.market.v1beta4.QueryOrdersRequest";
|
|
34
|
+
value: QueryOrdersRequestAmino;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
38
|
+
* @name QueryOrdersResponse
|
|
39
|
+
* @package akash.market.v1beta4
|
|
40
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersResponse
|
|
41
|
+
*/
|
|
42
|
+
export interface QueryOrdersResponse {
|
|
43
|
+
orders: Order[];
|
|
44
|
+
pagination?: PageResponse;
|
|
45
|
+
}
|
|
46
|
+
export interface QueryOrdersResponseProtoMsg {
|
|
47
|
+
typeUrl: "/akash.market.v1beta4.QueryOrdersResponse";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
52
|
+
* @name QueryOrdersResponseAmino
|
|
53
|
+
* @package akash.market.v1beta4
|
|
54
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersResponse
|
|
55
|
+
*/
|
|
56
|
+
export interface QueryOrdersResponseAmino {
|
|
57
|
+
orders?: OrderAmino[];
|
|
58
|
+
pagination?: PageResponseAmino;
|
|
59
|
+
}
|
|
60
|
+
export interface QueryOrdersResponseAminoMsg {
|
|
61
|
+
type: "/akash.market.v1beta4.QueryOrdersResponse";
|
|
62
|
+
value: QueryOrdersResponseAmino;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* QueryOrderRequest is request type for the Query/Order RPC method
|
|
66
|
+
* @name QueryOrderRequest
|
|
67
|
+
* @package akash.market.v1beta4
|
|
68
|
+
* @see proto type: akash.market.v1beta4.QueryOrderRequest
|
|
69
|
+
*/
|
|
70
|
+
export interface QueryOrderRequest {
|
|
71
|
+
id: OrderID;
|
|
72
|
+
}
|
|
73
|
+
export interface QueryOrderRequestProtoMsg {
|
|
74
|
+
typeUrl: "/akash.market.v1beta4.QueryOrderRequest";
|
|
75
|
+
value: Uint8Array;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* QueryOrderRequest is request type for the Query/Order RPC method
|
|
79
|
+
* @name QueryOrderRequestAmino
|
|
80
|
+
* @package akash.market.v1beta4
|
|
81
|
+
* @see proto type: akash.market.v1beta4.QueryOrderRequest
|
|
82
|
+
*/
|
|
83
|
+
export interface QueryOrderRequestAmino {
|
|
84
|
+
id?: OrderIDAmino;
|
|
85
|
+
}
|
|
86
|
+
export interface QueryOrderRequestAminoMsg {
|
|
87
|
+
type: "/akash.market.v1beta4.QueryOrderRequest";
|
|
88
|
+
value: QueryOrderRequestAmino;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* QueryOrderResponse is response type for the Query/Order RPC method
|
|
92
|
+
* @name QueryOrderResponse
|
|
93
|
+
* @package akash.market.v1beta4
|
|
94
|
+
* @see proto type: akash.market.v1beta4.QueryOrderResponse
|
|
95
|
+
*/
|
|
96
|
+
export interface QueryOrderResponse {
|
|
97
|
+
order: Order;
|
|
98
|
+
}
|
|
99
|
+
export interface QueryOrderResponseProtoMsg {
|
|
100
|
+
typeUrl: "/akash.market.v1beta4.QueryOrderResponse";
|
|
101
|
+
value: Uint8Array;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* QueryOrderResponse is response type for the Query/Order RPC method
|
|
105
|
+
* @name QueryOrderResponseAmino
|
|
106
|
+
* @package akash.market.v1beta4
|
|
107
|
+
* @see proto type: akash.market.v1beta4.QueryOrderResponse
|
|
108
|
+
*/
|
|
109
|
+
export interface QueryOrderResponseAmino {
|
|
110
|
+
order?: OrderAmino;
|
|
111
|
+
}
|
|
112
|
+
export interface QueryOrderResponseAminoMsg {
|
|
113
|
+
type: "/akash.market.v1beta4.QueryOrderResponse";
|
|
114
|
+
value: QueryOrderResponseAmino;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method
|
|
118
|
+
* @name QueryBidsRequest
|
|
119
|
+
* @package akash.market.v1beta4
|
|
120
|
+
* @see proto type: akash.market.v1beta4.QueryBidsRequest
|
|
121
|
+
*/
|
|
122
|
+
export interface QueryBidsRequest {
|
|
123
|
+
filters: BidFilters;
|
|
124
|
+
pagination?: PageRequest;
|
|
125
|
+
}
|
|
126
|
+
export interface QueryBidsRequestProtoMsg {
|
|
127
|
+
typeUrl: "/akash.market.v1beta4.QueryBidsRequest";
|
|
128
|
+
value: Uint8Array;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method
|
|
132
|
+
* @name QueryBidsRequestAmino
|
|
133
|
+
* @package akash.market.v1beta4
|
|
134
|
+
* @see proto type: akash.market.v1beta4.QueryBidsRequest
|
|
135
|
+
*/
|
|
136
|
+
export interface QueryBidsRequestAmino {
|
|
137
|
+
filters?: BidFiltersAmino;
|
|
138
|
+
pagination?: PageRequestAmino;
|
|
139
|
+
}
|
|
140
|
+
export interface QueryBidsRequestAminoMsg {
|
|
141
|
+
type: "/akash.market.v1beta4.QueryBidsRequest";
|
|
142
|
+
value: QueryBidsRequestAmino;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
146
|
+
* @name QueryBidsResponse
|
|
147
|
+
* @package akash.market.v1beta4
|
|
148
|
+
* @see proto type: akash.market.v1beta4.QueryBidsResponse
|
|
149
|
+
*/
|
|
150
|
+
export interface QueryBidsResponse {
|
|
151
|
+
bids: QueryBidResponse[];
|
|
152
|
+
pagination?: PageResponse;
|
|
153
|
+
}
|
|
154
|
+
export interface QueryBidsResponseProtoMsg {
|
|
155
|
+
typeUrl: "/akash.market.v1beta4.QueryBidsResponse";
|
|
156
|
+
value: Uint8Array;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
160
|
+
* @name QueryBidsResponseAmino
|
|
161
|
+
* @package akash.market.v1beta4
|
|
162
|
+
* @see proto type: akash.market.v1beta4.QueryBidsResponse
|
|
163
|
+
*/
|
|
164
|
+
export interface QueryBidsResponseAmino {
|
|
165
|
+
bids?: QueryBidResponseAmino[];
|
|
166
|
+
pagination?: PageResponseAmino;
|
|
167
|
+
}
|
|
168
|
+
export interface QueryBidsResponseAminoMsg {
|
|
169
|
+
type: "/akash.market.v1beta4.QueryBidsResponse";
|
|
170
|
+
value: QueryBidsResponseAmino;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* QueryBidRequest is request type for the Query/Bid RPC method
|
|
174
|
+
* @name QueryBidRequest
|
|
175
|
+
* @package akash.market.v1beta4
|
|
176
|
+
* @see proto type: akash.market.v1beta4.QueryBidRequest
|
|
177
|
+
*/
|
|
178
|
+
export interface QueryBidRequest {
|
|
179
|
+
id: BidID;
|
|
180
|
+
}
|
|
181
|
+
export interface QueryBidRequestProtoMsg {
|
|
182
|
+
typeUrl: "/akash.market.v1beta4.QueryBidRequest";
|
|
183
|
+
value: Uint8Array;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* QueryBidRequest is request type for the Query/Bid RPC method
|
|
187
|
+
* @name QueryBidRequestAmino
|
|
188
|
+
* @package akash.market.v1beta4
|
|
189
|
+
* @see proto type: akash.market.v1beta4.QueryBidRequest
|
|
190
|
+
*/
|
|
191
|
+
export interface QueryBidRequestAmino {
|
|
192
|
+
id?: BidIDAmino;
|
|
193
|
+
}
|
|
194
|
+
export interface QueryBidRequestAminoMsg {
|
|
195
|
+
type: "/akash.market.v1beta4.QueryBidRequest";
|
|
196
|
+
value: QueryBidRequestAmino;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* QueryBidResponse is response type for the Query/Bid RPC method
|
|
200
|
+
* @name QueryBidResponse
|
|
201
|
+
* @package akash.market.v1beta4
|
|
202
|
+
* @see proto type: akash.market.v1beta4.QueryBidResponse
|
|
203
|
+
*/
|
|
204
|
+
export interface QueryBidResponse {
|
|
205
|
+
bid: Bid;
|
|
206
|
+
escrowAccount: Account;
|
|
207
|
+
}
|
|
208
|
+
export interface QueryBidResponseProtoMsg {
|
|
209
|
+
typeUrl: "/akash.market.v1beta4.QueryBidResponse";
|
|
210
|
+
value: Uint8Array;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* QueryBidResponse is response type for the Query/Bid RPC method
|
|
214
|
+
* @name QueryBidResponseAmino
|
|
215
|
+
* @package akash.market.v1beta4
|
|
216
|
+
* @see proto type: akash.market.v1beta4.QueryBidResponse
|
|
217
|
+
*/
|
|
218
|
+
export interface QueryBidResponseAmino {
|
|
219
|
+
bid?: BidAmino;
|
|
220
|
+
escrow_account?: AccountAmino;
|
|
221
|
+
}
|
|
222
|
+
export interface QueryBidResponseAminoMsg {
|
|
223
|
+
type: "/akash.market.v1beta4.QueryBidResponse";
|
|
224
|
+
value: QueryBidResponseAmino;
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method
|
|
228
|
+
* @name QueryLeasesRequest
|
|
229
|
+
* @package akash.market.v1beta4
|
|
230
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesRequest
|
|
231
|
+
*/
|
|
232
|
+
export interface QueryLeasesRequest {
|
|
233
|
+
filters: LeaseFilters;
|
|
234
|
+
pagination?: PageRequest;
|
|
235
|
+
}
|
|
236
|
+
export interface QueryLeasesRequestProtoMsg {
|
|
237
|
+
typeUrl: "/akash.market.v1beta4.QueryLeasesRequest";
|
|
238
|
+
value: Uint8Array;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method
|
|
242
|
+
* @name QueryLeasesRequestAmino
|
|
243
|
+
* @package akash.market.v1beta4
|
|
244
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesRequest
|
|
245
|
+
*/
|
|
246
|
+
export interface QueryLeasesRequestAmino {
|
|
247
|
+
filters?: LeaseFiltersAmino;
|
|
248
|
+
pagination?: PageRequestAmino;
|
|
249
|
+
}
|
|
250
|
+
export interface QueryLeasesRequestAminoMsg {
|
|
251
|
+
type: "/akash.market.v1beta4.QueryLeasesRequest";
|
|
252
|
+
value: QueryLeasesRequestAmino;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method
|
|
256
|
+
* @name QueryLeasesResponse
|
|
257
|
+
* @package akash.market.v1beta4
|
|
258
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesResponse
|
|
259
|
+
*/
|
|
260
|
+
export interface QueryLeasesResponse {
|
|
261
|
+
leases: QueryLeaseResponse[];
|
|
262
|
+
pagination?: PageResponse;
|
|
263
|
+
}
|
|
264
|
+
export interface QueryLeasesResponseProtoMsg {
|
|
265
|
+
typeUrl: "/akash.market.v1beta4.QueryLeasesResponse";
|
|
266
|
+
value: Uint8Array;
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method
|
|
270
|
+
* @name QueryLeasesResponseAmino
|
|
271
|
+
* @package akash.market.v1beta4
|
|
272
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesResponse
|
|
273
|
+
*/
|
|
274
|
+
export interface QueryLeasesResponseAmino {
|
|
275
|
+
leases?: QueryLeaseResponseAmino[];
|
|
276
|
+
pagination?: PageResponseAmino;
|
|
277
|
+
}
|
|
278
|
+
export interface QueryLeasesResponseAminoMsg {
|
|
279
|
+
type: "/akash.market.v1beta4.QueryLeasesResponse";
|
|
280
|
+
value: QueryLeasesResponseAmino;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method
|
|
284
|
+
* @name QueryLeaseRequest
|
|
285
|
+
* @package akash.market.v1beta4
|
|
286
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseRequest
|
|
287
|
+
*/
|
|
288
|
+
export interface QueryLeaseRequest {
|
|
289
|
+
id: LeaseID;
|
|
290
|
+
}
|
|
291
|
+
export interface QueryLeaseRequestProtoMsg {
|
|
292
|
+
typeUrl: "/akash.market.v1beta4.QueryLeaseRequest";
|
|
293
|
+
value: Uint8Array;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method
|
|
297
|
+
* @name QueryLeaseRequestAmino
|
|
298
|
+
* @package akash.market.v1beta4
|
|
299
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseRequest
|
|
300
|
+
*/
|
|
301
|
+
export interface QueryLeaseRequestAmino {
|
|
302
|
+
id?: LeaseIDAmino;
|
|
303
|
+
}
|
|
304
|
+
export interface QueryLeaseRequestAminoMsg {
|
|
305
|
+
type: "/akash.market.v1beta4.QueryLeaseRequest";
|
|
306
|
+
value: QueryLeaseRequestAmino;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
310
|
+
* @name QueryLeaseResponse
|
|
311
|
+
* @package akash.market.v1beta4
|
|
312
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseResponse
|
|
313
|
+
*/
|
|
314
|
+
export interface QueryLeaseResponse {
|
|
315
|
+
lease: Lease;
|
|
316
|
+
escrowPayment: FractionalPayment;
|
|
317
|
+
}
|
|
318
|
+
export interface QueryLeaseResponseProtoMsg {
|
|
319
|
+
typeUrl: "/akash.market.v1beta4.QueryLeaseResponse";
|
|
320
|
+
value: Uint8Array;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
324
|
+
* @name QueryLeaseResponseAmino
|
|
325
|
+
* @package akash.market.v1beta4
|
|
326
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseResponse
|
|
327
|
+
*/
|
|
328
|
+
export interface QueryLeaseResponseAmino {
|
|
329
|
+
lease?: LeaseAmino;
|
|
330
|
+
escrow_payment?: FractionalPaymentAmino;
|
|
331
|
+
}
|
|
332
|
+
export interface QueryLeaseResponseAminoMsg {
|
|
333
|
+
type: "/akash.market.v1beta4.QueryLeaseResponse";
|
|
334
|
+
value: QueryLeaseResponseAmino;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* QueryOrdersRequest is request type for the Query/Orders RPC method
|
|
338
|
+
* @name QueryOrdersRequest
|
|
339
|
+
* @package akash.market.v1beta4
|
|
340
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersRequest
|
|
341
|
+
*/
|
|
342
|
+
export declare const QueryOrdersRequest: {
|
|
343
|
+
typeUrl: string;
|
|
344
|
+
encode(message: QueryOrdersRequest, writer?: BinaryWriter): BinaryWriter;
|
|
345
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrdersRequest;
|
|
346
|
+
fromPartial(object: DeepPartial<QueryOrdersRequest>): QueryOrdersRequest;
|
|
347
|
+
fromAmino(object: QueryOrdersRequestAmino): QueryOrdersRequest;
|
|
348
|
+
toAmino(message: QueryOrdersRequest): QueryOrdersRequestAmino;
|
|
349
|
+
fromAminoMsg(object: QueryOrdersRequestAminoMsg): QueryOrdersRequest;
|
|
350
|
+
fromProtoMsg(message: QueryOrdersRequestProtoMsg): QueryOrdersRequest;
|
|
351
|
+
toProto(message: QueryOrdersRequest): Uint8Array;
|
|
352
|
+
toProtoMsg(message: QueryOrdersRequest): QueryOrdersRequestProtoMsg;
|
|
353
|
+
};
|
|
354
|
+
/**
|
|
355
|
+
* QueryOrdersResponse is response type for the Query/Orders RPC method
|
|
356
|
+
* @name QueryOrdersResponse
|
|
357
|
+
* @package akash.market.v1beta4
|
|
358
|
+
* @see proto type: akash.market.v1beta4.QueryOrdersResponse
|
|
359
|
+
*/
|
|
360
|
+
export declare const QueryOrdersResponse: {
|
|
361
|
+
typeUrl: string;
|
|
362
|
+
encode(message: QueryOrdersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
363
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrdersResponse;
|
|
364
|
+
fromPartial(object: DeepPartial<QueryOrdersResponse>): QueryOrdersResponse;
|
|
365
|
+
fromAmino(object: QueryOrdersResponseAmino): QueryOrdersResponse;
|
|
366
|
+
toAmino(message: QueryOrdersResponse): QueryOrdersResponseAmino;
|
|
367
|
+
fromAminoMsg(object: QueryOrdersResponseAminoMsg): QueryOrdersResponse;
|
|
368
|
+
fromProtoMsg(message: QueryOrdersResponseProtoMsg): QueryOrdersResponse;
|
|
369
|
+
toProto(message: QueryOrdersResponse): Uint8Array;
|
|
370
|
+
toProtoMsg(message: QueryOrdersResponse): QueryOrdersResponseProtoMsg;
|
|
371
|
+
};
|
|
372
|
+
/**
|
|
373
|
+
* QueryOrderRequest is request type for the Query/Order RPC method
|
|
374
|
+
* @name QueryOrderRequest
|
|
375
|
+
* @package akash.market.v1beta4
|
|
376
|
+
* @see proto type: akash.market.v1beta4.QueryOrderRequest
|
|
377
|
+
*/
|
|
378
|
+
export declare const QueryOrderRequest: {
|
|
379
|
+
typeUrl: string;
|
|
380
|
+
encode(message: QueryOrderRequest, writer?: BinaryWriter): BinaryWriter;
|
|
381
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrderRequest;
|
|
382
|
+
fromPartial(object: DeepPartial<QueryOrderRequest>): QueryOrderRequest;
|
|
383
|
+
fromAmino(object: QueryOrderRequestAmino): QueryOrderRequest;
|
|
384
|
+
toAmino(message: QueryOrderRequest): QueryOrderRequestAmino;
|
|
385
|
+
fromAminoMsg(object: QueryOrderRequestAminoMsg): QueryOrderRequest;
|
|
386
|
+
fromProtoMsg(message: QueryOrderRequestProtoMsg): QueryOrderRequest;
|
|
387
|
+
toProto(message: QueryOrderRequest): Uint8Array;
|
|
388
|
+
toProtoMsg(message: QueryOrderRequest): QueryOrderRequestProtoMsg;
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* QueryOrderResponse is response type for the Query/Order RPC method
|
|
392
|
+
* @name QueryOrderResponse
|
|
393
|
+
* @package akash.market.v1beta4
|
|
394
|
+
* @see proto type: akash.market.v1beta4.QueryOrderResponse
|
|
395
|
+
*/
|
|
396
|
+
export declare const QueryOrderResponse: {
|
|
397
|
+
typeUrl: string;
|
|
398
|
+
encode(message: QueryOrderResponse, writer?: BinaryWriter): BinaryWriter;
|
|
399
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryOrderResponse;
|
|
400
|
+
fromPartial(object: DeepPartial<QueryOrderResponse>): QueryOrderResponse;
|
|
401
|
+
fromAmino(object: QueryOrderResponseAmino): QueryOrderResponse;
|
|
402
|
+
toAmino(message: QueryOrderResponse): QueryOrderResponseAmino;
|
|
403
|
+
fromAminoMsg(object: QueryOrderResponseAminoMsg): QueryOrderResponse;
|
|
404
|
+
fromProtoMsg(message: QueryOrderResponseProtoMsg): QueryOrderResponse;
|
|
405
|
+
toProto(message: QueryOrderResponse): Uint8Array;
|
|
406
|
+
toProtoMsg(message: QueryOrderResponse): QueryOrderResponseProtoMsg;
|
|
407
|
+
};
|
|
408
|
+
/**
|
|
409
|
+
* QueryBidsRequest is request type for the Query/Bids RPC method
|
|
410
|
+
* @name QueryBidsRequest
|
|
411
|
+
* @package akash.market.v1beta4
|
|
412
|
+
* @see proto type: akash.market.v1beta4.QueryBidsRequest
|
|
413
|
+
*/
|
|
414
|
+
export declare const QueryBidsRequest: {
|
|
415
|
+
typeUrl: string;
|
|
416
|
+
encode(message: QueryBidsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
417
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidsRequest;
|
|
418
|
+
fromPartial(object: DeepPartial<QueryBidsRequest>): QueryBidsRequest;
|
|
419
|
+
fromAmino(object: QueryBidsRequestAmino): QueryBidsRequest;
|
|
420
|
+
toAmino(message: QueryBidsRequest): QueryBidsRequestAmino;
|
|
421
|
+
fromAminoMsg(object: QueryBidsRequestAminoMsg): QueryBidsRequest;
|
|
422
|
+
fromProtoMsg(message: QueryBidsRequestProtoMsg): QueryBidsRequest;
|
|
423
|
+
toProto(message: QueryBidsRequest): Uint8Array;
|
|
424
|
+
toProtoMsg(message: QueryBidsRequest): QueryBidsRequestProtoMsg;
|
|
425
|
+
};
|
|
426
|
+
/**
|
|
427
|
+
* QueryBidsResponse is response type for the Query/Bids RPC method
|
|
428
|
+
* @name QueryBidsResponse
|
|
429
|
+
* @package akash.market.v1beta4
|
|
430
|
+
* @see proto type: akash.market.v1beta4.QueryBidsResponse
|
|
431
|
+
*/
|
|
432
|
+
export declare const QueryBidsResponse: {
|
|
433
|
+
typeUrl: string;
|
|
434
|
+
encode(message: QueryBidsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
435
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidsResponse;
|
|
436
|
+
fromPartial(object: DeepPartial<QueryBidsResponse>): QueryBidsResponse;
|
|
437
|
+
fromAmino(object: QueryBidsResponseAmino): QueryBidsResponse;
|
|
438
|
+
toAmino(message: QueryBidsResponse): QueryBidsResponseAmino;
|
|
439
|
+
fromAminoMsg(object: QueryBidsResponseAminoMsg): QueryBidsResponse;
|
|
440
|
+
fromProtoMsg(message: QueryBidsResponseProtoMsg): QueryBidsResponse;
|
|
441
|
+
toProto(message: QueryBidsResponse): Uint8Array;
|
|
442
|
+
toProtoMsg(message: QueryBidsResponse): QueryBidsResponseProtoMsg;
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* QueryBidRequest is request type for the Query/Bid RPC method
|
|
446
|
+
* @name QueryBidRequest
|
|
447
|
+
* @package akash.market.v1beta4
|
|
448
|
+
* @see proto type: akash.market.v1beta4.QueryBidRequest
|
|
449
|
+
*/
|
|
450
|
+
export declare const QueryBidRequest: {
|
|
451
|
+
typeUrl: string;
|
|
452
|
+
encode(message: QueryBidRequest, writer?: BinaryWriter): BinaryWriter;
|
|
453
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidRequest;
|
|
454
|
+
fromPartial(object: DeepPartial<QueryBidRequest>): QueryBidRequest;
|
|
455
|
+
fromAmino(object: QueryBidRequestAmino): QueryBidRequest;
|
|
456
|
+
toAmino(message: QueryBidRequest): QueryBidRequestAmino;
|
|
457
|
+
fromAminoMsg(object: QueryBidRequestAminoMsg): QueryBidRequest;
|
|
458
|
+
fromProtoMsg(message: QueryBidRequestProtoMsg): QueryBidRequest;
|
|
459
|
+
toProto(message: QueryBidRequest): Uint8Array;
|
|
460
|
+
toProtoMsg(message: QueryBidRequest): QueryBidRequestProtoMsg;
|
|
461
|
+
};
|
|
462
|
+
/**
|
|
463
|
+
* QueryBidResponse is response type for the Query/Bid RPC method
|
|
464
|
+
* @name QueryBidResponse
|
|
465
|
+
* @package akash.market.v1beta4
|
|
466
|
+
* @see proto type: akash.market.v1beta4.QueryBidResponse
|
|
467
|
+
*/
|
|
468
|
+
export declare const QueryBidResponse: {
|
|
469
|
+
typeUrl: string;
|
|
470
|
+
encode(message: QueryBidResponse, writer?: BinaryWriter): BinaryWriter;
|
|
471
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryBidResponse;
|
|
472
|
+
fromPartial(object: DeepPartial<QueryBidResponse>): QueryBidResponse;
|
|
473
|
+
fromAmino(object: QueryBidResponseAmino): QueryBidResponse;
|
|
474
|
+
toAmino(message: QueryBidResponse): QueryBidResponseAmino;
|
|
475
|
+
fromAminoMsg(object: QueryBidResponseAminoMsg): QueryBidResponse;
|
|
476
|
+
fromProtoMsg(message: QueryBidResponseProtoMsg): QueryBidResponse;
|
|
477
|
+
toProto(message: QueryBidResponse): Uint8Array;
|
|
478
|
+
toProtoMsg(message: QueryBidResponse): QueryBidResponseProtoMsg;
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* QueryLeasesRequest is request type for the Query/Leases RPC method
|
|
482
|
+
* @name QueryLeasesRequest
|
|
483
|
+
* @package akash.market.v1beta4
|
|
484
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesRequest
|
|
485
|
+
*/
|
|
486
|
+
export declare const QueryLeasesRequest: {
|
|
487
|
+
typeUrl: string;
|
|
488
|
+
encode(message: QueryLeasesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
489
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeasesRequest;
|
|
490
|
+
fromPartial(object: DeepPartial<QueryLeasesRequest>): QueryLeasesRequest;
|
|
491
|
+
fromAmino(object: QueryLeasesRequestAmino): QueryLeasesRequest;
|
|
492
|
+
toAmino(message: QueryLeasesRequest): QueryLeasesRequestAmino;
|
|
493
|
+
fromAminoMsg(object: QueryLeasesRequestAminoMsg): QueryLeasesRequest;
|
|
494
|
+
fromProtoMsg(message: QueryLeasesRequestProtoMsg): QueryLeasesRequest;
|
|
495
|
+
toProto(message: QueryLeasesRequest): Uint8Array;
|
|
496
|
+
toProtoMsg(message: QueryLeasesRequest): QueryLeasesRequestProtoMsg;
|
|
497
|
+
};
|
|
498
|
+
/**
|
|
499
|
+
* QueryLeasesResponse is response type for the Query/Leases RPC method
|
|
500
|
+
* @name QueryLeasesResponse
|
|
501
|
+
* @package akash.market.v1beta4
|
|
502
|
+
* @see proto type: akash.market.v1beta4.QueryLeasesResponse
|
|
503
|
+
*/
|
|
504
|
+
export declare const QueryLeasesResponse: {
|
|
505
|
+
typeUrl: string;
|
|
506
|
+
encode(message: QueryLeasesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
507
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeasesResponse;
|
|
508
|
+
fromPartial(object: DeepPartial<QueryLeasesResponse>): QueryLeasesResponse;
|
|
509
|
+
fromAmino(object: QueryLeasesResponseAmino): QueryLeasesResponse;
|
|
510
|
+
toAmino(message: QueryLeasesResponse): QueryLeasesResponseAmino;
|
|
511
|
+
fromAminoMsg(object: QueryLeasesResponseAminoMsg): QueryLeasesResponse;
|
|
512
|
+
fromProtoMsg(message: QueryLeasesResponseProtoMsg): QueryLeasesResponse;
|
|
513
|
+
toProto(message: QueryLeasesResponse): Uint8Array;
|
|
514
|
+
toProtoMsg(message: QueryLeasesResponse): QueryLeasesResponseProtoMsg;
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* QueryLeaseRequest is request type for the Query/Lease RPC method
|
|
518
|
+
* @name QueryLeaseRequest
|
|
519
|
+
* @package akash.market.v1beta4
|
|
520
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseRequest
|
|
521
|
+
*/
|
|
522
|
+
export declare const QueryLeaseRequest: {
|
|
523
|
+
typeUrl: string;
|
|
524
|
+
encode(message: QueryLeaseRequest, writer?: BinaryWriter): BinaryWriter;
|
|
525
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeaseRequest;
|
|
526
|
+
fromPartial(object: DeepPartial<QueryLeaseRequest>): QueryLeaseRequest;
|
|
527
|
+
fromAmino(object: QueryLeaseRequestAmino): QueryLeaseRequest;
|
|
528
|
+
toAmino(message: QueryLeaseRequest): QueryLeaseRequestAmino;
|
|
529
|
+
fromAminoMsg(object: QueryLeaseRequestAminoMsg): QueryLeaseRequest;
|
|
530
|
+
fromProtoMsg(message: QueryLeaseRequestProtoMsg): QueryLeaseRequest;
|
|
531
|
+
toProto(message: QueryLeaseRequest): Uint8Array;
|
|
532
|
+
toProtoMsg(message: QueryLeaseRequest): QueryLeaseRequestProtoMsg;
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* QueryLeaseResponse is response type for the Query/Lease RPC method
|
|
536
|
+
* @name QueryLeaseResponse
|
|
537
|
+
* @package akash.market.v1beta4
|
|
538
|
+
* @see proto type: akash.market.v1beta4.QueryLeaseResponse
|
|
539
|
+
*/
|
|
540
|
+
export declare const QueryLeaseResponse: {
|
|
541
|
+
typeUrl: string;
|
|
542
|
+
encode(message: QueryLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
543
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryLeaseResponse;
|
|
544
|
+
fromPartial(object: DeepPartial<QueryLeaseResponse>): QueryLeaseResponse;
|
|
545
|
+
fromAmino(object: QueryLeaseResponseAmino): QueryLeaseResponse;
|
|
546
|
+
toAmino(message: QueryLeaseResponse): QueryLeaseResponseAmino;
|
|
547
|
+
fromAminoMsg(object: QueryLeaseResponseAminoMsg): QueryLeaseResponse;
|
|
548
|
+
fromProtoMsg(message: QueryLeaseResponseProtoMsg): QueryLeaseResponse;
|
|
549
|
+
toProto(message: QueryLeaseResponse): Uint8Array;
|
|
550
|
+
toProtoMsg(message: QueryLeaseResponse): QueryLeaseResponseProtoMsg;
|
|
551
|
+
};
|