@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,56 @@
|
|
|
1
|
+
import { Params, ParamsAmino } from "./params";
|
|
2
|
+
import { Order, OrderAmino } from "./order";
|
|
3
|
+
import { Lease, LeaseAmino } from "./lease";
|
|
4
|
+
import { Bid, BidAmino } from "./bid";
|
|
5
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../helpers";
|
|
7
|
+
/**
|
|
8
|
+
* GenesisState defines the basic genesis state used by market module
|
|
9
|
+
* @name GenesisState
|
|
10
|
+
* @package akash.market.v1beta4
|
|
11
|
+
* @see proto type: akash.market.v1beta4.GenesisState
|
|
12
|
+
*/
|
|
13
|
+
export interface GenesisState {
|
|
14
|
+
params: Params;
|
|
15
|
+
orders: Order[];
|
|
16
|
+
leases: Lease[];
|
|
17
|
+
bids: Bid[];
|
|
18
|
+
}
|
|
19
|
+
export interface GenesisStateProtoMsg {
|
|
20
|
+
typeUrl: "/akash.market.v1beta4.GenesisState";
|
|
21
|
+
value: Uint8Array;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* GenesisState defines the basic genesis state used by market module
|
|
25
|
+
* @name GenesisStateAmino
|
|
26
|
+
* @package akash.market.v1beta4
|
|
27
|
+
* @see proto type: akash.market.v1beta4.GenesisState
|
|
28
|
+
*/
|
|
29
|
+
export interface GenesisStateAmino {
|
|
30
|
+
params: ParamsAmino;
|
|
31
|
+
orders: OrderAmino[];
|
|
32
|
+
leases: LeaseAmino[];
|
|
33
|
+
bids: BidAmino[];
|
|
34
|
+
}
|
|
35
|
+
export interface GenesisStateAminoMsg {
|
|
36
|
+
type: "/akash.market.v1beta4.GenesisState";
|
|
37
|
+
value: GenesisStateAmino;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* GenesisState defines the basic genesis state used by market module
|
|
41
|
+
* @name GenesisState
|
|
42
|
+
* @package akash.market.v1beta4
|
|
43
|
+
* @see proto type: akash.market.v1beta4.GenesisState
|
|
44
|
+
*/
|
|
45
|
+
export declare const GenesisState: {
|
|
46
|
+
typeUrl: string;
|
|
47
|
+
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
48
|
+
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
49
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
50
|
+
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
51
|
+
toAmino(message: GenesisState): GenesisStateAmino;
|
|
52
|
+
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
53
|
+
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
54
|
+
toProto(message: GenesisState): Uint8Array;
|
|
55
|
+
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
56
|
+
};
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenesisState = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const params_1 = require("./params");
|
|
6
|
+
const order_1 = require("./order");
|
|
7
|
+
const lease_1 = require("./lease");
|
|
8
|
+
const bid_1 = require("./bid");
|
|
9
|
+
const binary_1 = require("../../../binary");
|
|
10
|
+
function createBaseGenesisState() {
|
|
11
|
+
return {
|
|
12
|
+
params: params_1.Params.fromPartial({}),
|
|
13
|
+
orders: [],
|
|
14
|
+
leases: [],
|
|
15
|
+
bids: []
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* GenesisState defines the basic genesis state used by market module
|
|
20
|
+
* @name GenesisState
|
|
21
|
+
* @package akash.market.v1beta4
|
|
22
|
+
* @see proto type: akash.market.v1beta4.GenesisState
|
|
23
|
+
*/
|
|
24
|
+
exports.GenesisState = {
|
|
25
|
+
typeUrl: "/akash.market.v1beta4.GenesisState",
|
|
26
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
27
|
+
if (message.params !== undefined) {
|
|
28
|
+
params_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
29
|
+
}
|
|
30
|
+
for (const v of message.orders) {
|
|
31
|
+
order_1.Order.encode(v, writer.uint32(18).fork()).ldelim();
|
|
32
|
+
}
|
|
33
|
+
for (const v of message.leases) {
|
|
34
|
+
lease_1.Lease.encode(v, writer.uint32(26).fork()).ldelim();
|
|
35
|
+
}
|
|
36
|
+
for (const v of message.bids) {
|
|
37
|
+
bid_1.Bid.encode(v, writer.uint32(34).fork()).ldelim();
|
|
38
|
+
}
|
|
39
|
+
return writer;
|
|
40
|
+
},
|
|
41
|
+
decode(input, length) {
|
|
42
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
43
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
44
|
+
const message = createBaseGenesisState();
|
|
45
|
+
while (reader.pos < end) {
|
|
46
|
+
const tag = reader.uint32();
|
|
47
|
+
switch (tag >>> 3) {
|
|
48
|
+
case 1:
|
|
49
|
+
message.params = params_1.Params.decode(reader, reader.uint32());
|
|
50
|
+
break;
|
|
51
|
+
case 2:
|
|
52
|
+
message.orders.push(order_1.Order.decode(reader, reader.uint32()));
|
|
53
|
+
break;
|
|
54
|
+
case 3:
|
|
55
|
+
message.leases.push(lease_1.Lease.decode(reader, reader.uint32()));
|
|
56
|
+
break;
|
|
57
|
+
case 4:
|
|
58
|
+
message.bids.push(bid_1.Bid.decode(reader, reader.uint32()));
|
|
59
|
+
break;
|
|
60
|
+
default:
|
|
61
|
+
reader.skipType(tag & 7);
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return message;
|
|
66
|
+
},
|
|
67
|
+
fromPartial(object) {
|
|
68
|
+
const message = createBaseGenesisState();
|
|
69
|
+
message.params = object.params !== undefined && object.params !== null ? params_1.Params.fromPartial(object.params) : undefined;
|
|
70
|
+
message.orders = object.orders?.map(e => order_1.Order.fromPartial(e)) || [];
|
|
71
|
+
message.leases = object.leases?.map(e => lease_1.Lease.fromPartial(e)) || [];
|
|
72
|
+
message.bids = object.bids?.map(e => bid_1.Bid.fromPartial(e)) || [];
|
|
73
|
+
return message;
|
|
74
|
+
},
|
|
75
|
+
fromAmino(object) {
|
|
76
|
+
const message = createBaseGenesisState();
|
|
77
|
+
if (object.params !== undefined && object.params !== null) {
|
|
78
|
+
message.params = params_1.Params.fromAmino(object.params);
|
|
79
|
+
}
|
|
80
|
+
message.orders = object.orders?.map(e => order_1.Order.fromAmino(e)) || [];
|
|
81
|
+
message.leases = object.leases?.map(e => lease_1.Lease.fromAmino(e)) || [];
|
|
82
|
+
message.bids = object.bids?.map(e => bid_1.Bid.fromAmino(e)) || [];
|
|
83
|
+
return message;
|
|
84
|
+
},
|
|
85
|
+
toAmino(message) {
|
|
86
|
+
const obj = {};
|
|
87
|
+
obj.params = message.params ? params_1.Params.toAmino(message.params) : params_1.Params.toAmino(params_1.Params.fromPartial({}));
|
|
88
|
+
if (message.orders) {
|
|
89
|
+
obj.orders = message.orders.map(e => e ? order_1.Order.toAmino(e) : undefined);
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
obj.orders = message.orders;
|
|
93
|
+
}
|
|
94
|
+
if (message.leases) {
|
|
95
|
+
obj.leases = message.leases.map(e => e ? lease_1.Lease.toAmino(e) : undefined);
|
|
96
|
+
}
|
|
97
|
+
else {
|
|
98
|
+
obj.leases = message.leases;
|
|
99
|
+
}
|
|
100
|
+
if (message.bids) {
|
|
101
|
+
obj.bids = message.bids.map(e => e ? bid_1.Bid.toAmino(e) : undefined);
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
obj.bids = message.bids;
|
|
105
|
+
}
|
|
106
|
+
return obj;
|
|
107
|
+
},
|
|
108
|
+
fromAminoMsg(object) {
|
|
109
|
+
return exports.GenesisState.fromAmino(object.value);
|
|
110
|
+
},
|
|
111
|
+
fromProtoMsg(message) {
|
|
112
|
+
return exports.GenesisState.decode(message.value);
|
|
113
|
+
},
|
|
114
|
+
toProto(message) {
|
|
115
|
+
return exports.GenesisState.encode(message).finish();
|
|
116
|
+
},
|
|
117
|
+
toProtoMsg(message) {
|
|
118
|
+
return {
|
|
119
|
+
typeUrl: "/akash.market.v1beta4.GenesisState",
|
|
120
|
+
value: exports.GenesisState.encode(message).finish()
|
|
121
|
+
};
|
|
122
|
+
}
|
|
123
|
+
};
|
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
import { DecCoin, DecCoinAmino } from "../../../cosmos/base/v1beta1/coin";
|
|
2
|
+
import { BidID, BidIDAmino } from "./bid";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
/** State is an enum which refers to state of lease */
|
|
6
|
+
export declare enum Lease_State {
|
|
7
|
+
/** invalid - Prefix should start with 0 in enum. So declaring dummy state */
|
|
8
|
+
invalid = 0,
|
|
9
|
+
/** active - LeaseActive denotes state for lease active */
|
|
10
|
+
active = 1,
|
|
11
|
+
/** insufficient_funds - LeaseInsufficientFunds denotes state for lease insufficient_funds */
|
|
12
|
+
insufficient_funds = 2,
|
|
13
|
+
/** closed - LeaseClosed denotes state for lease closed */
|
|
14
|
+
closed = 3,
|
|
15
|
+
UNRECOGNIZED = -1
|
|
16
|
+
}
|
|
17
|
+
export declare const Lease_StateAmino: typeof Lease_State;
|
|
18
|
+
export declare function lease_StateFromJSON(object: any): Lease_State;
|
|
19
|
+
export declare function lease_StateToJSON(object: Lease_State): string;
|
|
20
|
+
/**
|
|
21
|
+
* LeaseID stores bid details of lease
|
|
22
|
+
* @name LeaseID
|
|
23
|
+
* @package akash.market.v1beta4
|
|
24
|
+
* @see proto type: akash.market.v1beta4.LeaseID
|
|
25
|
+
*/
|
|
26
|
+
export interface LeaseID {
|
|
27
|
+
owner: string;
|
|
28
|
+
dseq: bigint;
|
|
29
|
+
gseq: number;
|
|
30
|
+
oseq: number;
|
|
31
|
+
provider: string;
|
|
32
|
+
}
|
|
33
|
+
export interface LeaseIDProtoMsg {
|
|
34
|
+
typeUrl: "/akash.market.v1beta4.LeaseID";
|
|
35
|
+
value: Uint8Array;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* LeaseID stores bid details of lease
|
|
39
|
+
* @name LeaseIDAmino
|
|
40
|
+
* @package akash.market.v1beta4
|
|
41
|
+
* @see proto type: akash.market.v1beta4.LeaseID
|
|
42
|
+
*/
|
|
43
|
+
export interface LeaseIDAmino {
|
|
44
|
+
owner: string;
|
|
45
|
+
dseq: string;
|
|
46
|
+
gseq: number;
|
|
47
|
+
oseq: number;
|
|
48
|
+
provider: string;
|
|
49
|
+
}
|
|
50
|
+
export interface LeaseIDAminoMsg {
|
|
51
|
+
type: "/akash.market.v1beta4.LeaseID";
|
|
52
|
+
value: LeaseIDAmino;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Lease stores LeaseID, state of lease and price
|
|
56
|
+
* @name Lease
|
|
57
|
+
* @package akash.market.v1beta4
|
|
58
|
+
* @see proto type: akash.market.v1beta4.Lease
|
|
59
|
+
*/
|
|
60
|
+
export interface Lease {
|
|
61
|
+
leaseId: LeaseID;
|
|
62
|
+
state: Lease_State;
|
|
63
|
+
price: DecCoin;
|
|
64
|
+
createdAt: bigint;
|
|
65
|
+
closedOn: bigint;
|
|
66
|
+
}
|
|
67
|
+
export interface LeaseProtoMsg {
|
|
68
|
+
typeUrl: "/akash.market.v1beta4.Lease";
|
|
69
|
+
value: Uint8Array;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Lease stores LeaseID, state of lease and price
|
|
73
|
+
* @name LeaseAmino
|
|
74
|
+
* @package akash.market.v1beta4
|
|
75
|
+
* @see proto type: akash.market.v1beta4.Lease
|
|
76
|
+
*/
|
|
77
|
+
export interface LeaseAmino {
|
|
78
|
+
lease_id: LeaseIDAmino;
|
|
79
|
+
state: Lease_State;
|
|
80
|
+
price: DecCoinAmino;
|
|
81
|
+
created_at?: string;
|
|
82
|
+
closed_on?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface LeaseAminoMsg {
|
|
85
|
+
type: "/akash.market.v1beta4.Lease";
|
|
86
|
+
value: LeaseAmino;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* LeaseFilters defines flags for lease list filter
|
|
90
|
+
* @name LeaseFilters
|
|
91
|
+
* @package akash.market.v1beta4
|
|
92
|
+
* @see proto type: akash.market.v1beta4.LeaseFilters
|
|
93
|
+
*/
|
|
94
|
+
export interface LeaseFilters {
|
|
95
|
+
owner: string;
|
|
96
|
+
dseq: bigint;
|
|
97
|
+
gseq: number;
|
|
98
|
+
oseq: number;
|
|
99
|
+
provider: string;
|
|
100
|
+
state: string;
|
|
101
|
+
}
|
|
102
|
+
export interface LeaseFiltersProtoMsg {
|
|
103
|
+
typeUrl: "/akash.market.v1beta4.LeaseFilters";
|
|
104
|
+
value: Uint8Array;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* LeaseFilters defines flags for lease list filter
|
|
108
|
+
* @name LeaseFiltersAmino
|
|
109
|
+
* @package akash.market.v1beta4
|
|
110
|
+
* @see proto type: akash.market.v1beta4.LeaseFilters
|
|
111
|
+
*/
|
|
112
|
+
export interface LeaseFiltersAmino {
|
|
113
|
+
owner: string;
|
|
114
|
+
dseq: string;
|
|
115
|
+
gseq: number;
|
|
116
|
+
oseq: number;
|
|
117
|
+
provider: string;
|
|
118
|
+
state: string;
|
|
119
|
+
}
|
|
120
|
+
export interface LeaseFiltersAminoMsg {
|
|
121
|
+
type: "/akash.market.v1beta4.LeaseFilters";
|
|
122
|
+
value: LeaseFiltersAmino;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* MsgCreateLease is sent to create a lease
|
|
126
|
+
* @name MsgCreateLease
|
|
127
|
+
* @package akash.market.v1beta4
|
|
128
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLease
|
|
129
|
+
*/
|
|
130
|
+
export interface MsgCreateLease {
|
|
131
|
+
bidId: BidID;
|
|
132
|
+
}
|
|
133
|
+
export interface MsgCreateLeaseProtoMsg {
|
|
134
|
+
typeUrl: "/akash.market.v1beta4.MsgCreateLease";
|
|
135
|
+
value: Uint8Array;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* MsgCreateLease is sent to create a lease
|
|
139
|
+
* @name MsgCreateLeaseAmino
|
|
140
|
+
* @package akash.market.v1beta4
|
|
141
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLease
|
|
142
|
+
*/
|
|
143
|
+
export interface MsgCreateLeaseAmino {
|
|
144
|
+
bid_id: BidIDAmino;
|
|
145
|
+
}
|
|
146
|
+
export interface MsgCreateLeaseAminoMsg {
|
|
147
|
+
type: "/akash.market.v1beta4.MsgCreateLease";
|
|
148
|
+
value: MsgCreateLeaseAmino;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* MsgCreateLeaseResponse is the response from creating a lease
|
|
152
|
+
* @name MsgCreateLeaseResponse
|
|
153
|
+
* @package akash.market.v1beta4
|
|
154
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLeaseResponse
|
|
155
|
+
*/
|
|
156
|
+
export interface MsgCreateLeaseResponse {
|
|
157
|
+
}
|
|
158
|
+
export interface MsgCreateLeaseResponseProtoMsg {
|
|
159
|
+
typeUrl: "/akash.market.v1beta4.MsgCreateLeaseResponse";
|
|
160
|
+
value: Uint8Array;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* MsgCreateLeaseResponse is the response from creating a lease
|
|
164
|
+
* @name MsgCreateLeaseResponseAmino
|
|
165
|
+
* @package akash.market.v1beta4
|
|
166
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLeaseResponse
|
|
167
|
+
*/
|
|
168
|
+
export interface MsgCreateLeaseResponseAmino {
|
|
169
|
+
}
|
|
170
|
+
export interface MsgCreateLeaseResponseAminoMsg {
|
|
171
|
+
type: "/akash.market.v1beta4.MsgCreateLeaseResponse";
|
|
172
|
+
value: MsgCreateLeaseResponseAmino;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* MsgWithdrawLease defines an SDK message for closing bid
|
|
176
|
+
* @name MsgWithdrawLease
|
|
177
|
+
* @package akash.market.v1beta4
|
|
178
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLease
|
|
179
|
+
*/
|
|
180
|
+
export interface MsgWithdrawLease {
|
|
181
|
+
bidId: LeaseID;
|
|
182
|
+
}
|
|
183
|
+
export interface MsgWithdrawLeaseProtoMsg {
|
|
184
|
+
typeUrl: "/akash.market.v1beta4.MsgWithdrawLease";
|
|
185
|
+
value: Uint8Array;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* MsgWithdrawLease defines an SDK message for closing bid
|
|
189
|
+
* @name MsgWithdrawLeaseAmino
|
|
190
|
+
* @package akash.market.v1beta4
|
|
191
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLease
|
|
192
|
+
*/
|
|
193
|
+
export interface MsgWithdrawLeaseAmino {
|
|
194
|
+
bid_id: LeaseIDAmino;
|
|
195
|
+
}
|
|
196
|
+
export interface MsgWithdrawLeaseAminoMsg {
|
|
197
|
+
type: "/akash.market.v1beta4.MsgWithdrawLease";
|
|
198
|
+
value: MsgWithdrawLeaseAmino;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
202
|
+
* @name MsgWithdrawLeaseResponse
|
|
203
|
+
* @package akash.market.v1beta4
|
|
204
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLeaseResponse
|
|
205
|
+
*/
|
|
206
|
+
export interface MsgWithdrawLeaseResponse {
|
|
207
|
+
}
|
|
208
|
+
export interface MsgWithdrawLeaseResponseProtoMsg {
|
|
209
|
+
typeUrl: "/akash.market.v1beta4.MsgWithdrawLeaseResponse";
|
|
210
|
+
value: Uint8Array;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
214
|
+
* @name MsgWithdrawLeaseResponseAmino
|
|
215
|
+
* @package akash.market.v1beta4
|
|
216
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLeaseResponse
|
|
217
|
+
*/
|
|
218
|
+
export interface MsgWithdrawLeaseResponseAmino {
|
|
219
|
+
}
|
|
220
|
+
export interface MsgWithdrawLeaseResponseAminoMsg {
|
|
221
|
+
type: "/akash.market.v1beta4.MsgWithdrawLeaseResponse";
|
|
222
|
+
value: MsgWithdrawLeaseResponseAmino;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* MsgCloseLease defines an SDK message for closing order
|
|
226
|
+
* @name MsgCloseLease
|
|
227
|
+
* @package akash.market.v1beta4
|
|
228
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLease
|
|
229
|
+
*/
|
|
230
|
+
export interface MsgCloseLease {
|
|
231
|
+
leaseId: LeaseID;
|
|
232
|
+
}
|
|
233
|
+
export interface MsgCloseLeaseProtoMsg {
|
|
234
|
+
typeUrl: "/akash.market.v1beta4.MsgCloseLease";
|
|
235
|
+
value: Uint8Array;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* MsgCloseLease defines an SDK message for closing order
|
|
239
|
+
* @name MsgCloseLeaseAmino
|
|
240
|
+
* @package akash.market.v1beta4
|
|
241
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLease
|
|
242
|
+
*/
|
|
243
|
+
export interface MsgCloseLeaseAmino {
|
|
244
|
+
lease_id: LeaseIDAmino;
|
|
245
|
+
}
|
|
246
|
+
export interface MsgCloseLeaseAminoMsg {
|
|
247
|
+
type: "/akash.market.v1beta4.MsgCloseLease";
|
|
248
|
+
value: MsgCloseLeaseAmino;
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
252
|
+
* @name MsgCloseLeaseResponse
|
|
253
|
+
* @package akash.market.v1beta4
|
|
254
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLeaseResponse
|
|
255
|
+
*/
|
|
256
|
+
export interface MsgCloseLeaseResponse {
|
|
257
|
+
}
|
|
258
|
+
export interface MsgCloseLeaseResponseProtoMsg {
|
|
259
|
+
typeUrl: "/akash.market.v1beta4.MsgCloseLeaseResponse";
|
|
260
|
+
value: Uint8Array;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
264
|
+
* @name MsgCloseLeaseResponseAmino
|
|
265
|
+
* @package akash.market.v1beta4
|
|
266
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLeaseResponse
|
|
267
|
+
*/
|
|
268
|
+
export interface MsgCloseLeaseResponseAmino {
|
|
269
|
+
}
|
|
270
|
+
export interface MsgCloseLeaseResponseAminoMsg {
|
|
271
|
+
type: "/akash.market.v1beta4.MsgCloseLeaseResponse";
|
|
272
|
+
value: MsgCloseLeaseResponseAmino;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* LeaseID stores bid details of lease
|
|
276
|
+
* @name LeaseID
|
|
277
|
+
* @package akash.market.v1beta4
|
|
278
|
+
* @see proto type: akash.market.v1beta4.LeaseID
|
|
279
|
+
*/
|
|
280
|
+
export declare const LeaseID: {
|
|
281
|
+
typeUrl: string;
|
|
282
|
+
encode(message: LeaseID, writer?: BinaryWriter): BinaryWriter;
|
|
283
|
+
decode(input: BinaryReader | Uint8Array, length?: number): LeaseID;
|
|
284
|
+
fromPartial(object: DeepPartial<LeaseID>): LeaseID;
|
|
285
|
+
fromAmino(object: LeaseIDAmino): LeaseID;
|
|
286
|
+
toAmino(message: LeaseID): LeaseIDAmino;
|
|
287
|
+
fromAminoMsg(object: LeaseIDAminoMsg): LeaseID;
|
|
288
|
+
fromProtoMsg(message: LeaseIDProtoMsg): LeaseID;
|
|
289
|
+
toProto(message: LeaseID): Uint8Array;
|
|
290
|
+
toProtoMsg(message: LeaseID): LeaseIDProtoMsg;
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* Lease stores LeaseID, state of lease and price
|
|
294
|
+
* @name Lease
|
|
295
|
+
* @package akash.market.v1beta4
|
|
296
|
+
* @see proto type: akash.market.v1beta4.Lease
|
|
297
|
+
*/
|
|
298
|
+
export declare const Lease: {
|
|
299
|
+
typeUrl: string;
|
|
300
|
+
encode(message: Lease, writer?: BinaryWriter): BinaryWriter;
|
|
301
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Lease;
|
|
302
|
+
fromPartial(object: DeepPartial<Lease>): Lease;
|
|
303
|
+
fromAmino(object: LeaseAmino): Lease;
|
|
304
|
+
toAmino(message: Lease): LeaseAmino;
|
|
305
|
+
fromAminoMsg(object: LeaseAminoMsg): Lease;
|
|
306
|
+
fromProtoMsg(message: LeaseProtoMsg): Lease;
|
|
307
|
+
toProto(message: Lease): Uint8Array;
|
|
308
|
+
toProtoMsg(message: Lease): LeaseProtoMsg;
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* LeaseFilters defines flags for lease list filter
|
|
312
|
+
* @name LeaseFilters
|
|
313
|
+
* @package akash.market.v1beta4
|
|
314
|
+
* @see proto type: akash.market.v1beta4.LeaseFilters
|
|
315
|
+
*/
|
|
316
|
+
export declare const LeaseFilters: {
|
|
317
|
+
typeUrl: string;
|
|
318
|
+
encode(message: LeaseFilters, writer?: BinaryWriter): BinaryWriter;
|
|
319
|
+
decode(input: BinaryReader | Uint8Array, length?: number): LeaseFilters;
|
|
320
|
+
fromPartial(object: DeepPartial<LeaseFilters>): LeaseFilters;
|
|
321
|
+
fromAmino(object: LeaseFiltersAmino): LeaseFilters;
|
|
322
|
+
toAmino(message: LeaseFilters): LeaseFiltersAmino;
|
|
323
|
+
fromAminoMsg(object: LeaseFiltersAminoMsg): LeaseFilters;
|
|
324
|
+
fromProtoMsg(message: LeaseFiltersProtoMsg): LeaseFilters;
|
|
325
|
+
toProto(message: LeaseFilters): Uint8Array;
|
|
326
|
+
toProtoMsg(message: LeaseFilters): LeaseFiltersProtoMsg;
|
|
327
|
+
};
|
|
328
|
+
/**
|
|
329
|
+
* MsgCreateLease is sent to create a lease
|
|
330
|
+
* @name MsgCreateLease
|
|
331
|
+
* @package akash.market.v1beta4
|
|
332
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLease
|
|
333
|
+
*/
|
|
334
|
+
export declare const MsgCreateLease: {
|
|
335
|
+
typeUrl: string;
|
|
336
|
+
encode(message: MsgCreateLease, writer?: BinaryWriter): BinaryWriter;
|
|
337
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateLease;
|
|
338
|
+
fromPartial(object: DeepPartial<MsgCreateLease>): MsgCreateLease;
|
|
339
|
+
fromAmino(object: MsgCreateLeaseAmino): MsgCreateLease;
|
|
340
|
+
toAmino(message: MsgCreateLease): MsgCreateLeaseAmino;
|
|
341
|
+
fromAminoMsg(object: MsgCreateLeaseAminoMsg): MsgCreateLease;
|
|
342
|
+
fromProtoMsg(message: MsgCreateLeaseProtoMsg): MsgCreateLease;
|
|
343
|
+
toProto(message: MsgCreateLease): Uint8Array;
|
|
344
|
+
toProtoMsg(message: MsgCreateLease): MsgCreateLeaseProtoMsg;
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* MsgCreateLeaseResponse is the response from creating a lease
|
|
348
|
+
* @name MsgCreateLeaseResponse
|
|
349
|
+
* @package akash.market.v1beta4
|
|
350
|
+
* @see proto type: akash.market.v1beta4.MsgCreateLeaseResponse
|
|
351
|
+
*/
|
|
352
|
+
export declare const MsgCreateLeaseResponse: {
|
|
353
|
+
typeUrl: string;
|
|
354
|
+
encode(_: MsgCreateLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
355
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateLeaseResponse;
|
|
356
|
+
fromPartial(_: DeepPartial<MsgCreateLeaseResponse>): MsgCreateLeaseResponse;
|
|
357
|
+
fromAmino(_: MsgCreateLeaseResponseAmino): MsgCreateLeaseResponse;
|
|
358
|
+
toAmino(_: MsgCreateLeaseResponse): MsgCreateLeaseResponseAmino;
|
|
359
|
+
fromAminoMsg(object: MsgCreateLeaseResponseAminoMsg): MsgCreateLeaseResponse;
|
|
360
|
+
fromProtoMsg(message: MsgCreateLeaseResponseProtoMsg): MsgCreateLeaseResponse;
|
|
361
|
+
toProto(message: MsgCreateLeaseResponse): Uint8Array;
|
|
362
|
+
toProtoMsg(message: MsgCreateLeaseResponse): MsgCreateLeaseResponseProtoMsg;
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* MsgWithdrawLease defines an SDK message for closing bid
|
|
366
|
+
* @name MsgWithdrawLease
|
|
367
|
+
* @package akash.market.v1beta4
|
|
368
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLease
|
|
369
|
+
*/
|
|
370
|
+
export declare const MsgWithdrawLease: {
|
|
371
|
+
typeUrl: string;
|
|
372
|
+
encode(message: MsgWithdrawLease, writer?: BinaryWriter): BinaryWriter;
|
|
373
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawLease;
|
|
374
|
+
fromPartial(object: DeepPartial<MsgWithdrawLease>): MsgWithdrawLease;
|
|
375
|
+
fromAmino(object: MsgWithdrawLeaseAmino): MsgWithdrawLease;
|
|
376
|
+
toAmino(message: MsgWithdrawLease): MsgWithdrawLeaseAmino;
|
|
377
|
+
fromAminoMsg(object: MsgWithdrawLeaseAminoMsg): MsgWithdrawLease;
|
|
378
|
+
fromProtoMsg(message: MsgWithdrawLeaseProtoMsg): MsgWithdrawLease;
|
|
379
|
+
toProto(message: MsgWithdrawLease): Uint8Array;
|
|
380
|
+
toProtoMsg(message: MsgWithdrawLease): MsgWithdrawLeaseProtoMsg;
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* MsgWithdrawLeaseResponse defines the Msg/WithdrawLease response type.
|
|
384
|
+
* @name MsgWithdrawLeaseResponse
|
|
385
|
+
* @package akash.market.v1beta4
|
|
386
|
+
* @see proto type: akash.market.v1beta4.MsgWithdrawLeaseResponse
|
|
387
|
+
*/
|
|
388
|
+
export declare const MsgWithdrawLeaseResponse: {
|
|
389
|
+
typeUrl: string;
|
|
390
|
+
encode(_: MsgWithdrawLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
391
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawLeaseResponse;
|
|
392
|
+
fromPartial(_: DeepPartial<MsgWithdrawLeaseResponse>): MsgWithdrawLeaseResponse;
|
|
393
|
+
fromAmino(_: MsgWithdrawLeaseResponseAmino): MsgWithdrawLeaseResponse;
|
|
394
|
+
toAmino(_: MsgWithdrawLeaseResponse): MsgWithdrawLeaseResponseAmino;
|
|
395
|
+
fromAminoMsg(object: MsgWithdrawLeaseResponseAminoMsg): MsgWithdrawLeaseResponse;
|
|
396
|
+
fromProtoMsg(message: MsgWithdrawLeaseResponseProtoMsg): MsgWithdrawLeaseResponse;
|
|
397
|
+
toProto(message: MsgWithdrawLeaseResponse): Uint8Array;
|
|
398
|
+
toProtoMsg(message: MsgWithdrawLeaseResponse): MsgWithdrawLeaseResponseProtoMsg;
|
|
399
|
+
};
|
|
400
|
+
/**
|
|
401
|
+
* MsgCloseLease defines an SDK message for closing order
|
|
402
|
+
* @name MsgCloseLease
|
|
403
|
+
* @package akash.market.v1beta4
|
|
404
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLease
|
|
405
|
+
*/
|
|
406
|
+
export declare const MsgCloseLease: {
|
|
407
|
+
typeUrl: string;
|
|
408
|
+
encode(message: MsgCloseLease, writer?: BinaryWriter): BinaryWriter;
|
|
409
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseLease;
|
|
410
|
+
fromPartial(object: DeepPartial<MsgCloseLease>): MsgCloseLease;
|
|
411
|
+
fromAmino(object: MsgCloseLeaseAmino): MsgCloseLease;
|
|
412
|
+
toAmino(message: MsgCloseLease): MsgCloseLeaseAmino;
|
|
413
|
+
fromAminoMsg(object: MsgCloseLeaseAminoMsg): MsgCloseLease;
|
|
414
|
+
fromProtoMsg(message: MsgCloseLeaseProtoMsg): MsgCloseLease;
|
|
415
|
+
toProto(message: MsgCloseLease): Uint8Array;
|
|
416
|
+
toProtoMsg(message: MsgCloseLease): MsgCloseLeaseProtoMsg;
|
|
417
|
+
};
|
|
418
|
+
/**
|
|
419
|
+
* MsgCloseLeaseResponse defines the Msg/CloseLease response type.
|
|
420
|
+
* @name MsgCloseLeaseResponse
|
|
421
|
+
* @package akash.market.v1beta4
|
|
422
|
+
* @see proto type: akash.market.v1beta4.MsgCloseLeaseResponse
|
|
423
|
+
*/
|
|
424
|
+
export declare const MsgCloseLeaseResponse: {
|
|
425
|
+
typeUrl: string;
|
|
426
|
+
encode(_: MsgCloseLeaseResponse, writer?: BinaryWriter): BinaryWriter;
|
|
427
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseLeaseResponse;
|
|
428
|
+
fromPartial(_: DeepPartial<MsgCloseLeaseResponse>): MsgCloseLeaseResponse;
|
|
429
|
+
fromAmino(_: MsgCloseLeaseResponseAmino): MsgCloseLeaseResponse;
|
|
430
|
+
toAmino(_: MsgCloseLeaseResponse): MsgCloseLeaseResponseAmino;
|
|
431
|
+
fromAminoMsg(object: MsgCloseLeaseResponseAminoMsg): MsgCloseLeaseResponse;
|
|
432
|
+
fromProtoMsg(message: MsgCloseLeaseResponseProtoMsg): MsgCloseLeaseResponse;
|
|
433
|
+
toProto(message: MsgCloseLeaseResponse): Uint8Array;
|
|
434
|
+
toProtoMsg(message: MsgCloseLeaseResponse): MsgCloseLeaseResponseProtoMsg;
|
|
435
|
+
};
|