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