@xpla/xpla-react 1.8.2 → 1.9.0-rc0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/amino/amino.cjs +0 -0
- package/dist/amino/amino.d.ts +1 -0
- package/dist/amino/amino.js +0 -0
- package/dist/binary.cjs +305 -0
- package/dist/binary.d.ts +132 -0
- package/dist/binary.js +302 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.cjs +269 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.d.ts +245 -0
- package/dist/cosmos/app/runtime/v1alpha1/module.js +267 -0
- package/dist/cosmos/app/v1alpha1/config.cjs +296 -0
- package/dist/cosmos/app/v1alpha1/config.d.ts +250 -0
- package/dist/cosmos/app/v1alpha1/config.js +293 -0
- package/dist/cosmos/app/v1alpha1/module.cjs +276 -0
- package/dist/cosmos/app/v1alpha1/module.d.ts +290 -0
- package/dist/cosmos/app/v1alpha1/module.js +273 -0
- package/dist/cosmos/app/v1alpha1/query.cjs +157 -0
- package/dist/cosmos/app/v1alpha1/query.d.ts +107 -0
- package/dist/cosmos/app/v1alpha1/query.js +155 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.cjs +22 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.d.ts +15 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.func.js +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.cjs +19 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.d.ts +21 -0
- package/dist/cosmos/app/v1alpha1/query.rpc.react.js +18 -0
- package/dist/cosmos/auth/module/v1/module.cjs +204 -0
- package/dist/cosmos/auth/module/v1/module.d.ts +154 -0
- package/dist/cosmos/auth/module/v1/module.js +202 -0
- package/dist/cosmos/auth/v1beta1/auth.cjs +423 -0
- package/dist/cosmos/auth/v1beta1/auth.d.ts +243 -0
- package/dist/cosmos/auth/v1beta1/auth.js +418 -0
- package/dist/cosmos/auth/v1beta1/genesis.cjs +97 -0
- package/dist/cosmos/auth/v1beta1/genesis.d.ts +71 -0
- package/dist/cosmos/auth/v1beta1/genesis.js +96 -0
- package/dist/cosmos/auth/v1beta1/query.cjs +1589 -0
- package/dist/cosmos/auth/v1beta1/query.d.ts +1070 -0
- package/dist/cosmos/auth/v1beta1/query.js +1568 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/auth/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/auth/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/auth/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/auth/v1beta1/tx.js +166 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/auth/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/auth/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/authz/module/v1/module.cjs +74 -0
- package/dist/cosmos/authz/module/v1/module.d.ts +51 -0
- package/dist/cosmos/authz/module/v1/module.js +73 -0
- package/dist/cosmos/authz/v1beta1/authz.cjs +388 -0
- package/dist/cosmos/authz/v1beta1/authz.d.ts +252 -0
- package/dist/cosmos/authz/v1beta1/authz.js +384 -0
- package/dist/cosmos/authz/v1beta1/event.cjs +198 -0
- package/dist/cosmos/authz/v1beta1/event.d.ts +148 -0
- package/dist/cosmos/authz/v1beta1/event.js +196 -0
- package/dist/cosmos/authz/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/authz/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/authz/v1beta1/genesis.js +89 -0
- package/dist/cosmos/authz/v1beta1/query.cjs +577 -0
- package/dist/cosmos/authz/v1beta1/query.d.ts +378 -0
- package/dist/cosmos/authz/v1beta1/query.js +571 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/authz/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/authz/v1beta1/tx.cjs +514 -0
- package/dist/cosmos/authz/v1beta1/tx.d.ts +334 -0
- package/dist/cosmos/authz/v1beta1/tx.js +507 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/authz/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.d.ts +36 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.func.js +34 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.cjs +37 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.d.ts +46 -0
- package/dist/cosmos/authz/v1beta1/tx.rpc.react.js +34 -0
- package/dist/cosmos/autocli/v1/options.cjs +795 -0
- package/dist/cosmos/autocli/v1/options.d.ts +637 -0
- package/dist/cosmos/autocli/v1/options.js +788 -0
- package/dist/cosmos/autocli/v1/query.cjs +242 -0
- package/dist/cosmos/autocli/v1/query.d.ts +153 -0
- package/dist/cosmos/autocli/v1/query.js +239 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/autocli/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/autocli/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/bank/module/v1/module.cjs +104 -0
- package/dist/cosmos/bank/module/v1/module.d.ts +87 -0
- package/dist/cosmos/bank/module/v1/module.js +103 -0
- package/dist/cosmos/bank/v1beta1/authz.cjs +104 -0
- package/dist/cosmos/bank/v1beta1/authz.d.ts +69 -0
- package/dist/cosmos/bank/v1beta1/authz.js +103 -0
- package/dist/cosmos/bank/v1beta1/bank.cjs +699 -0
- package/dist/cosmos/bank/v1beta1/bank.d.ts +484 -0
- package/dist/cosmos/bank/v1beta1/bank.js +692 -0
- package/dist/cosmos/bank/v1beta1/genesis.cjs +225 -0
- package/dist/cosmos/bank/v1beta1/genesis.d.ts +163 -0
- package/dist/cosmos/bank/v1beta1/genesis.js +223 -0
- package/dist/cosmos/bank/v1beta1/query.cjs +2359 -0
- package/dist/cosmos/bank/v1beta1/query.d.ts +1649 -0
- package/dist/cosmos/bank/v1beta1/query.js +2332 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.cjs +216 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.d.ts +125 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.func.js +203 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.cjs +177 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.d.ts +191 -0
- package/dist/cosmos/bank/v1beta1/query.rpc.react.js +164 -0
- package/dist/cosmos/bank/v1beta1/tx.cjs +672 -0
- package/dist/cosmos/bank/v1beta1/tx.d.ts +459 -0
- package/dist/cosmos/bank/v1beta1/tx.js +664 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/bank/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.d.ts +41 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.func.js +39 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.cjs +43 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.d.ts +54 -0
- package/dist/cosmos/bank/v1beta1/tx.rpc.react.js +39 -0
- package/dist/cosmos/base/abci/v1beta1/abci.cjs +1192 -0
- package/dist/cosmos/base/abci/v1beta1/abci.d.ts +865 -0
- package/dist/cosmos/base/abci/v1beta1/abci.js +1180 -0
- package/dist/cosmos/base/node/v1beta1/query.cjs +361 -0
- package/dist/cosmos/base/node/v1beta1/query.d.ts +238 -0
- package/dist/cosmos/base/node/v1beta1/query.js +356 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/base/node/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/base/query/v1beta1/pagination.cjs +220 -0
- package/dist/cosmos/base/query/v1beta1/pagination.d.ts +214 -0
- package/dist/cosmos/base/query/v1beta1/pagination.js +217 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.cjs +312 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.d.ts +216 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.js +308 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.cjs +37 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +23 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +35 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.cjs +31 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +34 -0
- package/dist/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +29 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.cjs +2171 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.d.ts +1541 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.js +2145 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.cjs +93 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +51 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +87 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.cjs +75 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +82 -0
- package/dist/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +69 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.cjs +1821 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.d.ts +1094 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.js +1801 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.cjs +107 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +58 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.func.js +100 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.cjs +86 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +94 -0
- package/dist/cosmos/base/tendermint/v1beta1/query.rpc.react.js +79 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.cjs +312 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.d.ts +212 -0
- package/dist/cosmos/base/tendermint/v1beta1/types.js +309 -0
- package/dist/cosmos/base/v1beta1/coin.cjs +347 -0
- package/dist/cosmos/base/v1beta1/coin.d.ts +230 -0
- package/dist/cosmos/base/v1beta1/coin.js +343 -0
- package/dist/cosmos/bundle.cjs +1211 -0
- package/dist/cosmos/bundle.d.ts +189 -0
- package/dist/cosmos/bundle.js +190 -0
- package/dist/cosmos/consensus/module/v1/module.cjs +84 -0
- package/dist/cosmos/consensus/module/v1/module.d.ts +61 -0
- package/dist/cosmos/consensus/module/v1/module.js +83 -0
- package/dist/cosmos/consensus/v1/query.cjs +157 -0
- package/dist/cosmos/consensus/v1/query.d.ts +111 -0
- package/dist/cosmos/consensus/v1/query.js +155 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.cjs +21 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.d.ts +14 -0
- package/dist/cosmos/consensus/v1/query.rpc.func.js +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.cjs +18 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.d.ts +20 -0
- package/dist/cosmos/consensus/v1/query.rpc.react.js +17 -0
- package/dist/cosmos/consensus/v1/tx.cjs +195 -0
- package/dist/cosmos/consensus/v1/tx.d.ts +132 -0
- package/dist/cosmos/consensus/v1/tx.js +193 -0
- package/dist/cosmos/consensus/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/consensus/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/consensus/v1/tx.registry.js +27 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/consensus/v1/tx.rpc.func.js +15 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/consensus/v1/tx.rpc.react.js +15 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.cjs +180 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.d.ts +121 -0
- package/dist/cosmos/crypto/multisig/v1beta1/multisig.js +177 -0
- package/dist/cosmos/distribution/module/v1/module.cjs +94 -0
- package/dist/cosmos/distribution/module/v1/module.d.ts +63 -0
- package/dist/cosmos/distribution/module/v1/module.js +93 -0
- package/dist/cosmos/distribution/v1beta1/distribution.cjs +1160 -0
- package/dist/cosmos/distribution/v1beta1/distribution.d.ts +746 -0
- package/dist/cosmos/distribution/v1beta1/distribution.js +1148 -0
- package/dist/cosmos/distribution/v1beta1/genesis.cjs +850 -0
- package/dist/cosmos/distribution/v1beta1/genesis.d.ts +620 -0
- package/dist/cosmos/distribution/v1beta1/genesis.js +842 -0
- package/dist/cosmos/distribution/v1beta1/query.cjs +1677 -0
- package/dist/cosmos/distribution/v1beta1/query.d.ts +1195 -0
- package/dist/cosmos/distribution/v1beta1/query.js +1657 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.cjs +150 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.d.ts +80 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.func.js +140 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.cjs +120 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.d.ts +131 -0
- package/dist/cosmos/distribution/v1beta1/query.rpc.react.js +110 -0
- package/dist/cosmos/distribution/v1beta1/tx.cjs +1163 -0
- package/dist/cosmos/distribution/v1beta1/tx.d.ts +751 -0
- package/dist/cosmos/distribution/v1beta1/tx.js +1149 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/distribution/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +71 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.func.js +69 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.cjs +76 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +93 -0
- package/dist/cosmos/distribution/v1beta1/tx.rpc.react.js +69 -0
- package/dist/cosmos/evidence/module/v1/module.cjs +74 -0
- package/dist/cosmos/evidence/module/v1/module.d.ts +51 -0
- package/dist/cosmos/evidence/module/v1/module.js +73 -0
- package/dist/cosmos/evidence/v1beta1/evidence.cjs +113 -0
- package/dist/cosmos/evidence/v1beta1/evidence.d.ts +88 -0
- package/dist/cosmos/evidence/v1beta1/evidence.js +112 -0
- package/dist/cosmos/evidence/v1beta1/genesis.cjs +86 -0
- package/dist/cosmos/evidence/v1beta1/genesis.d.ts +62 -0
- package/dist/cosmos/evidence/v1beta1/genesis.js +85 -0
- package/dist/cosmos/evidence/v1beta1/query.cjs +352 -0
- package/dist/cosmos/evidence/v1beta1/query.d.ts +254 -0
- package/dist/cosmos/evidence/v1beta1/query.js +347 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.func.js +33 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/cosmos/evidence/v1beta1/query.rpc.react.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.cjs +177 -0
- package/dist/cosmos/evidence/v1beta1/tx.d.ts +134 -0
- package/dist/cosmos/evidence/v1beta1/tx.js +174 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/evidence/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/evm/feemarket/v1/events.cjs +172 -0
- package/dist/cosmos/evm/feemarket/v1/events.d.ts +124 -0
- package/dist/cosmos/evm/feemarket/v1/events.js +170 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.cjs +135 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.d.ts +119 -0
- package/dist/cosmos/evm/feemarket/v1/feemarket.js +134 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.cjs +99 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.d.ts +72 -0
- package/dist/cosmos/evm/feemarket/v1/genesis.js +98 -0
- package/dist/cosmos/evm/feemarket/v1/query.cjs +452 -0
- package/dist/cosmos/evm/feemarket/v1/query.d.ts +313 -0
- package/dist/cosmos/evm/feemarket/v1/query.js +446 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/cosmos/evm/feemarket/v1/tx.cjs +168 -0
- package/dist/cosmos/evm/feemarket/v1/tx.d.ts +120 -0
- package/dist/cosmos/evm/feemarket/v1/tx.js +166 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.registry.js +27 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +18 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.func.js +16 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.cjs +17 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +22 -0
- package/dist/cosmos/evm/feemarket/v1/tx.rpc.react.js +16 -0
- package/dist/cosmos/evm/vm/v1/events.cjs +387 -0
- package/dist/cosmos/evm/vm/v1/events.d.ts +290 -0
- package/dist/cosmos/evm/vm/v1/events.js +383 -0
- package/dist/cosmos/evm/vm/v1/evm.cjs +1623 -0
- package/dist/cosmos/evm/vm/v1/evm.d.ts +1268 -0
- package/dist/cosmos/evm/vm/v1/evm.js +1605 -0
- package/dist/cosmos/evm/vm/v1/genesis.cjs +213 -0
- package/dist/cosmos/evm/vm/v1/genesis.d.ts +155 -0
- package/dist/cosmos/evm/vm/v1/genesis.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.cjs +2666 -0
- package/dist/cosmos/evm/vm/v1/query.d.ts +1943 -0
- package/dist/cosmos/evm/vm/v1/query.js +2635 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.cjs +226 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.d.ts +121 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.func.js +211 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.cjs +180 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.d.ts +197 -0
- package/dist/cosmos/evm/vm/v1/query.rpc.react.js +165 -0
- package/dist/cosmos/evm/vm/v1/tx.cjs +627 -0
- package/dist/cosmos/evm/vm/v1/tx.d.ts +462 -0
- package/dist/cosmos/evm/vm/v1/tx.js +619 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.cjs +75 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.d.ts +51 -0
- package/dist/cosmos/evm/vm/v1/tx.registry.js +73 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.d.ts +34 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.func.js +32 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.cjs +35 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.d.ts +44 -0
- package/dist/cosmos/evm/vm/v1/tx.rpc.react.js +32 -0
- package/dist/cosmos/feegrant/module/v1/module.cjs +74 -0
- package/dist/cosmos/feegrant/module/v1/module.d.ts +51 -0
- package/dist/cosmos/feegrant/module/v1/module.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.cjs +425 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +323 -0
- package/dist/cosmos/feegrant/v1beta1/feegrant.js +421 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.cjs +90 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.d.ts +56 -0
- package/dist/cosmos/feegrant/v1beta1/genesis.js +89 -0
- package/dist/cosmos/feegrant/v1beta1/query.cjs +546 -0
- package/dist/cosmos/feegrant/v1beta1/query.d.ts +366 -0
- package/dist/cosmos/feegrant/v1beta1/query.js +540 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/feegrant/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/feegrant/v1beta1/tx.cjs +481 -0
- package/dist/cosmos/feegrant/v1beta1/tx.d.ts +341 -0
- package/dist/cosmos/feegrant/v1beta1/tx.js +475 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.cjs +75 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.d.ts +51 -0
- package/dist/cosmos/feegrant/v1beta1/tx.registry.js +73 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +32 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.func.js +30 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.cjs +33 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +42 -0
- package/dist/cosmos/feegrant/v1beta1/tx.rpc.react.js +30 -0
- package/dist/cosmos/gov/module/v1/module.cjs +94 -0
- package/dist/cosmos/gov/module/v1/module.d.ts +71 -0
- package/dist/cosmos/gov/module/v1/module.js +93 -0
- package/dist/cosmos/gov/v1/genesis.cjs +164 -0
- package/dist/cosmos/gov/v1/genesis.d.ts +144 -0
- package/dist/cosmos/gov/v1/genesis.js +163 -0
- package/dist/cosmos/gov/v1/gov.cjs +1198 -0
- package/dist/cosmos/gov/v1/gov.d.ts +926 -0
- package/dist/cosmos/gov/v1/gov.js +1181 -0
- package/dist/cosmos/gov/v1/query.cjs +1569 -0
- package/dist/cosmos/gov/v1/query.d.ts +1103 -0
- package/dist/cosmos/gov/v1/query.js +1551 -0
- package/dist/cosmos/gov/v1/query.rpc.func.cjs +133 -0
- package/dist/cosmos/gov/v1/query.rpc.func.d.ts +70 -0
- package/dist/cosmos/gov/v1/query.rpc.func.js +124 -0
- package/dist/cosmos/gov/v1/query.rpc.react.cjs +106 -0
- package/dist/cosmos/gov/v1/query.rpc.react.d.ts +116 -0
- package/dist/cosmos/gov/v1/query.rpc.react.js +97 -0
- package/dist/cosmos/gov/v1/tx.cjs +1267 -0
- package/dist/cosmos/gov/v1/tx.d.ts +908 -0
- package/dist/cosmos/gov/v1/tx.js +1253 -0
- package/dist/cosmos/gov/v1/tx.registry.cjs +151 -0
- package/dist/cosmos/gov/v1/tx.registry.d.ts +99 -0
- package/dist/cosmos/gov/v1/tx.registry.js +149 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.d.ts +60 -0
- package/dist/cosmos/gov/v1/tx.rpc.func.js +58 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.cjs +65 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.d.ts +82 -0
- package/dist/cosmos/gov/v1/tx.rpc.react.js +58 -0
- package/dist/cosmos/gov/v1beta1/genesis.cjs +147 -0
- package/dist/cosmos/gov/v1beta1/genesis.d.ts +110 -0
- package/dist/cosmos/gov/v1beta1/genesis.js +146 -0
- package/dist/cosmos/gov/v1beta1/gov.cjs +1058 -0
- package/dist/cosmos/gov/v1beta1/gov.d.ts +758 -0
- package/dist/cosmos/gov/v1beta1/gov.js +1040 -0
- package/dist/cosmos/gov/v1beta1/query.cjs +1414 -0
- package/dist/cosmos/gov/v1beta1/query.d.ts +983 -0
- package/dist/cosmos/gov/v1beta1/query.js +1398 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.cjs +119 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.func.js +111 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.cjs +95 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.d.ts +104 -0
- package/dist/cosmos/gov/v1beta1/query.rpc.react.js +87 -0
- package/dist/cosmos/gov/v1beta1/tx.cjs +712 -0
- package/dist/cosmos/gov/v1beta1/tx.d.ts +496 -0
- package/dist/cosmos/gov/v1beta1/tx.js +704 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.cjs +94 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.d.ts +63 -0
- package/dist/cosmos/gov/v1beta1/tx.registry.js +92 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.d.ts +37 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.func.js +35 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.cjs +39 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.d.ts +50 -0
- package/dist/cosmos/gov/v1beta1/tx.rpc.react.js +35 -0
- package/dist/cosmos/ics23/v1/proofs.cjs +1542 -0
- package/dist/cosmos/ics23/v1/proofs.d.ts +1019 -0
- package/dist/cosmos/ics23/v1/proofs.js +1520 -0
- package/dist/cosmos/mint/module/v1/module.cjs +94 -0
- package/dist/cosmos/mint/module/v1/module.d.ts +63 -0
- package/dist/cosmos/mint/module/v1/module.js +93 -0
- package/dist/cosmos/mint/v1beta1/genesis.cjs +100 -0
- package/dist/cosmos/mint/v1beta1/genesis.d.ts +70 -0
- package/dist/cosmos/mint/v1beta1/genesis.js +99 -0
- package/dist/cosmos/mint/v1beta1/mint.cjs +215 -0
- package/dist/cosmos/mint/v1beta1/mint.d.ts +164 -0
- package/dist/cosmos/mint/v1beta1/mint.js +213 -0
- package/dist/cosmos/mint/v1beta1/query.cjs +454 -0
- package/dist/cosmos/mint/v1beta1/query.d.ts +316 -0
- package/dist/cosmos/mint/v1beta1/query.js +447 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/mint/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/mint/v1beta1/tx.cjs +168 -0
- package/dist/cosmos/mint/v1beta1/tx.d.ts +122 -0
- package/dist/cosmos/mint/v1beta1/tx.js +166 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.cjs +29 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.d.ts +27 -0
- package/dist/cosmos/mint/v1beta1/tx.registry.js +27 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.d.ts +17 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.func.js +15 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.cjs +16 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.d.ts +21 -0
- package/dist/cosmos/mint/v1beta1/tx.rpc.react.js +15 -0
- package/dist/cosmos/msg/v1/msg.cjs +0 -0
- package/dist/cosmos/msg/v1/msg.d.ts +1 -0
- package/dist/cosmos/msg/v1/msg.js +0 -0
- package/dist/cosmos/params/module/v1/module.cjs +74 -0
- package/dist/cosmos/params/module/v1/module.d.ts +51 -0
- package/dist/cosmos/params/module/v1/module.js +73 -0
- package/dist/cosmos/params/v1beta1/params.cjs +206 -0
- package/dist/cosmos/params/v1beta1/params.d.ts +115 -0
- package/dist/cosmos/params/v1beta1/params.js +204 -0
- package/dist/cosmos/params/v1beta1/query.cjs +419 -0
- package/dist/cosmos/params/v1beta1/query.d.ts +279 -0
- package/dist/cosmos/params/v1beta1/query.js +414 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.cjs +36 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.d.ts +22 -0
- package/dist/cosmos/params/v1beta1/query.rpc.func.js +34 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.cjs +30 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.d.ts +33 -0
- package/dist/cosmos/params/v1beta1/query.rpc.react.js +28 -0
- package/dist/cosmos/query/v1/query.cjs +0 -0
- package/dist/cosmos/query/v1/query.d.ts +1 -0
- package/dist/cosmos/query/v1/query.js +0 -0
- package/dist/cosmos/slashing/module/v1/module.cjs +84 -0
- package/dist/cosmos/slashing/module/v1/module.d.ts +61 -0
- package/dist/cosmos/slashing/module/v1/module.js +83 -0
- package/dist/cosmos/slashing/v1beta1/genesis.cjs +383 -0
- package/dist/cosmos/slashing/v1beta1/genesis.d.ts +274 -0
- package/dist/cosmos/slashing/v1beta1/genesis.js +379 -0
- package/dist/cosmos/slashing/v1beta1/query.cjs +495 -0
- package/dist/cosmos/slashing/v1beta1/query.d.ts +330 -0
- package/dist/cosmos/slashing/v1beta1/query.js +489 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.cjs +49 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.d.ts +28 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.func.js +46 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.cjs +40 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.d.ts +44 -0
- package/dist/cosmos/slashing/v1beta1/query.rpc.react.js +37 -0
- package/dist/cosmos/slashing/v1beta1/slashing.cjs +243 -0
- package/dist/cosmos/slashing/v1beta1/slashing.d.ts +166 -0
- package/dist/cosmos/slashing/v1beta1/slashing.js +240 -0
- package/dist/cosmos/slashing/v1beta1/tx.cjs +314 -0
- package/dist/cosmos/slashing/v1beta1/tx.d.ts +216 -0
- package/dist/cosmos/slashing/v1beta1/tx.js +310 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/slashing/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.func.js +24 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/cosmos/slashing/v1beta1/tx.rpc.react.js +24 -0
- package/dist/cosmos/staking/module/v1/module.cjs +111 -0
- package/dist/cosmos/staking/module/v1/module.d.ts +89 -0
- package/dist/cosmos/staking/module/v1/module.js +110 -0
- package/dist/cosmos/staking/v1beta1/authz.cjs +244 -0
- package/dist/cosmos/staking/v1beta1/authz.d.ts +156 -0
- package/dist/cosmos/staking/v1beta1/authz.js +238 -0
- package/dist/cosmos/staking/v1beta1/genesis.cjs +247 -0
- package/dist/cosmos/staking/v1beta1/genesis.d.ts +185 -0
- package/dist/cosmos/staking/v1beta1/genesis.js +244 -0
- package/dist/cosmos/staking/v1beta1/query.cjs +2454 -0
- package/dist/cosmos/staking/v1beta1/query.d.ts +1710 -0
- package/dist/cosmos/staking/v1beta1/query.js +2426 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.cjs +228 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.d.ts +130 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.func.js +214 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.cjs +186 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.d.ts +201 -0
- package/dist/cosmos/staking/v1beta1/query.rpc.react.js +172 -0
- package/dist/cosmos/staking/v1beta1/staking.cjs +2235 -0
- package/dist/cosmos/staking/v1beta1/staking.d.ts +1559 -0
- package/dist/cosmos/staking/v1beta1/staking.js +2206 -0
- package/dist/cosmos/staking/v1beta1/tx.cjs +1268 -0
- package/dist/cosmos/staking/v1beta1/tx.d.ts +790 -0
- package/dist/cosmos/staking/v1beta1/tx.js +1254 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.cjs +151 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.d.ts +99 -0
- package/dist/cosmos/staking/v1beta1/tx.registry.js +149 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.d.ts +63 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.func.js +61 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.cjs +68 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.d.ts +85 -0
- package/dist/cosmos/staking/v1beta1/tx.rpc.react.js +61 -0
- package/dist/cosmos/tx/config/v1/config.cjs +94 -0
- package/dist/cosmos/tx/config/v1/config.d.ts +73 -0
- package/dist/cosmos/tx/config/v1/config.js +93 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.cjs +560 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.d.ts +390 -0
- package/dist/cosmos/tx/signing/v1beta1/signing.js +550 -0
- package/dist/cosmos/tx/v1beta1/service.cjs +1712 -0
- package/dist/cosmos/tx/v1beta1/service.d.ts +1199 -0
- package/dist/cosmos/tx/v1beta1/service.js +1685 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.cjs +133 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.d.ts +70 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.func.js +124 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.cjs +106 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.d.ts +116 -0
- package/dist/cosmos/tx/v1beta1/service.rpc.react.js +97 -0
- package/dist/cosmos/tx/v1beta1/tx.cjs +1355 -0
- package/dist/cosmos/tx/v1beta1/tx.d.ts +1164 -0
- package/dist/cosmos/tx/v1beta1/tx.js +1341 -0
- package/dist/cosmos/upgrade/module/v1/module.cjs +84 -0
- package/dist/cosmos/upgrade/module/v1/module.d.ts +61 -0
- package/dist/cosmos/upgrade/module/v1/module.js +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.cjs +787 -0
- package/dist/cosmos/upgrade/v1beta1/query.d.ts +561 -0
- package/dist/cosmos/upgrade/v1beta1/query.js +776 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.cjs +83 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +48 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.func.js +78 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.cjs +68 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +74 -0
- package/dist/cosmos/upgrade/v1beta1/query.rpc.react.js +63 -0
- package/dist/cosmos/upgrade/v1beta1/tx.cjs +313 -0
- package/dist/cosmos/upgrade/v1beta1/tx.d.ts +215 -0
- package/dist/cosmos/upgrade/v1beta1/tx.js +309 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.cjs +53 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.d.ts +39 -0
- package/dist/cosmos/upgrade/v1beta1/tx.registry.js +51 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.func.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/cosmos/upgrade/v1beta1/tx.rpc.react.js +22 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.cjs +411 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +341 -0
- package/dist/cosmos/upgrade/v1beta1/upgrade.js +407 -0
- package/dist/cosmos_proto/bundle.cjs +7 -0
- package/dist/cosmos_proto/bundle.d.ts +2 -0
- package/dist/cosmos_proto/bundle.js +3 -0
- package/dist/cosmos_proto/cosmos.cjs +221 -0
- package/dist/cosmos_proto/cosmos.d.ts +190 -0
- package/dist/cosmos_proto/cosmos.js +215 -0
- package/dist/cosmwasm/bundle.cjs +185 -0
- package/dist/cosmwasm/bundle.d.ts +13 -0
- package/dist/cosmwasm/bundle.js +14 -0
- package/dist/cosmwasm/wasm/v1/authz.cjs +968 -0
- package/dist/cosmwasm/wasm/v1/authz.d.ts +703 -0
- package/dist/cosmwasm/wasm/v1/authz.js +957 -0
- package/dist/cosmwasm/wasm/v1/genesis.cjs +429 -0
- package/dist/cosmwasm/wasm/v1/genesis.d.ts +229 -0
- package/dist/cosmwasm/wasm/v1/genesis.js +424 -0
- package/dist/cosmwasm/wasm/v1/ibc.cjs +336 -0
- package/dist/cosmwasm/wasm/v1/ibc.d.ts +240 -0
- package/dist/cosmwasm/wasm/v1/ibc.js +331 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.cjs +1655 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.d.ts +1362 -0
- package/dist/cosmwasm/wasm/v1/proposal_legacy.js +1642 -0
- package/dist/cosmwasm/wasm/v1/query.cjs +2557 -0
- package/dist/cosmwasm/wasm/v1/query.d.ts +1730 -0
- package/dist/cosmwasm/wasm/v1/query.js +2528 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.cjs +204 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.d.ts +106 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.func.js +190 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.cjs +162 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.d.ts +177 -0
- package/dist/cosmwasm/wasm/v1/query.rpc.react.js +148 -0
- package/dist/cosmwasm/wasm/v1/tx.cjs +3130 -0
- package/dist/cosmwasm/wasm/v1/tx.d.ts +2340 -0
- package/dist/cosmwasm/wasm/v1/tx.js +3096 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.cjs +341 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.d.ts +219 -0
- package/dist/cosmwasm/wasm/v1/tx.registry.js +339 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.d.ts +154 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.func.js +152 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.cjs +169 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.d.ts +206 -0
- package/dist/cosmwasm/wasm/v1/tx.rpc.react.js +152 -0
- package/dist/cosmwasm/wasm/v1/types.cjs +861 -0
- package/dist/cosmwasm/wasm/v1/types.d.ts +563 -0
- package/dist/cosmwasm/wasm/v1/types.js +845 -0
- package/dist/ethermint/bundle.cjs +131 -0
- package/dist/ethermint/bundle.d.ts +26 -0
- package/dist/ethermint/bundle.js +27 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.cjs +153 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +121 -0
- package/dist/ethermint/crypto/v1/ethsecp256k1/keys.js +150 -0
- package/dist/ethermint/evm/v1/events.cjs +359 -0
- package/dist/ethermint/evm/v1/events.d.ts +282 -0
- package/dist/ethermint/evm/v1/events.js +355 -0
- package/dist/ethermint/evm/v1/evm.cjs +1021 -0
- package/dist/ethermint/evm/v1/evm.d.ts +866 -0
- package/dist/ethermint/evm/v1/evm.js +1012 -0
- package/dist/ethermint/evm/v1/genesis.cjs +189 -0
- package/dist/ethermint/evm/v1/genesis.d.ts +143 -0
- package/dist/ethermint/evm/v1/genesis.js +187 -0
- package/dist/ethermint/evm/v1/query.cjs +1943 -0
- package/dist/ethermint/evm/v1/query.d.ts +1484 -0
- package/dist/ethermint/evm/v1/query.js +1918 -0
- package/dist/ethermint/evm/v1/query.rpc.func.cjs +179 -0
- package/dist/ethermint/evm/v1/query.rpc.func.d.ts +95 -0
- package/dist/ethermint/evm/v1/query.rpc.func.js +167 -0
- package/dist/ethermint/evm/v1/query.rpc.react.cjs +142 -0
- package/dist/ethermint/evm/v1/query.rpc.react.d.ts +156 -0
- package/dist/ethermint/evm/v1/query.rpc.react.js +130 -0
- package/dist/ethermint/evm/v1/tx.cjs +904 -0
- package/dist/ethermint/evm/v1/tx.d.ts +735 -0
- package/dist/ethermint/evm/v1/tx.js +895 -0
- package/dist/ethermint/evm/v1/tx.registry.cjs +53 -0
- package/dist/ethermint/evm/v1/tx.registry.d.ts +39 -0
- package/dist/ethermint/evm/v1/tx.registry.js +51 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.d.ts +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.func.js +22 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.cjs +24 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.d.ts +31 -0
- package/dist/ethermint/evm/v1/tx.rpc.react.js +22 -0
- package/dist/ethermint/feemarket/v1/events.cjs +158 -0
- package/dist/ethermint/feemarket/v1/events.d.ts +120 -0
- package/dist/ethermint/feemarket/v1/events.js +156 -0
- package/dist/ethermint/feemarket/v1/feemarket.cjs +135 -0
- package/dist/ethermint/feemarket/v1/feemarket.d.ts +115 -0
- package/dist/ethermint/feemarket/v1/feemarket.js +134 -0
- package/dist/ethermint/feemarket/v1/genesis.cjs +92 -0
- package/dist/ethermint/feemarket/v1/genesis.d.ts +70 -0
- package/dist/ethermint/feemarket/v1/genesis.js +91 -0
- package/dist/ethermint/feemarket/v1/query.cjs +409 -0
- package/dist/ethermint/feemarket/v1/query.d.ts +301 -0
- package/dist/ethermint/feemarket/v1/query.js +403 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.cjs +49 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.d.ts +28 -0
- package/dist/ethermint/feemarket/v1/query.rpc.func.js +46 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.cjs +40 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.d.ts +44 -0
- package/dist/ethermint/feemarket/v1/query.rpc.react.js +37 -0
- package/dist/ethermint/feemarket/v1/tx.cjs +161 -0
- package/dist/ethermint/feemarket/v1/tx.d.ts +118 -0
- package/dist/ethermint/feemarket/v1/tx.js +159 -0
- package/dist/ethermint/feemarket/v1/tx.registry.cjs +29 -0
- package/dist/ethermint/feemarket/v1/tx.registry.d.ts +27 -0
- package/dist/ethermint/feemarket/v1/tx.registry.js +27 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.d.ts +17 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.func.js +15 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.cjs +16 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.d.ts +21 -0
- package/dist/ethermint/feemarket/v1/tx.rpc.react.js +15 -0
- package/dist/ethermint/types/v1/account.cjs +94 -0
- package/dist/ethermint/types/v1/account.d.ts +71 -0
- package/dist/ethermint/types/v1/account.js +93 -0
- package/dist/ethermint/types/v1/dynamic_fee.cjs +77 -0
- package/dist/ethermint/types/v1/dynamic_fee.d.ts +59 -0
- package/dist/ethermint/types/v1/dynamic_fee.js +76 -0
- package/dist/ethermint/types/v1/indexer.cjs +127 -0
- package/dist/ethermint/types/v1/indexer.d.ts +113 -0
- package/dist/ethermint/types/v1/indexer.js +126 -0
- package/dist/ethermint/types/v1/web3.cjs +98 -0
- package/dist/ethermint/types/v1/web3.d.ts +84 -0
- package/dist/ethermint/types/v1/web3.js +96 -0
- package/dist/extern.cjs +32 -0
- package/dist/extern.d.ts +11 -0
- package/dist/extern.js +29 -0
- package/dist/gogoproto/gogo.cjs +0 -0
- package/dist/gogoproto/gogo.d.ts +1 -0
- package/dist/gogoproto/gogo.js +0 -0
- package/dist/google/api/annotations.cjs +0 -0
- package/dist/google/api/annotations.d.ts +1 -0
- package/dist/google/api/annotations.js +0 -0
- package/dist/google/api/http.cjs +588 -0
- package/dist/google/api/http.d.ts +1100 -0
- package/dist/google/api/http.js +585 -0
- package/dist/google/bundle.cjs +127 -0
- package/dist/google/bundle.d.ts +6 -0
- package/dist/google/bundle.js +7 -0
- package/dist/google/protobuf/any.cjs +116 -0
- package/dist/google/protobuf/any.d.ts +210 -0
- package/dist/google/protobuf/any.js +115 -0
- package/dist/google/protobuf/descriptor.cjs +4680 -0
- package/dist/google/protobuf/descriptor.d.ts +3713 -0
- package/dist/google/protobuf/descriptor.js +4565 -0
- package/dist/google/protobuf/duration.cjs +142 -0
- package/dist/google/protobuf/duration.d.ts +236 -0
- package/dist/google/protobuf/duration.js +141 -0
- package/dist/google/protobuf/timestamp.cjs +170 -0
- package/dist/google/protobuf/timestamp.d.ts +328 -0
- package/dist/google/protobuf/timestamp.js +169 -0
- package/dist/helper-func-types.cjs +41 -0
- package/dist/helper-func-types.d.ts +39 -0
- package/dist/helper-func-types.js +39 -0
- package/dist/helpers.cjs +87 -0
- package/dist/helpers.d.ts +75 -0
- package/dist/helpers.js +65 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.cjs +85 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +64 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/controller.js +84 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.cjs +323 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.d.ts +207 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.js +319 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +33 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +27 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.cjs +546 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +339 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.js +540 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.cjs +75 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +73 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.cjs +525 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +280 -0
- package/dist/ibc/applications/interchain_accounts/genesis/v1/genesis.js +520 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.cjs +187 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.d.ts +142 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/host.js +184 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.cjs +157 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.d.ts +107 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.js +155 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.cjs +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +14 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.cjs +18 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +20 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +17 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.cjs +350 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.d.ts +245 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.js +345 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.cjs +101 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.d.ts +58 -0
- package/dist/ibc/applications/interchain_accounts/v1/account.js +100 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.cjs +127 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.d.ts +106 -0
- package/dist/ibc/applications/interchain_accounts/v1/metadata.js +126 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.cjs +218 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.d.ts +123 -0
- package/dist/ibc/applications/interchain_accounts/v1/packet.js +211 -0
- package/dist/ibc/applications/transfer/v1/authz.cjs +211 -0
- package/dist/ibc/applications/transfer/v1/authz.d.ts +154 -0
- package/dist/ibc/applications/transfer/v1/authz.js +209 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.cjs +96 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.d.ts +77 -0
- package/dist/ibc/applications/transfer/v1/denomtrace.js +95 -0
- package/dist/ibc/applications/transfer/v1/genesis.cjs +121 -0
- package/dist/ibc/applications/transfer/v1/genesis.d.ts +72 -0
- package/dist/ibc/applications/transfer/v1/genesis.js +120 -0
- package/dist/ibc/applications/transfer/v1/packet.cjs +120 -0
- package/dist/ibc/applications/transfer/v1/packet.d.ts +99 -0
- package/dist/ibc/applications/transfer/v1/packet.js +119 -0
- package/dist/ibc/applications/transfer/v1/query.cjs +980 -0
- package/dist/ibc/applications/transfer/v1/query.d.ts +682 -0
- package/dist/ibc/applications/transfer/v1/query.js +968 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.cjs +91 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.d.ts +49 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.func.js +85 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.cjs +73 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.d.ts +80 -0
- package/dist/ibc/applications/transfer/v1/query.rpc.react.js +67 -0
- package/dist/ibc/applications/transfer/v1/token.cjs +278 -0
- package/dist/ibc/applications/transfer/v1/token.d.ts +183 -0
- package/dist/ibc/applications/transfer/v1/token.js +275 -0
- package/dist/ibc/applications/transfer/v1/transfer.cjs +97 -0
- package/dist/ibc/applications/transfer/v1/transfer.d.ts +82 -0
- package/dist/ibc/applications/transfer/v1/transfer.js +96 -0
- package/dist/ibc/applications/transfer/v1/tx.cjs +397 -0
- package/dist/ibc/applications/transfer/v1/tx.d.ts +311 -0
- package/dist/ibc/applications/transfer/v1/tx.js +393 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.cjs +53 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +39 -0
- package/dist/ibc/applications/transfer/v1/tx.registry.js +51 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.func.js +21 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.cjs +23 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/applications/transfer/v1/tx.rpc.react.js +21 -0
- package/dist/ibc/bundle.cjs +594 -0
- package/dist/ibc/bundle.d.ts +95 -0
- package/dist/ibc/bundle.js +96 -0
- package/dist/ibc/core/channel/v1/channel.cjs +974 -0
- package/dist/ibc/core/channel/v1/channel.d.ts +733 -0
- package/dist/ibc/core/channel/v1/channel.js +957 -0
- package/dist/ibc/core/channel/v1/genesis.cjs +253 -0
- package/dist/ibc/core/channel/v1/genesis.d.ts +132 -0
- package/dist/ibc/core/channel/v1/genesis.js +251 -0
- package/dist/ibc/core/channel/v1/query.cjs +2778 -0
- package/dist/ibc/core/channel/v1/query.d.ts +2025 -0
- package/dist/ibc/core/channel/v1/query.js +2749 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.cjs +211 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.d.ts +113 -0
- package/dist/ibc/core/channel/v1/query.rpc.func.js +197 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.cjs +169 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.d.ts +184 -0
- package/dist/ibc/core/channel/v1/query.rpc.react.js +155 -0
- package/dist/ibc/core/channel/v1/tx.cjs +1973 -0
- package/dist/ibc/core/channel/v1/tx.d.ts +1112 -0
- package/dist/ibc/core/channel/v1/tx.js +1948 -0
- package/dist/ibc/core/channel/v1/tx.registry.cjs +208 -0
- package/dist/ibc/core/channel/v1/tx.registry.d.ts +135 -0
- package/dist/ibc/core/channel/v1/tx.registry.js +206 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.d.ts +80 -0
- package/dist/ibc/core/channel/v1/tx.rpc.func.js +78 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.cjs +88 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.d.ts +111 -0
- package/dist/ibc/core/channel/v1/tx.rpc.react.js +78 -0
- package/dist/ibc/core/channel/v2/genesis.cjs +317 -0
- package/dist/ibc/core/channel/v2/genesis.d.ts +206 -0
- package/dist/ibc/core/channel/v2/genesis.js +313 -0
- package/dist/ibc/core/channel/v2/packet.cjs +450 -0
- package/dist/ibc/core/channel/v2/packet.d.ts +326 -0
- package/dist/ibc/core/channel/v2/packet.js +441 -0
- package/dist/ibc/core/channel/v2/query.cjs +1536 -0
- package/dist/ibc/core/channel/v2/query.d.ts +1071 -0
- package/dist/ibc/core/channel/v2/query.js +1519 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.cjs +119 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.d.ts +63 -0
- package/dist/ibc/core/channel/v2/query.rpc.func.js +111 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.cjs +95 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.d.ts +104 -0
- package/dist/ibc/core/channel/v2/query.rpc.react.js +87 -0
- package/dist/ibc/core/channel/v2/tx.cjs +805 -0
- package/dist/ibc/core/channel/v2/tx.d.ts +441 -0
- package/dist/ibc/core/channel/v2/tx.js +792 -0
- package/dist/ibc/core/channel/v2/tx.registry.cjs +94 -0
- package/dist/ibc/core/channel/v2/tx.registry.d.ts +63 -0
- package/dist/ibc/core/channel/v2/tx.registry.js +92 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.d.ts +37 -0
- package/dist/ibc/core/channel/v2/tx.rpc.func.js +35 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.cjs +39 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.d.ts +50 -0
- package/dist/ibc/core/channel/v2/tx.rpc.react.js +35 -0
- package/dist/ibc/core/client/v1/client.cjs +458 -0
- package/dist/ibc/core/client/v1/client.d.ts +363 -0
- package/dist/ibc/core/client/v1/client.js +453 -0
- package/dist/ibc/core/client/v1/genesis.cjs +321 -0
- package/dist/ibc/core/client/v1/genesis.d.ts +220 -0
- package/dist/ibc/core/client/v1/genesis.js +317 -0
- package/dist/ibc/core/client/v1/query.cjs +1920 -0
- package/dist/ibc/core/client/v1/query.d.ts +1396 -0
- package/dist/ibc/core/client/v1/query.js +1897 -0
- package/dist/ibc/core/client/v1/query.rpc.func.cjs +163 -0
- package/dist/ibc/core/client/v1/query.rpc.func.d.ts +86 -0
- package/dist/ibc/core/client/v1/query.rpc.func.js +152 -0
- package/dist/ibc/core/client/v1/query.rpc.react.cjs +130 -0
- package/dist/ibc/core/client/v1/query.rpc.react.d.ts +142 -0
- package/dist/ibc/core/client/v1/query.rpc.react.js +119 -0
- package/dist/ibc/core/client/v1/tx.cjs +1351 -0
- package/dist/ibc/core/client/v1/tx.d.ts +985 -0
- package/dist/ibc/core/client/v1/tx.js +1334 -0
- package/dist/ibc/core/client/v1/tx.registry.cjs +170 -0
- package/dist/ibc/core/client/v1/tx.registry.d.ts +111 -0
- package/dist/ibc/core/client/v1/tx.registry.js +168 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.d.ts +65 -0
- package/dist/ibc/core/client/v1/tx.rpc.func.js +63 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.cjs +71 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.d.ts +90 -0
- package/dist/ibc/core/client/v1/tx.rpc.react.js +63 -0
- package/dist/ibc/core/client/v2/config.cjs +88 -0
- package/dist/ibc/core/client/v2/config.d.ts +70 -0
- package/dist/ibc/core/client/v2/config.js +87 -0
- package/dist/ibc/core/client/v2/counterparty.cjs +97 -0
- package/dist/ibc/core/client/v2/counterparty.d.ts +69 -0
- package/dist/ibc/core/client/v2/counterparty.js +95 -0
- package/dist/ibc/core/client/v2/genesis.cjs +181 -0
- package/dist/ibc/core/client/v2/genesis.d.ts +125 -0
- package/dist/ibc/core/client/v2/genesis.js +179 -0
- package/dist/ibc/core/client/v2/query.cjs +329 -0
- package/dist/ibc/core/client/v2/query.d.ts +222 -0
- package/dist/ibc/core/client/v2/query.js +325 -0
- package/dist/ibc/core/client/v2/query.rpc.func.cjs +35 -0
- package/dist/ibc/core/client/v2/query.rpc.func.d.ts +21 -0
- package/dist/ibc/core/client/v2/query.rpc.func.js +33 -0
- package/dist/ibc/core/client/v2/query.rpc.react.cjs +29 -0
- package/dist/ibc/core/client/v2/query.rpc.react.d.ts +32 -0
- package/dist/ibc/core/client/v2/query.rpc.react.js +27 -0
- package/dist/ibc/core/client/v2/tx.cjs +350 -0
- package/dist/ibc/core/client/v2/tx.d.ts +251 -0
- package/dist/ibc/core/client/v2/tx.js +345 -0
- package/dist/ibc/core/client/v2/tx.registry.cjs +53 -0
- package/dist/ibc/core/client/v2/tx.registry.d.ts +39 -0
- package/dist/ibc/core/client/v2/tx.registry.js +51 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.d.ts +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.func.js +21 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.cjs +23 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.d.ts +30 -0
- package/dist/ibc/core/client/v2/tx.rpc.react.js +21 -0
- package/dist/ibc/core/commitment/v1/commitment.cjs +255 -0
- package/dist/ibc/core/commitment/v1/commitment.d.ts +175 -0
- package/dist/ibc/core/commitment/v1/commitment.js +251 -0
- package/dist/ibc/core/commitment/v2/commitment.cjs +117 -0
- package/dist/ibc/core/commitment/v2/commitment.d.ts +145 -0
- package/dist/ibc/core/commitment/v2/commitment.js +115 -0
- package/dist/ibc/core/connection/v1/connection.cjs +737 -0
- package/dist/ibc/core/connection/v1/connection.d.ts +548 -0
- package/dist/ibc/core/connection/v1/connection.js +726 -0
- package/dist/ibc/core/connection/v1/genesis.cjs +119 -0
- package/dist/ibc/core/connection/v1/genesis.d.ts +68 -0
- package/dist/ibc/core/connection/v1/genesis.js +118 -0
- package/dist/ibc/core/connection/v1/query.cjs +1093 -0
- package/dist/ibc/core/connection/v1/query.d.ts +779 -0
- package/dist/ibc/core/connection/v1/query.js +1080 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.cjs +94 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.d.ts +52 -0
- package/dist/ibc/core/connection/v1/query.rpc.func.js +88 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.cjs +76 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.d.ts +83 -0
- package/dist/ibc/core/connection/v1/query.rpc.react.js +70 -0
- package/dist/ibc/core/connection/v1/tx.cjs +1017 -0
- package/dist/ibc/core/connection/v1/tx.d.ts +683 -0
- package/dist/ibc/core/connection/v1/tx.js +1006 -0
- package/dist/ibc/core/connection/v1/tx.registry.cjs +113 -0
- package/dist/ibc/core/connection/v1/tx.registry.d.ts +75 -0
- package/dist/ibc/core/connection/v1/tx.registry.js +111 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.d.ts +46 -0
- package/dist/ibc/core/connection/v1/tx.rpc.func.js +44 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.cjs +49 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.d.ts +62 -0
- package/dist/ibc/core/connection/v1/tx.rpc.react.js +44 -0
- package/dist/ibc/core/types/v1/genesis.cjs +131 -0
- package/dist/ibc/core/types/v1/genesis.d.ts +98 -0
- package/dist/ibc/core/types/v1/genesis.js +130 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.cjs +1613 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.d.ts +984 -0
- package/dist/ibc/lightclients/solomachine/v2/solomachine.js +1592 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.cjs +806 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.d.ts +523 -0
- package/dist/ibc/lightclients/solomachine/v3/solomachine.js +797 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.cjs +592 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.d.ts +429 -0
- package/dist/ibc/lightclients/tendermint/v1/tendermint.js +586 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.cjs +169 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.d.ts +116 -0
- package/dist/ibc/lightclients/wasm/v1/genesis.js +166 -0
- package/dist/ibc/lightclients/wasm/v1/query.cjs +339 -0
- package/dist/ibc/lightclients/wasm/v1/query.d.ts +229 -0
- package/dist/ibc/lightclients/wasm/v1/query.js +334 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.cjs +35 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +21 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.func.js +33 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.cjs +29 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +32 -0
- package/dist/ibc/lightclients/wasm/v1/query.rpc.react.js +27 -0
- package/dist/ibc/lightclients/wasm/v1/tx.cjs +502 -0
- package/dist/ibc/lightclients/wasm/v1/tx.d.ts +356 -0
- package/dist/ibc/lightclients/wasm/v1/tx.js +495 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.cjs +75 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.d.ts +51 -0
- package/dist/ibc/lightclients/wasm/v1/tx.registry.js +73 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +30 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.func.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.cjs +31 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +40 -0
- package/dist/ibc/lightclients/wasm/v1/tx.rpc.react.js +28 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.cjs +348 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.d.ts +235 -0
- package/dist/ibc/lightclients/wasm/v1/wasm.js +343 -0
- package/dist/index.cjs +2494 -0
- package/dist/index.d.ts +380 -0
- package/dist/index.js +379 -0
- package/dist/react-query.cjs +70 -0
- package/dist/react-query.d.ts +64 -0
- package/dist/react-query.js +62 -0
- package/dist/registry.cjs +128 -0
- package/dist/registry.d.ts +34 -0
- package/dist/registry.js +127 -0
- package/dist/tendermint/abci/types.cjs +4790 -0
- package/dist/tendermint/abci/types.d.ts +2759 -0
- package/dist/tendermint/abci/types.js +4718 -0
- package/dist/tendermint/bundle.cjs +117 -0
- package/dist/tendermint/bundle.d.ts +11 -0
- package/dist/tendermint/bundle.js +12 -0
- package/dist/tendermint/crypto/keys.cjs +89 -0
- package/dist/tendermint/crypto/keys.d.ts +55 -0
- package/dist/tendermint/crypto/keys.js +87 -0
- package/dist/tendermint/crypto/proof.cjs +443 -0
- package/dist/tendermint/crypto/proof.d.ts +266 -0
- package/dist/tendermint/crypto/proof.js +437 -0
- package/dist/tendermint/p2p/types.cjs +397 -0
- package/dist/tendermint/p2p/types.d.ts +206 -0
- package/dist/tendermint/p2p/types.js +392 -0
- package/dist/tendermint/types/block.cjs +111 -0
- package/dist/tendermint/types/block.d.ts +58 -0
- package/dist/tendermint/types/block.js +110 -0
- package/dist/tendermint/types/evidence.cjs +387 -0
- package/dist/tendermint/types/evidence.d.ts +208 -0
- package/dist/tendermint/types/evidence.js +383 -0
- package/dist/tendermint/types/params.cjs +589 -0
- package/dist/tendermint/types/params.d.ts +438 -0
- package/dist/tendermint/types/params.js +582 -0
- package/dist/tendermint/types/types.cjs +1608 -0
- package/dist/tendermint/types/types.d.ts +944 -0
- package/dist/tendermint/types/types.js +1588 -0
- package/dist/tendermint/types/validator.cjs +324 -0
- package/dist/tendermint/types/validator.d.ts +165 -0
- package/dist/tendermint/types/validator.js +316 -0
- package/dist/tendermint/version/types.cjs +172 -0
- package/dist/tendermint/version/types.d.ts +116 -0
- package/dist/tendermint/version/types.js +170 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +72 -0
- package/dist/types.js +0 -0
- package/dist/utf8.cjs +95 -0
- package/dist/utf8.d.ts +30 -0
- package/dist/utf8.js +89 -0
- package/dist/varint.cjs +321 -0
- package/dist/varint.d.ts +107 -0
- package/dist/varint.js +304 -0
- package/dist/xpla/bundle.cjs +86 -0
- package/dist/xpla/bundle.d.ts +29 -0
- package/dist/xpla/bundle.js +30 -0
- package/dist/xpla/burn/v1beta1/burn.cjs +101 -0
- package/dist/xpla/burn/v1beta1/burn.d.ts +58 -0
- package/dist/xpla/burn/v1beta1/burn.js +100 -0
- package/dist/xpla/burn/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/burn/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/burn/v1beta1/genesis.js +82 -0
- package/dist/xpla/burn/v1beta1/query.cjs +305 -0
- package/dist/xpla/burn/v1beta1/query.d.ts +206 -0
- package/dist/xpla/burn/v1beta1/query.js +301 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/burn/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/burn/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.cjs +161 -0
- package/dist/xpla/burn/v1beta1/tx.d.ts +107 -0
- package/dist/xpla/burn/v1beta1/tx.js +159 -0
- package/dist/xpla/burn/v1beta1/tx.registry.cjs +29 -0
- package/dist/xpla/burn/v1beta1/tx.registry.d.ts +27 -0
- package/dist/xpla/burn/v1beta1/tx.registry.js +27 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.d.ts +16 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.func.js +14 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.cjs +15 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.d.ts +20 -0
- package/dist/xpla/burn/v1beta1/tx.rpc.react.js +14 -0
- package/dist/xpla/reward/v1beta1/genesis.cjs +82 -0
- package/dist/xpla/reward/v1beta1/genesis.d.ts +60 -0
- package/dist/xpla/reward/v1beta1/genesis.js +81 -0
- package/dist/xpla/reward/v1beta1/query.cjs +282 -0
- package/dist/xpla/reward/v1beta1/query.d.ts +206 -0
- package/dist/xpla/reward/v1beta1/query.js +278 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.cjs +35 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.d.ts +21 -0
- package/dist/xpla/reward/v1beta1/query.rpc.func.js +33 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.cjs +29 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.d.ts +32 -0
- package/dist/xpla/reward/v1beta1/query.rpc.react.js +27 -0
- package/dist/xpla/reward/v1beta1/reward.cjs +119 -0
- package/dist/xpla/reward/v1beta1/reward.d.ts +63 -0
- package/dist/xpla/reward/v1beta1/reward.js +118 -0
- package/dist/xpla/reward/v1beta1/tx.cjs +318 -0
- package/dist/xpla/reward/v1beta1/tx.d.ts +222 -0
- package/dist/xpla/reward/v1beta1/tx.js +314 -0
- package/dist/xpla/reward/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/reward/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/reward/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.d.ts +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.func.js +24 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.cjs +26 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.d.ts +33 -0
- package/dist/xpla/reward/v1beta1/tx.rpc.react.js +24 -0
- package/dist/xpla/volunteer/v1beta1/genesis.cjs +83 -0
- package/dist/xpla/volunteer/v1beta1/genesis.d.ts +54 -0
- package/dist/xpla/volunteer/v1beta1/genesis.js +82 -0
- package/dist/xpla/volunteer/v1beta1/proposal.cjs +485 -0
- package/dist/xpla/volunteer/v1beta1/proposal.d.ts +259 -0
- package/dist/xpla/volunteer/v1beta1/proposal.js +481 -0
- package/dist/xpla/volunteer/v1beta1/query.cjs +139 -0
- package/dist/xpla/volunteer/v1beta1/query.d.ts +96 -0
- package/dist/xpla/volunteer/v1beta1/query.js +137 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.cjs +21 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.d.ts +14 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.func.js +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.cjs +18 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.d.ts +20 -0
- package/dist/xpla/volunteer/v1beta1/query.rpc.react.js +17 -0
- package/dist/xpla/volunteer/v1beta1/tx.cjs +348 -0
- package/dist/xpla/volunteer/v1beta1/tx.d.ts +232 -0
- package/dist/xpla/volunteer/v1beta1/tx.js +344 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.cjs +53 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.d.ts +39 -0
- package/dist/xpla/volunteer/v1beta1/tx.registry.js +51 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.func.js +22 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.cjs +24 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +31 -0
- package/dist/xpla/volunteer/v1beta1/tx.rpc.react.js +22 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.cjs +87 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.d.ts +67 -0
- package/dist/xpla/volunteer/v1beta1/volunteervalidator.js +86 -0
- package/package.json +33 -32
- package/amino/amino.d.ts +0 -1
- package/amino/amino.js +0 -2
- package/binary.d.ts +0 -130
- package/binary.js +0 -370
- package/cosmos/app/runtime/v1alpha1/module.d.ts +0 -217
- package/cosmos/app/runtime/v1alpha1/module.js +0 -309
- package/cosmos/app/v1alpha1/config.d.ts +0 -246
- package/cosmos/app/v1alpha1/config.js +0 -329
- package/cosmos/app/v1alpha1/module.d.ts +0 -286
- package/cosmos/app/v1alpha1/module.js +0 -303
- package/cosmos/app/v1alpha1/query.d.ts +0 -105
- package/cosmos/app/v1alpha1/query.js +0 -164
- package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.func.js +0 -18
- package/cosmos/app/v1alpha1/query.rpc.react.d.ts +0 -8
- package/cosmos/app/v1alpha1/query.rpc.react.js +0 -15
- package/cosmos/auth/module/v1/module.d.ts +0 -138
- package/cosmos/auth/module/v1/module.js +0 -218
- package/cosmos/auth/v1beta1/auth.d.ts +0 -245
- package/cosmos/auth/v1beta1/auth.js +0 -482
- package/cosmos/auth/v1beta1/genesis.d.ts +0 -67
- package/cosmos/auth/v1beta1/genesis.js +0 -104
- package/cosmos/auth/v1beta1/query.d.ts +0 -1160
- package/cosmos/auth/v1beta1/query.js +0 -1727
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.func.js +0 -152
- package/cosmos/auth/v1beta1/query.rpc.react.d.ts +0 -88
- package/cosmos/auth/v1beta1/query.rpc.react.js +0 -122
- package/cosmos/auth/v1beta1/tx.d.ts +0 -132
- package/cosmos/auth/v1beta1/tx.js +0 -181
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/auth/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/authz/module/v1/module.d.ts +0 -49
- package/cosmos/authz/module/v1/module.js +0 -74
- package/cosmos/authz/v1beta1/authz.d.ts +0 -248
- package/cosmos/authz/v1beta1/authz.js +0 -426
- package/cosmos/authz/v1beta1/event.d.ts +0 -144
- package/cosmos/authz/v1beta1/event.js +0 -218
- package/cosmos/authz/v1beta1/genesis.d.ts +0 -52
- package/cosmos/authz/v1beta1/genesis.js +0 -97
- package/cosmos/authz/v1beta1/query.d.ts +0 -374
- package/cosmos/authz/v1beta1/query.js +0 -643
- package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.func.js +0 -48
- package/cosmos/authz/v1beta1/query.rpc.react.d.ts +0 -26
- package/cosmos/authz/v1beta1/query.rpc.react.js +0 -39
- package/cosmos/authz/v1beta1/tx.d.ts +0 -334
- package/cosmos/authz/v1beta1/tx.js +0 -555
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.func.js +0 -38
- package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +0 -28
- package/cosmos/authz/v1beta1/tx.rpc.react.js +0 -38
- package/cosmos/autocli/v1/options.d.ts +0 -589
- package/cosmos/autocli/v1/options.js +0 -896
- package/cosmos/autocli/v1/query.d.ts +0 -151
- package/cosmos/autocli/v1/query.js +0 -260
- package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.func.js +0 -18
- package/cosmos/autocli/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/autocli/v1/query.rpc.react.js +0 -15
- package/cosmos/bank/module/v1/module.d.ts +0 -83
- package/cosmos/bank/module/v1/module.js +0 -117
- package/cosmos/bank/v1beta1/authz.d.ts +0 -75
- package/cosmos/bank/v1beta1/authz.js +0 -117
- package/cosmos/bank/v1beta1/bank.d.ts +0 -496
- package/cosmos/bank/v1beta1/bank.js +0 -794
- package/cosmos/bank/v1beta1/genesis.d.ts +0 -163
- package/cosmos/bank/v1beta1/genesis.js +0 -263
- package/cosmos/bank/v1beta1/query.d.ts +0 -1719
- package/cosmos/bank/v1beta1/query.js +0 -2601
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.func.js +0 -211
- package/cosmos/bank/v1beta1/query.rpc.react.d.ts +0 -129
- package/cosmos/bank/v1beta1/query.rpc.react.js +0 -172
- package/cosmos/bank/v1beta1/tx.d.ts +0 -487
- package/cosmos/bank/v1beta1/tx.js +0 -740
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.func.js +0 -49
- package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +0 -37
- package/cosmos/bank/v1beta1/tx.rpc.react.js +0 -49
- package/cosmos/base/abci/v1beta1/abci.d.ts +0 -873
- package/cosmos/base/abci/v1beta1/abci.js +0 -1386
- package/cosmos/base/node/v1beta1/query.d.ts +0 -238
- package/cosmos/base/node/v1beta1/query.js +0 -396
- package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/base/node/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/base/query/v1beta1/pagination.d.ts +0 -214
- package/cosmos/base/query/v1beta1/pagination.js +0 -243
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -214
- package/cosmos/base/reflection/v1beta1/reflection.js +0 -331
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -33
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +0 -17
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -27
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +0 -1549
- package/cosmos/base/reflection/v2alpha1/reflection.js +0 -2367
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -85
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +0 -45
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -67
- package/cosmos/base/tendermint/v1beta1/query.d.ts +0 -1116
- package/cosmos/base/tendermint/v1beta1/query.js +0 -2048
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -100
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +0 -54
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -79
- package/cosmos/base/tendermint/v1beta1/types.d.ts +0 -208
- package/cosmos/base/tendermint/v1beta1/types.js +0 -383
- package/cosmos/base/v1beta1/coin.d.ts +0 -226
- package/cosmos/base/v1beta1/coin.js +0 -369
- package/cosmos/bundle.d.ts +0 -188
- package/cosmos/bundle.js +0 -990
- package/cosmos/consensus/module/v1/module.d.ts +0 -57
- package/cosmos/consensus/module/v1/module.js +0 -87
- package/cosmos/consensus/v1/query.d.ts +0 -109
- package/cosmos/consensus/v1/query.js +0 -164
- package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.func.js +0 -18
- package/cosmos/consensus/v1/query.rpc.react.d.ts +0 -8
- package/cosmos/consensus/v1/query.rpc.react.js +0 -15
- package/cosmos/consensus/v1/tx.d.ts +0 -136
- package/cosmos/consensus/v1/tx.js +0 -216
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +0 -31
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.func.js +0 -17
- package/cosmos/consensus/v1/tx.rpc.react.d.ts +0 -11
- package/cosmos/consensus/v1/tx.rpc.react.js +0 -17
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -117
- package/cosmos/crypto/multisig/v1beta1/multisig.js +0 -191
- package/cosmos/distribution/module/v1/module.d.ts +0 -59
- package/cosmos/distribution/module/v1/module.js +0 -99
- package/cosmos/distribution/v1beta1/distribution.d.ts +0 -742
- package/cosmos/distribution/v1beta1/distribution.js +0 -1300
- package/cosmos/distribution/v1beta1/genesis.d.ts +0 -616
- package/cosmos/distribution/v1beta1/genesis.js +0 -982
- package/cosmos/distribution/v1beta1/query.d.ts +0 -1195
- package/cosmos/distribution/v1beta1/query.js +0 -1825
- package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.func.js +0 -136
- package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +0 -72
- package/cosmos/distribution/v1beta1/query.rpc.react.js +0 -106
- package/cosmos/distribution/v1beta1/tx.d.ts +0 -805
- package/cosmos/distribution/v1beta1/tx.js +0 -1270
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -83
- package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +0 -65
- package/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -83
- package/cosmos/evidence/module/v1/module.d.ts +0 -49
- package/cosmos/evidence/module/v1/module.js +0 -74
- package/cosmos/evidence/v1beta1/evidence.d.ts +0 -84
- package/cosmos/evidence/v1beta1/evidence.js +0 -126
- package/cosmos/evidence/v1beta1/genesis.d.ts +0 -58
- package/cosmos/evidence/v1beta1/genesis.js +0 -91
- package/cosmos/evidence/v1beta1/query.d.ts +0 -254
- package/cosmos/evidence/v1beta1/query.js +0 -379
- package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.func.js +0 -31
- package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +0 -15
- package/cosmos/evidence/v1beta1/query.rpc.react.js +0 -25
- package/cosmos/evidence/v1beta1/tx.d.ts +0 -130
- package/cosmos/evidence/v1beta1/tx.js +0 -186
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/evidence/v1beta1/tx.registry.js +0 -31
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -15
- package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +0 -9
- package/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -15
- package/cosmos/evm/feemarket/v1/events.d.ts +0 -120
- package/cosmos/evm/feemarket/v1/events.js +0 -182
- package/cosmos/evm/feemarket/v1/feemarket.d.ts +0 -115
- package/cosmos/evm/feemarket/v1/feemarket.js +0 -160
- package/cosmos/evm/feemarket/v1/genesis.d.ts +0 -68
- package/cosmos/evm/feemarket/v1/genesis.js +0 -106
- package/cosmos/evm/feemarket/v1/query.d.ts +0 -315
- package/cosmos/evm/feemarket/v1/query.js +0 -473
- package/cosmos/evm/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -44
- package/cosmos/evm/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -35
- package/cosmos/evm/feemarket/v1/tx.d.ts +0 -118
- package/cosmos/evm/feemarket/v1/tx.js +0 -177
- package/cosmos/evm/feemarket/v1/tx.registry.d.ts +0 -23
- package/cosmos/evm/feemarket/v1/tx.registry.js +0 -31
- package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -16
- package/cosmos/evm/feemarket/v1/tx.rpc.react.d.ts +0 -10
- package/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -16
- package/cosmos/evm/vm/v1/events.d.ts +0 -286
- package/cosmos/evm/vm/v1/events.js +0 -435
- package/cosmos/evm/vm/v1/evm.d.ts +0 -1090
- package/cosmos/evm/vm/v1/evm.js +0 -1617
- package/cosmos/evm/vm/v1/genesis.d.ts +0 -143
- package/cosmos/evm/vm/v1/genesis.js +0 -227
- package/cosmos/evm/vm/v1/query.d.ts +0 -1773
- package/cosmos/evm/vm/v1/query.js +0 -2680
- package/cosmos/evm/vm/v1/query.rpc.func.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.func.js +0 -196
- package/cosmos/evm/vm/v1/query.rpc.react.d.ts +0 -108
- package/cosmos/evm/vm/v1/query.rpc.react.js +0 -153
- package/cosmos/evm/vm/v1/tx.d.ts +0 -747
- package/cosmos/evm/vm/v1/tx.js +0 -1132
- package/cosmos/evm/vm/v1/tx.registry.d.ts +0 -35
- package/cosmos/evm/vm/v1/tx.registry.js +0 -49
- package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.func.js +0 -25
- package/cosmos/evm/vm/v1/tx.rpc.react.d.ts +0 -17
- package/cosmos/evm/vm/v1/tx.rpc.react.js +0 -25
- package/cosmos/feegrant/module/v1/module.d.ts +0 -49
- package/cosmos/feegrant/module/v1/module.js +0 -74
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -319
- package/cosmos/feegrant/v1beta1/feegrant.js +0 -483
- package/cosmos/feegrant/v1beta1/genesis.d.ts +0 -52
- package/cosmos/feegrant/v1beta1/genesis.js +0 -97
- package/cosmos/feegrant/v1beta1/query.d.ts +0 -374
- package/cosmos/feegrant/v1beta1/query.js +0 -602
- package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -46
- package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +0 -24
- package/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -37
- package/cosmos/feegrant/v1beta1/tx.d.ts +0 -355
- package/cosmos/feegrant/v1beta1/tx.js +0 -514
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -36
- package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +0 -26
- package/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -36
- package/cosmos/gov/module/v1/module.d.ts +0 -67
- package/cosmos/gov/module/v1/module.js +0 -99
- package/cosmos/gov/v1/genesis.d.ts +0 -148
- package/cosmos/gov/v1/genesis.js +0 -205
- package/cosmos/gov/v1/gov.d.ts +0 -968
- package/cosmos/gov/v1/gov.js +0 -1441
- package/cosmos/gov/v1/query.d.ts +0 -1105
- package/cosmos/gov/v1/query.js +0 -1716
- package/cosmos/gov/v1/query.rpc.func.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.func.js +0 -122
- package/cosmos/gov/v1/query.rpc.react.d.ts +0 -64
- package/cosmos/gov/v1/query.rpc.react.js +0 -95
- package/cosmos/gov/v1/tx.d.ts +0 -950
- package/cosmos/gov/v1/tx.js +0 -1406
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +0 -139
- package/cosmos/gov/v1/tx.rpc.func.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.func.js +0 -74
- package/cosmos/gov/v1/tx.rpc.react.d.ts +0 -56
- package/cosmos/gov/v1/tx.rpc.react.js +0 -74
- package/cosmos/gov/v1beta1/genesis.d.ts +0 -106
- package/cosmos/gov/v1beta1/genesis.js +0 -180
- package/cosmos/gov/v1beta1/gov.d.ts +0 -764
- package/cosmos/gov/v1beta1/gov.js +0 -1214
- package/cosmos/gov/v1beta1/query.d.ts +0 -979
- package/cosmos/gov/v1beta1/query.js +0 -1550
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.func.js +0 -109
- package/cosmos/gov/v1beta1/query.rpc.react.d.ts +0 -57
- package/cosmos/gov/v1beta1/query.rpc.react.js +0 -85
- package/cosmos/gov/v1beta1/tx.d.ts +0 -510
- package/cosmos/gov/v1beta1/tx.js +0 -781
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.func.js +0 -43
- package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +0 -31
- package/cosmos/gov/v1beta1/tx.rpc.react.js +0 -43
- package/cosmos/ics23/v1/proofs.d.ts +0 -1015
- package/cosmos/ics23/v1/proofs.js +0 -1788
- package/cosmos/mint/module/v1/module.d.ts +0 -59
- package/cosmos/mint/module/v1/module.js +0 -99
- package/cosmos/mint/v1beta1/genesis.d.ts +0 -66
- package/cosmos/mint/v1beta1/genesis.js +0 -107
- package/cosmos/mint/v1beta1/mint.d.ts +0 -160
- package/cosmos/mint/v1beta1/mint.js +0 -243
- package/cosmos/mint/v1beta1/query.d.ts +0 -318
- package/cosmos/mint/v1beta1/query.js +0 -474
- package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/mint/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/mint/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/mint/v1beta1/tx.d.ts +0 -132
- package/cosmos/mint/v1beta1/tx.js +0 -181
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.func.js +0 -17
- package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +0 -11
- package/cosmos/mint/v1beta1/tx.rpc.react.js +0 -17
- package/cosmos/msg/v1/msg.d.ts +0 -1
- package/cosmos/msg/v1/msg.js +0 -2
- package/cosmos/params/module/v1/module.d.ts +0 -49
- package/cosmos/params/module/v1/module.js +0 -74
- package/cosmos/params/v1beta1/params.d.ts +0 -111
- package/cosmos/params/v1beta1/params.js +0 -230
- package/cosmos/params/v1beta1/query.d.ts +0 -295
- package/cosmos/params/v1beta1/query.js +0 -457
- package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.func.js +0 -34
- package/cosmos/params/v1beta1/query.rpc.react.d.ts +0 -18
- package/cosmos/params/v1beta1/query.rpc.react.js +0 -28
- package/cosmos/query/v1/query.d.ts +0 -1
- package/cosmos/query/v1/query.js +0 -2
- package/cosmos/slashing/module/v1/module.d.ts +0 -57
- package/cosmos/slashing/module/v1/module.js +0 -87
- package/cosmos/slashing/v1beta1/genesis.d.ts +0 -270
- package/cosmos/slashing/v1beta1/genesis.js +0 -425
- package/cosmos/slashing/v1beta1/query.d.ts +0 -328
- package/cosmos/slashing/v1beta1/query.js +0 -532
- package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.func.js +0 -44
- package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +0 -22
- package/cosmos/slashing/v1beta1/query.rpc.react.js +0 -35
- package/cosmos/slashing/v1beta1/slashing.d.ts +0 -162
- package/cosmos/slashing/v1beta1/slashing.js +0 -282
- package/cosmos/slashing/v1beta1/tx.d.ts +0 -228
- package/cosmos/slashing/v1beta1/tx.js +0 -334
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/slashing/v1beta1/tx.registry.js +0 -49
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/staking/module/v1/module.d.ts +0 -85
- package/cosmos/staking/module/v1/module.js +0 -126
- package/cosmos/staking/v1beta1/authz.d.ts +0 -162
- package/cosmos/staking/v1beta1/authz.js +0 -284
- package/cosmos/staking/v1beta1/genesis.d.ts +0 -181
- package/cosmos/staking/v1beta1/genesis.js +0 -294
- package/cosmos/staking/v1beta1/query.d.ts +0 -1710
- package/cosmos/staking/v1beta1/query.js +0 -2684
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.func.js +0 -212
- package/cosmos/staking/v1beta1/query.rpc.react.d.ts +0 -124
- package/cosmos/staking/v1beta1/query.rpc.react.js +0 -170
- package/cosmos/staking/v1beta1/staking.d.ts +0 -1559
- package/cosmos/staking/v1beta1/staking.js +0 -2563
- package/cosmos/staking/v1beta1/tx.d.ts +0 -824
- package/cosmos/staking/v1beta1/tx.js +0 -1413
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.func.js +0 -76
- package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +0 -58
- package/cosmos/staking/v1beta1/tx.rpc.react.js +0 -76
- package/cosmos/tx/config/v1/config.d.ts +0 -69
- package/cosmos/tx/config/v1/config.js +0 -99
- package/cosmos/tx/signing/v1beta1/signing.d.ts +0 -386
- package/cosmos/tx/signing/v1beta1/signing.js +0 -620
- package/cosmos/tx/v1beta1/service.d.ts +0 -1263
- package/cosmos/tx/v1beta1/service.js +0 -1913
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.func.js +0 -132
- package/cosmos/tx/v1beta1/service.rpc.react.d.ts +0 -74
- package/cosmos/tx/v1beta1/service.rpc.react.js +0 -105
- package/cosmos/tx/v1beta1/tx.d.ts +0 -1126
- package/cosmos/tx/v1beta1/tx.js +0 -1534
- package/cosmos/upgrade/module/v1/module.d.ts +0 -57
- package/cosmos/upgrade/module/v1/module.js +0 -87
- package/cosmos/upgrade/v1beta1/query.d.ts +0 -591
- package/cosmos/upgrade/v1beta1/query.js +0 -842
- package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -80
- package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +0 -46
- package/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -65
- package/cosmos/upgrade/v1beta1/tx.d.ts +0 -239
- package/cosmos/upgrade/v1beta1/tx.js +0 -337
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -28
- package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +0 -20
- package/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -28
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -343
- package/cosmos/upgrade/v1beta1/upgrade.js +0 -459
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/bundle.js +0 -8
- package/cosmos_proto/cosmos.d.ts +0 -186
- package/cosmos_proto/cosmos.js +0 -252
- package/cosmwasm/bundle.d.ts +0 -12
- package/cosmwasm/bundle.js +0 -174
- package/cosmwasm/wasm/v1/authz.d.ts +0 -701
- package/cosmwasm/wasm/v1/authz.js +0 -1064
- package/cosmwasm/wasm/v1/genesis.d.ts +0 -225
- package/cosmwasm/wasm/v1/genesis.js +0 -494
- package/cosmwasm/wasm/v1/ibc.d.ts +0 -238
- package/cosmwasm/wasm/v1/ibc.js +0 -360
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +0 -1358
- package/cosmwasm/wasm/v1/proposal_legacy.js +0 -1982
- package/cosmwasm/wasm/v1/query.d.ts +0 -1730
- package/cosmwasm/wasm/v1/query.js +0 -2803
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.func.js +0 -188
- package/cosmwasm/wasm/v1/query.rpc.react.d.ts +0 -100
- package/cosmwasm/wasm/v1/query.rpc.react.js +0 -146
- package/cosmwasm/wasm/v1/tx.d.ts +0 -2354
- package/cosmwasm/wasm/v1/tx.js +0 -3485
- package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -215
- package/cosmwasm/wasm/v1/tx.registry.js +0 -319
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.func.js +0 -184
- package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +0 -146
- package/cosmwasm/wasm/v1/tx.rpc.react.js +0 -184
- package/cosmwasm/wasm/v1/types.d.ts +0 -559
- package/cosmwasm/wasm/v1/types.js +0 -973
- package/esm/amino/amino.js +0 -1
- package/esm/binary.js +0 -365
- package/esm/cosmos/app/runtime/v1alpha1/module.js +0 -306
- package/esm/cosmos/app/v1alpha1/config.js +0 -326
- package/esm/cosmos/app/v1alpha1/module.js +0 -300
- package/esm/cosmos/app/v1alpha1/query.js +0 -161
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +0 -15
- package/esm/cosmos/app/v1alpha1/query.rpc.react.js +0 -12
- package/esm/cosmos/auth/module/v1/module.js +0 -215
- package/esm/cosmos/auth/v1beta1/auth.js +0 -479
- package/esm/cosmos/auth/v1beta1/genesis.js +0 -101
- package/esm/cosmos/auth/v1beta1/query.js +0 -1724
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +0 -149
- package/esm/cosmos/auth/v1beta1/query.rpc.react.js +0 -119
- package/esm/cosmos/auth/v1beta1/tx.js +0 -178
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/authz/module/v1/module.js +0 -71
- package/esm/cosmos/authz/v1beta1/authz.js +0 -423
- package/esm/cosmos/authz/v1beta1/event.js +0 -215
- package/esm/cosmos/authz/v1beta1/genesis.js +0 -94
- package/esm/cosmos/authz/v1beta1/query.js +0 -640
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +0 -45
- package/esm/cosmos/authz/v1beta1/query.rpc.react.js +0 -36
- package/esm/cosmos/authz/v1beta1/tx.js +0 -552
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +0 -35
- package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +0 -35
- package/esm/cosmos/autocli/v1/options.js +0 -893
- package/esm/cosmos/autocli/v1/query.js +0 -257
- package/esm/cosmos/autocli/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/autocli/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/bank/module/v1/module.js +0 -114
- package/esm/cosmos/bank/v1beta1/authz.js +0 -114
- package/esm/cosmos/bank/v1beta1/bank.js +0 -791
- package/esm/cosmos/bank/v1beta1/genesis.js +0 -260
- package/esm/cosmos/bank/v1beta1/query.js +0 -2598
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +0 -208
- package/esm/cosmos/bank/v1beta1/query.rpc.react.js +0 -169
- package/esm/cosmos/bank/v1beta1/tx.js +0 -737
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +0 -46
- package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +0 -46
- package/esm/cosmos/base/abci/v1beta1/abci.js +0 -1383
- package/esm/cosmos/base/node/v1beta1/query.js +0 -393
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/base/query/v1beta1/pagination.js +0 -240
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +0 -328
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +0 -30
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +0 -24
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +0 -2364
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +0 -82
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +0 -64
- package/esm/cosmos/base/tendermint/v1beta1/query.js +0 -2045
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +0 -97
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +0 -76
- package/esm/cosmos/base/tendermint/v1beta1/types.js +0 -380
- package/esm/cosmos/base/v1beta1/coin.js +0 -366
- package/esm/cosmos/bundle.js +0 -188
- package/esm/cosmos/consensus/module/v1/module.js +0 -84
- package/esm/cosmos/consensus/v1/query.js +0 -161
- package/esm/cosmos/consensus/v1/query.rpc.func.js +0 -15
- package/esm/cosmos/consensus/v1/query.rpc.react.js +0 -12
- package/esm/cosmos/consensus/v1/tx.js +0 -213
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -28
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +0 -14
- package/esm/cosmos/consensus/v1/tx.rpc.react.js +0 -14
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +0 -188
- package/esm/cosmos/distribution/module/v1/module.js +0 -96
- package/esm/cosmos/distribution/v1beta1/distribution.js +0 -1297
- package/esm/cosmos/distribution/v1beta1/genesis.js +0 -979
- package/esm/cosmos/distribution/v1beta1/query.js +0 -1822
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +0 -133
- package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +0 -103
- package/esm/cosmos/distribution/v1beta1/tx.js +0 -1267
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +0 -80
- package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +0 -80
- package/esm/cosmos/evidence/module/v1/module.js +0 -71
- package/esm/cosmos/evidence/v1beta1/evidence.js +0 -123
- package/esm/cosmos/evidence/v1beta1/genesis.js +0 -88
- package/esm/cosmos/evidence/v1beta1/query.js +0 -376
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +0 -28
- package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +0 -22
- package/esm/cosmos/evidence/v1beta1/tx.js +0 -183
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +0 -12
- package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +0 -12
- package/esm/cosmos/evm/feemarket/v1/events.js +0 -179
- package/esm/cosmos/evm/feemarket/v1/feemarket.js +0 -157
- package/esm/cosmos/evm/feemarket/v1/genesis.js +0 -103
- package/esm/cosmos/evm/feemarket/v1/query.js +0 -470
- package/esm/cosmos/evm/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/cosmos/evm/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/cosmos/evm/feemarket/v1/tx.js +0 -174
- package/esm/cosmos/evm/feemarket/v1/tx.registry.js +0 -28
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.func.js +0 -13
- package/esm/cosmos/evm/feemarket/v1/tx.rpc.react.js +0 -13
- package/esm/cosmos/evm/vm/v1/events.js +0 -432
- package/esm/cosmos/evm/vm/v1/evm.js +0 -1612
- package/esm/cosmos/evm/vm/v1/genesis.js +0 -224
- package/esm/cosmos/evm/vm/v1/query.js +0 -2677
- package/esm/cosmos/evm/vm/v1/query.rpc.func.js +0 -193
- package/esm/cosmos/evm/vm/v1/query.rpc.react.js +0 -150
- package/esm/cosmos/evm/vm/v1/tx.js +0 -1129
- package/esm/cosmos/evm/vm/v1/tx.registry.js +0 -46
- package/esm/cosmos/evm/vm/v1/tx.rpc.func.js +0 -22
- package/esm/cosmos/evm/vm/v1/tx.rpc.react.js +0 -22
- package/esm/cosmos/feegrant/module/v1/module.js +0 -71
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +0 -480
- package/esm/cosmos/feegrant/v1beta1/genesis.js +0 -94
- package/esm/cosmos/feegrant/v1beta1/query.js +0 -599
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +0 -43
- package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +0 -34
- package/esm/cosmos/feegrant/v1beta1/tx.js +0 -511
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -64
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +0 -33
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +0 -33
- package/esm/cosmos/gov/module/v1/module.js +0 -96
- package/esm/cosmos/gov/v1/genesis.js +0 -202
- package/esm/cosmos/gov/v1/gov.js +0 -1434
- package/esm/cosmos/gov/v1/query.js +0 -1713
- package/esm/cosmos/gov/v1/query.rpc.func.js +0 -119
- package/esm/cosmos/gov/v1/query.rpc.react.js +0 -92
- package/esm/cosmos/gov/v1/tx.js +0 -1403
- package/esm/cosmos/gov/v1/tx.registry.js +0 -136
- package/esm/cosmos/gov/v1/tx.rpc.func.js +0 -71
- package/esm/cosmos/gov/v1/tx.rpc.react.js +0 -71
- package/esm/cosmos/gov/v1beta1/genesis.js +0 -177
- package/esm/cosmos/gov/v1beta1/gov.js +0 -1207
- package/esm/cosmos/gov/v1beta1/query.js +0 -1547
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +0 -106
- package/esm/cosmos/gov/v1beta1/query.rpc.react.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.js +0 -778
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -82
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +0 -40
- package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +0 -40
- package/esm/cosmos/ics23/v1/proofs.js +0 -1781
- package/esm/cosmos/mint/module/v1/module.js +0 -96
- package/esm/cosmos/mint/v1beta1/genesis.js +0 -104
- package/esm/cosmos/mint/v1beta1/mint.js +0 -240
- package/esm/cosmos/mint/v1beta1/query.js +0 -471
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/mint/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/mint/v1beta1/tx.js +0 -178
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -28
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +0 -14
- package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +0 -14
- package/esm/cosmos/msg/v1/msg.js +0 -1
- package/esm/cosmos/params/module/v1/module.js +0 -71
- package/esm/cosmos/params/v1beta1/params.js +0 -227
- package/esm/cosmos/params/v1beta1/query.js +0 -454
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +0 -31
- package/esm/cosmos/params/v1beta1/query.rpc.react.js +0 -25
- package/esm/cosmos/query/v1/query.js +0 -1
- package/esm/cosmos/slashing/module/v1/module.js +0 -84
- package/esm/cosmos/slashing/v1beta1/genesis.js +0 -422
- package/esm/cosmos/slashing/v1beta1/query.js +0 -529
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +0 -41
- package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +0 -32
- package/esm/cosmos/slashing/v1beta1/slashing.js +0 -279
- package/esm/cosmos/slashing/v1beta1/tx.js +0 -331
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/staking/module/v1/module.js +0 -123
- package/esm/cosmos/staking/v1beta1/authz.js +0 -279
- package/esm/cosmos/staking/v1beta1/genesis.js +0 -291
- package/esm/cosmos/staking/v1beta1/query.js +0 -2681
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +0 -209
- package/esm/cosmos/staking/v1beta1/query.rpc.react.js +0 -167
- package/esm/cosmos/staking/v1beta1/staking.js +0 -2556
- package/esm/cosmos/staking/v1beta1/tx.js +0 -1410
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -136
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +0 -73
- package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +0 -73
- package/esm/cosmos/tx/config/v1/config.js +0 -96
- package/esm/cosmos/tx/signing/v1beta1/signing.js +0 -615
- package/esm/cosmos/tx/v1beta1/service.js +0 -1906
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +0 -129
- package/esm/cosmos/tx/v1beta1/service.rpc.react.js +0 -102
- package/esm/cosmos/tx/v1beta1/tx.js +0 -1531
- package/esm/cosmos/upgrade/module/v1/module.js +0 -84
- package/esm/cosmos/upgrade/v1beta1/query.js +0 -839
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +0 -77
- package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +0 -62
- package/esm/cosmos/upgrade/v1beta1/tx.js +0 -334
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -46
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +0 -25
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +0 -456
- package/esm/cosmos_proto/bundle.js +0 -1
- package/esm/cosmos_proto/cosmos.js +0 -247
- package/esm/cosmwasm/bundle.js +0 -12
- package/esm/cosmwasm/wasm/v1/authz.js +0 -1061
- package/esm/cosmwasm/wasm/v1/genesis.js +0 -491
- package/esm/cosmwasm/wasm/v1/ibc.js +0 -357
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +0 -1979
- package/esm/cosmwasm/wasm/v1/query.js +0 -2800
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +0 -185
- package/esm/cosmwasm/wasm/v1/query.rpc.react.js +0 -143
- package/esm/cosmwasm/wasm/v1/tx.js +0 -3482
- package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -316
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +0 -181
- package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +0 -181
- package/esm/cosmwasm/wasm/v1/types.js +0 -966
- package/esm/ethermint/bundle.js +0 -25
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -157
- package/esm/ethermint/evm/v1/events.js +0 -404
- package/esm/ethermint/evm/v1/evm.js +0 -1256
- package/esm/ethermint/evm/v1/genesis.js +0 -210
- package/esm/ethermint/evm/v1/query.js +0 -2149
- package/esm/ethermint/evm/v1/query.rpc.func.js +0 -162
- package/esm/ethermint/evm/v1/query.rpc.react.js +0 -125
- package/esm/ethermint/evm/v1/tx.js +0 -1084
- package/esm/ethermint/evm/v1/tx.registry.js +0 -46
- package/esm/ethermint/evm/v1/tx.rpc.func.js +0 -21
- package/esm/ethermint/evm/v1/tx.rpc.react.js +0 -21
- package/esm/ethermint/feemarket/v1/events.js +0 -165
- package/esm/ethermint/feemarket/v1/feemarket.js +0 -157
- package/esm/ethermint/feemarket/v1/genesis.js +0 -96
- package/esm/ethermint/feemarket/v1/query.js +0 -427
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +0 -41
- package/esm/ethermint/feemarket/v1/query.rpc.react.js +0 -32
- package/esm/ethermint/feemarket/v1/tx.js +0 -167
- package/esm/ethermint/feemarket/v1/tx.registry.js +0 -28
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +0 -12
- package/esm/ethermint/feemarket/v1/tx.rpc.react.js +0 -12
- package/esm/ethermint/types/v1/account.js +0 -98
- package/esm/ethermint/types/v1/dynamic_fee.js +0 -77
- package/esm/ethermint/types/v1/indexer.js +0 -149
- package/esm/ethermint/types/v1/web3.js +0 -103
- package/esm/extern.js +0 -40
- package/esm/gogoproto/gogo.js +0 -1
- package/esm/google/api/annotations.js +0 -1
- package/esm/google/api/http.js +0 -644
- package/esm/google/bundle.js +0 -5
- package/esm/google/protobuf/any.js +0 -169
- package/esm/google/protobuf/descriptor.js +0 -5678
- package/esm/google/protobuf/duration.js +0 -140
- package/esm/google/protobuf/timestamp.js +0 -168
- package/esm/helper-func-types.js +0 -52
- package/esm/helpers.js +0 -99
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -85
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +0 -339
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -28
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -22
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -596
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -64
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -599
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +0 -197
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +0 -161
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -15
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -12
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +0 -375
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/applications/interchain_accounts/v1/account.js +0 -105
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +0 -145
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +0 -234
- package/esm/ibc/applications/transfer/v1/authz.js +0 -242
- package/esm/ibc/applications/transfer/v1/denomtrace.js +0 -98
- package/esm/ibc/applications/transfer/v1/genesis.js +0 -137
- package/esm/ibc/applications/transfer/v1/packet.js +0 -134
- package/esm/ibc/applications/transfer/v1/query.js +0 -1048
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +0 -80
- package/esm/ibc/applications/transfer/v1/query.rpc.react.js +0 -62
- package/esm/ibc/applications/transfer/v1/token.js +0 -300
- package/esm/ibc/applications/transfer/v1/transfer.js +0 -99
- package/esm/ibc/applications/transfer/v1/tx.js +0 -445
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -46
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +0 -20
- package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +0 -20
- package/esm/ibc/bundle.js +0 -94
- package/esm/ibc/core/channel/v1/channel.js +0 -1120
- package/esm/ibc/core/channel/v1/genesis.js +0 -306
- package/esm/ibc/core/channel/v1/query.js +0 -3137
- package/esm/ibc/core/channel/v1/query.rpc.func.js +0 -192
- package/esm/ibc/core/channel/v1/query.rpc.react.js +0 -150
- package/esm/ibc/core/channel/v1/tx.js +0 -2225
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -190
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +0 -93
- package/esm/ibc/core/channel/v1/tx.rpc.react.js +0 -93
- package/esm/ibc/core/channel/v2/genesis.js +0 -360
- package/esm/ibc/core/channel/v2/packet.js +0 -508
- package/esm/ibc/core/channel/v2/query.js +0 -1727
- package/esm/ibc/core/channel/v2/query.rpc.func.js +0 -106
- package/esm/ibc/core/channel/v2/query.rpc.react.js +0 -82
- package/esm/ibc/core/channel/v2/tx.js +0 -901
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -82
- package/esm/ibc/core/channel/v2/tx.rpc.func.js +0 -38
- package/esm/ibc/core/channel/v2/tx.rpc.react.js +0 -38
- package/esm/ibc/core/client/v1/client.js +0 -488
- package/esm/ibc/core/client/v1/genesis.js +0 -364
- package/esm/ibc/core/client/v1/query.js +0 -2095
- package/esm/ibc/core/client/v1/query.rpc.func.js +0 -147
- package/esm/ibc/core/client/v1/query.rpc.react.js +0 -114
- package/esm/ibc/core/client/v1/tx.js +0 -1458
- package/esm/ibc/core/client/v1/tx.registry.js +0 -154
- package/esm/ibc/core/client/v1/tx.rpc.func.js +0 -74
- package/esm/ibc/core/client/v1/tx.rpc.react.js +0 -74
- package/esm/ibc/core/client/v2/config.js +0 -90
- package/esm/ibc/core/client/v2/counterparty.js +0 -100
- package/esm/ibc/core/client/v2/genesis.js +0 -194
- package/esm/ibc/core/client/v2/query.js +0 -348
- package/esm/ibc/core/client/v2/query.rpc.func.js +0 -28
- package/esm/ibc/core/client/v2/query.rpc.react.js +0 -22
- package/esm/ibc/core/client/v2/tx.js +0 -378
- package/esm/ibc/core/client/v2/tx.registry.js +0 -46
- package/esm/ibc/core/client/v2/tx.rpc.func.js +0 -20
- package/esm/ibc/core/client/v2/tx.rpc.react.js +0 -20
- package/esm/ibc/core/commitment/v1/commitment.js +0 -268
- package/esm/ibc/core/commitment/v2/commitment.js +0 -118
- package/esm/ibc/core/connection/v1/connection.js +0 -833
- package/esm/ibc/core/connection/v1/genesis.js +0 -135
- package/esm/ibc/core/connection/v1/query.js +0 -1202
- package/esm/ibc/core/connection/v1/query.rpc.func.js +0 -83
- package/esm/ibc/core/connection/v1/query.rpc.react.js +0 -65
- package/esm/ibc/core/connection/v1/tx.js +0 -1168
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -100
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +0 -49
- package/esm/ibc/core/connection/v1/tx.rpc.react.js +0 -49
- package/esm/ibc/core/types/v1/genesis.js +0 -147
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +0 -1797
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +0 -900
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +0 -685
- package/esm/ibc/lightclients/wasm/v1/genesis.js +0 -177
- package/esm/ibc/lightclients/wasm/v1/query.js +0 -361
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -28
- package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -22
- package/esm/ibc/lightclients/wasm/v1/tx.js +0 -534
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -64
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -29
- package/esm/ibc/lightclients/wasm/v1/wasm.js +0 -372
- package/esm/index.js +0 -21
- package/esm/react-query.js +0 -90
- package/esm/registry.js +0 -162
- package/esm/tendermint/abci/types.js +0 -5622
- package/esm/tendermint/bundle.js +0 -10
- package/esm/tendermint/crypto/keys.js +0 -90
- package/esm/tendermint/crypto/proof.js +0 -494
- package/esm/tendermint/p2p/types.js +0 -453
- package/esm/tendermint/types/block.js +0 -123
- package/esm/tendermint/types/evidence.js +0 -444
- package/esm/tendermint/types/params.js +0 -647
- package/esm/tendermint/types/types.js +0 -1897
- package/esm/tendermint/types/validator.js +0 -367
- package/esm/tendermint/version/types.js +0 -181
- package/esm/types.js +0 -6
- package/esm/utf8.js +0 -136
- package/esm/varint.js +0 -407
- package/esm/xpla/bundle.js +0 -28
- package/esm/xpla/burn/v1beta1/burn.js +0 -111
- package/esm/xpla/burn/v1beta1/genesis.js +0 -87
- package/esm/xpla/burn/v1beta1/query.js +0 -327
- package/esm/xpla/burn/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/burn/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/burn/v1beta1/tx.js +0 -169
- package/esm/xpla/burn/v1beta1/tx.registry.js +0 -28
- package/esm/xpla/burn/v1beta1/tx.rpc.func.js +0 -11
- package/esm/xpla/burn/v1beta1/tx.rpc.react.js +0 -11
- package/esm/xpla/reward/v1beta1/genesis.js +0 -84
- package/esm/xpla/reward/v1beta1/query.js +0 -297
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +0 -28
- package/esm/xpla/reward/v1beta1/query.rpc.react.js +0 -22
- package/esm/xpla/reward/v1beta1/reward.js +0 -133
- package/esm/xpla/reward/v1beta1/tx.js +0 -337
- package/esm/xpla/reward/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +0 -23
- package/esm/xpla/reward/v1beta1/tx.rpc.react.js +0 -23
- package/esm/xpla/volunteer/v1beta1/genesis.js +0 -87
- package/esm/xpla/volunteer/v1beta1/proposal.js +0 -568
- package/esm/xpla/volunteer/v1beta1/query.js +0 -143
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +0 -15
- package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +0 -12
- package/esm/xpla/volunteer/v1beta1/tx.js +0 -379
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -46
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -21
- package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -21
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +0 -89
- package/ethermint/bundle.d.ts +0 -25
- package/ethermint/bundle.js +0 -142
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +0 -117
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +0 -160
- package/ethermint/evm/v1/events.d.ts +0 -278
- package/ethermint/evm/v1/events.js +0 -407
- package/ethermint/evm/v1/evm.d.ts +0 -862
- package/ethermint/evm/v1/evm.js +0 -1259
- package/ethermint/evm/v1/genesis.d.ts +0 -139
- package/ethermint/evm/v1/genesis.js +0 -213
- package/ethermint/evm/v1/query.d.ts +0 -1484
- package/ethermint/evm/v1/query.js +0 -2152
- package/ethermint/evm/v1/query.rpc.func.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.func.js +0 -165
- package/ethermint/evm/v1/query.rpc.react.d.ts +0 -89
- package/ethermint/evm/v1/query.rpc.react.js +0 -128
- package/ethermint/evm/v1/tx.d.ts +0 -735
- package/ethermint/evm/v1/tx.js +0 -1087
- package/ethermint/evm/v1/tx.registry.d.ts +0 -35
- package/ethermint/evm/v1/tx.registry.js +0 -49
- package/ethermint/evm/v1/tx.rpc.func.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.func.js +0 -24
- package/ethermint/evm/v1/tx.rpc.react.d.ts +0 -16
- package/ethermint/evm/v1/tx.rpc.react.js +0 -24
- package/ethermint/feemarket/v1/events.d.ts +0 -116
- package/ethermint/feemarket/v1/events.js +0 -168
- package/ethermint/feemarket/v1/feemarket.d.ts +0 -111
- package/ethermint/feemarket/v1/feemarket.js +0 -160
- package/ethermint/feemarket/v1/genesis.d.ts +0 -66
- package/ethermint/feemarket/v1/genesis.js +0 -99
- package/ethermint/feemarket/v1/query.d.ts +0 -303
- package/ethermint/feemarket/v1/query.js +0 -430
- package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.func.js +0 -44
- package/ethermint/feemarket/v1/query.rpc.react.d.ts +0 -22
- package/ethermint/feemarket/v1/query.rpc.react.js +0 -35
- package/ethermint/feemarket/v1/tx.d.ts +0 -116
- package/ethermint/feemarket/v1/tx.js +0 -170
- package/ethermint/feemarket/v1/tx.registry.d.ts +0 -23
- package/ethermint/feemarket/v1/tx.registry.js +0 -31
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.func.js +0 -15
- package/ethermint/feemarket/v1/tx.rpc.react.d.ts +0 -9
- package/ethermint/feemarket/v1/tx.rpc.react.js +0 -15
- package/ethermint/types/v1/account.d.ts +0 -67
- package/ethermint/types/v1/account.js +0 -101
- package/ethermint/types/v1/dynamic_fee.d.ts +0 -55
- package/ethermint/types/v1/dynamic_fee.js +0 -80
- package/ethermint/types/v1/indexer.d.ts +0 -109
- package/ethermint/types/v1/indexer.js +0 -152
- package/ethermint/types/v1/web3.d.ts +0 -80
- package/ethermint/types/v1/web3.js +0 -106
- package/extern.d.ts +0 -11
- package/extern.js +0 -46
- package/gogoproto/gogo.d.ts +0 -1
- package/gogoproto/gogo.js +0 -2
- package/google/api/annotations.d.ts +0 -1
- package/google/api/annotations.js +0 -2
- package/google/api/http.d.ts +0 -1096
- package/google/api/http.js +0 -647
- package/google/bundle.d.ts +0 -5
- package/google/bundle.js +0 -21
- package/google/protobuf/any.d.ts +0 -369
- package/google/protobuf/any.js +0 -172
- package/google/protobuf/descriptor.d.ts +0 -3699
- package/google/protobuf/descriptor.js +0 -5722
- package/google/protobuf/duration.d.ts +0 -232
- package/google/protobuf/duration.js +0 -143
- package/google/protobuf/timestamp.d.ts +0 -323
- package/google/protobuf/timestamp.js +0 -171
- package/helper-func-types.d.ts +0 -40
- package/helper-func-types.js +0 -56
- package/helpers.d.ts +0 -80
- package/helpers.js +0 -114
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +0 -60
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -88
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +0 -205
- package/ibc/applications/interchain_accounts/controller/v1/query.js +0 -342
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +0 -31
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +0 -25
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +0 -337
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -599
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +0 -32
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +0 -32
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +0 -278
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +0 -602
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +0 -138
- package/ibc/applications/interchain_accounts/host/v1/host.js +0 -200
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +0 -105
- package/ibc/applications/interchain_accounts/host/v1/query.js +0 -164
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +0 -18
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +0 -8
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +0 -243
- package/ibc/applications/interchain_accounts/host/v1/tx.js +0 -378
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +0 -23
- package/ibc/applications/interchain_accounts/v1/account.d.ts +0 -54
- package/ibc/applications/interchain_accounts/v1/account.js +0 -108
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +0 -102
- package/ibc/applications/interchain_accounts/v1/metadata.js +0 -148
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +0 -119
- package/ibc/applications/interchain_accounts/v1/packet.js +0 -239
- package/ibc/applications/transfer/v1/authz.d.ts +0 -150
- package/ibc/applications/transfer/v1/authz.js +0 -245
- package/ibc/applications/transfer/v1/denomtrace.d.ts +0 -73
- package/ibc/applications/transfer/v1/denomtrace.js +0 -101
- package/ibc/applications/transfer/v1/genesis.d.ts +0 -68
- package/ibc/applications/transfer/v1/genesis.js +0 -140
- package/ibc/applications/transfer/v1/packet.d.ts +0 -95
- package/ibc/applications/transfer/v1/packet.js +0 -137
- package/ibc/applications/transfer/v1/query.d.ts +0 -680
- package/ibc/applications/transfer/v1/query.js +0 -1051
- package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.func.js +0 -83
- package/ibc/applications/transfer/v1/query.rpc.react.d.ts +0 -43
- package/ibc/applications/transfer/v1/query.rpc.react.js +0 -65
- package/ibc/applications/transfer/v1/token.d.ts +0 -179
- package/ibc/applications/transfer/v1/token.js +0 -303
- package/ibc/applications/transfer/v1/transfer.d.ts +0 -78
- package/ibc/applications/transfer/v1/transfer.js +0 -102
- package/ibc/applications/transfer/v1/tx.d.ts +0 -309
- package/ibc/applications/transfer/v1/tx.js +0 -448
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.func.js +0 -23
- package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +0 -15
- package/ibc/applications/transfer/v1/tx.rpc.react.js +0 -23
- package/ibc/bundle.d.ts +0 -94
- package/ibc/bundle.js +0 -540
- package/ibc/core/channel/v1/channel.d.ts +0 -729
- package/ibc/core/channel/v1/channel.js +0 -1127
- package/ibc/core/channel/v1/genesis.d.ts +0 -128
- package/ibc/core/channel/v1/genesis.js +0 -309
- package/ibc/core/channel/v1/query.d.ts +0 -2021
- package/ibc/core/channel/v1/query.js +0 -3140
- package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.func.js +0 -195
- package/ibc/core/channel/v1/query.rpc.react.d.ts +0 -107
- package/ibc/core/channel/v1/query.rpc.react.js +0 -153
- package/ibc/core/channel/v1/tx.d.ts +0 -1116
- package/ibc/core/channel/v1/tx.js +0 -2230
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +0 -193
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.func.js +0 -96
- package/ibc/core/channel/v1/tx.rpc.react.d.ts +0 -72
- package/ibc/core/channel/v1/tx.rpc.react.js +0 -96
- package/ibc/core/channel/v2/genesis.d.ts +0 -202
- package/ibc/core/channel/v2/genesis.js +0 -363
- package/ibc/core/channel/v2/packet.d.ts +0 -322
- package/ibc/core/channel/v2/packet.js +0 -513
- package/ibc/core/channel/v2/query.d.ts +0 -1067
- package/ibc/core/channel/v2/query.js +0 -1730
- package/ibc/core/channel/v2/query.rpc.func.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.func.js +0 -109
- package/ibc/core/channel/v2/query.rpc.react.d.ts +0 -57
- package/ibc/core/channel/v2/query.rpc.react.js +0 -85
- package/ibc/core/channel/v2/tx.d.ts +0 -437
- package/ibc/core/channel/v2/tx.js +0 -906
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +0 -85
- package/ibc/core/channel/v2/tx.rpc.func.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.func.js +0 -41
- package/ibc/core/channel/v2/tx.rpc.react.d.ts +0 -29
- package/ibc/core/channel/v2/tx.rpc.react.js +0 -41
- package/ibc/core/client/v1/client.d.ts +0 -359
- package/ibc/core/client/v1/client.js +0 -491
- package/ibc/core/client/v1/genesis.d.ts +0 -216
- package/ibc/core/client/v1/genesis.js +0 -367
- package/ibc/core/client/v1/query.d.ts +0 -1398
- package/ibc/core/client/v1/query.js +0 -2098
- package/ibc/core/client/v1/query.rpc.func.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.func.js +0 -150
- package/ibc/core/client/v1/query.rpc.react.d.ts +0 -80
- package/ibc/core/client/v1/query.rpc.react.js +0 -117
- package/ibc/core/client/v1/tx.d.ts +0 -995
- package/ibc/core/client/v1/tx.js +0 -1461
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +0 -157
- package/ibc/core/client/v1/tx.rpc.func.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.func.js +0 -77
- package/ibc/core/client/v1/tx.rpc.react.d.ts +0 -57
- package/ibc/core/client/v1/tx.rpc.react.js +0 -77
- package/ibc/core/client/v2/config.d.ts +0 -66
- package/ibc/core/client/v2/config.js +0 -93
- package/ibc/core/client/v2/counterparty.d.ts +0 -65
- package/ibc/core/client/v2/counterparty.js +0 -103
- package/ibc/core/client/v2/genesis.d.ts +0 -121
- package/ibc/core/client/v2/genesis.js +0 -197
- package/ibc/core/client/v2/query.d.ts +0 -218
- package/ibc/core/client/v2/query.js +0 -351
- package/ibc/core/client/v2/query.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.func.js +0 -31
- package/ibc/core/client/v2/query.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/query.rpc.react.js +0 -25
- package/ibc/core/client/v2/tx.d.ts +0 -251
- package/ibc/core/client/v2/tx.js +0 -381
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +0 -49
- package/ibc/core/client/v2/tx.rpc.func.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.func.js +0 -23
- package/ibc/core/client/v2/tx.rpc.react.d.ts +0 -15
- package/ibc/core/client/v2/tx.rpc.react.js +0 -23
- package/ibc/core/commitment/v1/commitment.d.ts +0 -171
- package/ibc/core/commitment/v1/commitment.js +0 -271
- package/ibc/core/commitment/v2/commitment.d.ts +0 -141
- package/ibc/core/commitment/v2/commitment.js +0 -121
- package/ibc/core/connection/v1/connection.d.ts +0 -544
- package/ibc/core/connection/v1/connection.js +0 -838
- package/ibc/core/connection/v1/genesis.d.ts +0 -64
- package/ibc/core/connection/v1/genesis.js +0 -138
- package/ibc/core/connection/v1/query.d.ts +0 -777
- package/ibc/core/connection/v1/query.js +0 -1205
- package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.func.js +0 -86
- package/ibc/core/connection/v1/query.rpc.react.d.ts +0 -46
- package/ibc/core/connection/v1/query.rpc.react.js +0 -68
- package/ibc/core/connection/v1/tx.d.ts +0 -689
- package/ibc/core/connection/v1/tx.js +0 -1171
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +0 -103
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.func.js +0 -52
- package/ibc/core/connection/v1/tx.rpc.react.d.ts +0 -38
- package/ibc/core/connection/v1/tx.rpc.react.js +0 -52
- package/ibc/core/types/v1/genesis.d.ts +0 -99
- package/ibc/core/types/v1/genesis.js +0 -150
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +0 -980
- package/ibc/lightclients/solomachine/v2/solomachine.js +0 -1802
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +0 -519
- package/ibc/lightclients/solomachine/v3/solomachine.js +0 -903
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +0 -425
- package/ibc/lightclients/tendermint/v1/tendermint.js +0 -688
- package/ibc/lightclients/wasm/v1/genesis.d.ts +0 -112
- package/ibc/lightclients/wasm/v1/genesis.js +0 -180
- package/ibc/lightclients/wasm/v1/query.d.ts +0 -225
- package/ibc/lightclients/wasm/v1/query.js +0 -364
- package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +0 -31
- package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +0 -15
- package/ibc/lightclients/wasm/v1/query.rpc.react.js +0 -25
- package/ibc/lightclients/wasm/v1/tx.d.ts +0 -356
- package/ibc/lightclients/wasm/v1/tx.js +0 -537
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +0 -32
- package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +0 -22
- package/ibc/lightclients/wasm/v1/tx.rpc.react.js +0 -32
- package/ibc/lightclients/wasm/v1/wasm.d.ts +0 -231
- package/ibc/lightclients/wasm/v1/wasm.js +0 -375
- package/index.d.ts +0 -21
- package/index.js +0 -37
- package/react-query.d.ts +0 -49
- package/react-query.js +0 -98
- package/registry.d.ts +0 -35
- package/registry.js +0 -166
- package/tendermint/abci/types.d.ts +0 -2763
- package/tendermint/abci/types.js +0 -5638
- package/tendermint/bundle.d.ts +0 -10
- package/tendermint/bundle.js +0 -115
- package/tendermint/crypto/keys.d.ts +0 -51
- package/tendermint/crypto/keys.js +0 -93
- package/tendermint/crypto/proof.d.ts +0 -262
- package/tendermint/crypto/proof.js +0 -497
- package/tendermint/p2p/types.d.ts +0 -202
- package/tendermint/p2p/types.js +0 -456
- package/tendermint/types/block.d.ts +0 -54
- package/tendermint/types/block.js +0 -126
- package/tendermint/types/evidence.d.ts +0 -204
- package/tendermint/types/evidence.js +0 -447
- package/tendermint/types/params.d.ts +0 -434
- package/tendermint/types/params.js +0 -650
- package/tendermint/types/types.d.ts +0 -940
- package/tendermint/types/types.js +0 -1902
- package/tendermint/types/validator.d.ts +0 -161
- package/tendermint/types/validator.js +0 -372
- package/tendermint/version/types.d.ts +0 -112
- package/tendermint/version/types.js +0 -184
- package/types.d.ts +0 -74
- package/types.js +0 -7
- package/utf8.d.ts +0 -27
- package/utf8.js +0 -140
- package/varint.d.ts +0 -105
- package/varint.js +0 -425
- package/xpla/bundle.d.ts +0 -28
- package/xpla/bundle.js +0 -71
- package/xpla/burn/v1beta1/burn.d.ts +0 -54
- package/xpla/burn/v1beta1/burn.js +0 -114
- package/xpla/burn/v1beta1/genesis.d.ts +0 -56
- package/xpla/burn/v1beta1/genesis.js +0 -90
- package/xpla/burn/v1beta1/query.d.ts +0 -204
- package/xpla/burn/v1beta1/query.js +0 -330
- package/xpla/burn/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.func.js +0 -31
- package/xpla/burn/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/burn/v1beta1/query.rpc.react.js +0 -25
- package/xpla/burn/v1beta1/tx.d.ts +0 -105
- package/xpla/burn/v1beta1/tx.js +0 -172
- package/xpla/burn/v1beta1/tx.registry.d.ts +0 -23
- package/xpla/burn/v1beta1/tx.registry.js +0 -31
- package/xpla/burn/v1beta1/tx.rpc.func.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.func.js +0 -14
- package/xpla/burn/v1beta1/tx.rpc.react.d.ts +0 -8
- package/xpla/burn/v1beta1/tx.rpc.react.js +0 -14
- package/xpla/reward/v1beta1/genesis.d.ts +0 -56
- package/xpla/reward/v1beta1/genesis.js +0 -87
- package/xpla/reward/v1beta1/query.d.ts +0 -206
- package/xpla/reward/v1beta1/query.js +0 -300
- package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.func.js +0 -31
- package/xpla/reward/v1beta1/query.rpc.react.d.ts +0 -15
- package/xpla/reward/v1beta1/query.rpc.react.js +0 -25
- package/xpla/reward/v1beta1/reward.d.ts +0 -59
- package/xpla/reward/v1beta1/reward.js +0 -136
- package/xpla/reward/v1beta1/tx.d.ts +0 -222
- package/xpla/reward/v1beta1/tx.js +0 -340
- package/xpla/reward/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/reward/v1beta1/tx.registry.js +0 -49
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.func.js +0 -26
- package/xpla/reward/v1beta1/tx.rpc.react.d.ts +0 -18
- package/xpla/reward/v1beta1/tx.rpc.react.js +0 -26
- package/xpla/volunteer/v1beta1/genesis.d.ts +0 -50
- package/xpla/volunteer/v1beta1/genesis.js +0 -90
- package/xpla/volunteer/v1beta1/proposal.d.ts +0 -255
- package/xpla/volunteer/v1beta1/proposal.js +0 -571
- package/xpla/volunteer/v1beta1/query.d.ts +0 -94
- package/xpla/volunteer/v1beta1/query.js +0 -146
- package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.func.js +0 -18
- package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +0 -8
- package/xpla/volunteer/v1beta1/query.rpc.react.js +0 -15
- package/xpla/volunteer/v1beta1/tx.d.ts +0 -232
- package/xpla/volunteer/v1beta1/tx.js +0 -382
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -35
- package/xpla/volunteer/v1beta1/tx.registry.js +0 -49
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +0 -24
- package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +0 -16
- package/xpla/volunteer/v1beta1/tx.rpc.react.js +0 -24
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +0 -63
- package/xpla/volunteer/v1beta1/volunteervalidator.js +0 -92
|
@@ -1,2800 +0,0 @@
|
|
|
1
|
-
import { PageRequest, PageResponse } from "../../../cosmos/base/query/v1beta1/pagination.js";
|
|
2
|
-
import { ContractInfo, ContractCodeHistoryEntry, Model, AccessConfig, Params } from "./types.js";
|
|
3
|
-
import { BinaryReader, BinaryWriter } from "../../../binary.js";
|
|
4
|
-
import { bytesFromBase64, base64FromBytes } from "../../../helpers.js";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry.js";
|
|
6
|
-
import { toUtf8, fromUtf8 } from "@interchainjs/encoding";
|
|
7
|
-
function createBaseQueryContractInfoRequest() {
|
|
8
|
-
return {
|
|
9
|
-
address: ""
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* QueryContractInfoRequest is the request type for the Query/ContractInfo RPC
|
|
14
|
-
* method
|
|
15
|
-
* @name QueryContractInfoRequest
|
|
16
|
-
* @package cosmwasm.wasm.v1
|
|
17
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractInfoRequest
|
|
18
|
-
*/
|
|
19
|
-
export const QueryContractInfoRequest = {
|
|
20
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractInfoRequest",
|
|
21
|
-
aminoType: "wasm/QueryContractInfoRequest",
|
|
22
|
-
is(o) {
|
|
23
|
-
return o && (o.$typeUrl === QueryContractInfoRequest.typeUrl || typeof o.address === "string");
|
|
24
|
-
},
|
|
25
|
-
isAmino(o) {
|
|
26
|
-
return o && (o.$typeUrl === QueryContractInfoRequest.typeUrl || typeof o.address === "string");
|
|
27
|
-
},
|
|
28
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
29
|
-
if (message.address !== "") {
|
|
30
|
-
writer.uint32(10).string(message.address);
|
|
31
|
-
}
|
|
32
|
-
return writer;
|
|
33
|
-
},
|
|
34
|
-
decode(input, length) {
|
|
35
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
36
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
37
|
-
const message = createBaseQueryContractInfoRequest();
|
|
38
|
-
while (reader.pos < end) {
|
|
39
|
-
const tag = reader.uint32();
|
|
40
|
-
switch (tag >>> 3) {
|
|
41
|
-
case 1:
|
|
42
|
-
message.address = reader.string();
|
|
43
|
-
break;
|
|
44
|
-
default:
|
|
45
|
-
reader.skipType(tag & 7);
|
|
46
|
-
break;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
return message;
|
|
50
|
-
},
|
|
51
|
-
fromPartial(object) {
|
|
52
|
-
const message = createBaseQueryContractInfoRequest();
|
|
53
|
-
message.address = object.address ?? "";
|
|
54
|
-
return message;
|
|
55
|
-
},
|
|
56
|
-
fromAmino(object) {
|
|
57
|
-
const message = createBaseQueryContractInfoRequest();
|
|
58
|
-
if (object.address !== undefined && object.address !== null) {
|
|
59
|
-
message.address = object.address;
|
|
60
|
-
}
|
|
61
|
-
return message;
|
|
62
|
-
},
|
|
63
|
-
toAmino(message) {
|
|
64
|
-
const obj = {};
|
|
65
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
66
|
-
return obj;
|
|
67
|
-
},
|
|
68
|
-
fromAminoMsg(object) {
|
|
69
|
-
return QueryContractInfoRequest.fromAmino(object.value);
|
|
70
|
-
},
|
|
71
|
-
toAminoMsg(message) {
|
|
72
|
-
return {
|
|
73
|
-
type: "wasm/QueryContractInfoRequest",
|
|
74
|
-
value: QueryContractInfoRequest.toAmino(message)
|
|
75
|
-
};
|
|
76
|
-
},
|
|
77
|
-
fromProtoMsg(message) {
|
|
78
|
-
return QueryContractInfoRequest.decode(message.value);
|
|
79
|
-
},
|
|
80
|
-
toProto(message) {
|
|
81
|
-
return QueryContractInfoRequest.encode(message).finish();
|
|
82
|
-
},
|
|
83
|
-
toProtoMsg(message) {
|
|
84
|
-
return {
|
|
85
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractInfoRequest",
|
|
86
|
-
value: QueryContractInfoRequest.encode(message).finish()
|
|
87
|
-
};
|
|
88
|
-
},
|
|
89
|
-
registerTypeUrl() { }
|
|
90
|
-
};
|
|
91
|
-
function createBaseQueryContractInfoResponse() {
|
|
92
|
-
return {
|
|
93
|
-
address: "",
|
|
94
|
-
contractInfo: ContractInfo.fromPartial({})
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* QueryContractInfoResponse is the response type for the Query/ContractInfo RPC
|
|
99
|
-
* method
|
|
100
|
-
* @name QueryContractInfoResponse
|
|
101
|
-
* @package cosmwasm.wasm.v1
|
|
102
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractInfoResponse
|
|
103
|
-
*/
|
|
104
|
-
export const QueryContractInfoResponse = {
|
|
105
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractInfoResponse",
|
|
106
|
-
aminoType: "wasm/QueryContractInfoResponse",
|
|
107
|
-
is(o) {
|
|
108
|
-
return o && (o.$typeUrl === QueryContractInfoResponse.typeUrl || typeof o.address === "string" && ContractInfo.is(o.contractInfo));
|
|
109
|
-
},
|
|
110
|
-
isAmino(o) {
|
|
111
|
-
return o && (o.$typeUrl === QueryContractInfoResponse.typeUrl || typeof o.address === "string" && ContractInfo.isAmino(o.contract_info));
|
|
112
|
-
},
|
|
113
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
114
|
-
if (message.address !== "") {
|
|
115
|
-
writer.uint32(10).string(message.address);
|
|
116
|
-
}
|
|
117
|
-
if (message.contractInfo !== undefined) {
|
|
118
|
-
ContractInfo.encode(message.contractInfo, writer.uint32(18).fork()).ldelim();
|
|
119
|
-
}
|
|
120
|
-
return writer;
|
|
121
|
-
},
|
|
122
|
-
decode(input, length) {
|
|
123
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
124
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
125
|
-
const message = createBaseQueryContractInfoResponse();
|
|
126
|
-
while (reader.pos < end) {
|
|
127
|
-
const tag = reader.uint32();
|
|
128
|
-
switch (tag >>> 3) {
|
|
129
|
-
case 1:
|
|
130
|
-
message.address = reader.string();
|
|
131
|
-
break;
|
|
132
|
-
case 2:
|
|
133
|
-
message.contractInfo = ContractInfo.decode(reader, reader.uint32());
|
|
134
|
-
break;
|
|
135
|
-
default:
|
|
136
|
-
reader.skipType(tag & 7);
|
|
137
|
-
break;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
return message;
|
|
141
|
-
},
|
|
142
|
-
fromPartial(object) {
|
|
143
|
-
const message = createBaseQueryContractInfoResponse();
|
|
144
|
-
message.address = object.address ?? "";
|
|
145
|
-
message.contractInfo = object.contractInfo !== undefined && object.contractInfo !== null ? ContractInfo.fromPartial(object.contractInfo) : undefined;
|
|
146
|
-
return message;
|
|
147
|
-
},
|
|
148
|
-
fromAmino(object) {
|
|
149
|
-
const message = createBaseQueryContractInfoResponse();
|
|
150
|
-
if (object.address !== undefined && object.address !== null) {
|
|
151
|
-
message.address = object.address;
|
|
152
|
-
}
|
|
153
|
-
if (object.contract_info !== undefined && object.contract_info !== null) {
|
|
154
|
-
message.contractInfo = ContractInfo.fromAmino(object.contract_info);
|
|
155
|
-
}
|
|
156
|
-
return message;
|
|
157
|
-
},
|
|
158
|
-
toAmino(message) {
|
|
159
|
-
const obj = {};
|
|
160
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
161
|
-
obj.contract_info = message.contractInfo ? ContractInfo.toAmino(message.contractInfo) : ContractInfo.toAmino(ContractInfo.fromPartial({}));
|
|
162
|
-
return obj;
|
|
163
|
-
},
|
|
164
|
-
fromAminoMsg(object) {
|
|
165
|
-
return QueryContractInfoResponse.fromAmino(object.value);
|
|
166
|
-
},
|
|
167
|
-
toAminoMsg(message) {
|
|
168
|
-
return {
|
|
169
|
-
type: "wasm/QueryContractInfoResponse",
|
|
170
|
-
value: QueryContractInfoResponse.toAmino(message)
|
|
171
|
-
};
|
|
172
|
-
},
|
|
173
|
-
fromProtoMsg(message) {
|
|
174
|
-
return QueryContractInfoResponse.decode(message.value);
|
|
175
|
-
},
|
|
176
|
-
toProto(message) {
|
|
177
|
-
return QueryContractInfoResponse.encode(message).finish();
|
|
178
|
-
},
|
|
179
|
-
toProtoMsg(message) {
|
|
180
|
-
return {
|
|
181
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractInfoResponse",
|
|
182
|
-
value: QueryContractInfoResponse.encode(message).finish()
|
|
183
|
-
};
|
|
184
|
-
},
|
|
185
|
-
registerTypeUrl() {
|
|
186
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractInfoResponse.typeUrl)) {
|
|
187
|
-
return;
|
|
188
|
-
}
|
|
189
|
-
ContractInfo.registerTypeUrl();
|
|
190
|
-
}
|
|
191
|
-
};
|
|
192
|
-
function createBaseQueryContractHistoryRequest() {
|
|
193
|
-
return {
|
|
194
|
-
address: "",
|
|
195
|
-
pagination: undefined
|
|
196
|
-
};
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* QueryContractHistoryRequest is the request type for the Query/ContractHistory
|
|
200
|
-
* RPC method
|
|
201
|
-
* @name QueryContractHistoryRequest
|
|
202
|
-
* @package cosmwasm.wasm.v1
|
|
203
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractHistoryRequest
|
|
204
|
-
*/
|
|
205
|
-
export const QueryContractHistoryRequest = {
|
|
206
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractHistoryRequest",
|
|
207
|
-
aminoType: "wasm/QueryContractHistoryRequest",
|
|
208
|
-
is(o) {
|
|
209
|
-
return o && (o.$typeUrl === QueryContractHistoryRequest.typeUrl || typeof o.address === "string");
|
|
210
|
-
},
|
|
211
|
-
isAmino(o) {
|
|
212
|
-
return o && (o.$typeUrl === QueryContractHistoryRequest.typeUrl || typeof o.address === "string");
|
|
213
|
-
},
|
|
214
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
215
|
-
if (message.address !== "") {
|
|
216
|
-
writer.uint32(10).string(message.address);
|
|
217
|
-
}
|
|
218
|
-
if (message.pagination !== undefined) {
|
|
219
|
-
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
220
|
-
}
|
|
221
|
-
return writer;
|
|
222
|
-
},
|
|
223
|
-
decode(input, length) {
|
|
224
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
225
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
226
|
-
const message = createBaseQueryContractHistoryRequest();
|
|
227
|
-
while (reader.pos < end) {
|
|
228
|
-
const tag = reader.uint32();
|
|
229
|
-
switch (tag >>> 3) {
|
|
230
|
-
case 1:
|
|
231
|
-
message.address = reader.string();
|
|
232
|
-
break;
|
|
233
|
-
case 2:
|
|
234
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
235
|
-
break;
|
|
236
|
-
default:
|
|
237
|
-
reader.skipType(tag & 7);
|
|
238
|
-
break;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
return message;
|
|
242
|
-
},
|
|
243
|
-
fromPartial(object) {
|
|
244
|
-
const message = createBaseQueryContractHistoryRequest();
|
|
245
|
-
message.address = object.address ?? "";
|
|
246
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
247
|
-
return message;
|
|
248
|
-
},
|
|
249
|
-
fromAmino(object) {
|
|
250
|
-
const message = createBaseQueryContractHistoryRequest();
|
|
251
|
-
if (object.address !== undefined && object.address !== null) {
|
|
252
|
-
message.address = object.address;
|
|
253
|
-
}
|
|
254
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
255
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
256
|
-
}
|
|
257
|
-
return message;
|
|
258
|
-
},
|
|
259
|
-
toAmino(message) {
|
|
260
|
-
const obj = {};
|
|
261
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
262
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
263
|
-
return obj;
|
|
264
|
-
},
|
|
265
|
-
fromAminoMsg(object) {
|
|
266
|
-
return QueryContractHistoryRequest.fromAmino(object.value);
|
|
267
|
-
},
|
|
268
|
-
toAminoMsg(message) {
|
|
269
|
-
return {
|
|
270
|
-
type: "wasm/QueryContractHistoryRequest",
|
|
271
|
-
value: QueryContractHistoryRequest.toAmino(message)
|
|
272
|
-
};
|
|
273
|
-
},
|
|
274
|
-
fromProtoMsg(message) {
|
|
275
|
-
return QueryContractHistoryRequest.decode(message.value);
|
|
276
|
-
},
|
|
277
|
-
toProto(message) {
|
|
278
|
-
return QueryContractHistoryRequest.encode(message).finish();
|
|
279
|
-
},
|
|
280
|
-
toProtoMsg(message) {
|
|
281
|
-
return {
|
|
282
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractHistoryRequest",
|
|
283
|
-
value: QueryContractHistoryRequest.encode(message).finish()
|
|
284
|
-
};
|
|
285
|
-
},
|
|
286
|
-
registerTypeUrl() {
|
|
287
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractHistoryRequest.typeUrl)) {
|
|
288
|
-
return;
|
|
289
|
-
}
|
|
290
|
-
PageRequest.registerTypeUrl();
|
|
291
|
-
}
|
|
292
|
-
};
|
|
293
|
-
function createBaseQueryContractHistoryResponse() {
|
|
294
|
-
return {
|
|
295
|
-
entries: [],
|
|
296
|
-
pagination: undefined
|
|
297
|
-
};
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
* QueryContractHistoryResponse is the response type for the
|
|
301
|
-
* Query/ContractHistory RPC method
|
|
302
|
-
* @name QueryContractHistoryResponse
|
|
303
|
-
* @package cosmwasm.wasm.v1
|
|
304
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractHistoryResponse
|
|
305
|
-
*/
|
|
306
|
-
export const QueryContractHistoryResponse = {
|
|
307
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractHistoryResponse",
|
|
308
|
-
aminoType: "wasm/QueryContractHistoryResponse",
|
|
309
|
-
is(o) {
|
|
310
|
-
return o && (o.$typeUrl === QueryContractHistoryResponse.typeUrl || Array.isArray(o.entries) && (!o.entries.length || ContractCodeHistoryEntry.is(o.entries[0])));
|
|
311
|
-
},
|
|
312
|
-
isAmino(o) {
|
|
313
|
-
return o && (o.$typeUrl === QueryContractHistoryResponse.typeUrl || Array.isArray(o.entries) && (!o.entries.length || ContractCodeHistoryEntry.isAmino(o.entries[0])));
|
|
314
|
-
},
|
|
315
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
316
|
-
for (const v of message.entries) {
|
|
317
|
-
ContractCodeHistoryEntry.encode(v, writer.uint32(10).fork()).ldelim();
|
|
318
|
-
}
|
|
319
|
-
if (message.pagination !== undefined) {
|
|
320
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
321
|
-
}
|
|
322
|
-
return writer;
|
|
323
|
-
},
|
|
324
|
-
decode(input, length) {
|
|
325
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
326
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
327
|
-
const message = createBaseQueryContractHistoryResponse();
|
|
328
|
-
while (reader.pos < end) {
|
|
329
|
-
const tag = reader.uint32();
|
|
330
|
-
switch (tag >>> 3) {
|
|
331
|
-
case 1:
|
|
332
|
-
message.entries.push(ContractCodeHistoryEntry.decode(reader, reader.uint32()));
|
|
333
|
-
break;
|
|
334
|
-
case 2:
|
|
335
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
336
|
-
break;
|
|
337
|
-
default:
|
|
338
|
-
reader.skipType(tag & 7);
|
|
339
|
-
break;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
return message;
|
|
343
|
-
},
|
|
344
|
-
fromPartial(object) {
|
|
345
|
-
const message = createBaseQueryContractHistoryResponse();
|
|
346
|
-
message.entries = object.entries?.map(e => ContractCodeHistoryEntry.fromPartial(e)) || [];
|
|
347
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
348
|
-
return message;
|
|
349
|
-
},
|
|
350
|
-
fromAmino(object) {
|
|
351
|
-
const message = createBaseQueryContractHistoryResponse();
|
|
352
|
-
message.entries = object.entries?.map(e => ContractCodeHistoryEntry.fromAmino(e)) || [];
|
|
353
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
354
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
355
|
-
}
|
|
356
|
-
return message;
|
|
357
|
-
},
|
|
358
|
-
toAmino(message) {
|
|
359
|
-
const obj = {};
|
|
360
|
-
if (message.entries) {
|
|
361
|
-
obj.entries = message.entries.map(e => e ? ContractCodeHistoryEntry.toAmino(e) : undefined);
|
|
362
|
-
}
|
|
363
|
-
else {
|
|
364
|
-
obj.entries = message.entries;
|
|
365
|
-
}
|
|
366
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
367
|
-
return obj;
|
|
368
|
-
},
|
|
369
|
-
fromAminoMsg(object) {
|
|
370
|
-
return QueryContractHistoryResponse.fromAmino(object.value);
|
|
371
|
-
},
|
|
372
|
-
toAminoMsg(message) {
|
|
373
|
-
return {
|
|
374
|
-
type: "wasm/QueryContractHistoryResponse",
|
|
375
|
-
value: QueryContractHistoryResponse.toAmino(message)
|
|
376
|
-
};
|
|
377
|
-
},
|
|
378
|
-
fromProtoMsg(message) {
|
|
379
|
-
return QueryContractHistoryResponse.decode(message.value);
|
|
380
|
-
},
|
|
381
|
-
toProto(message) {
|
|
382
|
-
return QueryContractHistoryResponse.encode(message).finish();
|
|
383
|
-
},
|
|
384
|
-
toProtoMsg(message) {
|
|
385
|
-
return {
|
|
386
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractHistoryResponse",
|
|
387
|
-
value: QueryContractHistoryResponse.encode(message).finish()
|
|
388
|
-
};
|
|
389
|
-
},
|
|
390
|
-
registerTypeUrl() {
|
|
391
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractHistoryResponse.typeUrl)) {
|
|
392
|
-
return;
|
|
393
|
-
}
|
|
394
|
-
ContractCodeHistoryEntry.registerTypeUrl();
|
|
395
|
-
PageResponse.registerTypeUrl();
|
|
396
|
-
}
|
|
397
|
-
};
|
|
398
|
-
function createBaseQueryContractsByCodeRequest() {
|
|
399
|
-
return {
|
|
400
|
-
codeId: BigInt(0),
|
|
401
|
-
pagination: undefined
|
|
402
|
-
};
|
|
403
|
-
}
|
|
404
|
-
/**
|
|
405
|
-
* QueryContractsByCodeRequest is the request type for the Query/ContractsByCode
|
|
406
|
-
* RPC method
|
|
407
|
-
* @name QueryContractsByCodeRequest
|
|
408
|
-
* @package cosmwasm.wasm.v1
|
|
409
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractsByCodeRequest
|
|
410
|
-
*/
|
|
411
|
-
export const QueryContractsByCodeRequest = {
|
|
412
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCodeRequest",
|
|
413
|
-
aminoType: "wasm/QueryContractsByCodeRequest",
|
|
414
|
-
is(o) {
|
|
415
|
-
return o && (o.$typeUrl === QueryContractsByCodeRequest.typeUrl || typeof o.codeId === "bigint");
|
|
416
|
-
},
|
|
417
|
-
isAmino(o) {
|
|
418
|
-
return o && (o.$typeUrl === QueryContractsByCodeRequest.typeUrl || typeof o.code_id === "bigint");
|
|
419
|
-
},
|
|
420
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
421
|
-
if (message.codeId !== BigInt(0)) {
|
|
422
|
-
writer.uint32(8).uint64(message.codeId);
|
|
423
|
-
}
|
|
424
|
-
if (message.pagination !== undefined) {
|
|
425
|
-
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
426
|
-
}
|
|
427
|
-
return writer;
|
|
428
|
-
},
|
|
429
|
-
decode(input, length) {
|
|
430
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
431
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
432
|
-
const message = createBaseQueryContractsByCodeRequest();
|
|
433
|
-
while (reader.pos < end) {
|
|
434
|
-
const tag = reader.uint32();
|
|
435
|
-
switch (tag >>> 3) {
|
|
436
|
-
case 1:
|
|
437
|
-
message.codeId = reader.uint64();
|
|
438
|
-
break;
|
|
439
|
-
case 2:
|
|
440
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
441
|
-
break;
|
|
442
|
-
default:
|
|
443
|
-
reader.skipType(tag & 7);
|
|
444
|
-
break;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
return message;
|
|
448
|
-
},
|
|
449
|
-
fromPartial(object) {
|
|
450
|
-
const message = createBaseQueryContractsByCodeRequest();
|
|
451
|
-
message.codeId = object.codeId !== undefined && object.codeId !== null ? BigInt(object.codeId.toString()) : BigInt(0);
|
|
452
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
453
|
-
return message;
|
|
454
|
-
},
|
|
455
|
-
fromAmino(object) {
|
|
456
|
-
const message = createBaseQueryContractsByCodeRequest();
|
|
457
|
-
if (object.code_id !== undefined && object.code_id !== null) {
|
|
458
|
-
message.codeId = BigInt(object.code_id);
|
|
459
|
-
}
|
|
460
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
461
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
462
|
-
}
|
|
463
|
-
return message;
|
|
464
|
-
},
|
|
465
|
-
toAmino(message) {
|
|
466
|
-
const obj = {};
|
|
467
|
-
obj.code_id = message.codeId !== BigInt(0) ? message.codeId?.toString() : undefined;
|
|
468
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
469
|
-
return obj;
|
|
470
|
-
},
|
|
471
|
-
fromAminoMsg(object) {
|
|
472
|
-
return QueryContractsByCodeRequest.fromAmino(object.value);
|
|
473
|
-
},
|
|
474
|
-
toAminoMsg(message) {
|
|
475
|
-
return {
|
|
476
|
-
type: "wasm/QueryContractsByCodeRequest",
|
|
477
|
-
value: QueryContractsByCodeRequest.toAmino(message)
|
|
478
|
-
};
|
|
479
|
-
},
|
|
480
|
-
fromProtoMsg(message) {
|
|
481
|
-
return QueryContractsByCodeRequest.decode(message.value);
|
|
482
|
-
},
|
|
483
|
-
toProto(message) {
|
|
484
|
-
return QueryContractsByCodeRequest.encode(message).finish();
|
|
485
|
-
},
|
|
486
|
-
toProtoMsg(message) {
|
|
487
|
-
return {
|
|
488
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCodeRequest",
|
|
489
|
-
value: QueryContractsByCodeRequest.encode(message).finish()
|
|
490
|
-
};
|
|
491
|
-
},
|
|
492
|
-
registerTypeUrl() {
|
|
493
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractsByCodeRequest.typeUrl)) {
|
|
494
|
-
return;
|
|
495
|
-
}
|
|
496
|
-
PageRequest.registerTypeUrl();
|
|
497
|
-
}
|
|
498
|
-
};
|
|
499
|
-
function createBaseQueryContractsByCodeResponse() {
|
|
500
|
-
return {
|
|
501
|
-
contracts: [],
|
|
502
|
-
pagination: undefined
|
|
503
|
-
};
|
|
504
|
-
}
|
|
505
|
-
/**
|
|
506
|
-
* QueryContractsByCodeResponse is the response type for the
|
|
507
|
-
* Query/ContractsByCode RPC method
|
|
508
|
-
* @name QueryContractsByCodeResponse
|
|
509
|
-
* @package cosmwasm.wasm.v1
|
|
510
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractsByCodeResponse
|
|
511
|
-
*/
|
|
512
|
-
export const QueryContractsByCodeResponse = {
|
|
513
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCodeResponse",
|
|
514
|
-
aminoType: "wasm/QueryContractsByCodeResponse",
|
|
515
|
-
is(o) {
|
|
516
|
-
return o && (o.$typeUrl === QueryContractsByCodeResponse.typeUrl || Array.isArray(o.contracts) && (!o.contracts.length || typeof o.contracts[0] === "string"));
|
|
517
|
-
},
|
|
518
|
-
isAmino(o) {
|
|
519
|
-
return o && (o.$typeUrl === QueryContractsByCodeResponse.typeUrl || Array.isArray(o.contracts) && (!o.contracts.length || typeof o.contracts[0] === "string"));
|
|
520
|
-
},
|
|
521
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
522
|
-
for (const v of message.contracts) {
|
|
523
|
-
writer.uint32(10).string(v);
|
|
524
|
-
}
|
|
525
|
-
if (message.pagination !== undefined) {
|
|
526
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
527
|
-
}
|
|
528
|
-
return writer;
|
|
529
|
-
},
|
|
530
|
-
decode(input, length) {
|
|
531
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
532
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
533
|
-
const message = createBaseQueryContractsByCodeResponse();
|
|
534
|
-
while (reader.pos < end) {
|
|
535
|
-
const tag = reader.uint32();
|
|
536
|
-
switch (tag >>> 3) {
|
|
537
|
-
case 1:
|
|
538
|
-
message.contracts.push(reader.string());
|
|
539
|
-
break;
|
|
540
|
-
case 2:
|
|
541
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
542
|
-
break;
|
|
543
|
-
default:
|
|
544
|
-
reader.skipType(tag & 7);
|
|
545
|
-
break;
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
return message;
|
|
549
|
-
},
|
|
550
|
-
fromPartial(object) {
|
|
551
|
-
const message = createBaseQueryContractsByCodeResponse();
|
|
552
|
-
message.contracts = object.contracts?.map(e => e) || [];
|
|
553
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
554
|
-
return message;
|
|
555
|
-
},
|
|
556
|
-
fromAmino(object) {
|
|
557
|
-
const message = createBaseQueryContractsByCodeResponse();
|
|
558
|
-
message.contracts = object.contracts?.map(e => e) || [];
|
|
559
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
560
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
561
|
-
}
|
|
562
|
-
return message;
|
|
563
|
-
},
|
|
564
|
-
toAmino(message) {
|
|
565
|
-
const obj = {};
|
|
566
|
-
if (message.contracts) {
|
|
567
|
-
obj.contracts = message.contracts.map(e => e);
|
|
568
|
-
}
|
|
569
|
-
else {
|
|
570
|
-
obj.contracts = message.contracts;
|
|
571
|
-
}
|
|
572
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
573
|
-
return obj;
|
|
574
|
-
},
|
|
575
|
-
fromAminoMsg(object) {
|
|
576
|
-
return QueryContractsByCodeResponse.fromAmino(object.value);
|
|
577
|
-
},
|
|
578
|
-
toAminoMsg(message) {
|
|
579
|
-
return {
|
|
580
|
-
type: "wasm/QueryContractsByCodeResponse",
|
|
581
|
-
value: QueryContractsByCodeResponse.toAmino(message)
|
|
582
|
-
};
|
|
583
|
-
},
|
|
584
|
-
fromProtoMsg(message) {
|
|
585
|
-
return QueryContractsByCodeResponse.decode(message.value);
|
|
586
|
-
},
|
|
587
|
-
toProto(message) {
|
|
588
|
-
return QueryContractsByCodeResponse.encode(message).finish();
|
|
589
|
-
},
|
|
590
|
-
toProtoMsg(message) {
|
|
591
|
-
return {
|
|
592
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCodeResponse",
|
|
593
|
-
value: QueryContractsByCodeResponse.encode(message).finish()
|
|
594
|
-
};
|
|
595
|
-
},
|
|
596
|
-
registerTypeUrl() {
|
|
597
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractsByCodeResponse.typeUrl)) {
|
|
598
|
-
return;
|
|
599
|
-
}
|
|
600
|
-
PageResponse.registerTypeUrl();
|
|
601
|
-
}
|
|
602
|
-
};
|
|
603
|
-
function createBaseQueryAllContractStateRequest() {
|
|
604
|
-
return {
|
|
605
|
-
address: "",
|
|
606
|
-
pagination: undefined
|
|
607
|
-
};
|
|
608
|
-
}
|
|
609
|
-
/**
|
|
610
|
-
* QueryAllContractStateRequest is the request type for the
|
|
611
|
-
* Query/AllContractState RPC method
|
|
612
|
-
* @name QueryAllContractStateRequest
|
|
613
|
-
* @package cosmwasm.wasm.v1
|
|
614
|
-
* @see proto type: cosmwasm.wasm.v1.QueryAllContractStateRequest
|
|
615
|
-
*/
|
|
616
|
-
export const QueryAllContractStateRequest = {
|
|
617
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryAllContractStateRequest",
|
|
618
|
-
aminoType: "wasm/QueryAllContractStateRequest",
|
|
619
|
-
is(o) {
|
|
620
|
-
return o && (o.$typeUrl === QueryAllContractStateRequest.typeUrl || typeof o.address === "string");
|
|
621
|
-
},
|
|
622
|
-
isAmino(o) {
|
|
623
|
-
return o && (o.$typeUrl === QueryAllContractStateRequest.typeUrl || typeof o.address === "string");
|
|
624
|
-
},
|
|
625
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
626
|
-
if (message.address !== "") {
|
|
627
|
-
writer.uint32(10).string(message.address);
|
|
628
|
-
}
|
|
629
|
-
if (message.pagination !== undefined) {
|
|
630
|
-
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
631
|
-
}
|
|
632
|
-
return writer;
|
|
633
|
-
},
|
|
634
|
-
decode(input, length) {
|
|
635
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
636
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
637
|
-
const message = createBaseQueryAllContractStateRequest();
|
|
638
|
-
while (reader.pos < end) {
|
|
639
|
-
const tag = reader.uint32();
|
|
640
|
-
switch (tag >>> 3) {
|
|
641
|
-
case 1:
|
|
642
|
-
message.address = reader.string();
|
|
643
|
-
break;
|
|
644
|
-
case 2:
|
|
645
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
646
|
-
break;
|
|
647
|
-
default:
|
|
648
|
-
reader.skipType(tag & 7);
|
|
649
|
-
break;
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
return message;
|
|
653
|
-
},
|
|
654
|
-
fromPartial(object) {
|
|
655
|
-
const message = createBaseQueryAllContractStateRequest();
|
|
656
|
-
message.address = object.address ?? "";
|
|
657
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
658
|
-
return message;
|
|
659
|
-
},
|
|
660
|
-
fromAmino(object) {
|
|
661
|
-
const message = createBaseQueryAllContractStateRequest();
|
|
662
|
-
if (object.address !== undefined && object.address !== null) {
|
|
663
|
-
message.address = object.address;
|
|
664
|
-
}
|
|
665
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
666
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
667
|
-
}
|
|
668
|
-
return message;
|
|
669
|
-
},
|
|
670
|
-
toAmino(message) {
|
|
671
|
-
const obj = {};
|
|
672
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
673
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
674
|
-
return obj;
|
|
675
|
-
},
|
|
676
|
-
fromAminoMsg(object) {
|
|
677
|
-
return QueryAllContractStateRequest.fromAmino(object.value);
|
|
678
|
-
},
|
|
679
|
-
toAminoMsg(message) {
|
|
680
|
-
return {
|
|
681
|
-
type: "wasm/QueryAllContractStateRequest",
|
|
682
|
-
value: QueryAllContractStateRequest.toAmino(message)
|
|
683
|
-
};
|
|
684
|
-
},
|
|
685
|
-
fromProtoMsg(message) {
|
|
686
|
-
return QueryAllContractStateRequest.decode(message.value);
|
|
687
|
-
},
|
|
688
|
-
toProto(message) {
|
|
689
|
-
return QueryAllContractStateRequest.encode(message).finish();
|
|
690
|
-
},
|
|
691
|
-
toProtoMsg(message) {
|
|
692
|
-
return {
|
|
693
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryAllContractStateRequest",
|
|
694
|
-
value: QueryAllContractStateRequest.encode(message).finish()
|
|
695
|
-
};
|
|
696
|
-
},
|
|
697
|
-
registerTypeUrl() {
|
|
698
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryAllContractStateRequest.typeUrl)) {
|
|
699
|
-
return;
|
|
700
|
-
}
|
|
701
|
-
PageRequest.registerTypeUrl();
|
|
702
|
-
}
|
|
703
|
-
};
|
|
704
|
-
function createBaseQueryAllContractStateResponse() {
|
|
705
|
-
return {
|
|
706
|
-
models: [],
|
|
707
|
-
pagination: undefined
|
|
708
|
-
};
|
|
709
|
-
}
|
|
710
|
-
/**
|
|
711
|
-
* QueryAllContractStateResponse is the response type for the
|
|
712
|
-
* Query/AllContractState RPC method
|
|
713
|
-
* @name QueryAllContractStateResponse
|
|
714
|
-
* @package cosmwasm.wasm.v1
|
|
715
|
-
* @see proto type: cosmwasm.wasm.v1.QueryAllContractStateResponse
|
|
716
|
-
*/
|
|
717
|
-
export const QueryAllContractStateResponse = {
|
|
718
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryAllContractStateResponse",
|
|
719
|
-
aminoType: "wasm/QueryAllContractStateResponse",
|
|
720
|
-
is(o) {
|
|
721
|
-
return o && (o.$typeUrl === QueryAllContractStateResponse.typeUrl || Array.isArray(o.models) && (!o.models.length || Model.is(o.models[0])));
|
|
722
|
-
},
|
|
723
|
-
isAmino(o) {
|
|
724
|
-
return o && (o.$typeUrl === QueryAllContractStateResponse.typeUrl || Array.isArray(o.models) && (!o.models.length || Model.isAmino(o.models[0])));
|
|
725
|
-
},
|
|
726
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
727
|
-
for (const v of message.models) {
|
|
728
|
-
Model.encode(v, writer.uint32(10).fork()).ldelim();
|
|
729
|
-
}
|
|
730
|
-
if (message.pagination !== undefined) {
|
|
731
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
732
|
-
}
|
|
733
|
-
return writer;
|
|
734
|
-
},
|
|
735
|
-
decode(input, length) {
|
|
736
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
737
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
738
|
-
const message = createBaseQueryAllContractStateResponse();
|
|
739
|
-
while (reader.pos < end) {
|
|
740
|
-
const tag = reader.uint32();
|
|
741
|
-
switch (tag >>> 3) {
|
|
742
|
-
case 1:
|
|
743
|
-
message.models.push(Model.decode(reader, reader.uint32()));
|
|
744
|
-
break;
|
|
745
|
-
case 2:
|
|
746
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
747
|
-
break;
|
|
748
|
-
default:
|
|
749
|
-
reader.skipType(tag & 7);
|
|
750
|
-
break;
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
return message;
|
|
754
|
-
},
|
|
755
|
-
fromPartial(object) {
|
|
756
|
-
const message = createBaseQueryAllContractStateResponse();
|
|
757
|
-
message.models = object.models?.map(e => Model.fromPartial(e)) || [];
|
|
758
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
759
|
-
return message;
|
|
760
|
-
},
|
|
761
|
-
fromAmino(object) {
|
|
762
|
-
const message = createBaseQueryAllContractStateResponse();
|
|
763
|
-
message.models = object.models?.map(e => Model.fromAmino(e)) || [];
|
|
764
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
765
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
766
|
-
}
|
|
767
|
-
return message;
|
|
768
|
-
},
|
|
769
|
-
toAmino(message) {
|
|
770
|
-
const obj = {};
|
|
771
|
-
if (message.models) {
|
|
772
|
-
obj.models = message.models.map(e => e ? Model.toAmino(e) : undefined);
|
|
773
|
-
}
|
|
774
|
-
else {
|
|
775
|
-
obj.models = message.models;
|
|
776
|
-
}
|
|
777
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
778
|
-
return obj;
|
|
779
|
-
},
|
|
780
|
-
fromAminoMsg(object) {
|
|
781
|
-
return QueryAllContractStateResponse.fromAmino(object.value);
|
|
782
|
-
},
|
|
783
|
-
toAminoMsg(message) {
|
|
784
|
-
return {
|
|
785
|
-
type: "wasm/QueryAllContractStateResponse",
|
|
786
|
-
value: QueryAllContractStateResponse.toAmino(message)
|
|
787
|
-
};
|
|
788
|
-
},
|
|
789
|
-
fromProtoMsg(message) {
|
|
790
|
-
return QueryAllContractStateResponse.decode(message.value);
|
|
791
|
-
},
|
|
792
|
-
toProto(message) {
|
|
793
|
-
return QueryAllContractStateResponse.encode(message).finish();
|
|
794
|
-
},
|
|
795
|
-
toProtoMsg(message) {
|
|
796
|
-
return {
|
|
797
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryAllContractStateResponse",
|
|
798
|
-
value: QueryAllContractStateResponse.encode(message).finish()
|
|
799
|
-
};
|
|
800
|
-
},
|
|
801
|
-
registerTypeUrl() {
|
|
802
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryAllContractStateResponse.typeUrl)) {
|
|
803
|
-
return;
|
|
804
|
-
}
|
|
805
|
-
Model.registerTypeUrl();
|
|
806
|
-
PageResponse.registerTypeUrl();
|
|
807
|
-
}
|
|
808
|
-
};
|
|
809
|
-
function createBaseQueryRawContractStateRequest() {
|
|
810
|
-
return {
|
|
811
|
-
address: "",
|
|
812
|
-
queryData: new Uint8Array()
|
|
813
|
-
};
|
|
814
|
-
}
|
|
815
|
-
/**
|
|
816
|
-
* QueryRawContractStateRequest is the request type for the
|
|
817
|
-
* Query/RawContractState RPC method
|
|
818
|
-
* @name QueryRawContractStateRequest
|
|
819
|
-
* @package cosmwasm.wasm.v1
|
|
820
|
-
* @see proto type: cosmwasm.wasm.v1.QueryRawContractStateRequest
|
|
821
|
-
*/
|
|
822
|
-
export const QueryRawContractStateRequest = {
|
|
823
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryRawContractStateRequest",
|
|
824
|
-
aminoType: "wasm/QueryRawContractStateRequest",
|
|
825
|
-
is(o) {
|
|
826
|
-
return o && (o.$typeUrl === QueryRawContractStateRequest.typeUrl || typeof o.address === "string" && (o.queryData instanceof Uint8Array || typeof o.queryData === "string"));
|
|
827
|
-
},
|
|
828
|
-
isAmino(o) {
|
|
829
|
-
return o && (o.$typeUrl === QueryRawContractStateRequest.typeUrl || typeof o.address === "string" && (o.query_data instanceof Uint8Array || typeof o.query_data === "string"));
|
|
830
|
-
},
|
|
831
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
832
|
-
if (message.address !== "") {
|
|
833
|
-
writer.uint32(10).string(message.address);
|
|
834
|
-
}
|
|
835
|
-
if (message.queryData.length !== 0) {
|
|
836
|
-
writer.uint32(18).bytes(message.queryData);
|
|
837
|
-
}
|
|
838
|
-
return writer;
|
|
839
|
-
},
|
|
840
|
-
decode(input, length) {
|
|
841
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
842
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
843
|
-
const message = createBaseQueryRawContractStateRequest();
|
|
844
|
-
while (reader.pos < end) {
|
|
845
|
-
const tag = reader.uint32();
|
|
846
|
-
switch (tag >>> 3) {
|
|
847
|
-
case 1:
|
|
848
|
-
message.address = reader.string();
|
|
849
|
-
break;
|
|
850
|
-
case 2:
|
|
851
|
-
message.queryData = reader.bytes();
|
|
852
|
-
break;
|
|
853
|
-
default:
|
|
854
|
-
reader.skipType(tag & 7);
|
|
855
|
-
break;
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
return message;
|
|
859
|
-
},
|
|
860
|
-
fromPartial(object) {
|
|
861
|
-
const message = createBaseQueryRawContractStateRequest();
|
|
862
|
-
message.address = object.address ?? "";
|
|
863
|
-
message.queryData = object.queryData ?? new Uint8Array();
|
|
864
|
-
return message;
|
|
865
|
-
},
|
|
866
|
-
fromAmino(object) {
|
|
867
|
-
const message = createBaseQueryRawContractStateRequest();
|
|
868
|
-
if (object.address !== undefined && object.address !== null) {
|
|
869
|
-
message.address = object.address;
|
|
870
|
-
}
|
|
871
|
-
if (object.query_data !== undefined && object.query_data !== null) {
|
|
872
|
-
message.queryData = bytesFromBase64(object.query_data);
|
|
873
|
-
}
|
|
874
|
-
return message;
|
|
875
|
-
},
|
|
876
|
-
toAmino(message) {
|
|
877
|
-
const obj = {};
|
|
878
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
879
|
-
obj.query_data = message.queryData ? base64FromBytes(message.queryData) : undefined;
|
|
880
|
-
return obj;
|
|
881
|
-
},
|
|
882
|
-
fromAminoMsg(object) {
|
|
883
|
-
return QueryRawContractStateRequest.fromAmino(object.value);
|
|
884
|
-
},
|
|
885
|
-
toAminoMsg(message) {
|
|
886
|
-
return {
|
|
887
|
-
type: "wasm/QueryRawContractStateRequest",
|
|
888
|
-
value: QueryRawContractStateRequest.toAmino(message)
|
|
889
|
-
};
|
|
890
|
-
},
|
|
891
|
-
fromProtoMsg(message) {
|
|
892
|
-
return QueryRawContractStateRequest.decode(message.value);
|
|
893
|
-
},
|
|
894
|
-
toProto(message) {
|
|
895
|
-
return QueryRawContractStateRequest.encode(message).finish();
|
|
896
|
-
},
|
|
897
|
-
toProtoMsg(message) {
|
|
898
|
-
return {
|
|
899
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryRawContractStateRequest",
|
|
900
|
-
value: QueryRawContractStateRequest.encode(message).finish()
|
|
901
|
-
};
|
|
902
|
-
},
|
|
903
|
-
registerTypeUrl() { }
|
|
904
|
-
};
|
|
905
|
-
function createBaseQueryRawContractStateResponse() {
|
|
906
|
-
return {
|
|
907
|
-
data: new Uint8Array()
|
|
908
|
-
};
|
|
909
|
-
}
|
|
910
|
-
/**
|
|
911
|
-
* QueryRawContractStateResponse is the response type for the
|
|
912
|
-
* Query/RawContractState RPC method
|
|
913
|
-
* @name QueryRawContractStateResponse
|
|
914
|
-
* @package cosmwasm.wasm.v1
|
|
915
|
-
* @see proto type: cosmwasm.wasm.v1.QueryRawContractStateResponse
|
|
916
|
-
*/
|
|
917
|
-
export const QueryRawContractStateResponse = {
|
|
918
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryRawContractStateResponse",
|
|
919
|
-
aminoType: "wasm/QueryRawContractStateResponse",
|
|
920
|
-
is(o) {
|
|
921
|
-
return o && (o.$typeUrl === QueryRawContractStateResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
922
|
-
},
|
|
923
|
-
isAmino(o) {
|
|
924
|
-
return o && (o.$typeUrl === QueryRawContractStateResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
925
|
-
},
|
|
926
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
927
|
-
if (message.data.length !== 0) {
|
|
928
|
-
writer.uint32(10).bytes(message.data);
|
|
929
|
-
}
|
|
930
|
-
return writer;
|
|
931
|
-
},
|
|
932
|
-
decode(input, length) {
|
|
933
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
934
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
935
|
-
const message = createBaseQueryRawContractStateResponse();
|
|
936
|
-
while (reader.pos < end) {
|
|
937
|
-
const tag = reader.uint32();
|
|
938
|
-
switch (tag >>> 3) {
|
|
939
|
-
case 1:
|
|
940
|
-
message.data = reader.bytes();
|
|
941
|
-
break;
|
|
942
|
-
default:
|
|
943
|
-
reader.skipType(tag & 7);
|
|
944
|
-
break;
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
return message;
|
|
948
|
-
},
|
|
949
|
-
fromPartial(object) {
|
|
950
|
-
const message = createBaseQueryRawContractStateResponse();
|
|
951
|
-
message.data = object.data ?? new Uint8Array();
|
|
952
|
-
return message;
|
|
953
|
-
},
|
|
954
|
-
fromAmino(object) {
|
|
955
|
-
const message = createBaseQueryRawContractStateResponse();
|
|
956
|
-
if (object.data !== undefined && object.data !== null) {
|
|
957
|
-
message.data = bytesFromBase64(object.data);
|
|
958
|
-
}
|
|
959
|
-
return message;
|
|
960
|
-
},
|
|
961
|
-
toAmino(message) {
|
|
962
|
-
const obj = {};
|
|
963
|
-
obj.data = message.data ? base64FromBytes(message.data) : undefined;
|
|
964
|
-
return obj;
|
|
965
|
-
},
|
|
966
|
-
fromAminoMsg(object) {
|
|
967
|
-
return QueryRawContractStateResponse.fromAmino(object.value);
|
|
968
|
-
},
|
|
969
|
-
toAminoMsg(message) {
|
|
970
|
-
return {
|
|
971
|
-
type: "wasm/QueryRawContractStateResponse",
|
|
972
|
-
value: QueryRawContractStateResponse.toAmino(message)
|
|
973
|
-
};
|
|
974
|
-
},
|
|
975
|
-
fromProtoMsg(message) {
|
|
976
|
-
return QueryRawContractStateResponse.decode(message.value);
|
|
977
|
-
},
|
|
978
|
-
toProto(message) {
|
|
979
|
-
return QueryRawContractStateResponse.encode(message).finish();
|
|
980
|
-
},
|
|
981
|
-
toProtoMsg(message) {
|
|
982
|
-
return {
|
|
983
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryRawContractStateResponse",
|
|
984
|
-
value: QueryRawContractStateResponse.encode(message).finish()
|
|
985
|
-
};
|
|
986
|
-
},
|
|
987
|
-
registerTypeUrl() { }
|
|
988
|
-
};
|
|
989
|
-
function createBaseQuerySmartContractStateRequest() {
|
|
990
|
-
return {
|
|
991
|
-
address: "",
|
|
992
|
-
queryData: new Uint8Array()
|
|
993
|
-
};
|
|
994
|
-
}
|
|
995
|
-
/**
|
|
996
|
-
* QuerySmartContractStateRequest is the request type for the
|
|
997
|
-
* Query/SmartContractState RPC method
|
|
998
|
-
* @name QuerySmartContractStateRequest
|
|
999
|
-
* @package cosmwasm.wasm.v1
|
|
1000
|
-
* @see proto type: cosmwasm.wasm.v1.QuerySmartContractStateRequest
|
|
1001
|
-
*/
|
|
1002
|
-
export const QuerySmartContractStateRequest = {
|
|
1003
|
-
typeUrl: "/cosmwasm.wasm.v1.QuerySmartContractStateRequest",
|
|
1004
|
-
aminoType: "wasm/QuerySmartContractStateRequest",
|
|
1005
|
-
is(o) {
|
|
1006
|
-
return o && (o.$typeUrl === QuerySmartContractStateRequest.typeUrl || typeof o.address === "string" && (o.queryData instanceof Uint8Array || typeof o.queryData === "string"));
|
|
1007
|
-
},
|
|
1008
|
-
isAmino(o) {
|
|
1009
|
-
return o && (o.$typeUrl === QuerySmartContractStateRequest.typeUrl || typeof o.address === "string" && (o.query_data instanceof Uint8Array || typeof o.query_data === "string"));
|
|
1010
|
-
},
|
|
1011
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1012
|
-
if (message.address !== "") {
|
|
1013
|
-
writer.uint32(10).string(message.address);
|
|
1014
|
-
}
|
|
1015
|
-
if (message.queryData.length !== 0) {
|
|
1016
|
-
writer.uint32(18).bytes(message.queryData);
|
|
1017
|
-
}
|
|
1018
|
-
return writer;
|
|
1019
|
-
},
|
|
1020
|
-
decode(input, length) {
|
|
1021
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1022
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1023
|
-
const message = createBaseQuerySmartContractStateRequest();
|
|
1024
|
-
while (reader.pos < end) {
|
|
1025
|
-
const tag = reader.uint32();
|
|
1026
|
-
switch (tag >>> 3) {
|
|
1027
|
-
case 1:
|
|
1028
|
-
message.address = reader.string();
|
|
1029
|
-
break;
|
|
1030
|
-
case 2:
|
|
1031
|
-
message.queryData = reader.bytes();
|
|
1032
|
-
break;
|
|
1033
|
-
default:
|
|
1034
|
-
reader.skipType(tag & 7);
|
|
1035
|
-
break;
|
|
1036
|
-
}
|
|
1037
|
-
}
|
|
1038
|
-
return message;
|
|
1039
|
-
},
|
|
1040
|
-
fromPartial(object) {
|
|
1041
|
-
const message = createBaseQuerySmartContractStateRequest();
|
|
1042
|
-
message.address = object.address ?? "";
|
|
1043
|
-
message.queryData = object.queryData ?? new Uint8Array();
|
|
1044
|
-
return message;
|
|
1045
|
-
},
|
|
1046
|
-
fromAmino(object) {
|
|
1047
|
-
const message = createBaseQuerySmartContractStateRequest();
|
|
1048
|
-
if (object.address !== undefined && object.address !== null) {
|
|
1049
|
-
message.address = object.address;
|
|
1050
|
-
}
|
|
1051
|
-
if (object.query_data !== undefined && object.query_data !== null) {
|
|
1052
|
-
message.queryData = toUtf8(JSON.stringify(object.query_data));
|
|
1053
|
-
}
|
|
1054
|
-
return message;
|
|
1055
|
-
},
|
|
1056
|
-
toAmino(message) {
|
|
1057
|
-
const obj = {};
|
|
1058
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
1059
|
-
obj.query_data = message.queryData ? JSON.parse(fromUtf8(message.queryData)) : undefined;
|
|
1060
|
-
return obj;
|
|
1061
|
-
},
|
|
1062
|
-
fromAminoMsg(object) {
|
|
1063
|
-
return QuerySmartContractStateRequest.fromAmino(object.value);
|
|
1064
|
-
},
|
|
1065
|
-
toAminoMsg(message) {
|
|
1066
|
-
return {
|
|
1067
|
-
type: "wasm/QuerySmartContractStateRequest",
|
|
1068
|
-
value: QuerySmartContractStateRequest.toAmino(message)
|
|
1069
|
-
};
|
|
1070
|
-
},
|
|
1071
|
-
fromProtoMsg(message) {
|
|
1072
|
-
return QuerySmartContractStateRequest.decode(message.value);
|
|
1073
|
-
},
|
|
1074
|
-
toProto(message) {
|
|
1075
|
-
return QuerySmartContractStateRequest.encode(message).finish();
|
|
1076
|
-
},
|
|
1077
|
-
toProtoMsg(message) {
|
|
1078
|
-
return {
|
|
1079
|
-
typeUrl: "/cosmwasm.wasm.v1.QuerySmartContractStateRequest",
|
|
1080
|
-
value: QuerySmartContractStateRequest.encode(message).finish()
|
|
1081
|
-
};
|
|
1082
|
-
},
|
|
1083
|
-
registerTypeUrl() { }
|
|
1084
|
-
};
|
|
1085
|
-
function createBaseQuerySmartContractStateResponse() {
|
|
1086
|
-
return {
|
|
1087
|
-
data: new Uint8Array()
|
|
1088
|
-
};
|
|
1089
|
-
}
|
|
1090
|
-
/**
|
|
1091
|
-
* QuerySmartContractStateResponse is the response type for the
|
|
1092
|
-
* Query/SmartContractState RPC method
|
|
1093
|
-
* @name QuerySmartContractStateResponse
|
|
1094
|
-
* @package cosmwasm.wasm.v1
|
|
1095
|
-
* @see proto type: cosmwasm.wasm.v1.QuerySmartContractStateResponse
|
|
1096
|
-
*/
|
|
1097
|
-
export const QuerySmartContractStateResponse = {
|
|
1098
|
-
typeUrl: "/cosmwasm.wasm.v1.QuerySmartContractStateResponse",
|
|
1099
|
-
aminoType: "wasm/QuerySmartContractStateResponse",
|
|
1100
|
-
is(o) {
|
|
1101
|
-
return o && (o.$typeUrl === QuerySmartContractStateResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
1102
|
-
},
|
|
1103
|
-
isAmino(o) {
|
|
1104
|
-
return o && (o.$typeUrl === QuerySmartContractStateResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
1105
|
-
},
|
|
1106
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1107
|
-
if (message.data.length !== 0) {
|
|
1108
|
-
writer.uint32(10).bytes(message.data);
|
|
1109
|
-
}
|
|
1110
|
-
return writer;
|
|
1111
|
-
},
|
|
1112
|
-
decode(input, length) {
|
|
1113
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1114
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1115
|
-
const message = createBaseQuerySmartContractStateResponse();
|
|
1116
|
-
while (reader.pos < end) {
|
|
1117
|
-
const tag = reader.uint32();
|
|
1118
|
-
switch (tag >>> 3) {
|
|
1119
|
-
case 1:
|
|
1120
|
-
message.data = reader.bytes();
|
|
1121
|
-
break;
|
|
1122
|
-
default:
|
|
1123
|
-
reader.skipType(tag & 7);
|
|
1124
|
-
break;
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
1127
|
-
return message;
|
|
1128
|
-
},
|
|
1129
|
-
fromPartial(object) {
|
|
1130
|
-
const message = createBaseQuerySmartContractStateResponse();
|
|
1131
|
-
message.data = object.data ?? new Uint8Array();
|
|
1132
|
-
return message;
|
|
1133
|
-
},
|
|
1134
|
-
fromAmino(object) {
|
|
1135
|
-
const message = createBaseQuerySmartContractStateResponse();
|
|
1136
|
-
if (object.data !== undefined && object.data !== null) {
|
|
1137
|
-
message.data = toUtf8(JSON.stringify(object.data));
|
|
1138
|
-
}
|
|
1139
|
-
return message;
|
|
1140
|
-
},
|
|
1141
|
-
toAmino(message) {
|
|
1142
|
-
const obj = {};
|
|
1143
|
-
obj.data = message.data ? JSON.parse(fromUtf8(message.data)) : undefined;
|
|
1144
|
-
return obj;
|
|
1145
|
-
},
|
|
1146
|
-
fromAminoMsg(object) {
|
|
1147
|
-
return QuerySmartContractStateResponse.fromAmino(object.value);
|
|
1148
|
-
},
|
|
1149
|
-
toAminoMsg(message) {
|
|
1150
|
-
return {
|
|
1151
|
-
type: "wasm/QuerySmartContractStateResponse",
|
|
1152
|
-
value: QuerySmartContractStateResponse.toAmino(message)
|
|
1153
|
-
};
|
|
1154
|
-
},
|
|
1155
|
-
fromProtoMsg(message) {
|
|
1156
|
-
return QuerySmartContractStateResponse.decode(message.value);
|
|
1157
|
-
},
|
|
1158
|
-
toProto(message) {
|
|
1159
|
-
return QuerySmartContractStateResponse.encode(message).finish();
|
|
1160
|
-
},
|
|
1161
|
-
toProtoMsg(message) {
|
|
1162
|
-
return {
|
|
1163
|
-
typeUrl: "/cosmwasm.wasm.v1.QuerySmartContractStateResponse",
|
|
1164
|
-
value: QuerySmartContractStateResponse.encode(message).finish()
|
|
1165
|
-
};
|
|
1166
|
-
},
|
|
1167
|
-
registerTypeUrl() { }
|
|
1168
|
-
};
|
|
1169
|
-
function createBaseQueryCodeRequest() {
|
|
1170
|
-
return {
|
|
1171
|
-
codeId: BigInt(0)
|
|
1172
|
-
};
|
|
1173
|
-
}
|
|
1174
|
-
/**
|
|
1175
|
-
* QueryCodeRequest is the request type for the Query/Code RPC method
|
|
1176
|
-
* @name QueryCodeRequest
|
|
1177
|
-
* @package cosmwasm.wasm.v1
|
|
1178
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodeRequest
|
|
1179
|
-
*/
|
|
1180
|
-
export const QueryCodeRequest = {
|
|
1181
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeRequest",
|
|
1182
|
-
aminoType: "wasm/QueryCodeRequest",
|
|
1183
|
-
is(o) {
|
|
1184
|
-
return o && (o.$typeUrl === QueryCodeRequest.typeUrl || typeof o.codeId === "bigint");
|
|
1185
|
-
},
|
|
1186
|
-
isAmino(o) {
|
|
1187
|
-
return o && (o.$typeUrl === QueryCodeRequest.typeUrl || typeof o.code_id === "bigint");
|
|
1188
|
-
},
|
|
1189
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1190
|
-
if (message.codeId !== BigInt(0)) {
|
|
1191
|
-
writer.uint32(8).uint64(message.codeId);
|
|
1192
|
-
}
|
|
1193
|
-
return writer;
|
|
1194
|
-
},
|
|
1195
|
-
decode(input, length) {
|
|
1196
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1197
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1198
|
-
const message = createBaseQueryCodeRequest();
|
|
1199
|
-
while (reader.pos < end) {
|
|
1200
|
-
const tag = reader.uint32();
|
|
1201
|
-
switch (tag >>> 3) {
|
|
1202
|
-
case 1:
|
|
1203
|
-
message.codeId = reader.uint64();
|
|
1204
|
-
break;
|
|
1205
|
-
default:
|
|
1206
|
-
reader.skipType(tag & 7);
|
|
1207
|
-
break;
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
return message;
|
|
1211
|
-
},
|
|
1212
|
-
fromPartial(object) {
|
|
1213
|
-
const message = createBaseQueryCodeRequest();
|
|
1214
|
-
message.codeId = object.codeId !== undefined && object.codeId !== null ? BigInt(object.codeId.toString()) : BigInt(0);
|
|
1215
|
-
return message;
|
|
1216
|
-
},
|
|
1217
|
-
fromAmino(object) {
|
|
1218
|
-
const message = createBaseQueryCodeRequest();
|
|
1219
|
-
if (object.code_id !== undefined && object.code_id !== null) {
|
|
1220
|
-
message.codeId = BigInt(object.code_id);
|
|
1221
|
-
}
|
|
1222
|
-
return message;
|
|
1223
|
-
},
|
|
1224
|
-
toAmino(message) {
|
|
1225
|
-
const obj = {};
|
|
1226
|
-
obj.code_id = message.codeId !== BigInt(0) ? message.codeId?.toString() : undefined;
|
|
1227
|
-
return obj;
|
|
1228
|
-
},
|
|
1229
|
-
fromAminoMsg(object) {
|
|
1230
|
-
return QueryCodeRequest.fromAmino(object.value);
|
|
1231
|
-
},
|
|
1232
|
-
toAminoMsg(message) {
|
|
1233
|
-
return {
|
|
1234
|
-
type: "wasm/QueryCodeRequest",
|
|
1235
|
-
value: QueryCodeRequest.toAmino(message)
|
|
1236
|
-
};
|
|
1237
|
-
},
|
|
1238
|
-
fromProtoMsg(message) {
|
|
1239
|
-
return QueryCodeRequest.decode(message.value);
|
|
1240
|
-
},
|
|
1241
|
-
toProto(message) {
|
|
1242
|
-
return QueryCodeRequest.encode(message).finish();
|
|
1243
|
-
},
|
|
1244
|
-
toProtoMsg(message) {
|
|
1245
|
-
return {
|
|
1246
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeRequest",
|
|
1247
|
-
value: QueryCodeRequest.encode(message).finish()
|
|
1248
|
-
};
|
|
1249
|
-
},
|
|
1250
|
-
registerTypeUrl() { }
|
|
1251
|
-
};
|
|
1252
|
-
function createBaseQueryCodeInfoRequest() {
|
|
1253
|
-
return {
|
|
1254
|
-
codeId: BigInt(0)
|
|
1255
|
-
};
|
|
1256
|
-
}
|
|
1257
|
-
/**
|
|
1258
|
-
* QueryCodeInfoRequest is the request type for the Query/CodeInfo RPC method
|
|
1259
|
-
* @name QueryCodeInfoRequest
|
|
1260
|
-
* @package cosmwasm.wasm.v1
|
|
1261
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodeInfoRequest
|
|
1262
|
-
*/
|
|
1263
|
-
export const QueryCodeInfoRequest = {
|
|
1264
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeInfoRequest",
|
|
1265
|
-
aminoType: "wasm/QueryCodeInfoRequest",
|
|
1266
|
-
is(o) {
|
|
1267
|
-
return o && (o.$typeUrl === QueryCodeInfoRequest.typeUrl || typeof o.codeId === "bigint");
|
|
1268
|
-
},
|
|
1269
|
-
isAmino(o) {
|
|
1270
|
-
return o && (o.$typeUrl === QueryCodeInfoRequest.typeUrl || typeof o.code_id === "bigint");
|
|
1271
|
-
},
|
|
1272
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1273
|
-
if (message.codeId !== BigInt(0)) {
|
|
1274
|
-
writer.uint32(8).uint64(message.codeId);
|
|
1275
|
-
}
|
|
1276
|
-
return writer;
|
|
1277
|
-
},
|
|
1278
|
-
decode(input, length) {
|
|
1279
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1280
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1281
|
-
const message = createBaseQueryCodeInfoRequest();
|
|
1282
|
-
while (reader.pos < end) {
|
|
1283
|
-
const tag = reader.uint32();
|
|
1284
|
-
switch (tag >>> 3) {
|
|
1285
|
-
case 1:
|
|
1286
|
-
message.codeId = reader.uint64();
|
|
1287
|
-
break;
|
|
1288
|
-
default:
|
|
1289
|
-
reader.skipType(tag & 7);
|
|
1290
|
-
break;
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
return message;
|
|
1294
|
-
},
|
|
1295
|
-
fromPartial(object) {
|
|
1296
|
-
const message = createBaseQueryCodeInfoRequest();
|
|
1297
|
-
message.codeId = object.codeId !== undefined && object.codeId !== null ? BigInt(object.codeId.toString()) : BigInt(0);
|
|
1298
|
-
return message;
|
|
1299
|
-
},
|
|
1300
|
-
fromAmino(object) {
|
|
1301
|
-
const message = createBaseQueryCodeInfoRequest();
|
|
1302
|
-
if (object.code_id !== undefined && object.code_id !== null) {
|
|
1303
|
-
message.codeId = BigInt(object.code_id);
|
|
1304
|
-
}
|
|
1305
|
-
return message;
|
|
1306
|
-
},
|
|
1307
|
-
toAmino(message) {
|
|
1308
|
-
const obj = {};
|
|
1309
|
-
obj.code_id = message.codeId !== BigInt(0) ? message.codeId?.toString() : undefined;
|
|
1310
|
-
return obj;
|
|
1311
|
-
},
|
|
1312
|
-
fromAminoMsg(object) {
|
|
1313
|
-
return QueryCodeInfoRequest.fromAmino(object.value);
|
|
1314
|
-
},
|
|
1315
|
-
toAminoMsg(message) {
|
|
1316
|
-
return {
|
|
1317
|
-
type: "wasm/QueryCodeInfoRequest",
|
|
1318
|
-
value: QueryCodeInfoRequest.toAmino(message)
|
|
1319
|
-
};
|
|
1320
|
-
},
|
|
1321
|
-
fromProtoMsg(message) {
|
|
1322
|
-
return QueryCodeInfoRequest.decode(message.value);
|
|
1323
|
-
},
|
|
1324
|
-
toProto(message) {
|
|
1325
|
-
return QueryCodeInfoRequest.encode(message).finish();
|
|
1326
|
-
},
|
|
1327
|
-
toProtoMsg(message) {
|
|
1328
|
-
return {
|
|
1329
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeInfoRequest",
|
|
1330
|
-
value: QueryCodeInfoRequest.encode(message).finish()
|
|
1331
|
-
};
|
|
1332
|
-
},
|
|
1333
|
-
registerTypeUrl() { }
|
|
1334
|
-
};
|
|
1335
|
-
function createBaseQueryCodeInfoResponse() {
|
|
1336
|
-
return {
|
|
1337
|
-
codeId: BigInt(0),
|
|
1338
|
-
creator: "",
|
|
1339
|
-
checksum: new Uint8Array(),
|
|
1340
|
-
instantiatePermission: AccessConfig.fromPartial({})
|
|
1341
|
-
};
|
|
1342
|
-
}
|
|
1343
|
-
/**
|
|
1344
|
-
* QueryCodeInfoResponse is the response type for the Query/CodeInfo RPC method
|
|
1345
|
-
* @name QueryCodeInfoResponse
|
|
1346
|
-
* @package cosmwasm.wasm.v1
|
|
1347
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodeInfoResponse
|
|
1348
|
-
*/
|
|
1349
|
-
export const QueryCodeInfoResponse = {
|
|
1350
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeInfoResponse",
|
|
1351
|
-
aminoType: "wasm/QueryCodeInfoResponse",
|
|
1352
|
-
is(o) {
|
|
1353
|
-
return o && (o.$typeUrl === QueryCodeInfoResponse.typeUrl || typeof o.codeId === "bigint" && typeof o.creator === "string" && (o.checksum instanceof Uint8Array || typeof o.checksum === "string") && AccessConfig.is(o.instantiatePermission));
|
|
1354
|
-
},
|
|
1355
|
-
isAmino(o) {
|
|
1356
|
-
return o && (o.$typeUrl === QueryCodeInfoResponse.typeUrl || typeof o.code_id === "bigint" && typeof o.creator === "string" && (o.checksum instanceof Uint8Array || typeof o.checksum === "string") && AccessConfig.isAmino(o.instantiate_permission));
|
|
1357
|
-
},
|
|
1358
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1359
|
-
if (message.codeId !== BigInt(0)) {
|
|
1360
|
-
writer.uint32(8).uint64(message.codeId);
|
|
1361
|
-
}
|
|
1362
|
-
if (message.creator !== "") {
|
|
1363
|
-
writer.uint32(18).string(message.creator);
|
|
1364
|
-
}
|
|
1365
|
-
if (message.checksum.length !== 0) {
|
|
1366
|
-
writer.uint32(26).bytes(message.checksum);
|
|
1367
|
-
}
|
|
1368
|
-
if (message.instantiatePermission !== undefined) {
|
|
1369
|
-
AccessConfig.encode(message.instantiatePermission, writer.uint32(34).fork()).ldelim();
|
|
1370
|
-
}
|
|
1371
|
-
return writer;
|
|
1372
|
-
},
|
|
1373
|
-
decode(input, length) {
|
|
1374
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1375
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1376
|
-
const message = createBaseQueryCodeInfoResponse();
|
|
1377
|
-
while (reader.pos < end) {
|
|
1378
|
-
const tag = reader.uint32();
|
|
1379
|
-
switch (tag >>> 3) {
|
|
1380
|
-
case 1:
|
|
1381
|
-
message.codeId = reader.uint64();
|
|
1382
|
-
break;
|
|
1383
|
-
case 2:
|
|
1384
|
-
message.creator = reader.string();
|
|
1385
|
-
break;
|
|
1386
|
-
case 3:
|
|
1387
|
-
message.checksum = reader.bytes();
|
|
1388
|
-
break;
|
|
1389
|
-
case 4:
|
|
1390
|
-
message.instantiatePermission = AccessConfig.decode(reader, reader.uint32());
|
|
1391
|
-
break;
|
|
1392
|
-
default:
|
|
1393
|
-
reader.skipType(tag & 7);
|
|
1394
|
-
break;
|
|
1395
|
-
}
|
|
1396
|
-
}
|
|
1397
|
-
return message;
|
|
1398
|
-
},
|
|
1399
|
-
fromPartial(object) {
|
|
1400
|
-
const message = createBaseQueryCodeInfoResponse();
|
|
1401
|
-
message.codeId = object.codeId !== undefined && object.codeId !== null ? BigInt(object.codeId.toString()) : BigInt(0);
|
|
1402
|
-
message.creator = object.creator ?? "";
|
|
1403
|
-
message.checksum = object.checksum ?? new Uint8Array();
|
|
1404
|
-
message.instantiatePermission = object.instantiatePermission !== undefined && object.instantiatePermission !== null ? AccessConfig.fromPartial(object.instantiatePermission) : undefined;
|
|
1405
|
-
return message;
|
|
1406
|
-
},
|
|
1407
|
-
fromAmino(object) {
|
|
1408
|
-
const message = createBaseQueryCodeInfoResponse();
|
|
1409
|
-
if (object.code_id !== undefined && object.code_id !== null) {
|
|
1410
|
-
message.codeId = BigInt(object.code_id);
|
|
1411
|
-
}
|
|
1412
|
-
if (object.creator !== undefined && object.creator !== null) {
|
|
1413
|
-
message.creator = object.creator;
|
|
1414
|
-
}
|
|
1415
|
-
if (object.checksum !== undefined && object.checksum !== null) {
|
|
1416
|
-
message.checksum = bytesFromBase64(object.checksum);
|
|
1417
|
-
}
|
|
1418
|
-
if (object.instantiate_permission !== undefined && object.instantiate_permission !== null) {
|
|
1419
|
-
message.instantiatePermission = AccessConfig.fromAmino(object.instantiate_permission);
|
|
1420
|
-
}
|
|
1421
|
-
return message;
|
|
1422
|
-
},
|
|
1423
|
-
toAmino(message) {
|
|
1424
|
-
const obj = {};
|
|
1425
|
-
obj.code_id = message.codeId !== BigInt(0) ? message.codeId?.toString() : undefined;
|
|
1426
|
-
obj.creator = message.creator === "" ? undefined : message.creator;
|
|
1427
|
-
obj.checksum = message.checksum ? base64FromBytes(message.checksum) : undefined;
|
|
1428
|
-
obj.instantiate_permission = message.instantiatePermission ? AccessConfig.toAmino(message.instantiatePermission) : AccessConfig.toAmino(AccessConfig.fromPartial({}));
|
|
1429
|
-
return obj;
|
|
1430
|
-
},
|
|
1431
|
-
fromAminoMsg(object) {
|
|
1432
|
-
return QueryCodeInfoResponse.fromAmino(object.value);
|
|
1433
|
-
},
|
|
1434
|
-
toAminoMsg(message) {
|
|
1435
|
-
return {
|
|
1436
|
-
type: "wasm/QueryCodeInfoResponse",
|
|
1437
|
-
value: QueryCodeInfoResponse.toAmino(message)
|
|
1438
|
-
};
|
|
1439
|
-
},
|
|
1440
|
-
fromProtoMsg(message) {
|
|
1441
|
-
return QueryCodeInfoResponse.decode(message.value);
|
|
1442
|
-
},
|
|
1443
|
-
toProto(message) {
|
|
1444
|
-
return QueryCodeInfoResponse.encode(message).finish();
|
|
1445
|
-
},
|
|
1446
|
-
toProtoMsg(message) {
|
|
1447
|
-
return {
|
|
1448
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeInfoResponse",
|
|
1449
|
-
value: QueryCodeInfoResponse.encode(message).finish()
|
|
1450
|
-
};
|
|
1451
|
-
},
|
|
1452
|
-
registerTypeUrl() {
|
|
1453
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryCodeInfoResponse.typeUrl)) {
|
|
1454
|
-
return;
|
|
1455
|
-
}
|
|
1456
|
-
AccessConfig.registerTypeUrl();
|
|
1457
|
-
}
|
|
1458
|
-
};
|
|
1459
|
-
function createBaseCodeInfoResponse() {
|
|
1460
|
-
return {
|
|
1461
|
-
codeId: BigInt(0),
|
|
1462
|
-
creator: "",
|
|
1463
|
-
dataHash: new Uint8Array(),
|
|
1464
|
-
instantiatePermission: AccessConfig.fromPartial({})
|
|
1465
|
-
};
|
|
1466
|
-
}
|
|
1467
|
-
/**
|
|
1468
|
-
* CodeInfoResponse contains code meta data from CodeInfo
|
|
1469
|
-
* @name CodeInfoResponse
|
|
1470
|
-
* @package cosmwasm.wasm.v1
|
|
1471
|
-
* @see proto type: cosmwasm.wasm.v1.CodeInfoResponse
|
|
1472
|
-
*/
|
|
1473
|
-
export const CodeInfoResponse = {
|
|
1474
|
-
typeUrl: "/cosmwasm.wasm.v1.CodeInfoResponse",
|
|
1475
|
-
aminoType: "wasm/CodeInfoResponse",
|
|
1476
|
-
is(o) {
|
|
1477
|
-
return o && (o.$typeUrl === CodeInfoResponse.typeUrl || typeof o.codeId === "bigint" && typeof o.creator === "string" && (o.dataHash instanceof Uint8Array || typeof o.dataHash === "string") && AccessConfig.is(o.instantiatePermission));
|
|
1478
|
-
},
|
|
1479
|
-
isAmino(o) {
|
|
1480
|
-
return o && (o.$typeUrl === CodeInfoResponse.typeUrl || typeof o.code_id === "bigint" && typeof o.creator === "string" && (o.data_hash instanceof Uint8Array || typeof o.data_hash === "string") && AccessConfig.isAmino(o.instantiate_permission));
|
|
1481
|
-
},
|
|
1482
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1483
|
-
if (message.codeId !== BigInt(0)) {
|
|
1484
|
-
writer.uint32(8).uint64(message.codeId);
|
|
1485
|
-
}
|
|
1486
|
-
if (message.creator !== "") {
|
|
1487
|
-
writer.uint32(18).string(message.creator);
|
|
1488
|
-
}
|
|
1489
|
-
if (message.dataHash.length !== 0) {
|
|
1490
|
-
writer.uint32(26).bytes(message.dataHash);
|
|
1491
|
-
}
|
|
1492
|
-
if (message.instantiatePermission !== undefined) {
|
|
1493
|
-
AccessConfig.encode(message.instantiatePermission, writer.uint32(50).fork()).ldelim();
|
|
1494
|
-
}
|
|
1495
|
-
return writer;
|
|
1496
|
-
},
|
|
1497
|
-
decode(input, length) {
|
|
1498
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1499
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1500
|
-
const message = createBaseCodeInfoResponse();
|
|
1501
|
-
while (reader.pos < end) {
|
|
1502
|
-
const tag = reader.uint32();
|
|
1503
|
-
switch (tag >>> 3) {
|
|
1504
|
-
case 1:
|
|
1505
|
-
message.codeId = reader.uint64();
|
|
1506
|
-
break;
|
|
1507
|
-
case 2:
|
|
1508
|
-
message.creator = reader.string();
|
|
1509
|
-
break;
|
|
1510
|
-
case 3:
|
|
1511
|
-
message.dataHash = reader.bytes();
|
|
1512
|
-
break;
|
|
1513
|
-
case 6:
|
|
1514
|
-
message.instantiatePermission = AccessConfig.decode(reader, reader.uint32());
|
|
1515
|
-
break;
|
|
1516
|
-
default:
|
|
1517
|
-
reader.skipType(tag & 7);
|
|
1518
|
-
break;
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
return message;
|
|
1522
|
-
},
|
|
1523
|
-
fromPartial(object) {
|
|
1524
|
-
const message = createBaseCodeInfoResponse();
|
|
1525
|
-
message.codeId = object.codeId !== undefined && object.codeId !== null ? BigInt(object.codeId.toString()) : BigInt(0);
|
|
1526
|
-
message.creator = object.creator ?? "";
|
|
1527
|
-
message.dataHash = object.dataHash ?? new Uint8Array();
|
|
1528
|
-
message.instantiatePermission = object.instantiatePermission !== undefined && object.instantiatePermission !== null ? AccessConfig.fromPartial(object.instantiatePermission) : undefined;
|
|
1529
|
-
return message;
|
|
1530
|
-
},
|
|
1531
|
-
fromAmino(object) {
|
|
1532
|
-
const message = createBaseCodeInfoResponse();
|
|
1533
|
-
if (object.code_id !== undefined && object.code_id !== null) {
|
|
1534
|
-
message.codeId = BigInt(object.code_id);
|
|
1535
|
-
}
|
|
1536
|
-
if (object.creator !== undefined && object.creator !== null) {
|
|
1537
|
-
message.creator = object.creator;
|
|
1538
|
-
}
|
|
1539
|
-
if (object.data_hash !== undefined && object.data_hash !== null) {
|
|
1540
|
-
message.dataHash = bytesFromBase64(object.data_hash);
|
|
1541
|
-
}
|
|
1542
|
-
if (object.instantiate_permission !== undefined && object.instantiate_permission !== null) {
|
|
1543
|
-
message.instantiatePermission = AccessConfig.fromAmino(object.instantiate_permission);
|
|
1544
|
-
}
|
|
1545
|
-
return message;
|
|
1546
|
-
},
|
|
1547
|
-
toAmino(message) {
|
|
1548
|
-
const obj = {};
|
|
1549
|
-
obj.code_id = message.codeId ? message.codeId?.toString() : "0";
|
|
1550
|
-
obj.creator = message.creator === "" ? undefined : message.creator;
|
|
1551
|
-
obj.data_hash = message.dataHash ? base64FromBytes(message.dataHash) : undefined;
|
|
1552
|
-
obj.instantiate_permission = message.instantiatePermission ? AccessConfig.toAmino(message.instantiatePermission) : AccessConfig.toAmino(AccessConfig.fromPartial({}));
|
|
1553
|
-
return obj;
|
|
1554
|
-
},
|
|
1555
|
-
fromAminoMsg(object) {
|
|
1556
|
-
return CodeInfoResponse.fromAmino(object.value);
|
|
1557
|
-
},
|
|
1558
|
-
toAminoMsg(message) {
|
|
1559
|
-
return {
|
|
1560
|
-
type: "wasm/CodeInfoResponse",
|
|
1561
|
-
value: CodeInfoResponse.toAmino(message)
|
|
1562
|
-
};
|
|
1563
|
-
},
|
|
1564
|
-
fromProtoMsg(message) {
|
|
1565
|
-
return CodeInfoResponse.decode(message.value);
|
|
1566
|
-
},
|
|
1567
|
-
toProto(message) {
|
|
1568
|
-
return CodeInfoResponse.encode(message).finish();
|
|
1569
|
-
},
|
|
1570
|
-
toProtoMsg(message) {
|
|
1571
|
-
return {
|
|
1572
|
-
typeUrl: "/cosmwasm.wasm.v1.CodeInfoResponse",
|
|
1573
|
-
value: CodeInfoResponse.encode(message).finish()
|
|
1574
|
-
};
|
|
1575
|
-
},
|
|
1576
|
-
registerTypeUrl() {
|
|
1577
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(CodeInfoResponse.typeUrl)) {
|
|
1578
|
-
return;
|
|
1579
|
-
}
|
|
1580
|
-
AccessConfig.registerTypeUrl();
|
|
1581
|
-
}
|
|
1582
|
-
};
|
|
1583
|
-
function createBaseQueryCodeResponse() {
|
|
1584
|
-
return {
|
|
1585
|
-
codeInfo: undefined,
|
|
1586
|
-
data: new Uint8Array()
|
|
1587
|
-
};
|
|
1588
|
-
}
|
|
1589
|
-
/**
|
|
1590
|
-
* QueryCodeResponse is the response type for the Query/Code RPC method
|
|
1591
|
-
* @name QueryCodeResponse
|
|
1592
|
-
* @package cosmwasm.wasm.v1
|
|
1593
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodeResponse
|
|
1594
|
-
*/
|
|
1595
|
-
export const QueryCodeResponse = {
|
|
1596
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeResponse",
|
|
1597
|
-
aminoType: "wasm/QueryCodeResponse",
|
|
1598
|
-
is(o) {
|
|
1599
|
-
return o && (o.$typeUrl === QueryCodeResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
1600
|
-
},
|
|
1601
|
-
isAmino(o) {
|
|
1602
|
-
return o && (o.$typeUrl === QueryCodeResponse.typeUrl || o.data instanceof Uint8Array || typeof o.data === "string");
|
|
1603
|
-
},
|
|
1604
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1605
|
-
if (message.codeInfo !== undefined) {
|
|
1606
|
-
CodeInfoResponse.encode(message.codeInfo, writer.uint32(10).fork()).ldelim();
|
|
1607
|
-
}
|
|
1608
|
-
if (message.data.length !== 0) {
|
|
1609
|
-
writer.uint32(18).bytes(message.data);
|
|
1610
|
-
}
|
|
1611
|
-
return writer;
|
|
1612
|
-
},
|
|
1613
|
-
decode(input, length) {
|
|
1614
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1615
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1616
|
-
const message = createBaseQueryCodeResponse();
|
|
1617
|
-
while (reader.pos < end) {
|
|
1618
|
-
const tag = reader.uint32();
|
|
1619
|
-
switch (tag >>> 3) {
|
|
1620
|
-
case 1:
|
|
1621
|
-
message.codeInfo = CodeInfoResponse.decode(reader, reader.uint32());
|
|
1622
|
-
break;
|
|
1623
|
-
case 2:
|
|
1624
|
-
message.data = reader.bytes();
|
|
1625
|
-
break;
|
|
1626
|
-
default:
|
|
1627
|
-
reader.skipType(tag & 7);
|
|
1628
|
-
break;
|
|
1629
|
-
}
|
|
1630
|
-
}
|
|
1631
|
-
return message;
|
|
1632
|
-
},
|
|
1633
|
-
fromPartial(object) {
|
|
1634
|
-
const message = createBaseQueryCodeResponse();
|
|
1635
|
-
message.codeInfo = object.codeInfo !== undefined && object.codeInfo !== null ? CodeInfoResponse.fromPartial(object.codeInfo) : undefined;
|
|
1636
|
-
message.data = object.data ?? new Uint8Array();
|
|
1637
|
-
return message;
|
|
1638
|
-
},
|
|
1639
|
-
fromAmino(object) {
|
|
1640
|
-
const message = createBaseQueryCodeResponse();
|
|
1641
|
-
if (object.code_info !== undefined && object.code_info !== null) {
|
|
1642
|
-
message.codeInfo = CodeInfoResponse.fromAmino(object.code_info);
|
|
1643
|
-
}
|
|
1644
|
-
if (object.data !== undefined && object.data !== null) {
|
|
1645
|
-
message.data = bytesFromBase64(object.data);
|
|
1646
|
-
}
|
|
1647
|
-
return message;
|
|
1648
|
-
},
|
|
1649
|
-
toAmino(message) {
|
|
1650
|
-
const obj = {};
|
|
1651
|
-
obj.code_info = message.codeInfo ? CodeInfoResponse.toAmino(message.codeInfo) : undefined;
|
|
1652
|
-
obj.data = message.data ? base64FromBytes(message.data) : "";
|
|
1653
|
-
return obj;
|
|
1654
|
-
},
|
|
1655
|
-
fromAminoMsg(object) {
|
|
1656
|
-
return QueryCodeResponse.fromAmino(object.value);
|
|
1657
|
-
},
|
|
1658
|
-
toAminoMsg(message) {
|
|
1659
|
-
return {
|
|
1660
|
-
type: "wasm/QueryCodeResponse",
|
|
1661
|
-
value: QueryCodeResponse.toAmino(message)
|
|
1662
|
-
};
|
|
1663
|
-
},
|
|
1664
|
-
fromProtoMsg(message) {
|
|
1665
|
-
return QueryCodeResponse.decode(message.value);
|
|
1666
|
-
},
|
|
1667
|
-
toProto(message) {
|
|
1668
|
-
return QueryCodeResponse.encode(message).finish();
|
|
1669
|
-
},
|
|
1670
|
-
toProtoMsg(message) {
|
|
1671
|
-
return {
|
|
1672
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodeResponse",
|
|
1673
|
-
value: QueryCodeResponse.encode(message).finish()
|
|
1674
|
-
};
|
|
1675
|
-
},
|
|
1676
|
-
registerTypeUrl() {
|
|
1677
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryCodeResponse.typeUrl)) {
|
|
1678
|
-
return;
|
|
1679
|
-
}
|
|
1680
|
-
CodeInfoResponse.registerTypeUrl();
|
|
1681
|
-
}
|
|
1682
|
-
};
|
|
1683
|
-
function createBaseQueryCodesRequest() {
|
|
1684
|
-
return {
|
|
1685
|
-
pagination: undefined
|
|
1686
|
-
};
|
|
1687
|
-
}
|
|
1688
|
-
/**
|
|
1689
|
-
* QueryCodesRequest is the request type for the Query/Codes RPC method
|
|
1690
|
-
* @name QueryCodesRequest
|
|
1691
|
-
* @package cosmwasm.wasm.v1
|
|
1692
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodesRequest
|
|
1693
|
-
*/
|
|
1694
|
-
export const QueryCodesRequest = {
|
|
1695
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodesRequest",
|
|
1696
|
-
aminoType: "wasm/QueryCodesRequest",
|
|
1697
|
-
is(o) {
|
|
1698
|
-
return o && o.$typeUrl === QueryCodesRequest.typeUrl;
|
|
1699
|
-
},
|
|
1700
|
-
isAmino(o) {
|
|
1701
|
-
return o && o.$typeUrl === QueryCodesRequest.typeUrl;
|
|
1702
|
-
},
|
|
1703
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1704
|
-
if (message.pagination !== undefined) {
|
|
1705
|
-
PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
1706
|
-
}
|
|
1707
|
-
return writer;
|
|
1708
|
-
},
|
|
1709
|
-
decode(input, length) {
|
|
1710
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1711
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1712
|
-
const message = createBaseQueryCodesRequest();
|
|
1713
|
-
while (reader.pos < end) {
|
|
1714
|
-
const tag = reader.uint32();
|
|
1715
|
-
switch (tag >>> 3) {
|
|
1716
|
-
case 1:
|
|
1717
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
1718
|
-
break;
|
|
1719
|
-
default:
|
|
1720
|
-
reader.skipType(tag & 7);
|
|
1721
|
-
break;
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
return message;
|
|
1725
|
-
},
|
|
1726
|
-
fromPartial(object) {
|
|
1727
|
-
const message = createBaseQueryCodesRequest();
|
|
1728
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
1729
|
-
return message;
|
|
1730
|
-
},
|
|
1731
|
-
fromAmino(object) {
|
|
1732
|
-
const message = createBaseQueryCodesRequest();
|
|
1733
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
1734
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
1735
|
-
}
|
|
1736
|
-
return message;
|
|
1737
|
-
},
|
|
1738
|
-
toAmino(message) {
|
|
1739
|
-
const obj = {};
|
|
1740
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
1741
|
-
return obj;
|
|
1742
|
-
},
|
|
1743
|
-
fromAminoMsg(object) {
|
|
1744
|
-
return QueryCodesRequest.fromAmino(object.value);
|
|
1745
|
-
},
|
|
1746
|
-
toAminoMsg(message) {
|
|
1747
|
-
return {
|
|
1748
|
-
type: "wasm/QueryCodesRequest",
|
|
1749
|
-
value: QueryCodesRequest.toAmino(message)
|
|
1750
|
-
};
|
|
1751
|
-
},
|
|
1752
|
-
fromProtoMsg(message) {
|
|
1753
|
-
return QueryCodesRequest.decode(message.value);
|
|
1754
|
-
},
|
|
1755
|
-
toProto(message) {
|
|
1756
|
-
return QueryCodesRequest.encode(message).finish();
|
|
1757
|
-
},
|
|
1758
|
-
toProtoMsg(message) {
|
|
1759
|
-
return {
|
|
1760
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodesRequest",
|
|
1761
|
-
value: QueryCodesRequest.encode(message).finish()
|
|
1762
|
-
};
|
|
1763
|
-
},
|
|
1764
|
-
registerTypeUrl() {
|
|
1765
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryCodesRequest.typeUrl)) {
|
|
1766
|
-
return;
|
|
1767
|
-
}
|
|
1768
|
-
PageRequest.registerTypeUrl();
|
|
1769
|
-
}
|
|
1770
|
-
};
|
|
1771
|
-
function createBaseQueryCodesResponse() {
|
|
1772
|
-
return {
|
|
1773
|
-
codeInfos: [],
|
|
1774
|
-
pagination: undefined
|
|
1775
|
-
};
|
|
1776
|
-
}
|
|
1777
|
-
/**
|
|
1778
|
-
* QueryCodesResponse is the response type for the Query/Codes RPC method
|
|
1779
|
-
* @name QueryCodesResponse
|
|
1780
|
-
* @package cosmwasm.wasm.v1
|
|
1781
|
-
* @see proto type: cosmwasm.wasm.v1.QueryCodesResponse
|
|
1782
|
-
*/
|
|
1783
|
-
export const QueryCodesResponse = {
|
|
1784
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodesResponse",
|
|
1785
|
-
aminoType: "wasm/QueryCodesResponse",
|
|
1786
|
-
is(o) {
|
|
1787
|
-
return o && (o.$typeUrl === QueryCodesResponse.typeUrl || Array.isArray(o.codeInfos) && (!o.codeInfos.length || CodeInfoResponse.is(o.codeInfos[0])));
|
|
1788
|
-
},
|
|
1789
|
-
isAmino(o) {
|
|
1790
|
-
return o && (o.$typeUrl === QueryCodesResponse.typeUrl || Array.isArray(o.code_infos) && (!o.code_infos.length || CodeInfoResponse.isAmino(o.code_infos[0])));
|
|
1791
|
-
},
|
|
1792
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1793
|
-
for (const v of message.codeInfos) {
|
|
1794
|
-
CodeInfoResponse.encode(v, writer.uint32(10).fork()).ldelim();
|
|
1795
|
-
}
|
|
1796
|
-
if (message.pagination !== undefined) {
|
|
1797
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
1798
|
-
}
|
|
1799
|
-
return writer;
|
|
1800
|
-
},
|
|
1801
|
-
decode(input, length) {
|
|
1802
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1803
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1804
|
-
const message = createBaseQueryCodesResponse();
|
|
1805
|
-
while (reader.pos < end) {
|
|
1806
|
-
const tag = reader.uint32();
|
|
1807
|
-
switch (tag >>> 3) {
|
|
1808
|
-
case 1:
|
|
1809
|
-
message.codeInfos.push(CodeInfoResponse.decode(reader, reader.uint32()));
|
|
1810
|
-
break;
|
|
1811
|
-
case 2:
|
|
1812
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
1813
|
-
break;
|
|
1814
|
-
default:
|
|
1815
|
-
reader.skipType(tag & 7);
|
|
1816
|
-
break;
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
return message;
|
|
1820
|
-
},
|
|
1821
|
-
fromPartial(object) {
|
|
1822
|
-
const message = createBaseQueryCodesResponse();
|
|
1823
|
-
message.codeInfos = object.codeInfos?.map(e => CodeInfoResponse.fromPartial(e)) || [];
|
|
1824
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
1825
|
-
return message;
|
|
1826
|
-
},
|
|
1827
|
-
fromAmino(object) {
|
|
1828
|
-
const message = createBaseQueryCodesResponse();
|
|
1829
|
-
message.codeInfos = object.code_infos?.map(e => CodeInfoResponse.fromAmino(e)) || [];
|
|
1830
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
1831
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
1832
|
-
}
|
|
1833
|
-
return message;
|
|
1834
|
-
},
|
|
1835
|
-
toAmino(message) {
|
|
1836
|
-
const obj = {};
|
|
1837
|
-
if (message.codeInfos) {
|
|
1838
|
-
obj.code_infos = message.codeInfos.map(e => e ? CodeInfoResponse.toAmino(e) : undefined);
|
|
1839
|
-
}
|
|
1840
|
-
else {
|
|
1841
|
-
obj.code_infos = message.codeInfos;
|
|
1842
|
-
}
|
|
1843
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
1844
|
-
return obj;
|
|
1845
|
-
},
|
|
1846
|
-
fromAminoMsg(object) {
|
|
1847
|
-
return QueryCodesResponse.fromAmino(object.value);
|
|
1848
|
-
},
|
|
1849
|
-
toAminoMsg(message) {
|
|
1850
|
-
return {
|
|
1851
|
-
type: "wasm/QueryCodesResponse",
|
|
1852
|
-
value: QueryCodesResponse.toAmino(message)
|
|
1853
|
-
};
|
|
1854
|
-
},
|
|
1855
|
-
fromProtoMsg(message) {
|
|
1856
|
-
return QueryCodesResponse.decode(message.value);
|
|
1857
|
-
},
|
|
1858
|
-
toProto(message) {
|
|
1859
|
-
return QueryCodesResponse.encode(message).finish();
|
|
1860
|
-
},
|
|
1861
|
-
toProtoMsg(message) {
|
|
1862
|
-
return {
|
|
1863
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryCodesResponse",
|
|
1864
|
-
value: QueryCodesResponse.encode(message).finish()
|
|
1865
|
-
};
|
|
1866
|
-
},
|
|
1867
|
-
registerTypeUrl() {
|
|
1868
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryCodesResponse.typeUrl)) {
|
|
1869
|
-
return;
|
|
1870
|
-
}
|
|
1871
|
-
CodeInfoResponse.registerTypeUrl();
|
|
1872
|
-
PageResponse.registerTypeUrl();
|
|
1873
|
-
}
|
|
1874
|
-
};
|
|
1875
|
-
function createBaseQueryPinnedCodesRequest() {
|
|
1876
|
-
return {
|
|
1877
|
-
pagination: undefined
|
|
1878
|
-
};
|
|
1879
|
-
}
|
|
1880
|
-
/**
|
|
1881
|
-
* QueryPinnedCodesRequest is the request type for the Query/PinnedCodes
|
|
1882
|
-
* RPC method
|
|
1883
|
-
* @name QueryPinnedCodesRequest
|
|
1884
|
-
* @package cosmwasm.wasm.v1
|
|
1885
|
-
* @see proto type: cosmwasm.wasm.v1.QueryPinnedCodesRequest
|
|
1886
|
-
*/
|
|
1887
|
-
export const QueryPinnedCodesRequest = {
|
|
1888
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryPinnedCodesRequest",
|
|
1889
|
-
aminoType: "wasm/QueryPinnedCodesRequest",
|
|
1890
|
-
is(o) {
|
|
1891
|
-
return o && o.$typeUrl === QueryPinnedCodesRequest.typeUrl;
|
|
1892
|
-
},
|
|
1893
|
-
isAmino(o) {
|
|
1894
|
-
return o && o.$typeUrl === QueryPinnedCodesRequest.typeUrl;
|
|
1895
|
-
},
|
|
1896
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1897
|
-
if (message.pagination !== undefined) {
|
|
1898
|
-
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
1899
|
-
}
|
|
1900
|
-
return writer;
|
|
1901
|
-
},
|
|
1902
|
-
decode(input, length) {
|
|
1903
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1904
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1905
|
-
const message = createBaseQueryPinnedCodesRequest();
|
|
1906
|
-
while (reader.pos < end) {
|
|
1907
|
-
const tag = reader.uint32();
|
|
1908
|
-
switch (tag >>> 3) {
|
|
1909
|
-
case 2:
|
|
1910
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
1911
|
-
break;
|
|
1912
|
-
default:
|
|
1913
|
-
reader.skipType(tag & 7);
|
|
1914
|
-
break;
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
return message;
|
|
1918
|
-
},
|
|
1919
|
-
fromPartial(object) {
|
|
1920
|
-
const message = createBaseQueryPinnedCodesRequest();
|
|
1921
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
1922
|
-
return message;
|
|
1923
|
-
},
|
|
1924
|
-
fromAmino(object) {
|
|
1925
|
-
const message = createBaseQueryPinnedCodesRequest();
|
|
1926
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
1927
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
1928
|
-
}
|
|
1929
|
-
return message;
|
|
1930
|
-
},
|
|
1931
|
-
toAmino(message) {
|
|
1932
|
-
const obj = {};
|
|
1933
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
1934
|
-
return obj;
|
|
1935
|
-
},
|
|
1936
|
-
fromAminoMsg(object) {
|
|
1937
|
-
return QueryPinnedCodesRequest.fromAmino(object.value);
|
|
1938
|
-
},
|
|
1939
|
-
toAminoMsg(message) {
|
|
1940
|
-
return {
|
|
1941
|
-
type: "wasm/QueryPinnedCodesRequest",
|
|
1942
|
-
value: QueryPinnedCodesRequest.toAmino(message)
|
|
1943
|
-
};
|
|
1944
|
-
},
|
|
1945
|
-
fromProtoMsg(message) {
|
|
1946
|
-
return QueryPinnedCodesRequest.decode(message.value);
|
|
1947
|
-
},
|
|
1948
|
-
toProto(message) {
|
|
1949
|
-
return QueryPinnedCodesRequest.encode(message).finish();
|
|
1950
|
-
},
|
|
1951
|
-
toProtoMsg(message) {
|
|
1952
|
-
return {
|
|
1953
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryPinnedCodesRequest",
|
|
1954
|
-
value: QueryPinnedCodesRequest.encode(message).finish()
|
|
1955
|
-
};
|
|
1956
|
-
},
|
|
1957
|
-
registerTypeUrl() {
|
|
1958
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryPinnedCodesRequest.typeUrl)) {
|
|
1959
|
-
return;
|
|
1960
|
-
}
|
|
1961
|
-
PageRequest.registerTypeUrl();
|
|
1962
|
-
}
|
|
1963
|
-
};
|
|
1964
|
-
function createBaseQueryPinnedCodesResponse() {
|
|
1965
|
-
return {
|
|
1966
|
-
codeIds: [],
|
|
1967
|
-
pagination: undefined
|
|
1968
|
-
};
|
|
1969
|
-
}
|
|
1970
|
-
/**
|
|
1971
|
-
* QueryPinnedCodesResponse is the response type for the
|
|
1972
|
-
* Query/PinnedCodes RPC method
|
|
1973
|
-
* @name QueryPinnedCodesResponse
|
|
1974
|
-
* @package cosmwasm.wasm.v1
|
|
1975
|
-
* @see proto type: cosmwasm.wasm.v1.QueryPinnedCodesResponse
|
|
1976
|
-
*/
|
|
1977
|
-
export const QueryPinnedCodesResponse = {
|
|
1978
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryPinnedCodesResponse",
|
|
1979
|
-
aminoType: "wasm/QueryPinnedCodesResponse",
|
|
1980
|
-
is(o) {
|
|
1981
|
-
return o && (o.$typeUrl === QueryPinnedCodesResponse.typeUrl || Array.isArray(o.codeIds) && (!o.codeIds.length || typeof o.codeIds[0] === "bigint"));
|
|
1982
|
-
},
|
|
1983
|
-
isAmino(o) {
|
|
1984
|
-
return o && (o.$typeUrl === QueryPinnedCodesResponse.typeUrl || Array.isArray(o.code_ids) && (!o.code_ids.length || typeof o.code_ids[0] === "bigint"));
|
|
1985
|
-
},
|
|
1986
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
1987
|
-
writer.uint32(10).fork();
|
|
1988
|
-
for (const v of message.codeIds) {
|
|
1989
|
-
writer.uint64(v);
|
|
1990
|
-
}
|
|
1991
|
-
writer.ldelim();
|
|
1992
|
-
if (message.pagination !== undefined) {
|
|
1993
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
1994
|
-
}
|
|
1995
|
-
return writer;
|
|
1996
|
-
},
|
|
1997
|
-
decode(input, length) {
|
|
1998
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1999
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2000
|
-
const message = createBaseQueryPinnedCodesResponse();
|
|
2001
|
-
while (reader.pos < end) {
|
|
2002
|
-
const tag = reader.uint32();
|
|
2003
|
-
switch (tag >>> 3) {
|
|
2004
|
-
case 1:
|
|
2005
|
-
if ((tag & 7) === 2) {
|
|
2006
|
-
const end2 = reader.uint32() + reader.pos;
|
|
2007
|
-
while (reader.pos < end2) {
|
|
2008
|
-
message.codeIds.push(reader.uint64());
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
else {
|
|
2012
|
-
message.codeIds.push(reader.uint64());
|
|
2013
|
-
}
|
|
2014
|
-
break;
|
|
2015
|
-
case 2:
|
|
2016
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
2017
|
-
break;
|
|
2018
|
-
default:
|
|
2019
|
-
reader.skipType(tag & 7);
|
|
2020
|
-
break;
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
return message;
|
|
2024
|
-
},
|
|
2025
|
-
fromPartial(object) {
|
|
2026
|
-
const message = createBaseQueryPinnedCodesResponse();
|
|
2027
|
-
message.codeIds = object.codeIds?.map(e => BigInt(e.toString())) || [];
|
|
2028
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
2029
|
-
return message;
|
|
2030
|
-
},
|
|
2031
|
-
fromAmino(object) {
|
|
2032
|
-
const message = createBaseQueryPinnedCodesResponse();
|
|
2033
|
-
message.codeIds = object.code_ids?.map(e => BigInt(e)) || [];
|
|
2034
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
2035
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
2036
|
-
}
|
|
2037
|
-
return message;
|
|
2038
|
-
},
|
|
2039
|
-
toAmino(message) {
|
|
2040
|
-
const obj = {};
|
|
2041
|
-
if (message.codeIds) {
|
|
2042
|
-
obj.code_ids = message.codeIds.map(e => e.toString());
|
|
2043
|
-
}
|
|
2044
|
-
else {
|
|
2045
|
-
obj.code_ids = message.codeIds;
|
|
2046
|
-
}
|
|
2047
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
2048
|
-
return obj;
|
|
2049
|
-
},
|
|
2050
|
-
fromAminoMsg(object) {
|
|
2051
|
-
return QueryPinnedCodesResponse.fromAmino(object.value);
|
|
2052
|
-
},
|
|
2053
|
-
toAminoMsg(message) {
|
|
2054
|
-
return {
|
|
2055
|
-
type: "wasm/QueryPinnedCodesResponse",
|
|
2056
|
-
value: QueryPinnedCodesResponse.toAmino(message)
|
|
2057
|
-
};
|
|
2058
|
-
},
|
|
2059
|
-
fromProtoMsg(message) {
|
|
2060
|
-
return QueryPinnedCodesResponse.decode(message.value);
|
|
2061
|
-
},
|
|
2062
|
-
toProto(message) {
|
|
2063
|
-
return QueryPinnedCodesResponse.encode(message).finish();
|
|
2064
|
-
},
|
|
2065
|
-
toProtoMsg(message) {
|
|
2066
|
-
return {
|
|
2067
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryPinnedCodesResponse",
|
|
2068
|
-
value: QueryPinnedCodesResponse.encode(message).finish()
|
|
2069
|
-
};
|
|
2070
|
-
},
|
|
2071
|
-
registerTypeUrl() {
|
|
2072
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryPinnedCodesResponse.typeUrl)) {
|
|
2073
|
-
return;
|
|
2074
|
-
}
|
|
2075
|
-
PageResponse.registerTypeUrl();
|
|
2076
|
-
}
|
|
2077
|
-
};
|
|
2078
|
-
function createBaseQueryParamsRequest() {
|
|
2079
|
-
return {};
|
|
2080
|
-
}
|
|
2081
|
-
/**
|
|
2082
|
-
* QueryParamsRequest is the request type for the Query/Params RPC method.
|
|
2083
|
-
* @name QueryParamsRequest
|
|
2084
|
-
* @package cosmwasm.wasm.v1
|
|
2085
|
-
* @see proto type: cosmwasm.wasm.v1.QueryParamsRequest
|
|
2086
|
-
*/
|
|
2087
|
-
export const QueryParamsRequest = {
|
|
2088
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryParamsRequest",
|
|
2089
|
-
aminoType: "wasm/QueryParamsRequest",
|
|
2090
|
-
is(o) {
|
|
2091
|
-
return o && o.$typeUrl === QueryParamsRequest.typeUrl;
|
|
2092
|
-
},
|
|
2093
|
-
isAmino(o) {
|
|
2094
|
-
return o && o.$typeUrl === QueryParamsRequest.typeUrl;
|
|
2095
|
-
},
|
|
2096
|
-
encode(_, writer = BinaryWriter.create()) {
|
|
2097
|
-
return writer;
|
|
2098
|
-
},
|
|
2099
|
-
decode(input, length) {
|
|
2100
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2101
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2102
|
-
const message = createBaseQueryParamsRequest();
|
|
2103
|
-
while (reader.pos < end) {
|
|
2104
|
-
const tag = reader.uint32();
|
|
2105
|
-
switch (tag >>> 3) {
|
|
2106
|
-
default:
|
|
2107
|
-
reader.skipType(tag & 7);
|
|
2108
|
-
break;
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
return message;
|
|
2112
|
-
},
|
|
2113
|
-
fromPartial(_) {
|
|
2114
|
-
const message = createBaseQueryParamsRequest();
|
|
2115
|
-
return message;
|
|
2116
|
-
},
|
|
2117
|
-
fromAmino(_) {
|
|
2118
|
-
const message = createBaseQueryParamsRequest();
|
|
2119
|
-
return message;
|
|
2120
|
-
},
|
|
2121
|
-
toAmino(_) {
|
|
2122
|
-
const obj = {};
|
|
2123
|
-
return obj;
|
|
2124
|
-
},
|
|
2125
|
-
fromAminoMsg(object) {
|
|
2126
|
-
return QueryParamsRequest.fromAmino(object.value);
|
|
2127
|
-
},
|
|
2128
|
-
toAminoMsg(message) {
|
|
2129
|
-
return {
|
|
2130
|
-
type: "wasm/QueryParamsRequest",
|
|
2131
|
-
value: QueryParamsRequest.toAmino(message)
|
|
2132
|
-
};
|
|
2133
|
-
},
|
|
2134
|
-
fromProtoMsg(message) {
|
|
2135
|
-
return QueryParamsRequest.decode(message.value);
|
|
2136
|
-
},
|
|
2137
|
-
toProto(message) {
|
|
2138
|
-
return QueryParamsRequest.encode(message).finish();
|
|
2139
|
-
},
|
|
2140
|
-
toProtoMsg(message) {
|
|
2141
|
-
return {
|
|
2142
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryParamsRequest",
|
|
2143
|
-
value: QueryParamsRequest.encode(message).finish()
|
|
2144
|
-
};
|
|
2145
|
-
},
|
|
2146
|
-
registerTypeUrl() { }
|
|
2147
|
-
};
|
|
2148
|
-
function createBaseQueryParamsResponse() {
|
|
2149
|
-
return {
|
|
2150
|
-
params: Params.fromPartial({})
|
|
2151
|
-
};
|
|
2152
|
-
}
|
|
2153
|
-
/**
|
|
2154
|
-
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
2155
|
-
* @name QueryParamsResponse
|
|
2156
|
-
* @package cosmwasm.wasm.v1
|
|
2157
|
-
* @see proto type: cosmwasm.wasm.v1.QueryParamsResponse
|
|
2158
|
-
*/
|
|
2159
|
-
export const QueryParamsResponse = {
|
|
2160
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryParamsResponse",
|
|
2161
|
-
aminoType: "wasm/QueryParamsResponse",
|
|
2162
|
-
is(o) {
|
|
2163
|
-
return o && (o.$typeUrl === QueryParamsResponse.typeUrl || Params.is(o.params));
|
|
2164
|
-
},
|
|
2165
|
-
isAmino(o) {
|
|
2166
|
-
return o && (o.$typeUrl === QueryParamsResponse.typeUrl || Params.isAmino(o.params));
|
|
2167
|
-
},
|
|
2168
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2169
|
-
if (message.params !== undefined) {
|
|
2170
|
-
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
2171
|
-
}
|
|
2172
|
-
return writer;
|
|
2173
|
-
},
|
|
2174
|
-
decode(input, length) {
|
|
2175
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2176
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2177
|
-
const message = createBaseQueryParamsResponse();
|
|
2178
|
-
while (reader.pos < end) {
|
|
2179
|
-
const tag = reader.uint32();
|
|
2180
|
-
switch (tag >>> 3) {
|
|
2181
|
-
case 1:
|
|
2182
|
-
message.params = Params.decode(reader, reader.uint32());
|
|
2183
|
-
break;
|
|
2184
|
-
default:
|
|
2185
|
-
reader.skipType(tag & 7);
|
|
2186
|
-
break;
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
|
-
return message;
|
|
2190
|
-
},
|
|
2191
|
-
fromPartial(object) {
|
|
2192
|
-
const message = createBaseQueryParamsResponse();
|
|
2193
|
-
message.params = object.params !== undefined && object.params !== null ? Params.fromPartial(object.params) : undefined;
|
|
2194
|
-
return message;
|
|
2195
|
-
},
|
|
2196
|
-
fromAmino(object) {
|
|
2197
|
-
const message = createBaseQueryParamsResponse();
|
|
2198
|
-
if (object.params !== undefined && object.params !== null) {
|
|
2199
|
-
message.params = Params.fromAmino(object.params);
|
|
2200
|
-
}
|
|
2201
|
-
return message;
|
|
2202
|
-
},
|
|
2203
|
-
toAmino(message) {
|
|
2204
|
-
const obj = {};
|
|
2205
|
-
obj.params = message.params ? Params.toAmino(message.params) : Params.toAmino(Params.fromPartial({}));
|
|
2206
|
-
return obj;
|
|
2207
|
-
},
|
|
2208
|
-
fromAminoMsg(object) {
|
|
2209
|
-
return QueryParamsResponse.fromAmino(object.value);
|
|
2210
|
-
},
|
|
2211
|
-
toAminoMsg(message) {
|
|
2212
|
-
return {
|
|
2213
|
-
type: "wasm/QueryParamsResponse",
|
|
2214
|
-
value: QueryParamsResponse.toAmino(message)
|
|
2215
|
-
};
|
|
2216
|
-
},
|
|
2217
|
-
fromProtoMsg(message) {
|
|
2218
|
-
return QueryParamsResponse.decode(message.value);
|
|
2219
|
-
},
|
|
2220
|
-
toProto(message) {
|
|
2221
|
-
return QueryParamsResponse.encode(message).finish();
|
|
2222
|
-
},
|
|
2223
|
-
toProtoMsg(message) {
|
|
2224
|
-
return {
|
|
2225
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryParamsResponse",
|
|
2226
|
-
value: QueryParamsResponse.encode(message).finish()
|
|
2227
|
-
};
|
|
2228
|
-
},
|
|
2229
|
-
registerTypeUrl() {
|
|
2230
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryParamsResponse.typeUrl)) {
|
|
2231
|
-
return;
|
|
2232
|
-
}
|
|
2233
|
-
Params.registerTypeUrl();
|
|
2234
|
-
}
|
|
2235
|
-
};
|
|
2236
|
-
function createBaseQueryContractsByCreatorRequest() {
|
|
2237
|
-
return {
|
|
2238
|
-
creatorAddress: "",
|
|
2239
|
-
pagination: undefined
|
|
2240
|
-
};
|
|
2241
|
-
}
|
|
2242
|
-
/**
|
|
2243
|
-
* QueryContractsByCreatorRequest is the request type for the
|
|
2244
|
-
* Query/ContractsByCreator RPC method.
|
|
2245
|
-
* @name QueryContractsByCreatorRequest
|
|
2246
|
-
* @package cosmwasm.wasm.v1
|
|
2247
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractsByCreatorRequest
|
|
2248
|
-
*/
|
|
2249
|
-
export const QueryContractsByCreatorRequest = {
|
|
2250
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCreatorRequest",
|
|
2251
|
-
aminoType: "wasm/QueryContractsByCreatorRequest",
|
|
2252
|
-
is(o) {
|
|
2253
|
-
return o && (o.$typeUrl === QueryContractsByCreatorRequest.typeUrl || typeof o.creatorAddress === "string");
|
|
2254
|
-
},
|
|
2255
|
-
isAmino(o) {
|
|
2256
|
-
return o && (o.$typeUrl === QueryContractsByCreatorRequest.typeUrl || typeof o.creator_address === "string");
|
|
2257
|
-
},
|
|
2258
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2259
|
-
if (message.creatorAddress !== "") {
|
|
2260
|
-
writer.uint32(10).string(message.creatorAddress);
|
|
2261
|
-
}
|
|
2262
|
-
if (message.pagination !== undefined) {
|
|
2263
|
-
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
2264
|
-
}
|
|
2265
|
-
return writer;
|
|
2266
|
-
},
|
|
2267
|
-
decode(input, length) {
|
|
2268
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2269
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2270
|
-
const message = createBaseQueryContractsByCreatorRequest();
|
|
2271
|
-
while (reader.pos < end) {
|
|
2272
|
-
const tag = reader.uint32();
|
|
2273
|
-
switch (tag >>> 3) {
|
|
2274
|
-
case 1:
|
|
2275
|
-
message.creatorAddress = reader.string();
|
|
2276
|
-
break;
|
|
2277
|
-
case 2:
|
|
2278
|
-
message.pagination = PageRequest.decode(reader, reader.uint32());
|
|
2279
|
-
break;
|
|
2280
|
-
default:
|
|
2281
|
-
reader.skipType(tag & 7);
|
|
2282
|
-
break;
|
|
2283
|
-
}
|
|
2284
|
-
}
|
|
2285
|
-
return message;
|
|
2286
|
-
},
|
|
2287
|
-
fromPartial(object) {
|
|
2288
|
-
const message = createBaseQueryContractsByCreatorRequest();
|
|
2289
|
-
message.creatorAddress = object.creatorAddress ?? "";
|
|
2290
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageRequest.fromPartial(object.pagination) : undefined;
|
|
2291
|
-
return message;
|
|
2292
|
-
},
|
|
2293
|
-
fromAmino(object) {
|
|
2294
|
-
const message = createBaseQueryContractsByCreatorRequest();
|
|
2295
|
-
if (object.creator_address !== undefined && object.creator_address !== null) {
|
|
2296
|
-
message.creatorAddress = object.creator_address;
|
|
2297
|
-
}
|
|
2298
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
2299
|
-
message.pagination = PageRequest.fromAmino(object.pagination);
|
|
2300
|
-
}
|
|
2301
|
-
return message;
|
|
2302
|
-
},
|
|
2303
|
-
toAmino(message) {
|
|
2304
|
-
const obj = {};
|
|
2305
|
-
obj.creator_address = message.creatorAddress === "" ? undefined : message.creatorAddress;
|
|
2306
|
-
obj.pagination = message.pagination ? PageRequest.toAmino(message.pagination) : undefined;
|
|
2307
|
-
return obj;
|
|
2308
|
-
},
|
|
2309
|
-
fromAminoMsg(object) {
|
|
2310
|
-
return QueryContractsByCreatorRequest.fromAmino(object.value);
|
|
2311
|
-
},
|
|
2312
|
-
toAminoMsg(message) {
|
|
2313
|
-
return {
|
|
2314
|
-
type: "wasm/QueryContractsByCreatorRequest",
|
|
2315
|
-
value: QueryContractsByCreatorRequest.toAmino(message)
|
|
2316
|
-
};
|
|
2317
|
-
},
|
|
2318
|
-
fromProtoMsg(message) {
|
|
2319
|
-
return QueryContractsByCreatorRequest.decode(message.value);
|
|
2320
|
-
},
|
|
2321
|
-
toProto(message) {
|
|
2322
|
-
return QueryContractsByCreatorRequest.encode(message).finish();
|
|
2323
|
-
},
|
|
2324
|
-
toProtoMsg(message) {
|
|
2325
|
-
return {
|
|
2326
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCreatorRequest",
|
|
2327
|
-
value: QueryContractsByCreatorRequest.encode(message).finish()
|
|
2328
|
-
};
|
|
2329
|
-
},
|
|
2330
|
-
registerTypeUrl() {
|
|
2331
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractsByCreatorRequest.typeUrl)) {
|
|
2332
|
-
return;
|
|
2333
|
-
}
|
|
2334
|
-
PageRequest.registerTypeUrl();
|
|
2335
|
-
}
|
|
2336
|
-
};
|
|
2337
|
-
function createBaseQueryContractsByCreatorResponse() {
|
|
2338
|
-
return {
|
|
2339
|
-
contractAddresses: [],
|
|
2340
|
-
pagination: undefined
|
|
2341
|
-
};
|
|
2342
|
-
}
|
|
2343
|
-
/**
|
|
2344
|
-
* QueryContractsByCreatorResponse is the response type for the
|
|
2345
|
-
* Query/ContractsByCreator RPC method.
|
|
2346
|
-
* @name QueryContractsByCreatorResponse
|
|
2347
|
-
* @package cosmwasm.wasm.v1
|
|
2348
|
-
* @see proto type: cosmwasm.wasm.v1.QueryContractsByCreatorResponse
|
|
2349
|
-
*/
|
|
2350
|
-
export const QueryContractsByCreatorResponse = {
|
|
2351
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCreatorResponse",
|
|
2352
|
-
aminoType: "wasm/QueryContractsByCreatorResponse",
|
|
2353
|
-
is(o) {
|
|
2354
|
-
return o && (o.$typeUrl === QueryContractsByCreatorResponse.typeUrl || Array.isArray(o.contractAddresses) && (!o.contractAddresses.length || typeof o.contractAddresses[0] === "string"));
|
|
2355
|
-
},
|
|
2356
|
-
isAmino(o) {
|
|
2357
|
-
return o && (o.$typeUrl === QueryContractsByCreatorResponse.typeUrl || Array.isArray(o.contract_addresses) && (!o.contract_addresses.length || typeof o.contract_addresses[0] === "string"));
|
|
2358
|
-
},
|
|
2359
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2360
|
-
for (const v of message.contractAddresses) {
|
|
2361
|
-
writer.uint32(10).string(v);
|
|
2362
|
-
}
|
|
2363
|
-
if (message.pagination !== undefined) {
|
|
2364
|
-
PageResponse.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
2365
|
-
}
|
|
2366
|
-
return writer;
|
|
2367
|
-
},
|
|
2368
|
-
decode(input, length) {
|
|
2369
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2370
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2371
|
-
const message = createBaseQueryContractsByCreatorResponse();
|
|
2372
|
-
while (reader.pos < end) {
|
|
2373
|
-
const tag = reader.uint32();
|
|
2374
|
-
switch (tag >>> 3) {
|
|
2375
|
-
case 1:
|
|
2376
|
-
message.contractAddresses.push(reader.string());
|
|
2377
|
-
break;
|
|
2378
|
-
case 2:
|
|
2379
|
-
message.pagination = PageResponse.decode(reader, reader.uint32());
|
|
2380
|
-
break;
|
|
2381
|
-
default:
|
|
2382
|
-
reader.skipType(tag & 7);
|
|
2383
|
-
break;
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
return message;
|
|
2387
|
-
},
|
|
2388
|
-
fromPartial(object) {
|
|
2389
|
-
const message = createBaseQueryContractsByCreatorResponse();
|
|
2390
|
-
message.contractAddresses = object.contractAddresses?.map(e => e) || [];
|
|
2391
|
-
message.pagination = object.pagination !== undefined && object.pagination !== null ? PageResponse.fromPartial(object.pagination) : undefined;
|
|
2392
|
-
return message;
|
|
2393
|
-
},
|
|
2394
|
-
fromAmino(object) {
|
|
2395
|
-
const message = createBaseQueryContractsByCreatorResponse();
|
|
2396
|
-
message.contractAddresses = object.contract_addresses?.map(e => e) || [];
|
|
2397
|
-
if (object.pagination !== undefined && object.pagination !== null) {
|
|
2398
|
-
message.pagination = PageResponse.fromAmino(object.pagination);
|
|
2399
|
-
}
|
|
2400
|
-
return message;
|
|
2401
|
-
},
|
|
2402
|
-
toAmino(message) {
|
|
2403
|
-
const obj = {};
|
|
2404
|
-
if (message.contractAddresses) {
|
|
2405
|
-
obj.contract_addresses = message.contractAddresses.map(e => e);
|
|
2406
|
-
}
|
|
2407
|
-
else {
|
|
2408
|
-
obj.contract_addresses = message.contractAddresses;
|
|
2409
|
-
}
|
|
2410
|
-
obj.pagination = message.pagination ? PageResponse.toAmino(message.pagination) : undefined;
|
|
2411
|
-
return obj;
|
|
2412
|
-
},
|
|
2413
|
-
fromAminoMsg(object) {
|
|
2414
|
-
return QueryContractsByCreatorResponse.fromAmino(object.value);
|
|
2415
|
-
},
|
|
2416
|
-
toAminoMsg(message) {
|
|
2417
|
-
return {
|
|
2418
|
-
type: "wasm/QueryContractsByCreatorResponse",
|
|
2419
|
-
value: QueryContractsByCreatorResponse.toAmino(message)
|
|
2420
|
-
};
|
|
2421
|
-
},
|
|
2422
|
-
fromProtoMsg(message) {
|
|
2423
|
-
return QueryContractsByCreatorResponse.decode(message.value);
|
|
2424
|
-
},
|
|
2425
|
-
toProto(message) {
|
|
2426
|
-
return QueryContractsByCreatorResponse.encode(message).finish();
|
|
2427
|
-
},
|
|
2428
|
-
toProtoMsg(message) {
|
|
2429
|
-
return {
|
|
2430
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryContractsByCreatorResponse",
|
|
2431
|
-
value: QueryContractsByCreatorResponse.encode(message).finish()
|
|
2432
|
-
};
|
|
2433
|
-
},
|
|
2434
|
-
registerTypeUrl() {
|
|
2435
|
-
if (!GlobalDecoderRegistry.registerExistingTypeUrl(QueryContractsByCreatorResponse.typeUrl)) {
|
|
2436
|
-
return;
|
|
2437
|
-
}
|
|
2438
|
-
PageResponse.registerTypeUrl();
|
|
2439
|
-
}
|
|
2440
|
-
};
|
|
2441
|
-
function createBaseQueryWasmLimitsConfigRequest() {
|
|
2442
|
-
return {};
|
|
2443
|
-
}
|
|
2444
|
-
/**
|
|
2445
|
-
* QueryWasmLimitsConfigRequest is the request type for the
|
|
2446
|
-
* Query/WasmLimitsConfig RPC method.
|
|
2447
|
-
* @name QueryWasmLimitsConfigRequest
|
|
2448
|
-
* @package cosmwasm.wasm.v1
|
|
2449
|
-
* @see proto type: cosmwasm.wasm.v1.QueryWasmLimitsConfigRequest
|
|
2450
|
-
*/
|
|
2451
|
-
export const QueryWasmLimitsConfigRequest = {
|
|
2452
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryWasmLimitsConfigRequest",
|
|
2453
|
-
aminoType: "wasm/QueryWasmLimitsConfigRequest",
|
|
2454
|
-
is(o) {
|
|
2455
|
-
return o && o.$typeUrl === QueryWasmLimitsConfigRequest.typeUrl;
|
|
2456
|
-
},
|
|
2457
|
-
isAmino(o) {
|
|
2458
|
-
return o && o.$typeUrl === QueryWasmLimitsConfigRequest.typeUrl;
|
|
2459
|
-
},
|
|
2460
|
-
encode(_, writer = BinaryWriter.create()) {
|
|
2461
|
-
return writer;
|
|
2462
|
-
},
|
|
2463
|
-
decode(input, length) {
|
|
2464
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2465
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2466
|
-
const message = createBaseQueryWasmLimitsConfigRequest();
|
|
2467
|
-
while (reader.pos < end) {
|
|
2468
|
-
const tag = reader.uint32();
|
|
2469
|
-
switch (tag >>> 3) {
|
|
2470
|
-
default:
|
|
2471
|
-
reader.skipType(tag & 7);
|
|
2472
|
-
break;
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
return message;
|
|
2476
|
-
},
|
|
2477
|
-
fromPartial(_) {
|
|
2478
|
-
const message = createBaseQueryWasmLimitsConfigRequest();
|
|
2479
|
-
return message;
|
|
2480
|
-
},
|
|
2481
|
-
fromAmino(_) {
|
|
2482
|
-
const message = createBaseQueryWasmLimitsConfigRequest();
|
|
2483
|
-
return message;
|
|
2484
|
-
},
|
|
2485
|
-
toAmino(_) {
|
|
2486
|
-
const obj = {};
|
|
2487
|
-
return obj;
|
|
2488
|
-
},
|
|
2489
|
-
fromAminoMsg(object) {
|
|
2490
|
-
return QueryWasmLimitsConfigRequest.fromAmino(object.value);
|
|
2491
|
-
},
|
|
2492
|
-
toAminoMsg(message) {
|
|
2493
|
-
return {
|
|
2494
|
-
type: "wasm/QueryWasmLimitsConfigRequest",
|
|
2495
|
-
value: QueryWasmLimitsConfigRequest.toAmino(message)
|
|
2496
|
-
};
|
|
2497
|
-
},
|
|
2498
|
-
fromProtoMsg(message) {
|
|
2499
|
-
return QueryWasmLimitsConfigRequest.decode(message.value);
|
|
2500
|
-
},
|
|
2501
|
-
toProto(message) {
|
|
2502
|
-
return QueryWasmLimitsConfigRequest.encode(message).finish();
|
|
2503
|
-
},
|
|
2504
|
-
toProtoMsg(message) {
|
|
2505
|
-
return {
|
|
2506
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryWasmLimitsConfigRequest",
|
|
2507
|
-
value: QueryWasmLimitsConfigRequest.encode(message).finish()
|
|
2508
|
-
};
|
|
2509
|
-
},
|
|
2510
|
-
registerTypeUrl() { }
|
|
2511
|
-
};
|
|
2512
|
-
function createBaseQueryWasmLimitsConfigResponse() {
|
|
2513
|
-
return {
|
|
2514
|
-
config: ""
|
|
2515
|
-
};
|
|
2516
|
-
}
|
|
2517
|
-
/**
|
|
2518
|
-
* QueryWasmLimitsConfigResponse is the response type for the
|
|
2519
|
-
* Query/WasmLimitsConfig RPC method. It contains the JSON encoded limits for
|
|
2520
|
-
* static validation of Wasm files.
|
|
2521
|
-
* @name QueryWasmLimitsConfigResponse
|
|
2522
|
-
* @package cosmwasm.wasm.v1
|
|
2523
|
-
* @see proto type: cosmwasm.wasm.v1.QueryWasmLimitsConfigResponse
|
|
2524
|
-
*/
|
|
2525
|
-
export const QueryWasmLimitsConfigResponse = {
|
|
2526
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryWasmLimitsConfigResponse",
|
|
2527
|
-
aminoType: "wasm/QueryWasmLimitsConfigResponse",
|
|
2528
|
-
is(o) {
|
|
2529
|
-
return o && (o.$typeUrl === QueryWasmLimitsConfigResponse.typeUrl || typeof o.config === "string");
|
|
2530
|
-
},
|
|
2531
|
-
isAmino(o) {
|
|
2532
|
-
return o && (o.$typeUrl === QueryWasmLimitsConfigResponse.typeUrl || typeof o.config === "string");
|
|
2533
|
-
},
|
|
2534
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2535
|
-
if (message.config !== "") {
|
|
2536
|
-
writer.uint32(10).string(message.config);
|
|
2537
|
-
}
|
|
2538
|
-
return writer;
|
|
2539
|
-
},
|
|
2540
|
-
decode(input, length) {
|
|
2541
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2542
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2543
|
-
const message = createBaseQueryWasmLimitsConfigResponse();
|
|
2544
|
-
while (reader.pos < end) {
|
|
2545
|
-
const tag = reader.uint32();
|
|
2546
|
-
switch (tag >>> 3) {
|
|
2547
|
-
case 1:
|
|
2548
|
-
message.config = reader.string();
|
|
2549
|
-
break;
|
|
2550
|
-
default:
|
|
2551
|
-
reader.skipType(tag & 7);
|
|
2552
|
-
break;
|
|
2553
|
-
}
|
|
2554
|
-
}
|
|
2555
|
-
return message;
|
|
2556
|
-
},
|
|
2557
|
-
fromPartial(object) {
|
|
2558
|
-
const message = createBaseQueryWasmLimitsConfigResponse();
|
|
2559
|
-
message.config = object.config ?? "";
|
|
2560
|
-
return message;
|
|
2561
|
-
},
|
|
2562
|
-
fromAmino(object) {
|
|
2563
|
-
const message = createBaseQueryWasmLimitsConfigResponse();
|
|
2564
|
-
if (object.config !== undefined && object.config !== null) {
|
|
2565
|
-
message.config = object.config;
|
|
2566
|
-
}
|
|
2567
|
-
return message;
|
|
2568
|
-
},
|
|
2569
|
-
toAmino(message) {
|
|
2570
|
-
const obj = {};
|
|
2571
|
-
obj.config = message.config === "" ? undefined : message.config;
|
|
2572
|
-
return obj;
|
|
2573
|
-
},
|
|
2574
|
-
fromAminoMsg(object) {
|
|
2575
|
-
return QueryWasmLimitsConfigResponse.fromAmino(object.value);
|
|
2576
|
-
},
|
|
2577
|
-
toAminoMsg(message) {
|
|
2578
|
-
return {
|
|
2579
|
-
type: "wasm/QueryWasmLimitsConfigResponse",
|
|
2580
|
-
value: QueryWasmLimitsConfigResponse.toAmino(message)
|
|
2581
|
-
};
|
|
2582
|
-
},
|
|
2583
|
-
fromProtoMsg(message) {
|
|
2584
|
-
return QueryWasmLimitsConfigResponse.decode(message.value);
|
|
2585
|
-
},
|
|
2586
|
-
toProto(message) {
|
|
2587
|
-
return QueryWasmLimitsConfigResponse.encode(message).finish();
|
|
2588
|
-
},
|
|
2589
|
-
toProtoMsg(message) {
|
|
2590
|
-
return {
|
|
2591
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryWasmLimitsConfigResponse",
|
|
2592
|
-
value: QueryWasmLimitsConfigResponse.encode(message).finish()
|
|
2593
|
-
};
|
|
2594
|
-
},
|
|
2595
|
-
registerTypeUrl() { }
|
|
2596
|
-
};
|
|
2597
|
-
function createBaseQueryBuildAddressRequest() {
|
|
2598
|
-
return {
|
|
2599
|
-
codeHash: "",
|
|
2600
|
-
creatorAddress: "",
|
|
2601
|
-
salt: "",
|
|
2602
|
-
initArgs: new Uint8Array()
|
|
2603
|
-
};
|
|
2604
|
-
}
|
|
2605
|
-
/**
|
|
2606
|
-
* QueryBuildAddressRequest is the request type for the Query/BuildAddress RPC
|
|
2607
|
-
* method.
|
|
2608
|
-
* @name QueryBuildAddressRequest
|
|
2609
|
-
* @package cosmwasm.wasm.v1
|
|
2610
|
-
* @see proto type: cosmwasm.wasm.v1.QueryBuildAddressRequest
|
|
2611
|
-
*/
|
|
2612
|
-
export const QueryBuildAddressRequest = {
|
|
2613
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryBuildAddressRequest",
|
|
2614
|
-
aminoType: "wasm/QueryBuildAddressRequest",
|
|
2615
|
-
is(o) {
|
|
2616
|
-
return o && (o.$typeUrl === QueryBuildAddressRequest.typeUrl || typeof o.codeHash === "string" && typeof o.creatorAddress === "string" && typeof o.salt === "string" && (o.initArgs instanceof Uint8Array || typeof o.initArgs === "string"));
|
|
2617
|
-
},
|
|
2618
|
-
isAmino(o) {
|
|
2619
|
-
return o && (o.$typeUrl === QueryBuildAddressRequest.typeUrl || typeof o.code_hash === "string" && typeof o.creator_address === "string" && typeof o.salt === "string" && (o.init_args instanceof Uint8Array || typeof o.init_args === "string"));
|
|
2620
|
-
},
|
|
2621
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2622
|
-
if (message.codeHash !== "") {
|
|
2623
|
-
writer.uint32(10).string(message.codeHash);
|
|
2624
|
-
}
|
|
2625
|
-
if (message.creatorAddress !== "") {
|
|
2626
|
-
writer.uint32(18).string(message.creatorAddress);
|
|
2627
|
-
}
|
|
2628
|
-
if (message.salt !== "") {
|
|
2629
|
-
writer.uint32(26).string(message.salt);
|
|
2630
|
-
}
|
|
2631
|
-
if (message.initArgs.length !== 0) {
|
|
2632
|
-
writer.uint32(34).bytes(message.initArgs);
|
|
2633
|
-
}
|
|
2634
|
-
return writer;
|
|
2635
|
-
},
|
|
2636
|
-
decode(input, length) {
|
|
2637
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2638
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2639
|
-
const message = createBaseQueryBuildAddressRequest();
|
|
2640
|
-
while (reader.pos < end) {
|
|
2641
|
-
const tag = reader.uint32();
|
|
2642
|
-
switch (tag >>> 3) {
|
|
2643
|
-
case 1:
|
|
2644
|
-
message.codeHash = reader.string();
|
|
2645
|
-
break;
|
|
2646
|
-
case 2:
|
|
2647
|
-
message.creatorAddress = reader.string();
|
|
2648
|
-
break;
|
|
2649
|
-
case 3:
|
|
2650
|
-
message.salt = reader.string();
|
|
2651
|
-
break;
|
|
2652
|
-
case 4:
|
|
2653
|
-
message.initArgs = reader.bytes();
|
|
2654
|
-
break;
|
|
2655
|
-
default:
|
|
2656
|
-
reader.skipType(tag & 7);
|
|
2657
|
-
break;
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2660
|
-
return message;
|
|
2661
|
-
},
|
|
2662
|
-
fromPartial(object) {
|
|
2663
|
-
const message = createBaseQueryBuildAddressRequest();
|
|
2664
|
-
message.codeHash = object.codeHash ?? "";
|
|
2665
|
-
message.creatorAddress = object.creatorAddress ?? "";
|
|
2666
|
-
message.salt = object.salt ?? "";
|
|
2667
|
-
message.initArgs = object.initArgs ?? new Uint8Array();
|
|
2668
|
-
return message;
|
|
2669
|
-
},
|
|
2670
|
-
fromAmino(object) {
|
|
2671
|
-
const message = createBaseQueryBuildAddressRequest();
|
|
2672
|
-
if (object.code_hash !== undefined && object.code_hash !== null) {
|
|
2673
|
-
message.codeHash = object.code_hash;
|
|
2674
|
-
}
|
|
2675
|
-
if (object.creator_address !== undefined && object.creator_address !== null) {
|
|
2676
|
-
message.creatorAddress = object.creator_address;
|
|
2677
|
-
}
|
|
2678
|
-
if (object.salt !== undefined && object.salt !== null) {
|
|
2679
|
-
message.salt = object.salt;
|
|
2680
|
-
}
|
|
2681
|
-
if (object.init_args !== undefined && object.init_args !== null) {
|
|
2682
|
-
message.initArgs = bytesFromBase64(object.init_args);
|
|
2683
|
-
}
|
|
2684
|
-
return message;
|
|
2685
|
-
},
|
|
2686
|
-
toAmino(message) {
|
|
2687
|
-
const obj = {};
|
|
2688
|
-
obj.code_hash = message.codeHash === "" ? undefined : message.codeHash;
|
|
2689
|
-
obj.creator_address = message.creatorAddress === "" ? undefined : message.creatorAddress;
|
|
2690
|
-
obj.salt = message.salt === "" ? undefined : message.salt;
|
|
2691
|
-
obj.init_args = message.initArgs ? base64FromBytes(message.initArgs) : undefined;
|
|
2692
|
-
return obj;
|
|
2693
|
-
},
|
|
2694
|
-
fromAminoMsg(object) {
|
|
2695
|
-
return QueryBuildAddressRequest.fromAmino(object.value);
|
|
2696
|
-
},
|
|
2697
|
-
toAminoMsg(message) {
|
|
2698
|
-
return {
|
|
2699
|
-
type: "wasm/QueryBuildAddressRequest",
|
|
2700
|
-
value: QueryBuildAddressRequest.toAmino(message)
|
|
2701
|
-
};
|
|
2702
|
-
},
|
|
2703
|
-
fromProtoMsg(message) {
|
|
2704
|
-
return QueryBuildAddressRequest.decode(message.value);
|
|
2705
|
-
},
|
|
2706
|
-
toProto(message) {
|
|
2707
|
-
return QueryBuildAddressRequest.encode(message).finish();
|
|
2708
|
-
},
|
|
2709
|
-
toProtoMsg(message) {
|
|
2710
|
-
return {
|
|
2711
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryBuildAddressRequest",
|
|
2712
|
-
value: QueryBuildAddressRequest.encode(message).finish()
|
|
2713
|
-
};
|
|
2714
|
-
},
|
|
2715
|
-
registerTypeUrl() { }
|
|
2716
|
-
};
|
|
2717
|
-
function createBaseQueryBuildAddressResponse() {
|
|
2718
|
-
return {
|
|
2719
|
-
address: ""
|
|
2720
|
-
};
|
|
2721
|
-
}
|
|
2722
|
-
/**
|
|
2723
|
-
* QueryBuildAddressResponse is the response type for the Query/BuildAddress RPC
|
|
2724
|
-
* method.
|
|
2725
|
-
* @name QueryBuildAddressResponse
|
|
2726
|
-
* @package cosmwasm.wasm.v1
|
|
2727
|
-
* @see proto type: cosmwasm.wasm.v1.QueryBuildAddressResponse
|
|
2728
|
-
*/
|
|
2729
|
-
export const QueryBuildAddressResponse = {
|
|
2730
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryBuildAddressResponse",
|
|
2731
|
-
aminoType: "wasm/QueryBuildAddressResponse",
|
|
2732
|
-
is(o) {
|
|
2733
|
-
return o && (o.$typeUrl === QueryBuildAddressResponse.typeUrl || typeof o.address === "string");
|
|
2734
|
-
},
|
|
2735
|
-
isAmino(o) {
|
|
2736
|
-
return o && (o.$typeUrl === QueryBuildAddressResponse.typeUrl || typeof o.address === "string");
|
|
2737
|
-
},
|
|
2738
|
-
encode(message, writer = BinaryWriter.create()) {
|
|
2739
|
-
if (message.address !== "") {
|
|
2740
|
-
writer.uint32(10).string(message.address);
|
|
2741
|
-
}
|
|
2742
|
-
return writer;
|
|
2743
|
-
},
|
|
2744
|
-
decode(input, length) {
|
|
2745
|
-
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2746
|
-
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2747
|
-
const message = createBaseQueryBuildAddressResponse();
|
|
2748
|
-
while (reader.pos < end) {
|
|
2749
|
-
const tag = reader.uint32();
|
|
2750
|
-
switch (tag >>> 3) {
|
|
2751
|
-
case 1:
|
|
2752
|
-
message.address = reader.string();
|
|
2753
|
-
break;
|
|
2754
|
-
default:
|
|
2755
|
-
reader.skipType(tag & 7);
|
|
2756
|
-
break;
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
return message;
|
|
2760
|
-
},
|
|
2761
|
-
fromPartial(object) {
|
|
2762
|
-
const message = createBaseQueryBuildAddressResponse();
|
|
2763
|
-
message.address = object.address ?? "";
|
|
2764
|
-
return message;
|
|
2765
|
-
},
|
|
2766
|
-
fromAmino(object) {
|
|
2767
|
-
const message = createBaseQueryBuildAddressResponse();
|
|
2768
|
-
if (object.address !== undefined && object.address !== null) {
|
|
2769
|
-
message.address = object.address;
|
|
2770
|
-
}
|
|
2771
|
-
return message;
|
|
2772
|
-
},
|
|
2773
|
-
toAmino(message) {
|
|
2774
|
-
const obj = {};
|
|
2775
|
-
obj.address = message.address === "" ? undefined : message.address;
|
|
2776
|
-
return obj;
|
|
2777
|
-
},
|
|
2778
|
-
fromAminoMsg(object) {
|
|
2779
|
-
return QueryBuildAddressResponse.fromAmino(object.value);
|
|
2780
|
-
},
|
|
2781
|
-
toAminoMsg(message) {
|
|
2782
|
-
return {
|
|
2783
|
-
type: "wasm/QueryBuildAddressResponse",
|
|
2784
|
-
value: QueryBuildAddressResponse.toAmino(message)
|
|
2785
|
-
};
|
|
2786
|
-
},
|
|
2787
|
-
fromProtoMsg(message) {
|
|
2788
|
-
return QueryBuildAddressResponse.decode(message.value);
|
|
2789
|
-
},
|
|
2790
|
-
toProto(message) {
|
|
2791
|
-
return QueryBuildAddressResponse.encode(message).finish();
|
|
2792
|
-
},
|
|
2793
|
-
toProtoMsg(message) {
|
|
2794
|
-
return {
|
|
2795
|
-
typeUrl: "/cosmwasm.wasm.v1.QueryBuildAddressResponse",
|
|
2796
|
-
value: QueryBuildAddressResponse.encode(message).finish()
|
|
2797
|
-
};
|
|
2798
|
-
},
|
|
2799
|
-
registerTypeUrl() { }
|
|
2800
|
-
};
|