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