@sparkdreamnft/sparkdreamjs 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/sparkdream/collect/v1/query.js +165 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/rep/v1/query.js +13 -34
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17396 -17370
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/sparkdream/collect/v1/query.d.ts +92 -0
- package/sparkdream/collect/v1/query.js +167 -1
- package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
- package/sparkdream/collect/v1/query.lcd.js +11 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
- package/sparkdream/rep/v1/query.d.ts +2 -6
- package/sparkdream/rep/v1/query.js +13 -34
- package/sparkdream/rpc.query.d.ts +1 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
import { Attribute, AttributeAmino } from "../../base/attributes/v1/attribute";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* AuditedProvider stores owner, auditor and attributes details.
|
|
6
|
+
* An AuditedProvider is a provider that has undergone a verification or auditing process to ensure that it meets certain standards or requirements by an auditor.
|
|
7
|
+
* An auditor can be any valid account on-chain.
|
|
8
|
+
* NOTE: There are certain teams providing auditing services, which should be accounted for when deploying.
|
|
9
|
+
* @name AuditedProvider
|
|
10
|
+
* @package akash.audit.v1
|
|
11
|
+
* @see proto type: akash.audit.v1.AuditedProvider
|
|
12
|
+
*/
|
|
13
|
+
export interface AuditedProvider {
|
|
14
|
+
/**
|
|
15
|
+
* Owner is the account bech32 address of the provider.
|
|
16
|
+
* It is a string representing a valid account address.
|
|
17
|
+
*
|
|
18
|
+
* Example:
|
|
19
|
+
* "akash1..."
|
|
20
|
+
*/
|
|
21
|
+
owner: string;
|
|
22
|
+
/**
|
|
23
|
+
* Auditor is the account bech32 address of the auditor.
|
|
24
|
+
* It is a string representing a valid account address.
|
|
25
|
+
*
|
|
26
|
+
* Example:
|
|
27
|
+
* "akash1..."
|
|
28
|
+
*/
|
|
29
|
+
auditor: string;
|
|
30
|
+
/**
|
|
31
|
+
* Attributes holds a list of key-value pairs of provider attributes.
|
|
32
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
33
|
+
*/
|
|
34
|
+
attributes: Attribute[];
|
|
35
|
+
}
|
|
36
|
+
export interface AuditedProviderProtoMsg {
|
|
37
|
+
typeUrl: "/akash.audit.v1.AuditedProvider";
|
|
38
|
+
value: Uint8Array;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* AuditedProvider stores owner, auditor and attributes details.
|
|
42
|
+
* An AuditedProvider is a provider that has undergone a verification or auditing process to ensure that it meets certain standards or requirements by an auditor.
|
|
43
|
+
* An auditor can be any valid account on-chain.
|
|
44
|
+
* NOTE: There are certain teams providing auditing services, which should be accounted for when deploying.
|
|
45
|
+
* @name AuditedProviderAmino
|
|
46
|
+
* @package akash.audit.v1
|
|
47
|
+
* @see proto type: akash.audit.v1.AuditedProvider
|
|
48
|
+
*/
|
|
49
|
+
export interface AuditedProviderAmino {
|
|
50
|
+
/**
|
|
51
|
+
* Owner is the account bech32 address of the provider.
|
|
52
|
+
* It is a string representing a valid account address.
|
|
53
|
+
*
|
|
54
|
+
* Example:
|
|
55
|
+
* "akash1..."
|
|
56
|
+
*/
|
|
57
|
+
owner: string;
|
|
58
|
+
/**
|
|
59
|
+
* Auditor is the account bech32 address of the auditor.
|
|
60
|
+
* It is a string representing a valid account address.
|
|
61
|
+
*
|
|
62
|
+
* Example:
|
|
63
|
+
* "akash1..."
|
|
64
|
+
*/
|
|
65
|
+
auditor: string;
|
|
66
|
+
/**
|
|
67
|
+
* Attributes holds a list of key-value pairs of provider attributes.
|
|
68
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
69
|
+
*/
|
|
70
|
+
attributes: AttributeAmino[];
|
|
71
|
+
}
|
|
72
|
+
export interface AuditedProviderAminoMsg {
|
|
73
|
+
type: "/akash.audit.v1.AuditedProvider";
|
|
74
|
+
value: AuditedProviderAmino;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* AuditedAttributesStore stores the audited attributes of the provider.
|
|
78
|
+
* Attributes that have been audited are those that have been verified by an auditor.
|
|
79
|
+
* @name AuditedAttributesStore
|
|
80
|
+
* @package akash.audit.v1
|
|
81
|
+
* @see proto type: akash.audit.v1.AuditedAttributesStore
|
|
82
|
+
*/
|
|
83
|
+
export interface AuditedAttributesStore {
|
|
84
|
+
/**
|
|
85
|
+
* Attributes holds a list of key-value pairs of provider attributes.
|
|
86
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
87
|
+
*/
|
|
88
|
+
attributes: Attribute[];
|
|
89
|
+
}
|
|
90
|
+
export interface AuditedAttributesStoreProtoMsg {
|
|
91
|
+
typeUrl: "/akash.audit.v1.AuditedAttributesStore";
|
|
92
|
+
value: Uint8Array;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* AuditedAttributesStore stores the audited attributes of the provider.
|
|
96
|
+
* Attributes that have been audited are those that have been verified by an auditor.
|
|
97
|
+
* @name AuditedAttributesStoreAmino
|
|
98
|
+
* @package akash.audit.v1
|
|
99
|
+
* @see proto type: akash.audit.v1.AuditedAttributesStore
|
|
100
|
+
*/
|
|
101
|
+
export interface AuditedAttributesStoreAmino {
|
|
102
|
+
/**
|
|
103
|
+
* Attributes holds a list of key-value pairs of provider attributes.
|
|
104
|
+
* Attributes are arbitrary values that a provider exposes.
|
|
105
|
+
*/
|
|
106
|
+
attributes: AttributeAmino[];
|
|
107
|
+
}
|
|
108
|
+
export interface AuditedAttributesStoreAminoMsg {
|
|
109
|
+
type: "/akash.audit.v1.AuditedAttributesStore";
|
|
110
|
+
value: AuditedAttributesStoreAmino;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* AttributesFilters defines attribute filters that can be used to filter deployments.
|
|
114
|
+
* @name AttributesFilters
|
|
115
|
+
* @package akash.audit.v1
|
|
116
|
+
* @see proto type: akash.audit.v1.AttributesFilters
|
|
117
|
+
*/
|
|
118
|
+
export interface AttributesFilters {
|
|
119
|
+
/**
|
|
120
|
+
* Auditors contains a list of auditor account bech32 addresses.
|
|
121
|
+
*/
|
|
122
|
+
auditors: string[];
|
|
123
|
+
/**
|
|
124
|
+
* Owners contains a list of owner account bech32 addresses.
|
|
125
|
+
*/
|
|
126
|
+
owners: string[];
|
|
127
|
+
}
|
|
128
|
+
export interface AttributesFiltersProtoMsg {
|
|
129
|
+
typeUrl: "/akash.audit.v1.AttributesFilters";
|
|
130
|
+
value: Uint8Array;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* AttributesFilters defines attribute filters that can be used to filter deployments.
|
|
134
|
+
* @name AttributesFiltersAmino
|
|
135
|
+
* @package akash.audit.v1
|
|
136
|
+
* @see proto type: akash.audit.v1.AttributesFilters
|
|
137
|
+
*/
|
|
138
|
+
export interface AttributesFiltersAmino {
|
|
139
|
+
/**
|
|
140
|
+
* Auditors contains a list of auditor account bech32 addresses.
|
|
141
|
+
*/
|
|
142
|
+
auditors: string[];
|
|
143
|
+
/**
|
|
144
|
+
* Owners contains a list of owner account bech32 addresses.
|
|
145
|
+
*/
|
|
146
|
+
owners: string[];
|
|
147
|
+
}
|
|
148
|
+
export interface AttributesFiltersAminoMsg {
|
|
149
|
+
type: "/akash.audit.v1.AttributesFilters";
|
|
150
|
+
value: AttributesFiltersAmino;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* AuditedProvider stores owner, auditor and attributes details.
|
|
154
|
+
* An AuditedProvider is a provider that has undergone a verification or auditing process to ensure that it meets certain standards or requirements by an auditor.
|
|
155
|
+
* An auditor can be any valid account on-chain.
|
|
156
|
+
* NOTE: There are certain teams providing auditing services, which should be accounted for when deploying.
|
|
157
|
+
* @name AuditedProvider
|
|
158
|
+
* @package akash.audit.v1
|
|
159
|
+
* @see proto type: akash.audit.v1.AuditedProvider
|
|
160
|
+
*/
|
|
161
|
+
export declare const AuditedProvider: {
|
|
162
|
+
typeUrl: string;
|
|
163
|
+
encode(message: AuditedProvider, writer?: BinaryWriter): BinaryWriter;
|
|
164
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AuditedProvider;
|
|
165
|
+
fromPartial(object: DeepPartial<AuditedProvider>): AuditedProvider;
|
|
166
|
+
fromAmino(object: AuditedProviderAmino): AuditedProvider;
|
|
167
|
+
toAmino(message: AuditedProvider): AuditedProviderAmino;
|
|
168
|
+
fromAminoMsg(object: AuditedProviderAminoMsg): AuditedProvider;
|
|
169
|
+
fromProtoMsg(message: AuditedProviderProtoMsg): AuditedProvider;
|
|
170
|
+
toProto(message: AuditedProvider): Uint8Array;
|
|
171
|
+
toProtoMsg(message: AuditedProvider): AuditedProviderProtoMsg;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* AuditedAttributesStore stores the audited attributes of the provider.
|
|
175
|
+
* Attributes that have been audited are those that have been verified by an auditor.
|
|
176
|
+
* @name AuditedAttributesStore
|
|
177
|
+
* @package akash.audit.v1
|
|
178
|
+
* @see proto type: akash.audit.v1.AuditedAttributesStore
|
|
179
|
+
*/
|
|
180
|
+
export declare const AuditedAttributesStore: {
|
|
181
|
+
typeUrl: string;
|
|
182
|
+
encode(message: AuditedAttributesStore, writer?: BinaryWriter): BinaryWriter;
|
|
183
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AuditedAttributesStore;
|
|
184
|
+
fromPartial(object: DeepPartial<AuditedAttributesStore>): AuditedAttributesStore;
|
|
185
|
+
fromAmino(object: AuditedAttributesStoreAmino): AuditedAttributesStore;
|
|
186
|
+
toAmino(message: AuditedAttributesStore): AuditedAttributesStoreAmino;
|
|
187
|
+
fromAminoMsg(object: AuditedAttributesStoreAminoMsg): AuditedAttributesStore;
|
|
188
|
+
fromProtoMsg(message: AuditedAttributesStoreProtoMsg): AuditedAttributesStore;
|
|
189
|
+
toProto(message: AuditedAttributesStore): Uint8Array;
|
|
190
|
+
toProtoMsg(message: AuditedAttributesStore): AuditedAttributesStoreProtoMsg;
|
|
191
|
+
};
|
|
192
|
+
/**
|
|
193
|
+
* AttributesFilters defines attribute filters that can be used to filter deployments.
|
|
194
|
+
* @name AttributesFilters
|
|
195
|
+
* @package akash.audit.v1
|
|
196
|
+
* @see proto type: akash.audit.v1.AttributesFilters
|
|
197
|
+
*/
|
|
198
|
+
export declare const AttributesFilters: {
|
|
199
|
+
typeUrl: string;
|
|
200
|
+
encode(message: AttributesFilters, writer?: BinaryWriter): BinaryWriter;
|
|
201
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AttributesFilters;
|
|
202
|
+
fromPartial(object: DeepPartial<AttributesFilters>): AttributesFilters;
|
|
203
|
+
fromAmino(object: AttributesFiltersAmino): AttributesFilters;
|
|
204
|
+
toAmino(message: AttributesFilters): AttributesFiltersAmino;
|
|
205
|
+
fromAminoMsg(object: AttributesFiltersAminoMsg): AttributesFilters;
|
|
206
|
+
fromProtoMsg(message: AttributesFiltersProtoMsg): AttributesFilters;
|
|
207
|
+
toProto(message: AttributesFilters): Uint8Array;
|
|
208
|
+
toProtoMsg(message: AttributesFilters): AttributesFiltersProtoMsg;
|
|
209
|
+
};
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AttributesFilters = exports.AuditedAttributesStore = exports.AuditedProvider = void 0;
|
|
4
|
+
//@ts-nocheck
|
|
5
|
+
const attribute_1 = require("../../base/attributes/v1/attribute");
|
|
6
|
+
const binary_1 = require("../../../binary");
|
|
7
|
+
function createBaseAuditedProvider() {
|
|
8
|
+
return {
|
|
9
|
+
owner: "",
|
|
10
|
+
auditor: "",
|
|
11
|
+
attributes: []
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* AuditedProvider stores owner, auditor and attributes details.
|
|
16
|
+
* An AuditedProvider is a provider that has undergone a verification or auditing process to ensure that it meets certain standards or requirements by an auditor.
|
|
17
|
+
* An auditor can be any valid account on-chain.
|
|
18
|
+
* NOTE: There are certain teams providing auditing services, which should be accounted for when deploying.
|
|
19
|
+
* @name AuditedProvider
|
|
20
|
+
* @package akash.audit.v1
|
|
21
|
+
* @see proto type: akash.audit.v1.AuditedProvider
|
|
22
|
+
*/
|
|
23
|
+
exports.AuditedProvider = {
|
|
24
|
+
typeUrl: "/akash.audit.v1.AuditedProvider",
|
|
25
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
26
|
+
if (message.owner !== "") {
|
|
27
|
+
writer.uint32(10).string(message.owner);
|
|
28
|
+
}
|
|
29
|
+
if (message.auditor !== "") {
|
|
30
|
+
writer.uint32(18).string(message.auditor);
|
|
31
|
+
}
|
|
32
|
+
for (const v of message.attributes) {
|
|
33
|
+
attribute_1.Attribute.encode(v, writer.uint32(34).fork()).ldelim();
|
|
34
|
+
}
|
|
35
|
+
return writer;
|
|
36
|
+
},
|
|
37
|
+
decode(input, length) {
|
|
38
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
39
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
40
|
+
const message = createBaseAuditedProvider();
|
|
41
|
+
while (reader.pos < end) {
|
|
42
|
+
const tag = reader.uint32();
|
|
43
|
+
switch (tag >>> 3) {
|
|
44
|
+
case 1:
|
|
45
|
+
message.owner = reader.string();
|
|
46
|
+
break;
|
|
47
|
+
case 2:
|
|
48
|
+
message.auditor = reader.string();
|
|
49
|
+
break;
|
|
50
|
+
case 4:
|
|
51
|
+
message.attributes.push(attribute_1.Attribute.decode(reader, reader.uint32()));
|
|
52
|
+
break;
|
|
53
|
+
default:
|
|
54
|
+
reader.skipType(tag & 7);
|
|
55
|
+
break;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
return message;
|
|
59
|
+
},
|
|
60
|
+
fromPartial(object) {
|
|
61
|
+
const message = createBaseAuditedProvider();
|
|
62
|
+
message.owner = object.owner ?? "";
|
|
63
|
+
message.auditor = object.auditor ?? "";
|
|
64
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromPartial(e)) || [];
|
|
65
|
+
return message;
|
|
66
|
+
},
|
|
67
|
+
fromAmino(object) {
|
|
68
|
+
const message = createBaseAuditedProvider();
|
|
69
|
+
if (object.owner !== undefined && object.owner !== null) {
|
|
70
|
+
message.owner = object.owner;
|
|
71
|
+
}
|
|
72
|
+
if (object.auditor !== undefined && object.auditor !== null) {
|
|
73
|
+
message.auditor = object.auditor;
|
|
74
|
+
}
|
|
75
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromAmino(e)) || [];
|
|
76
|
+
return message;
|
|
77
|
+
},
|
|
78
|
+
toAmino(message) {
|
|
79
|
+
const obj = {};
|
|
80
|
+
obj.owner = message.owner ?? "";
|
|
81
|
+
obj.auditor = message.auditor ?? "";
|
|
82
|
+
if (message.attributes) {
|
|
83
|
+
obj.attributes = message.attributes.map(e => e ? attribute_1.Attribute.toAmino(e) : undefined);
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
obj.attributes = message.attributes;
|
|
87
|
+
}
|
|
88
|
+
return obj;
|
|
89
|
+
},
|
|
90
|
+
fromAminoMsg(object) {
|
|
91
|
+
return exports.AuditedProvider.fromAmino(object.value);
|
|
92
|
+
},
|
|
93
|
+
fromProtoMsg(message) {
|
|
94
|
+
return exports.AuditedProvider.decode(message.value);
|
|
95
|
+
},
|
|
96
|
+
toProto(message) {
|
|
97
|
+
return exports.AuditedProvider.encode(message).finish();
|
|
98
|
+
},
|
|
99
|
+
toProtoMsg(message) {
|
|
100
|
+
return {
|
|
101
|
+
typeUrl: "/akash.audit.v1.AuditedProvider",
|
|
102
|
+
value: exports.AuditedProvider.encode(message).finish()
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
function createBaseAuditedAttributesStore() {
|
|
107
|
+
return {
|
|
108
|
+
attributes: []
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* AuditedAttributesStore stores the audited attributes of the provider.
|
|
113
|
+
* Attributes that have been audited are those that have been verified by an auditor.
|
|
114
|
+
* @name AuditedAttributesStore
|
|
115
|
+
* @package akash.audit.v1
|
|
116
|
+
* @see proto type: akash.audit.v1.AuditedAttributesStore
|
|
117
|
+
*/
|
|
118
|
+
exports.AuditedAttributesStore = {
|
|
119
|
+
typeUrl: "/akash.audit.v1.AuditedAttributesStore",
|
|
120
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
121
|
+
for (const v of message.attributes) {
|
|
122
|
+
attribute_1.Attribute.encode(v, writer.uint32(10).fork()).ldelim();
|
|
123
|
+
}
|
|
124
|
+
return writer;
|
|
125
|
+
},
|
|
126
|
+
decode(input, length) {
|
|
127
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
128
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
129
|
+
const message = createBaseAuditedAttributesStore();
|
|
130
|
+
while (reader.pos < end) {
|
|
131
|
+
const tag = reader.uint32();
|
|
132
|
+
switch (tag >>> 3) {
|
|
133
|
+
case 1:
|
|
134
|
+
message.attributes.push(attribute_1.Attribute.decode(reader, reader.uint32()));
|
|
135
|
+
break;
|
|
136
|
+
default:
|
|
137
|
+
reader.skipType(tag & 7);
|
|
138
|
+
break;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
return message;
|
|
142
|
+
},
|
|
143
|
+
fromPartial(object) {
|
|
144
|
+
const message = createBaseAuditedAttributesStore();
|
|
145
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromPartial(e)) || [];
|
|
146
|
+
return message;
|
|
147
|
+
},
|
|
148
|
+
fromAmino(object) {
|
|
149
|
+
const message = createBaseAuditedAttributesStore();
|
|
150
|
+
message.attributes = object.attributes?.map(e => attribute_1.Attribute.fromAmino(e)) || [];
|
|
151
|
+
return message;
|
|
152
|
+
},
|
|
153
|
+
toAmino(message) {
|
|
154
|
+
const obj = {};
|
|
155
|
+
if (message.attributes) {
|
|
156
|
+
obj.attributes = message.attributes.map(e => e ? attribute_1.Attribute.toAmino(e) : undefined);
|
|
157
|
+
}
|
|
158
|
+
else {
|
|
159
|
+
obj.attributes = message.attributes;
|
|
160
|
+
}
|
|
161
|
+
return obj;
|
|
162
|
+
},
|
|
163
|
+
fromAminoMsg(object) {
|
|
164
|
+
return exports.AuditedAttributesStore.fromAmino(object.value);
|
|
165
|
+
},
|
|
166
|
+
fromProtoMsg(message) {
|
|
167
|
+
return exports.AuditedAttributesStore.decode(message.value);
|
|
168
|
+
},
|
|
169
|
+
toProto(message) {
|
|
170
|
+
return exports.AuditedAttributesStore.encode(message).finish();
|
|
171
|
+
},
|
|
172
|
+
toProtoMsg(message) {
|
|
173
|
+
return {
|
|
174
|
+
typeUrl: "/akash.audit.v1.AuditedAttributesStore",
|
|
175
|
+
value: exports.AuditedAttributesStore.encode(message).finish()
|
|
176
|
+
};
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
function createBaseAttributesFilters() {
|
|
180
|
+
return {
|
|
181
|
+
auditors: [],
|
|
182
|
+
owners: []
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* AttributesFilters defines attribute filters that can be used to filter deployments.
|
|
187
|
+
* @name AttributesFilters
|
|
188
|
+
* @package akash.audit.v1
|
|
189
|
+
* @see proto type: akash.audit.v1.AttributesFilters
|
|
190
|
+
*/
|
|
191
|
+
exports.AttributesFilters = {
|
|
192
|
+
typeUrl: "/akash.audit.v1.AttributesFilters",
|
|
193
|
+
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
194
|
+
for (const v of message.auditors) {
|
|
195
|
+
writer.uint32(10).string(v);
|
|
196
|
+
}
|
|
197
|
+
for (const v of message.owners) {
|
|
198
|
+
writer.uint32(18).string(v);
|
|
199
|
+
}
|
|
200
|
+
return writer;
|
|
201
|
+
},
|
|
202
|
+
decode(input, length) {
|
|
203
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
204
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
205
|
+
const message = createBaseAttributesFilters();
|
|
206
|
+
while (reader.pos < end) {
|
|
207
|
+
const tag = reader.uint32();
|
|
208
|
+
switch (tag >>> 3) {
|
|
209
|
+
case 1:
|
|
210
|
+
message.auditors.push(reader.string());
|
|
211
|
+
break;
|
|
212
|
+
case 2:
|
|
213
|
+
message.owners.push(reader.string());
|
|
214
|
+
break;
|
|
215
|
+
default:
|
|
216
|
+
reader.skipType(tag & 7);
|
|
217
|
+
break;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
return message;
|
|
221
|
+
},
|
|
222
|
+
fromPartial(object) {
|
|
223
|
+
const message = createBaseAttributesFilters();
|
|
224
|
+
message.auditors = object.auditors?.map(e => e) || [];
|
|
225
|
+
message.owners = object.owners?.map(e => e) || [];
|
|
226
|
+
return message;
|
|
227
|
+
},
|
|
228
|
+
fromAmino(object) {
|
|
229
|
+
const message = createBaseAttributesFilters();
|
|
230
|
+
message.auditors = object.auditors?.map(e => e) || [];
|
|
231
|
+
message.owners = object.owners?.map(e => e) || [];
|
|
232
|
+
return message;
|
|
233
|
+
},
|
|
234
|
+
toAmino(message) {
|
|
235
|
+
const obj = {};
|
|
236
|
+
if (message.auditors) {
|
|
237
|
+
obj.auditors = message.auditors.map(e => e);
|
|
238
|
+
}
|
|
239
|
+
else {
|
|
240
|
+
obj.auditors = message.auditors;
|
|
241
|
+
}
|
|
242
|
+
if (message.owners) {
|
|
243
|
+
obj.owners = message.owners.map(e => e);
|
|
244
|
+
}
|
|
245
|
+
else {
|
|
246
|
+
obj.owners = message.owners;
|
|
247
|
+
}
|
|
248
|
+
return obj;
|
|
249
|
+
},
|
|
250
|
+
fromAminoMsg(object) {
|
|
251
|
+
return exports.AttributesFilters.fromAmino(object.value);
|
|
252
|
+
},
|
|
253
|
+
fromProtoMsg(message) {
|
|
254
|
+
return exports.AttributesFilters.decode(message.value);
|
|
255
|
+
},
|
|
256
|
+
toProto(message) {
|
|
257
|
+
return exports.AttributesFilters.encode(message).finish();
|
|
258
|
+
},
|
|
259
|
+
toProtoMsg(message) {
|
|
260
|
+
return {
|
|
261
|
+
typeUrl: "/akash.audit.v1.AttributesFilters",
|
|
262
|
+
value: exports.AttributesFilters.encode(message).finish()
|
|
263
|
+
};
|
|
264
|
+
}
|
|
265
|
+
};
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
|
+
/**
|
|
4
|
+
* EventTrustedAuditorCreated defines an SDK message for when a trusted auditor is created.
|
|
5
|
+
* @name EventTrustedAuditorCreated
|
|
6
|
+
* @package akash.audit.v1
|
|
7
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorCreated
|
|
8
|
+
*/
|
|
9
|
+
export interface EventTrustedAuditorCreated {
|
|
10
|
+
/**
|
|
11
|
+
* Owner is the account bech32 address of the provider.
|
|
12
|
+
* It is a string representing a valid account address.
|
|
13
|
+
*
|
|
14
|
+
* Example:
|
|
15
|
+
* "akash1..."
|
|
16
|
+
*/
|
|
17
|
+
owner: string;
|
|
18
|
+
/**
|
|
19
|
+
* Auditor is the account address of the auditor.
|
|
20
|
+
* It is a string representing a valid account address.
|
|
21
|
+
*
|
|
22
|
+
* Example:
|
|
23
|
+
* "akash1..."
|
|
24
|
+
*/
|
|
25
|
+
auditor: string;
|
|
26
|
+
}
|
|
27
|
+
export interface EventTrustedAuditorCreatedProtoMsg {
|
|
28
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorCreated";
|
|
29
|
+
value: Uint8Array;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* EventTrustedAuditorCreated defines an SDK message for when a trusted auditor is created.
|
|
33
|
+
* @name EventTrustedAuditorCreatedAmino
|
|
34
|
+
* @package akash.audit.v1
|
|
35
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorCreated
|
|
36
|
+
*/
|
|
37
|
+
export interface EventTrustedAuditorCreatedAmino {
|
|
38
|
+
/**
|
|
39
|
+
* Owner is the account bech32 address of the provider.
|
|
40
|
+
* It is a string representing a valid account address.
|
|
41
|
+
*
|
|
42
|
+
* Example:
|
|
43
|
+
* "akash1..."
|
|
44
|
+
*/
|
|
45
|
+
owner: string;
|
|
46
|
+
/**
|
|
47
|
+
* Auditor is the account address of the auditor.
|
|
48
|
+
* It is a string representing a valid account address.
|
|
49
|
+
*
|
|
50
|
+
* Example:
|
|
51
|
+
* "akash1..."
|
|
52
|
+
*/
|
|
53
|
+
auditor: string;
|
|
54
|
+
}
|
|
55
|
+
export interface EventTrustedAuditorCreatedAminoMsg {
|
|
56
|
+
type: "/akash.audit.v1.EventTrustedAuditorCreated";
|
|
57
|
+
value: EventTrustedAuditorCreatedAmino;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* EventTrustedAuditorDeleted defines an event for when a trusted auditor is deleted.
|
|
61
|
+
* @name EventTrustedAuditorDeleted
|
|
62
|
+
* @package akash.audit.v1
|
|
63
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorDeleted
|
|
64
|
+
*/
|
|
65
|
+
export interface EventTrustedAuditorDeleted {
|
|
66
|
+
/**
|
|
67
|
+
* Owner is the account bech32 address of the provider.
|
|
68
|
+
* It is a string representing a valid account address.
|
|
69
|
+
*
|
|
70
|
+
* Example:
|
|
71
|
+
* "akash1..."
|
|
72
|
+
*/
|
|
73
|
+
owner: string;
|
|
74
|
+
/**
|
|
75
|
+
* Auditor is the account address of the auditor.
|
|
76
|
+
* It is a string representing a valid account address.
|
|
77
|
+
*
|
|
78
|
+
* Example:
|
|
79
|
+
* "akash1..."
|
|
80
|
+
*/
|
|
81
|
+
auditor: string;
|
|
82
|
+
}
|
|
83
|
+
export interface EventTrustedAuditorDeletedProtoMsg {
|
|
84
|
+
typeUrl: "/akash.audit.v1.EventTrustedAuditorDeleted";
|
|
85
|
+
value: Uint8Array;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* EventTrustedAuditorDeleted defines an event for when a trusted auditor is deleted.
|
|
89
|
+
* @name EventTrustedAuditorDeletedAmino
|
|
90
|
+
* @package akash.audit.v1
|
|
91
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorDeleted
|
|
92
|
+
*/
|
|
93
|
+
export interface EventTrustedAuditorDeletedAmino {
|
|
94
|
+
/**
|
|
95
|
+
* Owner is the account bech32 address of the provider.
|
|
96
|
+
* It is a string representing a valid account address.
|
|
97
|
+
*
|
|
98
|
+
* Example:
|
|
99
|
+
* "akash1..."
|
|
100
|
+
*/
|
|
101
|
+
owner: string;
|
|
102
|
+
/**
|
|
103
|
+
* Auditor is the account address of the auditor.
|
|
104
|
+
* It is a string representing a valid account address.
|
|
105
|
+
*
|
|
106
|
+
* Example:
|
|
107
|
+
* "akash1..."
|
|
108
|
+
*/
|
|
109
|
+
auditor: string;
|
|
110
|
+
}
|
|
111
|
+
export interface EventTrustedAuditorDeletedAminoMsg {
|
|
112
|
+
type: "/akash.audit.v1.EventTrustedAuditorDeleted";
|
|
113
|
+
value: EventTrustedAuditorDeletedAmino;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* EventTrustedAuditorCreated defines an SDK message for when a trusted auditor is created.
|
|
117
|
+
* @name EventTrustedAuditorCreated
|
|
118
|
+
* @package akash.audit.v1
|
|
119
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorCreated
|
|
120
|
+
*/
|
|
121
|
+
export declare const EventTrustedAuditorCreated: {
|
|
122
|
+
typeUrl: string;
|
|
123
|
+
encode(message: EventTrustedAuditorCreated, writer?: BinaryWriter): BinaryWriter;
|
|
124
|
+
decode(input: BinaryReader | Uint8Array, length?: number): EventTrustedAuditorCreated;
|
|
125
|
+
fromPartial(object: DeepPartial<EventTrustedAuditorCreated>): EventTrustedAuditorCreated;
|
|
126
|
+
fromAmino(object: EventTrustedAuditorCreatedAmino): EventTrustedAuditorCreated;
|
|
127
|
+
toAmino(message: EventTrustedAuditorCreated): EventTrustedAuditorCreatedAmino;
|
|
128
|
+
fromAminoMsg(object: EventTrustedAuditorCreatedAminoMsg): EventTrustedAuditorCreated;
|
|
129
|
+
fromProtoMsg(message: EventTrustedAuditorCreatedProtoMsg): EventTrustedAuditorCreated;
|
|
130
|
+
toProto(message: EventTrustedAuditorCreated): Uint8Array;
|
|
131
|
+
toProtoMsg(message: EventTrustedAuditorCreated): EventTrustedAuditorCreatedProtoMsg;
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* EventTrustedAuditorDeleted defines an event for when a trusted auditor is deleted.
|
|
135
|
+
* @name EventTrustedAuditorDeleted
|
|
136
|
+
* @package akash.audit.v1
|
|
137
|
+
* @see proto type: akash.audit.v1.EventTrustedAuditorDeleted
|
|
138
|
+
*/
|
|
139
|
+
export declare const EventTrustedAuditorDeleted: {
|
|
140
|
+
typeUrl: string;
|
|
141
|
+
encode(message: EventTrustedAuditorDeleted, writer?: BinaryWriter): BinaryWriter;
|
|
142
|
+
decode(input: BinaryReader | Uint8Array, length?: number): EventTrustedAuditorDeleted;
|
|
143
|
+
fromPartial(object: DeepPartial<EventTrustedAuditorDeleted>): EventTrustedAuditorDeleted;
|
|
144
|
+
fromAmino(object: EventTrustedAuditorDeletedAmino): EventTrustedAuditorDeleted;
|
|
145
|
+
toAmino(message: EventTrustedAuditorDeleted): EventTrustedAuditorDeletedAmino;
|
|
146
|
+
fromAminoMsg(object: EventTrustedAuditorDeletedAminoMsg): EventTrustedAuditorDeleted;
|
|
147
|
+
fromProtoMsg(message: EventTrustedAuditorDeletedProtoMsg): EventTrustedAuditorDeleted;
|
|
148
|
+
toProto(message: EventTrustedAuditorDeleted): Uint8Array;
|
|
149
|
+
toProtoMsg(message: EventTrustedAuditorDeleted): EventTrustedAuditorDeletedProtoMsg;
|
|
150
|
+
};
|