@sparkdreamnft/sparkdreamjs 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17390 -17390
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgCloseBidResponse = exports.MsgCloseBid = exports.MsgCreateBidResponse = exports.MsgCreateBid = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const order_1 = require("../v1/order");
|
|
6
|
+
const coin_1 = require("../../../cosmos/base/v1beta1/coin");
|
|
7
|
+
const resourcesoffer_1 = require("./resourcesoffer");
|
|
8
|
+
const bid_1 = require("../v1/bid");
|
|
9
|
+
const binary_1 = require("../../../binary");
|
|
10
|
+
function createBaseMsgCreateBid() {
|
|
11
|
+
return {
|
|
12
|
+
orderId: order_1.OrderID.fromPartial({}),
|
|
13
|
+
provider: "",
|
|
14
|
+
price: coin_1.DecCoin.fromPartial({}),
|
|
15
|
+
deposit: coin_1.Coin.fromPartial({}),
|
|
16
|
+
resourcesOffer: []
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* MsgCreateBid defines an SDK message for creating Bid.
|
|
21
|
+
* @name MsgCreateBid
|
|
22
|
+
* @package akash.market.v1beta5
|
|
23
|
+
* @see proto type: akash.market.v1beta5.MsgCreateBid
|
|
24
|
+
*/
|
|
25
|
+
exports.MsgCreateBid = {
|
|
26
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateBid",
|
|
27
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
28
|
+
if (message.orderId !== undefined) {
|
|
29
|
+
order_1.OrderID.encode(message.orderId, writer.uint32(10).fork()).ldelim();
|
|
30
|
+
}
|
|
31
|
+
if (message.provider !== "") {
|
|
32
|
+
writer.uint32(18).string(message.provider);
|
|
33
|
+
}
|
|
34
|
+
if (message.price !== undefined) {
|
|
35
|
+
coin_1.DecCoin.encode(message.price, writer.uint32(26).fork()).ldelim();
|
|
36
|
+
}
|
|
37
|
+
if (message.deposit !== undefined) {
|
|
38
|
+
coin_1.Coin.encode(message.deposit, writer.uint32(34).fork()).ldelim();
|
|
39
|
+
}
|
|
40
|
+
for (const v of message.resourcesOffer) {
|
|
41
|
+
resourcesoffer_1.ResourceOffer.encode(v, writer.uint32(42).fork()).ldelim();
|
|
42
|
+
}
|
|
43
|
+
return writer;
|
|
44
|
+
},
|
|
45
|
+
decode(input, length) {
|
|
46
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
47
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
48
|
+
const message = createBaseMsgCreateBid();
|
|
49
|
+
while (reader.pos < end) {
|
|
50
|
+
const tag = reader.uint32();
|
|
51
|
+
switch (tag >>> 3) {
|
|
52
|
+
case 1:
|
|
53
|
+
message.orderId = order_1.OrderID.decode(reader, reader.uint32());
|
|
54
|
+
break;
|
|
55
|
+
case 2:
|
|
56
|
+
message.provider = reader.string();
|
|
57
|
+
break;
|
|
58
|
+
case 3:
|
|
59
|
+
message.price = coin_1.DecCoin.decode(reader, reader.uint32());
|
|
60
|
+
break;
|
|
61
|
+
case 4:
|
|
62
|
+
message.deposit = coin_1.Coin.decode(reader, reader.uint32());
|
|
63
|
+
break;
|
|
64
|
+
case 5:
|
|
65
|
+
message.resourcesOffer.push(resourcesoffer_1.ResourceOffer.decode(reader, reader.uint32()));
|
|
66
|
+
break;
|
|
67
|
+
default:
|
|
68
|
+
reader.skipType(tag & 7);
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return message;
|
|
73
|
+
},
|
|
74
|
+
fromPartial(object) {
|
|
75
|
+
const message = createBaseMsgCreateBid();
|
|
76
|
+
message.orderId = object.orderId !== undefined && object.orderId !== null ? order_1.OrderID.fromPartial(object.orderId) : undefined;
|
|
77
|
+
message.provider = object.provider ?? "";
|
|
78
|
+
message.price = object.price !== undefined && object.price !== null ? coin_1.DecCoin.fromPartial(object.price) : undefined;
|
|
79
|
+
message.deposit = object.deposit !== undefined && object.deposit !== null ? coin_1.Coin.fromPartial(object.deposit) : undefined;
|
|
80
|
+
message.resourcesOffer = object.resourcesOffer?.map(e => resourcesoffer_1.ResourceOffer.fromPartial(e)) || [];
|
|
81
|
+
return message;
|
|
82
|
+
},
|
|
83
|
+
fromAmino(object) {
|
|
84
|
+
const message = createBaseMsgCreateBid();
|
|
85
|
+
if (object.order_id !== undefined && object.order_id !== null) {
|
|
86
|
+
message.orderId = order_1.OrderID.fromAmino(object.order_id);
|
|
87
|
+
}
|
|
88
|
+
if (object.provider !== undefined && object.provider !== null) {
|
|
89
|
+
message.provider = object.provider;
|
|
90
|
+
}
|
|
91
|
+
if (object.price !== undefined && object.price !== null) {
|
|
92
|
+
message.price = coin_1.DecCoin.fromAmino(object.price);
|
|
93
|
+
}
|
|
94
|
+
if (object.deposit !== undefined && object.deposit !== null) {
|
|
95
|
+
message.deposit = coin_1.Coin.fromAmino(object.deposit);
|
|
96
|
+
}
|
|
97
|
+
message.resourcesOffer = object.resources_offer?.map(e => resourcesoffer_1.ResourceOffer.fromAmino(e)) || [];
|
|
98
|
+
return message;
|
|
99
|
+
},
|
|
100
|
+
toAmino(message) {
|
|
101
|
+
const obj = {};
|
|
102
|
+
obj.order_id = message.orderId ? order_1.OrderID.toAmino(message.orderId) : order_1.OrderID.toAmino(order_1.OrderID.fromPartial({}));
|
|
103
|
+
obj.provider = message.provider ?? "";
|
|
104
|
+
obj.price = message.price ? coin_1.DecCoin.toAmino(message.price) : coin_1.DecCoin.toAmino(coin_1.DecCoin.fromPartial({}));
|
|
105
|
+
obj.deposit = message.deposit ? coin_1.Coin.toAmino(message.deposit) : coin_1.Coin.toAmino(coin_1.Coin.fromPartial({}));
|
|
106
|
+
if (message.resourcesOffer) {
|
|
107
|
+
obj.resources_offer = message.resourcesOffer.map(e => e ? resourcesoffer_1.ResourceOffer.toAmino(e) : undefined);
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
obj.resources_offer = message.resourcesOffer;
|
|
111
|
+
}
|
|
112
|
+
return obj;
|
|
113
|
+
},
|
|
114
|
+
fromAminoMsg(object) {
|
|
115
|
+
return exports.MsgCreateBid.fromAmino(object.value);
|
|
116
|
+
},
|
|
117
|
+
fromProtoMsg(message) {
|
|
118
|
+
return exports.MsgCreateBid.decode(message.value);
|
|
119
|
+
},
|
|
120
|
+
toProto(message) {
|
|
121
|
+
return exports.MsgCreateBid.encode(message).finish();
|
|
122
|
+
},
|
|
123
|
+
toProtoMsg(message) {
|
|
124
|
+
return {
|
|
125
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateBid",
|
|
126
|
+
value: exports.MsgCreateBid.encode(message).finish()
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
function createBaseMsgCreateBidResponse() {
|
|
131
|
+
return {};
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* MsgCreateBidResponse defines the Msg/CreateBid response type.
|
|
135
|
+
* @name MsgCreateBidResponse
|
|
136
|
+
* @package akash.market.v1beta5
|
|
137
|
+
* @see proto type: akash.market.v1beta5.MsgCreateBidResponse
|
|
138
|
+
*/
|
|
139
|
+
exports.MsgCreateBidResponse = {
|
|
140
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateBidResponse",
|
|
141
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
142
|
+
return writer;
|
|
143
|
+
},
|
|
144
|
+
decode(input, length) {
|
|
145
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
146
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
147
|
+
const message = createBaseMsgCreateBidResponse();
|
|
148
|
+
while (reader.pos < end) {
|
|
149
|
+
const tag = reader.uint32();
|
|
150
|
+
switch (tag >>> 3) {
|
|
151
|
+
default:
|
|
152
|
+
reader.skipType(tag & 7);
|
|
153
|
+
break;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return message;
|
|
157
|
+
},
|
|
158
|
+
fromPartial(_) {
|
|
159
|
+
const message = createBaseMsgCreateBidResponse();
|
|
160
|
+
return message;
|
|
161
|
+
},
|
|
162
|
+
fromAmino(_) {
|
|
163
|
+
const message = createBaseMsgCreateBidResponse();
|
|
164
|
+
return message;
|
|
165
|
+
},
|
|
166
|
+
toAmino(_) {
|
|
167
|
+
const obj = {};
|
|
168
|
+
return obj;
|
|
169
|
+
},
|
|
170
|
+
fromAminoMsg(object) {
|
|
171
|
+
return exports.MsgCreateBidResponse.fromAmino(object.value);
|
|
172
|
+
},
|
|
173
|
+
fromProtoMsg(message) {
|
|
174
|
+
return exports.MsgCreateBidResponse.decode(message.value);
|
|
175
|
+
},
|
|
176
|
+
toProto(message) {
|
|
177
|
+
return exports.MsgCreateBidResponse.encode(message).finish();
|
|
178
|
+
},
|
|
179
|
+
toProtoMsg(message) {
|
|
180
|
+
return {
|
|
181
|
+
typeUrl: "/akash.market.v1beta5.MsgCreateBidResponse",
|
|
182
|
+
value: exports.MsgCreateBidResponse.encode(message).finish()
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
function createBaseMsgCloseBid() {
|
|
187
|
+
return {
|
|
188
|
+
id: bid_1.BidID.fromPartial({})
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* MsgCloseBid defines an SDK message for closing bid.
|
|
193
|
+
* @name MsgCloseBid
|
|
194
|
+
* @package akash.market.v1beta5
|
|
195
|
+
* @see proto type: akash.market.v1beta5.MsgCloseBid
|
|
196
|
+
*/
|
|
197
|
+
exports.MsgCloseBid = {
|
|
198
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseBid",
|
|
199
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
200
|
+
if (message.id !== undefined) {
|
|
201
|
+
bid_1.BidID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
202
|
+
}
|
|
203
|
+
return writer;
|
|
204
|
+
},
|
|
205
|
+
decode(input, length) {
|
|
206
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
207
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
208
|
+
const message = createBaseMsgCloseBid();
|
|
209
|
+
while (reader.pos < end) {
|
|
210
|
+
const tag = reader.uint32();
|
|
211
|
+
switch (tag >>> 3) {
|
|
212
|
+
case 1:
|
|
213
|
+
message.id = bid_1.BidID.decode(reader, reader.uint32());
|
|
214
|
+
break;
|
|
215
|
+
default:
|
|
216
|
+
reader.skipType(tag & 7);
|
|
217
|
+
break;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
return message;
|
|
221
|
+
},
|
|
222
|
+
fromPartial(object) {
|
|
223
|
+
const message = createBaseMsgCloseBid();
|
|
224
|
+
message.id = object.id !== undefined && object.id !== null ? bid_1.BidID.fromPartial(object.id) : undefined;
|
|
225
|
+
return message;
|
|
226
|
+
},
|
|
227
|
+
fromAmino(object) {
|
|
228
|
+
const message = createBaseMsgCloseBid();
|
|
229
|
+
if (object.id !== undefined && object.id !== null) {
|
|
230
|
+
message.id = bid_1.BidID.fromAmino(object.id);
|
|
231
|
+
}
|
|
232
|
+
return message;
|
|
233
|
+
},
|
|
234
|
+
toAmino(message) {
|
|
235
|
+
const obj = {};
|
|
236
|
+
obj.id = message.id ? bid_1.BidID.toAmino(message.id) : bid_1.BidID.toAmino(bid_1.BidID.fromPartial({}));
|
|
237
|
+
return obj;
|
|
238
|
+
},
|
|
239
|
+
fromAminoMsg(object) {
|
|
240
|
+
return exports.MsgCloseBid.fromAmino(object.value);
|
|
241
|
+
},
|
|
242
|
+
fromProtoMsg(message) {
|
|
243
|
+
return exports.MsgCloseBid.decode(message.value);
|
|
244
|
+
},
|
|
245
|
+
toProto(message) {
|
|
246
|
+
return exports.MsgCloseBid.encode(message).finish();
|
|
247
|
+
},
|
|
248
|
+
toProtoMsg(message) {
|
|
249
|
+
return {
|
|
250
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseBid",
|
|
251
|
+
value: exports.MsgCloseBid.encode(message).finish()
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
function createBaseMsgCloseBidResponse() {
|
|
256
|
+
return {};
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* MsgCloseBidResponse defines the Msg/CloseBid response type.
|
|
260
|
+
* @name MsgCloseBidResponse
|
|
261
|
+
* @package akash.market.v1beta5
|
|
262
|
+
* @see proto type: akash.market.v1beta5.MsgCloseBidResponse
|
|
263
|
+
*/
|
|
264
|
+
exports.MsgCloseBidResponse = {
|
|
265
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseBidResponse",
|
|
266
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
267
|
+
return writer;
|
|
268
|
+
},
|
|
269
|
+
decode(input, length) {
|
|
270
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
271
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
272
|
+
const message = createBaseMsgCloseBidResponse();
|
|
273
|
+
while (reader.pos < end) {
|
|
274
|
+
const tag = reader.uint32();
|
|
275
|
+
switch (tag >>> 3) {
|
|
276
|
+
default:
|
|
277
|
+
reader.skipType(tag & 7);
|
|
278
|
+
break;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
return message;
|
|
282
|
+
},
|
|
283
|
+
fromPartial(_) {
|
|
284
|
+
const message = createBaseMsgCloseBidResponse();
|
|
285
|
+
return message;
|
|
286
|
+
},
|
|
287
|
+
fromAmino(_) {
|
|
288
|
+
const message = createBaseMsgCloseBidResponse();
|
|
289
|
+
return message;
|
|
290
|
+
},
|
|
291
|
+
toAmino(_) {
|
|
292
|
+
const obj = {};
|
|
293
|
+
return obj;
|
|
294
|
+
},
|
|
295
|
+
fromAminoMsg(object) {
|
|
296
|
+
return exports.MsgCloseBidResponse.fromAmino(object.value);
|
|
297
|
+
},
|
|
298
|
+
fromProtoMsg(message) {
|
|
299
|
+
return exports.MsgCloseBidResponse.decode(message.value);
|
|
300
|
+
},
|
|
301
|
+
toProto(message) {
|
|
302
|
+
return exports.MsgCloseBidResponse.encode(message).finish();
|
|
303
|
+
},
|
|
304
|
+
toProtoMsg(message) {
|
|
305
|
+
return {
|
|
306
|
+
typeUrl: "/akash.market.v1beta5.MsgCloseBidResponse",
|
|
307
|
+
value: exports.MsgCloseBidResponse.encode(message).finish()
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
};
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* BidFilters defines flags for bid list filter.
|
|
5
|
+
* @name BidFilters
|
|
6
|
+
* @package akash.market.v1beta5
|
|
7
|
+
* @see proto type: akash.market.v1beta5.BidFilters
|
|
8
|
+
*/
|
|
9
|
+
export interface BidFilters {
|
|
10
|
+
/**
|
|
11
|
+
* Owner is the account bech32 address of the user who owns the deployment.
|
|
12
|
+
* It is a string representing a valid bech32 account address.
|
|
13
|
+
*
|
|
14
|
+
* Example:
|
|
15
|
+
* "akash1..."
|
|
16
|
+
*/
|
|
17
|
+
owner: string;
|
|
18
|
+
/**
|
|
19
|
+
* Dseq (deployment sequence number) is a unique numeric identifier for the deployment.
|
|
20
|
+
* It is used to differentiate deployments created by the same owner.
|
|
21
|
+
*/
|
|
22
|
+
dseq: bigint;
|
|
23
|
+
/**
|
|
24
|
+
* Gseq (group sequence number) is a unique numeric identifier for the group.
|
|
25
|
+
* It is used to differentiate groups created by the same owner in a deployment.
|
|
26
|
+
*/
|
|
27
|
+
gseq: number;
|
|
28
|
+
/**
|
|
29
|
+
* Oseq (order sequence) distinguishes multiple orders associated with a single deployment.
|
|
30
|
+
* Oseq is incremented when a lease associated with an existing deployment is closed, and a new order is generated.
|
|
31
|
+
*/
|
|
32
|
+
oseq: number;
|
|
33
|
+
/**
|
|
34
|
+
* Provider is the account bech32 address of the provider making the bid.
|
|
35
|
+
* It is a string representing a valid account bech32 address.
|
|
36
|
+
*
|
|
37
|
+
* Example:
|
|
38
|
+
* "akash1..."
|
|
39
|
+
*/
|
|
40
|
+
provider: string;
|
|
41
|
+
/**
|
|
42
|
+
* State represents the state of the lease.
|
|
43
|
+
*/
|
|
44
|
+
state: string;
|
|
45
|
+
}
|
|
46
|
+
export interface BidFiltersProtoMsg {
|
|
47
|
+
typeUrl: "/akash.market.v1beta5.BidFilters";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* BidFilters defines flags for bid list filter.
|
|
52
|
+
* @name BidFiltersAmino
|
|
53
|
+
* @package akash.market.v1beta5
|
|
54
|
+
* @see proto type: akash.market.v1beta5.BidFilters
|
|
55
|
+
*/
|
|
56
|
+
export interface BidFiltersAmino {
|
|
57
|
+
/**
|
|
58
|
+
* Owner is the account bech32 address of the user who owns the deployment.
|
|
59
|
+
* It is a string representing a valid bech32 account address.
|
|
60
|
+
*
|
|
61
|
+
* Example:
|
|
62
|
+
* "akash1..."
|
|
63
|
+
*/
|
|
64
|
+
owner: string;
|
|
65
|
+
/**
|
|
66
|
+
* Dseq (deployment sequence number) is a unique numeric identifier for the deployment.
|
|
67
|
+
* It is used to differentiate deployments created by the same owner.
|
|
68
|
+
*/
|
|
69
|
+
dseq: string;
|
|
70
|
+
/**
|
|
71
|
+
* Gseq (group sequence number) is a unique numeric identifier for the group.
|
|
72
|
+
* It is used to differentiate groups created by the same owner in a deployment.
|
|
73
|
+
*/
|
|
74
|
+
gseq: number;
|
|
75
|
+
/**
|
|
76
|
+
* Oseq (order sequence) distinguishes multiple orders associated with a single deployment.
|
|
77
|
+
* Oseq is incremented when a lease associated with an existing deployment is closed, and a new order is generated.
|
|
78
|
+
*/
|
|
79
|
+
oseq: number;
|
|
80
|
+
/**
|
|
81
|
+
* Provider is the account bech32 address of the provider making the bid.
|
|
82
|
+
* It is a string representing a valid account bech32 address.
|
|
83
|
+
*
|
|
84
|
+
* Example:
|
|
85
|
+
* "akash1..."
|
|
86
|
+
*/
|
|
87
|
+
provider: string;
|
|
88
|
+
/**
|
|
89
|
+
* State represents the state of the lease.
|
|
90
|
+
*/
|
|
91
|
+
state: string;
|
|
92
|
+
}
|
|
93
|
+
export interface BidFiltersAminoMsg {
|
|
94
|
+
type: "/akash.market.v1beta5.BidFilters";
|
|
95
|
+
value: BidFiltersAmino;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* OrderFilters defines flags for order list filter
|
|
99
|
+
* @name OrderFilters
|
|
100
|
+
* @package akash.market.v1beta5
|
|
101
|
+
* @see proto type: akash.market.v1beta5.OrderFilters
|
|
102
|
+
*/
|
|
103
|
+
export interface OrderFilters {
|
|
104
|
+
/**
|
|
105
|
+
* Owner is the account bech32 address of the user who owns the deployment.
|
|
106
|
+
* It is a string representing a valid bech32 account address.
|
|
107
|
+
*
|
|
108
|
+
* Example:
|
|
109
|
+
* "akash1..."
|
|
110
|
+
*/
|
|
111
|
+
owner: string;
|
|
112
|
+
/**
|
|
113
|
+
* Dseq (deployment sequence number) is a unique numeric identifier for the deployment.
|
|
114
|
+
* It is used to differentiate deployments created by the same owner.
|
|
115
|
+
*/
|
|
116
|
+
dseq: bigint;
|
|
117
|
+
/**
|
|
118
|
+
* Gseq (group sequence number) is a unique numeric identifier for the group.
|
|
119
|
+
* It is used to differentiate groups created by the same owner in a deployment.
|
|
120
|
+
*/
|
|
121
|
+
gseq: number;
|
|
122
|
+
/**
|
|
123
|
+
* Oseq (order sequence) distinguishes multiple orders associated with a single deployment.
|
|
124
|
+
* Oseq is incremented when a lease associated with an existing deployment is closed, and a new order is generated.
|
|
125
|
+
*/
|
|
126
|
+
oseq: number;
|
|
127
|
+
/**
|
|
128
|
+
* State represents the state of the lease.
|
|
129
|
+
*/
|
|
130
|
+
state: string;
|
|
131
|
+
}
|
|
132
|
+
export interface OrderFiltersProtoMsg {
|
|
133
|
+
typeUrl: "/akash.market.v1beta5.OrderFilters";
|
|
134
|
+
value: Uint8Array;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* OrderFilters defines flags for order list filter
|
|
138
|
+
* @name OrderFiltersAmino
|
|
139
|
+
* @package akash.market.v1beta5
|
|
140
|
+
* @see proto type: akash.market.v1beta5.OrderFilters
|
|
141
|
+
*/
|
|
142
|
+
export interface OrderFiltersAmino {
|
|
143
|
+
/**
|
|
144
|
+
* Owner is the account bech32 address of the user who owns the deployment.
|
|
145
|
+
* It is a string representing a valid bech32 account address.
|
|
146
|
+
*
|
|
147
|
+
* Example:
|
|
148
|
+
* "akash1..."
|
|
149
|
+
*/
|
|
150
|
+
owner: string;
|
|
151
|
+
/**
|
|
152
|
+
* Dseq (deployment sequence number) is a unique numeric identifier for the deployment.
|
|
153
|
+
* It is used to differentiate deployments created by the same owner.
|
|
154
|
+
*/
|
|
155
|
+
dseq: string;
|
|
156
|
+
/**
|
|
157
|
+
* Gseq (group sequence number) is a unique numeric identifier for the group.
|
|
158
|
+
* It is used to differentiate groups created by the same owner in a deployment.
|
|
159
|
+
*/
|
|
160
|
+
gseq: number;
|
|
161
|
+
/**
|
|
162
|
+
* Oseq (order sequence) distinguishes multiple orders associated with a single deployment.
|
|
163
|
+
* Oseq is incremented when a lease associated with an existing deployment is closed, and a new order is generated.
|
|
164
|
+
*/
|
|
165
|
+
oseq: number;
|
|
166
|
+
/**
|
|
167
|
+
* State represents the state of the lease.
|
|
168
|
+
*/
|
|
169
|
+
state: string;
|
|
170
|
+
}
|
|
171
|
+
export interface OrderFiltersAminoMsg {
|
|
172
|
+
type: "/akash.market.v1beta5.OrderFilters";
|
|
173
|
+
value: OrderFiltersAmino;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* BidFilters defines flags for bid list filter.
|
|
177
|
+
* @name BidFilters
|
|
178
|
+
* @package akash.market.v1beta5
|
|
179
|
+
* @see proto type: akash.market.v1beta5.BidFilters
|
|
180
|
+
*/
|
|
181
|
+
export declare const BidFilters: {
|
|
182
|
+
typeUrl: string;
|
|
183
|
+
encode(message: BidFilters, writer?: BinaryWriter): BinaryWriter;
|
|
184
|
+
decode(input: BinaryReader | Uint8Array, length?: number): BidFilters;
|
|
185
|
+
fromPartial(object: DeepPartial<BidFilters>): BidFilters;
|
|
186
|
+
fromAmino(object: BidFiltersAmino): BidFilters;
|
|
187
|
+
toAmino(message: BidFilters): BidFiltersAmino;
|
|
188
|
+
fromAminoMsg(object: BidFiltersAminoMsg): BidFilters;
|
|
189
|
+
fromProtoMsg(message: BidFiltersProtoMsg): BidFilters;
|
|
190
|
+
toProto(message: BidFilters): Uint8Array;
|
|
191
|
+
toProtoMsg(message: BidFilters): BidFiltersProtoMsg;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* OrderFilters defines flags for order list filter
|
|
195
|
+
* @name OrderFilters
|
|
196
|
+
* @package akash.market.v1beta5
|
|
197
|
+
* @see proto type: akash.market.v1beta5.OrderFilters
|
|
198
|
+
*/
|
|
199
|
+
export declare const OrderFilters: {
|
|
200
|
+
typeUrl: string;
|
|
201
|
+
encode(message: OrderFilters, writer?: BinaryWriter): BinaryWriter;
|
|
202
|
+
decode(input: BinaryReader | Uint8Array, length?: number): OrderFilters;
|
|
203
|
+
fromPartial(object: DeepPartial<OrderFilters>): OrderFilters;
|
|
204
|
+
fromAmino(object: OrderFiltersAmino): OrderFilters;
|
|
205
|
+
toAmino(message: OrderFilters): OrderFiltersAmino;
|
|
206
|
+
fromAminoMsg(object: OrderFiltersAminoMsg): OrderFilters;
|
|
207
|
+
fromProtoMsg(message: OrderFiltersProtoMsg): OrderFilters;
|
|
208
|
+
toProto(message: OrderFilters): Uint8Array;
|
|
209
|
+
toProtoMsg(message: OrderFilters): OrderFiltersProtoMsg;
|
|
210
|
+
};
|