@xpla/xpla-react 1.8.1 → 1.9.0-rc0
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 +34 -31
- 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
|
@@ -1,1398 +0,0 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
-
import { Height, HeightAmino, IdentifiedClientState, IdentifiedClientStateAmino, ConsensusStateWithHeight, ConsensusStateWithHeightAmino, Params, ParamsAmino } from "./client";
|
|
3
|
-
import { MerklePath, MerklePathAmino } from "../../commitment/v2/commitment";
|
|
4
|
-
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
-
import { DeepPartial } from "../../../../helpers";
|
|
7
|
-
/**
|
|
8
|
-
* QueryClientStateRequest is the request type for the Query/ClientState RPC
|
|
9
|
-
* method
|
|
10
|
-
* @name QueryClientStateRequest
|
|
11
|
-
* @package ibc.core.client.v1
|
|
12
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateRequest
|
|
13
|
-
*/
|
|
14
|
-
export interface QueryClientStateRequest {
|
|
15
|
-
/**
|
|
16
|
-
* client state unique identifier
|
|
17
|
-
*/
|
|
18
|
-
clientId: string;
|
|
19
|
-
}
|
|
20
|
-
export interface QueryClientStateRequestProtoMsg {
|
|
21
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStateRequest";
|
|
22
|
-
value: Uint8Array;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* QueryClientStateRequest is the request type for the Query/ClientState RPC
|
|
26
|
-
* method
|
|
27
|
-
* @name QueryClientStateRequestAmino
|
|
28
|
-
* @package ibc.core.client.v1
|
|
29
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateRequest
|
|
30
|
-
*/
|
|
31
|
-
export interface QueryClientStateRequestAmino {
|
|
32
|
-
/**
|
|
33
|
-
* client state unique identifier
|
|
34
|
-
*/
|
|
35
|
-
client_id: string;
|
|
36
|
-
}
|
|
37
|
-
export interface QueryClientStateRequestAminoMsg {
|
|
38
|
-
type: "cosmos-sdk/QueryClientStateRequest";
|
|
39
|
-
value: QueryClientStateRequestAmino;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* QueryClientStateResponse is the response type for the Query/ClientState RPC
|
|
43
|
-
* method. Besides the client state, it includes a proof and the height from
|
|
44
|
-
* which the proof was retrieved.
|
|
45
|
-
* @name QueryClientStateResponse
|
|
46
|
-
* @package ibc.core.client.v1
|
|
47
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateResponse
|
|
48
|
-
*/
|
|
49
|
-
export interface QueryClientStateResponse {
|
|
50
|
-
/**
|
|
51
|
-
* client state associated with the request identifier
|
|
52
|
-
*/
|
|
53
|
-
clientState?: Any;
|
|
54
|
-
/**
|
|
55
|
-
* merkle proof of existence
|
|
56
|
-
*/
|
|
57
|
-
proof: Uint8Array;
|
|
58
|
-
/**
|
|
59
|
-
* height at which the proof was retrieved
|
|
60
|
-
*/
|
|
61
|
-
proofHeight: Height;
|
|
62
|
-
}
|
|
63
|
-
export interface QueryClientStateResponseProtoMsg {
|
|
64
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStateResponse";
|
|
65
|
-
value: Uint8Array;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* QueryClientStateResponse is the response type for the Query/ClientState RPC
|
|
69
|
-
* method. Besides the client state, it includes a proof and the height from
|
|
70
|
-
* which the proof was retrieved.
|
|
71
|
-
* @name QueryClientStateResponseAmino
|
|
72
|
-
* @package ibc.core.client.v1
|
|
73
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateResponse
|
|
74
|
-
*/
|
|
75
|
-
export interface QueryClientStateResponseAmino {
|
|
76
|
-
/**
|
|
77
|
-
* client state associated with the request identifier
|
|
78
|
-
*/
|
|
79
|
-
client_state?: AnyAmino;
|
|
80
|
-
/**
|
|
81
|
-
* merkle proof of existence
|
|
82
|
-
*/
|
|
83
|
-
proof: string;
|
|
84
|
-
/**
|
|
85
|
-
* height at which the proof was retrieved
|
|
86
|
-
*/
|
|
87
|
-
proof_height: HeightAmino;
|
|
88
|
-
}
|
|
89
|
-
export interface QueryClientStateResponseAminoMsg {
|
|
90
|
-
type: "cosmos-sdk/QueryClientStateResponse";
|
|
91
|
-
value: QueryClientStateResponseAmino;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* QueryClientStatesRequest is the request type for the Query/ClientStates RPC
|
|
95
|
-
* method
|
|
96
|
-
* @name QueryClientStatesRequest
|
|
97
|
-
* @package ibc.core.client.v1
|
|
98
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesRequest
|
|
99
|
-
*/
|
|
100
|
-
export interface QueryClientStatesRequest {
|
|
101
|
-
/**
|
|
102
|
-
* pagination request
|
|
103
|
-
*/
|
|
104
|
-
pagination?: PageRequest;
|
|
105
|
-
}
|
|
106
|
-
export interface QueryClientStatesRequestProtoMsg {
|
|
107
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStatesRequest";
|
|
108
|
-
value: Uint8Array;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* QueryClientStatesRequest is the request type for the Query/ClientStates RPC
|
|
112
|
-
* method
|
|
113
|
-
* @name QueryClientStatesRequestAmino
|
|
114
|
-
* @package ibc.core.client.v1
|
|
115
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesRequest
|
|
116
|
-
*/
|
|
117
|
-
export interface QueryClientStatesRequestAmino {
|
|
118
|
-
/**
|
|
119
|
-
* pagination request
|
|
120
|
-
*/
|
|
121
|
-
pagination?: PageRequestAmino;
|
|
122
|
-
}
|
|
123
|
-
export interface QueryClientStatesRequestAminoMsg {
|
|
124
|
-
type: "cosmos-sdk/QueryClientStatesRequest";
|
|
125
|
-
value: QueryClientStatesRequestAmino;
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* QueryClientStatesResponse is the response type for the Query/ClientStates RPC
|
|
129
|
-
* method.
|
|
130
|
-
* @name QueryClientStatesResponse
|
|
131
|
-
* @package ibc.core.client.v1
|
|
132
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesResponse
|
|
133
|
-
*/
|
|
134
|
-
export interface QueryClientStatesResponse {
|
|
135
|
-
/**
|
|
136
|
-
* list of stored ClientStates of the chain.
|
|
137
|
-
*/
|
|
138
|
-
clientStates: IdentifiedClientState[];
|
|
139
|
-
/**
|
|
140
|
-
* pagination response
|
|
141
|
-
*/
|
|
142
|
-
pagination?: PageResponse;
|
|
143
|
-
}
|
|
144
|
-
export interface QueryClientStatesResponseProtoMsg {
|
|
145
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStatesResponse";
|
|
146
|
-
value: Uint8Array;
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* QueryClientStatesResponse is the response type for the Query/ClientStates RPC
|
|
150
|
-
* method.
|
|
151
|
-
* @name QueryClientStatesResponseAmino
|
|
152
|
-
* @package ibc.core.client.v1
|
|
153
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesResponse
|
|
154
|
-
*/
|
|
155
|
-
export interface QueryClientStatesResponseAmino {
|
|
156
|
-
/**
|
|
157
|
-
* list of stored ClientStates of the chain.
|
|
158
|
-
*/
|
|
159
|
-
client_states: IdentifiedClientStateAmino[];
|
|
160
|
-
/**
|
|
161
|
-
* pagination response
|
|
162
|
-
*/
|
|
163
|
-
pagination?: PageResponseAmino;
|
|
164
|
-
}
|
|
165
|
-
export interface QueryClientStatesResponseAminoMsg {
|
|
166
|
-
type: "cosmos-sdk/QueryClientStatesResponse";
|
|
167
|
-
value: QueryClientStatesResponseAmino;
|
|
168
|
-
}
|
|
169
|
-
/**
|
|
170
|
-
* QueryConsensusStateRequest is the request type for the Query/ConsensusState
|
|
171
|
-
* RPC method. Besides the consensus state, it includes a proof and the height
|
|
172
|
-
* from which the proof was retrieved.
|
|
173
|
-
* @name QueryConsensusStateRequest
|
|
174
|
-
* @package ibc.core.client.v1
|
|
175
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateRequest
|
|
176
|
-
*/
|
|
177
|
-
export interface QueryConsensusStateRequest {
|
|
178
|
-
/**
|
|
179
|
-
* client identifier
|
|
180
|
-
*/
|
|
181
|
-
clientId: string;
|
|
182
|
-
/**
|
|
183
|
-
* consensus state revision number
|
|
184
|
-
*/
|
|
185
|
-
revisionNumber: bigint;
|
|
186
|
-
/**
|
|
187
|
-
* consensus state revision height
|
|
188
|
-
*/
|
|
189
|
-
revisionHeight: bigint;
|
|
190
|
-
/**
|
|
191
|
-
* latest_height overrides the height field and queries the latest stored
|
|
192
|
-
* ConsensusState
|
|
193
|
-
*/
|
|
194
|
-
latestHeight: boolean;
|
|
195
|
-
}
|
|
196
|
-
export interface QueryConsensusStateRequestProtoMsg {
|
|
197
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStateRequest";
|
|
198
|
-
value: Uint8Array;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* QueryConsensusStateRequest is the request type for the Query/ConsensusState
|
|
202
|
-
* RPC method. Besides the consensus state, it includes a proof and the height
|
|
203
|
-
* from which the proof was retrieved.
|
|
204
|
-
* @name QueryConsensusStateRequestAmino
|
|
205
|
-
* @package ibc.core.client.v1
|
|
206
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateRequest
|
|
207
|
-
*/
|
|
208
|
-
export interface QueryConsensusStateRequestAmino {
|
|
209
|
-
/**
|
|
210
|
-
* client identifier
|
|
211
|
-
*/
|
|
212
|
-
client_id: string;
|
|
213
|
-
/**
|
|
214
|
-
* consensus state revision number
|
|
215
|
-
*/
|
|
216
|
-
revision_number: string;
|
|
217
|
-
/**
|
|
218
|
-
* consensus state revision height
|
|
219
|
-
*/
|
|
220
|
-
revision_height: string;
|
|
221
|
-
/**
|
|
222
|
-
* latest_height overrides the height field and queries the latest stored
|
|
223
|
-
* ConsensusState
|
|
224
|
-
*/
|
|
225
|
-
latest_height: boolean;
|
|
226
|
-
}
|
|
227
|
-
export interface QueryConsensusStateRequestAminoMsg {
|
|
228
|
-
type: "cosmos-sdk/QueryConsensusStateRequest";
|
|
229
|
-
value: QueryConsensusStateRequestAmino;
|
|
230
|
-
}
|
|
231
|
-
/**
|
|
232
|
-
* QueryConsensusStateResponse is the response type for the Query/ConsensusState
|
|
233
|
-
* RPC method
|
|
234
|
-
* @name QueryConsensusStateResponse
|
|
235
|
-
* @package ibc.core.client.v1
|
|
236
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateResponse
|
|
237
|
-
*/
|
|
238
|
-
export interface QueryConsensusStateResponse {
|
|
239
|
-
/**
|
|
240
|
-
* consensus state associated with the client identifier at the given height
|
|
241
|
-
*/
|
|
242
|
-
consensusState?: Any;
|
|
243
|
-
/**
|
|
244
|
-
* merkle proof of existence
|
|
245
|
-
*/
|
|
246
|
-
proof: Uint8Array;
|
|
247
|
-
/**
|
|
248
|
-
* height at which the proof was retrieved
|
|
249
|
-
*/
|
|
250
|
-
proofHeight: Height;
|
|
251
|
-
}
|
|
252
|
-
export interface QueryConsensusStateResponseProtoMsg {
|
|
253
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStateResponse";
|
|
254
|
-
value: Uint8Array;
|
|
255
|
-
}
|
|
256
|
-
/**
|
|
257
|
-
* QueryConsensusStateResponse is the response type for the Query/ConsensusState
|
|
258
|
-
* RPC method
|
|
259
|
-
* @name QueryConsensusStateResponseAmino
|
|
260
|
-
* @package ibc.core.client.v1
|
|
261
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateResponse
|
|
262
|
-
*/
|
|
263
|
-
export interface QueryConsensusStateResponseAmino {
|
|
264
|
-
/**
|
|
265
|
-
* consensus state associated with the client identifier at the given height
|
|
266
|
-
*/
|
|
267
|
-
consensus_state?: AnyAmino;
|
|
268
|
-
/**
|
|
269
|
-
* merkle proof of existence
|
|
270
|
-
*/
|
|
271
|
-
proof: string;
|
|
272
|
-
/**
|
|
273
|
-
* height at which the proof was retrieved
|
|
274
|
-
*/
|
|
275
|
-
proof_height: HeightAmino;
|
|
276
|
-
}
|
|
277
|
-
export interface QueryConsensusStateResponseAminoMsg {
|
|
278
|
-
type: "cosmos-sdk/QueryConsensusStateResponse";
|
|
279
|
-
value: QueryConsensusStateResponseAmino;
|
|
280
|
-
}
|
|
281
|
-
/**
|
|
282
|
-
* QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
|
|
283
|
-
* RPC method.
|
|
284
|
-
* @name QueryConsensusStatesRequest
|
|
285
|
-
* @package ibc.core.client.v1
|
|
286
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesRequest
|
|
287
|
-
*/
|
|
288
|
-
export interface QueryConsensusStatesRequest {
|
|
289
|
-
/**
|
|
290
|
-
* client identifier
|
|
291
|
-
*/
|
|
292
|
-
clientId: string;
|
|
293
|
-
/**
|
|
294
|
-
* pagination request
|
|
295
|
-
*/
|
|
296
|
-
pagination?: PageRequest;
|
|
297
|
-
}
|
|
298
|
-
export interface QueryConsensusStatesRequestProtoMsg {
|
|
299
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesRequest";
|
|
300
|
-
value: Uint8Array;
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
|
|
304
|
-
* RPC method.
|
|
305
|
-
* @name QueryConsensusStatesRequestAmino
|
|
306
|
-
* @package ibc.core.client.v1
|
|
307
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesRequest
|
|
308
|
-
*/
|
|
309
|
-
export interface QueryConsensusStatesRequestAmino {
|
|
310
|
-
/**
|
|
311
|
-
* client identifier
|
|
312
|
-
*/
|
|
313
|
-
client_id: string;
|
|
314
|
-
/**
|
|
315
|
-
* pagination request
|
|
316
|
-
*/
|
|
317
|
-
pagination?: PageRequestAmino;
|
|
318
|
-
}
|
|
319
|
-
export interface QueryConsensusStatesRequestAminoMsg {
|
|
320
|
-
type: "cosmos-sdk/QueryConsensusStatesRequest";
|
|
321
|
-
value: QueryConsensusStatesRequestAmino;
|
|
322
|
-
}
|
|
323
|
-
/**
|
|
324
|
-
* QueryConsensusStatesResponse is the response type for the
|
|
325
|
-
* Query/ConsensusStates RPC method
|
|
326
|
-
* @name QueryConsensusStatesResponse
|
|
327
|
-
* @package ibc.core.client.v1
|
|
328
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesResponse
|
|
329
|
-
*/
|
|
330
|
-
export interface QueryConsensusStatesResponse {
|
|
331
|
-
/**
|
|
332
|
-
* consensus states associated with the identifier
|
|
333
|
-
*/
|
|
334
|
-
consensusStates: ConsensusStateWithHeight[];
|
|
335
|
-
/**
|
|
336
|
-
* pagination response
|
|
337
|
-
*/
|
|
338
|
-
pagination?: PageResponse;
|
|
339
|
-
}
|
|
340
|
-
export interface QueryConsensusStatesResponseProtoMsg {
|
|
341
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesResponse";
|
|
342
|
-
value: Uint8Array;
|
|
343
|
-
}
|
|
344
|
-
/**
|
|
345
|
-
* QueryConsensusStatesResponse is the response type for the
|
|
346
|
-
* Query/ConsensusStates RPC method
|
|
347
|
-
* @name QueryConsensusStatesResponseAmino
|
|
348
|
-
* @package ibc.core.client.v1
|
|
349
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesResponse
|
|
350
|
-
*/
|
|
351
|
-
export interface QueryConsensusStatesResponseAmino {
|
|
352
|
-
/**
|
|
353
|
-
* consensus states associated with the identifier
|
|
354
|
-
*/
|
|
355
|
-
consensus_states: ConsensusStateWithHeightAmino[];
|
|
356
|
-
/**
|
|
357
|
-
* pagination response
|
|
358
|
-
*/
|
|
359
|
-
pagination?: PageResponseAmino;
|
|
360
|
-
}
|
|
361
|
-
export interface QueryConsensusStatesResponseAminoMsg {
|
|
362
|
-
type: "cosmos-sdk/QueryConsensusStatesResponse";
|
|
363
|
-
value: QueryConsensusStatesResponseAmino;
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* QueryConsensusStateHeightsRequest is the request type for Query/ConsensusStateHeights
|
|
367
|
-
* RPC method.
|
|
368
|
-
* @name QueryConsensusStateHeightsRequest
|
|
369
|
-
* @package ibc.core.client.v1
|
|
370
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsRequest
|
|
371
|
-
*/
|
|
372
|
-
export interface QueryConsensusStateHeightsRequest {
|
|
373
|
-
/**
|
|
374
|
-
* client identifier
|
|
375
|
-
*/
|
|
376
|
-
clientId: string;
|
|
377
|
-
/**
|
|
378
|
-
* pagination request
|
|
379
|
-
*/
|
|
380
|
-
pagination?: PageRequest;
|
|
381
|
-
}
|
|
382
|
-
export interface QueryConsensusStateHeightsRequestProtoMsg {
|
|
383
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsRequest";
|
|
384
|
-
value: Uint8Array;
|
|
385
|
-
}
|
|
386
|
-
/**
|
|
387
|
-
* QueryConsensusStateHeightsRequest is the request type for Query/ConsensusStateHeights
|
|
388
|
-
* RPC method.
|
|
389
|
-
* @name QueryConsensusStateHeightsRequestAmino
|
|
390
|
-
* @package ibc.core.client.v1
|
|
391
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsRequest
|
|
392
|
-
*/
|
|
393
|
-
export interface QueryConsensusStateHeightsRequestAmino {
|
|
394
|
-
/**
|
|
395
|
-
* client identifier
|
|
396
|
-
*/
|
|
397
|
-
client_id: string;
|
|
398
|
-
/**
|
|
399
|
-
* pagination request
|
|
400
|
-
*/
|
|
401
|
-
pagination?: PageRequestAmino;
|
|
402
|
-
}
|
|
403
|
-
export interface QueryConsensusStateHeightsRequestAminoMsg {
|
|
404
|
-
type: "cosmos-sdk/QueryConsensusStateHeightsRequest";
|
|
405
|
-
value: QueryConsensusStateHeightsRequestAmino;
|
|
406
|
-
}
|
|
407
|
-
/**
|
|
408
|
-
* QueryConsensusStateHeightsResponse is the response type for the
|
|
409
|
-
* Query/ConsensusStateHeights RPC method
|
|
410
|
-
* @name QueryConsensusStateHeightsResponse
|
|
411
|
-
* @package ibc.core.client.v1
|
|
412
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsResponse
|
|
413
|
-
*/
|
|
414
|
-
export interface QueryConsensusStateHeightsResponse {
|
|
415
|
-
/**
|
|
416
|
-
* consensus state heights
|
|
417
|
-
*/
|
|
418
|
-
consensusStateHeights: Height[];
|
|
419
|
-
/**
|
|
420
|
-
* pagination response
|
|
421
|
-
*/
|
|
422
|
-
pagination?: PageResponse;
|
|
423
|
-
}
|
|
424
|
-
export interface QueryConsensusStateHeightsResponseProtoMsg {
|
|
425
|
-
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsResponse";
|
|
426
|
-
value: Uint8Array;
|
|
427
|
-
}
|
|
428
|
-
/**
|
|
429
|
-
* QueryConsensusStateHeightsResponse is the response type for the
|
|
430
|
-
* Query/ConsensusStateHeights RPC method
|
|
431
|
-
* @name QueryConsensusStateHeightsResponseAmino
|
|
432
|
-
* @package ibc.core.client.v1
|
|
433
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsResponse
|
|
434
|
-
*/
|
|
435
|
-
export interface QueryConsensusStateHeightsResponseAmino {
|
|
436
|
-
/**
|
|
437
|
-
* consensus state heights
|
|
438
|
-
*/
|
|
439
|
-
consensus_state_heights: HeightAmino[];
|
|
440
|
-
/**
|
|
441
|
-
* pagination response
|
|
442
|
-
*/
|
|
443
|
-
pagination?: PageResponseAmino;
|
|
444
|
-
}
|
|
445
|
-
export interface QueryConsensusStateHeightsResponseAminoMsg {
|
|
446
|
-
type: "cosmos-sdk/QueryConsensusStateHeightsResponse";
|
|
447
|
-
value: QueryConsensusStateHeightsResponseAmino;
|
|
448
|
-
}
|
|
449
|
-
/**
|
|
450
|
-
* QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
|
|
451
|
-
* method
|
|
452
|
-
* @name QueryClientStatusRequest
|
|
453
|
-
* @package ibc.core.client.v1
|
|
454
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusRequest
|
|
455
|
-
*/
|
|
456
|
-
export interface QueryClientStatusRequest {
|
|
457
|
-
/**
|
|
458
|
-
* client unique identifier
|
|
459
|
-
*/
|
|
460
|
-
clientId: string;
|
|
461
|
-
}
|
|
462
|
-
export interface QueryClientStatusRequestProtoMsg {
|
|
463
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStatusRequest";
|
|
464
|
-
value: Uint8Array;
|
|
465
|
-
}
|
|
466
|
-
/**
|
|
467
|
-
* QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
|
|
468
|
-
* method
|
|
469
|
-
* @name QueryClientStatusRequestAmino
|
|
470
|
-
* @package ibc.core.client.v1
|
|
471
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusRequest
|
|
472
|
-
*/
|
|
473
|
-
export interface QueryClientStatusRequestAmino {
|
|
474
|
-
/**
|
|
475
|
-
* client unique identifier
|
|
476
|
-
*/
|
|
477
|
-
client_id: string;
|
|
478
|
-
}
|
|
479
|
-
export interface QueryClientStatusRequestAminoMsg {
|
|
480
|
-
type: "cosmos-sdk/QueryClientStatusRequest";
|
|
481
|
-
value: QueryClientStatusRequestAmino;
|
|
482
|
-
}
|
|
483
|
-
/**
|
|
484
|
-
* QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
|
|
485
|
-
* method. It returns the current status of the IBC client.
|
|
486
|
-
* @name QueryClientStatusResponse
|
|
487
|
-
* @package ibc.core.client.v1
|
|
488
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusResponse
|
|
489
|
-
*/
|
|
490
|
-
export interface QueryClientStatusResponse {
|
|
491
|
-
status: string;
|
|
492
|
-
}
|
|
493
|
-
export interface QueryClientStatusResponseProtoMsg {
|
|
494
|
-
typeUrl: "/ibc.core.client.v1.QueryClientStatusResponse";
|
|
495
|
-
value: Uint8Array;
|
|
496
|
-
}
|
|
497
|
-
/**
|
|
498
|
-
* QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
|
|
499
|
-
* method. It returns the current status of the IBC client.
|
|
500
|
-
* @name QueryClientStatusResponseAmino
|
|
501
|
-
* @package ibc.core.client.v1
|
|
502
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusResponse
|
|
503
|
-
*/
|
|
504
|
-
export interface QueryClientStatusResponseAmino {
|
|
505
|
-
status: string;
|
|
506
|
-
}
|
|
507
|
-
export interface QueryClientStatusResponseAminoMsg {
|
|
508
|
-
type: "cosmos-sdk/QueryClientStatusResponse";
|
|
509
|
-
value: QueryClientStatusResponseAmino;
|
|
510
|
-
}
|
|
511
|
-
/**
|
|
512
|
-
* QueryClientParamsRequest is the request type for the Query/ClientParams RPC
|
|
513
|
-
* method.
|
|
514
|
-
* @name QueryClientParamsRequest
|
|
515
|
-
* @package ibc.core.client.v1
|
|
516
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsRequest
|
|
517
|
-
*/
|
|
518
|
-
export interface QueryClientParamsRequest {
|
|
519
|
-
}
|
|
520
|
-
export interface QueryClientParamsRequestProtoMsg {
|
|
521
|
-
typeUrl: "/ibc.core.client.v1.QueryClientParamsRequest";
|
|
522
|
-
value: Uint8Array;
|
|
523
|
-
}
|
|
524
|
-
/**
|
|
525
|
-
* QueryClientParamsRequest is the request type for the Query/ClientParams RPC
|
|
526
|
-
* method.
|
|
527
|
-
* @name QueryClientParamsRequestAmino
|
|
528
|
-
* @package ibc.core.client.v1
|
|
529
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsRequest
|
|
530
|
-
*/
|
|
531
|
-
export interface QueryClientParamsRequestAmino {
|
|
532
|
-
}
|
|
533
|
-
export interface QueryClientParamsRequestAminoMsg {
|
|
534
|
-
type: "cosmos-sdk/QueryClientParamsRequest";
|
|
535
|
-
value: QueryClientParamsRequestAmino;
|
|
536
|
-
}
|
|
537
|
-
/**
|
|
538
|
-
* QueryClientParamsResponse is the response type for the Query/ClientParams RPC
|
|
539
|
-
* method.
|
|
540
|
-
* @name QueryClientParamsResponse
|
|
541
|
-
* @package ibc.core.client.v1
|
|
542
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsResponse
|
|
543
|
-
*/
|
|
544
|
-
export interface QueryClientParamsResponse {
|
|
545
|
-
/**
|
|
546
|
-
* params defines the parameters of the module.
|
|
547
|
-
*/
|
|
548
|
-
params?: Params;
|
|
549
|
-
}
|
|
550
|
-
export interface QueryClientParamsResponseProtoMsg {
|
|
551
|
-
typeUrl: "/ibc.core.client.v1.QueryClientParamsResponse";
|
|
552
|
-
value: Uint8Array;
|
|
553
|
-
}
|
|
554
|
-
/**
|
|
555
|
-
* QueryClientParamsResponse is the response type for the Query/ClientParams RPC
|
|
556
|
-
* method.
|
|
557
|
-
* @name QueryClientParamsResponseAmino
|
|
558
|
-
* @package ibc.core.client.v1
|
|
559
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsResponse
|
|
560
|
-
*/
|
|
561
|
-
export interface QueryClientParamsResponseAmino {
|
|
562
|
-
/**
|
|
563
|
-
* params defines the parameters of the module.
|
|
564
|
-
*/
|
|
565
|
-
params?: ParamsAmino;
|
|
566
|
-
}
|
|
567
|
-
export interface QueryClientParamsResponseAminoMsg {
|
|
568
|
-
type: "cosmos-sdk/QueryClientParamsResponse";
|
|
569
|
-
value: QueryClientParamsResponseAmino;
|
|
570
|
-
}
|
|
571
|
-
/**
|
|
572
|
-
* QueryClientCreatorRequest is the request type for the Query/ClientCreator RPC
|
|
573
|
-
* method.
|
|
574
|
-
* @name QueryClientCreatorRequest
|
|
575
|
-
* @package ibc.core.client.v1
|
|
576
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorRequest
|
|
577
|
-
*/
|
|
578
|
-
export interface QueryClientCreatorRequest {
|
|
579
|
-
/**
|
|
580
|
-
* client unique identifier
|
|
581
|
-
*/
|
|
582
|
-
clientId: string;
|
|
583
|
-
}
|
|
584
|
-
export interface QueryClientCreatorRequestProtoMsg {
|
|
585
|
-
typeUrl: "/ibc.core.client.v1.QueryClientCreatorRequest";
|
|
586
|
-
value: Uint8Array;
|
|
587
|
-
}
|
|
588
|
-
/**
|
|
589
|
-
* QueryClientCreatorRequest is the request type for the Query/ClientCreator RPC
|
|
590
|
-
* method.
|
|
591
|
-
* @name QueryClientCreatorRequestAmino
|
|
592
|
-
* @package ibc.core.client.v1
|
|
593
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorRequest
|
|
594
|
-
*/
|
|
595
|
-
export interface QueryClientCreatorRequestAmino {
|
|
596
|
-
/**
|
|
597
|
-
* client unique identifier
|
|
598
|
-
*/
|
|
599
|
-
client_id: string;
|
|
600
|
-
}
|
|
601
|
-
export interface QueryClientCreatorRequestAminoMsg {
|
|
602
|
-
type: "cosmos-sdk/QueryClientCreatorRequest";
|
|
603
|
-
value: QueryClientCreatorRequestAmino;
|
|
604
|
-
}
|
|
605
|
-
/**
|
|
606
|
-
* QueryClientCreatorResponse is the response type for the Query/ClientCreator RPC
|
|
607
|
-
* method.
|
|
608
|
-
* @name QueryClientCreatorResponse
|
|
609
|
-
* @package ibc.core.client.v1
|
|
610
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorResponse
|
|
611
|
-
*/
|
|
612
|
-
export interface QueryClientCreatorResponse {
|
|
613
|
-
/**
|
|
614
|
-
* creator of the client
|
|
615
|
-
*/
|
|
616
|
-
creator: string;
|
|
617
|
-
}
|
|
618
|
-
export interface QueryClientCreatorResponseProtoMsg {
|
|
619
|
-
typeUrl: "/ibc.core.client.v1.QueryClientCreatorResponse";
|
|
620
|
-
value: Uint8Array;
|
|
621
|
-
}
|
|
622
|
-
/**
|
|
623
|
-
* QueryClientCreatorResponse is the response type for the Query/ClientCreator RPC
|
|
624
|
-
* method.
|
|
625
|
-
* @name QueryClientCreatorResponseAmino
|
|
626
|
-
* @package ibc.core.client.v1
|
|
627
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorResponse
|
|
628
|
-
*/
|
|
629
|
-
export interface QueryClientCreatorResponseAmino {
|
|
630
|
-
/**
|
|
631
|
-
* creator of the client
|
|
632
|
-
*/
|
|
633
|
-
creator: string;
|
|
634
|
-
}
|
|
635
|
-
export interface QueryClientCreatorResponseAminoMsg {
|
|
636
|
-
type: "cosmos-sdk/QueryClientCreatorResponse";
|
|
637
|
-
value: QueryClientCreatorResponseAmino;
|
|
638
|
-
}
|
|
639
|
-
/**
|
|
640
|
-
* QueryUpgradedClientStateRequest is the request type for the
|
|
641
|
-
* Query/UpgradedClientState RPC method
|
|
642
|
-
* @name QueryUpgradedClientStateRequest
|
|
643
|
-
* @package ibc.core.client.v1
|
|
644
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateRequest
|
|
645
|
-
*/
|
|
646
|
-
export interface QueryUpgradedClientStateRequest {
|
|
647
|
-
}
|
|
648
|
-
export interface QueryUpgradedClientStateRequestProtoMsg {
|
|
649
|
-
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateRequest";
|
|
650
|
-
value: Uint8Array;
|
|
651
|
-
}
|
|
652
|
-
/**
|
|
653
|
-
* QueryUpgradedClientStateRequest is the request type for the
|
|
654
|
-
* Query/UpgradedClientState RPC method
|
|
655
|
-
* @name QueryUpgradedClientStateRequestAmino
|
|
656
|
-
* @package ibc.core.client.v1
|
|
657
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateRequest
|
|
658
|
-
*/
|
|
659
|
-
export interface QueryUpgradedClientStateRequestAmino {
|
|
660
|
-
}
|
|
661
|
-
export interface QueryUpgradedClientStateRequestAminoMsg {
|
|
662
|
-
type: "cosmos-sdk/QueryUpgradedClientStateRequest";
|
|
663
|
-
value: QueryUpgradedClientStateRequestAmino;
|
|
664
|
-
}
|
|
665
|
-
/**
|
|
666
|
-
* QueryUpgradedClientStateResponse is the response type for the
|
|
667
|
-
* Query/UpgradedClientState RPC method.
|
|
668
|
-
* @name QueryUpgradedClientStateResponse
|
|
669
|
-
* @package ibc.core.client.v1
|
|
670
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateResponse
|
|
671
|
-
*/
|
|
672
|
-
export interface QueryUpgradedClientStateResponse {
|
|
673
|
-
/**
|
|
674
|
-
* client state associated with the request identifier
|
|
675
|
-
*/
|
|
676
|
-
upgradedClientState?: Any;
|
|
677
|
-
}
|
|
678
|
-
export interface QueryUpgradedClientStateResponseProtoMsg {
|
|
679
|
-
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateResponse";
|
|
680
|
-
value: Uint8Array;
|
|
681
|
-
}
|
|
682
|
-
/**
|
|
683
|
-
* QueryUpgradedClientStateResponse is the response type for the
|
|
684
|
-
* Query/UpgradedClientState RPC method.
|
|
685
|
-
* @name QueryUpgradedClientStateResponseAmino
|
|
686
|
-
* @package ibc.core.client.v1
|
|
687
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateResponse
|
|
688
|
-
*/
|
|
689
|
-
export interface QueryUpgradedClientStateResponseAmino {
|
|
690
|
-
/**
|
|
691
|
-
* client state associated with the request identifier
|
|
692
|
-
*/
|
|
693
|
-
upgraded_client_state?: AnyAmino;
|
|
694
|
-
}
|
|
695
|
-
export interface QueryUpgradedClientStateResponseAminoMsg {
|
|
696
|
-
type: "cosmos-sdk/QueryUpgradedClientStateResponse";
|
|
697
|
-
value: QueryUpgradedClientStateResponseAmino;
|
|
698
|
-
}
|
|
699
|
-
/**
|
|
700
|
-
* QueryUpgradedConsensusStateRequest is the request type for the
|
|
701
|
-
* Query/UpgradedConsensusState RPC method
|
|
702
|
-
* @name QueryUpgradedConsensusStateRequest
|
|
703
|
-
* @package ibc.core.client.v1
|
|
704
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateRequest
|
|
705
|
-
*/
|
|
706
|
-
export interface QueryUpgradedConsensusStateRequest {
|
|
707
|
-
}
|
|
708
|
-
export interface QueryUpgradedConsensusStateRequestProtoMsg {
|
|
709
|
-
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateRequest";
|
|
710
|
-
value: Uint8Array;
|
|
711
|
-
}
|
|
712
|
-
/**
|
|
713
|
-
* QueryUpgradedConsensusStateRequest is the request type for the
|
|
714
|
-
* Query/UpgradedConsensusState RPC method
|
|
715
|
-
* @name QueryUpgradedConsensusStateRequestAmino
|
|
716
|
-
* @package ibc.core.client.v1
|
|
717
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateRequest
|
|
718
|
-
*/
|
|
719
|
-
export interface QueryUpgradedConsensusStateRequestAmino {
|
|
720
|
-
}
|
|
721
|
-
export interface QueryUpgradedConsensusStateRequestAminoMsg {
|
|
722
|
-
type: "cosmos-sdk/QueryUpgradedConsensusStateRequest";
|
|
723
|
-
value: QueryUpgradedConsensusStateRequestAmino;
|
|
724
|
-
}
|
|
725
|
-
/**
|
|
726
|
-
* QueryUpgradedConsensusStateResponse is the response type for the
|
|
727
|
-
* Query/UpgradedConsensusState RPC method.
|
|
728
|
-
* @name QueryUpgradedConsensusStateResponse
|
|
729
|
-
* @package ibc.core.client.v1
|
|
730
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateResponse
|
|
731
|
-
*/
|
|
732
|
-
export interface QueryUpgradedConsensusStateResponse {
|
|
733
|
-
/**
|
|
734
|
-
* Consensus state associated with the request identifier
|
|
735
|
-
*/
|
|
736
|
-
upgradedConsensusState?: Any;
|
|
737
|
-
}
|
|
738
|
-
export interface QueryUpgradedConsensusStateResponseProtoMsg {
|
|
739
|
-
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateResponse";
|
|
740
|
-
value: Uint8Array;
|
|
741
|
-
}
|
|
742
|
-
/**
|
|
743
|
-
* QueryUpgradedConsensusStateResponse is the response type for the
|
|
744
|
-
* Query/UpgradedConsensusState RPC method.
|
|
745
|
-
* @name QueryUpgradedConsensusStateResponseAmino
|
|
746
|
-
* @package ibc.core.client.v1
|
|
747
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateResponse
|
|
748
|
-
*/
|
|
749
|
-
export interface QueryUpgradedConsensusStateResponseAmino {
|
|
750
|
-
/**
|
|
751
|
-
* Consensus state associated with the request identifier
|
|
752
|
-
*/
|
|
753
|
-
upgraded_consensus_state?: AnyAmino;
|
|
754
|
-
}
|
|
755
|
-
export interface QueryUpgradedConsensusStateResponseAminoMsg {
|
|
756
|
-
type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
|
|
757
|
-
value: QueryUpgradedConsensusStateResponseAmino;
|
|
758
|
-
}
|
|
759
|
-
/**
|
|
760
|
-
* QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method
|
|
761
|
-
* @name QueryVerifyMembershipRequest
|
|
762
|
-
* @package ibc.core.client.v1
|
|
763
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipRequest
|
|
764
|
-
*/
|
|
765
|
-
export interface QueryVerifyMembershipRequest {
|
|
766
|
-
/**
|
|
767
|
-
* client unique identifier.
|
|
768
|
-
*/
|
|
769
|
-
clientId: string;
|
|
770
|
-
/**
|
|
771
|
-
* the proof to be verified by the client.
|
|
772
|
-
*/
|
|
773
|
-
proof: Uint8Array;
|
|
774
|
-
/**
|
|
775
|
-
* the height of the commitment root at which the proof is verified.
|
|
776
|
-
*/
|
|
777
|
-
proofHeight: Height;
|
|
778
|
-
/**
|
|
779
|
-
* the value which is proven.
|
|
780
|
-
*/
|
|
781
|
-
value: Uint8Array;
|
|
782
|
-
/**
|
|
783
|
-
* optional time delay
|
|
784
|
-
*/
|
|
785
|
-
timeDelay: bigint;
|
|
786
|
-
/**
|
|
787
|
-
* optional block delay
|
|
788
|
-
*/
|
|
789
|
-
blockDelay: bigint;
|
|
790
|
-
/**
|
|
791
|
-
* the commitment key path.
|
|
792
|
-
*/
|
|
793
|
-
merklePath: MerklePath;
|
|
794
|
-
}
|
|
795
|
-
export interface QueryVerifyMembershipRequestProtoMsg {
|
|
796
|
-
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipRequest";
|
|
797
|
-
value: Uint8Array;
|
|
798
|
-
}
|
|
799
|
-
/**
|
|
800
|
-
* QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method
|
|
801
|
-
* @name QueryVerifyMembershipRequestAmino
|
|
802
|
-
* @package ibc.core.client.v1
|
|
803
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipRequest
|
|
804
|
-
*/
|
|
805
|
-
export interface QueryVerifyMembershipRequestAmino {
|
|
806
|
-
/**
|
|
807
|
-
* client unique identifier.
|
|
808
|
-
*/
|
|
809
|
-
client_id: string;
|
|
810
|
-
/**
|
|
811
|
-
* the proof to be verified by the client.
|
|
812
|
-
*/
|
|
813
|
-
proof: string;
|
|
814
|
-
/**
|
|
815
|
-
* the height of the commitment root at which the proof is verified.
|
|
816
|
-
*/
|
|
817
|
-
proof_height: HeightAmino;
|
|
818
|
-
/**
|
|
819
|
-
* the value which is proven.
|
|
820
|
-
*/
|
|
821
|
-
value: string;
|
|
822
|
-
/**
|
|
823
|
-
* optional time delay
|
|
824
|
-
*/
|
|
825
|
-
time_delay: string;
|
|
826
|
-
/**
|
|
827
|
-
* optional block delay
|
|
828
|
-
*/
|
|
829
|
-
block_delay: string;
|
|
830
|
-
/**
|
|
831
|
-
* the commitment key path.
|
|
832
|
-
*/
|
|
833
|
-
merkle_path: MerklePathAmino;
|
|
834
|
-
}
|
|
835
|
-
export interface QueryVerifyMembershipRequestAminoMsg {
|
|
836
|
-
type: "cosmos-sdk/QueryVerifyMembershipRequest";
|
|
837
|
-
value: QueryVerifyMembershipRequestAmino;
|
|
838
|
-
}
|
|
839
|
-
/**
|
|
840
|
-
* QueryVerifyMembershipResponse is the response type for the Query/VerifyMembership RPC method
|
|
841
|
-
* @name QueryVerifyMembershipResponse
|
|
842
|
-
* @package ibc.core.client.v1
|
|
843
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipResponse
|
|
844
|
-
*/
|
|
845
|
-
export interface QueryVerifyMembershipResponse {
|
|
846
|
-
/**
|
|
847
|
-
* boolean indicating success or failure of proof verification.
|
|
848
|
-
*/
|
|
849
|
-
success: boolean;
|
|
850
|
-
}
|
|
851
|
-
export interface QueryVerifyMembershipResponseProtoMsg {
|
|
852
|
-
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipResponse";
|
|
853
|
-
value: Uint8Array;
|
|
854
|
-
}
|
|
855
|
-
/**
|
|
856
|
-
* QueryVerifyMembershipResponse is the response type for the Query/VerifyMembership RPC method
|
|
857
|
-
* @name QueryVerifyMembershipResponseAmino
|
|
858
|
-
* @package ibc.core.client.v1
|
|
859
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipResponse
|
|
860
|
-
*/
|
|
861
|
-
export interface QueryVerifyMembershipResponseAmino {
|
|
862
|
-
/**
|
|
863
|
-
* boolean indicating success or failure of proof verification.
|
|
864
|
-
*/
|
|
865
|
-
success: boolean;
|
|
866
|
-
}
|
|
867
|
-
export interface QueryVerifyMembershipResponseAminoMsg {
|
|
868
|
-
type: "cosmos-sdk/QueryVerifyMembershipResponse";
|
|
869
|
-
value: QueryVerifyMembershipResponseAmino;
|
|
870
|
-
}
|
|
871
|
-
/**
|
|
872
|
-
* QueryClientStateRequest is the request type for the Query/ClientState RPC
|
|
873
|
-
* method
|
|
874
|
-
* @name QueryClientStateRequest
|
|
875
|
-
* @package ibc.core.client.v1
|
|
876
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateRequest
|
|
877
|
-
*/
|
|
878
|
-
export declare const QueryClientStateRequest: {
|
|
879
|
-
typeUrl: string;
|
|
880
|
-
aminoType: string;
|
|
881
|
-
is(o: any): o is QueryClientStateRequest;
|
|
882
|
-
isAmino(o: any): o is QueryClientStateRequestAmino;
|
|
883
|
-
encode(message: QueryClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
884
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStateRequest;
|
|
885
|
-
fromPartial(object: DeepPartial<QueryClientStateRequest>): QueryClientStateRequest;
|
|
886
|
-
fromAmino(object: QueryClientStateRequestAmino): QueryClientStateRequest;
|
|
887
|
-
toAmino(message: QueryClientStateRequest): QueryClientStateRequestAmino;
|
|
888
|
-
fromAminoMsg(object: QueryClientStateRequestAminoMsg): QueryClientStateRequest;
|
|
889
|
-
toAminoMsg(message: QueryClientStateRequest): QueryClientStateRequestAminoMsg;
|
|
890
|
-
fromProtoMsg(message: QueryClientStateRequestProtoMsg): QueryClientStateRequest;
|
|
891
|
-
toProto(message: QueryClientStateRequest): Uint8Array;
|
|
892
|
-
toProtoMsg(message: QueryClientStateRequest): QueryClientStateRequestProtoMsg;
|
|
893
|
-
registerTypeUrl(): void;
|
|
894
|
-
};
|
|
895
|
-
/**
|
|
896
|
-
* QueryClientStateResponse is the response type for the Query/ClientState RPC
|
|
897
|
-
* method. Besides the client state, it includes a proof and the height from
|
|
898
|
-
* which the proof was retrieved.
|
|
899
|
-
* @name QueryClientStateResponse
|
|
900
|
-
* @package ibc.core.client.v1
|
|
901
|
-
* @see proto type: ibc.core.client.v1.QueryClientStateResponse
|
|
902
|
-
*/
|
|
903
|
-
export declare const QueryClientStateResponse: {
|
|
904
|
-
typeUrl: string;
|
|
905
|
-
aminoType: string;
|
|
906
|
-
is(o: any): o is QueryClientStateResponse;
|
|
907
|
-
isAmino(o: any): o is QueryClientStateResponseAmino;
|
|
908
|
-
encode(message: QueryClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
909
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStateResponse;
|
|
910
|
-
fromPartial(object: DeepPartial<QueryClientStateResponse>): QueryClientStateResponse;
|
|
911
|
-
fromAmino(object: QueryClientStateResponseAmino): QueryClientStateResponse;
|
|
912
|
-
toAmino(message: QueryClientStateResponse): QueryClientStateResponseAmino;
|
|
913
|
-
fromAminoMsg(object: QueryClientStateResponseAminoMsg): QueryClientStateResponse;
|
|
914
|
-
toAminoMsg(message: QueryClientStateResponse): QueryClientStateResponseAminoMsg;
|
|
915
|
-
fromProtoMsg(message: QueryClientStateResponseProtoMsg): QueryClientStateResponse;
|
|
916
|
-
toProto(message: QueryClientStateResponse): Uint8Array;
|
|
917
|
-
toProtoMsg(message: QueryClientStateResponse): QueryClientStateResponseProtoMsg;
|
|
918
|
-
registerTypeUrl(): void;
|
|
919
|
-
};
|
|
920
|
-
/**
|
|
921
|
-
* QueryClientStatesRequest is the request type for the Query/ClientStates RPC
|
|
922
|
-
* method
|
|
923
|
-
* @name QueryClientStatesRequest
|
|
924
|
-
* @package ibc.core.client.v1
|
|
925
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesRequest
|
|
926
|
-
*/
|
|
927
|
-
export declare const QueryClientStatesRequest: {
|
|
928
|
-
typeUrl: string;
|
|
929
|
-
aminoType: string;
|
|
930
|
-
is(o: any): o is QueryClientStatesRequest;
|
|
931
|
-
isAmino(o: any): o is QueryClientStatesRequestAmino;
|
|
932
|
-
encode(message: QueryClientStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
933
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatesRequest;
|
|
934
|
-
fromPartial(object: DeepPartial<QueryClientStatesRequest>): QueryClientStatesRequest;
|
|
935
|
-
fromAmino(object: QueryClientStatesRequestAmino): QueryClientStatesRequest;
|
|
936
|
-
toAmino(message: QueryClientStatesRequest): QueryClientStatesRequestAmino;
|
|
937
|
-
fromAminoMsg(object: QueryClientStatesRequestAminoMsg): QueryClientStatesRequest;
|
|
938
|
-
toAminoMsg(message: QueryClientStatesRequest): QueryClientStatesRequestAminoMsg;
|
|
939
|
-
fromProtoMsg(message: QueryClientStatesRequestProtoMsg): QueryClientStatesRequest;
|
|
940
|
-
toProto(message: QueryClientStatesRequest): Uint8Array;
|
|
941
|
-
toProtoMsg(message: QueryClientStatesRequest): QueryClientStatesRequestProtoMsg;
|
|
942
|
-
registerTypeUrl(): void;
|
|
943
|
-
};
|
|
944
|
-
/**
|
|
945
|
-
* QueryClientStatesResponse is the response type for the Query/ClientStates RPC
|
|
946
|
-
* method.
|
|
947
|
-
* @name QueryClientStatesResponse
|
|
948
|
-
* @package ibc.core.client.v1
|
|
949
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatesResponse
|
|
950
|
-
*/
|
|
951
|
-
export declare const QueryClientStatesResponse: {
|
|
952
|
-
typeUrl: string;
|
|
953
|
-
aminoType: string;
|
|
954
|
-
is(o: any): o is QueryClientStatesResponse;
|
|
955
|
-
isAmino(o: any): o is QueryClientStatesResponseAmino;
|
|
956
|
-
encode(message: QueryClientStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
957
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatesResponse;
|
|
958
|
-
fromPartial(object: DeepPartial<QueryClientStatesResponse>): QueryClientStatesResponse;
|
|
959
|
-
fromAmino(object: QueryClientStatesResponseAmino): QueryClientStatesResponse;
|
|
960
|
-
toAmino(message: QueryClientStatesResponse): QueryClientStatesResponseAmino;
|
|
961
|
-
fromAminoMsg(object: QueryClientStatesResponseAminoMsg): QueryClientStatesResponse;
|
|
962
|
-
toAminoMsg(message: QueryClientStatesResponse): QueryClientStatesResponseAminoMsg;
|
|
963
|
-
fromProtoMsg(message: QueryClientStatesResponseProtoMsg): QueryClientStatesResponse;
|
|
964
|
-
toProto(message: QueryClientStatesResponse): Uint8Array;
|
|
965
|
-
toProtoMsg(message: QueryClientStatesResponse): QueryClientStatesResponseProtoMsg;
|
|
966
|
-
registerTypeUrl(): void;
|
|
967
|
-
};
|
|
968
|
-
/**
|
|
969
|
-
* QueryConsensusStateRequest is the request type for the Query/ConsensusState
|
|
970
|
-
* RPC method. Besides the consensus state, it includes a proof and the height
|
|
971
|
-
* from which the proof was retrieved.
|
|
972
|
-
* @name QueryConsensusStateRequest
|
|
973
|
-
* @package ibc.core.client.v1
|
|
974
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateRequest
|
|
975
|
-
*/
|
|
976
|
-
export declare const QueryConsensusStateRequest: {
|
|
977
|
-
typeUrl: string;
|
|
978
|
-
aminoType: string;
|
|
979
|
-
is(o: any): o is QueryConsensusStateRequest;
|
|
980
|
-
isAmino(o: any): o is QueryConsensusStateRequestAmino;
|
|
981
|
-
encode(message: QueryConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
982
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateRequest;
|
|
983
|
-
fromPartial(object: DeepPartial<QueryConsensusStateRequest>): QueryConsensusStateRequest;
|
|
984
|
-
fromAmino(object: QueryConsensusStateRequestAmino): QueryConsensusStateRequest;
|
|
985
|
-
toAmino(message: QueryConsensusStateRequest): QueryConsensusStateRequestAmino;
|
|
986
|
-
fromAminoMsg(object: QueryConsensusStateRequestAminoMsg): QueryConsensusStateRequest;
|
|
987
|
-
toAminoMsg(message: QueryConsensusStateRequest): QueryConsensusStateRequestAminoMsg;
|
|
988
|
-
fromProtoMsg(message: QueryConsensusStateRequestProtoMsg): QueryConsensusStateRequest;
|
|
989
|
-
toProto(message: QueryConsensusStateRequest): Uint8Array;
|
|
990
|
-
toProtoMsg(message: QueryConsensusStateRequest): QueryConsensusStateRequestProtoMsg;
|
|
991
|
-
registerTypeUrl(): void;
|
|
992
|
-
};
|
|
993
|
-
/**
|
|
994
|
-
* QueryConsensusStateResponse is the response type for the Query/ConsensusState
|
|
995
|
-
* RPC method
|
|
996
|
-
* @name QueryConsensusStateResponse
|
|
997
|
-
* @package ibc.core.client.v1
|
|
998
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateResponse
|
|
999
|
-
*/
|
|
1000
|
-
export declare const QueryConsensusStateResponse: {
|
|
1001
|
-
typeUrl: string;
|
|
1002
|
-
aminoType: string;
|
|
1003
|
-
is(o: any): o is QueryConsensusStateResponse;
|
|
1004
|
-
isAmino(o: any): o is QueryConsensusStateResponseAmino;
|
|
1005
|
-
encode(message: QueryConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1006
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateResponse;
|
|
1007
|
-
fromPartial(object: DeepPartial<QueryConsensusStateResponse>): QueryConsensusStateResponse;
|
|
1008
|
-
fromAmino(object: QueryConsensusStateResponseAmino): QueryConsensusStateResponse;
|
|
1009
|
-
toAmino(message: QueryConsensusStateResponse): QueryConsensusStateResponseAmino;
|
|
1010
|
-
fromAminoMsg(object: QueryConsensusStateResponseAminoMsg): QueryConsensusStateResponse;
|
|
1011
|
-
toAminoMsg(message: QueryConsensusStateResponse): QueryConsensusStateResponseAminoMsg;
|
|
1012
|
-
fromProtoMsg(message: QueryConsensusStateResponseProtoMsg): QueryConsensusStateResponse;
|
|
1013
|
-
toProto(message: QueryConsensusStateResponse): Uint8Array;
|
|
1014
|
-
toProtoMsg(message: QueryConsensusStateResponse): QueryConsensusStateResponseProtoMsg;
|
|
1015
|
-
registerTypeUrl(): void;
|
|
1016
|
-
};
|
|
1017
|
-
/**
|
|
1018
|
-
* QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
|
|
1019
|
-
* RPC method.
|
|
1020
|
-
* @name QueryConsensusStatesRequest
|
|
1021
|
-
* @package ibc.core.client.v1
|
|
1022
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesRequest
|
|
1023
|
-
*/
|
|
1024
|
-
export declare const QueryConsensusStatesRequest: {
|
|
1025
|
-
typeUrl: string;
|
|
1026
|
-
aminoType: string;
|
|
1027
|
-
is(o: any): o is QueryConsensusStatesRequest;
|
|
1028
|
-
isAmino(o: any): o is QueryConsensusStatesRequestAmino;
|
|
1029
|
-
encode(message: QueryConsensusStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1030
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStatesRequest;
|
|
1031
|
-
fromPartial(object: DeepPartial<QueryConsensusStatesRequest>): QueryConsensusStatesRequest;
|
|
1032
|
-
fromAmino(object: QueryConsensusStatesRequestAmino): QueryConsensusStatesRequest;
|
|
1033
|
-
toAmino(message: QueryConsensusStatesRequest): QueryConsensusStatesRequestAmino;
|
|
1034
|
-
fromAminoMsg(object: QueryConsensusStatesRequestAminoMsg): QueryConsensusStatesRequest;
|
|
1035
|
-
toAminoMsg(message: QueryConsensusStatesRequest): QueryConsensusStatesRequestAminoMsg;
|
|
1036
|
-
fromProtoMsg(message: QueryConsensusStatesRequestProtoMsg): QueryConsensusStatesRequest;
|
|
1037
|
-
toProto(message: QueryConsensusStatesRequest): Uint8Array;
|
|
1038
|
-
toProtoMsg(message: QueryConsensusStatesRequest): QueryConsensusStatesRequestProtoMsg;
|
|
1039
|
-
registerTypeUrl(): void;
|
|
1040
|
-
};
|
|
1041
|
-
/**
|
|
1042
|
-
* QueryConsensusStatesResponse is the response type for the
|
|
1043
|
-
* Query/ConsensusStates RPC method
|
|
1044
|
-
* @name QueryConsensusStatesResponse
|
|
1045
|
-
* @package ibc.core.client.v1
|
|
1046
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStatesResponse
|
|
1047
|
-
*/
|
|
1048
|
-
export declare const QueryConsensusStatesResponse: {
|
|
1049
|
-
typeUrl: string;
|
|
1050
|
-
aminoType: string;
|
|
1051
|
-
is(o: any): o is QueryConsensusStatesResponse;
|
|
1052
|
-
isAmino(o: any): o is QueryConsensusStatesResponseAmino;
|
|
1053
|
-
encode(message: QueryConsensusStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1054
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStatesResponse;
|
|
1055
|
-
fromPartial(object: DeepPartial<QueryConsensusStatesResponse>): QueryConsensusStatesResponse;
|
|
1056
|
-
fromAmino(object: QueryConsensusStatesResponseAmino): QueryConsensusStatesResponse;
|
|
1057
|
-
toAmino(message: QueryConsensusStatesResponse): QueryConsensusStatesResponseAmino;
|
|
1058
|
-
fromAminoMsg(object: QueryConsensusStatesResponseAminoMsg): QueryConsensusStatesResponse;
|
|
1059
|
-
toAminoMsg(message: QueryConsensusStatesResponse): QueryConsensusStatesResponseAminoMsg;
|
|
1060
|
-
fromProtoMsg(message: QueryConsensusStatesResponseProtoMsg): QueryConsensusStatesResponse;
|
|
1061
|
-
toProto(message: QueryConsensusStatesResponse): Uint8Array;
|
|
1062
|
-
toProtoMsg(message: QueryConsensusStatesResponse): QueryConsensusStatesResponseProtoMsg;
|
|
1063
|
-
registerTypeUrl(): void;
|
|
1064
|
-
};
|
|
1065
|
-
/**
|
|
1066
|
-
* QueryConsensusStateHeightsRequest is the request type for Query/ConsensusStateHeights
|
|
1067
|
-
* RPC method.
|
|
1068
|
-
* @name QueryConsensusStateHeightsRequest
|
|
1069
|
-
* @package ibc.core.client.v1
|
|
1070
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsRequest
|
|
1071
|
-
*/
|
|
1072
|
-
export declare const QueryConsensusStateHeightsRequest: {
|
|
1073
|
-
typeUrl: string;
|
|
1074
|
-
aminoType: string;
|
|
1075
|
-
is(o: any): o is QueryConsensusStateHeightsRequest;
|
|
1076
|
-
isAmino(o: any): o is QueryConsensusStateHeightsRequestAmino;
|
|
1077
|
-
encode(message: QueryConsensusStateHeightsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1078
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateHeightsRequest;
|
|
1079
|
-
fromPartial(object: DeepPartial<QueryConsensusStateHeightsRequest>): QueryConsensusStateHeightsRequest;
|
|
1080
|
-
fromAmino(object: QueryConsensusStateHeightsRequestAmino): QueryConsensusStateHeightsRequest;
|
|
1081
|
-
toAmino(message: QueryConsensusStateHeightsRequest): QueryConsensusStateHeightsRequestAmino;
|
|
1082
|
-
fromAminoMsg(object: QueryConsensusStateHeightsRequestAminoMsg): QueryConsensusStateHeightsRequest;
|
|
1083
|
-
toAminoMsg(message: QueryConsensusStateHeightsRequest): QueryConsensusStateHeightsRequestAminoMsg;
|
|
1084
|
-
fromProtoMsg(message: QueryConsensusStateHeightsRequestProtoMsg): QueryConsensusStateHeightsRequest;
|
|
1085
|
-
toProto(message: QueryConsensusStateHeightsRequest): Uint8Array;
|
|
1086
|
-
toProtoMsg(message: QueryConsensusStateHeightsRequest): QueryConsensusStateHeightsRequestProtoMsg;
|
|
1087
|
-
registerTypeUrl(): void;
|
|
1088
|
-
};
|
|
1089
|
-
/**
|
|
1090
|
-
* QueryConsensusStateHeightsResponse is the response type for the
|
|
1091
|
-
* Query/ConsensusStateHeights RPC method
|
|
1092
|
-
* @name QueryConsensusStateHeightsResponse
|
|
1093
|
-
* @package ibc.core.client.v1
|
|
1094
|
-
* @see proto type: ibc.core.client.v1.QueryConsensusStateHeightsResponse
|
|
1095
|
-
*/
|
|
1096
|
-
export declare const QueryConsensusStateHeightsResponse: {
|
|
1097
|
-
typeUrl: string;
|
|
1098
|
-
aminoType: string;
|
|
1099
|
-
is(o: any): o is QueryConsensusStateHeightsResponse;
|
|
1100
|
-
isAmino(o: any): o is QueryConsensusStateHeightsResponseAmino;
|
|
1101
|
-
encode(message: QueryConsensusStateHeightsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1102
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateHeightsResponse;
|
|
1103
|
-
fromPartial(object: DeepPartial<QueryConsensusStateHeightsResponse>): QueryConsensusStateHeightsResponse;
|
|
1104
|
-
fromAmino(object: QueryConsensusStateHeightsResponseAmino): QueryConsensusStateHeightsResponse;
|
|
1105
|
-
toAmino(message: QueryConsensusStateHeightsResponse): QueryConsensusStateHeightsResponseAmino;
|
|
1106
|
-
fromAminoMsg(object: QueryConsensusStateHeightsResponseAminoMsg): QueryConsensusStateHeightsResponse;
|
|
1107
|
-
toAminoMsg(message: QueryConsensusStateHeightsResponse): QueryConsensusStateHeightsResponseAminoMsg;
|
|
1108
|
-
fromProtoMsg(message: QueryConsensusStateHeightsResponseProtoMsg): QueryConsensusStateHeightsResponse;
|
|
1109
|
-
toProto(message: QueryConsensusStateHeightsResponse): Uint8Array;
|
|
1110
|
-
toProtoMsg(message: QueryConsensusStateHeightsResponse): QueryConsensusStateHeightsResponseProtoMsg;
|
|
1111
|
-
registerTypeUrl(): void;
|
|
1112
|
-
};
|
|
1113
|
-
/**
|
|
1114
|
-
* QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
|
|
1115
|
-
* method
|
|
1116
|
-
* @name QueryClientStatusRequest
|
|
1117
|
-
* @package ibc.core.client.v1
|
|
1118
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusRequest
|
|
1119
|
-
*/
|
|
1120
|
-
export declare const QueryClientStatusRequest: {
|
|
1121
|
-
typeUrl: string;
|
|
1122
|
-
aminoType: string;
|
|
1123
|
-
is(o: any): o is QueryClientStatusRequest;
|
|
1124
|
-
isAmino(o: any): o is QueryClientStatusRequestAmino;
|
|
1125
|
-
encode(message: QueryClientStatusRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1126
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatusRequest;
|
|
1127
|
-
fromPartial(object: DeepPartial<QueryClientStatusRequest>): QueryClientStatusRequest;
|
|
1128
|
-
fromAmino(object: QueryClientStatusRequestAmino): QueryClientStatusRequest;
|
|
1129
|
-
toAmino(message: QueryClientStatusRequest): QueryClientStatusRequestAmino;
|
|
1130
|
-
fromAminoMsg(object: QueryClientStatusRequestAminoMsg): QueryClientStatusRequest;
|
|
1131
|
-
toAminoMsg(message: QueryClientStatusRequest): QueryClientStatusRequestAminoMsg;
|
|
1132
|
-
fromProtoMsg(message: QueryClientStatusRequestProtoMsg): QueryClientStatusRequest;
|
|
1133
|
-
toProto(message: QueryClientStatusRequest): Uint8Array;
|
|
1134
|
-
toProtoMsg(message: QueryClientStatusRequest): QueryClientStatusRequestProtoMsg;
|
|
1135
|
-
registerTypeUrl(): void;
|
|
1136
|
-
};
|
|
1137
|
-
/**
|
|
1138
|
-
* QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
|
|
1139
|
-
* method. It returns the current status of the IBC client.
|
|
1140
|
-
* @name QueryClientStatusResponse
|
|
1141
|
-
* @package ibc.core.client.v1
|
|
1142
|
-
* @see proto type: ibc.core.client.v1.QueryClientStatusResponse
|
|
1143
|
-
*/
|
|
1144
|
-
export declare const QueryClientStatusResponse: {
|
|
1145
|
-
typeUrl: string;
|
|
1146
|
-
aminoType: string;
|
|
1147
|
-
is(o: any): o is QueryClientStatusResponse;
|
|
1148
|
-
isAmino(o: any): o is QueryClientStatusResponseAmino;
|
|
1149
|
-
encode(message: QueryClientStatusResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1150
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatusResponse;
|
|
1151
|
-
fromPartial(object: DeepPartial<QueryClientStatusResponse>): QueryClientStatusResponse;
|
|
1152
|
-
fromAmino(object: QueryClientStatusResponseAmino): QueryClientStatusResponse;
|
|
1153
|
-
toAmino(message: QueryClientStatusResponse): QueryClientStatusResponseAmino;
|
|
1154
|
-
fromAminoMsg(object: QueryClientStatusResponseAminoMsg): QueryClientStatusResponse;
|
|
1155
|
-
toAminoMsg(message: QueryClientStatusResponse): QueryClientStatusResponseAminoMsg;
|
|
1156
|
-
fromProtoMsg(message: QueryClientStatusResponseProtoMsg): QueryClientStatusResponse;
|
|
1157
|
-
toProto(message: QueryClientStatusResponse): Uint8Array;
|
|
1158
|
-
toProtoMsg(message: QueryClientStatusResponse): QueryClientStatusResponseProtoMsg;
|
|
1159
|
-
registerTypeUrl(): void;
|
|
1160
|
-
};
|
|
1161
|
-
/**
|
|
1162
|
-
* QueryClientParamsRequest is the request type for the Query/ClientParams RPC
|
|
1163
|
-
* method.
|
|
1164
|
-
* @name QueryClientParamsRequest
|
|
1165
|
-
* @package ibc.core.client.v1
|
|
1166
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsRequest
|
|
1167
|
-
*/
|
|
1168
|
-
export declare const QueryClientParamsRequest: {
|
|
1169
|
-
typeUrl: string;
|
|
1170
|
-
aminoType: string;
|
|
1171
|
-
is(o: any): o is QueryClientParamsRequest;
|
|
1172
|
-
isAmino(o: any): o is QueryClientParamsRequestAmino;
|
|
1173
|
-
encode(_: QueryClientParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1174
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientParamsRequest;
|
|
1175
|
-
fromPartial(_: DeepPartial<QueryClientParamsRequest>): QueryClientParamsRequest;
|
|
1176
|
-
fromAmino(_: QueryClientParamsRequestAmino): QueryClientParamsRequest;
|
|
1177
|
-
toAmino(_: QueryClientParamsRequest): QueryClientParamsRequestAmino;
|
|
1178
|
-
fromAminoMsg(object: QueryClientParamsRequestAminoMsg): QueryClientParamsRequest;
|
|
1179
|
-
toAminoMsg(message: QueryClientParamsRequest): QueryClientParamsRequestAminoMsg;
|
|
1180
|
-
fromProtoMsg(message: QueryClientParamsRequestProtoMsg): QueryClientParamsRequest;
|
|
1181
|
-
toProto(message: QueryClientParamsRequest): Uint8Array;
|
|
1182
|
-
toProtoMsg(message: QueryClientParamsRequest): QueryClientParamsRequestProtoMsg;
|
|
1183
|
-
registerTypeUrl(): void;
|
|
1184
|
-
};
|
|
1185
|
-
/**
|
|
1186
|
-
* QueryClientParamsResponse is the response type for the Query/ClientParams RPC
|
|
1187
|
-
* method.
|
|
1188
|
-
* @name QueryClientParamsResponse
|
|
1189
|
-
* @package ibc.core.client.v1
|
|
1190
|
-
* @see proto type: ibc.core.client.v1.QueryClientParamsResponse
|
|
1191
|
-
*/
|
|
1192
|
-
export declare const QueryClientParamsResponse: {
|
|
1193
|
-
typeUrl: string;
|
|
1194
|
-
aminoType: string;
|
|
1195
|
-
is(o: any): o is QueryClientParamsResponse;
|
|
1196
|
-
isAmino(o: any): o is QueryClientParamsResponseAmino;
|
|
1197
|
-
encode(message: QueryClientParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1198
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientParamsResponse;
|
|
1199
|
-
fromPartial(object: DeepPartial<QueryClientParamsResponse>): QueryClientParamsResponse;
|
|
1200
|
-
fromAmino(object: QueryClientParamsResponseAmino): QueryClientParamsResponse;
|
|
1201
|
-
toAmino(message: QueryClientParamsResponse): QueryClientParamsResponseAmino;
|
|
1202
|
-
fromAminoMsg(object: QueryClientParamsResponseAminoMsg): QueryClientParamsResponse;
|
|
1203
|
-
toAminoMsg(message: QueryClientParamsResponse): QueryClientParamsResponseAminoMsg;
|
|
1204
|
-
fromProtoMsg(message: QueryClientParamsResponseProtoMsg): QueryClientParamsResponse;
|
|
1205
|
-
toProto(message: QueryClientParamsResponse): Uint8Array;
|
|
1206
|
-
toProtoMsg(message: QueryClientParamsResponse): QueryClientParamsResponseProtoMsg;
|
|
1207
|
-
registerTypeUrl(): void;
|
|
1208
|
-
};
|
|
1209
|
-
/**
|
|
1210
|
-
* QueryClientCreatorRequest is the request type for the Query/ClientCreator RPC
|
|
1211
|
-
* method.
|
|
1212
|
-
* @name QueryClientCreatorRequest
|
|
1213
|
-
* @package ibc.core.client.v1
|
|
1214
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorRequest
|
|
1215
|
-
*/
|
|
1216
|
-
export declare const QueryClientCreatorRequest: {
|
|
1217
|
-
typeUrl: string;
|
|
1218
|
-
aminoType: string;
|
|
1219
|
-
is(o: any): o is QueryClientCreatorRequest;
|
|
1220
|
-
isAmino(o: any): o is QueryClientCreatorRequestAmino;
|
|
1221
|
-
encode(message: QueryClientCreatorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1222
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientCreatorRequest;
|
|
1223
|
-
fromPartial(object: DeepPartial<QueryClientCreatorRequest>): QueryClientCreatorRequest;
|
|
1224
|
-
fromAmino(object: QueryClientCreatorRequestAmino): QueryClientCreatorRequest;
|
|
1225
|
-
toAmino(message: QueryClientCreatorRequest): QueryClientCreatorRequestAmino;
|
|
1226
|
-
fromAminoMsg(object: QueryClientCreatorRequestAminoMsg): QueryClientCreatorRequest;
|
|
1227
|
-
toAminoMsg(message: QueryClientCreatorRequest): QueryClientCreatorRequestAminoMsg;
|
|
1228
|
-
fromProtoMsg(message: QueryClientCreatorRequestProtoMsg): QueryClientCreatorRequest;
|
|
1229
|
-
toProto(message: QueryClientCreatorRequest): Uint8Array;
|
|
1230
|
-
toProtoMsg(message: QueryClientCreatorRequest): QueryClientCreatorRequestProtoMsg;
|
|
1231
|
-
registerTypeUrl(): void;
|
|
1232
|
-
};
|
|
1233
|
-
/**
|
|
1234
|
-
* QueryClientCreatorResponse is the response type for the Query/ClientCreator RPC
|
|
1235
|
-
* method.
|
|
1236
|
-
* @name QueryClientCreatorResponse
|
|
1237
|
-
* @package ibc.core.client.v1
|
|
1238
|
-
* @see proto type: ibc.core.client.v1.QueryClientCreatorResponse
|
|
1239
|
-
*/
|
|
1240
|
-
export declare const QueryClientCreatorResponse: {
|
|
1241
|
-
typeUrl: string;
|
|
1242
|
-
aminoType: string;
|
|
1243
|
-
is(o: any): o is QueryClientCreatorResponse;
|
|
1244
|
-
isAmino(o: any): o is QueryClientCreatorResponseAmino;
|
|
1245
|
-
encode(message: QueryClientCreatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1246
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientCreatorResponse;
|
|
1247
|
-
fromPartial(object: DeepPartial<QueryClientCreatorResponse>): QueryClientCreatorResponse;
|
|
1248
|
-
fromAmino(object: QueryClientCreatorResponseAmino): QueryClientCreatorResponse;
|
|
1249
|
-
toAmino(message: QueryClientCreatorResponse): QueryClientCreatorResponseAmino;
|
|
1250
|
-
fromAminoMsg(object: QueryClientCreatorResponseAminoMsg): QueryClientCreatorResponse;
|
|
1251
|
-
toAminoMsg(message: QueryClientCreatorResponse): QueryClientCreatorResponseAminoMsg;
|
|
1252
|
-
fromProtoMsg(message: QueryClientCreatorResponseProtoMsg): QueryClientCreatorResponse;
|
|
1253
|
-
toProto(message: QueryClientCreatorResponse): Uint8Array;
|
|
1254
|
-
toProtoMsg(message: QueryClientCreatorResponse): QueryClientCreatorResponseProtoMsg;
|
|
1255
|
-
registerTypeUrl(): void;
|
|
1256
|
-
};
|
|
1257
|
-
/**
|
|
1258
|
-
* QueryUpgradedClientStateRequest is the request type for the
|
|
1259
|
-
* Query/UpgradedClientState RPC method
|
|
1260
|
-
* @name QueryUpgradedClientStateRequest
|
|
1261
|
-
* @package ibc.core.client.v1
|
|
1262
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateRequest
|
|
1263
|
-
*/
|
|
1264
|
-
export declare const QueryUpgradedClientStateRequest: {
|
|
1265
|
-
typeUrl: string;
|
|
1266
|
-
aminoType: string;
|
|
1267
|
-
is(o: any): o is QueryUpgradedClientStateRequest;
|
|
1268
|
-
isAmino(o: any): o is QueryUpgradedClientStateRequestAmino;
|
|
1269
|
-
encode(_: QueryUpgradedClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1270
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedClientStateRequest;
|
|
1271
|
-
fromPartial(_: DeepPartial<QueryUpgradedClientStateRequest>): QueryUpgradedClientStateRequest;
|
|
1272
|
-
fromAmino(_: QueryUpgradedClientStateRequestAmino): QueryUpgradedClientStateRequest;
|
|
1273
|
-
toAmino(_: QueryUpgradedClientStateRequest): QueryUpgradedClientStateRequestAmino;
|
|
1274
|
-
fromAminoMsg(object: QueryUpgradedClientStateRequestAminoMsg): QueryUpgradedClientStateRequest;
|
|
1275
|
-
toAminoMsg(message: QueryUpgradedClientStateRequest): QueryUpgradedClientStateRequestAminoMsg;
|
|
1276
|
-
fromProtoMsg(message: QueryUpgradedClientStateRequestProtoMsg): QueryUpgradedClientStateRequest;
|
|
1277
|
-
toProto(message: QueryUpgradedClientStateRequest): Uint8Array;
|
|
1278
|
-
toProtoMsg(message: QueryUpgradedClientStateRequest): QueryUpgradedClientStateRequestProtoMsg;
|
|
1279
|
-
registerTypeUrl(): void;
|
|
1280
|
-
};
|
|
1281
|
-
/**
|
|
1282
|
-
* QueryUpgradedClientStateResponse is the response type for the
|
|
1283
|
-
* Query/UpgradedClientState RPC method.
|
|
1284
|
-
* @name QueryUpgradedClientStateResponse
|
|
1285
|
-
* @package ibc.core.client.v1
|
|
1286
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedClientStateResponse
|
|
1287
|
-
*/
|
|
1288
|
-
export declare const QueryUpgradedClientStateResponse: {
|
|
1289
|
-
typeUrl: string;
|
|
1290
|
-
aminoType: string;
|
|
1291
|
-
is(o: any): o is QueryUpgradedClientStateResponse;
|
|
1292
|
-
isAmino(o: any): o is QueryUpgradedClientStateResponseAmino;
|
|
1293
|
-
encode(message: QueryUpgradedClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1294
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedClientStateResponse;
|
|
1295
|
-
fromPartial(object: DeepPartial<QueryUpgradedClientStateResponse>): QueryUpgradedClientStateResponse;
|
|
1296
|
-
fromAmino(object: QueryUpgradedClientStateResponseAmino): QueryUpgradedClientStateResponse;
|
|
1297
|
-
toAmino(message: QueryUpgradedClientStateResponse): QueryUpgradedClientStateResponseAmino;
|
|
1298
|
-
fromAminoMsg(object: QueryUpgradedClientStateResponseAminoMsg): QueryUpgradedClientStateResponse;
|
|
1299
|
-
toAminoMsg(message: QueryUpgradedClientStateResponse): QueryUpgradedClientStateResponseAminoMsg;
|
|
1300
|
-
fromProtoMsg(message: QueryUpgradedClientStateResponseProtoMsg): QueryUpgradedClientStateResponse;
|
|
1301
|
-
toProto(message: QueryUpgradedClientStateResponse): Uint8Array;
|
|
1302
|
-
toProtoMsg(message: QueryUpgradedClientStateResponse): QueryUpgradedClientStateResponseProtoMsg;
|
|
1303
|
-
registerTypeUrl(): void;
|
|
1304
|
-
};
|
|
1305
|
-
/**
|
|
1306
|
-
* QueryUpgradedConsensusStateRequest is the request type for the
|
|
1307
|
-
* Query/UpgradedConsensusState RPC method
|
|
1308
|
-
* @name QueryUpgradedConsensusStateRequest
|
|
1309
|
-
* @package ibc.core.client.v1
|
|
1310
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateRequest
|
|
1311
|
-
*/
|
|
1312
|
-
export declare const QueryUpgradedConsensusStateRequest: {
|
|
1313
|
-
typeUrl: string;
|
|
1314
|
-
aminoType: string;
|
|
1315
|
-
is(o: any): o is QueryUpgradedConsensusStateRequest;
|
|
1316
|
-
isAmino(o: any): o is QueryUpgradedConsensusStateRequestAmino;
|
|
1317
|
-
encode(_: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1318
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
|
|
1319
|
-
fromPartial(_: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
|
|
1320
|
-
fromAmino(_: QueryUpgradedConsensusStateRequestAmino): QueryUpgradedConsensusStateRequest;
|
|
1321
|
-
toAmino(_: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestAmino;
|
|
1322
|
-
fromAminoMsg(object: QueryUpgradedConsensusStateRequestAminoMsg): QueryUpgradedConsensusStateRequest;
|
|
1323
|
-
toAminoMsg(message: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestAminoMsg;
|
|
1324
|
-
fromProtoMsg(message: QueryUpgradedConsensusStateRequestProtoMsg): QueryUpgradedConsensusStateRequest;
|
|
1325
|
-
toProto(message: QueryUpgradedConsensusStateRequest): Uint8Array;
|
|
1326
|
-
toProtoMsg(message: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestProtoMsg;
|
|
1327
|
-
registerTypeUrl(): void;
|
|
1328
|
-
};
|
|
1329
|
-
/**
|
|
1330
|
-
* QueryUpgradedConsensusStateResponse is the response type for the
|
|
1331
|
-
* Query/UpgradedConsensusState RPC method.
|
|
1332
|
-
* @name QueryUpgradedConsensusStateResponse
|
|
1333
|
-
* @package ibc.core.client.v1
|
|
1334
|
-
* @see proto type: ibc.core.client.v1.QueryUpgradedConsensusStateResponse
|
|
1335
|
-
*/
|
|
1336
|
-
export declare const QueryUpgradedConsensusStateResponse: {
|
|
1337
|
-
typeUrl: string;
|
|
1338
|
-
aminoType: string;
|
|
1339
|
-
is(o: any): o is QueryUpgradedConsensusStateResponse;
|
|
1340
|
-
isAmino(o: any): o is QueryUpgradedConsensusStateResponseAmino;
|
|
1341
|
-
encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1342
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
|
|
1343
|
-
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
|
|
1344
|
-
fromAmino(object: QueryUpgradedConsensusStateResponseAmino): QueryUpgradedConsensusStateResponse;
|
|
1345
|
-
toAmino(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseAmino;
|
|
1346
|
-
fromAminoMsg(object: QueryUpgradedConsensusStateResponseAminoMsg): QueryUpgradedConsensusStateResponse;
|
|
1347
|
-
toAminoMsg(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseAminoMsg;
|
|
1348
|
-
fromProtoMsg(message: QueryUpgradedConsensusStateResponseProtoMsg): QueryUpgradedConsensusStateResponse;
|
|
1349
|
-
toProto(message: QueryUpgradedConsensusStateResponse): Uint8Array;
|
|
1350
|
-
toProtoMsg(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseProtoMsg;
|
|
1351
|
-
registerTypeUrl(): void;
|
|
1352
|
-
};
|
|
1353
|
-
/**
|
|
1354
|
-
* QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method
|
|
1355
|
-
* @name QueryVerifyMembershipRequest
|
|
1356
|
-
* @package ibc.core.client.v1
|
|
1357
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipRequest
|
|
1358
|
-
*/
|
|
1359
|
-
export declare const QueryVerifyMembershipRequest: {
|
|
1360
|
-
typeUrl: string;
|
|
1361
|
-
aminoType: string;
|
|
1362
|
-
is(o: any): o is QueryVerifyMembershipRequest;
|
|
1363
|
-
isAmino(o: any): o is QueryVerifyMembershipRequestAmino;
|
|
1364
|
-
encode(message: QueryVerifyMembershipRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1365
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryVerifyMembershipRequest;
|
|
1366
|
-
fromPartial(object: DeepPartial<QueryVerifyMembershipRequest>): QueryVerifyMembershipRequest;
|
|
1367
|
-
fromAmino(object: QueryVerifyMembershipRequestAmino): QueryVerifyMembershipRequest;
|
|
1368
|
-
toAmino(message: QueryVerifyMembershipRequest): QueryVerifyMembershipRequestAmino;
|
|
1369
|
-
fromAminoMsg(object: QueryVerifyMembershipRequestAminoMsg): QueryVerifyMembershipRequest;
|
|
1370
|
-
toAminoMsg(message: QueryVerifyMembershipRequest): QueryVerifyMembershipRequestAminoMsg;
|
|
1371
|
-
fromProtoMsg(message: QueryVerifyMembershipRequestProtoMsg): QueryVerifyMembershipRequest;
|
|
1372
|
-
toProto(message: QueryVerifyMembershipRequest): Uint8Array;
|
|
1373
|
-
toProtoMsg(message: QueryVerifyMembershipRequest): QueryVerifyMembershipRequestProtoMsg;
|
|
1374
|
-
registerTypeUrl(): void;
|
|
1375
|
-
};
|
|
1376
|
-
/**
|
|
1377
|
-
* QueryVerifyMembershipResponse is the response type for the Query/VerifyMembership RPC method
|
|
1378
|
-
* @name QueryVerifyMembershipResponse
|
|
1379
|
-
* @package ibc.core.client.v1
|
|
1380
|
-
* @see proto type: ibc.core.client.v1.QueryVerifyMembershipResponse
|
|
1381
|
-
*/
|
|
1382
|
-
export declare const QueryVerifyMembershipResponse: {
|
|
1383
|
-
typeUrl: string;
|
|
1384
|
-
aminoType: string;
|
|
1385
|
-
is(o: any): o is QueryVerifyMembershipResponse;
|
|
1386
|
-
isAmino(o: any): o is QueryVerifyMembershipResponseAmino;
|
|
1387
|
-
encode(message: QueryVerifyMembershipResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1388
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryVerifyMembershipResponse;
|
|
1389
|
-
fromPartial(object: DeepPartial<QueryVerifyMembershipResponse>): QueryVerifyMembershipResponse;
|
|
1390
|
-
fromAmino(object: QueryVerifyMembershipResponseAmino): QueryVerifyMembershipResponse;
|
|
1391
|
-
toAmino(message: QueryVerifyMembershipResponse): QueryVerifyMembershipResponseAmino;
|
|
1392
|
-
fromAminoMsg(object: QueryVerifyMembershipResponseAminoMsg): QueryVerifyMembershipResponse;
|
|
1393
|
-
toAminoMsg(message: QueryVerifyMembershipResponse): QueryVerifyMembershipResponseAminoMsg;
|
|
1394
|
-
fromProtoMsg(message: QueryVerifyMembershipResponseProtoMsg): QueryVerifyMembershipResponse;
|
|
1395
|
-
toProto(message: QueryVerifyMembershipResponse): Uint8Array;
|
|
1396
|
-
toProtoMsg(message: QueryVerifyMembershipResponse): QueryVerifyMembershipResponseProtoMsg;
|
|
1397
|
-
registerTypeUrl(): void;
|
|
1398
|
-
};
|