@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/ibc/lcd.d.ts
CHANGED
|
@@ -59,6 +59,9 @@ export declare const createLCDClient: ({ restEndpoint }: {
|
|
|
59
59
|
};
|
|
60
60
|
ibc: {
|
|
61
61
|
applications: {
|
|
62
|
+
gmp: {
|
|
63
|
+
v1: import("./applications/gmp/v1/query.lcd").LCDQueryClient;
|
|
64
|
+
};
|
|
62
65
|
interchain_accounts: {
|
|
63
66
|
controller: {
|
|
64
67
|
v1: import("./applications/interchain_accounts/controller/v1/query.lcd").LCDQueryClient;
|
package/ibc/lcd.js
CHANGED
|
@@ -135,6 +135,11 @@ const createLCDClient = async ({ restEndpoint }) => {
|
|
|
135
135
|
},
|
|
136
136
|
ibc: {
|
|
137
137
|
applications: {
|
|
138
|
+
gmp: {
|
|
139
|
+
v1: new (await Promise.resolve().then(() => __importStar(require("./applications/gmp/v1/query.lcd")))).LCDQueryClient({
|
|
140
|
+
requestClient
|
|
141
|
+
})
|
|
142
|
+
},
|
|
138
143
|
interchain_accounts: {
|
|
139
144
|
controller: {
|
|
140
145
|
v1: new (await Promise.resolve().then(() => __importStar(require("./applications/interchain_accounts/controller/v1/query.lcd")))).LCDQueryClient({
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* ClientState defines an attestor-based light client that tracks the current
|
|
5
|
+
* consensus state and if the client is frozen.
|
|
6
|
+
* @name ClientState
|
|
7
|
+
* @package ibc.lightclients.attestations.v1
|
|
8
|
+
* @see proto type: ibc.lightclients.attestations.v1.ClientState
|
|
9
|
+
*/
|
|
10
|
+
export interface ClientState {
|
|
11
|
+
/**
|
|
12
|
+
* trusted attestor set (EOA addresses)
|
|
13
|
+
*/
|
|
14
|
+
attestorAddresses: string[];
|
|
15
|
+
/**
|
|
16
|
+
* quorum threshold (minimum number of unique attestor signatures required)
|
|
17
|
+
*/
|
|
18
|
+
minRequiredSigs: number;
|
|
19
|
+
/**
|
|
20
|
+
* highest height that has been trusted
|
|
21
|
+
*/
|
|
22
|
+
latestHeight: bigint;
|
|
23
|
+
/**
|
|
24
|
+
* when true, all verification and updates MUST fail
|
|
25
|
+
*/
|
|
26
|
+
isFrozen: boolean;
|
|
27
|
+
}
|
|
28
|
+
export interface ClientStateProtoMsg {
|
|
29
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ClientState";
|
|
30
|
+
value: Uint8Array;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* ClientState defines an attestor-based light client that tracks the current
|
|
34
|
+
* consensus state and if the client is frozen.
|
|
35
|
+
* @name ClientStateAmino
|
|
36
|
+
* @package ibc.lightclients.attestations.v1
|
|
37
|
+
* @see proto type: ibc.lightclients.attestations.v1.ClientState
|
|
38
|
+
*/
|
|
39
|
+
export interface ClientStateAmino {
|
|
40
|
+
/**
|
|
41
|
+
* trusted attestor set (EOA addresses)
|
|
42
|
+
*/
|
|
43
|
+
attestor_addresses?: string[];
|
|
44
|
+
/**
|
|
45
|
+
* quorum threshold (minimum number of unique attestor signatures required)
|
|
46
|
+
*/
|
|
47
|
+
min_required_sigs?: number;
|
|
48
|
+
/**
|
|
49
|
+
* highest height that has been trusted
|
|
50
|
+
*/
|
|
51
|
+
latest_height?: string;
|
|
52
|
+
/**
|
|
53
|
+
* when true, all verification and updates MUST fail
|
|
54
|
+
*/
|
|
55
|
+
is_frozen?: boolean;
|
|
56
|
+
}
|
|
57
|
+
export interface ClientStateAminoMsg {
|
|
58
|
+
type: "cosmos-sdk/ClientState";
|
|
59
|
+
value: ClientStateAmino;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* ConsensusState defines an attestor consensus state. The timestamp of a
|
|
63
|
+
* consensus state is stored per height.
|
|
64
|
+
* @name ConsensusState
|
|
65
|
+
* @package ibc.lightclients.attestations.v1
|
|
66
|
+
* @see proto type: ibc.lightclients.attestations.v1.ConsensusState
|
|
67
|
+
*/
|
|
68
|
+
export interface ConsensusState {
|
|
69
|
+
/**
|
|
70
|
+
* trusted UNIX timestamp (nanoseconds) for the height
|
|
71
|
+
*/
|
|
72
|
+
timestamp: bigint;
|
|
73
|
+
}
|
|
74
|
+
export interface ConsensusStateProtoMsg {
|
|
75
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ConsensusState";
|
|
76
|
+
value: Uint8Array;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* ConsensusState defines an attestor consensus state. The timestamp of a
|
|
80
|
+
* consensus state is stored per height.
|
|
81
|
+
* @name ConsensusStateAmino
|
|
82
|
+
* @package ibc.lightclients.attestations.v1
|
|
83
|
+
* @see proto type: ibc.lightclients.attestations.v1.ConsensusState
|
|
84
|
+
*/
|
|
85
|
+
export interface ConsensusStateAmino {
|
|
86
|
+
/**
|
|
87
|
+
* trusted UNIX timestamp (nanoseconds) for the height
|
|
88
|
+
*/
|
|
89
|
+
timestamp?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface ConsensusStateAminoMsg {
|
|
92
|
+
type: "cosmos-sdk/ConsensusState";
|
|
93
|
+
value: ConsensusStateAmino;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* AttestationProof is used for client updates and membership verification.
|
|
97
|
+
* All attestor signatures cover sha256(attestationData).
|
|
98
|
+
* @name AttestationProof
|
|
99
|
+
* @package ibc.lightclients.attestations.v1
|
|
100
|
+
* @see proto type: ibc.lightclients.attestations.v1.AttestationProof
|
|
101
|
+
*/
|
|
102
|
+
export interface AttestationProof {
|
|
103
|
+
/**
|
|
104
|
+
* the attestation data that was signed (ABI-encoded StateAttestation or PacketAttestation)
|
|
105
|
+
*/
|
|
106
|
+
attestationData: Uint8Array;
|
|
107
|
+
/**
|
|
108
|
+
* array of 65-byte ECDSA signatures (r||s||v)
|
|
109
|
+
*/
|
|
110
|
+
signatures: Uint8Array[];
|
|
111
|
+
}
|
|
112
|
+
export interface AttestationProofProtoMsg {
|
|
113
|
+
typeUrl: "/ibc.lightclients.attestations.v1.AttestationProof";
|
|
114
|
+
value: Uint8Array;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* AttestationProof is used for client updates and membership verification.
|
|
118
|
+
* All attestor signatures cover sha256(attestationData).
|
|
119
|
+
* @name AttestationProofAmino
|
|
120
|
+
* @package ibc.lightclients.attestations.v1
|
|
121
|
+
* @see proto type: ibc.lightclients.attestations.v1.AttestationProof
|
|
122
|
+
*/
|
|
123
|
+
export interface AttestationProofAmino {
|
|
124
|
+
/**
|
|
125
|
+
* the attestation data that was signed (ABI-encoded StateAttestation or PacketAttestation)
|
|
126
|
+
*/
|
|
127
|
+
attestation_data?: string;
|
|
128
|
+
/**
|
|
129
|
+
* array of 65-byte ECDSA signatures (r||s||v)
|
|
130
|
+
*/
|
|
131
|
+
signatures?: string[];
|
|
132
|
+
}
|
|
133
|
+
export interface AttestationProofAminoMsg {
|
|
134
|
+
type: "cosmos-sdk/AttestationProof";
|
|
135
|
+
value: AttestationProofAmino;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* ClientState defines an attestor-based light client that tracks the current
|
|
139
|
+
* consensus state and if the client is frozen.
|
|
140
|
+
* @name ClientState
|
|
141
|
+
* @package ibc.lightclients.attestations.v1
|
|
142
|
+
* @see proto type: ibc.lightclients.attestations.v1.ClientState
|
|
143
|
+
*/
|
|
144
|
+
export declare const ClientState: {
|
|
145
|
+
typeUrl: string;
|
|
146
|
+
aminoType: string;
|
|
147
|
+
encode(message: ClientState, writer?: BinaryWriter): BinaryWriter;
|
|
148
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ClientState;
|
|
149
|
+
fromPartial(object: DeepPartial<ClientState>): ClientState;
|
|
150
|
+
fromAmino(object: ClientStateAmino): ClientState;
|
|
151
|
+
toAmino(message: ClientState): ClientStateAmino;
|
|
152
|
+
fromAminoMsg(object: ClientStateAminoMsg): ClientState;
|
|
153
|
+
toAminoMsg(message: ClientState): ClientStateAminoMsg;
|
|
154
|
+
fromProtoMsg(message: ClientStateProtoMsg): ClientState;
|
|
155
|
+
toProto(message: ClientState): Uint8Array;
|
|
156
|
+
toProtoMsg(message: ClientState): ClientStateProtoMsg;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* ConsensusState defines an attestor consensus state. The timestamp of a
|
|
160
|
+
* consensus state is stored per height.
|
|
161
|
+
* @name ConsensusState
|
|
162
|
+
* @package ibc.lightclients.attestations.v1
|
|
163
|
+
* @see proto type: ibc.lightclients.attestations.v1.ConsensusState
|
|
164
|
+
*/
|
|
165
|
+
export declare const ConsensusState: {
|
|
166
|
+
typeUrl: string;
|
|
167
|
+
aminoType: string;
|
|
168
|
+
encode(message: ConsensusState, writer?: BinaryWriter): BinaryWriter;
|
|
169
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ConsensusState;
|
|
170
|
+
fromPartial(object: DeepPartial<ConsensusState>): ConsensusState;
|
|
171
|
+
fromAmino(object: ConsensusStateAmino): ConsensusState;
|
|
172
|
+
toAmino(message: ConsensusState): ConsensusStateAmino;
|
|
173
|
+
fromAminoMsg(object: ConsensusStateAminoMsg): ConsensusState;
|
|
174
|
+
toAminoMsg(message: ConsensusState): ConsensusStateAminoMsg;
|
|
175
|
+
fromProtoMsg(message: ConsensusStateProtoMsg): ConsensusState;
|
|
176
|
+
toProto(message: ConsensusState): Uint8Array;
|
|
177
|
+
toProtoMsg(message: ConsensusState): ConsensusStateProtoMsg;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* AttestationProof is used for client updates and membership verification.
|
|
181
|
+
* All attestor signatures cover sha256(attestationData).
|
|
182
|
+
* @name AttestationProof
|
|
183
|
+
* @package ibc.lightclients.attestations.v1
|
|
184
|
+
* @see proto type: ibc.lightclients.attestations.v1.AttestationProof
|
|
185
|
+
*/
|
|
186
|
+
export declare const AttestationProof: {
|
|
187
|
+
typeUrl: string;
|
|
188
|
+
aminoType: string;
|
|
189
|
+
encode(message: AttestationProof, writer?: BinaryWriter): BinaryWriter;
|
|
190
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AttestationProof;
|
|
191
|
+
fromPartial(object: DeepPartial<AttestationProof>): AttestationProof;
|
|
192
|
+
fromAmino(object: AttestationProofAmino): AttestationProof;
|
|
193
|
+
toAmino(message: AttestationProof): AttestationProofAmino;
|
|
194
|
+
fromAminoMsg(object: AttestationProofAminoMsg): AttestationProof;
|
|
195
|
+
toAminoMsg(message: AttestationProof): AttestationProofAminoMsg;
|
|
196
|
+
fromProtoMsg(message: AttestationProofProtoMsg): AttestationProof;
|
|
197
|
+
toProto(message: AttestationProof): Uint8Array;
|
|
198
|
+
toProtoMsg(message: AttestationProof): AttestationProofProtoMsg;
|
|
199
|
+
};
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AttestationProof = exports.ConsensusState = exports.ClientState = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../../binary");
|
|
6
|
+
const helpers_1 = require("../../../../helpers");
|
|
7
|
+
function createBaseClientState() {
|
|
8
|
+
return {
|
|
9
|
+
attestorAddresses: [],
|
|
10
|
+
minRequiredSigs: 0,
|
|
11
|
+
latestHeight: BigInt(0),
|
|
12
|
+
isFrozen: false
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* ClientState defines an attestor-based light client that tracks the current
|
|
17
|
+
* consensus state and if the client is frozen.
|
|
18
|
+
* @name ClientState
|
|
19
|
+
* @package ibc.lightclients.attestations.v1
|
|
20
|
+
* @see proto type: ibc.lightclients.attestations.v1.ClientState
|
|
21
|
+
*/
|
|
22
|
+
exports.ClientState = {
|
|
23
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ClientState",
|
|
24
|
+
aminoType: "cosmos-sdk/ClientState",
|
|
25
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
26
|
+
for (const v of message.attestorAddresses) {
|
|
27
|
+
writer.uint32(10).string(v);
|
|
28
|
+
}
|
|
29
|
+
if (message.minRequiredSigs !== 0) {
|
|
30
|
+
writer.uint32(16).uint32(message.minRequiredSigs);
|
|
31
|
+
}
|
|
32
|
+
if (message.latestHeight !== BigInt(0)) {
|
|
33
|
+
writer.uint32(24).uint64(message.latestHeight);
|
|
34
|
+
}
|
|
35
|
+
if (message.isFrozen === true) {
|
|
36
|
+
writer.uint32(32).bool(message.isFrozen);
|
|
37
|
+
}
|
|
38
|
+
return writer;
|
|
39
|
+
},
|
|
40
|
+
decode(input, length) {
|
|
41
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
42
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
43
|
+
const message = createBaseClientState();
|
|
44
|
+
while (reader.pos < end) {
|
|
45
|
+
const tag = reader.uint32();
|
|
46
|
+
switch (tag >>> 3) {
|
|
47
|
+
case 1:
|
|
48
|
+
message.attestorAddresses.push(reader.string());
|
|
49
|
+
break;
|
|
50
|
+
case 2:
|
|
51
|
+
message.minRequiredSigs = reader.uint32();
|
|
52
|
+
break;
|
|
53
|
+
case 3:
|
|
54
|
+
message.latestHeight = reader.uint64();
|
|
55
|
+
break;
|
|
56
|
+
case 4:
|
|
57
|
+
message.isFrozen = reader.bool();
|
|
58
|
+
break;
|
|
59
|
+
default:
|
|
60
|
+
reader.skipType(tag & 7);
|
|
61
|
+
break;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return message;
|
|
65
|
+
},
|
|
66
|
+
fromPartial(object) {
|
|
67
|
+
const message = createBaseClientState();
|
|
68
|
+
message.attestorAddresses = object.attestorAddresses?.map(e => e) || [];
|
|
69
|
+
message.minRequiredSigs = object.minRequiredSigs ?? 0;
|
|
70
|
+
message.latestHeight = object.latestHeight !== undefined && object.latestHeight !== null ? BigInt(object.latestHeight.toString()) : BigInt(0);
|
|
71
|
+
message.isFrozen = object.isFrozen ?? false;
|
|
72
|
+
return message;
|
|
73
|
+
},
|
|
74
|
+
fromAmino(object) {
|
|
75
|
+
const message = createBaseClientState();
|
|
76
|
+
message.attestorAddresses = object.attestor_addresses?.map(e => e) || [];
|
|
77
|
+
if (object.min_required_sigs !== undefined && object.min_required_sigs !== null) {
|
|
78
|
+
message.minRequiredSigs = object.min_required_sigs;
|
|
79
|
+
}
|
|
80
|
+
if (object.latest_height !== undefined && object.latest_height !== null) {
|
|
81
|
+
message.latestHeight = BigInt(object.latest_height);
|
|
82
|
+
}
|
|
83
|
+
if (object.is_frozen !== undefined && object.is_frozen !== null) {
|
|
84
|
+
message.isFrozen = object.is_frozen;
|
|
85
|
+
}
|
|
86
|
+
return message;
|
|
87
|
+
},
|
|
88
|
+
toAmino(message) {
|
|
89
|
+
const obj = {};
|
|
90
|
+
if (message.attestorAddresses) {
|
|
91
|
+
obj.attestor_addresses = message.attestorAddresses.map(e => e);
|
|
92
|
+
}
|
|
93
|
+
else {
|
|
94
|
+
obj.attestor_addresses = message.attestorAddresses;
|
|
95
|
+
}
|
|
96
|
+
obj.min_required_sigs = message.minRequiredSigs === 0 ? undefined : message.minRequiredSigs;
|
|
97
|
+
obj.latest_height = message.latestHeight !== BigInt(0) ? message.latestHeight?.toString() : undefined;
|
|
98
|
+
obj.is_frozen = message.isFrozen === false ? undefined : message.isFrozen;
|
|
99
|
+
return obj;
|
|
100
|
+
},
|
|
101
|
+
fromAminoMsg(object) {
|
|
102
|
+
return exports.ClientState.fromAmino(object.value);
|
|
103
|
+
},
|
|
104
|
+
toAminoMsg(message) {
|
|
105
|
+
return {
|
|
106
|
+
type: "cosmos-sdk/ClientState",
|
|
107
|
+
value: exports.ClientState.toAmino(message)
|
|
108
|
+
};
|
|
109
|
+
},
|
|
110
|
+
fromProtoMsg(message) {
|
|
111
|
+
return exports.ClientState.decode(message.value);
|
|
112
|
+
},
|
|
113
|
+
toProto(message) {
|
|
114
|
+
return exports.ClientState.encode(message).finish();
|
|
115
|
+
},
|
|
116
|
+
toProtoMsg(message) {
|
|
117
|
+
return {
|
|
118
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ClientState",
|
|
119
|
+
value: exports.ClientState.encode(message).finish()
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
function createBaseConsensusState() {
|
|
124
|
+
return {
|
|
125
|
+
timestamp: BigInt(0)
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* ConsensusState defines an attestor consensus state. The timestamp of a
|
|
130
|
+
* consensus state is stored per height.
|
|
131
|
+
* @name ConsensusState
|
|
132
|
+
* @package ibc.lightclients.attestations.v1
|
|
133
|
+
* @see proto type: ibc.lightclients.attestations.v1.ConsensusState
|
|
134
|
+
*/
|
|
135
|
+
exports.ConsensusState = {
|
|
136
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ConsensusState",
|
|
137
|
+
aminoType: "cosmos-sdk/ConsensusState",
|
|
138
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
139
|
+
if (message.timestamp !== BigInt(0)) {
|
|
140
|
+
writer.uint32(8).uint64(message.timestamp);
|
|
141
|
+
}
|
|
142
|
+
return writer;
|
|
143
|
+
},
|
|
144
|
+
decode(input, length) {
|
|
145
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
146
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
147
|
+
const message = createBaseConsensusState();
|
|
148
|
+
while (reader.pos < end) {
|
|
149
|
+
const tag = reader.uint32();
|
|
150
|
+
switch (tag >>> 3) {
|
|
151
|
+
case 1:
|
|
152
|
+
message.timestamp = reader.uint64();
|
|
153
|
+
break;
|
|
154
|
+
default:
|
|
155
|
+
reader.skipType(tag & 7);
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
return message;
|
|
160
|
+
},
|
|
161
|
+
fromPartial(object) {
|
|
162
|
+
const message = createBaseConsensusState();
|
|
163
|
+
message.timestamp = object.timestamp !== undefined && object.timestamp !== null ? BigInt(object.timestamp.toString()) : BigInt(0);
|
|
164
|
+
return message;
|
|
165
|
+
},
|
|
166
|
+
fromAmino(object) {
|
|
167
|
+
const message = createBaseConsensusState();
|
|
168
|
+
if (object.timestamp !== undefined && object.timestamp !== null) {
|
|
169
|
+
message.timestamp = BigInt(object.timestamp);
|
|
170
|
+
}
|
|
171
|
+
return message;
|
|
172
|
+
},
|
|
173
|
+
toAmino(message) {
|
|
174
|
+
const obj = {};
|
|
175
|
+
obj.timestamp = message.timestamp !== BigInt(0) ? message.timestamp?.toString() : undefined;
|
|
176
|
+
return obj;
|
|
177
|
+
},
|
|
178
|
+
fromAminoMsg(object) {
|
|
179
|
+
return exports.ConsensusState.fromAmino(object.value);
|
|
180
|
+
},
|
|
181
|
+
toAminoMsg(message) {
|
|
182
|
+
return {
|
|
183
|
+
type: "cosmos-sdk/ConsensusState",
|
|
184
|
+
value: exports.ConsensusState.toAmino(message)
|
|
185
|
+
};
|
|
186
|
+
},
|
|
187
|
+
fromProtoMsg(message) {
|
|
188
|
+
return exports.ConsensusState.decode(message.value);
|
|
189
|
+
},
|
|
190
|
+
toProto(message) {
|
|
191
|
+
return exports.ConsensusState.encode(message).finish();
|
|
192
|
+
},
|
|
193
|
+
toProtoMsg(message) {
|
|
194
|
+
return {
|
|
195
|
+
typeUrl: "/ibc.lightclients.attestations.v1.ConsensusState",
|
|
196
|
+
value: exports.ConsensusState.encode(message).finish()
|
|
197
|
+
};
|
|
198
|
+
}
|
|
199
|
+
};
|
|
200
|
+
function createBaseAttestationProof() {
|
|
201
|
+
return {
|
|
202
|
+
attestationData: new Uint8Array(),
|
|
203
|
+
signatures: []
|
|
204
|
+
};
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* AttestationProof is used for client updates and membership verification.
|
|
208
|
+
* All attestor signatures cover sha256(attestationData).
|
|
209
|
+
* @name AttestationProof
|
|
210
|
+
* @package ibc.lightclients.attestations.v1
|
|
211
|
+
* @see proto type: ibc.lightclients.attestations.v1.AttestationProof
|
|
212
|
+
*/
|
|
213
|
+
exports.AttestationProof = {
|
|
214
|
+
typeUrl: "/ibc.lightclients.attestations.v1.AttestationProof",
|
|
215
|
+
aminoType: "cosmos-sdk/AttestationProof",
|
|
216
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
217
|
+
if (message.attestationData.length !== 0) {
|
|
218
|
+
writer.uint32(10).bytes(message.attestationData);
|
|
219
|
+
}
|
|
220
|
+
for (const v of message.signatures) {
|
|
221
|
+
writer.uint32(18).bytes(v);
|
|
222
|
+
}
|
|
223
|
+
return writer;
|
|
224
|
+
},
|
|
225
|
+
decode(input, length) {
|
|
226
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
227
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
228
|
+
const message = createBaseAttestationProof();
|
|
229
|
+
while (reader.pos < end) {
|
|
230
|
+
const tag = reader.uint32();
|
|
231
|
+
switch (tag >>> 3) {
|
|
232
|
+
case 1:
|
|
233
|
+
message.attestationData = reader.bytes();
|
|
234
|
+
break;
|
|
235
|
+
case 2:
|
|
236
|
+
message.signatures.push(reader.bytes());
|
|
237
|
+
break;
|
|
238
|
+
default:
|
|
239
|
+
reader.skipType(tag & 7);
|
|
240
|
+
break;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
return message;
|
|
244
|
+
},
|
|
245
|
+
fromPartial(object) {
|
|
246
|
+
const message = createBaseAttestationProof();
|
|
247
|
+
message.attestationData = object.attestationData ?? new Uint8Array();
|
|
248
|
+
message.signatures = object.signatures?.map(e => e) || [];
|
|
249
|
+
return message;
|
|
250
|
+
},
|
|
251
|
+
fromAmino(object) {
|
|
252
|
+
const message = createBaseAttestationProof();
|
|
253
|
+
if (object.attestation_data !== undefined && object.attestation_data !== null) {
|
|
254
|
+
message.attestationData = (0, helpers_1.bytesFromBase64)(object.attestation_data);
|
|
255
|
+
}
|
|
256
|
+
message.signatures = object.signatures?.map(e => (0, helpers_1.bytesFromBase64)(e)) || [];
|
|
257
|
+
return message;
|
|
258
|
+
},
|
|
259
|
+
toAmino(message) {
|
|
260
|
+
const obj = {};
|
|
261
|
+
obj.attestation_data = message.attestationData ? (0, helpers_1.base64FromBytes)(message.attestationData) : undefined;
|
|
262
|
+
if (message.signatures) {
|
|
263
|
+
obj.signatures = message.signatures.map(e => (0, helpers_1.base64FromBytes)(e));
|
|
264
|
+
}
|
|
265
|
+
else {
|
|
266
|
+
obj.signatures = message.signatures;
|
|
267
|
+
}
|
|
268
|
+
return obj;
|
|
269
|
+
},
|
|
270
|
+
fromAminoMsg(object) {
|
|
271
|
+
return exports.AttestationProof.fromAmino(object.value);
|
|
272
|
+
},
|
|
273
|
+
toAminoMsg(message) {
|
|
274
|
+
return {
|
|
275
|
+
type: "cosmos-sdk/AttestationProof",
|
|
276
|
+
value: exports.AttestationProof.toAmino(message)
|
|
277
|
+
};
|
|
278
|
+
},
|
|
279
|
+
fromProtoMsg(message) {
|
|
280
|
+
return exports.AttestationProof.decode(message.value);
|
|
281
|
+
},
|
|
282
|
+
toProto(message) {
|
|
283
|
+
return exports.AttestationProof.encode(message).finish();
|
|
284
|
+
},
|
|
285
|
+
toProtoMsg(message) {
|
|
286
|
+
return {
|
|
287
|
+
typeUrl: "/ibc.lightclients.attestations.v1.AttestationProof",
|
|
288
|
+
value: exports.AttestationProof.encode(message).finish()
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
};
|
package/ibc/rpc.query.d.ts
CHANGED
|
@@ -198,6 +198,12 @@ export declare const createRPCQueryClient: ({ rpcEndpoint }: {
|
|
|
198
198
|
};
|
|
199
199
|
ibc: {
|
|
200
200
|
applications: {
|
|
201
|
+
gmp: {
|
|
202
|
+
v1: {
|
|
203
|
+
accountAddress(request: import("./applications/gmp/v1/query").QueryAccountAddressRequest): Promise<import("./applications/gmp/v1/query").QueryAccountAddressResponse>;
|
|
204
|
+
accountIdentifier(request: import("./applications/gmp/v1/query").QueryAccountIdentifierRequest): Promise<import("./applications/gmp/v1/query").QueryAccountIdentifierResponse>;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
201
207
|
interchain_accounts: {
|
|
202
208
|
controller: {
|
|
203
209
|
v1: {
|
package/ibc/rpc.query.js
CHANGED
|
@@ -102,6 +102,9 @@ const createRPCQueryClient = async ({ rpcEndpoint }) => {
|
|
|
102
102
|
},
|
|
103
103
|
ibc: {
|
|
104
104
|
applications: {
|
|
105
|
+
gmp: {
|
|
106
|
+
v1: (await Promise.resolve().then(() => __importStar(require("./applications/gmp/v1/query.rpc.Query")))).createRpcQueryExtension(client)
|
|
107
|
+
},
|
|
105
108
|
interchain_accounts: {
|
|
106
109
|
controller: {
|
|
107
110
|
v1: (await Promise.resolve().then(() => __importStar(require("./applications/interchain_accounts/controller/v1/query.rpc.Query")))).createRpcQueryExtension(client)
|
package/ibc/rpc.tx.d.ts
CHANGED
|
@@ -55,6 +55,9 @@ export declare const createRPCMsgClient: ({ rpc }: {
|
|
|
55
55
|
};
|
|
56
56
|
ibc: {
|
|
57
57
|
applications: {
|
|
58
|
+
gmp: {
|
|
59
|
+
v1: import("./applications/gmp/v1/tx.rpc.msg").MsgClientImpl;
|
|
60
|
+
};
|
|
58
61
|
interchain_accounts: {
|
|
59
62
|
controller: {
|
|
60
63
|
v1: import("./applications/interchain_accounts/controller/v1/tx.rpc.msg").MsgClientImpl;
|
package/ibc/rpc.tx.js
CHANGED
|
@@ -88,6 +88,9 @@ const createRPCMsgClient = async ({ rpc }) => ({
|
|
|
88
88
|
},
|
|
89
89
|
ibc: {
|
|
90
90
|
applications: {
|
|
91
|
+
gmp: {
|
|
92
|
+
v1: new (await Promise.resolve().then(() => __importStar(require("./applications/gmp/v1/tx.rpc.msg")))).MsgClientImpl(rpc)
|
|
93
|
+
},
|
|
91
94
|
interchain_accounts: {
|
|
92
95
|
controller: {
|
|
93
96
|
v1: new (await Promise.resolve().then(() => __importStar(require("./applications/interchain_accounts/controller/v1/tx.rpc.msg")))).MsgClientImpl(rpc)
|
package/index.d.ts
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
|
6
|
+
export * from "./akash/bundle";
|
|
7
|
+
export * from "./akash/client";
|
|
6
8
|
export * from "./amino/bundle";
|
|
7
9
|
export * from "./cosmos_proto/bundle";
|
|
8
10
|
export * from "./cosmos/bundle";
|
package/index.js
CHANGED
|
@@ -20,6 +20,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
20
20
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
21
21
|
};
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
__exportStar(require("./akash/bundle"), exports);
|
|
24
|
+
__exportStar(require("./akash/client"), exports);
|
|
23
25
|
__exportStar(require("./amino/bundle"), exports);
|
|
24
26
|
__exportStar(require("./cosmos_proto/bundle"), exports);
|
|
25
27
|
__exportStar(require("./cosmos/bundle"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sparkdreamnft/sparkdreamjs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"author": "kob <kob@sparkdream.io>",
|
|
5
5
|
"description": "Spark Dream blockchain TypeScript library",
|
|
6
6
|
"main": "index.js",
|
|
@@ -39,14 +39,17 @@
|
|
|
39
39
|
"typescript": "^5.8.3"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
+
"@cosmjs/proto-signing": "^0.39.0",
|
|
43
|
+
"@cosmjs/stargate": "^0.39.0",
|
|
44
|
+
"@cosmjs/tendermint-rpc": "^0.39.0",
|
|
45
|
+
"@cosmology/lcd": "^0.14.0",
|
|
46
|
+
"@cosmology/telescope": "^1.12.8",
|
|
42
47
|
"@interchainjs/cosmos": "1.11.5",
|
|
43
48
|
"@interchainjs/cosmos-types": "1.11.5",
|
|
44
49
|
"@interchainjs/encoding": "1.11.5",
|
|
45
50
|
"@interchainjs/pubkey": "1.11.5",
|
|
46
51
|
"@interchainjs/types": "1.11.5",
|
|
47
|
-
"@interchainjs/utils": "1.11.5"
|
|
48
|
-
"@cosmology/lcd": "^0.14.0",
|
|
49
|
-
"@cosmology/telescope": "^1.12.8"
|
|
52
|
+
"@interchainjs/utils": "1.11.5"
|
|
50
53
|
},
|
|
51
54
|
"keywords": []
|
|
52
|
-
}
|
|
55
|
+
}
|