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