@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
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MsgSendCallResponse = exports.MsgSendCall = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../../binary");
|
|
6
|
+
const helpers_1 = require("../../../../helpers");
|
|
7
|
+
function createBaseMsgSendCall() {
|
|
8
|
+
return {
|
|
9
|
+
sourceClient: "",
|
|
10
|
+
sender: "",
|
|
11
|
+
receiver: "",
|
|
12
|
+
salt: new Uint8Array(),
|
|
13
|
+
payload: new Uint8Array(),
|
|
14
|
+
timeoutTimestamp: BigInt(0),
|
|
15
|
+
memo: "",
|
|
16
|
+
encoding: ""
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* MsgSendCall defines a msg to send a call to a contract/receiver on a ICS27-2 enabled chain.
|
|
21
|
+
* @name MsgSendCall
|
|
22
|
+
* @package ibc.applications.gmp.v1
|
|
23
|
+
* @see proto type: ibc.applications.gmp.v1.MsgSendCall
|
|
24
|
+
*/
|
|
25
|
+
exports.MsgSendCall = {
|
|
26
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCall",
|
|
27
|
+
aminoType: "cosmos-sdk/MsgSendCall",
|
|
28
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
29
|
+
if (message.sourceClient !== "") {
|
|
30
|
+
writer.uint32(10).string(message.sourceClient);
|
|
31
|
+
}
|
|
32
|
+
if (message.sender !== "") {
|
|
33
|
+
writer.uint32(18).string(message.sender);
|
|
34
|
+
}
|
|
35
|
+
if (message.receiver !== "") {
|
|
36
|
+
writer.uint32(26).string(message.receiver);
|
|
37
|
+
}
|
|
38
|
+
if (message.salt.length !== 0) {
|
|
39
|
+
writer.uint32(34).bytes(message.salt);
|
|
40
|
+
}
|
|
41
|
+
if (message.payload.length !== 0) {
|
|
42
|
+
writer.uint32(42).bytes(message.payload);
|
|
43
|
+
}
|
|
44
|
+
if (message.timeoutTimestamp !== BigInt(0)) {
|
|
45
|
+
writer.uint32(48).uint64(message.timeoutTimestamp);
|
|
46
|
+
}
|
|
47
|
+
if (message.memo !== "") {
|
|
48
|
+
writer.uint32(58).string(message.memo);
|
|
49
|
+
}
|
|
50
|
+
if (message.encoding !== "") {
|
|
51
|
+
writer.uint32(66).string(message.encoding);
|
|
52
|
+
}
|
|
53
|
+
return writer;
|
|
54
|
+
},
|
|
55
|
+
decode(input, length) {
|
|
56
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
57
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
58
|
+
const message = createBaseMsgSendCall();
|
|
59
|
+
while (reader.pos < end) {
|
|
60
|
+
const tag = reader.uint32();
|
|
61
|
+
switch (tag >>> 3) {
|
|
62
|
+
case 1:
|
|
63
|
+
message.sourceClient = reader.string();
|
|
64
|
+
break;
|
|
65
|
+
case 2:
|
|
66
|
+
message.sender = reader.string();
|
|
67
|
+
break;
|
|
68
|
+
case 3:
|
|
69
|
+
message.receiver = reader.string();
|
|
70
|
+
break;
|
|
71
|
+
case 4:
|
|
72
|
+
message.salt = reader.bytes();
|
|
73
|
+
break;
|
|
74
|
+
case 5:
|
|
75
|
+
message.payload = reader.bytes();
|
|
76
|
+
break;
|
|
77
|
+
case 6:
|
|
78
|
+
message.timeoutTimestamp = reader.uint64();
|
|
79
|
+
break;
|
|
80
|
+
case 7:
|
|
81
|
+
message.memo = reader.string();
|
|
82
|
+
break;
|
|
83
|
+
case 8:
|
|
84
|
+
message.encoding = reader.string();
|
|
85
|
+
break;
|
|
86
|
+
default:
|
|
87
|
+
reader.skipType(tag & 7);
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
return message;
|
|
92
|
+
},
|
|
93
|
+
fromPartial(object) {
|
|
94
|
+
const message = createBaseMsgSendCall();
|
|
95
|
+
message.sourceClient = object.sourceClient ?? "";
|
|
96
|
+
message.sender = object.sender ?? "";
|
|
97
|
+
message.receiver = object.receiver ?? "";
|
|
98
|
+
message.salt = object.salt ?? new Uint8Array();
|
|
99
|
+
message.payload = object.payload ?? new Uint8Array();
|
|
100
|
+
message.timeoutTimestamp = object.timeoutTimestamp !== undefined && object.timeoutTimestamp !== null ? BigInt(object.timeoutTimestamp.toString()) : BigInt(0);
|
|
101
|
+
message.memo = object.memo ?? "";
|
|
102
|
+
message.encoding = object.encoding ?? "";
|
|
103
|
+
return message;
|
|
104
|
+
},
|
|
105
|
+
fromAmino(object) {
|
|
106
|
+
const message = createBaseMsgSendCall();
|
|
107
|
+
if (object.source_client !== undefined && object.source_client !== null) {
|
|
108
|
+
message.sourceClient = object.source_client;
|
|
109
|
+
}
|
|
110
|
+
if (object.sender !== undefined && object.sender !== null) {
|
|
111
|
+
message.sender = object.sender;
|
|
112
|
+
}
|
|
113
|
+
if (object.receiver !== undefined && object.receiver !== null) {
|
|
114
|
+
message.receiver = object.receiver;
|
|
115
|
+
}
|
|
116
|
+
if (object.salt !== undefined && object.salt !== null) {
|
|
117
|
+
message.salt = (0, helpers_1.bytesFromBase64)(object.salt);
|
|
118
|
+
}
|
|
119
|
+
if (object.payload !== undefined && object.payload !== null) {
|
|
120
|
+
message.payload = (0, helpers_1.bytesFromBase64)(object.payload);
|
|
121
|
+
}
|
|
122
|
+
if (object.timeout_timestamp !== undefined && object.timeout_timestamp !== null) {
|
|
123
|
+
message.timeoutTimestamp = BigInt(object.timeout_timestamp);
|
|
124
|
+
}
|
|
125
|
+
if (object.memo !== undefined && object.memo !== null) {
|
|
126
|
+
message.memo = object.memo;
|
|
127
|
+
}
|
|
128
|
+
if (object.encoding !== undefined && object.encoding !== null) {
|
|
129
|
+
message.encoding = object.encoding;
|
|
130
|
+
}
|
|
131
|
+
return message;
|
|
132
|
+
},
|
|
133
|
+
toAmino(message) {
|
|
134
|
+
const obj = {};
|
|
135
|
+
obj.source_client = message.sourceClient === "" ? undefined : message.sourceClient;
|
|
136
|
+
obj.sender = message.sender === "" ? undefined : message.sender;
|
|
137
|
+
obj.receiver = message.receiver === "" ? undefined : message.receiver;
|
|
138
|
+
obj.salt = message.salt ? (0, helpers_1.base64FromBytes)(message.salt) : undefined;
|
|
139
|
+
obj.payload = message.payload ? (0, helpers_1.base64FromBytes)(message.payload) : undefined;
|
|
140
|
+
obj.timeout_timestamp = message.timeoutTimestamp !== BigInt(0) ? message.timeoutTimestamp?.toString() : undefined;
|
|
141
|
+
obj.memo = message.memo === "" ? undefined : message.memo;
|
|
142
|
+
obj.encoding = message.encoding === "" ? undefined : message.encoding;
|
|
143
|
+
return obj;
|
|
144
|
+
},
|
|
145
|
+
fromAminoMsg(object) {
|
|
146
|
+
return exports.MsgSendCall.fromAmino(object.value);
|
|
147
|
+
},
|
|
148
|
+
toAminoMsg(message) {
|
|
149
|
+
return {
|
|
150
|
+
type: "cosmos-sdk/MsgSendCall",
|
|
151
|
+
value: exports.MsgSendCall.toAmino(message)
|
|
152
|
+
};
|
|
153
|
+
},
|
|
154
|
+
fromProtoMsg(message) {
|
|
155
|
+
return exports.MsgSendCall.decode(message.value);
|
|
156
|
+
},
|
|
157
|
+
toProto(message) {
|
|
158
|
+
return exports.MsgSendCall.encode(message).finish();
|
|
159
|
+
},
|
|
160
|
+
toProtoMsg(message) {
|
|
161
|
+
return {
|
|
162
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCall",
|
|
163
|
+
value: exports.MsgSendCall.encode(message).finish()
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
};
|
|
167
|
+
function createBaseMsgSendCallResponse() {
|
|
168
|
+
return {
|
|
169
|
+
sequence: BigInt(0)
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* MsgSendCallResponse defines the Msg/SendCall response type.
|
|
174
|
+
* @name MsgSendCallResponse
|
|
175
|
+
* @package ibc.applications.gmp.v1
|
|
176
|
+
* @see proto type: ibc.applications.gmp.v1.MsgSendCallResponse
|
|
177
|
+
*/
|
|
178
|
+
exports.MsgSendCallResponse = {
|
|
179
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCallResponse",
|
|
180
|
+
aminoType: "cosmos-sdk/MsgSendCallResponse",
|
|
181
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
182
|
+
if (message.sequence !== BigInt(0)) {
|
|
183
|
+
writer.uint32(8).uint64(message.sequence);
|
|
184
|
+
}
|
|
185
|
+
return writer;
|
|
186
|
+
},
|
|
187
|
+
decode(input, length) {
|
|
188
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
189
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
190
|
+
const message = createBaseMsgSendCallResponse();
|
|
191
|
+
while (reader.pos < end) {
|
|
192
|
+
const tag = reader.uint32();
|
|
193
|
+
switch (tag >>> 3) {
|
|
194
|
+
case 1:
|
|
195
|
+
message.sequence = reader.uint64();
|
|
196
|
+
break;
|
|
197
|
+
default:
|
|
198
|
+
reader.skipType(tag & 7);
|
|
199
|
+
break;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
return message;
|
|
203
|
+
},
|
|
204
|
+
fromPartial(object) {
|
|
205
|
+
const message = createBaseMsgSendCallResponse();
|
|
206
|
+
message.sequence = object.sequence !== undefined && object.sequence !== null ? BigInt(object.sequence.toString()) : BigInt(0);
|
|
207
|
+
return message;
|
|
208
|
+
},
|
|
209
|
+
fromAmino(object) {
|
|
210
|
+
const message = createBaseMsgSendCallResponse();
|
|
211
|
+
if (object.sequence !== undefined && object.sequence !== null) {
|
|
212
|
+
message.sequence = BigInt(object.sequence);
|
|
213
|
+
}
|
|
214
|
+
return message;
|
|
215
|
+
},
|
|
216
|
+
toAmino(message) {
|
|
217
|
+
const obj = {};
|
|
218
|
+
obj.sequence = message.sequence !== BigInt(0) ? message.sequence?.toString() : undefined;
|
|
219
|
+
return obj;
|
|
220
|
+
},
|
|
221
|
+
fromAminoMsg(object) {
|
|
222
|
+
return exports.MsgSendCallResponse.fromAmino(object.value);
|
|
223
|
+
},
|
|
224
|
+
toAminoMsg(message) {
|
|
225
|
+
return {
|
|
226
|
+
type: "cosmos-sdk/MsgSendCallResponse",
|
|
227
|
+
value: exports.MsgSendCallResponse.toAmino(message)
|
|
228
|
+
};
|
|
229
|
+
},
|
|
230
|
+
fromProtoMsg(message) {
|
|
231
|
+
return exports.MsgSendCallResponse.decode(message.value);
|
|
232
|
+
},
|
|
233
|
+
toProto(message) {
|
|
234
|
+
return exports.MsgSendCallResponse.encode(message).finish();
|
|
235
|
+
},
|
|
236
|
+
toProtoMsg(message) {
|
|
237
|
+
return {
|
|
238
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCallResponse",
|
|
239
|
+
value: exports.MsgSendCallResponse.encode(message).finish()
|
|
240
|
+
};
|
|
241
|
+
}
|
|
242
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
3
|
+
import { MsgSendCall } from "./tx";
|
|
4
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
5
|
+
export declare const load: (protoRegistry: Registry) => void;
|
|
6
|
+
export declare const MessageComposer: {
|
|
7
|
+
encoded: {
|
|
8
|
+
sendCall(value: MsgSendCall): {
|
|
9
|
+
typeUrl: string;
|
|
10
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
withTypeUrl: {
|
|
14
|
+
sendCall(value: MsgSendCall): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: MsgSendCall;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
fromPartial: {
|
|
20
|
+
sendCall(value: MsgSendCall): {
|
|
21
|
+
typeUrl: string;
|
|
22
|
+
value: MsgSendCall;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageComposer = exports.load = exports.registry = void 0;
|
|
4
|
+
const tx_1 = require("./tx");
|
|
5
|
+
exports.registry = [["/ibc.applications.gmp.v1.MsgSendCall", tx_1.MsgSendCall]];
|
|
6
|
+
const load = (protoRegistry) => {
|
|
7
|
+
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
+
protoRegistry.register(typeUrl, mod);
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
exports.load = load;
|
|
12
|
+
exports.MessageComposer = {
|
|
13
|
+
encoded: {
|
|
14
|
+
sendCall(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCall",
|
|
17
|
+
value: tx_1.MsgSendCall.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
withTypeUrl: {
|
|
22
|
+
sendCall(value) {
|
|
23
|
+
return {
|
|
24
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCall",
|
|
25
|
+
value
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
fromPartial: {
|
|
30
|
+
sendCall(value) {
|
|
31
|
+
return {
|
|
32
|
+
typeUrl: "/ibc.applications.gmp.v1.MsgSendCall",
|
|
33
|
+
value: tx_1.MsgSendCall.fromPartial(value)
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
|
+
import { MsgSendCall, MsgSendCallResponse } from "./tx";
|
|
3
|
+
/** Msg defines the ibc/gmp Msg service. */
|
|
4
|
+
export interface Msg {
|
|
5
|
+
/** SendCall defines a rpc handler method for MsgSendCall. */
|
|
6
|
+
sendCall(request: MsgSendCall): Promise<MsgSendCallResponse>;
|
|
7
|
+
}
|
|
8
|
+
export declare class MsgClientImpl implements Msg {
|
|
9
|
+
private readonly rpc;
|
|
10
|
+
constructor(rpc: TxRpc);
|
|
11
|
+
sendCall: (request: MsgSendCall) => Promise<MsgSendCallResponse>;
|
|
12
|
+
}
|
|
13
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
|
+
const binary_1 = require("../../../../binary");
|
|
5
|
+
const tx_1 = require("./tx");
|
|
6
|
+
class MsgClientImpl {
|
|
7
|
+
rpc;
|
|
8
|
+
constructor(rpc) {
|
|
9
|
+
this.rpc = rpc;
|
|
10
|
+
}
|
|
11
|
+
/* SendCall defines a rpc handler method for MsgSendCall. */
|
|
12
|
+
sendCall = async (request) => {
|
|
13
|
+
const data = tx_1.MsgSendCall.encode(request).finish();
|
|
14
|
+
const promise = this.rpc.request("ibc.applications.gmp.v1.Msg", "SendCall", data);
|
|
15
|
+
return promise.then(data => tx_1.MsgSendCallResponse.decode(new binary_1.BinaryReader(data)));
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
exports.MsgClientImpl = MsgClientImpl;
|
|
19
|
+
const createClientImpl = (rpc) => {
|
|
20
|
+
return new MsgClientImpl(rpc);
|
|
21
|
+
};
|
|
22
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -87,7 +87,6 @@ export interface InFlightPacket {
|
|
|
87
87
|
refundSequence: bigint;
|
|
88
88
|
retriesRemaining: number;
|
|
89
89
|
timeout: bigint;
|
|
90
|
-
nonrefundable: boolean;
|
|
91
90
|
}
|
|
92
91
|
export interface InFlightPacketProtoMsg {
|
|
93
92
|
typeUrl: "/ibc.applications.packet_forward_middleware.v1.InFlightPacket";
|
|
@@ -112,7 +111,6 @@ export interface InFlightPacketAmino {
|
|
|
112
111
|
refund_sequence?: string;
|
|
113
112
|
retries_remaining?: number;
|
|
114
113
|
timeout?: string;
|
|
115
|
-
nonrefundable?: boolean;
|
|
116
114
|
}
|
|
117
115
|
export interface InFlightPacketAminoMsg {
|
|
118
116
|
type: "cosmos-sdk/InFlightPacket";
|
|
@@ -184,8 +184,7 @@ function createBaseInFlightPacket() {
|
|
|
184
184
|
packetData: new Uint8Array(),
|
|
185
185
|
refundSequence: BigInt(0),
|
|
186
186
|
retriesRemaining: 0,
|
|
187
|
-
timeout: BigInt(0)
|
|
188
|
-
nonrefundable: false
|
|
187
|
+
timeout: BigInt(0)
|
|
189
188
|
};
|
|
190
189
|
}
|
|
191
190
|
/**
|
|
@@ -232,9 +231,6 @@ exports.InFlightPacket = {
|
|
|
232
231
|
if (message.timeout !== BigInt(0)) {
|
|
233
232
|
writer.uint32(88).uint64(message.timeout);
|
|
234
233
|
}
|
|
235
|
-
if (message.nonrefundable === true) {
|
|
236
|
-
writer.uint32(96).bool(message.nonrefundable);
|
|
237
|
-
}
|
|
238
234
|
return writer;
|
|
239
235
|
},
|
|
240
236
|
decode(input, length) {
|
|
@@ -277,9 +273,6 @@ exports.InFlightPacket = {
|
|
|
277
273
|
case 11:
|
|
278
274
|
message.timeout = reader.uint64();
|
|
279
275
|
break;
|
|
280
|
-
case 12:
|
|
281
|
-
message.nonrefundable = reader.bool();
|
|
282
|
-
break;
|
|
283
276
|
default:
|
|
284
277
|
reader.skipType(tag & 7);
|
|
285
278
|
break;
|
|
@@ -300,7 +293,6 @@ exports.InFlightPacket = {
|
|
|
300
293
|
message.refundSequence = object.refundSequence !== undefined && object.refundSequence !== null ? BigInt(object.refundSequence.toString()) : BigInt(0);
|
|
301
294
|
message.retriesRemaining = object.retriesRemaining ?? 0;
|
|
302
295
|
message.timeout = object.timeout !== undefined && object.timeout !== null ? BigInt(object.timeout.toString()) : BigInt(0);
|
|
303
|
-
message.nonrefundable = object.nonrefundable ?? false;
|
|
304
296
|
return message;
|
|
305
297
|
},
|
|
306
298
|
fromAmino(object) {
|
|
@@ -338,9 +330,6 @@ exports.InFlightPacket = {
|
|
|
338
330
|
if (object.timeout !== undefined && object.timeout !== null) {
|
|
339
331
|
message.timeout = BigInt(object.timeout);
|
|
340
332
|
}
|
|
341
|
-
if (object.nonrefundable !== undefined && object.nonrefundable !== null) {
|
|
342
|
-
message.nonrefundable = object.nonrefundable;
|
|
343
|
-
}
|
|
344
333
|
return message;
|
|
345
334
|
},
|
|
346
335
|
toAmino(message) {
|
|
@@ -356,7 +345,6 @@ exports.InFlightPacket = {
|
|
|
356
345
|
obj.refund_sequence = message.refundSequence !== BigInt(0) ? message.refundSequence?.toString() : undefined;
|
|
357
346
|
obj.retries_remaining = message.retriesRemaining === 0 ? undefined : message.retriesRemaining;
|
|
358
347
|
obj.timeout = message.timeout !== BigInt(0) ? message.timeout?.toString() : undefined;
|
|
359
|
-
obj.nonrefundable = message.nonrefundable === false ? undefined : message.nonrefundable;
|
|
360
348
|
return obj;
|
|
361
349
|
},
|
|
362
350
|
fromAminoMsg(object) {
|
|
@@ -13,6 +13,7 @@ export interface GenesisState {
|
|
|
13
13
|
blacklistedDenoms: string[];
|
|
14
14
|
pendingSendPacketSequenceNumbers: string[];
|
|
15
15
|
hourEpoch: HourEpoch;
|
|
16
|
+
pendingRecvPacketSequenceNumbers: string[];
|
|
16
17
|
}
|
|
17
18
|
export interface GenesisStateProtoMsg {
|
|
18
19
|
typeUrl: "/ibc.applications.rate_limiting.v1.GenesisState";
|
|
@@ -30,6 +31,7 @@ export interface GenesisStateAmino {
|
|
|
30
31
|
blacklisted_denoms?: string[];
|
|
31
32
|
pending_send_packet_sequence_numbers?: string[];
|
|
32
33
|
hour_epoch?: HourEpochAmino;
|
|
34
|
+
pending_recv_packet_sequence_numbers?: string[];
|
|
33
35
|
}
|
|
34
36
|
export interface GenesisStateAminoMsg {
|
|
35
37
|
type: "cosmos-sdk/GenesisState";
|
|
@@ -10,7 +10,8 @@ function createBaseGenesisState() {
|
|
|
10
10
|
whitelistedAddressPairs: [],
|
|
11
11
|
blacklistedDenoms: [],
|
|
12
12
|
pendingSendPacketSequenceNumbers: [],
|
|
13
|
-
hourEpoch: rate_limiting_1.HourEpoch.fromPartial({})
|
|
13
|
+
hourEpoch: rate_limiting_1.HourEpoch.fromPartial({}),
|
|
14
|
+
pendingRecvPacketSequenceNumbers: []
|
|
14
15
|
};
|
|
15
16
|
}
|
|
16
17
|
/**
|
|
@@ -38,6 +39,9 @@ exports.GenesisState = {
|
|
|
38
39
|
if (message.hourEpoch !== undefined) {
|
|
39
40
|
rate_limiting_1.HourEpoch.encode(message.hourEpoch, writer.uint32(42).fork()).ldelim();
|
|
40
41
|
}
|
|
42
|
+
for (const v of message.pendingRecvPacketSequenceNumbers) {
|
|
43
|
+
writer.uint32(50).string(v);
|
|
44
|
+
}
|
|
41
45
|
return writer;
|
|
42
46
|
},
|
|
43
47
|
decode(input, length) {
|
|
@@ -62,6 +66,9 @@ exports.GenesisState = {
|
|
|
62
66
|
case 5:
|
|
63
67
|
message.hourEpoch = rate_limiting_1.HourEpoch.decode(reader, reader.uint32());
|
|
64
68
|
break;
|
|
69
|
+
case 6:
|
|
70
|
+
message.pendingRecvPacketSequenceNumbers.push(reader.string());
|
|
71
|
+
break;
|
|
65
72
|
default:
|
|
66
73
|
reader.skipType(tag & 7);
|
|
67
74
|
break;
|
|
@@ -76,6 +83,7 @@ exports.GenesisState = {
|
|
|
76
83
|
message.blacklistedDenoms = object.blacklistedDenoms?.map(e => e) || [];
|
|
77
84
|
message.pendingSendPacketSequenceNumbers = object.pendingSendPacketSequenceNumbers?.map(e => e) || [];
|
|
78
85
|
message.hourEpoch = object.hourEpoch !== undefined && object.hourEpoch !== null ? rate_limiting_1.HourEpoch.fromPartial(object.hourEpoch) : undefined;
|
|
86
|
+
message.pendingRecvPacketSequenceNumbers = object.pendingRecvPacketSequenceNumbers?.map(e => e) || [];
|
|
79
87
|
return message;
|
|
80
88
|
},
|
|
81
89
|
fromAmino(object) {
|
|
@@ -87,6 +95,7 @@ exports.GenesisState = {
|
|
|
87
95
|
if (object.hour_epoch !== undefined && object.hour_epoch !== null) {
|
|
88
96
|
message.hourEpoch = rate_limiting_1.HourEpoch.fromAmino(object.hour_epoch);
|
|
89
97
|
}
|
|
98
|
+
message.pendingRecvPacketSequenceNumbers = object.pending_recv_packet_sequence_numbers?.map(e => e) || [];
|
|
90
99
|
return message;
|
|
91
100
|
},
|
|
92
101
|
toAmino(message) {
|
|
@@ -116,6 +125,12 @@ exports.GenesisState = {
|
|
|
116
125
|
obj.pending_send_packet_sequence_numbers = message.pendingSendPacketSequenceNumbers;
|
|
117
126
|
}
|
|
118
127
|
obj.hour_epoch = message.hourEpoch ? rate_limiting_1.HourEpoch.toAmino(message.hourEpoch) : undefined;
|
|
128
|
+
if (message.pendingRecvPacketSequenceNumbers) {
|
|
129
|
+
obj.pending_recv_packet_sequence_numbers = message.pendingRecvPacketSequenceNumbers.map(e => e);
|
|
130
|
+
}
|
|
131
|
+
else {
|
|
132
|
+
obj.pending_recv_packet_sequence_numbers = message.pendingRecvPacketSequenceNumbers;
|
|
133
|
+
}
|
|
119
134
|
return obj;
|
|
120
135
|
},
|
|
121
136
|
fromAminoMsg(object) {
|