@sparkdreamnft/sparkdreamjs 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/sparkdream/collect/v1/query.js +165 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/rep/v1/query.js +13 -34
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17396 -17370
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/sparkdream/collect/v1/query.d.ts +92 -0
- package/sparkdream/collect/v1/query.js +167 -1
- package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
- package/sparkdream/collect/v1/query.lcd.js +11 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
- package/sparkdream/rep/v1/query.d.ts +2 -6
- package/sparkdream/rep/v1/query.js +13 -34
- package/sparkdream/rpc.query.d.ts +1 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import { ID, IDAmino } from "./cert";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* MsgCreateCertificate defines an SDK message for creating certificate.
|
|
6
|
+
* @name MsgCreateCertificate
|
|
7
|
+
* @package akash.cert.v1
|
|
8
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificate
|
|
9
|
+
*/
|
|
10
|
+
export interface MsgCreateCertificate {
|
|
11
|
+
/**
|
|
12
|
+
* Owner is the account address of the user who owns the certificate.
|
|
13
|
+
* It is a string representing a valid account address.
|
|
14
|
+
*
|
|
15
|
+
* Example:
|
|
16
|
+
* "akash1..."
|
|
17
|
+
*/
|
|
18
|
+
owner: string;
|
|
19
|
+
/**
|
|
20
|
+
* Cert holds the bytes representing the certificate.
|
|
21
|
+
*/
|
|
22
|
+
cert: Uint8Array;
|
|
23
|
+
/**
|
|
24
|
+
* PubKey holds the public key.
|
|
25
|
+
*/
|
|
26
|
+
pubkey: Uint8Array;
|
|
27
|
+
}
|
|
28
|
+
export interface MsgCreateCertificateProtoMsg {
|
|
29
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificate";
|
|
30
|
+
value: Uint8Array;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* MsgCreateCertificate defines an SDK message for creating certificate.
|
|
34
|
+
* @name MsgCreateCertificateAmino
|
|
35
|
+
* @package akash.cert.v1
|
|
36
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificate
|
|
37
|
+
*/
|
|
38
|
+
export interface MsgCreateCertificateAmino {
|
|
39
|
+
/**
|
|
40
|
+
* Owner is the account address of the user who owns the certificate.
|
|
41
|
+
* It is a string representing a valid account address.
|
|
42
|
+
*
|
|
43
|
+
* Example:
|
|
44
|
+
* "akash1..."
|
|
45
|
+
*/
|
|
46
|
+
owner: string;
|
|
47
|
+
/**
|
|
48
|
+
* Cert holds the bytes representing the certificate.
|
|
49
|
+
*/
|
|
50
|
+
cert: string;
|
|
51
|
+
/**
|
|
52
|
+
* PubKey holds the public key.
|
|
53
|
+
*/
|
|
54
|
+
pubkey: string;
|
|
55
|
+
}
|
|
56
|
+
export interface MsgCreateCertificateAminoMsg {
|
|
57
|
+
type: "/akash.cert.v1.MsgCreateCertificate";
|
|
58
|
+
value: MsgCreateCertificateAmino;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* MsgCreateCertificateResponse defines the Msg/CreateCertificate response type.
|
|
62
|
+
* @name MsgCreateCertificateResponse
|
|
63
|
+
* @package akash.cert.v1
|
|
64
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificateResponse
|
|
65
|
+
*/
|
|
66
|
+
export interface MsgCreateCertificateResponse {
|
|
67
|
+
}
|
|
68
|
+
export interface MsgCreateCertificateResponseProtoMsg {
|
|
69
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificateResponse";
|
|
70
|
+
value: Uint8Array;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* MsgCreateCertificateResponse defines the Msg/CreateCertificate response type.
|
|
74
|
+
* @name MsgCreateCertificateResponseAmino
|
|
75
|
+
* @package akash.cert.v1
|
|
76
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificateResponse
|
|
77
|
+
*/
|
|
78
|
+
export interface MsgCreateCertificateResponseAmino {
|
|
79
|
+
}
|
|
80
|
+
export interface MsgCreateCertificateResponseAminoMsg {
|
|
81
|
+
type: "/akash.cert.v1.MsgCreateCertificateResponse";
|
|
82
|
+
value: MsgCreateCertificateResponseAmino;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* MsgRevokeCertificate defines an SDK message for revoking certificate.
|
|
86
|
+
* @name MsgRevokeCertificate
|
|
87
|
+
* @package akash.cert.v1
|
|
88
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificate
|
|
89
|
+
*/
|
|
90
|
+
export interface MsgRevokeCertificate {
|
|
91
|
+
/**
|
|
92
|
+
* Id corresponds to the certificate ID which includes owner and sequence number.
|
|
93
|
+
*/
|
|
94
|
+
id: ID;
|
|
95
|
+
}
|
|
96
|
+
export interface MsgRevokeCertificateProtoMsg {
|
|
97
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificate";
|
|
98
|
+
value: Uint8Array;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* MsgRevokeCertificate defines an SDK message for revoking certificate.
|
|
102
|
+
* @name MsgRevokeCertificateAmino
|
|
103
|
+
* @package akash.cert.v1
|
|
104
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificate
|
|
105
|
+
*/
|
|
106
|
+
export interface MsgRevokeCertificateAmino {
|
|
107
|
+
/**
|
|
108
|
+
* Id corresponds to the certificate ID which includes owner and sequence number.
|
|
109
|
+
*/
|
|
110
|
+
id: IDAmino;
|
|
111
|
+
}
|
|
112
|
+
export interface MsgRevokeCertificateAminoMsg {
|
|
113
|
+
type: "/akash.cert.v1.MsgRevokeCertificate";
|
|
114
|
+
value: MsgRevokeCertificateAmino;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* MsgRevokeCertificateResponse defines the Msg/RevokeCertificate response type.
|
|
118
|
+
* @name MsgRevokeCertificateResponse
|
|
119
|
+
* @package akash.cert.v1
|
|
120
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificateResponse
|
|
121
|
+
*/
|
|
122
|
+
export interface MsgRevokeCertificateResponse {
|
|
123
|
+
}
|
|
124
|
+
export interface MsgRevokeCertificateResponseProtoMsg {
|
|
125
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificateResponse";
|
|
126
|
+
value: Uint8Array;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* MsgRevokeCertificateResponse defines the Msg/RevokeCertificate response type.
|
|
130
|
+
* @name MsgRevokeCertificateResponseAmino
|
|
131
|
+
* @package akash.cert.v1
|
|
132
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificateResponse
|
|
133
|
+
*/
|
|
134
|
+
export interface MsgRevokeCertificateResponseAmino {
|
|
135
|
+
}
|
|
136
|
+
export interface MsgRevokeCertificateResponseAminoMsg {
|
|
137
|
+
type: "/akash.cert.v1.MsgRevokeCertificateResponse";
|
|
138
|
+
value: MsgRevokeCertificateResponseAmino;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* MsgCreateCertificate defines an SDK message for creating certificate.
|
|
142
|
+
* @name MsgCreateCertificate
|
|
143
|
+
* @package akash.cert.v1
|
|
144
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificate
|
|
145
|
+
*/
|
|
146
|
+
export declare const MsgCreateCertificate: {
|
|
147
|
+
typeUrl: string;
|
|
148
|
+
encode(message: MsgCreateCertificate, writer?: BinaryWriter): BinaryWriter;
|
|
149
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateCertificate;
|
|
150
|
+
fromPartial(object: DeepPartial<MsgCreateCertificate>): MsgCreateCertificate;
|
|
151
|
+
fromAmino(object: MsgCreateCertificateAmino): MsgCreateCertificate;
|
|
152
|
+
toAmino(message: MsgCreateCertificate): MsgCreateCertificateAmino;
|
|
153
|
+
fromAminoMsg(object: MsgCreateCertificateAminoMsg): MsgCreateCertificate;
|
|
154
|
+
fromProtoMsg(message: MsgCreateCertificateProtoMsg): MsgCreateCertificate;
|
|
155
|
+
toProto(message: MsgCreateCertificate): Uint8Array;
|
|
156
|
+
toProtoMsg(message: MsgCreateCertificate): MsgCreateCertificateProtoMsg;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* MsgCreateCertificateResponse defines the Msg/CreateCertificate response type.
|
|
160
|
+
* @name MsgCreateCertificateResponse
|
|
161
|
+
* @package akash.cert.v1
|
|
162
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificateResponse
|
|
163
|
+
*/
|
|
164
|
+
export declare const MsgCreateCertificateResponse: {
|
|
165
|
+
typeUrl: string;
|
|
166
|
+
encode(_: MsgCreateCertificateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
167
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateCertificateResponse;
|
|
168
|
+
fromPartial(_: DeepPartial<MsgCreateCertificateResponse>): MsgCreateCertificateResponse;
|
|
169
|
+
fromAmino(_: MsgCreateCertificateResponseAmino): MsgCreateCertificateResponse;
|
|
170
|
+
toAmino(_: MsgCreateCertificateResponse): MsgCreateCertificateResponseAmino;
|
|
171
|
+
fromAminoMsg(object: MsgCreateCertificateResponseAminoMsg): MsgCreateCertificateResponse;
|
|
172
|
+
fromProtoMsg(message: MsgCreateCertificateResponseProtoMsg): MsgCreateCertificateResponse;
|
|
173
|
+
toProto(message: MsgCreateCertificateResponse): Uint8Array;
|
|
174
|
+
toProtoMsg(message: MsgCreateCertificateResponse): MsgCreateCertificateResponseProtoMsg;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* MsgRevokeCertificate defines an SDK message for revoking certificate.
|
|
178
|
+
* @name MsgRevokeCertificate
|
|
179
|
+
* @package akash.cert.v1
|
|
180
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificate
|
|
181
|
+
*/
|
|
182
|
+
export declare const MsgRevokeCertificate: {
|
|
183
|
+
typeUrl: string;
|
|
184
|
+
encode(message: MsgRevokeCertificate, writer?: BinaryWriter): BinaryWriter;
|
|
185
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeCertificate;
|
|
186
|
+
fromPartial(object: DeepPartial<MsgRevokeCertificate>): MsgRevokeCertificate;
|
|
187
|
+
fromAmino(object: MsgRevokeCertificateAmino): MsgRevokeCertificate;
|
|
188
|
+
toAmino(message: MsgRevokeCertificate): MsgRevokeCertificateAmino;
|
|
189
|
+
fromAminoMsg(object: MsgRevokeCertificateAminoMsg): MsgRevokeCertificate;
|
|
190
|
+
fromProtoMsg(message: MsgRevokeCertificateProtoMsg): MsgRevokeCertificate;
|
|
191
|
+
toProto(message: MsgRevokeCertificate): Uint8Array;
|
|
192
|
+
toProtoMsg(message: MsgRevokeCertificate): MsgRevokeCertificateProtoMsg;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* MsgRevokeCertificateResponse defines the Msg/RevokeCertificate response type.
|
|
196
|
+
* @name MsgRevokeCertificateResponse
|
|
197
|
+
* @package akash.cert.v1
|
|
198
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificateResponse
|
|
199
|
+
*/
|
|
200
|
+
export declare const MsgRevokeCertificateResponse: {
|
|
201
|
+
typeUrl: string;
|
|
202
|
+
encode(_: MsgRevokeCertificateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
203
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRevokeCertificateResponse;
|
|
204
|
+
fromPartial(_: DeepPartial<MsgRevokeCertificateResponse>): MsgRevokeCertificateResponse;
|
|
205
|
+
fromAmino(_: MsgRevokeCertificateResponseAmino): MsgRevokeCertificateResponse;
|
|
206
|
+
toAmino(_: MsgRevokeCertificateResponse): MsgRevokeCertificateResponseAmino;
|
|
207
|
+
fromAminoMsg(object: MsgRevokeCertificateResponseAminoMsg): MsgRevokeCertificateResponse;
|
|
208
|
+
fromProtoMsg(message: MsgRevokeCertificateResponseProtoMsg): MsgRevokeCertificateResponse;
|
|
209
|
+
toProto(message: MsgRevokeCertificateResponse): Uint8Array;
|
|
210
|
+
toProtoMsg(message: MsgRevokeCertificateResponse): MsgRevokeCertificateResponseProtoMsg;
|
|
211
|
+
};
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgRevokeCertificateResponse = exports.MsgRevokeCertificate = exports.MsgCreateCertificateResponse = exports.MsgCreateCertificate = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const cert_1 = require("./cert");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
const helpers_1 = require("../../../helpers");
|
|
8
|
+
function createBaseMsgCreateCertificate() {
|
|
9
|
+
return {
|
|
10
|
+
owner: "",
|
|
11
|
+
cert: new Uint8Array(),
|
|
12
|
+
pubkey: new Uint8Array()
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* MsgCreateCertificate defines an SDK message for creating certificate.
|
|
17
|
+
* @name MsgCreateCertificate
|
|
18
|
+
* @package akash.cert.v1
|
|
19
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificate
|
|
20
|
+
*/
|
|
21
|
+
exports.MsgCreateCertificate = {
|
|
22
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificate",
|
|
23
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
24
|
+
if (message.owner !== "") {
|
|
25
|
+
writer.uint32(10).string(message.owner);
|
|
26
|
+
}
|
|
27
|
+
if (message.cert.length !== 0) {
|
|
28
|
+
writer.uint32(18).bytes(message.cert);
|
|
29
|
+
}
|
|
30
|
+
if (message.pubkey.length !== 0) {
|
|
31
|
+
writer.uint32(26).bytes(message.pubkey);
|
|
32
|
+
}
|
|
33
|
+
return writer;
|
|
34
|
+
},
|
|
35
|
+
decode(input, length) {
|
|
36
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
37
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
38
|
+
const message = createBaseMsgCreateCertificate();
|
|
39
|
+
while (reader.pos < end) {
|
|
40
|
+
const tag = reader.uint32();
|
|
41
|
+
switch (tag >>> 3) {
|
|
42
|
+
case 1:
|
|
43
|
+
message.owner = reader.string();
|
|
44
|
+
break;
|
|
45
|
+
case 2:
|
|
46
|
+
message.cert = reader.bytes();
|
|
47
|
+
break;
|
|
48
|
+
case 3:
|
|
49
|
+
message.pubkey = reader.bytes();
|
|
50
|
+
break;
|
|
51
|
+
default:
|
|
52
|
+
reader.skipType(tag & 7);
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return message;
|
|
57
|
+
},
|
|
58
|
+
fromPartial(object) {
|
|
59
|
+
const message = createBaseMsgCreateCertificate();
|
|
60
|
+
message.owner = object.owner ?? "";
|
|
61
|
+
message.cert = object.cert ?? new Uint8Array();
|
|
62
|
+
message.pubkey = object.pubkey ?? new Uint8Array();
|
|
63
|
+
return message;
|
|
64
|
+
},
|
|
65
|
+
fromAmino(object) {
|
|
66
|
+
const message = createBaseMsgCreateCertificate();
|
|
67
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
68
|
+
message.owner = object.owner;
|
|
69
|
+
}
|
|
70
|
+
if (object.cert !== undefined && object.cert !== null) {
|
|
71
|
+
message.cert = (0, helpers_1.bytesFromBase64)(object.cert);
|
|
72
|
+
}
|
|
73
|
+
if (object.pubkey !== undefined && object.pubkey !== null) {
|
|
74
|
+
message.pubkey = (0, helpers_1.bytesFromBase64)(object.pubkey);
|
|
75
|
+
}
|
|
76
|
+
return message;
|
|
77
|
+
},
|
|
78
|
+
toAmino(message) {
|
|
79
|
+
const obj = {};
|
|
80
|
+
obj.owner = message.owner ?? "";
|
|
81
|
+
obj.cert = message.cert ? (0, helpers_1.base64FromBytes)(message.cert) : "";
|
|
82
|
+
obj.pubkey = message.pubkey ? (0, helpers_1.base64FromBytes)(message.pubkey) : "";
|
|
83
|
+
return obj;
|
|
84
|
+
},
|
|
85
|
+
fromAminoMsg(object) {
|
|
86
|
+
return exports.MsgCreateCertificate.fromAmino(object.value);
|
|
87
|
+
},
|
|
88
|
+
fromProtoMsg(message) {
|
|
89
|
+
return exports.MsgCreateCertificate.decode(message.value);
|
|
90
|
+
},
|
|
91
|
+
toProto(message) {
|
|
92
|
+
return exports.MsgCreateCertificate.encode(message).finish();
|
|
93
|
+
},
|
|
94
|
+
toProtoMsg(message) {
|
|
95
|
+
return {
|
|
96
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificate",
|
|
97
|
+
value: exports.MsgCreateCertificate.encode(message).finish()
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
function createBaseMsgCreateCertificateResponse() {
|
|
102
|
+
return {};
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* MsgCreateCertificateResponse defines the Msg/CreateCertificate response type.
|
|
106
|
+
* @name MsgCreateCertificateResponse
|
|
107
|
+
* @package akash.cert.v1
|
|
108
|
+
* @see proto type: akash.cert.v1.MsgCreateCertificateResponse
|
|
109
|
+
*/
|
|
110
|
+
exports.MsgCreateCertificateResponse = {
|
|
111
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificateResponse",
|
|
112
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
113
|
+
return writer;
|
|
114
|
+
},
|
|
115
|
+
decode(input, length) {
|
|
116
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
117
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
118
|
+
const message = createBaseMsgCreateCertificateResponse();
|
|
119
|
+
while (reader.pos < end) {
|
|
120
|
+
const tag = reader.uint32();
|
|
121
|
+
switch (tag >>> 3) {
|
|
122
|
+
default:
|
|
123
|
+
reader.skipType(tag & 7);
|
|
124
|
+
break;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
return message;
|
|
128
|
+
},
|
|
129
|
+
fromPartial(_) {
|
|
130
|
+
const message = createBaseMsgCreateCertificateResponse();
|
|
131
|
+
return message;
|
|
132
|
+
},
|
|
133
|
+
fromAmino(_) {
|
|
134
|
+
const message = createBaseMsgCreateCertificateResponse();
|
|
135
|
+
return message;
|
|
136
|
+
},
|
|
137
|
+
toAmino(_) {
|
|
138
|
+
const obj = {};
|
|
139
|
+
return obj;
|
|
140
|
+
},
|
|
141
|
+
fromAminoMsg(object) {
|
|
142
|
+
return exports.MsgCreateCertificateResponse.fromAmino(object.value);
|
|
143
|
+
},
|
|
144
|
+
fromProtoMsg(message) {
|
|
145
|
+
return exports.MsgCreateCertificateResponse.decode(message.value);
|
|
146
|
+
},
|
|
147
|
+
toProto(message) {
|
|
148
|
+
return exports.MsgCreateCertificateResponse.encode(message).finish();
|
|
149
|
+
},
|
|
150
|
+
toProtoMsg(message) {
|
|
151
|
+
return {
|
|
152
|
+
typeUrl: "/akash.cert.v1.MsgCreateCertificateResponse",
|
|
153
|
+
value: exports.MsgCreateCertificateResponse.encode(message).finish()
|
|
154
|
+
};
|
|
155
|
+
}
|
|
156
|
+
};
|
|
157
|
+
function createBaseMsgRevokeCertificate() {
|
|
158
|
+
return {
|
|
159
|
+
id: cert_1.ID.fromPartial({})
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* MsgRevokeCertificate defines an SDK message for revoking certificate.
|
|
164
|
+
* @name MsgRevokeCertificate
|
|
165
|
+
* @package akash.cert.v1
|
|
166
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificate
|
|
167
|
+
*/
|
|
168
|
+
exports.MsgRevokeCertificate = {
|
|
169
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificate",
|
|
170
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
171
|
+
if (message.id !== undefined) {
|
|
172
|
+
cert_1.ID.encode(message.id, writer.uint32(10).fork()).ldelim();
|
|
173
|
+
}
|
|
174
|
+
return writer;
|
|
175
|
+
},
|
|
176
|
+
decode(input, length) {
|
|
177
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
178
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
179
|
+
const message = createBaseMsgRevokeCertificate();
|
|
180
|
+
while (reader.pos < end) {
|
|
181
|
+
const tag = reader.uint32();
|
|
182
|
+
switch (tag >>> 3) {
|
|
183
|
+
case 1:
|
|
184
|
+
message.id = cert_1.ID.decode(reader, reader.uint32());
|
|
185
|
+
break;
|
|
186
|
+
default:
|
|
187
|
+
reader.skipType(tag & 7);
|
|
188
|
+
break;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
return message;
|
|
192
|
+
},
|
|
193
|
+
fromPartial(object) {
|
|
194
|
+
const message = createBaseMsgRevokeCertificate();
|
|
195
|
+
message.id = object.id !== undefined && object.id !== null ? cert_1.ID.fromPartial(object.id) : undefined;
|
|
196
|
+
return message;
|
|
197
|
+
},
|
|
198
|
+
fromAmino(object) {
|
|
199
|
+
const message = createBaseMsgRevokeCertificate();
|
|
200
|
+
if (object.id !== undefined && object.id !== null) {
|
|
201
|
+
message.id = cert_1.ID.fromAmino(object.id);
|
|
202
|
+
}
|
|
203
|
+
return message;
|
|
204
|
+
},
|
|
205
|
+
toAmino(message) {
|
|
206
|
+
const obj = {};
|
|
207
|
+
obj.id = message.id ? cert_1.ID.toAmino(message.id) : cert_1.ID.toAmino(cert_1.ID.fromPartial({}));
|
|
208
|
+
return obj;
|
|
209
|
+
},
|
|
210
|
+
fromAminoMsg(object) {
|
|
211
|
+
return exports.MsgRevokeCertificate.fromAmino(object.value);
|
|
212
|
+
},
|
|
213
|
+
fromProtoMsg(message) {
|
|
214
|
+
return exports.MsgRevokeCertificate.decode(message.value);
|
|
215
|
+
},
|
|
216
|
+
toProto(message) {
|
|
217
|
+
return exports.MsgRevokeCertificate.encode(message).finish();
|
|
218
|
+
},
|
|
219
|
+
toProtoMsg(message) {
|
|
220
|
+
return {
|
|
221
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificate",
|
|
222
|
+
value: exports.MsgRevokeCertificate.encode(message).finish()
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
};
|
|
226
|
+
function createBaseMsgRevokeCertificateResponse() {
|
|
227
|
+
return {};
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* MsgRevokeCertificateResponse defines the Msg/RevokeCertificate response type.
|
|
231
|
+
* @name MsgRevokeCertificateResponse
|
|
232
|
+
* @package akash.cert.v1
|
|
233
|
+
* @see proto type: akash.cert.v1.MsgRevokeCertificateResponse
|
|
234
|
+
*/
|
|
235
|
+
exports.MsgRevokeCertificateResponse = {
|
|
236
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificateResponse",
|
|
237
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
238
|
+
return writer;
|
|
239
|
+
},
|
|
240
|
+
decode(input, length) {
|
|
241
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
242
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
243
|
+
const message = createBaseMsgRevokeCertificateResponse();
|
|
244
|
+
while (reader.pos < end) {
|
|
245
|
+
const tag = reader.uint32();
|
|
246
|
+
switch (tag >>> 3) {
|
|
247
|
+
default:
|
|
248
|
+
reader.skipType(tag & 7);
|
|
249
|
+
break;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
return message;
|
|
253
|
+
},
|
|
254
|
+
fromPartial(_) {
|
|
255
|
+
const message = createBaseMsgRevokeCertificateResponse();
|
|
256
|
+
return message;
|
|
257
|
+
},
|
|
258
|
+
fromAmino(_) {
|
|
259
|
+
const message = createBaseMsgRevokeCertificateResponse();
|
|
260
|
+
return message;
|
|
261
|
+
},
|
|
262
|
+
toAmino(_) {
|
|
263
|
+
const obj = {};
|
|
264
|
+
return obj;
|
|
265
|
+
},
|
|
266
|
+
fromAminoMsg(object) {
|
|
267
|
+
return exports.MsgRevokeCertificateResponse.fromAmino(object.value);
|
|
268
|
+
},
|
|
269
|
+
fromProtoMsg(message) {
|
|
270
|
+
return exports.MsgRevokeCertificateResponse.decode(message.value);
|
|
271
|
+
},
|
|
272
|
+
toProto(message) {
|
|
273
|
+
return exports.MsgRevokeCertificateResponse.encode(message).finish();
|
|
274
|
+
},
|
|
275
|
+
toProtoMsg(message) {
|
|
276
|
+
return {
|
|
277
|
+
typeUrl: "/akash.cert.v1.MsgRevokeCertificateResponse",
|
|
278
|
+
value: exports.MsgRevokeCertificateResponse.encode(message).finish()
|
|
279
|
+
};
|
|
280
|
+
}
|
|
281
|
+
};
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import { CertificateFilter, CertificateFilterAmino } from "./filters";
|
|
2
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
3
|
+
import { Certificate, CertificateAmino } from "./cert";
|
|
4
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../helpers";
|
|
6
|
+
/**
|
|
7
|
+
* CertificateResponse contains a single X509 certificate and its serial number.
|
|
8
|
+
* @name CertificateResponse
|
|
9
|
+
* @package akash.cert.v1
|
|
10
|
+
* @see proto type: akash.cert.v1.CertificateResponse
|
|
11
|
+
*/
|
|
12
|
+
export interface CertificateResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Certificate holds the certificate.
|
|
15
|
+
*/
|
|
16
|
+
certificate: Certificate;
|
|
17
|
+
/**
|
|
18
|
+
* Serial is a sequence number for the certificate.
|
|
19
|
+
*/
|
|
20
|
+
serial: string;
|
|
21
|
+
}
|
|
22
|
+
export interface CertificateResponseProtoMsg {
|
|
23
|
+
typeUrl: "/akash.cert.v1.CertificateResponse";
|
|
24
|
+
value: Uint8Array;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* CertificateResponse contains a single X509 certificate and its serial number.
|
|
28
|
+
* @name CertificateResponseAmino
|
|
29
|
+
* @package akash.cert.v1
|
|
30
|
+
* @see proto type: akash.cert.v1.CertificateResponse
|
|
31
|
+
*/
|
|
32
|
+
export interface CertificateResponseAmino {
|
|
33
|
+
/**
|
|
34
|
+
* Certificate holds the certificate.
|
|
35
|
+
*/
|
|
36
|
+
certificate: CertificateAmino;
|
|
37
|
+
/**
|
|
38
|
+
* Serial is a sequence number for the certificate.
|
|
39
|
+
*/
|
|
40
|
+
serial: string;
|
|
41
|
+
}
|
|
42
|
+
export interface CertificateResponseAminoMsg {
|
|
43
|
+
type: "/akash.cert.v1.CertificateResponse";
|
|
44
|
+
value: CertificateResponseAmino;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* QueryDeploymentsRequest is request type for the Query/Deployments RPC method.
|
|
48
|
+
* @name QueryCertificatesRequest
|
|
49
|
+
* @package akash.cert.v1
|
|
50
|
+
* @see proto type: akash.cert.v1.QueryCertificatesRequest
|
|
51
|
+
*/
|
|
52
|
+
export interface QueryCertificatesRequest {
|
|
53
|
+
/**
|
|
54
|
+
* Filter allows for filtering of results.
|
|
55
|
+
*/
|
|
56
|
+
filter: CertificateFilter;
|
|
57
|
+
/**
|
|
58
|
+
* Pagination is used to paginate request.
|
|
59
|
+
*/
|
|
60
|
+
pagination?: PageRequest;
|
|
61
|
+
}
|
|
62
|
+
export interface QueryCertificatesRequestProtoMsg {
|
|
63
|
+
typeUrl: "/akash.cert.v1.QueryCertificatesRequest";
|
|
64
|
+
value: Uint8Array;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* QueryDeploymentsRequest is request type for the Query/Deployments RPC method.
|
|
68
|
+
* @name QueryCertificatesRequestAmino
|
|
69
|
+
* @package akash.cert.v1
|
|
70
|
+
* @see proto type: akash.cert.v1.QueryCertificatesRequest
|
|
71
|
+
*/
|
|
72
|
+
export interface QueryCertificatesRequestAmino {
|
|
73
|
+
/**
|
|
74
|
+
* Filter allows for filtering of results.
|
|
75
|
+
*/
|
|
76
|
+
filter?: CertificateFilterAmino;
|
|
77
|
+
/**
|
|
78
|
+
* Pagination is used to paginate request.
|
|
79
|
+
*/
|
|
80
|
+
pagination?: PageRequestAmino;
|
|
81
|
+
}
|
|
82
|
+
export interface QueryCertificatesRequestAminoMsg {
|
|
83
|
+
type: "/akash.cert.v1.QueryCertificatesRequest";
|
|
84
|
+
value: QueryCertificatesRequestAmino;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* QueryCertificatesResponse is response type for the Query/Certificates RPC method.
|
|
88
|
+
* @name QueryCertificatesResponse
|
|
89
|
+
* @package akash.cert.v1
|
|
90
|
+
* @see proto type: akash.cert.v1.QueryCertificatesResponse
|
|
91
|
+
*/
|
|
92
|
+
export interface QueryCertificatesResponse {
|
|
93
|
+
/**
|
|
94
|
+
* Certificates is a list of certificate.
|
|
95
|
+
*/
|
|
96
|
+
certificates: CertificateResponse[];
|
|
97
|
+
/**
|
|
98
|
+
* Pagination contains the information about response pagination.
|
|
99
|
+
*/
|
|
100
|
+
pagination?: PageResponse;
|
|
101
|
+
}
|
|
102
|
+
export interface QueryCertificatesResponseProtoMsg {
|
|
103
|
+
typeUrl: "/akash.cert.v1.QueryCertificatesResponse";
|
|
104
|
+
value: Uint8Array;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* QueryCertificatesResponse is response type for the Query/Certificates RPC method.
|
|
108
|
+
* @name QueryCertificatesResponseAmino
|
|
109
|
+
* @package akash.cert.v1
|
|
110
|
+
* @see proto type: akash.cert.v1.QueryCertificatesResponse
|
|
111
|
+
*/
|
|
112
|
+
export interface QueryCertificatesResponseAmino {
|
|
113
|
+
/**
|
|
114
|
+
* Certificates is a list of certificate.
|
|
115
|
+
*/
|
|
116
|
+
certificates?: CertificateResponseAmino[];
|
|
117
|
+
/**
|
|
118
|
+
* Pagination contains the information about response pagination.
|
|
119
|
+
*/
|
|
120
|
+
pagination?: PageResponseAmino;
|
|
121
|
+
}
|
|
122
|
+
export interface QueryCertificatesResponseAminoMsg {
|
|
123
|
+
type: "/akash.cert.v1.QueryCertificatesResponse";
|
|
124
|
+
value: QueryCertificatesResponseAmino;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* CertificateResponse contains a single X509 certificate and its serial number.
|
|
128
|
+
* @name CertificateResponse
|
|
129
|
+
* @package akash.cert.v1
|
|
130
|
+
* @see proto type: akash.cert.v1.CertificateResponse
|
|
131
|
+
*/
|
|
132
|
+
export declare const CertificateResponse: {
|
|
133
|
+
typeUrl: string;
|
|
134
|
+
encode(message: CertificateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
135
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CertificateResponse;
|
|
136
|
+
fromPartial(object: DeepPartial<CertificateResponse>): CertificateResponse;
|
|
137
|
+
fromAmino(object: CertificateResponseAmino): CertificateResponse;
|
|
138
|
+
toAmino(message: CertificateResponse): CertificateResponseAmino;
|
|
139
|
+
fromAminoMsg(object: CertificateResponseAminoMsg): CertificateResponse;
|
|
140
|
+
fromProtoMsg(message: CertificateResponseProtoMsg): CertificateResponse;
|
|
141
|
+
toProto(message: CertificateResponse): Uint8Array;
|
|
142
|
+
toProtoMsg(message: CertificateResponse): CertificateResponseProtoMsg;
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* QueryDeploymentsRequest is request type for the Query/Deployments RPC method.
|
|
146
|
+
* @name QueryCertificatesRequest
|
|
147
|
+
* @package akash.cert.v1
|
|
148
|
+
* @see proto type: akash.cert.v1.QueryCertificatesRequest
|
|
149
|
+
*/
|
|
150
|
+
export declare const QueryCertificatesRequest: {
|
|
151
|
+
typeUrl: string;
|
|
152
|
+
encode(message: QueryCertificatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
153
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryCertificatesRequest;
|
|
154
|
+
fromPartial(object: DeepPartial<QueryCertificatesRequest>): QueryCertificatesRequest;
|
|
155
|
+
fromAmino(object: QueryCertificatesRequestAmino): QueryCertificatesRequest;
|
|
156
|
+
toAmino(message: QueryCertificatesRequest): QueryCertificatesRequestAmino;
|
|
157
|
+
fromAminoMsg(object: QueryCertificatesRequestAminoMsg): QueryCertificatesRequest;
|
|
158
|
+
fromProtoMsg(message: QueryCertificatesRequestProtoMsg): QueryCertificatesRequest;
|
|
159
|
+
toProto(message: QueryCertificatesRequest): Uint8Array;
|
|
160
|
+
toProtoMsg(message: QueryCertificatesRequest): QueryCertificatesRequestProtoMsg;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* QueryCertificatesResponse is response type for the Query/Certificates RPC method.
|
|
164
|
+
* @name QueryCertificatesResponse
|
|
165
|
+
* @package akash.cert.v1
|
|
166
|
+
* @see proto type: akash.cert.v1.QueryCertificatesResponse
|
|
167
|
+
*/
|
|
168
|
+
export declare const QueryCertificatesResponse: {
|
|
169
|
+
typeUrl: string;
|
|
170
|
+
encode(message: QueryCertificatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
171
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryCertificatesResponse;
|
|
172
|
+
fromPartial(object: DeepPartial<QueryCertificatesResponse>): QueryCertificatesResponse;
|
|
173
|
+
fromAmino(object: QueryCertificatesResponseAmino): QueryCertificatesResponse;
|
|
174
|
+
toAmino(message: QueryCertificatesResponse): QueryCertificatesResponseAmino;
|
|
175
|
+
fromAminoMsg(object: QueryCertificatesResponseAminoMsg): QueryCertificatesResponse;
|
|
176
|
+
fromProtoMsg(message: QueryCertificatesResponseProtoMsg): QueryCertificatesResponse;
|
|
177
|
+
toProto(message: QueryCertificatesResponse): Uint8Array;
|
|
178
|
+
toProtoMsg(message: QueryCertificatesResponse): QueryCertificatesResponseProtoMsg;
|
|
179
|
+
};
|