@sparkdreamnft/sparkdreamjs 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17390 -17390
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageComposer = exports.load = exports.registry = void 0;
|
|
4
|
+
const audit_1 = require("./audit");
|
|
5
|
+
exports.registry = [["/akash.audit.v1beta3.MsgSignProviderAttributes", audit_1.MsgSignProviderAttributes], ["/akash.audit.v1beta3.MsgDeleteProviderAttributes", audit_1.MsgDeleteProviderAttributes]];
|
|
6
|
+
const load = (protoRegistry) => {
|
|
7
|
+
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
+
protoRegistry.register(typeUrl, mod);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.load = load;
|
|
12
|
+
exports.MessageComposer = {
|
|
13
|
+
encoded: {
|
|
14
|
+
signProviderAttributes(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/akash.audit.v1beta3.MsgSignProviderAttributes",
|
|
17
|
+
value: audit_1.MsgSignProviderAttributes.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
deleteProviderAttributes(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/akash.audit.v1beta3.MsgDeleteProviderAttributes",
|
|
23
|
+
value: audit_1.MsgDeleteProviderAttributes.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
withTypeUrl: {
|
|
28
|
+
signProviderAttributes(value) {
|
|
29
|
+
return {
|
|
30
|
+
typeUrl: "/akash.audit.v1beta3.MsgSignProviderAttributes",
|
|
31
|
+
value
|
|
32
|
+
};
|
|
33
|
+
},
|
|
34
|
+
deleteProviderAttributes(value) {
|
|
35
|
+
return {
|
|
36
|
+
typeUrl: "/akash.audit.v1beta3.MsgDeleteProviderAttributes",
|
|
37
|
+
value
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
fromPartial: {
|
|
42
|
+
signProviderAttributes(value) {
|
|
43
|
+
return {
|
|
44
|
+
typeUrl: "/akash.audit.v1beta3.MsgSignProviderAttributes",
|
|
45
|
+
value: audit_1.MsgSignProviderAttributes.fromPartial(value)
|
|
46
|
+
};
|
|
47
|
+
},
|
|
48
|
+
deleteProviderAttributes(value) {
|
|
49
|
+
return {
|
|
50
|
+
typeUrl: "/akash.audit.v1beta3.MsgDeleteProviderAttributes",
|
|
51
|
+
value: audit_1.MsgDeleteProviderAttributes.fromPartial(value)
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
|
+
import { MsgSignProviderAttributes, MsgSignProviderAttributesResponse, MsgDeleteProviderAttributes, MsgDeleteProviderAttributesResponse } from "./audit";
|
|
3
|
+
/** Msg defines the provider Msg service */
|
|
4
|
+
export interface Msg {
|
|
5
|
+
/** SignProviderAttributes defines a method that signs provider attributes */
|
|
6
|
+
signProviderAttributes(request: MsgSignProviderAttributes): Promise<MsgSignProviderAttributesResponse>;
|
|
7
|
+
/** DeleteProviderAttributes defines a method that deletes provider attributes */
|
|
8
|
+
deleteProviderAttributes(request: MsgDeleteProviderAttributes): Promise<MsgDeleteProviderAttributesResponse>;
|
|
9
|
+
}
|
|
10
|
+
export declare class MsgClientImpl implements Msg {
|
|
11
|
+
private readonly rpc;
|
|
12
|
+
constructor(rpc: TxRpc);
|
|
13
|
+
signProviderAttributes: (request: MsgSignProviderAttributes) => Promise<MsgSignProviderAttributesResponse>;
|
|
14
|
+
deleteProviderAttributes: (request: MsgDeleteProviderAttributes) => Promise<MsgDeleteProviderAttributesResponse>;
|
|
15
|
+
}
|
|
16
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
|
+
const binary_1 = require("../../../binary");
|
|
5
|
+
const audit_1 = require("./audit");
|
|
6
|
+
class MsgClientImpl {
|
|
7
|
+
rpc;
|
|
8
|
+
constructor(rpc) {
|
|
9
|
+
this.rpc = rpc;
|
|
10
|
+
}
|
|
11
|
+
/* SignProviderAttributes defines a method that signs provider attributes */
|
|
12
|
+
signProviderAttributes = async (request) => {
|
|
13
|
+
const data = audit_1.MsgSignProviderAttributes.encode(request).finish();
|
|
14
|
+
const promise = this.rpc.request("akash.audit.v1beta3.Msg", "SignProviderAttributes", data);
|
|
15
|
+
return promise.then(data => audit_1.MsgSignProviderAttributesResponse.decode(new binary_1.BinaryReader(data)));
|
|
16
|
+
};
|
|
17
|
+
/* DeleteProviderAttributes defines a method that deletes provider attributes */
|
|
18
|
+
deleteProviderAttributes = async (request) => {
|
|
19
|
+
const data = audit_1.MsgDeleteProviderAttributes.encode(request).finish();
|
|
20
|
+
const promise = this.rpc.request("akash.audit.v1beta3.Msg", "DeleteProviderAttributes", data);
|
|
21
|
+
return promise.then(data => audit_1.MsgDeleteProviderAttributesResponse.decode(new binary_1.BinaryReader(data)));
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
exports.MsgClientImpl = MsgClientImpl;
|
|
25
|
+
const createClientImpl = (rpc) => {
|
|
26
|
+
return new MsgClientImpl(rpc);
|
|
27
|
+
};
|
|
28
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { AuditedAttributes, AuditedAttributesAmino } from "./audit";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* GenesisState defines the basic genesis state used by audit module
|
|
6
|
+
* @name GenesisState
|
|
7
|
+
* @package akash.audit.v1beta3
|
|
8
|
+
* @see proto type: akash.audit.v1beta3.GenesisState
|
|
9
|
+
*/
|
|
10
|
+
export interface GenesisState {
|
|
11
|
+
attributes: AuditedAttributes[];
|
|
12
|
+
}
|
|
13
|
+
export interface GenesisStateProtoMsg {
|
|
14
|
+
typeUrl: "/akash.audit.v1beta3.GenesisState";
|
|
15
|
+
value: Uint8Array;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* GenesisState defines the basic genesis state used by audit module
|
|
19
|
+
* @name GenesisStateAmino
|
|
20
|
+
* @package akash.audit.v1beta3
|
|
21
|
+
* @see proto type: akash.audit.v1beta3.GenesisState
|
|
22
|
+
*/
|
|
23
|
+
export interface GenesisStateAmino {
|
|
24
|
+
attributes: AuditedAttributesAmino[];
|
|
25
|
+
}
|
|
26
|
+
export interface GenesisStateAminoMsg {
|
|
27
|
+
type: "/akash.audit.v1beta3.GenesisState";
|
|
28
|
+
value: GenesisStateAmino;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* GenesisState defines the basic genesis state used by audit module
|
|
32
|
+
* @name GenesisState
|
|
33
|
+
* @package akash.audit.v1beta3
|
|
34
|
+
* @see proto type: akash.audit.v1beta3.GenesisState
|
|
35
|
+
*/
|
|
36
|
+
export declare const GenesisState: {
|
|
37
|
+
typeUrl: string;
|
|
38
|
+
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
39
|
+
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
40
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
41
|
+
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
42
|
+
toAmino(message: GenesisState): GenesisStateAmino;
|
|
43
|
+
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
44
|
+
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
45
|
+
toProto(message: GenesisState): Uint8Array;
|
|
46
|
+
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
47
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenesisState = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const audit_1 = require("./audit");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
function createBaseGenesisState() {
|
|
8
|
+
return {
|
|
9
|
+
attributes: []
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* GenesisState defines the basic genesis state used by audit module
|
|
14
|
+
* @name GenesisState
|
|
15
|
+
* @package akash.audit.v1beta3
|
|
16
|
+
* @see proto type: akash.audit.v1beta3.GenesisState
|
|
17
|
+
*/
|
|
18
|
+
exports.GenesisState = {
|
|
19
|
+
typeUrl: "/akash.audit.v1beta3.GenesisState",
|
|
20
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
|
+
for (const v of message.attributes) {
|
|
22
|
+
audit_1.AuditedAttributes.encode(v, writer.uint32(10).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
return writer;
|
|
25
|
+
},
|
|
26
|
+
decode(input, length) {
|
|
27
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
28
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
29
|
+
const message = createBaseGenesisState();
|
|
30
|
+
while (reader.pos < end) {
|
|
31
|
+
const tag = reader.uint32();
|
|
32
|
+
switch (tag >>> 3) {
|
|
33
|
+
case 1:
|
|
34
|
+
message.attributes.push(audit_1.AuditedAttributes.decode(reader, reader.uint32()));
|
|
35
|
+
break;
|
|
36
|
+
default:
|
|
37
|
+
reader.skipType(tag & 7);
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return message;
|
|
42
|
+
},
|
|
43
|
+
fromPartial(object) {
|
|
44
|
+
const message = createBaseGenesisState();
|
|
45
|
+
message.attributes = object.attributes?.map(e => audit_1.AuditedAttributes.fromPartial(e)) || [];
|
|
46
|
+
return message;
|
|
47
|
+
},
|
|
48
|
+
fromAmino(object) {
|
|
49
|
+
const message = createBaseGenesisState();
|
|
50
|
+
message.attributes = object.attributes?.map(e => audit_1.AuditedAttributes.fromAmino(e)) || [];
|
|
51
|
+
return message;
|
|
52
|
+
},
|
|
53
|
+
toAmino(message) {
|
|
54
|
+
const obj = {};
|
|
55
|
+
if (message.attributes) {
|
|
56
|
+
obj.attributes = message.attributes.map(e => e ? audit_1.AuditedAttributes.toAmino(e) : undefined);
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
obj.attributes = message.attributes;
|
|
60
|
+
}
|
|
61
|
+
return obj;
|
|
62
|
+
},
|
|
63
|
+
fromAminoMsg(object) {
|
|
64
|
+
return exports.GenesisState.fromAmino(object.value);
|
|
65
|
+
},
|
|
66
|
+
fromProtoMsg(message) {
|
|
67
|
+
return exports.GenesisState.decode(message.value);
|
|
68
|
+
},
|
|
69
|
+
toProto(message) {
|
|
70
|
+
return exports.GenesisState.encode(message).finish();
|
|
71
|
+
},
|
|
72
|
+
toProtoMsg(message) {
|
|
73
|
+
return {
|
|
74
|
+
typeUrl: "/akash.audit.v1beta3.GenesisState",
|
|
75
|
+
value: exports.GenesisState.encode(message).finish()
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
};
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { Provider, ProviderAmino } 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.v1beta3
|
|
9
|
+
* @see proto type: akash.audit.v1beta3.QueryProvidersResponse
|
|
10
|
+
*/
|
|
11
|
+
export interface QueryProvidersResponse {
|
|
12
|
+
providers: Provider[];
|
|
13
|
+
pagination?: PageResponse;
|
|
14
|
+
}
|
|
15
|
+
export interface QueryProvidersResponseProtoMsg {
|
|
16
|
+
typeUrl: "/akash.audit.v1beta3.QueryProvidersResponse";
|
|
17
|
+
value: Uint8Array;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* QueryProvidersResponse is response type for the Query/Providers RPC method
|
|
21
|
+
* @name QueryProvidersResponseAmino
|
|
22
|
+
* @package akash.audit.v1beta3
|
|
23
|
+
* @see proto type: akash.audit.v1beta3.QueryProvidersResponse
|
|
24
|
+
*/
|
|
25
|
+
export interface QueryProvidersResponseAmino {
|
|
26
|
+
providers?: ProviderAmino[];
|
|
27
|
+
pagination?: PageResponseAmino;
|
|
28
|
+
}
|
|
29
|
+
export interface QueryProvidersResponseAminoMsg {
|
|
30
|
+
type: "/akash.audit.v1beta3.QueryProvidersResponse";
|
|
31
|
+
value: QueryProvidersResponseAmino;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
35
|
+
* @name QueryProviderRequest
|
|
36
|
+
* @package akash.audit.v1beta3
|
|
37
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderRequest
|
|
38
|
+
*/
|
|
39
|
+
export interface QueryProviderRequest {
|
|
40
|
+
auditor: string;
|
|
41
|
+
owner: string;
|
|
42
|
+
}
|
|
43
|
+
export interface QueryProviderRequestProtoMsg {
|
|
44
|
+
typeUrl: "/akash.audit.v1beta3.QueryProviderRequest";
|
|
45
|
+
value: Uint8Array;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
49
|
+
* @name QueryProviderRequestAmino
|
|
50
|
+
* @package akash.audit.v1beta3
|
|
51
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderRequest
|
|
52
|
+
*/
|
|
53
|
+
export interface QueryProviderRequestAmino {
|
|
54
|
+
auditor?: string;
|
|
55
|
+
owner?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface QueryProviderRequestAminoMsg {
|
|
58
|
+
type: "/akash.audit.v1beta3.QueryProviderRequest";
|
|
59
|
+
value: QueryProviderRequestAmino;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method
|
|
63
|
+
* @name QueryAllProvidersAttributesRequest
|
|
64
|
+
* @package akash.audit.v1beta3
|
|
65
|
+
* @see proto type: akash.audit.v1beta3.QueryAllProvidersAttributesRequest
|
|
66
|
+
*/
|
|
67
|
+
export interface QueryAllProvidersAttributesRequest {
|
|
68
|
+
pagination?: PageRequest;
|
|
69
|
+
}
|
|
70
|
+
export interface QueryAllProvidersAttributesRequestProtoMsg {
|
|
71
|
+
typeUrl: "/akash.audit.v1beta3.QueryAllProvidersAttributesRequest";
|
|
72
|
+
value: Uint8Array;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method
|
|
76
|
+
* @name QueryAllProvidersAttributesRequestAmino
|
|
77
|
+
* @package akash.audit.v1beta3
|
|
78
|
+
* @see proto type: akash.audit.v1beta3.QueryAllProvidersAttributesRequest
|
|
79
|
+
*/
|
|
80
|
+
export interface QueryAllProvidersAttributesRequestAmino {
|
|
81
|
+
pagination?: PageRequestAmino;
|
|
82
|
+
}
|
|
83
|
+
export interface QueryAllProvidersAttributesRequestAminoMsg {
|
|
84
|
+
type: "/akash.audit.v1beta3.QueryAllProvidersAttributesRequest";
|
|
85
|
+
value: QueryAllProvidersAttributesRequestAmino;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method
|
|
89
|
+
* @name QueryProviderAttributesRequest
|
|
90
|
+
* @package akash.audit.v1beta3
|
|
91
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAttributesRequest
|
|
92
|
+
*/
|
|
93
|
+
export interface QueryProviderAttributesRequest {
|
|
94
|
+
owner: string;
|
|
95
|
+
pagination?: PageRequest;
|
|
96
|
+
}
|
|
97
|
+
export interface QueryProviderAttributesRequestProtoMsg {
|
|
98
|
+
typeUrl: "/akash.audit.v1beta3.QueryProviderAttributesRequest";
|
|
99
|
+
value: Uint8Array;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method
|
|
103
|
+
* @name QueryProviderAttributesRequestAmino
|
|
104
|
+
* @package akash.audit.v1beta3
|
|
105
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAttributesRequest
|
|
106
|
+
*/
|
|
107
|
+
export interface QueryProviderAttributesRequestAmino {
|
|
108
|
+
owner?: string;
|
|
109
|
+
pagination?: PageRequestAmino;
|
|
110
|
+
}
|
|
111
|
+
export interface QueryProviderAttributesRequestAminoMsg {
|
|
112
|
+
type: "/akash.audit.v1beta3.QueryProviderAttributesRequest";
|
|
113
|
+
value: QueryProviderAttributesRequestAmino;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method
|
|
117
|
+
* @name QueryProviderAuditorRequest
|
|
118
|
+
* @package akash.audit.v1beta3
|
|
119
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAuditorRequest
|
|
120
|
+
*/
|
|
121
|
+
export interface QueryProviderAuditorRequest {
|
|
122
|
+
auditor: string;
|
|
123
|
+
owner: string;
|
|
124
|
+
}
|
|
125
|
+
export interface QueryProviderAuditorRequestProtoMsg {
|
|
126
|
+
typeUrl: "/akash.audit.v1beta3.QueryProviderAuditorRequest";
|
|
127
|
+
value: Uint8Array;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method
|
|
131
|
+
* @name QueryProviderAuditorRequestAmino
|
|
132
|
+
* @package akash.audit.v1beta3
|
|
133
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAuditorRequest
|
|
134
|
+
*/
|
|
135
|
+
export interface QueryProviderAuditorRequestAmino {
|
|
136
|
+
auditor?: string;
|
|
137
|
+
owner?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface QueryProviderAuditorRequestAminoMsg {
|
|
140
|
+
type: "/akash.audit.v1beta3.QueryProviderAuditorRequest";
|
|
141
|
+
value: QueryProviderAuditorRequestAmino;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method
|
|
145
|
+
* @name QueryAuditorAttributesRequest
|
|
146
|
+
* @package akash.audit.v1beta3
|
|
147
|
+
* @see proto type: akash.audit.v1beta3.QueryAuditorAttributesRequest
|
|
148
|
+
*/
|
|
149
|
+
export interface QueryAuditorAttributesRequest {
|
|
150
|
+
auditor: string;
|
|
151
|
+
pagination?: PageRequest;
|
|
152
|
+
}
|
|
153
|
+
export interface QueryAuditorAttributesRequestProtoMsg {
|
|
154
|
+
typeUrl: "/akash.audit.v1beta3.QueryAuditorAttributesRequest";
|
|
155
|
+
value: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method
|
|
159
|
+
* @name QueryAuditorAttributesRequestAmino
|
|
160
|
+
* @package akash.audit.v1beta3
|
|
161
|
+
* @see proto type: akash.audit.v1beta3.QueryAuditorAttributesRequest
|
|
162
|
+
*/
|
|
163
|
+
export interface QueryAuditorAttributesRequestAmino {
|
|
164
|
+
auditor?: string;
|
|
165
|
+
pagination?: PageRequestAmino;
|
|
166
|
+
}
|
|
167
|
+
export interface QueryAuditorAttributesRequestAminoMsg {
|
|
168
|
+
type: "/akash.audit.v1beta3.QueryAuditorAttributesRequest";
|
|
169
|
+
value: QueryAuditorAttributesRequestAmino;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* QueryProvidersResponse is response type for the Query/Providers RPC method
|
|
173
|
+
* @name QueryProvidersResponse
|
|
174
|
+
* @package akash.audit.v1beta3
|
|
175
|
+
* @see proto type: akash.audit.v1beta3.QueryProvidersResponse
|
|
176
|
+
*/
|
|
177
|
+
export declare const QueryProvidersResponse: {
|
|
178
|
+
typeUrl: string;
|
|
179
|
+
encode(message: QueryProvidersResponse, writer?: BinaryWriter): BinaryWriter;
|
|
180
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProvidersResponse;
|
|
181
|
+
fromPartial(object: DeepPartial<QueryProvidersResponse>): QueryProvidersResponse;
|
|
182
|
+
fromAmino(object: QueryProvidersResponseAmino): QueryProvidersResponse;
|
|
183
|
+
toAmino(message: QueryProvidersResponse): QueryProvidersResponseAmino;
|
|
184
|
+
fromAminoMsg(object: QueryProvidersResponseAminoMsg): QueryProvidersResponse;
|
|
185
|
+
fromProtoMsg(message: QueryProvidersResponseProtoMsg): QueryProvidersResponse;
|
|
186
|
+
toProto(message: QueryProvidersResponse): Uint8Array;
|
|
187
|
+
toProtoMsg(message: QueryProvidersResponse): QueryProvidersResponseProtoMsg;
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* QueryProviderRequest is request type for the Query/Provider RPC method
|
|
191
|
+
* @name QueryProviderRequest
|
|
192
|
+
* @package akash.audit.v1beta3
|
|
193
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderRequest
|
|
194
|
+
*/
|
|
195
|
+
export declare const QueryProviderRequest: {
|
|
196
|
+
typeUrl: string;
|
|
197
|
+
encode(message: QueryProviderRequest, writer?: BinaryWriter): BinaryWriter;
|
|
198
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderRequest;
|
|
199
|
+
fromPartial(object: DeepPartial<QueryProviderRequest>): QueryProviderRequest;
|
|
200
|
+
fromAmino(object: QueryProviderRequestAmino): QueryProviderRequest;
|
|
201
|
+
toAmino(message: QueryProviderRequest): QueryProviderRequestAmino;
|
|
202
|
+
fromAminoMsg(object: QueryProviderRequestAminoMsg): QueryProviderRequest;
|
|
203
|
+
fromProtoMsg(message: QueryProviderRequestProtoMsg): QueryProviderRequest;
|
|
204
|
+
toProto(message: QueryProviderRequest): Uint8Array;
|
|
205
|
+
toProtoMsg(message: QueryProviderRequest): QueryProviderRequestProtoMsg;
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* QueryAllProvidersAttributesRequest is request type for the Query/All Providers RPC method
|
|
209
|
+
* @name QueryAllProvidersAttributesRequest
|
|
210
|
+
* @package akash.audit.v1beta3
|
|
211
|
+
* @see proto type: akash.audit.v1beta3.QueryAllProvidersAttributesRequest
|
|
212
|
+
*/
|
|
213
|
+
export declare const QueryAllProvidersAttributesRequest: {
|
|
214
|
+
typeUrl: string;
|
|
215
|
+
encode(message: QueryAllProvidersAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
216
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryAllProvidersAttributesRequest;
|
|
217
|
+
fromPartial(object: DeepPartial<QueryAllProvidersAttributesRequest>): QueryAllProvidersAttributesRequest;
|
|
218
|
+
fromAmino(object: QueryAllProvidersAttributesRequestAmino): QueryAllProvidersAttributesRequest;
|
|
219
|
+
toAmino(message: QueryAllProvidersAttributesRequest): QueryAllProvidersAttributesRequestAmino;
|
|
220
|
+
fromAminoMsg(object: QueryAllProvidersAttributesRequestAminoMsg): QueryAllProvidersAttributesRequest;
|
|
221
|
+
fromProtoMsg(message: QueryAllProvidersAttributesRequestProtoMsg): QueryAllProvidersAttributesRequest;
|
|
222
|
+
toProto(message: QueryAllProvidersAttributesRequest): Uint8Array;
|
|
223
|
+
toProtoMsg(message: QueryAllProvidersAttributesRequest): QueryAllProvidersAttributesRequestProtoMsg;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* QueryProviderAttributesRequest is request type for the Query/Provider RPC method
|
|
227
|
+
* @name QueryProviderAttributesRequest
|
|
228
|
+
* @package akash.audit.v1beta3
|
|
229
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAttributesRequest
|
|
230
|
+
*/
|
|
231
|
+
export declare const QueryProviderAttributesRequest: {
|
|
232
|
+
typeUrl: string;
|
|
233
|
+
encode(message: QueryProviderAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
234
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderAttributesRequest;
|
|
235
|
+
fromPartial(object: DeepPartial<QueryProviderAttributesRequest>): QueryProviderAttributesRequest;
|
|
236
|
+
fromAmino(object: QueryProviderAttributesRequestAmino): QueryProviderAttributesRequest;
|
|
237
|
+
toAmino(message: QueryProviderAttributesRequest): QueryProviderAttributesRequestAmino;
|
|
238
|
+
fromAminoMsg(object: QueryProviderAttributesRequestAminoMsg): QueryProviderAttributesRequest;
|
|
239
|
+
fromProtoMsg(message: QueryProviderAttributesRequestProtoMsg): QueryProviderAttributesRequest;
|
|
240
|
+
toProto(message: QueryProviderAttributesRequest): Uint8Array;
|
|
241
|
+
toProtoMsg(message: QueryProviderAttributesRequest): QueryProviderAttributesRequestProtoMsg;
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* QueryProviderAuditorRequest is request type for the Query/Providers RPC method
|
|
245
|
+
* @name QueryProviderAuditorRequest
|
|
246
|
+
* @package akash.audit.v1beta3
|
|
247
|
+
* @see proto type: akash.audit.v1beta3.QueryProviderAuditorRequest
|
|
248
|
+
*/
|
|
249
|
+
export declare const QueryProviderAuditorRequest: {
|
|
250
|
+
typeUrl: string;
|
|
251
|
+
encode(message: QueryProviderAuditorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
252
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryProviderAuditorRequest;
|
|
253
|
+
fromPartial(object: DeepPartial<QueryProviderAuditorRequest>): QueryProviderAuditorRequest;
|
|
254
|
+
fromAmino(object: QueryProviderAuditorRequestAmino): QueryProviderAuditorRequest;
|
|
255
|
+
toAmino(message: QueryProviderAuditorRequest): QueryProviderAuditorRequestAmino;
|
|
256
|
+
fromAminoMsg(object: QueryProviderAuditorRequestAminoMsg): QueryProviderAuditorRequest;
|
|
257
|
+
fromProtoMsg(message: QueryProviderAuditorRequestProtoMsg): QueryProviderAuditorRequest;
|
|
258
|
+
toProto(message: QueryProviderAuditorRequest): Uint8Array;
|
|
259
|
+
toProtoMsg(message: QueryProviderAuditorRequest): QueryProviderAuditorRequestProtoMsg;
|
|
260
|
+
};
|
|
261
|
+
/**
|
|
262
|
+
* QueryAuditorAttributesRequest is request type for the Query/Providers RPC method
|
|
263
|
+
* @name QueryAuditorAttributesRequest
|
|
264
|
+
* @package akash.audit.v1beta3
|
|
265
|
+
* @see proto type: akash.audit.v1beta3.QueryAuditorAttributesRequest
|
|
266
|
+
*/
|
|
267
|
+
export declare const QueryAuditorAttributesRequest: {
|
|
268
|
+
typeUrl: string;
|
|
269
|
+
encode(message: QueryAuditorAttributesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
270
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuditorAttributesRequest;
|
|
271
|
+
fromPartial(object: DeepPartial<QueryAuditorAttributesRequest>): QueryAuditorAttributesRequest;
|
|
272
|
+
fromAmino(object: QueryAuditorAttributesRequestAmino): QueryAuditorAttributesRequest;
|
|
273
|
+
toAmino(message: QueryAuditorAttributesRequest): QueryAuditorAttributesRequestAmino;
|
|
274
|
+
fromAminoMsg(object: QueryAuditorAttributesRequestAminoMsg): QueryAuditorAttributesRequest;
|
|
275
|
+
fromProtoMsg(message: QueryAuditorAttributesRequestProtoMsg): QueryAuditorAttributesRequest;
|
|
276
|
+
toProto(message: QueryAuditorAttributesRequest): Uint8Array;
|
|
277
|
+
toProtoMsg(message: QueryAuditorAttributesRequest): QueryAuditorAttributesRequestProtoMsg;
|
|
278
|
+
};
|