@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,280 @@
|
|
|
1
|
+
import { BidID, BidIDAmino } from "../v1/bid";
|
|
2
|
+
import { LeaseID, LeaseIDAmino } from "../v1/lease";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
/**
|
|
6
|
+
* MsgCreateLease is sent to create a lease.
|
|
7
|
+
* @name MsgCreateLease
|
|
8
|
+
* @package akash.market.v1beta5
|
|
9
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLease
|
|
10
|
+
*/
|
|
11
|
+
export interface MsgCreateLease {
|
|
12
|
+
/**
|
|
13
|
+
* BidId is the unique identifier of the Bid.
|
|
14
|
+
*/
|
|
15
|
+
bidId: BidID;
|
|
16
|
+
}
|
|
17
|
+
export interface MsgCreateLeaseProtoMsg {
|
|
18
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLease";
|
|
19
|
+
value: Uint8Array;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* MsgCreateLease is sent to create a lease.
|
|
23
|
+
* @name MsgCreateLeaseAmino
|
|
24
|
+
* @package akash.market.v1beta5
|
|
25
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLease
|
|
26
|
+
*/
|
|
27
|
+
export interface MsgCreateLeaseAmino {
|
|
28
|
+
/**
|
|
29
|
+
* BidId is the unique identifier of the Bid.
|
|
30
|
+
*/
|
|
31
|
+
bid_id: BidIDAmino;
|
|
32
|
+
}
|
|
33
|
+
export interface MsgCreateLeaseAminoMsg {
|
|
34
|
+
type: "/akash.market.v1beta5.MsgCreateLease";
|
|
35
|
+
value: MsgCreateLeaseAmino;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* MsgCreateLeaseResponse is the response from creating a lease.
|
|
39
|
+
* @name MsgCreateLeaseResponse
|
|
40
|
+
* @package akash.market.v1beta5
|
|
41
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLeaseResponse
|
|
42
|
+
*/
|
|
43
|
+
export interface MsgCreateLeaseResponse {
|
|
44
|
+
}
|
|
45
|
+
export interface MsgCreateLeaseResponseProtoMsg {
|
|
46
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLeaseResponse";
|
|
47
|
+
value: Uint8Array;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* MsgCreateLeaseResponse is the response from creating a lease.
|
|
51
|
+
* @name MsgCreateLeaseResponseAmino
|
|
52
|
+
* @package akash.market.v1beta5
|
|
53
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLeaseResponse
|
|
54
|
+
*/
|
|
55
|
+
export interface MsgCreateLeaseResponseAmino {
|
|
56
|
+
}
|
|
57
|
+
export interface MsgCreateLeaseResponseAminoMsg {
|
|
58
|
+
type: "/akash.market.v1beta5.MsgCreateLeaseResponse";
|
|
59
|
+
value: MsgCreateLeaseResponseAmino;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* MsgWithdrawLease defines an SDK message for withdrawing lease funds.
|
|
63
|
+
* @name MsgWithdrawLease
|
|
64
|
+
* @package akash.market.v1beta5
|
|
65
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLease
|
|
66
|
+
*/
|
|
67
|
+
export interface MsgWithdrawLease {
|
|
68
|
+
/**
|
|
69
|
+
* BidId is the unique identifier of the Bid.
|
|
70
|
+
*/
|
|
71
|
+
bidId: LeaseID;
|
|
72
|
+
}
|
|
73
|
+
export interface MsgWithdrawLeaseProtoMsg {
|
|
74
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLease";
|
|
75
|
+
value: Uint8Array;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* MsgWithdrawLease defines an SDK message for withdrawing lease funds.
|
|
79
|
+
* @name MsgWithdrawLeaseAmino
|
|
80
|
+
* @package akash.market.v1beta5
|
|
81
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLease
|
|
82
|
+
*/
|
|
83
|
+
export interface MsgWithdrawLeaseAmino {
|
|
84
|
+
/**
|
|
85
|
+
* BidId is the unique identifier of the Bid.
|
|
86
|
+
*/
|
|
87
|
+
bid_id: LeaseIDAmino;
|
|
88
|
+
}
|
|
89
|
+
export interface MsgWithdrawLeaseAminoMsg {
|
|
90
|
+
type: "/akash.market.v1beta5.MsgWithdrawLease";
|
|
91
|
+
value: MsgWithdrawLeaseAmino;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
95
|
+
* @name MsgWithdrawLeaseResponse
|
|
96
|
+
* @package akash.market.v1beta5
|
|
97
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLeaseResponse
|
|
98
|
+
*/
|
|
99
|
+
export interface MsgWithdrawLeaseResponse {
|
|
100
|
+
}
|
|
101
|
+
export interface MsgWithdrawLeaseResponseProtoMsg {
|
|
102
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLeaseResponse";
|
|
103
|
+
value: Uint8Array;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
107
|
+
* @name MsgWithdrawLeaseResponseAmino
|
|
108
|
+
* @package akash.market.v1beta5
|
|
109
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLeaseResponse
|
|
110
|
+
*/
|
|
111
|
+
export interface MsgWithdrawLeaseResponseAmino {
|
|
112
|
+
}
|
|
113
|
+
export interface MsgWithdrawLeaseResponseAminoMsg {
|
|
114
|
+
type: "/akash.market.v1beta5.MsgWithdrawLeaseResponse";
|
|
115
|
+
value: MsgWithdrawLeaseResponseAmino;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* MsgCloseLease defines an SDK message for closing order.
|
|
119
|
+
* @name MsgCloseLease
|
|
120
|
+
* @package akash.market.v1beta5
|
|
121
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLease
|
|
122
|
+
*/
|
|
123
|
+
export interface MsgCloseLease {
|
|
124
|
+
/**
|
|
125
|
+
* BidId is the unique identifier of the Bid.
|
|
126
|
+
*/
|
|
127
|
+
leaseId: LeaseID;
|
|
128
|
+
}
|
|
129
|
+
export interface MsgCloseLeaseProtoMsg {
|
|
130
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLease";
|
|
131
|
+
value: Uint8Array;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* MsgCloseLease defines an SDK message for closing order.
|
|
135
|
+
* @name MsgCloseLeaseAmino
|
|
136
|
+
* @package akash.market.v1beta5
|
|
137
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLease
|
|
138
|
+
*/
|
|
139
|
+
export interface MsgCloseLeaseAmino {
|
|
140
|
+
/**
|
|
141
|
+
* BidId is the unique identifier of the Bid.
|
|
142
|
+
*/
|
|
143
|
+
lease_id: LeaseIDAmino;
|
|
144
|
+
}
|
|
145
|
+
export interface MsgCloseLeaseAminoMsg {
|
|
146
|
+
type: "/akash.market.v1beta5.MsgCloseLease";
|
|
147
|
+
value: MsgCloseLeaseAmino;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
151
|
+
* @name MsgCloseLeaseResponse
|
|
152
|
+
* @package akash.market.v1beta5
|
|
153
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLeaseResponse
|
|
154
|
+
*/
|
|
155
|
+
export interface MsgCloseLeaseResponse {
|
|
156
|
+
}
|
|
157
|
+
export interface MsgCloseLeaseResponseProtoMsg {
|
|
158
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLeaseResponse";
|
|
159
|
+
value: Uint8Array;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
163
|
+
* @name MsgCloseLeaseResponseAmino
|
|
164
|
+
* @package akash.market.v1beta5
|
|
165
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLeaseResponse
|
|
166
|
+
*/
|
|
167
|
+
export interface MsgCloseLeaseResponseAmino {
|
|
168
|
+
}
|
|
169
|
+
export interface MsgCloseLeaseResponseAminoMsg {
|
|
170
|
+
type: "/akash.market.v1beta5.MsgCloseLeaseResponse";
|
|
171
|
+
value: MsgCloseLeaseResponseAmino;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* MsgCreateLease is sent to create a lease.
|
|
175
|
+
* @name MsgCreateLease
|
|
176
|
+
* @package akash.market.v1beta5
|
|
177
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLease
|
|
178
|
+
*/
|
|
179
|
+
export declare const MsgCreateLease: {
|
|
180
|
+
typeUrl: string;
|
|
181
|
+
encode(message: MsgCreateLease, writer?: BinaryWriter): BinaryWriter;
|
|
182
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateLease;
|
|
183
|
+
fromPartial(object: DeepPartial<MsgCreateLease>): MsgCreateLease;
|
|
184
|
+
fromAmino(object: MsgCreateLeaseAmino): MsgCreateLease;
|
|
185
|
+
toAmino(message: MsgCreateLease): MsgCreateLeaseAmino;
|
|
186
|
+
fromAminoMsg(object: MsgCreateLeaseAminoMsg): MsgCreateLease;
|
|
187
|
+
fromProtoMsg(message: MsgCreateLeaseProtoMsg): MsgCreateLease;
|
|
188
|
+
toProto(message: MsgCreateLease): Uint8Array;
|
|
189
|
+
toProtoMsg(message: MsgCreateLease): MsgCreateLeaseProtoMsg;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* MsgCreateLeaseResponse is the response from creating a lease.
|
|
193
|
+
* @name MsgCreateLeaseResponse
|
|
194
|
+
* @package akash.market.v1beta5
|
|
195
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLeaseResponse
|
|
196
|
+
*/
|
|
197
|
+
export declare const MsgCreateLeaseResponse: {
|
|
198
|
+
typeUrl: string;
|
|
199
|
+
encode(_: MsgCreateLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
200
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateLeaseResponse;
|
|
201
|
+
fromPartial(_: DeepPartial<MsgCreateLeaseResponse>): MsgCreateLeaseResponse;
|
|
202
|
+
fromAmino(_: MsgCreateLeaseResponseAmino): MsgCreateLeaseResponse;
|
|
203
|
+
toAmino(_: MsgCreateLeaseResponse): MsgCreateLeaseResponseAmino;
|
|
204
|
+
fromAminoMsg(object: MsgCreateLeaseResponseAminoMsg): MsgCreateLeaseResponse;
|
|
205
|
+
fromProtoMsg(message: MsgCreateLeaseResponseProtoMsg): MsgCreateLeaseResponse;
|
|
206
|
+
toProto(message: MsgCreateLeaseResponse): Uint8Array;
|
|
207
|
+
toProtoMsg(message: MsgCreateLeaseResponse): MsgCreateLeaseResponseProtoMsg;
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* MsgWithdrawLease defines an SDK message for withdrawing lease funds.
|
|
211
|
+
* @name MsgWithdrawLease
|
|
212
|
+
* @package akash.market.v1beta5
|
|
213
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLease
|
|
214
|
+
*/
|
|
215
|
+
export declare const MsgWithdrawLease: {
|
|
216
|
+
typeUrl: string;
|
|
217
|
+
encode(message: MsgWithdrawLease, writer?: BinaryWriter): BinaryWriter;
|
|
218
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawLease;
|
|
219
|
+
fromPartial(object: DeepPartial<MsgWithdrawLease>): MsgWithdrawLease;
|
|
220
|
+
fromAmino(object: MsgWithdrawLeaseAmino): MsgWithdrawLease;
|
|
221
|
+
toAmino(message: MsgWithdrawLease): MsgWithdrawLeaseAmino;
|
|
222
|
+
fromAminoMsg(object: MsgWithdrawLeaseAminoMsg): MsgWithdrawLease;
|
|
223
|
+
fromProtoMsg(message: MsgWithdrawLeaseProtoMsg): MsgWithdrawLease;
|
|
224
|
+
toProto(message: MsgWithdrawLease): Uint8Array;
|
|
225
|
+
toProtoMsg(message: MsgWithdrawLease): MsgWithdrawLeaseProtoMsg;
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
229
|
+
* @name MsgWithdrawLeaseResponse
|
|
230
|
+
* @package akash.market.v1beta5
|
|
231
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLeaseResponse
|
|
232
|
+
*/
|
|
233
|
+
export declare const MsgWithdrawLeaseResponse: {
|
|
234
|
+
typeUrl: string;
|
|
235
|
+
encode(_: MsgWithdrawLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
236
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawLeaseResponse;
|
|
237
|
+
fromPartial(_: DeepPartial<MsgWithdrawLeaseResponse>): MsgWithdrawLeaseResponse;
|
|
238
|
+
fromAmino(_: MsgWithdrawLeaseResponseAmino): MsgWithdrawLeaseResponse;
|
|
239
|
+
toAmino(_: MsgWithdrawLeaseResponse): MsgWithdrawLeaseResponseAmino;
|
|
240
|
+
fromAminoMsg(object: MsgWithdrawLeaseResponseAminoMsg): MsgWithdrawLeaseResponse;
|
|
241
|
+
fromProtoMsg(message: MsgWithdrawLeaseResponseProtoMsg): MsgWithdrawLeaseResponse;
|
|
242
|
+
toProto(message: MsgWithdrawLeaseResponse): Uint8Array;
|
|
243
|
+
toProtoMsg(message: MsgWithdrawLeaseResponse): MsgWithdrawLeaseResponseProtoMsg;
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* MsgCloseLease defines an SDK message for closing order.
|
|
247
|
+
* @name MsgCloseLease
|
|
248
|
+
* @package akash.market.v1beta5
|
|
249
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLease
|
|
250
|
+
*/
|
|
251
|
+
export declare const MsgCloseLease: {
|
|
252
|
+
typeUrl: string;
|
|
253
|
+
encode(message: MsgCloseLease, writer?: BinaryWriter): BinaryWriter;
|
|
254
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseLease;
|
|
255
|
+
fromPartial(object: DeepPartial<MsgCloseLease>): MsgCloseLease;
|
|
256
|
+
fromAmino(object: MsgCloseLeaseAmino): MsgCloseLease;
|
|
257
|
+
toAmino(message: MsgCloseLease): MsgCloseLeaseAmino;
|
|
258
|
+
fromAminoMsg(object: MsgCloseLeaseAminoMsg): MsgCloseLease;
|
|
259
|
+
fromProtoMsg(message: MsgCloseLeaseProtoMsg): MsgCloseLease;
|
|
260
|
+
toProto(message: MsgCloseLease): Uint8Array;
|
|
261
|
+
toProtoMsg(message: MsgCloseLease): MsgCloseLeaseProtoMsg;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
265
|
+
* @name MsgCloseLeaseResponse
|
|
266
|
+
* @package akash.market.v1beta5
|
|
267
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLeaseResponse
|
|
268
|
+
*/
|
|
269
|
+
export declare const MsgCloseLeaseResponse: {
|
|
270
|
+
typeUrl: string;
|
|
271
|
+
encode(_: MsgCloseLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
272
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseLeaseResponse;
|
|
273
|
+
fromPartial(_: DeepPartial<MsgCloseLeaseResponse>): MsgCloseLeaseResponse;
|
|
274
|
+
fromAmino(_: MsgCloseLeaseResponseAmino): MsgCloseLeaseResponse;
|
|
275
|
+
toAmino(_: MsgCloseLeaseResponse): MsgCloseLeaseResponseAmino;
|
|
276
|
+
fromAminoMsg(object: MsgCloseLeaseResponseAminoMsg): MsgCloseLeaseResponse;
|
|
277
|
+
fromProtoMsg(message: MsgCloseLeaseResponseProtoMsg): MsgCloseLeaseResponse;
|
|
278
|
+
toProto(message: MsgCloseLeaseResponse): Uint8Array;
|
|
279
|
+
toProtoMsg(message: MsgCloseLeaseResponse): MsgCloseLeaseResponseProtoMsg;
|
|
280
|
+
};
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgCloseLeaseResponse = exports.MsgCloseLease = exports.MsgWithdrawLeaseResponse = exports.MsgWithdrawLease = exports.MsgCreateLeaseResponse = exports.MsgCreateLease = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const bid_1 = require("../v1/bid");
|
|
6
|
+
const lease_1 = require("../v1/lease");
|
|
7
|
+
const binary_1 = require("../../../binary");
|
|
8
|
+
function createBaseMsgCreateLease() {
|
|
9
|
+
return {
|
|
10
|
+
bidId: bid_1.BidID.fromPartial({})
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* MsgCreateLease is sent to create a lease.
|
|
15
|
+
* @name MsgCreateLease
|
|
16
|
+
* @package akash.market.v1beta5
|
|
17
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLease
|
|
18
|
+
*/
|
|
19
|
+
exports.MsgCreateLease = {
|
|
20
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLease",
|
|
21
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
22
|
+
if (message.bidId !== undefined) {
|
|
23
|
+
bid_1.BidID.encode(message.bidId, writer.uint32(10).fork()).ldelim();
|
|
24
|
+
}
|
|
25
|
+
return writer;
|
|
26
|
+
},
|
|
27
|
+
decode(input, length) {
|
|
28
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
29
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
30
|
+
const message = createBaseMsgCreateLease();
|
|
31
|
+
while (reader.pos < end) {
|
|
32
|
+
const tag = reader.uint32();
|
|
33
|
+
switch (tag >>> 3) {
|
|
34
|
+
case 1:
|
|
35
|
+
message.bidId = bid_1.BidID.decode(reader, reader.uint32());
|
|
36
|
+
break;
|
|
37
|
+
default:
|
|
38
|
+
reader.skipType(tag & 7);
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
return message;
|
|
43
|
+
},
|
|
44
|
+
fromPartial(object) {
|
|
45
|
+
const message = createBaseMsgCreateLease();
|
|
46
|
+
message.bidId = object.bidId !== undefined && object.bidId !== null ? bid_1.BidID.fromPartial(object.bidId) : undefined;
|
|
47
|
+
return message;
|
|
48
|
+
},
|
|
49
|
+
fromAmino(object) {
|
|
50
|
+
const message = createBaseMsgCreateLease();
|
|
51
|
+
if (object.bid_id !== undefined && object.bid_id !== null) {
|
|
52
|
+
message.bidId = bid_1.BidID.fromAmino(object.bid_id);
|
|
53
|
+
}
|
|
54
|
+
return message;
|
|
55
|
+
},
|
|
56
|
+
toAmino(message) {
|
|
57
|
+
const obj = {};
|
|
58
|
+
obj.bid_id = message.bidId ? bid_1.BidID.toAmino(message.bidId) : bid_1.BidID.toAmino(bid_1.BidID.fromPartial({}));
|
|
59
|
+
return obj;
|
|
60
|
+
},
|
|
61
|
+
fromAminoMsg(object) {
|
|
62
|
+
return exports.MsgCreateLease.fromAmino(object.value);
|
|
63
|
+
},
|
|
64
|
+
fromProtoMsg(message) {
|
|
65
|
+
return exports.MsgCreateLease.decode(message.value);
|
|
66
|
+
},
|
|
67
|
+
toProto(message) {
|
|
68
|
+
return exports.MsgCreateLease.encode(message).finish();
|
|
69
|
+
},
|
|
70
|
+
toProtoMsg(message) {
|
|
71
|
+
return {
|
|
72
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLease",
|
|
73
|
+
value: exports.MsgCreateLease.encode(message).finish()
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
};
|
|
77
|
+
function createBaseMsgCreateLeaseResponse() {
|
|
78
|
+
return {};
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* MsgCreateLeaseResponse is the response from creating a lease.
|
|
82
|
+
* @name MsgCreateLeaseResponse
|
|
83
|
+
* @package akash.market.v1beta5
|
|
84
|
+
* @see proto type: akash.market.v1beta5.MsgCreateLeaseResponse
|
|
85
|
+
*/
|
|
86
|
+
exports.MsgCreateLeaseResponse = {
|
|
87
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLeaseResponse",
|
|
88
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
89
|
+
return writer;
|
|
90
|
+
},
|
|
91
|
+
decode(input, length) {
|
|
92
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
93
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
94
|
+
const message = createBaseMsgCreateLeaseResponse();
|
|
95
|
+
while (reader.pos < end) {
|
|
96
|
+
const tag = reader.uint32();
|
|
97
|
+
switch (tag >>> 3) {
|
|
98
|
+
default:
|
|
99
|
+
reader.skipType(tag & 7);
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return message;
|
|
104
|
+
},
|
|
105
|
+
fromPartial(_) {
|
|
106
|
+
const message = createBaseMsgCreateLeaseResponse();
|
|
107
|
+
return message;
|
|
108
|
+
},
|
|
109
|
+
fromAmino(_) {
|
|
110
|
+
const message = createBaseMsgCreateLeaseResponse();
|
|
111
|
+
return message;
|
|
112
|
+
},
|
|
113
|
+
toAmino(_) {
|
|
114
|
+
const obj = {};
|
|
115
|
+
return obj;
|
|
116
|
+
},
|
|
117
|
+
fromAminoMsg(object) {
|
|
118
|
+
return exports.MsgCreateLeaseResponse.fromAmino(object.value);
|
|
119
|
+
},
|
|
120
|
+
fromProtoMsg(message) {
|
|
121
|
+
return exports.MsgCreateLeaseResponse.decode(message.value);
|
|
122
|
+
},
|
|
123
|
+
toProto(message) {
|
|
124
|
+
return exports.MsgCreateLeaseResponse.encode(message).finish();
|
|
125
|
+
},
|
|
126
|
+
toProtoMsg(message) {
|
|
127
|
+
return {
|
|
128
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateLeaseResponse",
|
|
129
|
+
value: exports.MsgCreateLeaseResponse.encode(message).finish()
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
function createBaseMsgWithdrawLease() {
|
|
134
|
+
return {
|
|
135
|
+
bidId: lease_1.LeaseID.fromPartial({})
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* MsgWithdrawLease defines an SDK message for withdrawing lease funds.
|
|
140
|
+
* @name MsgWithdrawLease
|
|
141
|
+
* @package akash.market.v1beta5
|
|
142
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLease
|
|
143
|
+
*/
|
|
144
|
+
exports.MsgWithdrawLease = {
|
|
145
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLease",
|
|
146
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
147
|
+
if (message.bidId !== undefined) {
|
|
148
|
+
lease_1.LeaseID.encode(message.bidId, writer.uint32(10).fork()).ldelim();
|
|
149
|
+
}
|
|
150
|
+
return writer;
|
|
151
|
+
},
|
|
152
|
+
decode(input, length) {
|
|
153
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
154
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
155
|
+
const message = createBaseMsgWithdrawLease();
|
|
156
|
+
while (reader.pos < end) {
|
|
157
|
+
const tag = reader.uint32();
|
|
158
|
+
switch (tag >>> 3) {
|
|
159
|
+
case 1:
|
|
160
|
+
message.bidId = lease_1.LeaseID.decode(reader, reader.uint32());
|
|
161
|
+
break;
|
|
162
|
+
default:
|
|
163
|
+
reader.skipType(tag & 7);
|
|
164
|
+
break;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
return message;
|
|
168
|
+
},
|
|
169
|
+
fromPartial(object) {
|
|
170
|
+
const message = createBaseMsgWithdrawLease();
|
|
171
|
+
message.bidId = object.bidId !== undefined && object.bidId !== null ? lease_1.LeaseID.fromPartial(object.bidId) : undefined;
|
|
172
|
+
return message;
|
|
173
|
+
},
|
|
174
|
+
fromAmino(object) {
|
|
175
|
+
const message = createBaseMsgWithdrawLease();
|
|
176
|
+
if (object.bid_id !== undefined && object.bid_id !== null) {
|
|
177
|
+
message.bidId = lease_1.LeaseID.fromAmino(object.bid_id);
|
|
178
|
+
}
|
|
179
|
+
return message;
|
|
180
|
+
},
|
|
181
|
+
toAmino(message) {
|
|
182
|
+
const obj = {};
|
|
183
|
+
obj.bid_id = message.bidId ? lease_1.LeaseID.toAmino(message.bidId) : lease_1.LeaseID.toAmino(lease_1.LeaseID.fromPartial({}));
|
|
184
|
+
return obj;
|
|
185
|
+
},
|
|
186
|
+
fromAminoMsg(object) {
|
|
187
|
+
return exports.MsgWithdrawLease.fromAmino(object.value);
|
|
188
|
+
},
|
|
189
|
+
fromProtoMsg(message) {
|
|
190
|
+
return exports.MsgWithdrawLease.decode(message.value);
|
|
191
|
+
},
|
|
192
|
+
toProto(message) {
|
|
193
|
+
return exports.MsgWithdrawLease.encode(message).finish();
|
|
194
|
+
},
|
|
195
|
+
toProtoMsg(message) {
|
|
196
|
+
return {
|
|
197
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLease",
|
|
198
|
+
value: exports.MsgWithdrawLease.encode(message).finish()
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
function createBaseMsgWithdrawLeaseResponse() {
|
|
203
|
+
return {};
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
207
|
+
* @name MsgWithdrawLeaseResponse
|
|
208
|
+
* @package akash.market.v1beta5
|
|
209
|
+
* @see proto type: akash.market.v1beta5.MsgWithdrawLeaseResponse
|
|
210
|
+
*/
|
|
211
|
+
exports.MsgWithdrawLeaseResponse = {
|
|
212
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLeaseResponse",
|
|
213
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
214
|
+
return writer;
|
|
215
|
+
},
|
|
216
|
+
decode(input, length) {
|
|
217
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
218
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
219
|
+
const message = createBaseMsgWithdrawLeaseResponse();
|
|
220
|
+
while (reader.pos < end) {
|
|
221
|
+
const tag = reader.uint32();
|
|
222
|
+
switch (tag >>> 3) {
|
|
223
|
+
default:
|
|
224
|
+
reader.skipType(tag & 7);
|
|
225
|
+
break;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
return message;
|
|
229
|
+
},
|
|
230
|
+
fromPartial(_) {
|
|
231
|
+
const message = createBaseMsgWithdrawLeaseResponse();
|
|
232
|
+
return message;
|
|
233
|
+
},
|
|
234
|
+
fromAmino(_) {
|
|
235
|
+
const message = createBaseMsgWithdrawLeaseResponse();
|
|
236
|
+
return message;
|
|
237
|
+
},
|
|
238
|
+
toAmino(_) {
|
|
239
|
+
const obj = {};
|
|
240
|
+
return obj;
|
|
241
|
+
},
|
|
242
|
+
fromAminoMsg(object) {
|
|
243
|
+
return exports.MsgWithdrawLeaseResponse.fromAmino(object.value);
|
|
244
|
+
},
|
|
245
|
+
fromProtoMsg(message) {
|
|
246
|
+
return exports.MsgWithdrawLeaseResponse.decode(message.value);
|
|
247
|
+
},
|
|
248
|
+
toProto(message) {
|
|
249
|
+
return exports.MsgWithdrawLeaseResponse.encode(message).finish();
|
|
250
|
+
},
|
|
251
|
+
toProtoMsg(message) {
|
|
252
|
+
return {
|
|
253
|
+
typeUrl: "/akash.market.v1beta5.MsgWithdrawLeaseResponse",
|
|
254
|
+
value: exports.MsgWithdrawLeaseResponse.encode(message).finish()
|
|
255
|
+
};
|
|
256
|
+
}
|
|
257
|
+
};
|
|
258
|
+
function createBaseMsgCloseLease() {
|
|
259
|
+
return {
|
|
260
|
+
leaseId: lease_1.LeaseID.fromPartial({})
|
|
261
|
+
};
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* MsgCloseLease defines an SDK message for closing order.
|
|
265
|
+
* @name MsgCloseLease
|
|
266
|
+
* @package akash.market.v1beta5
|
|
267
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLease
|
|
268
|
+
*/
|
|
269
|
+
exports.MsgCloseLease = {
|
|
270
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLease",
|
|
271
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
272
|
+
if (message.leaseId !== undefined) {
|
|
273
|
+
lease_1.LeaseID.encode(message.leaseId, writer.uint32(10).fork()).ldelim();
|
|
274
|
+
}
|
|
275
|
+
return writer;
|
|
276
|
+
},
|
|
277
|
+
decode(input, length) {
|
|
278
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
279
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
280
|
+
const message = createBaseMsgCloseLease();
|
|
281
|
+
while (reader.pos < end) {
|
|
282
|
+
const tag = reader.uint32();
|
|
283
|
+
switch (tag >>> 3) {
|
|
284
|
+
case 1:
|
|
285
|
+
message.leaseId = lease_1.LeaseID.decode(reader, reader.uint32());
|
|
286
|
+
break;
|
|
287
|
+
default:
|
|
288
|
+
reader.skipType(tag & 7);
|
|
289
|
+
break;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
return message;
|
|
293
|
+
},
|
|
294
|
+
fromPartial(object) {
|
|
295
|
+
const message = createBaseMsgCloseLease();
|
|
296
|
+
message.leaseId = object.leaseId !== undefined && object.leaseId !== null ? lease_1.LeaseID.fromPartial(object.leaseId) : undefined;
|
|
297
|
+
return message;
|
|
298
|
+
},
|
|
299
|
+
fromAmino(object) {
|
|
300
|
+
const message = createBaseMsgCloseLease();
|
|
301
|
+
if (object.lease_id !== undefined && object.lease_id !== null) {
|
|
302
|
+
message.leaseId = lease_1.LeaseID.fromAmino(object.lease_id);
|
|
303
|
+
}
|
|
304
|
+
return message;
|
|
305
|
+
},
|
|
306
|
+
toAmino(message) {
|
|
307
|
+
const obj = {};
|
|
308
|
+
obj.lease_id = message.leaseId ? lease_1.LeaseID.toAmino(message.leaseId) : lease_1.LeaseID.toAmino(lease_1.LeaseID.fromPartial({}));
|
|
309
|
+
return obj;
|
|
310
|
+
},
|
|
311
|
+
fromAminoMsg(object) {
|
|
312
|
+
return exports.MsgCloseLease.fromAmino(object.value);
|
|
313
|
+
},
|
|
314
|
+
fromProtoMsg(message) {
|
|
315
|
+
return exports.MsgCloseLease.decode(message.value);
|
|
316
|
+
},
|
|
317
|
+
toProto(message) {
|
|
318
|
+
return exports.MsgCloseLease.encode(message).finish();
|
|
319
|
+
},
|
|
320
|
+
toProtoMsg(message) {
|
|
321
|
+
return {
|
|
322
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLease",
|
|
323
|
+
value: exports.MsgCloseLease.encode(message).finish()
|
|
324
|
+
};
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
function createBaseMsgCloseLeaseResponse() {
|
|
328
|
+
return {};
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
332
|
+
* @name MsgCloseLeaseResponse
|
|
333
|
+
* @package akash.market.v1beta5
|
|
334
|
+
* @see proto type: akash.market.v1beta5.MsgCloseLeaseResponse
|
|
335
|
+
*/
|
|
336
|
+
exports.MsgCloseLeaseResponse = {
|
|
337
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLeaseResponse",
|
|
338
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
339
|
+
return writer;
|
|
340
|
+
},
|
|
341
|
+
decode(input, length) {
|
|
342
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
343
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
344
|
+
const message = createBaseMsgCloseLeaseResponse();
|
|
345
|
+
while (reader.pos < end) {
|
|
346
|
+
const tag = reader.uint32();
|
|
347
|
+
switch (tag >>> 3) {
|
|
348
|
+
default:
|
|
349
|
+
reader.skipType(tag & 7);
|
|
350
|
+
break;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
return message;
|
|
354
|
+
},
|
|
355
|
+
fromPartial(_) {
|
|
356
|
+
const message = createBaseMsgCloseLeaseResponse();
|
|
357
|
+
return message;
|
|
358
|
+
},
|
|
359
|
+
fromAmino(_) {
|
|
360
|
+
const message = createBaseMsgCloseLeaseResponse();
|
|
361
|
+
return message;
|
|
362
|
+
},
|
|
363
|
+
toAmino(_) {
|
|
364
|
+
const obj = {};
|
|
365
|
+
return obj;
|
|
366
|
+
},
|
|
367
|
+
fromAminoMsg(object) {
|
|
368
|
+
return exports.MsgCloseLeaseResponse.fromAmino(object.value);
|
|
369
|
+
},
|
|
370
|
+
fromProtoMsg(message) {
|
|
371
|
+
return exports.MsgCloseLeaseResponse.decode(message.value);
|
|
372
|
+
},
|
|
373
|
+
toProto(message) {
|
|
374
|
+
return exports.MsgCloseLeaseResponse.encode(message).finish();
|
|
375
|
+
},
|
|
376
|
+
toProtoMsg(message) {
|
|
377
|
+
return {
|
|
378
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseLeaseResponse",
|
|
379
|
+
value: exports.MsgCloseLeaseResponse.encode(message).finish()
|
|
380
|
+
};
|
|
381
|
+
}
|
|
382
|
+
};
|