@xpla/xpla-react 1.8.2 → 1.9.0-rc0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amino/amino.cjs +0 -0
- package/dist/amino/amino.d.ts +1 -0
- package/dist/amino/amino.js +0 -0
- package/dist/binary.cjs +305 -0
- package/dist/binary.d.ts +132 -0
- package/dist/binary.js +302 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
- package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
- package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
- package/dist/cosmos/app/v1alpha1/config.js +293 -0
- package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
- package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
- package/dist/cosmos/app/v1alpha1/module.js +273 -0
- package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
- package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
- package/dist/cosmos/app/v1alpha1/query.js +155 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +15 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.cjs +19 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.d.ts +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.js +18 -0
- package/dist/cosmos/auth/module/v1/module.cjs +204 -0
- package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
- package/dist/cosmos/auth/module/v1/module.js +202 -0
- package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
- package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
- package/dist/cosmos/auth/v1beta1/auth.js +418 -0
- package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
- package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
- package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
- package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
- package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
- package/dist/cosmos/auth/v1beta1/query.js +1568 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/auth/v1beta1/tx.js +166 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/authz/module/v1/module.cjs +74 -0
- package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
- package/dist/cosmos/authz/module/v1/module.js +73 -0
- package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
- package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
- package/dist/cosmos/authz/v1beta1/authz.js +384 -0
- package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
- package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
- package/dist/cosmos/authz/v1beta1/event.js +196 -0
- package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
- package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
- package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
- package/dist/cosmos/authz/v1beta1/query.js +571 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
- package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
- package/dist/cosmos/authz/v1beta1/tx.js +507 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +36 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.d.ts +46 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.js +34 -0
- package/dist/cosmos/autocli/v1/options.cjs +795 -0
- package/dist/cosmos/autocli/v1/options.d.ts +637 -0
- package/dist/cosmos/autocli/v1/options.js +788 -0
- package/dist/cosmos/autocli/v1/query.cjs +242 -0
- package/dist/cosmos/autocli/v1/query.d.ts +153 -0
- package/dist/cosmos/autocli/v1/query.js +239 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/bank/module/v1/module.cjs +104 -0
- package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
- package/dist/cosmos/bank/module/v1/module.js +103 -0
- package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
- package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
- package/dist/cosmos/bank/v1beta1/authz.js +103 -0
- package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
- package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
- package/dist/cosmos/bank/v1beta1/bank.js +692 -0
- package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
- package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
- package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
- package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
- package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
- package/dist/cosmos/bank/v1beta1/query.js +2332 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +125 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.cjs +177 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.d.ts +191 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.js +164 -0
- package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
- package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
- package/dist/cosmos/bank/v1beta1/tx.js +664 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +41 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.d.ts +54 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.js +39 -0
- package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
- package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
- package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
- package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
- package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
- package/dist/cosmos/base/node/v1beta1/query.js +356 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
- package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
- package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +23 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.cjs +31 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +34 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +29 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +51 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.cjs +75 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +82 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +69 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +58 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.cjs +86 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +94 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.js +79 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
- package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
- package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
- package/dist/cosmos/base/v1beta1/coin.js +343 -0
- package/dist/cosmos/bundle.cjs +1211 -0
- package/dist/cosmos/bundle.d.ts +189 -0
- package/dist/cosmos/bundle.js +190 -0
- package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
- package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
- package/dist/cosmos/consensus/module/v1/module.js +83 -0
- package/dist/cosmos/consensus/v1/query.cjs +157 -0
- package/dist/cosmos/consensus/v1/query.d.ts +111 -0
- package/dist/cosmos/consensus/v1/query.js +155 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/consensus/v1/tx.cjs +195 -0
- package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
- package/dist/cosmos/consensus/v1/tx.js +193 -0
- package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.js +15 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
- package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
- package/dist/cosmos/distribution/module/v1/module.js +93 -0
- package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
- package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
- package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
- package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
- package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
- package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
- package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
- package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
- package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
- package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
- package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +71 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +93 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.js +69 -0
- package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
- package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
- package/dist/cosmos/evidence/module/v1/module.js +73 -0
- package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
- package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
- package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
- package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
- package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
- package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
- package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
- package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
- package/dist/cosmos/evidence/v1beta1/query.js +347 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
- package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
- package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
- package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
- package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
- package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
- package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
- package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
- package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
- package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +18 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +22 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.js +16 -0
- package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
- package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
- package/dist/cosmos/evm/vm/v1/events.js +383 -0
- package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
- package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
- package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
- package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
- package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
- package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
- package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
- package/dist/cosmos/evm/vm/v1/query.js +2635 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +121 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.cjs +180 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.d.ts +197 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.js +165 -0
- package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
- package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
- package/dist/cosmos/evm/vm/v1/tx.js +619 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +34 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.js +32 -0
- package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
- package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
- package/dist/cosmos/feegrant/module/v1/module.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
- package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
- package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
- package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
- package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
- package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +32 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +42 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.js +30 -0
- package/dist/cosmos/gov/module/v1/module.cjs +94 -0
- package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
- package/dist/cosmos/gov/module/v1/module.js +93 -0
- package/dist/cosmos/gov/v1/genesis.cjs +164 -0
- package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
- package/dist/cosmos/gov/v1/genesis.js +163 -0
- package/dist/cosmos/gov/v1/gov.cjs +1198 -0
- package/dist/cosmos/gov/v1/gov.d.ts +926 -0
- package/dist/cosmos/gov/v1/gov.js +1181 -0
- package/dist/cosmos/gov/v1/query.cjs +1569 -0
- package/dist/cosmos/gov/v1/query.d.ts +1103 -0
- package/dist/cosmos/gov/v1/query.js +1551 -0
- package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
- package/dist/cosmos/gov/v1/query.rpc.func.d.ts +70 -0
- package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
- package/dist/cosmos/gov/v1/query.rpc.react.cjs +106 -0
- package/dist/cosmos/gov/v1/query.rpc.react.d.ts +116 -0
- package/dist/cosmos/gov/v1/query.rpc.react.js +97 -0
- package/dist/cosmos/gov/v1/tx.cjs +1267 -0
- package/dist/cosmos/gov/v1/tx.d.ts +908 -0
- package/dist/cosmos/gov/v1/tx.js +1253 -0
- package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
- package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
- package/dist/cosmos/gov/v1/tx.registry.js +149 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +60 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.d.ts +82 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.js +58 -0
- package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
- package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
- package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
- package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
- package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
- package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
- package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
- package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
- package/dist/cosmos/gov/v1beta1/query.js +1398 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.cjs +95 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.d.ts +104 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.js +87 -0
- package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
- package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
- package/dist/cosmos/gov/v1beta1/tx.js +704 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +37 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.d.ts +50 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.js +35 -0
- package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
- package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
- package/dist/cosmos/ics23/v1/proofs.js +1520 -0
- package/dist/cosmos/mint/module/v1/module.cjs +94 -0
- package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
- package/dist/cosmos/mint/module/v1/module.js +93 -0
- package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
- package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
- package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
- package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
- package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
- package/dist/cosmos/mint/v1beta1/mint.js +213 -0
- package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
- package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
- package/dist/cosmos/mint/v1beta1/query.js +447 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/mint/v1beta1/tx.js +166 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/msg/v1/msg.cjs +0 -0
- package/dist/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/cosmos/msg/v1/msg.js +0 -0
- package/dist/cosmos/params/module/v1/module.cjs +74 -0
- package/dist/cosmos/params/module/v1/module.d.ts +51 -0
- package/dist/cosmos/params/module/v1/module.js +73 -0
- package/dist/cosmos/params/v1beta1/params.cjs +206 -0
- package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
- package/dist/cosmos/params/v1beta1/params.js +204 -0
- package/dist/cosmos/params/v1beta1/query.cjs +419 -0
- package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
- package/dist/cosmos/params/v1beta1/query.js +414 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +22 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.cjs +30 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.d.ts +33 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.js +28 -0
- package/dist/cosmos/query/v1/query.cjs +0 -0
- package/dist/cosmos/query/v1/query.d.ts +1 -0
- package/dist/cosmos/query/v1/query.js +0 -0
- package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
- package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
- package/dist/cosmos/slashing/module/v1/module.js +83 -0
- package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
- package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
- package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
- package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
- package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
- package/dist/cosmos/slashing/v1beta1/query.js +489 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
- package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
- package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
- package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
- package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
- package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.js +24 -0
- package/dist/cosmos/staking/module/v1/module.cjs +111 -0
- package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
- package/dist/cosmos/staking/module/v1/module.js +110 -0
- package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
- package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
- package/dist/cosmos/staking/v1beta1/authz.js +238 -0
- package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
- package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
- package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
- package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
- package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
- package/dist/cosmos/staking/v1beta1/query.js +2426 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +130 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.cjs +186 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.d.ts +201 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.js +172 -0
- package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
- package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
- package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
- package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
- package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
- package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +63 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.d.ts +85 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.js +61 -0
- package/dist/cosmos/tx/config/v1/config.cjs +94 -0
- package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
- package/dist/cosmos/tx/config/v1/config.js +93 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
- package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
- package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
- package/dist/cosmos/tx/v1beta1/service.js +1685 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +70 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.cjs +106 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.d.ts +116 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.js +97 -0
- package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
- package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
- package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
- package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
- package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
- package/dist/cosmos/upgrade/module/v1/module.js +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
- package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
- package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +48 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.cjs +68 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +74 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.js +63 -0
- package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
- package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
- package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
- package/dist/cosmos_proto/bundle.cjs +7 -0
- package/dist/cosmos_proto/bundle.d.ts +2 -0
- package/dist/cosmos_proto/bundle.js +3 -0
- package/dist/cosmos_proto/cosmos.cjs +221 -0
- package/dist/cosmos_proto/cosmos.d.ts +190 -0
- package/dist/cosmos_proto/cosmos.js +215 -0
- package/dist/cosmwasm/bundle.cjs +185 -0
- package/dist/cosmwasm/bundle.d.ts +13 -0
- package/dist/cosmwasm/bundle.js +14 -0
- package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
- package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
- package/dist/cosmwasm/wasm/v1/authz.js +957 -0
- package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
- package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
- package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
- package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
- package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
- package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
- package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
- package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
- package/dist/cosmwasm/wasm/v1/query.js +2528 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +106 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.cjs +162 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.d.ts +177 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.js +148 -0
- package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
- package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
- package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +154 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.d.ts +206 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.js +152 -0
- package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
- package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
- package/dist/cosmwasm/wasm/v1/types.js +845 -0
- package/dist/ethermint/bundle.cjs +131 -0
- package/dist/ethermint/bundle.d.ts +26 -0
- package/dist/ethermint/bundle.js +27 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
- package/dist/ethermint/evm/v1/events.cjs +359 -0
- package/dist/ethermint/evm/v1/events.d.ts +282 -0
- package/dist/ethermint/evm/v1/events.js +355 -0
- package/dist/ethermint/evm/v1/evm.cjs +1021 -0
- package/dist/ethermint/evm/v1/evm.d.ts +866 -0
- package/dist/ethermint/evm/v1/evm.js +1012 -0
- package/dist/ethermint/evm/v1/genesis.cjs +189 -0
- package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
- package/dist/ethermint/evm/v1/genesis.js +187 -0
- package/dist/ethermint/evm/v1/query.cjs +1943 -0
- package/dist/ethermint/evm/v1/query.d.ts +1484 -0
- package/dist/ethermint/evm/v1/query.js +1918 -0
- package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
- package/dist/ethermint/evm/v1/query.rpc.func.d.ts +95 -0
- package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
- package/dist/ethermint/evm/v1/query.rpc.react.cjs +142 -0
- package/dist/ethermint/evm/v1/query.rpc.react.d.ts +156 -0
- package/dist/ethermint/evm/v1/query.rpc.react.js +130 -0
- package/dist/ethermint/evm/v1/tx.cjs +904 -0
- package/dist/ethermint/evm/v1/tx.d.ts +735 -0
- package/dist/ethermint/evm/v1/tx.js +895 -0
- package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
- package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
- package/dist/ethermint/evm/v1/tx.registry.js +51 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.d.ts +31 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.js +22 -0
- package/dist/ethermint/feemarket/v1/events.cjs +158 -0
- package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
- package/dist/ethermint/feemarket/v1/events.js +156 -0
- package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
- package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
- package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
- package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
- package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
- package/dist/ethermint/feemarket/v1/genesis.js +91 -0
- package/dist/ethermint/feemarket/v1/query.cjs +409 -0
- package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
- package/dist/ethermint/feemarket/v1/query.js +403 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
- package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
- package/dist/ethermint/feemarket/v1/tx.js +159 -0
- package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +17 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.d.ts +21 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.js +15 -0
- package/dist/ethermint/types/v1/account.cjs +94 -0
- package/dist/ethermint/types/v1/account.d.ts +71 -0
- package/dist/ethermint/types/v1/account.js +93 -0
- package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
- package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
- package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
- package/dist/ethermint/types/v1/indexer.cjs +127 -0
- package/dist/ethermint/types/v1/indexer.d.ts +113 -0
- package/dist/ethermint/types/v1/indexer.js +126 -0
- package/dist/ethermint/types/v1/web3.cjs +98 -0
- package/dist/ethermint/types/v1/web3.d.ts +84 -0
- package/dist/ethermint/types/v1/web3.js +96 -0
- package/dist/extern.cjs +32 -0
- package/dist/extern.d.ts +11 -0
- package/dist/extern.js +29 -0
- package/dist/gogoproto/gogo.cjs +0 -0
- package/dist/gogoproto/gogo.d.ts +1 -0
- package/dist/gogoproto/gogo.js +0 -0
- package/dist/google/api/annotations.cjs +0 -0
- package/dist/google/api/annotations.d.ts +1 -0
- package/dist/google/api/annotations.js +0 -0
- package/dist/google/api/http.cjs +588 -0
- package/dist/google/api/http.d.ts +1100 -0
- package/dist/google/api/http.js +585 -0
- package/dist/google/bundle.cjs +127 -0
- package/dist/google/bundle.d.ts +6 -0
- package/dist/google/bundle.js +7 -0
- package/dist/google/protobuf/any.cjs +116 -0
- package/dist/google/protobuf/any.d.ts +210 -0
- package/dist/google/protobuf/any.js +115 -0
- package/dist/google/protobuf/descriptor.cjs +4680 -0
- package/dist/google/protobuf/descriptor.d.ts +3713 -0
- package/dist/google/protobuf/descriptor.js +4565 -0
- package/dist/google/protobuf/duration.cjs +142 -0
- package/dist/google/protobuf/duration.d.ts +236 -0
- package/dist/google/protobuf/duration.js +141 -0
- package/dist/google/protobuf/timestamp.cjs +170 -0
- package/dist/google/protobuf/timestamp.d.ts +328 -0
- package/dist/google/protobuf/timestamp.js +169 -0
- package/dist/helper-func-types.cjs +41 -0
- package/dist/helper-func-types.d.ts +39 -0
- package/dist/helper-func-types.js +39 -0
- package/dist/helpers.cjs +87 -0
- package/dist/helpers.d.ts +75 -0
- package/dist/helpers.js +65 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +27 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +14 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.cjs +18 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +17 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
- package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
- package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
- package/dist/ibc/applications/transfer/v1/authz.js +209 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
- package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
- package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
- package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
- package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
- package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
- package/dist/ibc/applications/transfer/v1/packet.js +119 -0
- package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
- package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
- package/dist/ibc/applications/transfer/v1/query.js +968 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +49 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.cjs +73 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.d.ts +80 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.js +67 -0
- package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
- package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
- package/dist/ibc/applications/transfer/v1/token.js +275 -0
- package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
- package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
- package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
- package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
- package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
- package/dist/ibc/applications/transfer/v1/tx.js +393 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/bundle.cjs +594 -0
- package/dist/ibc/bundle.d.ts +95 -0
- package/dist/ibc/bundle.js +96 -0
- package/dist/ibc/core/channel/v1/channel.cjs +974 -0
- package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
- package/dist/ibc/core/channel/v1/channel.js +957 -0
- package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
- package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
- package/dist/ibc/core/channel/v1/genesis.js +251 -0
- package/dist/ibc/core/channel/v1/query.cjs +2778 -0
- package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
- package/dist/ibc/core/channel/v1/query.js +2749 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +113 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.cjs +169 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.d.ts +184 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.js +155 -0
- package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
- package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
- package/dist/ibc/core/channel/v1/tx.js +1948 -0
- package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
- package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
- package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +80 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.d.ts +111 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.js +78 -0
- package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
- package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
- package/dist/ibc/core/channel/v2/genesis.js +313 -0
- package/dist/ibc/core/channel/v2/packet.cjs +450 -0
- package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
- package/dist/ibc/core/channel/v2/packet.js +441 -0
- package/dist/ibc/core/channel/v2/query.cjs +1536 -0
- package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
- package/dist/ibc/core/channel/v2/query.js +1519 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +63 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.cjs +95 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.d.ts +104 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.js +87 -0
- package/dist/ibc/core/channel/v2/tx.cjs +805 -0
- package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
- package/dist/ibc/core/channel/v2/tx.js +792 -0
- package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
- package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
- package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +37 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.d.ts +50 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.js +35 -0
- package/dist/ibc/core/client/v1/client.cjs +458 -0
- package/dist/ibc/core/client/v1/client.d.ts +363 -0
- package/dist/ibc/core/client/v1/client.js +453 -0
- package/dist/ibc/core/client/v1/genesis.cjs +321 -0
- package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
- package/dist/ibc/core/client/v1/genesis.js +317 -0
- package/dist/ibc/core/client/v1/query.cjs +1920 -0
- package/dist/ibc/core/client/v1/query.d.ts +1396 -0
- package/dist/ibc/core/client/v1/query.js +1897 -0
- package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
- package/dist/ibc/core/client/v1/query.rpc.func.d.ts +86 -0
- package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
- package/dist/ibc/core/client/v1/query.rpc.react.cjs +130 -0
- package/dist/ibc/core/client/v1/query.rpc.react.d.ts +142 -0
- package/dist/ibc/core/client/v1/query.rpc.react.js +119 -0
- package/dist/ibc/core/client/v1/tx.cjs +1351 -0
- package/dist/ibc/core/client/v1/tx.d.ts +985 -0
- package/dist/ibc/core/client/v1/tx.js +1334 -0
- package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
- package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
- package/dist/ibc/core/client/v1/tx.registry.js +168 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +65 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.d.ts +90 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.js +63 -0
- package/dist/ibc/core/client/v2/config.cjs +88 -0
- package/dist/ibc/core/client/v2/config.d.ts +70 -0
- package/dist/ibc/core/client/v2/config.js +87 -0
- package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
- package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
- package/dist/ibc/core/client/v2/counterparty.js +95 -0
- package/dist/ibc/core/client/v2/genesis.cjs +181 -0
- package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
- package/dist/ibc/core/client/v2/genesis.js +179 -0
- package/dist/ibc/core/client/v2/query.cjs +329 -0
- package/dist/ibc/core/client/v2/query.d.ts +222 -0
- package/dist/ibc/core/client/v2/query.js +325 -0
- package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
- package/dist/ibc/core/client/v2/query.rpc.func.d.ts +21 -0
- package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
- package/dist/ibc/core/client/v2/query.rpc.react.cjs +29 -0
- package/dist/ibc/core/client/v2/query.rpc.react.d.ts +32 -0
- package/dist/ibc/core/client/v2/query.rpc.react.js +27 -0
- package/dist/ibc/core/client/v2/tx.cjs +350 -0
- package/dist/ibc/core/client/v2/tx.d.ts +251 -0
- package/dist/ibc/core/client/v2/tx.js +345 -0
- package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
- package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
- package/dist/ibc/core/client/v2/tx.registry.js +51 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.js +21 -0
- package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
- package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
- package/dist/ibc/core/commitment/v1/commitment.js +251 -0
- package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
- package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
- package/dist/ibc/core/commitment/v2/commitment.js +115 -0
- package/dist/ibc/core/connection/v1/connection.cjs +737 -0
- package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
- package/dist/ibc/core/connection/v1/connection.js +726 -0
- package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
- package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
- package/dist/ibc/core/connection/v1/genesis.js +118 -0
- package/dist/ibc/core/connection/v1/query.cjs +1093 -0
- package/dist/ibc/core/connection/v1/query.d.ts +779 -0
- package/dist/ibc/core/connection/v1/query.js +1080 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +52 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.cjs +76 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.d.ts +83 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.js +70 -0
- package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
- package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
- package/dist/ibc/core/connection/v1/tx.js +1006 -0
- package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
- package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
- package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +46 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.d.ts +62 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.js +44 -0
- package/dist/ibc/core/types/v1/genesis.cjs +131 -0
- package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
- package/dist/ibc/core/types/v1/genesis.js +130 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
- package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
- package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
- package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.js +27 -0
- package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
- package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
- package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
- package/dist/index.cjs +2494 -0
- package/dist/index.d.ts +380 -0
- package/dist/index.js +379 -0
- package/dist/react-query.cjs +70 -0
- package/dist/react-query.d.ts +64 -0
- package/dist/react-query.js +62 -0
- package/dist/registry.cjs +128 -0
- package/dist/registry.d.ts +34 -0
- package/dist/registry.js +127 -0
- package/dist/tendermint/abci/types.cjs +4790 -0
- package/dist/tendermint/abci/types.d.ts +2759 -0
- package/dist/tendermint/abci/types.js +4718 -0
- package/dist/tendermint/bundle.cjs +117 -0
- package/dist/tendermint/bundle.d.ts +11 -0
- package/dist/tendermint/bundle.js +12 -0
- package/dist/tendermint/crypto/keys.cjs +89 -0
- package/dist/tendermint/crypto/keys.d.ts +55 -0
- package/dist/tendermint/crypto/keys.js +87 -0
- package/dist/tendermint/crypto/proof.cjs +443 -0
- package/dist/tendermint/crypto/proof.d.ts +266 -0
- package/dist/tendermint/crypto/proof.js +437 -0
- package/dist/tendermint/p2p/types.cjs +397 -0
- package/dist/tendermint/p2p/types.d.ts +206 -0
- package/dist/tendermint/p2p/types.js +392 -0
- package/dist/tendermint/types/block.cjs +111 -0
- package/dist/tendermint/types/block.d.ts +58 -0
- package/dist/tendermint/types/block.js +110 -0
- package/dist/tendermint/types/evidence.cjs +387 -0
- package/dist/tendermint/types/evidence.d.ts +208 -0
- package/dist/tendermint/types/evidence.js +383 -0
- package/dist/tendermint/types/params.cjs +589 -0
- package/dist/tendermint/types/params.d.ts +438 -0
- package/dist/tendermint/types/params.js +582 -0
- package/dist/tendermint/types/types.cjs +1608 -0
- package/dist/tendermint/types/types.d.ts +944 -0
- package/dist/tendermint/types/types.js +1588 -0
- package/dist/tendermint/types/validator.cjs +324 -0
- package/dist/tendermint/types/validator.d.ts +165 -0
- package/dist/tendermint/types/validator.js +316 -0
- package/dist/tendermint/version/types.cjs +172 -0
- package/dist/tendermint/version/types.d.ts +116 -0
- package/dist/tendermint/version/types.js +170 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +72 -0
- package/dist/types.js +0 -0
- package/dist/utf8.cjs +95 -0
- package/dist/utf8.d.ts +30 -0
- package/dist/utf8.js +89 -0
- package/dist/varint.cjs +321 -0
- package/dist/varint.d.ts +107 -0
- package/dist/varint.js +304 -0
- package/dist/xpla/bundle.cjs +86 -0
- package/dist/xpla/bundle.d.ts +29 -0
- package/dist/xpla/bundle.js +30 -0
- package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
- package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
- package/dist/xpla/burn/v1beta1/burn.js +100 -0
- package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/burn/v1beta1/genesis.js +82 -0
- package/dist/xpla/burn/v1beta1/query.cjs +305 -0
- package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
- package/dist/xpla/burn/v1beta1/query.js +301 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
- package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
- package/dist/xpla/burn/v1beta1/tx.js +159 -0
- package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
- package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
- package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +16 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.d.ts +20 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.js +14 -0
- package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
- package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/reward/v1beta1/genesis.js +81 -0
- package/dist/xpla/reward/v1beta1/query.cjs +282 -0
- package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
- package/dist/xpla/reward/v1beta1/query.js +278 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
- package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
- package/dist/xpla/reward/v1beta1/reward.js +118 -0
- package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
- package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
- package/dist/xpla/reward/v1beta1/tx.js +314 -0
- package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.js +24 -0
- package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
- package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
- package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
- package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
- package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
- package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
- package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
- package/dist/xpla/volunteer/v1beta1/query.js +137 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +14 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.cjs +18 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.d.ts +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.js +17 -0
- package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
- package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
- package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.js +22 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
- package/package.json +33 -32
- package/amino/amino.d.ts +0 -1
- package/amino/amino.js +0 -2
- package/binary.d.ts +0 -130
- package/binary.js +0 -370
- package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
- package/cosmos/app/runtime/v1alpha1/module.js +0 -309
- package/cosmos/app/v1alpha1/config.d.ts +0 -246
- package/cosmos/app/v1alpha1/config.js +0 -329
- package/cosmos/app/v1alpha1/module.d.ts +0 -286
- package/cosmos/app/v1alpha1/module.js +0 -303
- package/cosmos/app/v1alpha1/query.d.ts +0 -105
- package/cosmos/app/v1alpha1/query.js +0 -164
- package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
- package/cosmos/app/v1alpha1/query.rpc.react.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.react.js +0 -15
- package/cosmos/auth/module/v1/module.d.ts +0 -138
- package/cosmos/auth/module/v1/module.js +0 -218
- package/cosmos/auth/v1beta1/auth.d.ts +0 -245
- package/cosmos/auth/v1beta1/auth.js +0 -482
- package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
- package/cosmos/auth/v1beta1/genesis.js +0 -104
- package/cosmos/auth/v1beta1/query.d.ts +0 -1160
- package/cosmos/auth/v1beta1/query.js +0 -1727
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
- package/cosmos/auth/v1beta1/query.rpc.react.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.react.js +0 -122
- package/cosmos/auth/v1beta1/tx.d.ts +0 -132
- package/cosmos/auth/v1beta1/tx.js +0 -181
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/authz/module/v1/module.d.ts +0 -49
- package/cosmos/authz/module/v1/module.js +0 -74
- package/cosmos/authz/v1beta1/authz.d.ts +0 -248
- package/cosmos/authz/v1beta1/authz.js +0 -426
- package/cosmos/authz/v1beta1/event.d.ts +0 -144
- package/cosmos/authz/v1beta1/event.js +0 -218
- package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
- package/cosmos/authz/v1beta1/genesis.js +0 -97
- package/cosmos/authz/v1beta1/query.d.ts +0 -374
- package/cosmos/authz/v1beta1/query.js +0 -643
- package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
- package/cosmos/authz/v1beta1/query.rpc.react.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.react.js +0 -39
- package/cosmos/authz/v1beta1/tx.d.ts +0 -334
- package/cosmos/authz/v1beta1/tx.js +0 -555
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
- package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.react.js +0 -38
- package/cosmos/autocli/v1/options.d.ts +0 -589
- package/cosmos/autocli/v1/options.js +0 -896
- package/cosmos/autocli/v1/query.d.ts +0 -151
- package/cosmos/autocli/v1/query.js +0 -260
- package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.func.js +0 -18
- package/cosmos/autocli/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.react.js +0 -15
- package/cosmos/bank/module/v1/module.d.ts +0 -83
- package/cosmos/bank/module/v1/module.js +0 -117
- package/cosmos/bank/v1beta1/authz.d.ts +0 -75
- package/cosmos/bank/v1beta1/authz.js +0 -117
- package/cosmos/bank/v1beta1/bank.d.ts +0 -496
- package/cosmos/bank/v1beta1/bank.js +0 -794
- package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
- package/cosmos/bank/v1beta1/genesis.js +0 -263
- package/cosmos/bank/v1beta1/query.d.ts +0 -1719
- package/cosmos/bank/v1beta1/query.js +0 -2601
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
- package/cosmos/bank/v1beta1/query.rpc.react.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.react.js +0 -172
- package/cosmos/bank/v1beta1/tx.d.ts +0 -487
- package/cosmos/bank/v1beta1/tx.js +0 -740
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
- package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.react.js +0 -49
- package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
- package/cosmos/base/abci/v1beta1/abci.js +0 -1386
- package/cosmos/base/node/v1beta1/query.d.ts +0 -238
- package/cosmos/base/node/v1beta1/query.js +0 -396
- package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
- package/cosmos/base/query/v1beta1/pagination.js +0 -243
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
- package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -27
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
- package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -67
- package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
- package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -79
- package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
- package/cosmos/base/tendermint/v1beta1/types.js +0 -383
- package/cosmos/base/v1beta1/coin.d.ts +0 -226
- package/cosmos/base/v1beta1/coin.js +0 -369
- package/cosmos/bundle.d.ts +0 -188
- package/cosmos/bundle.js +0 -990
- package/cosmos/consensus/module/v1/module.d.ts +0 -57
- package/cosmos/consensus/module/v1/module.js +0 -87
- package/cosmos/consensus/v1/query.d.ts +0 -109
- package/cosmos/consensus/v1/query.js +0 -164
- package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.func.js +0 -18
- package/cosmos/consensus/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.react.js +0 -15
- package/cosmos/consensus/v1/tx.d.ts +0 -136
- package/cosmos/consensus/v1/tx.js +0 -216
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +0 -31
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
- package/cosmos/consensus/v1/tx.rpc.react.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.react.js +0 -17
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
- package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
- package/cosmos/distribution/module/v1/module.d.ts +0 -59
- package/cosmos/distribution/module/v1/module.js +0 -99
- package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
- package/cosmos/distribution/v1beta1/distribution.js +0 -1300
- package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
- package/cosmos/distribution/v1beta1/genesis.js +0 -982
- package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
- package/cosmos/distribution/v1beta1/query.js +0 -1825
- package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
- package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.react.js +0 -106
- package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
- package/cosmos/distribution/v1beta1/tx.js +0 -1270
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
- package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -83
- package/cosmos/evidence/module/v1/module.d.ts +0 -49
- package/cosmos/evidence/module/v1/module.js +0 -74
- package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
- package/cosmos/evidence/v1beta1/evidence.js +0 -126
- package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
- package/cosmos/evidence/v1beta1/genesis.js +0 -91
- package/cosmos/evidence/v1beta1/query.d.ts +0 -254
- package/cosmos/evidence/v1beta1/query.js +0 -379
- package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
- package/cosmos/evidence/v1beta1/tx.js +0 -186
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
- package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -15
- package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
- package/cosmos/evm/feemarket/v1/events.js +0 -182
- package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
- package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
- package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
- package/cosmos/evm/feemarket/v1/genesis.js +0 -106
- package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
- package/cosmos/evm/feemarket/v1/query.js +0 -473
- package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
- package/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -35
- package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
- package/cosmos/evm/feemarket/v1/tx.js +0 -177
- package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
- package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
- package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
- package/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -16
- package/cosmos/evm/vm/v1/events.d.ts +0 -286
- package/cosmos/evm/vm/v1/events.js +0 -435
- package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
- package/cosmos/evm/vm/v1/evm.js +0 -1617
- package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
- package/cosmos/evm/vm/v1/genesis.js +0 -227
- package/cosmos/evm/vm/v1/query.d.ts +0 -1773
- package/cosmos/evm/vm/v1/query.js +0 -2680
- package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
- package/cosmos/evm/vm/v1/query.rpc.react.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.react.js +0 -153
- package/cosmos/evm/vm/v1/tx.d.ts +0 -747
- package/cosmos/evm/vm/v1/tx.js +0 -1132
- package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
- package/cosmos/evm/vm/v1/tx.registry.js +0 -49
- package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
- package/cosmos/evm/vm/v1/tx.rpc.react.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.react.js +0 -25
- package/cosmos/feegrant/module/v1/module.d.ts +0 -49
- package/cosmos/feegrant/module/v1/module.js +0 -74
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
- package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
- package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
- package/cosmos/feegrant/v1beta1/genesis.js +0 -97
- package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
- package/cosmos/feegrant/v1beta1/query.js +0 -602
- package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
- package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -37
- package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
- package/cosmos/feegrant/v1beta1/tx.js +0 -514
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
- package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -36
- package/cosmos/gov/module/v1/module.d.ts +0 -67
- package/cosmos/gov/module/v1/module.js +0 -99
- package/cosmos/gov/v1/genesis.d.ts +0 -148
- package/cosmos/gov/v1/genesis.js +0 -205
- package/cosmos/gov/v1/gov.d.ts +0 -968
- package/cosmos/gov/v1/gov.js +0 -1441
- package/cosmos/gov/v1/query.d.ts +0 -1105
- package/cosmos/gov/v1/query.js +0 -1716
- package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.func.js +0 -122
- package/cosmos/gov/v1/query.rpc.react.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.react.js +0 -95
- package/cosmos/gov/v1/tx.d.ts +0 -950
- package/cosmos/gov/v1/tx.js +0 -1406
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +0 -139
- package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.func.js +0 -74
- package/cosmos/gov/v1/tx.rpc.react.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.react.js +0 -74
- package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
- package/cosmos/gov/v1beta1/genesis.js +0 -180
- package/cosmos/gov/v1beta1/gov.d.ts +0 -764
- package/cosmos/gov/v1beta1/gov.js +0 -1214
- package/cosmos/gov/v1beta1/query.d.ts +0 -979
- package/cosmos/gov/v1beta1/query.js +0 -1550
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
- package/cosmos/gov/v1beta1/query.rpc.react.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.react.js +0 -85
- package/cosmos/gov/v1beta1/tx.d.ts +0 -510
- package/cosmos/gov/v1beta1/tx.js +0 -781
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
- package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.react.js +0 -43
- package/cosmos/ics23/v1/proofs.d.ts +0 -1015
- package/cosmos/ics23/v1/proofs.js +0 -1788
- package/cosmos/mint/module/v1/module.d.ts +0 -59
- package/cosmos/mint/module/v1/module.js +0 -99
- package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
- package/cosmos/mint/v1beta1/genesis.js +0 -107
- package/cosmos/mint/v1beta1/mint.d.ts +0 -160
- package/cosmos/mint/v1beta1/mint.js +0 -243
- package/cosmos/mint/v1beta1/query.d.ts +0 -318
- package/cosmos/mint/v1beta1/query.js +0 -474
- package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/mint/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/mint/v1beta1/tx.d.ts +0 -132
- package/cosmos/mint/v1beta1/tx.js +0 -181
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/msg/v1/msg.d.ts +0 -1
- package/cosmos/msg/v1/msg.js +0 -2
- package/cosmos/params/module/v1/module.d.ts +0 -49
- package/cosmos/params/module/v1/module.js +0 -74
- package/cosmos/params/v1beta1/params.d.ts +0 -111
- package/cosmos/params/v1beta1/params.js +0 -230
- package/cosmos/params/v1beta1/query.d.ts +0 -295
- package/cosmos/params/v1beta1/query.js +0 -457
- package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
- package/cosmos/params/v1beta1/query.rpc.react.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.react.js +0 -28
- package/cosmos/query/v1/query.d.ts +0 -1
- package/cosmos/query/v1/query.js +0 -2
- package/cosmos/slashing/module/v1/module.d.ts +0 -57
- package/cosmos/slashing/module/v1/module.js +0 -87
- package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
- package/cosmos/slashing/v1beta1/genesis.js +0 -425
- package/cosmos/slashing/v1beta1/query.d.ts +0 -328
- package/cosmos/slashing/v1beta1/query.js +0 -532
- package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
- package/cosmos/slashing/v1beta1/slashing.js +0 -282
- package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
- package/cosmos/slashing/v1beta1/tx.js +0 -334
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/staking/module/v1/module.d.ts +0 -85
- package/cosmos/staking/module/v1/module.js +0 -126
- package/cosmos/staking/v1beta1/authz.d.ts +0 -162
- package/cosmos/staking/v1beta1/authz.js +0 -284
- package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
- package/cosmos/staking/v1beta1/genesis.js +0 -294
- package/cosmos/staking/v1beta1/query.d.ts +0 -1710
- package/cosmos/staking/v1beta1/query.js +0 -2684
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
- package/cosmos/staking/v1beta1/query.rpc.react.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.react.js +0 -170
- package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
- package/cosmos/staking/v1beta1/staking.js +0 -2563
- package/cosmos/staking/v1beta1/tx.d.ts +0 -824
- package/cosmos/staking/v1beta1/tx.js +0 -1413
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
- package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.react.js +0 -76
- package/cosmos/tx/config/v1/config.d.ts +0 -69
- package/cosmos/tx/config/v1/config.js +0 -99
- package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
- package/cosmos/tx/signing/v1beta1/signing.js +0 -620
- package/cosmos/tx/v1beta1/service.d.ts +0 -1263
- package/cosmos/tx/v1beta1/service.js +0 -1913
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
- package/cosmos/tx/v1beta1/service.rpc.react.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.react.js +0 -105
- package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
- package/cosmos/tx/v1beta1/tx.js +0 -1534
- package/cosmos/upgrade/module/v1/module.d.ts +0 -57
- package/cosmos/upgrade/module/v1/module.js +0 -87
- package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
- package/cosmos/upgrade/v1beta1/query.js +0 -842
- package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
- package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -65
- package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
- package/cosmos/upgrade/v1beta1/tx.js +0 -337
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
- package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/bundle.js +0 -8
- package/cosmos_proto/cosmos.d.ts +0 -186
- package/cosmos_proto/cosmos.js +0 -252
- package/cosmwasm/bundle.d.ts +0 -12
- package/cosmwasm/bundle.js +0 -174
- package/cosmwasm/wasm/v1/authz.d.ts +0 -701
- package/cosmwasm/wasm/v1/authz.js +0 -1064
- package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
- package/cosmwasm/wasm/v1/genesis.js +0 -494
- package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
- package/cosmwasm/wasm/v1/ibc.js +0 -360
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
- package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
- package/cosmwasm/wasm/v1/query.d.ts +0 -1730
- package/cosmwasm/wasm/v1/query.js +0 -2803
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
- package/cosmwasm/wasm/v1/query.rpc.react.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.react.js +0 -146
- package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
- package/cosmwasm/wasm/v1/tx.js +0 -3485
- package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
- package/cosmwasm/wasm/v1/tx.registry.js +0 -319
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
- package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.react.js +0 -184
- package/cosmwasm/wasm/v1/types.d.ts +0 -559
- package/cosmwasm/wasm/v1/types.js +0 -973
- package/esm/amino/amino.js +0 -1
- package/esm/binary.js +0 -365
- package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
- package/esm/cosmos/app/v1alpha1/config.js +0 -326
- package/esm/cosmos/app/v1alpha1/module.js +0 -300
- package/esm/cosmos/app/v1alpha1/query.js +0 -161
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
- package/esm/cosmos/app/v1alpha1/query.rpc.react.js +0 -12
- package/esm/cosmos/auth/module/v1/module.js +0 -215
- package/esm/cosmos/auth/v1beta1/auth.js +0 -479
- package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
- package/esm/cosmos/auth/v1beta1/query.js +0 -1724
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
- package/esm/cosmos/auth/v1beta1/query.rpc.react.js +0 -119
- package/esm/cosmos/auth/v1beta1/tx.js +0 -178
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/authz/module/v1/module.js +0 -71
- package/esm/cosmos/authz/v1beta1/authz.js +0 -423
- package/esm/cosmos/authz/v1beta1/event.js +0 -215
- package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
- package/esm/cosmos/authz/v1beta1/query.js +0 -640
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
- package/esm/cosmos/authz/v1beta1/query.rpc.react.js +0 -36
- package/esm/cosmos/authz/v1beta1/tx.js +0 -552
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
- package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +0 -35
- package/esm/cosmos/autocli/v1/options.js +0 -893
- package/esm/cosmos/autocli/v1/query.js +0 -257
- package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/autocli/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/bank/module/v1/module.js +0 -114
- package/esm/cosmos/bank/v1beta1/authz.js +0 -114
- package/esm/cosmos/bank/v1beta1/bank.js +0 -791
- package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
- package/esm/cosmos/bank/v1beta1/query.js +0 -2598
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
- package/esm/cosmos/bank/v1beta1/query.rpc.react.js +0 -169
- package/esm/cosmos/bank/v1beta1/tx.js +0 -737
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
- package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +0 -46
- package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
- package/esm/cosmos/base/node/v1beta1/query.js +0 -393
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -24
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -64
- package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -76
- package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
- package/esm/cosmos/base/v1beta1/coin.js +0 -366
- package/esm/cosmos/bundle.js +0 -188
- package/esm/cosmos/consensus/module/v1/module.js +0 -84
- package/esm/cosmos/consensus/v1/query.js +0 -161
- package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/consensus/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/consensus/v1/tx.js +0 -213
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
- package/esm/cosmos/consensus/v1/tx.rpc.react.js +0 -14
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
- package/esm/cosmos/distribution/module/v1/module.js +0 -96
- package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
- package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
- package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
- package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +0 -103
- package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
- package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -80
- package/esm/cosmos/evidence/module/v1/module.js +0 -71
- package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
- package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
- package/esm/cosmos/evidence/v1beta1/query.js +0 -376
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
- package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -12
- package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
- package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
- package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -13
- package/esm/cosmos/evm/vm/v1/events.js +0 -432
- package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
- package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
- package/esm/cosmos/evm/vm/v1/query.js +0 -2677
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
- package/esm/cosmos/evm/vm/v1/query.rpc.react.js +0 -150
- package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
- package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
- package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +0 -22
- package/esm/cosmos/feegrant/module/v1/module.js +0 -71
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
- package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
- package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
- package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -34
- package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -33
- package/esm/cosmos/gov/module/v1/module.js +0 -96
- package/esm/cosmos/gov/v1/genesis.js +0 -202
- package/esm/cosmos/gov/v1/gov.js +0 -1434
- package/esm/cosmos/gov/v1/query.js +0 -1713
- package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
- package/esm/cosmos/gov/v1/query.rpc.react.js +0 -92
- package/esm/cosmos/gov/v1/tx.js +0 -1403
- package/esm/cosmos/gov/v1/tx.registry.js +0 -136
- package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
- package/esm/cosmos/gov/v1/tx.rpc.react.js +0 -71
- package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
- package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
- package/esm/cosmos/gov/v1beta1/query.js +0 -1547
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
- package/esm/cosmos/gov/v1beta1/query.rpc.react.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.js +0 -778
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
- package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +0 -40
- package/esm/cosmos/ics23/v1/proofs.js +0 -1781
- package/esm/cosmos/mint/module/v1/module.js +0 -96
- package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
- package/esm/cosmos/mint/v1beta1/mint.js +0 -240
- package/esm/cosmos/mint/v1beta1/query.js +0 -471
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/mint/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/mint/v1beta1/tx.js +0 -178
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/msg/v1/msg.js +0 -1
- package/esm/cosmos/params/module/v1/module.js +0 -71
- package/esm/cosmos/params/v1beta1/params.js +0 -227
- package/esm/cosmos/params/v1beta1/query.js +0 -454
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
- package/esm/cosmos/params/v1beta1/query.rpc.react.js +0 -25
- package/esm/cosmos/query/v1/query.js +0 -1
- package/esm/cosmos/slashing/module/v1/module.js +0 -84
- package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
- package/esm/cosmos/slashing/v1beta1/query.js +0 -529
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
- package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/staking/module/v1/module.js +0 -123
- package/esm/cosmos/staking/v1beta1/authz.js +0 -279
- package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
- package/esm/cosmos/staking/v1beta1/query.js +0 -2681
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
- package/esm/cosmos/staking/v1beta1/query.rpc.react.js +0 -167
- package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
- package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
- package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +0 -73
- package/esm/cosmos/tx/config/v1/config.js +0 -96
- package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
- package/esm/cosmos/tx/v1beta1/service.js +0 -1906
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
- package/esm/cosmos/tx/v1beta1/service.rpc.react.js +0 -102
- package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
- package/esm/cosmos/upgrade/module/v1/module.js +0 -84
- package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
- package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -62
- package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
- package/esm/cosmos_proto/bundle.js +0 -1
- package/esm/cosmos_proto/cosmos.js +0 -247
- package/esm/cosmwasm/bundle.js +0 -12
- package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
- package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
- package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
- package/esm/cosmwasm/wasm/v1/query.js +0 -2800
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
- package/esm/cosmwasm/wasm/v1/query.rpc.react.js +0 -143
- package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
- package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
- package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +0 -181
- package/esm/cosmwasm/wasm/v1/types.js +0 -966
- package/esm/ethermint/bundle.js +0 -25
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
- package/esm/ethermint/evm/v1/events.js +0 -404
- package/esm/ethermint/evm/v1/evm.js +0 -1256
- package/esm/ethermint/evm/v1/genesis.js +0 -210
- package/esm/ethermint/evm/v1/query.js +0 -2149
- package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
- package/esm/ethermint/evm/v1/query.rpc.react.js +0 -125
- package/esm/ethermint/evm/v1/tx.js +0 -1084
- package/esm/ethermint/evm/v1/tx.registry.js +0 -46
- package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
- package/esm/ethermint/evm/v1/tx.rpc.react.js +0 -21
- package/esm/ethermint/feemarket/v1/events.js +0 -165
- package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
- package/esm/ethermint/feemarket/v1/genesis.js +0 -96
- package/esm/ethermint/feemarket/v1/query.js +0 -427
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/ethermint/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/ethermint/feemarket/v1/tx.js +0 -167
- package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
- package/esm/ethermint/feemarket/v1/tx.rpc.react.js +0 -12
- package/esm/ethermint/types/v1/account.js +0 -98
- package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
- package/esm/ethermint/types/v1/indexer.js +0 -149
- package/esm/ethermint/types/v1/web3.js +0 -103
- package/esm/extern.js +0 -40
- package/esm/gogoproto/gogo.js +0 -1
- package/esm/google/api/annotations.js +0 -1
- package/esm/google/api/http.js +0 -644
- package/esm/google/bundle.js +0 -5
- package/esm/google/protobuf/any.js +0 -169
- package/esm/google/protobuf/descriptor.js +0 -5678
- package/esm/google/protobuf/duration.js +0 -140
- package/esm/google/protobuf/timestamp.js +0 -168
- package/esm/helper-func-types.js +0 -52
- package/esm/helpers.js +0 -99
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -22
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -12
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
- package/esm/ibc/applications/transfer/v1/authz.js +0 -242
- package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
- package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
- package/esm/ibc/applications/transfer/v1/packet.js +0 -134
- package/esm/ibc/applications/transfer/v1/query.js +0 -1048
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
- package/esm/ibc/applications/transfer/v1/query.rpc.react.js +0 -62
- package/esm/ibc/applications/transfer/v1/token.js +0 -300
- package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
- package/esm/ibc/applications/transfer/v1/tx.js +0 -445
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/bundle.js +0 -94
- package/esm/ibc/core/channel/v1/channel.js +0 -1120
- package/esm/ibc/core/channel/v1/genesis.js +0 -306
- package/esm/ibc/core/channel/v1/query.js +0 -3137
- package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
- package/esm/ibc/core/channel/v1/query.rpc.react.js +0 -150
- package/esm/ibc/core/channel/v1/tx.js +0 -2225
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
- package/esm/ibc/core/channel/v1/tx.rpc.react.js +0 -93
- package/esm/ibc/core/channel/v2/genesis.js +0 -360
- package/esm/ibc/core/channel/v2/packet.js +0 -508
- package/esm/ibc/core/channel/v2/query.js +0 -1727
- package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
- package/esm/ibc/core/channel/v2/query.rpc.react.js +0 -82
- package/esm/ibc/core/channel/v2/tx.js +0 -901
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
- package/esm/ibc/core/channel/v2/tx.rpc.react.js +0 -38
- package/esm/ibc/core/client/v1/client.js +0 -488
- package/esm/ibc/core/client/v1/genesis.js +0 -364
- package/esm/ibc/core/client/v1/query.js +0 -2095
- package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
- package/esm/ibc/core/client/v1/query.rpc.react.js +0 -114
- package/esm/ibc/core/client/v1/tx.js +0 -1458
- package/esm/ibc/core/client/v1/tx.registry.js +0 -154
- package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
- package/esm/ibc/core/client/v1/tx.rpc.react.js +0 -74
- package/esm/ibc/core/client/v2/config.js +0 -90
- package/esm/ibc/core/client/v2/counterparty.js +0 -100
- package/esm/ibc/core/client/v2/genesis.js +0 -194
- package/esm/ibc/core/client/v2/query.js +0 -348
- package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
- package/esm/ibc/core/client/v2/query.rpc.react.js +0 -22
- package/esm/ibc/core/client/v2/tx.js +0 -378
- package/esm/ibc/core/client/v2/tx.registry.js +0 -46
- package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
- package/esm/ibc/core/client/v2/tx.rpc.react.js +0 -20
- package/esm/ibc/core/commitment/v1/commitment.js +0 -268
- package/esm/ibc/core/commitment/v2/commitment.js +0 -118
- package/esm/ibc/core/connection/v1/connection.js +0 -833
- package/esm/ibc/core/connection/v1/genesis.js +0 -135
- package/esm/ibc/core/connection/v1/query.js +0 -1202
- package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
- package/esm/ibc/core/connection/v1/query.rpc.react.js +0 -65
- package/esm/ibc/core/connection/v1/tx.js +0 -1168
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
- package/esm/ibc/core/connection/v1/tx.rpc.react.js +0 -49
- package/esm/ibc/core/types/v1/genesis.js +0 -147
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
- package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
- package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
- package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -22
- package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
- package/esm/index.js +0 -21
- package/esm/react-query.js +0 -90
- package/esm/registry.js +0 -162
- package/esm/tendermint/abci/types.js +0 -5622
- package/esm/tendermint/bundle.js +0 -10
- package/esm/tendermint/crypto/keys.js +0 -90
- package/esm/tendermint/crypto/proof.js +0 -494
- package/esm/tendermint/p2p/types.js +0 -453
- package/esm/tendermint/types/block.js +0 -123
- package/esm/tendermint/types/evidence.js +0 -444
- package/esm/tendermint/types/params.js +0 -647
- package/esm/tendermint/types/types.js +0 -1897
- package/esm/tendermint/types/validator.js +0 -367
- package/esm/tendermint/version/types.js +0 -181
- package/esm/types.js +0 -6
- package/esm/utf8.js +0 -136
- package/esm/varint.js +0 -407
- package/esm/xpla/bundle.js +0 -28
- package/esm/xpla/burn/v1beta1/burn.js +0 -111
- package/esm/xpla/burn/v1beta1/genesis.js +0 -87
- package/esm/xpla/burn/v1beta1/query.js +0 -327
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/burn/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/burn/v1beta1/tx.js +0 -169
- package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
- package/esm/xpla/burn/v1beta1/tx.rpc.react.js +0 -11
- package/esm/xpla/reward/v1beta1/genesis.js +0 -84
- package/esm/xpla/reward/v1beta1/query.js +0 -297
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/reward/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/reward/v1beta1/reward.js +0 -133
- package/esm/xpla/reward/v1beta1/tx.js +0 -337
- package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
- package/esm/xpla/reward/v1beta1/tx.rpc.react.js +0 -23
- package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
- package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
- package/esm/xpla/volunteer/v1beta1/query.js +0 -143
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
- package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +0 -12
- package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
- package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -21
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
- package/ethermint/bundle.d.ts +0 -25
- package/ethermint/bundle.js +0 -142
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
- package/ethermint/evm/v1/events.d.ts +0 -278
- package/ethermint/evm/v1/events.js +0 -407
- package/ethermint/evm/v1/evm.d.ts +0 -862
- package/ethermint/evm/v1/evm.js +0 -1259
- package/ethermint/evm/v1/genesis.d.ts +0 -139
- package/ethermint/evm/v1/genesis.js +0 -213
- package/ethermint/evm/v1/query.d.ts +0 -1484
- package/ethermint/evm/v1/query.js +0 -2152
- package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.func.js +0 -165
- package/ethermint/evm/v1/query.rpc.react.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.react.js +0 -128
- package/ethermint/evm/v1/tx.d.ts +0 -735
- package/ethermint/evm/v1/tx.js +0 -1087
- package/ethermint/evm/v1/tx.registry.d.ts +0 -35
- package/ethermint/evm/v1/tx.registry.js +0 -49
- package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.func.js +0 -24
- package/ethermint/evm/v1/tx.rpc.react.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.react.js +0 -24
- package/ethermint/feemarket/v1/events.d.ts +0 -116
- package/ethermint/feemarket/v1/events.js +0 -168
- package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
- package/ethermint/feemarket/v1/feemarket.js +0 -160
- package/ethermint/feemarket/v1/genesis.d.ts +0 -66
- package/ethermint/feemarket/v1/genesis.js +0 -99
- package/ethermint/feemarket/v1/query.d.ts +0 -303
- package/ethermint/feemarket/v1/query.js +0 -430
- package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
- package/ethermint/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.react.js +0 -35
- package/ethermint/feemarket/v1/tx.d.ts +0 -116
- package/ethermint/feemarket/v1/tx.js +0 -170
- package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
- package/ethermint/feemarket/v1/tx.registry.js +0 -31
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
- package/ethermint/feemarket/v1/tx.rpc.react.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.react.js +0 -15
- package/ethermint/types/v1/account.d.ts +0 -67
- package/ethermint/types/v1/account.js +0 -101
- package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
- package/ethermint/types/v1/dynamic_fee.js +0 -80
- package/ethermint/types/v1/indexer.d.ts +0 -109
- package/ethermint/types/v1/indexer.js +0 -152
- package/ethermint/types/v1/web3.d.ts +0 -80
- package/ethermint/types/v1/web3.js +0 -106
- package/extern.d.ts +0 -11
- package/extern.js +0 -46
- package/gogoproto/gogo.d.ts +0 -1
- package/gogoproto/gogo.js +0 -2
- package/google/api/annotations.d.ts +0 -1
- package/google/api/annotations.js +0 -2
- package/google/api/http.d.ts +0 -1096
- package/google/api/http.js +0 -647
- package/google/bundle.d.ts +0 -5
- package/google/bundle.js +0 -21
- package/google/protobuf/any.d.ts +0 -369
- package/google/protobuf/any.js +0 -172
- package/google/protobuf/descriptor.d.ts +0 -3699
- package/google/protobuf/descriptor.js +0 -5722
- package/google/protobuf/duration.d.ts +0 -232
- package/google/protobuf/duration.js +0 -143
- package/google/protobuf/timestamp.d.ts +0 -323
- package/google/protobuf/timestamp.js +0 -171
- package/helper-func-types.d.ts +0 -40
- package/helper-func-types.js +0 -56
- package/helpers.d.ts +0 -80
- package/helpers.js +0 -114
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
- package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -25
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -32
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
- package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
- package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
- package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -23
- package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
- package/ibc/applications/interchain_accounts/v1/account.js +0 -108
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
- package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
- package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
- package/ibc/applications/transfer/v1/authz.d.ts +0 -150
- package/ibc/applications/transfer/v1/authz.js +0 -245
- package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
- package/ibc/applications/transfer/v1/denomtrace.js +0 -101
- package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
- package/ibc/applications/transfer/v1/genesis.js +0 -140
- package/ibc/applications/transfer/v1/packet.d.ts +0 -95
- package/ibc/applications/transfer/v1/packet.js +0 -137
- package/ibc/applications/transfer/v1/query.d.ts +0 -680
- package/ibc/applications/transfer/v1/query.js +0 -1051
- package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
- package/ibc/applications/transfer/v1/query.rpc.react.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.react.js +0 -65
- package/ibc/applications/transfer/v1/token.d.ts +0 -179
- package/ibc/applications/transfer/v1/token.js +0 -303
- package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
- package/ibc/applications/transfer/v1/transfer.js +0 -102
- package/ibc/applications/transfer/v1/tx.d.ts +0 -309
- package/ibc/applications/transfer/v1/tx.js +0 -448
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.react.js +0 -23
- package/ibc/bundle.d.ts +0 -94
- package/ibc/bundle.js +0 -540
- package/ibc/core/channel/v1/channel.d.ts +0 -729
- package/ibc/core/channel/v1/channel.js +0 -1127
- package/ibc/core/channel/v1/genesis.d.ts +0 -128
- package/ibc/core/channel/v1/genesis.js +0 -309
- package/ibc/core/channel/v1/query.d.ts +0 -2021
- package/ibc/core/channel/v1/query.js +0 -3140
- package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.func.js +0 -195
- package/ibc/core/channel/v1/query.rpc.react.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.react.js +0 -153
- package/ibc/core/channel/v1/tx.d.ts +0 -1116
- package/ibc/core/channel/v1/tx.js +0 -2230
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +0 -193
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
- package/ibc/core/channel/v1/tx.rpc.react.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.react.js +0 -96
- package/ibc/core/channel/v2/genesis.d.ts +0 -202
- package/ibc/core/channel/v2/genesis.js +0 -363
- package/ibc/core/channel/v2/packet.d.ts +0 -322
- package/ibc/core/channel/v2/packet.js +0 -513
- package/ibc/core/channel/v2/query.d.ts +0 -1067
- package/ibc/core/channel/v2/query.js +0 -1730
- package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.func.js +0 -109
- package/ibc/core/channel/v2/query.rpc.react.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.react.js +0 -85
- package/ibc/core/channel/v2/tx.d.ts +0 -437
- package/ibc/core/channel/v2/tx.js +0 -906
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +0 -85
- package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
- package/ibc/core/channel/v2/tx.rpc.react.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.react.js +0 -41
- package/ibc/core/client/v1/client.d.ts +0 -359
- package/ibc/core/client/v1/client.js +0 -491
- package/ibc/core/client/v1/genesis.d.ts +0 -216
- package/ibc/core/client/v1/genesis.js +0 -367
- package/ibc/core/client/v1/query.d.ts +0 -1398
- package/ibc/core/client/v1/query.js +0 -2098
- package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.func.js +0 -150
- package/ibc/core/client/v1/query.rpc.react.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.react.js +0 -117
- package/ibc/core/client/v1/tx.d.ts +0 -995
- package/ibc/core/client/v1/tx.js +0 -1461
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +0 -157
- package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.func.js +0 -77
- package/ibc/core/client/v1/tx.rpc.react.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.react.js +0 -77
- package/ibc/core/client/v2/config.d.ts +0 -66
- package/ibc/core/client/v2/config.js +0 -93
- package/ibc/core/client/v2/counterparty.d.ts +0 -65
- package/ibc/core/client/v2/counterparty.js +0 -103
- package/ibc/core/client/v2/genesis.d.ts +0 -121
- package/ibc/core/client/v2/genesis.js +0 -197
- package/ibc/core/client/v2/query.d.ts +0 -218
- package/ibc/core/client/v2/query.js +0 -351
- package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.func.js +0 -31
- package/ibc/core/client/v2/query.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.react.js +0 -25
- package/ibc/core/client/v2/tx.d.ts +0 -251
- package/ibc/core/client/v2/tx.js +0 -381
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +0 -49
- package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.func.js +0 -23
- package/ibc/core/client/v2/tx.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.react.js +0 -23
- package/ibc/core/commitment/v1/commitment.d.ts +0 -171
- package/ibc/core/commitment/v1/commitment.js +0 -271
- package/ibc/core/commitment/v2/commitment.d.ts +0 -141
- package/ibc/core/commitment/v2/commitment.js +0 -121
- package/ibc/core/connection/v1/connection.d.ts +0 -544
- package/ibc/core/connection/v1/connection.js +0 -838
- package/ibc/core/connection/v1/genesis.d.ts +0 -64
- package/ibc/core/connection/v1/genesis.js +0 -138
- package/ibc/core/connection/v1/query.d.ts +0 -777
- package/ibc/core/connection/v1/query.js +0 -1205
- package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.func.js +0 -86
- package/ibc/core/connection/v1/query.rpc.react.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.react.js +0 -68
- package/ibc/core/connection/v1/tx.d.ts +0 -689
- package/ibc/core/connection/v1/tx.js +0 -1171
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +0 -103
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
- package/ibc/core/connection/v1/tx.rpc.react.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.react.js +0 -52
- package/ibc/core/types/v1/genesis.d.ts +0 -99
- package/ibc/core/types/v1/genesis.js +0 -150
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
- package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
- package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
- package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
- package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
- package/ibc/lightclients/wasm/v1/genesis.js +0 -180
- package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
- package/ibc/lightclients/wasm/v1/query.js +0 -364
- package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
- package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -25
- package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
- package/ibc/lightclients/wasm/v1/tx.js +0 -537
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
- package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -32
- package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
- package/ibc/lightclients/wasm/v1/wasm.js +0 -375
- package/index.d.ts +0 -21
- package/index.js +0 -37
- package/react-query.d.ts +0 -49
- package/react-query.js +0 -98
- package/registry.d.ts +0 -35
- package/registry.js +0 -166
- package/tendermint/abci/types.d.ts +0 -2763
- package/tendermint/abci/types.js +0 -5638
- package/tendermint/bundle.d.ts +0 -10
- package/tendermint/bundle.js +0 -115
- package/tendermint/crypto/keys.d.ts +0 -51
- package/tendermint/crypto/keys.js +0 -93
- package/tendermint/crypto/proof.d.ts +0 -262
- package/tendermint/crypto/proof.js +0 -497
- package/tendermint/p2p/types.d.ts +0 -202
- package/tendermint/p2p/types.js +0 -456
- package/tendermint/types/block.d.ts +0 -54
- package/tendermint/types/block.js +0 -126
- package/tendermint/types/evidence.d.ts +0 -204
- package/tendermint/types/evidence.js +0 -447
- package/tendermint/types/params.d.ts +0 -434
- package/tendermint/types/params.js +0 -650
- package/tendermint/types/types.d.ts +0 -940
- package/tendermint/types/types.js +0 -1902
- package/tendermint/types/validator.d.ts +0 -161
- package/tendermint/types/validator.js +0 -372
- package/tendermint/version/types.d.ts +0 -112
- package/tendermint/version/types.js +0 -184
- package/types.d.ts +0 -74
- package/types.js +0 -7
- package/utf8.d.ts +0 -27
- package/utf8.js +0 -140
- package/varint.d.ts +0 -105
- package/varint.js +0 -425
- package/xpla/bundle.d.ts +0 -28
- package/xpla/bundle.js +0 -71
- package/xpla/burn/v1beta1/burn.d.ts +0 -54
- package/xpla/burn/v1beta1/burn.js +0 -114
- package/xpla/burn/v1beta1/genesis.d.ts +0 -56
- package/xpla/burn/v1beta1/genesis.js +0 -90
- package/xpla/burn/v1beta1/query.d.ts +0 -204
- package/xpla/burn/v1beta1/query.js +0 -330
- package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
- package/xpla/burn/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.react.js +0 -25
- package/xpla/burn/v1beta1/tx.d.ts +0 -105
- package/xpla/burn/v1beta1/tx.js +0 -172
- package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
- package/xpla/burn/v1beta1/tx.registry.js +0 -31
- package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
- package/xpla/burn/v1beta1/tx.rpc.react.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.react.js +0 -14
- package/xpla/reward/v1beta1/genesis.d.ts +0 -56
- package/xpla/reward/v1beta1/genesis.js +0 -87
- package/xpla/reward/v1beta1/query.d.ts +0 -206
- package/xpla/reward/v1beta1/query.js +0 -300
- package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
- package/xpla/reward/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.react.js +0 -25
- package/xpla/reward/v1beta1/reward.d.ts +0 -59
- package/xpla/reward/v1beta1/reward.js +0 -136
- package/xpla/reward/v1beta1/tx.d.ts +0 -222
- package/xpla/reward/v1beta1/tx.js +0 -340
- package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/reward/v1beta1/tx.registry.js +0 -49
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
- package/xpla/reward/v1beta1/tx.rpc.react.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.react.js +0 -26
- package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
- package/xpla/volunteer/v1beta1/genesis.js +0 -90
- package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
- package/xpla/volunteer/v1beta1/proposal.js +0 -571
- package/xpla/volunteer/v1beta1/query.d.ts +0 -94
- package/xpla/volunteer/v1beta1/query.js +0 -146
- package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
- package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.react.js +0 -15
- package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
- package/xpla/volunteer/v1beta1/tx.js +0 -382
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
- package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -24
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
- package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
|
@@ -0,0 +1,1160 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
const require_binary = require('../../../binary.cjs');
|
|
3
|
+
const require_registry = require('../../../registry.cjs');
|
|
4
|
+
const require_cosmos_base_v1beta1_coin = require('../../base/v1beta1/coin.cjs');
|
|
5
|
+
let _interchainjs_math = require("@interchainjs/math");
|
|
6
|
+
|
|
7
|
+
//#region src/cosmos/distribution/v1beta1/distribution.ts
|
|
8
|
+
function createBaseParams() {
|
|
9
|
+
return {
|
|
10
|
+
communityTax: "",
|
|
11
|
+
baseProposerReward: "",
|
|
12
|
+
bonusProposerReward: "",
|
|
13
|
+
withdrawAddrEnabled: false
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Params defines the set of params for the distribution module.
|
|
18
|
+
* @name Params
|
|
19
|
+
* @package cosmos.distribution.v1beta1
|
|
20
|
+
* @see proto type: cosmos.distribution.v1beta1.Params
|
|
21
|
+
*/
|
|
22
|
+
const Params = {
|
|
23
|
+
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
24
|
+
aminoType: "cosmos-sdk/x/distribution/Params",
|
|
25
|
+
is(o) {
|
|
26
|
+
return o && (o.$typeUrl === Params.typeUrl || typeof o.communityTax === "string" && typeof o.baseProposerReward === "string" && typeof o.bonusProposerReward === "string" && typeof o.withdrawAddrEnabled === "boolean");
|
|
27
|
+
},
|
|
28
|
+
isAmino(o) {
|
|
29
|
+
return o && (o.$typeUrl === Params.typeUrl || typeof o.community_tax === "string" && typeof o.base_proposer_reward === "string" && typeof o.bonus_proposer_reward === "string" && typeof o.withdraw_addr_enabled === "boolean");
|
|
30
|
+
},
|
|
31
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
32
|
+
if (message.communityTax !== "") writer.uint32(10).string(_interchainjs_math.Decimal.fromUserInput(message.communityTax, 18).atomics);
|
|
33
|
+
if (message.baseProposerReward !== "") writer.uint32(18).string(_interchainjs_math.Decimal.fromUserInput(message.baseProposerReward, 18).atomics);
|
|
34
|
+
if (message.bonusProposerReward !== "") writer.uint32(26).string(_interchainjs_math.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics);
|
|
35
|
+
if (message.withdrawAddrEnabled === true) writer.uint32(32).bool(message.withdrawAddrEnabled);
|
|
36
|
+
return writer;
|
|
37
|
+
},
|
|
38
|
+
decode(input, length) {
|
|
39
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
40
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
41
|
+
const message = createBaseParams();
|
|
42
|
+
while (reader.pos < end) {
|
|
43
|
+
const tag = reader.uint32();
|
|
44
|
+
switch (tag >>> 3) {
|
|
45
|
+
case 1:
|
|
46
|
+
message.communityTax = _interchainjs_math.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
47
|
+
break;
|
|
48
|
+
case 2:
|
|
49
|
+
message.baseProposerReward = _interchainjs_math.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
50
|
+
break;
|
|
51
|
+
case 3:
|
|
52
|
+
message.bonusProposerReward = _interchainjs_math.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
53
|
+
break;
|
|
54
|
+
case 4:
|
|
55
|
+
message.withdrawAddrEnabled = reader.bool();
|
|
56
|
+
break;
|
|
57
|
+
default:
|
|
58
|
+
reader.skipType(tag & 7);
|
|
59
|
+
break;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return message;
|
|
63
|
+
},
|
|
64
|
+
fromPartial(object) {
|
|
65
|
+
const message = createBaseParams();
|
|
66
|
+
message.communityTax = object.communityTax ?? "";
|
|
67
|
+
message.baseProposerReward = object.baseProposerReward ?? "";
|
|
68
|
+
message.bonusProposerReward = object.bonusProposerReward ?? "";
|
|
69
|
+
message.withdrawAddrEnabled = object.withdrawAddrEnabled ?? false;
|
|
70
|
+
return message;
|
|
71
|
+
},
|
|
72
|
+
fromAmino(object) {
|
|
73
|
+
const message = createBaseParams();
|
|
74
|
+
if (object.community_tax !== void 0 && object.community_tax !== null) message.communityTax = object.community_tax;
|
|
75
|
+
if (object.base_proposer_reward !== void 0 && object.base_proposer_reward !== null) message.baseProposerReward = object.base_proposer_reward;
|
|
76
|
+
if (object.bonus_proposer_reward !== void 0 && object.bonus_proposer_reward !== null) message.bonusProposerReward = object.bonus_proposer_reward;
|
|
77
|
+
if (object.withdraw_addr_enabled !== void 0 && object.withdraw_addr_enabled !== null) message.withdrawAddrEnabled = object.withdraw_addr_enabled;
|
|
78
|
+
return message;
|
|
79
|
+
},
|
|
80
|
+
toAmino(message) {
|
|
81
|
+
const obj = {};
|
|
82
|
+
obj.community_tax = _interchainjs_math.Decimal.fromUserInput(message.communityTax, 18).atomics ?? "";
|
|
83
|
+
obj.base_proposer_reward = _interchainjs_math.Decimal.fromUserInput(message.baseProposerReward, 18).atomics ?? "";
|
|
84
|
+
obj.bonus_proposer_reward = _interchainjs_math.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics ?? "";
|
|
85
|
+
obj.withdraw_addr_enabled = message.withdrawAddrEnabled === false ? void 0 : message.withdrawAddrEnabled;
|
|
86
|
+
return obj;
|
|
87
|
+
},
|
|
88
|
+
fromAminoMsg(object) {
|
|
89
|
+
return Params.fromAmino(object.value);
|
|
90
|
+
},
|
|
91
|
+
toAminoMsg(message) {
|
|
92
|
+
return {
|
|
93
|
+
type: "cosmos-sdk/x/distribution/Params",
|
|
94
|
+
value: Params.toAmino(message)
|
|
95
|
+
};
|
|
96
|
+
},
|
|
97
|
+
fromProtoMsg(message) {
|
|
98
|
+
return Params.decode(message.value);
|
|
99
|
+
},
|
|
100
|
+
toProto(message) {
|
|
101
|
+
return Params.encode(message).finish();
|
|
102
|
+
},
|
|
103
|
+
toProtoMsg(message) {
|
|
104
|
+
return {
|
|
105
|
+
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
106
|
+
value: Params.encode(message).finish()
|
|
107
|
+
};
|
|
108
|
+
},
|
|
109
|
+
registerTypeUrl() {}
|
|
110
|
+
};
|
|
111
|
+
function createBaseValidatorHistoricalRewards() {
|
|
112
|
+
return {
|
|
113
|
+
cumulativeRewardRatio: [],
|
|
114
|
+
referenceCount: 0
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* ValidatorHistoricalRewards represents historical rewards for a validator.
|
|
119
|
+
* Height is implicit within the store key.
|
|
120
|
+
* Cumulative reward ratio is the sum from the zeroeth period
|
|
121
|
+
* until this period of rewards / tokens, per the spec.
|
|
122
|
+
* The reference count indicates the number of objects
|
|
123
|
+
* which might need to reference this historical entry at any point.
|
|
124
|
+
* ReferenceCount =
|
|
125
|
+
* number of outstanding delegations which ended the associated period (and
|
|
126
|
+
* might need to read that record)
|
|
127
|
+
* + number of slashes which ended the associated period (and might need to
|
|
128
|
+
* read that record)
|
|
129
|
+
* + one per validator for the zeroeth period, set on initialization
|
|
130
|
+
* @name ValidatorHistoricalRewards
|
|
131
|
+
* @package cosmos.distribution.v1beta1
|
|
132
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorHistoricalRewards
|
|
133
|
+
*/
|
|
134
|
+
const ValidatorHistoricalRewards = {
|
|
135
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
136
|
+
aminoType: "cosmos-sdk/ValidatorHistoricalRewards",
|
|
137
|
+
is(o) {
|
|
138
|
+
return o && (o.$typeUrl === ValidatorHistoricalRewards.typeUrl || Array.isArray(o.cumulativeRewardRatio) && (!o.cumulativeRewardRatio.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.cumulativeRewardRatio[0])) && typeof o.referenceCount === "number");
|
|
139
|
+
},
|
|
140
|
+
isAmino(o) {
|
|
141
|
+
return o && (o.$typeUrl === ValidatorHistoricalRewards.typeUrl || Array.isArray(o.cumulative_reward_ratio) && (!o.cumulative_reward_ratio.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.cumulative_reward_ratio[0])) && typeof o.reference_count === "number");
|
|
142
|
+
},
|
|
143
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
144
|
+
for (const v of message.cumulativeRewardRatio) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
145
|
+
if (message.referenceCount !== 0) writer.uint32(16).uint32(message.referenceCount);
|
|
146
|
+
return writer;
|
|
147
|
+
},
|
|
148
|
+
decode(input, length) {
|
|
149
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
150
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
151
|
+
const message = createBaseValidatorHistoricalRewards();
|
|
152
|
+
while (reader.pos < end) {
|
|
153
|
+
const tag = reader.uint32();
|
|
154
|
+
switch (tag >>> 3) {
|
|
155
|
+
case 1:
|
|
156
|
+
message.cumulativeRewardRatio.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
157
|
+
break;
|
|
158
|
+
case 2:
|
|
159
|
+
message.referenceCount = reader.uint32();
|
|
160
|
+
break;
|
|
161
|
+
default:
|
|
162
|
+
reader.skipType(tag & 7);
|
|
163
|
+
break;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
return message;
|
|
167
|
+
},
|
|
168
|
+
fromPartial(object) {
|
|
169
|
+
const message = createBaseValidatorHistoricalRewards();
|
|
170
|
+
message.cumulativeRewardRatio = object.cumulativeRewardRatio?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
171
|
+
message.referenceCount = object.referenceCount ?? 0;
|
|
172
|
+
return message;
|
|
173
|
+
},
|
|
174
|
+
fromAmino(object) {
|
|
175
|
+
const message = createBaseValidatorHistoricalRewards();
|
|
176
|
+
message.cumulativeRewardRatio = object.cumulative_reward_ratio?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
177
|
+
if (object.reference_count !== void 0 && object.reference_count !== null) message.referenceCount = object.reference_count;
|
|
178
|
+
return message;
|
|
179
|
+
},
|
|
180
|
+
toAmino(message) {
|
|
181
|
+
const obj = {};
|
|
182
|
+
if (message.cumulativeRewardRatio) obj.cumulative_reward_ratio = message.cumulativeRewardRatio.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
183
|
+
else obj.cumulative_reward_ratio = message.cumulativeRewardRatio;
|
|
184
|
+
obj.reference_count = message.referenceCount === 0 ? void 0 : message.referenceCount;
|
|
185
|
+
return obj;
|
|
186
|
+
},
|
|
187
|
+
fromAminoMsg(object) {
|
|
188
|
+
return ValidatorHistoricalRewards.fromAmino(object.value);
|
|
189
|
+
},
|
|
190
|
+
toAminoMsg(message) {
|
|
191
|
+
return {
|
|
192
|
+
type: "cosmos-sdk/ValidatorHistoricalRewards",
|
|
193
|
+
value: ValidatorHistoricalRewards.toAmino(message)
|
|
194
|
+
};
|
|
195
|
+
},
|
|
196
|
+
fromProtoMsg(message) {
|
|
197
|
+
return ValidatorHistoricalRewards.decode(message.value);
|
|
198
|
+
},
|
|
199
|
+
toProto(message) {
|
|
200
|
+
return ValidatorHistoricalRewards.encode(message).finish();
|
|
201
|
+
},
|
|
202
|
+
toProtoMsg(message) {
|
|
203
|
+
return {
|
|
204
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
205
|
+
value: ValidatorHistoricalRewards.encode(message).finish()
|
|
206
|
+
};
|
|
207
|
+
},
|
|
208
|
+
registerTypeUrl() {
|
|
209
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorHistoricalRewards.typeUrl)) return;
|
|
210
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
211
|
+
}
|
|
212
|
+
};
|
|
213
|
+
function createBaseValidatorCurrentRewards() {
|
|
214
|
+
return {
|
|
215
|
+
rewards: [],
|
|
216
|
+
period: BigInt(0)
|
|
217
|
+
};
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* ValidatorCurrentRewards represents current rewards and current
|
|
221
|
+
* period for a validator kept as a running counter and incremented
|
|
222
|
+
* each block as long as the validator's tokens remain constant.
|
|
223
|
+
* @name ValidatorCurrentRewards
|
|
224
|
+
* @package cosmos.distribution.v1beta1
|
|
225
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorCurrentRewards
|
|
226
|
+
*/
|
|
227
|
+
const ValidatorCurrentRewards = {
|
|
228
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
229
|
+
aminoType: "cosmos-sdk/ValidatorCurrentRewards",
|
|
230
|
+
is(o) {
|
|
231
|
+
return o && (o.$typeUrl === ValidatorCurrentRewards.typeUrl || Array.isArray(o.rewards) && (!o.rewards.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.rewards[0])) && typeof o.period === "bigint");
|
|
232
|
+
},
|
|
233
|
+
isAmino(o) {
|
|
234
|
+
return o && (o.$typeUrl === ValidatorCurrentRewards.typeUrl || Array.isArray(o.rewards) && (!o.rewards.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.rewards[0])) && typeof o.period === "bigint");
|
|
235
|
+
},
|
|
236
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
237
|
+
for (const v of message.rewards) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
238
|
+
if (message.period !== BigInt(0)) writer.uint32(16).uint64(message.period);
|
|
239
|
+
return writer;
|
|
240
|
+
},
|
|
241
|
+
decode(input, length) {
|
|
242
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
243
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
244
|
+
const message = createBaseValidatorCurrentRewards();
|
|
245
|
+
while (reader.pos < end) {
|
|
246
|
+
const tag = reader.uint32();
|
|
247
|
+
switch (tag >>> 3) {
|
|
248
|
+
case 1:
|
|
249
|
+
message.rewards.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
250
|
+
break;
|
|
251
|
+
case 2:
|
|
252
|
+
message.period = reader.uint64();
|
|
253
|
+
break;
|
|
254
|
+
default:
|
|
255
|
+
reader.skipType(tag & 7);
|
|
256
|
+
break;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
return message;
|
|
260
|
+
},
|
|
261
|
+
fromPartial(object) {
|
|
262
|
+
const message = createBaseValidatorCurrentRewards();
|
|
263
|
+
message.rewards = object.rewards?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
264
|
+
message.period = object.period !== void 0 && object.period !== null ? BigInt(object.period.toString()) : BigInt(0);
|
|
265
|
+
return message;
|
|
266
|
+
},
|
|
267
|
+
fromAmino(object) {
|
|
268
|
+
const message = createBaseValidatorCurrentRewards();
|
|
269
|
+
message.rewards = object.rewards?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
270
|
+
if (object.period !== void 0 && object.period !== null) message.period = BigInt(object.period);
|
|
271
|
+
return message;
|
|
272
|
+
},
|
|
273
|
+
toAmino(message) {
|
|
274
|
+
const obj = {};
|
|
275
|
+
if (message.rewards) obj.rewards = message.rewards.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
276
|
+
else obj.rewards = message.rewards;
|
|
277
|
+
obj.period = message.period !== BigInt(0) ? message.period?.toString() : void 0;
|
|
278
|
+
return obj;
|
|
279
|
+
},
|
|
280
|
+
fromAminoMsg(object) {
|
|
281
|
+
return ValidatorCurrentRewards.fromAmino(object.value);
|
|
282
|
+
},
|
|
283
|
+
toAminoMsg(message) {
|
|
284
|
+
return {
|
|
285
|
+
type: "cosmos-sdk/ValidatorCurrentRewards",
|
|
286
|
+
value: ValidatorCurrentRewards.toAmino(message)
|
|
287
|
+
};
|
|
288
|
+
},
|
|
289
|
+
fromProtoMsg(message) {
|
|
290
|
+
return ValidatorCurrentRewards.decode(message.value);
|
|
291
|
+
},
|
|
292
|
+
toProto(message) {
|
|
293
|
+
return ValidatorCurrentRewards.encode(message).finish();
|
|
294
|
+
},
|
|
295
|
+
toProtoMsg(message) {
|
|
296
|
+
return {
|
|
297
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
298
|
+
value: ValidatorCurrentRewards.encode(message).finish()
|
|
299
|
+
};
|
|
300
|
+
},
|
|
301
|
+
registerTypeUrl() {
|
|
302
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorCurrentRewards.typeUrl)) return;
|
|
303
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
304
|
+
}
|
|
305
|
+
};
|
|
306
|
+
function createBaseValidatorAccumulatedCommission() {
|
|
307
|
+
return { commission: [] };
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* ValidatorAccumulatedCommission represents accumulated commission
|
|
311
|
+
* for a validator kept as a running counter, can be withdrawn at any time.
|
|
312
|
+
* @name ValidatorAccumulatedCommission
|
|
313
|
+
* @package cosmos.distribution.v1beta1
|
|
314
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorAccumulatedCommission
|
|
315
|
+
*/
|
|
316
|
+
const ValidatorAccumulatedCommission = {
|
|
317
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
318
|
+
aminoType: "cosmos-sdk/ValidatorAccumulatedCommission",
|
|
319
|
+
is(o) {
|
|
320
|
+
return o && (o.$typeUrl === ValidatorAccumulatedCommission.typeUrl || Array.isArray(o.commission) && (!o.commission.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.commission[0])));
|
|
321
|
+
},
|
|
322
|
+
isAmino(o) {
|
|
323
|
+
return o && (o.$typeUrl === ValidatorAccumulatedCommission.typeUrl || Array.isArray(o.commission) && (!o.commission.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.commission[0])));
|
|
324
|
+
},
|
|
325
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
326
|
+
for (const v of message.commission) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
327
|
+
return writer;
|
|
328
|
+
},
|
|
329
|
+
decode(input, length) {
|
|
330
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
331
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
332
|
+
const message = createBaseValidatorAccumulatedCommission();
|
|
333
|
+
while (reader.pos < end) {
|
|
334
|
+
const tag = reader.uint32();
|
|
335
|
+
switch (tag >>> 3) {
|
|
336
|
+
case 1:
|
|
337
|
+
message.commission.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
338
|
+
break;
|
|
339
|
+
default:
|
|
340
|
+
reader.skipType(tag & 7);
|
|
341
|
+
break;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
return message;
|
|
345
|
+
},
|
|
346
|
+
fromPartial(object) {
|
|
347
|
+
const message = createBaseValidatorAccumulatedCommission();
|
|
348
|
+
message.commission = object.commission?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
349
|
+
return message;
|
|
350
|
+
},
|
|
351
|
+
fromAmino(object) {
|
|
352
|
+
const message = createBaseValidatorAccumulatedCommission();
|
|
353
|
+
message.commission = object.commission?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
354
|
+
return message;
|
|
355
|
+
},
|
|
356
|
+
toAmino(message) {
|
|
357
|
+
const obj = {};
|
|
358
|
+
if (message.commission) obj.commission = message.commission.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
359
|
+
else obj.commission = message.commission;
|
|
360
|
+
return obj;
|
|
361
|
+
},
|
|
362
|
+
fromAminoMsg(object) {
|
|
363
|
+
return ValidatorAccumulatedCommission.fromAmino(object.value);
|
|
364
|
+
},
|
|
365
|
+
toAminoMsg(message) {
|
|
366
|
+
return {
|
|
367
|
+
type: "cosmos-sdk/ValidatorAccumulatedCommission",
|
|
368
|
+
value: ValidatorAccumulatedCommission.toAmino(message)
|
|
369
|
+
};
|
|
370
|
+
},
|
|
371
|
+
fromProtoMsg(message) {
|
|
372
|
+
return ValidatorAccumulatedCommission.decode(message.value);
|
|
373
|
+
},
|
|
374
|
+
toProto(message) {
|
|
375
|
+
return ValidatorAccumulatedCommission.encode(message).finish();
|
|
376
|
+
},
|
|
377
|
+
toProtoMsg(message) {
|
|
378
|
+
return {
|
|
379
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
380
|
+
value: ValidatorAccumulatedCommission.encode(message).finish()
|
|
381
|
+
};
|
|
382
|
+
},
|
|
383
|
+
registerTypeUrl() {
|
|
384
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorAccumulatedCommission.typeUrl)) return;
|
|
385
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
386
|
+
}
|
|
387
|
+
};
|
|
388
|
+
function createBaseValidatorOutstandingRewards() {
|
|
389
|
+
return { rewards: [] };
|
|
390
|
+
}
|
|
391
|
+
/**
|
|
392
|
+
* ValidatorOutstandingRewards represents outstanding (un-withdrawn) rewards
|
|
393
|
+
* for a validator inexpensive to track, allows simple sanity checks.
|
|
394
|
+
* @name ValidatorOutstandingRewards
|
|
395
|
+
* @package cosmos.distribution.v1beta1
|
|
396
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorOutstandingRewards
|
|
397
|
+
*/
|
|
398
|
+
const ValidatorOutstandingRewards = {
|
|
399
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
400
|
+
aminoType: "cosmos-sdk/ValidatorOutstandingRewards",
|
|
401
|
+
is(o) {
|
|
402
|
+
return o && (o.$typeUrl === ValidatorOutstandingRewards.typeUrl || Array.isArray(o.rewards) && (!o.rewards.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.rewards[0])));
|
|
403
|
+
},
|
|
404
|
+
isAmino(o) {
|
|
405
|
+
return o && (o.$typeUrl === ValidatorOutstandingRewards.typeUrl || Array.isArray(o.rewards) && (!o.rewards.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.rewards[0])));
|
|
406
|
+
},
|
|
407
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
408
|
+
for (const v of message.rewards) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
409
|
+
return writer;
|
|
410
|
+
},
|
|
411
|
+
decode(input, length) {
|
|
412
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
413
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
414
|
+
const message = createBaseValidatorOutstandingRewards();
|
|
415
|
+
while (reader.pos < end) {
|
|
416
|
+
const tag = reader.uint32();
|
|
417
|
+
switch (tag >>> 3) {
|
|
418
|
+
case 1:
|
|
419
|
+
message.rewards.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
420
|
+
break;
|
|
421
|
+
default:
|
|
422
|
+
reader.skipType(tag & 7);
|
|
423
|
+
break;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
return message;
|
|
427
|
+
},
|
|
428
|
+
fromPartial(object) {
|
|
429
|
+
const message = createBaseValidatorOutstandingRewards();
|
|
430
|
+
message.rewards = object.rewards?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
431
|
+
return message;
|
|
432
|
+
},
|
|
433
|
+
fromAmino(object) {
|
|
434
|
+
const message = createBaseValidatorOutstandingRewards();
|
|
435
|
+
message.rewards = object.rewards?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
436
|
+
return message;
|
|
437
|
+
},
|
|
438
|
+
toAmino(message) {
|
|
439
|
+
const obj = {};
|
|
440
|
+
if (message.rewards) obj.rewards = message.rewards.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
441
|
+
else obj.rewards = message.rewards;
|
|
442
|
+
return obj;
|
|
443
|
+
},
|
|
444
|
+
fromAminoMsg(object) {
|
|
445
|
+
return ValidatorOutstandingRewards.fromAmino(object.value);
|
|
446
|
+
},
|
|
447
|
+
toAminoMsg(message) {
|
|
448
|
+
return {
|
|
449
|
+
type: "cosmos-sdk/ValidatorOutstandingRewards",
|
|
450
|
+
value: ValidatorOutstandingRewards.toAmino(message)
|
|
451
|
+
};
|
|
452
|
+
},
|
|
453
|
+
fromProtoMsg(message) {
|
|
454
|
+
return ValidatorOutstandingRewards.decode(message.value);
|
|
455
|
+
},
|
|
456
|
+
toProto(message) {
|
|
457
|
+
return ValidatorOutstandingRewards.encode(message).finish();
|
|
458
|
+
},
|
|
459
|
+
toProtoMsg(message) {
|
|
460
|
+
return {
|
|
461
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
462
|
+
value: ValidatorOutstandingRewards.encode(message).finish()
|
|
463
|
+
};
|
|
464
|
+
},
|
|
465
|
+
registerTypeUrl() {
|
|
466
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorOutstandingRewards.typeUrl)) return;
|
|
467
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
function createBaseValidatorSlashEvent() {
|
|
471
|
+
return {
|
|
472
|
+
validatorPeriod: BigInt(0),
|
|
473
|
+
fraction: ""
|
|
474
|
+
};
|
|
475
|
+
}
|
|
476
|
+
/**
|
|
477
|
+
* ValidatorSlashEvent represents a validator slash event.
|
|
478
|
+
* Height is implicit within the store key.
|
|
479
|
+
* This is needed to calculate appropriate amount of staking tokens
|
|
480
|
+
* for delegations which are withdrawn after a slash has occurred.
|
|
481
|
+
* @name ValidatorSlashEvent
|
|
482
|
+
* @package cosmos.distribution.v1beta1
|
|
483
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorSlashEvent
|
|
484
|
+
*/
|
|
485
|
+
const ValidatorSlashEvent = {
|
|
486
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
487
|
+
aminoType: "cosmos-sdk/ValidatorSlashEvent",
|
|
488
|
+
is(o) {
|
|
489
|
+
return o && (o.$typeUrl === ValidatorSlashEvent.typeUrl || typeof o.validatorPeriod === "bigint" && typeof o.fraction === "string");
|
|
490
|
+
},
|
|
491
|
+
isAmino(o) {
|
|
492
|
+
return o && (o.$typeUrl === ValidatorSlashEvent.typeUrl || typeof o.validator_period === "bigint" && typeof o.fraction === "string");
|
|
493
|
+
},
|
|
494
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
495
|
+
if (message.validatorPeriod !== BigInt(0)) writer.uint32(8).uint64(message.validatorPeriod);
|
|
496
|
+
if (message.fraction !== "") writer.uint32(18).string(_interchainjs_math.Decimal.fromUserInput(message.fraction, 18).atomics);
|
|
497
|
+
return writer;
|
|
498
|
+
},
|
|
499
|
+
decode(input, length) {
|
|
500
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
501
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
502
|
+
const message = createBaseValidatorSlashEvent();
|
|
503
|
+
while (reader.pos < end) {
|
|
504
|
+
const tag = reader.uint32();
|
|
505
|
+
switch (tag >>> 3) {
|
|
506
|
+
case 1:
|
|
507
|
+
message.validatorPeriod = reader.uint64();
|
|
508
|
+
break;
|
|
509
|
+
case 2:
|
|
510
|
+
message.fraction = _interchainjs_math.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
511
|
+
break;
|
|
512
|
+
default:
|
|
513
|
+
reader.skipType(tag & 7);
|
|
514
|
+
break;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
return message;
|
|
518
|
+
},
|
|
519
|
+
fromPartial(object) {
|
|
520
|
+
const message = createBaseValidatorSlashEvent();
|
|
521
|
+
message.validatorPeriod = object.validatorPeriod !== void 0 && object.validatorPeriod !== null ? BigInt(object.validatorPeriod.toString()) : BigInt(0);
|
|
522
|
+
message.fraction = object.fraction ?? "";
|
|
523
|
+
return message;
|
|
524
|
+
},
|
|
525
|
+
fromAmino(object) {
|
|
526
|
+
const message = createBaseValidatorSlashEvent();
|
|
527
|
+
if (object.validator_period !== void 0 && object.validator_period !== null) message.validatorPeriod = BigInt(object.validator_period);
|
|
528
|
+
if (object.fraction !== void 0 && object.fraction !== null) message.fraction = object.fraction;
|
|
529
|
+
return message;
|
|
530
|
+
},
|
|
531
|
+
toAmino(message) {
|
|
532
|
+
const obj = {};
|
|
533
|
+
obj.validator_period = message.validatorPeriod !== BigInt(0) ? message.validatorPeriod?.toString() : void 0;
|
|
534
|
+
obj.fraction = message.fraction === "" ? void 0 : _interchainjs_math.Decimal.fromUserInput(message.fraction, 18).atomics;
|
|
535
|
+
return obj;
|
|
536
|
+
},
|
|
537
|
+
fromAminoMsg(object) {
|
|
538
|
+
return ValidatorSlashEvent.fromAmino(object.value);
|
|
539
|
+
},
|
|
540
|
+
toAminoMsg(message) {
|
|
541
|
+
return {
|
|
542
|
+
type: "cosmos-sdk/ValidatorSlashEvent",
|
|
543
|
+
value: ValidatorSlashEvent.toAmino(message)
|
|
544
|
+
};
|
|
545
|
+
},
|
|
546
|
+
fromProtoMsg(message) {
|
|
547
|
+
return ValidatorSlashEvent.decode(message.value);
|
|
548
|
+
},
|
|
549
|
+
toProto(message) {
|
|
550
|
+
return ValidatorSlashEvent.encode(message).finish();
|
|
551
|
+
},
|
|
552
|
+
toProtoMsg(message) {
|
|
553
|
+
return {
|
|
554
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
555
|
+
value: ValidatorSlashEvent.encode(message).finish()
|
|
556
|
+
};
|
|
557
|
+
},
|
|
558
|
+
registerTypeUrl() {}
|
|
559
|
+
};
|
|
560
|
+
function createBaseValidatorSlashEvents() {
|
|
561
|
+
return { validatorSlashEvents: [] };
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* ValidatorSlashEvents is a collection of ValidatorSlashEvent messages.
|
|
565
|
+
* @name ValidatorSlashEvents
|
|
566
|
+
* @package cosmos.distribution.v1beta1
|
|
567
|
+
* @see proto type: cosmos.distribution.v1beta1.ValidatorSlashEvents
|
|
568
|
+
*/
|
|
569
|
+
const ValidatorSlashEvents = {
|
|
570
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
571
|
+
aminoType: "cosmos-sdk/ValidatorSlashEvents",
|
|
572
|
+
is(o) {
|
|
573
|
+
return o && (o.$typeUrl === ValidatorSlashEvents.typeUrl || Array.isArray(o.validatorSlashEvents) && (!o.validatorSlashEvents.length || ValidatorSlashEvent.is(o.validatorSlashEvents[0])));
|
|
574
|
+
},
|
|
575
|
+
isAmino(o) {
|
|
576
|
+
return o && (o.$typeUrl === ValidatorSlashEvents.typeUrl || Array.isArray(o.validator_slash_events) && (!o.validator_slash_events.length || ValidatorSlashEvent.isAmino(o.validator_slash_events[0])));
|
|
577
|
+
},
|
|
578
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
579
|
+
for (const v of message.validatorSlashEvents) ValidatorSlashEvent.encode(v, writer.uint32(10).fork()).ldelim();
|
|
580
|
+
return writer;
|
|
581
|
+
},
|
|
582
|
+
decode(input, length) {
|
|
583
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
584
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
585
|
+
const message = createBaseValidatorSlashEvents();
|
|
586
|
+
while (reader.pos < end) {
|
|
587
|
+
const tag = reader.uint32();
|
|
588
|
+
switch (tag >>> 3) {
|
|
589
|
+
case 1:
|
|
590
|
+
message.validatorSlashEvents.push(ValidatorSlashEvent.decode(reader, reader.uint32()));
|
|
591
|
+
break;
|
|
592
|
+
default:
|
|
593
|
+
reader.skipType(tag & 7);
|
|
594
|
+
break;
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
return message;
|
|
598
|
+
},
|
|
599
|
+
fromPartial(object) {
|
|
600
|
+
const message = createBaseValidatorSlashEvents();
|
|
601
|
+
message.validatorSlashEvents = object.validatorSlashEvents?.map((e) => ValidatorSlashEvent.fromPartial(e)) || [];
|
|
602
|
+
return message;
|
|
603
|
+
},
|
|
604
|
+
fromAmino(object) {
|
|
605
|
+
const message = createBaseValidatorSlashEvents();
|
|
606
|
+
message.validatorSlashEvents = object.validator_slash_events?.map((e) => ValidatorSlashEvent.fromAmino(e)) || [];
|
|
607
|
+
return message;
|
|
608
|
+
},
|
|
609
|
+
toAmino(message) {
|
|
610
|
+
const obj = {};
|
|
611
|
+
if (message.validatorSlashEvents) obj.validator_slash_events = message.validatorSlashEvents.map((e) => e ? ValidatorSlashEvent.toAmino(e) : void 0);
|
|
612
|
+
else obj.validator_slash_events = message.validatorSlashEvents;
|
|
613
|
+
return obj;
|
|
614
|
+
},
|
|
615
|
+
fromAminoMsg(object) {
|
|
616
|
+
return ValidatorSlashEvents.fromAmino(object.value);
|
|
617
|
+
},
|
|
618
|
+
toAminoMsg(message) {
|
|
619
|
+
return {
|
|
620
|
+
type: "cosmos-sdk/ValidatorSlashEvents",
|
|
621
|
+
value: ValidatorSlashEvents.toAmino(message)
|
|
622
|
+
};
|
|
623
|
+
},
|
|
624
|
+
fromProtoMsg(message) {
|
|
625
|
+
return ValidatorSlashEvents.decode(message.value);
|
|
626
|
+
},
|
|
627
|
+
toProto(message) {
|
|
628
|
+
return ValidatorSlashEvents.encode(message).finish();
|
|
629
|
+
},
|
|
630
|
+
toProtoMsg(message) {
|
|
631
|
+
return {
|
|
632
|
+
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
633
|
+
value: ValidatorSlashEvents.encode(message).finish()
|
|
634
|
+
};
|
|
635
|
+
},
|
|
636
|
+
registerTypeUrl() {
|
|
637
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(ValidatorSlashEvents.typeUrl)) return;
|
|
638
|
+
ValidatorSlashEvent.registerTypeUrl();
|
|
639
|
+
}
|
|
640
|
+
};
|
|
641
|
+
function createBaseFeePool() {
|
|
642
|
+
return { communityPool: [] };
|
|
643
|
+
}
|
|
644
|
+
/**
|
|
645
|
+
* FeePool is the global fee pool for distribution.
|
|
646
|
+
* @name FeePool
|
|
647
|
+
* @package cosmos.distribution.v1beta1
|
|
648
|
+
* @see proto type: cosmos.distribution.v1beta1.FeePool
|
|
649
|
+
*/
|
|
650
|
+
const FeePool = {
|
|
651
|
+
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
652
|
+
aminoType: "cosmos-sdk/FeePool",
|
|
653
|
+
is(o) {
|
|
654
|
+
return o && (o.$typeUrl === FeePool.typeUrl || Array.isArray(o.communityPool) && (!o.communityPool.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.communityPool[0])));
|
|
655
|
+
},
|
|
656
|
+
isAmino(o) {
|
|
657
|
+
return o && (o.$typeUrl === FeePool.typeUrl || Array.isArray(o.community_pool) && (!o.community_pool.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.community_pool[0])));
|
|
658
|
+
},
|
|
659
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
660
|
+
for (const v of message.communityPool) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
661
|
+
return writer;
|
|
662
|
+
},
|
|
663
|
+
decode(input, length) {
|
|
664
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
665
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
666
|
+
const message = createBaseFeePool();
|
|
667
|
+
while (reader.pos < end) {
|
|
668
|
+
const tag = reader.uint32();
|
|
669
|
+
switch (tag >>> 3) {
|
|
670
|
+
case 1:
|
|
671
|
+
message.communityPool.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
672
|
+
break;
|
|
673
|
+
default:
|
|
674
|
+
reader.skipType(tag & 7);
|
|
675
|
+
break;
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
return message;
|
|
679
|
+
},
|
|
680
|
+
fromPartial(object) {
|
|
681
|
+
const message = createBaseFeePool();
|
|
682
|
+
message.communityPool = object.communityPool?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
683
|
+
return message;
|
|
684
|
+
},
|
|
685
|
+
fromAmino(object) {
|
|
686
|
+
const message = createBaseFeePool();
|
|
687
|
+
message.communityPool = object.community_pool?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
688
|
+
return message;
|
|
689
|
+
},
|
|
690
|
+
toAmino(message) {
|
|
691
|
+
const obj = {};
|
|
692
|
+
if (message.communityPool) obj.community_pool = message.communityPool.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
693
|
+
else obj.community_pool = message.communityPool;
|
|
694
|
+
return obj;
|
|
695
|
+
},
|
|
696
|
+
fromAminoMsg(object) {
|
|
697
|
+
return FeePool.fromAmino(object.value);
|
|
698
|
+
},
|
|
699
|
+
toAminoMsg(message) {
|
|
700
|
+
return {
|
|
701
|
+
type: "cosmos-sdk/FeePool",
|
|
702
|
+
value: FeePool.toAmino(message)
|
|
703
|
+
};
|
|
704
|
+
},
|
|
705
|
+
fromProtoMsg(message) {
|
|
706
|
+
return FeePool.decode(message.value);
|
|
707
|
+
},
|
|
708
|
+
toProto(message) {
|
|
709
|
+
return FeePool.encode(message).finish();
|
|
710
|
+
},
|
|
711
|
+
toProtoMsg(message) {
|
|
712
|
+
return {
|
|
713
|
+
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
714
|
+
value: FeePool.encode(message).finish()
|
|
715
|
+
};
|
|
716
|
+
},
|
|
717
|
+
registerTypeUrl() {
|
|
718
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(FeePool.typeUrl)) return;
|
|
719
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
720
|
+
}
|
|
721
|
+
};
|
|
722
|
+
function createBaseCommunityPoolSpendProposal() {
|
|
723
|
+
return {
|
|
724
|
+
title: "",
|
|
725
|
+
description: "",
|
|
726
|
+
recipient: "",
|
|
727
|
+
amount: []
|
|
728
|
+
};
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* CommunityPoolSpendProposal details a proposal for use of community funds,
|
|
732
|
+
* together with how many coins are proposed to be spent, and to which
|
|
733
|
+
* recipient account.
|
|
734
|
+
*
|
|
735
|
+
* Deprecated: Do not use. As of the Cosmos SDK release v0.47.x, there is no
|
|
736
|
+
* longer a need for an explicit CommunityPoolSpendProposal. To spend community
|
|
737
|
+
* pool funds, a simple MsgCommunityPoolSpend can be invoked from the x/gov
|
|
738
|
+
* module via a v1 governance proposal.
|
|
739
|
+
* @name CommunityPoolSpendProposal
|
|
740
|
+
* @package cosmos.distribution.v1beta1
|
|
741
|
+
* @see proto type: cosmos.distribution.v1beta1.CommunityPoolSpendProposal
|
|
742
|
+
* @deprecated
|
|
743
|
+
*/
|
|
744
|
+
const CommunityPoolSpendProposal = {
|
|
745
|
+
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
746
|
+
aminoType: "cosmos-sdk/CommunityPoolSpendProposal",
|
|
747
|
+
is(o) {
|
|
748
|
+
return o && (o.$typeUrl === CommunityPoolSpendProposal.typeUrl || typeof o.title === "string" && typeof o.description === "string" && typeof o.recipient === "string" && Array.isArray(o.amount) && (!o.amount.length || require_cosmos_base_v1beta1_coin.Coin.is(o.amount[0])));
|
|
749
|
+
},
|
|
750
|
+
isAmino(o) {
|
|
751
|
+
return o && (o.$typeUrl === CommunityPoolSpendProposal.typeUrl || typeof o.title === "string" && typeof o.description === "string" && typeof o.recipient === "string" && Array.isArray(o.amount) && (!o.amount.length || require_cosmos_base_v1beta1_coin.Coin.isAmino(o.amount[0])));
|
|
752
|
+
},
|
|
753
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
754
|
+
if (message.title !== "") writer.uint32(10).string(message.title);
|
|
755
|
+
if (message.description !== "") writer.uint32(18).string(message.description);
|
|
756
|
+
if (message.recipient !== "") writer.uint32(26).string(message.recipient);
|
|
757
|
+
for (const v of message.amount) require_cosmos_base_v1beta1_coin.Coin.encode(v, writer.uint32(34).fork()).ldelim();
|
|
758
|
+
return writer;
|
|
759
|
+
},
|
|
760
|
+
decode(input, length) {
|
|
761
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
762
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
763
|
+
const message = createBaseCommunityPoolSpendProposal();
|
|
764
|
+
while (reader.pos < end) {
|
|
765
|
+
const tag = reader.uint32();
|
|
766
|
+
switch (tag >>> 3) {
|
|
767
|
+
case 1:
|
|
768
|
+
message.title = reader.string();
|
|
769
|
+
break;
|
|
770
|
+
case 2:
|
|
771
|
+
message.description = reader.string();
|
|
772
|
+
break;
|
|
773
|
+
case 3:
|
|
774
|
+
message.recipient = reader.string();
|
|
775
|
+
break;
|
|
776
|
+
case 4:
|
|
777
|
+
message.amount.push(require_cosmos_base_v1beta1_coin.Coin.decode(reader, reader.uint32()));
|
|
778
|
+
break;
|
|
779
|
+
default:
|
|
780
|
+
reader.skipType(tag & 7);
|
|
781
|
+
break;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
return message;
|
|
785
|
+
},
|
|
786
|
+
fromPartial(object) {
|
|
787
|
+
const message = createBaseCommunityPoolSpendProposal();
|
|
788
|
+
message.title = object.title ?? "";
|
|
789
|
+
message.description = object.description ?? "";
|
|
790
|
+
message.recipient = object.recipient ?? "";
|
|
791
|
+
message.amount = object.amount?.map((e) => require_cosmos_base_v1beta1_coin.Coin.fromPartial(e)) || [];
|
|
792
|
+
return message;
|
|
793
|
+
},
|
|
794
|
+
fromAmino(object) {
|
|
795
|
+
const message = createBaseCommunityPoolSpendProposal();
|
|
796
|
+
if (object.title !== void 0 && object.title !== null) message.title = object.title;
|
|
797
|
+
if (object.description !== void 0 && object.description !== null) message.description = object.description;
|
|
798
|
+
if (object.recipient !== void 0 && object.recipient !== null) message.recipient = object.recipient;
|
|
799
|
+
message.amount = object.amount?.map((e) => require_cosmos_base_v1beta1_coin.Coin.fromAmino(e)) || [];
|
|
800
|
+
return message;
|
|
801
|
+
},
|
|
802
|
+
toAmino(message) {
|
|
803
|
+
const obj = {};
|
|
804
|
+
obj.title = message.title === "" ? void 0 : message.title;
|
|
805
|
+
obj.description = message.description === "" ? void 0 : message.description;
|
|
806
|
+
obj.recipient = message.recipient === "" ? void 0 : message.recipient;
|
|
807
|
+
if (message.amount) obj.amount = message.amount.map((e) => e ? require_cosmos_base_v1beta1_coin.Coin.toAmino(e) : void 0);
|
|
808
|
+
else obj.amount = message.amount;
|
|
809
|
+
return obj;
|
|
810
|
+
},
|
|
811
|
+
fromAminoMsg(object) {
|
|
812
|
+
return CommunityPoolSpendProposal.fromAmino(object.value);
|
|
813
|
+
},
|
|
814
|
+
toAminoMsg(message) {
|
|
815
|
+
return {
|
|
816
|
+
type: "cosmos-sdk/CommunityPoolSpendProposal",
|
|
817
|
+
value: CommunityPoolSpendProposal.toAmino(message)
|
|
818
|
+
};
|
|
819
|
+
},
|
|
820
|
+
fromProtoMsg(message) {
|
|
821
|
+
return CommunityPoolSpendProposal.decode(message.value);
|
|
822
|
+
},
|
|
823
|
+
toProto(message) {
|
|
824
|
+
return CommunityPoolSpendProposal.encode(message).finish();
|
|
825
|
+
},
|
|
826
|
+
toProtoMsg(message) {
|
|
827
|
+
return {
|
|
828
|
+
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
829
|
+
value: CommunityPoolSpendProposal.encode(message).finish()
|
|
830
|
+
};
|
|
831
|
+
},
|
|
832
|
+
registerTypeUrl() {
|
|
833
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(CommunityPoolSpendProposal.typeUrl)) return;
|
|
834
|
+
require_registry.GlobalDecoderRegistry.register(CommunityPoolSpendProposal.typeUrl, CommunityPoolSpendProposal);
|
|
835
|
+
require_registry.GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposal.aminoType, CommunityPoolSpendProposal.typeUrl);
|
|
836
|
+
require_cosmos_base_v1beta1_coin.Coin.registerTypeUrl();
|
|
837
|
+
}
|
|
838
|
+
};
|
|
839
|
+
function createBaseDelegatorStartingInfo() {
|
|
840
|
+
return {
|
|
841
|
+
previousPeriod: BigInt(0),
|
|
842
|
+
stake: "",
|
|
843
|
+
height: BigInt(0)
|
|
844
|
+
};
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* DelegatorStartingInfo represents the starting info for a delegator reward
|
|
848
|
+
* period. It tracks the previous validator period, the delegation's amount of
|
|
849
|
+
* staking token, and the creation height (to check later on if any slashes have
|
|
850
|
+
* occurred). NOTE: Even though validators are slashed to whole staking tokens,
|
|
851
|
+
* the delegators within the validator may be left with less than a full token,
|
|
852
|
+
* thus sdk.Dec is used.
|
|
853
|
+
* @name DelegatorStartingInfo
|
|
854
|
+
* @package cosmos.distribution.v1beta1
|
|
855
|
+
* @see proto type: cosmos.distribution.v1beta1.DelegatorStartingInfo
|
|
856
|
+
*/
|
|
857
|
+
const DelegatorStartingInfo = {
|
|
858
|
+
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
859
|
+
aminoType: "cosmos-sdk/DelegatorStartingInfo",
|
|
860
|
+
is(o) {
|
|
861
|
+
return o && (o.$typeUrl === DelegatorStartingInfo.typeUrl || typeof o.previousPeriod === "bigint" && typeof o.stake === "string" && typeof o.height === "bigint");
|
|
862
|
+
},
|
|
863
|
+
isAmino(o) {
|
|
864
|
+
return o && (o.$typeUrl === DelegatorStartingInfo.typeUrl || typeof o.previous_period === "bigint" && typeof o.stake === "string" && typeof o.height === "bigint");
|
|
865
|
+
},
|
|
866
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
867
|
+
if (message.previousPeriod !== BigInt(0)) writer.uint32(8).uint64(message.previousPeriod);
|
|
868
|
+
if (message.stake !== "") writer.uint32(18).string(_interchainjs_math.Decimal.fromUserInput(message.stake, 18).atomics);
|
|
869
|
+
if (message.height !== BigInt(0)) writer.uint32(24).uint64(message.height);
|
|
870
|
+
return writer;
|
|
871
|
+
},
|
|
872
|
+
decode(input, length) {
|
|
873
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
874
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
875
|
+
const message = createBaseDelegatorStartingInfo();
|
|
876
|
+
while (reader.pos < end) {
|
|
877
|
+
const tag = reader.uint32();
|
|
878
|
+
switch (tag >>> 3) {
|
|
879
|
+
case 1:
|
|
880
|
+
message.previousPeriod = reader.uint64();
|
|
881
|
+
break;
|
|
882
|
+
case 2:
|
|
883
|
+
message.stake = _interchainjs_math.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
884
|
+
break;
|
|
885
|
+
case 3:
|
|
886
|
+
message.height = reader.uint64();
|
|
887
|
+
break;
|
|
888
|
+
default:
|
|
889
|
+
reader.skipType(tag & 7);
|
|
890
|
+
break;
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
return message;
|
|
894
|
+
},
|
|
895
|
+
fromPartial(object) {
|
|
896
|
+
const message = createBaseDelegatorStartingInfo();
|
|
897
|
+
message.previousPeriod = object.previousPeriod !== void 0 && object.previousPeriod !== null ? BigInt(object.previousPeriod.toString()) : BigInt(0);
|
|
898
|
+
message.stake = object.stake ?? "";
|
|
899
|
+
message.height = object.height !== void 0 && object.height !== null ? BigInt(object.height.toString()) : BigInt(0);
|
|
900
|
+
return message;
|
|
901
|
+
},
|
|
902
|
+
fromAmino(object) {
|
|
903
|
+
const message = createBaseDelegatorStartingInfo();
|
|
904
|
+
if (object.previous_period !== void 0 && object.previous_period !== null) message.previousPeriod = BigInt(object.previous_period);
|
|
905
|
+
if (object.stake !== void 0 && object.stake !== null) message.stake = object.stake;
|
|
906
|
+
if (object.height !== void 0 && object.height !== null) message.height = BigInt(object.height);
|
|
907
|
+
return message;
|
|
908
|
+
},
|
|
909
|
+
toAmino(message) {
|
|
910
|
+
const obj = {};
|
|
911
|
+
obj.previous_period = message.previousPeriod !== BigInt(0) ? message.previousPeriod?.toString() : void 0;
|
|
912
|
+
obj.stake = _interchainjs_math.Decimal.fromUserInput(message.stake, 18).atomics ?? "";
|
|
913
|
+
obj.height = message.height ? message.height?.toString() : "0";
|
|
914
|
+
return obj;
|
|
915
|
+
},
|
|
916
|
+
fromAminoMsg(object) {
|
|
917
|
+
return DelegatorStartingInfo.fromAmino(object.value);
|
|
918
|
+
},
|
|
919
|
+
toAminoMsg(message) {
|
|
920
|
+
return {
|
|
921
|
+
type: "cosmos-sdk/DelegatorStartingInfo",
|
|
922
|
+
value: DelegatorStartingInfo.toAmino(message)
|
|
923
|
+
};
|
|
924
|
+
},
|
|
925
|
+
fromProtoMsg(message) {
|
|
926
|
+
return DelegatorStartingInfo.decode(message.value);
|
|
927
|
+
},
|
|
928
|
+
toProto(message) {
|
|
929
|
+
return DelegatorStartingInfo.encode(message).finish();
|
|
930
|
+
},
|
|
931
|
+
toProtoMsg(message) {
|
|
932
|
+
return {
|
|
933
|
+
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
934
|
+
value: DelegatorStartingInfo.encode(message).finish()
|
|
935
|
+
};
|
|
936
|
+
},
|
|
937
|
+
registerTypeUrl() {}
|
|
938
|
+
};
|
|
939
|
+
function createBaseDelegationDelegatorReward() {
|
|
940
|
+
return {
|
|
941
|
+
validatorAddress: "",
|
|
942
|
+
reward: []
|
|
943
|
+
};
|
|
944
|
+
}
|
|
945
|
+
/**
|
|
946
|
+
* DelegationDelegatorReward represents the properties
|
|
947
|
+
* of a delegator's delegation reward.
|
|
948
|
+
* @name DelegationDelegatorReward
|
|
949
|
+
* @package cosmos.distribution.v1beta1
|
|
950
|
+
* @see proto type: cosmos.distribution.v1beta1.DelegationDelegatorReward
|
|
951
|
+
*/
|
|
952
|
+
const DelegationDelegatorReward = {
|
|
953
|
+
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
954
|
+
aminoType: "cosmos-sdk/DelegationDelegatorReward",
|
|
955
|
+
is(o) {
|
|
956
|
+
return o && (o.$typeUrl === DelegationDelegatorReward.typeUrl || typeof o.validatorAddress === "string" && Array.isArray(o.reward) && (!o.reward.length || require_cosmos_base_v1beta1_coin.DecCoin.is(o.reward[0])));
|
|
957
|
+
},
|
|
958
|
+
isAmino(o) {
|
|
959
|
+
return o && (o.$typeUrl === DelegationDelegatorReward.typeUrl || typeof o.validator_address === "string" && Array.isArray(o.reward) && (!o.reward.length || require_cosmos_base_v1beta1_coin.DecCoin.isAmino(o.reward[0])));
|
|
960
|
+
},
|
|
961
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
962
|
+
if (message.validatorAddress !== "") writer.uint32(10).string(message.validatorAddress);
|
|
963
|
+
for (const v of message.reward) require_cosmos_base_v1beta1_coin.DecCoin.encode(v, writer.uint32(18).fork()).ldelim();
|
|
964
|
+
return writer;
|
|
965
|
+
},
|
|
966
|
+
decode(input, length) {
|
|
967
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
968
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
969
|
+
const message = createBaseDelegationDelegatorReward();
|
|
970
|
+
while (reader.pos < end) {
|
|
971
|
+
const tag = reader.uint32();
|
|
972
|
+
switch (tag >>> 3) {
|
|
973
|
+
case 1:
|
|
974
|
+
message.validatorAddress = reader.string();
|
|
975
|
+
break;
|
|
976
|
+
case 2:
|
|
977
|
+
message.reward.push(require_cosmos_base_v1beta1_coin.DecCoin.decode(reader, reader.uint32()));
|
|
978
|
+
break;
|
|
979
|
+
default:
|
|
980
|
+
reader.skipType(tag & 7);
|
|
981
|
+
break;
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
return message;
|
|
985
|
+
},
|
|
986
|
+
fromPartial(object) {
|
|
987
|
+
const message = createBaseDelegationDelegatorReward();
|
|
988
|
+
message.validatorAddress = object.validatorAddress ?? "";
|
|
989
|
+
message.reward = object.reward?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromPartial(e)) || [];
|
|
990
|
+
return message;
|
|
991
|
+
},
|
|
992
|
+
fromAmino(object) {
|
|
993
|
+
const message = createBaseDelegationDelegatorReward();
|
|
994
|
+
if (object.validator_address !== void 0 && object.validator_address !== null) message.validatorAddress = object.validator_address;
|
|
995
|
+
message.reward = object.reward?.map((e) => require_cosmos_base_v1beta1_coin.DecCoin.fromAmino(e)) || [];
|
|
996
|
+
return message;
|
|
997
|
+
},
|
|
998
|
+
toAmino(message) {
|
|
999
|
+
const obj = {};
|
|
1000
|
+
obj.validator_address = message.validatorAddress === "" ? void 0 : message.validatorAddress;
|
|
1001
|
+
if (message.reward) obj.reward = message.reward.map((e) => e ? require_cosmos_base_v1beta1_coin.DecCoin.toAmino(e) : void 0);
|
|
1002
|
+
else obj.reward = message.reward;
|
|
1003
|
+
return obj;
|
|
1004
|
+
},
|
|
1005
|
+
fromAminoMsg(object) {
|
|
1006
|
+
return DelegationDelegatorReward.fromAmino(object.value);
|
|
1007
|
+
},
|
|
1008
|
+
toAminoMsg(message) {
|
|
1009
|
+
return {
|
|
1010
|
+
type: "cosmos-sdk/DelegationDelegatorReward",
|
|
1011
|
+
value: DelegationDelegatorReward.toAmino(message)
|
|
1012
|
+
};
|
|
1013
|
+
},
|
|
1014
|
+
fromProtoMsg(message) {
|
|
1015
|
+
return DelegationDelegatorReward.decode(message.value);
|
|
1016
|
+
},
|
|
1017
|
+
toProto(message) {
|
|
1018
|
+
return DelegationDelegatorReward.encode(message).finish();
|
|
1019
|
+
},
|
|
1020
|
+
toProtoMsg(message) {
|
|
1021
|
+
return {
|
|
1022
|
+
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
1023
|
+
value: DelegationDelegatorReward.encode(message).finish()
|
|
1024
|
+
};
|
|
1025
|
+
},
|
|
1026
|
+
registerTypeUrl() {
|
|
1027
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(DelegationDelegatorReward.typeUrl)) return;
|
|
1028
|
+
require_cosmos_base_v1beta1_coin.DecCoin.registerTypeUrl();
|
|
1029
|
+
}
|
|
1030
|
+
};
|
|
1031
|
+
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1032
|
+
return {
|
|
1033
|
+
title: "",
|
|
1034
|
+
description: "",
|
|
1035
|
+
recipient: "",
|
|
1036
|
+
amount: "",
|
|
1037
|
+
deposit: ""
|
|
1038
|
+
};
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* CommunityPoolSpendProposalWithDeposit defines a CommunityPoolSpendProposal
|
|
1042
|
+
* with a deposit
|
|
1043
|
+
* @name CommunityPoolSpendProposalWithDeposit
|
|
1044
|
+
* @package cosmos.distribution.v1beta1
|
|
1045
|
+
* @see proto type: cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit
|
|
1046
|
+
*/
|
|
1047
|
+
const CommunityPoolSpendProposalWithDeposit = {
|
|
1048
|
+
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1049
|
+
aminoType: "cosmos-sdk/CommunityPoolSpendProposalWithDeposit",
|
|
1050
|
+
is(o) {
|
|
1051
|
+
return o && (o.$typeUrl === CommunityPoolSpendProposalWithDeposit.typeUrl || typeof o.title === "string" && typeof o.description === "string" && typeof o.recipient === "string" && typeof o.amount === "string" && typeof o.deposit === "string");
|
|
1052
|
+
},
|
|
1053
|
+
isAmino(o) {
|
|
1054
|
+
return o && (o.$typeUrl === CommunityPoolSpendProposalWithDeposit.typeUrl || typeof o.title === "string" && typeof o.description === "string" && typeof o.recipient === "string" && typeof o.amount === "string" && typeof o.deposit === "string");
|
|
1055
|
+
},
|
|
1056
|
+
encode(message, writer = require_binary.BinaryWriter.create()) {
|
|
1057
|
+
if (message.title !== "") writer.uint32(10).string(message.title);
|
|
1058
|
+
if (message.description !== "") writer.uint32(18).string(message.description);
|
|
1059
|
+
if (message.recipient !== "") writer.uint32(26).string(message.recipient);
|
|
1060
|
+
if (message.amount !== "") writer.uint32(34).string(message.amount);
|
|
1061
|
+
if (message.deposit !== "") writer.uint32(42).string(message.deposit);
|
|
1062
|
+
return writer;
|
|
1063
|
+
},
|
|
1064
|
+
decode(input, length) {
|
|
1065
|
+
const reader = input instanceof require_binary.BinaryReader ? input : new require_binary.BinaryReader(input);
|
|
1066
|
+
let end = length === void 0 ? reader.len : reader.pos + length;
|
|
1067
|
+
const message = createBaseCommunityPoolSpendProposalWithDeposit();
|
|
1068
|
+
while (reader.pos < end) {
|
|
1069
|
+
const tag = reader.uint32();
|
|
1070
|
+
switch (tag >>> 3) {
|
|
1071
|
+
case 1:
|
|
1072
|
+
message.title = reader.string();
|
|
1073
|
+
break;
|
|
1074
|
+
case 2:
|
|
1075
|
+
message.description = reader.string();
|
|
1076
|
+
break;
|
|
1077
|
+
case 3:
|
|
1078
|
+
message.recipient = reader.string();
|
|
1079
|
+
break;
|
|
1080
|
+
case 4:
|
|
1081
|
+
message.amount = reader.string();
|
|
1082
|
+
break;
|
|
1083
|
+
case 5:
|
|
1084
|
+
message.deposit = reader.string();
|
|
1085
|
+
break;
|
|
1086
|
+
default:
|
|
1087
|
+
reader.skipType(tag & 7);
|
|
1088
|
+
break;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
return message;
|
|
1092
|
+
},
|
|
1093
|
+
fromPartial(object) {
|
|
1094
|
+
const message = createBaseCommunityPoolSpendProposalWithDeposit();
|
|
1095
|
+
message.title = object.title ?? "";
|
|
1096
|
+
message.description = object.description ?? "";
|
|
1097
|
+
message.recipient = object.recipient ?? "";
|
|
1098
|
+
message.amount = object.amount ?? "";
|
|
1099
|
+
message.deposit = object.deposit ?? "";
|
|
1100
|
+
return message;
|
|
1101
|
+
},
|
|
1102
|
+
fromAmino(object) {
|
|
1103
|
+
const message = createBaseCommunityPoolSpendProposalWithDeposit();
|
|
1104
|
+
if (object.title !== void 0 && object.title !== null) message.title = object.title;
|
|
1105
|
+
if (object.description !== void 0 && object.description !== null) message.description = object.description;
|
|
1106
|
+
if (object.recipient !== void 0 && object.recipient !== null) message.recipient = object.recipient;
|
|
1107
|
+
if (object.amount !== void 0 && object.amount !== null) message.amount = object.amount;
|
|
1108
|
+
if (object.deposit !== void 0 && object.deposit !== null) message.deposit = object.deposit;
|
|
1109
|
+
return message;
|
|
1110
|
+
},
|
|
1111
|
+
toAmino(message) {
|
|
1112
|
+
const obj = {};
|
|
1113
|
+
obj.title = message.title === "" ? void 0 : message.title;
|
|
1114
|
+
obj.description = message.description === "" ? void 0 : message.description;
|
|
1115
|
+
obj.recipient = message.recipient === "" ? void 0 : message.recipient;
|
|
1116
|
+
obj.amount = message.amount === "" ? void 0 : message.amount;
|
|
1117
|
+
obj.deposit = message.deposit === "" ? void 0 : message.deposit;
|
|
1118
|
+
return obj;
|
|
1119
|
+
},
|
|
1120
|
+
fromAminoMsg(object) {
|
|
1121
|
+
return CommunityPoolSpendProposalWithDeposit.fromAmino(object.value);
|
|
1122
|
+
},
|
|
1123
|
+
toAminoMsg(message) {
|
|
1124
|
+
return {
|
|
1125
|
+
type: "cosmos-sdk/CommunityPoolSpendProposalWithDeposit",
|
|
1126
|
+
value: CommunityPoolSpendProposalWithDeposit.toAmino(message)
|
|
1127
|
+
};
|
|
1128
|
+
},
|
|
1129
|
+
fromProtoMsg(message) {
|
|
1130
|
+
return CommunityPoolSpendProposalWithDeposit.decode(message.value);
|
|
1131
|
+
},
|
|
1132
|
+
toProto(message) {
|
|
1133
|
+
return CommunityPoolSpendProposalWithDeposit.encode(message).finish();
|
|
1134
|
+
},
|
|
1135
|
+
toProtoMsg(message) {
|
|
1136
|
+
return {
|
|
1137
|
+
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1138
|
+
value: CommunityPoolSpendProposalWithDeposit.encode(message).finish()
|
|
1139
|
+
};
|
|
1140
|
+
},
|
|
1141
|
+
registerTypeUrl() {
|
|
1142
|
+
if (!require_registry.GlobalDecoderRegistry.registerExistingTypeUrl(CommunityPoolSpendProposalWithDeposit.typeUrl)) return;
|
|
1143
|
+
require_registry.GlobalDecoderRegistry.register(CommunityPoolSpendProposalWithDeposit.typeUrl, CommunityPoolSpendProposalWithDeposit);
|
|
1144
|
+
require_registry.GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposalWithDeposit.aminoType, CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
1145
|
+
}
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
//#endregion
|
|
1149
|
+
exports.CommunityPoolSpendProposal = CommunityPoolSpendProposal;
|
|
1150
|
+
exports.CommunityPoolSpendProposalWithDeposit = CommunityPoolSpendProposalWithDeposit;
|
|
1151
|
+
exports.DelegationDelegatorReward = DelegationDelegatorReward;
|
|
1152
|
+
exports.DelegatorStartingInfo = DelegatorStartingInfo;
|
|
1153
|
+
exports.FeePool = FeePool;
|
|
1154
|
+
exports.Params = Params;
|
|
1155
|
+
exports.ValidatorAccumulatedCommission = ValidatorAccumulatedCommission;
|
|
1156
|
+
exports.ValidatorCurrentRewards = ValidatorCurrentRewards;
|
|
1157
|
+
exports.ValidatorHistoricalRewards = ValidatorHistoricalRewards;
|
|
1158
|
+
exports.ValidatorOutstandingRewards = ValidatorOutstandingRewards;
|
|
1159
|
+
exports.ValidatorSlashEvent = ValidatorSlashEvent;
|
|
1160
|
+
exports.ValidatorSlashEvents = ValidatorSlashEvents;
|