@xpla/xpla-react 1.8.2 → 1.9.0
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/dist/amino/amino.cjs +0 -0
- package/dist/amino/amino.d.ts +1 -0
- package/dist/amino/amino.js +0 -0
- package/dist/binary.cjs +305 -0
- package/dist/binary.d.ts +132 -0
- package/dist/binary.js +302 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
- package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
- package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
- package/dist/cosmos/app/v1alpha1/config.js +293 -0
- package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
- package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
- package/dist/cosmos/app/v1alpha1/module.js +273 -0
- package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
- package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
- package/dist/cosmos/app/v1alpha1/query.js +155 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +15 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.cjs +19 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.d.ts +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.js +18 -0
- package/dist/cosmos/auth/module/v1/module.cjs +204 -0
- package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
- package/dist/cosmos/auth/module/v1/module.js +202 -0
- package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
- package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
- package/dist/cosmos/auth/v1beta1/auth.js +418 -0
- package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
- package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
- package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
- package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
- package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
- package/dist/cosmos/auth/v1beta1/query.js +1568 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/auth/v1beta1/tx.js +166 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/authz/module/v1/module.cjs +74 -0
- package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
- package/dist/cosmos/authz/module/v1/module.js +73 -0
- package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
- package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
- package/dist/cosmos/authz/v1beta1/authz.js +384 -0
- package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
- package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
- package/dist/cosmos/authz/v1beta1/event.js +196 -0
- package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
- package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
- package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
- package/dist/cosmos/authz/v1beta1/query.js +571 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
- package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
- package/dist/cosmos/authz/v1beta1/tx.js +507 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +36 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.d.ts +46 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.js +34 -0
- package/dist/cosmos/autocli/v1/options.cjs +795 -0
- package/dist/cosmos/autocli/v1/options.d.ts +637 -0
- package/dist/cosmos/autocli/v1/options.js +788 -0
- package/dist/cosmos/autocli/v1/query.cjs +242 -0
- package/dist/cosmos/autocli/v1/query.d.ts +153 -0
- package/dist/cosmos/autocli/v1/query.js +239 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/bank/module/v1/module.cjs +104 -0
- package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
- package/dist/cosmos/bank/module/v1/module.js +103 -0
- package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
- package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
- package/dist/cosmos/bank/v1beta1/authz.js +103 -0
- package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
- package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
- package/dist/cosmos/bank/v1beta1/bank.js +692 -0
- package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
- package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
- package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
- package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
- package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
- package/dist/cosmos/bank/v1beta1/query.js +2332 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +125 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.cjs +177 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.d.ts +191 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.js +164 -0
- package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
- package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
- package/dist/cosmos/bank/v1beta1/tx.js +664 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +41 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.d.ts +54 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.js +39 -0
- package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
- package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
- package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
- package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
- package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
- package/dist/cosmos/base/node/v1beta1/query.js +356 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
- package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
- package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +23 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.cjs +31 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +34 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +29 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +51 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.cjs +75 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +82 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +69 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +58 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.cjs +86 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +94 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.js +79 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
- package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
- package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
- package/dist/cosmos/base/v1beta1/coin.js +343 -0
- package/dist/cosmos/bundle.cjs +1211 -0
- package/dist/cosmos/bundle.d.ts +189 -0
- package/dist/cosmos/bundle.js +190 -0
- package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
- package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
- package/dist/cosmos/consensus/module/v1/module.js +83 -0
- package/dist/cosmos/consensus/v1/query.cjs +157 -0
- package/dist/cosmos/consensus/v1/query.d.ts +111 -0
- package/dist/cosmos/consensus/v1/query.js +155 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/consensus/v1/tx.cjs +195 -0
- package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
- package/dist/cosmos/consensus/v1/tx.js +193 -0
- package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.js +15 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
- package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
- package/dist/cosmos/distribution/module/v1/module.js +93 -0
- package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
- package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
- package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
- package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
- package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
- package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
- package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
- package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
- package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
- package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
- package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +71 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +93 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.js +69 -0
- package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
- package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
- package/dist/cosmos/evidence/module/v1/module.js +73 -0
- package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
- package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
- package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
- package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
- package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
- package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
- package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
- package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
- package/dist/cosmos/evidence/v1beta1/query.js +347 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
- package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
- package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
- package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
- package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
- package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
- package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
- package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
- package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
- package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +18 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +22 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.js +16 -0
- package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
- package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
- package/dist/cosmos/evm/vm/v1/events.js +383 -0
- package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
- package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
- package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
- package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
- package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
- package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
- package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
- package/dist/cosmos/evm/vm/v1/query.js +2635 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +121 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.cjs +180 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.d.ts +197 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.js +165 -0
- package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
- package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
- package/dist/cosmos/evm/vm/v1/tx.js +619 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +34 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.js +32 -0
- package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
- package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
- package/dist/cosmos/feegrant/module/v1/module.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
- package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
- package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
- package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
- package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
- package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +32 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +42 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.js +30 -0
- package/dist/cosmos/gov/module/v1/module.cjs +94 -0
- package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
- package/dist/cosmos/gov/module/v1/module.js +93 -0
- package/dist/cosmos/gov/v1/genesis.cjs +164 -0
- package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
- package/dist/cosmos/gov/v1/genesis.js +163 -0
- package/dist/cosmos/gov/v1/gov.cjs +1198 -0
- package/dist/cosmos/gov/v1/gov.d.ts +926 -0
- package/dist/cosmos/gov/v1/gov.js +1181 -0
- package/dist/cosmos/gov/v1/query.cjs +1569 -0
- package/dist/cosmos/gov/v1/query.d.ts +1103 -0
- package/dist/cosmos/gov/v1/query.js +1551 -0
- package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
- package/dist/cosmos/gov/v1/query.rpc.func.d.ts +70 -0
- package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
- package/dist/cosmos/gov/v1/query.rpc.react.cjs +106 -0
- package/dist/cosmos/gov/v1/query.rpc.react.d.ts +116 -0
- package/dist/cosmos/gov/v1/query.rpc.react.js +97 -0
- package/dist/cosmos/gov/v1/tx.cjs +1267 -0
- package/dist/cosmos/gov/v1/tx.d.ts +908 -0
- package/dist/cosmos/gov/v1/tx.js +1253 -0
- package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
- package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
- package/dist/cosmos/gov/v1/tx.registry.js +149 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +60 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.d.ts +82 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.js +58 -0
- package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
- package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
- package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
- package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
- package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
- package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
- package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
- package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
- package/dist/cosmos/gov/v1beta1/query.js +1398 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.cjs +95 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.d.ts +104 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.js +87 -0
- package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
- package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
- package/dist/cosmos/gov/v1beta1/tx.js +704 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +37 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.d.ts +50 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.js +35 -0
- package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
- package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
- package/dist/cosmos/ics23/v1/proofs.js +1520 -0
- package/dist/cosmos/mint/module/v1/module.cjs +94 -0
- package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
- package/dist/cosmos/mint/module/v1/module.js +93 -0
- package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
- package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
- package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
- package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
- package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
- package/dist/cosmos/mint/v1beta1/mint.js +213 -0
- package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
- package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
- package/dist/cosmos/mint/v1beta1/query.js +447 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/mint/v1beta1/tx.js +166 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/msg/v1/msg.cjs +0 -0
- package/dist/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/cosmos/msg/v1/msg.js +0 -0
- package/dist/cosmos/params/module/v1/module.cjs +74 -0
- package/dist/cosmos/params/module/v1/module.d.ts +51 -0
- package/dist/cosmos/params/module/v1/module.js +73 -0
- package/dist/cosmos/params/v1beta1/params.cjs +206 -0
- package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
- package/dist/cosmos/params/v1beta1/params.js +204 -0
- package/dist/cosmos/params/v1beta1/query.cjs +419 -0
- package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
- package/dist/cosmos/params/v1beta1/query.js +414 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +22 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.cjs +30 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.d.ts +33 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.js +28 -0
- package/dist/cosmos/query/v1/query.cjs +0 -0
- package/dist/cosmos/query/v1/query.d.ts +1 -0
- package/dist/cosmos/query/v1/query.js +0 -0
- package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
- package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
- package/dist/cosmos/slashing/module/v1/module.js +83 -0
- package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
- package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
- package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
- package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
- package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
- package/dist/cosmos/slashing/v1beta1/query.js +489 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
- package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
- package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
- package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
- package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
- package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.js +24 -0
- package/dist/cosmos/staking/module/v1/module.cjs +111 -0
- package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
- package/dist/cosmos/staking/module/v1/module.js +110 -0
- package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
- package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
- package/dist/cosmos/staking/v1beta1/authz.js +238 -0
- package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
- package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
- package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
- package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
- package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
- package/dist/cosmos/staking/v1beta1/query.js +2426 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +130 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.cjs +186 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.d.ts +201 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.js +172 -0
- package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
- package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
- package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
- package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
- package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
- package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +63 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.d.ts +85 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.js +61 -0
- package/dist/cosmos/tx/config/v1/config.cjs +94 -0
- package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
- package/dist/cosmos/tx/config/v1/config.js +93 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
- package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
- package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
- package/dist/cosmos/tx/v1beta1/service.js +1685 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +70 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.cjs +106 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.d.ts +116 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.js +97 -0
- package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
- package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
- package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
- package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
- package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
- package/dist/cosmos/upgrade/module/v1/module.js +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
- package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
- package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +48 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.cjs +68 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +74 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.js +63 -0
- package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
- package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
- package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
- package/dist/cosmos_proto/bundle.cjs +7 -0
- package/dist/cosmos_proto/bundle.d.ts +2 -0
- package/dist/cosmos_proto/bundle.js +3 -0
- package/dist/cosmos_proto/cosmos.cjs +221 -0
- package/dist/cosmos_proto/cosmos.d.ts +190 -0
- package/dist/cosmos_proto/cosmos.js +215 -0
- package/dist/cosmwasm/bundle.cjs +185 -0
- package/dist/cosmwasm/bundle.d.ts +13 -0
- package/dist/cosmwasm/bundle.js +14 -0
- package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
- package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
- package/dist/cosmwasm/wasm/v1/authz.js +957 -0
- package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
- package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
- package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
- package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
- package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
- package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
- package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
- package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
- package/dist/cosmwasm/wasm/v1/query.js +2528 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +106 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.cjs +162 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.d.ts +177 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.js +148 -0
- package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
- package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
- package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +154 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.d.ts +206 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.js +152 -0
- package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
- package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
- package/dist/cosmwasm/wasm/v1/types.js +845 -0
- package/dist/ethermint/bundle.cjs +131 -0
- package/dist/ethermint/bundle.d.ts +26 -0
- package/dist/ethermint/bundle.js +27 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
- package/dist/ethermint/evm/v1/events.cjs +359 -0
- package/dist/ethermint/evm/v1/events.d.ts +282 -0
- package/dist/ethermint/evm/v1/events.js +355 -0
- package/dist/ethermint/evm/v1/evm.cjs +1021 -0
- package/dist/ethermint/evm/v1/evm.d.ts +866 -0
- package/dist/ethermint/evm/v1/evm.js +1012 -0
- package/dist/ethermint/evm/v1/genesis.cjs +189 -0
- package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
- package/dist/ethermint/evm/v1/genesis.js +187 -0
- package/dist/ethermint/evm/v1/query.cjs +1943 -0
- package/dist/ethermint/evm/v1/query.d.ts +1484 -0
- package/dist/ethermint/evm/v1/query.js +1918 -0
- package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
- package/dist/ethermint/evm/v1/query.rpc.func.d.ts +95 -0
- package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
- package/dist/ethermint/evm/v1/query.rpc.react.cjs +142 -0
- package/dist/ethermint/evm/v1/query.rpc.react.d.ts +156 -0
- package/dist/ethermint/evm/v1/query.rpc.react.js +130 -0
- package/dist/ethermint/evm/v1/tx.cjs +904 -0
- package/dist/ethermint/evm/v1/tx.d.ts +735 -0
- package/dist/ethermint/evm/v1/tx.js +895 -0
- package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
- package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
- package/dist/ethermint/evm/v1/tx.registry.js +51 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.d.ts +31 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.js +22 -0
- package/dist/ethermint/feemarket/v1/events.cjs +158 -0
- package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
- package/dist/ethermint/feemarket/v1/events.js +156 -0
- package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
- package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
- package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
- package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
- package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
- package/dist/ethermint/feemarket/v1/genesis.js +91 -0
- package/dist/ethermint/feemarket/v1/query.cjs +409 -0
- package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
- package/dist/ethermint/feemarket/v1/query.js +403 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
- package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
- package/dist/ethermint/feemarket/v1/tx.js +159 -0
- package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +17 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.d.ts +21 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.js +15 -0
- package/dist/ethermint/types/v1/account.cjs +94 -0
- package/dist/ethermint/types/v1/account.d.ts +71 -0
- package/dist/ethermint/types/v1/account.js +93 -0
- package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
- package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
- package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
- package/dist/ethermint/types/v1/indexer.cjs +127 -0
- package/dist/ethermint/types/v1/indexer.d.ts +113 -0
- package/dist/ethermint/types/v1/indexer.js +126 -0
- package/dist/ethermint/types/v1/web3.cjs +98 -0
- package/dist/ethermint/types/v1/web3.d.ts +84 -0
- package/dist/ethermint/types/v1/web3.js +96 -0
- package/dist/extern.cjs +32 -0
- package/dist/extern.d.ts +11 -0
- package/dist/extern.js +29 -0
- package/dist/gogoproto/gogo.cjs +0 -0
- package/dist/gogoproto/gogo.d.ts +1 -0
- package/dist/gogoproto/gogo.js +0 -0
- package/dist/google/api/annotations.cjs +0 -0
- package/dist/google/api/annotations.d.ts +1 -0
- package/dist/google/api/annotations.js +0 -0
- package/dist/google/api/http.cjs +588 -0
- package/dist/google/api/http.d.ts +1100 -0
- package/dist/google/api/http.js +585 -0
- package/dist/google/bundle.cjs +127 -0
- package/dist/google/bundle.d.ts +6 -0
- package/dist/google/bundle.js +7 -0
- package/dist/google/protobuf/any.cjs +116 -0
- package/dist/google/protobuf/any.d.ts +210 -0
- package/dist/google/protobuf/any.js +115 -0
- package/dist/google/protobuf/descriptor.cjs +4680 -0
- package/dist/google/protobuf/descriptor.d.ts +3713 -0
- package/dist/google/protobuf/descriptor.js +4565 -0
- package/dist/google/protobuf/duration.cjs +142 -0
- package/dist/google/protobuf/duration.d.ts +236 -0
- package/dist/google/protobuf/duration.js +141 -0
- package/dist/google/protobuf/timestamp.cjs +170 -0
- package/dist/google/protobuf/timestamp.d.ts +328 -0
- package/dist/google/protobuf/timestamp.js +169 -0
- package/dist/helper-func-types.cjs +41 -0
- package/dist/helper-func-types.d.ts +39 -0
- package/dist/helper-func-types.js +39 -0
- package/dist/helpers.cjs +87 -0
- package/dist/helpers.d.ts +75 -0
- package/dist/helpers.js +65 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +27 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +14 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.cjs +18 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +17 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
- package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
- package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
- package/dist/ibc/applications/transfer/v1/authz.js +209 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
- package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
- package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
- package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
- package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
- package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
- package/dist/ibc/applications/transfer/v1/packet.js +119 -0
- package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
- package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
- package/dist/ibc/applications/transfer/v1/query.js +968 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +49 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.cjs +73 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.d.ts +80 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.js +67 -0
- package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
- package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
- package/dist/ibc/applications/transfer/v1/token.js +275 -0
- package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
- package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
- package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
- package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
- package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
- package/dist/ibc/applications/transfer/v1/tx.js +393 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/bundle.cjs +594 -0
- package/dist/ibc/bundle.d.ts +95 -0
- package/dist/ibc/bundle.js +96 -0
- package/dist/ibc/core/channel/v1/channel.cjs +974 -0
- package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
- package/dist/ibc/core/channel/v1/channel.js +957 -0
- package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
- package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
- package/dist/ibc/core/channel/v1/genesis.js +251 -0
- package/dist/ibc/core/channel/v1/query.cjs +2778 -0
- package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
- package/dist/ibc/core/channel/v1/query.js +2749 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +113 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.cjs +169 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.d.ts +184 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.js +155 -0
- package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
- package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
- package/dist/ibc/core/channel/v1/tx.js +1948 -0
- package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
- package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
- package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +80 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.d.ts +111 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.js +78 -0
- package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
- package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
- package/dist/ibc/core/channel/v2/genesis.js +313 -0
- package/dist/ibc/core/channel/v2/packet.cjs +450 -0
- package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
- package/dist/ibc/core/channel/v2/packet.js +441 -0
- package/dist/ibc/core/channel/v2/query.cjs +1536 -0
- package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
- package/dist/ibc/core/channel/v2/query.js +1519 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +63 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.cjs +95 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.d.ts +104 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.js +87 -0
- package/dist/ibc/core/channel/v2/tx.cjs +805 -0
- package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
- package/dist/ibc/core/channel/v2/tx.js +792 -0
- package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
- package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
- package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +37 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.d.ts +50 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.js +35 -0
- package/dist/ibc/core/client/v1/client.cjs +458 -0
- package/dist/ibc/core/client/v1/client.d.ts +363 -0
- package/dist/ibc/core/client/v1/client.js +453 -0
- package/dist/ibc/core/client/v1/genesis.cjs +321 -0
- package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
- package/dist/ibc/core/client/v1/genesis.js +317 -0
- package/dist/ibc/core/client/v1/query.cjs +1920 -0
- package/dist/ibc/core/client/v1/query.d.ts +1396 -0
- package/dist/ibc/core/client/v1/query.js +1897 -0
- package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
- package/dist/ibc/core/client/v1/query.rpc.func.d.ts +86 -0
- package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
- package/dist/ibc/core/client/v1/query.rpc.react.cjs +130 -0
- package/dist/ibc/core/client/v1/query.rpc.react.d.ts +142 -0
- package/dist/ibc/core/client/v1/query.rpc.react.js +119 -0
- package/dist/ibc/core/client/v1/tx.cjs +1351 -0
- package/dist/ibc/core/client/v1/tx.d.ts +985 -0
- package/dist/ibc/core/client/v1/tx.js +1334 -0
- package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
- package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
- package/dist/ibc/core/client/v1/tx.registry.js +168 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +65 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.d.ts +90 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.js +63 -0
- package/dist/ibc/core/client/v2/config.cjs +88 -0
- package/dist/ibc/core/client/v2/config.d.ts +70 -0
- package/dist/ibc/core/client/v2/config.js +87 -0
- package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
- package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
- package/dist/ibc/core/client/v2/counterparty.js +95 -0
- package/dist/ibc/core/client/v2/genesis.cjs +181 -0
- package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
- package/dist/ibc/core/client/v2/genesis.js +179 -0
- package/dist/ibc/core/client/v2/query.cjs +329 -0
- package/dist/ibc/core/client/v2/query.d.ts +222 -0
- package/dist/ibc/core/client/v2/query.js +325 -0
- package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
- package/dist/ibc/core/client/v2/query.rpc.func.d.ts +21 -0
- package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
- package/dist/ibc/core/client/v2/query.rpc.react.cjs +29 -0
- package/dist/ibc/core/client/v2/query.rpc.react.d.ts +32 -0
- package/dist/ibc/core/client/v2/query.rpc.react.js +27 -0
- package/dist/ibc/core/client/v2/tx.cjs +350 -0
- package/dist/ibc/core/client/v2/tx.d.ts +251 -0
- package/dist/ibc/core/client/v2/tx.js +345 -0
- package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
- package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
- package/dist/ibc/core/client/v2/tx.registry.js +51 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.js +21 -0
- package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
- package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
- package/dist/ibc/core/commitment/v1/commitment.js +251 -0
- package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
- package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
- package/dist/ibc/core/commitment/v2/commitment.js +115 -0
- package/dist/ibc/core/connection/v1/connection.cjs +737 -0
- package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
- package/dist/ibc/core/connection/v1/connection.js +726 -0
- package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
- package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
- package/dist/ibc/core/connection/v1/genesis.js +118 -0
- package/dist/ibc/core/connection/v1/query.cjs +1093 -0
- package/dist/ibc/core/connection/v1/query.d.ts +779 -0
- package/dist/ibc/core/connection/v1/query.js +1080 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +52 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.cjs +76 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.d.ts +83 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.js +70 -0
- package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
- package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
- package/dist/ibc/core/connection/v1/tx.js +1006 -0
- package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
- package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
- package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +46 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.d.ts +62 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.js +44 -0
- package/dist/ibc/core/types/v1/genesis.cjs +131 -0
- package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
- package/dist/ibc/core/types/v1/genesis.js +130 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
- package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
- package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
- package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.js +27 -0
- package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
- package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
- package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
- package/dist/index.cjs +2494 -0
- package/dist/index.d.ts +380 -0
- package/dist/index.js +379 -0
- package/dist/react-query.cjs +70 -0
- package/dist/react-query.d.ts +64 -0
- package/dist/react-query.js +62 -0
- package/dist/registry.cjs +128 -0
- package/dist/registry.d.ts +34 -0
- package/dist/registry.js +127 -0
- package/dist/tendermint/abci/types.cjs +4790 -0
- package/dist/tendermint/abci/types.d.ts +2759 -0
- package/dist/tendermint/abci/types.js +4718 -0
- package/dist/tendermint/bundle.cjs +117 -0
- package/dist/tendermint/bundle.d.ts +11 -0
- package/dist/tendermint/bundle.js +12 -0
- package/dist/tendermint/crypto/keys.cjs +89 -0
- package/dist/tendermint/crypto/keys.d.ts +55 -0
- package/dist/tendermint/crypto/keys.js +87 -0
- package/dist/tendermint/crypto/proof.cjs +443 -0
- package/dist/tendermint/crypto/proof.d.ts +266 -0
- package/dist/tendermint/crypto/proof.js +437 -0
- package/dist/tendermint/p2p/types.cjs +397 -0
- package/dist/tendermint/p2p/types.d.ts +206 -0
- package/dist/tendermint/p2p/types.js +392 -0
- package/dist/tendermint/types/block.cjs +111 -0
- package/dist/tendermint/types/block.d.ts +58 -0
- package/dist/tendermint/types/block.js +110 -0
- package/dist/tendermint/types/evidence.cjs +387 -0
- package/dist/tendermint/types/evidence.d.ts +208 -0
- package/dist/tendermint/types/evidence.js +383 -0
- package/dist/tendermint/types/params.cjs +589 -0
- package/dist/tendermint/types/params.d.ts +438 -0
- package/dist/tendermint/types/params.js +582 -0
- package/dist/tendermint/types/types.cjs +1608 -0
- package/dist/tendermint/types/types.d.ts +944 -0
- package/dist/tendermint/types/types.js +1588 -0
- package/dist/tendermint/types/validator.cjs +324 -0
- package/dist/tendermint/types/validator.d.ts +165 -0
- package/dist/tendermint/types/validator.js +316 -0
- package/dist/tendermint/version/types.cjs +172 -0
- package/dist/tendermint/version/types.d.ts +116 -0
- package/dist/tendermint/version/types.js +170 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +72 -0
- package/dist/types.js +0 -0
- package/dist/utf8.cjs +95 -0
- package/dist/utf8.d.ts +30 -0
- package/dist/utf8.js +89 -0
- package/dist/varint.cjs +321 -0
- package/dist/varint.d.ts +107 -0
- package/dist/varint.js +304 -0
- package/dist/xpla/bundle.cjs +86 -0
- package/dist/xpla/bundle.d.ts +29 -0
- package/dist/xpla/bundle.js +30 -0
- package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
- package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
- package/dist/xpla/burn/v1beta1/burn.js +100 -0
- package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/burn/v1beta1/genesis.js +82 -0
- package/dist/xpla/burn/v1beta1/query.cjs +305 -0
- package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
- package/dist/xpla/burn/v1beta1/query.js +301 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
- package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
- package/dist/xpla/burn/v1beta1/tx.js +159 -0
- package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
- package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
- package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +16 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.d.ts +20 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.js +14 -0
- package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
- package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/reward/v1beta1/genesis.js +81 -0
- package/dist/xpla/reward/v1beta1/query.cjs +282 -0
- package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
- package/dist/xpla/reward/v1beta1/query.js +278 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
- package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
- package/dist/xpla/reward/v1beta1/reward.js +118 -0
- package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
- package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
- package/dist/xpla/reward/v1beta1/tx.js +314 -0
- package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.js +24 -0
- package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
- package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
- package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
- package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
- package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
- package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
- package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
- package/dist/xpla/volunteer/v1beta1/query.js +137 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +14 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.cjs +18 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.d.ts +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.js +17 -0
- package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
- package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
- package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.js +22 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
- package/package.json +28 -27
- package/amino/amino.d.ts +0 -1
- package/amino/amino.js +0 -2
- package/binary.d.ts +0 -130
- package/binary.js +0 -370
- package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
- package/cosmos/app/runtime/v1alpha1/module.js +0 -309
- package/cosmos/app/v1alpha1/config.d.ts +0 -246
- package/cosmos/app/v1alpha1/config.js +0 -329
- package/cosmos/app/v1alpha1/module.d.ts +0 -286
- package/cosmos/app/v1alpha1/module.js +0 -303
- package/cosmos/app/v1alpha1/query.d.ts +0 -105
- package/cosmos/app/v1alpha1/query.js +0 -164
- package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
- package/cosmos/app/v1alpha1/query.rpc.react.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.react.js +0 -15
- package/cosmos/auth/module/v1/module.d.ts +0 -138
- package/cosmos/auth/module/v1/module.js +0 -218
- package/cosmos/auth/v1beta1/auth.d.ts +0 -245
- package/cosmos/auth/v1beta1/auth.js +0 -482
- package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
- package/cosmos/auth/v1beta1/genesis.js +0 -104
- package/cosmos/auth/v1beta1/query.d.ts +0 -1160
- package/cosmos/auth/v1beta1/query.js +0 -1727
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
- package/cosmos/auth/v1beta1/query.rpc.react.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.react.js +0 -122
- package/cosmos/auth/v1beta1/tx.d.ts +0 -132
- package/cosmos/auth/v1beta1/tx.js +0 -181
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/authz/module/v1/module.d.ts +0 -49
- package/cosmos/authz/module/v1/module.js +0 -74
- package/cosmos/authz/v1beta1/authz.d.ts +0 -248
- package/cosmos/authz/v1beta1/authz.js +0 -426
- package/cosmos/authz/v1beta1/event.d.ts +0 -144
- package/cosmos/authz/v1beta1/event.js +0 -218
- package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
- package/cosmos/authz/v1beta1/genesis.js +0 -97
- package/cosmos/authz/v1beta1/query.d.ts +0 -374
- package/cosmos/authz/v1beta1/query.js +0 -643
- package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
- package/cosmos/authz/v1beta1/query.rpc.react.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.react.js +0 -39
- package/cosmos/authz/v1beta1/tx.d.ts +0 -334
- package/cosmos/authz/v1beta1/tx.js +0 -555
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
- package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.react.js +0 -38
- package/cosmos/autocli/v1/options.d.ts +0 -589
- package/cosmos/autocli/v1/options.js +0 -896
- package/cosmos/autocli/v1/query.d.ts +0 -151
- package/cosmos/autocli/v1/query.js +0 -260
- package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.func.js +0 -18
- package/cosmos/autocli/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.react.js +0 -15
- package/cosmos/bank/module/v1/module.d.ts +0 -83
- package/cosmos/bank/module/v1/module.js +0 -117
- package/cosmos/bank/v1beta1/authz.d.ts +0 -75
- package/cosmos/bank/v1beta1/authz.js +0 -117
- package/cosmos/bank/v1beta1/bank.d.ts +0 -496
- package/cosmos/bank/v1beta1/bank.js +0 -794
- package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
- package/cosmos/bank/v1beta1/genesis.js +0 -263
- package/cosmos/bank/v1beta1/query.d.ts +0 -1719
- package/cosmos/bank/v1beta1/query.js +0 -2601
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
- package/cosmos/bank/v1beta1/query.rpc.react.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.react.js +0 -172
- package/cosmos/bank/v1beta1/tx.d.ts +0 -487
- package/cosmos/bank/v1beta1/tx.js +0 -740
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
- package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.react.js +0 -49
- package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
- package/cosmos/base/abci/v1beta1/abci.js +0 -1386
- package/cosmos/base/node/v1beta1/query.d.ts +0 -238
- package/cosmos/base/node/v1beta1/query.js +0 -396
- package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
- package/cosmos/base/query/v1beta1/pagination.js +0 -243
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
- package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -27
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
- package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -67
- package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
- package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -79
- package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
- package/cosmos/base/tendermint/v1beta1/types.js +0 -383
- package/cosmos/base/v1beta1/coin.d.ts +0 -226
- package/cosmos/base/v1beta1/coin.js +0 -369
- package/cosmos/bundle.d.ts +0 -188
- package/cosmos/bundle.js +0 -990
- package/cosmos/consensus/module/v1/module.d.ts +0 -57
- package/cosmos/consensus/module/v1/module.js +0 -87
- package/cosmos/consensus/v1/query.d.ts +0 -109
- package/cosmos/consensus/v1/query.js +0 -164
- package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.func.js +0 -18
- package/cosmos/consensus/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.react.js +0 -15
- package/cosmos/consensus/v1/tx.d.ts +0 -136
- package/cosmos/consensus/v1/tx.js +0 -216
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +0 -31
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
- package/cosmos/consensus/v1/tx.rpc.react.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.react.js +0 -17
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
- package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
- package/cosmos/distribution/module/v1/module.d.ts +0 -59
- package/cosmos/distribution/module/v1/module.js +0 -99
- package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
- package/cosmos/distribution/v1beta1/distribution.js +0 -1300
- package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
- package/cosmos/distribution/v1beta1/genesis.js +0 -982
- package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
- package/cosmos/distribution/v1beta1/query.js +0 -1825
- package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
- package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.react.js +0 -106
- package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
- package/cosmos/distribution/v1beta1/tx.js +0 -1270
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
- package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -83
- package/cosmos/evidence/module/v1/module.d.ts +0 -49
- package/cosmos/evidence/module/v1/module.js +0 -74
- package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
- package/cosmos/evidence/v1beta1/evidence.js +0 -126
- package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
- package/cosmos/evidence/v1beta1/genesis.js +0 -91
- package/cosmos/evidence/v1beta1/query.d.ts +0 -254
- package/cosmos/evidence/v1beta1/query.js +0 -379
- package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
- package/cosmos/evidence/v1beta1/tx.js +0 -186
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
- package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -15
- package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
- package/cosmos/evm/feemarket/v1/events.js +0 -182
- package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
- package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
- package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
- package/cosmos/evm/feemarket/v1/genesis.js +0 -106
- package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
- package/cosmos/evm/feemarket/v1/query.js +0 -473
- package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
- package/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -35
- package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
- package/cosmos/evm/feemarket/v1/tx.js +0 -177
- package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
- package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
- package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
- package/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -16
- package/cosmos/evm/vm/v1/events.d.ts +0 -286
- package/cosmos/evm/vm/v1/events.js +0 -435
- package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
- package/cosmos/evm/vm/v1/evm.js +0 -1617
- package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
- package/cosmos/evm/vm/v1/genesis.js +0 -227
- package/cosmos/evm/vm/v1/query.d.ts +0 -1773
- package/cosmos/evm/vm/v1/query.js +0 -2680
- package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
- package/cosmos/evm/vm/v1/query.rpc.react.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.react.js +0 -153
- package/cosmos/evm/vm/v1/tx.d.ts +0 -747
- package/cosmos/evm/vm/v1/tx.js +0 -1132
- package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
- package/cosmos/evm/vm/v1/tx.registry.js +0 -49
- package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
- package/cosmos/evm/vm/v1/tx.rpc.react.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.react.js +0 -25
- package/cosmos/feegrant/module/v1/module.d.ts +0 -49
- package/cosmos/feegrant/module/v1/module.js +0 -74
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
- package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
- package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
- package/cosmos/feegrant/v1beta1/genesis.js +0 -97
- package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
- package/cosmos/feegrant/v1beta1/query.js +0 -602
- package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
- package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -37
- package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
- package/cosmos/feegrant/v1beta1/tx.js +0 -514
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
- package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -36
- package/cosmos/gov/module/v1/module.d.ts +0 -67
- package/cosmos/gov/module/v1/module.js +0 -99
- package/cosmos/gov/v1/genesis.d.ts +0 -148
- package/cosmos/gov/v1/genesis.js +0 -205
- package/cosmos/gov/v1/gov.d.ts +0 -968
- package/cosmos/gov/v1/gov.js +0 -1441
- package/cosmos/gov/v1/query.d.ts +0 -1105
- package/cosmos/gov/v1/query.js +0 -1716
- package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.func.js +0 -122
- package/cosmos/gov/v1/query.rpc.react.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.react.js +0 -95
- package/cosmos/gov/v1/tx.d.ts +0 -950
- package/cosmos/gov/v1/tx.js +0 -1406
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +0 -139
- package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.func.js +0 -74
- package/cosmos/gov/v1/tx.rpc.react.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.react.js +0 -74
- package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
- package/cosmos/gov/v1beta1/genesis.js +0 -180
- package/cosmos/gov/v1beta1/gov.d.ts +0 -764
- package/cosmos/gov/v1beta1/gov.js +0 -1214
- package/cosmos/gov/v1beta1/query.d.ts +0 -979
- package/cosmos/gov/v1beta1/query.js +0 -1550
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
- package/cosmos/gov/v1beta1/query.rpc.react.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.react.js +0 -85
- package/cosmos/gov/v1beta1/tx.d.ts +0 -510
- package/cosmos/gov/v1beta1/tx.js +0 -781
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
- package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.react.js +0 -43
- package/cosmos/ics23/v1/proofs.d.ts +0 -1015
- package/cosmos/ics23/v1/proofs.js +0 -1788
- package/cosmos/mint/module/v1/module.d.ts +0 -59
- package/cosmos/mint/module/v1/module.js +0 -99
- package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
- package/cosmos/mint/v1beta1/genesis.js +0 -107
- package/cosmos/mint/v1beta1/mint.d.ts +0 -160
- package/cosmos/mint/v1beta1/mint.js +0 -243
- package/cosmos/mint/v1beta1/query.d.ts +0 -318
- package/cosmos/mint/v1beta1/query.js +0 -474
- package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/mint/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/mint/v1beta1/tx.d.ts +0 -132
- package/cosmos/mint/v1beta1/tx.js +0 -181
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/msg/v1/msg.d.ts +0 -1
- package/cosmos/msg/v1/msg.js +0 -2
- package/cosmos/params/module/v1/module.d.ts +0 -49
- package/cosmos/params/module/v1/module.js +0 -74
- package/cosmos/params/v1beta1/params.d.ts +0 -111
- package/cosmos/params/v1beta1/params.js +0 -230
- package/cosmos/params/v1beta1/query.d.ts +0 -295
- package/cosmos/params/v1beta1/query.js +0 -457
- package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
- package/cosmos/params/v1beta1/query.rpc.react.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.react.js +0 -28
- package/cosmos/query/v1/query.d.ts +0 -1
- package/cosmos/query/v1/query.js +0 -2
- package/cosmos/slashing/module/v1/module.d.ts +0 -57
- package/cosmos/slashing/module/v1/module.js +0 -87
- package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
- package/cosmos/slashing/v1beta1/genesis.js +0 -425
- package/cosmos/slashing/v1beta1/query.d.ts +0 -328
- package/cosmos/slashing/v1beta1/query.js +0 -532
- package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
- package/cosmos/slashing/v1beta1/slashing.js +0 -282
- package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
- package/cosmos/slashing/v1beta1/tx.js +0 -334
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/staking/module/v1/module.d.ts +0 -85
- package/cosmos/staking/module/v1/module.js +0 -126
- package/cosmos/staking/v1beta1/authz.d.ts +0 -162
- package/cosmos/staking/v1beta1/authz.js +0 -284
- package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
- package/cosmos/staking/v1beta1/genesis.js +0 -294
- package/cosmos/staking/v1beta1/query.d.ts +0 -1710
- package/cosmos/staking/v1beta1/query.js +0 -2684
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
- package/cosmos/staking/v1beta1/query.rpc.react.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.react.js +0 -170
- package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
- package/cosmos/staking/v1beta1/staking.js +0 -2563
- package/cosmos/staking/v1beta1/tx.d.ts +0 -824
- package/cosmos/staking/v1beta1/tx.js +0 -1413
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
- package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.react.js +0 -76
- package/cosmos/tx/config/v1/config.d.ts +0 -69
- package/cosmos/tx/config/v1/config.js +0 -99
- package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
- package/cosmos/tx/signing/v1beta1/signing.js +0 -620
- package/cosmos/tx/v1beta1/service.d.ts +0 -1263
- package/cosmos/tx/v1beta1/service.js +0 -1913
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
- package/cosmos/tx/v1beta1/service.rpc.react.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.react.js +0 -105
- package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
- package/cosmos/tx/v1beta1/tx.js +0 -1534
- package/cosmos/upgrade/module/v1/module.d.ts +0 -57
- package/cosmos/upgrade/module/v1/module.js +0 -87
- package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
- package/cosmos/upgrade/v1beta1/query.js +0 -842
- package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
- package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -65
- package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
- package/cosmos/upgrade/v1beta1/tx.js +0 -337
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
- package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/bundle.js +0 -8
- package/cosmos_proto/cosmos.d.ts +0 -186
- package/cosmos_proto/cosmos.js +0 -252
- package/cosmwasm/bundle.d.ts +0 -12
- package/cosmwasm/bundle.js +0 -174
- package/cosmwasm/wasm/v1/authz.d.ts +0 -701
- package/cosmwasm/wasm/v1/authz.js +0 -1064
- package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
- package/cosmwasm/wasm/v1/genesis.js +0 -494
- package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
- package/cosmwasm/wasm/v1/ibc.js +0 -360
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
- package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
- package/cosmwasm/wasm/v1/query.d.ts +0 -1730
- package/cosmwasm/wasm/v1/query.js +0 -2803
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
- package/cosmwasm/wasm/v1/query.rpc.react.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.react.js +0 -146
- package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
- package/cosmwasm/wasm/v1/tx.js +0 -3485
- package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
- package/cosmwasm/wasm/v1/tx.registry.js +0 -319
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
- package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.react.js +0 -184
- package/cosmwasm/wasm/v1/types.d.ts +0 -559
- package/cosmwasm/wasm/v1/types.js +0 -973
- package/esm/amino/amino.js +0 -1
- package/esm/binary.js +0 -365
- package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
- package/esm/cosmos/app/v1alpha1/config.js +0 -326
- package/esm/cosmos/app/v1alpha1/module.js +0 -300
- package/esm/cosmos/app/v1alpha1/query.js +0 -161
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
- package/esm/cosmos/app/v1alpha1/query.rpc.react.js +0 -12
- package/esm/cosmos/auth/module/v1/module.js +0 -215
- package/esm/cosmos/auth/v1beta1/auth.js +0 -479
- package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
- package/esm/cosmos/auth/v1beta1/query.js +0 -1724
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
- package/esm/cosmos/auth/v1beta1/query.rpc.react.js +0 -119
- package/esm/cosmos/auth/v1beta1/tx.js +0 -178
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/authz/module/v1/module.js +0 -71
- package/esm/cosmos/authz/v1beta1/authz.js +0 -423
- package/esm/cosmos/authz/v1beta1/event.js +0 -215
- package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
- package/esm/cosmos/authz/v1beta1/query.js +0 -640
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
- package/esm/cosmos/authz/v1beta1/query.rpc.react.js +0 -36
- package/esm/cosmos/authz/v1beta1/tx.js +0 -552
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
- package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +0 -35
- package/esm/cosmos/autocli/v1/options.js +0 -893
- package/esm/cosmos/autocli/v1/query.js +0 -257
- package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/autocli/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/bank/module/v1/module.js +0 -114
- package/esm/cosmos/bank/v1beta1/authz.js +0 -114
- package/esm/cosmos/bank/v1beta1/bank.js +0 -791
- package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
- package/esm/cosmos/bank/v1beta1/query.js +0 -2598
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
- package/esm/cosmos/bank/v1beta1/query.rpc.react.js +0 -169
- package/esm/cosmos/bank/v1beta1/tx.js +0 -737
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
- package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +0 -46
- package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
- package/esm/cosmos/base/node/v1beta1/query.js +0 -393
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -24
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -64
- package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -76
- package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
- package/esm/cosmos/base/v1beta1/coin.js +0 -366
- package/esm/cosmos/bundle.js +0 -188
- package/esm/cosmos/consensus/module/v1/module.js +0 -84
- package/esm/cosmos/consensus/v1/query.js +0 -161
- package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/consensus/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/consensus/v1/tx.js +0 -213
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
- package/esm/cosmos/consensus/v1/tx.rpc.react.js +0 -14
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
- package/esm/cosmos/distribution/module/v1/module.js +0 -96
- package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
- package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
- package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
- package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +0 -103
- package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
- package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -80
- package/esm/cosmos/evidence/module/v1/module.js +0 -71
- package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
- package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
- package/esm/cosmos/evidence/v1beta1/query.js +0 -376
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
- package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -12
- package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
- package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
- package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -13
- package/esm/cosmos/evm/vm/v1/events.js +0 -432
- package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
- package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
- package/esm/cosmos/evm/vm/v1/query.js +0 -2677
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
- package/esm/cosmos/evm/vm/v1/query.rpc.react.js +0 -150
- package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
- package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
- package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +0 -22
- package/esm/cosmos/feegrant/module/v1/module.js +0 -71
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
- package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
- package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
- package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -34
- package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -33
- package/esm/cosmos/gov/module/v1/module.js +0 -96
- package/esm/cosmos/gov/v1/genesis.js +0 -202
- package/esm/cosmos/gov/v1/gov.js +0 -1434
- package/esm/cosmos/gov/v1/query.js +0 -1713
- package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
- package/esm/cosmos/gov/v1/query.rpc.react.js +0 -92
- package/esm/cosmos/gov/v1/tx.js +0 -1403
- package/esm/cosmos/gov/v1/tx.registry.js +0 -136
- package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
- package/esm/cosmos/gov/v1/tx.rpc.react.js +0 -71
- package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
- package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
- package/esm/cosmos/gov/v1beta1/query.js +0 -1547
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
- package/esm/cosmos/gov/v1beta1/query.rpc.react.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.js +0 -778
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
- package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +0 -40
- package/esm/cosmos/ics23/v1/proofs.js +0 -1781
- package/esm/cosmos/mint/module/v1/module.js +0 -96
- package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
- package/esm/cosmos/mint/v1beta1/mint.js +0 -240
- package/esm/cosmos/mint/v1beta1/query.js +0 -471
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/mint/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/mint/v1beta1/tx.js +0 -178
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/msg/v1/msg.js +0 -1
- package/esm/cosmos/params/module/v1/module.js +0 -71
- package/esm/cosmos/params/v1beta1/params.js +0 -227
- package/esm/cosmos/params/v1beta1/query.js +0 -454
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
- package/esm/cosmos/params/v1beta1/query.rpc.react.js +0 -25
- package/esm/cosmos/query/v1/query.js +0 -1
- package/esm/cosmos/slashing/module/v1/module.js +0 -84
- package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
- package/esm/cosmos/slashing/v1beta1/query.js +0 -529
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
- package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/staking/module/v1/module.js +0 -123
- package/esm/cosmos/staking/v1beta1/authz.js +0 -279
- package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
- package/esm/cosmos/staking/v1beta1/query.js +0 -2681
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
- package/esm/cosmos/staking/v1beta1/query.rpc.react.js +0 -167
- package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
- package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
- package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +0 -73
- package/esm/cosmos/tx/config/v1/config.js +0 -96
- package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
- package/esm/cosmos/tx/v1beta1/service.js +0 -1906
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
- package/esm/cosmos/tx/v1beta1/service.rpc.react.js +0 -102
- package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
- package/esm/cosmos/upgrade/module/v1/module.js +0 -84
- package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
- package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -62
- package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
- package/esm/cosmos_proto/bundle.js +0 -1
- package/esm/cosmos_proto/cosmos.js +0 -247
- package/esm/cosmwasm/bundle.js +0 -12
- package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
- package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
- package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
- package/esm/cosmwasm/wasm/v1/query.js +0 -2800
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
- package/esm/cosmwasm/wasm/v1/query.rpc.react.js +0 -143
- package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
- package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
- package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +0 -181
- package/esm/cosmwasm/wasm/v1/types.js +0 -966
- package/esm/ethermint/bundle.js +0 -25
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
- package/esm/ethermint/evm/v1/events.js +0 -404
- package/esm/ethermint/evm/v1/evm.js +0 -1256
- package/esm/ethermint/evm/v1/genesis.js +0 -210
- package/esm/ethermint/evm/v1/query.js +0 -2149
- package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
- package/esm/ethermint/evm/v1/query.rpc.react.js +0 -125
- package/esm/ethermint/evm/v1/tx.js +0 -1084
- package/esm/ethermint/evm/v1/tx.registry.js +0 -46
- package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
- package/esm/ethermint/evm/v1/tx.rpc.react.js +0 -21
- package/esm/ethermint/feemarket/v1/events.js +0 -165
- package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
- package/esm/ethermint/feemarket/v1/genesis.js +0 -96
- package/esm/ethermint/feemarket/v1/query.js +0 -427
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/ethermint/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/ethermint/feemarket/v1/tx.js +0 -167
- package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
- package/esm/ethermint/feemarket/v1/tx.rpc.react.js +0 -12
- package/esm/ethermint/types/v1/account.js +0 -98
- package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
- package/esm/ethermint/types/v1/indexer.js +0 -149
- package/esm/ethermint/types/v1/web3.js +0 -103
- package/esm/extern.js +0 -40
- package/esm/gogoproto/gogo.js +0 -1
- package/esm/google/api/annotations.js +0 -1
- package/esm/google/api/http.js +0 -644
- package/esm/google/bundle.js +0 -5
- package/esm/google/protobuf/any.js +0 -169
- package/esm/google/protobuf/descriptor.js +0 -5678
- package/esm/google/protobuf/duration.js +0 -140
- package/esm/google/protobuf/timestamp.js +0 -168
- package/esm/helper-func-types.js +0 -52
- package/esm/helpers.js +0 -99
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -22
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -12
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
- package/esm/ibc/applications/transfer/v1/authz.js +0 -242
- package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
- package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
- package/esm/ibc/applications/transfer/v1/packet.js +0 -134
- package/esm/ibc/applications/transfer/v1/query.js +0 -1048
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
- package/esm/ibc/applications/transfer/v1/query.rpc.react.js +0 -62
- package/esm/ibc/applications/transfer/v1/token.js +0 -300
- package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
- package/esm/ibc/applications/transfer/v1/tx.js +0 -445
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/bundle.js +0 -94
- package/esm/ibc/core/channel/v1/channel.js +0 -1120
- package/esm/ibc/core/channel/v1/genesis.js +0 -306
- package/esm/ibc/core/channel/v1/query.js +0 -3137
- package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
- package/esm/ibc/core/channel/v1/query.rpc.react.js +0 -150
- package/esm/ibc/core/channel/v1/tx.js +0 -2225
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
- package/esm/ibc/core/channel/v1/tx.rpc.react.js +0 -93
- package/esm/ibc/core/channel/v2/genesis.js +0 -360
- package/esm/ibc/core/channel/v2/packet.js +0 -508
- package/esm/ibc/core/channel/v2/query.js +0 -1727
- package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
- package/esm/ibc/core/channel/v2/query.rpc.react.js +0 -82
- package/esm/ibc/core/channel/v2/tx.js +0 -901
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
- package/esm/ibc/core/channel/v2/tx.rpc.react.js +0 -38
- package/esm/ibc/core/client/v1/client.js +0 -488
- package/esm/ibc/core/client/v1/genesis.js +0 -364
- package/esm/ibc/core/client/v1/query.js +0 -2095
- package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
- package/esm/ibc/core/client/v1/query.rpc.react.js +0 -114
- package/esm/ibc/core/client/v1/tx.js +0 -1458
- package/esm/ibc/core/client/v1/tx.registry.js +0 -154
- package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
- package/esm/ibc/core/client/v1/tx.rpc.react.js +0 -74
- package/esm/ibc/core/client/v2/config.js +0 -90
- package/esm/ibc/core/client/v2/counterparty.js +0 -100
- package/esm/ibc/core/client/v2/genesis.js +0 -194
- package/esm/ibc/core/client/v2/query.js +0 -348
- package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
- package/esm/ibc/core/client/v2/query.rpc.react.js +0 -22
- package/esm/ibc/core/client/v2/tx.js +0 -378
- package/esm/ibc/core/client/v2/tx.registry.js +0 -46
- package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
- package/esm/ibc/core/client/v2/tx.rpc.react.js +0 -20
- package/esm/ibc/core/commitment/v1/commitment.js +0 -268
- package/esm/ibc/core/commitment/v2/commitment.js +0 -118
- package/esm/ibc/core/connection/v1/connection.js +0 -833
- package/esm/ibc/core/connection/v1/genesis.js +0 -135
- package/esm/ibc/core/connection/v1/query.js +0 -1202
- package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
- package/esm/ibc/core/connection/v1/query.rpc.react.js +0 -65
- package/esm/ibc/core/connection/v1/tx.js +0 -1168
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
- package/esm/ibc/core/connection/v1/tx.rpc.react.js +0 -49
- package/esm/ibc/core/types/v1/genesis.js +0 -147
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
- package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
- package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
- package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -22
- package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
- package/esm/index.js +0 -21
- package/esm/react-query.js +0 -90
- package/esm/registry.js +0 -162
- package/esm/tendermint/abci/types.js +0 -5622
- package/esm/tendermint/bundle.js +0 -10
- package/esm/tendermint/crypto/keys.js +0 -90
- package/esm/tendermint/crypto/proof.js +0 -494
- package/esm/tendermint/p2p/types.js +0 -453
- package/esm/tendermint/types/block.js +0 -123
- package/esm/tendermint/types/evidence.js +0 -444
- package/esm/tendermint/types/params.js +0 -647
- package/esm/tendermint/types/types.js +0 -1897
- package/esm/tendermint/types/validator.js +0 -367
- package/esm/tendermint/version/types.js +0 -181
- package/esm/types.js +0 -6
- package/esm/utf8.js +0 -136
- package/esm/varint.js +0 -407
- package/esm/xpla/bundle.js +0 -28
- package/esm/xpla/burn/v1beta1/burn.js +0 -111
- package/esm/xpla/burn/v1beta1/genesis.js +0 -87
- package/esm/xpla/burn/v1beta1/query.js +0 -327
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/burn/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/burn/v1beta1/tx.js +0 -169
- package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
- package/esm/xpla/burn/v1beta1/tx.rpc.react.js +0 -11
- package/esm/xpla/reward/v1beta1/genesis.js +0 -84
- package/esm/xpla/reward/v1beta1/query.js +0 -297
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/reward/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/reward/v1beta1/reward.js +0 -133
- package/esm/xpla/reward/v1beta1/tx.js +0 -337
- package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
- package/esm/xpla/reward/v1beta1/tx.rpc.react.js +0 -23
- package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
- package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
- package/esm/xpla/volunteer/v1beta1/query.js +0 -143
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
- package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +0 -12
- package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
- package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -21
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
- package/ethermint/bundle.d.ts +0 -25
- package/ethermint/bundle.js +0 -142
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
- package/ethermint/evm/v1/events.d.ts +0 -278
- package/ethermint/evm/v1/events.js +0 -407
- package/ethermint/evm/v1/evm.d.ts +0 -862
- package/ethermint/evm/v1/evm.js +0 -1259
- package/ethermint/evm/v1/genesis.d.ts +0 -139
- package/ethermint/evm/v1/genesis.js +0 -213
- package/ethermint/evm/v1/query.d.ts +0 -1484
- package/ethermint/evm/v1/query.js +0 -2152
- package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.func.js +0 -165
- package/ethermint/evm/v1/query.rpc.react.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.react.js +0 -128
- package/ethermint/evm/v1/tx.d.ts +0 -735
- package/ethermint/evm/v1/tx.js +0 -1087
- package/ethermint/evm/v1/tx.registry.d.ts +0 -35
- package/ethermint/evm/v1/tx.registry.js +0 -49
- package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.func.js +0 -24
- package/ethermint/evm/v1/tx.rpc.react.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.react.js +0 -24
- package/ethermint/feemarket/v1/events.d.ts +0 -116
- package/ethermint/feemarket/v1/events.js +0 -168
- package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
- package/ethermint/feemarket/v1/feemarket.js +0 -160
- package/ethermint/feemarket/v1/genesis.d.ts +0 -66
- package/ethermint/feemarket/v1/genesis.js +0 -99
- package/ethermint/feemarket/v1/query.d.ts +0 -303
- package/ethermint/feemarket/v1/query.js +0 -430
- package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
- package/ethermint/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.react.js +0 -35
- package/ethermint/feemarket/v1/tx.d.ts +0 -116
- package/ethermint/feemarket/v1/tx.js +0 -170
- package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
- package/ethermint/feemarket/v1/tx.registry.js +0 -31
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
- package/ethermint/feemarket/v1/tx.rpc.react.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.react.js +0 -15
- package/ethermint/types/v1/account.d.ts +0 -67
- package/ethermint/types/v1/account.js +0 -101
- package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
- package/ethermint/types/v1/dynamic_fee.js +0 -80
- package/ethermint/types/v1/indexer.d.ts +0 -109
- package/ethermint/types/v1/indexer.js +0 -152
- package/ethermint/types/v1/web3.d.ts +0 -80
- package/ethermint/types/v1/web3.js +0 -106
- package/extern.d.ts +0 -11
- package/extern.js +0 -46
- package/gogoproto/gogo.d.ts +0 -1
- package/gogoproto/gogo.js +0 -2
- package/google/api/annotations.d.ts +0 -1
- package/google/api/annotations.js +0 -2
- package/google/api/http.d.ts +0 -1096
- package/google/api/http.js +0 -647
- package/google/bundle.d.ts +0 -5
- package/google/bundle.js +0 -21
- package/google/protobuf/any.d.ts +0 -369
- package/google/protobuf/any.js +0 -172
- package/google/protobuf/descriptor.d.ts +0 -3699
- package/google/protobuf/descriptor.js +0 -5722
- package/google/protobuf/duration.d.ts +0 -232
- package/google/protobuf/duration.js +0 -143
- package/google/protobuf/timestamp.d.ts +0 -323
- package/google/protobuf/timestamp.js +0 -171
- package/helper-func-types.d.ts +0 -40
- package/helper-func-types.js +0 -56
- package/helpers.d.ts +0 -80
- package/helpers.js +0 -114
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
- package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -25
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -32
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
- package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
- package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
- package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -23
- package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
- package/ibc/applications/interchain_accounts/v1/account.js +0 -108
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
- package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
- package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
- package/ibc/applications/transfer/v1/authz.d.ts +0 -150
- package/ibc/applications/transfer/v1/authz.js +0 -245
- package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
- package/ibc/applications/transfer/v1/denomtrace.js +0 -101
- package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
- package/ibc/applications/transfer/v1/genesis.js +0 -140
- package/ibc/applications/transfer/v1/packet.d.ts +0 -95
- package/ibc/applications/transfer/v1/packet.js +0 -137
- package/ibc/applications/transfer/v1/query.d.ts +0 -680
- package/ibc/applications/transfer/v1/query.js +0 -1051
- package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
- package/ibc/applications/transfer/v1/query.rpc.react.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.react.js +0 -65
- package/ibc/applications/transfer/v1/token.d.ts +0 -179
- package/ibc/applications/transfer/v1/token.js +0 -303
- package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
- package/ibc/applications/transfer/v1/transfer.js +0 -102
- package/ibc/applications/transfer/v1/tx.d.ts +0 -309
- package/ibc/applications/transfer/v1/tx.js +0 -448
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.react.js +0 -23
- package/ibc/bundle.d.ts +0 -94
- package/ibc/bundle.js +0 -540
- package/ibc/core/channel/v1/channel.d.ts +0 -729
- package/ibc/core/channel/v1/channel.js +0 -1127
- package/ibc/core/channel/v1/genesis.d.ts +0 -128
- package/ibc/core/channel/v1/genesis.js +0 -309
- package/ibc/core/channel/v1/query.d.ts +0 -2021
- package/ibc/core/channel/v1/query.js +0 -3140
- package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.func.js +0 -195
- package/ibc/core/channel/v1/query.rpc.react.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.react.js +0 -153
- package/ibc/core/channel/v1/tx.d.ts +0 -1116
- package/ibc/core/channel/v1/tx.js +0 -2230
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +0 -193
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
- package/ibc/core/channel/v1/tx.rpc.react.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.react.js +0 -96
- package/ibc/core/channel/v2/genesis.d.ts +0 -202
- package/ibc/core/channel/v2/genesis.js +0 -363
- package/ibc/core/channel/v2/packet.d.ts +0 -322
- package/ibc/core/channel/v2/packet.js +0 -513
- package/ibc/core/channel/v2/query.d.ts +0 -1067
- package/ibc/core/channel/v2/query.js +0 -1730
- package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.func.js +0 -109
- package/ibc/core/channel/v2/query.rpc.react.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.react.js +0 -85
- package/ibc/core/channel/v2/tx.d.ts +0 -437
- package/ibc/core/channel/v2/tx.js +0 -906
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +0 -85
- package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
- package/ibc/core/channel/v2/tx.rpc.react.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.react.js +0 -41
- package/ibc/core/client/v1/client.d.ts +0 -359
- package/ibc/core/client/v1/client.js +0 -491
- package/ibc/core/client/v1/genesis.d.ts +0 -216
- package/ibc/core/client/v1/genesis.js +0 -367
- package/ibc/core/client/v1/query.d.ts +0 -1398
- package/ibc/core/client/v1/query.js +0 -2098
- package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.func.js +0 -150
- package/ibc/core/client/v1/query.rpc.react.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.react.js +0 -117
- package/ibc/core/client/v1/tx.d.ts +0 -995
- package/ibc/core/client/v1/tx.js +0 -1461
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +0 -157
- package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.func.js +0 -77
- package/ibc/core/client/v1/tx.rpc.react.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.react.js +0 -77
- package/ibc/core/client/v2/config.d.ts +0 -66
- package/ibc/core/client/v2/config.js +0 -93
- package/ibc/core/client/v2/counterparty.d.ts +0 -65
- package/ibc/core/client/v2/counterparty.js +0 -103
- package/ibc/core/client/v2/genesis.d.ts +0 -121
- package/ibc/core/client/v2/genesis.js +0 -197
- package/ibc/core/client/v2/query.d.ts +0 -218
- package/ibc/core/client/v2/query.js +0 -351
- package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.func.js +0 -31
- package/ibc/core/client/v2/query.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.react.js +0 -25
- package/ibc/core/client/v2/tx.d.ts +0 -251
- package/ibc/core/client/v2/tx.js +0 -381
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +0 -49
- package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.func.js +0 -23
- package/ibc/core/client/v2/tx.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.react.js +0 -23
- package/ibc/core/commitment/v1/commitment.d.ts +0 -171
- package/ibc/core/commitment/v1/commitment.js +0 -271
- package/ibc/core/commitment/v2/commitment.d.ts +0 -141
- package/ibc/core/commitment/v2/commitment.js +0 -121
- package/ibc/core/connection/v1/connection.d.ts +0 -544
- package/ibc/core/connection/v1/connection.js +0 -838
- package/ibc/core/connection/v1/genesis.d.ts +0 -64
- package/ibc/core/connection/v1/genesis.js +0 -138
- package/ibc/core/connection/v1/query.d.ts +0 -777
- package/ibc/core/connection/v1/query.js +0 -1205
- package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.func.js +0 -86
- package/ibc/core/connection/v1/query.rpc.react.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.react.js +0 -68
- package/ibc/core/connection/v1/tx.d.ts +0 -689
- package/ibc/core/connection/v1/tx.js +0 -1171
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +0 -103
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
- package/ibc/core/connection/v1/tx.rpc.react.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.react.js +0 -52
- package/ibc/core/types/v1/genesis.d.ts +0 -99
- package/ibc/core/types/v1/genesis.js +0 -150
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
- package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
- package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
- package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
- package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
- package/ibc/lightclients/wasm/v1/genesis.js +0 -180
- package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
- package/ibc/lightclients/wasm/v1/query.js +0 -364
- package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
- package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -25
- package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
- package/ibc/lightclients/wasm/v1/tx.js +0 -537
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
- package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -32
- package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
- package/ibc/lightclients/wasm/v1/wasm.js +0 -375
- package/index.d.ts +0 -21
- package/index.js +0 -37
- package/react-query.d.ts +0 -49
- package/react-query.js +0 -98
- package/registry.d.ts +0 -35
- package/registry.js +0 -166
- package/tendermint/abci/types.d.ts +0 -2763
- package/tendermint/abci/types.js +0 -5638
- package/tendermint/bundle.d.ts +0 -10
- package/tendermint/bundle.js +0 -115
- package/tendermint/crypto/keys.d.ts +0 -51
- package/tendermint/crypto/keys.js +0 -93
- package/tendermint/crypto/proof.d.ts +0 -262
- package/tendermint/crypto/proof.js +0 -497
- package/tendermint/p2p/types.d.ts +0 -202
- package/tendermint/p2p/types.js +0 -456
- package/tendermint/types/block.d.ts +0 -54
- package/tendermint/types/block.js +0 -126
- package/tendermint/types/evidence.d.ts +0 -204
- package/tendermint/types/evidence.js +0 -447
- package/tendermint/types/params.d.ts +0 -434
- package/tendermint/types/params.js +0 -650
- package/tendermint/types/types.d.ts +0 -940
- package/tendermint/types/types.js +0 -1902
- package/tendermint/types/validator.d.ts +0 -161
- package/tendermint/types/validator.js +0 -372
- package/tendermint/version/types.d.ts +0 -112
- package/tendermint/version/types.js +0 -184
- package/types.d.ts +0 -74
- package/types.js +0 -7
- package/utf8.d.ts +0 -27
- package/utf8.js +0 -140
- package/varint.d.ts +0 -105
- package/varint.js +0 -425
- package/xpla/bundle.d.ts +0 -28
- package/xpla/bundle.js +0 -71
- package/xpla/burn/v1beta1/burn.d.ts +0 -54
- package/xpla/burn/v1beta1/burn.js +0 -114
- package/xpla/burn/v1beta1/genesis.d.ts +0 -56
- package/xpla/burn/v1beta1/genesis.js +0 -90
- package/xpla/burn/v1beta1/query.d.ts +0 -204
- package/xpla/burn/v1beta1/query.js +0 -330
- package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
- package/xpla/burn/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.react.js +0 -25
- package/xpla/burn/v1beta1/tx.d.ts +0 -105
- package/xpla/burn/v1beta1/tx.js +0 -172
- package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
- package/xpla/burn/v1beta1/tx.registry.js +0 -31
- package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
- package/xpla/burn/v1beta1/tx.rpc.react.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.react.js +0 -14
- package/xpla/reward/v1beta1/genesis.d.ts +0 -56
- package/xpla/reward/v1beta1/genesis.js +0 -87
- package/xpla/reward/v1beta1/query.d.ts +0 -206
- package/xpla/reward/v1beta1/query.js +0 -300
- package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
- package/xpla/reward/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.react.js +0 -25
- package/xpla/reward/v1beta1/reward.d.ts +0 -59
- package/xpla/reward/v1beta1/reward.js +0 -136
- package/xpla/reward/v1beta1/tx.d.ts +0 -222
- package/xpla/reward/v1beta1/tx.js +0 -340
- package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/reward/v1beta1/tx.registry.js +0 -49
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
- package/xpla/reward/v1beta1/tx.rpc.react.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.react.js +0 -26
- package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
- package/xpla/volunteer/v1beta1/genesis.js +0 -90
- package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
- package/xpla/volunteer/v1beta1/proposal.js +0 -571
- package/xpla/volunteer/v1beta1/query.d.ts +0 -94
- package/xpla/volunteer/v1beta1/query.js +0 -146
- package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
- package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.react.js +0 -15
- package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
- package/xpla/volunteer/v1beta1/tx.js +0 -382
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
- package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -24
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
- package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
|
@@ -0,0 +1,2171 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_binary = require('../../../../binary.cjs');
|
|
3
|
+
const require_registry = require('../../../../registry.cjs');
|
|
4
|
+
|
|
5
|
+
//#region src/cosmos/base/reflection/v2alpha1/reflection.ts
|
|
6
|
+
function createBaseAppDescriptor() {
|
|
7
|
+
return {
|
|
8
|
+
authn: void 0,
|
|
9
|
+
chain: void 0,
|
|
10
|
+
codec: void 0,
|
|
11
|
+
configuration: void 0,
|
|
12
|
+
queryServices: void 0,
|
|
13
|
+
tx: void 0
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* AppDescriptor describes a cosmos-sdk based application
|
|
18
|
+
* @name AppDescriptor
|
|
19
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
20
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.AppDescriptor
|
|
21
|
+
*/
|
|
22
|
+
const AppDescriptor = {
|
|
23
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.AppDescriptor",
|
|
24
|
+
aminoType: "cosmos-sdk/AppDescriptor",
|
|
25
|
+
is(o) {
|
|
26
|
+
return o && o.$typeUrl === AppDescriptor.typeUrl;
|
|
27
|
+
},
|
|
28
|
+
isAmino(o) {
|
|
29
|
+
return o && o.$typeUrl === AppDescriptor.typeUrl;
|
|
30
|
+
},
|
|
31
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
32
|
+
if (message.authn !== void 0) AuthnDescriptor.encode(message.authn, writer.uint32(10).fork()).ldelim();
|
|
33
|
+
if (message.chain !== void 0) ChainDescriptor.encode(message.chain, writer.uint32(18).fork()).ldelim();
|
|
34
|
+
if (message.codec !== void 0) CodecDescriptor.encode(message.codec, writer.uint32(26).fork()).ldelim();
|
|
35
|
+
if (message.configuration !== void 0) ConfigurationDescriptor.encode(message.configuration, writer.uint32(34).fork()).ldelim();
|
|
36
|
+
if (message.queryServices !== void 0) QueryServicesDescriptor.encode(message.queryServices, writer.uint32(42).fork()).ldelim();
|
|
37
|
+
if (message.tx !== void 0) TxDescriptor.encode(message.tx, writer.uint32(50).fork()).ldelim();
|
|
38
|
+
return writer;
|
|
39
|
+
},
|
|
40
|
+
decode(input, length) {
|
|
41
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
42
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
43
|
+
const message = createBaseAppDescriptor();
|
|
44
|
+
while (reader.pos < end) {
|
|
45
|
+
const tag = reader.uint32();
|
|
46
|
+
switch (tag >>> 3) {
|
|
47
|
+
case 1:
|
|
48
|
+
message.authn = AuthnDescriptor.decode(reader, reader.uint32());
|
|
49
|
+
break;
|
|
50
|
+
case 2:
|
|
51
|
+
message.chain = ChainDescriptor.decode(reader, reader.uint32());
|
|
52
|
+
break;
|
|
53
|
+
case 3:
|
|
54
|
+
message.codec = CodecDescriptor.decode(reader, reader.uint32());
|
|
55
|
+
break;
|
|
56
|
+
case 4:
|
|
57
|
+
message.configuration = ConfigurationDescriptor.decode(reader, reader.uint32());
|
|
58
|
+
break;
|
|
59
|
+
case 5:
|
|
60
|
+
message.queryServices = QueryServicesDescriptor.decode(reader, reader.uint32());
|
|
61
|
+
break;
|
|
62
|
+
case 6:
|
|
63
|
+
message.tx = TxDescriptor.decode(reader, reader.uint32());
|
|
64
|
+
break;
|
|
65
|
+
default:
|
|
66
|
+
reader.skipType(tag & 7);
|
|
67
|
+
break;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return message;
|
|
71
|
+
},
|
|
72
|
+
fromPartial(object) {
|
|
73
|
+
const message = createBaseAppDescriptor();
|
|
74
|
+
message.authn = object.authn !== void 0 && object.authn !== null ? AuthnDescriptor.fromPartial(object.authn) : void 0;
|
|
75
|
+
message.chain = object.chain !== void 0 && object.chain !== null ? ChainDescriptor.fromPartial(object.chain) : void 0;
|
|
76
|
+
message.codec = object.codec !== void 0 && object.codec !== null ? CodecDescriptor.fromPartial(object.codec) : void 0;
|
|
77
|
+
message.configuration = object.configuration !== void 0 && object.configuration !== null ? ConfigurationDescriptor.fromPartial(object.configuration) : void 0;
|
|
78
|
+
message.queryServices = object.queryServices !== void 0 && object.queryServices !== null ? QueryServicesDescriptor.fromPartial(object.queryServices) : void 0;
|
|
79
|
+
message.tx = object.tx !== void 0 && object.tx !== null ? TxDescriptor.fromPartial(object.tx) : void 0;
|
|
80
|
+
return message;
|
|
81
|
+
},
|
|
82
|
+
fromAmino(object) {
|
|
83
|
+
const message = createBaseAppDescriptor();
|
|
84
|
+
if (object.authn !== void 0 && object.authn !== null) message.authn = AuthnDescriptor.fromAmino(object.authn);
|
|
85
|
+
if (object.chain !== void 0 && object.chain !== null) message.chain = ChainDescriptor.fromAmino(object.chain);
|
|
86
|
+
if (object.codec !== void 0 && object.codec !== null) message.codec = CodecDescriptor.fromAmino(object.codec);
|
|
87
|
+
if (object.configuration !== void 0 && object.configuration !== null) message.configuration = ConfigurationDescriptor.fromAmino(object.configuration);
|
|
88
|
+
if (object.query_services !== void 0 && object.query_services !== null) message.queryServices = QueryServicesDescriptor.fromAmino(object.query_services);
|
|
89
|
+
if (object.tx !== void 0 && object.tx !== null) message.tx = TxDescriptor.fromAmino(object.tx);
|
|
90
|
+
return message;
|
|
91
|
+
},
|
|
92
|
+
toAmino(message) {
|
|
93
|
+
const obj = {};
|
|
94
|
+
obj.authn = message.authn ? AuthnDescriptor.toAmino(message.authn) : void 0;
|
|
95
|
+
obj.chain = message.chain ? ChainDescriptor.toAmino(message.chain) : void 0;
|
|
96
|
+
obj.codec = message.codec ? CodecDescriptor.toAmino(message.codec) : void 0;
|
|
97
|
+
obj.configuration = message.configuration ? ConfigurationDescriptor.toAmino(message.configuration) : void 0;
|
|
98
|
+
obj.query_services = message.queryServices ? QueryServicesDescriptor.toAmino(message.queryServices) : void 0;
|
|
99
|
+
obj.tx = message.tx ? TxDescriptor.toAmino(message.tx) : void 0;
|
|
100
|
+
return obj;
|
|
101
|
+
},
|
|
102
|
+
fromAminoMsg(object) {
|
|
103
|
+
return AppDescriptor.fromAmino(object.value);
|
|
104
|
+
},
|
|
105
|
+
toAminoMsg(message) {
|
|
106
|
+
return {
|
|
107
|
+
type: "cosmos-sdk/AppDescriptor",
|
|
108
|
+
value: AppDescriptor.toAmino(message)
|
|
109
|
+
};
|
|
110
|
+
},
|
|
111
|
+
fromProtoMsg(message) {
|
|
112
|
+
return AppDescriptor.decode(message.value);
|
|
113
|
+
},
|
|
114
|
+
toProto(message) {
|
|
115
|
+
return AppDescriptor.encode(message).finish();
|
|
116
|
+
},
|
|
117
|
+
toProtoMsg(message) {
|
|
118
|
+
return {
|
|
119
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.AppDescriptor",
|
|
120
|
+
value: AppDescriptor.encode(message).finish()
|
|
121
|
+
};
|
|
122
|
+
},
|
|
123
|
+
registerTypeUrl() {
|
|
124
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(AppDescriptor.typeUrl)) return;
|
|
125
|
+
AuthnDescriptor.registerTypeUrl();
|
|
126
|
+
ChainDescriptor.registerTypeUrl();
|
|
127
|
+
CodecDescriptor.registerTypeUrl();
|
|
128
|
+
ConfigurationDescriptor.registerTypeUrl();
|
|
129
|
+
QueryServicesDescriptor.registerTypeUrl();
|
|
130
|
+
TxDescriptor.registerTypeUrl();
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
function createBaseTxDescriptor() {
|
|
134
|
+
return {
|
|
135
|
+
fullname: "",
|
|
136
|
+
msgs: []
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* TxDescriptor describes the accepted transaction type
|
|
141
|
+
* @name TxDescriptor
|
|
142
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
143
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.TxDescriptor
|
|
144
|
+
*/
|
|
145
|
+
const TxDescriptor = {
|
|
146
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.TxDescriptor",
|
|
147
|
+
aminoType: "cosmos-sdk/TxDescriptor",
|
|
148
|
+
is(o) {
|
|
149
|
+
return o && (o.$typeUrl === TxDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.msgs) && (!o.msgs.length || MsgDescriptor.is(o.msgs[0])));
|
|
150
|
+
},
|
|
151
|
+
isAmino(o) {
|
|
152
|
+
return o && (o.$typeUrl === TxDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.msgs) && (!o.msgs.length || MsgDescriptor.isAmino(o.msgs[0])));
|
|
153
|
+
},
|
|
154
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
155
|
+
if (message.fullname !== "") writer.uint32(10).string(message.fullname);
|
|
156
|
+
for (const v of message.msgs) MsgDescriptor.encode(v, writer.uint32(18).fork()).ldelim();
|
|
157
|
+
return writer;
|
|
158
|
+
},
|
|
159
|
+
decode(input, length) {
|
|
160
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
161
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
162
|
+
const message = createBaseTxDescriptor();
|
|
163
|
+
while (reader.pos < end) {
|
|
164
|
+
const tag = reader.uint32();
|
|
165
|
+
switch (tag >>> 3) {
|
|
166
|
+
case 1:
|
|
167
|
+
message.fullname = reader.string();
|
|
168
|
+
break;
|
|
169
|
+
case 2:
|
|
170
|
+
message.msgs.push(MsgDescriptor.decode(reader, reader.uint32()));
|
|
171
|
+
break;
|
|
172
|
+
default:
|
|
173
|
+
reader.skipType(tag & 7);
|
|
174
|
+
break;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
return message;
|
|
178
|
+
},
|
|
179
|
+
fromPartial(object) {
|
|
180
|
+
const message = createBaseTxDescriptor();
|
|
181
|
+
message.fullname = object.fullname ?? "";
|
|
182
|
+
message.msgs = object.msgs?.map((e) => MsgDescriptor.fromPartial(e)) || [];
|
|
183
|
+
return message;
|
|
184
|
+
},
|
|
185
|
+
fromAmino(object) {
|
|
186
|
+
const message = createBaseTxDescriptor();
|
|
187
|
+
if (object.fullname !== void 0 && object.fullname !== null) message.fullname = object.fullname;
|
|
188
|
+
message.msgs = object.msgs?.map((e) => MsgDescriptor.fromAmino(e)) || [];
|
|
189
|
+
return message;
|
|
190
|
+
},
|
|
191
|
+
toAmino(message) {
|
|
192
|
+
const obj = {};
|
|
193
|
+
obj.fullname = message.fullname === "" ? void 0 : message.fullname;
|
|
194
|
+
if (message.msgs) obj.msgs = message.msgs.map((e) => e ? MsgDescriptor.toAmino(e) : void 0);
|
|
195
|
+
else obj.msgs = message.msgs;
|
|
196
|
+
return obj;
|
|
197
|
+
},
|
|
198
|
+
fromAminoMsg(object) {
|
|
199
|
+
return TxDescriptor.fromAmino(object.value);
|
|
200
|
+
},
|
|
201
|
+
toAminoMsg(message) {
|
|
202
|
+
return {
|
|
203
|
+
type: "cosmos-sdk/TxDescriptor",
|
|
204
|
+
value: TxDescriptor.toAmino(message)
|
|
205
|
+
};
|
|
206
|
+
},
|
|
207
|
+
fromProtoMsg(message) {
|
|
208
|
+
return TxDescriptor.decode(message.value);
|
|
209
|
+
},
|
|
210
|
+
toProto(message) {
|
|
211
|
+
return TxDescriptor.encode(message).finish();
|
|
212
|
+
},
|
|
213
|
+
toProtoMsg(message) {
|
|
214
|
+
return {
|
|
215
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.TxDescriptor",
|
|
216
|
+
value: TxDescriptor.encode(message).finish()
|
|
217
|
+
};
|
|
218
|
+
},
|
|
219
|
+
registerTypeUrl() {
|
|
220
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(TxDescriptor.typeUrl)) return;
|
|
221
|
+
MsgDescriptor.registerTypeUrl();
|
|
222
|
+
}
|
|
223
|
+
};
|
|
224
|
+
function createBaseAuthnDescriptor() {
|
|
225
|
+
return { signModes: [] };
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* AuthnDescriptor provides information on how to sign transactions without relying
|
|
229
|
+
* on the online RPCs GetTxMetadata and CombineUnsignedTxAndSignatures
|
|
230
|
+
* @name AuthnDescriptor
|
|
231
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
232
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.AuthnDescriptor
|
|
233
|
+
*/
|
|
234
|
+
const AuthnDescriptor = {
|
|
235
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.AuthnDescriptor",
|
|
236
|
+
aminoType: "cosmos-sdk/AuthnDescriptor",
|
|
237
|
+
is(o) {
|
|
238
|
+
return o && (o.$typeUrl === AuthnDescriptor.typeUrl || Array.isArray(o.signModes) && (!o.signModes.length || SigningModeDescriptor.is(o.signModes[0])));
|
|
239
|
+
},
|
|
240
|
+
isAmino(o) {
|
|
241
|
+
return o && (o.$typeUrl === AuthnDescriptor.typeUrl || Array.isArray(o.sign_modes) && (!o.sign_modes.length || SigningModeDescriptor.isAmino(o.sign_modes[0])));
|
|
242
|
+
},
|
|
243
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
244
|
+
for (const v of message.signModes) SigningModeDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
245
|
+
return writer;
|
|
246
|
+
},
|
|
247
|
+
decode(input, length) {
|
|
248
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
249
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
250
|
+
const message = createBaseAuthnDescriptor();
|
|
251
|
+
while (reader.pos < end) {
|
|
252
|
+
const tag = reader.uint32();
|
|
253
|
+
switch (tag >>> 3) {
|
|
254
|
+
case 1:
|
|
255
|
+
message.signModes.push(SigningModeDescriptor.decode(reader, reader.uint32()));
|
|
256
|
+
break;
|
|
257
|
+
default:
|
|
258
|
+
reader.skipType(tag & 7);
|
|
259
|
+
break;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
return message;
|
|
263
|
+
},
|
|
264
|
+
fromPartial(object) {
|
|
265
|
+
const message = createBaseAuthnDescriptor();
|
|
266
|
+
message.signModes = object.signModes?.map((e) => SigningModeDescriptor.fromPartial(e)) || [];
|
|
267
|
+
return message;
|
|
268
|
+
},
|
|
269
|
+
fromAmino(object) {
|
|
270
|
+
const message = createBaseAuthnDescriptor();
|
|
271
|
+
message.signModes = object.sign_modes?.map((e) => SigningModeDescriptor.fromAmino(e)) || [];
|
|
272
|
+
return message;
|
|
273
|
+
},
|
|
274
|
+
toAmino(message) {
|
|
275
|
+
const obj = {};
|
|
276
|
+
if (message.signModes) obj.sign_modes = message.signModes.map((e) => e ? SigningModeDescriptor.toAmino(e) : void 0);
|
|
277
|
+
else obj.sign_modes = message.signModes;
|
|
278
|
+
return obj;
|
|
279
|
+
},
|
|
280
|
+
fromAminoMsg(object) {
|
|
281
|
+
return AuthnDescriptor.fromAmino(object.value);
|
|
282
|
+
},
|
|
283
|
+
toAminoMsg(message) {
|
|
284
|
+
return {
|
|
285
|
+
type: "cosmos-sdk/AuthnDescriptor",
|
|
286
|
+
value: AuthnDescriptor.toAmino(message)
|
|
287
|
+
};
|
|
288
|
+
},
|
|
289
|
+
fromProtoMsg(message) {
|
|
290
|
+
return AuthnDescriptor.decode(message.value);
|
|
291
|
+
},
|
|
292
|
+
toProto(message) {
|
|
293
|
+
return AuthnDescriptor.encode(message).finish();
|
|
294
|
+
},
|
|
295
|
+
toProtoMsg(message) {
|
|
296
|
+
return {
|
|
297
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.AuthnDescriptor",
|
|
298
|
+
value: AuthnDescriptor.encode(message).finish()
|
|
299
|
+
};
|
|
300
|
+
},
|
|
301
|
+
registerTypeUrl() {
|
|
302
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(AuthnDescriptor.typeUrl)) return;
|
|
303
|
+
SigningModeDescriptor.registerTypeUrl();
|
|
304
|
+
}
|
|
305
|
+
};
|
|
306
|
+
function createBaseSigningModeDescriptor() {
|
|
307
|
+
return {
|
|
308
|
+
name: "",
|
|
309
|
+
number: 0,
|
|
310
|
+
authnInfoProviderMethodFullname: ""
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* SigningModeDescriptor provides information on a signing flow of the application
|
|
315
|
+
* NOTE(fdymylja): here we could go as far as providing an entire flow on how
|
|
316
|
+
* to sign a message given a SigningModeDescriptor, but it's better to think about
|
|
317
|
+
* this another time
|
|
318
|
+
* @name SigningModeDescriptor
|
|
319
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
320
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.SigningModeDescriptor
|
|
321
|
+
*/
|
|
322
|
+
const SigningModeDescriptor = {
|
|
323
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.SigningModeDescriptor",
|
|
324
|
+
aminoType: "cosmos-sdk/SigningModeDescriptor",
|
|
325
|
+
is(o) {
|
|
326
|
+
return o && (o.$typeUrl === SigningModeDescriptor.typeUrl || typeof o.name === "string" && typeof o.number === "number" && typeof o.authnInfoProviderMethodFullname === "string");
|
|
327
|
+
},
|
|
328
|
+
isAmino(o) {
|
|
329
|
+
return o && (o.$typeUrl === SigningModeDescriptor.typeUrl || typeof o.name === "string" && typeof o.number === "number" && typeof o.authn_info_provider_method_fullname === "string");
|
|
330
|
+
},
|
|
331
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
332
|
+
if (message.name !== "") writer.uint32(10).string(message.name);
|
|
333
|
+
if (message.number !== 0) writer.uint32(16).int32(message.number);
|
|
334
|
+
if (message.authnInfoProviderMethodFullname !== "") writer.uint32(26).string(message.authnInfoProviderMethodFullname);
|
|
335
|
+
return writer;
|
|
336
|
+
},
|
|
337
|
+
decode(input, length) {
|
|
338
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
339
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
340
|
+
const message = createBaseSigningModeDescriptor();
|
|
341
|
+
while (reader.pos < end) {
|
|
342
|
+
const tag = reader.uint32();
|
|
343
|
+
switch (tag >>> 3) {
|
|
344
|
+
case 1:
|
|
345
|
+
message.name = reader.string();
|
|
346
|
+
break;
|
|
347
|
+
case 2:
|
|
348
|
+
message.number = reader.int32();
|
|
349
|
+
break;
|
|
350
|
+
case 3:
|
|
351
|
+
message.authnInfoProviderMethodFullname = reader.string();
|
|
352
|
+
break;
|
|
353
|
+
default:
|
|
354
|
+
reader.skipType(tag & 7);
|
|
355
|
+
break;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
return message;
|
|
359
|
+
},
|
|
360
|
+
fromPartial(object) {
|
|
361
|
+
const message = createBaseSigningModeDescriptor();
|
|
362
|
+
message.name = object.name ?? "";
|
|
363
|
+
message.number = object.number ?? 0;
|
|
364
|
+
message.authnInfoProviderMethodFullname = object.authnInfoProviderMethodFullname ?? "";
|
|
365
|
+
return message;
|
|
366
|
+
},
|
|
367
|
+
fromAmino(object) {
|
|
368
|
+
const message = createBaseSigningModeDescriptor();
|
|
369
|
+
if (object.name !== void 0 && object.name !== null) message.name = object.name;
|
|
370
|
+
if (object.number !== void 0 && object.number !== null) message.number = object.number;
|
|
371
|
+
if (object.authn_info_provider_method_fullname !== void 0 && object.authn_info_provider_method_fullname !== null) message.authnInfoProviderMethodFullname = object.authn_info_provider_method_fullname;
|
|
372
|
+
return message;
|
|
373
|
+
},
|
|
374
|
+
toAmino(message) {
|
|
375
|
+
const obj = {};
|
|
376
|
+
obj.name = message.name === "" ? void 0 : message.name;
|
|
377
|
+
obj.number = message.number === 0 ? void 0 : message.number;
|
|
378
|
+
obj.authn_info_provider_method_fullname = message.authnInfoProviderMethodFullname === "" ? void 0 : message.authnInfoProviderMethodFullname;
|
|
379
|
+
return obj;
|
|
380
|
+
},
|
|
381
|
+
fromAminoMsg(object) {
|
|
382
|
+
return SigningModeDescriptor.fromAmino(object.value);
|
|
383
|
+
},
|
|
384
|
+
toAminoMsg(message) {
|
|
385
|
+
return {
|
|
386
|
+
type: "cosmos-sdk/SigningModeDescriptor",
|
|
387
|
+
value: SigningModeDescriptor.toAmino(message)
|
|
388
|
+
};
|
|
389
|
+
},
|
|
390
|
+
fromProtoMsg(message) {
|
|
391
|
+
return SigningModeDescriptor.decode(message.value);
|
|
392
|
+
},
|
|
393
|
+
toProto(message) {
|
|
394
|
+
return SigningModeDescriptor.encode(message).finish();
|
|
395
|
+
},
|
|
396
|
+
toProtoMsg(message) {
|
|
397
|
+
return {
|
|
398
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.SigningModeDescriptor",
|
|
399
|
+
value: SigningModeDescriptor.encode(message).finish()
|
|
400
|
+
};
|
|
401
|
+
},
|
|
402
|
+
registerTypeUrl() {}
|
|
403
|
+
};
|
|
404
|
+
function createBaseChainDescriptor() {
|
|
405
|
+
return { id: "" };
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* ChainDescriptor describes chain information of the application
|
|
409
|
+
* @name ChainDescriptor
|
|
410
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
411
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.ChainDescriptor
|
|
412
|
+
*/
|
|
413
|
+
const ChainDescriptor = {
|
|
414
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.ChainDescriptor",
|
|
415
|
+
aminoType: "cosmos-sdk/ChainDescriptor",
|
|
416
|
+
is(o) {
|
|
417
|
+
return o && (o.$typeUrl === ChainDescriptor.typeUrl || typeof o.id === "string");
|
|
418
|
+
},
|
|
419
|
+
isAmino(o) {
|
|
420
|
+
return o && (o.$typeUrl === ChainDescriptor.typeUrl || typeof o.id === "string");
|
|
421
|
+
},
|
|
422
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
423
|
+
if (message.id !== "") writer.uint32(10).string(message.id);
|
|
424
|
+
return writer;
|
|
425
|
+
},
|
|
426
|
+
decode(input, length) {
|
|
427
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
428
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
429
|
+
const message = createBaseChainDescriptor();
|
|
430
|
+
while (reader.pos < end) {
|
|
431
|
+
const tag = reader.uint32();
|
|
432
|
+
switch (tag >>> 3) {
|
|
433
|
+
case 1:
|
|
434
|
+
message.id = reader.string();
|
|
435
|
+
break;
|
|
436
|
+
default:
|
|
437
|
+
reader.skipType(tag & 7);
|
|
438
|
+
break;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
return message;
|
|
442
|
+
},
|
|
443
|
+
fromPartial(object) {
|
|
444
|
+
const message = createBaseChainDescriptor();
|
|
445
|
+
message.id = object.id ?? "";
|
|
446
|
+
return message;
|
|
447
|
+
},
|
|
448
|
+
fromAmino(object) {
|
|
449
|
+
const message = createBaseChainDescriptor();
|
|
450
|
+
if (object.id !== void 0 && object.id !== null) message.id = object.id;
|
|
451
|
+
return message;
|
|
452
|
+
},
|
|
453
|
+
toAmino(message) {
|
|
454
|
+
const obj = {};
|
|
455
|
+
obj.id = message.id === "" ? void 0 : message.id;
|
|
456
|
+
return obj;
|
|
457
|
+
},
|
|
458
|
+
fromAminoMsg(object) {
|
|
459
|
+
return ChainDescriptor.fromAmino(object.value);
|
|
460
|
+
},
|
|
461
|
+
toAminoMsg(message) {
|
|
462
|
+
return {
|
|
463
|
+
type: "cosmos-sdk/ChainDescriptor",
|
|
464
|
+
value: ChainDescriptor.toAmino(message)
|
|
465
|
+
};
|
|
466
|
+
},
|
|
467
|
+
fromProtoMsg(message) {
|
|
468
|
+
return ChainDescriptor.decode(message.value);
|
|
469
|
+
},
|
|
470
|
+
toProto(message) {
|
|
471
|
+
return ChainDescriptor.encode(message).finish();
|
|
472
|
+
},
|
|
473
|
+
toProtoMsg(message) {
|
|
474
|
+
return {
|
|
475
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.ChainDescriptor",
|
|
476
|
+
value: ChainDescriptor.encode(message).finish()
|
|
477
|
+
};
|
|
478
|
+
},
|
|
479
|
+
registerTypeUrl() {}
|
|
480
|
+
};
|
|
481
|
+
function createBaseCodecDescriptor() {
|
|
482
|
+
return { interfaces: [] };
|
|
483
|
+
}
|
|
484
|
+
/**
|
|
485
|
+
* CodecDescriptor describes the registered interfaces and provides metadata information on the types
|
|
486
|
+
* @name CodecDescriptor
|
|
487
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
488
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.CodecDescriptor
|
|
489
|
+
*/
|
|
490
|
+
const CodecDescriptor = {
|
|
491
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.CodecDescriptor",
|
|
492
|
+
aminoType: "cosmos-sdk/CodecDescriptor",
|
|
493
|
+
is(o) {
|
|
494
|
+
return o && (o.$typeUrl === CodecDescriptor.typeUrl || Array.isArray(o.interfaces) && (!o.interfaces.length || InterfaceDescriptor.is(o.interfaces[0])));
|
|
495
|
+
},
|
|
496
|
+
isAmino(o) {
|
|
497
|
+
return o && (o.$typeUrl === CodecDescriptor.typeUrl || Array.isArray(o.interfaces) && (!o.interfaces.length || InterfaceDescriptor.isAmino(o.interfaces[0])));
|
|
498
|
+
},
|
|
499
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
500
|
+
for (const v of message.interfaces) InterfaceDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
501
|
+
return writer;
|
|
502
|
+
},
|
|
503
|
+
decode(input, length) {
|
|
504
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
505
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
506
|
+
const message = createBaseCodecDescriptor();
|
|
507
|
+
while (reader.pos < end) {
|
|
508
|
+
const tag = reader.uint32();
|
|
509
|
+
switch (tag >>> 3) {
|
|
510
|
+
case 1:
|
|
511
|
+
message.interfaces.push(InterfaceDescriptor.decode(reader, reader.uint32()));
|
|
512
|
+
break;
|
|
513
|
+
default:
|
|
514
|
+
reader.skipType(tag & 7);
|
|
515
|
+
break;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
return message;
|
|
519
|
+
},
|
|
520
|
+
fromPartial(object) {
|
|
521
|
+
const message = createBaseCodecDescriptor();
|
|
522
|
+
message.interfaces = object.interfaces?.map((e) => InterfaceDescriptor.fromPartial(e)) || [];
|
|
523
|
+
return message;
|
|
524
|
+
},
|
|
525
|
+
fromAmino(object) {
|
|
526
|
+
const message = createBaseCodecDescriptor();
|
|
527
|
+
message.interfaces = object.interfaces?.map((e) => InterfaceDescriptor.fromAmino(e)) || [];
|
|
528
|
+
return message;
|
|
529
|
+
},
|
|
530
|
+
toAmino(message) {
|
|
531
|
+
const obj = {};
|
|
532
|
+
if (message.interfaces) obj.interfaces = message.interfaces.map((e) => e ? InterfaceDescriptor.toAmino(e) : void 0);
|
|
533
|
+
else obj.interfaces = message.interfaces;
|
|
534
|
+
return obj;
|
|
535
|
+
},
|
|
536
|
+
fromAminoMsg(object) {
|
|
537
|
+
return CodecDescriptor.fromAmino(object.value);
|
|
538
|
+
},
|
|
539
|
+
toAminoMsg(message) {
|
|
540
|
+
return {
|
|
541
|
+
type: "cosmos-sdk/CodecDescriptor",
|
|
542
|
+
value: CodecDescriptor.toAmino(message)
|
|
543
|
+
};
|
|
544
|
+
},
|
|
545
|
+
fromProtoMsg(message) {
|
|
546
|
+
return CodecDescriptor.decode(message.value);
|
|
547
|
+
},
|
|
548
|
+
toProto(message) {
|
|
549
|
+
return CodecDescriptor.encode(message).finish();
|
|
550
|
+
},
|
|
551
|
+
toProtoMsg(message) {
|
|
552
|
+
return {
|
|
553
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.CodecDescriptor",
|
|
554
|
+
value: CodecDescriptor.encode(message).finish()
|
|
555
|
+
};
|
|
556
|
+
},
|
|
557
|
+
registerTypeUrl() {
|
|
558
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(CodecDescriptor.typeUrl)) return;
|
|
559
|
+
InterfaceDescriptor.registerTypeUrl();
|
|
560
|
+
}
|
|
561
|
+
};
|
|
562
|
+
function createBaseInterfaceDescriptor() {
|
|
563
|
+
return {
|
|
564
|
+
fullname: "",
|
|
565
|
+
interfaceAcceptingMessages: [],
|
|
566
|
+
interfaceImplementers: []
|
|
567
|
+
};
|
|
568
|
+
}
|
|
569
|
+
/**
|
|
570
|
+
* InterfaceDescriptor describes the implementation of an interface
|
|
571
|
+
* @name InterfaceDescriptor
|
|
572
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
573
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.InterfaceDescriptor
|
|
574
|
+
*/
|
|
575
|
+
const InterfaceDescriptor = {
|
|
576
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceDescriptor",
|
|
577
|
+
aminoType: "cosmos-sdk/InterfaceDescriptor",
|
|
578
|
+
is(o) {
|
|
579
|
+
return o && (o.$typeUrl === InterfaceDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.interfaceAcceptingMessages) && (!o.interfaceAcceptingMessages.length || InterfaceAcceptingMessageDescriptor.is(o.interfaceAcceptingMessages[0])) && Array.isArray(o.interfaceImplementers) && (!o.interfaceImplementers.length || InterfaceImplementerDescriptor.is(o.interfaceImplementers[0])));
|
|
580
|
+
},
|
|
581
|
+
isAmino(o) {
|
|
582
|
+
return o && (o.$typeUrl === InterfaceDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.interface_accepting_messages) && (!o.interface_accepting_messages.length || InterfaceAcceptingMessageDescriptor.isAmino(o.interface_accepting_messages[0])) && Array.isArray(o.interface_implementers) && (!o.interface_implementers.length || InterfaceImplementerDescriptor.isAmino(o.interface_implementers[0])));
|
|
583
|
+
},
|
|
584
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
585
|
+
if (message.fullname !== "") writer.uint32(10).string(message.fullname);
|
|
586
|
+
for (const v of message.interfaceAcceptingMessages) InterfaceAcceptingMessageDescriptor.encode(v, writer.uint32(18).fork()).ldelim();
|
|
587
|
+
for (const v of message.interfaceImplementers) InterfaceImplementerDescriptor.encode(v, writer.uint32(26).fork()).ldelim();
|
|
588
|
+
return writer;
|
|
589
|
+
},
|
|
590
|
+
decode(input, length) {
|
|
591
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
592
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
593
|
+
const message = createBaseInterfaceDescriptor();
|
|
594
|
+
while (reader.pos < end) {
|
|
595
|
+
const tag = reader.uint32();
|
|
596
|
+
switch (tag >>> 3) {
|
|
597
|
+
case 1:
|
|
598
|
+
message.fullname = reader.string();
|
|
599
|
+
break;
|
|
600
|
+
case 2:
|
|
601
|
+
message.interfaceAcceptingMessages.push(InterfaceAcceptingMessageDescriptor.decode(reader, reader.uint32()));
|
|
602
|
+
break;
|
|
603
|
+
case 3:
|
|
604
|
+
message.interfaceImplementers.push(InterfaceImplementerDescriptor.decode(reader, reader.uint32()));
|
|
605
|
+
break;
|
|
606
|
+
default:
|
|
607
|
+
reader.skipType(tag & 7);
|
|
608
|
+
break;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
return message;
|
|
612
|
+
},
|
|
613
|
+
fromPartial(object) {
|
|
614
|
+
const message = createBaseInterfaceDescriptor();
|
|
615
|
+
message.fullname = object.fullname ?? "";
|
|
616
|
+
message.interfaceAcceptingMessages = object.interfaceAcceptingMessages?.map((e) => InterfaceAcceptingMessageDescriptor.fromPartial(e)) || [];
|
|
617
|
+
message.interfaceImplementers = object.interfaceImplementers?.map((e) => InterfaceImplementerDescriptor.fromPartial(e)) || [];
|
|
618
|
+
return message;
|
|
619
|
+
},
|
|
620
|
+
fromAmino(object) {
|
|
621
|
+
const message = createBaseInterfaceDescriptor();
|
|
622
|
+
if (object.fullname !== void 0 && object.fullname !== null) message.fullname = object.fullname;
|
|
623
|
+
message.interfaceAcceptingMessages = object.interface_accepting_messages?.map((e) => InterfaceAcceptingMessageDescriptor.fromAmino(e)) || [];
|
|
624
|
+
message.interfaceImplementers = object.interface_implementers?.map((e) => InterfaceImplementerDescriptor.fromAmino(e)) || [];
|
|
625
|
+
return message;
|
|
626
|
+
},
|
|
627
|
+
toAmino(message) {
|
|
628
|
+
const obj = {};
|
|
629
|
+
obj.fullname = message.fullname === "" ? void 0 : message.fullname;
|
|
630
|
+
if (message.interfaceAcceptingMessages) obj.interface_accepting_messages = message.interfaceAcceptingMessages.map((e) => e ? InterfaceAcceptingMessageDescriptor.toAmino(e) : void 0);
|
|
631
|
+
else obj.interface_accepting_messages = message.interfaceAcceptingMessages;
|
|
632
|
+
if (message.interfaceImplementers) obj.interface_implementers = message.interfaceImplementers.map((e) => e ? InterfaceImplementerDescriptor.toAmino(e) : void 0);
|
|
633
|
+
else obj.interface_implementers = message.interfaceImplementers;
|
|
634
|
+
return obj;
|
|
635
|
+
},
|
|
636
|
+
fromAminoMsg(object) {
|
|
637
|
+
return InterfaceDescriptor.fromAmino(object.value);
|
|
638
|
+
},
|
|
639
|
+
toAminoMsg(message) {
|
|
640
|
+
return {
|
|
641
|
+
type: "cosmos-sdk/InterfaceDescriptor",
|
|
642
|
+
value: InterfaceDescriptor.toAmino(message)
|
|
643
|
+
};
|
|
644
|
+
},
|
|
645
|
+
fromProtoMsg(message) {
|
|
646
|
+
return InterfaceDescriptor.decode(message.value);
|
|
647
|
+
},
|
|
648
|
+
toProto(message) {
|
|
649
|
+
return InterfaceDescriptor.encode(message).finish();
|
|
650
|
+
},
|
|
651
|
+
toProtoMsg(message) {
|
|
652
|
+
return {
|
|
653
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceDescriptor",
|
|
654
|
+
value: InterfaceDescriptor.encode(message).finish()
|
|
655
|
+
};
|
|
656
|
+
},
|
|
657
|
+
registerTypeUrl() {
|
|
658
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(InterfaceDescriptor.typeUrl)) return;
|
|
659
|
+
InterfaceAcceptingMessageDescriptor.registerTypeUrl();
|
|
660
|
+
InterfaceImplementerDescriptor.registerTypeUrl();
|
|
661
|
+
}
|
|
662
|
+
};
|
|
663
|
+
function createBaseInterfaceImplementerDescriptor() {
|
|
664
|
+
return {
|
|
665
|
+
fullname: "",
|
|
666
|
+
typeUrl: ""
|
|
667
|
+
};
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* InterfaceImplementerDescriptor describes an interface implementer
|
|
671
|
+
* @name InterfaceImplementerDescriptor
|
|
672
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
673
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor
|
|
674
|
+
*/
|
|
675
|
+
const InterfaceImplementerDescriptor = {
|
|
676
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor",
|
|
677
|
+
aminoType: "cosmos-sdk/InterfaceImplementerDescriptor",
|
|
678
|
+
is(o) {
|
|
679
|
+
return o && (o.$typeUrl === InterfaceImplementerDescriptor.typeUrl || typeof o.fullname === "string" && typeof o.typeUrl === "string");
|
|
680
|
+
},
|
|
681
|
+
isAmino(o) {
|
|
682
|
+
return o && (o.$typeUrl === InterfaceImplementerDescriptor.typeUrl || typeof o.fullname === "string" && typeof o.type_url === "string");
|
|
683
|
+
},
|
|
684
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
685
|
+
if (message.fullname !== "") writer.uint32(10).string(message.fullname);
|
|
686
|
+
if (message.typeUrl !== "") writer.uint32(18).string(message.typeUrl);
|
|
687
|
+
return writer;
|
|
688
|
+
},
|
|
689
|
+
decode(input, length) {
|
|
690
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
691
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
692
|
+
const message = createBaseInterfaceImplementerDescriptor();
|
|
693
|
+
while (reader.pos < end) {
|
|
694
|
+
const tag = reader.uint32();
|
|
695
|
+
switch (tag >>> 3) {
|
|
696
|
+
case 1:
|
|
697
|
+
message.fullname = reader.string();
|
|
698
|
+
break;
|
|
699
|
+
case 2:
|
|
700
|
+
message.typeUrl = reader.string();
|
|
701
|
+
break;
|
|
702
|
+
default:
|
|
703
|
+
reader.skipType(tag & 7);
|
|
704
|
+
break;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
return message;
|
|
708
|
+
},
|
|
709
|
+
fromPartial(object) {
|
|
710
|
+
const message = createBaseInterfaceImplementerDescriptor();
|
|
711
|
+
message.fullname = object.fullname ?? "";
|
|
712
|
+
message.typeUrl = object.typeUrl ?? "";
|
|
713
|
+
return message;
|
|
714
|
+
},
|
|
715
|
+
fromAmino(object) {
|
|
716
|
+
const message = createBaseInterfaceImplementerDescriptor();
|
|
717
|
+
if (object.fullname !== void 0 && object.fullname !== null) message.fullname = object.fullname;
|
|
718
|
+
if (object.type_url !== void 0 && object.type_url !== null) message.typeUrl = object.type_url;
|
|
719
|
+
return message;
|
|
720
|
+
},
|
|
721
|
+
toAmino(message) {
|
|
722
|
+
const obj = {};
|
|
723
|
+
obj.fullname = message.fullname === "" ? void 0 : message.fullname;
|
|
724
|
+
obj.type_url = message.typeUrl === "" ? void 0 : message.typeUrl;
|
|
725
|
+
return obj;
|
|
726
|
+
},
|
|
727
|
+
fromAminoMsg(object) {
|
|
728
|
+
return InterfaceImplementerDescriptor.fromAmino(object.value);
|
|
729
|
+
},
|
|
730
|
+
toAminoMsg(message) {
|
|
731
|
+
return {
|
|
732
|
+
type: "cosmos-sdk/InterfaceImplementerDescriptor",
|
|
733
|
+
value: InterfaceImplementerDescriptor.toAmino(message)
|
|
734
|
+
};
|
|
735
|
+
},
|
|
736
|
+
fromProtoMsg(message) {
|
|
737
|
+
return InterfaceImplementerDescriptor.decode(message.value);
|
|
738
|
+
},
|
|
739
|
+
toProto(message) {
|
|
740
|
+
return InterfaceImplementerDescriptor.encode(message).finish();
|
|
741
|
+
},
|
|
742
|
+
toProtoMsg(message) {
|
|
743
|
+
return {
|
|
744
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceImplementerDescriptor",
|
|
745
|
+
value: InterfaceImplementerDescriptor.encode(message).finish()
|
|
746
|
+
};
|
|
747
|
+
},
|
|
748
|
+
registerTypeUrl() {}
|
|
749
|
+
};
|
|
750
|
+
function createBaseInterfaceAcceptingMessageDescriptor() {
|
|
751
|
+
return {
|
|
752
|
+
fullname: "",
|
|
753
|
+
fieldDescriptorNames: []
|
|
754
|
+
};
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* InterfaceAcceptingMessageDescriptor describes a protobuf message which contains
|
|
758
|
+
* an interface represented as a google.protobuf.Any
|
|
759
|
+
* @name InterfaceAcceptingMessageDescriptor
|
|
760
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
761
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor
|
|
762
|
+
*/
|
|
763
|
+
const InterfaceAcceptingMessageDescriptor = {
|
|
764
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor",
|
|
765
|
+
aminoType: "cosmos-sdk/InterfaceAcceptingMessageDescriptor",
|
|
766
|
+
is(o) {
|
|
767
|
+
return o && (o.$typeUrl === InterfaceAcceptingMessageDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.fieldDescriptorNames) && (!o.fieldDescriptorNames.length || typeof o.fieldDescriptorNames[0] === "string"));
|
|
768
|
+
},
|
|
769
|
+
isAmino(o) {
|
|
770
|
+
return o && (o.$typeUrl === InterfaceAcceptingMessageDescriptor.typeUrl || typeof o.fullname === "string" && Array.isArray(o.field_descriptor_names) && (!o.field_descriptor_names.length || typeof o.field_descriptor_names[0] === "string"));
|
|
771
|
+
},
|
|
772
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
773
|
+
if (message.fullname !== "") writer.uint32(10).string(message.fullname);
|
|
774
|
+
for (const v of message.fieldDescriptorNames) writer.uint32(18).string(v);
|
|
775
|
+
return writer;
|
|
776
|
+
},
|
|
777
|
+
decode(input, length) {
|
|
778
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
779
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
780
|
+
const message = createBaseInterfaceAcceptingMessageDescriptor();
|
|
781
|
+
while (reader.pos < end) {
|
|
782
|
+
const tag = reader.uint32();
|
|
783
|
+
switch (tag >>> 3) {
|
|
784
|
+
case 1:
|
|
785
|
+
message.fullname = reader.string();
|
|
786
|
+
break;
|
|
787
|
+
case 2:
|
|
788
|
+
message.fieldDescriptorNames.push(reader.string());
|
|
789
|
+
break;
|
|
790
|
+
default:
|
|
791
|
+
reader.skipType(tag & 7);
|
|
792
|
+
break;
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
return message;
|
|
796
|
+
},
|
|
797
|
+
fromPartial(object) {
|
|
798
|
+
const message = createBaseInterfaceAcceptingMessageDescriptor();
|
|
799
|
+
message.fullname = object.fullname ?? "";
|
|
800
|
+
message.fieldDescriptorNames = object.fieldDescriptorNames?.map((e) => e) || [];
|
|
801
|
+
return message;
|
|
802
|
+
},
|
|
803
|
+
fromAmino(object) {
|
|
804
|
+
const message = createBaseInterfaceAcceptingMessageDescriptor();
|
|
805
|
+
if (object.fullname !== void 0 && object.fullname !== null) message.fullname = object.fullname;
|
|
806
|
+
message.fieldDescriptorNames = object.field_descriptor_names?.map((e) => e) || [];
|
|
807
|
+
return message;
|
|
808
|
+
},
|
|
809
|
+
toAmino(message) {
|
|
810
|
+
const obj = {};
|
|
811
|
+
obj.fullname = message.fullname === "" ? void 0 : message.fullname;
|
|
812
|
+
if (message.fieldDescriptorNames) obj.field_descriptor_names = message.fieldDescriptorNames.map((e) => e);
|
|
813
|
+
else obj.field_descriptor_names = message.fieldDescriptorNames;
|
|
814
|
+
return obj;
|
|
815
|
+
},
|
|
816
|
+
fromAminoMsg(object) {
|
|
817
|
+
return InterfaceAcceptingMessageDescriptor.fromAmino(object.value);
|
|
818
|
+
},
|
|
819
|
+
toAminoMsg(message) {
|
|
820
|
+
return {
|
|
821
|
+
type: "cosmos-sdk/InterfaceAcceptingMessageDescriptor",
|
|
822
|
+
value: InterfaceAcceptingMessageDescriptor.toAmino(message)
|
|
823
|
+
};
|
|
824
|
+
},
|
|
825
|
+
fromProtoMsg(message) {
|
|
826
|
+
return InterfaceAcceptingMessageDescriptor.decode(message.value);
|
|
827
|
+
},
|
|
828
|
+
toProto(message) {
|
|
829
|
+
return InterfaceAcceptingMessageDescriptor.encode(message).finish();
|
|
830
|
+
},
|
|
831
|
+
toProtoMsg(message) {
|
|
832
|
+
return {
|
|
833
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor",
|
|
834
|
+
value: InterfaceAcceptingMessageDescriptor.encode(message).finish()
|
|
835
|
+
};
|
|
836
|
+
},
|
|
837
|
+
registerTypeUrl() {}
|
|
838
|
+
};
|
|
839
|
+
function createBaseConfigurationDescriptor() {
|
|
840
|
+
return { bech32AccountAddressPrefix: "" };
|
|
841
|
+
}
|
|
842
|
+
/**
|
|
843
|
+
* ConfigurationDescriptor contains metadata information on the sdk.Config
|
|
844
|
+
* @name ConfigurationDescriptor
|
|
845
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
846
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.ConfigurationDescriptor
|
|
847
|
+
*/
|
|
848
|
+
const ConfigurationDescriptor = {
|
|
849
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.ConfigurationDescriptor",
|
|
850
|
+
aminoType: "cosmos-sdk/ConfigurationDescriptor",
|
|
851
|
+
is(o) {
|
|
852
|
+
return o && (o.$typeUrl === ConfigurationDescriptor.typeUrl || typeof o.bech32AccountAddressPrefix === "string");
|
|
853
|
+
},
|
|
854
|
+
isAmino(o) {
|
|
855
|
+
return o && (o.$typeUrl === ConfigurationDescriptor.typeUrl || typeof o.bech32_account_address_prefix === "string");
|
|
856
|
+
},
|
|
857
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
858
|
+
if (message.bech32AccountAddressPrefix !== "") writer.uint32(10).string(message.bech32AccountAddressPrefix);
|
|
859
|
+
return writer;
|
|
860
|
+
},
|
|
861
|
+
decode(input, length) {
|
|
862
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
863
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
864
|
+
const message = createBaseConfigurationDescriptor();
|
|
865
|
+
while (reader.pos < end) {
|
|
866
|
+
const tag = reader.uint32();
|
|
867
|
+
switch (tag >>> 3) {
|
|
868
|
+
case 1:
|
|
869
|
+
message.bech32AccountAddressPrefix = reader.string();
|
|
870
|
+
break;
|
|
871
|
+
default:
|
|
872
|
+
reader.skipType(tag & 7);
|
|
873
|
+
break;
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
return message;
|
|
877
|
+
},
|
|
878
|
+
fromPartial(object) {
|
|
879
|
+
const message = createBaseConfigurationDescriptor();
|
|
880
|
+
message.bech32AccountAddressPrefix = object.bech32AccountAddressPrefix ?? "";
|
|
881
|
+
return message;
|
|
882
|
+
},
|
|
883
|
+
fromAmino(object) {
|
|
884
|
+
const message = createBaseConfigurationDescriptor();
|
|
885
|
+
if (object.bech32_account_address_prefix !== void 0 && object.bech32_account_address_prefix !== null) message.bech32AccountAddressPrefix = object.bech32_account_address_prefix;
|
|
886
|
+
return message;
|
|
887
|
+
},
|
|
888
|
+
toAmino(message) {
|
|
889
|
+
const obj = {};
|
|
890
|
+
obj.bech32_account_address_prefix = message.bech32AccountAddressPrefix === "" ? void 0 : message.bech32AccountAddressPrefix;
|
|
891
|
+
return obj;
|
|
892
|
+
},
|
|
893
|
+
fromAminoMsg(object) {
|
|
894
|
+
return ConfigurationDescriptor.fromAmino(object.value);
|
|
895
|
+
},
|
|
896
|
+
toAminoMsg(message) {
|
|
897
|
+
return {
|
|
898
|
+
type: "cosmos-sdk/ConfigurationDescriptor",
|
|
899
|
+
value: ConfigurationDescriptor.toAmino(message)
|
|
900
|
+
};
|
|
901
|
+
},
|
|
902
|
+
fromProtoMsg(message) {
|
|
903
|
+
return ConfigurationDescriptor.decode(message.value);
|
|
904
|
+
},
|
|
905
|
+
toProto(message) {
|
|
906
|
+
return ConfigurationDescriptor.encode(message).finish();
|
|
907
|
+
},
|
|
908
|
+
toProtoMsg(message) {
|
|
909
|
+
return {
|
|
910
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.ConfigurationDescriptor",
|
|
911
|
+
value: ConfigurationDescriptor.encode(message).finish()
|
|
912
|
+
};
|
|
913
|
+
},
|
|
914
|
+
registerTypeUrl() {}
|
|
915
|
+
};
|
|
916
|
+
function createBaseMsgDescriptor() {
|
|
917
|
+
return { msgTypeUrl: "" };
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
* MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction
|
|
921
|
+
* @name MsgDescriptor
|
|
922
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
923
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.MsgDescriptor
|
|
924
|
+
*/
|
|
925
|
+
const MsgDescriptor = {
|
|
926
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.MsgDescriptor",
|
|
927
|
+
aminoType: "cosmos-sdk/MsgDescriptor",
|
|
928
|
+
is(o) {
|
|
929
|
+
return o && (o.$typeUrl === MsgDescriptor.typeUrl || typeof o.msgTypeUrl === "string");
|
|
930
|
+
},
|
|
931
|
+
isAmino(o) {
|
|
932
|
+
return o && (o.$typeUrl === MsgDescriptor.typeUrl || typeof o.msg_type_url === "string");
|
|
933
|
+
},
|
|
934
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
935
|
+
if (message.msgTypeUrl !== "") writer.uint32(10).string(message.msgTypeUrl);
|
|
936
|
+
return writer;
|
|
937
|
+
},
|
|
938
|
+
decode(input, length) {
|
|
939
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
940
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
941
|
+
const message = createBaseMsgDescriptor();
|
|
942
|
+
while (reader.pos < end) {
|
|
943
|
+
const tag = reader.uint32();
|
|
944
|
+
switch (tag >>> 3) {
|
|
945
|
+
case 1:
|
|
946
|
+
message.msgTypeUrl = reader.string();
|
|
947
|
+
break;
|
|
948
|
+
default:
|
|
949
|
+
reader.skipType(tag & 7);
|
|
950
|
+
break;
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
return message;
|
|
954
|
+
},
|
|
955
|
+
fromPartial(object) {
|
|
956
|
+
const message = createBaseMsgDescriptor();
|
|
957
|
+
message.msgTypeUrl = object.msgTypeUrl ?? "";
|
|
958
|
+
return message;
|
|
959
|
+
},
|
|
960
|
+
fromAmino(object) {
|
|
961
|
+
const message = createBaseMsgDescriptor();
|
|
962
|
+
if (object.msg_type_url !== void 0 && object.msg_type_url !== null) message.msgTypeUrl = object.msg_type_url;
|
|
963
|
+
return message;
|
|
964
|
+
},
|
|
965
|
+
toAmino(message) {
|
|
966
|
+
const obj = {};
|
|
967
|
+
obj.msg_type_url = message.msgTypeUrl === "" ? void 0 : message.msgTypeUrl;
|
|
968
|
+
return obj;
|
|
969
|
+
},
|
|
970
|
+
fromAminoMsg(object) {
|
|
971
|
+
return MsgDescriptor.fromAmino(object.value);
|
|
972
|
+
},
|
|
973
|
+
toAminoMsg(message) {
|
|
974
|
+
return {
|
|
975
|
+
type: "cosmos-sdk/MsgDescriptor",
|
|
976
|
+
value: MsgDescriptor.toAmino(message)
|
|
977
|
+
};
|
|
978
|
+
},
|
|
979
|
+
fromProtoMsg(message) {
|
|
980
|
+
return MsgDescriptor.decode(message.value);
|
|
981
|
+
},
|
|
982
|
+
toProto(message) {
|
|
983
|
+
return MsgDescriptor.encode(message).finish();
|
|
984
|
+
},
|
|
985
|
+
toProtoMsg(message) {
|
|
986
|
+
return {
|
|
987
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.MsgDescriptor",
|
|
988
|
+
value: MsgDescriptor.encode(message).finish()
|
|
989
|
+
};
|
|
990
|
+
},
|
|
991
|
+
registerTypeUrl() {}
|
|
992
|
+
};
|
|
993
|
+
function createBaseGetAuthnDescriptorRequest() {
|
|
994
|
+
return {};
|
|
995
|
+
}
|
|
996
|
+
/**
|
|
997
|
+
* GetAuthnDescriptorRequest is the request used for the GetAuthnDescriptor RPC
|
|
998
|
+
* @name GetAuthnDescriptorRequest
|
|
999
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1000
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetAuthnDescriptorRequest
|
|
1001
|
+
*/
|
|
1002
|
+
const GetAuthnDescriptorRequest = {
|
|
1003
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorRequest",
|
|
1004
|
+
aminoType: "cosmos-sdk/GetAuthnDescriptorRequest",
|
|
1005
|
+
is(o) {
|
|
1006
|
+
return o && o.$typeUrl === GetAuthnDescriptorRequest.typeUrl;
|
|
1007
|
+
},
|
|
1008
|
+
isAmino(o) {
|
|
1009
|
+
return o && o.$typeUrl === GetAuthnDescriptorRequest.typeUrl;
|
|
1010
|
+
},
|
|
1011
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1012
|
+
return writer;
|
|
1013
|
+
},
|
|
1014
|
+
decode(input, length) {
|
|
1015
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1016
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1017
|
+
const message = createBaseGetAuthnDescriptorRequest();
|
|
1018
|
+
while (reader.pos < end) {
|
|
1019
|
+
const tag = reader.uint32();
|
|
1020
|
+
switch (tag >>> 3) {
|
|
1021
|
+
default:
|
|
1022
|
+
reader.skipType(tag & 7);
|
|
1023
|
+
break;
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
return message;
|
|
1027
|
+
},
|
|
1028
|
+
fromPartial(_) {
|
|
1029
|
+
return createBaseGetAuthnDescriptorRequest();
|
|
1030
|
+
},
|
|
1031
|
+
fromAmino(_) {
|
|
1032
|
+
return createBaseGetAuthnDescriptorRequest();
|
|
1033
|
+
},
|
|
1034
|
+
toAmino(_) {
|
|
1035
|
+
return {};
|
|
1036
|
+
},
|
|
1037
|
+
fromAminoMsg(object) {
|
|
1038
|
+
return GetAuthnDescriptorRequest.fromAmino(object.value);
|
|
1039
|
+
},
|
|
1040
|
+
toAminoMsg(message) {
|
|
1041
|
+
return {
|
|
1042
|
+
type: "cosmos-sdk/GetAuthnDescriptorRequest",
|
|
1043
|
+
value: GetAuthnDescriptorRequest.toAmino(message)
|
|
1044
|
+
};
|
|
1045
|
+
},
|
|
1046
|
+
fromProtoMsg(message) {
|
|
1047
|
+
return GetAuthnDescriptorRequest.decode(message.value);
|
|
1048
|
+
},
|
|
1049
|
+
toProto(message) {
|
|
1050
|
+
return GetAuthnDescriptorRequest.encode(message).finish();
|
|
1051
|
+
},
|
|
1052
|
+
toProtoMsg(message) {
|
|
1053
|
+
return {
|
|
1054
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorRequest",
|
|
1055
|
+
value: GetAuthnDescriptorRequest.encode(message).finish()
|
|
1056
|
+
};
|
|
1057
|
+
},
|
|
1058
|
+
registerTypeUrl() {}
|
|
1059
|
+
};
|
|
1060
|
+
function createBaseGetAuthnDescriptorResponse() {
|
|
1061
|
+
return { authn: void 0 };
|
|
1062
|
+
}
|
|
1063
|
+
/**
|
|
1064
|
+
* GetAuthnDescriptorResponse is the response returned by the GetAuthnDescriptor RPC
|
|
1065
|
+
* @name GetAuthnDescriptorResponse
|
|
1066
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1067
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetAuthnDescriptorResponse
|
|
1068
|
+
*/
|
|
1069
|
+
const GetAuthnDescriptorResponse = {
|
|
1070
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorResponse",
|
|
1071
|
+
aminoType: "cosmos-sdk/GetAuthnDescriptorResponse",
|
|
1072
|
+
is(o) {
|
|
1073
|
+
return o && o.$typeUrl === GetAuthnDescriptorResponse.typeUrl;
|
|
1074
|
+
},
|
|
1075
|
+
isAmino(o) {
|
|
1076
|
+
return o && o.$typeUrl === GetAuthnDescriptorResponse.typeUrl;
|
|
1077
|
+
},
|
|
1078
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1079
|
+
if (message.authn !== void 0) AuthnDescriptor.encode(message.authn, writer.uint32(10).fork()).ldelim();
|
|
1080
|
+
return writer;
|
|
1081
|
+
},
|
|
1082
|
+
decode(input, length) {
|
|
1083
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1084
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1085
|
+
const message = createBaseGetAuthnDescriptorResponse();
|
|
1086
|
+
while (reader.pos < end) {
|
|
1087
|
+
const tag = reader.uint32();
|
|
1088
|
+
switch (tag >>> 3) {
|
|
1089
|
+
case 1:
|
|
1090
|
+
message.authn = AuthnDescriptor.decode(reader, reader.uint32());
|
|
1091
|
+
break;
|
|
1092
|
+
default:
|
|
1093
|
+
reader.skipType(tag & 7);
|
|
1094
|
+
break;
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
return message;
|
|
1098
|
+
},
|
|
1099
|
+
fromPartial(object) {
|
|
1100
|
+
const message = createBaseGetAuthnDescriptorResponse();
|
|
1101
|
+
message.authn = object.authn !== void 0 && object.authn !== null ? AuthnDescriptor.fromPartial(object.authn) : void 0;
|
|
1102
|
+
return message;
|
|
1103
|
+
},
|
|
1104
|
+
fromAmino(object) {
|
|
1105
|
+
const message = createBaseGetAuthnDescriptorResponse();
|
|
1106
|
+
if (object.authn !== void 0 && object.authn !== null) message.authn = AuthnDescriptor.fromAmino(object.authn);
|
|
1107
|
+
return message;
|
|
1108
|
+
},
|
|
1109
|
+
toAmino(message) {
|
|
1110
|
+
const obj = {};
|
|
1111
|
+
obj.authn = message.authn ? AuthnDescriptor.toAmino(message.authn) : void 0;
|
|
1112
|
+
return obj;
|
|
1113
|
+
},
|
|
1114
|
+
fromAminoMsg(object) {
|
|
1115
|
+
return GetAuthnDescriptorResponse.fromAmino(object.value);
|
|
1116
|
+
},
|
|
1117
|
+
toAminoMsg(message) {
|
|
1118
|
+
return {
|
|
1119
|
+
type: "cosmos-sdk/GetAuthnDescriptorResponse",
|
|
1120
|
+
value: GetAuthnDescriptorResponse.toAmino(message)
|
|
1121
|
+
};
|
|
1122
|
+
},
|
|
1123
|
+
fromProtoMsg(message) {
|
|
1124
|
+
return GetAuthnDescriptorResponse.decode(message.value);
|
|
1125
|
+
},
|
|
1126
|
+
toProto(message) {
|
|
1127
|
+
return GetAuthnDescriptorResponse.encode(message).finish();
|
|
1128
|
+
},
|
|
1129
|
+
toProtoMsg(message) {
|
|
1130
|
+
return {
|
|
1131
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetAuthnDescriptorResponse",
|
|
1132
|
+
value: GetAuthnDescriptorResponse.encode(message).finish()
|
|
1133
|
+
};
|
|
1134
|
+
},
|
|
1135
|
+
registerTypeUrl() {
|
|
1136
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetAuthnDescriptorResponse.typeUrl)) return;
|
|
1137
|
+
AuthnDescriptor.registerTypeUrl();
|
|
1138
|
+
}
|
|
1139
|
+
};
|
|
1140
|
+
function createBaseGetChainDescriptorRequest() {
|
|
1141
|
+
return {};
|
|
1142
|
+
}
|
|
1143
|
+
/**
|
|
1144
|
+
* GetChainDescriptorRequest is the request used for the GetChainDescriptor RPC
|
|
1145
|
+
* @name GetChainDescriptorRequest
|
|
1146
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1147
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetChainDescriptorRequest
|
|
1148
|
+
*/
|
|
1149
|
+
const GetChainDescriptorRequest = {
|
|
1150
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorRequest",
|
|
1151
|
+
aminoType: "cosmos-sdk/GetChainDescriptorRequest",
|
|
1152
|
+
is(o) {
|
|
1153
|
+
return o && o.$typeUrl === GetChainDescriptorRequest.typeUrl;
|
|
1154
|
+
},
|
|
1155
|
+
isAmino(o) {
|
|
1156
|
+
return o && o.$typeUrl === GetChainDescriptorRequest.typeUrl;
|
|
1157
|
+
},
|
|
1158
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1159
|
+
return writer;
|
|
1160
|
+
},
|
|
1161
|
+
decode(input, length) {
|
|
1162
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1163
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1164
|
+
const message = createBaseGetChainDescriptorRequest();
|
|
1165
|
+
while (reader.pos < end) {
|
|
1166
|
+
const tag = reader.uint32();
|
|
1167
|
+
switch (tag >>> 3) {
|
|
1168
|
+
default:
|
|
1169
|
+
reader.skipType(tag & 7);
|
|
1170
|
+
break;
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
return message;
|
|
1174
|
+
},
|
|
1175
|
+
fromPartial(_) {
|
|
1176
|
+
return createBaseGetChainDescriptorRequest();
|
|
1177
|
+
},
|
|
1178
|
+
fromAmino(_) {
|
|
1179
|
+
return createBaseGetChainDescriptorRequest();
|
|
1180
|
+
},
|
|
1181
|
+
toAmino(_) {
|
|
1182
|
+
return {};
|
|
1183
|
+
},
|
|
1184
|
+
fromAminoMsg(object) {
|
|
1185
|
+
return GetChainDescriptorRequest.fromAmino(object.value);
|
|
1186
|
+
},
|
|
1187
|
+
toAminoMsg(message) {
|
|
1188
|
+
return {
|
|
1189
|
+
type: "cosmos-sdk/GetChainDescriptorRequest",
|
|
1190
|
+
value: GetChainDescriptorRequest.toAmino(message)
|
|
1191
|
+
};
|
|
1192
|
+
},
|
|
1193
|
+
fromProtoMsg(message) {
|
|
1194
|
+
return GetChainDescriptorRequest.decode(message.value);
|
|
1195
|
+
},
|
|
1196
|
+
toProto(message) {
|
|
1197
|
+
return GetChainDescriptorRequest.encode(message).finish();
|
|
1198
|
+
},
|
|
1199
|
+
toProtoMsg(message) {
|
|
1200
|
+
return {
|
|
1201
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorRequest",
|
|
1202
|
+
value: GetChainDescriptorRequest.encode(message).finish()
|
|
1203
|
+
};
|
|
1204
|
+
},
|
|
1205
|
+
registerTypeUrl() {}
|
|
1206
|
+
};
|
|
1207
|
+
function createBaseGetChainDescriptorResponse() {
|
|
1208
|
+
return { chain: void 0 };
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* GetChainDescriptorResponse is the response returned by the GetChainDescriptor RPC
|
|
1212
|
+
* @name GetChainDescriptorResponse
|
|
1213
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1214
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetChainDescriptorResponse
|
|
1215
|
+
*/
|
|
1216
|
+
const GetChainDescriptorResponse = {
|
|
1217
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorResponse",
|
|
1218
|
+
aminoType: "cosmos-sdk/GetChainDescriptorResponse",
|
|
1219
|
+
is(o) {
|
|
1220
|
+
return o && o.$typeUrl === GetChainDescriptorResponse.typeUrl;
|
|
1221
|
+
},
|
|
1222
|
+
isAmino(o) {
|
|
1223
|
+
return o && o.$typeUrl === GetChainDescriptorResponse.typeUrl;
|
|
1224
|
+
},
|
|
1225
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1226
|
+
if (message.chain !== void 0) ChainDescriptor.encode(message.chain, writer.uint32(10).fork()).ldelim();
|
|
1227
|
+
return writer;
|
|
1228
|
+
},
|
|
1229
|
+
decode(input, length) {
|
|
1230
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1231
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1232
|
+
const message = createBaseGetChainDescriptorResponse();
|
|
1233
|
+
while (reader.pos < end) {
|
|
1234
|
+
const tag = reader.uint32();
|
|
1235
|
+
switch (tag >>> 3) {
|
|
1236
|
+
case 1:
|
|
1237
|
+
message.chain = ChainDescriptor.decode(reader, reader.uint32());
|
|
1238
|
+
break;
|
|
1239
|
+
default:
|
|
1240
|
+
reader.skipType(tag & 7);
|
|
1241
|
+
break;
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
return message;
|
|
1245
|
+
},
|
|
1246
|
+
fromPartial(object) {
|
|
1247
|
+
const message = createBaseGetChainDescriptorResponse();
|
|
1248
|
+
message.chain = object.chain !== void 0 && object.chain !== null ? ChainDescriptor.fromPartial(object.chain) : void 0;
|
|
1249
|
+
return message;
|
|
1250
|
+
},
|
|
1251
|
+
fromAmino(object) {
|
|
1252
|
+
const message = createBaseGetChainDescriptorResponse();
|
|
1253
|
+
if (object.chain !== void 0 && object.chain !== null) message.chain = ChainDescriptor.fromAmino(object.chain);
|
|
1254
|
+
return message;
|
|
1255
|
+
},
|
|
1256
|
+
toAmino(message) {
|
|
1257
|
+
const obj = {};
|
|
1258
|
+
obj.chain = message.chain ? ChainDescriptor.toAmino(message.chain) : void 0;
|
|
1259
|
+
return obj;
|
|
1260
|
+
},
|
|
1261
|
+
fromAminoMsg(object) {
|
|
1262
|
+
return GetChainDescriptorResponse.fromAmino(object.value);
|
|
1263
|
+
},
|
|
1264
|
+
toAminoMsg(message) {
|
|
1265
|
+
return {
|
|
1266
|
+
type: "cosmos-sdk/GetChainDescriptorResponse",
|
|
1267
|
+
value: GetChainDescriptorResponse.toAmino(message)
|
|
1268
|
+
};
|
|
1269
|
+
},
|
|
1270
|
+
fromProtoMsg(message) {
|
|
1271
|
+
return GetChainDescriptorResponse.decode(message.value);
|
|
1272
|
+
},
|
|
1273
|
+
toProto(message) {
|
|
1274
|
+
return GetChainDescriptorResponse.encode(message).finish();
|
|
1275
|
+
},
|
|
1276
|
+
toProtoMsg(message) {
|
|
1277
|
+
return {
|
|
1278
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetChainDescriptorResponse",
|
|
1279
|
+
value: GetChainDescriptorResponse.encode(message).finish()
|
|
1280
|
+
};
|
|
1281
|
+
},
|
|
1282
|
+
registerTypeUrl() {
|
|
1283
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetChainDescriptorResponse.typeUrl)) return;
|
|
1284
|
+
ChainDescriptor.registerTypeUrl();
|
|
1285
|
+
}
|
|
1286
|
+
};
|
|
1287
|
+
function createBaseGetCodecDescriptorRequest() {
|
|
1288
|
+
return {};
|
|
1289
|
+
}
|
|
1290
|
+
/**
|
|
1291
|
+
* GetCodecDescriptorRequest is the request used for the GetCodecDescriptor RPC
|
|
1292
|
+
* @name GetCodecDescriptorRequest
|
|
1293
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1294
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetCodecDescriptorRequest
|
|
1295
|
+
*/
|
|
1296
|
+
const GetCodecDescriptorRequest = {
|
|
1297
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorRequest",
|
|
1298
|
+
aminoType: "cosmos-sdk/GetCodecDescriptorRequest",
|
|
1299
|
+
is(o) {
|
|
1300
|
+
return o && o.$typeUrl === GetCodecDescriptorRequest.typeUrl;
|
|
1301
|
+
},
|
|
1302
|
+
isAmino(o) {
|
|
1303
|
+
return o && o.$typeUrl === GetCodecDescriptorRequest.typeUrl;
|
|
1304
|
+
},
|
|
1305
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1306
|
+
return writer;
|
|
1307
|
+
},
|
|
1308
|
+
decode(input, length) {
|
|
1309
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1310
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1311
|
+
const message = createBaseGetCodecDescriptorRequest();
|
|
1312
|
+
while (reader.pos < end) {
|
|
1313
|
+
const tag = reader.uint32();
|
|
1314
|
+
switch (tag >>> 3) {
|
|
1315
|
+
default:
|
|
1316
|
+
reader.skipType(tag & 7);
|
|
1317
|
+
break;
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
return message;
|
|
1321
|
+
},
|
|
1322
|
+
fromPartial(_) {
|
|
1323
|
+
return createBaseGetCodecDescriptorRequest();
|
|
1324
|
+
},
|
|
1325
|
+
fromAmino(_) {
|
|
1326
|
+
return createBaseGetCodecDescriptorRequest();
|
|
1327
|
+
},
|
|
1328
|
+
toAmino(_) {
|
|
1329
|
+
return {};
|
|
1330
|
+
},
|
|
1331
|
+
fromAminoMsg(object) {
|
|
1332
|
+
return GetCodecDescriptorRequest.fromAmino(object.value);
|
|
1333
|
+
},
|
|
1334
|
+
toAminoMsg(message) {
|
|
1335
|
+
return {
|
|
1336
|
+
type: "cosmos-sdk/GetCodecDescriptorRequest",
|
|
1337
|
+
value: GetCodecDescriptorRequest.toAmino(message)
|
|
1338
|
+
};
|
|
1339
|
+
},
|
|
1340
|
+
fromProtoMsg(message) {
|
|
1341
|
+
return GetCodecDescriptorRequest.decode(message.value);
|
|
1342
|
+
},
|
|
1343
|
+
toProto(message) {
|
|
1344
|
+
return GetCodecDescriptorRequest.encode(message).finish();
|
|
1345
|
+
},
|
|
1346
|
+
toProtoMsg(message) {
|
|
1347
|
+
return {
|
|
1348
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorRequest",
|
|
1349
|
+
value: GetCodecDescriptorRequest.encode(message).finish()
|
|
1350
|
+
};
|
|
1351
|
+
},
|
|
1352
|
+
registerTypeUrl() {}
|
|
1353
|
+
};
|
|
1354
|
+
function createBaseGetCodecDescriptorResponse() {
|
|
1355
|
+
return { codec: void 0 };
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
* GetCodecDescriptorResponse is the response returned by the GetCodecDescriptor RPC
|
|
1359
|
+
* @name GetCodecDescriptorResponse
|
|
1360
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1361
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetCodecDescriptorResponse
|
|
1362
|
+
*/
|
|
1363
|
+
const GetCodecDescriptorResponse = {
|
|
1364
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorResponse",
|
|
1365
|
+
aminoType: "cosmos-sdk/GetCodecDescriptorResponse",
|
|
1366
|
+
is(o) {
|
|
1367
|
+
return o && o.$typeUrl === GetCodecDescriptorResponse.typeUrl;
|
|
1368
|
+
},
|
|
1369
|
+
isAmino(o) {
|
|
1370
|
+
return o && o.$typeUrl === GetCodecDescriptorResponse.typeUrl;
|
|
1371
|
+
},
|
|
1372
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1373
|
+
if (message.codec !== void 0) CodecDescriptor.encode(message.codec, writer.uint32(10).fork()).ldelim();
|
|
1374
|
+
return writer;
|
|
1375
|
+
},
|
|
1376
|
+
decode(input, length) {
|
|
1377
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1378
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1379
|
+
const message = createBaseGetCodecDescriptorResponse();
|
|
1380
|
+
while (reader.pos < end) {
|
|
1381
|
+
const tag = reader.uint32();
|
|
1382
|
+
switch (tag >>> 3) {
|
|
1383
|
+
case 1:
|
|
1384
|
+
message.codec = CodecDescriptor.decode(reader, reader.uint32());
|
|
1385
|
+
break;
|
|
1386
|
+
default:
|
|
1387
|
+
reader.skipType(tag & 7);
|
|
1388
|
+
break;
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
return message;
|
|
1392
|
+
},
|
|
1393
|
+
fromPartial(object) {
|
|
1394
|
+
const message = createBaseGetCodecDescriptorResponse();
|
|
1395
|
+
message.codec = object.codec !== void 0 && object.codec !== null ? CodecDescriptor.fromPartial(object.codec) : void 0;
|
|
1396
|
+
return message;
|
|
1397
|
+
},
|
|
1398
|
+
fromAmino(object) {
|
|
1399
|
+
const message = createBaseGetCodecDescriptorResponse();
|
|
1400
|
+
if (object.codec !== void 0 && object.codec !== null) message.codec = CodecDescriptor.fromAmino(object.codec);
|
|
1401
|
+
return message;
|
|
1402
|
+
},
|
|
1403
|
+
toAmino(message) {
|
|
1404
|
+
const obj = {};
|
|
1405
|
+
obj.codec = message.codec ? CodecDescriptor.toAmino(message.codec) : void 0;
|
|
1406
|
+
return obj;
|
|
1407
|
+
},
|
|
1408
|
+
fromAminoMsg(object) {
|
|
1409
|
+
return GetCodecDescriptorResponse.fromAmino(object.value);
|
|
1410
|
+
},
|
|
1411
|
+
toAminoMsg(message) {
|
|
1412
|
+
return {
|
|
1413
|
+
type: "cosmos-sdk/GetCodecDescriptorResponse",
|
|
1414
|
+
value: GetCodecDescriptorResponse.toAmino(message)
|
|
1415
|
+
};
|
|
1416
|
+
},
|
|
1417
|
+
fromProtoMsg(message) {
|
|
1418
|
+
return GetCodecDescriptorResponse.decode(message.value);
|
|
1419
|
+
},
|
|
1420
|
+
toProto(message) {
|
|
1421
|
+
return GetCodecDescriptorResponse.encode(message).finish();
|
|
1422
|
+
},
|
|
1423
|
+
toProtoMsg(message) {
|
|
1424
|
+
return {
|
|
1425
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetCodecDescriptorResponse",
|
|
1426
|
+
value: GetCodecDescriptorResponse.encode(message).finish()
|
|
1427
|
+
};
|
|
1428
|
+
},
|
|
1429
|
+
registerTypeUrl() {
|
|
1430
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetCodecDescriptorResponse.typeUrl)) return;
|
|
1431
|
+
CodecDescriptor.registerTypeUrl();
|
|
1432
|
+
}
|
|
1433
|
+
};
|
|
1434
|
+
function createBaseGetConfigurationDescriptorRequest() {
|
|
1435
|
+
return {};
|
|
1436
|
+
}
|
|
1437
|
+
/**
|
|
1438
|
+
* GetConfigurationDescriptorRequest is the request used for the GetConfigurationDescriptor RPC
|
|
1439
|
+
* @name GetConfigurationDescriptorRequest
|
|
1440
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1441
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorRequest
|
|
1442
|
+
*/
|
|
1443
|
+
const GetConfigurationDescriptorRequest = {
|
|
1444
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorRequest",
|
|
1445
|
+
aminoType: "cosmos-sdk/GetConfigurationDescriptorRequest",
|
|
1446
|
+
is(o) {
|
|
1447
|
+
return o && o.$typeUrl === GetConfigurationDescriptorRequest.typeUrl;
|
|
1448
|
+
},
|
|
1449
|
+
isAmino(o) {
|
|
1450
|
+
return o && o.$typeUrl === GetConfigurationDescriptorRequest.typeUrl;
|
|
1451
|
+
},
|
|
1452
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1453
|
+
return writer;
|
|
1454
|
+
},
|
|
1455
|
+
decode(input, length) {
|
|
1456
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1457
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1458
|
+
const message = createBaseGetConfigurationDescriptorRequest();
|
|
1459
|
+
while (reader.pos < end) {
|
|
1460
|
+
const tag = reader.uint32();
|
|
1461
|
+
switch (tag >>> 3) {
|
|
1462
|
+
default:
|
|
1463
|
+
reader.skipType(tag & 7);
|
|
1464
|
+
break;
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
return message;
|
|
1468
|
+
},
|
|
1469
|
+
fromPartial(_) {
|
|
1470
|
+
return createBaseGetConfigurationDescriptorRequest();
|
|
1471
|
+
},
|
|
1472
|
+
fromAmino(_) {
|
|
1473
|
+
return createBaseGetConfigurationDescriptorRequest();
|
|
1474
|
+
},
|
|
1475
|
+
toAmino(_) {
|
|
1476
|
+
return {};
|
|
1477
|
+
},
|
|
1478
|
+
fromAminoMsg(object) {
|
|
1479
|
+
return GetConfigurationDescriptorRequest.fromAmino(object.value);
|
|
1480
|
+
},
|
|
1481
|
+
toAminoMsg(message) {
|
|
1482
|
+
return {
|
|
1483
|
+
type: "cosmos-sdk/GetConfigurationDescriptorRequest",
|
|
1484
|
+
value: GetConfigurationDescriptorRequest.toAmino(message)
|
|
1485
|
+
};
|
|
1486
|
+
},
|
|
1487
|
+
fromProtoMsg(message) {
|
|
1488
|
+
return GetConfigurationDescriptorRequest.decode(message.value);
|
|
1489
|
+
},
|
|
1490
|
+
toProto(message) {
|
|
1491
|
+
return GetConfigurationDescriptorRequest.encode(message).finish();
|
|
1492
|
+
},
|
|
1493
|
+
toProtoMsg(message) {
|
|
1494
|
+
return {
|
|
1495
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorRequest",
|
|
1496
|
+
value: GetConfigurationDescriptorRequest.encode(message).finish()
|
|
1497
|
+
};
|
|
1498
|
+
},
|
|
1499
|
+
registerTypeUrl() {}
|
|
1500
|
+
};
|
|
1501
|
+
function createBaseGetConfigurationDescriptorResponse() {
|
|
1502
|
+
return { config: void 0 };
|
|
1503
|
+
}
|
|
1504
|
+
/**
|
|
1505
|
+
* GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC
|
|
1506
|
+
* @name GetConfigurationDescriptorResponse
|
|
1507
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1508
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorResponse
|
|
1509
|
+
*/
|
|
1510
|
+
const GetConfigurationDescriptorResponse = {
|
|
1511
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorResponse",
|
|
1512
|
+
aminoType: "cosmos-sdk/GetConfigurationDescriptorResponse",
|
|
1513
|
+
is(o) {
|
|
1514
|
+
return o && o.$typeUrl === GetConfigurationDescriptorResponse.typeUrl;
|
|
1515
|
+
},
|
|
1516
|
+
isAmino(o) {
|
|
1517
|
+
return o && o.$typeUrl === GetConfigurationDescriptorResponse.typeUrl;
|
|
1518
|
+
},
|
|
1519
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1520
|
+
if (message.config !== void 0) ConfigurationDescriptor.encode(message.config, writer.uint32(10).fork()).ldelim();
|
|
1521
|
+
return writer;
|
|
1522
|
+
},
|
|
1523
|
+
decode(input, length) {
|
|
1524
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1525
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1526
|
+
const message = createBaseGetConfigurationDescriptorResponse();
|
|
1527
|
+
while (reader.pos < end) {
|
|
1528
|
+
const tag = reader.uint32();
|
|
1529
|
+
switch (tag >>> 3) {
|
|
1530
|
+
case 1:
|
|
1531
|
+
message.config = ConfigurationDescriptor.decode(reader, reader.uint32());
|
|
1532
|
+
break;
|
|
1533
|
+
default:
|
|
1534
|
+
reader.skipType(tag & 7);
|
|
1535
|
+
break;
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
return message;
|
|
1539
|
+
},
|
|
1540
|
+
fromPartial(object) {
|
|
1541
|
+
const message = createBaseGetConfigurationDescriptorResponse();
|
|
1542
|
+
message.config = object.config !== void 0 && object.config !== null ? ConfigurationDescriptor.fromPartial(object.config) : void 0;
|
|
1543
|
+
return message;
|
|
1544
|
+
},
|
|
1545
|
+
fromAmino(object) {
|
|
1546
|
+
const message = createBaseGetConfigurationDescriptorResponse();
|
|
1547
|
+
if (object.config !== void 0 && object.config !== null) message.config = ConfigurationDescriptor.fromAmino(object.config);
|
|
1548
|
+
return message;
|
|
1549
|
+
},
|
|
1550
|
+
toAmino(message) {
|
|
1551
|
+
const obj = {};
|
|
1552
|
+
obj.config = message.config ? ConfigurationDescriptor.toAmino(message.config) : void 0;
|
|
1553
|
+
return obj;
|
|
1554
|
+
},
|
|
1555
|
+
fromAminoMsg(object) {
|
|
1556
|
+
return GetConfigurationDescriptorResponse.fromAmino(object.value);
|
|
1557
|
+
},
|
|
1558
|
+
toAminoMsg(message) {
|
|
1559
|
+
return {
|
|
1560
|
+
type: "cosmos-sdk/GetConfigurationDescriptorResponse",
|
|
1561
|
+
value: GetConfigurationDescriptorResponse.toAmino(message)
|
|
1562
|
+
};
|
|
1563
|
+
},
|
|
1564
|
+
fromProtoMsg(message) {
|
|
1565
|
+
return GetConfigurationDescriptorResponse.decode(message.value);
|
|
1566
|
+
},
|
|
1567
|
+
toProto(message) {
|
|
1568
|
+
return GetConfigurationDescriptorResponse.encode(message).finish();
|
|
1569
|
+
},
|
|
1570
|
+
toProtoMsg(message) {
|
|
1571
|
+
return {
|
|
1572
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetConfigurationDescriptorResponse",
|
|
1573
|
+
value: GetConfigurationDescriptorResponse.encode(message).finish()
|
|
1574
|
+
};
|
|
1575
|
+
},
|
|
1576
|
+
registerTypeUrl() {
|
|
1577
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetConfigurationDescriptorResponse.typeUrl)) return;
|
|
1578
|
+
ConfigurationDescriptor.registerTypeUrl();
|
|
1579
|
+
}
|
|
1580
|
+
};
|
|
1581
|
+
function createBaseGetQueryServicesDescriptorRequest() {
|
|
1582
|
+
return {};
|
|
1583
|
+
}
|
|
1584
|
+
/**
|
|
1585
|
+
* GetQueryServicesDescriptorRequest is the request used for the GetQueryServicesDescriptor RPC
|
|
1586
|
+
* @name GetQueryServicesDescriptorRequest
|
|
1587
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1588
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorRequest
|
|
1589
|
+
*/
|
|
1590
|
+
const GetQueryServicesDescriptorRequest = {
|
|
1591
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorRequest",
|
|
1592
|
+
aminoType: "cosmos-sdk/GetQueryServicesDescriptorRequest",
|
|
1593
|
+
is(o) {
|
|
1594
|
+
return o && o.$typeUrl === GetQueryServicesDescriptorRequest.typeUrl;
|
|
1595
|
+
},
|
|
1596
|
+
isAmino(o) {
|
|
1597
|
+
return o && o.$typeUrl === GetQueryServicesDescriptorRequest.typeUrl;
|
|
1598
|
+
},
|
|
1599
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1600
|
+
return writer;
|
|
1601
|
+
},
|
|
1602
|
+
decode(input, length) {
|
|
1603
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1604
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1605
|
+
const message = createBaseGetQueryServicesDescriptorRequest();
|
|
1606
|
+
while (reader.pos < end) {
|
|
1607
|
+
const tag = reader.uint32();
|
|
1608
|
+
switch (tag >>> 3) {
|
|
1609
|
+
default:
|
|
1610
|
+
reader.skipType(tag & 7);
|
|
1611
|
+
break;
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
return message;
|
|
1615
|
+
},
|
|
1616
|
+
fromPartial(_) {
|
|
1617
|
+
return createBaseGetQueryServicesDescriptorRequest();
|
|
1618
|
+
},
|
|
1619
|
+
fromAmino(_) {
|
|
1620
|
+
return createBaseGetQueryServicesDescriptorRequest();
|
|
1621
|
+
},
|
|
1622
|
+
toAmino(_) {
|
|
1623
|
+
return {};
|
|
1624
|
+
},
|
|
1625
|
+
fromAminoMsg(object) {
|
|
1626
|
+
return GetQueryServicesDescriptorRequest.fromAmino(object.value);
|
|
1627
|
+
},
|
|
1628
|
+
toAminoMsg(message) {
|
|
1629
|
+
return {
|
|
1630
|
+
type: "cosmos-sdk/GetQueryServicesDescriptorRequest",
|
|
1631
|
+
value: GetQueryServicesDescriptorRequest.toAmino(message)
|
|
1632
|
+
};
|
|
1633
|
+
},
|
|
1634
|
+
fromProtoMsg(message) {
|
|
1635
|
+
return GetQueryServicesDescriptorRequest.decode(message.value);
|
|
1636
|
+
},
|
|
1637
|
+
toProto(message) {
|
|
1638
|
+
return GetQueryServicesDescriptorRequest.encode(message).finish();
|
|
1639
|
+
},
|
|
1640
|
+
toProtoMsg(message) {
|
|
1641
|
+
return {
|
|
1642
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorRequest",
|
|
1643
|
+
value: GetQueryServicesDescriptorRequest.encode(message).finish()
|
|
1644
|
+
};
|
|
1645
|
+
},
|
|
1646
|
+
registerTypeUrl() {}
|
|
1647
|
+
};
|
|
1648
|
+
function createBaseGetQueryServicesDescriptorResponse() {
|
|
1649
|
+
return { queries: void 0 };
|
|
1650
|
+
}
|
|
1651
|
+
/**
|
|
1652
|
+
* GetQueryServicesDescriptorResponse is the response returned by the GetQueryServicesDescriptor RPC
|
|
1653
|
+
* @name GetQueryServicesDescriptorResponse
|
|
1654
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1655
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorResponse
|
|
1656
|
+
*/
|
|
1657
|
+
const GetQueryServicesDescriptorResponse = {
|
|
1658
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorResponse",
|
|
1659
|
+
aminoType: "cosmos-sdk/GetQueryServicesDescriptorResponse",
|
|
1660
|
+
is(o) {
|
|
1661
|
+
return o && o.$typeUrl === GetQueryServicesDescriptorResponse.typeUrl;
|
|
1662
|
+
},
|
|
1663
|
+
isAmino(o) {
|
|
1664
|
+
return o && o.$typeUrl === GetQueryServicesDescriptorResponse.typeUrl;
|
|
1665
|
+
},
|
|
1666
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1667
|
+
if (message.queries !== void 0) QueryServicesDescriptor.encode(message.queries, writer.uint32(10).fork()).ldelim();
|
|
1668
|
+
return writer;
|
|
1669
|
+
},
|
|
1670
|
+
decode(input, length) {
|
|
1671
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1672
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1673
|
+
const message = createBaseGetQueryServicesDescriptorResponse();
|
|
1674
|
+
while (reader.pos < end) {
|
|
1675
|
+
const tag = reader.uint32();
|
|
1676
|
+
switch (tag >>> 3) {
|
|
1677
|
+
case 1:
|
|
1678
|
+
message.queries = QueryServicesDescriptor.decode(reader, reader.uint32());
|
|
1679
|
+
break;
|
|
1680
|
+
default:
|
|
1681
|
+
reader.skipType(tag & 7);
|
|
1682
|
+
break;
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
return message;
|
|
1686
|
+
},
|
|
1687
|
+
fromPartial(object) {
|
|
1688
|
+
const message = createBaseGetQueryServicesDescriptorResponse();
|
|
1689
|
+
message.queries = object.queries !== void 0 && object.queries !== null ? QueryServicesDescriptor.fromPartial(object.queries) : void 0;
|
|
1690
|
+
return message;
|
|
1691
|
+
},
|
|
1692
|
+
fromAmino(object) {
|
|
1693
|
+
const message = createBaseGetQueryServicesDescriptorResponse();
|
|
1694
|
+
if (object.queries !== void 0 && object.queries !== null) message.queries = QueryServicesDescriptor.fromAmino(object.queries);
|
|
1695
|
+
return message;
|
|
1696
|
+
},
|
|
1697
|
+
toAmino(message) {
|
|
1698
|
+
const obj = {};
|
|
1699
|
+
obj.queries = message.queries ? QueryServicesDescriptor.toAmino(message.queries) : void 0;
|
|
1700
|
+
return obj;
|
|
1701
|
+
},
|
|
1702
|
+
fromAminoMsg(object) {
|
|
1703
|
+
return GetQueryServicesDescriptorResponse.fromAmino(object.value);
|
|
1704
|
+
},
|
|
1705
|
+
toAminoMsg(message) {
|
|
1706
|
+
return {
|
|
1707
|
+
type: "cosmos-sdk/GetQueryServicesDescriptorResponse",
|
|
1708
|
+
value: GetQueryServicesDescriptorResponse.toAmino(message)
|
|
1709
|
+
};
|
|
1710
|
+
},
|
|
1711
|
+
fromProtoMsg(message) {
|
|
1712
|
+
return GetQueryServicesDescriptorResponse.decode(message.value);
|
|
1713
|
+
},
|
|
1714
|
+
toProto(message) {
|
|
1715
|
+
return GetQueryServicesDescriptorResponse.encode(message).finish();
|
|
1716
|
+
},
|
|
1717
|
+
toProtoMsg(message) {
|
|
1718
|
+
return {
|
|
1719
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetQueryServicesDescriptorResponse",
|
|
1720
|
+
value: GetQueryServicesDescriptorResponse.encode(message).finish()
|
|
1721
|
+
};
|
|
1722
|
+
},
|
|
1723
|
+
registerTypeUrl() {
|
|
1724
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetQueryServicesDescriptorResponse.typeUrl)) return;
|
|
1725
|
+
QueryServicesDescriptor.registerTypeUrl();
|
|
1726
|
+
}
|
|
1727
|
+
};
|
|
1728
|
+
function createBaseGetTxDescriptorRequest() {
|
|
1729
|
+
return {};
|
|
1730
|
+
}
|
|
1731
|
+
/**
|
|
1732
|
+
* GetTxDescriptorRequest is the request used for the GetTxDescriptor RPC
|
|
1733
|
+
* @name GetTxDescriptorRequest
|
|
1734
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1735
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetTxDescriptorRequest
|
|
1736
|
+
*/
|
|
1737
|
+
const GetTxDescriptorRequest = {
|
|
1738
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorRequest",
|
|
1739
|
+
aminoType: "cosmos-sdk/GetTxDescriptorRequest",
|
|
1740
|
+
is(o) {
|
|
1741
|
+
return o && o.$typeUrl === GetTxDescriptorRequest.typeUrl;
|
|
1742
|
+
},
|
|
1743
|
+
isAmino(o) {
|
|
1744
|
+
return o && o.$typeUrl === GetTxDescriptorRequest.typeUrl;
|
|
1745
|
+
},
|
|
1746
|
+
encode(_, writer = require_binary.BinaryWriter.create()) {
|
|
1747
|
+
return writer;
|
|
1748
|
+
},
|
|
1749
|
+
decode(input, length) {
|
|
1750
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1751
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1752
|
+
const message = createBaseGetTxDescriptorRequest();
|
|
1753
|
+
while (reader.pos < end) {
|
|
1754
|
+
const tag = reader.uint32();
|
|
1755
|
+
switch (tag >>> 3) {
|
|
1756
|
+
default:
|
|
1757
|
+
reader.skipType(tag & 7);
|
|
1758
|
+
break;
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
return message;
|
|
1762
|
+
},
|
|
1763
|
+
fromPartial(_) {
|
|
1764
|
+
return createBaseGetTxDescriptorRequest();
|
|
1765
|
+
},
|
|
1766
|
+
fromAmino(_) {
|
|
1767
|
+
return createBaseGetTxDescriptorRequest();
|
|
1768
|
+
},
|
|
1769
|
+
toAmino(_) {
|
|
1770
|
+
return {};
|
|
1771
|
+
},
|
|
1772
|
+
fromAminoMsg(object) {
|
|
1773
|
+
return GetTxDescriptorRequest.fromAmino(object.value);
|
|
1774
|
+
},
|
|
1775
|
+
toAminoMsg(message) {
|
|
1776
|
+
return {
|
|
1777
|
+
type: "cosmos-sdk/GetTxDescriptorRequest",
|
|
1778
|
+
value: GetTxDescriptorRequest.toAmino(message)
|
|
1779
|
+
};
|
|
1780
|
+
},
|
|
1781
|
+
fromProtoMsg(message) {
|
|
1782
|
+
return GetTxDescriptorRequest.decode(message.value);
|
|
1783
|
+
},
|
|
1784
|
+
toProto(message) {
|
|
1785
|
+
return GetTxDescriptorRequest.encode(message).finish();
|
|
1786
|
+
},
|
|
1787
|
+
toProtoMsg(message) {
|
|
1788
|
+
return {
|
|
1789
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorRequest",
|
|
1790
|
+
value: GetTxDescriptorRequest.encode(message).finish()
|
|
1791
|
+
};
|
|
1792
|
+
},
|
|
1793
|
+
registerTypeUrl() {}
|
|
1794
|
+
};
|
|
1795
|
+
function createBaseGetTxDescriptorResponse() {
|
|
1796
|
+
return { tx: void 0 };
|
|
1797
|
+
}
|
|
1798
|
+
/**
|
|
1799
|
+
* GetTxDescriptorResponse is the response returned by the GetTxDescriptor RPC
|
|
1800
|
+
* @name GetTxDescriptorResponse
|
|
1801
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1802
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.GetTxDescriptorResponse
|
|
1803
|
+
*/
|
|
1804
|
+
const GetTxDescriptorResponse = {
|
|
1805
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorResponse",
|
|
1806
|
+
aminoType: "cosmos-sdk/GetTxDescriptorResponse",
|
|
1807
|
+
is(o) {
|
|
1808
|
+
return o && o.$typeUrl === GetTxDescriptorResponse.typeUrl;
|
|
1809
|
+
},
|
|
1810
|
+
isAmino(o) {
|
|
1811
|
+
return o && o.$typeUrl === GetTxDescriptorResponse.typeUrl;
|
|
1812
|
+
},
|
|
1813
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1814
|
+
if (message.tx !== void 0) TxDescriptor.encode(message.tx, writer.uint32(10).fork()).ldelim();
|
|
1815
|
+
return writer;
|
|
1816
|
+
},
|
|
1817
|
+
decode(input, length) {
|
|
1818
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1819
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1820
|
+
const message = createBaseGetTxDescriptorResponse();
|
|
1821
|
+
while (reader.pos < end) {
|
|
1822
|
+
const tag = reader.uint32();
|
|
1823
|
+
switch (tag >>> 3) {
|
|
1824
|
+
case 1:
|
|
1825
|
+
message.tx = TxDescriptor.decode(reader, reader.uint32());
|
|
1826
|
+
break;
|
|
1827
|
+
default:
|
|
1828
|
+
reader.skipType(tag & 7);
|
|
1829
|
+
break;
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
return message;
|
|
1833
|
+
},
|
|
1834
|
+
fromPartial(object) {
|
|
1835
|
+
const message = createBaseGetTxDescriptorResponse();
|
|
1836
|
+
message.tx = object.tx !== void 0 && object.tx !== null ? TxDescriptor.fromPartial(object.tx) : void 0;
|
|
1837
|
+
return message;
|
|
1838
|
+
},
|
|
1839
|
+
fromAmino(object) {
|
|
1840
|
+
const message = createBaseGetTxDescriptorResponse();
|
|
1841
|
+
if (object.tx !== void 0 && object.tx !== null) message.tx = TxDescriptor.fromAmino(object.tx);
|
|
1842
|
+
return message;
|
|
1843
|
+
},
|
|
1844
|
+
toAmino(message) {
|
|
1845
|
+
const obj = {};
|
|
1846
|
+
obj.tx = message.tx ? TxDescriptor.toAmino(message.tx) : void 0;
|
|
1847
|
+
return obj;
|
|
1848
|
+
},
|
|
1849
|
+
fromAminoMsg(object) {
|
|
1850
|
+
return GetTxDescriptorResponse.fromAmino(object.value);
|
|
1851
|
+
},
|
|
1852
|
+
toAminoMsg(message) {
|
|
1853
|
+
return {
|
|
1854
|
+
type: "cosmos-sdk/GetTxDescriptorResponse",
|
|
1855
|
+
value: GetTxDescriptorResponse.toAmino(message)
|
|
1856
|
+
};
|
|
1857
|
+
},
|
|
1858
|
+
fromProtoMsg(message) {
|
|
1859
|
+
return GetTxDescriptorResponse.decode(message.value);
|
|
1860
|
+
},
|
|
1861
|
+
toProto(message) {
|
|
1862
|
+
return GetTxDescriptorResponse.encode(message).finish();
|
|
1863
|
+
},
|
|
1864
|
+
toProtoMsg(message) {
|
|
1865
|
+
return {
|
|
1866
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.GetTxDescriptorResponse",
|
|
1867
|
+
value: GetTxDescriptorResponse.encode(message).finish()
|
|
1868
|
+
};
|
|
1869
|
+
},
|
|
1870
|
+
registerTypeUrl() {
|
|
1871
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(GetTxDescriptorResponse.typeUrl)) return;
|
|
1872
|
+
TxDescriptor.registerTypeUrl();
|
|
1873
|
+
}
|
|
1874
|
+
};
|
|
1875
|
+
function createBaseQueryServicesDescriptor() {
|
|
1876
|
+
return { queryServices: [] };
|
|
1877
|
+
}
|
|
1878
|
+
/**
|
|
1879
|
+
* QueryServicesDescriptor contains the list of cosmos-sdk queriable services
|
|
1880
|
+
* @name QueryServicesDescriptor
|
|
1881
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1882
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.QueryServicesDescriptor
|
|
1883
|
+
*/
|
|
1884
|
+
const QueryServicesDescriptor = {
|
|
1885
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServicesDescriptor",
|
|
1886
|
+
aminoType: "cosmos-sdk/QueryServicesDescriptor",
|
|
1887
|
+
is(o) {
|
|
1888
|
+
return o && (o.$typeUrl === QueryServicesDescriptor.typeUrl || Array.isArray(o.queryServices) && (!o.queryServices.length || QueryServiceDescriptor.is(o.queryServices[0])));
|
|
1889
|
+
},
|
|
1890
|
+
isAmino(o) {
|
|
1891
|
+
return o && (o.$typeUrl === QueryServicesDescriptor.typeUrl || Array.isArray(o.query_services) && (!o.query_services.length || QueryServiceDescriptor.isAmino(o.query_services[0])));
|
|
1892
|
+
},
|
|
1893
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1894
|
+
for (const v of message.queryServices) QueryServiceDescriptor.encode(v, writer.uint32(10).fork()).ldelim();
|
|
1895
|
+
return writer;
|
|
1896
|
+
},
|
|
1897
|
+
decode(input, length) {
|
|
1898
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1899
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1900
|
+
const message = createBaseQueryServicesDescriptor();
|
|
1901
|
+
while (reader.pos < end) {
|
|
1902
|
+
const tag = reader.uint32();
|
|
1903
|
+
switch (tag >>> 3) {
|
|
1904
|
+
case 1:
|
|
1905
|
+
message.queryServices.push(QueryServiceDescriptor.decode(reader, reader.uint32()));
|
|
1906
|
+
break;
|
|
1907
|
+
default:
|
|
1908
|
+
reader.skipType(tag & 7);
|
|
1909
|
+
break;
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
return message;
|
|
1913
|
+
},
|
|
1914
|
+
fromPartial(object) {
|
|
1915
|
+
const message = createBaseQueryServicesDescriptor();
|
|
1916
|
+
message.queryServices = object.queryServices?.map((e) => QueryServiceDescriptor.fromPartial(e)) || [];
|
|
1917
|
+
return message;
|
|
1918
|
+
},
|
|
1919
|
+
fromAmino(object) {
|
|
1920
|
+
const message = createBaseQueryServicesDescriptor();
|
|
1921
|
+
message.queryServices = object.query_services?.map((e) => QueryServiceDescriptor.fromAmino(e)) || [];
|
|
1922
|
+
return message;
|
|
1923
|
+
},
|
|
1924
|
+
toAmino(message) {
|
|
1925
|
+
const obj = {};
|
|
1926
|
+
if (message.queryServices) obj.query_services = message.queryServices.map((e) => e ? QueryServiceDescriptor.toAmino(e) : void 0);
|
|
1927
|
+
else obj.query_services = message.queryServices;
|
|
1928
|
+
return obj;
|
|
1929
|
+
},
|
|
1930
|
+
fromAminoMsg(object) {
|
|
1931
|
+
return QueryServicesDescriptor.fromAmino(object.value);
|
|
1932
|
+
},
|
|
1933
|
+
toAminoMsg(message) {
|
|
1934
|
+
return {
|
|
1935
|
+
type: "cosmos-sdk/QueryServicesDescriptor",
|
|
1936
|
+
value: QueryServicesDescriptor.toAmino(message)
|
|
1937
|
+
};
|
|
1938
|
+
},
|
|
1939
|
+
fromProtoMsg(message) {
|
|
1940
|
+
return QueryServicesDescriptor.decode(message.value);
|
|
1941
|
+
},
|
|
1942
|
+
toProto(message) {
|
|
1943
|
+
return QueryServicesDescriptor.encode(message).finish();
|
|
1944
|
+
},
|
|
1945
|
+
toProtoMsg(message) {
|
|
1946
|
+
return {
|
|
1947
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServicesDescriptor",
|
|
1948
|
+
value: QueryServicesDescriptor.encode(message).finish()
|
|
1949
|
+
};
|
|
1950
|
+
},
|
|
1951
|
+
registerTypeUrl() {
|
|
1952
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryServicesDescriptor.typeUrl)) return;
|
|
1953
|
+
QueryServiceDescriptor.registerTypeUrl();
|
|
1954
|
+
}
|
|
1955
|
+
};
|
|
1956
|
+
function createBaseQueryServiceDescriptor() {
|
|
1957
|
+
return {
|
|
1958
|
+
fullname: "",
|
|
1959
|
+
isModule: false,
|
|
1960
|
+
methods: []
|
|
1961
|
+
};
|
|
1962
|
+
}
|
|
1963
|
+
/**
|
|
1964
|
+
* QueryServiceDescriptor describes a cosmos-sdk queryable service
|
|
1965
|
+
* @name QueryServiceDescriptor
|
|
1966
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
1967
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.QueryServiceDescriptor
|
|
1968
|
+
*/
|
|
1969
|
+
const QueryServiceDescriptor = {
|
|
1970
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServiceDescriptor",
|
|
1971
|
+
aminoType: "cosmos-sdk/QueryServiceDescriptor",
|
|
1972
|
+
is(o) {
|
|
1973
|
+
return o && (o.$typeUrl === QueryServiceDescriptor.typeUrl || typeof o.fullname === "string" && typeof o.isModule === "boolean" && Array.isArray(o.methods) && (!o.methods.length || QueryMethodDescriptor.is(o.methods[0])));
|
|
1974
|
+
},
|
|
1975
|
+
isAmino(o) {
|
|
1976
|
+
return o && (o.$typeUrl === QueryServiceDescriptor.typeUrl || typeof o.fullname === "string" && typeof o.is_module === "boolean" && Array.isArray(o.methods) && (!o.methods.length || QueryMethodDescriptor.isAmino(o.methods[0])));
|
|
1977
|
+
},
|
|
1978
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1979
|
+
if (message.fullname !== "") writer.uint32(10).string(message.fullname);
|
|
1980
|
+
if (message.isModule === true) writer.uint32(16).bool(message.isModule);
|
|
1981
|
+
for (const v of message.methods) QueryMethodDescriptor.encode(v, writer.uint32(26).fork()).ldelim();
|
|
1982
|
+
return writer;
|
|
1983
|
+
},
|
|
1984
|
+
decode(input, length) {
|
|
1985
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1986
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1987
|
+
const message = createBaseQueryServiceDescriptor();
|
|
1988
|
+
while (reader.pos < end) {
|
|
1989
|
+
const tag = reader.uint32();
|
|
1990
|
+
switch (tag >>> 3) {
|
|
1991
|
+
case 1:
|
|
1992
|
+
message.fullname = reader.string();
|
|
1993
|
+
break;
|
|
1994
|
+
case 2:
|
|
1995
|
+
message.isModule = reader.bool();
|
|
1996
|
+
break;
|
|
1997
|
+
case 3:
|
|
1998
|
+
message.methods.push(QueryMethodDescriptor.decode(reader, reader.uint32()));
|
|
1999
|
+
break;
|
|
2000
|
+
default:
|
|
2001
|
+
reader.skipType(tag & 7);
|
|
2002
|
+
break;
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
return message;
|
|
2006
|
+
},
|
|
2007
|
+
fromPartial(object) {
|
|
2008
|
+
const message = createBaseQueryServiceDescriptor();
|
|
2009
|
+
message.fullname = object.fullname ?? "";
|
|
2010
|
+
message.isModule = object.isModule ?? false;
|
|
2011
|
+
message.methods = object.methods?.map((e) => QueryMethodDescriptor.fromPartial(e)) || [];
|
|
2012
|
+
return message;
|
|
2013
|
+
},
|
|
2014
|
+
fromAmino(object) {
|
|
2015
|
+
const message = createBaseQueryServiceDescriptor();
|
|
2016
|
+
if (object.fullname !== void 0 && object.fullname !== null) message.fullname = object.fullname;
|
|
2017
|
+
if (object.is_module !== void 0 && object.is_module !== null) message.isModule = object.is_module;
|
|
2018
|
+
message.methods = object.methods?.map((e) => QueryMethodDescriptor.fromAmino(e)) || [];
|
|
2019
|
+
return message;
|
|
2020
|
+
},
|
|
2021
|
+
toAmino(message) {
|
|
2022
|
+
const obj = {};
|
|
2023
|
+
obj.fullname = message.fullname === "" ? void 0 : message.fullname;
|
|
2024
|
+
obj.is_module = message.isModule === false ? void 0 : message.isModule;
|
|
2025
|
+
if (message.methods) obj.methods = message.methods.map((e) => e ? QueryMethodDescriptor.toAmino(e) : void 0);
|
|
2026
|
+
else obj.methods = message.methods;
|
|
2027
|
+
return obj;
|
|
2028
|
+
},
|
|
2029
|
+
fromAminoMsg(object) {
|
|
2030
|
+
return QueryServiceDescriptor.fromAmino(object.value);
|
|
2031
|
+
},
|
|
2032
|
+
toAminoMsg(message) {
|
|
2033
|
+
return {
|
|
2034
|
+
type: "cosmos-sdk/QueryServiceDescriptor",
|
|
2035
|
+
value: QueryServiceDescriptor.toAmino(message)
|
|
2036
|
+
};
|
|
2037
|
+
},
|
|
2038
|
+
fromProtoMsg(message) {
|
|
2039
|
+
return QueryServiceDescriptor.decode(message.value);
|
|
2040
|
+
},
|
|
2041
|
+
toProto(message) {
|
|
2042
|
+
return QueryServiceDescriptor.encode(message).finish();
|
|
2043
|
+
},
|
|
2044
|
+
toProtoMsg(message) {
|
|
2045
|
+
return {
|
|
2046
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryServiceDescriptor",
|
|
2047
|
+
value: QueryServiceDescriptor.encode(message).finish()
|
|
2048
|
+
};
|
|
2049
|
+
},
|
|
2050
|
+
registerTypeUrl() {
|
|
2051
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(QueryServiceDescriptor.typeUrl)) return;
|
|
2052
|
+
QueryMethodDescriptor.registerTypeUrl();
|
|
2053
|
+
}
|
|
2054
|
+
};
|
|
2055
|
+
function createBaseQueryMethodDescriptor() {
|
|
2056
|
+
return {
|
|
2057
|
+
name: "",
|
|
2058
|
+
fullQueryPath: ""
|
|
2059
|
+
};
|
|
2060
|
+
}
|
|
2061
|
+
/**
|
|
2062
|
+
* QueryMethodDescriptor describes a queryable method of a query service
|
|
2063
|
+
* no other info is provided beside method name and tendermint queryable path
|
|
2064
|
+
* because it would be redundant with the grpc reflection service
|
|
2065
|
+
* @name QueryMethodDescriptor
|
|
2066
|
+
* @package cosmos.base.reflection.v2alpha1
|
|
2067
|
+
* @see proto type: cosmos.base.reflection.v2alpha1.QueryMethodDescriptor
|
|
2068
|
+
*/
|
|
2069
|
+
const QueryMethodDescriptor = {
|
|
2070
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryMethodDescriptor",
|
|
2071
|
+
aminoType: "cosmos-sdk/QueryMethodDescriptor",
|
|
2072
|
+
is(o) {
|
|
2073
|
+
return o && (o.$typeUrl === QueryMethodDescriptor.typeUrl || typeof o.name === "string" && typeof o.fullQueryPath === "string");
|
|
2074
|
+
},
|
|
2075
|
+
isAmino(o) {
|
|
2076
|
+
return o && (o.$typeUrl === QueryMethodDescriptor.typeUrl || typeof o.name === "string" && typeof o.full_query_path === "string");
|
|
2077
|
+
},
|
|
2078
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
2079
|
+
if (message.name !== "") writer.uint32(10).string(message.name);
|
|
2080
|
+
if (message.fullQueryPath !== "") writer.uint32(18).string(message.fullQueryPath);
|
|
2081
|
+
return writer;
|
|
2082
|
+
},
|
|
2083
|
+
decode(input, length) {
|
|
2084
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
2085
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
2086
|
+
const message = createBaseQueryMethodDescriptor();
|
|
2087
|
+
while (reader.pos < end) {
|
|
2088
|
+
const tag = reader.uint32();
|
|
2089
|
+
switch (tag >>> 3) {
|
|
2090
|
+
case 1:
|
|
2091
|
+
message.name = reader.string();
|
|
2092
|
+
break;
|
|
2093
|
+
case 2:
|
|
2094
|
+
message.fullQueryPath = reader.string();
|
|
2095
|
+
break;
|
|
2096
|
+
default:
|
|
2097
|
+
reader.skipType(tag & 7);
|
|
2098
|
+
break;
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
return message;
|
|
2102
|
+
},
|
|
2103
|
+
fromPartial(object) {
|
|
2104
|
+
const message = createBaseQueryMethodDescriptor();
|
|
2105
|
+
message.name = object.name ?? "";
|
|
2106
|
+
message.fullQueryPath = object.fullQueryPath ?? "";
|
|
2107
|
+
return message;
|
|
2108
|
+
},
|
|
2109
|
+
fromAmino(object) {
|
|
2110
|
+
const message = createBaseQueryMethodDescriptor();
|
|
2111
|
+
if (object.name !== void 0 && object.name !== null) message.name = object.name;
|
|
2112
|
+
if (object.full_query_path !== void 0 && object.full_query_path !== null) message.fullQueryPath = object.full_query_path;
|
|
2113
|
+
return message;
|
|
2114
|
+
},
|
|
2115
|
+
toAmino(message) {
|
|
2116
|
+
const obj = {};
|
|
2117
|
+
obj.name = message.name === "" ? void 0 : message.name;
|
|
2118
|
+
obj.full_query_path = message.fullQueryPath === "" ? void 0 : message.fullQueryPath;
|
|
2119
|
+
return obj;
|
|
2120
|
+
},
|
|
2121
|
+
fromAminoMsg(object) {
|
|
2122
|
+
return QueryMethodDescriptor.fromAmino(object.value);
|
|
2123
|
+
},
|
|
2124
|
+
toAminoMsg(message) {
|
|
2125
|
+
return {
|
|
2126
|
+
type: "cosmos-sdk/QueryMethodDescriptor",
|
|
2127
|
+
value: QueryMethodDescriptor.toAmino(message)
|
|
2128
|
+
};
|
|
2129
|
+
},
|
|
2130
|
+
fromProtoMsg(message) {
|
|
2131
|
+
return QueryMethodDescriptor.decode(message.value);
|
|
2132
|
+
},
|
|
2133
|
+
toProto(message) {
|
|
2134
|
+
return QueryMethodDescriptor.encode(message).finish();
|
|
2135
|
+
},
|
|
2136
|
+
toProtoMsg(message) {
|
|
2137
|
+
return {
|
|
2138
|
+
typeUrl: "/cosmos.base.reflection.v2alpha1.QueryMethodDescriptor",
|
|
2139
|
+
value: QueryMethodDescriptor.encode(message).finish()
|
|
2140
|
+
};
|
|
2141
|
+
},
|
|
2142
|
+
registerTypeUrl() {}
|
|
2143
|
+
};
|
|
2144
|
+
|
|
2145
|
+
//#endregion
|
|
2146
|
+
exports.AppDescriptor = AppDescriptor;
|
|
2147
|
+
exports.AuthnDescriptor = AuthnDescriptor;
|
|
2148
|
+
exports.ChainDescriptor = ChainDescriptor;
|
|
2149
|
+
exports.CodecDescriptor = CodecDescriptor;
|
|
2150
|
+
exports.ConfigurationDescriptor = ConfigurationDescriptor;
|
|
2151
|
+
exports.GetAuthnDescriptorRequest = GetAuthnDescriptorRequest;
|
|
2152
|
+
exports.GetAuthnDescriptorResponse = GetAuthnDescriptorResponse;
|
|
2153
|
+
exports.GetChainDescriptorRequest = GetChainDescriptorRequest;
|
|
2154
|
+
exports.GetChainDescriptorResponse = GetChainDescriptorResponse;
|
|
2155
|
+
exports.GetCodecDescriptorRequest = GetCodecDescriptorRequest;
|
|
2156
|
+
exports.GetCodecDescriptorResponse = GetCodecDescriptorResponse;
|
|
2157
|
+
exports.GetConfigurationDescriptorRequest = GetConfigurationDescriptorRequest;
|
|
2158
|
+
exports.GetConfigurationDescriptorResponse = GetConfigurationDescriptorResponse;
|
|
2159
|
+
exports.GetQueryServicesDescriptorRequest = GetQueryServicesDescriptorRequest;
|
|
2160
|
+
exports.GetQueryServicesDescriptorResponse = GetQueryServicesDescriptorResponse;
|
|
2161
|
+
exports.GetTxDescriptorRequest = GetTxDescriptorRequest;
|
|
2162
|
+
exports.GetTxDescriptorResponse = GetTxDescriptorResponse;
|
|
2163
|
+
exports.InterfaceAcceptingMessageDescriptor = InterfaceAcceptingMessageDescriptor;
|
|
2164
|
+
exports.InterfaceDescriptor = InterfaceDescriptor;
|
|
2165
|
+
exports.InterfaceImplementerDescriptor = InterfaceImplementerDescriptor;
|
|
2166
|
+
exports.MsgDescriptor = MsgDescriptor;
|
|
2167
|
+
exports.QueryMethodDescriptor = QueryMethodDescriptor;
|
|
2168
|
+
exports.QueryServiceDescriptor = QueryServiceDescriptor;
|
|
2169
|
+
exports.QueryServicesDescriptor = QueryServicesDescriptor;
|
|
2170
|
+
exports.SigningModeDescriptor = SigningModeDescriptor;
|
|
2171
|
+
exports.TxDescriptor = TxDescriptor;
|