@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,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EventTrustedAuditorDeleted = exports.EventTrustedAuditorCreated = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const binary_1 = require("../../../binary");
|
|
6
|
+
function createBaseEventTrustedAuditorCreated() {
|
|
7
|
+
return {
|
|
8
|
+
owner: "",
|
|
9
|
+
auditor: ""
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* EventTrustedAuditorCreated defines an SDK message for when a trusted auditor is created.
|
|
14
|
+
* @name EventTrustedAuditorCreated
|
|
15
|
+
* @package akash.audit.v1
|
|
16
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorCreated
|
|
17
|
+
*/
|
|
18
|
+
exports.EventTrustedAuditorCreated = {
|
|
19
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorCreated",
|
|
20
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
|
+
if (message.owner !== "") {
|
|
22
|
+
writer.uint32(10).string(message.owner);
|
|
23
|
+
}
|
|
24
|
+
if (message.auditor !== "") {
|
|
25
|
+
writer.uint32(18).string(message.auditor);
|
|
26
|
+
}
|
|
27
|
+
return writer;
|
|
28
|
+
},
|
|
29
|
+
decode(input, length) {
|
|
30
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
31
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
32
|
+
const message = createBaseEventTrustedAuditorCreated();
|
|
33
|
+
while (reader.pos < end) {
|
|
34
|
+
const tag = reader.uint32();
|
|
35
|
+
switch (tag >>> 3) {
|
|
36
|
+
case 1:
|
|
37
|
+
message.owner = reader.string();
|
|
38
|
+
break;
|
|
39
|
+
case 2:
|
|
40
|
+
message.auditor = reader.string();
|
|
41
|
+
break;
|
|
42
|
+
default:
|
|
43
|
+
reader.skipType(tag & 7);
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return message;
|
|
48
|
+
},
|
|
49
|
+
fromPartial(object) {
|
|
50
|
+
const message = createBaseEventTrustedAuditorCreated();
|
|
51
|
+
message.owner = object.owner ?? "";
|
|
52
|
+
message.auditor = object.auditor ?? "";
|
|
53
|
+
return message;
|
|
54
|
+
},
|
|
55
|
+
fromAmino(object) {
|
|
56
|
+
const message = createBaseEventTrustedAuditorCreated();
|
|
57
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
58
|
+
message.owner = object.owner;
|
|
59
|
+
}
|
|
60
|
+
if (object.auditor !== undefined && object.auditor !== null) {
|
|
61
|
+
message.auditor = object.auditor;
|
|
62
|
+
}
|
|
63
|
+
return message;
|
|
64
|
+
},
|
|
65
|
+
toAmino(message) {
|
|
66
|
+
const obj = {};
|
|
67
|
+
obj.owner = message.owner ?? "";
|
|
68
|
+
obj.auditor = message.auditor ?? "";
|
|
69
|
+
return obj;
|
|
70
|
+
},
|
|
71
|
+
fromAminoMsg(object) {
|
|
72
|
+
return exports.EventTrustedAuditorCreated.fromAmino(object.value);
|
|
73
|
+
},
|
|
74
|
+
fromProtoMsg(message) {
|
|
75
|
+
return exports.EventTrustedAuditorCreated.decode(message.value);
|
|
76
|
+
},
|
|
77
|
+
toProto(message) {
|
|
78
|
+
return exports.EventTrustedAuditorCreated.encode(message).finish();
|
|
79
|
+
},
|
|
80
|
+
toProtoMsg(message) {
|
|
81
|
+
return {
|
|
82
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorCreated",
|
|
83
|
+
value: exports.EventTrustedAuditorCreated.encode(message).finish()
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
function createBaseEventTrustedAuditorDeleted() {
|
|
88
|
+
return {
|
|
89
|
+
owner: "",
|
|
90
|
+
auditor: ""
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* EventTrustedAuditorDeleted defines an event for when a trusted auditor is deleted.
|
|
95
|
+
* @name EventTrustedAuditorDeleted
|
|
96
|
+
* @package akash.audit.v1
|
|
97
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorDeleted
|
|
98
|
+
*/
|
|
99
|
+
exports.EventTrustedAuditorDeleted = {
|
|
100
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorDeleted",
|
|
101
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
102
|
+
if (message.owner !== "") {
|
|
103
|
+
writer.uint32(10).string(message.owner);
|
|
104
|
+
}
|
|
105
|
+
if (message.auditor !== "") {
|
|
106
|
+
writer.uint32(18).string(message.auditor);
|
|
107
|
+
}
|
|
108
|
+
return writer;
|
|
109
|
+
},
|
|
110
|
+
decode(input, length) {
|
|
111
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
112
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
113
|
+
const message = createBaseEventTrustedAuditorDeleted();
|
|
114
|
+
while (reader.pos < end) {
|
|
115
|
+
const tag = reader.uint32();
|
|
116
|
+
switch (tag >>> 3) {
|
|
117
|
+
case 1:
|
|
118
|
+
message.owner = reader.string();
|
|
119
|
+
break;
|
|
120
|
+
case 2:
|
|
121
|
+
message.auditor = reader.string();
|
|
122
|
+
break;
|
|
123
|
+
default:
|
|
124
|
+
reader.skipType(tag & 7);
|
|
125
|
+
break;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
return message;
|
|
129
|
+
},
|
|
130
|
+
fromPartial(object) {
|
|
131
|
+
const message = createBaseEventTrustedAuditorDeleted();
|
|
132
|
+
message.owner = object.owner ?? "";
|
|
133
|
+
message.auditor = object.auditor ?? "";
|
|
134
|
+
return message;
|
|
135
|
+
},
|
|
136
|
+
fromAmino(object) {
|
|
137
|
+
const message = createBaseEventTrustedAuditorDeleted();
|
|
138
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
139
|
+
message.owner = object.owner;
|
|
140
|
+
}
|
|
141
|
+
if (object.auditor !== undefined && object.auditor !== null) {
|
|
142
|
+
message.auditor = object.auditor;
|
|
143
|
+
}
|
|
144
|
+
return message;
|
|
145
|
+
},
|
|
146
|
+
toAmino(message) {
|
|
147
|
+
const obj = {};
|
|
148
|
+
obj.owner = message.owner ?? "";
|
|
149
|
+
obj.auditor = message.auditor ?? "";
|
|
150
|
+
return obj;
|
|
151
|
+
},
|
|
152
|
+
fromAminoMsg(object) {
|
|
153
|
+
return exports.EventTrustedAuditorDeleted.fromAmino(object.value);
|
|
154
|
+
},
|
|
155
|
+
fromProtoMsg(message) {
|
|
156
|
+
return exports.EventTrustedAuditorDeleted.decode(message.value);
|
|
157
|
+
},
|
|
158
|
+
toProto(message) {
|
|
159
|
+
return exports.EventTrustedAuditorDeleted.encode(message).finish();
|
|
160
|
+
},
|
|
161
|
+
toProtoMsg(message) {
|
|
162
|
+
return {
|
|
163
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorDeleted",
|
|
164
|
+
value: exports.EventTrustedAuditorDeleted.encode(message).finish()
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { AuditedProvider, AuditedProviderAmino } from "./audit";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* GenesisState defines the basic genesis state used by audit module.
|
|
6
|
+
* @name GenesisState
|
|
7
|
+
* @package akash.audit.v1
|
|
8
|
+
* @see proto type: akash.audit.v1.GenesisState
|
|
9
|
+
*/
|
|
10
|
+
export interface GenesisState {
|
|
11
|
+
/**
|
|
12
|
+
* Providers contains a list of audited provided account addresses.
|
|
13
|
+
*/
|
|
14
|
+
providers: AuditedProvider[];
|
|
15
|
+
}
|
|
16
|
+
export interface GenesisStateProtoMsg {
|
|
17
|
+
typeUrl: "/akash.audit.v1.GenesisState";
|
|
18
|
+
value: Uint8Array;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* GenesisState defines the basic genesis state used by audit module.
|
|
22
|
+
* @name GenesisStateAmino
|
|
23
|
+
* @package akash.audit.v1
|
|
24
|
+
* @see proto type: akash.audit.v1.GenesisState
|
|
25
|
+
*/
|
|
26
|
+
export interface GenesisStateAmino {
|
|
27
|
+
/**
|
|
28
|
+
* Providers contains a list of audited provided account addresses.
|
|
29
|
+
*/
|
|
30
|
+
providers: AuditedProviderAmino[];
|
|
31
|
+
}
|
|
32
|
+
export interface GenesisStateAminoMsg {
|
|
33
|
+
type: "/akash.audit.v1.GenesisState";
|
|
34
|
+
value: GenesisStateAmino;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* GenesisState defines the basic genesis state used by audit module.
|
|
38
|
+
* @name GenesisState
|
|
39
|
+
* @package akash.audit.v1
|
|
40
|
+
* @see proto type: akash.audit.v1.GenesisState
|
|
41
|
+
*/
|
|
42
|
+
export declare const GenesisState: {
|
|
43
|
+
typeUrl: string;
|
|
44
|
+
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
45
|
+
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
46
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
47
|
+
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
48
|
+
toAmino(message: GenesisState): GenesisStateAmino;
|
|
49
|
+
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
50
|
+
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
51
|
+
toProto(message: GenesisState): Uint8Array;
|
|
52
|
+
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
53
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenesisState = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const audit_1 = require("./audit");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
function createBaseGenesisState() {
|
|
8
|
+
return {
|
|
9
|
+
providers: []
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* GenesisState defines the basic genesis state used by audit module.
|
|
14
|
+
* @name GenesisState
|
|
15
|
+
* @package akash.audit.v1
|
|
16
|
+
* @see proto type: akash.audit.v1.GenesisState
|
|
17
|
+
*/
|
|
18
|
+
exports.GenesisState = {
|
|
19
|
+
typeUrl: "/akash.audit.v1.GenesisState",
|
|
20
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
|
+
for (const v of message.providers) {
|
|
22
|
+
audit_1.AuditedProvider.encode(v, writer.uint32(10).fork()).ldelim();
|
|
23
|
+
}
|
|
24
|
+
return writer;
|
|
25
|
+
},
|
|
26
|
+
decode(input, length) {
|
|
27
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
28
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
29
|
+
const message = createBaseGenesisState();
|
|
30
|
+
while (reader.pos < end) {
|
|
31
|
+
const tag = reader.uint32();
|
|
32
|
+
switch (tag >>> 3) {
|
|
33
|
+
case 1:
|
|
34
|
+
message.providers.push(audit_1.AuditedProvider.decode(reader, reader.uint32()));
|
|
35
|
+
break;
|
|
36
|
+
default:
|
|
37
|
+
reader.skipType(tag & 7);
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return message;
|
|
42
|
+
},
|
|
43
|
+
fromPartial(object) {
|
|
44
|
+
const message = createBaseGenesisState();
|
|
45
|
+
message.providers = object.providers?.map(e => audit_1.AuditedProvider.fromPartial(e)) || [];
|
|
46
|
+
return message;
|
|
47
|
+
},
|
|
48
|
+
fromAmino(object) {
|
|
49
|
+
const message = createBaseGenesisState();
|
|
50
|
+
message.providers = object.providers?.map(e => audit_1.AuditedProvider.fromAmino(e)) || [];
|
|
51
|
+
return message;
|
|
52
|
+
},
|
|
53
|
+
toAmino(message) {
|
|
54
|
+
const obj = {};
|
|
55
|
+
if (message.providers) {
|
|
56
|
+
obj.providers = message.providers.map(e => e ? audit_1.AuditedProvider.toAmino(e) : undefined);
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
obj.providers = message.providers;
|
|
60
|
+
}
|
|
61
|
+
return obj;
|
|
62
|
+
},
|
|
63
|
+
fromAminoMsg(object) {
|
|
64
|
+
return exports.GenesisState.fromAmino(object.value);
|
|
65
|
+
},
|
|
66
|
+
fromProtoMsg(message) {
|
|
67
|
+
return exports.GenesisState.decode(message.value);
|
|
68
|
+
},
|
|
69
|
+
toProto(message) {
|
|
70
|
+
return exports.GenesisState.encode(message).finish();
|
|
71
|
+
},
|
|
72
|
+
toProtoMsg(message) {
|
|
73
|
+
return {
|
|
74
|
+
typeUrl: "/akash.audit.v1.GenesisState",
|
|
75
|
+
value: exports.GenesisState.encode(message).finish()
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
};
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import { Attribute, AttributeAmino } from "../../base/attributes/v1/attribute";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* MsgSignProviderAttributes defines an SDK message for signing a provider attributes.
|
|
6
|
+
* @name MsgSignProviderAttributes
|
|
7
|
+
* @package akash.audit.v1
|
|
8
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributes
|
|
9
|
+
*/
|
|
10
|
+
export interface MsgSignProviderAttributes {
|
|
11
|
+
/**
|
|
12
|
+
* Owner is the account bech32 address of the provider.
|
|
13
|
+
* It is a string representing a valid account address.
|
|
14
|
+
*
|
|
15
|
+
* Example:
|
|
16
|
+
* "akash1..."
|
|
17
|
+
*/
|
|
18
|
+
owner: string;
|
|
19
|
+
/**
|
|
20
|
+
* Auditor is the account address of the auditor.
|
|
21
|
+
* It is a string representing a valid account address.
|
|
22
|
+
*
|
|
23
|
+
* Example:
|
|
24
|
+
* "akash1..."
|
|
25
|
+
*/
|
|
26
|
+
auditor: string;
|
|
27
|
+
/**
|
|
28
|
+
* Attributes holds a list of key-value pairs of provider attributes to be audited.
|
|
29
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
30
|
+
*/
|
|
31
|
+
attributes: Attribute[];
|
|
32
|
+
}
|
|
33
|
+
export interface MsgSignProviderAttributesProtoMsg {
|
|
34
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributes";
|
|
35
|
+
value: Uint8Array;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* MsgSignProviderAttributes defines an SDK message for signing a provider attributes.
|
|
39
|
+
* @name MsgSignProviderAttributesAmino
|
|
40
|
+
* @package akash.audit.v1
|
|
41
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributes
|
|
42
|
+
*/
|
|
43
|
+
export interface MsgSignProviderAttributesAmino {
|
|
44
|
+
/**
|
|
45
|
+
* Owner is the account bech32 address of the provider.
|
|
46
|
+
* It is a string representing a valid account address.
|
|
47
|
+
*
|
|
48
|
+
* Example:
|
|
49
|
+
* "akash1..."
|
|
50
|
+
*/
|
|
51
|
+
owner: string;
|
|
52
|
+
/**
|
|
53
|
+
* Auditor is the account address of the auditor.
|
|
54
|
+
* It is a string representing a valid account address.
|
|
55
|
+
*
|
|
56
|
+
* Example:
|
|
57
|
+
* "akash1..."
|
|
58
|
+
*/
|
|
59
|
+
auditor: string;
|
|
60
|
+
/**
|
|
61
|
+
* Attributes holds a list of key-value pairs of provider attributes to be audited.
|
|
62
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
63
|
+
*/
|
|
64
|
+
attributes: AttributeAmino[];
|
|
65
|
+
}
|
|
66
|
+
export interface MsgSignProviderAttributesAminoMsg {
|
|
67
|
+
type: "/akash.audit.v1.MsgSignProviderAttributes";
|
|
68
|
+
value: MsgSignProviderAttributesAmino;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* MsgSignProviderAttributesResponse defines the Msg/CreateProvider response type.
|
|
72
|
+
* @name MsgSignProviderAttributesResponse
|
|
73
|
+
* @package akash.audit.v1
|
|
74
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributesResponse
|
|
75
|
+
*/
|
|
76
|
+
export interface MsgSignProviderAttributesResponse {
|
|
77
|
+
}
|
|
78
|
+
export interface MsgSignProviderAttributesResponseProtoMsg {
|
|
79
|
+
typeUrl: "/akash.audit.v1.MsgSignProviderAttributesResponse";
|
|
80
|
+
value: Uint8Array;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* MsgSignProviderAttributesResponse defines the Msg/CreateProvider response type.
|
|
84
|
+
* @name MsgSignProviderAttributesResponseAmino
|
|
85
|
+
* @package akash.audit.v1
|
|
86
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributesResponse
|
|
87
|
+
*/
|
|
88
|
+
export interface MsgSignProviderAttributesResponseAmino {
|
|
89
|
+
}
|
|
90
|
+
export interface MsgSignProviderAttributesResponseAminoMsg {
|
|
91
|
+
type: "/akash.audit.v1.MsgSignProviderAttributesResponse";
|
|
92
|
+
value: MsgSignProviderAttributesResponseAmino;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* MsgDeleteProviderAttributes defined the Msg/DeleteProviderAttributes
|
|
96
|
+
* @name MsgDeleteProviderAttributes
|
|
97
|
+
* @package akash.audit.v1
|
|
98
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributes
|
|
99
|
+
*/
|
|
100
|
+
export interface MsgDeleteProviderAttributes {
|
|
101
|
+
/**
|
|
102
|
+
* Owner is the account bech32 address of the provider.
|
|
103
|
+
* It is a string representing a valid account address.
|
|
104
|
+
*
|
|
105
|
+
* Example:
|
|
106
|
+
* "akash1..."
|
|
107
|
+
*/
|
|
108
|
+
owner: string;
|
|
109
|
+
/**
|
|
110
|
+
* Auditor is the account address of the auditor.
|
|
111
|
+
* It is a string representing a valid account address.
|
|
112
|
+
*
|
|
113
|
+
* Example:
|
|
114
|
+
* "akash1..."
|
|
115
|
+
*/
|
|
116
|
+
auditor: string;
|
|
117
|
+
/**
|
|
118
|
+
* Keys holds a list of keys of audited provider attributes to delete from the audit.
|
|
119
|
+
*/
|
|
120
|
+
keys: string[];
|
|
121
|
+
}
|
|
122
|
+
export interface MsgDeleteProviderAttributesProtoMsg {
|
|
123
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributes";
|
|
124
|
+
value: Uint8Array;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* MsgDeleteProviderAttributes defined the Msg/DeleteProviderAttributes
|
|
128
|
+
* @name MsgDeleteProviderAttributesAmino
|
|
129
|
+
* @package akash.audit.v1
|
|
130
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributes
|
|
131
|
+
*/
|
|
132
|
+
export interface MsgDeleteProviderAttributesAmino {
|
|
133
|
+
/**
|
|
134
|
+
* Owner is the account bech32 address of the provider.
|
|
135
|
+
* It is a string representing a valid account address.
|
|
136
|
+
*
|
|
137
|
+
* Example:
|
|
138
|
+
* "akash1..."
|
|
139
|
+
*/
|
|
140
|
+
owner: string;
|
|
141
|
+
/**
|
|
142
|
+
* Auditor is the account address of the auditor.
|
|
143
|
+
* It is a string representing a valid account address.
|
|
144
|
+
*
|
|
145
|
+
* Example:
|
|
146
|
+
* "akash1..."
|
|
147
|
+
*/
|
|
148
|
+
auditor: string;
|
|
149
|
+
/**
|
|
150
|
+
* Keys holds a list of keys of audited provider attributes to delete from the audit.
|
|
151
|
+
*/
|
|
152
|
+
keys: string[];
|
|
153
|
+
}
|
|
154
|
+
export interface MsgDeleteProviderAttributesAminoMsg {
|
|
155
|
+
type: "/akash.audit.v1.MsgDeleteProviderAttributes";
|
|
156
|
+
value: MsgDeleteProviderAttributesAmino;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* MsgDeleteProviderAttributesResponse defines the Msg/ProviderAttributes response type.
|
|
160
|
+
* @name MsgDeleteProviderAttributesResponse
|
|
161
|
+
* @package akash.audit.v1
|
|
162
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributesResponse
|
|
163
|
+
*/
|
|
164
|
+
export interface MsgDeleteProviderAttributesResponse {
|
|
165
|
+
}
|
|
166
|
+
export interface MsgDeleteProviderAttributesResponseProtoMsg {
|
|
167
|
+
typeUrl: "/akash.audit.v1.MsgDeleteProviderAttributesResponse";
|
|
168
|
+
value: Uint8Array;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* MsgDeleteProviderAttributesResponse defines the Msg/ProviderAttributes response type.
|
|
172
|
+
* @name MsgDeleteProviderAttributesResponseAmino
|
|
173
|
+
* @package akash.audit.v1
|
|
174
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributesResponse
|
|
175
|
+
*/
|
|
176
|
+
export interface MsgDeleteProviderAttributesResponseAmino {
|
|
177
|
+
}
|
|
178
|
+
export interface MsgDeleteProviderAttributesResponseAminoMsg {
|
|
179
|
+
type: "/akash.audit.v1.MsgDeleteProviderAttributesResponse";
|
|
180
|
+
value: MsgDeleteProviderAttributesResponseAmino;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* MsgSignProviderAttributes defines an SDK message for signing a provider attributes.
|
|
184
|
+
* @name MsgSignProviderAttributes
|
|
185
|
+
* @package akash.audit.v1
|
|
186
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributes
|
|
187
|
+
*/
|
|
188
|
+
export declare const MsgSignProviderAttributes: {
|
|
189
|
+
typeUrl: string;
|
|
190
|
+
encode(message: MsgSignProviderAttributes, writer?: BinaryWriter): BinaryWriter;
|
|
191
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSignProviderAttributes;
|
|
192
|
+
fromPartial(object: DeepPartial<MsgSignProviderAttributes>): MsgSignProviderAttributes;
|
|
193
|
+
fromAmino(object: MsgSignProviderAttributesAmino): MsgSignProviderAttributes;
|
|
194
|
+
toAmino(message: MsgSignProviderAttributes): MsgSignProviderAttributesAmino;
|
|
195
|
+
fromAminoMsg(object: MsgSignProviderAttributesAminoMsg): MsgSignProviderAttributes;
|
|
196
|
+
fromProtoMsg(message: MsgSignProviderAttributesProtoMsg): MsgSignProviderAttributes;
|
|
197
|
+
toProto(message: MsgSignProviderAttributes): Uint8Array;
|
|
198
|
+
toProtoMsg(message: MsgSignProviderAttributes): MsgSignProviderAttributesProtoMsg;
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* MsgSignProviderAttributesResponse defines the Msg/CreateProvider response type.
|
|
202
|
+
* @name MsgSignProviderAttributesResponse
|
|
203
|
+
* @package akash.audit.v1
|
|
204
|
+
* @see proto type: akash.audit.v1.MsgSignProviderAttributesResponse
|
|
205
|
+
*/
|
|
206
|
+
export declare const MsgSignProviderAttributesResponse: {
|
|
207
|
+
typeUrl: string;
|
|
208
|
+
encode(_: MsgSignProviderAttributesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
209
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSignProviderAttributesResponse;
|
|
210
|
+
fromPartial(_: DeepPartial<MsgSignProviderAttributesResponse>): MsgSignProviderAttributesResponse;
|
|
211
|
+
fromAmino(_: MsgSignProviderAttributesResponseAmino): MsgSignProviderAttributesResponse;
|
|
212
|
+
toAmino(_: MsgSignProviderAttributesResponse): MsgSignProviderAttributesResponseAmino;
|
|
213
|
+
fromAminoMsg(object: MsgSignProviderAttributesResponseAminoMsg): MsgSignProviderAttributesResponse;
|
|
214
|
+
fromProtoMsg(message: MsgSignProviderAttributesResponseProtoMsg): MsgSignProviderAttributesResponse;
|
|
215
|
+
toProto(message: MsgSignProviderAttributesResponse): Uint8Array;
|
|
216
|
+
toProtoMsg(message: MsgSignProviderAttributesResponse): MsgSignProviderAttributesResponseProtoMsg;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* MsgDeleteProviderAttributes defined the Msg/DeleteProviderAttributes
|
|
220
|
+
* @name MsgDeleteProviderAttributes
|
|
221
|
+
* @package akash.audit.v1
|
|
222
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributes
|
|
223
|
+
*/
|
|
224
|
+
export declare const MsgDeleteProviderAttributes: {
|
|
225
|
+
typeUrl: string;
|
|
226
|
+
encode(message: MsgDeleteProviderAttributes, writer?: BinaryWriter): BinaryWriter;
|
|
227
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteProviderAttributes;
|
|
228
|
+
fromPartial(object: DeepPartial<MsgDeleteProviderAttributes>): MsgDeleteProviderAttributes;
|
|
229
|
+
fromAmino(object: MsgDeleteProviderAttributesAmino): MsgDeleteProviderAttributes;
|
|
230
|
+
toAmino(message: MsgDeleteProviderAttributes): MsgDeleteProviderAttributesAmino;
|
|
231
|
+
fromAminoMsg(object: MsgDeleteProviderAttributesAminoMsg): MsgDeleteProviderAttributes;
|
|
232
|
+
fromProtoMsg(message: MsgDeleteProviderAttributesProtoMsg): MsgDeleteProviderAttributes;
|
|
233
|
+
toProto(message: MsgDeleteProviderAttributes): Uint8Array;
|
|
234
|
+
toProtoMsg(message: MsgDeleteProviderAttributes): MsgDeleteProviderAttributesProtoMsg;
|
|
235
|
+
};
|
|
236
|
+
/**
|
|
237
|
+
* MsgDeleteProviderAttributesResponse defines the Msg/ProviderAttributes response type.
|
|
238
|
+
* @name MsgDeleteProviderAttributesResponse
|
|
239
|
+
* @package akash.audit.v1
|
|
240
|
+
* @see proto type: akash.audit.v1.MsgDeleteProviderAttributesResponse
|
|
241
|
+
*/
|
|
242
|
+
export declare const MsgDeleteProviderAttributesResponse: {
|
|
243
|
+
typeUrl: string;
|
|
244
|
+
encode(_: MsgDeleteProviderAttributesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
245
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteProviderAttributesResponse;
|
|
246
|
+
fromPartial(_: DeepPartial<MsgDeleteProviderAttributesResponse>): MsgDeleteProviderAttributesResponse;
|
|
247
|
+
fromAmino(_: MsgDeleteProviderAttributesResponseAmino): MsgDeleteProviderAttributesResponse;
|
|
248
|
+
toAmino(_: MsgDeleteProviderAttributesResponse): MsgDeleteProviderAttributesResponseAmino;
|
|
249
|
+
fromAminoMsg(object: MsgDeleteProviderAttributesResponseAminoMsg): MsgDeleteProviderAttributesResponse;
|
|
250
|
+
fromProtoMsg(message: MsgDeleteProviderAttributesResponseProtoMsg): MsgDeleteProviderAttributesResponse;
|
|
251
|
+
toProto(message: MsgDeleteProviderAttributesResponse): Uint8Array;
|
|
252
|
+
toProtoMsg(message: MsgDeleteProviderAttributesResponse): MsgDeleteProviderAttributesResponseProtoMsg;
|
|
253
|
+
};
|