@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,310 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgDeleteProviderAttributesResponse = exports.MsgDeleteProviderAttributes = exports.MsgSignProviderAttributesResponse = exports.MsgSignProviderAttributes = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const attribute_1 = require("../../base/attributes/v1/attribute");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
function createBaseMsgSignProviderAttributes() {
|
|
8
|
+
return {
|
|
9
|
+
owner: "",
|
|
10
|
+
auditor: "",
|
|
11
|
+
attributes: []
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* MsgSignProviderAttributes defines an SDK message for signing a provider attributes.
|
|
16
|
+
* @name MsgSignProviderAttributes
|
|
17
|
+
* @package akash.audit.v1
|
|
18
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributes
|
|
19
|
+
*/
|
|
20
|
+
exports.MsgSignProviderAttributes = {
|
|
21
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributes",
|
|
22
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
23
|
+
if (message.owner !== "") {
|
|
24
|
+
writer.uint32(10).string(message.owner);
|
|
25
|
+
}
|
|
26
|
+
if (message.auditor !== "") {
|
|
27
|
+
writer.uint32(18).string(message.auditor);
|
|
28
|
+
}
|
|
29
|
+
for (const v of message.attributes) {
|
|
30
|
+
attribute_1.Attribute.encode(v, writer.uint32(26).fork()).ldelim();
|
|
31
|
+
}
|
|
32
|
+
return writer;
|
|
33
|
+
},
|
|
34
|
+
decode(input, length) {
|
|
35
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
36
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
37
|
+
const message = createBaseMsgSignProviderAttributes();
|
|
38
|
+
while (reader.pos < end) {
|
|
39
|
+
const tag = reader.uint32();
|
|
40
|
+
switch (tag >>> 3) {
|
|
41
|
+
case 1:
|
|
42
|
+
message.owner = reader.string();
|
|
43
|
+
break;
|
|
44
|
+
case 2:
|
|
45
|
+
message.auditor = reader.string();
|
|
46
|
+
break;
|
|
47
|
+
case 3:
|
|
48
|
+
message.attributes.push(attribute_1.Attribute.decode(reader, reader.uint32()));
|
|
49
|
+
break;
|
|
50
|
+
default:
|
|
51
|
+
reader.skipType(tag & 7);
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return message;
|
|
56
|
+
},
|
|
57
|
+
fromPartial(object) {
|
|
58
|
+
const message = createBaseMsgSignProviderAttributes();
|
|
59
|
+
message.owner = object.owner ?? "";
|
|
60
|
+
message.auditor = object.auditor ?? "";
|
|
61
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromPartial(e)) || [];
|
|
62
|
+
return message;
|
|
63
|
+
},
|
|
64
|
+
fromAmino(object) {
|
|
65
|
+
const message = createBaseMsgSignProviderAttributes();
|
|
66
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
67
|
+
message.owner = object.owner;
|
|
68
|
+
}
|
|
69
|
+
if (object.auditor !== undefined && object.auditor !== null) {
|
|
70
|
+
message.auditor = object.auditor;
|
|
71
|
+
}
|
|
72
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromAmino(e)) || [];
|
|
73
|
+
return message;
|
|
74
|
+
},
|
|
75
|
+
toAmino(message) {
|
|
76
|
+
const obj = {};
|
|
77
|
+
obj.owner = message.owner ?? "";
|
|
78
|
+
obj.auditor = message.auditor ?? "";
|
|
79
|
+
if (message.attributes) {
|
|
80
|
+
obj.attributes = message.attributes.map(e => e ? attribute_1.Attribute.toAmino(e) : undefined);
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
obj.attributes = message.attributes;
|
|
84
|
+
}
|
|
85
|
+
return obj;
|
|
86
|
+
},
|
|
87
|
+
fromAminoMsg(object) {
|
|
88
|
+
return exports.MsgSignProviderAttributes.fromAmino(object.value);
|
|
89
|
+
},
|
|
90
|
+
fromProtoMsg(message) {
|
|
91
|
+
return exports.MsgSignProviderAttributes.decode(message.value);
|
|
92
|
+
},
|
|
93
|
+
toProto(message) {
|
|
94
|
+
return exports.MsgSignProviderAttributes.encode(message).finish();
|
|
95
|
+
},
|
|
96
|
+
toProtoMsg(message) {
|
|
97
|
+
return {
|
|
98
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributes",
|
|
99
|
+
value: exports.MsgSignProviderAttributes.encode(message).finish()
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
function createBaseMsgSignProviderAttributesResponse() {
|
|
104
|
+
return {};
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* MsgSignProviderAttributesResponse defines the Msg/CreateProvider response type.
|
|
108
|
+
* @name MsgSignProviderAttributesResponse
|
|
109
|
+
* @package akash.audit.v1
|
|
110
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributesResponse
|
|
111
|
+
*/
|
|
112
|
+
exports.MsgSignProviderAttributesResponse = {
|
|
113
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributesResponse",
|
|
114
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
115
|
+
return writer;
|
|
116
|
+
},
|
|
117
|
+
decode(input, length) {
|
|
118
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
119
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
120
|
+
const message = createBaseMsgSignProviderAttributesResponse();
|
|
121
|
+
while (reader.pos < end) {
|
|
122
|
+
const tag = reader.uint32();
|
|
123
|
+
switch (tag >>> 3) {
|
|
124
|
+
default:
|
|
125
|
+
reader.skipType(tag & 7);
|
|
126
|
+
break;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
return message;
|
|
130
|
+
},
|
|
131
|
+
fromPartial(_) {
|
|
132
|
+
const message = createBaseMsgSignProviderAttributesResponse();
|
|
133
|
+
return message;
|
|
134
|
+
},
|
|
135
|
+
fromAmino(_) {
|
|
136
|
+
const message = createBaseMsgSignProviderAttributesResponse();
|
|
137
|
+
return message;
|
|
138
|
+
},
|
|
139
|
+
toAmino(_) {
|
|
140
|
+
const obj = {};
|
|
141
|
+
return obj;
|
|
142
|
+
},
|
|
143
|
+
fromAminoMsg(object) {
|
|
144
|
+
return exports.MsgSignProviderAttributesResponse.fromAmino(object.value);
|
|
145
|
+
},
|
|
146
|
+
fromProtoMsg(message) {
|
|
147
|
+
return exports.MsgSignProviderAttributesResponse.decode(message.value);
|
|
148
|
+
},
|
|
149
|
+
toProto(message) {
|
|
150
|
+
return exports.MsgSignProviderAttributesResponse.encode(message).finish();
|
|
151
|
+
},
|
|
152
|
+
toProtoMsg(message) {
|
|
153
|
+
return {
|
|
154
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributesResponse",
|
|
155
|
+
value: exports.MsgSignProviderAttributesResponse.encode(message).finish()
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
function createBaseMsgDeleteProviderAttributes() {
|
|
160
|
+
return {
|
|
161
|
+
owner: "",
|
|
162
|
+
auditor: "",
|
|
163
|
+
keys: []
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* MsgDeleteProviderAttributes defined the Msg/DeleteProviderAttributes
|
|
168
|
+
* @name MsgDeleteProviderAttributes
|
|
169
|
+
* @package akash.audit.v1
|
|
170
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributes
|
|
171
|
+
*/
|
|
172
|
+
exports.MsgDeleteProviderAttributes = {
|
|
173
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributes",
|
|
174
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
175
|
+
if (message.owner !== "") {
|
|
176
|
+
writer.uint32(10).string(message.owner);
|
|
177
|
+
}
|
|
178
|
+
if (message.auditor !== "") {
|
|
179
|
+
writer.uint32(18).string(message.auditor);
|
|
180
|
+
}
|
|
181
|
+
for (const v of message.keys) {
|
|
182
|
+
writer.uint32(26).string(v);
|
|
183
|
+
}
|
|
184
|
+
return writer;
|
|
185
|
+
},
|
|
186
|
+
decode(input, length) {
|
|
187
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
188
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
189
|
+
const message = createBaseMsgDeleteProviderAttributes();
|
|
190
|
+
while (reader.pos < end) {
|
|
191
|
+
const tag = reader.uint32();
|
|
192
|
+
switch (tag >>> 3) {
|
|
193
|
+
case 1:
|
|
194
|
+
message.owner = reader.string();
|
|
195
|
+
break;
|
|
196
|
+
case 2:
|
|
197
|
+
message.auditor = reader.string();
|
|
198
|
+
break;
|
|
199
|
+
case 3:
|
|
200
|
+
message.keys.push(reader.string());
|
|
201
|
+
break;
|
|
202
|
+
default:
|
|
203
|
+
reader.skipType(tag & 7);
|
|
204
|
+
break;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
return message;
|
|
208
|
+
},
|
|
209
|
+
fromPartial(object) {
|
|
210
|
+
const message = createBaseMsgDeleteProviderAttributes();
|
|
211
|
+
message.owner = object.owner ?? "";
|
|
212
|
+
message.auditor = object.auditor ?? "";
|
|
213
|
+
message.keys = object.keys?.map(e => e) || [];
|
|
214
|
+
return message;
|
|
215
|
+
},
|
|
216
|
+
fromAmino(object) {
|
|
217
|
+
const message = createBaseMsgDeleteProviderAttributes();
|
|
218
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
219
|
+
message.owner = object.owner;
|
|
220
|
+
}
|
|
221
|
+
if (object.auditor !== undefined && object.auditor !== null) {
|
|
222
|
+
message.auditor = object.auditor;
|
|
223
|
+
}
|
|
224
|
+
message.keys = object.keys?.map(e => e) || [];
|
|
225
|
+
return message;
|
|
226
|
+
},
|
|
227
|
+
toAmino(message) {
|
|
228
|
+
const obj = {};
|
|
229
|
+
obj.owner = message.owner ?? "";
|
|
230
|
+
obj.auditor = message.auditor ?? "";
|
|
231
|
+
if (message.keys) {
|
|
232
|
+
obj.keys = message.keys.map(e => e);
|
|
233
|
+
}
|
|
234
|
+
else {
|
|
235
|
+
obj.keys = message.keys;
|
|
236
|
+
}
|
|
237
|
+
return obj;
|
|
238
|
+
},
|
|
239
|
+
fromAminoMsg(object) {
|
|
240
|
+
return exports.MsgDeleteProviderAttributes.fromAmino(object.value);
|
|
241
|
+
},
|
|
242
|
+
fromProtoMsg(message) {
|
|
243
|
+
return exports.MsgDeleteProviderAttributes.decode(message.value);
|
|
244
|
+
},
|
|
245
|
+
toProto(message) {
|
|
246
|
+
return exports.MsgDeleteProviderAttributes.encode(message).finish();
|
|
247
|
+
},
|
|
248
|
+
toProtoMsg(message) {
|
|
249
|
+
return {
|
|
250
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributes",
|
|
251
|
+
value: exports.MsgDeleteProviderAttributes.encode(message).finish()
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
function createBaseMsgDeleteProviderAttributesResponse() {
|
|
256
|
+
return {};
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* MsgDeleteProviderAttributesResponse defines the Msg/ProviderAttributes response type.
|
|
260
|
+
* @name MsgDeleteProviderAttributesResponse
|
|
261
|
+
* @package akash.audit.v1
|
|
262
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributesResponse
|
|
263
|
+
*/
|
|
264
|
+
exports.MsgDeleteProviderAttributesResponse = {
|
|
265
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributesResponse",
|
|
266
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
267
|
+
return writer;
|
|
268
|
+
},
|
|
269
|
+
decode(input, length) {
|
|
270
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
271
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
272
|
+
const message = createBaseMsgDeleteProviderAttributesResponse();
|
|
273
|
+
while (reader.pos < end) {
|
|
274
|
+
const tag = reader.uint32();
|
|
275
|
+
switch (tag >>> 3) {
|
|
276
|
+
default:
|
|
277
|
+
reader.skipType(tag & 7);
|
|
278
|
+
break;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
return message;
|
|
282
|
+
},
|
|
283
|
+
fromPartial(_) {
|
|
284
|
+
const message = createBaseMsgDeleteProviderAttributesResponse();
|
|
285
|
+
return message;
|
|
286
|
+
},
|
|
287
|
+
fromAmino(_) {
|
|
288
|
+
const message = createBaseMsgDeleteProviderAttributesResponse();
|
|
289
|
+
return message;
|
|
290
|
+
},
|
|
291
|
+
toAmino(_) {
|
|
292
|
+
const obj = {};
|
|
293
|
+
return obj;
|
|
294
|
+
},
|
|
295
|
+
fromAminoMsg(object) {
|
|
296
|
+
return exports.MsgDeleteProviderAttributesResponse.fromAmino(object.value);
|
|
297
|
+
},
|
|
298
|
+
fromProtoMsg(message) {
|
|
299
|
+
return exports.MsgDeleteProviderAttributesResponse.decode(message.value);
|
|
300
|
+
},
|
|
301
|
+
toProto(message) {
|
|
302
|
+
return exports.MsgDeleteProviderAttributesResponse.encode(message).finish();
|
|
303
|
+
},
|
|
304
|
+
toProtoMsg(message) {
|
|
305
|
+
return {
|
|
306
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributesResponse",
|
|
307
|
+
value: exports.MsgDeleteProviderAttributesResponse.encode(message).finish()
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
};
|
|
@@ -0,0 +1,392 @@
|
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { AuditedProvider, AuditedProviderAmino } from "./audit";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
5
|
+
/**
|
|
6
|
+
* QueryProvidersResponse is response type for the Query/Providers RPC method.
|
|
7
|
+
* @name QueryProvidersResponse
|
|
8
|
+
* @package akash.audit.v1
|
|
9
|
+
* @see proto type: akash.audit.v1.QueryProvidersResponse
|
|
10
|
+
*/
|
|
11
|
+
export interface QueryProvidersResponse {
|
|
12
|
+
/**
|
|
13
|
+
* Providers contains a list of audited provided account addresses.
|
|
14
|
+
*/
|
|
15
|
+
providers: AuditedProvider[];
|
|
16
|
+
/**
|
|
17
|
+
* Pagination is used to paginate results.
|
|
18
|
+
*/
|
|
19
|
+
pagination?: PageResponse;
|
|
20
|
+
}
|
|
21
|
+
export interface QueryProvidersResponseProtoMsg {
|
|
22
|
+
typeUrl: "/akash.audit.v1.QueryProvidersResponse";
|
|
23
|
+
value: Uint8Array;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* QueryProvidersResponse is response type for the Query/Providers RPC method.
|
|
27
|
+
* @name QueryProvidersResponseAmino
|
|
28
|
+
* @package akash.audit.v1
|
|
29
|
+
* @see proto type: akash.audit.v1.QueryProvidersResponse
|
|
30
|
+
*/
|
|
31
|
+
export interface QueryProvidersResponseAmino {
|
|
32
|
+
/**
|
|
33
|
+
* Providers contains a list of audited provided account addresses.
|
|
34
|
+
*/
|
|
35
|
+
providers?: AuditedProviderAmino[];
|
|
36
|
+
/**
|
|
37
|
+
* Pagination is used to paginate results.
|
|
38
|
+
*/
|
|
39
|
+
pagination?: PageResponseAmino;
|
|
40
|
+
}
|
|
41
|
+
export interface QueryProvidersResponseAminoMsg {
|
|
42
|
+
type: "/akash.audit.v1.QueryProvidersResponse";
|
|
43
|
+
value: QueryProvidersResponseAmino;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
47
|
+
* @name QueryProviderRequest
|
|
48
|
+
* @package akash.audit.v1
|
|
49
|
+
* @see proto type: akash.audit.v1.QueryProviderRequest
|
|
50
|
+
*/
|
|
51
|
+
export interface QueryProviderRequest {
|
|
52
|
+
/**
|
|
53
|
+
* Auditor is the account address of the auditor.
|
|
54
|
+
* It is a string representing a valid account address.
|
|
55
|
+
*
|
|
56
|
+
* Example:
|
|
57
|
+
* "akash1..."
|
|
58
|
+
*/
|
|
59
|
+
auditor: string;
|
|
60
|
+
/**
|
|
61
|
+
* Owner is the account bech32 address of the provider.
|
|
62
|
+
* It is a string representing a valid account address.
|
|
63
|
+
*
|
|
64
|
+
* Example:
|
|
65
|
+
* "akash1..."
|
|
66
|
+
*/
|
|
67
|
+
owner: string;
|
|
68
|
+
}
|
|
69
|
+
export interface QueryProviderRequestProtoMsg {
|
|
70
|
+
typeUrl: "/akash.audit.v1.QueryProviderRequest";
|
|
71
|
+
value: Uint8Array;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
75
|
+
* @name QueryProviderRequestAmino
|
|
76
|
+
* @package akash.audit.v1
|
|
77
|
+
* @see proto type: akash.audit.v1.QueryProviderRequest
|
|
78
|
+
*/
|
|
79
|
+
export interface QueryProviderRequestAmino {
|
|
80
|
+
/**
|
|
81
|
+
* Auditor is the account address of the auditor.
|
|
82
|
+
* It is a string representing a valid account address.
|
|
83
|
+
*
|
|
84
|
+
* Example:
|
|
85
|
+
* "akash1..."
|
|
86
|
+
*/
|
|
87
|
+
auditor?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Owner is the account bech32 address of the provider.
|
|
90
|
+
* It is a string representing a valid account address.
|
|
91
|
+
*
|
|
92
|
+
* Example:
|
|
93
|
+
* "akash1..."
|
|
94
|
+
*/
|
|
95
|
+
owner?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface QueryProviderRequestAminoMsg {
|
|
98
|
+
type: "/akash.audit.v1.QueryProviderRequest";
|
|
99
|
+
value: QueryProviderRequestAmino;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method.
|
|
103
|
+
* @name QueryAllProvidersAttributesRequest
|
|
104
|
+
* @package akash.audit.v1
|
|
105
|
+
* @see proto type: akash.audit.v1.QueryAllProvidersAttributesRequest
|
|
106
|
+
*/
|
|
107
|
+
export interface QueryAllProvidersAttributesRequest {
|
|
108
|
+
/**
|
|
109
|
+
* Pagination is used to paginate the request.
|
|
110
|
+
*/
|
|
111
|
+
pagination?: PageRequest;
|
|
112
|
+
}
|
|
113
|
+
export interface QueryAllProvidersAttributesRequestProtoMsg {
|
|
114
|
+
typeUrl: "/akash.audit.v1.QueryAllProvidersAttributesRequest";
|
|
115
|
+
value: Uint8Array;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method.
|
|
119
|
+
* @name QueryAllProvidersAttributesRequestAmino
|
|
120
|
+
* @package akash.audit.v1
|
|
121
|
+
* @see proto type: akash.audit.v1.QueryAllProvidersAttributesRequest
|
|
122
|
+
*/
|
|
123
|
+
export interface QueryAllProvidersAttributesRequestAmino {
|
|
124
|
+
/**
|
|
125
|
+
* Pagination is used to paginate the request.
|
|
126
|
+
*/
|
|
127
|
+
pagination?: PageRequestAmino;
|
|
128
|
+
}
|
|
129
|
+
export interface QueryAllProvidersAttributesRequestAminoMsg {
|
|
130
|
+
type: "/akash.audit.v1.QueryAllProvidersAttributesRequest";
|
|
131
|
+
value: QueryAllProvidersAttributesRequestAmino;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method.
|
|
135
|
+
* @name QueryProviderAttributesRequest
|
|
136
|
+
* @package akash.audit.v1
|
|
137
|
+
* @see proto type: akash.audit.v1.QueryProviderAttributesRequest
|
|
138
|
+
*/
|
|
139
|
+
export interface QueryProviderAttributesRequest {
|
|
140
|
+
/**
|
|
141
|
+
* Owner is the account bech32 address of the provider.
|
|
142
|
+
* It is a string representing a valid account address.
|
|
143
|
+
*
|
|
144
|
+
* Example:
|
|
145
|
+
* "akash1..."
|
|
146
|
+
*/
|
|
147
|
+
owner: string;
|
|
148
|
+
/**
|
|
149
|
+
* Pagination is used to paginate request.
|
|
150
|
+
*/
|
|
151
|
+
pagination?: PageRequest;
|
|
152
|
+
}
|
|
153
|
+
export interface QueryProviderAttributesRequestProtoMsg {
|
|
154
|
+
typeUrl: "/akash.audit.v1.QueryProviderAttributesRequest";
|
|
155
|
+
value: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method.
|
|
159
|
+
* @name QueryProviderAttributesRequestAmino
|
|
160
|
+
* @package akash.audit.v1
|
|
161
|
+
* @see proto type: akash.audit.v1.QueryProviderAttributesRequest
|
|
162
|
+
*/
|
|
163
|
+
export interface QueryProviderAttributesRequestAmino {
|
|
164
|
+
/**
|
|
165
|
+
* Owner is the account bech32 address of the provider.
|
|
166
|
+
* It is a string representing a valid account address.
|
|
167
|
+
*
|
|
168
|
+
* Example:
|
|
169
|
+
* "akash1..."
|
|
170
|
+
*/
|
|
171
|
+
owner?: string;
|
|
172
|
+
/**
|
|
173
|
+
* Pagination is used to paginate request.
|
|
174
|
+
*/
|
|
175
|
+
pagination?: PageRequestAmino;
|
|
176
|
+
}
|
|
177
|
+
export interface QueryProviderAttributesRequestAminoMsg {
|
|
178
|
+
type: "/akash.audit.v1.QueryProviderAttributesRequest";
|
|
179
|
+
value: QueryProviderAttributesRequestAmino;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method.
|
|
183
|
+
* @name QueryProviderAuditorRequest
|
|
184
|
+
* @package akash.audit.v1
|
|
185
|
+
* @see proto type: akash.audit.v1.QueryProviderAuditorRequest
|
|
186
|
+
*/
|
|
187
|
+
export interface QueryProviderAuditorRequest {
|
|
188
|
+
/**
|
|
189
|
+
* Auditor is the account address of the auditor.
|
|
190
|
+
* It is a string representing a valid account address.
|
|
191
|
+
*
|
|
192
|
+
* Example:
|
|
193
|
+
* "akash1..."
|
|
194
|
+
*/
|
|
195
|
+
auditor: string;
|
|
196
|
+
/**
|
|
197
|
+
* Owner is the account bech32 address of the provider.
|
|
198
|
+
* It is a string representing a valid account address.
|
|
199
|
+
*
|
|
200
|
+
* Example:
|
|
201
|
+
* "akash1..."
|
|
202
|
+
*/
|
|
203
|
+
owner: string;
|
|
204
|
+
}
|
|
205
|
+
export interface QueryProviderAuditorRequestProtoMsg {
|
|
206
|
+
typeUrl: "/akash.audit.v1.QueryProviderAuditorRequest";
|
|
207
|
+
value: Uint8Array;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method.
|
|
211
|
+
* @name QueryProviderAuditorRequestAmino
|
|
212
|
+
* @package akash.audit.v1
|
|
213
|
+
* @see proto type: akash.audit.v1.QueryProviderAuditorRequest
|
|
214
|
+
*/
|
|
215
|
+
export interface QueryProviderAuditorRequestAmino {
|
|
216
|
+
/**
|
|
217
|
+
* Auditor is the account address of the auditor.
|
|
218
|
+
* It is a string representing a valid account address.
|
|
219
|
+
*
|
|
220
|
+
* Example:
|
|
221
|
+
* "akash1..."
|
|
222
|
+
*/
|
|
223
|
+
auditor?: string;
|
|
224
|
+
/**
|
|
225
|
+
* Owner is the account bech32 address of the provider.
|
|
226
|
+
* It is a string representing a valid account address.
|
|
227
|
+
*
|
|
228
|
+
* Example:
|
|
229
|
+
* "akash1..."
|
|
230
|
+
*/
|
|
231
|
+
owner?: string;
|
|
232
|
+
}
|
|
233
|
+
export interface QueryProviderAuditorRequestAminoMsg {
|
|
234
|
+
type: "/akash.audit.v1.QueryProviderAuditorRequest";
|
|
235
|
+
value: QueryProviderAuditorRequestAmino;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method.
|
|
239
|
+
* @name QueryAuditorAttributesRequest
|
|
240
|
+
* @package akash.audit.v1
|
|
241
|
+
* @see proto type: akash.audit.v1.QueryAuditorAttributesRequest
|
|
242
|
+
*/
|
|
243
|
+
export interface QueryAuditorAttributesRequest {
|
|
244
|
+
/**
|
|
245
|
+
* Auditor is the account address of the auditor.
|
|
246
|
+
* It is a string representing a valid account address.
|
|
247
|
+
*
|
|
248
|
+
* Example:
|
|
249
|
+
* "akash1..."
|
|
250
|
+
*/
|
|
251
|
+
auditor: string;
|
|
252
|
+
/**
|
|
253
|
+
* Pagination is used to paginate request.
|
|
254
|
+
*/
|
|
255
|
+
pagination?: PageRequest;
|
|
256
|
+
}
|
|
257
|
+
export interface QueryAuditorAttributesRequestProtoMsg {
|
|
258
|
+
typeUrl: "/akash.audit.v1.QueryAuditorAttributesRequest";
|
|
259
|
+
value: Uint8Array;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method.
|
|
263
|
+
* @name QueryAuditorAttributesRequestAmino
|
|
264
|
+
* @package akash.audit.v1
|
|
265
|
+
* @see proto type: akash.audit.v1.QueryAuditorAttributesRequest
|
|
266
|
+
*/
|
|
267
|
+
export interface QueryAuditorAttributesRequestAmino {
|
|
268
|
+
/**
|
|
269
|
+
* Auditor is the account address of the auditor.
|
|
270
|
+
* It is a string representing a valid account address.
|
|
271
|
+
*
|
|
272
|
+
* Example:
|
|
273
|
+
* "akash1..."
|
|
274
|
+
*/
|
|
275
|
+
auditor?: string;
|
|
276
|
+
/**
|
|
277
|
+
* Pagination is used to paginate request.
|
|
278
|
+
*/
|
|
279
|
+
pagination?: PageRequestAmino;
|
|
280
|
+
}
|
|
281
|
+
export interface QueryAuditorAttributesRequestAminoMsg {
|
|
282
|
+
type: "/akash.audit.v1.QueryAuditorAttributesRequest";
|
|
283
|
+
value: QueryAuditorAttributesRequestAmino;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* QueryProvidersResponse is response type for the Query/Providers RPC method.
|
|
287
|
+
* @name QueryProvidersResponse
|
|
288
|
+
* @package akash.audit.v1
|
|
289
|
+
* @see proto type: akash.audit.v1.QueryProvidersResponse
|
|
290
|
+
*/
|
|
291
|
+
export declare const QueryProvidersResponse: {
|
|
292
|
+
typeUrl: string;
|
|
293
|
+
encode(message: QueryProvidersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
294
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProvidersResponse;
|
|
295
|
+
fromPartial(object: DeepPartial<QueryProvidersResponse>): QueryProvidersResponse;
|
|
296
|
+
fromAmino(object: QueryProvidersResponseAmino): QueryProvidersResponse;
|
|
297
|
+
toAmino(message: QueryProvidersResponse): QueryProvidersResponseAmino;
|
|
298
|
+
fromAminoMsg(object: QueryProvidersResponseAminoMsg): QueryProvidersResponse;
|
|
299
|
+
fromProtoMsg(message: QueryProvidersResponseProtoMsg): QueryProvidersResponse;
|
|
300
|
+
toProto(message: QueryProvidersResponse): Uint8Array;
|
|
301
|
+
toProtoMsg(message: QueryProvidersResponse): QueryProvidersResponseProtoMsg;
|
|
302
|
+
};
|
|
303
|
+
/**
|
|
304
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
305
|
+
* @name QueryProviderRequest
|
|
306
|
+
* @package akash.audit.v1
|
|
307
|
+
* @see proto type: akash.audit.v1.QueryProviderRequest
|
|
308
|
+
*/
|
|
309
|
+
export declare const QueryProviderRequest: {
|
|
310
|
+
typeUrl: string;
|
|
311
|
+
encode(message: QueryProviderRequest, writer?: BinaryWriter): BinaryWriter;
|
|
312
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderRequest;
|
|
313
|
+
fromPartial(object: DeepPartial<QueryProviderRequest>): QueryProviderRequest;
|
|
314
|
+
fromAmino(object: QueryProviderRequestAmino): QueryProviderRequest;
|
|
315
|
+
toAmino(message: QueryProviderRequest): QueryProviderRequestAmino;
|
|
316
|
+
fromAminoMsg(object: QueryProviderRequestAminoMsg): QueryProviderRequest;
|
|
317
|
+
fromProtoMsg(message: QueryProviderRequestProtoMsg): QueryProviderRequest;
|
|
318
|
+
toProto(message: QueryProviderRequest): Uint8Array;
|
|
319
|
+
toProtoMsg(message: QueryProviderRequest): QueryProviderRequestProtoMsg;
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method.
|
|
323
|
+
* @name QueryAllProvidersAttributesRequest
|
|
324
|
+
* @package akash.audit.v1
|
|
325
|
+
* @see proto type: akash.audit.v1.QueryAllProvidersAttributesRequest
|
|
326
|
+
*/
|
|
327
|
+
export declare const QueryAllProvidersAttributesRequest: {
|
|
328
|
+
typeUrl: string;
|
|
329
|
+
encode(message: QueryAllProvidersAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
330
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryAllProvidersAttributesRequest;
|
|
331
|
+
fromPartial(object: DeepPartial<QueryAllProvidersAttributesRequest>): QueryAllProvidersAttributesRequest;
|
|
332
|
+
fromAmino(object: QueryAllProvidersAttributesRequestAmino): QueryAllProvidersAttributesRequest;
|
|
333
|
+
toAmino(message: QueryAllProvidersAttributesRequest): QueryAllProvidersAttributesRequestAmino;
|
|
334
|
+
fromAminoMsg(object: QueryAllProvidersAttributesRequestAminoMsg): QueryAllProvidersAttributesRequest;
|
|
335
|
+
fromProtoMsg(message: QueryAllProvidersAttributesRequestProtoMsg): QueryAllProvidersAttributesRequest;
|
|
336
|
+
toProto(message: QueryAllProvidersAttributesRequest): Uint8Array;
|
|
337
|
+
toProtoMsg(message: QueryAllProvidersAttributesRequest): QueryAllProvidersAttributesRequestProtoMsg;
|
|
338
|
+
};
|
|
339
|
+
/**
|
|
340
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method.
|
|
341
|
+
* @name QueryProviderAttributesRequest
|
|
342
|
+
* @package akash.audit.v1
|
|
343
|
+
* @see proto type: akash.audit.v1.QueryProviderAttributesRequest
|
|
344
|
+
*/
|
|
345
|
+
export declare const QueryProviderAttributesRequest: {
|
|
346
|
+
typeUrl: string;
|
|
347
|
+
encode(message: QueryProviderAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
348
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderAttributesRequest;
|
|
349
|
+
fromPartial(object: DeepPartial<QueryProviderAttributesRequest>): QueryProviderAttributesRequest;
|
|
350
|
+
fromAmino(object: QueryProviderAttributesRequestAmino): QueryProviderAttributesRequest;
|
|
351
|
+
toAmino(message: QueryProviderAttributesRequest): QueryProviderAttributesRequestAmino;
|
|
352
|
+
fromAminoMsg(object: QueryProviderAttributesRequestAminoMsg): QueryProviderAttributesRequest;
|
|
353
|
+
fromProtoMsg(message: QueryProviderAttributesRequestProtoMsg): QueryProviderAttributesRequest;
|
|
354
|
+
toProto(message: QueryProviderAttributesRequest): Uint8Array;
|
|
355
|
+
toProtoMsg(message: QueryProviderAttributesRequest): QueryProviderAttributesRequestProtoMsg;
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method.
|
|
359
|
+
* @name QueryProviderAuditorRequest
|
|
360
|
+
* @package akash.audit.v1
|
|
361
|
+
* @see proto type: akash.audit.v1.QueryProviderAuditorRequest
|
|
362
|
+
*/
|
|
363
|
+
export declare const QueryProviderAuditorRequest: {
|
|
364
|
+
typeUrl: string;
|
|
365
|
+
encode(message: QueryProviderAuditorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
366
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderAuditorRequest;
|
|
367
|
+
fromPartial(object: DeepPartial<QueryProviderAuditorRequest>): QueryProviderAuditorRequest;
|
|
368
|
+
fromAmino(object: QueryProviderAuditorRequestAmino): QueryProviderAuditorRequest;
|
|
369
|
+
toAmino(message: QueryProviderAuditorRequest): QueryProviderAuditorRequestAmino;
|
|
370
|
+
fromAminoMsg(object: QueryProviderAuditorRequestAminoMsg): QueryProviderAuditorRequest;
|
|
371
|
+
fromProtoMsg(message: QueryProviderAuditorRequestProtoMsg): QueryProviderAuditorRequest;
|
|
372
|
+
toProto(message: QueryProviderAuditorRequest): Uint8Array;
|
|
373
|
+
toProtoMsg(message: QueryProviderAuditorRequest): QueryProviderAuditorRequestProtoMsg;
|
|
374
|
+
};
|
|
375
|
+
/**
|
|
376
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method.
|
|
377
|
+
* @name QueryAuditorAttributesRequest
|
|
378
|
+
* @package akash.audit.v1
|
|
379
|
+
* @see proto type: akash.audit.v1.QueryAuditorAttributesRequest
|
|
380
|
+
*/
|
|
381
|
+
export declare const QueryAuditorAttributesRequest: {
|
|
382
|
+
typeUrl: string;
|
|
383
|
+
encode(message: QueryAuditorAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
384
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuditorAttributesRequest;
|
|
385
|
+
fromPartial(object: DeepPartial<QueryAuditorAttributesRequest>): QueryAuditorAttributesRequest;
|
|
386
|
+
fromAmino(object: QueryAuditorAttributesRequestAmino): QueryAuditorAttributesRequest;
|
|
387
|
+
toAmino(message: QueryAuditorAttributesRequest): QueryAuditorAttributesRequestAmino;
|
|
388
|
+
fromAminoMsg(object: QueryAuditorAttributesRequestAminoMsg): QueryAuditorAttributesRequest;
|
|
389
|
+
fromProtoMsg(message: QueryAuditorAttributesRequestProtoMsg): QueryAuditorAttributesRequest;
|
|
390
|
+
toProto(message: QueryAuditorAttributesRequest): Uint8Array;
|
|
391
|
+
toProtoMsg(message: QueryAuditorAttributesRequest): QueryAuditorAttributesRequestProtoMsg;
|
|
392
|
+
};
|