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