@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
package/esm/ibc/bundle.js
CHANGED
|
@@ -1,190 +1,216 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
19
|
-
import * as
|
|
20
|
-
import * as
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
25
|
-
import * as
|
|
26
|
-
import * as
|
|
27
|
-
import * as
|
|
28
|
-
import * as
|
|
29
|
-
import * as
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
41
|
-
import * as
|
|
42
|
-
import * as
|
|
43
|
-
import * as
|
|
44
|
-
import * as
|
|
45
|
-
import * as
|
|
46
|
-
import * as
|
|
47
|
-
import * as
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
51
|
-
import * as
|
|
52
|
-
import * as
|
|
53
|
-
import * as
|
|
54
|
-
import * as
|
|
55
|
-
import * as
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as
|
|
61
|
-
import * as
|
|
62
|
-
import * as
|
|
63
|
-
import * as
|
|
64
|
-
import * as
|
|
65
|
-
import * as
|
|
66
|
-
import * as
|
|
67
|
-
import * as
|
|
68
|
-
import * as
|
|
69
|
-
import * as
|
|
70
|
-
import * as
|
|
71
|
-
import * as
|
|
72
|
-
import * as
|
|
73
|
-
import * as
|
|
74
|
-
import * as
|
|
75
|
-
import * as
|
|
76
|
-
import * as
|
|
77
|
-
import * as
|
|
78
|
-
import * as
|
|
79
|
-
import * as
|
|
80
|
-
import * as
|
|
81
|
-
import * as
|
|
82
|
-
import * as
|
|
83
|
-
import * as
|
|
84
|
-
import * as
|
|
85
|
-
import * as
|
|
86
|
-
import * as
|
|
87
|
-
import * as
|
|
88
|
-
import * as
|
|
89
|
-
import * as
|
|
90
|
-
import * as
|
|
91
|
-
import * as
|
|
92
|
-
import * as
|
|
93
|
-
import * as
|
|
94
|
-
import * as
|
|
95
|
-
import * as
|
|
96
|
-
import * as
|
|
97
|
-
import * as
|
|
98
|
-
import * as
|
|
99
|
-
import * as
|
|
100
|
-
import * as
|
|
101
|
-
import * as
|
|
102
|
-
import * as
|
|
103
|
-
import * as
|
|
104
|
-
import * as
|
|
105
|
-
import * as
|
|
106
|
-
import * as
|
|
107
|
-
import * as
|
|
2
|
+
import * as _236 from "./applications/gmp/v1/account";
|
|
3
|
+
import * as _237 from "./applications/gmp/v1/genesis";
|
|
4
|
+
import * as _238 from "./applications/gmp/v1/packet";
|
|
5
|
+
import * as _239 from "./applications/gmp/v1/query";
|
|
6
|
+
import * as _240 from "./applications/gmp/v1/tx";
|
|
7
|
+
import * as _241 from "./applications/interchain_accounts/controller/v1/controller";
|
|
8
|
+
import * as _242 from "./applications/interchain_accounts/controller/v1/query";
|
|
9
|
+
import * as _243 from "./applications/interchain_accounts/controller/v1/tx";
|
|
10
|
+
import * as _244 from "./applications/interchain_accounts/genesis/v1/genesis";
|
|
11
|
+
import * as _245 from "./applications/interchain_accounts/host/v1/host";
|
|
12
|
+
import * as _246 from "./applications/interchain_accounts/host/v1/query";
|
|
13
|
+
import * as _247 from "./applications/interchain_accounts/host/v1/tx";
|
|
14
|
+
import * as _248 from "./applications/interchain_accounts/v1/account";
|
|
15
|
+
import * as _249 from "./applications/interchain_accounts/v1/metadata";
|
|
16
|
+
import * as _250 from "./applications/interchain_accounts/v1/packet";
|
|
17
|
+
import * as _251 from "./applications/packet_forward_middleware/v1/genesis";
|
|
18
|
+
import * as _252 from "./applications/rate_limiting/v1/genesis";
|
|
19
|
+
import * as _253 from "./applications/rate_limiting/v1/query";
|
|
20
|
+
import * as _254 from "./applications/rate_limiting/v1/rate_limiting";
|
|
21
|
+
import * as _255 from "./applications/rate_limiting/v1/tx";
|
|
22
|
+
import * as _256 from "./applications/transfer/v1/authz";
|
|
23
|
+
import * as _257 from "./applications/transfer/v1/denomtrace";
|
|
24
|
+
import * as _258 from "./applications/transfer/v1/genesis";
|
|
25
|
+
import * as _259 from "./applications/transfer/v1/packet";
|
|
26
|
+
import * as _260 from "./applications/transfer/v1/query";
|
|
27
|
+
import * as _261 from "./applications/transfer/v1/token";
|
|
28
|
+
import * as _262 from "./applications/transfer/v1/transfer";
|
|
29
|
+
import * as _263 from "./applications/transfer/v1/tx";
|
|
30
|
+
import * as _264 from "./core/channel/v1/channel";
|
|
31
|
+
import * as _265 from "./core/channel/v1/genesis";
|
|
32
|
+
import * as _266 from "./core/channel/v1/query";
|
|
33
|
+
import * as _267 from "./core/channel/v1/tx";
|
|
34
|
+
import * as _268 from "./core/channel/v2/genesis";
|
|
35
|
+
import * as _269 from "./core/channel/v2/packet";
|
|
36
|
+
import * as _270 from "./core/channel/v2/query";
|
|
37
|
+
import * as _271 from "./core/channel/v2/tx";
|
|
38
|
+
import * as _272 from "./core/client/v1/client";
|
|
39
|
+
import * as _273 from "./core/client/v1/genesis";
|
|
40
|
+
import * as _274 from "./core/client/v1/query";
|
|
41
|
+
import * as _275 from "./core/client/v1/tx";
|
|
42
|
+
import * as _276 from "./core/client/v2/config";
|
|
43
|
+
import * as _277 from "./core/client/v2/counterparty";
|
|
44
|
+
import * as _278 from "./core/client/v2/genesis";
|
|
45
|
+
import * as _279 from "./core/client/v2/query";
|
|
46
|
+
import * as _280 from "./core/client/v2/tx";
|
|
47
|
+
import * as _281 from "./core/commitment/v1/commitment";
|
|
48
|
+
import * as _282 from "./core/commitment/v2/commitment";
|
|
49
|
+
import * as _283 from "./core/connection/v1/connection";
|
|
50
|
+
import * as _284 from "./core/connection/v1/genesis";
|
|
51
|
+
import * as _285 from "./core/connection/v1/query";
|
|
52
|
+
import * as _286 from "./core/connection/v1/tx";
|
|
53
|
+
import * as _287 from "./lightclients/attestations/v1/attestations";
|
|
54
|
+
import * as _288 from "./lightclients/solomachine/v2/solomachine";
|
|
55
|
+
import * as _289 from "./lightclients/solomachine/v3/solomachine";
|
|
56
|
+
import * as _290 from "./lightclients/tendermint/v1/tendermint";
|
|
57
|
+
import * as _291 from "./lightclients/wasm/v1/genesis";
|
|
58
|
+
import * as _292 from "./lightclients/wasm/v1/query";
|
|
59
|
+
import * as _293 from "./lightclients/wasm/v1/tx";
|
|
60
|
+
import * as _294 from "./lightclients/wasm/v1/wasm";
|
|
61
|
+
import * as _633 from "./applications/gmp/v1/tx.amino";
|
|
62
|
+
import * as _634 from "./applications/interchain_accounts/controller/v1/tx.amino";
|
|
63
|
+
import * as _635 from "./applications/interchain_accounts/host/v1/tx.amino";
|
|
64
|
+
import * as _636 from "./applications/rate_limiting/v1/tx.amino";
|
|
65
|
+
import * as _637 from "./applications/transfer/v1/tx.amino";
|
|
66
|
+
import * as _638 from "./core/channel/v1/tx.amino";
|
|
67
|
+
import * as _639 from "./core/channel/v2/tx.amino";
|
|
68
|
+
import * as _640 from "./core/client/v1/tx.amino";
|
|
69
|
+
import * as _641 from "./core/client/v2/tx.amino";
|
|
70
|
+
import * as _642 from "./core/connection/v1/tx.amino";
|
|
71
|
+
import * as _643 from "./lightclients/wasm/v1/tx.amino";
|
|
72
|
+
import * as _644 from "./applications/gmp/v1/tx.registry";
|
|
73
|
+
import * as _645 from "./applications/interchain_accounts/controller/v1/tx.registry";
|
|
74
|
+
import * as _646 from "./applications/interchain_accounts/host/v1/tx.registry";
|
|
75
|
+
import * as _647 from "./applications/rate_limiting/v1/tx.registry";
|
|
76
|
+
import * as _648 from "./applications/transfer/v1/tx.registry";
|
|
77
|
+
import * as _649 from "./core/channel/v1/tx.registry";
|
|
78
|
+
import * as _650 from "./core/channel/v2/tx.registry";
|
|
79
|
+
import * as _651 from "./core/client/v1/tx.registry";
|
|
80
|
+
import * as _652 from "./core/client/v2/tx.registry";
|
|
81
|
+
import * as _653 from "./core/connection/v1/tx.registry";
|
|
82
|
+
import * as _654 from "./lightclients/wasm/v1/tx.registry";
|
|
83
|
+
import * as _655 from "./applications/gmp/v1/query.lcd";
|
|
84
|
+
import * as _656 from "./applications/interchain_accounts/controller/v1/query.lcd";
|
|
85
|
+
import * as _657 from "./applications/interchain_accounts/host/v1/query.lcd";
|
|
86
|
+
import * as _658 from "./applications/rate_limiting/v1/query.lcd";
|
|
87
|
+
import * as _659 from "./applications/transfer/v1/query.lcd";
|
|
88
|
+
import * as _660 from "./core/channel/v1/query.lcd";
|
|
89
|
+
import * as _661 from "./core/channel/v2/query.lcd";
|
|
90
|
+
import * as _662 from "./core/client/v1/query.lcd";
|
|
91
|
+
import * as _663 from "./core/client/v2/query.lcd";
|
|
92
|
+
import * as _664 from "./core/connection/v1/query.lcd";
|
|
93
|
+
import * as _665 from "./lightclients/wasm/v1/query.lcd";
|
|
94
|
+
import * as _666 from "./applications/gmp/v1/query.rpc.Query";
|
|
95
|
+
import * as _667 from "./applications/interchain_accounts/controller/v1/query.rpc.Query";
|
|
96
|
+
import * as _668 from "./applications/interchain_accounts/host/v1/query.rpc.Query";
|
|
97
|
+
import * as _669 from "./applications/rate_limiting/v1/query.rpc.Query";
|
|
98
|
+
import * as _670 from "./applications/transfer/v1/query.rpc.Query";
|
|
99
|
+
import * as _671 from "./core/channel/v1/query.rpc.Query";
|
|
100
|
+
import * as _672 from "./core/channel/v2/query.rpc.Query";
|
|
101
|
+
import * as _673 from "./core/client/v1/query.rpc.Query";
|
|
102
|
+
import * as _674 from "./core/client/v2/query.rpc.Query";
|
|
103
|
+
import * as _675 from "./core/connection/v1/query.rpc.Query";
|
|
104
|
+
import * as _676 from "./lightclients/wasm/v1/query.rpc.Query";
|
|
105
|
+
import * as _677 from "./applications/gmp/v1/tx.rpc.msg";
|
|
106
|
+
import * as _678 from "./applications/interchain_accounts/controller/v1/tx.rpc.msg";
|
|
107
|
+
import * as _679 from "./applications/interchain_accounts/host/v1/tx.rpc.msg";
|
|
108
|
+
import * as _680 from "./applications/rate_limiting/v1/tx.rpc.msg";
|
|
109
|
+
import * as _681 from "./applications/transfer/v1/tx.rpc.msg";
|
|
110
|
+
import * as _682 from "./core/channel/v1/tx.rpc.msg";
|
|
111
|
+
import * as _683 from "./core/channel/v2/tx.rpc.msg";
|
|
112
|
+
import * as _684 from "./core/client/v1/tx.rpc.msg";
|
|
113
|
+
import * as _685 from "./core/client/v2/tx.rpc.msg";
|
|
114
|
+
import * as _686 from "./core/connection/v1/tx.rpc.msg";
|
|
115
|
+
import * as _687 from "./lightclients/wasm/v1/tx.rpc.msg";
|
|
116
|
+
import * as _781 from "./lcd";
|
|
117
|
+
import * as _782 from "./rpc.query";
|
|
118
|
+
import * as _783 from "./rpc.tx";
|
|
108
119
|
export var ibc;
|
|
109
120
|
(function (ibc) {
|
|
110
121
|
let applications;
|
|
111
122
|
(function (applications) {
|
|
123
|
+
let gmp;
|
|
124
|
+
(function (gmp) {
|
|
125
|
+
gmp.v1 = {
|
|
126
|
+
..._236,
|
|
127
|
+
..._237,
|
|
128
|
+
..._238,
|
|
129
|
+
..._239,
|
|
130
|
+
..._240,
|
|
131
|
+
..._633,
|
|
132
|
+
..._644,
|
|
133
|
+
..._655,
|
|
134
|
+
..._666,
|
|
135
|
+
..._677
|
|
136
|
+
};
|
|
137
|
+
})(gmp = applications.gmp || (applications.gmp = {}));
|
|
112
138
|
let interchain_accounts;
|
|
113
139
|
(function (interchain_accounts) {
|
|
114
140
|
let controller;
|
|
115
141
|
(function (controller) {
|
|
116
142
|
controller.v1 = {
|
|
117
|
-
...
|
|
118
|
-
...
|
|
119
|
-
...
|
|
120
|
-
...
|
|
121
|
-
...
|
|
122
|
-
...
|
|
123
|
-
...
|
|
124
|
-
...
|
|
143
|
+
..._241,
|
|
144
|
+
..._242,
|
|
145
|
+
..._243,
|
|
146
|
+
..._634,
|
|
147
|
+
..._645,
|
|
148
|
+
..._656,
|
|
149
|
+
..._667,
|
|
150
|
+
..._678
|
|
125
151
|
};
|
|
126
152
|
})(controller = interchain_accounts.controller || (interchain_accounts.controller = {}));
|
|
127
153
|
let genesis;
|
|
128
154
|
(function (genesis) {
|
|
129
155
|
genesis.v1 = {
|
|
130
|
-
...
|
|
156
|
+
..._244
|
|
131
157
|
};
|
|
132
158
|
})(genesis = interchain_accounts.genesis || (interchain_accounts.genesis = {}));
|
|
133
159
|
let host;
|
|
134
160
|
(function (host) {
|
|
135
161
|
host.v1 = {
|
|
136
|
-
...
|
|
137
|
-
...
|
|
138
|
-
...
|
|
139
|
-
...
|
|
140
|
-
...
|
|
141
|
-
...
|
|
142
|
-
...
|
|
143
|
-
...
|
|
162
|
+
..._245,
|
|
163
|
+
..._246,
|
|
164
|
+
..._247,
|
|
165
|
+
..._635,
|
|
166
|
+
..._646,
|
|
167
|
+
..._657,
|
|
168
|
+
..._668,
|
|
169
|
+
..._679
|
|
144
170
|
};
|
|
145
171
|
})(host = interchain_accounts.host || (interchain_accounts.host = {}));
|
|
146
172
|
interchain_accounts.v1 = {
|
|
147
|
-
...
|
|
148
|
-
...
|
|
149
|
-
...
|
|
173
|
+
..._248,
|
|
174
|
+
..._249,
|
|
175
|
+
..._250
|
|
150
176
|
};
|
|
151
177
|
})(interchain_accounts = applications.interchain_accounts || (applications.interchain_accounts = {}));
|
|
152
178
|
let packet_forward_middleware;
|
|
153
179
|
(function (packet_forward_middleware) {
|
|
154
180
|
packet_forward_middleware.v1 = {
|
|
155
|
-
...
|
|
181
|
+
..._251
|
|
156
182
|
};
|
|
157
183
|
})(packet_forward_middleware = applications.packet_forward_middleware || (applications.packet_forward_middleware = {}));
|
|
158
184
|
let rate_limiting;
|
|
159
185
|
(function (rate_limiting) {
|
|
160
186
|
rate_limiting.v1 = {
|
|
161
|
-
...
|
|
162
|
-
...
|
|
163
|
-
...
|
|
164
|
-
...
|
|
165
|
-
...
|
|
166
|
-
...
|
|
167
|
-
...
|
|
168
|
-
...
|
|
169
|
-
...
|
|
187
|
+
..._252,
|
|
188
|
+
..._253,
|
|
189
|
+
..._254,
|
|
190
|
+
..._255,
|
|
191
|
+
..._636,
|
|
192
|
+
..._647,
|
|
193
|
+
..._658,
|
|
194
|
+
..._669,
|
|
195
|
+
..._680
|
|
170
196
|
};
|
|
171
197
|
})(rate_limiting = applications.rate_limiting || (applications.rate_limiting = {}));
|
|
172
198
|
let transfer;
|
|
173
199
|
(function (transfer) {
|
|
174
200
|
transfer.v1 = {
|
|
175
|
-
...
|
|
176
|
-
...
|
|
177
|
-
...
|
|
178
|
-
...
|
|
179
|
-
...
|
|
180
|
-
...
|
|
181
|
-
...
|
|
182
|
-
...
|
|
183
|
-
...
|
|
184
|
-
...
|
|
185
|
-
...
|
|
186
|
-
...
|
|
187
|
-
...
|
|
201
|
+
..._256,
|
|
202
|
+
..._257,
|
|
203
|
+
..._258,
|
|
204
|
+
..._259,
|
|
205
|
+
..._260,
|
|
206
|
+
..._261,
|
|
207
|
+
..._262,
|
|
208
|
+
..._263,
|
|
209
|
+
..._637,
|
|
210
|
+
..._648,
|
|
211
|
+
..._659,
|
|
212
|
+
..._670,
|
|
213
|
+
..._681
|
|
188
214
|
};
|
|
189
215
|
})(transfer = applications.transfer || (applications.transfer = {}));
|
|
190
216
|
})(applications = ibc.applications || (ibc.applications = {}));
|
|
@@ -193,113 +219,119 @@ export var ibc;
|
|
|
193
219
|
let channel;
|
|
194
220
|
(function (channel) {
|
|
195
221
|
channel.v1 = {
|
|
196
|
-
...
|
|
197
|
-
...
|
|
198
|
-
...
|
|
199
|
-
...
|
|
200
|
-
...
|
|
201
|
-
...
|
|
202
|
-
...
|
|
203
|
-
...
|
|
204
|
-
...
|
|
222
|
+
..._264,
|
|
223
|
+
..._265,
|
|
224
|
+
..._266,
|
|
225
|
+
..._267,
|
|
226
|
+
..._638,
|
|
227
|
+
..._649,
|
|
228
|
+
..._660,
|
|
229
|
+
..._671,
|
|
230
|
+
..._682
|
|
205
231
|
};
|
|
206
232
|
channel.v2 = {
|
|
207
|
-
...
|
|
208
|
-
...
|
|
209
|
-
...
|
|
210
|
-
...
|
|
211
|
-
...
|
|
212
|
-
...
|
|
213
|
-
...
|
|
214
|
-
...
|
|
215
|
-
...
|
|
233
|
+
..._268,
|
|
234
|
+
..._269,
|
|
235
|
+
..._270,
|
|
236
|
+
..._271,
|
|
237
|
+
..._639,
|
|
238
|
+
..._650,
|
|
239
|
+
..._661,
|
|
240
|
+
..._672,
|
|
241
|
+
..._683
|
|
216
242
|
};
|
|
217
243
|
})(channel = core.channel || (core.channel = {}));
|
|
218
244
|
let client;
|
|
219
245
|
(function (client) {
|
|
220
246
|
client.v1 = {
|
|
221
|
-
...
|
|
222
|
-
...
|
|
223
|
-
...
|
|
224
|
-
...
|
|
225
|
-
...
|
|
226
|
-
...
|
|
227
|
-
...
|
|
228
|
-
...
|
|
229
|
-
...
|
|
247
|
+
..._272,
|
|
248
|
+
..._273,
|
|
249
|
+
..._274,
|
|
250
|
+
..._275,
|
|
251
|
+
..._640,
|
|
252
|
+
..._651,
|
|
253
|
+
..._662,
|
|
254
|
+
..._673,
|
|
255
|
+
..._684
|
|
230
256
|
};
|
|
231
257
|
client.v2 = {
|
|
232
|
-
...
|
|
233
|
-
...
|
|
234
|
-
...
|
|
235
|
-
...
|
|
236
|
-
...
|
|
237
|
-
...
|
|
238
|
-
...
|
|
239
|
-
...
|
|
240
|
-
...
|
|
241
|
-
...
|
|
258
|
+
..._276,
|
|
259
|
+
..._277,
|
|
260
|
+
..._278,
|
|
261
|
+
..._279,
|
|
262
|
+
..._280,
|
|
263
|
+
..._641,
|
|
264
|
+
..._652,
|
|
265
|
+
..._663,
|
|
266
|
+
..._674,
|
|
267
|
+
..._685
|
|
242
268
|
};
|
|
243
269
|
})(client = core.client || (core.client = {}));
|
|
244
270
|
let commitment;
|
|
245
271
|
(function (commitment) {
|
|
246
272
|
commitment.v1 = {
|
|
247
|
-
...
|
|
273
|
+
..._281
|
|
248
274
|
};
|
|
249
275
|
commitment.v2 = {
|
|
250
|
-
...
|
|
276
|
+
..._282
|
|
251
277
|
};
|
|
252
278
|
})(commitment = core.commitment || (core.commitment = {}));
|
|
253
279
|
let connection;
|
|
254
280
|
(function (connection) {
|
|
255
281
|
connection.v1 = {
|
|
256
|
-
...
|
|
257
|
-
...
|
|
258
|
-
...
|
|
259
|
-
...
|
|
260
|
-
...
|
|
261
|
-
...
|
|
262
|
-
...
|
|
263
|
-
...
|
|
264
|
-
...
|
|
282
|
+
..._283,
|
|
283
|
+
..._284,
|
|
284
|
+
..._285,
|
|
285
|
+
..._286,
|
|
286
|
+
..._642,
|
|
287
|
+
..._653,
|
|
288
|
+
..._664,
|
|
289
|
+
..._675,
|
|
290
|
+
..._686
|
|
265
291
|
};
|
|
266
292
|
})(connection = core.connection || (core.connection = {}));
|
|
267
293
|
})(core = ibc.core || (ibc.core = {}));
|
|
268
294
|
let lightclients;
|
|
269
295
|
(function (lightclients) {
|
|
296
|
+
let attestations;
|
|
297
|
+
(function (attestations) {
|
|
298
|
+
attestations.v1 = {
|
|
299
|
+
..._287
|
|
300
|
+
};
|
|
301
|
+
})(attestations = lightclients.attestations || (lightclients.attestations = {}));
|
|
270
302
|
let solomachine;
|
|
271
303
|
(function (solomachine) {
|
|
272
304
|
solomachine.v2 = {
|
|
273
|
-
...
|
|
305
|
+
..._288
|
|
274
306
|
};
|
|
275
307
|
solomachine.v3 = {
|
|
276
|
-
...
|
|
308
|
+
..._289
|
|
277
309
|
};
|
|
278
310
|
})(solomachine = lightclients.solomachine || (lightclients.solomachine = {}));
|
|
279
311
|
let tendermint;
|
|
280
312
|
(function (tendermint) {
|
|
281
313
|
tendermint.v1 = {
|
|
282
|
-
...
|
|
314
|
+
..._290
|
|
283
315
|
};
|
|
284
316
|
})(tendermint = lightclients.tendermint || (lightclients.tendermint = {}));
|
|
285
317
|
let wasm;
|
|
286
318
|
(function (wasm) {
|
|
287
319
|
wasm.v1 = {
|
|
288
|
-
...
|
|
289
|
-
...
|
|
290
|
-
...
|
|
291
|
-
...
|
|
292
|
-
...
|
|
293
|
-
...
|
|
294
|
-
...
|
|
295
|
-
...
|
|
296
|
-
...
|
|
320
|
+
..._291,
|
|
321
|
+
..._292,
|
|
322
|
+
..._293,
|
|
323
|
+
..._294,
|
|
324
|
+
..._643,
|
|
325
|
+
..._654,
|
|
326
|
+
..._665,
|
|
327
|
+
..._676,
|
|
328
|
+
..._687
|
|
297
329
|
};
|
|
298
330
|
})(wasm = lightclients.wasm || (lightclients.wasm = {}));
|
|
299
331
|
})(lightclients = ibc.lightclients || (ibc.lightclients = {}));
|
|
300
332
|
ibc.ClientFactory = {
|
|
301
|
-
...
|
|
302
|
-
...
|
|
303
|
-
...
|
|
333
|
+
..._781,
|
|
334
|
+
..._782,
|
|
335
|
+
..._783
|
|
304
336
|
};
|
|
305
337
|
})(ibc || (ibc = {}));
|
package/esm/ibc/client.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import { Registry } from "@cosmjs/proto-signing";
|
|
3
3
|
import { defaultRegistryTypes, AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
|
|
4
|
+
import * as ibcApplicationsGmpV1TxRegistry from "./applications/gmp/v1/tx.registry";
|
|
4
5
|
import * as ibcApplicationsInterchainAccountsControllerV1TxRegistry from "./applications/interchain_accounts/controller/v1/tx.registry";
|
|
5
6
|
import * as ibcApplicationsInterchainAccountsHostV1TxRegistry from "./applications/interchain_accounts/host/v1/tx.registry";
|
|
6
7
|
import * as ibcApplicationsRateLimitingV1TxRegistry from "./applications/rate_limiting/v1/tx.registry";
|
|
@@ -11,6 +12,7 @@ import * as ibcCoreClientV1TxRegistry from "./core/client/v1/tx.registry";
|
|
|
11
12
|
import * as ibcCoreClientV2TxRegistry from "./core/client/v2/tx.registry";
|
|
12
13
|
import * as ibcCoreConnectionV1TxRegistry from "./core/connection/v1/tx.registry";
|
|
13
14
|
import * as ibcLightclientsWasmV1TxRegistry from "./lightclients/wasm/v1/tx.registry";
|
|
15
|
+
import * as ibcApplicationsGmpV1TxAmino from "./applications/gmp/v1/tx.amino";
|
|
14
16
|
import * as ibcApplicationsInterchainAccountsControllerV1TxAmino from "./applications/interchain_accounts/controller/v1/tx.amino";
|
|
15
17
|
import * as ibcApplicationsInterchainAccountsHostV1TxAmino from "./applications/interchain_accounts/host/v1/tx.amino";
|
|
16
18
|
import * as ibcApplicationsRateLimitingV1TxAmino from "./applications/rate_limiting/v1/tx.amino";
|
|
@@ -22,6 +24,7 @@ import * as ibcCoreClientV2TxAmino from "./core/client/v2/tx.amino";
|
|
|
22
24
|
import * as ibcCoreConnectionV1TxAmino from "./core/connection/v1/tx.amino";
|
|
23
25
|
import * as ibcLightclientsWasmV1TxAmino from "./lightclients/wasm/v1/tx.amino";
|
|
24
26
|
export const ibcAminoConverters = {
|
|
27
|
+
...ibcApplicationsGmpV1TxAmino.AminoConverter,
|
|
25
28
|
...ibcApplicationsInterchainAccountsControllerV1TxAmino.AminoConverter,
|
|
26
29
|
...ibcApplicationsInterchainAccountsHostV1TxAmino.AminoConverter,
|
|
27
30
|
...ibcApplicationsRateLimitingV1TxAmino.AminoConverter,
|
|
@@ -33,7 +36,7 @@ export const ibcAminoConverters = {
|
|
|
33
36
|
...ibcCoreConnectionV1TxAmino.AminoConverter,
|
|
34
37
|
...ibcLightclientsWasmV1TxAmino.AminoConverter
|
|
35
38
|
};
|
|
36
|
-
export const ibcProtoRegistry = [...ibcApplicationsInterchainAccountsControllerV1TxRegistry.registry, ...ibcApplicationsInterchainAccountsHostV1TxRegistry.registry, ...ibcApplicationsRateLimitingV1TxRegistry.registry, ...ibcApplicationsTransferV1TxRegistry.registry, ...ibcCoreChannelV1TxRegistry.registry, ...ibcCoreChannelV2TxRegistry.registry, ...ibcCoreClientV1TxRegistry.registry, ...ibcCoreClientV2TxRegistry.registry, ...ibcCoreConnectionV1TxRegistry.registry, ...ibcLightclientsWasmV1TxRegistry.registry];
|
|
39
|
+
export const ibcProtoRegistry = [...ibcApplicationsGmpV1TxRegistry.registry, ...ibcApplicationsInterchainAccountsControllerV1TxRegistry.registry, ...ibcApplicationsInterchainAccountsHostV1TxRegistry.registry, ...ibcApplicationsRateLimitingV1TxRegistry.registry, ...ibcApplicationsTransferV1TxRegistry.registry, ...ibcCoreChannelV1TxRegistry.registry, ...ibcCoreChannelV2TxRegistry.registry, ...ibcCoreClientV1TxRegistry.registry, ...ibcCoreClientV2TxRegistry.registry, ...ibcCoreConnectionV1TxRegistry.registry, ...ibcLightclientsWasmV1TxRegistry.registry];
|
|
37
40
|
export const getSigningIbcClientOptions = ({ defaultTypes = defaultRegistryTypes } = {}) => {
|
|
38
41
|
const registry = new Registry([...defaultTypes, ...ibcProtoRegistry]);
|
|
39
42
|
const aminoTypes = new AminoTypes({
|
package/esm/ibc/lcd.js
CHANGED
|
@@ -99,6 +99,11 @@ export const createLCDClient = async ({ restEndpoint }) => {
|
|
|
99
99
|
},
|
|
100
100
|
ibc: {
|
|
101
101
|
applications: {
|
|
102
|
+
gmp: {
|
|
103
|
+
v1: new (await import("./applications/gmp/v1/query.lcd")).LCDQueryClient({
|
|
104
|
+
requestClient
|
|
105
|
+
})
|
|
106
|
+
},
|
|
102
107
|
interchain_accounts: {
|
|
103
108
|
controller: {
|
|
104
109
|
v1: new (await import("./applications/interchain_accounts/controller/v1/query.lcd")).LCDQueryClient({
|