@sparkdreamnft/sparkdreamjs 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/sparkdream/collect/v1/query.js +165 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/rep/v1/query.js +13 -34
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17396 -17370
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/sparkdream/collect/v1/query.d.ts +92 -0
- package/sparkdream/collect/v1/query.js +167 -1
- package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
- package/sparkdream/collect/v1/query.lcd.js +11 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
- package/sparkdream/rep/v1/query.d.ts +2 -6
- package/sparkdream/rep/v1/query.js +13 -34
- package/sparkdream/rpc.query.d.ts +1 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
package/cosmos/client.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GeneratedType, Registry, OfflineSigner } from "@cosmjs/proto-signing";
|
|
2
|
-
import { AminoTypes } from "@cosmjs/stargate";
|
|
2
|
+
import { AminoTypes, SigningStargateClient } from "@cosmjs/stargate";
|
|
3
3
|
import { HttpEndpoint } from "@cosmjs/tendermint-rpc";
|
|
4
4
|
export declare const cosmosAminoConverters: {
|
|
5
5
|
"/cosmos.vesting.v1beta1.MsgCreateVestingAccount": {
|
|
@@ -346,4 +346,4 @@ export declare const getSigningCosmosClientOptions: () => {
|
|
|
346
346
|
export declare const getSigningCosmosClient: ({ rpcEndpoint, signer }: {
|
|
347
347
|
rpcEndpoint: string | HttpEndpoint;
|
|
348
348
|
signer: OfflineSigner;
|
|
349
|
-
}) => Promise<
|
|
349
|
+
}) => Promise<SigningStargateClient>;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* PubKey is an bls12_381 public key for handling CometBFT keys in SDK.
|
|
5
|
+
* It's needed for Any serialization and SDK compatibility.
|
|
6
|
+
* It must not be used in a non Tendermint key context because it doesn't implement
|
|
7
|
+
* ADR-28. Nevertheless, you will like to use bls12_381 in app user level
|
|
8
|
+
* then you must create a new proto message and follow ADR-28 for Address construction.
|
|
9
|
+
* @name PubKey
|
|
10
|
+
* @package cosmos.crypto.bls12_381
|
|
11
|
+
* @see proto type: cosmos.crypto.bls12_381.PubKey
|
|
12
|
+
*/
|
|
13
|
+
export interface PubKey {
|
|
14
|
+
key: Uint8Array;
|
|
15
|
+
}
|
|
16
|
+
export interface PubKeyProtoMsg {
|
|
17
|
+
typeUrl: "/cosmos.crypto.bls12_381.PubKey";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* PubKey is an bls12_381 public key for handling CometBFT keys in SDK.
|
|
22
|
+
* It's needed for Any serialization and SDK compatibility.
|
|
23
|
+
* It must not be used in a non Tendermint key context because it doesn't implement
|
|
24
|
+
* ADR-28. Nevertheless, you will like to use bls12_381 in app user level
|
|
25
|
+
* then you must create a new proto message and follow ADR-28 for Address construction.
|
|
26
|
+
* @name PubKeyAmino
|
|
27
|
+
* @package cosmos.crypto.bls12_381
|
|
28
|
+
* @see proto type: cosmos.crypto.bls12_381.PubKey
|
|
29
|
+
*/
|
|
30
|
+
export interface PubKeyAmino {
|
|
31
|
+
key?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface PubKeyAminoMsg {
|
|
34
|
+
type: "cometbft/PubKeyBls12_381";
|
|
35
|
+
value: PubKeyAmino;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* PrivKey defines a bls12_381 private key.
|
|
39
|
+
* @name PrivKey
|
|
40
|
+
* @package cosmos.crypto.bls12_381
|
|
41
|
+
* @see proto type: cosmos.crypto.bls12_381.PrivKey
|
|
42
|
+
*/
|
|
43
|
+
export interface PrivKey {
|
|
44
|
+
key: Uint8Array;
|
|
45
|
+
}
|
|
46
|
+
export interface PrivKeyProtoMsg {
|
|
47
|
+
typeUrl: "/cosmos.crypto.bls12_381.PrivKey";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* PrivKey defines a bls12_381 private key.
|
|
52
|
+
* @name PrivKeyAmino
|
|
53
|
+
* @package cosmos.crypto.bls12_381
|
|
54
|
+
* @see proto type: cosmos.crypto.bls12_381.PrivKey
|
|
55
|
+
*/
|
|
56
|
+
export interface PrivKeyAmino {
|
|
57
|
+
key?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface PrivKeyAminoMsg {
|
|
60
|
+
type: "cometbft/PrivKeyBls12_381";
|
|
61
|
+
value: PrivKeyAmino;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* PubKey is an bls12_381 public key for handling CometBFT keys in SDK.
|
|
65
|
+
* It's needed for Any serialization and SDK compatibility.
|
|
66
|
+
* It must not be used in a non Tendermint key context because it doesn't implement
|
|
67
|
+
* ADR-28. Nevertheless, you will like to use bls12_381 in app user level
|
|
68
|
+
* then you must create a new proto message and follow ADR-28 for Address construction.
|
|
69
|
+
* @name PubKey
|
|
70
|
+
* @package cosmos.crypto.bls12_381
|
|
71
|
+
* @see proto type: cosmos.crypto.bls12_381.PubKey
|
|
72
|
+
*/
|
|
73
|
+
export declare const PubKey: {
|
|
74
|
+
typeUrl: string;
|
|
75
|
+
aminoType: string;
|
|
76
|
+
encode(message: PubKey, writer?: BinaryWriter): BinaryWriter;
|
|
77
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PubKey;
|
|
78
|
+
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
79
|
+
fromAmino(object: PubKeyAmino): PubKey;
|
|
80
|
+
toAmino(message: PubKey): PubKeyAmino;
|
|
81
|
+
fromAminoMsg(object: PubKeyAminoMsg): PubKey;
|
|
82
|
+
toAminoMsg(message: PubKey): PubKeyAminoMsg;
|
|
83
|
+
fromProtoMsg(message: PubKeyProtoMsg): PubKey;
|
|
84
|
+
toProto(message: PubKey): Uint8Array;
|
|
85
|
+
toProtoMsg(message: PubKey): PubKeyProtoMsg;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* PrivKey defines a bls12_381 private key.
|
|
89
|
+
* @name PrivKey
|
|
90
|
+
* @package cosmos.crypto.bls12_381
|
|
91
|
+
* @see proto type: cosmos.crypto.bls12_381.PrivKey
|
|
92
|
+
*/
|
|
93
|
+
export declare const PrivKey: {
|
|
94
|
+
typeUrl: string;
|
|
95
|
+
aminoType: string;
|
|
96
|
+
encode(message: PrivKey, writer?: BinaryWriter): BinaryWriter;
|
|
97
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PrivKey;
|
|
98
|
+
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
99
|
+
fromAmino(object: PrivKeyAmino): PrivKey;
|
|
100
|
+
toAmino(message: PrivKey): PrivKeyAmino;
|
|
101
|
+
fromAminoMsg(object: PrivKeyAminoMsg): PrivKey;
|
|
102
|
+
toAminoMsg(message: PrivKey): PrivKeyAminoMsg;
|
|
103
|
+
fromProtoMsg(message: PrivKeyProtoMsg): PrivKey;
|
|
104
|
+
toProto(message: PrivKey): Uint8Array;
|
|
105
|
+
toProtoMsg(message: PrivKey): PrivKeyProtoMsg;
|
|
106
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrivKey = exports.PubKey = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
const helpers_1 = require("../../../helpers");
|
|
7
|
+
function createBasePubKey() {
|
|
8
|
+
return {
|
|
9
|
+
key: new Uint8Array()
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* PubKey is an bls12_381 public key for handling CometBFT keys in SDK.
|
|
14
|
+
* It's needed for Any serialization and SDK compatibility.
|
|
15
|
+
* It must not be used in a non Tendermint key context because it doesn't implement
|
|
16
|
+
* ADR-28. Nevertheless, you will like to use bls12_381 in app user level
|
|
17
|
+
* then you must create a new proto message and follow ADR-28 for Address construction.
|
|
18
|
+
* @name PubKey
|
|
19
|
+
* @package cosmos.crypto.bls12_381
|
|
20
|
+
* @see proto type: cosmos.crypto.bls12_381.PubKey
|
|
21
|
+
*/
|
|
22
|
+
exports.PubKey = {
|
|
23
|
+
typeUrl: "/cosmos.crypto.bls12_381.PubKey",
|
|
24
|
+
aminoType: "cometbft/PubKeyBls12_381",
|
|
25
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
26
|
+
if (message.key.length !== 0) {
|
|
27
|
+
writer.uint32(10).bytes(message.key);
|
|
28
|
+
}
|
|
29
|
+
return writer;
|
|
30
|
+
},
|
|
31
|
+
decode(input, length) {
|
|
32
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
33
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
34
|
+
const message = createBasePubKey();
|
|
35
|
+
while (reader.pos < end) {
|
|
36
|
+
const tag = reader.uint32();
|
|
37
|
+
switch (tag >>> 3) {
|
|
38
|
+
case 1:
|
|
39
|
+
message.key = reader.bytes();
|
|
40
|
+
break;
|
|
41
|
+
default:
|
|
42
|
+
reader.skipType(tag & 7);
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return message;
|
|
47
|
+
},
|
|
48
|
+
fromPartial(object) {
|
|
49
|
+
const message = createBasePubKey();
|
|
50
|
+
message.key = object.key ?? new Uint8Array();
|
|
51
|
+
return message;
|
|
52
|
+
},
|
|
53
|
+
fromAmino(object) {
|
|
54
|
+
const message = createBasePubKey();
|
|
55
|
+
if (object.key !== undefined && object.key !== null) {
|
|
56
|
+
message.key = (0, helpers_1.bytesFromBase64)(object.key);
|
|
57
|
+
}
|
|
58
|
+
return message;
|
|
59
|
+
},
|
|
60
|
+
toAmino(message) {
|
|
61
|
+
const obj = {};
|
|
62
|
+
obj.key = message.key ? (0, helpers_1.base64FromBytes)(message.key) : undefined;
|
|
63
|
+
return obj;
|
|
64
|
+
},
|
|
65
|
+
fromAminoMsg(object) {
|
|
66
|
+
return exports.PubKey.fromAmino(object.value);
|
|
67
|
+
},
|
|
68
|
+
toAminoMsg(message) {
|
|
69
|
+
return {
|
|
70
|
+
type: "cometbft/PubKeyBls12_381",
|
|
71
|
+
value: exports.PubKey.toAmino(message)
|
|
72
|
+
};
|
|
73
|
+
},
|
|
74
|
+
fromProtoMsg(message) {
|
|
75
|
+
return exports.PubKey.decode(message.value);
|
|
76
|
+
},
|
|
77
|
+
toProto(message) {
|
|
78
|
+
return exports.PubKey.encode(message).finish();
|
|
79
|
+
},
|
|
80
|
+
toProtoMsg(message) {
|
|
81
|
+
return {
|
|
82
|
+
typeUrl: "/cosmos.crypto.bls12_381.PubKey",
|
|
83
|
+
value: exports.PubKey.encode(message).finish()
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
function createBasePrivKey() {
|
|
88
|
+
return {
|
|
89
|
+
key: new Uint8Array()
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* PrivKey defines a bls12_381 private key.
|
|
94
|
+
* @name PrivKey
|
|
95
|
+
* @package cosmos.crypto.bls12_381
|
|
96
|
+
* @see proto type: cosmos.crypto.bls12_381.PrivKey
|
|
97
|
+
*/
|
|
98
|
+
exports.PrivKey = {
|
|
99
|
+
typeUrl: "/cosmos.crypto.bls12_381.PrivKey",
|
|
100
|
+
aminoType: "cometbft/PrivKeyBls12_381",
|
|
101
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
102
|
+
if (message.key.length !== 0) {
|
|
103
|
+
writer.uint32(10).bytes(message.key);
|
|
104
|
+
}
|
|
105
|
+
return writer;
|
|
106
|
+
},
|
|
107
|
+
decode(input, length) {
|
|
108
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
109
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
110
|
+
const message = createBasePrivKey();
|
|
111
|
+
while (reader.pos < end) {
|
|
112
|
+
const tag = reader.uint32();
|
|
113
|
+
switch (tag >>> 3) {
|
|
114
|
+
case 1:
|
|
115
|
+
message.key = reader.bytes();
|
|
116
|
+
break;
|
|
117
|
+
default:
|
|
118
|
+
reader.skipType(tag & 7);
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
return message;
|
|
123
|
+
},
|
|
124
|
+
fromPartial(object) {
|
|
125
|
+
const message = createBasePrivKey();
|
|
126
|
+
message.key = object.key ?? new Uint8Array();
|
|
127
|
+
return message;
|
|
128
|
+
},
|
|
129
|
+
fromAmino(object) {
|
|
130
|
+
const message = createBasePrivKey();
|
|
131
|
+
if (object.key !== undefined && object.key !== null) {
|
|
132
|
+
message.key = (0, helpers_1.bytesFromBase64)(object.key);
|
|
133
|
+
}
|
|
134
|
+
return message;
|
|
135
|
+
},
|
|
136
|
+
toAmino(message) {
|
|
137
|
+
const obj = {};
|
|
138
|
+
obj.key = message.key ? (0, helpers_1.base64FromBytes)(message.key) : undefined;
|
|
139
|
+
return obj;
|
|
140
|
+
},
|
|
141
|
+
fromAminoMsg(object) {
|
|
142
|
+
return exports.PrivKey.fromAmino(object.value);
|
|
143
|
+
},
|
|
144
|
+
toAminoMsg(message) {
|
|
145
|
+
return {
|
|
146
|
+
type: "cometbft/PrivKeyBls12_381",
|
|
147
|
+
value: exports.PrivKey.toAmino(message)
|
|
148
|
+
};
|
|
149
|
+
},
|
|
150
|
+
fromProtoMsg(message) {
|
|
151
|
+
return exports.PrivKey.decode(message.value);
|
|
152
|
+
},
|
|
153
|
+
toProto(message) {
|
|
154
|
+
return exports.PrivKey.encode(message).finish();
|
|
155
|
+
},
|
|
156
|
+
toProtoMsg(message) {
|
|
157
|
+
return {
|
|
158
|
+
typeUrl: "/cosmos.crypto.bls12_381.PrivKey",
|
|
159
|
+
value: exports.PrivKey.encode(message).finish()
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* PubKey is an ML-DSA-65 (FIPS 204) public key for handling CometBFT keys in
|
|
5
|
+
* the SDK. It is intended for validator-key use and must not be used in
|
|
6
|
+
* application-level account contexts because it does not implement ADR-28
|
|
7
|
+
* address derivation. If you want to use ML-DSA-65 at the user/account level,
|
|
8
|
+
* define a new proto message and follow ADR-28 for address construction.
|
|
9
|
+
* @name PubKey
|
|
10
|
+
* @package cosmos.crypto.mldsa65
|
|
11
|
+
* @see proto type: cosmos.crypto.mldsa65.PubKey
|
|
12
|
+
*/
|
|
13
|
+
export interface PubKey {
|
|
14
|
+
key: Uint8Array;
|
|
15
|
+
}
|
|
16
|
+
export interface PubKeyProtoMsg {
|
|
17
|
+
typeUrl: "/cosmos.crypto.mldsa65.PubKey";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* PubKey is an ML-DSA-65 (FIPS 204) public key for handling CometBFT keys in
|
|
22
|
+
* the SDK. It is intended for validator-key use and must not be used in
|
|
23
|
+
* application-level account contexts because it does not implement ADR-28
|
|
24
|
+
* address derivation. If you want to use ML-DSA-65 at the user/account level,
|
|
25
|
+
* define a new proto message and follow ADR-28 for address construction.
|
|
26
|
+
* @name PubKeyAmino
|
|
27
|
+
* @package cosmos.crypto.mldsa65
|
|
28
|
+
* @see proto type: cosmos.crypto.mldsa65.PubKey
|
|
29
|
+
*/
|
|
30
|
+
export interface PubKeyAmino {
|
|
31
|
+
key?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface PubKeyAminoMsg {
|
|
34
|
+
type: "cometbft/PubKeyMlDsa65";
|
|
35
|
+
value: PubKeyAmino;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* PrivKey defines an ML-DSA-65 private key (FIPS 204 packed form).
|
|
39
|
+
* @name PrivKey
|
|
40
|
+
* @package cosmos.crypto.mldsa65
|
|
41
|
+
* @see proto type: cosmos.crypto.mldsa65.PrivKey
|
|
42
|
+
*/
|
|
43
|
+
export interface PrivKey {
|
|
44
|
+
key: Uint8Array;
|
|
45
|
+
}
|
|
46
|
+
export interface PrivKeyProtoMsg {
|
|
47
|
+
typeUrl: "/cosmos.crypto.mldsa65.PrivKey";
|
|
48
|
+
value: Uint8Array;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* PrivKey defines an ML-DSA-65 private key (FIPS 204 packed form).
|
|
52
|
+
* @name PrivKeyAmino
|
|
53
|
+
* @package cosmos.crypto.mldsa65
|
|
54
|
+
* @see proto type: cosmos.crypto.mldsa65.PrivKey
|
|
55
|
+
*/
|
|
56
|
+
export interface PrivKeyAmino {
|
|
57
|
+
key?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface PrivKeyAminoMsg {
|
|
60
|
+
type: "cometbft/PrivKeyMlDsa65";
|
|
61
|
+
value: PrivKeyAmino;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* PubKey is an ML-DSA-65 (FIPS 204) public key for handling CometBFT keys in
|
|
65
|
+
* the SDK. It is intended for validator-key use and must not be used in
|
|
66
|
+
* application-level account contexts because it does not implement ADR-28
|
|
67
|
+
* address derivation. If you want to use ML-DSA-65 at the user/account level,
|
|
68
|
+
* define a new proto message and follow ADR-28 for address construction.
|
|
69
|
+
* @name PubKey
|
|
70
|
+
* @package cosmos.crypto.mldsa65
|
|
71
|
+
* @see proto type: cosmos.crypto.mldsa65.PubKey
|
|
72
|
+
*/
|
|
73
|
+
export declare const PubKey: {
|
|
74
|
+
typeUrl: string;
|
|
75
|
+
aminoType: string;
|
|
76
|
+
encode(message: PubKey, writer?: BinaryWriter): BinaryWriter;
|
|
77
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PubKey;
|
|
78
|
+
fromPartial(object: DeepPartial<PubKey>): PubKey;
|
|
79
|
+
fromAmino(object: PubKeyAmino): PubKey;
|
|
80
|
+
toAmino(message: PubKey): PubKeyAmino;
|
|
81
|
+
fromAminoMsg(object: PubKeyAminoMsg): PubKey;
|
|
82
|
+
toAminoMsg(message: PubKey): PubKeyAminoMsg;
|
|
83
|
+
fromProtoMsg(message: PubKeyProtoMsg): PubKey;
|
|
84
|
+
toProto(message: PubKey): Uint8Array;
|
|
85
|
+
toProtoMsg(message: PubKey): PubKeyProtoMsg;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* PrivKey defines an ML-DSA-65 private key (FIPS 204 packed form).
|
|
89
|
+
* @name PrivKey
|
|
90
|
+
* @package cosmos.crypto.mldsa65
|
|
91
|
+
* @see proto type: cosmos.crypto.mldsa65.PrivKey
|
|
92
|
+
*/
|
|
93
|
+
export declare const PrivKey: {
|
|
94
|
+
typeUrl: string;
|
|
95
|
+
aminoType: string;
|
|
96
|
+
encode(message: PrivKey, writer?: BinaryWriter): BinaryWriter;
|
|
97
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PrivKey;
|
|
98
|
+
fromPartial(object: DeepPartial<PrivKey>): PrivKey;
|
|
99
|
+
fromAmino(object: PrivKeyAmino): PrivKey;
|
|
100
|
+
toAmino(message: PrivKey): PrivKeyAmino;
|
|
101
|
+
fromAminoMsg(object: PrivKeyAminoMsg): PrivKey;
|
|
102
|
+
toAminoMsg(message: PrivKey): PrivKeyAminoMsg;
|
|
103
|
+
fromProtoMsg(message: PrivKeyProtoMsg): PrivKey;
|
|
104
|
+
toProto(message: PrivKey): Uint8Array;
|
|
105
|
+
toProtoMsg(message: PrivKey): PrivKeyProtoMsg;
|
|
106
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PrivKey = exports.PubKey = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
const helpers_1 = require("../../../helpers");
|
|
7
|
+
function createBasePubKey() {
|
|
8
|
+
return {
|
|
9
|
+
key: new Uint8Array()
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* PubKey is an ML-DSA-65 (FIPS 204) public key for handling CometBFT keys in
|
|
14
|
+
* the SDK. It is intended for validator-key use and must not be used in
|
|
15
|
+
* application-level account contexts because it does not implement ADR-28
|
|
16
|
+
* address derivation. If you want to use ML-DSA-65 at the user/account level,
|
|
17
|
+
* define a new proto message and follow ADR-28 for address construction.
|
|
18
|
+
* @name PubKey
|
|
19
|
+
* @package cosmos.crypto.mldsa65
|
|
20
|
+
* @see proto type: cosmos.crypto.mldsa65.PubKey
|
|
21
|
+
*/
|
|
22
|
+
exports.PubKey = {
|
|
23
|
+
typeUrl: "/cosmos.crypto.mldsa65.PubKey",
|
|
24
|
+
aminoType: "cometbft/PubKeyMlDsa65",
|
|
25
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
26
|
+
if (message.key.length !== 0) {
|
|
27
|
+
writer.uint32(10).bytes(message.key);
|
|
28
|
+
}
|
|
29
|
+
return writer;
|
|
30
|
+
},
|
|
31
|
+
decode(input, length) {
|
|
32
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
33
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
34
|
+
const message = createBasePubKey();
|
|
35
|
+
while (reader.pos < end) {
|
|
36
|
+
const tag = reader.uint32();
|
|
37
|
+
switch (tag >>> 3) {
|
|
38
|
+
case 1:
|
|
39
|
+
message.key = reader.bytes();
|
|
40
|
+
break;
|
|
41
|
+
default:
|
|
42
|
+
reader.skipType(tag & 7);
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return message;
|
|
47
|
+
},
|
|
48
|
+
fromPartial(object) {
|
|
49
|
+
const message = createBasePubKey();
|
|
50
|
+
message.key = object.key ?? new Uint8Array();
|
|
51
|
+
return message;
|
|
52
|
+
},
|
|
53
|
+
fromAmino(object) {
|
|
54
|
+
const message = createBasePubKey();
|
|
55
|
+
if (object.key !== undefined && object.key !== null) {
|
|
56
|
+
message.key = (0, helpers_1.bytesFromBase64)(object.key);
|
|
57
|
+
}
|
|
58
|
+
return message;
|
|
59
|
+
},
|
|
60
|
+
toAmino(message) {
|
|
61
|
+
const obj = {};
|
|
62
|
+
obj.key = message.key ? (0, helpers_1.base64FromBytes)(message.key) : undefined;
|
|
63
|
+
return obj;
|
|
64
|
+
},
|
|
65
|
+
fromAminoMsg(object) {
|
|
66
|
+
return exports.PubKey.fromAmino(object.value);
|
|
67
|
+
},
|
|
68
|
+
toAminoMsg(message) {
|
|
69
|
+
return {
|
|
70
|
+
type: "cometbft/PubKeyMlDsa65",
|
|
71
|
+
value: exports.PubKey.toAmino(message)
|
|
72
|
+
};
|
|
73
|
+
},
|
|
74
|
+
fromProtoMsg(message) {
|
|
75
|
+
return exports.PubKey.decode(message.value);
|
|
76
|
+
},
|
|
77
|
+
toProto(message) {
|
|
78
|
+
return exports.PubKey.encode(message).finish();
|
|
79
|
+
},
|
|
80
|
+
toProtoMsg(message) {
|
|
81
|
+
return {
|
|
82
|
+
typeUrl: "/cosmos.crypto.mldsa65.PubKey",
|
|
83
|
+
value: exports.PubKey.encode(message).finish()
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
function createBasePrivKey() {
|
|
88
|
+
return {
|
|
89
|
+
key: new Uint8Array()
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* PrivKey defines an ML-DSA-65 private key (FIPS 204 packed form).
|
|
94
|
+
* @name PrivKey
|
|
95
|
+
* @package cosmos.crypto.mldsa65
|
|
96
|
+
* @see proto type: cosmos.crypto.mldsa65.PrivKey
|
|
97
|
+
*/
|
|
98
|
+
exports.PrivKey = {
|
|
99
|
+
typeUrl: "/cosmos.crypto.mldsa65.PrivKey",
|
|
100
|
+
aminoType: "cometbft/PrivKeyMlDsa65",
|
|
101
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
102
|
+
if (message.key.length !== 0) {
|
|
103
|
+
writer.uint32(10).bytes(message.key);
|
|
104
|
+
}
|
|
105
|
+
return writer;
|
|
106
|
+
},
|
|
107
|
+
decode(input, length) {
|
|
108
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
109
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
110
|
+
const message = createBasePrivKey();
|
|
111
|
+
while (reader.pos < end) {
|
|
112
|
+
const tag = reader.uint32();
|
|
113
|
+
switch (tag >>> 3) {
|
|
114
|
+
case 1:
|
|
115
|
+
message.key = reader.bytes();
|
|
116
|
+
break;
|
|
117
|
+
default:
|
|
118
|
+
reader.skipType(tag & 7);
|
|
119
|
+
break;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
return message;
|
|
123
|
+
},
|
|
124
|
+
fromPartial(object) {
|
|
125
|
+
const message = createBasePrivKey();
|
|
126
|
+
message.key = object.key ?? new Uint8Array();
|
|
127
|
+
return message;
|
|
128
|
+
},
|
|
129
|
+
fromAmino(object) {
|
|
130
|
+
const message = createBasePrivKey();
|
|
131
|
+
if (object.key !== undefined && object.key !== null) {
|
|
132
|
+
message.key = (0, helpers_1.bytesFromBase64)(object.key);
|
|
133
|
+
}
|
|
134
|
+
return message;
|
|
135
|
+
},
|
|
136
|
+
toAmino(message) {
|
|
137
|
+
const obj = {};
|
|
138
|
+
obj.key = message.key ? (0, helpers_1.base64FromBytes)(message.key) : undefined;
|
|
139
|
+
return obj;
|
|
140
|
+
},
|
|
141
|
+
fromAminoMsg(object) {
|
|
142
|
+
return exports.PrivKey.fromAmino(object.value);
|
|
143
|
+
},
|
|
144
|
+
toAminoMsg(message) {
|
|
145
|
+
return {
|
|
146
|
+
type: "cometbft/PrivKeyMlDsa65",
|
|
147
|
+
value: exports.PrivKey.toAmino(message)
|
|
148
|
+
};
|
|
149
|
+
},
|
|
150
|
+
fromProtoMsg(message) {
|
|
151
|
+
return exports.PrivKey.decode(message.value);
|
|
152
|
+
},
|
|
153
|
+
toProto(message) {
|
|
154
|
+
return exports.PrivKey.encode(message).finish();
|
|
155
|
+
},
|
|
156
|
+
toProtoMsg(message) {
|
|
157
|
+
return {
|
|
158
|
+
typeUrl: "/cosmos.crypto.mldsa65.PrivKey",
|
|
159
|
+
value: exports.PrivKey.encode(message).finish()
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
};
|
package/cosmos_proto/bundle.d.ts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _113 from "./cosmos";
|
|
2
2
|
export declare const cosmos_proto: {
|
|
3
|
-
scalarTypeFromJSON(object: any):
|
|
4
|
-
scalarTypeToJSON(object:
|
|
5
|
-
ScalarType: typeof
|
|
6
|
-
ScalarTypeAmino: typeof
|
|
3
|
+
scalarTypeFromJSON(object: any): _113.ScalarType;
|
|
4
|
+
scalarTypeToJSON(object: _113.ScalarType): string;
|
|
5
|
+
ScalarType: typeof _113.ScalarType;
|
|
6
|
+
ScalarTypeAmino: typeof _113.ScalarType;
|
|
7
7
|
InterfaceDescriptor: {
|
|
8
8
|
typeUrl: string;
|
|
9
|
-
encode(message:
|
|
10
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
11
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
12
|
-
fromAmino(object:
|
|
13
|
-
toAmino(message:
|
|
14
|
-
fromAminoMsg(object:
|
|
15
|
-
fromProtoMsg(message:
|
|
16
|
-
toProto(message:
|
|
17
|
-
toProtoMsg(message:
|
|
9
|
+
encode(message: _113.InterfaceDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
10
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _113.InterfaceDescriptor;
|
|
11
|
+
fromPartial(object: import("../helpers").DeepPartial<_113.InterfaceDescriptor>): _113.InterfaceDescriptor;
|
|
12
|
+
fromAmino(object: _113.InterfaceDescriptorAmino): _113.InterfaceDescriptor;
|
|
13
|
+
toAmino(message: _113.InterfaceDescriptor): _113.InterfaceDescriptorAmino;
|
|
14
|
+
fromAminoMsg(object: _113.InterfaceDescriptorAminoMsg): _113.InterfaceDescriptor;
|
|
15
|
+
fromProtoMsg(message: _113.InterfaceDescriptorProtoMsg): _113.InterfaceDescriptor;
|
|
16
|
+
toProto(message: _113.InterfaceDescriptor): Uint8Array;
|
|
17
|
+
toProtoMsg(message: _113.InterfaceDescriptor): _113.InterfaceDescriptorProtoMsg;
|
|
18
18
|
};
|
|
19
19
|
ScalarDescriptor: {
|
|
20
20
|
typeUrl: string;
|
|
21
|
-
encode(message:
|
|
22
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
23
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
24
|
-
fromAmino(object:
|
|
25
|
-
toAmino(message:
|
|
26
|
-
fromAminoMsg(object:
|
|
27
|
-
fromProtoMsg(message:
|
|
28
|
-
toProto(message:
|
|
29
|
-
toProtoMsg(message:
|
|
21
|
+
encode(message: _113.ScalarDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
22
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _113.ScalarDescriptor;
|
|
23
|
+
fromPartial(object: import("../helpers").DeepPartial<_113.ScalarDescriptor>): _113.ScalarDescriptor;
|
|
24
|
+
fromAmino(object: _113.ScalarDescriptorAmino): _113.ScalarDescriptor;
|
|
25
|
+
toAmino(message: _113.ScalarDescriptor): _113.ScalarDescriptorAmino;
|
|
26
|
+
fromAminoMsg(object: _113.ScalarDescriptorAminoMsg): _113.ScalarDescriptor;
|
|
27
|
+
fromProtoMsg(message: _113.ScalarDescriptorProtoMsg): _113.ScalarDescriptor;
|
|
28
|
+
toProto(message: _113.ScalarDescriptor): Uint8Array;
|
|
29
|
+
toProtoMsg(message: _113.ScalarDescriptor): _113.ScalarDescriptorProtoMsg;
|
|
30
30
|
};
|
|
31
31
|
};
|
package/cosmos_proto/bundle.js
CHANGED
|
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
exports.cosmos_proto = void 0;
|
|
37
37
|
//@ts-nocheck
|
|
38
|
-
const
|
|
38
|
+
const _113 = __importStar(require("./cosmos"));
|
|
39
39
|
exports.cosmos_proto = {
|
|
40
|
-
...
|
|
40
|
+
..._113
|
|
41
41
|
};
|