@sparkdreamnft/sparkdreamjs 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17390 -17390
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
package/esm/cosmos/bundle.js
CHANGED
|
@@ -1,210 +1,212 @@
|
|
|
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
|
|
108
|
-
import * as
|
|
109
|
-
import * as
|
|
110
|
-
import * as
|
|
111
|
-
import * as
|
|
112
|
-
import * as
|
|
113
|
-
import * as
|
|
114
|
-
import * as
|
|
115
|
-
import * as
|
|
116
|
-
import * as
|
|
117
|
-
import * as
|
|
118
|
-
import * as
|
|
119
|
-
import * as
|
|
120
|
-
import * as
|
|
121
|
-
import * as
|
|
122
|
-
import * as
|
|
123
|
-
import * as
|
|
124
|
-
import * as
|
|
125
|
-
import * as
|
|
126
|
-
import * as
|
|
127
|
-
import * as
|
|
128
|
-
import * as
|
|
129
|
-
import * as
|
|
130
|
-
import * as
|
|
131
|
-
import * as
|
|
132
|
-
import * as
|
|
133
|
-
import * as
|
|
134
|
-
import * as
|
|
135
|
-
import * as
|
|
136
|
-
import * as
|
|
137
|
-
import * as
|
|
138
|
-
import * as
|
|
139
|
-
import * as
|
|
140
|
-
import * as
|
|
141
|
-
import * as
|
|
142
|
-
import * as
|
|
143
|
-
import * as
|
|
144
|
-
import * as
|
|
145
|
-
import * as
|
|
146
|
-
import * as
|
|
147
|
-
import * as
|
|
148
|
-
import * as
|
|
149
|
-
import * as
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as
|
|
153
|
-
import * as
|
|
154
|
-
import * as
|
|
155
|
-
import * as
|
|
156
|
-
import * as
|
|
157
|
-
import * as
|
|
158
|
-
import * as
|
|
159
|
-
import * as
|
|
160
|
-
import * as
|
|
161
|
-
import * as
|
|
162
|
-
import * as
|
|
163
|
-
import * as
|
|
164
|
-
import * as
|
|
165
|
-
import * as
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
168
|
-
import * as
|
|
169
|
-
import * as
|
|
170
|
-
import * as
|
|
171
|
-
import * as
|
|
172
|
-
import * as
|
|
173
|
-
import * as
|
|
174
|
-
import * as
|
|
175
|
-
import * as
|
|
176
|
-
import * as
|
|
177
|
-
import * as
|
|
178
|
-
import * as
|
|
179
|
-
import * as
|
|
180
|
-
import * as
|
|
181
|
-
import * as
|
|
182
|
-
import * as
|
|
183
|
-
import * as
|
|
184
|
-
import * as
|
|
185
|
-
import * as
|
|
186
|
-
import * as
|
|
187
|
-
import * as
|
|
188
|
-
import * as
|
|
189
|
-
import * as
|
|
190
|
-
import * as
|
|
191
|
-
import * as
|
|
192
|
-
import * as
|
|
193
|
-
import * as
|
|
194
|
-
import * as
|
|
195
|
-
import * as
|
|
196
|
-
import * as
|
|
197
|
-
import * as
|
|
198
|
-
import * as
|
|
199
|
-
import * as
|
|
200
|
-
import * as
|
|
201
|
-
import * as
|
|
202
|
-
import * as
|
|
203
|
-
import * as
|
|
204
|
-
import * as
|
|
205
|
-
import * as
|
|
206
|
-
import * as
|
|
207
|
-
import * as
|
|
2
|
+
import * as _114 from "./app/runtime/v1alpha1/module";
|
|
3
|
+
import * as _115 from "./auth/module/v1/module";
|
|
4
|
+
import * as _116 from "./auth/v1beta1/auth";
|
|
5
|
+
import * as _117 from "./auth/v1beta1/genesis";
|
|
6
|
+
import * as _118 from "./auth/v1beta1/query";
|
|
7
|
+
import * as _119 from "./auth/v1beta1/tx";
|
|
8
|
+
import * as _120 from "./authz/module/v1/module";
|
|
9
|
+
import * as _121 from "./authz/v1beta1/authz";
|
|
10
|
+
import * as _122 from "./authz/v1beta1/event";
|
|
11
|
+
import * as _123 from "./authz/v1beta1/genesis";
|
|
12
|
+
import * as _124 from "./authz/v1beta1/query";
|
|
13
|
+
import * as _125 from "./authz/v1beta1/tx";
|
|
14
|
+
import * as _126 from "./bank/module/v1/module";
|
|
15
|
+
import * as _127 from "./bank/v1beta1/authz";
|
|
16
|
+
import * as _128 from "./bank/v1beta1/bank";
|
|
17
|
+
import * as _129 from "./bank/v1beta1/genesis";
|
|
18
|
+
import * as _130 from "./bank/v1beta1/query";
|
|
19
|
+
import * as _131 from "./bank/v1beta1/tx";
|
|
20
|
+
import * as _132 from "./base/abci/v1beta1/abci";
|
|
21
|
+
import * as _133 from "./base/node/v1beta1/query";
|
|
22
|
+
import * as _134 from "./base/query/v1beta1/pagination";
|
|
23
|
+
import * as _135 from "./base/reflection/v2alpha1/reflection";
|
|
24
|
+
import * as _136 from "./base/v1beta1/coin";
|
|
25
|
+
import * as _137 from "./benchmark/module/v1/module";
|
|
26
|
+
import * as _138 from "./benchmark/v1/benchmark";
|
|
27
|
+
import * as _139 from "./benchmark/v1/tx";
|
|
28
|
+
import * as _140 from "./circuit/module/v1/module";
|
|
29
|
+
import * as _141 from "./circuit/v1/query";
|
|
30
|
+
import * as _142 from "./circuit/v1/tx";
|
|
31
|
+
import * as _143 from "./circuit/v1/types";
|
|
32
|
+
import * as _144 from "./consensus/module/v1/module";
|
|
33
|
+
import * as _145 from "./consensus/v1/query";
|
|
34
|
+
import * as _146 from "./consensus/v1/tx";
|
|
35
|
+
import * as _147 from "./counter/module/v1/module";
|
|
36
|
+
import * as _148 from "./counter/v1/query";
|
|
37
|
+
import * as _149 from "./counter/v1/tx";
|
|
38
|
+
import * as _150 from "./crisis/module/v1/module";
|
|
39
|
+
import * as _151 from "./crypto/bls12_381/keys";
|
|
40
|
+
import * as _152 from "./crypto/ed25519/keys";
|
|
41
|
+
import * as _153 from "./crypto/hd/v1/hd";
|
|
42
|
+
import * as _154 from "./crypto/keyring/v1/record";
|
|
43
|
+
import * as _155 from "./crypto/mldsa65/keys";
|
|
44
|
+
import * as _156 from "./crypto/multisig/keys";
|
|
45
|
+
import * as _157 from "./crypto/secp256k1/keys";
|
|
46
|
+
import * as _158 from "./crypto/secp256r1/keys";
|
|
47
|
+
import * as _159 from "./distribution/module/v1/module";
|
|
48
|
+
import * as _160 from "./distribution/v1beta1/distribution";
|
|
49
|
+
import * as _161 from "./distribution/v1beta1/genesis";
|
|
50
|
+
import * as _162 from "./distribution/v1beta1/query";
|
|
51
|
+
import * as _163 from "./distribution/v1beta1/tx";
|
|
52
|
+
import * as _164 from "./epochs/module/v1/module";
|
|
53
|
+
import * as _165 from "./epochs/v1beta1/events";
|
|
54
|
+
import * as _166 from "./epochs/v1beta1/genesis";
|
|
55
|
+
import * as _167 from "./epochs/v1beta1/query";
|
|
56
|
+
import * as _168 from "./evidence/module/v1/module";
|
|
57
|
+
import * as _169 from "./feegrant/module/v1/module";
|
|
58
|
+
import * as _170 from "./feegrant/v1beta1/feegrant";
|
|
59
|
+
import * as _171 from "./feegrant/v1beta1/genesis";
|
|
60
|
+
import * as _172 from "./feegrant/v1beta1/query";
|
|
61
|
+
import * as _173 from "./feegrant/v1beta1/tx";
|
|
62
|
+
import * as _174 from "./genutil/module/v1/module";
|
|
63
|
+
import * as _175 from "./gov/module/v1/module";
|
|
64
|
+
import * as _176 from "./gov/v1/genesis";
|
|
65
|
+
import * as _177 from "./gov/v1/gov";
|
|
66
|
+
import * as _178 from "./gov/v1/query";
|
|
67
|
+
import * as _179 from "./gov/v1/tx";
|
|
68
|
+
import * as _180 from "./gov/v1beta1/genesis";
|
|
69
|
+
import * as _181 from "./gov/v1beta1/gov";
|
|
70
|
+
import * as _182 from "./gov/v1beta1/query";
|
|
71
|
+
import * as _183 from "./gov/v1beta1/tx";
|
|
72
|
+
import * as _184 from "./group/module/v1/module";
|
|
73
|
+
import * as _185 from "./group/v1/events";
|
|
74
|
+
import * as _186 from "./group/v1/genesis";
|
|
75
|
+
import * as _187 from "./group/v1/query";
|
|
76
|
+
import * as _188 from "./group/v1/tx";
|
|
77
|
+
import * as _189 from "./group/v1/types";
|
|
78
|
+
import * as _190 from "./ics23/v1/proofs";
|
|
79
|
+
import * as _191 from "./mint/module/v1/module";
|
|
80
|
+
import * as _192 from "./mint/v1beta1/genesis";
|
|
81
|
+
import * as _193 from "./mint/v1beta1/mint";
|
|
82
|
+
import * as _194 from "./mint/v1beta1/query";
|
|
83
|
+
import * as _195 from "./mint/v1beta1/tx";
|
|
84
|
+
import * as _196 from "./msg/textual/v1/textual";
|
|
85
|
+
import * as _197 from "./nft/module/v1/module";
|
|
86
|
+
import * as _198 from "./params/module/v1/module";
|
|
87
|
+
import * as _199 from "./params/v1beta1/params";
|
|
88
|
+
import * as _200 from "./params/v1beta1/query";
|
|
89
|
+
import * as _201 from "./protocolpool/module/v1/module";
|
|
90
|
+
import * as _202 from "./protocolpool/v1/genesis";
|
|
91
|
+
import * as _203 from "./protocolpool/v1/query";
|
|
92
|
+
import * as _204 from "./protocolpool/v1/tx";
|
|
93
|
+
import * as _205 from "./protocolpool/v1/types";
|
|
94
|
+
import * as _206 from "./query/v1/query";
|
|
95
|
+
import * as _207 from "./reflection/v1/reflection";
|
|
96
|
+
import * as _208 from "./slashing/module/v1/module";
|
|
97
|
+
import * as _209 from "./staking/module/v1/module";
|
|
98
|
+
import * as _210 from "./staking/v1beta1/authz";
|
|
99
|
+
import * as _211 from "./staking/v1beta1/genesis";
|
|
100
|
+
import * as _212 from "./staking/v1beta1/query";
|
|
101
|
+
import * as _213 from "./staking/v1beta1/staking";
|
|
102
|
+
import * as _214 from "./staking/v1beta1/tx";
|
|
103
|
+
import * as _215 from "./store/internal/kv/v1beta1/kv";
|
|
104
|
+
import * as _216 from "./store/snapshots/v1/snapshot";
|
|
105
|
+
import * as _217 from "./store/streaming/abci/grpc";
|
|
106
|
+
import * as _218 from "./store/v1beta1/commit_info";
|
|
107
|
+
import * as _219 from "./store/v1beta1/listening";
|
|
108
|
+
import * as _220 from "./tx/config/v1/config";
|
|
109
|
+
import * as _221 from "./tx/signing/v1beta1/signing";
|
|
110
|
+
import * as _222 from "./tx/v1beta1/service";
|
|
111
|
+
import * as _223 from "./tx/v1beta1/tx";
|
|
112
|
+
import * as _224 from "./upgrade/module/v1/module";
|
|
113
|
+
import * as _225 from "./upgrade/v1beta1/query";
|
|
114
|
+
import * as _226 from "./upgrade/v1beta1/tx";
|
|
115
|
+
import * as _227 from "./upgrade/v1beta1/upgrade";
|
|
116
|
+
import * as _228 from "./vesting/module/v1/module";
|
|
117
|
+
import * as _229 from "./vesting/v1beta1/tx";
|
|
118
|
+
import * as _230 from "./vesting/v1beta1/vesting";
|
|
119
|
+
import * as _545 from "./auth/v1beta1/tx.amino";
|
|
120
|
+
import * as _546 from "./authz/v1beta1/tx.amino";
|
|
121
|
+
import * as _547 from "./bank/v1beta1/tx.amino";
|
|
122
|
+
import * as _548 from "./benchmark/v1/tx.amino";
|
|
123
|
+
import * as _549 from "./circuit/v1/tx.amino";
|
|
124
|
+
import * as _550 from "./consensus/v1/tx.amino";
|
|
125
|
+
import * as _551 from "./counter/v1/tx.amino";
|
|
126
|
+
import * as _552 from "./distribution/v1beta1/tx.amino";
|
|
127
|
+
import * as _553 from "./feegrant/v1beta1/tx.amino";
|
|
128
|
+
import * as _554 from "./gov/v1/tx.amino";
|
|
129
|
+
import * as _555 from "./gov/v1beta1/tx.amino";
|
|
130
|
+
import * as _556 from "./group/v1/tx.amino";
|
|
131
|
+
import * as _557 from "./mint/v1beta1/tx.amino";
|
|
132
|
+
import * as _558 from "./protocolpool/v1/tx.amino";
|
|
133
|
+
import * as _559 from "./staking/v1beta1/tx.amino";
|
|
134
|
+
import * as _560 from "./upgrade/v1beta1/tx.amino";
|
|
135
|
+
import * as _561 from "./vesting/v1beta1/tx.amino";
|
|
136
|
+
import * as _562 from "./auth/v1beta1/tx.registry";
|
|
137
|
+
import * as _563 from "./authz/v1beta1/tx.registry";
|
|
138
|
+
import * as _564 from "./bank/v1beta1/tx.registry";
|
|
139
|
+
import * as _565 from "./benchmark/v1/tx.registry";
|
|
140
|
+
import * as _566 from "./circuit/v1/tx.registry";
|
|
141
|
+
import * as _567 from "./consensus/v1/tx.registry";
|
|
142
|
+
import * as _568 from "./counter/v1/tx.registry";
|
|
143
|
+
import * as _569 from "./distribution/v1beta1/tx.registry";
|
|
144
|
+
import * as _570 from "./feegrant/v1beta1/tx.registry";
|
|
145
|
+
import * as _571 from "./gov/v1/tx.registry";
|
|
146
|
+
import * as _572 from "./gov/v1beta1/tx.registry";
|
|
147
|
+
import * as _573 from "./group/v1/tx.registry";
|
|
148
|
+
import * as _574 from "./mint/v1beta1/tx.registry";
|
|
149
|
+
import * as _575 from "./protocolpool/v1/tx.registry";
|
|
150
|
+
import * as _576 from "./staking/v1beta1/tx.registry";
|
|
151
|
+
import * as _577 from "./upgrade/v1beta1/tx.registry";
|
|
152
|
+
import * as _578 from "./vesting/v1beta1/tx.registry";
|
|
153
|
+
import * as _579 from "./auth/v1beta1/query.lcd";
|
|
154
|
+
import * as _580 from "./authz/v1beta1/query.lcd";
|
|
155
|
+
import * as _581 from "./bank/v1beta1/query.lcd";
|
|
156
|
+
import * as _582 from "./base/node/v1beta1/query.lcd";
|
|
157
|
+
import * as _583 from "./circuit/v1/query.lcd";
|
|
158
|
+
import * as _584 from "./consensus/v1/query.lcd";
|
|
159
|
+
import * as _585 from "./distribution/v1beta1/query.lcd";
|
|
160
|
+
import * as _586 from "./epochs/v1beta1/query.lcd";
|
|
161
|
+
import * as _587 from "./feegrant/v1beta1/query.lcd";
|
|
162
|
+
import * as _588 from "./gov/v1/query.lcd";
|
|
163
|
+
import * as _589 from "./gov/v1beta1/query.lcd";
|
|
164
|
+
import * as _590 from "./group/v1/query.lcd";
|
|
165
|
+
import * as _591 from "./mint/v1beta1/query.lcd";
|
|
166
|
+
import * as _592 from "./params/v1beta1/query.lcd";
|
|
167
|
+
import * as _593 from "./protocolpool/v1/query.lcd";
|
|
168
|
+
import * as _594 from "./staking/v1beta1/query.lcd";
|
|
169
|
+
import * as _595 from "./tx/v1beta1/service.lcd";
|
|
170
|
+
import * as _596 from "./upgrade/v1beta1/query.lcd";
|
|
171
|
+
import * as _597 from "./auth/v1beta1/query.rpc.Query";
|
|
172
|
+
import * as _598 from "./authz/v1beta1/query.rpc.Query";
|
|
173
|
+
import * as _599 from "./bank/v1beta1/query.rpc.Query";
|
|
174
|
+
import * as _600 from "./base/node/v1beta1/query.rpc.Service";
|
|
175
|
+
import * as _601 from "./circuit/v1/query.rpc.Query";
|
|
176
|
+
import * as _602 from "./consensus/v1/query.rpc.Query";
|
|
177
|
+
import * as _603 from "./counter/v1/query.rpc.Query";
|
|
178
|
+
import * as _604 from "./distribution/v1beta1/query.rpc.Query";
|
|
179
|
+
import * as _605 from "./epochs/v1beta1/query.rpc.Query";
|
|
180
|
+
import * as _606 from "./feegrant/v1beta1/query.rpc.Query";
|
|
181
|
+
import * as _607 from "./gov/v1/query.rpc.Query";
|
|
182
|
+
import * as _608 from "./gov/v1beta1/query.rpc.Query";
|
|
183
|
+
import * as _609 from "./group/v1/query.rpc.Query";
|
|
184
|
+
import * as _610 from "./mint/v1beta1/query.rpc.Query";
|
|
185
|
+
import * as _611 from "./params/v1beta1/query.rpc.Query";
|
|
186
|
+
import * as _612 from "./protocolpool/v1/query.rpc.Query";
|
|
187
|
+
import * as _613 from "./staking/v1beta1/query.rpc.Query";
|
|
188
|
+
import * as _614 from "./tx/v1beta1/service.rpc.Service";
|
|
189
|
+
import * as _615 from "./upgrade/v1beta1/query.rpc.Query";
|
|
190
|
+
import * as _616 from "./auth/v1beta1/tx.rpc.msg";
|
|
191
|
+
import * as _617 from "./authz/v1beta1/tx.rpc.msg";
|
|
192
|
+
import * as _618 from "./bank/v1beta1/tx.rpc.msg";
|
|
193
|
+
import * as _619 from "./benchmark/v1/tx.rpc.msg";
|
|
194
|
+
import * as _620 from "./circuit/v1/tx.rpc.msg";
|
|
195
|
+
import * as _621 from "./consensus/v1/tx.rpc.msg";
|
|
196
|
+
import * as _622 from "./counter/v1/tx.rpc.msg";
|
|
197
|
+
import * as _623 from "./distribution/v1beta1/tx.rpc.msg";
|
|
198
|
+
import * as _624 from "./feegrant/v1beta1/tx.rpc.msg";
|
|
199
|
+
import * as _625 from "./gov/v1/tx.rpc.msg";
|
|
200
|
+
import * as _626 from "./gov/v1beta1/tx.rpc.msg";
|
|
201
|
+
import * as _627 from "./group/v1/tx.rpc.msg";
|
|
202
|
+
import * as _628 from "./mint/v1beta1/tx.rpc.msg";
|
|
203
|
+
import * as _629 from "./protocolpool/v1/tx.rpc.msg";
|
|
204
|
+
import * as _630 from "./staking/v1beta1/tx.rpc.msg";
|
|
205
|
+
import * as _631 from "./upgrade/v1beta1/tx.rpc.msg";
|
|
206
|
+
import * as _632 from "./vesting/v1beta1/tx.rpc.msg";
|
|
207
|
+
import * as _778 from "./lcd";
|
|
208
|
+
import * as _779 from "./rpc.query";
|
|
209
|
+
import * as _780 from "./rpc.tx";
|
|
208
210
|
export var cosmos;
|
|
209
211
|
(function (cosmos) {
|
|
210
212
|
let app;
|
|
@@ -212,7 +214,7 @@ export var cosmos;
|
|
|
212
214
|
let runtime;
|
|
213
215
|
(function (runtime) {
|
|
214
216
|
runtime.v1alpha1 = {
|
|
215
|
-
...
|
|
217
|
+
..._114
|
|
216
218
|
};
|
|
217
219
|
})(runtime = app.runtime || (app.runtime = {}));
|
|
218
220
|
})(app = cosmos.app || (cosmos.app = {}));
|
|
@@ -221,19 +223,19 @@ export var cosmos;
|
|
|
221
223
|
let module;
|
|
222
224
|
(function (module) {
|
|
223
225
|
module.v1 = {
|
|
224
|
-
...
|
|
226
|
+
..._115
|
|
225
227
|
};
|
|
226
228
|
})(module = auth.module || (auth.module = {}));
|
|
227
229
|
auth.v1beta1 = {
|
|
228
|
-
...
|
|
229
|
-
...
|
|
230
|
-
...
|
|
231
|
-
...
|
|
232
|
-
...
|
|
233
|
-
...
|
|
234
|
-
...
|
|
235
|
-
...
|
|
236
|
-
...
|
|
230
|
+
..._116,
|
|
231
|
+
..._117,
|
|
232
|
+
..._118,
|
|
233
|
+
..._119,
|
|
234
|
+
..._545,
|
|
235
|
+
..._562,
|
|
236
|
+
..._579,
|
|
237
|
+
..._597,
|
|
238
|
+
..._616
|
|
237
239
|
};
|
|
238
240
|
})(auth = cosmos.auth || (cosmos.auth = {}));
|
|
239
241
|
let authz;
|
|
@@ -241,20 +243,20 @@ export var cosmos;
|
|
|
241
243
|
let module;
|
|
242
244
|
(function (module) {
|
|
243
245
|
module.v1 = {
|
|
244
|
-
...
|
|
246
|
+
..._120
|
|
245
247
|
};
|
|
246
248
|
})(module = authz.module || (authz.module = {}));
|
|
247
249
|
authz.v1beta1 = {
|
|
248
|
-
...
|
|
249
|
-
...
|
|
250
|
-
...
|
|
251
|
-
...
|
|
252
|
-
...
|
|
253
|
-
...
|
|
254
|
-
...
|
|
255
|
-
...
|
|
256
|
-
...
|
|
257
|
-
...
|
|
250
|
+
..._121,
|
|
251
|
+
..._122,
|
|
252
|
+
..._123,
|
|
253
|
+
..._124,
|
|
254
|
+
..._125,
|
|
255
|
+
..._546,
|
|
256
|
+
..._563,
|
|
257
|
+
..._580,
|
|
258
|
+
..._598,
|
|
259
|
+
..._617
|
|
258
260
|
};
|
|
259
261
|
})(authz = cosmos.authz || (cosmos.authz = {}));
|
|
260
262
|
let bank;
|
|
@@ -262,20 +264,20 @@ export var cosmos;
|
|
|
262
264
|
let module;
|
|
263
265
|
(function (module) {
|
|
264
266
|
module.v1 = {
|
|
265
|
-
...
|
|
267
|
+
..._126
|
|
266
268
|
};
|
|
267
269
|
})(module = bank.module || (bank.module = {}));
|
|
268
270
|
bank.v1beta1 = {
|
|
269
|
-
...
|
|
270
|
-
...
|
|
271
|
-
...
|
|
272
|
-
...
|
|
273
|
-
...
|
|
274
|
-
...
|
|
275
|
-
...
|
|
276
|
-
...
|
|
277
|
-
...
|
|
278
|
-
...
|
|
271
|
+
..._127,
|
|
272
|
+
..._128,
|
|
273
|
+
..._129,
|
|
274
|
+
..._130,
|
|
275
|
+
..._131,
|
|
276
|
+
..._547,
|
|
277
|
+
..._564,
|
|
278
|
+
..._581,
|
|
279
|
+
..._599,
|
|
280
|
+
..._618
|
|
279
281
|
};
|
|
280
282
|
})(bank = cosmos.bank || (cosmos.bank = {}));
|
|
281
283
|
let base;
|
|
@@ -283,31 +285,31 @@ export var cosmos;
|
|
|
283
285
|
let abci;
|
|
284
286
|
(function (abci) {
|
|
285
287
|
abci.v1beta1 = {
|
|
286
|
-
...
|
|
288
|
+
..._132
|
|
287
289
|
};
|
|
288
290
|
})(abci = base.abci || (base.abci = {}));
|
|
289
291
|
let node;
|
|
290
292
|
(function (node) {
|
|
291
293
|
node.v1beta1 = {
|
|
292
|
-
...
|
|
293
|
-
...
|
|
294
|
-
...
|
|
294
|
+
..._133,
|
|
295
|
+
..._582,
|
|
296
|
+
..._600
|
|
295
297
|
};
|
|
296
298
|
})(node = base.node || (base.node = {}));
|
|
297
299
|
let query;
|
|
298
300
|
(function (query) {
|
|
299
301
|
query.v1beta1 = {
|
|
300
|
-
...
|
|
302
|
+
..._134
|
|
301
303
|
};
|
|
302
304
|
})(query = base.query || (base.query = {}));
|
|
303
305
|
let reflection;
|
|
304
306
|
(function (reflection) {
|
|
305
307
|
reflection.v2alpha1 = {
|
|
306
|
-
...
|
|
308
|
+
..._135
|
|
307
309
|
};
|
|
308
310
|
})(reflection = base.reflection || (base.reflection = {}));
|
|
309
311
|
base.v1beta1 = {
|
|
310
|
-
...
|
|
312
|
+
..._136
|
|
311
313
|
};
|
|
312
314
|
})(base = cosmos.base || (cosmos.base = {}));
|
|
313
315
|
let benchmark;
|
|
@@ -315,15 +317,15 @@ export var cosmos;
|
|
|
315
317
|
let module;
|
|
316
318
|
(function (module) {
|
|
317
319
|
module.v1 = {
|
|
318
|
-
...
|
|
320
|
+
..._137
|
|
319
321
|
};
|
|
320
322
|
})(module = benchmark.module || (benchmark.module = {}));
|
|
321
323
|
benchmark.v1 = {
|
|
322
|
-
...
|
|
323
|
-
...
|
|
324
|
-
...
|
|
325
|
-
...
|
|
326
|
-
...
|
|
324
|
+
..._138,
|
|
325
|
+
..._139,
|
|
326
|
+
..._548,
|
|
327
|
+
..._565,
|
|
328
|
+
..._619
|
|
327
329
|
};
|
|
328
330
|
})(benchmark = cosmos.benchmark || (cosmos.benchmark = {}));
|
|
329
331
|
let circuit;
|
|
@@ -331,18 +333,18 @@ export var cosmos;
|
|
|
331
333
|
let module;
|
|
332
334
|
(function (module) {
|
|
333
335
|
module.v1 = {
|
|
334
|
-
...
|
|
336
|
+
..._140
|
|
335
337
|
};
|
|
336
338
|
})(module = circuit.module || (circuit.module = {}));
|
|
337
339
|
circuit.v1 = {
|
|
338
|
-
...
|
|
339
|
-
...
|
|
340
|
-
...
|
|
341
|
-
...
|
|
342
|
-
...
|
|
343
|
-
...
|
|
344
|
-
...
|
|
345
|
-
...
|
|
340
|
+
..._141,
|
|
341
|
+
..._142,
|
|
342
|
+
..._143,
|
|
343
|
+
..._549,
|
|
344
|
+
..._566,
|
|
345
|
+
..._583,
|
|
346
|
+
..._601,
|
|
347
|
+
..._620
|
|
346
348
|
};
|
|
347
349
|
})(circuit = cosmos.circuit || (cosmos.circuit = {}));
|
|
348
350
|
let consensus;
|
|
@@ -350,17 +352,17 @@ export var cosmos;
|
|
|
350
352
|
let module;
|
|
351
353
|
(function (module) {
|
|
352
354
|
module.v1 = {
|
|
353
|
-
...
|
|
355
|
+
..._144
|
|
354
356
|
};
|
|
355
357
|
})(module = consensus.module || (consensus.module = {}));
|
|
356
358
|
consensus.v1 = {
|
|
357
|
-
...
|
|
358
|
-
...
|
|
359
|
-
...
|
|
360
|
-
...
|
|
361
|
-
...
|
|
362
|
-
...
|
|
363
|
-
...
|
|
359
|
+
..._145,
|
|
360
|
+
..._146,
|
|
361
|
+
..._550,
|
|
362
|
+
..._567,
|
|
363
|
+
..._584,
|
|
364
|
+
..._602,
|
|
365
|
+
..._621
|
|
364
366
|
};
|
|
365
367
|
})(consensus = cosmos.consensus || (cosmos.consensus = {}));
|
|
366
368
|
let counter;
|
|
@@ -368,16 +370,16 @@ export var cosmos;
|
|
|
368
370
|
let module;
|
|
369
371
|
(function (module) {
|
|
370
372
|
module.v1 = {
|
|
371
|
-
...
|
|
373
|
+
..._147
|
|
372
374
|
};
|
|
373
375
|
})(module = counter.module || (counter.module = {}));
|
|
374
376
|
counter.v1 = {
|
|
375
|
-
...
|
|
376
|
-
...
|
|
377
|
-
...
|
|
378
|
-
...
|
|
379
|
-
...
|
|
380
|
-
...
|
|
377
|
+
..._148,
|
|
378
|
+
..._149,
|
|
379
|
+
..._551,
|
|
380
|
+
..._568,
|
|
381
|
+
..._603,
|
|
382
|
+
..._622
|
|
381
383
|
};
|
|
382
384
|
})(counter = cosmos.counter || (cosmos.counter = {}));
|
|
383
385
|
let crisis;
|
|
@@ -385,35 +387,41 @@ export var cosmos;
|
|
|
385
387
|
let module;
|
|
386
388
|
(function (module) {
|
|
387
389
|
module.v1 = {
|
|
388
|
-
...
|
|
390
|
+
..._150
|
|
389
391
|
};
|
|
390
392
|
})(module = crisis.module || (crisis.module = {}));
|
|
391
393
|
})(crisis = cosmos.crisis || (cosmos.crisis = {}));
|
|
392
394
|
let crypto;
|
|
393
395
|
(function (crypto) {
|
|
396
|
+
crypto.bls12_381 = {
|
|
397
|
+
..._151
|
|
398
|
+
};
|
|
394
399
|
crypto.ed25519 = {
|
|
395
|
-
...
|
|
400
|
+
..._152
|
|
396
401
|
};
|
|
397
402
|
let hd;
|
|
398
403
|
(function (hd) {
|
|
399
404
|
hd.v1 = {
|
|
400
|
-
...
|
|
405
|
+
..._153
|
|
401
406
|
};
|
|
402
407
|
})(hd = crypto.hd || (crypto.hd = {}));
|
|
403
408
|
let keyring;
|
|
404
409
|
(function (keyring) {
|
|
405
410
|
keyring.v1 = {
|
|
406
|
-
...
|
|
411
|
+
..._154
|
|
407
412
|
};
|
|
408
413
|
})(keyring = crypto.keyring || (crypto.keyring = {}));
|
|
414
|
+
crypto.mldsa65 = {
|
|
415
|
+
..._155
|
|
416
|
+
};
|
|
409
417
|
crypto.multisig = {
|
|
410
|
-
...
|
|
418
|
+
..._156
|
|
411
419
|
};
|
|
412
420
|
crypto.secp256k1 = {
|
|
413
|
-
...
|
|
421
|
+
..._157
|
|
414
422
|
};
|
|
415
423
|
crypto.secp256r1 = {
|
|
416
|
-
...
|
|
424
|
+
..._158
|
|
417
425
|
};
|
|
418
426
|
})(crypto = cosmos.crypto || (cosmos.crypto = {}));
|
|
419
427
|
let distribution;
|
|
@@ -421,19 +429,19 @@ export var cosmos;
|
|
|
421
429
|
let module;
|
|
422
430
|
(function (module) {
|
|
423
431
|
module.v1 = {
|
|
424
|
-
...
|
|
432
|
+
..._159
|
|
425
433
|
};
|
|
426
434
|
})(module = distribution.module || (distribution.module = {}));
|
|
427
435
|
distribution.v1beta1 = {
|
|
428
|
-
...
|
|
429
|
-
...
|
|
430
|
-
...
|
|
431
|
-
...
|
|
432
|
-
...
|
|
433
|
-
...
|
|
434
|
-
...
|
|
435
|
-
...
|
|
436
|
-
...
|
|
436
|
+
..._160,
|
|
437
|
+
..._161,
|
|
438
|
+
..._162,
|
|
439
|
+
..._163,
|
|
440
|
+
..._552,
|
|
441
|
+
..._569,
|
|
442
|
+
..._585,
|
|
443
|
+
..._604,
|
|
444
|
+
..._623
|
|
437
445
|
};
|
|
438
446
|
})(distribution = cosmos.distribution || (cosmos.distribution = {}));
|
|
439
447
|
let epochs;
|
|
@@ -441,15 +449,15 @@ export var cosmos;
|
|
|
441
449
|
let module;
|
|
442
450
|
(function (module) {
|
|
443
451
|
module.v1 = {
|
|
444
|
-
...
|
|
452
|
+
..._164
|
|
445
453
|
};
|
|
446
454
|
})(module = epochs.module || (epochs.module = {}));
|
|
447
455
|
epochs.v1beta1 = {
|
|
448
|
-
...
|
|
449
|
-
...
|
|
450
|
-
...
|
|
451
|
-
...
|
|
452
|
-
...
|
|
456
|
+
..._165,
|
|
457
|
+
..._166,
|
|
458
|
+
..._167,
|
|
459
|
+
..._586,
|
|
460
|
+
..._605
|
|
453
461
|
};
|
|
454
462
|
})(epochs = cosmos.epochs || (cosmos.epochs = {}));
|
|
455
463
|
let evidence;
|
|
@@ -457,7 +465,7 @@ export var cosmos;
|
|
|
457
465
|
let module;
|
|
458
466
|
(function (module) {
|
|
459
467
|
module.v1 = {
|
|
460
|
-
...
|
|
468
|
+
..._168
|
|
461
469
|
};
|
|
462
470
|
})(module = evidence.module || (evidence.module = {}));
|
|
463
471
|
})(evidence = cosmos.evidence || (cosmos.evidence = {}));
|
|
@@ -466,19 +474,19 @@ export var cosmos;
|
|
|
466
474
|
let module;
|
|
467
475
|
(function (module) {
|
|
468
476
|
module.v1 = {
|
|
469
|
-
...
|
|
477
|
+
..._169
|
|
470
478
|
};
|
|
471
479
|
})(module = feegrant.module || (feegrant.module = {}));
|
|
472
480
|
feegrant.v1beta1 = {
|
|
473
|
-
...
|
|
474
|
-
...
|
|
475
|
-
...
|
|
476
|
-
...
|
|
477
|
-
...
|
|
478
|
-
...
|
|
479
|
-
...
|
|
480
|
-
...
|
|
481
|
-
...
|
|
481
|
+
..._170,
|
|
482
|
+
..._171,
|
|
483
|
+
..._172,
|
|
484
|
+
..._173,
|
|
485
|
+
..._553,
|
|
486
|
+
..._570,
|
|
487
|
+
..._587,
|
|
488
|
+
..._606,
|
|
489
|
+
..._624
|
|
482
490
|
};
|
|
483
491
|
})(feegrant = cosmos.feegrant || (cosmos.feegrant = {}));
|
|
484
492
|
let genutil;
|
|
@@ -486,7 +494,7 @@ export var cosmos;
|
|
|
486
494
|
let module;
|
|
487
495
|
(function (module) {
|
|
488
496
|
module.v1 = {
|
|
489
|
-
...
|
|
497
|
+
..._174
|
|
490
498
|
};
|
|
491
499
|
})(module = genutil.module || (genutil.module = {}));
|
|
492
500
|
})(genutil = cosmos.genutil || (cosmos.genutil = {}));
|
|
@@ -495,30 +503,30 @@ export var cosmos;
|
|
|
495
503
|
let module;
|
|
496
504
|
(function (module) {
|
|
497
505
|
module.v1 = {
|
|
498
|
-
...
|
|
506
|
+
..._175
|
|
499
507
|
};
|
|
500
508
|
})(module = gov.module || (gov.module = {}));
|
|
501
509
|
gov.v1 = {
|
|
502
|
-
...
|
|
503
|
-
...
|
|
504
|
-
...
|
|
505
|
-
...
|
|
506
|
-
...
|
|
507
|
-
...
|
|
508
|
-
...
|
|
509
|
-
...
|
|
510
|
-
...
|
|
510
|
+
..._176,
|
|
511
|
+
..._177,
|
|
512
|
+
..._178,
|
|
513
|
+
..._179,
|
|
514
|
+
..._554,
|
|
515
|
+
..._571,
|
|
516
|
+
..._588,
|
|
517
|
+
..._607,
|
|
518
|
+
..._625
|
|
511
519
|
};
|
|
512
520
|
gov.v1beta1 = {
|
|
513
|
-
...
|
|
514
|
-
...
|
|
515
|
-
...
|
|
516
|
-
...
|
|
517
|
-
...
|
|
518
|
-
...
|
|
519
|
-
...
|
|
520
|
-
...
|
|
521
|
-
...
|
|
521
|
+
..._180,
|
|
522
|
+
..._181,
|
|
523
|
+
..._182,
|
|
524
|
+
..._183,
|
|
525
|
+
..._555,
|
|
526
|
+
..._572,
|
|
527
|
+
..._589,
|
|
528
|
+
..._608,
|
|
529
|
+
..._626
|
|
522
530
|
};
|
|
523
531
|
})(gov = cosmos.gov || (cosmos.gov = {}));
|
|
524
532
|
let group;
|
|
@@ -526,26 +534,26 @@ export var cosmos;
|
|
|
526
534
|
let module;
|
|
527
535
|
(function (module) {
|
|
528
536
|
module.v1 = {
|
|
529
|
-
...
|
|
537
|
+
..._184
|
|
530
538
|
};
|
|
531
539
|
})(module = group.module || (group.module = {}));
|
|
532
540
|
group.v1 = {
|
|
533
|
-
...
|
|
534
|
-
...
|
|
535
|
-
...
|
|
536
|
-
...
|
|
537
|
-
...
|
|
538
|
-
...
|
|
539
|
-
...
|
|
540
|
-
...
|
|
541
|
-
...
|
|
542
|
-
...
|
|
541
|
+
..._185,
|
|
542
|
+
..._186,
|
|
543
|
+
..._187,
|
|
544
|
+
..._188,
|
|
545
|
+
..._189,
|
|
546
|
+
..._556,
|
|
547
|
+
..._573,
|
|
548
|
+
..._590,
|
|
549
|
+
..._609,
|
|
550
|
+
..._627
|
|
543
551
|
};
|
|
544
552
|
})(group = cosmos.group || (cosmos.group = {}));
|
|
545
553
|
let ics23;
|
|
546
554
|
(function (ics23) {
|
|
547
555
|
ics23.v1 = {
|
|
548
|
-
...
|
|
556
|
+
..._190
|
|
549
557
|
};
|
|
550
558
|
})(ics23 = cosmos.ics23 || (cosmos.ics23 = {}));
|
|
551
559
|
let mint;
|
|
@@ -553,19 +561,19 @@ export var cosmos;
|
|
|
553
561
|
let module;
|
|
554
562
|
(function (module) {
|
|
555
563
|
module.v1 = {
|
|
556
|
-
...
|
|
564
|
+
..._191
|
|
557
565
|
};
|
|
558
566
|
})(module = mint.module || (mint.module = {}));
|
|
559
567
|
mint.v1beta1 = {
|
|
560
|
-
...
|
|
561
|
-
...
|
|
562
|
-
...
|
|
563
|
-
...
|
|
564
|
-
...
|
|
565
|
-
...
|
|
566
|
-
...
|
|
567
|
-
...
|
|
568
|
-
...
|
|
568
|
+
..._192,
|
|
569
|
+
..._193,
|
|
570
|
+
..._194,
|
|
571
|
+
..._195,
|
|
572
|
+
..._557,
|
|
573
|
+
..._574,
|
|
574
|
+
..._591,
|
|
575
|
+
..._610,
|
|
576
|
+
..._628
|
|
569
577
|
};
|
|
570
578
|
})(mint = cosmos.mint || (cosmos.mint = {}));
|
|
571
579
|
let msg;
|
|
@@ -573,7 +581,7 @@ export var cosmos;
|
|
|
573
581
|
let textual;
|
|
574
582
|
(function (textual) {
|
|
575
583
|
textual.v1 = {
|
|
576
|
-
...
|
|
584
|
+
..._196
|
|
577
585
|
};
|
|
578
586
|
})(textual = msg.textual || (msg.textual = {}));
|
|
579
587
|
})(msg = cosmos.msg || (cosmos.msg = {}));
|
|
@@ -582,7 +590,7 @@ export var cosmos;
|
|
|
582
590
|
let module;
|
|
583
591
|
(function (module) {
|
|
584
592
|
module.v1 = {
|
|
585
|
-
...
|
|
593
|
+
..._197
|
|
586
594
|
};
|
|
587
595
|
})(module = nft.module || (nft.module = {}));
|
|
588
596
|
})(nft = cosmos.nft || (cosmos.nft = {}));
|
|
@@ -591,14 +599,14 @@ export var cosmos;
|
|
|
591
599
|
let module;
|
|
592
600
|
(function (module) {
|
|
593
601
|
module.v1 = {
|
|
594
|
-
...
|
|
602
|
+
..._198
|
|
595
603
|
};
|
|
596
604
|
})(module = params.module || (params.module = {}));
|
|
597
605
|
params.v1beta1 = {
|
|
598
|
-
...
|
|
599
|
-
...
|
|
600
|
-
...
|
|
601
|
-
...
|
|
606
|
+
..._199,
|
|
607
|
+
..._200,
|
|
608
|
+
..._592,
|
|
609
|
+
..._611
|
|
602
610
|
};
|
|
603
611
|
})(params = cosmos.params || (cosmos.params = {}));
|
|
604
612
|
let protocolpool;
|
|
@@ -606,31 +614,31 @@ export var cosmos;
|
|
|
606
614
|
let module;
|
|
607
615
|
(function (module) {
|
|
608
616
|
module.v1 = {
|
|
609
|
-
...
|
|
617
|
+
..._201
|
|
610
618
|
};
|
|
611
619
|
})(module = protocolpool.module || (protocolpool.module = {}));
|
|
612
620
|
protocolpool.v1 = {
|
|
613
|
-
...
|
|
614
|
-
...
|
|
615
|
-
...
|
|
616
|
-
...
|
|
617
|
-
...
|
|
618
|
-
...
|
|
619
|
-
...
|
|
620
|
-
...
|
|
621
|
-
...
|
|
621
|
+
..._202,
|
|
622
|
+
..._203,
|
|
623
|
+
..._204,
|
|
624
|
+
..._205,
|
|
625
|
+
..._558,
|
|
626
|
+
..._575,
|
|
627
|
+
..._593,
|
|
628
|
+
..._612,
|
|
629
|
+
..._629
|
|
622
630
|
};
|
|
623
631
|
})(protocolpool = cosmos.protocolpool || (cosmos.protocolpool = {}));
|
|
624
632
|
let query;
|
|
625
633
|
(function (query) {
|
|
626
634
|
query.v1 = {
|
|
627
|
-
...
|
|
635
|
+
..._206
|
|
628
636
|
};
|
|
629
637
|
})(query = cosmos.query || (cosmos.query = {}));
|
|
630
638
|
let reflection;
|
|
631
639
|
(function (reflection) {
|
|
632
640
|
reflection.v1 = {
|
|
633
|
-
...
|
|
641
|
+
..._207
|
|
634
642
|
};
|
|
635
643
|
})(reflection = cosmos.reflection || (cosmos.reflection = {}));
|
|
636
644
|
let slashing;
|
|
@@ -638,7 +646,7 @@ export var cosmos;
|
|
|
638
646
|
let module;
|
|
639
647
|
(function (module) {
|
|
640
648
|
module.v1 = {
|
|
641
|
-
...
|
|
649
|
+
..._208
|
|
642
650
|
};
|
|
643
651
|
})(module = slashing.module || (slashing.module = {}));
|
|
644
652
|
})(slashing = cosmos.slashing || (cosmos.slashing = {}));
|
|
@@ -647,20 +655,20 @@ export var cosmos;
|
|
|
647
655
|
let module;
|
|
648
656
|
(function (module) {
|
|
649
657
|
module.v1 = {
|
|
650
|
-
...
|
|
658
|
+
..._209
|
|
651
659
|
};
|
|
652
660
|
})(module = staking.module || (staking.module = {}));
|
|
653
661
|
staking.v1beta1 = {
|
|
654
|
-
...
|
|
655
|
-
...
|
|
656
|
-
...
|
|
657
|
-
...
|
|
658
|
-
...
|
|
659
|
-
...
|
|
660
|
-
...
|
|
661
|
-
...
|
|
662
|
-
...
|
|
663
|
-
...
|
|
662
|
+
..._210,
|
|
663
|
+
..._211,
|
|
664
|
+
..._212,
|
|
665
|
+
..._213,
|
|
666
|
+
..._214,
|
|
667
|
+
..._559,
|
|
668
|
+
..._576,
|
|
669
|
+
..._594,
|
|
670
|
+
..._613,
|
|
671
|
+
..._630
|
|
664
672
|
};
|
|
665
673
|
})(staking = cosmos.staking || (cosmos.staking = {}));
|
|
666
674
|
let store;
|
|
@@ -670,25 +678,25 @@ export var cosmos;
|
|
|
670
678
|
let kv;
|
|
671
679
|
(function (kv) {
|
|
672
680
|
kv.v1beta1 = {
|
|
673
|
-
...
|
|
681
|
+
..._215
|
|
674
682
|
};
|
|
675
683
|
})(kv = internal.kv || (internal.kv = {}));
|
|
676
684
|
})(internal = store.internal || (store.internal = {}));
|
|
677
685
|
let snapshots;
|
|
678
686
|
(function (snapshots) {
|
|
679
687
|
snapshots.v1 = {
|
|
680
|
-
...
|
|
688
|
+
..._216
|
|
681
689
|
};
|
|
682
690
|
})(snapshots = store.snapshots || (store.snapshots = {}));
|
|
683
691
|
let streaming;
|
|
684
692
|
(function (streaming) {
|
|
685
693
|
streaming.abci = {
|
|
686
|
-
...
|
|
694
|
+
..._217
|
|
687
695
|
};
|
|
688
696
|
})(streaming = store.streaming || (store.streaming = {}));
|
|
689
697
|
store.v1beta1 = {
|
|
690
|
-
...
|
|
691
|
-
...
|
|
698
|
+
..._218,
|
|
699
|
+
..._219
|
|
692
700
|
};
|
|
693
701
|
})(store = cosmos.store || (cosmos.store = {}));
|
|
694
702
|
let tx;
|
|
@@ -696,20 +704,20 @@ export var cosmos;
|
|
|
696
704
|
let config;
|
|
697
705
|
(function (config) {
|
|
698
706
|
config.v1 = {
|
|
699
|
-
...
|
|
707
|
+
..._220
|
|
700
708
|
};
|
|
701
709
|
})(config = tx.config || (tx.config = {}));
|
|
702
710
|
let signing;
|
|
703
711
|
(function (signing) {
|
|
704
712
|
signing.v1beta1 = {
|
|
705
|
-
...
|
|
713
|
+
..._221
|
|
706
714
|
};
|
|
707
715
|
})(signing = tx.signing || (tx.signing = {}));
|
|
708
716
|
tx.v1beta1 = {
|
|
709
|
-
...
|
|
710
|
-
...
|
|
711
|
-
...
|
|
712
|
-
...
|
|
717
|
+
..._222,
|
|
718
|
+
..._223,
|
|
719
|
+
..._595,
|
|
720
|
+
..._614
|
|
713
721
|
};
|
|
714
722
|
})(tx = cosmos.tx || (cosmos.tx = {}));
|
|
715
723
|
let upgrade;
|
|
@@ -717,18 +725,18 @@ export var cosmos;
|
|
|
717
725
|
let module;
|
|
718
726
|
(function (module) {
|
|
719
727
|
module.v1 = {
|
|
720
|
-
...
|
|
728
|
+
..._224
|
|
721
729
|
};
|
|
722
730
|
})(module = upgrade.module || (upgrade.module = {}));
|
|
723
731
|
upgrade.v1beta1 = {
|
|
724
|
-
...
|
|
725
|
-
...
|
|
726
|
-
...
|
|
727
|
-
...
|
|
728
|
-
...
|
|
729
|
-
...
|
|
730
|
-
...
|
|
731
|
-
...
|
|
732
|
+
..._225,
|
|
733
|
+
..._226,
|
|
734
|
+
..._227,
|
|
735
|
+
..._560,
|
|
736
|
+
..._577,
|
|
737
|
+
..._596,
|
|
738
|
+
..._615,
|
|
739
|
+
..._631
|
|
732
740
|
};
|
|
733
741
|
})(upgrade = cosmos.upgrade || (cosmos.upgrade = {}));
|
|
734
742
|
let vesting;
|
|
@@ -736,20 +744,20 @@ export var cosmos;
|
|
|
736
744
|
let module;
|
|
737
745
|
(function (module) {
|
|
738
746
|
module.v1 = {
|
|
739
|
-
...
|
|
747
|
+
..._228
|
|
740
748
|
};
|
|
741
749
|
})(module = vesting.module || (vesting.module = {}));
|
|
742
750
|
vesting.v1beta1 = {
|
|
743
|
-
...
|
|
744
|
-
...
|
|
745
|
-
...
|
|
746
|
-
...
|
|
747
|
-
...
|
|
751
|
+
..._229,
|
|
752
|
+
..._230,
|
|
753
|
+
..._561,
|
|
754
|
+
..._578,
|
|
755
|
+
..._632
|
|
748
756
|
};
|
|
749
757
|
})(vesting = cosmos.vesting || (cosmos.vesting = {}));
|
|
750
758
|
cosmos.ClientFactory = {
|
|
751
|
-
...
|
|
752
|
-
...
|
|
753
|
-
...
|
|
759
|
+
..._778,
|
|
760
|
+
..._779,
|
|
761
|
+
..._780
|
|
754
762
|
};
|
|
755
763
|
})(cosmos || (cosmos = {}));
|