@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/sparkdream/bundle.js
CHANGED
|
@@ -1,274 +1,274 @@
|
|
|
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
|
|
208
|
-
import * as
|
|
209
|
-
import * as
|
|
210
|
-
import * as
|
|
211
|
-
import * as
|
|
212
|
-
import * as
|
|
213
|
-
import * as
|
|
214
|
-
import * as
|
|
215
|
-
import * as
|
|
216
|
-
import * as
|
|
217
|
-
import * as
|
|
218
|
-
import * as
|
|
219
|
-
import * as
|
|
220
|
-
import * as
|
|
221
|
-
import * as
|
|
222
|
-
import * as
|
|
223
|
-
import * as
|
|
224
|
-
import * as
|
|
225
|
-
import * as
|
|
226
|
-
import * as
|
|
227
|
-
import * as
|
|
228
|
-
import * as
|
|
229
|
-
import * as
|
|
230
|
-
import * as
|
|
231
|
-
import * as
|
|
232
|
-
import * as
|
|
233
|
-
import * as
|
|
234
|
-
import * as
|
|
235
|
-
import * as
|
|
236
|
-
import * as
|
|
237
|
-
import * as
|
|
238
|
-
import * as
|
|
239
|
-
import * as
|
|
240
|
-
import * as
|
|
241
|
-
import * as
|
|
242
|
-
import * as
|
|
243
|
-
import * as
|
|
244
|
-
import * as
|
|
245
|
-
import * as
|
|
246
|
-
import * as
|
|
247
|
-
import * as
|
|
248
|
-
import * as
|
|
249
|
-
import * as
|
|
250
|
-
import * as
|
|
251
|
-
import * as
|
|
252
|
-
import * as
|
|
253
|
-
import * as
|
|
254
|
-
import * as
|
|
255
|
-
import * as
|
|
256
|
-
import * as
|
|
257
|
-
import * as
|
|
258
|
-
import * as
|
|
259
|
-
import * as
|
|
260
|
-
import * as
|
|
261
|
-
import * as
|
|
262
|
-
import * as
|
|
263
|
-
import * as
|
|
264
|
-
import * as
|
|
265
|
-
import * as
|
|
266
|
-
import * as
|
|
267
|
-
import * as
|
|
268
|
-
import * as
|
|
269
|
-
import * as
|
|
270
|
-
import * as
|
|
271
|
-
import * as
|
|
2
|
+
import * as _295 from "./blog/module/v1/module";
|
|
3
|
+
import * as _296 from "./blog/v1/genesis";
|
|
4
|
+
import * as _297 from "./blog/v1/params";
|
|
5
|
+
import * as _298 from "./blog/v1/post";
|
|
6
|
+
import * as _299 from "./blog/v1/query";
|
|
7
|
+
import * as _300 from "./blog/v1/tx";
|
|
8
|
+
import * as _301 from "./blog/v1/types";
|
|
9
|
+
import * as _302 from "./collect/module/v1/module";
|
|
10
|
+
import * as _303 from "./collect/v1/curator_activity";
|
|
11
|
+
import * as _304 from "./collect/v1/genesis";
|
|
12
|
+
import * as _305 from "./collect/v1/params";
|
|
13
|
+
import * as _306 from "./collect/v1/query";
|
|
14
|
+
import * as _307 from "./collect/v1/tx";
|
|
15
|
+
import * as _308 from "./collect/v1/types";
|
|
16
|
+
import * as _309 from "./common/v1/content_type";
|
|
17
|
+
import * as _310 from "./common/v1/flag_record";
|
|
18
|
+
import * as _311 from "./common/v1/moderation_reason";
|
|
19
|
+
import * as _312 from "./commons/module/v1/module";
|
|
20
|
+
import * as _313 from "./commons/v1/category";
|
|
21
|
+
import * as _314 from "./commons/v1/genesis";
|
|
22
|
+
import * as _315 from "./commons/v1/group";
|
|
23
|
+
import * as _316 from "./commons/v1/params";
|
|
24
|
+
import * as _317 from "./commons/v1/policy_permissions";
|
|
25
|
+
import * as _318 from "./commons/v1/query";
|
|
26
|
+
import * as _319 from "./commons/v1/recurring_spend";
|
|
27
|
+
import * as _320 from "./commons/v1/tx";
|
|
28
|
+
import * as _321 from "./ecosystem/module/v1/module";
|
|
29
|
+
import * as _322 from "./ecosystem/v1/genesis";
|
|
30
|
+
import * as _323 from "./ecosystem/v1/params";
|
|
31
|
+
import * as _324 from "./ecosystem/v1/query";
|
|
32
|
+
import * as _325 from "./ecosystem/v1/tx";
|
|
33
|
+
import * as _326 from "./federation/module/v1/module";
|
|
34
|
+
import * as _327 from "./federation/v1/genesis";
|
|
35
|
+
import * as _328 from "./federation/v1/packet";
|
|
36
|
+
import * as _329 from "./federation/v1/params";
|
|
37
|
+
import * as _330 from "./federation/v1/query";
|
|
38
|
+
import * as _331 from "./federation/v1/tx";
|
|
39
|
+
import * as _332 from "./federation/v1/types";
|
|
40
|
+
import * as _333 from "./federation/v1/verifier_activity";
|
|
41
|
+
import * as _334 from "./forum/module/v1/module";
|
|
42
|
+
import * as _335 from "./forum/v1/archive_metadata";
|
|
43
|
+
import * as _336 from "./forum/v1/bounty";
|
|
44
|
+
import * as _337 from "./forum/v1/genesis";
|
|
45
|
+
import * as _338 from "./forum/v1/hide_record";
|
|
46
|
+
import * as _339 from "./forum/v1/params";
|
|
47
|
+
import * as _340 from "./forum/v1/post_flag";
|
|
48
|
+
import * as _341 from "./forum/v1/post";
|
|
49
|
+
import * as _342 from "./forum/v1/query";
|
|
50
|
+
import * as _343 from "./forum/v1/sentinel_activity";
|
|
51
|
+
import * as _344 from "./forum/v1/thread_follow_count";
|
|
52
|
+
import * as _345 from "./forum/v1/thread_follow";
|
|
53
|
+
import * as _346 from "./forum/v1/thread_lock_record";
|
|
54
|
+
import * as _347 from "./forum/v1/thread_metadata";
|
|
55
|
+
import * as _348 from "./forum/v1/thread_move_record";
|
|
56
|
+
import * as _349 from "./forum/v1/tx";
|
|
57
|
+
import * as _350 from "./forum/v1/types";
|
|
58
|
+
import * as _351 from "./forum/v1/user_rate_limit";
|
|
59
|
+
import * as _352 from "./forum/v1/user_reaction_limit";
|
|
60
|
+
import * as _353 from "./futarchy/module/v1/module";
|
|
61
|
+
import * as _354 from "./futarchy/v1/genesis";
|
|
62
|
+
import * as _355 from "./futarchy/v1/market";
|
|
63
|
+
import * as _356 from "./futarchy/v1/params";
|
|
64
|
+
import * as _357 from "./futarchy/v1/query";
|
|
65
|
+
import * as _358 from "./futarchy/v1/tx";
|
|
66
|
+
import * as _359 from "./guardian/module/v1/module";
|
|
67
|
+
import * as _360 from "./guardian/v1/query";
|
|
68
|
+
import * as _361 from "./guardian/v1/tx";
|
|
69
|
+
import * as _362 from "./identity/module/v1/module";
|
|
70
|
+
import * as _363 from "./identity/v1/chain_identity";
|
|
71
|
+
import * as _364 from "./identity/v1/genesis";
|
|
72
|
+
import * as _365 from "./identity/v1/query";
|
|
73
|
+
import * as _366 from "./name/module/v1/module";
|
|
74
|
+
import * as _367 from "./name/v1/dispute";
|
|
75
|
+
import * as _368 from "./name/v1/genesis";
|
|
76
|
+
import * as _369 from "./name/v1/name_record";
|
|
77
|
+
import * as _370 from "./name/v1/owner_info";
|
|
78
|
+
import * as _371 from "./name/v1/params";
|
|
79
|
+
import * as _372 from "./name/v1/query";
|
|
80
|
+
import * as _373 from "./name/v1/tx";
|
|
81
|
+
import * as _374 from "./rep/module/v1/module";
|
|
82
|
+
import * as _375 from "./rep/v1/accountability";
|
|
83
|
+
import * as _376 from "./rep/v1/bonded_role";
|
|
84
|
+
import * as _377 from "./rep/v1/challenge";
|
|
85
|
+
import * as _378 from "./rep/v1/content_challenge";
|
|
86
|
+
import * as _379 from "./rep/v1/genesis";
|
|
87
|
+
import * as _380 from "./rep/v1/gov_action_appeal";
|
|
88
|
+
import * as _381 from "./rep/v1/initiative";
|
|
89
|
+
import * as _382 from "./rep/v1/interim_template";
|
|
90
|
+
import * as _383 from "./rep/v1/interim";
|
|
91
|
+
import * as _384 from "./rep/v1/invitation";
|
|
92
|
+
import * as _385 from "./rep/v1/jury_participation";
|
|
93
|
+
import * as _386 from "./rep/v1/jury_review";
|
|
94
|
+
import * as _387 from "./rep/v1/member_report";
|
|
95
|
+
import * as _388 from "./rep/v1/member_warning";
|
|
96
|
+
import * as _389 from "./rep/v1/member";
|
|
97
|
+
import * as _390 from "./rep/v1/params";
|
|
98
|
+
import * as _391 from "./rep/v1/project";
|
|
99
|
+
import * as _392 from "./rep/v1/query";
|
|
100
|
+
import * as _393 from "./rep/v1/reserved_tag";
|
|
101
|
+
import * as _394 from "./rep/v1/role_activity";
|
|
102
|
+
import * as _395 from "./rep/v1/stake";
|
|
103
|
+
import * as _396 from "./rep/v1/tag_budget_award";
|
|
104
|
+
import * as _397 from "./rep/v1/tag_budget";
|
|
105
|
+
import * as _398 from "./rep/v1/tag_report";
|
|
106
|
+
import * as _399 from "./rep/v1/tag";
|
|
107
|
+
import * as _400 from "./rep/v1/tx";
|
|
108
|
+
import * as _401 from "./reveal/module/v1/module";
|
|
109
|
+
import * as _402 from "./reveal/v1/genesis";
|
|
110
|
+
import * as _403 from "./reveal/v1/params";
|
|
111
|
+
import * as _404 from "./reveal/v1/query";
|
|
112
|
+
import * as _405 from "./reveal/v1/tx";
|
|
113
|
+
import * as _406 from "./reveal/v1/types";
|
|
114
|
+
import * as _407 from "./season/module/v1/module";
|
|
115
|
+
import * as _408 from "./season/v1/achievement";
|
|
116
|
+
import * as _409 from "./season/v1/display_name_appeal_stake";
|
|
117
|
+
import * as _410 from "./season/v1/display_name_moderation";
|
|
118
|
+
import * as _411 from "./season/v1/display_name_report_stake";
|
|
119
|
+
import * as _412 from "./season/v1/enums";
|
|
120
|
+
import * as _413 from "./season/v1/epoch_xp_tracker";
|
|
121
|
+
import * as _414 from "./season/v1/forum_xp_cooldown";
|
|
122
|
+
import * as _415 from "./season/v1/genesis";
|
|
123
|
+
import * as _416 from "./season/v1/guild_invite";
|
|
124
|
+
import * as _417 from "./season/v1/guild_membership";
|
|
125
|
+
import * as _418 from "./season/v1/guild";
|
|
126
|
+
import * as _419 from "./season/v1/member_profile";
|
|
127
|
+
import * as _420 from "./season/v1/member_quest_progress";
|
|
128
|
+
import * as _421 from "./season/v1/member_registration";
|
|
129
|
+
import * as _422 from "./season/v1/member_season_snapshot";
|
|
130
|
+
import * as _423 from "./season/v1/next_season_info";
|
|
131
|
+
import * as _424 from "./season/v1/nomination";
|
|
132
|
+
import * as _425 from "./season/v1/params";
|
|
133
|
+
import * as _426 from "./season/v1/query";
|
|
134
|
+
import * as _427 from "./season/v1/quest";
|
|
135
|
+
import * as _428 from "./season/v1/season_snapshot";
|
|
136
|
+
import * as _429 from "./season/v1/season_title_eligibility";
|
|
137
|
+
import * as _430 from "./season/v1/season_transition_state";
|
|
138
|
+
import * as _431 from "./season/v1/season";
|
|
139
|
+
import * as _432 from "./season/v1/title";
|
|
140
|
+
import * as _433 from "./season/v1/transition_recovery_state";
|
|
141
|
+
import * as _434 from "./season/v1/tx";
|
|
142
|
+
import * as _435 from "./season/v1/vote_xp_record";
|
|
143
|
+
import * as _436 from "./service/module/v1/module";
|
|
144
|
+
import * as _437 from "./service/v1/controller_transfer_case";
|
|
145
|
+
import * as _438 from "./service/v1/genesis";
|
|
146
|
+
import * as _439 from "./service/v1/operator";
|
|
147
|
+
import * as _440 from "./service/v1/params";
|
|
148
|
+
import * as _441 from "./service/v1/query";
|
|
149
|
+
import * as _442 from "./service/v1/refile_cooldown";
|
|
150
|
+
import * as _443 from "./service/v1/report";
|
|
151
|
+
import * as _444 from "./service/v1/reporter_rate_limit";
|
|
152
|
+
import * as _445 from "./service/v1/service_type_config";
|
|
153
|
+
import * as _446 from "./service/v1/system_report_rate_limit";
|
|
154
|
+
import * as _447 from "./service/v1/tier1_escrow_entry";
|
|
155
|
+
import * as _448 from "./service/v1/tier1_last_slash";
|
|
156
|
+
import * as _449 from "./service/v1/tx";
|
|
157
|
+
import * as _450 from "./service/v1/types";
|
|
158
|
+
import * as _451 from "./session/module/v1/module";
|
|
159
|
+
import * as _452 from "./session/v1/genesis";
|
|
160
|
+
import * as _453 from "./session/v1/grant";
|
|
161
|
+
import * as _454 from "./session/v1/params";
|
|
162
|
+
import * as _455 from "./session/v1/query";
|
|
163
|
+
import * as _456 from "./session/v1/session";
|
|
164
|
+
import * as _457 from "./session/v1/tx";
|
|
165
|
+
import * as _458 from "./shield/module/v1/module";
|
|
166
|
+
import * as _459 from "./shield/v1/genesis";
|
|
167
|
+
import * as _460 from "./shield/v1/params";
|
|
168
|
+
import * as _461 from "./shield/v1/query";
|
|
169
|
+
import * as _462 from "./shield/v1/tx";
|
|
170
|
+
import * as _463 from "./shield/v1/types";
|
|
171
|
+
import * as _464 from "./sparkdream/module/v1/module";
|
|
172
|
+
import * as _465 from "./sparkdream/v1/genesis";
|
|
173
|
+
import * as _466 from "./sparkdream/v1/params";
|
|
174
|
+
import * as _467 from "./sparkdream/v1/query";
|
|
175
|
+
import * as _468 from "./sparkdream/v1/tx";
|
|
176
|
+
import * as _469 from "./split/module/v1/module";
|
|
177
|
+
import * as _470 from "./split/v1/genesis";
|
|
178
|
+
import * as _471 from "./split/v1/params";
|
|
179
|
+
import * as _472 from "./split/v1/query";
|
|
180
|
+
import * as _473 from "./split/v1/share";
|
|
181
|
+
import * as _474 from "./split/v1/tx";
|
|
182
|
+
import * as _688 from "./blog/v1/tx.amino";
|
|
183
|
+
import * as _689 from "./collect/v1/tx.amino";
|
|
184
|
+
import * as _690 from "./commons/v1/tx.amino";
|
|
185
|
+
import * as _691 from "./ecosystem/v1/tx.amino";
|
|
186
|
+
import * as _692 from "./federation/v1/tx.amino";
|
|
187
|
+
import * as _693 from "./forum/v1/tx.amino";
|
|
188
|
+
import * as _694 from "./futarchy/v1/tx.amino";
|
|
189
|
+
import * as _695 from "./guardian/v1/tx.amino";
|
|
190
|
+
import * as _696 from "./name/v1/tx.amino";
|
|
191
|
+
import * as _697 from "./rep/v1/tx.amino";
|
|
192
|
+
import * as _698 from "./reveal/v1/tx.amino";
|
|
193
|
+
import * as _699 from "./season/v1/tx.amino";
|
|
194
|
+
import * as _700 from "./service/v1/tx.amino";
|
|
195
|
+
import * as _701 from "./session/v1/tx.amino";
|
|
196
|
+
import * as _702 from "./shield/v1/tx.amino";
|
|
197
|
+
import * as _703 from "./sparkdream/v1/tx.amino";
|
|
198
|
+
import * as _704 from "./split/v1/tx.amino";
|
|
199
|
+
import * as _705 from "./blog/v1/tx.registry";
|
|
200
|
+
import * as _706 from "./collect/v1/tx.registry";
|
|
201
|
+
import * as _707 from "./commons/v1/tx.registry";
|
|
202
|
+
import * as _708 from "./ecosystem/v1/tx.registry";
|
|
203
|
+
import * as _709 from "./federation/v1/tx.registry";
|
|
204
|
+
import * as _710 from "./forum/v1/tx.registry";
|
|
205
|
+
import * as _711 from "./futarchy/v1/tx.registry";
|
|
206
|
+
import * as _712 from "./guardian/v1/tx.registry";
|
|
207
|
+
import * as _713 from "./name/v1/tx.registry";
|
|
208
|
+
import * as _714 from "./rep/v1/tx.registry";
|
|
209
|
+
import * as _715 from "./reveal/v1/tx.registry";
|
|
210
|
+
import * as _716 from "./season/v1/tx.registry";
|
|
211
|
+
import * as _717 from "./service/v1/tx.registry";
|
|
212
|
+
import * as _718 from "./session/v1/tx.registry";
|
|
213
|
+
import * as _719 from "./shield/v1/tx.registry";
|
|
214
|
+
import * as _720 from "./sparkdream/v1/tx.registry";
|
|
215
|
+
import * as _721 from "./split/v1/tx.registry";
|
|
216
|
+
import * as _722 from "./blog/v1/query.lcd";
|
|
217
|
+
import * as _723 from "./collect/v1/query.lcd";
|
|
218
|
+
import * as _724 from "./commons/v1/query.lcd";
|
|
219
|
+
import * as _725 from "./ecosystem/v1/query.lcd";
|
|
220
|
+
import * as _726 from "./federation/v1/query.lcd";
|
|
221
|
+
import * as _727 from "./forum/v1/query.lcd";
|
|
222
|
+
import * as _728 from "./futarchy/v1/query.lcd";
|
|
223
|
+
import * as _729 from "./guardian/v1/query.lcd";
|
|
224
|
+
import * as _730 from "./identity/v1/query.lcd";
|
|
225
|
+
import * as _731 from "./name/v1/query.lcd";
|
|
226
|
+
import * as _732 from "./rep/v1/query.lcd";
|
|
227
|
+
import * as _733 from "./reveal/v1/query.lcd";
|
|
228
|
+
import * as _734 from "./season/v1/query.lcd";
|
|
229
|
+
import * as _735 from "./service/v1/query.lcd";
|
|
230
|
+
import * as _736 from "./session/v1/query.lcd";
|
|
231
|
+
import * as _737 from "./shield/v1/query.lcd";
|
|
232
|
+
import * as _738 from "./sparkdream/v1/query.lcd";
|
|
233
|
+
import * as _739 from "./split/v1/query.lcd";
|
|
234
|
+
import * as _740 from "./blog/v1/query.rpc.Query";
|
|
235
|
+
import * as _741 from "./collect/v1/query.rpc.Query";
|
|
236
|
+
import * as _742 from "./commons/v1/query.rpc.Query";
|
|
237
|
+
import * as _743 from "./ecosystem/v1/query.rpc.Query";
|
|
238
|
+
import * as _744 from "./federation/v1/query.rpc.Query";
|
|
239
|
+
import * as _745 from "./forum/v1/query.rpc.Query";
|
|
240
|
+
import * as _746 from "./futarchy/v1/query.rpc.Query";
|
|
241
|
+
import * as _747 from "./guardian/v1/query.rpc.Query";
|
|
242
|
+
import * as _748 from "./identity/v1/query.rpc.Query";
|
|
243
|
+
import * as _749 from "./name/v1/query.rpc.Query";
|
|
244
|
+
import * as _750 from "./rep/v1/query.rpc.Query";
|
|
245
|
+
import * as _751 from "./reveal/v1/query.rpc.Query";
|
|
246
|
+
import * as _752 from "./season/v1/query.rpc.Query";
|
|
247
|
+
import * as _753 from "./service/v1/query.rpc.Query";
|
|
248
|
+
import * as _754 from "./session/v1/query.rpc.Query";
|
|
249
|
+
import * as _755 from "./shield/v1/query.rpc.Query";
|
|
250
|
+
import * as _756 from "./sparkdream/v1/query.rpc.Query";
|
|
251
|
+
import * as _757 from "./split/v1/query.rpc.Query";
|
|
252
|
+
import * as _758 from "./blog/v1/tx.rpc.msg";
|
|
253
|
+
import * as _759 from "./collect/v1/tx.rpc.msg";
|
|
254
|
+
import * as _760 from "./commons/v1/tx.rpc.msg";
|
|
255
|
+
import * as _761 from "./ecosystem/v1/tx.rpc.msg";
|
|
256
|
+
import * as _762 from "./federation/v1/tx.rpc.msg";
|
|
257
|
+
import * as _763 from "./forum/v1/tx.rpc.msg";
|
|
258
|
+
import * as _764 from "./futarchy/v1/tx.rpc.msg";
|
|
259
|
+
import * as _765 from "./guardian/v1/tx.rpc.msg";
|
|
260
|
+
import * as _766 from "./name/v1/tx.rpc.msg";
|
|
261
|
+
import * as _767 from "./rep/v1/tx.rpc.msg";
|
|
262
|
+
import * as _768 from "./reveal/v1/tx.rpc.msg";
|
|
263
|
+
import * as _769 from "./season/v1/tx.rpc.msg";
|
|
264
|
+
import * as _770 from "./service/v1/tx.rpc.msg";
|
|
265
|
+
import * as _771 from "./session/v1/tx.rpc.msg";
|
|
266
|
+
import * as _772 from "./shield/v1/tx.rpc.msg";
|
|
267
|
+
import * as _773 from "./sparkdream/v1/tx.rpc.msg";
|
|
268
|
+
import * as _774 from "./split/v1/tx.rpc.msg";
|
|
269
|
+
import * as _784 from "./lcd";
|
|
270
|
+
import * as _785 from "./rpc.query";
|
|
271
|
+
import * as _786 from "./rpc.tx";
|
|
272
272
|
export var sparkdream;
|
|
273
273
|
(function (sparkdream_1) {
|
|
274
274
|
let blog;
|
|
@@ -276,21 +276,21 @@ export var sparkdream;
|
|
|
276
276
|
let module;
|
|
277
277
|
(function (module) {
|
|
278
278
|
module.v1 = {
|
|
279
|
-
...
|
|
279
|
+
..._295
|
|
280
280
|
};
|
|
281
281
|
})(module = blog.module || (blog.module = {}));
|
|
282
282
|
blog.v1 = {
|
|
283
|
-
...
|
|
284
|
-
...
|
|
285
|
-
...
|
|
286
|
-
...
|
|
287
|
-
...
|
|
288
|
-
...
|
|
289
|
-
...
|
|
290
|
-
...
|
|
291
|
-
...
|
|
292
|
-
...
|
|
293
|
-
...
|
|
283
|
+
..._296,
|
|
284
|
+
..._297,
|
|
285
|
+
..._298,
|
|
286
|
+
..._299,
|
|
287
|
+
..._300,
|
|
288
|
+
..._301,
|
|
289
|
+
..._688,
|
|
290
|
+
..._705,
|
|
291
|
+
..._722,
|
|
292
|
+
..._740,
|
|
293
|
+
..._758
|
|
294
294
|
};
|
|
295
295
|
})(blog = sparkdream_1.blog || (sparkdream_1.blog = {}));
|
|
296
296
|
let collect;
|
|
@@ -298,29 +298,29 @@ export var sparkdream;
|
|
|
298
298
|
let module;
|
|
299
299
|
(function (module) {
|
|
300
300
|
module.v1 = {
|
|
301
|
-
...
|
|
301
|
+
..._302
|
|
302
302
|
};
|
|
303
303
|
})(module = collect.module || (collect.module = {}));
|
|
304
304
|
collect.v1 = {
|
|
305
|
-
...
|
|
306
|
-
...
|
|
307
|
-
...
|
|
308
|
-
...
|
|
309
|
-
...
|
|
310
|
-
...
|
|
311
|
-
...
|
|
312
|
-
...
|
|
313
|
-
...
|
|
314
|
-
...
|
|
315
|
-
...
|
|
305
|
+
..._303,
|
|
306
|
+
..._304,
|
|
307
|
+
..._305,
|
|
308
|
+
..._306,
|
|
309
|
+
..._307,
|
|
310
|
+
..._308,
|
|
311
|
+
..._689,
|
|
312
|
+
..._706,
|
|
313
|
+
..._723,
|
|
314
|
+
..._741,
|
|
315
|
+
..._759
|
|
316
316
|
};
|
|
317
317
|
})(collect = sparkdream_1.collect || (sparkdream_1.collect = {}));
|
|
318
318
|
let common;
|
|
319
319
|
(function (common) {
|
|
320
320
|
common.v1 = {
|
|
321
|
-
...
|
|
322
|
-
...
|
|
323
|
-
...
|
|
321
|
+
..._309,
|
|
322
|
+
..._310,
|
|
323
|
+
..._311
|
|
324
324
|
};
|
|
325
325
|
})(common = sparkdream_1.common || (sparkdream_1.common = {}));
|
|
326
326
|
let commons;
|
|
@@ -328,23 +328,23 @@ export var sparkdream;
|
|
|
328
328
|
let module;
|
|
329
329
|
(function (module) {
|
|
330
330
|
module.v1 = {
|
|
331
|
-
...
|
|
331
|
+
..._312
|
|
332
332
|
};
|
|
333
333
|
})(module = commons.module || (commons.module = {}));
|
|
334
334
|
commons.v1 = {
|
|
335
|
-
...
|
|
336
|
-
...
|
|
337
|
-
...
|
|
338
|
-
...
|
|
339
|
-
...
|
|
340
|
-
...
|
|
341
|
-
...
|
|
342
|
-
...
|
|
343
|
-
...
|
|
344
|
-
...
|
|
345
|
-
...
|
|
346
|
-
...
|
|
347
|
-
...
|
|
335
|
+
..._313,
|
|
336
|
+
..._314,
|
|
337
|
+
..._315,
|
|
338
|
+
..._316,
|
|
339
|
+
..._317,
|
|
340
|
+
..._318,
|
|
341
|
+
..._319,
|
|
342
|
+
..._320,
|
|
343
|
+
..._690,
|
|
344
|
+
..._707,
|
|
345
|
+
..._724,
|
|
346
|
+
..._742,
|
|
347
|
+
..._760
|
|
348
348
|
};
|
|
349
349
|
})(commons = sparkdream_1.commons || (sparkdream_1.commons = {}));
|
|
350
350
|
let ecosystem;
|
|
@@ -352,19 +352,19 @@ export var sparkdream;
|
|
|
352
352
|
let module;
|
|
353
353
|
(function (module) {
|
|
354
354
|
module.v1 = {
|
|
355
|
-
...
|
|
355
|
+
..._321
|
|
356
356
|
};
|
|
357
357
|
})(module = ecosystem.module || (ecosystem.module = {}));
|
|
358
358
|
ecosystem.v1 = {
|
|
359
|
-
...
|
|
360
|
-
...
|
|
361
|
-
...
|
|
362
|
-
...
|
|
363
|
-
...
|
|
364
|
-
...
|
|
365
|
-
...
|
|
366
|
-
...
|
|
367
|
-
...
|
|
359
|
+
..._322,
|
|
360
|
+
..._323,
|
|
361
|
+
..._324,
|
|
362
|
+
..._325,
|
|
363
|
+
..._691,
|
|
364
|
+
..._708,
|
|
365
|
+
..._725,
|
|
366
|
+
..._743,
|
|
367
|
+
..._761
|
|
368
368
|
};
|
|
369
369
|
})(ecosystem = sparkdream_1.ecosystem || (sparkdream_1.ecosystem = {}));
|
|
370
370
|
let federation;
|
|
@@ -372,22 +372,22 @@ export var sparkdream;
|
|
|
372
372
|
let module;
|
|
373
373
|
(function (module) {
|
|
374
374
|
module.v1 = {
|
|
375
|
-
...
|
|
375
|
+
..._326
|
|
376
376
|
};
|
|
377
377
|
})(module = federation.module || (federation.module = {}));
|
|
378
378
|
federation.v1 = {
|
|
379
|
-
...
|
|
380
|
-
...
|
|
381
|
-
...
|
|
382
|
-
...
|
|
383
|
-
...
|
|
384
|
-
...
|
|
385
|
-
...
|
|
386
|
-
...
|
|
387
|
-
...
|
|
388
|
-
...
|
|
389
|
-
...
|
|
390
|
-
...
|
|
379
|
+
..._327,
|
|
380
|
+
..._328,
|
|
381
|
+
..._329,
|
|
382
|
+
..._330,
|
|
383
|
+
..._331,
|
|
384
|
+
..._332,
|
|
385
|
+
..._333,
|
|
386
|
+
..._692,
|
|
387
|
+
..._709,
|
|
388
|
+
..._726,
|
|
389
|
+
..._744,
|
|
390
|
+
..._762
|
|
391
391
|
};
|
|
392
392
|
})(federation = sparkdream_1.federation || (sparkdream_1.federation = {}));
|
|
393
393
|
let forum;
|
|
@@ -395,33 +395,33 @@ export var sparkdream;
|
|
|
395
395
|
let module;
|
|
396
396
|
(function (module) {
|
|
397
397
|
module.v1 = {
|
|
398
|
-
...
|
|
398
|
+
..._334
|
|
399
399
|
};
|
|
400
400
|
})(module = forum.module || (forum.module = {}));
|
|
401
401
|
forum.v1 = {
|
|
402
|
-
...
|
|
403
|
-
...
|
|
404
|
-
...
|
|
405
|
-
...
|
|
406
|
-
...
|
|
407
|
-
...
|
|
408
|
-
...
|
|
409
|
-
...
|
|
410
|
-
...
|
|
411
|
-
...
|
|
412
|
-
...
|
|
413
|
-
...
|
|
414
|
-
...
|
|
415
|
-
...
|
|
416
|
-
...
|
|
417
|
-
...
|
|
418
|
-
...
|
|
419
|
-
...
|
|
420
|
-
...
|
|
421
|
-
...
|
|
422
|
-
...
|
|
423
|
-
...
|
|
424
|
-
...
|
|
402
|
+
..._335,
|
|
403
|
+
..._336,
|
|
404
|
+
..._337,
|
|
405
|
+
..._338,
|
|
406
|
+
..._339,
|
|
407
|
+
..._340,
|
|
408
|
+
..._341,
|
|
409
|
+
..._342,
|
|
410
|
+
..._343,
|
|
411
|
+
..._344,
|
|
412
|
+
..._345,
|
|
413
|
+
..._346,
|
|
414
|
+
..._347,
|
|
415
|
+
..._348,
|
|
416
|
+
..._349,
|
|
417
|
+
..._350,
|
|
418
|
+
..._351,
|
|
419
|
+
..._352,
|
|
420
|
+
..._693,
|
|
421
|
+
..._710,
|
|
422
|
+
..._727,
|
|
423
|
+
..._745,
|
|
424
|
+
..._763
|
|
425
425
|
};
|
|
426
426
|
})(forum = sparkdream_1.forum || (sparkdream_1.forum = {}));
|
|
427
427
|
let futarchy;
|
|
@@ -429,20 +429,20 @@ export var sparkdream;
|
|
|
429
429
|
let module;
|
|
430
430
|
(function (module) {
|
|
431
431
|
module.v1 = {
|
|
432
|
-
...
|
|
432
|
+
..._353
|
|
433
433
|
};
|
|
434
434
|
})(module = futarchy.module || (futarchy.module = {}));
|
|
435
435
|
futarchy.v1 = {
|
|
436
|
-
...
|
|
437
|
-
...
|
|
438
|
-
...
|
|
439
|
-
...
|
|
440
|
-
...
|
|
441
|
-
...
|
|
442
|
-
...
|
|
443
|
-
...
|
|
444
|
-
...
|
|
445
|
-
...
|
|
436
|
+
..._354,
|
|
437
|
+
..._355,
|
|
438
|
+
..._356,
|
|
439
|
+
..._357,
|
|
440
|
+
..._358,
|
|
441
|
+
..._694,
|
|
442
|
+
..._711,
|
|
443
|
+
..._728,
|
|
444
|
+
..._746,
|
|
445
|
+
..._764
|
|
446
446
|
};
|
|
447
447
|
})(futarchy = sparkdream_1.futarchy || (sparkdream_1.futarchy = {}));
|
|
448
448
|
let guardian;
|
|
@@ -450,17 +450,17 @@ export var sparkdream;
|
|
|
450
450
|
let module;
|
|
451
451
|
(function (module) {
|
|
452
452
|
module.v1 = {
|
|
453
|
-
...
|
|
453
|
+
..._359
|
|
454
454
|
};
|
|
455
455
|
})(module = guardian.module || (guardian.module = {}));
|
|
456
456
|
guardian.v1 = {
|
|
457
|
-
...
|
|
458
|
-
...
|
|
459
|
-
...
|
|
460
|
-
...
|
|
461
|
-
...
|
|
462
|
-
...
|
|
463
|
-
...
|
|
457
|
+
..._360,
|
|
458
|
+
..._361,
|
|
459
|
+
..._695,
|
|
460
|
+
..._712,
|
|
461
|
+
..._729,
|
|
462
|
+
..._747,
|
|
463
|
+
..._765
|
|
464
464
|
};
|
|
465
465
|
})(guardian = sparkdream_1.guardian || (sparkdream_1.guardian = {}));
|
|
466
466
|
let identity;
|
|
@@ -468,15 +468,15 @@ export var sparkdream;
|
|
|
468
468
|
let module;
|
|
469
469
|
(function (module) {
|
|
470
470
|
module.v1 = {
|
|
471
|
-
...
|
|
471
|
+
..._362
|
|
472
472
|
};
|
|
473
473
|
})(module = identity.module || (identity.module = {}));
|
|
474
474
|
identity.v1 = {
|
|
475
|
-
...
|
|
476
|
-
...
|
|
477
|
-
...
|
|
478
|
-
...
|
|
479
|
-
...
|
|
475
|
+
..._363,
|
|
476
|
+
..._364,
|
|
477
|
+
..._365,
|
|
478
|
+
..._730,
|
|
479
|
+
..._748
|
|
480
480
|
};
|
|
481
481
|
})(identity = sparkdream_1.identity || (sparkdream_1.identity = {}));
|
|
482
482
|
let name;
|
|
@@ -484,22 +484,22 @@ export var sparkdream;
|
|
|
484
484
|
let module;
|
|
485
485
|
(function (module) {
|
|
486
486
|
module.v1 = {
|
|
487
|
-
...
|
|
487
|
+
..._366
|
|
488
488
|
};
|
|
489
489
|
})(module = name.module || (name.module = {}));
|
|
490
490
|
name.v1 = {
|
|
491
|
-
...
|
|
492
|
-
...
|
|
493
|
-
...
|
|
494
|
-
...
|
|
495
|
-
...
|
|
496
|
-
...
|
|
497
|
-
...
|
|
498
|
-
...
|
|
499
|
-
...
|
|
500
|
-
...
|
|
501
|
-
...
|
|
502
|
-
...
|
|
491
|
+
..._367,
|
|
492
|
+
..._368,
|
|
493
|
+
..._369,
|
|
494
|
+
..._370,
|
|
495
|
+
..._371,
|
|
496
|
+
..._372,
|
|
497
|
+
..._373,
|
|
498
|
+
..._696,
|
|
499
|
+
..._713,
|
|
500
|
+
..._731,
|
|
501
|
+
..._749,
|
|
502
|
+
..._766
|
|
503
503
|
};
|
|
504
504
|
})(name = sparkdream_1.name || (sparkdream_1.name = {}));
|
|
505
505
|
let rep;
|
|
@@ -507,41 +507,41 @@ export var sparkdream;
|
|
|
507
507
|
let module;
|
|
508
508
|
(function (module) {
|
|
509
509
|
module.v1 = {
|
|
510
|
-
...
|
|
510
|
+
..._374
|
|
511
511
|
};
|
|
512
512
|
})(module = rep.module || (rep.module = {}));
|
|
513
513
|
rep.v1 = {
|
|
514
|
-
...
|
|
515
|
-
...
|
|
516
|
-
...
|
|
517
|
-
...
|
|
518
|
-
...
|
|
519
|
-
...
|
|
520
|
-
...
|
|
521
|
-
...
|
|
522
|
-
...
|
|
523
|
-
...
|
|
524
|
-
...
|
|
525
|
-
...
|
|
526
|
-
...
|
|
527
|
-
...
|
|
528
|
-
...
|
|
529
|
-
...
|
|
530
|
-
...
|
|
531
|
-
...
|
|
532
|
-
...
|
|
533
|
-
...
|
|
534
|
-
...
|
|
535
|
-
...
|
|
536
|
-
...
|
|
537
|
-
...
|
|
538
|
-
...
|
|
539
|
-
...
|
|
540
|
-
...
|
|
541
|
-
...
|
|
542
|
-
...
|
|
543
|
-
...
|
|
544
|
-
...
|
|
514
|
+
..._375,
|
|
515
|
+
..._376,
|
|
516
|
+
..._377,
|
|
517
|
+
..._378,
|
|
518
|
+
..._379,
|
|
519
|
+
..._380,
|
|
520
|
+
..._381,
|
|
521
|
+
..._382,
|
|
522
|
+
..._383,
|
|
523
|
+
..._384,
|
|
524
|
+
..._385,
|
|
525
|
+
..._386,
|
|
526
|
+
..._387,
|
|
527
|
+
..._388,
|
|
528
|
+
..._389,
|
|
529
|
+
..._390,
|
|
530
|
+
..._391,
|
|
531
|
+
..._392,
|
|
532
|
+
..._393,
|
|
533
|
+
..._394,
|
|
534
|
+
..._395,
|
|
535
|
+
..._396,
|
|
536
|
+
..._397,
|
|
537
|
+
..._398,
|
|
538
|
+
..._399,
|
|
539
|
+
..._400,
|
|
540
|
+
..._697,
|
|
541
|
+
..._714,
|
|
542
|
+
..._732,
|
|
543
|
+
..._750,
|
|
544
|
+
..._767
|
|
545
545
|
};
|
|
546
546
|
})(rep = sparkdream_1.rep || (sparkdream_1.rep = {}));
|
|
547
547
|
let reveal;
|
|
@@ -549,20 +549,20 @@ export var sparkdream;
|
|
|
549
549
|
let module;
|
|
550
550
|
(function (module) {
|
|
551
551
|
module.v1 = {
|
|
552
|
-
...
|
|
552
|
+
..._401
|
|
553
553
|
};
|
|
554
554
|
})(module = reveal.module || (reveal.module = {}));
|
|
555
555
|
reveal.v1 = {
|
|
556
|
-
...
|
|
557
|
-
...
|
|
558
|
-
...
|
|
559
|
-
...
|
|
560
|
-
...
|
|
561
|
-
...
|
|
562
|
-
...
|
|
563
|
-
...
|
|
564
|
-
...
|
|
565
|
-
...
|
|
556
|
+
..._402,
|
|
557
|
+
..._403,
|
|
558
|
+
..._404,
|
|
559
|
+
..._405,
|
|
560
|
+
..._406,
|
|
561
|
+
..._698,
|
|
562
|
+
..._715,
|
|
563
|
+
..._733,
|
|
564
|
+
..._751,
|
|
565
|
+
..._768
|
|
566
566
|
};
|
|
567
567
|
})(reveal = sparkdream_1.reveal || (sparkdream_1.reveal = {}));
|
|
568
568
|
let season;
|
|
@@ -570,43 +570,43 @@ export var sparkdream;
|
|
|
570
570
|
let module;
|
|
571
571
|
(function (module) {
|
|
572
572
|
module.v1 = {
|
|
573
|
-
...
|
|
573
|
+
..._407
|
|
574
574
|
};
|
|
575
575
|
})(module = season.module || (season.module = {}));
|
|
576
576
|
season.v1 = {
|
|
577
|
-
...
|
|
578
|
-
...
|
|
579
|
-
...
|
|
580
|
-
...
|
|
581
|
-
...
|
|
582
|
-
...
|
|
583
|
-
...
|
|
584
|
-
...
|
|
585
|
-
...
|
|
586
|
-
...
|
|
587
|
-
...
|
|
588
|
-
...
|
|
589
|
-
...
|
|
590
|
-
...
|
|
591
|
-
...
|
|
592
|
-
...
|
|
593
|
-
...
|
|
594
|
-
...
|
|
595
|
-
...
|
|
596
|
-
...
|
|
597
|
-
...
|
|
598
|
-
...
|
|
599
|
-
...
|
|
600
|
-
...
|
|
601
|
-
...
|
|
602
|
-
...
|
|
603
|
-
...
|
|
604
|
-
...
|
|
605
|
-
...
|
|
606
|
-
...
|
|
607
|
-
...
|
|
608
|
-
...
|
|
609
|
-
...
|
|
577
|
+
..._408,
|
|
578
|
+
..._409,
|
|
579
|
+
..._410,
|
|
580
|
+
..._411,
|
|
581
|
+
..._412,
|
|
582
|
+
..._413,
|
|
583
|
+
..._414,
|
|
584
|
+
..._415,
|
|
585
|
+
..._416,
|
|
586
|
+
..._417,
|
|
587
|
+
..._418,
|
|
588
|
+
..._419,
|
|
589
|
+
..._420,
|
|
590
|
+
..._421,
|
|
591
|
+
..._422,
|
|
592
|
+
..._423,
|
|
593
|
+
..._424,
|
|
594
|
+
..._425,
|
|
595
|
+
..._426,
|
|
596
|
+
..._427,
|
|
597
|
+
..._428,
|
|
598
|
+
..._429,
|
|
599
|
+
..._430,
|
|
600
|
+
..._431,
|
|
601
|
+
..._432,
|
|
602
|
+
..._433,
|
|
603
|
+
..._434,
|
|
604
|
+
..._435,
|
|
605
|
+
..._699,
|
|
606
|
+
..._716,
|
|
607
|
+
..._734,
|
|
608
|
+
..._752,
|
|
609
|
+
..._769
|
|
610
610
|
};
|
|
611
611
|
})(season = sparkdream_1.season || (sparkdream_1.season = {}));
|
|
612
612
|
let service;
|
|
@@ -614,29 +614,29 @@ export var sparkdream;
|
|
|
614
614
|
let module;
|
|
615
615
|
(function (module) {
|
|
616
616
|
module.v1 = {
|
|
617
|
-
...
|
|
617
|
+
..._436
|
|
618
618
|
};
|
|
619
619
|
})(module = service.module || (service.module = {}));
|
|
620
620
|
service.v1 = {
|
|
621
|
-
...
|
|
622
|
-
...
|
|
623
|
-
...
|
|
624
|
-
...
|
|
625
|
-
...
|
|
626
|
-
...
|
|
627
|
-
...
|
|
628
|
-
...
|
|
629
|
-
...
|
|
630
|
-
...
|
|
631
|
-
...
|
|
632
|
-
...
|
|
633
|
-
...
|
|
634
|
-
...
|
|
635
|
-
...
|
|
636
|
-
...
|
|
637
|
-
...
|
|
638
|
-
...
|
|
639
|
-
...
|
|
621
|
+
..._437,
|
|
622
|
+
..._438,
|
|
623
|
+
..._439,
|
|
624
|
+
..._440,
|
|
625
|
+
..._441,
|
|
626
|
+
..._442,
|
|
627
|
+
..._443,
|
|
628
|
+
..._444,
|
|
629
|
+
..._445,
|
|
630
|
+
..._446,
|
|
631
|
+
..._447,
|
|
632
|
+
..._448,
|
|
633
|
+
..._449,
|
|
634
|
+
..._450,
|
|
635
|
+
..._700,
|
|
636
|
+
..._717,
|
|
637
|
+
..._735,
|
|
638
|
+
..._753,
|
|
639
|
+
..._770
|
|
640
640
|
};
|
|
641
641
|
})(service = sparkdream_1.service || (sparkdream_1.service = {}));
|
|
642
642
|
let session;
|
|
@@ -644,21 +644,21 @@ export var sparkdream;
|
|
|
644
644
|
let module;
|
|
645
645
|
(function (module) {
|
|
646
646
|
module.v1 = {
|
|
647
|
-
...
|
|
647
|
+
..._451
|
|
648
648
|
};
|
|
649
649
|
})(module = session.module || (session.module = {}));
|
|
650
650
|
session.v1 = {
|
|
651
|
-
...
|
|
652
|
-
...
|
|
653
|
-
...
|
|
654
|
-
...
|
|
655
|
-
...
|
|
656
|
-
...
|
|
657
|
-
...
|
|
658
|
-
...
|
|
659
|
-
...
|
|
660
|
-
...
|
|
661
|
-
...
|
|
651
|
+
..._452,
|
|
652
|
+
..._453,
|
|
653
|
+
..._454,
|
|
654
|
+
..._455,
|
|
655
|
+
..._456,
|
|
656
|
+
..._457,
|
|
657
|
+
..._701,
|
|
658
|
+
..._718,
|
|
659
|
+
..._736,
|
|
660
|
+
..._754,
|
|
661
|
+
..._771
|
|
662
662
|
};
|
|
663
663
|
})(session = sparkdream_1.session || (sparkdream_1.session = {}));
|
|
664
664
|
let shield;
|
|
@@ -666,20 +666,20 @@ export var sparkdream;
|
|
|
666
666
|
let module;
|
|
667
667
|
(function (module) {
|
|
668
668
|
module.v1 = {
|
|
669
|
-
...
|
|
669
|
+
..._458
|
|
670
670
|
};
|
|
671
671
|
})(module = shield.module || (shield.module = {}));
|
|
672
672
|
shield.v1 = {
|
|
673
|
-
...
|
|
674
|
-
...
|
|
675
|
-
...
|
|
676
|
-
...
|
|
677
|
-
...
|
|
678
|
-
...
|
|
679
|
-
...
|
|
680
|
-
...
|
|
681
|
-
...
|
|
682
|
-
...
|
|
673
|
+
..._459,
|
|
674
|
+
..._460,
|
|
675
|
+
..._461,
|
|
676
|
+
..._462,
|
|
677
|
+
..._463,
|
|
678
|
+
..._702,
|
|
679
|
+
..._719,
|
|
680
|
+
..._737,
|
|
681
|
+
..._755,
|
|
682
|
+
..._772
|
|
683
683
|
};
|
|
684
684
|
})(shield = sparkdream_1.shield || (sparkdream_1.shield = {}));
|
|
685
685
|
let sparkdream;
|
|
@@ -687,19 +687,19 @@ export var sparkdream;
|
|
|
687
687
|
let module;
|
|
688
688
|
(function (module) {
|
|
689
689
|
module.v1 = {
|
|
690
|
-
...
|
|
690
|
+
..._464
|
|
691
691
|
};
|
|
692
692
|
})(module = sparkdream.module || (sparkdream.module = {}));
|
|
693
693
|
sparkdream.v1 = {
|
|
694
|
-
...
|
|
695
|
-
...
|
|
696
|
-
...
|
|
697
|
-
...
|
|
698
|
-
...
|
|
699
|
-
...
|
|
700
|
-
...
|
|
701
|
-
...
|
|
702
|
-
...
|
|
694
|
+
..._465,
|
|
695
|
+
..._466,
|
|
696
|
+
..._467,
|
|
697
|
+
..._468,
|
|
698
|
+
..._703,
|
|
699
|
+
..._720,
|
|
700
|
+
..._738,
|
|
701
|
+
..._756,
|
|
702
|
+
..._773
|
|
703
703
|
};
|
|
704
704
|
})(sparkdream = sparkdream_1.sparkdream || (sparkdream_1.sparkdream = {}));
|
|
705
705
|
let split;
|
|
@@ -707,25 +707,25 @@ export var sparkdream;
|
|
|
707
707
|
let module;
|
|
708
708
|
(function (module) {
|
|
709
709
|
module.v1 = {
|
|
710
|
-
...
|
|
710
|
+
..._469
|
|
711
711
|
};
|
|
712
712
|
})(module = split.module || (split.module = {}));
|
|
713
713
|
split.v1 = {
|
|
714
|
-
...
|
|
715
|
-
...
|
|
716
|
-
...
|
|
717
|
-
...
|
|
718
|
-
...
|
|
719
|
-
...
|
|
720
|
-
...
|
|
721
|
-
...
|
|
722
|
-
...
|
|
723
|
-
...
|
|
714
|
+
..._470,
|
|
715
|
+
..._471,
|
|
716
|
+
..._472,
|
|
717
|
+
..._473,
|
|
718
|
+
..._474,
|
|
719
|
+
..._704,
|
|
720
|
+
..._721,
|
|
721
|
+
..._739,
|
|
722
|
+
..._757,
|
|
723
|
+
..._774
|
|
724
724
|
};
|
|
725
725
|
})(split = sparkdream_1.split || (sparkdream_1.split = {}));
|
|
726
726
|
sparkdream_1.ClientFactory = {
|
|
727
|
-
...
|
|
728
|
-
...
|
|
729
|
-
...
|
|
727
|
+
..._784,
|
|
728
|
+
..._785,
|
|
729
|
+
..._786
|
|
730
730
|
};
|
|
731
731
|
})(sparkdream || (sparkdream = {}));
|