@xpla/xpla-react 1.8.2 → 1.9.0-rc0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amino/amino.cjs +0 -0
- package/dist/amino/amino.d.ts +1 -0
- package/dist/amino/amino.js +0 -0
- package/dist/binary.cjs +305 -0
- package/dist/binary.d.ts +132 -0
- package/dist/binary.js +302 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
- package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
- package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
- package/dist/cosmos/app/v1alpha1/config.js +293 -0
- package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
- package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
- package/dist/cosmos/app/v1alpha1/module.js +273 -0
- package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
- package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
- package/dist/cosmos/app/v1alpha1/query.js +155 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +15 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.cjs +19 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.d.ts +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.js +18 -0
- package/dist/cosmos/auth/module/v1/module.cjs +204 -0
- package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
- package/dist/cosmos/auth/module/v1/module.js +202 -0
- package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
- package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
- package/dist/cosmos/auth/v1beta1/auth.js +418 -0
- package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
- package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
- package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
- package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
- package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
- package/dist/cosmos/auth/v1beta1/query.js +1568 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/auth/v1beta1/tx.js +166 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/authz/module/v1/module.cjs +74 -0
- package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
- package/dist/cosmos/authz/module/v1/module.js +73 -0
- package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
- package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
- package/dist/cosmos/authz/v1beta1/authz.js +384 -0
- package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
- package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
- package/dist/cosmos/authz/v1beta1/event.js +196 -0
- package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
- package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
- package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
- package/dist/cosmos/authz/v1beta1/query.js +571 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
- package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
- package/dist/cosmos/authz/v1beta1/tx.js +507 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +36 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.d.ts +46 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.js +34 -0
- package/dist/cosmos/autocli/v1/options.cjs +795 -0
- package/dist/cosmos/autocli/v1/options.d.ts +637 -0
- package/dist/cosmos/autocli/v1/options.js +788 -0
- package/dist/cosmos/autocli/v1/query.cjs +242 -0
- package/dist/cosmos/autocli/v1/query.d.ts +153 -0
- package/dist/cosmos/autocli/v1/query.js +239 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/bank/module/v1/module.cjs +104 -0
- package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
- package/dist/cosmos/bank/module/v1/module.js +103 -0
- package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
- package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
- package/dist/cosmos/bank/v1beta1/authz.js +103 -0
- package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
- package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
- package/dist/cosmos/bank/v1beta1/bank.js +692 -0
- package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
- package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
- package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
- package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
- package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
- package/dist/cosmos/bank/v1beta1/query.js +2332 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +125 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.cjs +177 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.d.ts +191 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.js +164 -0
- package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
- package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
- package/dist/cosmos/bank/v1beta1/tx.js +664 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +41 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.d.ts +54 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.js +39 -0
- package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
- package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
- package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
- package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
- package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
- package/dist/cosmos/base/node/v1beta1/query.js +356 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
- package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
- package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +23 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.cjs +31 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +34 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +29 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +51 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.cjs +75 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +82 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +69 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +58 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.cjs +86 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +94 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.js +79 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
- package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
- package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
- package/dist/cosmos/base/v1beta1/coin.js +343 -0
- package/dist/cosmos/bundle.cjs +1211 -0
- package/dist/cosmos/bundle.d.ts +189 -0
- package/dist/cosmos/bundle.js +190 -0
- package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
- package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
- package/dist/cosmos/consensus/module/v1/module.js +83 -0
- package/dist/cosmos/consensus/v1/query.cjs +157 -0
- package/dist/cosmos/consensus/v1/query.d.ts +111 -0
- package/dist/cosmos/consensus/v1/query.js +155 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/consensus/v1/tx.cjs +195 -0
- package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
- package/dist/cosmos/consensus/v1/tx.js +193 -0
- package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.js +15 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
- package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
- package/dist/cosmos/distribution/module/v1/module.js +93 -0
- package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
- package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
- package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
- package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
- package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
- package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
- package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
- package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
- package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
- package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
- package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +71 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +93 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.js +69 -0
- package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
- package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
- package/dist/cosmos/evidence/module/v1/module.js +73 -0
- package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
- package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
- package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
- package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
- package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
- package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
- package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
- package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
- package/dist/cosmos/evidence/v1beta1/query.js +347 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
- package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
- package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
- package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
- package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
- package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
- package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
- package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
- package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
- package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +18 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +22 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.js +16 -0
- package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
- package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
- package/dist/cosmos/evm/vm/v1/events.js +383 -0
- package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
- package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
- package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
- package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
- package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
- package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
- package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
- package/dist/cosmos/evm/vm/v1/query.js +2635 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +121 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.cjs +180 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.d.ts +197 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.js +165 -0
- package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
- package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
- package/dist/cosmos/evm/vm/v1/tx.js +619 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +34 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.js +32 -0
- package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
- package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
- package/dist/cosmos/feegrant/module/v1/module.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
- package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
- package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
- package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
- package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
- package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +32 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +42 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.js +30 -0
- package/dist/cosmos/gov/module/v1/module.cjs +94 -0
- package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
- package/dist/cosmos/gov/module/v1/module.js +93 -0
- package/dist/cosmos/gov/v1/genesis.cjs +164 -0
- package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
- package/dist/cosmos/gov/v1/genesis.js +163 -0
- package/dist/cosmos/gov/v1/gov.cjs +1198 -0
- package/dist/cosmos/gov/v1/gov.d.ts +926 -0
- package/dist/cosmos/gov/v1/gov.js +1181 -0
- package/dist/cosmos/gov/v1/query.cjs +1569 -0
- package/dist/cosmos/gov/v1/query.d.ts +1103 -0
- package/dist/cosmos/gov/v1/query.js +1551 -0
- package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
- package/dist/cosmos/gov/v1/query.rpc.func.d.ts +70 -0
- package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
- package/dist/cosmos/gov/v1/query.rpc.react.cjs +106 -0
- package/dist/cosmos/gov/v1/query.rpc.react.d.ts +116 -0
- package/dist/cosmos/gov/v1/query.rpc.react.js +97 -0
- package/dist/cosmos/gov/v1/tx.cjs +1267 -0
- package/dist/cosmos/gov/v1/tx.d.ts +908 -0
- package/dist/cosmos/gov/v1/tx.js +1253 -0
- package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
- package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
- package/dist/cosmos/gov/v1/tx.registry.js +149 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +60 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.d.ts +82 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.js +58 -0
- package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
- package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
- package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
- package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
- package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
- package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
- package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
- package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
- package/dist/cosmos/gov/v1beta1/query.js +1398 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.cjs +95 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.d.ts +104 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.js +87 -0
- package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
- package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
- package/dist/cosmos/gov/v1beta1/tx.js +704 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +37 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.d.ts +50 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.js +35 -0
- package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
- package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
- package/dist/cosmos/ics23/v1/proofs.js +1520 -0
- package/dist/cosmos/mint/module/v1/module.cjs +94 -0
- package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
- package/dist/cosmos/mint/module/v1/module.js +93 -0
- package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
- package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
- package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
- package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
- package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
- package/dist/cosmos/mint/v1beta1/mint.js +213 -0
- package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
- package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
- package/dist/cosmos/mint/v1beta1/query.js +447 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/mint/v1beta1/tx.js +166 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/msg/v1/msg.cjs +0 -0
- package/dist/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/cosmos/msg/v1/msg.js +0 -0
- package/dist/cosmos/params/module/v1/module.cjs +74 -0
- package/dist/cosmos/params/module/v1/module.d.ts +51 -0
- package/dist/cosmos/params/module/v1/module.js +73 -0
- package/dist/cosmos/params/v1beta1/params.cjs +206 -0
- package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
- package/dist/cosmos/params/v1beta1/params.js +204 -0
- package/dist/cosmos/params/v1beta1/query.cjs +419 -0
- package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
- package/dist/cosmos/params/v1beta1/query.js +414 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +22 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.cjs +30 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.d.ts +33 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.js +28 -0
- package/dist/cosmos/query/v1/query.cjs +0 -0
- package/dist/cosmos/query/v1/query.d.ts +1 -0
- package/dist/cosmos/query/v1/query.js +0 -0
- package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
- package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
- package/dist/cosmos/slashing/module/v1/module.js +83 -0
- package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
- package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
- package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
- package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
- package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
- package/dist/cosmos/slashing/v1beta1/query.js +489 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
- package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
- package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
- package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
- package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
- package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.js +24 -0
- package/dist/cosmos/staking/module/v1/module.cjs +111 -0
- package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
- package/dist/cosmos/staking/module/v1/module.js +110 -0
- package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
- package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
- package/dist/cosmos/staking/v1beta1/authz.js +238 -0
- package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
- package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
- package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
- package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
- package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
- package/dist/cosmos/staking/v1beta1/query.js +2426 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +130 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.cjs +186 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.d.ts +201 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.js +172 -0
- package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
- package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
- package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
- package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
- package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
- package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +63 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.d.ts +85 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.js +61 -0
- package/dist/cosmos/tx/config/v1/config.cjs +94 -0
- package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
- package/dist/cosmos/tx/config/v1/config.js +93 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
- package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
- package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
- package/dist/cosmos/tx/v1beta1/service.js +1685 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +70 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.cjs +106 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.d.ts +116 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.js +97 -0
- package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
- package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
- package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
- package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
- package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
- package/dist/cosmos/upgrade/module/v1/module.js +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
- package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
- package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +48 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.cjs +68 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +74 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.js +63 -0
- package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
- package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
- package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
- package/dist/cosmos_proto/bundle.cjs +7 -0
- package/dist/cosmos_proto/bundle.d.ts +2 -0
- package/dist/cosmos_proto/bundle.js +3 -0
- package/dist/cosmos_proto/cosmos.cjs +221 -0
- package/dist/cosmos_proto/cosmos.d.ts +190 -0
- package/dist/cosmos_proto/cosmos.js +215 -0
- package/dist/cosmwasm/bundle.cjs +185 -0
- package/dist/cosmwasm/bundle.d.ts +13 -0
- package/dist/cosmwasm/bundle.js +14 -0
- package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
- package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
- package/dist/cosmwasm/wasm/v1/authz.js +957 -0
- package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
- package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
- package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
- package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
- package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
- package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
- package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
- package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
- package/dist/cosmwasm/wasm/v1/query.js +2528 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +106 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.cjs +162 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.d.ts +177 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.js +148 -0
- package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
- package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
- package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +154 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.d.ts +206 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.js +152 -0
- package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
- package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
- package/dist/cosmwasm/wasm/v1/types.js +845 -0
- package/dist/ethermint/bundle.cjs +131 -0
- package/dist/ethermint/bundle.d.ts +26 -0
- package/dist/ethermint/bundle.js +27 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
- package/dist/ethermint/evm/v1/events.cjs +359 -0
- package/dist/ethermint/evm/v1/events.d.ts +282 -0
- package/dist/ethermint/evm/v1/events.js +355 -0
- package/dist/ethermint/evm/v1/evm.cjs +1021 -0
- package/dist/ethermint/evm/v1/evm.d.ts +866 -0
- package/dist/ethermint/evm/v1/evm.js +1012 -0
- package/dist/ethermint/evm/v1/genesis.cjs +189 -0
- package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
- package/dist/ethermint/evm/v1/genesis.js +187 -0
- package/dist/ethermint/evm/v1/query.cjs +1943 -0
- package/dist/ethermint/evm/v1/query.d.ts +1484 -0
- package/dist/ethermint/evm/v1/query.js +1918 -0
- package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
- package/dist/ethermint/evm/v1/query.rpc.func.d.ts +95 -0
- package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
- package/dist/ethermint/evm/v1/query.rpc.react.cjs +142 -0
- package/dist/ethermint/evm/v1/query.rpc.react.d.ts +156 -0
- package/dist/ethermint/evm/v1/query.rpc.react.js +130 -0
- package/dist/ethermint/evm/v1/tx.cjs +904 -0
- package/dist/ethermint/evm/v1/tx.d.ts +735 -0
- package/dist/ethermint/evm/v1/tx.js +895 -0
- package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
- package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
- package/dist/ethermint/evm/v1/tx.registry.js +51 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.d.ts +31 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.js +22 -0
- package/dist/ethermint/feemarket/v1/events.cjs +158 -0
- package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
- package/dist/ethermint/feemarket/v1/events.js +156 -0
- package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
- package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
- package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
- package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
- package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
- package/dist/ethermint/feemarket/v1/genesis.js +91 -0
- package/dist/ethermint/feemarket/v1/query.cjs +409 -0
- package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
- package/dist/ethermint/feemarket/v1/query.js +403 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
- package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
- package/dist/ethermint/feemarket/v1/tx.js +159 -0
- package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +17 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.d.ts +21 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.js +15 -0
- package/dist/ethermint/types/v1/account.cjs +94 -0
- package/dist/ethermint/types/v1/account.d.ts +71 -0
- package/dist/ethermint/types/v1/account.js +93 -0
- package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
- package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
- package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
- package/dist/ethermint/types/v1/indexer.cjs +127 -0
- package/dist/ethermint/types/v1/indexer.d.ts +113 -0
- package/dist/ethermint/types/v1/indexer.js +126 -0
- package/dist/ethermint/types/v1/web3.cjs +98 -0
- package/dist/ethermint/types/v1/web3.d.ts +84 -0
- package/dist/ethermint/types/v1/web3.js +96 -0
- package/dist/extern.cjs +32 -0
- package/dist/extern.d.ts +11 -0
- package/dist/extern.js +29 -0
- package/dist/gogoproto/gogo.cjs +0 -0
- package/dist/gogoproto/gogo.d.ts +1 -0
- package/dist/gogoproto/gogo.js +0 -0
- package/dist/google/api/annotations.cjs +0 -0
- package/dist/google/api/annotations.d.ts +1 -0
- package/dist/google/api/annotations.js +0 -0
- package/dist/google/api/http.cjs +588 -0
- package/dist/google/api/http.d.ts +1100 -0
- package/dist/google/api/http.js +585 -0
- package/dist/google/bundle.cjs +127 -0
- package/dist/google/bundle.d.ts +6 -0
- package/dist/google/bundle.js +7 -0
- package/dist/google/protobuf/any.cjs +116 -0
- package/dist/google/protobuf/any.d.ts +210 -0
- package/dist/google/protobuf/any.js +115 -0
- package/dist/google/protobuf/descriptor.cjs +4680 -0
- package/dist/google/protobuf/descriptor.d.ts +3713 -0
- package/dist/google/protobuf/descriptor.js +4565 -0
- package/dist/google/protobuf/duration.cjs +142 -0
- package/dist/google/protobuf/duration.d.ts +236 -0
- package/dist/google/protobuf/duration.js +141 -0
- package/dist/google/protobuf/timestamp.cjs +170 -0
- package/dist/google/protobuf/timestamp.d.ts +328 -0
- package/dist/google/protobuf/timestamp.js +169 -0
- package/dist/helper-func-types.cjs +41 -0
- package/dist/helper-func-types.d.ts +39 -0
- package/dist/helper-func-types.js +39 -0
- package/dist/helpers.cjs +87 -0
- package/dist/helpers.d.ts +75 -0
- package/dist/helpers.js +65 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +27 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +14 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.cjs +18 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +17 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
- package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
- package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
- package/dist/ibc/applications/transfer/v1/authz.js +209 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
- package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
- package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
- package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
- package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
- package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
- package/dist/ibc/applications/transfer/v1/packet.js +119 -0
- package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
- package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
- package/dist/ibc/applications/transfer/v1/query.js +968 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +49 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.cjs +73 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.d.ts +80 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.js +67 -0
- package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
- package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
- package/dist/ibc/applications/transfer/v1/token.js +275 -0
- package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
- package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
- package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
- package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
- package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
- package/dist/ibc/applications/transfer/v1/tx.js +393 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/bundle.cjs +594 -0
- package/dist/ibc/bundle.d.ts +95 -0
- package/dist/ibc/bundle.js +96 -0
- package/dist/ibc/core/channel/v1/channel.cjs +974 -0
- package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
- package/dist/ibc/core/channel/v1/channel.js +957 -0
- package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
- package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
- package/dist/ibc/core/channel/v1/genesis.js +251 -0
- package/dist/ibc/core/channel/v1/query.cjs +2778 -0
- package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
- package/dist/ibc/core/channel/v1/query.js +2749 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +113 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.cjs +169 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.d.ts +184 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.js +155 -0
- package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
- package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
- package/dist/ibc/core/channel/v1/tx.js +1948 -0
- package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
- package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
- package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +80 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.d.ts +111 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.js +78 -0
- package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
- package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
- package/dist/ibc/core/channel/v2/genesis.js +313 -0
- package/dist/ibc/core/channel/v2/packet.cjs +450 -0
- package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
- package/dist/ibc/core/channel/v2/packet.js +441 -0
- package/dist/ibc/core/channel/v2/query.cjs +1536 -0
- package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
- package/dist/ibc/core/channel/v2/query.js +1519 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +63 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.cjs +95 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.d.ts +104 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.js +87 -0
- package/dist/ibc/core/channel/v2/tx.cjs +805 -0
- package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
- package/dist/ibc/core/channel/v2/tx.js +792 -0
- package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
- package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
- package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +37 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.d.ts +50 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.js +35 -0
- package/dist/ibc/core/client/v1/client.cjs +458 -0
- package/dist/ibc/core/client/v1/client.d.ts +363 -0
- package/dist/ibc/core/client/v1/client.js +453 -0
- package/dist/ibc/core/client/v1/genesis.cjs +321 -0
- package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
- package/dist/ibc/core/client/v1/genesis.js +317 -0
- package/dist/ibc/core/client/v1/query.cjs +1920 -0
- package/dist/ibc/core/client/v1/query.d.ts +1396 -0
- package/dist/ibc/core/client/v1/query.js +1897 -0
- package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
- package/dist/ibc/core/client/v1/query.rpc.func.d.ts +86 -0
- package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
- package/dist/ibc/core/client/v1/query.rpc.react.cjs +130 -0
- package/dist/ibc/core/client/v1/query.rpc.react.d.ts +142 -0
- package/dist/ibc/core/client/v1/query.rpc.react.js +119 -0
- package/dist/ibc/core/client/v1/tx.cjs +1351 -0
- package/dist/ibc/core/client/v1/tx.d.ts +985 -0
- package/dist/ibc/core/client/v1/tx.js +1334 -0
- package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
- package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
- package/dist/ibc/core/client/v1/tx.registry.js +168 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +65 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.d.ts +90 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.js +63 -0
- package/dist/ibc/core/client/v2/config.cjs +88 -0
- package/dist/ibc/core/client/v2/config.d.ts +70 -0
- package/dist/ibc/core/client/v2/config.js +87 -0
- package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
- package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
- package/dist/ibc/core/client/v2/counterparty.js +95 -0
- package/dist/ibc/core/client/v2/genesis.cjs +181 -0
- package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
- package/dist/ibc/core/client/v2/genesis.js +179 -0
- package/dist/ibc/core/client/v2/query.cjs +329 -0
- package/dist/ibc/core/client/v2/query.d.ts +222 -0
- package/dist/ibc/core/client/v2/query.js +325 -0
- package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
- package/dist/ibc/core/client/v2/query.rpc.func.d.ts +21 -0
- package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
- package/dist/ibc/core/client/v2/query.rpc.react.cjs +29 -0
- package/dist/ibc/core/client/v2/query.rpc.react.d.ts +32 -0
- package/dist/ibc/core/client/v2/query.rpc.react.js +27 -0
- package/dist/ibc/core/client/v2/tx.cjs +350 -0
- package/dist/ibc/core/client/v2/tx.d.ts +251 -0
- package/dist/ibc/core/client/v2/tx.js +345 -0
- package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
- package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
- package/dist/ibc/core/client/v2/tx.registry.js +51 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.js +21 -0
- package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
- package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
- package/dist/ibc/core/commitment/v1/commitment.js +251 -0
- package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
- package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
- package/dist/ibc/core/commitment/v2/commitment.js +115 -0
- package/dist/ibc/core/connection/v1/connection.cjs +737 -0
- package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
- package/dist/ibc/core/connection/v1/connection.js +726 -0
- package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
- package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
- package/dist/ibc/core/connection/v1/genesis.js +118 -0
- package/dist/ibc/core/connection/v1/query.cjs +1093 -0
- package/dist/ibc/core/connection/v1/query.d.ts +779 -0
- package/dist/ibc/core/connection/v1/query.js +1080 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +52 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.cjs +76 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.d.ts +83 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.js +70 -0
- package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
- package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
- package/dist/ibc/core/connection/v1/tx.js +1006 -0
- package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
- package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
- package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +46 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.d.ts +62 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.js +44 -0
- package/dist/ibc/core/types/v1/genesis.cjs +131 -0
- package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
- package/dist/ibc/core/types/v1/genesis.js +130 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
- package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
- package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
- package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.js +27 -0
- package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
- package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
- package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
- package/dist/index.cjs +2494 -0
- package/dist/index.d.ts +380 -0
- package/dist/index.js +379 -0
- package/dist/react-query.cjs +70 -0
- package/dist/react-query.d.ts +64 -0
- package/dist/react-query.js +62 -0
- package/dist/registry.cjs +128 -0
- package/dist/registry.d.ts +34 -0
- package/dist/registry.js +127 -0
- package/dist/tendermint/abci/types.cjs +4790 -0
- package/dist/tendermint/abci/types.d.ts +2759 -0
- package/dist/tendermint/abci/types.js +4718 -0
- package/dist/tendermint/bundle.cjs +117 -0
- package/dist/tendermint/bundle.d.ts +11 -0
- package/dist/tendermint/bundle.js +12 -0
- package/dist/tendermint/crypto/keys.cjs +89 -0
- package/dist/tendermint/crypto/keys.d.ts +55 -0
- package/dist/tendermint/crypto/keys.js +87 -0
- package/dist/tendermint/crypto/proof.cjs +443 -0
- package/dist/tendermint/crypto/proof.d.ts +266 -0
- package/dist/tendermint/crypto/proof.js +437 -0
- package/dist/tendermint/p2p/types.cjs +397 -0
- package/dist/tendermint/p2p/types.d.ts +206 -0
- package/dist/tendermint/p2p/types.js +392 -0
- package/dist/tendermint/types/block.cjs +111 -0
- package/dist/tendermint/types/block.d.ts +58 -0
- package/dist/tendermint/types/block.js +110 -0
- package/dist/tendermint/types/evidence.cjs +387 -0
- package/dist/tendermint/types/evidence.d.ts +208 -0
- package/dist/tendermint/types/evidence.js +383 -0
- package/dist/tendermint/types/params.cjs +589 -0
- package/dist/tendermint/types/params.d.ts +438 -0
- package/dist/tendermint/types/params.js +582 -0
- package/dist/tendermint/types/types.cjs +1608 -0
- package/dist/tendermint/types/types.d.ts +944 -0
- package/dist/tendermint/types/types.js +1588 -0
- package/dist/tendermint/types/validator.cjs +324 -0
- package/dist/tendermint/types/validator.d.ts +165 -0
- package/dist/tendermint/types/validator.js +316 -0
- package/dist/tendermint/version/types.cjs +172 -0
- package/dist/tendermint/version/types.d.ts +116 -0
- package/dist/tendermint/version/types.js +170 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +72 -0
- package/dist/types.js +0 -0
- package/dist/utf8.cjs +95 -0
- package/dist/utf8.d.ts +30 -0
- package/dist/utf8.js +89 -0
- package/dist/varint.cjs +321 -0
- package/dist/varint.d.ts +107 -0
- package/dist/varint.js +304 -0
- package/dist/xpla/bundle.cjs +86 -0
- package/dist/xpla/bundle.d.ts +29 -0
- package/dist/xpla/bundle.js +30 -0
- package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
- package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
- package/dist/xpla/burn/v1beta1/burn.js +100 -0
- package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/burn/v1beta1/genesis.js +82 -0
- package/dist/xpla/burn/v1beta1/query.cjs +305 -0
- package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
- package/dist/xpla/burn/v1beta1/query.js +301 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
- package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
- package/dist/xpla/burn/v1beta1/tx.js +159 -0
- package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
- package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
- package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +16 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.d.ts +20 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.js +14 -0
- package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
- package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/reward/v1beta1/genesis.js +81 -0
- package/dist/xpla/reward/v1beta1/query.cjs +282 -0
- package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
- package/dist/xpla/reward/v1beta1/query.js +278 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
- package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
- package/dist/xpla/reward/v1beta1/reward.js +118 -0
- package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
- package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
- package/dist/xpla/reward/v1beta1/tx.js +314 -0
- package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.js +24 -0
- package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
- package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
- package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
- package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
- package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
- package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
- package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
- package/dist/xpla/volunteer/v1beta1/query.js +137 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +14 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.cjs +18 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.d.ts +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.js +17 -0
- package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
- package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
- package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.js +22 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
- package/package.json +33 -32
- package/amino/amino.d.ts +0 -1
- package/amino/amino.js +0 -2
- package/binary.d.ts +0 -130
- package/binary.js +0 -370
- package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
- package/cosmos/app/runtime/v1alpha1/module.js +0 -309
- package/cosmos/app/v1alpha1/config.d.ts +0 -246
- package/cosmos/app/v1alpha1/config.js +0 -329
- package/cosmos/app/v1alpha1/module.d.ts +0 -286
- package/cosmos/app/v1alpha1/module.js +0 -303
- package/cosmos/app/v1alpha1/query.d.ts +0 -105
- package/cosmos/app/v1alpha1/query.js +0 -164
- package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
- package/cosmos/app/v1alpha1/query.rpc.react.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.react.js +0 -15
- package/cosmos/auth/module/v1/module.d.ts +0 -138
- package/cosmos/auth/module/v1/module.js +0 -218
- package/cosmos/auth/v1beta1/auth.d.ts +0 -245
- package/cosmos/auth/v1beta1/auth.js +0 -482
- package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
- package/cosmos/auth/v1beta1/genesis.js +0 -104
- package/cosmos/auth/v1beta1/query.d.ts +0 -1160
- package/cosmos/auth/v1beta1/query.js +0 -1727
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
- package/cosmos/auth/v1beta1/query.rpc.react.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.react.js +0 -122
- package/cosmos/auth/v1beta1/tx.d.ts +0 -132
- package/cosmos/auth/v1beta1/tx.js +0 -181
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/authz/module/v1/module.d.ts +0 -49
- package/cosmos/authz/module/v1/module.js +0 -74
- package/cosmos/authz/v1beta1/authz.d.ts +0 -248
- package/cosmos/authz/v1beta1/authz.js +0 -426
- package/cosmos/authz/v1beta1/event.d.ts +0 -144
- package/cosmos/authz/v1beta1/event.js +0 -218
- package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
- package/cosmos/authz/v1beta1/genesis.js +0 -97
- package/cosmos/authz/v1beta1/query.d.ts +0 -374
- package/cosmos/authz/v1beta1/query.js +0 -643
- package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
- package/cosmos/authz/v1beta1/query.rpc.react.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.react.js +0 -39
- package/cosmos/authz/v1beta1/tx.d.ts +0 -334
- package/cosmos/authz/v1beta1/tx.js +0 -555
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
- package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.react.js +0 -38
- package/cosmos/autocli/v1/options.d.ts +0 -589
- package/cosmos/autocli/v1/options.js +0 -896
- package/cosmos/autocli/v1/query.d.ts +0 -151
- package/cosmos/autocli/v1/query.js +0 -260
- package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.func.js +0 -18
- package/cosmos/autocli/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.react.js +0 -15
- package/cosmos/bank/module/v1/module.d.ts +0 -83
- package/cosmos/bank/module/v1/module.js +0 -117
- package/cosmos/bank/v1beta1/authz.d.ts +0 -75
- package/cosmos/bank/v1beta1/authz.js +0 -117
- package/cosmos/bank/v1beta1/bank.d.ts +0 -496
- package/cosmos/bank/v1beta1/bank.js +0 -794
- package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
- package/cosmos/bank/v1beta1/genesis.js +0 -263
- package/cosmos/bank/v1beta1/query.d.ts +0 -1719
- package/cosmos/bank/v1beta1/query.js +0 -2601
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
- package/cosmos/bank/v1beta1/query.rpc.react.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.react.js +0 -172
- package/cosmos/bank/v1beta1/tx.d.ts +0 -487
- package/cosmos/bank/v1beta1/tx.js +0 -740
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
- package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.react.js +0 -49
- package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
- package/cosmos/base/abci/v1beta1/abci.js +0 -1386
- package/cosmos/base/node/v1beta1/query.d.ts +0 -238
- package/cosmos/base/node/v1beta1/query.js +0 -396
- package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
- package/cosmos/base/query/v1beta1/pagination.js +0 -243
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
- package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -27
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
- package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -67
- package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
- package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -79
- package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
- package/cosmos/base/tendermint/v1beta1/types.js +0 -383
- package/cosmos/base/v1beta1/coin.d.ts +0 -226
- package/cosmos/base/v1beta1/coin.js +0 -369
- package/cosmos/bundle.d.ts +0 -188
- package/cosmos/bundle.js +0 -990
- package/cosmos/consensus/module/v1/module.d.ts +0 -57
- package/cosmos/consensus/module/v1/module.js +0 -87
- package/cosmos/consensus/v1/query.d.ts +0 -109
- package/cosmos/consensus/v1/query.js +0 -164
- package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.func.js +0 -18
- package/cosmos/consensus/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.react.js +0 -15
- package/cosmos/consensus/v1/tx.d.ts +0 -136
- package/cosmos/consensus/v1/tx.js +0 -216
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +0 -31
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
- package/cosmos/consensus/v1/tx.rpc.react.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.react.js +0 -17
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
- package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
- package/cosmos/distribution/module/v1/module.d.ts +0 -59
- package/cosmos/distribution/module/v1/module.js +0 -99
- package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
- package/cosmos/distribution/v1beta1/distribution.js +0 -1300
- package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
- package/cosmos/distribution/v1beta1/genesis.js +0 -982
- package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
- package/cosmos/distribution/v1beta1/query.js +0 -1825
- package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
- package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.react.js +0 -106
- package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
- package/cosmos/distribution/v1beta1/tx.js +0 -1270
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
- package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -83
- package/cosmos/evidence/module/v1/module.d.ts +0 -49
- package/cosmos/evidence/module/v1/module.js +0 -74
- package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
- package/cosmos/evidence/v1beta1/evidence.js +0 -126
- package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
- package/cosmos/evidence/v1beta1/genesis.js +0 -91
- package/cosmos/evidence/v1beta1/query.d.ts +0 -254
- package/cosmos/evidence/v1beta1/query.js +0 -379
- package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
- package/cosmos/evidence/v1beta1/tx.js +0 -186
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
- package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -15
- package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
- package/cosmos/evm/feemarket/v1/events.js +0 -182
- package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
- package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
- package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
- package/cosmos/evm/feemarket/v1/genesis.js +0 -106
- package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
- package/cosmos/evm/feemarket/v1/query.js +0 -473
- package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
- package/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -35
- package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
- package/cosmos/evm/feemarket/v1/tx.js +0 -177
- package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
- package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
- package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
- package/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -16
- package/cosmos/evm/vm/v1/events.d.ts +0 -286
- package/cosmos/evm/vm/v1/events.js +0 -435
- package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
- package/cosmos/evm/vm/v1/evm.js +0 -1617
- package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
- package/cosmos/evm/vm/v1/genesis.js +0 -227
- package/cosmos/evm/vm/v1/query.d.ts +0 -1773
- package/cosmos/evm/vm/v1/query.js +0 -2680
- package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
- package/cosmos/evm/vm/v1/query.rpc.react.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.react.js +0 -153
- package/cosmos/evm/vm/v1/tx.d.ts +0 -747
- package/cosmos/evm/vm/v1/tx.js +0 -1132
- package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
- package/cosmos/evm/vm/v1/tx.registry.js +0 -49
- package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
- package/cosmos/evm/vm/v1/tx.rpc.react.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.react.js +0 -25
- package/cosmos/feegrant/module/v1/module.d.ts +0 -49
- package/cosmos/feegrant/module/v1/module.js +0 -74
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
- package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
- package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
- package/cosmos/feegrant/v1beta1/genesis.js +0 -97
- package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
- package/cosmos/feegrant/v1beta1/query.js +0 -602
- package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
- package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -37
- package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
- package/cosmos/feegrant/v1beta1/tx.js +0 -514
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
- package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -36
- package/cosmos/gov/module/v1/module.d.ts +0 -67
- package/cosmos/gov/module/v1/module.js +0 -99
- package/cosmos/gov/v1/genesis.d.ts +0 -148
- package/cosmos/gov/v1/genesis.js +0 -205
- package/cosmos/gov/v1/gov.d.ts +0 -968
- package/cosmos/gov/v1/gov.js +0 -1441
- package/cosmos/gov/v1/query.d.ts +0 -1105
- package/cosmos/gov/v1/query.js +0 -1716
- package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.func.js +0 -122
- package/cosmos/gov/v1/query.rpc.react.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.react.js +0 -95
- package/cosmos/gov/v1/tx.d.ts +0 -950
- package/cosmos/gov/v1/tx.js +0 -1406
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +0 -139
- package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.func.js +0 -74
- package/cosmos/gov/v1/tx.rpc.react.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.react.js +0 -74
- package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
- package/cosmos/gov/v1beta1/genesis.js +0 -180
- package/cosmos/gov/v1beta1/gov.d.ts +0 -764
- package/cosmos/gov/v1beta1/gov.js +0 -1214
- package/cosmos/gov/v1beta1/query.d.ts +0 -979
- package/cosmos/gov/v1beta1/query.js +0 -1550
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
- package/cosmos/gov/v1beta1/query.rpc.react.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.react.js +0 -85
- package/cosmos/gov/v1beta1/tx.d.ts +0 -510
- package/cosmos/gov/v1beta1/tx.js +0 -781
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
- package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.react.js +0 -43
- package/cosmos/ics23/v1/proofs.d.ts +0 -1015
- package/cosmos/ics23/v1/proofs.js +0 -1788
- package/cosmos/mint/module/v1/module.d.ts +0 -59
- package/cosmos/mint/module/v1/module.js +0 -99
- package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
- package/cosmos/mint/v1beta1/genesis.js +0 -107
- package/cosmos/mint/v1beta1/mint.d.ts +0 -160
- package/cosmos/mint/v1beta1/mint.js +0 -243
- package/cosmos/mint/v1beta1/query.d.ts +0 -318
- package/cosmos/mint/v1beta1/query.js +0 -474
- package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/mint/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/mint/v1beta1/tx.d.ts +0 -132
- package/cosmos/mint/v1beta1/tx.js +0 -181
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/msg/v1/msg.d.ts +0 -1
- package/cosmos/msg/v1/msg.js +0 -2
- package/cosmos/params/module/v1/module.d.ts +0 -49
- package/cosmos/params/module/v1/module.js +0 -74
- package/cosmos/params/v1beta1/params.d.ts +0 -111
- package/cosmos/params/v1beta1/params.js +0 -230
- package/cosmos/params/v1beta1/query.d.ts +0 -295
- package/cosmos/params/v1beta1/query.js +0 -457
- package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
- package/cosmos/params/v1beta1/query.rpc.react.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.react.js +0 -28
- package/cosmos/query/v1/query.d.ts +0 -1
- package/cosmos/query/v1/query.js +0 -2
- package/cosmos/slashing/module/v1/module.d.ts +0 -57
- package/cosmos/slashing/module/v1/module.js +0 -87
- package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
- package/cosmos/slashing/v1beta1/genesis.js +0 -425
- package/cosmos/slashing/v1beta1/query.d.ts +0 -328
- package/cosmos/slashing/v1beta1/query.js +0 -532
- package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
- package/cosmos/slashing/v1beta1/slashing.js +0 -282
- package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
- package/cosmos/slashing/v1beta1/tx.js +0 -334
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/staking/module/v1/module.d.ts +0 -85
- package/cosmos/staking/module/v1/module.js +0 -126
- package/cosmos/staking/v1beta1/authz.d.ts +0 -162
- package/cosmos/staking/v1beta1/authz.js +0 -284
- package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
- package/cosmos/staking/v1beta1/genesis.js +0 -294
- package/cosmos/staking/v1beta1/query.d.ts +0 -1710
- package/cosmos/staking/v1beta1/query.js +0 -2684
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
- package/cosmos/staking/v1beta1/query.rpc.react.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.react.js +0 -170
- package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
- package/cosmos/staking/v1beta1/staking.js +0 -2563
- package/cosmos/staking/v1beta1/tx.d.ts +0 -824
- package/cosmos/staking/v1beta1/tx.js +0 -1413
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
- package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.react.js +0 -76
- package/cosmos/tx/config/v1/config.d.ts +0 -69
- package/cosmos/tx/config/v1/config.js +0 -99
- package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
- package/cosmos/tx/signing/v1beta1/signing.js +0 -620
- package/cosmos/tx/v1beta1/service.d.ts +0 -1263
- package/cosmos/tx/v1beta1/service.js +0 -1913
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
- package/cosmos/tx/v1beta1/service.rpc.react.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.react.js +0 -105
- package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
- package/cosmos/tx/v1beta1/tx.js +0 -1534
- package/cosmos/upgrade/module/v1/module.d.ts +0 -57
- package/cosmos/upgrade/module/v1/module.js +0 -87
- package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
- package/cosmos/upgrade/v1beta1/query.js +0 -842
- package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
- package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -65
- package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
- package/cosmos/upgrade/v1beta1/tx.js +0 -337
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
- package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/bundle.js +0 -8
- package/cosmos_proto/cosmos.d.ts +0 -186
- package/cosmos_proto/cosmos.js +0 -252
- package/cosmwasm/bundle.d.ts +0 -12
- package/cosmwasm/bundle.js +0 -174
- package/cosmwasm/wasm/v1/authz.d.ts +0 -701
- package/cosmwasm/wasm/v1/authz.js +0 -1064
- package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
- package/cosmwasm/wasm/v1/genesis.js +0 -494
- package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
- package/cosmwasm/wasm/v1/ibc.js +0 -360
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
- package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
- package/cosmwasm/wasm/v1/query.d.ts +0 -1730
- package/cosmwasm/wasm/v1/query.js +0 -2803
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
- package/cosmwasm/wasm/v1/query.rpc.react.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.react.js +0 -146
- package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
- package/cosmwasm/wasm/v1/tx.js +0 -3485
- package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
- package/cosmwasm/wasm/v1/tx.registry.js +0 -319
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
- package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.react.js +0 -184
- package/cosmwasm/wasm/v1/types.d.ts +0 -559
- package/cosmwasm/wasm/v1/types.js +0 -973
- package/esm/amino/amino.js +0 -1
- package/esm/binary.js +0 -365
- package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
- package/esm/cosmos/app/v1alpha1/config.js +0 -326
- package/esm/cosmos/app/v1alpha1/module.js +0 -300
- package/esm/cosmos/app/v1alpha1/query.js +0 -161
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
- package/esm/cosmos/app/v1alpha1/query.rpc.react.js +0 -12
- package/esm/cosmos/auth/module/v1/module.js +0 -215
- package/esm/cosmos/auth/v1beta1/auth.js +0 -479
- package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
- package/esm/cosmos/auth/v1beta1/query.js +0 -1724
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
- package/esm/cosmos/auth/v1beta1/query.rpc.react.js +0 -119
- package/esm/cosmos/auth/v1beta1/tx.js +0 -178
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/authz/module/v1/module.js +0 -71
- package/esm/cosmos/authz/v1beta1/authz.js +0 -423
- package/esm/cosmos/authz/v1beta1/event.js +0 -215
- package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
- package/esm/cosmos/authz/v1beta1/query.js +0 -640
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
- package/esm/cosmos/authz/v1beta1/query.rpc.react.js +0 -36
- package/esm/cosmos/authz/v1beta1/tx.js +0 -552
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
- package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +0 -35
- package/esm/cosmos/autocli/v1/options.js +0 -893
- package/esm/cosmos/autocli/v1/query.js +0 -257
- package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/autocli/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/bank/module/v1/module.js +0 -114
- package/esm/cosmos/bank/v1beta1/authz.js +0 -114
- package/esm/cosmos/bank/v1beta1/bank.js +0 -791
- package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
- package/esm/cosmos/bank/v1beta1/query.js +0 -2598
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
- package/esm/cosmos/bank/v1beta1/query.rpc.react.js +0 -169
- package/esm/cosmos/bank/v1beta1/tx.js +0 -737
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
- package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +0 -46
- package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
- package/esm/cosmos/base/node/v1beta1/query.js +0 -393
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -24
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -64
- package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -76
- package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
- package/esm/cosmos/base/v1beta1/coin.js +0 -366
- package/esm/cosmos/bundle.js +0 -188
- package/esm/cosmos/consensus/module/v1/module.js +0 -84
- package/esm/cosmos/consensus/v1/query.js +0 -161
- package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/consensus/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/consensus/v1/tx.js +0 -213
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
- package/esm/cosmos/consensus/v1/tx.rpc.react.js +0 -14
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
- package/esm/cosmos/distribution/module/v1/module.js +0 -96
- package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
- package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
- package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
- package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +0 -103
- package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
- package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -80
- package/esm/cosmos/evidence/module/v1/module.js +0 -71
- package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
- package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
- package/esm/cosmos/evidence/v1beta1/query.js +0 -376
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
- package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -12
- package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
- package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
- package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -13
- package/esm/cosmos/evm/vm/v1/events.js +0 -432
- package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
- package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
- package/esm/cosmos/evm/vm/v1/query.js +0 -2677
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
- package/esm/cosmos/evm/vm/v1/query.rpc.react.js +0 -150
- package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
- package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
- package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +0 -22
- package/esm/cosmos/feegrant/module/v1/module.js +0 -71
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
- package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
- package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
- package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -34
- package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -33
- package/esm/cosmos/gov/module/v1/module.js +0 -96
- package/esm/cosmos/gov/v1/genesis.js +0 -202
- package/esm/cosmos/gov/v1/gov.js +0 -1434
- package/esm/cosmos/gov/v1/query.js +0 -1713
- package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
- package/esm/cosmos/gov/v1/query.rpc.react.js +0 -92
- package/esm/cosmos/gov/v1/tx.js +0 -1403
- package/esm/cosmos/gov/v1/tx.registry.js +0 -136
- package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
- package/esm/cosmos/gov/v1/tx.rpc.react.js +0 -71
- package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
- package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
- package/esm/cosmos/gov/v1beta1/query.js +0 -1547
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
- package/esm/cosmos/gov/v1beta1/query.rpc.react.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.js +0 -778
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
- package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +0 -40
- package/esm/cosmos/ics23/v1/proofs.js +0 -1781
- package/esm/cosmos/mint/module/v1/module.js +0 -96
- package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
- package/esm/cosmos/mint/v1beta1/mint.js +0 -240
- package/esm/cosmos/mint/v1beta1/query.js +0 -471
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/mint/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/mint/v1beta1/tx.js +0 -178
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/msg/v1/msg.js +0 -1
- package/esm/cosmos/params/module/v1/module.js +0 -71
- package/esm/cosmos/params/v1beta1/params.js +0 -227
- package/esm/cosmos/params/v1beta1/query.js +0 -454
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
- package/esm/cosmos/params/v1beta1/query.rpc.react.js +0 -25
- package/esm/cosmos/query/v1/query.js +0 -1
- package/esm/cosmos/slashing/module/v1/module.js +0 -84
- package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
- package/esm/cosmos/slashing/v1beta1/query.js +0 -529
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
- package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/staking/module/v1/module.js +0 -123
- package/esm/cosmos/staking/v1beta1/authz.js +0 -279
- package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
- package/esm/cosmos/staking/v1beta1/query.js +0 -2681
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
- package/esm/cosmos/staking/v1beta1/query.rpc.react.js +0 -167
- package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
- package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
- package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +0 -73
- package/esm/cosmos/tx/config/v1/config.js +0 -96
- package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
- package/esm/cosmos/tx/v1beta1/service.js +0 -1906
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
- package/esm/cosmos/tx/v1beta1/service.rpc.react.js +0 -102
- package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
- package/esm/cosmos/upgrade/module/v1/module.js +0 -84
- package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
- package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -62
- package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
- package/esm/cosmos_proto/bundle.js +0 -1
- package/esm/cosmos_proto/cosmos.js +0 -247
- package/esm/cosmwasm/bundle.js +0 -12
- package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
- package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
- package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
- package/esm/cosmwasm/wasm/v1/query.js +0 -2800
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
- package/esm/cosmwasm/wasm/v1/query.rpc.react.js +0 -143
- package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
- package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
- package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +0 -181
- package/esm/cosmwasm/wasm/v1/types.js +0 -966
- package/esm/ethermint/bundle.js +0 -25
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
- package/esm/ethermint/evm/v1/events.js +0 -404
- package/esm/ethermint/evm/v1/evm.js +0 -1256
- package/esm/ethermint/evm/v1/genesis.js +0 -210
- package/esm/ethermint/evm/v1/query.js +0 -2149
- package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
- package/esm/ethermint/evm/v1/query.rpc.react.js +0 -125
- package/esm/ethermint/evm/v1/tx.js +0 -1084
- package/esm/ethermint/evm/v1/tx.registry.js +0 -46
- package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
- package/esm/ethermint/evm/v1/tx.rpc.react.js +0 -21
- package/esm/ethermint/feemarket/v1/events.js +0 -165
- package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
- package/esm/ethermint/feemarket/v1/genesis.js +0 -96
- package/esm/ethermint/feemarket/v1/query.js +0 -427
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/ethermint/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/ethermint/feemarket/v1/tx.js +0 -167
- package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
- package/esm/ethermint/feemarket/v1/tx.rpc.react.js +0 -12
- package/esm/ethermint/types/v1/account.js +0 -98
- package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
- package/esm/ethermint/types/v1/indexer.js +0 -149
- package/esm/ethermint/types/v1/web3.js +0 -103
- package/esm/extern.js +0 -40
- package/esm/gogoproto/gogo.js +0 -1
- package/esm/google/api/annotations.js +0 -1
- package/esm/google/api/http.js +0 -644
- package/esm/google/bundle.js +0 -5
- package/esm/google/protobuf/any.js +0 -169
- package/esm/google/protobuf/descriptor.js +0 -5678
- package/esm/google/protobuf/duration.js +0 -140
- package/esm/google/protobuf/timestamp.js +0 -168
- package/esm/helper-func-types.js +0 -52
- package/esm/helpers.js +0 -99
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -22
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -12
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
- package/esm/ibc/applications/transfer/v1/authz.js +0 -242
- package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
- package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
- package/esm/ibc/applications/transfer/v1/packet.js +0 -134
- package/esm/ibc/applications/transfer/v1/query.js +0 -1048
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
- package/esm/ibc/applications/transfer/v1/query.rpc.react.js +0 -62
- package/esm/ibc/applications/transfer/v1/token.js +0 -300
- package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
- package/esm/ibc/applications/transfer/v1/tx.js +0 -445
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/bundle.js +0 -94
- package/esm/ibc/core/channel/v1/channel.js +0 -1120
- package/esm/ibc/core/channel/v1/genesis.js +0 -306
- package/esm/ibc/core/channel/v1/query.js +0 -3137
- package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
- package/esm/ibc/core/channel/v1/query.rpc.react.js +0 -150
- package/esm/ibc/core/channel/v1/tx.js +0 -2225
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
- package/esm/ibc/core/channel/v1/tx.rpc.react.js +0 -93
- package/esm/ibc/core/channel/v2/genesis.js +0 -360
- package/esm/ibc/core/channel/v2/packet.js +0 -508
- package/esm/ibc/core/channel/v2/query.js +0 -1727
- package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
- package/esm/ibc/core/channel/v2/query.rpc.react.js +0 -82
- package/esm/ibc/core/channel/v2/tx.js +0 -901
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
- package/esm/ibc/core/channel/v2/tx.rpc.react.js +0 -38
- package/esm/ibc/core/client/v1/client.js +0 -488
- package/esm/ibc/core/client/v1/genesis.js +0 -364
- package/esm/ibc/core/client/v1/query.js +0 -2095
- package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
- package/esm/ibc/core/client/v1/query.rpc.react.js +0 -114
- package/esm/ibc/core/client/v1/tx.js +0 -1458
- package/esm/ibc/core/client/v1/tx.registry.js +0 -154
- package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
- package/esm/ibc/core/client/v1/tx.rpc.react.js +0 -74
- package/esm/ibc/core/client/v2/config.js +0 -90
- package/esm/ibc/core/client/v2/counterparty.js +0 -100
- package/esm/ibc/core/client/v2/genesis.js +0 -194
- package/esm/ibc/core/client/v2/query.js +0 -348
- package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
- package/esm/ibc/core/client/v2/query.rpc.react.js +0 -22
- package/esm/ibc/core/client/v2/tx.js +0 -378
- package/esm/ibc/core/client/v2/tx.registry.js +0 -46
- package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
- package/esm/ibc/core/client/v2/tx.rpc.react.js +0 -20
- package/esm/ibc/core/commitment/v1/commitment.js +0 -268
- package/esm/ibc/core/commitment/v2/commitment.js +0 -118
- package/esm/ibc/core/connection/v1/connection.js +0 -833
- package/esm/ibc/core/connection/v1/genesis.js +0 -135
- package/esm/ibc/core/connection/v1/query.js +0 -1202
- package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
- package/esm/ibc/core/connection/v1/query.rpc.react.js +0 -65
- package/esm/ibc/core/connection/v1/tx.js +0 -1168
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
- package/esm/ibc/core/connection/v1/tx.rpc.react.js +0 -49
- package/esm/ibc/core/types/v1/genesis.js +0 -147
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
- package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
- package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
- package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -22
- package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
- package/esm/index.js +0 -21
- package/esm/react-query.js +0 -90
- package/esm/registry.js +0 -162
- package/esm/tendermint/abci/types.js +0 -5622
- package/esm/tendermint/bundle.js +0 -10
- package/esm/tendermint/crypto/keys.js +0 -90
- package/esm/tendermint/crypto/proof.js +0 -494
- package/esm/tendermint/p2p/types.js +0 -453
- package/esm/tendermint/types/block.js +0 -123
- package/esm/tendermint/types/evidence.js +0 -444
- package/esm/tendermint/types/params.js +0 -647
- package/esm/tendermint/types/types.js +0 -1897
- package/esm/tendermint/types/validator.js +0 -367
- package/esm/tendermint/version/types.js +0 -181
- package/esm/types.js +0 -6
- package/esm/utf8.js +0 -136
- package/esm/varint.js +0 -407
- package/esm/xpla/bundle.js +0 -28
- package/esm/xpla/burn/v1beta1/burn.js +0 -111
- package/esm/xpla/burn/v1beta1/genesis.js +0 -87
- package/esm/xpla/burn/v1beta1/query.js +0 -327
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/burn/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/burn/v1beta1/tx.js +0 -169
- package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
- package/esm/xpla/burn/v1beta1/tx.rpc.react.js +0 -11
- package/esm/xpla/reward/v1beta1/genesis.js +0 -84
- package/esm/xpla/reward/v1beta1/query.js +0 -297
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/reward/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/reward/v1beta1/reward.js +0 -133
- package/esm/xpla/reward/v1beta1/tx.js +0 -337
- package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
- package/esm/xpla/reward/v1beta1/tx.rpc.react.js +0 -23
- package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
- package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
- package/esm/xpla/volunteer/v1beta1/query.js +0 -143
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
- package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +0 -12
- package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
- package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -21
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
- package/ethermint/bundle.d.ts +0 -25
- package/ethermint/bundle.js +0 -142
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
- package/ethermint/evm/v1/events.d.ts +0 -278
- package/ethermint/evm/v1/events.js +0 -407
- package/ethermint/evm/v1/evm.d.ts +0 -862
- package/ethermint/evm/v1/evm.js +0 -1259
- package/ethermint/evm/v1/genesis.d.ts +0 -139
- package/ethermint/evm/v1/genesis.js +0 -213
- package/ethermint/evm/v1/query.d.ts +0 -1484
- package/ethermint/evm/v1/query.js +0 -2152
- package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.func.js +0 -165
- package/ethermint/evm/v1/query.rpc.react.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.react.js +0 -128
- package/ethermint/evm/v1/tx.d.ts +0 -735
- package/ethermint/evm/v1/tx.js +0 -1087
- package/ethermint/evm/v1/tx.registry.d.ts +0 -35
- package/ethermint/evm/v1/tx.registry.js +0 -49
- package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.func.js +0 -24
- package/ethermint/evm/v1/tx.rpc.react.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.react.js +0 -24
- package/ethermint/feemarket/v1/events.d.ts +0 -116
- package/ethermint/feemarket/v1/events.js +0 -168
- package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
- package/ethermint/feemarket/v1/feemarket.js +0 -160
- package/ethermint/feemarket/v1/genesis.d.ts +0 -66
- package/ethermint/feemarket/v1/genesis.js +0 -99
- package/ethermint/feemarket/v1/query.d.ts +0 -303
- package/ethermint/feemarket/v1/query.js +0 -430
- package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
- package/ethermint/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.react.js +0 -35
- package/ethermint/feemarket/v1/tx.d.ts +0 -116
- package/ethermint/feemarket/v1/tx.js +0 -170
- package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
- package/ethermint/feemarket/v1/tx.registry.js +0 -31
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
- package/ethermint/feemarket/v1/tx.rpc.react.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.react.js +0 -15
- package/ethermint/types/v1/account.d.ts +0 -67
- package/ethermint/types/v1/account.js +0 -101
- package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
- package/ethermint/types/v1/dynamic_fee.js +0 -80
- package/ethermint/types/v1/indexer.d.ts +0 -109
- package/ethermint/types/v1/indexer.js +0 -152
- package/ethermint/types/v1/web3.d.ts +0 -80
- package/ethermint/types/v1/web3.js +0 -106
- package/extern.d.ts +0 -11
- package/extern.js +0 -46
- package/gogoproto/gogo.d.ts +0 -1
- package/gogoproto/gogo.js +0 -2
- package/google/api/annotations.d.ts +0 -1
- package/google/api/annotations.js +0 -2
- package/google/api/http.d.ts +0 -1096
- package/google/api/http.js +0 -647
- package/google/bundle.d.ts +0 -5
- package/google/bundle.js +0 -21
- package/google/protobuf/any.d.ts +0 -369
- package/google/protobuf/any.js +0 -172
- package/google/protobuf/descriptor.d.ts +0 -3699
- package/google/protobuf/descriptor.js +0 -5722
- package/google/protobuf/duration.d.ts +0 -232
- package/google/protobuf/duration.js +0 -143
- package/google/protobuf/timestamp.d.ts +0 -323
- package/google/protobuf/timestamp.js +0 -171
- package/helper-func-types.d.ts +0 -40
- package/helper-func-types.js +0 -56
- package/helpers.d.ts +0 -80
- package/helpers.js +0 -114
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
- package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -25
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -32
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
- package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
- package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
- package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -23
- package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
- package/ibc/applications/interchain_accounts/v1/account.js +0 -108
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
- package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
- package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
- package/ibc/applications/transfer/v1/authz.d.ts +0 -150
- package/ibc/applications/transfer/v1/authz.js +0 -245
- package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
- package/ibc/applications/transfer/v1/denomtrace.js +0 -101
- package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
- package/ibc/applications/transfer/v1/genesis.js +0 -140
- package/ibc/applications/transfer/v1/packet.d.ts +0 -95
- package/ibc/applications/transfer/v1/packet.js +0 -137
- package/ibc/applications/transfer/v1/query.d.ts +0 -680
- package/ibc/applications/transfer/v1/query.js +0 -1051
- package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
- package/ibc/applications/transfer/v1/query.rpc.react.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.react.js +0 -65
- package/ibc/applications/transfer/v1/token.d.ts +0 -179
- package/ibc/applications/transfer/v1/token.js +0 -303
- package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
- package/ibc/applications/transfer/v1/transfer.js +0 -102
- package/ibc/applications/transfer/v1/tx.d.ts +0 -309
- package/ibc/applications/transfer/v1/tx.js +0 -448
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.react.js +0 -23
- package/ibc/bundle.d.ts +0 -94
- package/ibc/bundle.js +0 -540
- package/ibc/core/channel/v1/channel.d.ts +0 -729
- package/ibc/core/channel/v1/channel.js +0 -1127
- package/ibc/core/channel/v1/genesis.d.ts +0 -128
- package/ibc/core/channel/v1/genesis.js +0 -309
- package/ibc/core/channel/v1/query.d.ts +0 -2021
- package/ibc/core/channel/v1/query.js +0 -3140
- package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.func.js +0 -195
- package/ibc/core/channel/v1/query.rpc.react.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.react.js +0 -153
- package/ibc/core/channel/v1/tx.d.ts +0 -1116
- package/ibc/core/channel/v1/tx.js +0 -2230
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +0 -193
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
- package/ibc/core/channel/v1/tx.rpc.react.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.react.js +0 -96
- package/ibc/core/channel/v2/genesis.d.ts +0 -202
- package/ibc/core/channel/v2/genesis.js +0 -363
- package/ibc/core/channel/v2/packet.d.ts +0 -322
- package/ibc/core/channel/v2/packet.js +0 -513
- package/ibc/core/channel/v2/query.d.ts +0 -1067
- package/ibc/core/channel/v2/query.js +0 -1730
- package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.func.js +0 -109
- package/ibc/core/channel/v2/query.rpc.react.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.react.js +0 -85
- package/ibc/core/channel/v2/tx.d.ts +0 -437
- package/ibc/core/channel/v2/tx.js +0 -906
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +0 -85
- package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
- package/ibc/core/channel/v2/tx.rpc.react.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.react.js +0 -41
- package/ibc/core/client/v1/client.d.ts +0 -359
- package/ibc/core/client/v1/client.js +0 -491
- package/ibc/core/client/v1/genesis.d.ts +0 -216
- package/ibc/core/client/v1/genesis.js +0 -367
- package/ibc/core/client/v1/query.d.ts +0 -1398
- package/ibc/core/client/v1/query.js +0 -2098
- package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.func.js +0 -150
- package/ibc/core/client/v1/query.rpc.react.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.react.js +0 -117
- package/ibc/core/client/v1/tx.d.ts +0 -995
- package/ibc/core/client/v1/tx.js +0 -1461
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +0 -157
- package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.func.js +0 -77
- package/ibc/core/client/v1/tx.rpc.react.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.react.js +0 -77
- package/ibc/core/client/v2/config.d.ts +0 -66
- package/ibc/core/client/v2/config.js +0 -93
- package/ibc/core/client/v2/counterparty.d.ts +0 -65
- package/ibc/core/client/v2/counterparty.js +0 -103
- package/ibc/core/client/v2/genesis.d.ts +0 -121
- package/ibc/core/client/v2/genesis.js +0 -197
- package/ibc/core/client/v2/query.d.ts +0 -218
- package/ibc/core/client/v2/query.js +0 -351
- package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.func.js +0 -31
- package/ibc/core/client/v2/query.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.react.js +0 -25
- package/ibc/core/client/v2/tx.d.ts +0 -251
- package/ibc/core/client/v2/tx.js +0 -381
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +0 -49
- package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.func.js +0 -23
- package/ibc/core/client/v2/tx.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.react.js +0 -23
- package/ibc/core/commitment/v1/commitment.d.ts +0 -171
- package/ibc/core/commitment/v1/commitment.js +0 -271
- package/ibc/core/commitment/v2/commitment.d.ts +0 -141
- package/ibc/core/commitment/v2/commitment.js +0 -121
- package/ibc/core/connection/v1/connection.d.ts +0 -544
- package/ibc/core/connection/v1/connection.js +0 -838
- package/ibc/core/connection/v1/genesis.d.ts +0 -64
- package/ibc/core/connection/v1/genesis.js +0 -138
- package/ibc/core/connection/v1/query.d.ts +0 -777
- package/ibc/core/connection/v1/query.js +0 -1205
- package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.func.js +0 -86
- package/ibc/core/connection/v1/query.rpc.react.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.react.js +0 -68
- package/ibc/core/connection/v1/tx.d.ts +0 -689
- package/ibc/core/connection/v1/tx.js +0 -1171
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +0 -103
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
- package/ibc/core/connection/v1/tx.rpc.react.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.react.js +0 -52
- package/ibc/core/types/v1/genesis.d.ts +0 -99
- package/ibc/core/types/v1/genesis.js +0 -150
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
- package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
- package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
- package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
- package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
- package/ibc/lightclients/wasm/v1/genesis.js +0 -180
- package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
- package/ibc/lightclients/wasm/v1/query.js +0 -364
- package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
- package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -25
- package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
- package/ibc/lightclients/wasm/v1/tx.js +0 -537
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
- package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -32
- package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
- package/ibc/lightclients/wasm/v1/wasm.js +0 -375
- package/index.d.ts +0 -21
- package/index.js +0 -37
- package/react-query.d.ts +0 -49
- package/react-query.js +0 -98
- package/registry.d.ts +0 -35
- package/registry.js +0 -166
- package/tendermint/abci/types.d.ts +0 -2763
- package/tendermint/abci/types.js +0 -5638
- package/tendermint/bundle.d.ts +0 -10
- package/tendermint/bundle.js +0 -115
- package/tendermint/crypto/keys.d.ts +0 -51
- package/tendermint/crypto/keys.js +0 -93
- package/tendermint/crypto/proof.d.ts +0 -262
- package/tendermint/crypto/proof.js +0 -497
- package/tendermint/p2p/types.d.ts +0 -202
- package/tendermint/p2p/types.js +0 -456
- package/tendermint/types/block.d.ts +0 -54
- package/tendermint/types/block.js +0 -126
- package/tendermint/types/evidence.d.ts +0 -204
- package/tendermint/types/evidence.js +0 -447
- package/tendermint/types/params.d.ts +0 -434
- package/tendermint/types/params.js +0 -650
- package/tendermint/types/types.d.ts +0 -940
- package/tendermint/types/types.js +0 -1902
- package/tendermint/types/validator.d.ts +0 -161
- package/tendermint/types/validator.js +0 -372
- package/tendermint/version/types.d.ts +0 -112
- package/tendermint/version/types.js +0 -184
- package/types.d.ts +0 -74
- package/types.js +0 -7
- package/utf8.d.ts +0 -27
- package/utf8.js +0 -140
- package/varint.d.ts +0 -105
- package/varint.js +0 -425
- package/xpla/bundle.d.ts +0 -28
- package/xpla/bundle.js +0 -71
- package/xpla/burn/v1beta1/burn.d.ts +0 -54
- package/xpla/burn/v1beta1/burn.js +0 -114
- package/xpla/burn/v1beta1/genesis.d.ts +0 -56
- package/xpla/burn/v1beta1/genesis.js +0 -90
- package/xpla/burn/v1beta1/query.d.ts +0 -204
- package/xpla/burn/v1beta1/query.js +0 -330
- package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
- package/xpla/burn/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.react.js +0 -25
- package/xpla/burn/v1beta1/tx.d.ts +0 -105
- package/xpla/burn/v1beta1/tx.js +0 -172
- package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
- package/xpla/burn/v1beta1/tx.registry.js +0 -31
- package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
- package/xpla/burn/v1beta1/tx.rpc.react.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.react.js +0 -14
- package/xpla/reward/v1beta1/genesis.d.ts +0 -56
- package/xpla/reward/v1beta1/genesis.js +0 -87
- package/xpla/reward/v1beta1/query.d.ts +0 -206
- package/xpla/reward/v1beta1/query.js +0 -300
- package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
- package/xpla/reward/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.react.js +0 -25
- package/xpla/reward/v1beta1/reward.d.ts +0 -59
- package/xpla/reward/v1beta1/reward.js +0 -136
- package/xpla/reward/v1beta1/tx.d.ts +0 -222
- package/xpla/reward/v1beta1/tx.js +0 -340
- package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/reward/v1beta1/tx.registry.js +0 -49
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
- package/xpla/reward/v1beta1/tx.rpc.react.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.react.js +0 -26
- package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
- package/xpla/volunteer/v1beta1/genesis.js +0 -90
- package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
- package/xpla/volunteer/v1beta1/proposal.js +0 -571
- package/xpla/volunteer/v1beta1/query.d.ts +0 -94
- package/xpla/volunteer/v1beta1/query.js +0 -146
- package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
- package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.react.js +0 -15
- package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
- package/xpla/volunteer/v1beta1/tx.js +0 -382
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
- package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -24
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
- package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
|
@@ -0,0 +1,1608 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_binary = require('../../binary.cjs');
|
|
3
|
+
const require_helpers = require('../../helpers.cjs');
|
|
4
|
+
const require_registry = require('../../registry.cjs');
|
|
5
|
+
const require_google_protobuf_timestamp = require('../../google/protobuf/timestamp.cjs');
|
|
6
|
+
const require_tendermint_crypto_proof = require('../crypto/proof.cjs');
|
|
7
|
+
const require_tendermint_version_types = require('../version/types.cjs');
|
|
8
|
+
const require_tendermint_types_validator = require('./validator.cjs');
|
|
9
|
+
let _interchainjs_encoding = require("@interchainjs/encoding");
|
|
10
|
+
|
|
11
|
+
//#region src/tendermint/types/types.ts
|
|
12
|
+
/** SignedMsgType is a type of signed message in the consensus. */
|
|
13
|
+
let SignedMsgType = /* @__PURE__ */ function(SignedMsgType) {
|
|
14
|
+
SignedMsgType[SignedMsgType["SIGNED_MSG_TYPE_UNKNOWN"] = 0] = "SIGNED_MSG_TYPE_UNKNOWN";
|
|
15
|
+
/** SIGNED_MSG_TYPE_PREVOTE - Votes */
|
|
16
|
+
SignedMsgType[SignedMsgType["SIGNED_MSG_TYPE_PREVOTE"] = 1] = "SIGNED_MSG_TYPE_PREVOTE";
|
|
17
|
+
SignedMsgType[SignedMsgType["SIGNED_MSG_TYPE_PRECOMMIT"] = 2] = "SIGNED_MSG_TYPE_PRECOMMIT";
|
|
18
|
+
/** SIGNED_MSG_TYPE_PROPOSAL - Proposals */
|
|
19
|
+
SignedMsgType[SignedMsgType["SIGNED_MSG_TYPE_PROPOSAL"] = 32] = "SIGNED_MSG_TYPE_PROPOSAL";
|
|
20
|
+
SignedMsgType[SignedMsgType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
21
|
+
return SignedMsgType;
|
|
22
|
+
}({});
|
|
23
|
+
const SignedMsgTypeAmino = SignedMsgType;
|
|
24
|
+
function signedMsgTypeFromJSON(object) {
|
|
25
|
+
switch (object) {
|
|
26
|
+
case 0:
|
|
27
|
+
case "SIGNED_MSG_TYPE_UNKNOWN": return SignedMsgType.SIGNED_MSG_TYPE_UNKNOWN;
|
|
28
|
+
case 1:
|
|
29
|
+
case "SIGNED_MSG_TYPE_PREVOTE": return SignedMsgType.SIGNED_MSG_TYPE_PREVOTE;
|
|
30
|
+
case 2:
|
|
31
|
+
case "SIGNED_MSG_TYPE_PRECOMMIT": return SignedMsgType.SIGNED_MSG_TYPE_PRECOMMIT;
|
|
32
|
+
case 32:
|
|
33
|
+
case "SIGNED_MSG_TYPE_PROPOSAL": return SignedMsgType.SIGNED_MSG_TYPE_PROPOSAL;
|
|
34
|
+
default: return SignedMsgType.UNRECOGNIZED;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function signedMsgTypeToJSON(object) {
|
|
38
|
+
switch (object) {
|
|
39
|
+
case SignedMsgType.SIGNED_MSG_TYPE_UNKNOWN: return "SIGNED_MSG_TYPE_UNKNOWN";
|
|
40
|
+
case SignedMsgType.SIGNED_MSG_TYPE_PREVOTE: return "SIGNED_MSG_TYPE_PREVOTE";
|
|
41
|
+
case SignedMsgType.SIGNED_MSG_TYPE_PRECOMMIT: return "SIGNED_MSG_TYPE_PRECOMMIT";
|
|
42
|
+
case SignedMsgType.SIGNED_MSG_TYPE_PROPOSAL: return "SIGNED_MSG_TYPE_PROPOSAL";
|
|
43
|
+
case SignedMsgType.UNRECOGNIZED:
|
|
44
|
+
default: return "UNRECOGNIZED";
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
function createBasePartSetHeader() {
|
|
48
|
+
return {
|
|
49
|
+
total: 0,
|
|
50
|
+
hash: new Uint8Array()
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* PartsetHeader
|
|
55
|
+
* @name PartSetHeader
|
|
56
|
+
* @package tendermint.types
|
|
57
|
+
* @see proto type: tendermint.types.PartSetHeader
|
|
58
|
+
*/
|
|
59
|
+
const PartSetHeader = {
|
|
60
|
+
typeUrl: "/tendermint.types.PartSetHeader",
|
|
61
|
+
is(o) {
|
|
62
|
+
return o && (o.$typeUrl === PartSetHeader.typeUrl || typeof o.total === "number" && (o.hash instanceof Uint8Array || typeof o.hash === "string"));
|
|
63
|
+
},
|
|
64
|
+
isAmino(o) {
|
|
65
|
+
return o && (o.$typeUrl === PartSetHeader.typeUrl || typeof o.total === "number" && (o.hash instanceof Uint8Array || typeof o.hash === "string"));
|
|
66
|
+
},
|
|
67
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
68
|
+
if (message.total !== 0) writer.uint32(8).uint32(message.total);
|
|
69
|
+
if (message.hash.length !== 0) writer.uint32(18).bytes(message.hash);
|
|
70
|
+
return writer;
|
|
71
|
+
},
|
|
72
|
+
decode(input, length) {
|
|
73
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
74
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
75
|
+
const message = createBasePartSetHeader();
|
|
76
|
+
while (reader.pos < end) {
|
|
77
|
+
const tag = reader.uint32();
|
|
78
|
+
switch (tag >>> 3) {
|
|
79
|
+
case 1:
|
|
80
|
+
message.total = reader.uint32();
|
|
81
|
+
break;
|
|
82
|
+
case 2:
|
|
83
|
+
message.hash = reader.bytes();
|
|
84
|
+
break;
|
|
85
|
+
default:
|
|
86
|
+
reader.skipType(tag & 7);
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
return message;
|
|
91
|
+
},
|
|
92
|
+
fromPartial(object) {
|
|
93
|
+
const message = createBasePartSetHeader();
|
|
94
|
+
message.total = object.total ?? 0;
|
|
95
|
+
message.hash = object.hash ?? new Uint8Array();
|
|
96
|
+
return message;
|
|
97
|
+
},
|
|
98
|
+
fromAmino(object) {
|
|
99
|
+
const message = createBasePartSetHeader();
|
|
100
|
+
if (object.total !== void 0 && object.total !== null) message.total = object.total;
|
|
101
|
+
if (object.hash !== void 0 && object.hash !== null) message.hash = (0, _interchainjs_encoding.fromBase64)(object.hash);
|
|
102
|
+
return message;
|
|
103
|
+
},
|
|
104
|
+
toAmino(message) {
|
|
105
|
+
const obj = {};
|
|
106
|
+
obj.total = message.total === 0 ? void 0 : message.total;
|
|
107
|
+
obj.hash = message.hash ? (0, _interchainjs_encoding.toBase64)(message.hash) : void 0;
|
|
108
|
+
return obj;
|
|
109
|
+
},
|
|
110
|
+
fromAminoMsg(object) {
|
|
111
|
+
return PartSetHeader.fromAmino(object.value);
|
|
112
|
+
},
|
|
113
|
+
fromProtoMsg(message) {
|
|
114
|
+
return PartSetHeader.decode(message.value);
|
|
115
|
+
},
|
|
116
|
+
toProto(message) {
|
|
117
|
+
return PartSetHeader.encode(message).finish();
|
|
118
|
+
},
|
|
119
|
+
toProtoMsg(message) {
|
|
120
|
+
return {
|
|
121
|
+
typeUrl: "/tendermint.types.PartSetHeader",
|
|
122
|
+
value: PartSetHeader.encode(message).finish()
|
|
123
|
+
};
|
|
124
|
+
},
|
|
125
|
+
registerTypeUrl() {}
|
|
126
|
+
};
|
|
127
|
+
function createBasePart() {
|
|
128
|
+
return {
|
|
129
|
+
index: 0,
|
|
130
|
+
bytes: new Uint8Array(),
|
|
131
|
+
proof: require_tendermint_crypto_proof.Proof.fromPartial({})
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @name Part
|
|
136
|
+
* @package tendermint.types
|
|
137
|
+
* @see proto type: tendermint.types.Part
|
|
138
|
+
*/
|
|
139
|
+
const Part = {
|
|
140
|
+
typeUrl: "/tendermint.types.Part",
|
|
141
|
+
is(o) {
|
|
142
|
+
return o && (o.$typeUrl === Part.typeUrl || typeof o.index === "number" && (o.bytes instanceof Uint8Array || typeof o.bytes === "string") && require_tendermint_crypto_proof.Proof.is(o.proof));
|
|
143
|
+
},
|
|
144
|
+
isAmino(o) {
|
|
145
|
+
return o && (o.$typeUrl === Part.typeUrl || typeof o.index === "number" && (o.bytes instanceof Uint8Array || typeof o.bytes === "string") && require_tendermint_crypto_proof.Proof.isAmino(o.proof));
|
|
146
|
+
},
|
|
147
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
148
|
+
if (message.index !== 0) writer.uint32(8).uint32(message.index);
|
|
149
|
+
if (message.bytes.length !== 0) writer.uint32(18).bytes(message.bytes);
|
|
150
|
+
if (message.proof !== void 0) require_tendermint_crypto_proof.Proof.encode(message.proof, writer.uint32(26).fork()).ldelim();
|
|
151
|
+
return writer;
|
|
152
|
+
},
|
|
153
|
+
decode(input, length) {
|
|
154
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
155
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
156
|
+
const message = createBasePart();
|
|
157
|
+
while (reader.pos < end) {
|
|
158
|
+
const tag = reader.uint32();
|
|
159
|
+
switch (tag >>> 3) {
|
|
160
|
+
case 1:
|
|
161
|
+
message.index = reader.uint32();
|
|
162
|
+
break;
|
|
163
|
+
case 2:
|
|
164
|
+
message.bytes = reader.bytes();
|
|
165
|
+
break;
|
|
166
|
+
case 3:
|
|
167
|
+
message.proof = require_tendermint_crypto_proof.Proof.decode(reader, reader.uint32());
|
|
168
|
+
break;
|
|
169
|
+
default:
|
|
170
|
+
reader.skipType(tag & 7);
|
|
171
|
+
break;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
return message;
|
|
175
|
+
},
|
|
176
|
+
fromPartial(object) {
|
|
177
|
+
const message = createBasePart();
|
|
178
|
+
message.index = object.index ?? 0;
|
|
179
|
+
message.bytes = object.bytes ?? new Uint8Array();
|
|
180
|
+
message.proof = object.proof !== void 0 && object.proof !== null ? require_tendermint_crypto_proof.Proof.fromPartial(object.proof) : void 0;
|
|
181
|
+
return message;
|
|
182
|
+
},
|
|
183
|
+
fromAmino(object) {
|
|
184
|
+
const message = createBasePart();
|
|
185
|
+
if (object.index !== void 0 && object.index !== null) message.index = object.index;
|
|
186
|
+
if (object.bytes !== void 0 && object.bytes !== null) message.bytes = (0, _interchainjs_encoding.fromBase64)(object.bytes);
|
|
187
|
+
if (object.proof !== void 0 && object.proof !== null) message.proof = require_tendermint_crypto_proof.Proof.fromAmino(object.proof);
|
|
188
|
+
return message;
|
|
189
|
+
},
|
|
190
|
+
toAmino(message) {
|
|
191
|
+
const obj = {};
|
|
192
|
+
obj.index = message.index === 0 ? void 0 : message.index;
|
|
193
|
+
obj.bytes = message.bytes ? (0, _interchainjs_encoding.toBase64)(message.bytes) : void 0;
|
|
194
|
+
obj.proof = message.proof ? require_tendermint_crypto_proof.Proof.toAmino(message.proof) : void 0;
|
|
195
|
+
return obj;
|
|
196
|
+
},
|
|
197
|
+
fromAminoMsg(object) {
|
|
198
|
+
return Part.fromAmino(object.value);
|
|
199
|
+
},
|
|
200
|
+
fromProtoMsg(message) {
|
|
201
|
+
return Part.decode(message.value);
|
|
202
|
+
},
|
|
203
|
+
toProto(message) {
|
|
204
|
+
return Part.encode(message).finish();
|
|
205
|
+
},
|
|
206
|
+
toProtoMsg(message) {
|
|
207
|
+
return {
|
|
208
|
+
typeUrl: "/tendermint.types.Part",
|
|
209
|
+
value: Part.encode(message).finish()
|
|
210
|
+
};
|
|
211
|
+
},
|
|
212
|
+
registerTypeUrl() {
|
|
213
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(Part.typeUrl)) return;
|
|
214
|
+
require_tendermint_crypto_proof.Proof.registerTypeUrl();
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
function createBaseBlockID() {
|
|
218
|
+
return {
|
|
219
|
+
hash: new Uint8Array(),
|
|
220
|
+
partSetHeader: PartSetHeader.fromPartial({})
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* BlockID
|
|
225
|
+
* @name BlockID
|
|
226
|
+
* @package tendermint.types
|
|
227
|
+
* @see proto type: tendermint.types.BlockID
|
|
228
|
+
*/
|
|
229
|
+
const BlockID = {
|
|
230
|
+
typeUrl: "/tendermint.types.BlockID",
|
|
231
|
+
is(o) {
|
|
232
|
+
return o && (o.$typeUrl === BlockID.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && PartSetHeader.is(o.partSetHeader));
|
|
233
|
+
},
|
|
234
|
+
isAmino(o) {
|
|
235
|
+
return o && (o.$typeUrl === BlockID.typeUrl || (o.hash instanceof Uint8Array || typeof o.hash === "string") && PartSetHeader.isAmino(o.part_set_header));
|
|
236
|
+
},
|
|
237
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
238
|
+
if (message.hash.length !== 0) writer.uint32(10).bytes(message.hash);
|
|
239
|
+
if (message.partSetHeader !== void 0) PartSetHeader.encode(message.partSetHeader, writer.uint32(18).fork()).ldelim();
|
|
240
|
+
return writer;
|
|
241
|
+
},
|
|
242
|
+
decode(input, length) {
|
|
243
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
244
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
245
|
+
const message = createBaseBlockID();
|
|
246
|
+
while (reader.pos < end) {
|
|
247
|
+
const tag = reader.uint32();
|
|
248
|
+
switch (tag >>> 3) {
|
|
249
|
+
case 1:
|
|
250
|
+
message.hash = reader.bytes();
|
|
251
|
+
break;
|
|
252
|
+
case 2:
|
|
253
|
+
message.partSetHeader = PartSetHeader.decode(reader, reader.uint32());
|
|
254
|
+
break;
|
|
255
|
+
default:
|
|
256
|
+
reader.skipType(tag & 7);
|
|
257
|
+
break;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
return message;
|
|
261
|
+
},
|
|
262
|
+
fromPartial(object) {
|
|
263
|
+
const message = createBaseBlockID();
|
|
264
|
+
message.hash = object.hash ?? new Uint8Array();
|
|
265
|
+
message.partSetHeader = object.partSetHeader !== void 0 && object.partSetHeader !== null ? PartSetHeader.fromPartial(object.partSetHeader) : void 0;
|
|
266
|
+
return message;
|
|
267
|
+
},
|
|
268
|
+
fromAmino(object) {
|
|
269
|
+
const message = createBaseBlockID();
|
|
270
|
+
if (object.hash !== void 0 && object.hash !== null) message.hash = (0, _interchainjs_encoding.fromBase64)(object.hash);
|
|
271
|
+
if (object.part_set_header !== void 0 && object.part_set_header !== null) message.partSetHeader = PartSetHeader.fromAmino(object.part_set_header);
|
|
272
|
+
return message;
|
|
273
|
+
},
|
|
274
|
+
toAmino(message) {
|
|
275
|
+
const obj = {};
|
|
276
|
+
obj.hash = message.hash ? (0, _interchainjs_encoding.toBase64)(message.hash) : void 0;
|
|
277
|
+
obj.part_set_header = message.partSetHeader ? PartSetHeader.toAmino(message.partSetHeader) : void 0;
|
|
278
|
+
return obj;
|
|
279
|
+
},
|
|
280
|
+
fromAminoMsg(object) {
|
|
281
|
+
return BlockID.fromAmino(object.value);
|
|
282
|
+
},
|
|
283
|
+
fromProtoMsg(message) {
|
|
284
|
+
return BlockID.decode(message.value);
|
|
285
|
+
},
|
|
286
|
+
toProto(message) {
|
|
287
|
+
return BlockID.encode(message).finish();
|
|
288
|
+
},
|
|
289
|
+
toProtoMsg(message) {
|
|
290
|
+
return {
|
|
291
|
+
typeUrl: "/tendermint.types.BlockID",
|
|
292
|
+
value: BlockID.encode(message).finish()
|
|
293
|
+
};
|
|
294
|
+
},
|
|
295
|
+
registerTypeUrl() {
|
|
296
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(BlockID.typeUrl)) return;
|
|
297
|
+
PartSetHeader.registerTypeUrl();
|
|
298
|
+
}
|
|
299
|
+
};
|
|
300
|
+
function createBaseHeader() {
|
|
301
|
+
return {
|
|
302
|
+
version: require_tendermint_version_types.Consensus.fromPartial({}),
|
|
303
|
+
chainId: "",
|
|
304
|
+
height: BigInt(0),
|
|
305
|
+
time: /* @__PURE__ */ new Date(),
|
|
306
|
+
lastBlockId: BlockID.fromPartial({}),
|
|
307
|
+
lastCommitHash: new Uint8Array(),
|
|
308
|
+
dataHash: new Uint8Array(),
|
|
309
|
+
validatorsHash: new Uint8Array(),
|
|
310
|
+
nextValidatorsHash: new Uint8Array(),
|
|
311
|
+
consensusHash: new Uint8Array(),
|
|
312
|
+
appHash: new Uint8Array(),
|
|
313
|
+
lastResultsHash: new Uint8Array(),
|
|
314
|
+
evidenceHash: new Uint8Array(),
|
|
315
|
+
proposerAddress: new Uint8Array()
|
|
316
|
+
};
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* Header defines the structure of a block header.
|
|
320
|
+
* @name Header
|
|
321
|
+
* @package tendermint.types
|
|
322
|
+
* @see proto type: tendermint.types.Header
|
|
323
|
+
*/
|
|
324
|
+
const Header = {
|
|
325
|
+
typeUrl: "/tendermint.types.Header",
|
|
326
|
+
is(o) {
|
|
327
|
+
return o && (o.$typeUrl === Header.typeUrl || require_tendermint_version_types.Consensus.is(o.version) && typeof o.chainId === "string" && typeof o.height === "bigint" && require_google_protobuf_timestamp.Timestamp.is(o.time) && BlockID.is(o.lastBlockId) && (o.lastCommitHash instanceof Uint8Array || typeof o.lastCommitHash === "string") && (o.dataHash instanceof Uint8Array || typeof o.dataHash === "string") && (o.validatorsHash instanceof Uint8Array || typeof o.validatorsHash === "string") && (o.nextValidatorsHash instanceof Uint8Array || typeof o.nextValidatorsHash === "string") && (o.consensusHash instanceof Uint8Array || typeof o.consensusHash === "string") && (o.appHash instanceof Uint8Array || typeof o.appHash === "string") && (o.lastResultsHash instanceof Uint8Array || typeof o.lastResultsHash === "string") && (o.evidenceHash instanceof Uint8Array || typeof o.evidenceHash === "string") && (o.proposerAddress instanceof Uint8Array || typeof o.proposerAddress === "string"));
|
|
328
|
+
},
|
|
329
|
+
isAmino(o) {
|
|
330
|
+
return o && (o.$typeUrl === Header.typeUrl || require_tendermint_version_types.Consensus.isAmino(o.version) && typeof o.chain_id === "string" && typeof o.height === "bigint" && require_google_protobuf_timestamp.Timestamp.isAmino(o.time) && BlockID.isAmino(o.last_block_id) && (o.last_commit_hash instanceof Uint8Array || typeof o.last_commit_hash === "string") && (o.data_hash instanceof Uint8Array || typeof o.data_hash === "string") && (o.validators_hash instanceof Uint8Array || typeof o.validators_hash === "string") && (o.next_validators_hash instanceof Uint8Array || typeof o.next_validators_hash === "string") && (o.consensus_hash instanceof Uint8Array || typeof o.consensus_hash === "string") && (o.app_hash instanceof Uint8Array || typeof o.app_hash === "string") && (o.last_results_hash instanceof Uint8Array || typeof o.last_results_hash === "string") && (o.evidence_hash instanceof Uint8Array || typeof o.evidence_hash === "string") && (o.proposer_address instanceof Uint8Array || typeof o.proposer_address === "string"));
|
|
331
|
+
},
|
|
332
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
333
|
+
if (message.version !== void 0) require_tendermint_version_types.Consensus.encode(message.version, writer.uint32(10).fork()).ldelim();
|
|
334
|
+
if (message.chainId !== "") writer.uint32(18).string(message.chainId);
|
|
335
|
+
if (message.height !== BigInt(0)) writer.uint32(24).int64(message.height);
|
|
336
|
+
if (message.time !== void 0) require_google_protobuf_timestamp.Timestamp.encode(require_helpers.toTimestamp(message.time), writer.uint32(34).fork()).ldelim();
|
|
337
|
+
if (message.lastBlockId !== void 0) BlockID.encode(message.lastBlockId, writer.uint32(42).fork()).ldelim();
|
|
338
|
+
if (message.lastCommitHash.length !== 0) writer.uint32(50).bytes(message.lastCommitHash);
|
|
339
|
+
if (message.dataHash.length !== 0) writer.uint32(58).bytes(message.dataHash);
|
|
340
|
+
if (message.validatorsHash.length !== 0) writer.uint32(66).bytes(message.validatorsHash);
|
|
341
|
+
if (message.nextValidatorsHash.length !== 0) writer.uint32(74).bytes(message.nextValidatorsHash);
|
|
342
|
+
if (message.consensusHash.length !== 0) writer.uint32(82).bytes(message.consensusHash);
|
|
343
|
+
if (message.appHash.length !== 0) writer.uint32(90).bytes(message.appHash);
|
|
344
|
+
if (message.lastResultsHash.length !== 0) writer.uint32(98).bytes(message.lastResultsHash);
|
|
345
|
+
if (message.evidenceHash.length !== 0) writer.uint32(106).bytes(message.evidenceHash);
|
|
346
|
+
if (message.proposerAddress.length !== 0) writer.uint32(114).bytes(message.proposerAddress);
|
|
347
|
+
return writer;
|
|
348
|
+
},
|
|
349
|
+
decode(input, length) {
|
|
350
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
351
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
352
|
+
const message = createBaseHeader();
|
|
353
|
+
while (reader.pos < end) {
|
|
354
|
+
const tag = reader.uint32();
|
|
355
|
+
switch (tag >>> 3) {
|
|
356
|
+
case 1:
|
|
357
|
+
message.version = require_tendermint_version_types.Consensus.decode(reader, reader.uint32());
|
|
358
|
+
break;
|
|
359
|
+
case 2:
|
|
360
|
+
message.chainId = reader.string();
|
|
361
|
+
break;
|
|
362
|
+
case 3:
|
|
363
|
+
message.height = reader.int64();
|
|
364
|
+
break;
|
|
365
|
+
case 4:
|
|
366
|
+
message.time = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.decode(reader, reader.uint32()));
|
|
367
|
+
break;
|
|
368
|
+
case 5:
|
|
369
|
+
message.lastBlockId = BlockID.decode(reader, reader.uint32());
|
|
370
|
+
break;
|
|
371
|
+
case 6:
|
|
372
|
+
message.lastCommitHash = reader.bytes();
|
|
373
|
+
break;
|
|
374
|
+
case 7:
|
|
375
|
+
message.dataHash = reader.bytes();
|
|
376
|
+
break;
|
|
377
|
+
case 8:
|
|
378
|
+
message.validatorsHash = reader.bytes();
|
|
379
|
+
break;
|
|
380
|
+
case 9:
|
|
381
|
+
message.nextValidatorsHash = reader.bytes();
|
|
382
|
+
break;
|
|
383
|
+
case 10:
|
|
384
|
+
message.consensusHash = reader.bytes();
|
|
385
|
+
break;
|
|
386
|
+
case 11:
|
|
387
|
+
message.appHash = reader.bytes();
|
|
388
|
+
break;
|
|
389
|
+
case 12:
|
|
390
|
+
message.lastResultsHash = reader.bytes();
|
|
391
|
+
break;
|
|
392
|
+
case 13:
|
|
393
|
+
message.evidenceHash = reader.bytes();
|
|
394
|
+
break;
|
|
395
|
+
case 14:
|
|
396
|
+
message.proposerAddress = reader.bytes();
|
|
397
|
+
break;
|
|
398
|
+
default:
|
|
399
|
+
reader.skipType(tag & 7);
|
|
400
|
+
break;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
return message;
|
|
404
|
+
},
|
|
405
|
+
fromPartial(object) {
|
|
406
|
+
const message = createBaseHeader();
|
|
407
|
+
message.version = object.version !== void 0 && object.version !== null ? require_tendermint_version_types.Consensus.fromPartial(object.version) : void 0;
|
|
408
|
+
message.chainId = object.chainId ?? "";
|
|
409
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
410
|
+
message.time = object.time ?? void 0;
|
|
411
|
+
message.lastBlockId = object.lastBlockId !== void 0 && object.lastBlockId !== null ? BlockID.fromPartial(object.lastBlockId) : void 0;
|
|
412
|
+
message.lastCommitHash = object.lastCommitHash ?? new Uint8Array();
|
|
413
|
+
message.dataHash = object.dataHash ?? new Uint8Array();
|
|
414
|
+
message.validatorsHash = object.validatorsHash ?? new Uint8Array();
|
|
415
|
+
message.nextValidatorsHash = object.nextValidatorsHash ?? new Uint8Array();
|
|
416
|
+
message.consensusHash = object.consensusHash ?? new Uint8Array();
|
|
417
|
+
message.appHash = object.appHash ?? new Uint8Array();
|
|
418
|
+
message.lastResultsHash = object.lastResultsHash ?? new Uint8Array();
|
|
419
|
+
message.evidenceHash = object.evidenceHash ?? new Uint8Array();
|
|
420
|
+
message.proposerAddress = object.proposerAddress ?? new Uint8Array();
|
|
421
|
+
return message;
|
|
422
|
+
},
|
|
423
|
+
fromAmino(object) {
|
|
424
|
+
const message = createBaseHeader();
|
|
425
|
+
if (object.version !== void 0 && object.version !== null) message.version = require_tendermint_version_types.Consensus.fromAmino(object.version);
|
|
426
|
+
if (object.chain_id !== void 0 && object.chain_id !== null) message.chainId = object.chain_id;
|
|
427
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
428
|
+
if (object.time !== void 0 && object.time !== null) message.time = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.fromAmino(object.time));
|
|
429
|
+
if (object.last_block_id !== void 0 && object.last_block_id !== null) message.lastBlockId = BlockID.fromAmino(object.last_block_id);
|
|
430
|
+
if (object.last_commit_hash !== void 0 && object.last_commit_hash !== null) message.lastCommitHash = (0, _interchainjs_encoding.fromBase64)(object.last_commit_hash);
|
|
431
|
+
if (object.data_hash !== void 0 && object.data_hash !== null) message.dataHash = (0, _interchainjs_encoding.fromBase64)(object.data_hash);
|
|
432
|
+
if (object.validators_hash !== void 0 && object.validators_hash !== null) message.validatorsHash = (0, _interchainjs_encoding.fromBase64)(object.validators_hash);
|
|
433
|
+
if (object.next_validators_hash !== void 0 && object.next_validators_hash !== null) message.nextValidatorsHash = (0, _interchainjs_encoding.fromBase64)(object.next_validators_hash);
|
|
434
|
+
if (object.consensus_hash !== void 0 && object.consensus_hash !== null) message.consensusHash = (0, _interchainjs_encoding.fromBase64)(object.consensus_hash);
|
|
435
|
+
if (object.app_hash !== void 0 && object.app_hash !== null) message.appHash = (0, _interchainjs_encoding.fromBase64)(object.app_hash);
|
|
436
|
+
if (object.last_results_hash !== void 0 && object.last_results_hash !== null) message.lastResultsHash = (0, _interchainjs_encoding.fromBase64)(object.last_results_hash);
|
|
437
|
+
if (object.evidence_hash !== void 0 && object.evidence_hash !== null) message.evidenceHash = (0, _interchainjs_encoding.fromBase64)(object.evidence_hash);
|
|
438
|
+
if (object.proposer_address !== void 0 && object.proposer_address !== null) message.proposerAddress = (0, _interchainjs_encoding.fromBase64)(object.proposer_address);
|
|
439
|
+
return message;
|
|
440
|
+
},
|
|
441
|
+
toAmino(message) {
|
|
442
|
+
const obj = {};
|
|
443
|
+
obj.version = message.version ? require_tendermint_version_types.Consensus.toAmino(message.version) : void 0;
|
|
444
|
+
obj.chain_id = message.chainId === "" ? void 0 : message.chainId;
|
|
445
|
+
obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
|
|
446
|
+
obj.time = message.time ? require_google_protobuf_timestamp.Timestamp.toAmino(require_helpers.toTimestamp(message.time)) : void 0;
|
|
447
|
+
obj.last_block_id = message.lastBlockId ? BlockID.toAmino(message.lastBlockId) : void 0;
|
|
448
|
+
obj.last_commit_hash = message.lastCommitHash ? (0, _interchainjs_encoding.toBase64)(message.lastCommitHash) : void 0;
|
|
449
|
+
obj.data_hash = message.dataHash ? (0, _interchainjs_encoding.toBase64)(message.dataHash) : void 0;
|
|
450
|
+
obj.validators_hash = message.validatorsHash ? (0, _interchainjs_encoding.toBase64)(message.validatorsHash) : void 0;
|
|
451
|
+
obj.next_validators_hash = message.nextValidatorsHash ? (0, _interchainjs_encoding.toBase64)(message.nextValidatorsHash) : void 0;
|
|
452
|
+
obj.consensus_hash = message.consensusHash ? (0, _interchainjs_encoding.toBase64)(message.consensusHash) : void 0;
|
|
453
|
+
obj.app_hash = message.appHash ? (0, _interchainjs_encoding.toBase64)(message.appHash) : void 0;
|
|
454
|
+
obj.last_results_hash = message.lastResultsHash ? (0, _interchainjs_encoding.toBase64)(message.lastResultsHash) : void 0;
|
|
455
|
+
obj.evidence_hash = message.evidenceHash ? (0, _interchainjs_encoding.toBase64)(message.evidenceHash) : void 0;
|
|
456
|
+
obj.proposer_address = message.proposerAddress ? (0, _interchainjs_encoding.toBase64)(message.proposerAddress) : void 0;
|
|
457
|
+
return obj;
|
|
458
|
+
},
|
|
459
|
+
fromAminoMsg(object) {
|
|
460
|
+
return Header.fromAmino(object.value);
|
|
461
|
+
},
|
|
462
|
+
fromProtoMsg(message) {
|
|
463
|
+
return Header.decode(message.value);
|
|
464
|
+
},
|
|
465
|
+
toProto(message) {
|
|
466
|
+
return Header.encode(message).finish();
|
|
467
|
+
},
|
|
468
|
+
toProtoMsg(message) {
|
|
469
|
+
return {
|
|
470
|
+
typeUrl: "/tendermint.types.Header",
|
|
471
|
+
value: Header.encode(message).finish()
|
|
472
|
+
};
|
|
473
|
+
},
|
|
474
|
+
registerTypeUrl() {
|
|
475
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(Header.typeUrl)) return;
|
|
476
|
+
require_tendermint_version_types.Consensus.registerTypeUrl();
|
|
477
|
+
BlockID.registerTypeUrl();
|
|
478
|
+
}
|
|
479
|
+
};
|
|
480
|
+
function createBaseData() {
|
|
481
|
+
return { txs: [] };
|
|
482
|
+
}
|
|
483
|
+
/**
|
|
484
|
+
* Data contains the set of transactions included in the block
|
|
485
|
+
* @name Data
|
|
486
|
+
* @package tendermint.types
|
|
487
|
+
* @see proto type: tendermint.types.Data
|
|
488
|
+
*/
|
|
489
|
+
const Data = {
|
|
490
|
+
typeUrl: "/tendermint.types.Data",
|
|
491
|
+
is(o) {
|
|
492
|
+
return o && (o.$typeUrl === Data.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string"));
|
|
493
|
+
},
|
|
494
|
+
isAmino(o) {
|
|
495
|
+
return o && (o.$typeUrl === Data.typeUrl || Array.isArray(o.txs) && (!o.txs.length || o.txs[0] instanceof Uint8Array || typeof o.txs[0] === "string"));
|
|
496
|
+
},
|
|
497
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
498
|
+
for (const v of message.txs) writer.uint32(10).bytes(v);
|
|
499
|
+
return writer;
|
|
500
|
+
},
|
|
501
|
+
decode(input, length) {
|
|
502
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
503
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
504
|
+
const message = createBaseData();
|
|
505
|
+
while (reader.pos < end) {
|
|
506
|
+
const tag = reader.uint32();
|
|
507
|
+
switch (tag >>> 3) {
|
|
508
|
+
case 1:
|
|
509
|
+
message.txs.push(reader.bytes());
|
|
510
|
+
break;
|
|
511
|
+
default:
|
|
512
|
+
reader.skipType(tag & 7);
|
|
513
|
+
break;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
return message;
|
|
517
|
+
},
|
|
518
|
+
fromPartial(object) {
|
|
519
|
+
const message = createBaseData();
|
|
520
|
+
message.txs = object.txs?.map((e) => e) || [];
|
|
521
|
+
return message;
|
|
522
|
+
},
|
|
523
|
+
fromAmino(object) {
|
|
524
|
+
const message = createBaseData();
|
|
525
|
+
message.txs = object.txs?.map((e) => (0, _interchainjs_encoding.fromBase64)(e)) || [];
|
|
526
|
+
return message;
|
|
527
|
+
},
|
|
528
|
+
toAmino(message) {
|
|
529
|
+
const obj = {};
|
|
530
|
+
if (message.txs) obj.txs = message.txs.map((e) => (0, _interchainjs_encoding.toBase64)(e));
|
|
531
|
+
else obj.txs = message.txs;
|
|
532
|
+
return obj;
|
|
533
|
+
},
|
|
534
|
+
fromAminoMsg(object) {
|
|
535
|
+
return Data.fromAmino(object.value);
|
|
536
|
+
},
|
|
537
|
+
fromProtoMsg(message) {
|
|
538
|
+
return Data.decode(message.value);
|
|
539
|
+
},
|
|
540
|
+
toProto(message) {
|
|
541
|
+
return Data.encode(message).finish();
|
|
542
|
+
},
|
|
543
|
+
toProtoMsg(message) {
|
|
544
|
+
return {
|
|
545
|
+
typeUrl: "/tendermint.types.Data",
|
|
546
|
+
value: Data.encode(message).finish()
|
|
547
|
+
};
|
|
548
|
+
},
|
|
549
|
+
registerTypeUrl() {}
|
|
550
|
+
};
|
|
551
|
+
function createBaseVote() {
|
|
552
|
+
return {
|
|
553
|
+
type: 0,
|
|
554
|
+
height: BigInt(0),
|
|
555
|
+
round: 0,
|
|
556
|
+
blockId: BlockID.fromPartial({}),
|
|
557
|
+
timestamp: /* @__PURE__ */ new Date(),
|
|
558
|
+
validatorAddress: new Uint8Array(),
|
|
559
|
+
validatorIndex: 0,
|
|
560
|
+
signature: new Uint8Array(),
|
|
561
|
+
extension: new Uint8Array(),
|
|
562
|
+
extensionSignature: new Uint8Array()
|
|
563
|
+
};
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* Vote represents a prevote or precommit vote from validators for
|
|
567
|
+
* consensus.
|
|
568
|
+
* @name Vote
|
|
569
|
+
* @package tendermint.types
|
|
570
|
+
* @see proto type: tendermint.types.Vote
|
|
571
|
+
*/
|
|
572
|
+
const Vote = {
|
|
573
|
+
typeUrl: "/tendermint.types.Vote",
|
|
574
|
+
is(o) {
|
|
575
|
+
return o && (o.$typeUrl === Vote.typeUrl || require_helpers.isSet(o.type) && typeof o.height === "bigint" && typeof o.round === "number" && BlockID.is(o.blockId) && require_google_protobuf_timestamp.Timestamp.is(o.timestamp) && (o.validatorAddress instanceof Uint8Array || typeof o.validatorAddress === "string") && typeof o.validatorIndex === "number" && (o.signature instanceof Uint8Array || typeof o.signature === "string") && (o.extension instanceof Uint8Array || typeof o.extension === "string") && (o.extensionSignature instanceof Uint8Array || typeof o.extensionSignature === "string"));
|
|
576
|
+
},
|
|
577
|
+
isAmino(o) {
|
|
578
|
+
return o && (o.$typeUrl === Vote.typeUrl || require_helpers.isSet(o.type) && typeof o.height === "bigint" && typeof o.round === "number" && BlockID.isAmino(o.block_id) && require_google_protobuf_timestamp.Timestamp.isAmino(o.timestamp) && (o.validator_address instanceof Uint8Array || typeof o.validator_address === "string") && typeof o.validator_index === "number" && (o.signature instanceof Uint8Array || typeof o.signature === "string") && (o.extension instanceof Uint8Array || typeof o.extension === "string") && (o.extension_signature instanceof Uint8Array || typeof o.extension_signature === "string"));
|
|
579
|
+
},
|
|
580
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
581
|
+
if (message.type !== 0) writer.uint32(8).int32(message.type);
|
|
582
|
+
if (message.height !== BigInt(0)) writer.uint32(16).int64(message.height);
|
|
583
|
+
if (message.round !== 0) writer.uint32(24).int32(message.round);
|
|
584
|
+
if (message.blockId !== void 0) BlockID.encode(message.blockId, writer.uint32(34).fork()).ldelim();
|
|
585
|
+
if (message.timestamp !== void 0) require_google_protobuf_timestamp.Timestamp.encode(require_helpers.toTimestamp(message.timestamp), writer.uint32(42).fork()).ldelim();
|
|
586
|
+
if (message.validatorAddress.length !== 0) writer.uint32(50).bytes(message.validatorAddress);
|
|
587
|
+
if (message.validatorIndex !== 0) writer.uint32(56).int32(message.validatorIndex);
|
|
588
|
+
if (message.signature.length !== 0) writer.uint32(66).bytes(message.signature);
|
|
589
|
+
if (message.extension.length !== 0) writer.uint32(74).bytes(message.extension);
|
|
590
|
+
if (message.extensionSignature.length !== 0) writer.uint32(82).bytes(message.extensionSignature);
|
|
591
|
+
return writer;
|
|
592
|
+
},
|
|
593
|
+
decode(input, length) {
|
|
594
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
595
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
596
|
+
const message = createBaseVote();
|
|
597
|
+
while (reader.pos < end) {
|
|
598
|
+
const tag = reader.uint32();
|
|
599
|
+
switch (tag >>> 3) {
|
|
600
|
+
case 1:
|
|
601
|
+
message.type = reader.int32();
|
|
602
|
+
break;
|
|
603
|
+
case 2:
|
|
604
|
+
message.height = reader.int64();
|
|
605
|
+
break;
|
|
606
|
+
case 3:
|
|
607
|
+
message.round = reader.int32();
|
|
608
|
+
break;
|
|
609
|
+
case 4:
|
|
610
|
+
message.blockId = BlockID.decode(reader, reader.uint32());
|
|
611
|
+
break;
|
|
612
|
+
case 5:
|
|
613
|
+
message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.decode(reader, reader.uint32()));
|
|
614
|
+
break;
|
|
615
|
+
case 6:
|
|
616
|
+
message.validatorAddress = reader.bytes();
|
|
617
|
+
break;
|
|
618
|
+
case 7:
|
|
619
|
+
message.validatorIndex = reader.int32();
|
|
620
|
+
break;
|
|
621
|
+
case 8:
|
|
622
|
+
message.signature = reader.bytes();
|
|
623
|
+
break;
|
|
624
|
+
case 9:
|
|
625
|
+
message.extension = reader.bytes();
|
|
626
|
+
break;
|
|
627
|
+
case 10:
|
|
628
|
+
message.extensionSignature = reader.bytes();
|
|
629
|
+
break;
|
|
630
|
+
default:
|
|
631
|
+
reader.skipType(tag & 7);
|
|
632
|
+
break;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
return message;
|
|
636
|
+
},
|
|
637
|
+
fromPartial(object) {
|
|
638
|
+
const message = createBaseVote();
|
|
639
|
+
message.type = object.type ?? 0;
|
|
640
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
641
|
+
message.round = object.round ?? 0;
|
|
642
|
+
message.blockId = object.blockId !== void 0 && object.blockId !== null ? BlockID.fromPartial(object.blockId) : void 0;
|
|
643
|
+
message.timestamp = object.timestamp ?? void 0;
|
|
644
|
+
message.validatorAddress = object.validatorAddress ?? new Uint8Array();
|
|
645
|
+
message.validatorIndex = object.validatorIndex ?? 0;
|
|
646
|
+
message.signature = object.signature ?? new Uint8Array();
|
|
647
|
+
message.extension = object.extension ?? new Uint8Array();
|
|
648
|
+
message.extensionSignature = object.extensionSignature ?? new Uint8Array();
|
|
649
|
+
return message;
|
|
650
|
+
},
|
|
651
|
+
fromAmino(object) {
|
|
652
|
+
const message = createBaseVote();
|
|
653
|
+
if (object.type !== void 0 && object.type !== null) message.type = object.type;
|
|
654
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
655
|
+
if (object.round !== void 0 && object.round !== null) message.round = object.round;
|
|
656
|
+
if (object.block_id !== void 0 && object.block_id !== null) message.blockId = BlockID.fromAmino(object.block_id);
|
|
657
|
+
if (object.timestamp !== void 0 && object.timestamp !== null) message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.fromAmino(object.timestamp));
|
|
658
|
+
if (object.validator_address !== void 0 && object.validator_address !== null) message.validatorAddress = (0, _interchainjs_encoding.fromBase64)(object.validator_address);
|
|
659
|
+
if (object.validator_index !== void 0 && object.validator_index !== null) message.validatorIndex = object.validator_index;
|
|
660
|
+
if (object.signature !== void 0 && object.signature !== null) message.signature = (0, _interchainjs_encoding.fromBase64)(object.signature);
|
|
661
|
+
if (object.extension !== void 0 && object.extension !== null) message.extension = (0, _interchainjs_encoding.fromBase64)(object.extension);
|
|
662
|
+
if (object.extension_signature !== void 0 && object.extension_signature !== null) message.extensionSignature = (0, _interchainjs_encoding.fromBase64)(object.extension_signature);
|
|
663
|
+
return message;
|
|
664
|
+
},
|
|
665
|
+
toAmino(message) {
|
|
666
|
+
const obj = {};
|
|
667
|
+
obj.type = message.type === 0 ? void 0 : message.type;
|
|
668
|
+
obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
|
|
669
|
+
obj.round = message.round === 0 ? void 0 : message.round;
|
|
670
|
+
obj.block_id = message.blockId ? BlockID.toAmino(message.blockId) : void 0;
|
|
671
|
+
obj.timestamp = message.timestamp ? require_google_protobuf_timestamp.Timestamp.toAmino(require_helpers.toTimestamp(message.timestamp)) : void 0;
|
|
672
|
+
obj.validator_address = message.validatorAddress ? (0, _interchainjs_encoding.toBase64)(message.validatorAddress) : void 0;
|
|
673
|
+
obj.validator_index = message.validatorIndex === 0 ? void 0 : message.validatorIndex;
|
|
674
|
+
obj.signature = message.signature ? (0, _interchainjs_encoding.toBase64)(message.signature) : void 0;
|
|
675
|
+
obj.extension = message.extension ? (0, _interchainjs_encoding.toBase64)(message.extension) : void 0;
|
|
676
|
+
obj.extension_signature = message.extensionSignature ? (0, _interchainjs_encoding.toBase64)(message.extensionSignature) : void 0;
|
|
677
|
+
return obj;
|
|
678
|
+
},
|
|
679
|
+
fromAminoMsg(object) {
|
|
680
|
+
return Vote.fromAmino(object.value);
|
|
681
|
+
},
|
|
682
|
+
fromProtoMsg(message) {
|
|
683
|
+
return Vote.decode(message.value);
|
|
684
|
+
},
|
|
685
|
+
toProto(message) {
|
|
686
|
+
return Vote.encode(message).finish();
|
|
687
|
+
},
|
|
688
|
+
toProtoMsg(message) {
|
|
689
|
+
return {
|
|
690
|
+
typeUrl: "/tendermint.types.Vote",
|
|
691
|
+
value: Vote.encode(message).finish()
|
|
692
|
+
};
|
|
693
|
+
},
|
|
694
|
+
registerTypeUrl() {
|
|
695
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(Vote.typeUrl)) return;
|
|
696
|
+
BlockID.registerTypeUrl();
|
|
697
|
+
}
|
|
698
|
+
};
|
|
699
|
+
function createBaseCommit() {
|
|
700
|
+
return {
|
|
701
|
+
height: BigInt(0),
|
|
702
|
+
round: 0,
|
|
703
|
+
blockId: BlockID.fromPartial({}),
|
|
704
|
+
signatures: []
|
|
705
|
+
};
|
|
706
|
+
}
|
|
707
|
+
/**
|
|
708
|
+
* Commit contains the evidence that a block was committed by a set of validators.
|
|
709
|
+
* @name Commit
|
|
710
|
+
* @package tendermint.types
|
|
711
|
+
* @see proto type: tendermint.types.Commit
|
|
712
|
+
*/
|
|
713
|
+
const Commit = {
|
|
714
|
+
typeUrl: "/tendermint.types.Commit",
|
|
715
|
+
is(o) {
|
|
716
|
+
return o && (o.$typeUrl === Commit.typeUrl || typeof o.height === "bigint" && typeof o.round === "number" && BlockID.is(o.blockId) && Array.isArray(o.signatures) && (!o.signatures.length || CommitSig.is(o.signatures[0])));
|
|
717
|
+
},
|
|
718
|
+
isAmino(o) {
|
|
719
|
+
return o && (o.$typeUrl === Commit.typeUrl || typeof o.height === "bigint" && typeof o.round === "number" && BlockID.isAmino(o.block_id) && Array.isArray(o.signatures) && (!o.signatures.length || CommitSig.isAmino(o.signatures[0])));
|
|
720
|
+
},
|
|
721
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
722
|
+
if (message.height !== BigInt(0)) writer.uint32(8).int64(message.height);
|
|
723
|
+
if (message.round !== 0) writer.uint32(16).int32(message.round);
|
|
724
|
+
if (message.blockId !== void 0) BlockID.encode(message.blockId, writer.uint32(26).fork()).ldelim();
|
|
725
|
+
for (const v of message.signatures) CommitSig.encode(v, writer.uint32(34).fork()).ldelim();
|
|
726
|
+
return writer;
|
|
727
|
+
},
|
|
728
|
+
decode(input, length) {
|
|
729
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
730
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
731
|
+
const message = createBaseCommit();
|
|
732
|
+
while (reader.pos < end) {
|
|
733
|
+
const tag = reader.uint32();
|
|
734
|
+
switch (tag >>> 3) {
|
|
735
|
+
case 1:
|
|
736
|
+
message.height = reader.int64();
|
|
737
|
+
break;
|
|
738
|
+
case 2:
|
|
739
|
+
message.round = reader.int32();
|
|
740
|
+
break;
|
|
741
|
+
case 3:
|
|
742
|
+
message.blockId = BlockID.decode(reader, reader.uint32());
|
|
743
|
+
break;
|
|
744
|
+
case 4:
|
|
745
|
+
message.signatures.push(CommitSig.decode(reader, reader.uint32()));
|
|
746
|
+
break;
|
|
747
|
+
default:
|
|
748
|
+
reader.skipType(tag & 7);
|
|
749
|
+
break;
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
return message;
|
|
753
|
+
},
|
|
754
|
+
fromPartial(object) {
|
|
755
|
+
const message = createBaseCommit();
|
|
756
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
757
|
+
message.round = object.round ?? 0;
|
|
758
|
+
message.blockId = object.blockId !== void 0 && object.blockId !== null ? BlockID.fromPartial(object.blockId) : void 0;
|
|
759
|
+
message.signatures = object.signatures?.map((e) => CommitSig.fromPartial(e)) || [];
|
|
760
|
+
return message;
|
|
761
|
+
},
|
|
762
|
+
fromAmino(object) {
|
|
763
|
+
const message = createBaseCommit();
|
|
764
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
765
|
+
if (object.round !== void 0 && object.round !== null) message.round = object.round;
|
|
766
|
+
if (object.block_id !== void 0 && object.block_id !== null) message.blockId = BlockID.fromAmino(object.block_id);
|
|
767
|
+
message.signatures = object.signatures?.map((e) => CommitSig.fromAmino(e)) || [];
|
|
768
|
+
return message;
|
|
769
|
+
},
|
|
770
|
+
toAmino(message) {
|
|
771
|
+
const obj = {};
|
|
772
|
+
obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
|
|
773
|
+
obj.round = message.round === 0 ? void 0 : message.round;
|
|
774
|
+
obj.block_id = message.blockId ? BlockID.toAmino(message.blockId) : void 0;
|
|
775
|
+
if (message.signatures) obj.signatures = message.signatures.map((e) => e ? CommitSig.toAmino(e) : void 0);
|
|
776
|
+
else obj.signatures = message.signatures;
|
|
777
|
+
return obj;
|
|
778
|
+
},
|
|
779
|
+
fromAminoMsg(object) {
|
|
780
|
+
return Commit.fromAmino(object.value);
|
|
781
|
+
},
|
|
782
|
+
fromProtoMsg(message) {
|
|
783
|
+
return Commit.decode(message.value);
|
|
784
|
+
},
|
|
785
|
+
toProto(message) {
|
|
786
|
+
return Commit.encode(message).finish();
|
|
787
|
+
},
|
|
788
|
+
toProtoMsg(message) {
|
|
789
|
+
return {
|
|
790
|
+
typeUrl: "/tendermint.types.Commit",
|
|
791
|
+
value: Commit.encode(message).finish()
|
|
792
|
+
};
|
|
793
|
+
},
|
|
794
|
+
registerTypeUrl() {
|
|
795
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(Commit.typeUrl)) return;
|
|
796
|
+
BlockID.registerTypeUrl();
|
|
797
|
+
CommitSig.registerTypeUrl();
|
|
798
|
+
}
|
|
799
|
+
};
|
|
800
|
+
function createBaseCommitSig() {
|
|
801
|
+
return {
|
|
802
|
+
blockIdFlag: 0,
|
|
803
|
+
validatorAddress: new Uint8Array(),
|
|
804
|
+
timestamp: /* @__PURE__ */ new Date(),
|
|
805
|
+
signature: new Uint8Array()
|
|
806
|
+
};
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* CommitSig is a part of the Vote included in a Commit.
|
|
810
|
+
* @name CommitSig
|
|
811
|
+
* @package tendermint.types
|
|
812
|
+
* @see proto type: tendermint.types.CommitSig
|
|
813
|
+
*/
|
|
814
|
+
const CommitSig = {
|
|
815
|
+
typeUrl: "/tendermint.types.CommitSig",
|
|
816
|
+
is(o) {
|
|
817
|
+
return o && (o.$typeUrl === CommitSig.typeUrl || require_helpers.isSet(o.blockIdFlag) && (o.validatorAddress instanceof Uint8Array || typeof o.validatorAddress === "string") && require_google_protobuf_timestamp.Timestamp.is(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string"));
|
|
818
|
+
},
|
|
819
|
+
isAmino(o) {
|
|
820
|
+
return o && (o.$typeUrl === CommitSig.typeUrl || require_helpers.isSet(o.block_id_flag) && (o.validator_address instanceof Uint8Array || typeof o.validator_address === "string") && require_google_protobuf_timestamp.Timestamp.isAmino(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string"));
|
|
821
|
+
},
|
|
822
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
823
|
+
if (message.blockIdFlag !== 0) writer.uint32(8).int32(message.blockIdFlag);
|
|
824
|
+
if (message.validatorAddress.length !== 0) writer.uint32(18).bytes(message.validatorAddress);
|
|
825
|
+
if (message.timestamp !== void 0) require_google_protobuf_timestamp.Timestamp.encode(require_helpers.toTimestamp(message.timestamp), writer.uint32(26).fork()).ldelim();
|
|
826
|
+
if (message.signature.length !== 0) writer.uint32(34).bytes(message.signature);
|
|
827
|
+
return writer;
|
|
828
|
+
},
|
|
829
|
+
decode(input, length) {
|
|
830
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
831
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
832
|
+
const message = createBaseCommitSig();
|
|
833
|
+
while (reader.pos < end) {
|
|
834
|
+
const tag = reader.uint32();
|
|
835
|
+
switch (tag >>> 3) {
|
|
836
|
+
case 1:
|
|
837
|
+
message.blockIdFlag = reader.int32();
|
|
838
|
+
break;
|
|
839
|
+
case 2:
|
|
840
|
+
message.validatorAddress = reader.bytes();
|
|
841
|
+
break;
|
|
842
|
+
case 3:
|
|
843
|
+
message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.decode(reader, reader.uint32()));
|
|
844
|
+
break;
|
|
845
|
+
case 4:
|
|
846
|
+
message.signature = reader.bytes();
|
|
847
|
+
break;
|
|
848
|
+
default:
|
|
849
|
+
reader.skipType(tag & 7);
|
|
850
|
+
break;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
return message;
|
|
854
|
+
},
|
|
855
|
+
fromPartial(object) {
|
|
856
|
+
const message = createBaseCommitSig();
|
|
857
|
+
message.blockIdFlag = object.blockIdFlag ?? 0;
|
|
858
|
+
message.validatorAddress = object.validatorAddress ?? new Uint8Array();
|
|
859
|
+
message.timestamp = object.timestamp ?? void 0;
|
|
860
|
+
message.signature = object.signature ?? new Uint8Array();
|
|
861
|
+
return message;
|
|
862
|
+
},
|
|
863
|
+
fromAmino(object) {
|
|
864
|
+
const message = createBaseCommitSig();
|
|
865
|
+
if (object.block_id_flag !== void 0 && object.block_id_flag !== null) message.blockIdFlag = object.block_id_flag;
|
|
866
|
+
if (object.validator_address !== void 0 && object.validator_address !== null) message.validatorAddress = (0, _interchainjs_encoding.fromBase64)(object.validator_address);
|
|
867
|
+
if (object.timestamp !== void 0 && object.timestamp !== null) message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.fromAmino(object.timestamp));
|
|
868
|
+
if (object.signature !== void 0 && object.signature !== null) message.signature = (0, _interchainjs_encoding.fromBase64)(object.signature);
|
|
869
|
+
return message;
|
|
870
|
+
},
|
|
871
|
+
toAmino(message) {
|
|
872
|
+
const obj = {};
|
|
873
|
+
obj.block_id_flag = message.blockIdFlag === 0 ? void 0 : message.blockIdFlag;
|
|
874
|
+
obj.validator_address = message.validatorAddress ? (0, _interchainjs_encoding.toBase64)(message.validatorAddress) : void 0;
|
|
875
|
+
obj.timestamp = message.timestamp ? require_google_protobuf_timestamp.Timestamp.toAmino(require_helpers.toTimestamp(message.timestamp)) : void 0;
|
|
876
|
+
obj.signature = message.signature ? (0, _interchainjs_encoding.toBase64)(message.signature) : void 0;
|
|
877
|
+
return obj;
|
|
878
|
+
},
|
|
879
|
+
fromAminoMsg(object) {
|
|
880
|
+
return CommitSig.fromAmino(object.value);
|
|
881
|
+
},
|
|
882
|
+
fromProtoMsg(message) {
|
|
883
|
+
return CommitSig.decode(message.value);
|
|
884
|
+
},
|
|
885
|
+
toProto(message) {
|
|
886
|
+
return CommitSig.encode(message).finish();
|
|
887
|
+
},
|
|
888
|
+
toProtoMsg(message) {
|
|
889
|
+
return {
|
|
890
|
+
typeUrl: "/tendermint.types.CommitSig",
|
|
891
|
+
value: CommitSig.encode(message).finish()
|
|
892
|
+
};
|
|
893
|
+
},
|
|
894
|
+
registerTypeUrl() {}
|
|
895
|
+
};
|
|
896
|
+
function createBaseExtendedCommit() {
|
|
897
|
+
return {
|
|
898
|
+
height: BigInt(0),
|
|
899
|
+
round: 0,
|
|
900
|
+
blockId: BlockID.fromPartial({}),
|
|
901
|
+
extendedSignatures: []
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
|
+
/**
|
|
905
|
+
* @name ExtendedCommit
|
|
906
|
+
* @package tendermint.types
|
|
907
|
+
* @see proto type: tendermint.types.ExtendedCommit
|
|
908
|
+
*/
|
|
909
|
+
const ExtendedCommit = {
|
|
910
|
+
typeUrl: "/tendermint.types.ExtendedCommit",
|
|
911
|
+
is(o) {
|
|
912
|
+
return o && (o.$typeUrl === ExtendedCommit.typeUrl || typeof o.height === "bigint" && typeof o.round === "number" && BlockID.is(o.blockId) && Array.isArray(o.extendedSignatures) && (!o.extendedSignatures.length || ExtendedCommitSig.is(o.extendedSignatures[0])));
|
|
913
|
+
},
|
|
914
|
+
isAmino(o) {
|
|
915
|
+
return o && (o.$typeUrl === ExtendedCommit.typeUrl || typeof o.height === "bigint" && typeof o.round === "number" && BlockID.isAmino(o.block_id) && Array.isArray(o.extended_signatures) && (!o.extended_signatures.length || ExtendedCommitSig.isAmino(o.extended_signatures[0])));
|
|
916
|
+
},
|
|
917
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
918
|
+
if (message.height !== BigInt(0)) writer.uint32(8).int64(message.height);
|
|
919
|
+
if (message.round !== 0) writer.uint32(16).int32(message.round);
|
|
920
|
+
if (message.blockId !== void 0) BlockID.encode(message.blockId, writer.uint32(26).fork()).ldelim();
|
|
921
|
+
for (const v of message.extendedSignatures) ExtendedCommitSig.encode(v, writer.uint32(34).fork()).ldelim();
|
|
922
|
+
return writer;
|
|
923
|
+
},
|
|
924
|
+
decode(input, length) {
|
|
925
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
926
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
927
|
+
const message = createBaseExtendedCommit();
|
|
928
|
+
while (reader.pos < end) {
|
|
929
|
+
const tag = reader.uint32();
|
|
930
|
+
switch (tag >>> 3) {
|
|
931
|
+
case 1:
|
|
932
|
+
message.height = reader.int64();
|
|
933
|
+
break;
|
|
934
|
+
case 2:
|
|
935
|
+
message.round = reader.int32();
|
|
936
|
+
break;
|
|
937
|
+
case 3:
|
|
938
|
+
message.blockId = BlockID.decode(reader, reader.uint32());
|
|
939
|
+
break;
|
|
940
|
+
case 4:
|
|
941
|
+
message.extendedSignatures.push(ExtendedCommitSig.decode(reader, reader.uint32()));
|
|
942
|
+
break;
|
|
943
|
+
default:
|
|
944
|
+
reader.skipType(tag & 7);
|
|
945
|
+
break;
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
return message;
|
|
949
|
+
},
|
|
950
|
+
fromPartial(object) {
|
|
951
|
+
const message = createBaseExtendedCommit();
|
|
952
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
953
|
+
message.round = object.round ?? 0;
|
|
954
|
+
message.blockId = object.blockId !== void 0 && object.blockId !== null ? BlockID.fromPartial(object.blockId) : void 0;
|
|
955
|
+
message.extendedSignatures = object.extendedSignatures?.map((e) => ExtendedCommitSig.fromPartial(e)) || [];
|
|
956
|
+
return message;
|
|
957
|
+
},
|
|
958
|
+
fromAmino(object) {
|
|
959
|
+
const message = createBaseExtendedCommit();
|
|
960
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
961
|
+
if (object.round !== void 0 && object.round !== null) message.round = object.round;
|
|
962
|
+
if (object.block_id !== void 0 && object.block_id !== null) message.blockId = BlockID.fromAmino(object.block_id);
|
|
963
|
+
message.extendedSignatures = object.extended_signatures?.map((e) => ExtendedCommitSig.fromAmino(e)) || [];
|
|
964
|
+
return message;
|
|
965
|
+
},
|
|
966
|
+
toAmino(message) {
|
|
967
|
+
const obj = {};
|
|
968
|
+
obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
|
|
969
|
+
obj.round = message.round === 0 ? void 0 : message.round;
|
|
970
|
+
obj.block_id = message.blockId ? BlockID.toAmino(message.blockId) : void 0;
|
|
971
|
+
if (message.extendedSignatures) obj.extended_signatures = message.extendedSignatures.map((e) => e ? ExtendedCommitSig.toAmino(e) : void 0);
|
|
972
|
+
else obj.extended_signatures = message.extendedSignatures;
|
|
973
|
+
return obj;
|
|
974
|
+
},
|
|
975
|
+
fromAminoMsg(object) {
|
|
976
|
+
return ExtendedCommit.fromAmino(object.value);
|
|
977
|
+
},
|
|
978
|
+
fromProtoMsg(message) {
|
|
979
|
+
return ExtendedCommit.decode(message.value);
|
|
980
|
+
},
|
|
981
|
+
toProto(message) {
|
|
982
|
+
return ExtendedCommit.encode(message).finish();
|
|
983
|
+
},
|
|
984
|
+
toProtoMsg(message) {
|
|
985
|
+
return {
|
|
986
|
+
typeUrl: "/tendermint.types.ExtendedCommit",
|
|
987
|
+
value: ExtendedCommit.encode(message).finish()
|
|
988
|
+
};
|
|
989
|
+
},
|
|
990
|
+
registerTypeUrl() {
|
|
991
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ExtendedCommit.typeUrl)) return;
|
|
992
|
+
BlockID.registerTypeUrl();
|
|
993
|
+
ExtendedCommitSig.registerTypeUrl();
|
|
994
|
+
}
|
|
995
|
+
};
|
|
996
|
+
function createBaseExtendedCommitSig() {
|
|
997
|
+
return {
|
|
998
|
+
blockIdFlag: 0,
|
|
999
|
+
validatorAddress: new Uint8Array(),
|
|
1000
|
+
timestamp: /* @__PURE__ */ new Date(),
|
|
1001
|
+
signature: new Uint8Array(),
|
|
1002
|
+
extension: new Uint8Array(),
|
|
1003
|
+
extensionSignature: new Uint8Array()
|
|
1004
|
+
};
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* ExtendedCommitSig retains all the same fields as CommitSig but adds vote
|
|
1008
|
+
* extension-related fields. We use two signatures to ensure backwards compatibility.
|
|
1009
|
+
* That is the digest of the original signature is still the same in prior versions
|
|
1010
|
+
* @name ExtendedCommitSig
|
|
1011
|
+
* @package tendermint.types
|
|
1012
|
+
* @see proto type: tendermint.types.ExtendedCommitSig
|
|
1013
|
+
*/
|
|
1014
|
+
const ExtendedCommitSig = {
|
|
1015
|
+
typeUrl: "/tendermint.types.ExtendedCommitSig",
|
|
1016
|
+
is(o) {
|
|
1017
|
+
return o && (o.$typeUrl === ExtendedCommitSig.typeUrl || require_helpers.isSet(o.blockIdFlag) && (o.validatorAddress instanceof Uint8Array || typeof o.validatorAddress === "string") && require_google_protobuf_timestamp.Timestamp.is(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string") && (o.extension instanceof Uint8Array || typeof o.extension === "string") && (o.extensionSignature instanceof Uint8Array || typeof o.extensionSignature === "string"));
|
|
1018
|
+
},
|
|
1019
|
+
isAmino(o) {
|
|
1020
|
+
return o && (o.$typeUrl === ExtendedCommitSig.typeUrl || require_helpers.isSet(o.block_id_flag) && (o.validator_address instanceof Uint8Array || typeof o.validator_address === "string") && require_google_protobuf_timestamp.Timestamp.isAmino(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string") && (o.extension instanceof Uint8Array || typeof o.extension === "string") && (o.extension_signature instanceof Uint8Array || typeof o.extension_signature === "string"));
|
|
1021
|
+
},
|
|
1022
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1023
|
+
if (message.blockIdFlag !== 0) writer.uint32(8).int32(message.blockIdFlag);
|
|
1024
|
+
if (message.validatorAddress.length !== 0) writer.uint32(18).bytes(message.validatorAddress);
|
|
1025
|
+
if (message.timestamp !== void 0) require_google_protobuf_timestamp.Timestamp.encode(require_helpers.toTimestamp(message.timestamp), writer.uint32(26).fork()).ldelim();
|
|
1026
|
+
if (message.signature.length !== 0) writer.uint32(34).bytes(message.signature);
|
|
1027
|
+
if (message.extension.length !== 0) writer.uint32(42).bytes(message.extension);
|
|
1028
|
+
if (message.extensionSignature.length !== 0) writer.uint32(50).bytes(message.extensionSignature);
|
|
1029
|
+
return writer;
|
|
1030
|
+
},
|
|
1031
|
+
decode(input, length) {
|
|
1032
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1033
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1034
|
+
const message = createBaseExtendedCommitSig();
|
|
1035
|
+
while (reader.pos < end) {
|
|
1036
|
+
const tag = reader.uint32();
|
|
1037
|
+
switch (tag >>> 3) {
|
|
1038
|
+
case 1:
|
|
1039
|
+
message.blockIdFlag = reader.int32();
|
|
1040
|
+
break;
|
|
1041
|
+
case 2:
|
|
1042
|
+
message.validatorAddress = reader.bytes();
|
|
1043
|
+
break;
|
|
1044
|
+
case 3:
|
|
1045
|
+
message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.decode(reader, reader.uint32()));
|
|
1046
|
+
break;
|
|
1047
|
+
case 4:
|
|
1048
|
+
message.signature = reader.bytes();
|
|
1049
|
+
break;
|
|
1050
|
+
case 5:
|
|
1051
|
+
message.extension = reader.bytes();
|
|
1052
|
+
break;
|
|
1053
|
+
case 6:
|
|
1054
|
+
message.extensionSignature = reader.bytes();
|
|
1055
|
+
break;
|
|
1056
|
+
default:
|
|
1057
|
+
reader.skipType(tag & 7);
|
|
1058
|
+
break;
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
return message;
|
|
1062
|
+
},
|
|
1063
|
+
fromPartial(object) {
|
|
1064
|
+
const message = createBaseExtendedCommitSig();
|
|
1065
|
+
message.blockIdFlag = object.blockIdFlag ?? 0;
|
|
1066
|
+
message.validatorAddress = object.validatorAddress ?? new Uint8Array();
|
|
1067
|
+
message.timestamp = object.timestamp ?? void 0;
|
|
1068
|
+
message.signature = object.signature ?? new Uint8Array();
|
|
1069
|
+
message.extension = object.extension ?? new Uint8Array();
|
|
1070
|
+
message.extensionSignature = object.extensionSignature ?? new Uint8Array();
|
|
1071
|
+
return message;
|
|
1072
|
+
},
|
|
1073
|
+
fromAmino(object) {
|
|
1074
|
+
const message = createBaseExtendedCommitSig();
|
|
1075
|
+
if (object.block_id_flag !== void 0 && object.block_id_flag !== null) message.blockIdFlag = object.block_id_flag;
|
|
1076
|
+
if (object.validator_address !== void 0 && object.validator_address !== null) message.validatorAddress = (0, _interchainjs_encoding.fromBase64)(object.validator_address);
|
|
1077
|
+
if (object.timestamp !== void 0 && object.timestamp !== null) message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.fromAmino(object.timestamp));
|
|
1078
|
+
if (object.signature !== void 0 && object.signature !== null) message.signature = (0, _interchainjs_encoding.fromBase64)(object.signature);
|
|
1079
|
+
if (object.extension !== void 0 && object.extension !== null) message.extension = (0, _interchainjs_encoding.fromBase64)(object.extension);
|
|
1080
|
+
if (object.extension_signature !== void 0 && object.extension_signature !== null) message.extensionSignature = (0, _interchainjs_encoding.fromBase64)(object.extension_signature);
|
|
1081
|
+
return message;
|
|
1082
|
+
},
|
|
1083
|
+
toAmino(message) {
|
|
1084
|
+
const obj = {};
|
|
1085
|
+
obj.block_id_flag = message.blockIdFlag === 0 ? void 0 : message.blockIdFlag;
|
|
1086
|
+
obj.validator_address = message.validatorAddress ? (0, _interchainjs_encoding.toBase64)(message.validatorAddress) : void 0;
|
|
1087
|
+
obj.timestamp = message.timestamp ? require_google_protobuf_timestamp.Timestamp.toAmino(require_helpers.toTimestamp(message.timestamp)) : void 0;
|
|
1088
|
+
obj.signature = message.signature ? (0, _interchainjs_encoding.toBase64)(message.signature) : void 0;
|
|
1089
|
+
obj.extension = message.extension ? (0, _interchainjs_encoding.toBase64)(message.extension) : void 0;
|
|
1090
|
+
obj.extension_signature = message.extensionSignature ? (0, _interchainjs_encoding.toBase64)(message.extensionSignature) : void 0;
|
|
1091
|
+
return obj;
|
|
1092
|
+
},
|
|
1093
|
+
fromAminoMsg(object) {
|
|
1094
|
+
return ExtendedCommitSig.fromAmino(object.value);
|
|
1095
|
+
},
|
|
1096
|
+
fromProtoMsg(message) {
|
|
1097
|
+
return ExtendedCommitSig.decode(message.value);
|
|
1098
|
+
},
|
|
1099
|
+
toProto(message) {
|
|
1100
|
+
return ExtendedCommitSig.encode(message).finish();
|
|
1101
|
+
},
|
|
1102
|
+
toProtoMsg(message) {
|
|
1103
|
+
return {
|
|
1104
|
+
typeUrl: "/tendermint.types.ExtendedCommitSig",
|
|
1105
|
+
value: ExtendedCommitSig.encode(message).finish()
|
|
1106
|
+
};
|
|
1107
|
+
},
|
|
1108
|
+
registerTypeUrl() {}
|
|
1109
|
+
};
|
|
1110
|
+
function createBaseProposal() {
|
|
1111
|
+
return {
|
|
1112
|
+
type: 0,
|
|
1113
|
+
height: BigInt(0),
|
|
1114
|
+
round: 0,
|
|
1115
|
+
polRound: 0,
|
|
1116
|
+
blockId: BlockID.fromPartial({}),
|
|
1117
|
+
timestamp: /* @__PURE__ */ new Date(),
|
|
1118
|
+
signature: new Uint8Array()
|
|
1119
|
+
};
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* @name Proposal
|
|
1123
|
+
* @package tendermint.types
|
|
1124
|
+
* @see proto type: tendermint.types.Proposal
|
|
1125
|
+
*/
|
|
1126
|
+
const Proposal = {
|
|
1127
|
+
typeUrl: "/tendermint.types.Proposal",
|
|
1128
|
+
is(o) {
|
|
1129
|
+
return o && (o.$typeUrl === Proposal.typeUrl || require_helpers.isSet(o.type) && typeof o.height === "bigint" && typeof o.round === "number" && typeof o.polRound === "number" && BlockID.is(o.blockId) && require_google_protobuf_timestamp.Timestamp.is(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string"));
|
|
1130
|
+
},
|
|
1131
|
+
isAmino(o) {
|
|
1132
|
+
return o && (o.$typeUrl === Proposal.typeUrl || require_helpers.isSet(o.type) && typeof o.height === "bigint" && typeof o.round === "number" && typeof o.pol_round === "number" && BlockID.isAmino(o.block_id) && require_google_protobuf_timestamp.Timestamp.isAmino(o.timestamp) && (o.signature instanceof Uint8Array || typeof o.signature === "string"));
|
|
1133
|
+
},
|
|
1134
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1135
|
+
if (message.type !== 0) writer.uint32(8).int32(message.type);
|
|
1136
|
+
if (message.height !== BigInt(0)) writer.uint32(16).int64(message.height);
|
|
1137
|
+
if (message.round !== 0) writer.uint32(24).int32(message.round);
|
|
1138
|
+
if (message.polRound !== 0) writer.uint32(32).int32(message.polRound);
|
|
1139
|
+
if (message.blockId !== void 0) BlockID.encode(message.blockId, writer.uint32(42).fork()).ldelim();
|
|
1140
|
+
if (message.timestamp !== void 0) require_google_protobuf_timestamp.Timestamp.encode(require_helpers.toTimestamp(message.timestamp), writer.uint32(50).fork()).ldelim();
|
|
1141
|
+
if (message.signature.length !== 0) writer.uint32(58).bytes(message.signature);
|
|
1142
|
+
return writer;
|
|
1143
|
+
},
|
|
1144
|
+
decode(input, length) {
|
|
1145
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1146
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1147
|
+
const message = createBaseProposal();
|
|
1148
|
+
while (reader.pos < end) {
|
|
1149
|
+
const tag = reader.uint32();
|
|
1150
|
+
switch (tag >>> 3) {
|
|
1151
|
+
case 1:
|
|
1152
|
+
message.type = reader.int32();
|
|
1153
|
+
break;
|
|
1154
|
+
case 2:
|
|
1155
|
+
message.height = reader.int64();
|
|
1156
|
+
break;
|
|
1157
|
+
case 3:
|
|
1158
|
+
message.round = reader.int32();
|
|
1159
|
+
break;
|
|
1160
|
+
case 4:
|
|
1161
|
+
message.polRound = reader.int32();
|
|
1162
|
+
break;
|
|
1163
|
+
case 5:
|
|
1164
|
+
message.blockId = BlockID.decode(reader, reader.uint32());
|
|
1165
|
+
break;
|
|
1166
|
+
case 6:
|
|
1167
|
+
message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.decode(reader, reader.uint32()));
|
|
1168
|
+
break;
|
|
1169
|
+
case 7:
|
|
1170
|
+
message.signature = reader.bytes();
|
|
1171
|
+
break;
|
|
1172
|
+
default:
|
|
1173
|
+
reader.skipType(tag & 7);
|
|
1174
|
+
break;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
return message;
|
|
1178
|
+
},
|
|
1179
|
+
fromPartial(object) {
|
|
1180
|
+
const message = createBaseProposal();
|
|
1181
|
+
message.type = object.type ?? 0;
|
|
1182
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
1183
|
+
message.round = object.round ?? 0;
|
|
1184
|
+
message.polRound = object.polRound ?? 0;
|
|
1185
|
+
message.blockId = object.blockId !== void 0 && object.blockId !== null ? BlockID.fromPartial(object.blockId) : void 0;
|
|
1186
|
+
message.timestamp = object.timestamp ?? void 0;
|
|
1187
|
+
message.signature = object.signature ?? new Uint8Array();
|
|
1188
|
+
return message;
|
|
1189
|
+
},
|
|
1190
|
+
fromAmino(object) {
|
|
1191
|
+
const message = createBaseProposal();
|
|
1192
|
+
if (object.type !== void 0 && object.type !== null) message.type = object.type;
|
|
1193
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
1194
|
+
if (object.round !== void 0 && object.round !== null) message.round = object.round;
|
|
1195
|
+
if (object.pol_round !== void 0 && object.pol_round !== null) message.polRound = object.pol_round;
|
|
1196
|
+
if (object.block_id !== void 0 && object.block_id !== null) message.blockId = BlockID.fromAmino(object.block_id);
|
|
1197
|
+
if (object.timestamp !== void 0 && object.timestamp !== null) message.timestamp = require_helpers.fromTimestamp(require_google_protobuf_timestamp.Timestamp.fromAmino(object.timestamp));
|
|
1198
|
+
if (object.signature !== void 0 && object.signature !== null) message.signature = (0, _interchainjs_encoding.fromBase64)(object.signature);
|
|
1199
|
+
return message;
|
|
1200
|
+
},
|
|
1201
|
+
toAmino(message) {
|
|
1202
|
+
const obj = {};
|
|
1203
|
+
obj.type = message.type === 0 ? void 0 : message.type;
|
|
1204
|
+
obj.height = message.height !== BigInt(0) ? message.height?.toString() : void 0;
|
|
1205
|
+
obj.round = message.round === 0 ? void 0 : message.round;
|
|
1206
|
+
obj.pol_round = message.polRound === 0 ? void 0 : message.polRound;
|
|
1207
|
+
obj.block_id = message.blockId ? BlockID.toAmino(message.blockId) : void 0;
|
|
1208
|
+
obj.timestamp = message.timestamp ? require_google_protobuf_timestamp.Timestamp.toAmino(require_helpers.toTimestamp(message.timestamp)) : void 0;
|
|
1209
|
+
obj.signature = message.signature ? (0, _interchainjs_encoding.toBase64)(message.signature) : void 0;
|
|
1210
|
+
return obj;
|
|
1211
|
+
},
|
|
1212
|
+
fromAminoMsg(object) {
|
|
1213
|
+
return Proposal.fromAmino(object.value);
|
|
1214
|
+
},
|
|
1215
|
+
fromProtoMsg(message) {
|
|
1216
|
+
return Proposal.decode(message.value);
|
|
1217
|
+
},
|
|
1218
|
+
toProto(message) {
|
|
1219
|
+
return Proposal.encode(message).finish();
|
|
1220
|
+
},
|
|
1221
|
+
toProtoMsg(message) {
|
|
1222
|
+
return {
|
|
1223
|
+
typeUrl: "/tendermint.types.Proposal",
|
|
1224
|
+
value: Proposal.encode(message).finish()
|
|
1225
|
+
};
|
|
1226
|
+
},
|
|
1227
|
+
registerTypeUrl() {
|
|
1228
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(Proposal.typeUrl)) return;
|
|
1229
|
+
BlockID.registerTypeUrl();
|
|
1230
|
+
}
|
|
1231
|
+
};
|
|
1232
|
+
function createBaseSignedHeader() {
|
|
1233
|
+
return {
|
|
1234
|
+
header: void 0,
|
|
1235
|
+
commit: void 0
|
|
1236
|
+
};
|
|
1237
|
+
}
|
|
1238
|
+
/**
|
|
1239
|
+
* @name SignedHeader
|
|
1240
|
+
* @package tendermint.types
|
|
1241
|
+
* @see proto type: tendermint.types.SignedHeader
|
|
1242
|
+
*/
|
|
1243
|
+
const SignedHeader = {
|
|
1244
|
+
typeUrl: "/tendermint.types.SignedHeader",
|
|
1245
|
+
is(o) {
|
|
1246
|
+
return o && o.$typeUrl === SignedHeader.typeUrl;
|
|
1247
|
+
},
|
|
1248
|
+
isAmino(o) {
|
|
1249
|
+
return o && o.$typeUrl === SignedHeader.typeUrl;
|
|
1250
|
+
},
|
|
1251
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1252
|
+
if (message.header !== void 0) Header.encode(message.header, writer.uint32(10).fork()).ldelim();
|
|
1253
|
+
if (message.commit !== void 0) Commit.encode(message.commit, writer.uint32(18).fork()).ldelim();
|
|
1254
|
+
return writer;
|
|
1255
|
+
},
|
|
1256
|
+
decode(input, length) {
|
|
1257
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1258
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1259
|
+
const message = createBaseSignedHeader();
|
|
1260
|
+
while (reader.pos < end) {
|
|
1261
|
+
const tag = reader.uint32();
|
|
1262
|
+
switch (tag >>> 3) {
|
|
1263
|
+
case 1:
|
|
1264
|
+
message.header = Header.decode(reader, reader.uint32());
|
|
1265
|
+
break;
|
|
1266
|
+
case 2:
|
|
1267
|
+
message.commit = Commit.decode(reader, reader.uint32());
|
|
1268
|
+
break;
|
|
1269
|
+
default:
|
|
1270
|
+
reader.skipType(tag & 7);
|
|
1271
|
+
break;
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
return message;
|
|
1275
|
+
},
|
|
1276
|
+
fromPartial(object) {
|
|
1277
|
+
const message = createBaseSignedHeader();
|
|
1278
|
+
message.header = object.header !== void 0 && object.header !== null ? Header.fromPartial(object.header) : void 0;
|
|
1279
|
+
message.commit = object.commit !== void 0 && object.commit !== null ? Commit.fromPartial(object.commit) : void 0;
|
|
1280
|
+
return message;
|
|
1281
|
+
},
|
|
1282
|
+
fromAmino(object) {
|
|
1283
|
+
const message = createBaseSignedHeader();
|
|
1284
|
+
if (object.header !== void 0 && object.header !== null) message.header = Header.fromAmino(object.header);
|
|
1285
|
+
if (object.commit !== void 0 && object.commit !== null) message.commit = Commit.fromAmino(object.commit);
|
|
1286
|
+
return message;
|
|
1287
|
+
},
|
|
1288
|
+
toAmino(message) {
|
|
1289
|
+
const obj = {};
|
|
1290
|
+
obj.header = message.header ? Header.toAmino(message.header) : void 0;
|
|
1291
|
+
obj.commit = message.commit ? Commit.toAmino(message.commit) : void 0;
|
|
1292
|
+
return obj;
|
|
1293
|
+
},
|
|
1294
|
+
fromAminoMsg(object) {
|
|
1295
|
+
return SignedHeader.fromAmino(object.value);
|
|
1296
|
+
},
|
|
1297
|
+
fromProtoMsg(message) {
|
|
1298
|
+
return SignedHeader.decode(message.value);
|
|
1299
|
+
},
|
|
1300
|
+
toProto(message) {
|
|
1301
|
+
return SignedHeader.encode(message).finish();
|
|
1302
|
+
},
|
|
1303
|
+
toProtoMsg(message) {
|
|
1304
|
+
return {
|
|
1305
|
+
typeUrl: "/tendermint.types.SignedHeader",
|
|
1306
|
+
value: SignedHeader.encode(message).finish()
|
|
1307
|
+
};
|
|
1308
|
+
},
|
|
1309
|
+
registerTypeUrl() {
|
|
1310
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(SignedHeader.typeUrl)) return;
|
|
1311
|
+
Header.registerTypeUrl();
|
|
1312
|
+
Commit.registerTypeUrl();
|
|
1313
|
+
}
|
|
1314
|
+
};
|
|
1315
|
+
function createBaseLightBlock() {
|
|
1316
|
+
return {
|
|
1317
|
+
signedHeader: void 0,
|
|
1318
|
+
validatorSet: void 0
|
|
1319
|
+
};
|
|
1320
|
+
}
|
|
1321
|
+
/**
|
|
1322
|
+
* @name LightBlock
|
|
1323
|
+
* @package tendermint.types
|
|
1324
|
+
* @see proto type: tendermint.types.LightBlock
|
|
1325
|
+
*/
|
|
1326
|
+
const LightBlock = {
|
|
1327
|
+
typeUrl: "/tendermint.types.LightBlock",
|
|
1328
|
+
is(o) {
|
|
1329
|
+
return o && o.$typeUrl === LightBlock.typeUrl;
|
|
1330
|
+
},
|
|
1331
|
+
isAmino(o) {
|
|
1332
|
+
return o && o.$typeUrl === LightBlock.typeUrl;
|
|
1333
|
+
},
|
|
1334
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1335
|
+
if (message.signedHeader !== void 0) SignedHeader.encode(message.signedHeader, writer.uint32(10).fork()).ldelim();
|
|
1336
|
+
if (message.validatorSet !== void 0) require_tendermint_types_validator.ValidatorSet.encode(message.validatorSet, writer.uint32(18).fork()).ldelim();
|
|
1337
|
+
return writer;
|
|
1338
|
+
},
|
|
1339
|
+
decode(input, length) {
|
|
1340
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1341
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1342
|
+
const message = createBaseLightBlock();
|
|
1343
|
+
while (reader.pos < end) {
|
|
1344
|
+
const tag = reader.uint32();
|
|
1345
|
+
switch (tag >>> 3) {
|
|
1346
|
+
case 1:
|
|
1347
|
+
message.signedHeader = SignedHeader.decode(reader, reader.uint32());
|
|
1348
|
+
break;
|
|
1349
|
+
case 2:
|
|
1350
|
+
message.validatorSet = require_tendermint_types_validator.ValidatorSet.decode(reader, reader.uint32());
|
|
1351
|
+
break;
|
|
1352
|
+
default:
|
|
1353
|
+
reader.skipType(tag & 7);
|
|
1354
|
+
break;
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
return message;
|
|
1358
|
+
},
|
|
1359
|
+
fromPartial(object) {
|
|
1360
|
+
const message = createBaseLightBlock();
|
|
1361
|
+
message.signedHeader = object.signedHeader !== void 0 && object.signedHeader !== null ? SignedHeader.fromPartial(object.signedHeader) : void 0;
|
|
1362
|
+
message.validatorSet = object.validatorSet !== void 0 && object.validatorSet !== null ? require_tendermint_types_validator.ValidatorSet.fromPartial(object.validatorSet) : void 0;
|
|
1363
|
+
return message;
|
|
1364
|
+
},
|
|
1365
|
+
fromAmino(object) {
|
|
1366
|
+
const message = createBaseLightBlock();
|
|
1367
|
+
if (object.signed_header !== void 0 && object.signed_header !== null) message.signedHeader = SignedHeader.fromAmino(object.signed_header);
|
|
1368
|
+
if (object.validator_set !== void 0 && object.validator_set !== null) message.validatorSet = require_tendermint_types_validator.ValidatorSet.fromAmino(object.validator_set);
|
|
1369
|
+
return message;
|
|
1370
|
+
},
|
|
1371
|
+
toAmino(message) {
|
|
1372
|
+
const obj = {};
|
|
1373
|
+
obj.signed_header = message.signedHeader ? SignedHeader.toAmino(message.signedHeader) : void 0;
|
|
1374
|
+
obj.validator_set = message.validatorSet ? require_tendermint_types_validator.ValidatorSet.toAmino(message.validatorSet) : void 0;
|
|
1375
|
+
return obj;
|
|
1376
|
+
},
|
|
1377
|
+
fromAminoMsg(object) {
|
|
1378
|
+
return LightBlock.fromAmino(object.value);
|
|
1379
|
+
},
|
|
1380
|
+
fromProtoMsg(message) {
|
|
1381
|
+
return LightBlock.decode(message.value);
|
|
1382
|
+
},
|
|
1383
|
+
toProto(message) {
|
|
1384
|
+
return LightBlock.encode(message).finish();
|
|
1385
|
+
},
|
|
1386
|
+
toProtoMsg(message) {
|
|
1387
|
+
return {
|
|
1388
|
+
typeUrl: "/tendermint.types.LightBlock",
|
|
1389
|
+
value: LightBlock.encode(message).finish()
|
|
1390
|
+
};
|
|
1391
|
+
},
|
|
1392
|
+
registerTypeUrl() {
|
|
1393
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(LightBlock.typeUrl)) return;
|
|
1394
|
+
SignedHeader.registerTypeUrl();
|
|
1395
|
+
require_tendermint_types_validator.ValidatorSet.registerTypeUrl();
|
|
1396
|
+
}
|
|
1397
|
+
};
|
|
1398
|
+
function createBaseBlockMeta() {
|
|
1399
|
+
return {
|
|
1400
|
+
blockId: BlockID.fromPartial({}),
|
|
1401
|
+
blockSize: BigInt(0),
|
|
1402
|
+
header: Header.fromPartial({}),
|
|
1403
|
+
numTxs: BigInt(0)
|
|
1404
|
+
};
|
|
1405
|
+
}
|
|
1406
|
+
/**
|
|
1407
|
+
* @name BlockMeta
|
|
1408
|
+
* @package tendermint.types
|
|
1409
|
+
* @see proto type: tendermint.types.BlockMeta
|
|
1410
|
+
*/
|
|
1411
|
+
const BlockMeta = {
|
|
1412
|
+
typeUrl: "/tendermint.types.BlockMeta",
|
|
1413
|
+
is(o) {
|
|
1414
|
+
return o && (o.$typeUrl === BlockMeta.typeUrl || BlockID.is(o.blockId) && typeof o.blockSize === "bigint" && Header.is(o.header) && typeof o.numTxs === "bigint");
|
|
1415
|
+
},
|
|
1416
|
+
isAmino(o) {
|
|
1417
|
+
return o && (o.$typeUrl === BlockMeta.typeUrl || BlockID.isAmino(o.block_id) && typeof o.block_size === "bigint" && Header.isAmino(o.header) && typeof o.num_txs === "bigint");
|
|
1418
|
+
},
|
|
1419
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1420
|
+
if (message.blockId !== void 0) BlockID.encode(message.blockId, writer.uint32(10).fork()).ldelim();
|
|
1421
|
+
if (message.blockSize !== BigInt(0)) writer.uint32(16).int64(message.blockSize);
|
|
1422
|
+
if (message.header !== void 0) Header.encode(message.header, writer.uint32(26).fork()).ldelim();
|
|
1423
|
+
if (message.numTxs !== BigInt(0)) writer.uint32(32).int64(message.numTxs);
|
|
1424
|
+
return writer;
|
|
1425
|
+
},
|
|
1426
|
+
decode(input, length) {
|
|
1427
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1428
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1429
|
+
const message = createBaseBlockMeta();
|
|
1430
|
+
while (reader.pos < end) {
|
|
1431
|
+
const tag = reader.uint32();
|
|
1432
|
+
switch (tag >>> 3) {
|
|
1433
|
+
case 1:
|
|
1434
|
+
message.blockId = BlockID.decode(reader, reader.uint32());
|
|
1435
|
+
break;
|
|
1436
|
+
case 2:
|
|
1437
|
+
message.blockSize = reader.int64();
|
|
1438
|
+
break;
|
|
1439
|
+
case 3:
|
|
1440
|
+
message.header = Header.decode(reader, reader.uint32());
|
|
1441
|
+
break;
|
|
1442
|
+
case 4:
|
|
1443
|
+
message.numTxs = reader.int64();
|
|
1444
|
+
break;
|
|
1445
|
+
default:
|
|
1446
|
+
reader.skipType(tag & 7);
|
|
1447
|
+
break;
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
return message;
|
|
1451
|
+
},
|
|
1452
|
+
fromPartial(object) {
|
|
1453
|
+
const message = createBaseBlockMeta();
|
|
1454
|
+
message.blockId = object.blockId !== void 0 && object.blockId !== null ? BlockID.fromPartial(object.blockId) : void 0;
|
|
1455
|
+
message.blockSize = object.blockSize !== void 0 && object.blockSize !== null ? BigInt(object.blockSize.toString()) : BigInt(0);
|
|
1456
|
+
message.header = object.header !== void 0 && object.header !== null ? Header.fromPartial(object.header) : void 0;
|
|
1457
|
+
message.numTxs = object.numTxs !== void 0 && object.numTxs !== null ? BigInt(object.numTxs.toString()) : BigInt(0);
|
|
1458
|
+
return message;
|
|
1459
|
+
},
|
|
1460
|
+
fromAmino(object) {
|
|
1461
|
+
const message = createBaseBlockMeta();
|
|
1462
|
+
if (object.block_id !== void 0 && object.block_id !== null) message.blockId = BlockID.fromAmino(object.block_id);
|
|
1463
|
+
if (object.block_size !== void 0 && object.block_size !== null) message.blockSize = BigInt(object.block_size);
|
|
1464
|
+
if (object.header !== void 0 && object.header !== null) message.header = Header.fromAmino(object.header);
|
|
1465
|
+
if (object.num_txs !== void 0 && object.num_txs !== null) message.numTxs = BigInt(object.num_txs);
|
|
1466
|
+
return message;
|
|
1467
|
+
},
|
|
1468
|
+
toAmino(message) {
|
|
1469
|
+
const obj = {};
|
|
1470
|
+
obj.block_id = message.blockId ? BlockID.toAmino(message.blockId) : void 0;
|
|
1471
|
+
obj.block_size = message.blockSize !== BigInt(0) ? message.blockSize?.toString() : void 0;
|
|
1472
|
+
obj.header = message.header ? Header.toAmino(message.header) : void 0;
|
|
1473
|
+
obj.num_txs = message.numTxs !== BigInt(0) ? message.numTxs?.toString() : void 0;
|
|
1474
|
+
return obj;
|
|
1475
|
+
},
|
|
1476
|
+
fromAminoMsg(object) {
|
|
1477
|
+
return BlockMeta.fromAmino(object.value);
|
|
1478
|
+
},
|
|
1479
|
+
fromProtoMsg(message) {
|
|
1480
|
+
return BlockMeta.decode(message.value);
|
|
1481
|
+
},
|
|
1482
|
+
toProto(message) {
|
|
1483
|
+
return BlockMeta.encode(message).finish();
|
|
1484
|
+
},
|
|
1485
|
+
toProtoMsg(message) {
|
|
1486
|
+
return {
|
|
1487
|
+
typeUrl: "/tendermint.types.BlockMeta",
|
|
1488
|
+
value: BlockMeta.encode(message).finish()
|
|
1489
|
+
};
|
|
1490
|
+
},
|
|
1491
|
+
registerTypeUrl() {
|
|
1492
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(BlockMeta.typeUrl)) return;
|
|
1493
|
+
BlockID.registerTypeUrl();
|
|
1494
|
+
Header.registerTypeUrl();
|
|
1495
|
+
}
|
|
1496
|
+
};
|
|
1497
|
+
function createBaseTxProof() {
|
|
1498
|
+
return {
|
|
1499
|
+
rootHash: new Uint8Array(),
|
|
1500
|
+
data: new Uint8Array(),
|
|
1501
|
+
proof: void 0
|
|
1502
|
+
};
|
|
1503
|
+
}
|
|
1504
|
+
/**
|
|
1505
|
+
* TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.
|
|
1506
|
+
* @name TxProof
|
|
1507
|
+
* @package tendermint.types
|
|
1508
|
+
* @see proto type: tendermint.types.TxProof
|
|
1509
|
+
*/
|
|
1510
|
+
const TxProof = {
|
|
1511
|
+
typeUrl: "/tendermint.types.TxProof",
|
|
1512
|
+
is(o) {
|
|
1513
|
+
return o && (o.$typeUrl === TxProof.typeUrl || (o.rootHash instanceof Uint8Array || typeof o.rootHash === "string") && (o.data instanceof Uint8Array || typeof o.data === "string"));
|
|
1514
|
+
},
|
|
1515
|
+
isAmino(o) {
|
|
1516
|
+
return o && (o.$typeUrl === TxProof.typeUrl || (o.root_hash instanceof Uint8Array || typeof o.root_hash === "string") && (o.data instanceof Uint8Array || typeof o.data === "string"));
|
|
1517
|
+
},
|
|
1518
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1519
|
+
if (message.rootHash.length !== 0) writer.uint32(10).bytes(message.rootHash);
|
|
1520
|
+
if (message.data.length !== 0) writer.uint32(18).bytes(message.data);
|
|
1521
|
+
if (message.proof !== void 0) require_tendermint_crypto_proof.Proof.encode(message.proof, writer.uint32(26).fork()).ldelim();
|
|
1522
|
+
return writer;
|
|
1523
|
+
},
|
|
1524
|
+
decode(input, length) {
|
|
1525
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1526
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1527
|
+
const message = createBaseTxProof();
|
|
1528
|
+
while (reader.pos < end) {
|
|
1529
|
+
const tag = reader.uint32();
|
|
1530
|
+
switch (tag >>> 3) {
|
|
1531
|
+
case 1:
|
|
1532
|
+
message.rootHash = reader.bytes();
|
|
1533
|
+
break;
|
|
1534
|
+
case 2:
|
|
1535
|
+
message.data = reader.bytes();
|
|
1536
|
+
break;
|
|
1537
|
+
case 3:
|
|
1538
|
+
message.proof = require_tendermint_crypto_proof.Proof.decode(reader, reader.uint32());
|
|
1539
|
+
break;
|
|
1540
|
+
default:
|
|
1541
|
+
reader.skipType(tag & 7);
|
|
1542
|
+
break;
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
return message;
|
|
1546
|
+
},
|
|
1547
|
+
fromPartial(object) {
|
|
1548
|
+
const message = createBaseTxProof();
|
|
1549
|
+
message.rootHash = object.rootHash ?? new Uint8Array();
|
|
1550
|
+
message.data = object.data ?? new Uint8Array();
|
|
1551
|
+
message.proof = object.proof !== void 0 && object.proof !== null ? require_tendermint_crypto_proof.Proof.fromPartial(object.proof) : void 0;
|
|
1552
|
+
return message;
|
|
1553
|
+
},
|
|
1554
|
+
fromAmino(object) {
|
|
1555
|
+
const message = createBaseTxProof();
|
|
1556
|
+
if (object.root_hash !== void 0 && object.root_hash !== null) message.rootHash = (0, _interchainjs_encoding.fromBase64)(object.root_hash);
|
|
1557
|
+
if (object.data !== void 0 && object.data !== null) message.data = (0, _interchainjs_encoding.fromBase64)(object.data);
|
|
1558
|
+
if (object.proof !== void 0 && object.proof !== null) message.proof = require_tendermint_crypto_proof.Proof.fromAmino(object.proof);
|
|
1559
|
+
return message;
|
|
1560
|
+
},
|
|
1561
|
+
toAmino(message) {
|
|
1562
|
+
const obj = {};
|
|
1563
|
+
obj.root_hash = message.rootHash ? (0, _interchainjs_encoding.toBase64)(message.rootHash) : void 0;
|
|
1564
|
+
obj.data = message.data ? (0, _interchainjs_encoding.toBase64)(message.data) : void 0;
|
|
1565
|
+
obj.proof = message.proof ? require_tendermint_crypto_proof.Proof.toAmino(message.proof) : void 0;
|
|
1566
|
+
return obj;
|
|
1567
|
+
},
|
|
1568
|
+
fromAminoMsg(object) {
|
|
1569
|
+
return TxProof.fromAmino(object.value);
|
|
1570
|
+
},
|
|
1571
|
+
fromProtoMsg(message) {
|
|
1572
|
+
return TxProof.decode(message.value);
|
|
1573
|
+
},
|
|
1574
|
+
toProto(message) {
|
|
1575
|
+
return TxProof.encode(message).finish();
|
|
1576
|
+
},
|
|
1577
|
+
toProtoMsg(message) {
|
|
1578
|
+
return {
|
|
1579
|
+
typeUrl: "/tendermint.types.TxProof",
|
|
1580
|
+
value: TxProof.encode(message).finish()
|
|
1581
|
+
};
|
|
1582
|
+
},
|
|
1583
|
+
registerTypeUrl() {
|
|
1584
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(TxProof.typeUrl)) return;
|
|
1585
|
+
require_tendermint_crypto_proof.Proof.registerTypeUrl();
|
|
1586
|
+
}
|
|
1587
|
+
};
|
|
1588
|
+
|
|
1589
|
+
//#endregion
|
|
1590
|
+
exports.BlockID = BlockID;
|
|
1591
|
+
exports.BlockMeta = BlockMeta;
|
|
1592
|
+
exports.Commit = Commit;
|
|
1593
|
+
exports.CommitSig = CommitSig;
|
|
1594
|
+
exports.Data = Data;
|
|
1595
|
+
exports.ExtendedCommit = ExtendedCommit;
|
|
1596
|
+
exports.ExtendedCommitSig = ExtendedCommitSig;
|
|
1597
|
+
exports.Header = Header;
|
|
1598
|
+
exports.LightBlock = LightBlock;
|
|
1599
|
+
exports.Part = Part;
|
|
1600
|
+
exports.PartSetHeader = PartSetHeader;
|
|
1601
|
+
exports.Proposal = Proposal;
|
|
1602
|
+
exports.SignedHeader = SignedHeader;
|
|
1603
|
+
exports.SignedMsgType = SignedMsgType;
|
|
1604
|
+
exports.SignedMsgTypeAmino = SignedMsgTypeAmino;
|
|
1605
|
+
exports.TxProof = TxProof;
|
|
1606
|
+
exports.Vote = Vote;
|
|
1607
|
+
exports.signedMsgTypeFromJSON = signedMsgTypeFromJSON;
|
|
1608
|
+
exports.signedMsgTypeToJSON = signedMsgTypeToJSON;
|