@xpla/xpla-react 1.8.2 → 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 +33 -32
- 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,2021 +0,0 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
-
import { Channel, ChannelAmino, IdentifiedChannel, IdentifiedChannelAmino, PacketState, PacketStateAmino } from "./channel";
|
|
3
|
-
import { Height, HeightAmino, IdentifiedClientState, IdentifiedClientStateAmino } from "../../client/v1/client";
|
|
4
|
-
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
5
|
-
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
-
import { DeepPartial } from "../../../../helpers";
|
|
7
|
-
/**
|
|
8
|
-
* QueryChannelRequest is the request type for the Query/Channel RPC method
|
|
9
|
-
* @name QueryChannelRequest
|
|
10
|
-
* @package ibc.core.channel.v1
|
|
11
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelRequest
|
|
12
|
-
*/
|
|
13
|
-
export interface QueryChannelRequest {
|
|
14
|
-
/**
|
|
15
|
-
* port unique identifier
|
|
16
|
-
*/
|
|
17
|
-
portId: string;
|
|
18
|
-
/**
|
|
19
|
-
* channel unique identifier
|
|
20
|
-
*/
|
|
21
|
-
channelId: string;
|
|
22
|
-
}
|
|
23
|
-
export interface QueryChannelRequestProtoMsg {
|
|
24
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelRequest";
|
|
25
|
-
value: Uint8Array;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* QueryChannelRequest is the request type for the Query/Channel RPC method
|
|
29
|
-
* @name QueryChannelRequestAmino
|
|
30
|
-
* @package ibc.core.channel.v1
|
|
31
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelRequest
|
|
32
|
-
*/
|
|
33
|
-
export interface QueryChannelRequestAmino {
|
|
34
|
-
/**
|
|
35
|
-
* port unique identifier
|
|
36
|
-
*/
|
|
37
|
-
port_id: string;
|
|
38
|
-
/**
|
|
39
|
-
* channel unique identifier
|
|
40
|
-
*/
|
|
41
|
-
channel_id: string;
|
|
42
|
-
}
|
|
43
|
-
export interface QueryChannelRequestAminoMsg {
|
|
44
|
-
type: "cosmos-sdk/QueryChannelRequest";
|
|
45
|
-
value: QueryChannelRequestAmino;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* QueryChannelResponse is the response type for the Query/Channel RPC method.
|
|
49
|
-
* Besides the Channel end, it includes a proof and the height from which the
|
|
50
|
-
* proof was retrieved.
|
|
51
|
-
* @name QueryChannelResponse
|
|
52
|
-
* @package ibc.core.channel.v1
|
|
53
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelResponse
|
|
54
|
-
*/
|
|
55
|
-
export interface QueryChannelResponse {
|
|
56
|
-
/**
|
|
57
|
-
* channel associated with the request identifiers
|
|
58
|
-
*/
|
|
59
|
-
channel?: Channel;
|
|
60
|
-
/**
|
|
61
|
-
* merkle proof of existence
|
|
62
|
-
*/
|
|
63
|
-
proof: Uint8Array;
|
|
64
|
-
/**
|
|
65
|
-
* height at which the proof was retrieved
|
|
66
|
-
*/
|
|
67
|
-
proofHeight: Height;
|
|
68
|
-
}
|
|
69
|
-
export interface QueryChannelResponseProtoMsg {
|
|
70
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelResponse";
|
|
71
|
-
value: Uint8Array;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* QueryChannelResponse is the response type for the Query/Channel RPC method.
|
|
75
|
-
* Besides the Channel end, it includes a proof and the height from which the
|
|
76
|
-
* proof was retrieved.
|
|
77
|
-
* @name QueryChannelResponseAmino
|
|
78
|
-
* @package ibc.core.channel.v1
|
|
79
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelResponse
|
|
80
|
-
*/
|
|
81
|
-
export interface QueryChannelResponseAmino {
|
|
82
|
-
/**
|
|
83
|
-
* channel associated with the request identifiers
|
|
84
|
-
*/
|
|
85
|
-
channel?: ChannelAmino;
|
|
86
|
-
/**
|
|
87
|
-
* merkle proof of existence
|
|
88
|
-
*/
|
|
89
|
-
proof: string;
|
|
90
|
-
/**
|
|
91
|
-
* height at which the proof was retrieved
|
|
92
|
-
*/
|
|
93
|
-
proof_height: HeightAmino;
|
|
94
|
-
}
|
|
95
|
-
export interface QueryChannelResponseAminoMsg {
|
|
96
|
-
type: "cosmos-sdk/QueryChannelResponse";
|
|
97
|
-
value: QueryChannelResponseAmino;
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* QueryChannelsRequest is the request type for the Query/Channels RPC method
|
|
101
|
-
* @name QueryChannelsRequest
|
|
102
|
-
* @package ibc.core.channel.v1
|
|
103
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsRequest
|
|
104
|
-
*/
|
|
105
|
-
export interface QueryChannelsRequest {
|
|
106
|
-
/**
|
|
107
|
-
* pagination request
|
|
108
|
-
*/
|
|
109
|
-
pagination?: PageRequest;
|
|
110
|
-
}
|
|
111
|
-
export interface QueryChannelsRequestProtoMsg {
|
|
112
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelsRequest";
|
|
113
|
-
value: Uint8Array;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* QueryChannelsRequest is the request type for the Query/Channels RPC method
|
|
117
|
-
* @name QueryChannelsRequestAmino
|
|
118
|
-
* @package ibc.core.channel.v1
|
|
119
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsRequest
|
|
120
|
-
*/
|
|
121
|
-
export interface QueryChannelsRequestAmino {
|
|
122
|
-
/**
|
|
123
|
-
* pagination request
|
|
124
|
-
*/
|
|
125
|
-
pagination?: PageRequestAmino;
|
|
126
|
-
}
|
|
127
|
-
export interface QueryChannelsRequestAminoMsg {
|
|
128
|
-
type: "cosmos-sdk/QueryChannelsRequest";
|
|
129
|
-
value: QueryChannelsRequestAmino;
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* QueryChannelsResponse is the response type for the Query/Channels RPC method.
|
|
133
|
-
* @name QueryChannelsResponse
|
|
134
|
-
* @package ibc.core.channel.v1
|
|
135
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsResponse
|
|
136
|
-
*/
|
|
137
|
-
export interface QueryChannelsResponse {
|
|
138
|
-
/**
|
|
139
|
-
* list of stored channels of the chain.
|
|
140
|
-
*/
|
|
141
|
-
channels: IdentifiedChannel[];
|
|
142
|
-
/**
|
|
143
|
-
* pagination response
|
|
144
|
-
*/
|
|
145
|
-
pagination?: PageResponse;
|
|
146
|
-
/**
|
|
147
|
-
* query block height
|
|
148
|
-
*/
|
|
149
|
-
height: Height;
|
|
150
|
-
}
|
|
151
|
-
export interface QueryChannelsResponseProtoMsg {
|
|
152
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelsResponse";
|
|
153
|
-
value: Uint8Array;
|
|
154
|
-
}
|
|
155
|
-
/**
|
|
156
|
-
* QueryChannelsResponse is the response type for the Query/Channels RPC method.
|
|
157
|
-
* @name QueryChannelsResponseAmino
|
|
158
|
-
* @package ibc.core.channel.v1
|
|
159
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsResponse
|
|
160
|
-
*/
|
|
161
|
-
export interface QueryChannelsResponseAmino {
|
|
162
|
-
/**
|
|
163
|
-
* list of stored channels of the chain.
|
|
164
|
-
*/
|
|
165
|
-
channels: IdentifiedChannelAmino[];
|
|
166
|
-
/**
|
|
167
|
-
* pagination response
|
|
168
|
-
*/
|
|
169
|
-
pagination?: PageResponseAmino;
|
|
170
|
-
/**
|
|
171
|
-
* query block height
|
|
172
|
-
*/
|
|
173
|
-
height: HeightAmino;
|
|
174
|
-
}
|
|
175
|
-
export interface QueryChannelsResponseAminoMsg {
|
|
176
|
-
type: "cosmos-sdk/QueryChannelsResponse";
|
|
177
|
-
value: QueryChannelsResponseAmino;
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* QueryConnectionChannelsRequest is the request type for the
|
|
181
|
-
* Query/QueryConnectionChannels RPC method
|
|
182
|
-
* @name QueryConnectionChannelsRequest
|
|
183
|
-
* @package ibc.core.channel.v1
|
|
184
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsRequest
|
|
185
|
-
*/
|
|
186
|
-
export interface QueryConnectionChannelsRequest {
|
|
187
|
-
/**
|
|
188
|
-
* connection unique identifier
|
|
189
|
-
*/
|
|
190
|
-
connection: string;
|
|
191
|
-
/**
|
|
192
|
-
* pagination request
|
|
193
|
-
*/
|
|
194
|
-
pagination?: PageRequest;
|
|
195
|
-
}
|
|
196
|
-
export interface QueryConnectionChannelsRequestProtoMsg {
|
|
197
|
-
typeUrl: "/ibc.core.channel.v1.QueryConnectionChannelsRequest";
|
|
198
|
-
value: Uint8Array;
|
|
199
|
-
}
|
|
200
|
-
/**
|
|
201
|
-
* QueryConnectionChannelsRequest is the request type for the
|
|
202
|
-
* Query/QueryConnectionChannels RPC method
|
|
203
|
-
* @name QueryConnectionChannelsRequestAmino
|
|
204
|
-
* @package ibc.core.channel.v1
|
|
205
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsRequest
|
|
206
|
-
*/
|
|
207
|
-
export interface QueryConnectionChannelsRequestAmino {
|
|
208
|
-
/**
|
|
209
|
-
* connection unique identifier
|
|
210
|
-
*/
|
|
211
|
-
connection: string;
|
|
212
|
-
/**
|
|
213
|
-
* pagination request
|
|
214
|
-
*/
|
|
215
|
-
pagination?: PageRequestAmino;
|
|
216
|
-
}
|
|
217
|
-
export interface QueryConnectionChannelsRequestAminoMsg {
|
|
218
|
-
type: "cosmos-sdk/QueryConnectionChannelsRequest";
|
|
219
|
-
value: QueryConnectionChannelsRequestAmino;
|
|
220
|
-
}
|
|
221
|
-
/**
|
|
222
|
-
* QueryConnectionChannelsResponse is the Response type for the
|
|
223
|
-
* Query/QueryConnectionChannels RPC method
|
|
224
|
-
* @name QueryConnectionChannelsResponse
|
|
225
|
-
* @package ibc.core.channel.v1
|
|
226
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsResponse
|
|
227
|
-
*/
|
|
228
|
-
export interface QueryConnectionChannelsResponse {
|
|
229
|
-
/**
|
|
230
|
-
* list of channels associated with a connection.
|
|
231
|
-
*/
|
|
232
|
-
channels: IdentifiedChannel[];
|
|
233
|
-
/**
|
|
234
|
-
* pagination response
|
|
235
|
-
*/
|
|
236
|
-
pagination?: PageResponse;
|
|
237
|
-
/**
|
|
238
|
-
* query block height
|
|
239
|
-
*/
|
|
240
|
-
height: Height;
|
|
241
|
-
}
|
|
242
|
-
export interface QueryConnectionChannelsResponseProtoMsg {
|
|
243
|
-
typeUrl: "/ibc.core.channel.v1.QueryConnectionChannelsResponse";
|
|
244
|
-
value: Uint8Array;
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* QueryConnectionChannelsResponse is the Response type for the
|
|
248
|
-
* Query/QueryConnectionChannels RPC method
|
|
249
|
-
* @name QueryConnectionChannelsResponseAmino
|
|
250
|
-
* @package ibc.core.channel.v1
|
|
251
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsResponse
|
|
252
|
-
*/
|
|
253
|
-
export interface QueryConnectionChannelsResponseAmino {
|
|
254
|
-
/**
|
|
255
|
-
* list of channels associated with a connection.
|
|
256
|
-
*/
|
|
257
|
-
channels: IdentifiedChannelAmino[];
|
|
258
|
-
/**
|
|
259
|
-
* pagination response
|
|
260
|
-
*/
|
|
261
|
-
pagination?: PageResponseAmino;
|
|
262
|
-
/**
|
|
263
|
-
* query block height
|
|
264
|
-
*/
|
|
265
|
-
height: HeightAmino;
|
|
266
|
-
}
|
|
267
|
-
export interface QueryConnectionChannelsResponseAminoMsg {
|
|
268
|
-
type: "cosmos-sdk/QueryConnectionChannelsResponse";
|
|
269
|
-
value: QueryConnectionChannelsResponseAmino;
|
|
270
|
-
}
|
|
271
|
-
/**
|
|
272
|
-
* QueryChannelClientStateRequest is the request type for the Query/ClientState
|
|
273
|
-
* RPC method
|
|
274
|
-
* @name QueryChannelClientStateRequest
|
|
275
|
-
* @package ibc.core.channel.v1
|
|
276
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateRequest
|
|
277
|
-
*/
|
|
278
|
-
export interface QueryChannelClientStateRequest {
|
|
279
|
-
/**
|
|
280
|
-
* port unique identifier
|
|
281
|
-
*/
|
|
282
|
-
portId: string;
|
|
283
|
-
/**
|
|
284
|
-
* channel unique identifier
|
|
285
|
-
*/
|
|
286
|
-
channelId: string;
|
|
287
|
-
}
|
|
288
|
-
export interface QueryChannelClientStateRequestProtoMsg {
|
|
289
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelClientStateRequest";
|
|
290
|
-
value: Uint8Array;
|
|
291
|
-
}
|
|
292
|
-
/**
|
|
293
|
-
* QueryChannelClientStateRequest is the request type for the Query/ClientState
|
|
294
|
-
* RPC method
|
|
295
|
-
* @name QueryChannelClientStateRequestAmino
|
|
296
|
-
* @package ibc.core.channel.v1
|
|
297
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateRequest
|
|
298
|
-
*/
|
|
299
|
-
export interface QueryChannelClientStateRequestAmino {
|
|
300
|
-
/**
|
|
301
|
-
* port unique identifier
|
|
302
|
-
*/
|
|
303
|
-
port_id: string;
|
|
304
|
-
/**
|
|
305
|
-
* channel unique identifier
|
|
306
|
-
*/
|
|
307
|
-
channel_id: string;
|
|
308
|
-
}
|
|
309
|
-
export interface QueryChannelClientStateRequestAminoMsg {
|
|
310
|
-
type: "cosmos-sdk/QueryChannelClientStateRequest";
|
|
311
|
-
value: QueryChannelClientStateRequestAmino;
|
|
312
|
-
}
|
|
313
|
-
/**
|
|
314
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
315
|
-
* Query/QueryChannelClientState RPC method
|
|
316
|
-
* @name QueryChannelClientStateResponse
|
|
317
|
-
* @package ibc.core.channel.v1
|
|
318
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateResponse
|
|
319
|
-
*/
|
|
320
|
-
export interface QueryChannelClientStateResponse {
|
|
321
|
-
/**
|
|
322
|
-
* client state associated with the channel
|
|
323
|
-
*/
|
|
324
|
-
identifiedClientState?: IdentifiedClientState;
|
|
325
|
-
/**
|
|
326
|
-
* merkle proof of existence
|
|
327
|
-
*/
|
|
328
|
-
proof: Uint8Array;
|
|
329
|
-
/**
|
|
330
|
-
* height at which the proof was retrieved
|
|
331
|
-
*/
|
|
332
|
-
proofHeight: Height;
|
|
333
|
-
}
|
|
334
|
-
export interface QueryChannelClientStateResponseProtoMsg {
|
|
335
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelClientStateResponse";
|
|
336
|
-
value: Uint8Array;
|
|
337
|
-
}
|
|
338
|
-
/**
|
|
339
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
340
|
-
* Query/QueryChannelClientState RPC method
|
|
341
|
-
* @name QueryChannelClientStateResponseAmino
|
|
342
|
-
* @package ibc.core.channel.v1
|
|
343
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateResponse
|
|
344
|
-
*/
|
|
345
|
-
export interface QueryChannelClientStateResponseAmino {
|
|
346
|
-
/**
|
|
347
|
-
* client state associated with the channel
|
|
348
|
-
*/
|
|
349
|
-
identified_client_state?: IdentifiedClientStateAmino;
|
|
350
|
-
/**
|
|
351
|
-
* merkle proof of existence
|
|
352
|
-
*/
|
|
353
|
-
proof: string;
|
|
354
|
-
/**
|
|
355
|
-
* height at which the proof was retrieved
|
|
356
|
-
*/
|
|
357
|
-
proof_height: HeightAmino;
|
|
358
|
-
}
|
|
359
|
-
export interface QueryChannelClientStateResponseAminoMsg {
|
|
360
|
-
type: "cosmos-sdk/QueryChannelClientStateResponse";
|
|
361
|
-
value: QueryChannelClientStateResponseAmino;
|
|
362
|
-
}
|
|
363
|
-
/**
|
|
364
|
-
* QueryChannelConsensusStateRequest is the request type for the
|
|
365
|
-
* Query/ConsensusState RPC method
|
|
366
|
-
* @name QueryChannelConsensusStateRequest
|
|
367
|
-
* @package ibc.core.channel.v1
|
|
368
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateRequest
|
|
369
|
-
*/
|
|
370
|
-
export interface QueryChannelConsensusStateRequest {
|
|
371
|
-
/**
|
|
372
|
-
* port unique identifier
|
|
373
|
-
*/
|
|
374
|
-
portId: string;
|
|
375
|
-
/**
|
|
376
|
-
* channel unique identifier
|
|
377
|
-
*/
|
|
378
|
-
channelId: string;
|
|
379
|
-
/**
|
|
380
|
-
* revision number of the consensus state
|
|
381
|
-
*/
|
|
382
|
-
revisionNumber: bigint;
|
|
383
|
-
/**
|
|
384
|
-
* revision height of the consensus state
|
|
385
|
-
*/
|
|
386
|
-
revisionHeight: bigint;
|
|
387
|
-
}
|
|
388
|
-
export interface QueryChannelConsensusStateRequestProtoMsg {
|
|
389
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelConsensusStateRequest";
|
|
390
|
-
value: Uint8Array;
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* QueryChannelConsensusStateRequest is the request type for the
|
|
394
|
-
* Query/ConsensusState RPC method
|
|
395
|
-
* @name QueryChannelConsensusStateRequestAmino
|
|
396
|
-
* @package ibc.core.channel.v1
|
|
397
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateRequest
|
|
398
|
-
*/
|
|
399
|
-
export interface QueryChannelConsensusStateRequestAmino {
|
|
400
|
-
/**
|
|
401
|
-
* port unique identifier
|
|
402
|
-
*/
|
|
403
|
-
port_id: string;
|
|
404
|
-
/**
|
|
405
|
-
* channel unique identifier
|
|
406
|
-
*/
|
|
407
|
-
channel_id: string;
|
|
408
|
-
/**
|
|
409
|
-
* revision number of the consensus state
|
|
410
|
-
*/
|
|
411
|
-
revision_number: string;
|
|
412
|
-
/**
|
|
413
|
-
* revision height of the consensus state
|
|
414
|
-
*/
|
|
415
|
-
revision_height: string;
|
|
416
|
-
}
|
|
417
|
-
export interface QueryChannelConsensusStateRequestAminoMsg {
|
|
418
|
-
type: "cosmos-sdk/QueryChannelConsensusStateRequest";
|
|
419
|
-
value: QueryChannelConsensusStateRequestAmino;
|
|
420
|
-
}
|
|
421
|
-
/**
|
|
422
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
423
|
-
* Query/QueryChannelClientState RPC method
|
|
424
|
-
* @name QueryChannelConsensusStateResponse
|
|
425
|
-
* @package ibc.core.channel.v1
|
|
426
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateResponse
|
|
427
|
-
*/
|
|
428
|
-
export interface QueryChannelConsensusStateResponse {
|
|
429
|
-
/**
|
|
430
|
-
* consensus state associated with the channel
|
|
431
|
-
*/
|
|
432
|
-
consensusState?: Any;
|
|
433
|
-
/**
|
|
434
|
-
* client ID associated with the consensus state
|
|
435
|
-
*/
|
|
436
|
-
clientId: string;
|
|
437
|
-
/**
|
|
438
|
-
* merkle proof of existence
|
|
439
|
-
*/
|
|
440
|
-
proof: Uint8Array;
|
|
441
|
-
/**
|
|
442
|
-
* height at which the proof was retrieved
|
|
443
|
-
*/
|
|
444
|
-
proofHeight: Height;
|
|
445
|
-
}
|
|
446
|
-
export interface QueryChannelConsensusStateResponseProtoMsg {
|
|
447
|
-
typeUrl: "/ibc.core.channel.v1.QueryChannelConsensusStateResponse";
|
|
448
|
-
value: Uint8Array;
|
|
449
|
-
}
|
|
450
|
-
/**
|
|
451
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
452
|
-
* Query/QueryChannelClientState RPC method
|
|
453
|
-
* @name QueryChannelConsensusStateResponseAmino
|
|
454
|
-
* @package ibc.core.channel.v1
|
|
455
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateResponse
|
|
456
|
-
*/
|
|
457
|
-
export interface QueryChannelConsensusStateResponseAmino {
|
|
458
|
-
/**
|
|
459
|
-
* consensus state associated with the channel
|
|
460
|
-
*/
|
|
461
|
-
consensus_state?: AnyAmino;
|
|
462
|
-
/**
|
|
463
|
-
* client ID associated with the consensus state
|
|
464
|
-
*/
|
|
465
|
-
client_id: string;
|
|
466
|
-
/**
|
|
467
|
-
* merkle proof of existence
|
|
468
|
-
*/
|
|
469
|
-
proof: string;
|
|
470
|
-
/**
|
|
471
|
-
* height at which the proof was retrieved
|
|
472
|
-
*/
|
|
473
|
-
proof_height: HeightAmino;
|
|
474
|
-
}
|
|
475
|
-
export interface QueryChannelConsensusStateResponseAminoMsg {
|
|
476
|
-
type: "cosmos-sdk/QueryChannelConsensusStateResponse";
|
|
477
|
-
value: QueryChannelConsensusStateResponseAmino;
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* QueryPacketCommitmentRequest is the request type for the
|
|
481
|
-
* Query/PacketCommitment RPC method
|
|
482
|
-
* @name QueryPacketCommitmentRequest
|
|
483
|
-
* @package ibc.core.channel.v1
|
|
484
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentRequest
|
|
485
|
-
*/
|
|
486
|
-
export interface QueryPacketCommitmentRequest {
|
|
487
|
-
/**
|
|
488
|
-
* port unique identifier
|
|
489
|
-
*/
|
|
490
|
-
portId: string;
|
|
491
|
-
/**
|
|
492
|
-
* channel unique identifier
|
|
493
|
-
*/
|
|
494
|
-
channelId: string;
|
|
495
|
-
/**
|
|
496
|
-
* packet sequence
|
|
497
|
-
*/
|
|
498
|
-
sequence: bigint;
|
|
499
|
-
}
|
|
500
|
-
export interface QueryPacketCommitmentRequestProtoMsg {
|
|
501
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketCommitmentRequest";
|
|
502
|
-
value: Uint8Array;
|
|
503
|
-
}
|
|
504
|
-
/**
|
|
505
|
-
* QueryPacketCommitmentRequest is the request type for the
|
|
506
|
-
* Query/PacketCommitment RPC method
|
|
507
|
-
* @name QueryPacketCommitmentRequestAmino
|
|
508
|
-
* @package ibc.core.channel.v1
|
|
509
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentRequest
|
|
510
|
-
*/
|
|
511
|
-
export interface QueryPacketCommitmentRequestAmino {
|
|
512
|
-
/**
|
|
513
|
-
* port unique identifier
|
|
514
|
-
*/
|
|
515
|
-
port_id: string;
|
|
516
|
-
/**
|
|
517
|
-
* channel unique identifier
|
|
518
|
-
*/
|
|
519
|
-
channel_id: string;
|
|
520
|
-
/**
|
|
521
|
-
* packet sequence
|
|
522
|
-
*/
|
|
523
|
-
sequence: string;
|
|
524
|
-
}
|
|
525
|
-
export interface QueryPacketCommitmentRequestAminoMsg {
|
|
526
|
-
type: "cosmos-sdk/QueryPacketCommitmentRequest";
|
|
527
|
-
value: QueryPacketCommitmentRequestAmino;
|
|
528
|
-
}
|
|
529
|
-
/**
|
|
530
|
-
* QueryPacketCommitmentResponse defines the client query response for a packet
|
|
531
|
-
* which also includes a proof and the height from which the proof was
|
|
532
|
-
* retrieved
|
|
533
|
-
* @name QueryPacketCommitmentResponse
|
|
534
|
-
* @package ibc.core.channel.v1
|
|
535
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentResponse
|
|
536
|
-
*/
|
|
537
|
-
export interface QueryPacketCommitmentResponse {
|
|
538
|
-
/**
|
|
539
|
-
* packet associated with the request fields
|
|
540
|
-
*/
|
|
541
|
-
commitment: Uint8Array;
|
|
542
|
-
/**
|
|
543
|
-
* merkle proof of existence
|
|
544
|
-
*/
|
|
545
|
-
proof: Uint8Array;
|
|
546
|
-
/**
|
|
547
|
-
* height at which the proof was retrieved
|
|
548
|
-
*/
|
|
549
|
-
proofHeight: Height;
|
|
550
|
-
}
|
|
551
|
-
export interface QueryPacketCommitmentResponseProtoMsg {
|
|
552
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketCommitmentResponse";
|
|
553
|
-
value: Uint8Array;
|
|
554
|
-
}
|
|
555
|
-
/**
|
|
556
|
-
* QueryPacketCommitmentResponse defines the client query response for a packet
|
|
557
|
-
* which also includes a proof and the height from which the proof was
|
|
558
|
-
* retrieved
|
|
559
|
-
* @name QueryPacketCommitmentResponseAmino
|
|
560
|
-
* @package ibc.core.channel.v1
|
|
561
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentResponse
|
|
562
|
-
*/
|
|
563
|
-
export interface QueryPacketCommitmentResponseAmino {
|
|
564
|
-
/**
|
|
565
|
-
* packet associated with the request fields
|
|
566
|
-
*/
|
|
567
|
-
commitment: string;
|
|
568
|
-
/**
|
|
569
|
-
* merkle proof of existence
|
|
570
|
-
*/
|
|
571
|
-
proof: string;
|
|
572
|
-
/**
|
|
573
|
-
* height at which the proof was retrieved
|
|
574
|
-
*/
|
|
575
|
-
proof_height: HeightAmino;
|
|
576
|
-
}
|
|
577
|
-
export interface QueryPacketCommitmentResponseAminoMsg {
|
|
578
|
-
type: "cosmos-sdk/QueryPacketCommitmentResponse";
|
|
579
|
-
value: QueryPacketCommitmentResponseAmino;
|
|
580
|
-
}
|
|
581
|
-
/**
|
|
582
|
-
* QueryPacketCommitmentsRequest is the request type for the
|
|
583
|
-
* Query/QueryPacketCommitments RPC method
|
|
584
|
-
* @name QueryPacketCommitmentsRequest
|
|
585
|
-
* @package ibc.core.channel.v1
|
|
586
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsRequest
|
|
587
|
-
*/
|
|
588
|
-
export interface QueryPacketCommitmentsRequest {
|
|
589
|
-
/**
|
|
590
|
-
* port unique identifier
|
|
591
|
-
*/
|
|
592
|
-
portId: string;
|
|
593
|
-
/**
|
|
594
|
-
* channel unique identifier
|
|
595
|
-
*/
|
|
596
|
-
channelId: string;
|
|
597
|
-
/**
|
|
598
|
-
* pagination request
|
|
599
|
-
*/
|
|
600
|
-
pagination?: PageRequest;
|
|
601
|
-
}
|
|
602
|
-
export interface QueryPacketCommitmentsRequestProtoMsg {
|
|
603
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketCommitmentsRequest";
|
|
604
|
-
value: Uint8Array;
|
|
605
|
-
}
|
|
606
|
-
/**
|
|
607
|
-
* QueryPacketCommitmentsRequest is the request type for the
|
|
608
|
-
* Query/QueryPacketCommitments RPC method
|
|
609
|
-
* @name QueryPacketCommitmentsRequestAmino
|
|
610
|
-
* @package ibc.core.channel.v1
|
|
611
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsRequest
|
|
612
|
-
*/
|
|
613
|
-
export interface QueryPacketCommitmentsRequestAmino {
|
|
614
|
-
/**
|
|
615
|
-
* port unique identifier
|
|
616
|
-
*/
|
|
617
|
-
port_id: string;
|
|
618
|
-
/**
|
|
619
|
-
* channel unique identifier
|
|
620
|
-
*/
|
|
621
|
-
channel_id: string;
|
|
622
|
-
/**
|
|
623
|
-
* pagination request
|
|
624
|
-
*/
|
|
625
|
-
pagination?: PageRequestAmino;
|
|
626
|
-
}
|
|
627
|
-
export interface QueryPacketCommitmentsRequestAminoMsg {
|
|
628
|
-
type: "cosmos-sdk/QueryPacketCommitmentsRequest";
|
|
629
|
-
value: QueryPacketCommitmentsRequestAmino;
|
|
630
|
-
}
|
|
631
|
-
/**
|
|
632
|
-
* QueryPacketCommitmentsResponse is the request type for the
|
|
633
|
-
* Query/QueryPacketCommitments RPC method
|
|
634
|
-
* @name QueryPacketCommitmentsResponse
|
|
635
|
-
* @package ibc.core.channel.v1
|
|
636
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsResponse
|
|
637
|
-
*/
|
|
638
|
-
export interface QueryPacketCommitmentsResponse {
|
|
639
|
-
commitments: PacketState[];
|
|
640
|
-
/**
|
|
641
|
-
* pagination response
|
|
642
|
-
*/
|
|
643
|
-
pagination?: PageResponse;
|
|
644
|
-
/**
|
|
645
|
-
* query block height
|
|
646
|
-
*/
|
|
647
|
-
height: Height;
|
|
648
|
-
}
|
|
649
|
-
export interface QueryPacketCommitmentsResponseProtoMsg {
|
|
650
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketCommitmentsResponse";
|
|
651
|
-
value: Uint8Array;
|
|
652
|
-
}
|
|
653
|
-
/**
|
|
654
|
-
* QueryPacketCommitmentsResponse is the request type for the
|
|
655
|
-
* Query/QueryPacketCommitments RPC method
|
|
656
|
-
* @name QueryPacketCommitmentsResponseAmino
|
|
657
|
-
* @package ibc.core.channel.v1
|
|
658
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsResponse
|
|
659
|
-
*/
|
|
660
|
-
export interface QueryPacketCommitmentsResponseAmino {
|
|
661
|
-
commitments: PacketStateAmino[];
|
|
662
|
-
/**
|
|
663
|
-
* pagination response
|
|
664
|
-
*/
|
|
665
|
-
pagination?: PageResponseAmino;
|
|
666
|
-
/**
|
|
667
|
-
* query block height
|
|
668
|
-
*/
|
|
669
|
-
height: HeightAmino;
|
|
670
|
-
}
|
|
671
|
-
export interface QueryPacketCommitmentsResponseAminoMsg {
|
|
672
|
-
type: "cosmos-sdk/QueryPacketCommitmentsResponse";
|
|
673
|
-
value: QueryPacketCommitmentsResponseAmino;
|
|
674
|
-
}
|
|
675
|
-
/**
|
|
676
|
-
* QueryPacketReceiptRequest is the request type for the
|
|
677
|
-
* Query/PacketReceipt RPC method
|
|
678
|
-
* @name QueryPacketReceiptRequest
|
|
679
|
-
* @package ibc.core.channel.v1
|
|
680
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptRequest
|
|
681
|
-
*/
|
|
682
|
-
export interface QueryPacketReceiptRequest {
|
|
683
|
-
/**
|
|
684
|
-
* port unique identifier
|
|
685
|
-
*/
|
|
686
|
-
portId: string;
|
|
687
|
-
/**
|
|
688
|
-
* channel unique identifier
|
|
689
|
-
*/
|
|
690
|
-
channelId: string;
|
|
691
|
-
/**
|
|
692
|
-
* packet sequence
|
|
693
|
-
*/
|
|
694
|
-
sequence: bigint;
|
|
695
|
-
}
|
|
696
|
-
export interface QueryPacketReceiptRequestProtoMsg {
|
|
697
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketReceiptRequest";
|
|
698
|
-
value: Uint8Array;
|
|
699
|
-
}
|
|
700
|
-
/**
|
|
701
|
-
* QueryPacketReceiptRequest is the request type for the
|
|
702
|
-
* Query/PacketReceipt RPC method
|
|
703
|
-
* @name QueryPacketReceiptRequestAmino
|
|
704
|
-
* @package ibc.core.channel.v1
|
|
705
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptRequest
|
|
706
|
-
*/
|
|
707
|
-
export interface QueryPacketReceiptRequestAmino {
|
|
708
|
-
/**
|
|
709
|
-
* port unique identifier
|
|
710
|
-
*/
|
|
711
|
-
port_id: string;
|
|
712
|
-
/**
|
|
713
|
-
* channel unique identifier
|
|
714
|
-
*/
|
|
715
|
-
channel_id: string;
|
|
716
|
-
/**
|
|
717
|
-
* packet sequence
|
|
718
|
-
*/
|
|
719
|
-
sequence: string;
|
|
720
|
-
}
|
|
721
|
-
export interface QueryPacketReceiptRequestAminoMsg {
|
|
722
|
-
type: "cosmos-sdk/QueryPacketReceiptRequest";
|
|
723
|
-
value: QueryPacketReceiptRequestAmino;
|
|
724
|
-
}
|
|
725
|
-
/**
|
|
726
|
-
* QueryPacketReceiptResponse defines the client query response for a packet
|
|
727
|
-
* receipt which also includes a proof, and the height from which the proof was
|
|
728
|
-
* retrieved
|
|
729
|
-
* @name QueryPacketReceiptResponse
|
|
730
|
-
* @package ibc.core.channel.v1
|
|
731
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptResponse
|
|
732
|
-
*/
|
|
733
|
-
export interface QueryPacketReceiptResponse {
|
|
734
|
-
/**
|
|
735
|
-
* success flag for if receipt exists
|
|
736
|
-
*/
|
|
737
|
-
received: boolean;
|
|
738
|
-
/**
|
|
739
|
-
* merkle proof of existence
|
|
740
|
-
*/
|
|
741
|
-
proof: Uint8Array;
|
|
742
|
-
/**
|
|
743
|
-
* height at which the proof was retrieved
|
|
744
|
-
*/
|
|
745
|
-
proofHeight: Height;
|
|
746
|
-
}
|
|
747
|
-
export interface QueryPacketReceiptResponseProtoMsg {
|
|
748
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketReceiptResponse";
|
|
749
|
-
value: Uint8Array;
|
|
750
|
-
}
|
|
751
|
-
/**
|
|
752
|
-
* QueryPacketReceiptResponse defines the client query response for a packet
|
|
753
|
-
* receipt which also includes a proof, and the height from which the proof was
|
|
754
|
-
* retrieved
|
|
755
|
-
* @name QueryPacketReceiptResponseAmino
|
|
756
|
-
* @package ibc.core.channel.v1
|
|
757
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptResponse
|
|
758
|
-
*/
|
|
759
|
-
export interface QueryPacketReceiptResponseAmino {
|
|
760
|
-
/**
|
|
761
|
-
* success flag for if receipt exists
|
|
762
|
-
*/
|
|
763
|
-
received: boolean;
|
|
764
|
-
/**
|
|
765
|
-
* merkle proof of existence
|
|
766
|
-
*/
|
|
767
|
-
proof: string;
|
|
768
|
-
/**
|
|
769
|
-
* height at which the proof was retrieved
|
|
770
|
-
*/
|
|
771
|
-
proof_height: HeightAmino;
|
|
772
|
-
}
|
|
773
|
-
export interface QueryPacketReceiptResponseAminoMsg {
|
|
774
|
-
type: "cosmos-sdk/QueryPacketReceiptResponse";
|
|
775
|
-
value: QueryPacketReceiptResponseAmino;
|
|
776
|
-
}
|
|
777
|
-
/**
|
|
778
|
-
* QueryPacketAcknowledgementRequest is the request type for the
|
|
779
|
-
* Query/PacketAcknowledgement RPC method
|
|
780
|
-
* @name QueryPacketAcknowledgementRequest
|
|
781
|
-
* @package ibc.core.channel.v1
|
|
782
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementRequest
|
|
783
|
-
*/
|
|
784
|
-
export interface QueryPacketAcknowledgementRequest {
|
|
785
|
-
/**
|
|
786
|
-
* port unique identifier
|
|
787
|
-
*/
|
|
788
|
-
portId: string;
|
|
789
|
-
/**
|
|
790
|
-
* channel unique identifier
|
|
791
|
-
*/
|
|
792
|
-
channelId: string;
|
|
793
|
-
/**
|
|
794
|
-
* packet sequence
|
|
795
|
-
*/
|
|
796
|
-
sequence: bigint;
|
|
797
|
-
}
|
|
798
|
-
export interface QueryPacketAcknowledgementRequestProtoMsg {
|
|
799
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketAcknowledgementRequest";
|
|
800
|
-
value: Uint8Array;
|
|
801
|
-
}
|
|
802
|
-
/**
|
|
803
|
-
* QueryPacketAcknowledgementRequest is the request type for the
|
|
804
|
-
* Query/PacketAcknowledgement RPC method
|
|
805
|
-
* @name QueryPacketAcknowledgementRequestAmino
|
|
806
|
-
* @package ibc.core.channel.v1
|
|
807
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementRequest
|
|
808
|
-
*/
|
|
809
|
-
export interface QueryPacketAcknowledgementRequestAmino {
|
|
810
|
-
/**
|
|
811
|
-
* port unique identifier
|
|
812
|
-
*/
|
|
813
|
-
port_id: string;
|
|
814
|
-
/**
|
|
815
|
-
* channel unique identifier
|
|
816
|
-
*/
|
|
817
|
-
channel_id: string;
|
|
818
|
-
/**
|
|
819
|
-
* packet sequence
|
|
820
|
-
*/
|
|
821
|
-
sequence: string;
|
|
822
|
-
}
|
|
823
|
-
export interface QueryPacketAcknowledgementRequestAminoMsg {
|
|
824
|
-
type: "cosmos-sdk/QueryPacketAcknowledgementRequest";
|
|
825
|
-
value: QueryPacketAcknowledgementRequestAmino;
|
|
826
|
-
}
|
|
827
|
-
/**
|
|
828
|
-
* QueryPacketAcknowledgementResponse defines the client query response for a
|
|
829
|
-
* packet which also includes a proof and the height from which the
|
|
830
|
-
* proof was retrieved
|
|
831
|
-
* @name QueryPacketAcknowledgementResponse
|
|
832
|
-
* @package ibc.core.channel.v1
|
|
833
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementResponse
|
|
834
|
-
*/
|
|
835
|
-
export interface QueryPacketAcknowledgementResponse {
|
|
836
|
-
/**
|
|
837
|
-
* packet associated with the request fields
|
|
838
|
-
*/
|
|
839
|
-
acknowledgement: Uint8Array;
|
|
840
|
-
/**
|
|
841
|
-
* merkle proof of existence
|
|
842
|
-
*/
|
|
843
|
-
proof: Uint8Array;
|
|
844
|
-
/**
|
|
845
|
-
* height at which the proof was retrieved
|
|
846
|
-
*/
|
|
847
|
-
proofHeight: Height;
|
|
848
|
-
}
|
|
849
|
-
export interface QueryPacketAcknowledgementResponseProtoMsg {
|
|
850
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketAcknowledgementResponse";
|
|
851
|
-
value: Uint8Array;
|
|
852
|
-
}
|
|
853
|
-
/**
|
|
854
|
-
* QueryPacketAcknowledgementResponse defines the client query response for a
|
|
855
|
-
* packet which also includes a proof and the height from which the
|
|
856
|
-
* proof was retrieved
|
|
857
|
-
* @name QueryPacketAcknowledgementResponseAmino
|
|
858
|
-
* @package ibc.core.channel.v1
|
|
859
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementResponse
|
|
860
|
-
*/
|
|
861
|
-
export interface QueryPacketAcknowledgementResponseAmino {
|
|
862
|
-
/**
|
|
863
|
-
* packet associated with the request fields
|
|
864
|
-
*/
|
|
865
|
-
acknowledgement: string;
|
|
866
|
-
/**
|
|
867
|
-
* merkle proof of existence
|
|
868
|
-
*/
|
|
869
|
-
proof: string;
|
|
870
|
-
/**
|
|
871
|
-
* height at which the proof was retrieved
|
|
872
|
-
*/
|
|
873
|
-
proof_height: HeightAmino;
|
|
874
|
-
}
|
|
875
|
-
export interface QueryPacketAcknowledgementResponseAminoMsg {
|
|
876
|
-
type: "cosmos-sdk/QueryPacketAcknowledgementResponse";
|
|
877
|
-
value: QueryPacketAcknowledgementResponseAmino;
|
|
878
|
-
}
|
|
879
|
-
/**
|
|
880
|
-
* QueryPacketAcknowledgementsRequest is the request type for the
|
|
881
|
-
* Query/QueryPacketCommitments RPC method
|
|
882
|
-
* @name QueryPacketAcknowledgementsRequest
|
|
883
|
-
* @package ibc.core.channel.v1
|
|
884
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsRequest
|
|
885
|
-
*/
|
|
886
|
-
export interface QueryPacketAcknowledgementsRequest {
|
|
887
|
-
/**
|
|
888
|
-
* port unique identifier
|
|
889
|
-
*/
|
|
890
|
-
portId: string;
|
|
891
|
-
/**
|
|
892
|
-
* channel unique identifier
|
|
893
|
-
*/
|
|
894
|
-
channelId: string;
|
|
895
|
-
/**
|
|
896
|
-
* pagination request
|
|
897
|
-
*/
|
|
898
|
-
pagination?: PageRequest;
|
|
899
|
-
/**
|
|
900
|
-
* list of packet sequences
|
|
901
|
-
*/
|
|
902
|
-
packetCommitmentSequences: bigint[];
|
|
903
|
-
}
|
|
904
|
-
export interface QueryPacketAcknowledgementsRequestProtoMsg {
|
|
905
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketAcknowledgementsRequest";
|
|
906
|
-
value: Uint8Array;
|
|
907
|
-
}
|
|
908
|
-
/**
|
|
909
|
-
* QueryPacketAcknowledgementsRequest is the request type for the
|
|
910
|
-
* Query/QueryPacketCommitments RPC method
|
|
911
|
-
* @name QueryPacketAcknowledgementsRequestAmino
|
|
912
|
-
* @package ibc.core.channel.v1
|
|
913
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsRequest
|
|
914
|
-
*/
|
|
915
|
-
export interface QueryPacketAcknowledgementsRequestAmino {
|
|
916
|
-
/**
|
|
917
|
-
* port unique identifier
|
|
918
|
-
*/
|
|
919
|
-
port_id: string;
|
|
920
|
-
/**
|
|
921
|
-
* channel unique identifier
|
|
922
|
-
*/
|
|
923
|
-
channel_id: string;
|
|
924
|
-
/**
|
|
925
|
-
* pagination request
|
|
926
|
-
*/
|
|
927
|
-
pagination?: PageRequestAmino;
|
|
928
|
-
/**
|
|
929
|
-
* list of packet sequences
|
|
930
|
-
*/
|
|
931
|
-
packet_commitment_sequences: string[];
|
|
932
|
-
}
|
|
933
|
-
export interface QueryPacketAcknowledgementsRequestAminoMsg {
|
|
934
|
-
type: "cosmos-sdk/QueryPacketAcknowledgementsRequest";
|
|
935
|
-
value: QueryPacketAcknowledgementsRequestAmino;
|
|
936
|
-
}
|
|
937
|
-
/**
|
|
938
|
-
* QueryPacketAcknowledgemetsResponse is the request type for the
|
|
939
|
-
* Query/QueryPacketAcknowledgements RPC method
|
|
940
|
-
* @name QueryPacketAcknowledgementsResponse
|
|
941
|
-
* @package ibc.core.channel.v1
|
|
942
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsResponse
|
|
943
|
-
*/
|
|
944
|
-
export interface QueryPacketAcknowledgementsResponse {
|
|
945
|
-
acknowledgements: PacketState[];
|
|
946
|
-
/**
|
|
947
|
-
* pagination response
|
|
948
|
-
*/
|
|
949
|
-
pagination?: PageResponse;
|
|
950
|
-
/**
|
|
951
|
-
* query block height
|
|
952
|
-
*/
|
|
953
|
-
height: Height;
|
|
954
|
-
}
|
|
955
|
-
export interface QueryPacketAcknowledgementsResponseProtoMsg {
|
|
956
|
-
typeUrl: "/ibc.core.channel.v1.QueryPacketAcknowledgementsResponse";
|
|
957
|
-
value: Uint8Array;
|
|
958
|
-
}
|
|
959
|
-
/**
|
|
960
|
-
* QueryPacketAcknowledgemetsResponse is the request type for the
|
|
961
|
-
* Query/QueryPacketAcknowledgements RPC method
|
|
962
|
-
* @name QueryPacketAcknowledgementsResponseAmino
|
|
963
|
-
* @package ibc.core.channel.v1
|
|
964
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsResponse
|
|
965
|
-
*/
|
|
966
|
-
export interface QueryPacketAcknowledgementsResponseAmino {
|
|
967
|
-
acknowledgements: PacketStateAmino[];
|
|
968
|
-
/**
|
|
969
|
-
* pagination response
|
|
970
|
-
*/
|
|
971
|
-
pagination?: PageResponseAmino;
|
|
972
|
-
/**
|
|
973
|
-
* query block height
|
|
974
|
-
*/
|
|
975
|
-
height: HeightAmino;
|
|
976
|
-
}
|
|
977
|
-
export interface QueryPacketAcknowledgementsResponseAminoMsg {
|
|
978
|
-
type: "cosmos-sdk/QueryPacketAcknowledgementsResponse";
|
|
979
|
-
value: QueryPacketAcknowledgementsResponseAmino;
|
|
980
|
-
}
|
|
981
|
-
/**
|
|
982
|
-
* QueryUnreceivedPacketsRequest is the request type for the
|
|
983
|
-
* Query/UnreceivedPackets RPC method
|
|
984
|
-
* @name QueryUnreceivedPacketsRequest
|
|
985
|
-
* @package ibc.core.channel.v1
|
|
986
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsRequest
|
|
987
|
-
*/
|
|
988
|
-
export interface QueryUnreceivedPacketsRequest {
|
|
989
|
-
/**
|
|
990
|
-
* port unique identifier
|
|
991
|
-
*/
|
|
992
|
-
portId: string;
|
|
993
|
-
/**
|
|
994
|
-
* channel unique identifier
|
|
995
|
-
*/
|
|
996
|
-
channelId: string;
|
|
997
|
-
/**
|
|
998
|
-
* list of packet sequences
|
|
999
|
-
*/
|
|
1000
|
-
packetCommitmentSequences: bigint[];
|
|
1001
|
-
}
|
|
1002
|
-
export interface QueryUnreceivedPacketsRequestProtoMsg {
|
|
1003
|
-
typeUrl: "/ibc.core.channel.v1.QueryUnreceivedPacketsRequest";
|
|
1004
|
-
value: Uint8Array;
|
|
1005
|
-
}
|
|
1006
|
-
/**
|
|
1007
|
-
* QueryUnreceivedPacketsRequest is the request type for the
|
|
1008
|
-
* Query/UnreceivedPackets RPC method
|
|
1009
|
-
* @name QueryUnreceivedPacketsRequestAmino
|
|
1010
|
-
* @package ibc.core.channel.v1
|
|
1011
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsRequest
|
|
1012
|
-
*/
|
|
1013
|
-
export interface QueryUnreceivedPacketsRequestAmino {
|
|
1014
|
-
/**
|
|
1015
|
-
* port unique identifier
|
|
1016
|
-
*/
|
|
1017
|
-
port_id: string;
|
|
1018
|
-
/**
|
|
1019
|
-
* channel unique identifier
|
|
1020
|
-
*/
|
|
1021
|
-
channel_id: string;
|
|
1022
|
-
/**
|
|
1023
|
-
* list of packet sequences
|
|
1024
|
-
*/
|
|
1025
|
-
packet_commitment_sequences: string[];
|
|
1026
|
-
}
|
|
1027
|
-
export interface QueryUnreceivedPacketsRequestAminoMsg {
|
|
1028
|
-
type: "cosmos-sdk/QueryUnreceivedPacketsRequest";
|
|
1029
|
-
value: QueryUnreceivedPacketsRequestAmino;
|
|
1030
|
-
}
|
|
1031
|
-
/**
|
|
1032
|
-
* QueryUnreceivedPacketsResponse is the response type for the
|
|
1033
|
-
* Query/UnreceivedPacketCommitments RPC method
|
|
1034
|
-
* @name QueryUnreceivedPacketsResponse
|
|
1035
|
-
* @package ibc.core.channel.v1
|
|
1036
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsResponse
|
|
1037
|
-
*/
|
|
1038
|
-
export interface QueryUnreceivedPacketsResponse {
|
|
1039
|
-
/**
|
|
1040
|
-
* list of unreceived packet sequences
|
|
1041
|
-
*/
|
|
1042
|
-
sequences: bigint[];
|
|
1043
|
-
/**
|
|
1044
|
-
* query block height
|
|
1045
|
-
*/
|
|
1046
|
-
height: Height;
|
|
1047
|
-
}
|
|
1048
|
-
export interface QueryUnreceivedPacketsResponseProtoMsg {
|
|
1049
|
-
typeUrl: "/ibc.core.channel.v1.QueryUnreceivedPacketsResponse";
|
|
1050
|
-
value: Uint8Array;
|
|
1051
|
-
}
|
|
1052
|
-
/**
|
|
1053
|
-
* QueryUnreceivedPacketsResponse is the response type for the
|
|
1054
|
-
* Query/UnreceivedPacketCommitments RPC method
|
|
1055
|
-
* @name QueryUnreceivedPacketsResponseAmino
|
|
1056
|
-
* @package ibc.core.channel.v1
|
|
1057
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsResponse
|
|
1058
|
-
*/
|
|
1059
|
-
export interface QueryUnreceivedPacketsResponseAmino {
|
|
1060
|
-
/**
|
|
1061
|
-
* list of unreceived packet sequences
|
|
1062
|
-
*/
|
|
1063
|
-
sequences: string[];
|
|
1064
|
-
/**
|
|
1065
|
-
* query block height
|
|
1066
|
-
*/
|
|
1067
|
-
height: HeightAmino;
|
|
1068
|
-
}
|
|
1069
|
-
export interface QueryUnreceivedPacketsResponseAminoMsg {
|
|
1070
|
-
type: "cosmos-sdk/QueryUnreceivedPacketsResponse";
|
|
1071
|
-
value: QueryUnreceivedPacketsResponseAmino;
|
|
1072
|
-
}
|
|
1073
|
-
/**
|
|
1074
|
-
* QueryUnreceivedAcks is the request type for the
|
|
1075
|
-
* Query/UnreceivedAcks RPC method
|
|
1076
|
-
* @name QueryUnreceivedAcksRequest
|
|
1077
|
-
* @package ibc.core.channel.v1
|
|
1078
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksRequest
|
|
1079
|
-
*/
|
|
1080
|
-
export interface QueryUnreceivedAcksRequest {
|
|
1081
|
-
/**
|
|
1082
|
-
* port unique identifier
|
|
1083
|
-
*/
|
|
1084
|
-
portId: string;
|
|
1085
|
-
/**
|
|
1086
|
-
* channel unique identifier
|
|
1087
|
-
*/
|
|
1088
|
-
channelId: string;
|
|
1089
|
-
/**
|
|
1090
|
-
* list of acknowledgement sequences
|
|
1091
|
-
*/
|
|
1092
|
-
packetAckSequences: bigint[];
|
|
1093
|
-
}
|
|
1094
|
-
export interface QueryUnreceivedAcksRequestProtoMsg {
|
|
1095
|
-
typeUrl: "/ibc.core.channel.v1.QueryUnreceivedAcksRequest";
|
|
1096
|
-
value: Uint8Array;
|
|
1097
|
-
}
|
|
1098
|
-
/**
|
|
1099
|
-
* QueryUnreceivedAcks is the request type for the
|
|
1100
|
-
* Query/UnreceivedAcks RPC method
|
|
1101
|
-
* @name QueryUnreceivedAcksRequestAmino
|
|
1102
|
-
* @package ibc.core.channel.v1
|
|
1103
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksRequest
|
|
1104
|
-
*/
|
|
1105
|
-
export interface QueryUnreceivedAcksRequestAmino {
|
|
1106
|
-
/**
|
|
1107
|
-
* port unique identifier
|
|
1108
|
-
*/
|
|
1109
|
-
port_id: string;
|
|
1110
|
-
/**
|
|
1111
|
-
* channel unique identifier
|
|
1112
|
-
*/
|
|
1113
|
-
channel_id: string;
|
|
1114
|
-
/**
|
|
1115
|
-
* list of acknowledgement sequences
|
|
1116
|
-
*/
|
|
1117
|
-
packet_ack_sequences: string[];
|
|
1118
|
-
}
|
|
1119
|
-
export interface QueryUnreceivedAcksRequestAminoMsg {
|
|
1120
|
-
type: "cosmos-sdk/QueryUnreceivedAcksRequest";
|
|
1121
|
-
value: QueryUnreceivedAcksRequestAmino;
|
|
1122
|
-
}
|
|
1123
|
-
/**
|
|
1124
|
-
* QueryUnreceivedAcksResponse is the response type for the
|
|
1125
|
-
* Query/UnreceivedAcks RPC method
|
|
1126
|
-
* @name QueryUnreceivedAcksResponse
|
|
1127
|
-
* @package ibc.core.channel.v1
|
|
1128
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksResponse
|
|
1129
|
-
*/
|
|
1130
|
-
export interface QueryUnreceivedAcksResponse {
|
|
1131
|
-
/**
|
|
1132
|
-
* list of unreceived acknowledgement sequences
|
|
1133
|
-
*/
|
|
1134
|
-
sequences: bigint[];
|
|
1135
|
-
/**
|
|
1136
|
-
* query block height
|
|
1137
|
-
*/
|
|
1138
|
-
height: Height;
|
|
1139
|
-
}
|
|
1140
|
-
export interface QueryUnreceivedAcksResponseProtoMsg {
|
|
1141
|
-
typeUrl: "/ibc.core.channel.v1.QueryUnreceivedAcksResponse";
|
|
1142
|
-
value: Uint8Array;
|
|
1143
|
-
}
|
|
1144
|
-
/**
|
|
1145
|
-
* QueryUnreceivedAcksResponse is the response type for the
|
|
1146
|
-
* Query/UnreceivedAcks RPC method
|
|
1147
|
-
* @name QueryUnreceivedAcksResponseAmino
|
|
1148
|
-
* @package ibc.core.channel.v1
|
|
1149
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksResponse
|
|
1150
|
-
*/
|
|
1151
|
-
export interface QueryUnreceivedAcksResponseAmino {
|
|
1152
|
-
/**
|
|
1153
|
-
* list of unreceived acknowledgement sequences
|
|
1154
|
-
*/
|
|
1155
|
-
sequences: string[];
|
|
1156
|
-
/**
|
|
1157
|
-
* query block height
|
|
1158
|
-
*/
|
|
1159
|
-
height: HeightAmino;
|
|
1160
|
-
}
|
|
1161
|
-
export interface QueryUnreceivedAcksResponseAminoMsg {
|
|
1162
|
-
type: "cosmos-sdk/QueryUnreceivedAcksResponse";
|
|
1163
|
-
value: QueryUnreceivedAcksResponseAmino;
|
|
1164
|
-
}
|
|
1165
|
-
/**
|
|
1166
|
-
* QueryNextSequenceReceiveRequest is the request type for the
|
|
1167
|
-
* Query/QueryNextSequenceReceiveRequest RPC method
|
|
1168
|
-
* @name QueryNextSequenceReceiveRequest
|
|
1169
|
-
* @package ibc.core.channel.v1
|
|
1170
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveRequest
|
|
1171
|
-
*/
|
|
1172
|
-
export interface QueryNextSequenceReceiveRequest {
|
|
1173
|
-
/**
|
|
1174
|
-
* port unique identifier
|
|
1175
|
-
*/
|
|
1176
|
-
portId: string;
|
|
1177
|
-
/**
|
|
1178
|
-
* channel unique identifier
|
|
1179
|
-
*/
|
|
1180
|
-
channelId: string;
|
|
1181
|
-
}
|
|
1182
|
-
export interface QueryNextSequenceReceiveRequestProtoMsg {
|
|
1183
|
-
typeUrl: "/ibc.core.channel.v1.QueryNextSequenceReceiveRequest";
|
|
1184
|
-
value: Uint8Array;
|
|
1185
|
-
}
|
|
1186
|
-
/**
|
|
1187
|
-
* QueryNextSequenceReceiveRequest is the request type for the
|
|
1188
|
-
* Query/QueryNextSequenceReceiveRequest RPC method
|
|
1189
|
-
* @name QueryNextSequenceReceiveRequestAmino
|
|
1190
|
-
* @package ibc.core.channel.v1
|
|
1191
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveRequest
|
|
1192
|
-
*/
|
|
1193
|
-
export interface QueryNextSequenceReceiveRequestAmino {
|
|
1194
|
-
/**
|
|
1195
|
-
* port unique identifier
|
|
1196
|
-
*/
|
|
1197
|
-
port_id: string;
|
|
1198
|
-
/**
|
|
1199
|
-
* channel unique identifier
|
|
1200
|
-
*/
|
|
1201
|
-
channel_id: string;
|
|
1202
|
-
}
|
|
1203
|
-
export interface QueryNextSequenceReceiveRequestAminoMsg {
|
|
1204
|
-
type: "cosmos-sdk/QueryNextSequenceReceiveRequest";
|
|
1205
|
-
value: QueryNextSequenceReceiveRequestAmino;
|
|
1206
|
-
}
|
|
1207
|
-
/**
|
|
1208
|
-
* QuerySequenceResponse is the response type for the
|
|
1209
|
-
* Query/QueryNextSequenceReceiveResponse RPC method
|
|
1210
|
-
* @name QueryNextSequenceReceiveResponse
|
|
1211
|
-
* @package ibc.core.channel.v1
|
|
1212
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveResponse
|
|
1213
|
-
*/
|
|
1214
|
-
export interface QueryNextSequenceReceiveResponse {
|
|
1215
|
-
/**
|
|
1216
|
-
* next sequence receive number
|
|
1217
|
-
*/
|
|
1218
|
-
nextSequenceReceive: bigint;
|
|
1219
|
-
/**
|
|
1220
|
-
* merkle proof of existence
|
|
1221
|
-
*/
|
|
1222
|
-
proof: Uint8Array;
|
|
1223
|
-
/**
|
|
1224
|
-
* height at which the proof was retrieved
|
|
1225
|
-
*/
|
|
1226
|
-
proofHeight: Height;
|
|
1227
|
-
}
|
|
1228
|
-
export interface QueryNextSequenceReceiveResponseProtoMsg {
|
|
1229
|
-
typeUrl: "/ibc.core.channel.v1.QueryNextSequenceReceiveResponse";
|
|
1230
|
-
value: Uint8Array;
|
|
1231
|
-
}
|
|
1232
|
-
/**
|
|
1233
|
-
* QuerySequenceResponse is the response type for the
|
|
1234
|
-
* Query/QueryNextSequenceReceiveResponse RPC method
|
|
1235
|
-
* @name QueryNextSequenceReceiveResponseAmino
|
|
1236
|
-
* @package ibc.core.channel.v1
|
|
1237
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveResponse
|
|
1238
|
-
*/
|
|
1239
|
-
export interface QueryNextSequenceReceiveResponseAmino {
|
|
1240
|
-
/**
|
|
1241
|
-
* next sequence receive number
|
|
1242
|
-
*/
|
|
1243
|
-
next_sequence_receive: string;
|
|
1244
|
-
/**
|
|
1245
|
-
* merkle proof of existence
|
|
1246
|
-
*/
|
|
1247
|
-
proof: string;
|
|
1248
|
-
/**
|
|
1249
|
-
* height at which the proof was retrieved
|
|
1250
|
-
*/
|
|
1251
|
-
proof_height: HeightAmino;
|
|
1252
|
-
}
|
|
1253
|
-
export interface QueryNextSequenceReceiveResponseAminoMsg {
|
|
1254
|
-
type: "cosmos-sdk/QueryNextSequenceReceiveResponse";
|
|
1255
|
-
value: QueryNextSequenceReceiveResponseAmino;
|
|
1256
|
-
}
|
|
1257
|
-
/**
|
|
1258
|
-
* QueryNextSequenceSendRequest is the request type for the
|
|
1259
|
-
* Query/QueryNextSequenceSend RPC method
|
|
1260
|
-
* @name QueryNextSequenceSendRequest
|
|
1261
|
-
* @package ibc.core.channel.v1
|
|
1262
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendRequest
|
|
1263
|
-
*/
|
|
1264
|
-
export interface QueryNextSequenceSendRequest {
|
|
1265
|
-
/**
|
|
1266
|
-
* port unique identifier
|
|
1267
|
-
*/
|
|
1268
|
-
portId: string;
|
|
1269
|
-
/**
|
|
1270
|
-
* channel unique identifier
|
|
1271
|
-
*/
|
|
1272
|
-
channelId: string;
|
|
1273
|
-
}
|
|
1274
|
-
export interface QueryNextSequenceSendRequestProtoMsg {
|
|
1275
|
-
typeUrl: "/ibc.core.channel.v1.QueryNextSequenceSendRequest";
|
|
1276
|
-
value: Uint8Array;
|
|
1277
|
-
}
|
|
1278
|
-
/**
|
|
1279
|
-
* QueryNextSequenceSendRequest is the request type for the
|
|
1280
|
-
* Query/QueryNextSequenceSend RPC method
|
|
1281
|
-
* @name QueryNextSequenceSendRequestAmino
|
|
1282
|
-
* @package ibc.core.channel.v1
|
|
1283
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendRequest
|
|
1284
|
-
*/
|
|
1285
|
-
export interface QueryNextSequenceSendRequestAmino {
|
|
1286
|
-
/**
|
|
1287
|
-
* port unique identifier
|
|
1288
|
-
*/
|
|
1289
|
-
port_id: string;
|
|
1290
|
-
/**
|
|
1291
|
-
* channel unique identifier
|
|
1292
|
-
*/
|
|
1293
|
-
channel_id: string;
|
|
1294
|
-
}
|
|
1295
|
-
export interface QueryNextSequenceSendRequestAminoMsg {
|
|
1296
|
-
type: "cosmos-sdk/QueryNextSequenceSendRequest";
|
|
1297
|
-
value: QueryNextSequenceSendRequestAmino;
|
|
1298
|
-
}
|
|
1299
|
-
/**
|
|
1300
|
-
* QueryNextSequenceSendResponse is the request type for the
|
|
1301
|
-
* Query/QueryNextSequenceSend RPC method
|
|
1302
|
-
* @name QueryNextSequenceSendResponse
|
|
1303
|
-
* @package ibc.core.channel.v1
|
|
1304
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendResponse
|
|
1305
|
-
*/
|
|
1306
|
-
export interface QueryNextSequenceSendResponse {
|
|
1307
|
-
/**
|
|
1308
|
-
* next sequence send number
|
|
1309
|
-
*/
|
|
1310
|
-
nextSequenceSend: bigint;
|
|
1311
|
-
/**
|
|
1312
|
-
* merkle proof of existence
|
|
1313
|
-
*/
|
|
1314
|
-
proof: Uint8Array;
|
|
1315
|
-
/**
|
|
1316
|
-
* height at which the proof was retrieved
|
|
1317
|
-
*/
|
|
1318
|
-
proofHeight: Height;
|
|
1319
|
-
}
|
|
1320
|
-
export interface QueryNextSequenceSendResponseProtoMsg {
|
|
1321
|
-
typeUrl: "/ibc.core.channel.v1.QueryNextSequenceSendResponse";
|
|
1322
|
-
value: Uint8Array;
|
|
1323
|
-
}
|
|
1324
|
-
/**
|
|
1325
|
-
* QueryNextSequenceSendResponse is the request type for the
|
|
1326
|
-
* Query/QueryNextSequenceSend RPC method
|
|
1327
|
-
* @name QueryNextSequenceSendResponseAmino
|
|
1328
|
-
* @package ibc.core.channel.v1
|
|
1329
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendResponse
|
|
1330
|
-
*/
|
|
1331
|
-
export interface QueryNextSequenceSendResponseAmino {
|
|
1332
|
-
/**
|
|
1333
|
-
* next sequence send number
|
|
1334
|
-
*/
|
|
1335
|
-
next_sequence_send: string;
|
|
1336
|
-
/**
|
|
1337
|
-
* merkle proof of existence
|
|
1338
|
-
*/
|
|
1339
|
-
proof: string;
|
|
1340
|
-
/**
|
|
1341
|
-
* height at which the proof was retrieved
|
|
1342
|
-
*/
|
|
1343
|
-
proof_height: HeightAmino;
|
|
1344
|
-
}
|
|
1345
|
-
export interface QueryNextSequenceSendResponseAminoMsg {
|
|
1346
|
-
type: "cosmos-sdk/QueryNextSequenceSendResponse";
|
|
1347
|
-
value: QueryNextSequenceSendResponseAmino;
|
|
1348
|
-
}
|
|
1349
|
-
/**
|
|
1350
|
-
* QueryChannelRequest is the request type for the Query/Channel RPC method
|
|
1351
|
-
* @name QueryChannelRequest
|
|
1352
|
-
* @package ibc.core.channel.v1
|
|
1353
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelRequest
|
|
1354
|
-
*/
|
|
1355
|
-
export declare const QueryChannelRequest: {
|
|
1356
|
-
typeUrl: string;
|
|
1357
|
-
aminoType: string;
|
|
1358
|
-
is(o: any): o is QueryChannelRequest;
|
|
1359
|
-
isAmino(o: any): o is QueryChannelRequestAmino;
|
|
1360
|
-
encode(message: QueryChannelRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1361
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelRequest;
|
|
1362
|
-
fromPartial(object: DeepPartial<QueryChannelRequest>): QueryChannelRequest;
|
|
1363
|
-
fromAmino(object: QueryChannelRequestAmino): QueryChannelRequest;
|
|
1364
|
-
toAmino(message: QueryChannelRequest): QueryChannelRequestAmino;
|
|
1365
|
-
fromAminoMsg(object: QueryChannelRequestAminoMsg): QueryChannelRequest;
|
|
1366
|
-
toAminoMsg(message: QueryChannelRequest): QueryChannelRequestAminoMsg;
|
|
1367
|
-
fromProtoMsg(message: QueryChannelRequestProtoMsg): QueryChannelRequest;
|
|
1368
|
-
toProto(message: QueryChannelRequest): Uint8Array;
|
|
1369
|
-
toProtoMsg(message: QueryChannelRequest): QueryChannelRequestProtoMsg;
|
|
1370
|
-
registerTypeUrl(): void;
|
|
1371
|
-
};
|
|
1372
|
-
/**
|
|
1373
|
-
* QueryChannelResponse is the response type for the Query/Channel RPC method.
|
|
1374
|
-
* Besides the Channel end, it includes a proof and the height from which the
|
|
1375
|
-
* proof was retrieved.
|
|
1376
|
-
* @name QueryChannelResponse
|
|
1377
|
-
* @package ibc.core.channel.v1
|
|
1378
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelResponse
|
|
1379
|
-
*/
|
|
1380
|
-
export declare const QueryChannelResponse: {
|
|
1381
|
-
typeUrl: string;
|
|
1382
|
-
aminoType: string;
|
|
1383
|
-
is(o: any): o is QueryChannelResponse;
|
|
1384
|
-
isAmino(o: any): o is QueryChannelResponseAmino;
|
|
1385
|
-
encode(message: QueryChannelResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1386
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelResponse;
|
|
1387
|
-
fromPartial(object: DeepPartial<QueryChannelResponse>): QueryChannelResponse;
|
|
1388
|
-
fromAmino(object: QueryChannelResponseAmino): QueryChannelResponse;
|
|
1389
|
-
toAmino(message: QueryChannelResponse): QueryChannelResponseAmino;
|
|
1390
|
-
fromAminoMsg(object: QueryChannelResponseAminoMsg): QueryChannelResponse;
|
|
1391
|
-
toAminoMsg(message: QueryChannelResponse): QueryChannelResponseAminoMsg;
|
|
1392
|
-
fromProtoMsg(message: QueryChannelResponseProtoMsg): QueryChannelResponse;
|
|
1393
|
-
toProto(message: QueryChannelResponse): Uint8Array;
|
|
1394
|
-
toProtoMsg(message: QueryChannelResponse): QueryChannelResponseProtoMsg;
|
|
1395
|
-
registerTypeUrl(): void;
|
|
1396
|
-
};
|
|
1397
|
-
/**
|
|
1398
|
-
* QueryChannelsRequest is the request type for the Query/Channels RPC method
|
|
1399
|
-
* @name QueryChannelsRequest
|
|
1400
|
-
* @package ibc.core.channel.v1
|
|
1401
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsRequest
|
|
1402
|
-
*/
|
|
1403
|
-
export declare const QueryChannelsRequest: {
|
|
1404
|
-
typeUrl: string;
|
|
1405
|
-
aminoType: string;
|
|
1406
|
-
is(o: any): o is QueryChannelsRequest;
|
|
1407
|
-
isAmino(o: any): o is QueryChannelsRequestAmino;
|
|
1408
|
-
encode(message: QueryChannelsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1409
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelsRequest;
|
|
1410
|
-
fromPartial(object: DeepPartial<QueryChannelsRequest>): QueryChannelsRequest;
|
|
1411
|
-
fromAmino(object: QueryChannelsRequestAmino): QueryChannelsRequest;
|
|
1412
|
-
toAmino(message: QueryChannelsRequest): QueryChannelsRequestAmino;
|
|
1413
|
-
fromAminoMsg(object: QueryChannelsRequestAminoMsg): QueryChannelsRequest;
|
|
1414
|
-
toAminoMsg(message: QueryChannelsRequest): QueryChannelsRequestAminoMsg;
|
|
1415
|
-
fromProtoMsg(message: QueryChannelsRequestProtoMsg): QueryChannelsRequest;
|
|
1416
|
-
toProto(message: QueryChannelsRequest): Uint8Array;
|
|
1417
|
-
toProtoMsg(message: QueryChannelsRequest): QueryChannelsRequestProtoMsg;
|
|
1418
|
-
registerTypeUrl(): void;
|
|
1419
|
-
};
|
|
1420
|
-
/**
|
|
1421
|
-
* QueryChannelsResponse is the response type for the Query/Channels RPC method.
|
|
1422
|
-
* @name QueryChannelsResponse
|
|
1423
|
-
* @package ibc.core.channel.v1
|
|
1424
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelsResponse
|
|
1425
|
-
*/
|
|
1426
|
-
export declare const QueryChannelsResponse: {
|
|
1427
|
-
typeUrl: string;
|
|
1428
|
-
aminoType: string;
|
|
1429
|
-
is(o: any): o is QueryChannelsResponse;
|
|
1430
|
-
isAmino(o: any): o is QueryChannelsResponseAmino;
|
|
1431
|
-
encode(message: QueryChannelsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1432
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelsResponse;
|
|
1433
|
-
fromPartial(object: DeepPartial<QueryChannelsResponse>): QueryChannelsResponse;
|
|
1434
|
-
fromAmino(object: QueryChannelsResponseAmino): QueryChannelsResponse;
|
|
1435
|
-
toAmino(message: QueryChannelsResponse): QueryChannelsResponseAmino;
|
|
1436
|
-
fromAminoMsg(object: QueryChannelsResponseAminoMsg): QueryChannelsResponse;
|
|
1437
|
-
toAminoMsg(message: QueryChannelsResponse): QueryChannelsResponseAminoMsg;
|
|
1438
|
-
fromProtoMsg(message: QueryChannelsResponseProtoMsg): QueryChannelsResponse;
|
|
1439
|
-
toProto(message: QueryChannelsResponse): Uint8Array;
|
|
1440
|
-
toProtoMsg(message: QueryChannelsResponse): QueryChannelsResponseProtoMsg;
|
|
1441
|
-
registerTypeUrl(): void;
|
|
1442
|
-
};
|
|
1443
|
-
/**
|
|
1444
|
-
* QueryConnectionChannelsRequest is the request type for the
|
|
1445
|
-
* Query/QueryConnectionChannels RPC method
|
|
1446
|
-
* @name QueryConnectionChannelsRequest
|
|
1447
|
-
* @package ibc.core.channel.v1
|
|
1448
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsRequest
|
|
1449
|
-
*/
|
|
1450
|
-
export declare const QueryConnectionChannelsRequest: {
|
|
1451
|
-
typeUrl: string;
|
|
1452
|
-
aminoType: string;
|
|
1453
|
-
is(o: any): o is QueryConnectionChannelsRequest;
|
|
1454
|
-
isAmino(o: any): o is QueryConnectionChannelsRequestAmino;
|
|
1455
|
-
encode(message: QueryConnectionChannelsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1456
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionChannelsRequest;
|
|
1457
|
-
fromPartial(object: DeepPartial<QueryConnectionChannelsRequest>): QueryConnectionChannelsRequest;
|
|
1458
|
-
fromAmino(object: QueryConnectionChannelsRequestAmino): QueryConnectionChannelsRequest;
|
|
1459
|
-
toAmino(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestAmino;
|
|
1460
|
-
fromAminoMsg(object: QueryConnectionChannelsRequestAminoMsg): QueryConnectionChannelsRequest;
|
|
1461
|
-
toAminoMsg(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestAminoMsg;
|
|
1462
|
-
fromProtoMsg(message: QueryConnectionChannelsRequestProtoMsg): QueryConnectionChannelsRequest;
|
|
1463
|
-
toProto(message: QueryConnectionChannelsRequest): Uint8Array;
|
|
1464
|
-
toProtoMsg(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestProtoMsg;
|
|
1465
|
-
registerTypeUrl(): void;
|
|
1466
|
-
};
|
|
1467
|
-
/**
|
|
1468
|
-
* QueryConnectionChannelsResponse is the Response type for the
|
|
1469
|
-
* Query/QueryConnectionChannels RPC method
|
|
1470
|
-
* @name QueryConnectionChannelsResponse
|
|
1471
|
-
* @package ibc.core.channel.v1
|
|
1472
|
-
* @see proto type: ibc.core.channel.v1.QueryConnectionChannelsResponse
|
|
1473
|
-
*/
|
|
1474
|
-
export declare const QueryConnectionChannelsResponse: {
|
|
1475
|
-
typeUrl: string;
|
|
1476
|
-
aminoType: string;
|
|
1477
|
-
is(o: any): o is QueryConnectionChannelsResponse;
|
|
1478
|
-
isAmino(o: any): o is QueryConnectionChannelsResponseAmino;
|
|
1479
|
-
encode(message: QueryConnectionChannelsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1480
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionChannelsResponse;
|
|
1481
|
-
fromPartial(object: DeepPartial<QueryConnectionChannelsResponse>): QueryConnectionChannelsResponse;
|
|
1482
|
-
fromAmino(object: QueryConnectionChannelsResponseAmino): QueryConnectionChannelsResponse;
|
|
1483
|
-
toAmino(message: QueryConnectionChannelsResponse): QueryConnectionChannelsResponseAmino;
|
|
1484
|
-
fromAminoMsg(object: QueryConnectionChannelsResponseAminoMsg): QueryConnectionChannelsResponse;
|
|
1485
|
-
toAminoMsg(message: QueryConnectionChannelsResponse): QueryConnectionChannelsResponseAminoMsg;
|
|
1486
|
-
fromProtoMsg(message: QueryConnectionChannelsResponseProtoMsg): QueryConnectionChannelsResponse;
|
|
1487
|
-
toProto(message: QueryConnectionChannelsResponse): Uint8Array;
|
|
1488
|
-
toProtoMsg(message: QueryConnectionChannelsResponse): QueryConnectionChannelsResponseProtoMsg;
|
|
1489
|
-
registerTypeUrl(): void;
|
|
1490
|
-
};
|
|
1491
|
-
/**
|
|
1492
|
-
* QueryChannelClientStateRequest is the request type for the Query/ClientState
|
|
1493
|
-
* RPC method
|
|
1494
|
-
* @name QueryChannelClientStateRequest
|
|
1495
|
-
* @package ibc.core.channel.v1
|
|
1496
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateRequest
|
|
1497
|
-
*/
|
|
1498
|
-
export declare const QueryChannelClientStateRequest: {
|
|
1499
|
-
typeUrl: string;
|
|
1500
|
-
aminoType: string;
|
|
1501
|
-
is(o: any): o is QueryChannelClientStateRequest;
|
|
1502
|
-
isAmino(o: any): o is QueryChannelClientStateRequestAmino;
|
|
1503
|
-
encode(message: QueryChannelClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1504
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelClientStateRequest;
|
|
1505
|
-
fromPartial(object: DeepPartial<QueryChannelClientStateRequest>): QueryChannelClientStateRequest;
|
|
1506
|
-
fromAmino(object: QueryChannelClientStateRequestAmino): QueryChannelClientStateRequest;
|
|
1507
|
-
toAmino(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestAmino;
|
|
1508
|
-
fromAminoMsg(object: QueryChannelClientStateRequestAminoMsg): QueryChannelClientStateRequest;
|
|
1509
|
-
toAminoMsg(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestAminoMsg;
|
|
1510
|
-
fromProtoMsg(message: QueryChannelClientStateRequestProtoMsg): QueryChannelClientStateRequest;
|
|
1511
|
-
toProto(message: QueryChannelClientStateRequest): Uint8Array;
|
|
1512
|
-
toProtoMsg(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestProtoMsg;
|
|
1513
|
-
registerTypeUrl(): void;
|
|
1514
|
-
};
|
|
1515
|
-
/**
|
|
1516
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
1517
|
-
* Query/QueryChannelClientState RPC method
|
|
1518
|
-
* @name QueryChannelClientStateResponse
|
|
1519
|
-
* @package ibc.core.channel.v1
|
|
1520
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelClientStateResponse
|
|
1521
|
-
*/
|
|
1522
|
-
export declare const QueryChannelClientStateResponse: {
|
|
1523
|
-
typeUrl: string;
|
|
1524
|
-
aminoType: string;
|
|
1525
|
-
is(o: any): o is QueryChannelClientStateResponse;
|
|
1526
|
-
isAmino(o: any): o is QueryChannelClientStateResponseAmino;
|
|
1527
|
-
encode(message: QueryChannelClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1528
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelClientStateResponse;
|
|
1529
|
-
fromPartial(object: DeepPartial<QueryChannelClientStateResponse>): QueryChannelClientStateResponse;
|
|
1530
|
-
fromAmino(object: QueryChannelClientStateResponseAmino): QueryChannelClientStateResponse;
|
|
1531
|
-
toAmino(message: QueryChannelClientStateResponse): QueryChannelClientStateResponseAmino;
|
|
1532
|
-
fromAminoMsg(object: QueryChannelClientStateResponseAminoMsg): QueryChannelClientStateResponse;
|
|
1533
|
-
toAminoMsg(message: QueryChannelClientStateResponse): QueryChannelClientStateResponseAminoMsg;
|
|
1534
|
-
fromProtoMsg(message: QueryChannelClientStateResponseProtoMsg): QueryChannelClientStateResponse;
|
|
1535
|
-
toProto(message: QueryChannelClientStateResponse): Uint8Array;
|
|
1536
|
-
toProtoMsg(message: QueryChannelClientStateResponse): QueryChannelClientStateResponseProtoMsg;
|
|
1537
|
-
registerTypeUrl(): void;
|
|
1538
|
-
};
|
|
1539
|
-
/**
|
|
1540
|
-
* QueryChannelConsensusStateRequest is the request type for the
|
|
1541
|
-
* Query/ConsensusState RPC method
|
|
1542
|
-
* @name QueryChannelConsensusStateRequest
|
|
1543
|
-
* @package ibc.core.channel.v1
|
|
1544
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateRequest
|
|
1545
|
-
*/
|
|
1546
|
-
export declare const QueryChannelConsensusStateRequest: {
|
|
1547
|
-
typeUrl: string;
|
|
1548
|
-
aminoType: string;
|
|
1549
|
-
is(o: any): o is QueryChannelConsensusStateRequest;
|
|
1550
|
-
isAmino(o: any): o is QueryChannelConsensusStateRequestAmino;
|
|
1551
|
-
encode(message: QueryChannelConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1552
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelConsensusStateRequest;
|
|
1553
|
-
fromPartial(object: DeepPartial<QueryChannelConsensusStateRequest>): QueryChannelConsensusStateRequest;
|
|
1554
|
-
fromAmino(object: QueryChannelConsensusStateRequestAmino): QueryChannelConsensusStateRequest;
|
|
1555
|
-
toAmino(message: QueryChannelConsensusStateRequest): QueryChannelConsensusStateRequestAmino;
|
|
1556
|
-
fromAminoMsg(object: QueryChannelConsensusStateRequestAminoMsg): QueryChannelConsensusStateRequest;
|
|
1557
|
-
toAminoMsg(message: QueryChannelConsensusStateRequest): QueryChannelConsensusStateRequestAminoMsg;
|
|
1558
|
-
fromProtoMsg(message: QueryChannelConsensusStateRequestProtoMsg): QueryChannelConsensusStateRequest;
|
|
1559
|
-
toProto(message: QueryChannelConsensusStateRequest): Uint8Array;
|
|
1560
|
-
toProtoMsg(message: QueryChannelConsensusStateRequest): QueryChannelConsensusStateRequestProtoMsg;
|
|
1561
|
-
registerTypeUrl(): void;
|
|
1562
|
-
};
|
|
1563
|
-
/**
|
|
1564
|
-
* QueryChannelClientStateResponse is the Response type for the
|
|
1565
|
-
* Query/QueryChannelClientState RPC method
|
|
1566
|
-
* @name QueryChannelConsensusStateResponse
|
|
1567
|
-
* @package ibc.core.channel.v1
|
|
1568
|
-
* @see proto type: ibc.core.channel.v1.QueryChannelConsensusStateResponse
|
|
1569
|
-
*/
|
|
1570
|
-
export declare const QueryChannelConsensusStateResponse: {
|
|
1571
|
-
typeUrl: string;
|
|
1572
|
-
aminoType: string;
|
|
1573
|
-
is(o: any): o is QueryChannelConsensusStateResponse;
|
|
1574
|
-
isAmino(o: any): o is QueryChannelConsensusStateResponseAmino;
|
|
1575
|
-
encode(message: QueryChannelConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1576
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryChannelConsensusStateResponse;
|
|
1577
|
-
fromPartial(object: DeepPartial<QueryChannelConsensusStateResponse>): QueryChannelConsensusStateResponse;
|
|
1578
|
-
fromAmino(object: QueryChannelConsensusStateResponseAmino): QueryChannelConsensusStateResponse;
|
|
1579
|
-
toAmino(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseAmino;
|
|
1580
|
-
fromAminoMsg(object: QueryChannelConsensusStateResponseAminoMsg): QueryChannelConsensusStateResponse;
|
|
1581
|
-
toAminoMsg(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseAminoMsg;
|
|
1582
|
-
fromProtoMsg(message: QueryChannelConsensusStateResponseProtoMsg): QueryChannelConsensusStateResponse;
|
|
1583
|
-
toProto(message: QueryChannelConsensusStateResponse): Uint8Array;
|
|
1584
|
-
toProtoMsg(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseProtoMsg;
|
|
1585
|
-
registerTypeUrl(): void;
|
|
1586
|
-
};
|
|
1587
|
-
/**
|
|
1588
|
-
* QueryPacketCommitmentRequest is the request type for the
|
|
1589
|
-
* Query/PacketCommitment RPC method
|
|
1590
|
-
* @name QueryPacketCommitmentRequest
|
|
1591
|
-
* @package ibc.core.channel.v1
|
|
1592
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentRequest
|
|
1593
|
-
*/
|
|
1594
|
-
export declare const QueryPacketCommitmentRequest: {
|
|
1595
|
-
typeUrl: string;
|
|
1596
|
-
aminoType: string;
|
|
1597
|
-
is(o: any): o is QueryPacketCommitmentRequest;
|
|
1598
|
-
isAmino(o: any): o is QueryPacketCommitmentRequestAmino;
|
|
1599
|
-
encode(message: QueryPacketCommitmentRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1600
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentRequest;
|
|
1601
|
-
fromPartial(object: DeepPartial<QueryPacketCommitmentRequest>): QueryPacketCommitmentRequest;
|
|
1602
|
-
fromAmino(object: QueryPacketCommitmentRequestAmino): QueryPacketCommitmentRequest;
|
|
1603
|
-
toAmino(message: QueryPacketCommitmentRequest): QueryPacketCommitmentRequestAmino;
|
|
1604
|
-
fromAminoMsg(object: QueryPacketCommitmentRequestAminoMsg): QueryPacketCommitmentRequest;
|
|
1605
|
-
toAminoMsg(message: QueryPacketCommitmentRequest): QueryPacketCommitmentRequestAminoMsg;
|
|
1606
|
-
fromProtoMsg(message: QueryPacketCommitmentRequestProtoMsg): QueryPacketCommitmentRequest;
|
|
1607
|
-
toProto(message: QueryPacketCommitmentRequest): Uint8Array;
|
|
1608
|
-
toProtoMsg(message: QueryPacketCommitmentRequest): QueryPacketCommitmentRequestProtoMsg;
|
|
1609
|
-
registerTypeUrl(): void;
|
|
1610
|
-
};
|
|
1611
|
-
/**
|
|
1612
|
-
* QueryPacketCommitmentResponse defines the client query response for a packet
|
|
1613
|
-
* which also includes a proof and the height from which the proof was
|
|
1614
|
-
* retrieved
|
|
1615
|
-
* @name QueryPacketCommitmentResponse
|
|
1616
|
-
* @package ibc.core.channel.v1
|
|
1617
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentResponse
|
|
1618
|
-
*/
|
|
1619
|
-
export declare const QueryPacketCommitmentResponse: {
|
|
1620
|
-
typeUrl: string;
|
|
1621
|
-
aminoType: string;
|
|
1622
|
-
is(o: any): o is QueryPacketCommitmentResponse;
|
|
1623
|
-
isAmino(o: any): o is QueryPacketCommitmentResponseAmino;
|
|
1624
|
-
encode(message: QueryPacketCommitmentResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1625
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentResponse;
|
|
1626
|
-
fromPartial(object: DeepPartial<QueryPacketCommitmentResponse>): QueryPacketCommitmentResponse;
|
|
1627
|
-
fromAmino(object: QueryPacketCommitmentResponseAmino): QueryPacketCommitmentResponse;
|
|
1628
|
-
toAmino(message: QueryPacketCommitmentResponse): QueryPacketCommitmentResponseAmino;
|
|
1629
|
-
fromAminoMsg(object: QueryPacketCommitmentResponseAminoMsg): QueryPacketCommitmentResponse;
|
|
1630
|
-
toAminoMsg(message: QueryPacketCommitmentResponse): QueryPacketCommitmentResponseAminoMsg;
|
|
1631
|
-
fromProtoMsg(message: QueryPacketCommitmentResponseProtoMsg): QueryPacketCommitmentResponse;
|
|
1632
|
-
toProto(message: QueryPacketCommitmentResponse): Uint8Array;
|
|
1633
|
-
toProtoMsg(message: QueryPacketCommitmentResponse): QueryPacketCommitmentResponseProtoMsg;
|
|
1634
|
-
registerTypeUrl(): void;
|
|
1635
|
-
};
|
|
1636
|
-
/**
|
|
1637
|
-
* QueryPacketCommitmentsRequest is the request type for the
|
|
1638
|
-
* Query/QueryPacketCommitments RPC method
|
|
1639
|
-
* @name QueryPacketCommitmentsRequest
|
|
1640
|
-
* @package ibc.core.channel.v1
|
|
1641
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsRequest
|
|
1642
|
-
*/
|
|
1643
|
-
export declare const QueryPacketCommitmentsRequest: {
|
|
1644
|
-
typeUrl: string;
|
|
1645
|
-
aminoType: string;
|
|
1646
|
-
is(o: any): o is QueryPacketCommitmentsRequest;
|
|
1647
|
-
isAmino(o: any): o is QueryPacketCommitmentsRequestAmino;
|
|
1648
|
-
encode(message: QueryPacketCommitmentsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1649
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentsRequest;
|
|
1650
|
-
fromPartial(object: DeepPartial<QueryPacketCommitmentsRequest>): QueryPacketCommitmentsRequest;
|
|
1651
|
-
fromAmino(object: QueryPacketCommitmentsRequestAmino): QueryPacketCommitmentsRequest;
|
|
1652
|
-
toAmino(message: QueryPacketCommitmentsRequest): QueryPacketCommitmentsRequestAmino;
|
|
1653
|
-
fromAminoMsg(object: QueryPacketCommitmentsRequestAminoMsg): QueryPacketCommitmentsRequest;
|
|
1654
|
-
toAminoMsg(message: QueryPacketCommitmentsRequest): QueryPacketCommitmentsRequestAminoMsg;
|
|
1655
|
-
fromProtoMsg(message: QueryPacketCommitmentsRequestProtoMsg): QueryPacketCommitmentsRequest;
|
|
1656
|
-
toProto(message: QueryPacketCommitmentsRequest): Uint8Array;
|
|
1657
|
-
toProtoMsg(message: QueryPacketCommitmentsRequest): QueryPacketCommitmentsRequestProtoMsg;
|
|
1658
|
-
registerTypeUrl(): void;
|
|
1659
|
-
};
|
|
1660
|
-
/**
|
|
1661
|
-
* QueryPacketCommitmentsResponse is the request type for the
|
|
1662
|
-
* Query/QueryPacketCommitments RPC method
|
|
1663
|
-
* @name QueryPacketCommitmentsResponse
|
|
1664
|
-
* @package ibc.core.channel.v1
|
|
1665
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketCommitmentsResponse
|
|
1666
|
-
*/
|
|
1667
|
-
export declare const QueryPacketCommitmentsResponse: {
|
|
1668
|
-
typeUrl: string;
|
|
1669
|
-
aminoType: string;
|
|
1670
|
-
is(o: any): o is QueryPacketCommitmentsResponse;
|
|
1671
|
-
isAmino(o: any): o is QueryPacketCommitmentsResponseAmino;
|
|
1672
|
-
encode(message: QueryPacketCommitmentsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1673
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketCommitmentsResponse;
|
|
1674
|
-
fromPartial(object: DeepPartial<QueryPacketCommitmentsResponse>): QueryPacketCommitmentsResponse;
|
|
1675
|
-
fromAmino(object: QueryPacketCommitmentsResponseAmino): QueryPacketCommitmentsResponse;
|
|
1676
|
-
toAmino(message: QueryPacketCommitmentsResponse): QueryPacketCommitmentsResponseAmino;
|
|
1677
|
-
fromAminoMsg(object: QueryPacketCommitmentsResponseAminoMsg): QueryPacketCommitmentsResponse;
|
|
1678
|
-
toAminoMsg(message: QueryPacketCommitmentsResponse): QueryPacketCommitmentsResponseAminoMsg;
|
|
1679
|
-
fromProtoMsg(message: QueryPacketCommitmentsResponseProtoMsg): QueryPacketCommitmentsResponse;
|
|
1680
|
-
toProto(message: QueryPacketCommitmentsResponse): Uint8Array;
|
|
1681
|
-
toProtoMsg(message: QueryPacketCommitmentsResponse): QueryPacketCommitmentsResponseProtoMsg;
|
|
1682
|
-
registerTypeUrl(): void;
|
|
1683
|
-
};
|
|
1684
|
-
/**
|
|
1685
|
-
* QueryPacketReceiptRequest is the request type for the
|
|
1686
|
-
* Query/PacketReceipt RPC method
|
|
1687
|
-
* @name QueryPacketReceiptRequest
|
|
1688
|
-
* @package ibc.core.channel.v1
|
|
1689
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptRequest
|
|
1690
|
-
*/
|
|
1691
|
-
export declare const QueryPacketReceiptRequest: {
|
|
1692
|
-
typeUrl: string;
|
|
1693
|
-
aminoType: string;
|
|
1694
|
-
is(o: any): o is QueryPacketReceiptRequest;
|
|
1695
|
-
isAmino(o: any): o is QueryPacketReceiptRequestAmino;
|
|
1696
|
-
encode(message: QueryPacketReceiptRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1697
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketReceiptRequest;
|
|
1698
|
-
fromPartial(object: DeepPartial<QueryPacketReceiptRequest>): QueryPacketReceiptRequest;
|
|
1699
|
-
fromAmino(object: QueryPacketReceiptRequestAmino): QueryPacketReceiptRequest;
|
|
1700
|
-
toAmino(message: QueryPacketReceiptRequest): QueryPacketReceiptRequestAmino;
|
|
1701
|
-
fromAminoMsg(object: QueryPacketReceiptRequestAminoMsg): QueryPacketReceiptRequest;
|
|
1702
|
-
toAminoMsg(message: QueryPacketReceiptRequest): QueryPacketReceiptRequestAminoMsg;
|
|
1703
|
-
fromProtoMsg(message: QueryPacketReceiptRequestProtoMsg): QueryPacketReceiptRequest;
|
|
1704
|
-
toProto(message: QueryPacketReceiptRequest): Uint8Array;
|
|
1705
|
-
toProtoMsg(message: QueryPacketReceiptRequest): QueryPacketReceiptRequestProtoMsg;
|
|
1706
|
-
registerTypeUrl(): void;
|
|
1707
|
-
};
|
|
1708
|
-
/**
|
|
1709
|
-
* QueryPacketReceiptResponse defines the client query response for a packet
|
|
1710
|
-
* receipt which also includes a proof, and the height from which the proof was
|
|
1711
|
-
* retrieved
|
|
1712
|
-
* @name QueryPacketReceiptResponse
|
|
1713
|
-
* @package ibc.core.channel.v1
|
|
1714
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketReceiptResponse
|
|
1715
|
-
*/
|
|
1716
|
-
export declare const QueryPacketReceiptResponse: {
|
|
1717
|
-
typeUrl: string;
|
|
1718
|
-
aminoType: string;
|
|
1719
|
-
is(o: any): o is QueryPacketReceiptResponse;
|
|
1720
|
-
isAmino(o: any): o is QueryPacketReceiptResponseAmino;
|
|
1721
|
-
encode(message: QueryPacketReceiptResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1722
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketReceiptResponse;
|
|
1723
|
-
fromPartial(object: DeepPartial<QueryPacketReceiptResponse>): QueryPacketReceiptResponse;
|
|
1724
|
-
fromAmino(object: QueryPacketReceiptResponseAmino): QueryPacketReceiptResponse;
|
|
1725
|
-
toAmino(message: QueryPacketReceiptResponse): QueryPacketReceiptResponseAmino;
|
|
1726
|
-
fromAminoMsg(object: QueryPacketReceiptResponseAminoMsg): QueryPacketReceiptResponse;
|
|
1727
|
-
toAminoMsg(message: QueryPacketReceiptResponse): QueryPacketReceiptResponseAminoMsg;
|
|
1728
|
-
fromProtoMsg(message: QueryPacketReceiptResponseProtoMsg): QueryPacketReceiptResponse;
|
|
1729
|
-
toProto(message: QueryPacketReceiptResponse): Uint8Array;
|
|
1730
|
-
toProtoMsg(message: QueryPacketReceiptResponse): QueryPacketReceiptResponseProtoMsg;
|
|
1731
|
-
registerTypeUrl(): void;
|
|
1732
|
-
};
|
|
1733
|
-
/**
|
|
1734
|
-
* QueryPacketAcknowledgementRequest is the request type for the
|
|
1735
|
-
* Query/PacketAcknowledgement RPC method
|
|
1736
|
-
* @name QueryPacketAcknowledgementRequest
|
|
1737
|
-
* @package ibc.core.channel.v1
|
|
1738
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementRequest
|
|
1739
|
-
*/
|
|
1740
|
-
export declare const QueryPacketAcknowledgementRequest: {
|
|
1741
|
-
typeUrl: string;
|
|
1742
|
-
aminoType: string;
|
|
1743
|
-
is(o: any): o is QueryPacketAcknowledgementRequest;
|
|
1744
|
-
isAmino(o: any): o is QueryPacketAcknowledgementRequestAmino;
|
|
1745
|
-
encode(message: QueryPacketAcknowledgementRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1746
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementRequest;
|
|
1747
|
-
fromPartial(object: DeepPartial<QueryPacketAcknowledgementRequest>): QueryPacketAcknowledgementRequest;
|
|
1748
|
-
fromAmino(object: QueryPacketAcknowledgementRequestAmino): QueryPacketAcknowledgementRequest;
|
|
1749
|
-
toAmino(message: QueryPacketAcknowledgementRequest): QueryPacketAcknowledgementRequestAmino;
|
|
1750
|
-
fromAminoMsg(object: QueryPacketAcknowledgementRequestAminoMsg): QueryPacketAcknowledgementRequest;
|
|
1751
|
-
toAminoMsg(message: QueryPacketAcknowledgementRequest): QueryPacketAcknowledgementRequestAminoMsg;
|
|
1752
|
-
fromProtoMsg(message: QueryPacketAcknowledgementRequestProtoMsg): QueryPacketAcknowledgementRequest;
|
|
1753
|
-
toProto(message: QueryPacketAcknowledgementRequest): Uint8Array;
|
|
1754
|
-
toProtoMsg(message: QueryPacketAcknowledgementRequest): QueryPacketAcknowledgementRequestProtoMsg;
|
|
1755
|
-
registerTypeUrl(): void;
|
|
1756
|
-
};
|
|
1757
|
-
/**
|
|
1758
|
-
* QueryPacketAcknowledgementResponse defines the client query response for a
|
|
1759
|
-
* packet which also includes a proof and the height from which the
|
|
1760
|
-
* proof was retrieved
|
|
1761
|
-
* @name QueryPacketAcknowledgementResponse
|
|
1762
|
-
* @package ibc.core.channel.v1
|
|
1763
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementResponse
|
|
1764
|
-
*/
|
|
1765
|
-
export declare const QueryPacketAcknowledgementResponse: {
|
|
1766
|
-
typeUrl: string;
|
|
1767
|
-
aminoType: string;
|
|
1768
|
-
is(o: any): o is QueryPacketAcknowledgementResponse;
|
|
1769
|
-
isAmino(o: any): o is QueryPacketAcknowledgementResponseAmino;
|
|
1770
|
-
encode(message: QueryPacketAcknowledgementResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1771
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementResponse;
|
|
1772
|
-
fromPartial(object: DeepPartial<QueryPacketAcknowledgementResponse>): QueryPacketAcknowledgementResponse;
|
|
1773
|
-
fromAmino(object: QueryPacketAcknowledgementResponseAmino): QueryPacketAcknowledgementResponse;
|
|
1774
|
-
toAmino(message: QueryPacketAcknowledgementResponse): QueryPacketAcknowledgementResponseAmino;
|
|
1775
|
-
fromAminoMsg(object: QueryPacketAcknowledgementResponseAminoMsg): QueryPacketAcknowledgementResponse;
|
|
1776
|
-
toAminoMsg(message: QueryPacketAcknowledgementResponse): QueryPacketAcknowledgementResponseAminoMsg;
|
|
1777
|
-
fromProtoMsg(message: QueryPacketAcknowledgementResponseProtoMsg): QueryPacketAcknowledgementResponse;
|
|
1778
|
-
toProto(message: QueryPacketAcknowledgementResponse): Uint8Array;
|
|
1779
|
-
toProtoMsg(message: QueryPacketAcknowledgementResponse): QueryPacketAcknowledgementResponseProtoMsg;
|
|
1780
|
-
registerTypeUrl(): void;
|
|
1781
|
-
};
|
|
1782
|
-
/**
|
|
1783
|
-
* QueryPacketAcknowledgementsRequest is the request type for the
|
|
1784
|
-
* Query/QueryPacketCommitments RPC method
|
|
1785
|
-
* @name QueryPacketAcknowledgementsRequest
|
|
1786
|
-
* @package ibc.core.channel.v1
|
|
1787
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsRequest
|
|
1788
|
-
*/
|
|
1789
|
-
export declare const QueryPacketAcknowledgementsRequest: {
|
|
1790
|
-
typeUrl: string;
|
|
1791
|
-
aminoType: string;
|
|
1792
|
-
is(o: any): o is QueryPacketAcknowledgementsRequest;
|
|
1793
|
-
isAmino(o: any): o is QueryPacketAcknowledgementsRequestAmino;
|
|
1794
|
-
encode(message: QueryPacketAcknowledgementsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1795
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementsRequest;
|
|
1796
|
-
fromPartial(object: DeepPartial<QueryPacketAcknowledgementsRequest>): QueryPacketAcknowledgementsRequest;
|
|
1797
|
-
fromAmino(object: QueryPacketAcknowledgementsRequestAmino): QueryPacketAcknowledgementsRequest;
|
|
1798
|
-
toAmino(message: QueryPacketAcknowledgementsRequest): QueryPacketAcknowledgementsRequestAmino;
|
|
1799
|
-
fromAminoMsg(object: QueryPacketAcknowledgementsRequestAminoMsg): QueryPacketAcknowledgementsRequest;
|
|
1800
|
-
toAminoMsg(message: QueryPacketAcknowledgementsRequest): QueryPacketAcknowledgementsRequestAminoMsg;
|
|
1801
|
-
fromProtoMsg(message: QueryPacketAcknowledgementsRequestProtoMsg): QueryPacketAcknowledgementsRequest;
|
|
1802
|
-
toProto(message: QueryPacketAcknowledgementsRequest): Uint8Array;
|
|
1803
|
-
toProtoMsg(message: QueryPacketAcknowledgementsRequest): QueryPacketAcknowledgementsRequestProtoMsg;
|
|
1804
|
-
registerTypeUrl(): void;
|
|
1805
|
-
};
|
|
1806
|
-
/**
|
|
1807
|
-
* QueryPacketAcknowledgemetsResponse is the request type for the
|
|
1808
|
-
* Query/QueryPacketAcknowledgements RPC method
|
|
1809
|
-
* @name QueryPacketAcknowledgementsResponse
|
|
1810
|
-
* @package ibc.core.channel.v1
|
|
1811
|
-
* @see proto type: ibc.core.channel.v1.QueryPacketAcknowledgementsResponse
|
|
1812
|
-
*/
|
|
1813
|
-
export declare const QueryPacketAcknowledgementsResponse: {
|
|
1814
|
-
typeUrl: string;
|
|
1815
|
-
aminoType: string;
|
|
1816
|
-
is(o: any): o is QueryPacketAcknowledgementsResponse;
|
|
1817
|
-
isAmino(o: any): o is QueryPacketAcknowledgementsResponseAmino;
|
|
1818
|
-
encode(message: QueryPacketAcknowledgementsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1819
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryPacketAcknowledgementsResponse;
|
|
1820
|
-
fromPartial(object: DeepPartial<QueryPacketAcknowledgementsResponse>): QueryPacketAcknowledgementsResponse;
|
|
1821
|
-
fromAmino(object: QueryPacketAcknowledgementsResponseAmino): QueryPacketAcknowledgementsResponse;
|
|
1822
|
-
toAmino(message: QueryPacketAcknowledgementsResponse): QueryPacketAcknowledgementsResponseAmino;
|
|
1823
|
-
fromAminoMsg(object: QueryPacketAcknowledgementsResponseAminoMsg): QueryPacketAcknowledgementsResponse;
|
|
1824
|
-
toAminoMsg(message: QueryPacketAcknowledgementsResponse): QueryPacketAcknowledgementsResponseAminoMsg;
|
|
1825
|
-
fromProtoMsg(message: QueryPacketAcknowledgementsResponseProtoMsg): QueryPacketAcknowledgementsResponse;
|
|
1826
|
-
toProto(message: QueryPacketAcknowledgementsResponse): Uint8Array;
|
|
1827
|
-
toProtoMsg(message: QueryPacketAcknowledgementsResponse): QueryPacketAcknowledgementsResponseProtoMsg;
|
|
1828
|
-
registerTypeUrl(): void;
|
|
1829
|
-
};
|
|
1830
|
-
/**
|
|
1831
|
-
* QueryUnreceivedPacketsRequest is the request type for the
|
|
1832
|
-
* Query/UnreceivedPackets RPC method
|
|
1833
|
-
* @name QueryUnreceivedPacketsRequest
|
|
1834
|
-
* @package ibc.core.channel.v1
|
|
1835
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsRequest
|
|
1836
|
-
*/
|
|
1837
|
-
export declare const QueryUnreceivedPacketsRequest: {
|
|
1838
|
-
typeUrl: string;
|
|
1839
|
-
aminoType: string;
|
|
1840
|
-
is(o: any): o is QueryUnreceivedPacketsRequest;
|
|
1841
|
-
isAmino(o: any): o is QueryUnreceivedPacketsRequestAmino;
|
|
1842
|
-
encode(message: QueryUnreceivedPacketsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1843
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedPacketsRequest;
|
|
1844
|
-
fromPartial(object: DeepPartial<QueryUnreceivedPacketsRequest>): QueryUnreceivedPacketsRequest;
|
|
1845
|
-
fromAmino(object: QueryUnreceivedPacketsRequestAmino): QueryUnreceivedPacketsRequest;
|
|
1846
|
-
toAmino(message: QueryUnreceivedPacketsRequest): QueryUnreceivedPacketsRequestAmino;
|
|
1847
|
-
fromAminoMsg(object: QueryUnreceivedPacketsRequestAminoMsg): QueryUnreceivedPacketsRequest;
|
|
1848
|
-
toAminoMsg(message: QueryUnreceivedPacketsRequest): QueryUnreceivedPacketsRequestAminoMsg;
|
|
1849
|
-
fromProtoMsg(message: QueryUnreceivedPacketsRequestProtoMsg): QueryUnreceivedPacketsRequest;
|
|
1850
|
-
toProto(message: QueryUnreceivedPacketsRequest): Uint8Array;
|
|
1851
|
-
toProtoMsg(message: QueryUnreceivedPacketsRequest): QueryUnreceivedPacketsRequestProtoMsg;
|
|
1852
|
-
registerTypeUrl(): void;
|
|
1853
|
-
};
|
|
1854
|
-
/**
|
|
1855
|
-
* QueryUnreceivedPacketsResponse is the response type for the
|
|
1856
|
-
* Query/UnreceivedPacketCommitments RPC method
|
|
1857
|
-
* @name QueryUnreceivedPacketsResponse
|
|
1858
|
-
* @package ibc.core.channel.v1
|
|
1859
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedPacketsResponse
|
|
1860
|
-
*/
|
|
1861
|
-
export declare const QueryUnreceivedPacketsResponse: {
|
|
1862
|
-
typeUrl: string;
|
|
1863
|
-
aminoType: string;
|
|
1864
|
-
is(o: any): o is QueryUnreceivedPacketsResponse;
|
|
1865
|
-
isAmino(o: any): o is QueryUnreceivedPacketsResponseAmino;
|
|
1866
|
-
encode(message: QueryUnreceivedPacketsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1867
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedPacketsResponse;
|
|
1868
|
-
fromPartial(object: DeepPartial<QueryUnreceivedPacketsResponse>): QueryUnreceivedPacketsResponse;
|
|
1869
|
-
fromAmino(object: QueryUnreceivedPacketsResponseAmino): QueryUnreceivedPacketsResponse;
|
|
1870
|
-
toAmino(message: QueryUnreceivedPacketsResponse): QueryUnreceivedPacketsResponseAmino;
|
|
1871
|
-
fromAminoMsg(object: QueryUnreceivedPacketsResponseAminoMsg): QueryUnreceivedPacketsResponse;
|
|
1872
|
-
toAminoMsg(message: QueryUnreceivedPacketsResponse): QueryUnreceivedPacketsResponseAminoMsg;
|
|
1873
|
-
fromProtoMsg(message: QueryUnreceivedPacketsResponseProtoMsg): QueryUnreceivedPacketsResponse;
|
|
1874
|
-
toProto(message: QueryUnreceivedPacketsResponse): Uint8Array;
|
|
1875
|
-
toProtoMsg(message: QueryUnreceivedPacketsResponse): QueryUnreceivedPacketsResponseProtoMsg;
|
|
1876
|
-
registerTypeUrl(): void;
|
|
1877
|
-
};
|
|
1878
|
-
/**
|
|
1879
|
-
* QueryUnreceivedAcks is the request type for the
|
|
1880
|
-
* Query/UnreceivedAcks RPC method
|
|
1881
|
-
* @name QueryUnreceivedAcksRequest
|
|
1882
|
-
* @package ibc.core.channel.v1
|
|
1883
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksRequest
|
|
1884
|
-
*/
|
|
1885
|
-
export declare const QueryUnreceivedAcksRequest: {
|
|
1886
|
-
typeUrl: string;
|
|
1887
|
-
aminoType: string;
|
|
1888
|
-
is(o: any): o is QueryUnreceivedAcksRequest;
|
|
1889
|
-
isAmino(o: any): o is QueryUnreceivedAcksRequestAmino;
|
|
1890
|
-
encode(message: QueryUnreceivedAcksRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1891
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedAcksRequest;
|
|
1892
|
-
fromPartial(object: DeepPartial<QueryUnreceivedAcksRequest>): QueryUnreceivedAcksRequest;
|
|
1893
|
-
fromAmino(object: QueryUnreceivedAcksRequestAmino): QueryUnreceivedAcksRequest;
|
|
1894
|
-
toAmino(message: QueryUnreceivedAcksRequest): QueryUnreceivedAcksRequestAmino;
|
|
1895
|
-
fromAminoMsg(object: QueryUnreceivedAcksRequestAminoMsg): QueryUnreceivedAcksRequest;
|
|
1896
|
-
toAminoMsg(message: QueryUnreceivedAcksRequest): QueryUnreceivedAcksRequestAminoMsg;
|
|
1897
|
-
fromProtoMsg(message: QueryUnreceivedAcksRequestProtoMsg): QueryUnreceivedAcksRequest;
|
|
1898
|
-
toProto(message: QueryUnreceivedAcksRequest): Uint8Array;
|
|
1899
|
-
toProtoMsg(message: QueryUnreceivedAcksRequest): QueryUnreceivedAcksRequestProtoMsg;
|
|
1900
|
-
registerTypeUrl(): void;
|
|
1901
|
-
};
|
|
1902
|
-
/**
|
|
1903
|
-
* QueryUnreceivedAcksResponse is the response type for the
|
|
1904
|
-
* Query/UnreceivedAcks RPC method
|
|
1905
|
-
* @name QueryUnreceivedAcksResponse
|
|
1906
|
-
* @package ibc.core.channel.v1
|
|
1907
|
-
* @see proto type: ibc.core.channel.v1.QueryUnreceivedAcksResponse
|
|
1908
|
-
*/
|
|
1909
|
-
export declare const QueryUnreceivedAcksResponse: {
|
|
1910
|
-
typeUrl: string;
|
|
1911
|
-
aminoType: string;
|
|
1912
|
-
is(o: any): o is QueryUnreceivedAcksResponse;
|
|
1913
|
-
isAmino(o: any): o is QueryUnreceivedAcksResponseAmino;
|
|
1914
|
-
encode(message: QueryUnreceivedAcksResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1915
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnreceivedAcksResponse;
|
|
1916
|
-
fromPartial(object: DeepPartial<QueryUnreceivedAcksResponse>): QueryUnreceivedAcksResponse;
|
|
1917
|
-
fromAmino(object: QueryUnreceivedAcksResponseAmino): QueryUnreceivedAcksResponse;
|
|
1918
|
-
toAmino(message: QueryUnreceivedAcksResponse): QueryUnreceivedAcksResponseAmino;
|
|
1919
|
-
fromAminoMsg(object: QueryUnreceivedAcksResponseAminoMsg): QueryUnreceivedAcksResponse;
|
|
1920
|
-
toAminoMsg(message: QueryUnreceivedAcksResponse): QueryUnreceivedAcksResponseAminoMsg;
|
|
1921
|
-
fromProtoMsg(message: QueryUnreceivedAcksResponseProtoMsg): QueryUnreceivedAcksResponse;
|
|
1922
|
-
toProto(message: QueryUnreceivedAcksResponse): Uint8Array;
|
|
1923
|
-
toProtoMsg(message: QueryUnreceivedAcksResponse): QueryUnreceivedAcksResponseProtoMsg;
|
|
1924
|
-
registerTypeUrl(): void;
|
|
1925
|
-
};
|
|
1926
|
-
/**
|
|
1927
|
-
* QueryNextSequenceReceiveRequest is the request type for the
|
|
1928
|
-
* Query/QueryNextSequenceReceiveRequest RPC method
|
|
1929
|
-
* @name QueryNextSequenceReceiveRequest
|
|
1930
|
-
* @package ibc.core.channel.v1
|
|
1931
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveRequest
|
|
1932
|
-
*/
|
|
1933
|
-
export declare const QueryNextSequenceReceiveRequest: {
|
|
1934
|
-
typeUrl: string;
|
|
1935
|
-
aminoType: string;
|
|
1936
|
-
is(o: any): o is QueryNextSequenceReceiveRequest;
|
|
1937
|
-
isAmino(o: any): o is QueryNextSequenceReceiveRequestAmino;
|
|
1938
|
-
encode(message: QueryNextSequenceReceiveRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1939
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceReceiveRequest;
|
|
1940
|
-
fromPartial(object: DeepPartial<QueryNextSequenceReceiveRequest>): QueryNextSequenceReceiveRequest;
|
|
1941
|
-
fromAmino(object: QueryNextSequenceReceiveRequestAmino): QueryNextSequenceReceiveRequest;
|
|
1942
|
-
toAmino(message: QueryNextSequenceReceiveRequest): QueryNextSequenceReceiveRequestAmino;
|
|
1943
|
-
fromAminoMsg(object: QueryNextSequenceReceiveRequestAminoMsg): QueryNextSequenceReceiveRequest;
|
|
1944
|
-
toAminoMsg(message: QueryNextSequenceReceiveRequest): QueryNextSequenceReceiveRequestAminoMsg;
|
|
1945
|
-
fromProtoMsg(message: QueryNextSequenceReceiveRequestProtoMsg): QueryNextSequenceReceiveRequest;
|
|
1946
|
-
toProto(message: QueryNextSequenceReceiveRequest): Uint8Array;
|
|
1947
|
-
toProtoMsg(message: QueryNextSequenceReceiveRequest): QueryNextSequenceReceiveRequestProtoMsg;
|
|
1948
|
-
registerTypeUrl(): void;
|
|
1949
|
-
};
|
|
1950
|
-
/**
|
|
1951
|
-
* QuerySequenceResponse is the response type for the
|
|
1952
|
-
* Query/QueryNextSequenceReceiveResponse RPC method
|
|
1953
|
-
* @name QueryNextSequenceReceiveResponse
|
|
1954
|
-
* @package ibc.core.channel.v1
|
|
1955
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceReceiveResponse
|
|
1956
|
-
*/
|
|
1957
|
-
export declare const QueryNextSequenceReceiveResponse: {
|
|
1958
|
-
typeUrl: string;
|
|
1959
|
-
aminoType: string;
|
|
1960
|
-
is(o: any): o is QueryNextSequenceReceiveResponse;
|
|
1961
|
-
isAmino(o: any): o is QueryNextSequenceReceiveResponseAmino;
|
|
1962
|
-
encode(message: QueryNextSequenceReceiveResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1963
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceReceiveResponse;
|
|
1964
|
-
fromPartial(object: DeepPartial<QueryNextSequenceReceiveResponse>): QueryNextSequenceReceiveResponse;
|
|
1965
|
-
fromAmino(object: QueryNextSequenceReceiveResponseAmino): QueryNextSequenceReceiveResponse;
|
|
1966
|
-
toAmino(message: QueryNextSequenceReceiveResponse): QueryNextSequenceReceiveResponseAmino;
|
|
1967
|
-
fromAminoMsg(object: QueryNextSequenceReceiveResponseAminoMsg): QueryNextSequenceReceiveResponse;
|
|
1968
|
-
toAminoMsg(message: QueryNextSequenceReceiveResponse): QueryNextSequenceReceiveResponseAminoMsg;
|
|
1969
|
-
fromProtoMsg(message: QueryNextSequenceReceiveResponseProtoMsg): QueryNextSequenceReceiveResponse;
|
|
1970
|
-
toProto(message: QueryNextSequenceReceiveResponse): Uint8Array;
|
|
1971
|
-
toProtoMsg(message: QueryNextSequenceReceiveResponse): QueryNextSequenceReceiveResponseProtoMsg;
|
|
1972
|
-
registerTypeUrl(): void;
|
|
1973
|
-
};
|
|
1974
|
-
/**
|
|
1975
|
-
* QueryNextSequenceSendRequest is the request type for the
|
|
1976
|
-
* Query/QueryNextSequenceSend RPC method
|
|
1977
|
-
* @name QueryNextSequenceSendRequest
|
|
1978
|
-
* @package ibc.core.channel.v1
|
|
1979
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendRequest
|
|
1980
|
-
*/
|
|
1981
|
-
export declare const QueryNextSequenceSendRequest: {
|
|
1982
|
-
typeUrl: string;
|
|
1983
|
-
aminoType: string;
|
|
1984
|
-
is(o: any): o is QueryNextSequenceSendRequest;
|
|
1985
|
-
isAmino(o: any): o is QueryNextSequenceSendRequestAmino;
|
|
1986
|
-
encode(message: QueryNextSequenceSendRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1987
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceSendRequest;
|
|
1988
|
-
fromPartial(object: DeepPartial<QueryNextSequenceSendRequest>): QueryNextSequenceSendRequest;
|
|
1989
|
-
fromAmino(object: QueryNextSequenceSendRequestAmino): QueryNextSequenceSendRequest;
|
|
1990
|
-
toAmino(message: QueryNextSequenceSendRequest): QueryNextSequenceSendRequestAmino;
|
|
1991
|
-
fromAminoMsg(object: QueryNextSequenceSendRequestAminoMsg): QueryNextSequenceSendRequest;
|
|
1992
|
-
toAminoMsg(message: QueryNextSequenceSendRequest): QueryNextSequenceSendRequestAminoMsg;
|
|
1993
|
-
fromProtoMsg(message: QueryNextSequenceSendRequestProtoMsg): QueryNextSequenceSendRequest;
|
|
1994
|
-
toProto(message: QueryNextSequenceSendRequest): Uint8Array;
|
|
1995
|
-
toProtoMsg(message: QueryNextSequenceSendRequest): QueryNextSequenceSendRequestProtoMsg;
|
|
1996
|
-
registerTypeUrl(): void;
|
|
1997
|
-
};
|
|
1998
|
-
/**
|
|
1999
|
-
* QueryNextSequenceSendResponse is the request type for the
|
|
2000
|
-
* Query/QueryNextSequenceSend RPC method
|
|
2001
|
-
* @name QueryNextSequenceSendResponse
|
|
2002
|
-
* @package ibc.core.channel.v1
|
|
2003
|
-
* @see proto type: ibc.core.channel.v1.QueryNextSequenceSendResponse
|
|
2004
|
-
*/
|
|
2005
|
-
export declare const QueryNextSequenceSendResponse: {
|
|
2006
|
-
typeUrl: string;
|
|
2007
|
-
aminoType: string;
|
|
2008
|
-
is(o: any): o is QueryNextSequenceSendResponse;
|
|
2009
|
-
isAmino(o: any): o is QueryNextSequenceSendResponseAmino;
|
|
2010
|
-
encode(message: QueryNextSequenceSendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
2011
|
-
decode(input: BinaryReader | Uint8Array, length?: number): QueryNextSequenceSendResponse;
|
|
2012
|
-
fromPartial(object: DeepPartial<QueryNextSequenceSendResponse>): QueryNextSequenceSendResponse;
|
|
2013
|
-
fromAmino(object: QueryNextSequenceSendResponseAmino): QueryNextSequenceSendResponse;
|
|
2014
|
-
toAmino(message: QueryNextSequenceSendResponse): QueryNextSequenceSendResponseAmino;
|
|
2015
|
-
fromAminoMsg(object: QueryNextSequenceSendResponseAminoMsg): QueryNextSequenceSendResponse;
|
|
2016
|
-
toAminoMsg(message: QueryNextSequenceSendResponse): QueryNextSequenceSendResponseAminoMsg;
|
|
2017
|
-
fromProtoMsg(message: QueryNextSequenceSendResponseProtoMsg): QueryNextSequenceSendResponse;
|
|
2018
|
-
toProto(message: QueryNextSequenceSendResponse): Uint8Array;
|
|
2019
|
-
toProtoMsg(message: QueryNextSequenceSendResponse): QueryNextSequenceSendResponseProtoMsg;
|
|
2020
|
-
registerTypeUrl(): void;
|
|
2021
|
-
};
|