@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
package/akash/bundle.js
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.akash = void 0;
|
|
37
|
+
//@ts-nocheck
|
|
38
|
+
const _0 = __importStar(require("./audit/v1/audit"));
|
|
39
|
+
const _1 = __importStar(require("./audit/v1/event"));
|
|
40
|
+
const _2 = __importStar(require("./audit/v1/genesis"));
|
|
41
|
+
const _3 = __importStar(require("./audit/v1/msg"));
|
|
42
|
+
const _4 = __importStar(require("./audit/v1/query"));
|
|
43
|
+
const _5 = __importStar(require("./audit/v1/service"));
|
|
44
|
+
const _6 = __importStar(require("./audit/v1beta3/audit"));
|
|
45
|
+
const _7 = __importStar(require("./audit/v1beta3/genesis"));
|
|
46
|
+
const _8 = __importStar(require("./audit/v1beta3/query"));
|
|
47
|
+
const _9 = __importStar(require("./base/attributes/v1/attribute"));
|
|
48
|
+
const _10 = __importStar(require("./base/resources/v1beta4/cpu"));
|
|
49
|
+
const _11 = __importStar(require("./base/resources/v1beta4/endpoint"));
|
|
50
|
+
const _12 = __importStar(require("./base/resources/v1beta4/gpu"));
|
|
51
|
+
const _13 = __importStar(require("./base/resources/v1beta4/memory"));
|
|
52
|
+
const _14 = __importStar(require("./base/resources/v1beta4/resources"));
|
|
53
|
+
const _15 = __importStar(require("./base/resources/v1beta4/resourcevalue"));
|
|
54
|
+
const _16 = __importStar(require("./base/resources/v1beta4/storage"));
|
|
55
|
+
const _17 = __importStar(require("./base/v1beta3/attribute"));
|
|
56
|
+
const _18 = __importStar(require("./base/v1beta3/cpu"));
|
|
57
|
+
const _19 = __importStar(require("./base/v1beta3/endpoint"));
|
|
58
|
+
const _20 = __importStar(require("./base/v1beta3/gpu"));
|
|
59
|
+
const _21 = __importStar(require("./base/v1beta3/memory"));
|
|
60
|
+
const _22 = __importStar(require("./base/v1beta3/resources"));
|
|
61
|
+
const _23 = __importStar(require("./base/v1beta3/resourcevalue"));
|
|
62
|
+
const _24 = __importStar(require("./base/v1beta3/storage"));
|
|
63
|
+
const _25 = __importStar(require("./cert/v1/cert"));
|
|
64
|
+
const _26 = __importStar(require("./cert/v1/filters"));
|
|
65
|
+
const _27 = __importStar(require("./cert/v1/genesis"));
|
|
66
|
+
const _28 = __importStar(require("./cert/v1/msg"));
|
|
67
|
+
const _29 = __importStar(require("./cert/v1/query"));
|
|
68
|
+
const _30 = __importStar(require("./cert/v1/service"));
|
|
69
|
+
const _31 = __importStar(require("./cert/v1beta3/cert"));
|
|
70
|
+
const _32 = __importStar(require("./cert/v1beta3/genesis"));
|
|
71
|
+
const _33 = __importStar(require("./cert/v1beta3/query"));
|
|
72
|
+
const _34 = __importStar(require("./deployment/v1/authz"));
|
|
73
|
+
const _35 = __importStar(require("./deployment/v1/deployment"));
|
|
74
|
+
const _36 = __importStar(require("./deployment/v1/event"));
|
|
75
|
+
const _37 = __importStar(require("./deployment/v1/group"));
|
|
76
|
+
const _38 = __importStar(require("./deployment/v1/msg"));
|
|
77
|
+
const _39 = __importStar(require("./deployment/v1beta3/authz"));
|
|
78
|
+
const _40 = __importStar(require("./deployment/v1beta3/deployment"));
|
|
79
|
+
const _41 = __importStar(require("./deployment/v1beta3/deploymentmsg"));
|
|
80
|
+
const _42 = __importStar(require("./deployment/v1beta3/genesis"));
|
|
81
|
+
const _43 = __importStar(require("./deployment/v1beta3/group"));
|
|
82
|
+
const _44 = __importStar(require("./deployment/v1beta3/groupid"));
|
|
83
|
+
const _45 = __importStar(require("./deployment/v1beta3/groupmsg"));
|
|
84
|
+
const _46 = __importStar(require("./deployment/v1beta3/groupspec"));
|
|
85
|
+
const _47 = __importStar(require("./deployment/v1beta3/params"));
|
|
86
|
+
const _48 = __importStar(require("./deployment/v1beta3/query"));
|
|
87
|
+
const _49 = __importStar(require("./deployment/v1beta3/resourceunit"));
|
|
88
|
+
const _50 = __importStar(require("./deployment/v1beta3/service"));
|
|
89
|
+
const _51 = __importStar(require("./deployment/v1beta4/deploymentmsg"));
|
|
90
|
+
const _52 = __importStar(require("./deployment/v1beta4/filters"));
|
|
91
|
+
const _53 = __importStar(require("./deployment/v1beta4/genesis"));
|
|
92
|
+
const _54 = __importStar(require("./deployment/v1beta4/group"));
|
|
93
|
+
const _55 = __importStar(require("./deployment/v1beta4/groupmsg"));
|
|
94
|
+
const _56 = __importStar(require("./deployment/v1beta4/groupspec"));
|
|
95
|
+
const _57 = __importStar(require("./deployment/v1beta4/params"));
|
|
96
|
+
const _58 = __importStar(require("./deployment/v1beta4/paramsmsg"));
|
|
97
|
+
const _59 = __importStar(require("./deployment/v1beta4/query"));
|
|
98
|
+
const _60 = __importStar(require("./deployment/v1beta4/resourceunit"));
|
|
99
|
+
const _61 = __importStar(require("./deployment/v1beta4/service"));
|
|
100
|
+
const _62 = __importStar(require("./discovery/v1/akash"));
|
|
101
|
+
const _63 = __importStar(require("./discovery/v1/client_info"));
|
|
102
|
+
const _64 = __importStar(require("./escrow/v1/account"));
|
|
103
|
+
const _65 = __importStar(require("./escrow/v1/accountid"));
|
|
104
|
+
const _66 = __importStar(require("./escrow/v1/fractional_payment"));
|
|
105
|
+
const _67 = __importStar(require("./escrow/v1/genesis"));
|
|
106
|
+
const _68 = __importStar(require("./escrow/v1/query"));
|
|
107
|
+
const _69 = __importStar(require("./escrow/v1beta3/genesis"));
|
|
108
|
+
const _70 = __importStar(require("./escrow/v1beta3/query"));
|
|
109
|
+
const _71 = __importStar(require("./escrow/v1beta3/types"));
|
|
110
|
+
const _72 = __importStar(require("./market/v1/bid"));
|
|
111
|
+
const _73 = __importStar(require("./market/v1/event"));
|
|
112
|
+
const _74 = __importStar(require("./market/v1/filters"));
|
|
113
|
+
const _75 = __importStar(require("./market/v1/lease"));
|
|
114
|
+
const _76 = __importStar(require("./market/v1/order"));
|
|
115
|
+
const _77 = __importStar(require("./market/v1beta4/bid"));
|
|
116
|
+
const _78 = __importStar(require("./market/v1beta4/genesis"));
|
|
117
|
+
const _79 = __importStar(require("./market/v1beta4/lease"));
|
|
118
|
+
const _80 = __importStar(require("./market/v1beta4/order"));
|
|
119
|
+
const _81 = __importStar(require("./market/v1beta4/params"));
|
|
120
|
+
const _82 = __importStar(require("./market/v1beta4/query"));
|
|
121
|
+
const _83 = __importStar(require("./market/v1beta4/service"));
|
|
122
|
+
const _84 = __importStar(require("./market/v1beta5/bid"));
|
|
123
|
+
const _85 = __importStar(require("./market/v1beta5/bidmsg"));
|
|
124
|
+
const _86 = __importStar(require("./market/v1beta5/filters"));
|
|
125
|
+
const _87 = __importStar(require("./market/v1beta5/genesis"));
|
|
126
|
+
const _88 = __importStar(require("./market/v1beta5/leasemsg"));
|
|
127
|
+
const _89 = __importStar(require("./market/v1beta5/order"));
|
|
128
|
+
const _90 = __importStar(require("./market/v1beta5/params"));
|
|
129
|
+
const _91 = __importStar(require("./market/v1beta5/paramsmsg"));
|
|
130
|
+
const _92 = __importStar(require("./market/v1beta5/query"));
|
|
131
|
+
const _93 = __importStar(require("./market/v1beta5/resourcesoffer"));
|
|
132
|
+
const _94 = __importStar(require("./market/v1beta5/service"));
|
|
133
|
+
const _95 = __importStar(require("./provider/v1beta3/genesis"));
|
|
134
|
+
const _96 = __importStar(require("./provider/v1beta3/provider"));
|
|
135
|
+
const _97 = __importStar(require("./provider/v1beta3/query"));
|
|
136
|
+
const _98 = __importStar(require("./provider/v1beta4/event"));
|
|
137
|
+
const _99 = __importStar(require("./provider/v1beta4/genesis"));
|
|
138
|
+
const _100 = __importStar(require("./provider/v1beta4/msg"));
|
|
139
|
+
const _101 = __importStar(require("./provider/v1beta4/provider"));
|
|
140
|
+
const _102 = __importStar(require("./provider/v1beta4/query"));
|
|
141
|
+
const _103 = __importStar(require("./provider/v1beta4/service"));
|
|
142
|
+
const _104 = __importStar(require("./take/v1/genesis"));
|
|
143
|
+
const _105 = __importStar(require("./take/v1/params"));
|
|
144
|
+
const _106 = __importStar(require("./take/v1/paramsmsg"));
|
|
145
|
+
const _107 = __importStar(require("./take/v1/query"));
|
|
146
|
+
const _108 = __importStar(require("./take/v1/service"));
|
|
147
|
+
const _109 = __importStar(require("./take/v1beta3/genesis"));
|
|
148
|
+
const _110 = __importStar(require("./take/v1beta3/params"));
|
|
149
|
+
const _111 = __importStar(require("./take/v1beta3/query"));
|
|
150
|
+
const _485 = __importStar(require("./audit/v1/service.amino"));
|
|
151
|
+
const _486 = __importStar(require("./audit/v1beta3/audit.amino"));
|
|
152
|
+
const _487 = __importStar(require("./cert/v1/service.amino"));
|
|
153
|
+
const _488 = __importStar(require("./cert/v1beta3/cert.amino"));
|
|
154
|
+
const _489 = __importStar(require("./deployment/v1beta3/service.amino"));
|
|
155
|
+
const _490 = __importStar(require("./deployment/v1beta4/service.amino"));
|
|
156
|
+
const _491 = __importStar(require("./market/v1beta4/service.amino"));
|
|
157
|
+
const _492 = __importStar(require("./market/v1beta5/service.amino"));
|
|
158
|
+
const _493 = __importStar(require("./provider/v1beta3/provider.amino"));
|
|
159
|
+
const _494 = __importStar(require("./provider/v1beta4/service.amino"));
|
|
160
|
+
const _495 = __importStar(require("./take/v1/service.amino"));
|
|
161
|
+
const _496 = __importStar(require("./audit/v1/service.registry"));
|
|
162
|
+
const _497 = __importStar(require("./audit/v1beta3/audit.registry"));
|
|
163
|
+
const _498 = __importStar(require("./cert/v1/service.registry"));
|
|
164
|
+
const _499 = __importStar(require("./cert/v1beta3/cert.registry"));
|
|
165
|
+
const _500 = __importStar(require("./deployment/v1beta3/service.registry"));
|
|
166
|
+
const _501 = __importStar(require("./deployment/v1beta4/service.registry"));
|
|
167
|
+
const _502 = __importStar(require("./market/v1beta4/service.registry"));
|
|
168
|
+
const _503 = __importStar(require("./market/v1beta5/service.registry"));
|
|
169
|
+
const _504 = __importStar(require("./provider/v1beta3/provider.registry"));
|
|
170
|
+
const _505 = __importStar(require("./provider/v1beta4/service.registry"));
|
|
171
|
+
const _506 = __importStar(require("./take/v1/service.registry"));
|
|
172
|
+
const _507 = __importStar(require("./audit/v1/query.lcd"));
|
|
173
|
+
const _508 = __importStar(require("./audit/v1beta3/query.lcd"));
|
|
174
|
+
const _509 = __importStar(require("./cert/v1/query.lcd"));
|
|
175
|
+
const _510 = __importStar(require("./cert/v1beta3/query.lcd"));
|
|
176
|
+
const _511 = __importStar(require("./deployment/v1beta3/query.lcd"));
|
|
177
|
+
const _512 = __importStar(require("./deployment/v1beta4/query.lcd"));
|
|
178
|
+
const _513 = __importStar(require("./escrow/v1/query.lcd"));
|
|
179
|
+
const _514 = __importStar(require("./escrow/v1beta3/query.lcd"));
|
|
180
|
+
const _515 = __importStar(require("./market/v1beta4/query.lcd"));
|
|
181
|
+
const _516 = __importStar(require("./market/v1beta5/query.lcd"));
|
|
182
|
+
const _517 = __importStar(require("./provider/v1beta3/query.lcd"));
|
|
183
|
+
const _518 = __importStar(require("./provider/v1beta4/query.lcd"));
|
|
184
|
+
const _519 = __importStar(require("./take/v1/query.lcd"));
|
|
185
|
+
const _520 = __importStar(require("./audit/v1/query.rpc.Query"));
|
|
186
|
+
const _521 = __importStar(require("./audit/v1beta3/query.rpc.Query"));
|
|
187
|
+
const _522 = __importStar(require("./cert/v1/query.rpc.Query"));
|
|
188
|
+
const _523 = __importStar(require("./cert/v1beta3/query.rpc.Query"));
|
|
189
|
+
const _524 = __importStar(require("./deployment/v1beta3/query.rpc.Query"));
|
|
190
|
+
const _525 = __importStar(require("./deployment/v1beta4/query.rpc.Query"));
|
|
191
|
+
const _526 = __importStar(require("./escrow/v1/query.rpc.Query"));
|
|
192
|
+
const _527 = __importStar(require("./escrow/v1beta3/query.rpc.Query"));
|
|
193
|
+
const _528 = __importStar(require("./market/v1beta4/query.rpc.Query"));
|
|
194
|
+
const _529 = __importStar(require("./market/v1beta5/query.rpc.Query"));
|
|
195
|
+
const _530 = __importStar(require("./provider/v1beta3/query.rpc.Query"));
|
|
196
|
+
const _531 = __importStar(require("./provider/v1beta4/query.rpc.Query"));
|
|
197
|
+
const _532 = __importStar(require("./take/v1/query.rpc.Query"));
|
|
198
|
+
const _533 = __importStar(require("./take/v1beta3/query.rpc.Query"));
|
|
199
|
+
const _534 = __importStar(require("./audit/v1/service.rpc.msg"));
|
|
200
|
+
const _535 = __importStar(require("./audit/v1beta3/audit.rpc.msg"));
|
|
201
|
+
const _536 = __importStar(require("./cert/v1/service.rpc.msg"));
|
|
202
|
+
const _537 = __importStar(require("./cert/v1beta3/cert.rpc.msg"));
|
|
203
|
+
const _538 = __importStar(require("./deployment/v1beta3/service.rpc.msg"));
|
|
204
|
+
const _539 = __importStar(require("./deployment/v1beta4/service.rpc.msg"));
|
|
205
|
+
const _540 = __importStar(require("./market/v1beta4/service.rpc.msg"));
|
|
206
|
+
const _541 = __importStar(require("./market/v1beta5/service.rpc.msg"));
|
|
207
|
+
const _542 = __importStar(require("./provider/v1beta3/provider.rpc.msg"));
|
|
208
|
+
const _543 = __importStar(require("./provider/v1beta4/service.rpc.msg"));
|
|
209
|
+
const _544 = __importStar(require("./take/v1/service.rpc.msg"));
|
|
210
|
+
const _775 = __importStar(require("./lcd"));
|
|
211
|
+
const _776 = __importStar(require("./rpc.query"));
|
|
212
|
+
const _777 = __importStar(require("./rpc.tx"));
|
|
213
|
+
var akash;
|
|
214
|
+
(function (akash) {
|
|
215
|
+
let audit;
|
|
216
|
+
(function (audit) {
|
|
217
|
+
audit.v1 = {
|
|
218
|
+
..._0,
|
|
219
|
+
..._1,
|
|
220
|
+
..._2,
|
|
221
|
+
..._3,
|
|
222
|
+
..._4,
|
|
223
|
+
..._5,
|
|
224
|
+
..._485,
|
|
225
|
+
..._496,
|
|
226
|
+
..._507,
|
|
227
|
+
..._520,
|
|
228
|
+
..._534
|
|
229
|
+
};
|
|
230
|
+
audit.v1beta3 = {
|
|
231
|
+
..._6,
|
|
232
|
+
..._7,
|
|
233
|
+
..._8,
|
|
234
|
+
..._486,
|
|
235
|
+
..._497,
|
|
236
|
+
..._508,
|
|
237
|
+
..._521,
|
|
238
|
+
..._535
|
|
239
|
+
};
|
|
240
|
+
})(audit = akash.audit || (akash.audit = {}));
|
|
241
|
+
let base;
|
|
242
|
+
(function (base) {
|
|
243
|
+
let attributes;
|
|
244
|
+
(function (attributes) {
|
|
245
|
+
attributes.v1 = {
|
|
246
|
+
..._9
|
|
247
|
+
};
|
|
248
|
+
})(attributes = base.attributes || (base.attributes = {}));
|
|
249
|
+
let resources;
|
|
250
|
+
(function (resources) {
|
|
251
|
+
resources.v1beta4 = {
|
|
252
|
+
..._10,
|
|
253
|
+
..._11,
|
|
254
|
+
..._12,
|
|
255
|
+
..._13,
|
|
256
|
+
..._14,
|
|
257
|
+
..._15,
|
|
258
|
+
..._16
|
|
259
|
+
};
|
|
260
|
+
})(resources = base.resources || (base.resources = {}));
|
|
261
|
+
base.v1beta3 = {
|
|
262
|
+
..._17,
|
|
263
|
+
..._18,
|
|
264
|
+
..._19,
|
|
265
|
+
..._20,
|
|
266
|
+
..._21,
|
|
267
|
+
..._22,
|
|
268
|
+
..._23,
|
|
269
|
+
..._24
|
|
270
|
+
};
|
|
271
|
+
})(base = akash.base || (akash.base = {}));
|
|
272
|
+
let cert;
|
|
273
|
+
(function (cert) {
|
|
274
|
+
cert.v1 = {
|
|
275
|
+
..._25,
|
|
276
|
+
..._26,
|
|
277
|
+
..._27,
|
|
278
|
+
..._28,
|
|
279
|
+
..._29,
|
|
280
|
+
..._30,
|
|
281
|
+
..._487,
|
|
282
|
+
..._498,
|
|
283
|
+
..._509,
|
|
284
|
+
..._522,
|
|
285
|
+
..._536
|
|
286
|
+
};
|
|
287
|
+
cert.v1beta3 = {
|
|
288
|
+
..._31,
|
|
289
|
+
..._32,
|
|
290
|
+
..._33,
|
|
291
|
+
..._488,
|
|
292
|
+
..._499,
|
|
293
|
+
..._510,
|
|
294
|
+
..._523,
|
|
295
|
+
..._537
|
|
296
|
+
};
|
|
297
|
+
})(cert = akash.cert || (akash.cert = {}));
|
|
298
|
+
let deployment;
|
|
299
|
+
(function (deployment) {
|
|
300
|
+
deployment.v1 = {
|
|
301
|
+
..._34,
|
|
302
|
+
..._35,
|
|
303
|
+
..._36,
|
|
304
|
+
..._37,
|
|
305
|
+
..._38
|
|
306
|
+
};
|
|
307
|
+
deployment.v1beta3 = {
|
|
308
|
+
..._39,
|
|
309
|
+
..._40,
|
|
310
|
+
..._41,
|
|
311
|
+
..._42,
|
|
312
|
+
..._43,
|
|
313
|
+
..._44,
|
|
314
|
+
..._45,
|
|
315
|
+
..._46,
|
|
316
|
+
..._47,
|
|
317
|
+
..._48,
|
|
318
|
+
..._49,
|
|
319
|
+
..._50,
|
|
320
|
+
..._489,
|
|
321
|
+
..._500,
|
|
322
|
+
..._511,
|
|
323
|
+
..._524,
|
|
324
|
+
..._538
|
|
325
|
+
};
|
|
326
|
+
deployment.v1beta4 = {
|
|
327
|
+
..._51,
|
|
328
|
+
..._52,
|
|
329
|
+
..._53,
|
|
330
|
+
..._54,
|
|
331
|
+
..._55,
|
|
332
|
+
..._56,
|
|
333
|
+
..._57,
|
|
334
|
+
..._58,
|
|
335
|
+
..._59,
|
|
336
|
+
..._60,
|
|
337
|
+
..._61,
|
|
338
|
+
..._490,
|
|
339
|
+
..._501,
|
|
340
|
+
..._512,
|
|
341
|
+
..._525,
|
|
342
|
+
..._539
|
|
343
|
+
};
|
|
344
|
+
})(deployment = akash.deployment || (akash.deployment = {}));
|
|
345
|
+
let discovery;
|
|
346
|
+
(function (discovery) {
|
|
347
|
+
discovery.v1 = {
|
|
348
|
+
..._62,
|
|
349
|
+
..._63
|
|
350
|
+
};
|
|
351
|
+
})(discovery = akash.discovery || (akash.discovery = {}));
|
|
352
|
+
let escrow;
|
|
353
|
+
(function (escrow) {
|
|
354
|
+
escrow.v1 = {
|
|
355
|
+
..._64,
|
|
356
|
+
..._65,
|
|
357
|
+
..._66,
|
|
358
|
+
..._67,
|
|
359
|
+
..._68,
|
|
360
|
+
..._513,
|
|
361
|
+
..._526
|
|
362
|
+
};
|
|
363
|
+
escrow.v1beta3 = {
|
|
364
|
+
..._69,
|
|
365
|
+
..._70,
|
|
366
|
+
..._71,
|
|
367
|
+
..._514,
|
|
368
|
+
..._527
|
|
369
|
+
};
|
|
370
|
+
})(escrow = akash.escrow || (akash.escrow = {}));
|
|
371
|
+
let market;
|
|
372
|
+
(function (market) {
|
|
373
|
+
market.v1 = {
|
|
374
|
+
..._72,
|
|
375
|
+
..._73,
|
|
376
|
+
..._74,
|
|
377
|
+
..._75,
|
|
378
|
+
..._76
|
|
379
|
+
};
|
|
380
|
+
market.v1beta4 = {
|
|
381
|
+
..._77,
|
|
382
|
+
..._78,
|
|
383
|
+
..._79,
|
|
384
|
+
..._80,
|
|
385
|
+
..._81,
|
|
386
|
+
..._82,
|
|
387
|
+
..._83,
|
|
388
|
+
..._491,
|
|
389
|
+
..._502,
|
|
390
|
+
..._515,
|
|
391
|
+
..._528,
|
|
392
|
+
..._540
|
|
393
|
+
};
|
|
394
|
+
market.v1beta5 = {
|
|
395
|
+
..._84,
|
|
396
|
+
..._85,
|
|
397
|
+
..._86,
|
|
398
|
+
..._87,
|
|
399
|
+
..._88,
|
|
400
|
+
..._89,
|
|
401
|
+
..._90,
|
|
402
|
+
..._91,
|
|
403
|
+
..._92,
|
|
404
|
+
..._93,
|
|
405
|
+
..._94,
|
|
406
|
+
..._492,
|
|
407
|
+
..._503,
|
|
408
|
+
..._516,
|
|
409
|
+
..._529,
|
|
410
|
+
..._541
|
|
411
|
+
};
|
|
412
|
+
})(market = akash.market || (akash.market = {}));
|
|
413
|
+
let provider;
|
|
414
|
+
(function (provider) {
|
|
415
|
+
provider.v1beta3 = {
|
|
416
|
+
..._95,
|
|
417
|
+
..._96,
|
|
418
|
+
..._97,
|
|
419
|
+
..._493,
|
|
420
|
+
..._504,
|
|
421
|
+
..._517,
|
|
422
|
+
..._530,
|
|
423
|
+
..._542
|
|
424
|
+
};
|
|
425
|
+
provider.v1beta4 = {
|
|
426
|
+
..._98,
|
|
427
|
+
..._99,
|
|
428
|
+
..._100,
|
|
429
|
+
..._101,
|
|
430
|
+
..._102,
|
|
431
|
+
..._103,
|
|
432
|
+
..._494,
|
|
433
|
+
..._505,
|
|
434
|
+
..._518,
|
|
435
|
+
..._531,
|
|
436
|
+
..._543
|
|
437
|
+
};
|
|
438
|
+
})(provider = akash.provider || (akash.provider = {}));
|
|
439
|
+
let take;
|
|
440
|
+
(function (take) {
|
|
441
|
+
take.v1 = {
|
|
442
|
+
..._104,
|
|
443
|
+
..._105,
|
|
444
|
+
..._106,
|
|
445
|
+
..._107,
|
|
446
|
+
..._108,
|
|
447
|
+
..._495,
|
|
448
|
+
..._506,
|
|
449
|
+
..._519,
|
|
450
|
+
..._532,
|
|
451
|
+
..._544
|
|
452
|
+
};
|
|
453
|
+
take.v1beta3 = {
|
|
454
|
+
..._109,
|
|
455
|
+
..._110,
|
|
456
|
+
..._111,
|
|
457
|
+
..._533
|
|
458
|
+
};
|
|
459
|
+
})(take = akash.take || (akash.take = {}));
|
|
460
|
+
akash.ClientFactory = {
|
|
461
|
+
..._775,
|
|
462
|
+
..._776,
|
|
463
|
+
..._777
|
|
464
|
+
};
|
|
465
|
+
})(akash || (exports.akash = akash = {}));
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/** State is an enum which refers to state of the certificate. */
|
|
4
|
+
export declare enum State {
|
|
5
|
+
/** invalid - Prefix should start with 0 in enum. So declaring dummy state. */
|
|
6
|
+
invalid = 0,
|
|
7
|
+
/** valid - CertificateValid denotes state for deployment active. */
|
|
8
|
+
valid = 1,
|
|
9
|
+
/** revoked - CertificateRevoked denotes state for deployment closed. */
|
|
10
|
+
revoked = 2,
|
|
11
|
+
UNRECOGNIZED = -1
|
|
12
|
+
}
|
|
13
|
+
export declare const StateAmino: typeof State;
|
|
14
|
+
export declare function stateFromJSON(object: any): State;
|
|
15
|
+
export declare function stateToJSON(object: State): string;
|
|
16
|
+
/**
|
|
17
|
+
* ID stores owner and sequence number.
|
|
18
|
+
* @name ID
|
|
19
|
+
* @package akash.cert.v1
|
|
20
|
+
* @see proto type: akash.cert.v1.ID
|
|
21
|
+
*/
|
|
22
|
+
export interface ID {
|
|
23
|
+
/**
|
|
24
|
+
* Owner is the account address of the user who owns the certificate.
|
|
25
|
+
* It is a string representing a valid account address.
|
|
26
|
+
*
|
|
27
|
+
* Example:
|
|
28
|
+
* "akash1..."
|
|
29
|
+
*/
|
|
30
|
+
owner: string;
|
|
31
|
+
/**
|
|
32
|
+
* Serial is a sequence number for the certificate.
|
|
33
|
+
*/
|
|
34
|
+
serial: string;
|
|
35
|
+
}
|
|
36
|
+
export interface IDProtoMsg {
|
|
37
|
+
typeUrl: "/akash.cert.v1.ID";
|
|
38
|
+
value: Uint8Array;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* ID stores owner and sequence number.
|
|
42
|
+
* @name IDAmino
|
|
43
|
+
* @package akash.cert.v1
|
|
44
|
+
* @see proto type: akash.cert.v1.ID
|
|
45
|
+
*/
|
|
46
|
+
export interface IDAmino {
|
|
47
|
+
/**
|
|
48
|
+
* Owner is the account address of the user who owns the certificate.
|
|
49
|
+
* It is a string representing a valid account address.
|
|
50
|
+
*
|
|
51
|
+
* Example:
|
|
52
|
+
* "akash1..."
|
|
53
|
+
*/
|
|
54
|
+
owner: string;
|
|
55
|
+
/**
|
|
56
|
+
* Serial is a sequence number for the certificate.
|
|
57
|
+
*/
|
|
58
|
+
serial: string;
|
|
59
|
+
}
|
|
60
|
+
export interface IDAminoMsg {
|
|
61
|
+
type: "/akash.cert.v1.ID";
|
|
62
|
+
value: IDAmino;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Certificate stores state, certificate and it's public key.
|
|
66
|
+
* The certificate is required for several transactions including deployment of a workload to verify the identity of the tenant and secure the deployment.
|
|
67
|
+
* @name Certificate
|
|
68
|
+
* @package akash.cert.v1
|
|
69
|
+
* @see proto type: akash.cert.v1.Certificate
|
|
70
|
+
*/
|
|
71
|
+
export interface Certificate {
|
|
72
|
+
/**
|
|
73
|
+
* State is the state of the certificate.
|
|
74
|
+
* CertificateValid denotes state for deployment active.
|
|
75
|
+
* CertificateRevoked denotes state for deployment closed.
|
|
76
|
+
*/
|
|
77
|
+
state: State;
|
|
78
|
+
/**
|
|
79
|
+
* Cert holds the bytes of the certificate.
|
|
80
|
+
*/
|
|
81
|
+
cert: Uint8Array;
|
|
82
|
+
/**
|
|
83
|
+
* PubKey holds the public key of the certificate.
|
|
84
|
+
*/
|
|
85
|
+
pubkey: Uint8Array;
|
|
86
|
+
}
|
|
87
|
+
export interface CertificateProtoMsg {
|
|
88
|
+
typeUrl: "/akash.cert.v1.Certificate";
|
|
89
|
+
value: Uint8Array;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Certificate stores state, certificate and it's public key.
|
|
93
|
+
* The certificate is required for several transactions including deployment of a workload to verify the identity of the tenant and secure the deployment.
|
|
94
|
+
* @name CertificateAmino
|
|
95
|
+
* @package akash.cert.v1
|
|
96
|
+
* @see proto type: akash.cert.v1.Certificate
|
|
97
|
+
*/
|
|
98
|
+
export interface CertificateAmino {
|
|
99
|
+
/**
|
|
100
|
+
* State is the state of the certificate.
|
|
101
|
+
* CertificateValid denotes state for deployment active.
|
|
102
|
+
* CertificateRevoked denotes state for deployment closed.
|
|
103
|
+
*/
|
|
104
|
+
state: State;
|
|
105
|
+
/**
|
|
106
|
+
* Cert holds the bytes of the certificate.
|
|
107
|
+
*/
|
|
108
|
+
cert: string;
|
|
109
|
+
/**
|
|
110
|
+
* PubKey holds the public key of the certificate.
|
|
111
|
+
*/
|
|
112
|
+
pubkey: string;
|
|
113
|
+
}
|
|
114
|
+
export interface CertificateAminoMsg {
|
|
115
|
+
type: "/akash.cert.v1.Certificate";
|
|
116
|
+
value: CertificateAmino;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* ID stores owner and sequence number.
|
|
120
|
+
* @name ID
|
|
121
|
+
* @package akash.cert.v1
|
|
122
|
+
* @see proto type: akash.cert.v1.ID
|
|
123
|
+
*/
|
|
124
|
+
export declare const ID: {
|
|
125
|
+
typeUrl: string;
|
|
126
|
+
encode(message: ID, writer?: BinaryWriter): BinaryWriter;
|
|
127
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ID;
|
|
128
|
+
fromPartial(object: DeepPartial<ID>): ID;
|
|
129
|
+
fromAmino(object: IDAmino): ID;
|
|
130
|
+
toAmino(message: ID): IDAmino;
|
|
131
|
+
fromAminoMsg(object: IDAminoMsg): ID;
|
|
132
|
+
fromProtoMsg(message: IDProtoMsg): ID;
|
|
133
|
+
toProto(message: ID): Uint8Array;
|
|
134
|
+
toProtoMsg(message: ID): IDProtoMsg;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Certificate stores state, certificate and it's public key.
|
|
138
|
+
* The certificate is required for several transactions including deployment of a workload to verify the identity of the tenant and secure the deployment.
|
|
139
|
+
* @name Certificate
|
|
140
|
+
* @package akash.cert.v1
|
|
141
|
+
* @see proto type: akash.cert.v1.Certificate
|
|
142
|
+
*/
|
|
143
|
+
export declare const Certificate: {
|
|
144
|
+
typeUrl: string;
|
|
145
|
+
encode(message: Certificate, writer?: BinaryWriter): BinaryWriter;
|
|
146
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Certificate;
|
|
147
|
+
fromPartial(object: DeepPartial<Certificate>): Certificate;
|
|
148
|
+
fromAmino(object: CertificateAmino): Certificate;
|
|
149
|
+
toAmino(message: Certificate): CertificateAmino;
|
|
150
|
+
fromAminoMsg(object: CertificateAminoMsg): Certificate;
|
|
151
|
+
fromProtoMsg(message: CertificateProtoMsg): Certificate;
|
|
152
|
+
toProto(message: Certificate): Uint8Array;
|
|
153
|
+
toProtoMsg(message: Certificate): CertificateProtoMsg;
|
|
154
|
+
};
|