@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
|
@@ -26,6 +26,9 @@ export var Edition;
|
|
|
26
26
|
*/
|
|
27
27
|
Edition[Edition["EDITION_2023"] = 1000] = "EDITION_2023";
|
|
28
28
|
Edition[Edition["EDITION_2024"] = 1001] = "EDITION_2024";
|
|
29
|
+
Edition[Edition["EDITION_2026"] = 1002] = "EDITION_2026";
|
|
30
|
+
/** EDITION_UNSTABLE - A placeholder edition for developing and testing unscheduled features. */
|
|
31
|
+
Edition[Edition["EDITION_UNSTABLE"] = 9999] = "EDITION_UNSTABLE";
|
|
29
32
|
/**
|
|
30
33
|
* EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
|
|
31
34
|
* used or relied on outside of tests.
|
|
@@ -64,6 +67,12 @@ export function editionFromJSON(object) {
|
|
|
64
67
|
case 1001:
|
|
65
68
|
case "EDITION_2024":
|
|
66
69
|
return Edition.EDITION_2024;
|
|
70
|
+
case 1002:
|
|
71
|
+
case "EDITION_2026":
|
|
72
|
+
return Edition.EDITION_2026;
|
|
73
|
+
case 9999:
|
|
74
|
+
case "EDITION_UNSTABLE":
|
|
75
|
+
return Edition.EDITION_UNSTABLE;
|
|
67
76
|
case 1:
|
|
68
77
|
case "EDITION_1_TEST_ONLY":
|
|
69
78
|
return Edition.EDITION_1_TEST_ONLY;
|
|
@@ -102,6 +111,10 @@ export function editionToJSON(object) {
|
|
|
102
111
|
return "EDITION_2023";
|
|
103
112
|
case Edition.EDITION_2024:
|
|
104
113
|
return "EDITION_2024";
|
|
114
|
+
case Edition.EDITION_2026:
|
|
115
|
+
return "EDITION_2026";
|
|
116
|
+
case Edition.EDITION_UNSTABLE:
|
|
117
|
+
return "EDITION_UNSTABLE";
|
|
105
118
|
case Edition.EDITION_1_TEST_ONLY:
|
|
106
119
|
return "EDITION_1_TEST_ONLY";
|
|
107
120
|
case Edition.EDITION_2_TEST_ONLY:
|
|
@@ -886,6 +899,7 @@ export var FeatureSet_EnforceNamingStyle;
|
|
|
886
899
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["ENFORCE_NAMING_STYLE_UNKNOWN"] = 0] = "ENFORCE_NAMING_STYLE_UNKNOWN";
|
|
887
900
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE2024"] = 1] = "STYLE2024";
|
|
888
901
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE_LEGACY"] = 2] = "STYLE_LEGACY";
|
|
902
|
+
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE2026"] = 3] = "STYLE2026";
|
|
889
903
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
890
904
|
})(FeatureSet_EnforceNamingStyle || (FeatureSet_EnforceNamingStyle = {}));
|
|
891
905
|
export const FeatureSet_EnforceNamingStyleAmino = FeatureSet_EnforceNamingStyle;
|
|
@@ -900,6 +914,9 @@ export function featureSet_EnforceNamingStyleFromJSON(object) {
|
|
|
900
914
|
case 2:
|
|
901
915
|
case "STYLE_LEGACY":
|
|
902
916
|
return FeatureSet_EnforceNamingStyle.STYLE_LEGACY;
|
|
917
|
+
case 3:
|
|
918
|
+
case "STYLE2026":
|
|
919
|
+
return FeatureSet_EnforceNamingStyle.STYLE2026;
|
|
903
920
|
case -1:
|
|
904
921
|
case "UNRECOGNIZED":
|
|
905
922
|
default:
|
|
@@ -914,6 +931,8 @@ export function featureSet_EnforceNamingStyleToJSON(object) {
|
|
|
914
931
|
return "STYLE2024";
|
|
915
932
|
case FeatureSet_EnforceNamingStyle.STYLE_LEGACY:
|
|
916
933
|
return "STYLE_LEGACY";
|
|
934
|
+
case FeatureSet_EnforceNamingStyle.STYLE2026:
|
|
935
|
+
return "STYLE2026";
|
|
917
936
|
case FeatureSet_EnforceNamingStyle.UNRECOGNIZED:
|
|
918
937
|
default:
|
|
919
938
|
return "UNRECOGNIZED";
|
|
@@ -977,6 +996,54 @@ export function featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(objec
|
|
|
977
996
|
return "UNRECOGNIZED";
|
|
978
997
|
}
|
|
979
998
|
}
|
|
999
|
+
export var FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
1000
|
+
(function (FeatureSet_ProtoLimitsFeature_EnforceProtoLimits) {
|
|
1001
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["PROTO_LIMITS_UNKNOWN"] = 0] = "PROTO_LIMITS_UNKNOWN";
|
|
1002
|
+
/**
|
|
1003
|
+
* LEGACY_NO_EXPLICIT_LIMITS - Default pre-EDITION_2026: there are no limit enforcement at the protoc
|
|
1004
|
+
* level. Practical limits still exist, but they will tend to fail while
|
|
1005
|
+
* compiling protoc-generated code, and these limits tend to be language
|
|
1006
|
+
* or toolchain specific.
|
|
1007
|
+
*/
|
|
1008
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["LEGACY_NO_EXPLICIT_LIMITS"] = 1] = "LEGACY_NO_EXPLICIT_LIMITS";
|
|
1009
|
+
/**
|
|
1010
|
+
* PROTO_LIMITS2026 - A set of limits enforced by Edition 2026 by default. For a detailed
|
|
1011
|
+
* list of all the limits please consult the Edition 2026 documentation.
|
|
1012
|
+
*/
|
|
1013
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["PROTO_LIMITS2026"] = 2] = "PROTO_LIMITS2026";
|
|
1014
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
1015
|
+
})(FeatureSet_ProtoLimitsFeature_EnforceProtoLimits || (FeatureSet_ProtoLimitsFeature_EnforceProtoLimits = {}));
|
|
1016
|
+
export const FeatureSet_ProtoLimitsFeature_EnforceProtoLimitsAmino = FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
1017
|
+
export function featureSet_ProtoLimitsFeature_EnforceProtoLimitsFromJSON(object) {
|
|
1018
|
+
switch (object) {
|
|
1019
|
+
case 0:
|
|
1020
|
+
case "PROTO_LIMITS_UNKNOWN":
|
|
1021
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS_UNKNOWN;
|
|
1022
|
+
case 1:
|
|
1023
|
+
case "LEGACY_NO_EXPLICIT_LIMITS":
|
|
1024
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.LEGACY_NO_EXPLICIT_LIMITS;
|
|
1025
|
+
case 2:
|
|
1026
|
+
case "PROTO_LIMITS2026":
|
|
1027
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS2026;
|
|
1028
|
+
case -1:
|
|
1029
|
+
case "UNRECOGNIZED":
|
|
1030
|
+
default:
|
|
1031
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.UNRECOGNIZED;
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
export function featureSet_ProtoLimitsFeature_EnforceProtoLimitsToJSON(object) {
|
|
1035
|
+
switch (object) {
|
|
1036
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS_UNKNOWN:
|
|
1037
|
+
return "PROTO_LIMITS_UNKNOWN";
|
|
1038
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.LEGACY_NO_EXPLICIT_LIMITS:
|
|
1039
|
+
return "LEGACY_NO_EXPLICIT_LIMITS";
|
|
1040
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS2026:
|
|
1041
|
+
return "PROTO_LIMITS2026";
|
|
1042
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.UNRECOGNIZED:
|
|
1043
|
+
default:
|
|
1044
|
+
return "UNRECOGNIZED";
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
980
1047
|
/**
|
|
981
1048
|
* Represents the identified object's effect on the element in the original
|
|
982
1049
|
* .proto file.
|
|
@@ -3617,7 +3684,8 @@ function createBaseFieldOptions_FeatureSupport() {
|
|
|
3617
3684
|
editionIntroduced: 1,
|
|
3618
3685
|
editionDeprecated: 1,
|
|
3619
3686
|
deprecationWarning: "",
|
|
3620
|
-
editionRemoved: 1
|
|
3687
|
+
editionRemoved: 1,
|
|
3688
|
+
removalError: ""
|
|
3621
3689
|
};
|
|
3622
3690
|
}
|
|
3623
3691
|
/**
|
|
@@ -3641,6 +3709,9 @@ export const FieldOptions_FeatureSupport = {
|
|
|
3641
3709
|
if (message.editionRemoved !== 1) {
|
|
3642
3710
|
writer.uint32(32).int32(message.editionRemoved);
|
|
3643
3711
|
}
|
|
3712
|
+
if (message.removalError !== "") {
|
|
3713
|
+
writer.uint32(42).string(message.removalError);
|
|
3714
|
+
}
|
|
3644
3715
|
return writer;
|
|
3645
3716
|
},
|
|
3646
3717
|
decode(input, length) {
|
|
@@ -3662,6 +3733,9 @@ export const FieldOptions_FeatureSupport = {
|
|
|
3662
3733
|
case 4:
|
|
3663
3734
|
message.editionRemoved = reader.int32();
|
|
3664
3735
|
break;
|
|
3736
|
+
case 5:
|
|
3737
|
+
message.removalError = reader.string();
|
|
3738
|
+
break;
|
|
3665
3739
|
default:
|
|
3666
3740
|
reader.skipType(tag & 7);
|
|
3667
3741
|
break;
|
|
@@ -3675,6 +3749,7 @@ export const FieldOptions_FeatureSupport = {
|
|
|
3675
3749
|
message.editionDeprecated = object.editionDeprecated ?? 1;
|
|
3676
3750
|
message.deprecationWarning = object.deprecationWarning ?? "";
|
|
3677
3751
|
message.editionRemoved = object.editionRemoved ?? 1;
|
|
3752
|
+
message.removalError = object.removalError ?? "";
|
|
3678
3753
|
return message;
|
|
3679
3754
|
},
|
|
3680
3755
|
fromAmino(object) {
|
|
@@ -3691,6 +3766,9 @@ export const FieldOptions_FeatureSupport = {
|
|
|
3691
3766
|
if (object.edition_removed !== undefined && object.edition_removed !== null) {
|
|
3692
3767
|
message.editionRemoved = object.edition_removed;
|
|
3693
3768
|
}
|
|
3769
|
+
if (object.removal_error !== undefined && object.removal_error !== null) {
|
|
3770
|
+
message.removalError = object.removal_error;
|
|
3771
|
+
}
|
|
3694
3772
|
return message;
|
|
3695
3773
|
},
|
|
3696
3774
|
toAmino(message) {
|
|
@@ -3699,6 +3777,7 @@ export const FieldOptions_FeatureSupport = {
|
|
|
3699
3777
|
obj.edition_deprecated = message.editionDeprecated === 1 ? undefined : message.editionDeprecated;
|
|
3700
3778
|
obj.deprecation_warning = message.deprecationWarning === "" ? undefined : message.deprecationWarning;
|
|
3701
3779
|
obj.edition_removed = message.editionRemoved === 1 ? undefined : message.editionRemoved;
|
|
3780
|
+
obj.removal_error = message.removalError === "" ? undefined : message.removalError;
|
|
3702
3781
|
return obj;
|
|
3703
3782
|
},
|
|
3704
3783
|
fromAminoMsg(object) {
|
|
@@ -4675,6 +4754,61 @@ export const FeatureSet_VisibilityFeature = {
|
|
|
4675
4754
|
};
|
|
4676
4755
|
}
|
|
4677
4756
|
};
|
|
4757
|
+
function createBaseFeatureSet_ProtoLimitsFeature() {
|
|
4758
|
+
return {};
|
|
4759
|
+
}
|
|
4760
|
+
/**
|
|
4761
|
+
* @name FeatureSet_ProtoLimitsFeature
|
|
4762
|
+
* @package google.protobuf
|
|
4763
|
+
* @see proto type: google.protobuf.ProtoLimitsFeature
|
|
4764
|
+
*/
|
|
4765
|
+
export const FeatureSet_ProtoLimitsFeature = {
|
|
4766
|
+
typeUrl: "/google.protobuf.ProtoLimitsFeature",
|
|
4767
|
+
encode(_, writer = BinaryWriter.create()) {
|
|
4768
|
+
return writer;
|
|
4769
|
+
},
|
|
4770
|
+
decode(input, length) {
|
|
4771
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
4772
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4773
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4774
|
+
while (reader.pos < end) {
|
|
4775
|
+
const tag = reader.uint32();
|
|
4776
|
+
switch (tag >>> 3) {
|
|
4777
|
+
default:
|
|
4778
|
+
reader.skipType(tag & 7);
|
|
4779
|
+
break;
|
|
4780
|
+
}
|
|
4781
|
+
}
|
|
4782
|
+
return message;
|
|
4783
|
+
},
|
|
4784
|
+
fromPartial(_) {
|
|
4785
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4786
|
+
return message;
|
|
4787
|
+
},
|
|
4788
|
+
fromAmino(_) {
|
|
4789
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4790
|
+
return message;
|
|
4791
|
+
},
|
|
4792
|
+
toAmino(_) {
|
|
4793
|
+
const obj = {};
|
|
4794
|
+
return obj;
|
|
4795
|
+
},
|
|
4796
|
+
fromAminoMsg(object) {
|
|
4797
|
+
return FeatureSet_ProtoLimitsFeature.fromAmino(object.value);
|
|
4798
|
+
},
|
|
4799
|
+
fromProtoMsg(message) {
|
|
4800
|
+
return FeatureSet_ProtoLimitsFeature.decode(message.value);
|
|
4801
|
+
},
|
|
4802
|
+
toProto(message) {
|
|
4803
|
+
return FeatureSet_ProtoLimitsFeature.encode(message).finish();
|
|
4804
|
+
},
|
|
4805
|
+
toProtoMsg(message) {
|
|
4806
|
+
return {
|
|
4807
|
+
typeUrl: "/google.protobuf.ProtoLimitsFeature",
|
|
4808
|
+
value: FeatureSet_ProtoLimitsFeature.encode(message).finish()
|
|
4809
|
+
};
|
|
4810
|
+
}
|
|
4811
|
+
};
|
|
4678
4812
|
function createBaseFeatureSetDefaults() {
|
|
4679
4813
|
return {
|
|
4680
4814
|
defaults: [],
|
|
@@ -80,8 +80,8 @@ function createBaseTimestamp() {
|
|
|
80
80
|
* {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
|
81
81
|
* seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
|
82
82
|
* are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
|
83
|
-
* is required. A
|
|
84
|
-
* "Z") when printing the Timestamp type and a
|
|
83
|
+
* is required. A ProtoJSON serializer should always use UTC (as indicated by
|
|
84
|
+
* "Z") when printing the Timestamp type and a ProtoJSON parser should be
|
|
85
85
|
* able to accept both UTC and other timezones (as indicated by an offset).
|
|
86
86
|
*
|
|
87
87
|
* For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { Any } from "../../../../google/protobuf/any";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
5
|
+
function createBaseAccountIdentifier() {
|
|
6
|
+
return {
|
|
7
|
+
clientId: "",
|
|
8
|
+
sender: "",
|
|
9
|
+
salt: new Uint8Array()
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* AccountIdentifier is used to identify a ICS27 account.
|
|
14
|
+
* @name AccountIdentifier
|
|
15
|
+
* @package ibc.applications.gmp.v1
|
|
16
|
+
* @see proto type: ibc.applications.gmp.v1.AccountIdentifier
|
|
17
|
+
*/
|
|
18
|
+
export const AccountIdentifier = {
|
|
19
|
+
typeUrl: "/ibc.applications.gmp.v1.AccountIdentifier",
|
|
20
|
+
aminoType: "cosmos-sdk/AccountIdentifier",
|
|
21
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
22
|
+
if (message.clientId !== "") {
|
|
23
|
+
writer.uint32(10).string(message.clientId);
|
|
24
|
+
}
|
|
25
|
+
if (message.sender !== "") {
|
|
26
|
+
writer.uint32(18).string(message.sender);
|
|
27
|
+
}
|
|
28
|
+
if (message.salt.length !== 0) {
|
|
29
|
+
writer.uint32(26).bytes(message.salt);
|
|
30
|
+
}
|
|
31
|
+
return writer;
|
|
32
|
+
},
|
|
33
|
+
decode(input, length) {
|
|
34
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
35
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
36
|
+
const message = createBaseAccountIdentifier();
|
|
37
|
+
while (reader.pos < end) {
|
|
38
|
+
const tag = reader.uint32();
|
|
39
|
+
switch (tag >>> 3) {
|
|
40
|
+
case 1:
|
|
41
|
+
message.clientId = reader.string();
|
|
42
|
+
break;
|
|
43
|
+
case 2:
|
|
44
|
+
message.sender = reader.string();
|
|
45
|
+
break;
|
|
46
|
+
case 3:
|
|
47
|
+
message.salt = reader.bytes();
|
|
48
|
+
break;
|
|
49
|
+
default:
|
|
50
|
+
reader.skipType(tag & 7);
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return message;
|
|
55
|
+
},
|
|
56
|
+
fromPartial(object) {
|
|
57
|
+
const message = createBaseAccountIdentifier();
|
|
58
|
+
message.clientId = object.clientId ?? "";
|
|
59
|
+
message.sender = object.sender ?? "";
|
|
60
|
+
message.salt = object.salt ?? new Uint8Array();
|
|
61
|
+
return message;
|
|
62
|
+
},
|
|
63
|
+
fromAmino(object) {
|
|
64
|
+
const message = createBaseAccountIdentifier();
|
|
65
|
+
if (object.client_id !== undefined && object.client_id !== null) {
|
|
66
|
+
message.clientId = object.client_id;
|
|
67
|
+
}
|
|
68
|
+
if (object.sender !== undefined && object.sender !== null) {
|
|
69
|
+
message.sender = object.sender;
|
|
70
|
+
}
|
|
71
|
+
if (object.salt !== undefined && object.salt !== null) {
|
|
72
|
+
message.salt = bytesFromBase64(object.salt);
|
|
73
|
+
}
|
|
74
|
+
return message;
|
|
75
|
+
},
|
|
76
|
+
toAmino(message) {
|
|
77
|
+
const obj = {};
|
|
78
|
+
obj.client_id = message.clientId === "" ? undefined : message.clientId;
|
|
79
|
+
obj.sender = message.sender === "" ? undefined : message.sender;
|
|
80
|
+
obj.salt = message.salt ? base64FromBytes(message.salt) : undefined;
|
|
81
|
+
return obj;
|
|
82
|
+
},
|
|
83
|
+
fromAminoMsg(object) {
|
|
84
|
+
return AccountIdentifier.fromAmino(object.value);
|
|
85
|
+
},
|
|
86
|
+
toAminoMsg(message) {
|
|
87
|
+
return {
|
|
88
|
+
type: "cosmos-sdk/AccountIdentifier",
|
|
89
|
+
value: AccountIdentifier.toAmino(message)
|
|
90
|
+
};
|
|
91
|
+
},
|
|
92
|
+
fromProtoMsg(message) {
|
|
93
|
+
return AccountIdentifier.decode(message.value);
|
|
94
|
+
},
|
|
95
|
+
toProto(message) {
|
|
96
|
+
return AccountIdentifier.encode(message).finish();
|
|
97
|
+
},
|
|
98
|
+
toProtoMsg(message) {
|
|
99
|
+
return {
|
|
100
|
+
typeUrl: "/ibc.applications.gmp.v1.AccountIdentifier",
|
|
101
|
+
value: AccountIdentifier.encode(message).finish()
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
function createBaseICS27Account() {
|
|
106
|
+
return {
|
|
107
|
+
address: "",
|
|
108
|
+
accountId: undefined
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* An ICS27Account is defined as a BaseAccount & the account identifier
|
|
113
|
+
* @name ICS27Account
|
|
114
|
+
* @package ibc.applications.gmp.v1
|
|
115
|
+
* @see proto type: ibc.applications.gmp.v1.ICS27Account
|
|
116
|
+
*/
|
|
117
|
+
export const ICS27Account = {
|
|
118
|
+
typeUrl: "/ibc.applications.gmp.v1.ICS27Account",
|
|
119
|
+
aminoType: "cosmos-sdk/ICS27Account",
|
|
120
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
121
|
+
if (message.address !== "") {
|
|
122
|
+
writer.uint32(10).string(message.address);
|
|
123
|
+
}
|
|
124
|
+
if (message.accountId !== undefined) {
|
|
125
|
+
AccountIdentifier.encode(message.accountId, writer.uint32(18).fork()).ldelim();
|
|
126
|
+
}
|
|
127
|
+
return writer;
|
|
128
|
+
},
|
|
129
|
+
decode(input, length) {
|
|
130
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
131
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
132
|
+
const message = createBaseICS27Account();
|
|
133
|
+
while (reader.pos < end) {
|
|
134
|
+
const tag = reader.uint32();
|
|
135
|
+
switch (tag >>> 3) {
|
|
136
|
+
case 1:
|
|
137
|
+
message.address = reader.string();
|
|
138
|
+
break;
|
|
139
|
+
case 2:
|
|
140
|
+
message.accountId = AccountIdentifier.decode(reader, reader.uint32());
|
|
141
|
+
break;
|
|
142
|
+
default:
|
|
143
|
+
reader.skipType(tag & 7);
|
|
144
|
+
break;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
return message;
|
|
148
|
+
},
|
|
149
|
+
fromPartial(object) {
|
|
150
|
+
const message = createBaseICS27Account();
|
|
151
|
+
message.address = object.address ?? "";
|
|
152
|
+
message.accountId = object.accountId !== undefined && object.accountId !== null ? AccountIdentifier.fromPartial(object.accountId) : undefined;
|
|
153
|
+
return message;
|
|
154
|
+
},
|
|
155
|
+
fromAmino(object) {
|
|
156
|
+
const message = createBaseICS27Account();
|
|
157
|
+
if (object.address !== undefined && object.address !== null) {
|
|
158
|
+
message.address = object.address;
|
|
159
|
+
}
|
|
160
|
+
if (object.account_id !== undefined && object.account_id !== null) {
|
|
161
|
+
message.accountId = AccountIdentifier.fromAmino(object.account_id);
|
|
162
|
+
}
|
|
163
|
+
return message;
|
|
164
|
+
},
|
|
165
|
+
toAmino(message) {
|
|
166
|
+
const obj = {};
|
|
167
|
+
obj.address = message.address === "" ? undefined : message.address;
|
|
168
|
+
obj.account_id = message.accountId ? AccountIdentifier.toAmino(message.accountId) : undefined;
|
|
169
|
+
return obj;
|
|
170
|
+
},
|
|
171
|
+
fromAminoMsg(object) {
|
|
172
|
+
return ICS27Account.fromAmino(object.value);
|
|
173
|
+
},
|
|
174
|
+
toAminoMsg(message) {
|
|
175
|
+
return {
|
|
176
|
+
type: "cosmos-sdk/ICS27Account",
|
|
177
|
+
value: ICS27Account.toAmino(message)
|
|
178
|
+
};
|
|
179
|
+
},
|
|
180
|
+
fromProtoMsg(message) {
|
|
181
|
+
return ICS27Account.decode(message.value);
|
|
182
|
+
},
|
|
183
|
+
toProto(message) {
|
|
184
|
+
return ICS27Account.encode(message).finish();
|
|
185
|
+
},
|
|
186
|
+
toProtoMsg(message) {
|
|
187
|
+
return {
|
|
188
|
+
typeUrl: "/ibc.applications.gmp.v1.ICS27Account",
|
|
189
|
+
value: ICS27Account.encode(message).finish()
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
function createBaseCosmosTx() {
|
|
194
|
+
return {
|
|
195
|
+
messages: []
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* CosmosTx contains a list of sdk.Msg's. It should be used when sending transactions to an SDK host chain.
|
|
200
|
+
* @name CosmosTx
|
|
201
|
+
* @package ibc.applications.gmp.v1
|
|
202
|
+
* @see proto type: ibc.applications.gmp.v1.CosmosTx
|
|
203
|
+
*/
|
|
204
|
+
export const CosmosTx = {
|
|
205
|
+
typeUrl: "/ibc.applications.gmp.v1.CosmosTx",
|
|
206
|
+
aminoType: "cosmos-sdk/CosmosTx",
|
|
207
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
208
|
+
for (const v of message.messages) {
|
|
209
|
+
Any.encode(v, writer.uint32(10).fork()).ldelim();
|
|
210
|
+
}
|
|
211
|
+
return writer;
|
|
212
|
+
},
|
|
213
|
+
decode(input, length) {
|
|
214
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
215
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
216
|
+
const message = createBaseCosmosTx();
|
|
217
|
+
while (reader.pos < end) {
|
|
218
|
+
const tag = reader.uint32();
|
|
219
|
+
switch (tag >>> 3) {
|
|
220
|
+
case 1:
|
|
221
|
+
message.messages.push(Any.decode(reader, reader.uint32()));
|
|
222
|
+
break;
|
|
223
|
+
default:
|
|
224
|
+
reader.skipType(tag & 7);
|
|
225
|
+
break;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
return message;
|
|
229
|
+
},
|
|
230
|
+
fromPartial(object) {
|
|
231
|
+
const message = createBaseCosmosTx();
|
|
232
|
+
message.messages = object.messages?.map(e => Any.fromPartial(e)) || [];
|
|
233
|
+
return message;
|
|
234
|
+
},
|
|
235
|
+
fromAmino(object) {
|
|
236
|
+
const message = createBaseCosmosTx();
|
|
237
|
+
message.messages = object.messages?.map(e => Any.fromAmino(e)) || [];
|
|
238
|
+
return message;
|
|
239
|
+
},
|
|
240
|
+
toAmino(message) {
|
|
241
|
+
const obj = {};
|
|
242
|
+
if (message.messages) {
|
|
243
|
+
obj.messages = message.messages.map(e => e ? Any.toAmino(e) : undefined);
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
obj.messages = message.messages;
|
|
247
|
+
}
|
|
248
|
+
return obj;
|
|
249
|
+
},
|
|
250
|
+
fromAminoMsg(object) {
|
|
251
|
+
return CosmosTx.fromAmino(object.value);
|
|
252
|
+
},
|
|
253
|
+
toAminoMsg(message) {
|
|
254
|
+
return {
|
|
255
|
+
type: "cosmos-sdk/CosmosTx",
|
|
256
|
+
value: CosmosTx.toAmino(message)
|
|
257
|
+
};
|
|
258
|
+
},
|
|
259
|
+
fromProtoMsg(message) {
|
|
260
|
+
return CosmosTx.decode(message.value);
|
|
261
|
+
},
|
|
262
|
+
toProto(message) {
|
|
263
|
+
return CosmosTx.encode(message).finish();
|
|
264
|
+
},
|
|
265
|
+
toProtoMsg(message) {
|
|
266
|
+
return {
|
|
267
|
+
typeUrl: "/ibc.applications.gmp.v1.CosmosTx",
|
|
268
|
+
value: CosmosTx.encode(message).finish()
|
|
269
|
+
};
|
|
270
|
+
}
|
|
271
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { AccountIdentifier } from "./account";
|
|
3
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
4
|
+
function createBaseGenesisState() {
|
|
5
|
+
return {
|
|
6
|
+
ics27Accounts: []
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* GenesisState defines the 27-gmp genesis state
|
|
11
|
+
* @name GenesisState
|
|
12
|
+
* @package ibc.applications.gmp.v1
|
|
13
|
+
* @see proto type: ibc.applications.gmp.v1.GenesisState
|
|
14
|
+
*/
|
|
15
|
+
export const GenesisState = {
|
|
16
|
+
typeUrl: "/ibc.applications.gmp.v1.GenesisState",
|
|
17
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
18
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
19
|
+
for (const v of message.ics27Accounts) {
|
|
20
|
+
RegisteredICS27Account.encode(v, writer.uint32(18).fork()).ldelim();
|
|
21
|
+
}
|
|
22
|
+
return writer;
|
|
23
|
+
},
|
|
24
|
+
decode(input, length) {
|
|
25
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
26
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
27
|
+
const message = createBaseGenesisState();
|
|
28
|
+
while (reader.pos < end) {
|
|
29
|
+
const tag = reader.uint32();
|
|
30
|
+
switch (tag >>> 3) {
|
|
31
|
+
case 2:
|
|
32
|
+
message.ics27Accounts.push(RegisteredICS27Account.decode(reader, reader.uint32()));
|
|
33
|
+
break;
|
|
34
|
+
default:
|
|
35
|
+
reader.skipType(tag & 7);
|
|
36
|
+
break;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return message;
|
|
40
|
+
},
|
|
41
|
+
fromPartial(object) {
|
|
42
|
+
const message = createBaseGenesisState();
|
|
43
|
+
message.ics27Accounts = object.ics27Accounts?.map(e => RegisteredICS27Account.fromPartial(e)) || [];
|
|
44
|
+
return message;
|
|
45
|
+
},
|
|
46
|
+
fromAmino(object) {
|
|
47
|
+
const message = createBaseGenesisState();
|
|
48
|
+
message.ics27Accounts = object.ics27_accounts?.map(e => RegisteredICS27Account.fromAmino(e)) || [];
|
|
49
|
+
return message;
|
|
50
|
+
},
|
|
51
|
+
toAmino(message) {
|
|
52
|
+
const obj = {};
|
|
53
|
+
if (message.ics27Accounts) {
|
|
54
|
+
obj.ics27_accounts = message.ics27Accounts.map(e => e ? RegisteredICS27Account.toAmino(e) : undefined);
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
obj.ics27_accounts = message.ics27Accounts;
|
|
58
|
+
}
|
|
59
|
+
return obj;
|
|
60
|
+
},
|
|
61
|
+
fromAminoMsg(object) {
|
|
62
|
+
return GenesisState.fromAmino(object.value);
|
|
63
|
+
},
|
|
64
|
+
toAminoMsg(message) {
|
|
65
|
+
return {
|
|
66
|
+
type: "cosmos-sdk/GenesisState",
|
|
67
|
+
value: GenesisState.toAmino(message)
|
|
68
|
+
};
|
|
69
|
+
},
|
|
70
|
+
fromProtoMsg(message) {
|
|
71
|
+
return GenesisState.decode(message.value);
|
|
72
|
+
},
|
|
73
|
+
toProto(message) {
|
|
74
|
+
return GenesisState.encode(message).finish();
|
|
75
|
+
},
|
|
76
|
+
toProtoMsg(message) {
|
|
77
|
+
return {
|
|
78
|
+
typeUrl: "/ibc.applications.gmp.v1.GenesisState",
|
|
79
|
+
value: GenesisState.encode(message).finish()
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
function createBaseRegisteredICS27Account() {
|
|
84
|
+
return {
|
|
85
|
+
accountAddress: "",
|
|
86
|
+
accountId: AccountIdentifier.fromPartial({})
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* RegisteredICS27Account contains an account identifier and associated interchain account address
|
|
91
|
+
* @name RegisteredICS27Account
|
|
92
|
+
* @package ibc.applications.gmp.v1
|
|
93
|
+
* @see proto type: ibc.applications.gmp.v1.RegisteredICS27Account
|
|
94
|
+
*/
|
|
95
|
+
export const RegisteredICS27Account = {
|
|
96
|
+
typeUrl: "/ibc.applications.gmp.v1.RegisteredICS27Account",
|
|
97
|
+
aminoType: "cosmos-sdk/RegisteredICS27Account",
|
|
98
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
99
|
+
if (message.accountAddress !== "") {
|
|
100
|
+
writer.uint32(10).string(message.accountAddress);
|
|
101
|
+
}
|
|
102
|
+
if (message.accountId !== undefined) {
|
|
103
|
+
AccountIdentifier.encode(message.accountId, writer.uint32(18).fork()).ldelim();
|
|
104
|
+
}
|
|
105
|
+
return writer;
|
|
106
|
+
},
|
|
107
|
+
decode(input, length) {
|
|
108
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
109
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
110
|
+
const message = createBaseRegisteredICS27Account();
|
|
111
|
+
while (reader.pos < end) {
|
|
112
|
+
const tag = reader.uint32();
|
|
113
|
+
switch (tag >>> 3) {
|
|
114
|
+
case 1:
|
|
115
|
+
message.accountAddress = reader.string();
|
|
116
|
+
break;
|
|
117
|
+
case 2:
|
|
118
|
+
message.accountId = AccountIdentifier.decode(reader, reader.uint32());
|
|
119
|
+
break;
|
|
120
|
+
default:
|
|
121
|
+
reader.skipType(tag & 7);
|
|
122
|
+
break;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
return message;
|
|
126
|
+
},
|
|
127
|
+
fromPartial(object) {
|
|
128
|
+
const message = createBaseRegisteredICS27Account();
|
|
129
|
+
message.accountAddress = object.accountAddress ?? "";
|
|
130
|
+
message.accountId = object.accountId !== undefined && object.accountId !== null ? AccountIdentifier.fromPartial(object.accountId) : undefined;
|
|
131
|
+
return message;
|
|
132
|
+
},
|
|
133
|
+
fromAmino(object) {
|
|
134
|
+
const message = createBaseRegisteredICS27Account();
|
|
135
|
+
if (object.account_address !== undefined && object.account_address !== null) {
|
|
136
|
+
message.accountAddress = object.account_address;
|
|
137
|
+
}
|
|
138
|
+
if (object.account_id !== undefined && object.account_id !== null) {
|
|
139
|
+
message.accountId = AccountIdentifier.fromAmino(object.account_id);
|
|
140
|
+
}
|
|
141
|
+
return message;
|
|
142
|
+
},
|
|
143
|
+
toAmino(message) {
|
|
144
|
+
const obj = {};
|
|
145
|
+
obj.account_address = message.accountAddress === "" ? undefined : message.accountAddress;
|
|
146
|
+
obj.account_id = message.accountId ? AccountIdentifier.toAmino(message.accountId) : undefined;
|
|
147
|
+
return obj;
|
|
148
|
+
},
|
|
149
|
+
fromAminoMsg(object) {
|
|
150
|
+
return RegisteredICS27Account.fromAmino(object.value);
|
|
151
|
+
},
|
|
152
|
+
toAminoMsg(message) {
|
|
153
|
+
return {
|
|
154
|
+
type: "cosmos-sdk/RegisteredICS27Account",
|
|
155
|
+
value: RegisteredICS27Account.toAmino(message)
|
|
156
|
+
};
|
|
157
|
+
},
|
|
158
|
+
fromProtoMsg(message) {
|
|
159
|
+
return RegisteredICS27Account.decode(message.value);
|
|
160
|
+
},
|
|
161
|
+
toProto(message) {
|
|
162
|
+
return RegisteredICS27Account.encode(message).finish();
|
|
163
|
+
},
|
|
164
|
+
toProtoMsg(message) {
|
|
165
|
+
return {
|
|
166
|
+
typeUrl: "/ibc.applications.gmp.v1.RegisteredICS27Account",
|
|
167
|
+
value: RegisteredICS27Account.encode(message).finish()
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
};
|