@xpla/xpla-react 1.7.0-beta.10 → 1.7.0-beta.11
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/binary.d.ts +1 -1
- package/binary.js +2 -2
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -0
- package/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/cosmos/app/runtime/v2/module.d.ts +3 -0
- package/cosmos/app/runtime/v2/module.js +8 -9
- package/cosmos/app/v1alpha1/config.d.ts +3 -0
- package/cosmos/app/v1alpha1/config.js +9 -8
- package/cosmos/app/v1alpha1/module.d.ts +3 -0
- package/cosmos/app/v1alpha1/module.js +8 -9
- package/cosmos/app/v1alpha1/query.d.ts +2 -0
- package/cosmos/app/v1alpha1/query.js +5 -6
- package/cosmos/app/v1alpha1/query.rpc.func.d.ts +0 -1
- package/cosmos/app/v1alpha1/query.rpc.func.js +3 -7
- package/cosmos/app/v1alpha1/query.rpc.react.d.ts +2 -0
- package/cosmos/app/v1alpha1/query.rpc.react.js +9 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -0
- package/cosmos/auth/module/v1/module.js +5 -6
- package/cosmos/auth/v1beta1/accounts.d.ts +2 -0
- package/cosmos/auth/v1beta1/accounts.js +5 -6
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/genesis.d.ts +1 -0
- package/cosmos/auth/v1beta1/genesis.js +2 -4
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.d.ts +0 -10
- package/cosmos/auth/v1beta1/query.rpc.func.js +21 -52
- package/cosmos/auth/v1beta1/query.rpc.react.d.ts +11 -0
- package/cosmos/auth/v1beta1/query.rpc.react.js +45 -0
- package/cosmos/auth/v1beta1/tx.d.ts +2 -0
- package/cosmos/auth/v1beta1/tx.js +5 -6
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -21
- package/cosmos/auth/v1beta1/tx.registry.js +1 -27
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -2
- package/cosmos/auth/v1beta1/tx.rpc.func.js +3 -6
- package/cosmos/auth/v1beta1/tx.rpc.react.d.ts +2 -0
- package/cosmos/auth/v1beta1/tx.rpc.react.js +8 -0
- package/cosmos/authz/module/v1/module.d.ts +1 -0
- package/cosmos/authz/module/v1/module.js +2 -4
- package/cosmos/authz/v1beta1/authz.d.ts +11 -7
- package/cosmos/authz/v1beta1/authz.js +28 -9
- package/cosmos/authz/v1beta1/event.d.ts +2 -0
- package/cosmos/authz/v1beta1/event.js +4 -7
- package/cosmos/authz/v1beta1/genesis.d.ts +1 -0
- package/cosmos/authz/v1beta1/genesis.js +3 -3
- package/cosmos/authz/v1beta1/query.d.ts +6 -0
- package/cosmos/authz/v1beta1/query.js +21 -13
- package/cosmos/authz/v1beta1/query.rpc.func.d.ts +0 -3
- package/cosmos/authz/v1beta1/query.rpc.func.js +7 -17
- package/cosmos/authz/v1beta1/query.rpc.react.d.ts +4 -0
- package/cosmos/authz/v1beta1/query.rpc.react.js +17 -0
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -45
- package/cosmos/authz/v1beta1/tx.registry.js +1 -63
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -6
- package/cosmos/authz/v1beta1/tx.rpc.func.js +7 -14
- package/cosmos/authz/v1beta1/tx.rpc.react.d.ts +4 -0
- package/cosmos/authz/v1beta1/tx.rpc.react.js +14 -0
- package/cosmos/autocli/v1/options.d.ts +7 -0
- package/cosmos/autocli/v1/options.js +21 -13
- package/cosmos/autocli/v1/query.d.ts +3 -0
- package/cosmos/autocli/v1/query.js +8 -6
- package/cosmos/autocli/v1/query.rpc.func.d.ts +0 -1
- package/cosmos/autocli/v1/query.rpc.func.js +3 -7
- package/cosmos/autocli/v1/query.rpc.react.d.ts +2 -0
- package/cosmos/autocli/v1/query.rpc.react.js +9 -0
- package/cosmos/bank/module/v1/module.d.ts +1 -0
- package/cosmos/bank/module/v1/module.js +2 -4
- package/cosmos/bank/v1beta1/authz.d.ts +1 -0
- package/cosmos/bank/v1beta1/authz.js +5 -2
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/genesis.d.ts +2 -0
- package/cosmos/bank/v1beta1/genesis.js +10 -5
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.d.ts +0 -13
- package/cosmos/bank/v1beta1/query.rpc.func.js +27 -67
- package/cosmos/bank/v1beta1/query.rpc.react.d.ts +14 -0
- package/cosmos/bank/v1beta1/query.rpc.react.js +57 -0
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -57
- package/cosmos/bank/v1beta1/tx.registry.js +1 -81
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -8
- package/cosmos/bank/v1beta1/tx.rpc.func.js +9 -18
- package/cosmos/bank/v1beta1/tx.rpc.react.d.ts +5 -0
- package/cosmos/bank/v1beta1/tx.rpc.react.js +17 -0
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/grpc/v2/service.d.ts +5 -0
- package/cosmos/base/grpc/v2/service.js +11 -15
- package/cosmos/base/grpc/v2/service.rpc.func.d.ts +0 -2
- package/cosmos/base/grpc/v2/service.rpc.func.js +5 -12
- package/cosmos/base/grpc/v2/service.rpc.react.d.ts +3 -0
- package/cosmos/base/grpc/v2/service.rpc.react.js +13 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -0
- package/cosmos/base/node/v1beta1/query.js +8 -13
- package/cosmos/base/node/v1beta1/query.rpc.func.d.ts +0 -2
- package/cosmos/base/node/v1beta1/query.rpc.func.js +5 -12
- package/cosmos/base/node/v1beta1/query.rpc.react.d.ts +3 -0
- package/cosmos/base/node/v1beta1/query.rpc.react.js +13 -0
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +4 -0
- package/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.d.ts +0 -2
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +5 -12
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.d.ts +3 -0
- package/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +13 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -0
- package/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.d.ts +0 -6
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +13 -32
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.d.ts +7 -0
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +29 -0
- package/cosmos/base/tendermint/v1beta1/query.d.ts +19 -0
- package/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.d.ts +0 -7
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +15 -37
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.d.ts +8 -0
- package/cosmos/base/tendermint/v1beta1/query.rpc.react.js +33 -0
- package/cosmos/base/tendermint/v1beta1/types.d.ts +2 -0
- package/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +15 -19
- package/cosmos/circuit/v1/tx.registry.d.ts +3 -3
- package/cosmos/circuit/v1/tx.rpc.func.d.ts +3 -3
- package/cosmos/circuit/v1/types.js +4 -4
- package/cosmos/consensus/module/v1/module.d.ts +1 -0
- package/cosmos/consensus/module/v1/module.js +2 -4
- package/cosmos/consensus/v1/query.d.ts +2 -0
- package/cosmos/consensus/v1/query.js +5 -6
- package/cosmos/consensus/v1/query.rpc.func.d.ts +0 -1
- package/cosmos/consensus/v1/query.rpc.func.js +3 -7
- package/cosmos/consensus/v1/query.rpc.react.d.ts +2 -0
- package/cosmos/consensus/v1/query.rpc.react.js +9 -0
- package/cosmos/consensus/v1/tx.d.ts +2 -0
- package/cosmos/consensus/v1/tx.js +8 -6
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -21
- package/cosmos/consensus/v1/tx.registry.js +1 -27
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -2
- package/cosmos/consensus/v1/tx.rpc.func.js +3 -6
- package/cosmos/consensus/v1/tx.rpc.react.d.ts +2 -0
- package/cosmos/consensus/v1/tx.rpc.react.js +8 -0
- package/cosmos/crisis/v1beta1/tx.registry.d.ts +2 -2
- package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/distribution/module/v1/module.d.ts +1 -0
- package/cosmos/distribution/module/v1/module.js +2 -4
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/cosmos/distribution/v1beta1/genesis.d.ts +8 -0
- package/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/cosmos/distribution/v1beta1/query.d.ts +20 -0
- package/cosmos/distribution/v1beta1/query.js +51 -52
- package/cosmos/distribution/v1beta1/query.rpc.func.d.ts +0 -10
- package/cosmos/distribution/v1beta1/query.rpc.func.js +21 -52
- package/cosmos/distribution/v1beta1/query.rpc.react.d.ts +11 -0
- package/cosmos/distribution/v1beta1/query.rpc.react.js +45 -0
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -93
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -135
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -14
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +15 -30
- package/cosmos/distribution/v1beta1/tx.rpc.react.d.ts +8 -0
- package/cosmos/distribution/v1beta1/tx.rpc.react.js +26 -0
- package/cosmos/evidence/module/v1/module.d.ts +1 -0
- package/cosmos/evidence/module/v1/module.js +2 -4
- package/cosmos/evidence/v1beta1/evidence.d.ts +1 -0
- package/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/cosmos/evidence/v1beta1/genesis.d.ts +1 -0
- package/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/cosmos/evidence/v1beta1/query.d.ts +4 -0
- package/cosmos/evidence/v1beta1/query.js +10 -11
- package/cosmos/evidence/v1beta1/query.rpc.func.d.ts +0 -2
- package/cosmos/evidence/v1beta1/query.rpc.func.js +5 -12
- package/cosmos/evidence/v1beta1/query.rpc.react.d.ts +3 -0
- package/cosmos/evidence/v1beta1/query.rpc.react.js +13 -0
- package/cosmos/evidence/v1beta1/tx.d.ts +2 -0
- package/cosmos/evidence/v1beta1/tx.js +5 -7
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -21
- package/cosmos/evidence/v1beta1/tx.registry.js +1 -27
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -2
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +3 -6
- package/cosmos/evidence/v1beta1/tx.rpc.react.d.ts +2 -0
- package/cosmos/evidence/v1beta1/tx.rpc.react.js +8 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -0
- package/cosmos/feegrant/module/v1/module.js +2 -4
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +4 -0
- package/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/cosmos/feegrant/v1beta1/genesis.d.ts +1 -0
- package/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/cosmos/feegrant/v1beta1/query.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/query.js +19 -14
- package/cosmos/feegrant/v1beta1/query.rpc.func.d.ts +0 -3
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +7 -17
- package/cosmos/feegrant/v1beta1/query.rpc.react.d.ts +4 -0
- package/cosmos/feegrant/v1beta1/query.rpc.react.js +17 -0
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -45
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -63
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -6
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +7 -14
- package/cosmos/feegrant/v1beta1/tx.rpc.react.d.ts +4 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.react.js +14 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -0
- package/cosmos/gov/module/v1/module.js +2 -4
- package/cosmos/gov/v1/genesis.d.ts +1 -0
- package/cosmos/gov/v1/genesis.js +9 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +31 -30
- package/cosmos/gov/v1/query.d.ts +18 -0
- package/cosmos/gov/v1/query.js +53 -44
- package/cosmos/gov/v1/query.rpc.func.d.ts +0 -9
- package/cosmos/gov/v1/query.rpc.func.js +19 -47
- package/cosmos/gov/v1/query.rpc.react.d.ts +10 -0
- package/cosmos/gov/v1/query.rpc.react.js +41 -0
- package/cosmos/gov/v1/tx.d.ts +21 -7
- package/cosmos/gov/v1/tx.js +58 -37
- package/cosmos/gov/v1/tx.registry.d.ts +0 -93
- package/cosmos/gov/v1/tx.registry.js +1 -135
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -14
- package/cosmos/gov/v1/tx.rpc.func.js +15 -30
- package/cosmos/gov/v1/tx.rpc.react.d.ts +8 -0
- package/cosmos/gov/v1/tx.rpc.react.js +26 -0
- package/cosmos/gov/v1beta1/genesis.d.ts +1 -0
- package/cosmos/gov/v1beta1/genesis.js +8 -3
- package/cosmos/gov/v1beta1/gov.d.ts +15 -6
- package/cosmos/gov/v1beta1/gov.js +61 -32
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.d.ts +0 -8
- package/cosmos/gov/v1beta1/query.rpc.func.js +17 -42
- package/cosmos/gov/v1beta1/query.rpc.react.d.ts +9 -0
- package/cosmos/gov/v1beta1/query.rpc.react.js +37 -0
- package/cosmos/gov/v1beta1/tx.d.ts +14 -6
- package/cosmos/gov/v1beta1/tx.js +45 -22
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -57
- package/cosmos/gov/v1beta1/tx.registry.js +1 -81
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -8
- package/cosmos/gov/v1beta1/tx.rpc.func.js +9 -18
- package/cosmos/gov/v1beta1/tx.rpc.react.d.ts +5 -0
- package/cosmos/gov/v1beta1/tx.rpc.react.js +17 -0
- package/cosmos/group/v1/tx.js +4 -4
- package/cosmos/group/v1/tx.registry.d.ts +14 -14
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.js +10 -10
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +51 -37
- package/cosmos/mint/module/v1/module.d.ts +1 -0
- package/cosmos/mint/module/v1/module.js +2 -4
- package/cosmos/mint/v1beta1/genesis.d.ts +1 -0
- package/cosmos/mint/v1beta1/genesis.js +4 -3
- package/cosmos/mint/v1beta1/mint.d.ts +2 -0
- package/cosmos/mint/v1beta1/mint.js +23 -25
- package/cosmos/mint/v1beta1/query.d.ts +6 -0
- package/cosmos/mint/v1beta1/query.js +13 -18
- package/cosmos/mint/v1beta1/query.rpc.func.d.ts +0 -3
- package/cosmos/mint/v1beta1/query.rpc.func.js +7 -17
- package/cosmos/mint/v1beta1/query.rpc.react.d.ts +4 -0
- package/cosmos/mint/v1beta1/query.rpc.react.js +17 -0
- package/cosmos/mint/v1beta1/tx.d.ts +2 -0
- package/cosmos/mint/v1beta1/tx.js +5 -6
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -21
- package/cosmos/mint/v1beta1/tx.registry.js +1 -27
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -2
- package/cosmos/mint/v1beta1/tx.rpc.func.js +3 -6
- package/cosmos/mint/v1beta1/tx.rpc.react.d.ts +2 -0
- package/cosmos/mint/v1beta1/tx.rpc.react.js +8 -0
- package/cosmos/nft/v1beta1/tx.registry.d.ts +1 -1
- package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/orm/v1alpha1/schema.js +4 -4
- package/cosmos/params/module/v1/module.d.ts +1 -0
- package/cosmos/params/module/v1/module.js +2 -4
- package/cosmos/params/v1beta1/params.d.ts +2 -0
- package/cosmos/params/v1beta1/params.js +7 -5
- package/cosmos/params/v1beta1/query.d.ts +5 -0
- package/cosmos/params/v1beta1/query.js +12 -14
- package/cosmos/params/v1beta1/query.rpc.func.d.ts +0 -2
- package/cosmos/params/v1beta1/query.rpc.func.js +5 -12
- package/cosmos/params/v1beta1/query.rpc.react.d.ts +3 -0
- package/cosmos/params/v1beta1/query.rpc.react.js +13 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -0
- package/cosmos/slashing/module/v1/module.js +2 -4
- package/cosmos/slashing/v1beta1/genesis.d.ts +4 -0
- package/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/cosmos/slashing/v1beta1/query.d.ts +6 -0
- package/cosmos/slashing/v1beta1/query.js +17 -15
- package/cosmos/slashing/v1beta1/query.rpc.func.d.ts +0 -3
- package/cosmos/slashing/v1beta1/query.rpc.func.js +7 -17
- package/cosmos/slashing/v1beta1/query.rpc.react.d.ts +4 -0
- package/cosmos/slashing/v1beta1/query.rpc.react.js +17 -0
- package/cosmos/slashing/v1beta1/slashing.d.ts +2 -0
- package/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/cosmos/slashing/v1beta1/tx.d.ts +4 -0
- package/cosmos/slashing/v1beta1/tx.js +9 -12
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -33
- package/cosmos/slashing/v1beta1/tx.registry.js +1 -45
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -4
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +5 -10
- package/cosmos/slashing/v1beta1/tx.rpc.react.d.ts +3 -0
- package/cosmos/slashing/v1beta1/tx.rpc.react.js +11 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -0
- package/cosmos/staking/module/v1/module.js +2 -4
- package/cosmos/staking/v1beta1/authz.d.ts +2 -0
- package/cosmos/staking/v1beta1/authz.js +12 -9
- package/cosmos/staking/v1beta1/genesis.d.ts +2 -0
- package/cosmos/staking/v1beta1/genesis.js +10 -6
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.d.ts +0 -14
- package/cosmos/staking/v1beta1/query.rpc.func.js +29 -72
- package/cosmos/staking/v1beta1/query.rpc.react.d.ts +15 -0
- package/cosmos/staking/v1beta1/query.rpc.react.js +61 -0
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +90 -84
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +44 -41
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -93
- package/cosmos/staking/v1beta1/tx.registry.js +1 -135
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -14
- package/cosmos/staking/v1beta1/tx.rpc.func.js +15 -30
- package/cosmos/staking/v1beta1/tx.rpc.react.d.ts +8 -0
- package/cosmos/staking/v1beta1/tx.rpc.react.js +26 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -0
- package/cosmos/tx/config/v1/config.js +2 -4
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +20 -16
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +60 -52
- package/cosmos/tx/v1beta1/service.rpc.func.d.ts +0 -9
- package/cosmos/tx/v1beta1/service.rpc.func.js +19 -47
- package/cosmos/tx/v1beta1/service.rpc.react.d.ts +10 -0
- package/cosmos/tx/v1beta1/service.rpc.react.js +41 -0
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/module/v1/module.d.ts +1 -0
- package/cosmos/upgrade/module/v1/module.js +2 -4
- package/cosmos/upgrade/v1beta1/query.d.ts +10 -0
- package/cosmos/upgrade/v1beta1/query.js +22 -29
- package/cosmos/upgrade/v1beta1/query.rpc.func.d.ts +0 -5
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +11 -27
- package/cosmos/upgrade/v1beta1/query.rpc.react.d.ts +6 -0
- package/cosmos/upgrade/v1beta1/query.rpc.react.js +25 -0
- package/cosmos/upgrade/v1beta1/tx.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -33
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -45
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +5 -10
- package/cosmos/upgrade/v1beta1/tx.rpc.react.d.ts +3 -0
- package/cosmos/upgrade/v1beta1/tx.rpc.react.js +11 -0
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +3 -3
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +8 -9
- package/cosmwasm/wasm/v1/authz.d.ts +11 -0
- package/cosmwasm/wasm/v1/authz.js +50 -23
- package/cosmwasm/wasm/v1/genesis.d.ts +4 -0
- package/cosmwasm/wasm/v1/genesis.js +16 -10
- package/cosmwasm/wasm/v1/ibc.d.ts +34 -0
- package/cosmwasm/wasm/v1/ibc.js +71 -11
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/cosmwasm/wasm/v1/query.d.ts +123 -0
- package/cosmwasm/wasm/v1/query.js +257 -56
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -12
- package/cosmwasm/wasm/v1/query.rpc.func.js +31 -56
- package/cosmwasm/wasm/v1/query.rpc.react.d.ts +13 -0
- package/cosmwasm/wasm/v1/query.rpc.react.js +53 -0
- package/cosmwasm/wasm/v1/tx.d.ts +36 -2
- package/cosmwasm/wasm/v1/tx.js +78 -96
- package/cosmwasm/wasm/v1/tx.registry.d.ts +0 -213
- package/cosmwasm/wasm/v1/tx.registry.js +1 -315
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -34
- package/cosmwasm/wasm/v1/tx.rpc.func.js +35 -70
- package/cosmwasm/wasm/v1/tx.rpc.react.d.ts +18 -0
- package/cosmwasm/wasm/v1/tx.rpc.react.js +56 -0
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +27 -29
- package/esm/binary.js +1 -1
- package/esm/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/esm/cosmos/app/runtime/v2/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/config.js +9 -8
- package/esm/cosmos/app/v1alpha1/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/query.js +5 -6
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -6
- package/esm/cosmos/app/v1alpha1/query.rpc.react.js +6 -0
- package/esm/cosmos/auth/module/v1/module.js +5 -6
- package/esm/cosmos/auth/v1beta1/accounts.js +5 -6
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/genesis.js +2 -4
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -51
- package/esm/cosmos/auth/v1beta1/query.rpc.react.js +42 -0
- package/esm/cosmos/auth/v1beta1/tx.js +5 -6
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -26
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -5
- package/esm/cosmos/auth/v1beta1/tx.rpc.react.js +5 -0
- package/esm/cosmos/authz/module/v1/module.js +2 -4
- package/esm/cosmos/authz/v1beta1/authz.js +28 -9
- package/esm/cosmos/authz/v1beta1/event.js +4 -7
- package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
- package/esm/cosmos/authz/v1beta1/query.js +21 -13
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +6 -16
- package/esm/cosmos/authz/v1beta1/query.rpc.react.js +14 -0
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -62
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -13
- package/esm/cosmos/authz/v1beta1/tx.rpc.react.js +11 -0
- package/esm/cosmos/autocli/v1/options.js +21 -13
- package/esm/cosmos/autocli/v1/query.js +8 -6
- package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -6
- package/esm/cosmos/autocli/v1/query.rpc.react.js +6 -0
- package/esm/cosmos/bank/module/v1/module.js +2 -4
- package/esm/cosmos/bank/v1beta1/authz.js +5 -2
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/genesis.js +10 -5
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -66
- package/esm/cosmos/bank/v1beta1/query.rpc.react.js +54 -0
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -80
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -17
- package/esm/cosmos/bank/v1beta1/tx.rpc.react.js +14 -0
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/grpc/v2/service.js +11 -15
- package/esm/cosmos/base/grpc/v2/service.rpc.func.js +4 -11
- package/esm/cosmos/base/grpc/v2/service.rpc.react.js +10 -0
- package/esm/cosmos/base/node/v1beta1/query.js +8 -13
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -11
- package/esm/cosmos/base/node/v1beta1/query.rpc.react.js +10 -0
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -11
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.react.js +10 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -31
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.react.js +26 -0
- package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -36
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.react.js +30 -0
- package/esm/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/esm/cosmos/base/v1beta1/coin.js +15 -19
- package/esm/cosmos/consensus/module/v1/module.js +2 -4
- package/esm/cosmos/consensus/v1/query.js +5 -6
- package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -6
- package/esm/cosmos/consensus/v1/query.rpc.react.js +6 -0
- package/esm/cosmos/consensus/v1/tx.js +8 -6
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -26
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -5
- package/esm/cosmos/consensus/v1/tx.rpc.react.js +5 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/distribution/module/v1/module.js +2 -4
- package/esm/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/esm/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/esm/cosmos/distribution/v1beta1/query.js +51 -52
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +20 -51
- package/esm/cosmos/distribution/v1beta1/query.rpc.react.js +42 -0
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -134
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -29
- package/esm/cosmos/distribution/v1beta1/tx.rpc.react.js +23 -0
- package/esm/cosmos/evidence/module/v1/module.js +2 -4
- package/esm/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/esm/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/esm/cosmos/evidence/v1beta1/query.js +10 -11
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +4 -11
- package/esm/cosmos/evidence/v1beta1/query.rpc.react.js +10 -0
- package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +0 -26
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -5
- package/esm/cosmos/evidence/v1beta1/tx.rpc.react.js +5 -0
- package/esm/cosmos/feegrant/module/v1/module.js +2 -4
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/esm/cosmos/feegrant/v1beta1/query.js +19 -14
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -16
- package/esm/cosmos/feegrant/v1beta1/query.rpc.react.js +14 -0
- package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -62
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -13
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.react.js +11 -0
- package/esm/cosmos/gov/module/v1/module.js +2 -4
- package/esm/cosmos/gov/v1/genesis.js +9 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/query.js +53 -44
- package/esm/cosmos/gov/v1/query.rpc.func.js +18 -46
- package/esm/cosmos/gov/v1/query.rpc.react.js +38 -0
- package/esm/cosmos/gov/v1/tx.js +58 -37
- package/esm/cosmos/gov/v1/tx.registry.js +0 -134
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -29
- package/esm/cosmos/gov/v1/tx.rpc.react.js +23 -0
- package/esm/cosmos/gov/v1beta1/genesis.js +8 -3
- package/esm/cosmos/gov/v1beta1/gov.js +54 -25
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -41
- package/esm/cosmos/gov/v1beta1/query.rpc.react.js +34 -0
- package/esm/cosmos/gov/v1beta1/tx.js +46 -23
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -80
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -17
- package/esm/cosmos/gov/v1beta1/tx.rpc.react.js +14 -0
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/mint/module/v1/module.js +2 -4
- package/esm/cosmos/mint/v1beta1/genesis.js +4 -3
- package/esm/cosmos/mint/v1beta1/mint.js +23 -25
- package/esm/cosmos/mint/v1beta1/query.js +13 -18
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +6 -16
- package/esm/cosmos/mint/v1beta1/query.rpc.react.js +14 -0
- package/esm/cosmos/mint/v1beta1/tx.js +5 -6
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -26
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -5
- package/esm/cosmos/mint/v1beta1/tx.rpc.react.js +5 -0
- package/esm/cosmos/params/module/v1/module.js +2 -4
- package/esm/cosmos/params/v1beta1/params.js +7 -5
- package/esm/cosmos/params/v1beta1/query.js +12 -14
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +4 -11
- package/esm/cosmos/params/v1beta1/query.rpc.react.js +10 -0
- package/esm/cosmos/slashing/module/v1/module.js +2 -4
- package/esm/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/esm/cosmos/slashing/v1beta1/query.js +17 -15
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +6 -16
- package/esm/cosmos/slashing/v1beta1/query.rpc.react.js +14 -0
- package/esm/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/esm/cosmos/slashing/v1beta1/tx.js +9 -12
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +0 -44
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -9
- package/esm/cosmos/slashing/v1beta1/tx.rpc.react.js +8 -0
- package/esm/cosmos/staking/module/v1/module.js +2 -4
- package/esm/cosmos/staking/v1beta1/authz.js +8 -5
- package/esm/cosmos/staking/v1beta1/genesis.js +10 -6
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -71
- package/esm/cosmos/staking/v1beta1/query.rpc.react.js +58 -0
- package/esm/cosmos/staking/v1beta1/staking.js +81 -75
- package/esm/cosmos/staking/v1beta1/tx.js +42 -39
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -134
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -29
- package/esm/cosmos/staking/v1beta1/tx.rpc.react.js +23 -0
- package/esm/cosmos/tx/config/v1/config.js +2 -4
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -46
- package/esm/cosmos/tx/v1beta1/service.rpc.react.js +38 -0
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/module/v1/module.js +2 -4
- package/esm/cosmos/upgrade/v1beta1/query.js +22 -29
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -26
- package/esm/cosmos/upgrade/v1beta1/query.rpc.react.js +22 -0
- package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -44
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -9
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.react.js +8 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/authz.js +50 -23
- package/esm/cosmwasm/wasm/v1/genesis.js +16 -10
- package/esm/cosmwasm/wasm/v1/ibc.js +70 -10
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/esm/cosmwasm/wasm/v1/query.js +256 -55
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +30 -56
- package/esm/cosmwasm/wasm/v1/query.rpc.react.js +50 -0
- package/esm/cosmwasm/wasm/v1/tx.js +78 -96
- package/esm/cosmwasm/wasm/v1/tx.registry.js +0 -314
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -69
- package/esm/cosmwasm/wasm/v1/tx.rpc.react.js +53 -0
- package/esm/cosmwasm/wasm/v1/types.js +20 -22
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/esm/ethermint/evm/v1/events.js +8 -9
- package/esm/ethermint/evm/v1/evm.js +20 -14
- package/esm/ethermint/evm/v1/genesis.js +7 -3
- package/esm/ethermint/evm/v1/query.js +56 -44
- package/esm/ethermint/evm/v1/query.rpc.func.js +24 -61
- package/esm/ethermint/evm/v1/query.rpc.react.js +50 -0
- package/esm/ethermint/evm/v1/tx.js +24 -14
- package/esm/ethermint/evm/v1/tx.registry.js +0 -44
- package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -9
- package/esm/ethermint/evm/v1/tx.rpc.react.js +8 -0
- package/esm/ethermint/feemarket/v1/events.js +4 -5
- package/esm/ethermint/feemarket/v1/feemarket.js +9 -10
- package/esm/ethermint/feemarket/v1/genesis.js +3 -2
- package/esm/ethermint/feemarket/v1/query.js +13 -12
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +6 -16
- package/esm/ethermint/feemarket/v1/query.rpc.react.js +14 -0
- package/esm/ethermint/feemarket/v1/tx.js +5 -5
- package/esm/ethermint/feemarket/v1/tx.registry.js +0 -26
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -5
- package/esm/ethermint/feemarket/v1/tx.rpc.react.js +5 -0
- package/esm/ethermint/types/v1/account.js +4 -1
- package/esm/ethermint/types/v1/dynamic_fee.js +2 -3
- package/esm/ethermint/types/v1/indexer.js +2 -3
- package/esm/ethermint/types/v1/web3.js +2 -3
- package/esm/extern.js +2 -2
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +16 -6
- package/esm/helpers.js +2 -2
- package/esm/ibc/applications/fee/v1/ack.js +2 -4
- package/esm/ibc/applications/fee/v1/fee.js +13 -9
- package/esm/ibc/applications/fee/v1/genesis.js +16 -14
- package/esm/ibc/applications/fee/v1/metadata.js +2 -4
- package/esm/ibc/applications/fee/v1/query.js +57 -47
- package/esm/ibc/applications/fee/v1/query.rpc.func.js +20 -51
- package/esm/ibc/applications/fee/v1/query.rpc.react.js +42 -0
- package/esm/ibc/applications/fee/v1/tx.js +19 -23
- package/esm/ibc/applications/fee/v1/tx.registry.js +0 -80
- package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -17
- package/esm/ibc/applications/fee/v1/tx.rpc.react.js +14 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -11
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +10 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -62
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -13
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +11 -0
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -6
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +6 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -44
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -9
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +8 -0
- package/esm/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +4 -7
- package/esm/ibc/applications/transfer/v1/authz.js +8 -4
- package/esm/ibc/applications/transfer/v1/genesis.js +5 -3
- package/esm/ibc/applications/transfer/v1/query.js +30 -32
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +12 -31
- package/esm/ibc/applications/transfer/v1/query.rpc.react.js +26 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +4 -7
- package/esm/ibc/applications/transfer/v1/tx.js +11 -11
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -44
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -9
- package/esm/ibc/applications/transfer/v1/tx.rpc.react.js +8 -0
- package/esm/ibc/applications/transfer/v2/packet.js +2 -4
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/genesis.js +8 -6
- package/esm/ibc/core/channel/v1/query.js +101 -82
- package/esm/ibc/core/channel/v1/query.rpc.func.js +34 -86
- package/esm/ibc/core/channel/v1/query.rpc.react.js +70 -0
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -350
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -77
- package/esm/ibc/core/channel/v1/tx.rpc.react.js +59 -0
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +19 -18
- package/esm/ibc/core/client/v1/genesis.js +11 -8
- package/esm/ibc/core/client/v1/query.js +54 -51
- package/esm/ibc/core/client/v1/query.rpc.func.js +20 -51
- package/esm/ibc/core/client/v1/query.rpc.react.js +42 -0
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.registry.js +0 -134
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -29
- package/esm/ibc/core/client/v1/tx.rpc.react.js +23 -0
- package/esm/ibc/core/commitment/v1/commitment.js +9 -12
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/genesis.js +5 -3
- package/esm/ibc/core/connection/v1/query.js +35 -30
- package/esm/ibc/core/connection/v1/query.rpc.func.js +12 -31
- package/esm/ibc/core/connection/v1/query.rpc.react.js +26 -0
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -98
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -21
- package/esm/ibc/core/connection/v1/tx.rpc.react.js +17 -0
- package/esm/ibc/core/types/v1/genesis.js +5 -3
- package/esm/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +36 -45
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/esm/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/esm/ibc/lightclients/wasm/v1/query.js +10 -11
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -11
- package/esm/ibc/lightclients/wasm/v1/query.rpc.react.js +10 -0
- package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -62
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -13
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.react.js +11 -0
- package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/esm/react-query.js +25 -16
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/p2p/types.js +10 -8
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/reward/v1beta1/genesis.js +3 -2
- package/esm/xpla/reward/v1beta1/query.js +10 -7
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +4 -11
- package/esm/xpla/reward/v1beta1/query.rpc.react.js +10 -0
- package/esm/xpla/reward/v1beta1/reward.js +12 -13
- package/esm/xpla/reward/v1beta1/tx.js +10 -9
- package/esm/xpla/reward/v1beta1/tx.registry.js +0 -44
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -9
- package/esm/xpla/reward/v1beta1/tx.rpc.react.js +8 -0
- package/esm/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/esm/xpla/volunteer/v1beta1/proposal.js +11 -11
- package/esm/xpla/volunteer/v1beta1/query.js +4 -5
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -6
- package/esm/xpla/volunteer/v1beta1/query.rpc.react.js +6 -0
- package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +0 -44
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -9
- package/esm/xpla/volunteer/v1beta1/tx.rpc.react.js +8 -0
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +2 -0
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/ethermint/evm/v1/events.d.ts +4 -0
- package/ethermint/evm/v1/events.js +8 -9
- package/ethermint/evm/v1/evm.d.ts +8 -0
- package/ethermint/evm/v1/evm.js +20 -14
- package/ethermint/evm/v1/genesis.d.ts +2 -0
- package/ethermint/evm/v1/genesis.js +7 -3
- package/ethermint/evm/v1/query.d.ts +24 -0
- package/ethermint/evm/v1/query.js +56 -44
- package/ethermint/evm/v1/query.rpc.func.d.ts +0 -12
- package/ethermint/evm/v1/query.rpc.func.js +25 -62
- package/ethermint/evm/v1/query.rpc.react.d.ts +14 -0
- package/ethermint/evm/v1/query.rpc.react.js +53 -0
- package/ethermint/evm/v1/tx.d.ts +8 -0
- package/ethermint/evm/v1/tx.js +24 -14
- package/ethermint/evm/v1/tx.registry.d.ts +0 -33
- package/ethermint/evm/v1/tx.registry.js +1 -45
- package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -4
- package/ethermint/evm/v1/tx.rpc.func.js +5 -10
- package/ethermint/evm/v1/tx.rpc.react.d.ts +3 -0
- package/ethermint/evm/v1/tx.rpc.react.js +11 -0
- package/ethermint/feemarket/v1/events.d.ts +2 -0
- package/ethermint/feemarket/v1/events.js +4 -5
- package/ethermint/feemarket/v1/feemarket.d.ts +1 -0
- package/ethermint/feemarket/v1/feemarket.js +9 -10
- package/ethermint/feemarket/v1/genesis.d.ts +1 -0
- package/ethermint/feemarket/v1/genesis.js +3 -2
- package/ethermint/feemarket/v1/query.d.ts +6 -0
- package/ethermint/feemarket/v1/query.js +13 -12
- package/ethermint/feemarket/v1/query.rpc.func.d.ts +0 -3
- package/ethermint/feemarket/v1/query.rpc.func.js +7 -17
- package/ethermint/feemarket/v1/query.rpc.react.d.ts +4 -0
- package/ethermint/feemarket/v1/query.rpc.react.js +17 -0
- package/ethermint/feemarket/v1/tx.d.ts +2 -0
- package/ethermint/feemarket/v1/tx.js +5 -5
- package/ethermint/feemarket/v1/tx.registry.d.ts +0 -21
- package/ethermint/feemarket/v1/tx.registry.js +1 -27
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -2
- package/ethermint/feemarket/v1/tx.rpc.func.js +3 -6
- package/ethermint/feemarket/v1/tx.rpc.react.d.ts +2 -0
- package/ethermint/feemarket/v1/tx.rpc.react.js +8 -0
- package/ethermint/types/v1/account.d.ts +1 -0
- package/ethermint/types/v1/account.js +4 -1
- package/ethermint/types/v1/dynamic_fee.d.ts +1 -0
- package/ethermint/types/v1/dynamic_fee.js +2 -3
- package/ethermint/types/v1/indexer.d.ts +1 -0
- package/ethermint/types/v1/indexer.js +2 -3
- package/ethermint/types/v1/web3.d.ts +1 -0
- package/ethermint/types/v1/web3.js +2 -3
- package/extern.d.ts +1 -1
- package/extern.js +2 -2
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +171 -96
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +2 -1
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +20 -9
- package/helpers.d.ts +1 -1
- package/helpers.js +14 -14
- package/ibc/applications/fee/v1/ack.d.ts +1 -0
- package/ibc/applications/fee/v1/ack.js +2 -4
- package/ibc/applications/fee/v1/fee.d.ts +4 -0
- package/ibc/applications/fee/v1/fee.js +13 -9
- package/ibc/applications/fee/v1/genesis.d.ts +5 -0
- package/ibc/applications/fee/v1/genesis.js +16 -14
- package/ibc/applications/fee/v1/metadata.d.ts +1 -0
- package/ibc/applications/fee/v1/metadata.js +2 -4
- package/ibc/applications/fee/v1/query.d.ts +20 -0
- package/ibc/applications/fee/v1/query.js +57 -47
- package/ibc/applications/fee/v1/query.rpc.func.d.ts +0 -10
- package/ibc/applications/fee/v1/query.rpc.func.js +21 -52
- package/ibc/applications/fee/v1/query.rpc.react.d.ts +11 -0
- package/ibc/applications/fee/v1/query.rpc.react.js +45 -0
- package/ibc/applications/fee/v1/tx.d.ts +8 -0
- package/ibc/applications/fee/v1/tx.js +19 -23
- package/ibc/applications/fee/v1/tx.registry.d.ts +0 -57
- package/ibc/applications/fee/v1/tx.registry.js +1 -81
- package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -8
- package/ibc/applications/fee/v1/tx.rpc.func.js +9 -18
- package/ibc/applications/fee/v1/tx.rpc.react.d.ts +5 -0
- package/ibc/applications/fee/v1/tx.rpc.react.js +17 -0
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.d.ts +0 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +5 -12
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.d.ts +3 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.react.js +13 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -45
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -63
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +7 -14
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.d.ts +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.react.js +14 -0
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -0
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.d.ts +0 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +3 -7
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.react.js +9 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -33
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -45
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +5 -10
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.d.ts +3 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.react.js +11 -0
- package/ibc/applications/interchain_accounts/v1/account.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +2 -0
- package/ibc/applications/interchain_accounts/v1/packet.js +8 -11
- package/ibc/applications/transfer/v1/authz.d.ts +2 -0
- package/ibc/applications/transfer/v1/authz.js +8 -4
- package/ibc/applications/transfer/v1/genesis.d.ts +1 -0
- package/ibc/applications/transfer/v1/genesis.js +5 -3
- package/ibc/applications/transfer/v1/query.d.ts +12 -0
- package/ibc/applications/transfer/v1/query.js +30 -32
- package/ibc/applications/transfer/v1/query.rpc.func.d.ts +0 -6
- package/ibc/applications/transfer/v1/query.rpc.func.js +13 -32
- package/ibc/applications/transfer/v1/query.rpc.react.d.ts +7 -0
- package/ibc/applications/transfer/v1/query.rpc.react.js +29 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -0
- package/ibc/applications/transfer/v1/transfer.js +4 -7
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +11 -11
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -33
- package/ibc/applications/transfer/v1/tx.registry.js +1 -45
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -4
- package/ibc/applications/transfer/v1/tx.rpc.func.js +5 -10
- package/ibc/applications/transfer/v1/tx.rpc.react.d.ts +3 -0
- package/ibc/applications/transfer/v1/tx.rpc.react.js +11 -0
- package/ibc/applications/transfer/v2/packet.d.ts +1 -0
- package/ibc/applications/transfer/v2/packet.js +2 -4
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +30 -30
- package/ibc/core/channel/v1/genesis.d.ts +2 -0
- package/ibc/core/channel/v1/genesis.js +8 -6
- package/ibc/core/channel/v1/query.d.ts +34 -0
- package/ibc/core/channel/v1/query.js +101 -82
- package/ibc/core/channel/v1/query.rpc.func.d.ts +0 -17
- package/ibc/core/channel/v1/query.rpc.func.js +35 -87
- package/ibc/core/channel/v1/query.rpc.react.d.ts +18 -0
- package/ibc/core/channel/v1/query.rpc.react.js +73 -0
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +109 -100
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -237
- package/ibc/core/channel/v1/tx.registry.js +1 -351
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -38
- package/ibc/core/channel/v1/tx.rpc.func.js +39 -78
- package/ibc/core/channel/v1/tx.rpc.react.d.ts +20 -0
- package/ibc/core/channel/v1/tx.rpc.react.js +62 -0
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +7 -0
- package/ibc/core/client/v1/client.js +19 -18
- package/ibc/core/client/v1/genesis.d.ts +3 -0
- package/ibc/core/client/v1/genesis.js +11 -8
- package/ibc/core/client/v1/query.d.ts +20 -0
- package/ibc/core/client/v1/query.js +54 -51
- package/ibc/core/client/v1/query.rpc.func.d.ts +0 -10
- package/ibc/core/client/v1/query.rpc.func.js +21 -52
- package/ibc/core/client/v1/query.rpc.react.d.ts +11 -0
- package/ibc/core/client/v1/query.rpc.react.js +45 -0
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.registry.d.ts +0 -93
- package/ibc/core/client/v1/tx.registry.js +1 -135
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -14
- package/ibc/core/client/v1/tx.rpc.func.js +15 -30
- package/ibc/core/client/v1/tx.rpc.react.d.ts +8 -0
- package/ibc/core/client/v1/tx.rpc.react.js +26 -0
- package/ibc/core/commitment/v1/commitment.d.ts +4 -0
- package/ibc/core/commitment/v1/commitment.js +9 -12
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +23 -23
- package/ibc/core/connection/v1/genesis.d.ts +1 -0
- package/ibc/core/connection/v1/genesis.js +5 -3
- package/ibc/core/connection/v1/query.d.ts +12 -0
- package/ibc/core/connection/v1/query.js +35 -30
- package/ibc/core/connection/v1/query.rpc.func.d.ts +0 -6
- package/ibc/core/connection/v1/query.rpc.func.js +13 -32
- package/ibc/core/connection/v1/query.rpc.react.d.ts +7 -0
- package/ibc/core/connection/v1/query.rpc.react.js +29 -0
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -69
- package/ibc/core/connection/v1/tx.registry.js +1 -99
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -10
- package/ibc/core/connection/v1/tx.rpc.func.js +11 -22
- package/ibc/core/connection/v1/tx.rpc.react.d.ts +6 -0
- package/ibc/core/connection/v1/tx.rpc.react.js +20 -0
- package/ibc/core/types/v1/genesis.d.ts +1 -0
- package/ibc/core/types/v1/genesis.js +5 -3
- package/ibc/lightclients/localhost/v2/localhost.d.ts +1 -0
- package/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +16 -0
- package/ibc/lightclients/solomachine/v2/solomachine.js +40 -49
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +8 -0
- package/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +5 -0
- package/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -0
- package/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/ibc/lightclients/wasm/v1/query.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/query.js +10 -11
- package/ibc/lightclients/wasm/v1/query.rpc.func.d.ts +0 -2
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +5 -12
- package/ibc/lightclients/wasm/v1/query.rpc.react.d.ts +3 -0
- package/ibc/lightclients/wasm/v1/query.rpc.react.js +13 -0
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -0
- package/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -45
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -63
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -6
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +7 -14
- package/ibc/lightclients/wasm/v1/tx.rpc.react.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/tx.rpc.react.js +14 -0
- package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/package.json +9 -6
- package/react-query.d.ts +2 -2
- package/react-query.js +29 -20
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +176 -93
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/p2p/types.d.ts +4 -0
- package/tendermint/p2p/types.js +10 -8
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +51 -24
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +13 -8
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/types.d.ts +2 -7
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +5 -4
- package/varint.d.ts +1 -1
- package/varint.js +18 -17
- package/xpla/reward/v1beta1/genesis.d.ts +1 -0
- package/xpla/reward/v1beta1/genesis.js +3 -2
- package/xpla/reward/v1beta1/query.d.ts +4 -0
- package/xpla/reward/v1beta1/query.js +10 -7
- package/xpla/reward/v1beta1/query.rpc.func.d.ts +0 -2
- package/xpla/reward/v1beta1/query.rpc.func.js +5 -12
- package/xpla/reward/v1beta1/query.rpc.react.d.ts +3 -0
- package/xpla/reward/v1beta1/query.rpc.react.js +13 -0
- package/xpla/reward/v1beta1/reward.d.ts +1 -0
- package/xpla/reward/v1beta1/reward.js +12 -13
- package/xpla/reward/v1beta1/tx.d.ts +4 -0
- package/xpla/reward/v1beta1/tx.js +10 -9
- package/xpla/reward/v1beta1/tx.registry.d.ts +0 -33
- package/xpla/reward/v1beta1/tx.registry.js +1 -45
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -4
- package/xpla/reward/v1beta1/tx.rpc.func.js +5 -10
- package/xpla/reward/v1beta1/tx.rpc.react.d.ts +3 -0
- package/xpla/reward/v1beta1/tx.rpc.react.js +11 -0
- package/xpla/volunteer/v1beta1/genesis.d.ts +1 -0
- package/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/xpla/volunteer/v1beta1/proposal.d.ts +4 -0
- package/xpla/volunteer/v1beta1/proposal.js +15 -15
- package/xpla/volunteer/v1beta1/query.d.ts +2 -0
- package/xpla/volunteer/v1beta1/query.js +4 -5
- package/xpla/volunteer/v1beta1/query.rpc.func.d.ts +0 -1
- package/xpla/volunteer/v1beta1/query.rpc.func.js +3 -7
- package/xpla/volunteer/v1beta1/query.rpc.react.d.ts +2 -0
- package/xpla/volunteer/v1beta1/query.rpc.react.js +9 -0
- package/xpla/volunteer/v1beta1/tx.d.ts +4 -0
- package/xpla/volunteer/v1beta1/tx.js +12 -12
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +0 -33
- package/xpla/volunteer/v1beta1/tx.registry.js +1 -45
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -4
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +5 -10
- package/xpla/volunteer/v1beta1/tx.rpc.react.d.ts +3 -0
- package/xpla/volunteer/v1beta1/tx.rpc.react.js +11 -0
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
- package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
- package/dist/package.json +0 -48
|
@@ -1,352 +1,2 @@
|
|
|
1
1
|
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
|
|
2
2
|
export const registry = [["/ibc.core.channel.v1.MsgChannelOpenInit", MsgChannelOpenInit], ["/ibc.core.channel.v1.MsgChannelOpenTry", MsgChannelOpenTry], ["/ibc.core.channel.v1.MsgChannelOpenAck", MsgChannelOpenAck], ["/ibc.core.channel.v1.MsgChannelOpenConfirm", MsgChannelOpenConfirm], ["/ibc.core.channel.v1.MsgChannelCloseInit", MsgChannelCloseInit], ["/ibc.core.channel.v1.MsgChannelCloseConfirm", MsgChannelCloseConfirm], ["/ibc.core.channel.v1.MsgRecvPacket", MsgRecvPacket], ["/ibc.core.channel.v1.MsgTimeout", MsgTimeout], ["/ibc.core.channel.v1.MsgTimeoutOnClose", MsgTimeoutOnClose], ["/ibc.core.channel.v1.MsgAcknowledgement", MsgAcknowledgement], ["/ibc.core.channel.v1.MsgChannelUpgradeInit", MsgChannelUpgradeInit], ["/ibc.core.channel.v1.MsgChannelUpgradeTry", MsgChannelUpgradeTry], ["/ibc.core.channel.v1.MsgChannelUpgradeAck", MsgChannelUpgradeAck], ["/ibc.core.channel.v1.MsgChannelUpgradeConfirm", MsgChannelUpgradeConfirm], ["/ibc.core.channel.v1.MsgChannelUpgradeOpen", MsgChannelUpgradeOpen], ["/ibc.core.channel.v1.MsgChannelUpgradeTimeout", MsgChannelUpgradeTimeout], ["/ibc.core.channel.v1.MsgChannelUpgradeCancel", MsgChannelUpgradeCancel], ["/ibc.core.channel.v1.MsgUpdateParams", MsgUpdateParams], ["/ibc.core.channel.v1.MsgPruneAcknowledgements", MsgPruneAcknowledgements]];
|
|
3
|
-
export const MessageComposer = {
|
|
4
|
-
encoded: {
|
|
5
|
-
channelOpenInit(value) {
|
|
6
|
-
return {
|
|
7
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
8
|
-
value: MsgChannelOpenInit.encode(value).finish()
|
|
9
|
-
};
|
|
10
|
-
},
|
|
11
|
-
channelOpenTry(value) {
|
|
12
|
-
return {
|
|
13
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
14
|
-
value: MsgChannelOpenTry.encode(value).finish()
|
|
15
|
-
};
|
|
16
|
-
},
|
|
17
|
-
channelOpenAck(value) {
|
|
18
|
-
return {
|
|
19
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
20
|
-
value: MsgChannelOpenAck.encode(value).finish()
|
|
21
|
-
};
|
|
22
|
-
},
|
|
23
|
-
channelOpenConfirm(value) {
|
|
24
|
-
return {
|
|
25
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
26
|
-
value: MsgChannelOpenConfirm.encode(value).finish()
|
|
27
|
-
};
|
|
28
|
-
},
|
|
29
|
-
channelCloseInit(value) {
|
|
30
|
-
return {
|
|
31
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
32
|
-
value: MsgChannelCloseInit.encode(value).finish()
|
|
33
|
-
};
|
|
34
|
-
},
|
|
35
|
-
channelCloseConfirm(value) {
|
|
36
|
-
return {
|
|
37
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
38
|
-
value: MsgChannelCloseConfirm.encode(value).finish()
|
|
39
|
-
};
|
|
40
|
-
},
|
|
41
|
-
recvPacket(value) {
|
|
42
|
-
return {
|
|
43
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
44
|
-
value: MsgRecvPacket.encode(value).finish()
|
|
45
|
-
};
|
|
46
|
-
},
|
|
47
|
-
timeout(value) {
|
|
48
|
-
return {
|
|
49
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
50
|
-
value: MsgTimeout.encode(value).finish()
|
|
51
|
-
};
|
|
52
|
-
},
|
|
53
|
-
timeoutOnClose(value) {
|
|
54
|
-
return {
|
|
55
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
56
|
-
value: MsgTimeoutOnClose.encode(value).finish()
|
|
57
|
-
};
|
|
58
|
-
},
|
|
59
|
-
acknowledgement(value) {
|
|
60
|
-
return {
|
|
61
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
62
|
-
value: MsgAcknowledgement.encode(value).finish()
|
|
63
|
-
};
|
|
64
|
-
},
|
|
65
|
-
channelUpgradeInit(value) {
|
|
66
|
-
return {
|
|
67
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
|
|
68
|
-
value: MsgChannelUpgradeInit.encode(value).finish()
|
|
69
|
-
};
|
|
70
|
-
},
|
|
71
|
-
channelUpgradeTry(value) {
|
|
72
|
-
return {
|
|
73
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
|
|
74
|
-
value: MsgChannelUpgradeTry.encode(value).finish()
|
|
75
|
-
};
|
|
76
|
-
},
|
|
77
|
-
channelUpgradeAck(value) {
|
|
78
|
-
return {
|
|
79
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
|
|
80
|
-
value: MsgChannelUpgradeAck.encode(value).finish()
|
|
81
|
-
};
|
|
82
|
-
},
|
|
83
|
-
channelUpgradeConfirm(value) {
|
|
84
|
-
return {
|
|
85
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
|
|
86
|
-
value: MsgChannelUpgradeConfirm.encode(value).finish()
|
|
87
|
-
};
|
|
88
|
-
},
|
|
89
|
-
channelUpgradeOpen(value) {
|
|
90
|
-
return {
|
|
91
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
|
|
92
|
-
value: MsgChannelUpgradeOpen.encode(value).finish()
|
|
93
|
-
};
|
|
94
|
-
},
|
|
95
|
-
channelUpgradeTimeout(value) {
|
|
96
|
-
return {
|
|
97
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
|
|
98
|
-
value: MsgChannelUpgradeTimeout.encode(value).finish()
|
|
99
|
-
};
|
|
100
|
-
},
|
|
101
|
-
channelUpgradeCancel(value) {
|
|
102
|
-
return {
|
|
103
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
|
|
104
|
-
value: MsgChannelUpgradeCancel.encode(value).finish()
|
|
105
|
-
};
|
|
106
|
-
},
|
|
107
|
-
updateChannelParams(value) {
|
|
108
|
-
return {
|
|
109
|
-
typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
|
|
110
|
-
value: MsgUpdateParams.encode(value).finish()
|
|
111
|
-
};
|
|
112
|
-
},
|
|
113
|
-
pruneAcknowledgements(value) {
|
|
114
|
-
return {
|
|
115
|
-
typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
|
|
116
|
-
value: MsgPruneAcknowledgements.encode(value).finish()
|
|
117
|
-
};
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
withTypeUrl: {
|
|
121
|
-
channelOpenInit(value) {
|
|
122
|
-
return {
|
|
123
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
124
|
-
value
|
|
125
|
-
};
|
|
126
|
-
},
|
|
127
|
-
channelOpenTry(value) {
|
|
128
|
-
return {
|
|
129
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
130
|
-
value
|
|
131
|
-
};
|
|
132
|
-
},
|
|
133
|
-
channelOpenAck(value) {
|
|
134
|
-
return {
|
|
135
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
136
|
-
value
|
|
137
|
-
};
|
|
138
|
-
},
|
|
139
|
-
channelOpenConfirm(value) {
|
|
140
|
-
return {
|
|
141
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
142
|
-
value
|
|
143
|
-
};
|
|
144
|
-
},
|
|
145
|
-
channelCloseInit(value) {
|
|
146
|
-
return {
|
|
147
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
148
|
-
value
|
|
149
|
-
};
|
|
150
|
-
},
|
|
151
|
-
channelCloseConfirm(value) {
|
|
152
|
-
return {
|
|
153
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
154
|
-
value
|
|
155
|
-
};
|
|
156
|
-
},
|
|
157
|
-
recvPacket(value) {
|
|
158
|
-
return {
|
|
159
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
160
|
-
value
|
|
161
|
-
};
|
|
162
|
-
},
|
|
163
|
-
timeout(value) {
|
|
164
|
-
return {
|
|
165
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
166
|
-
value
|
|
167
|
-
};
|
|
168
|
-
},
|
|
169
|
-
timeoutOnClose(value) {
|
|
170
|
-
return {
|
|
171
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
172
|
-
value
|
|
173
|
-
};
|
|
174
|
-
},
|
|
175
|
-
acknowledgement(value) {
|
|
176
|
-
return {
|
|
177
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
178
|
-
value
|
|
179
|
-
};
|
|
180
|
-
},
|
|
181
|
-
channelUpgradeInit(value) {
|
|
182
|
-
return {
|
|
183
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
|
|
184
|
-
value
|
|
185
|
-
};
|
|
186
|
-
},
|
|
187
|
-
channelUpgradeTry(value) {
|
|
188
|
-
return {
|
|
189
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
|
|
190
|
-
value
|
|
191
|
-
};
|
|
192
|
-
},
|
|
193
|
-
channelUpgradeAck(value) {
|
|
194
|
-
return {
|
|
195
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
|
|
196
|
-
value
|
|
197
|
-
};
|
|
198
|
-
},
|
|
199
|
-
channelUpgradeConfirm(value) {
|
|
200
|
-
return {
|
|
201
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
|
|
202
|
-
value
|
|
203
|
-
};
|
|
204
|
-
},
|
|
205
|
-
channelUpgradeOpen(value) {
|
|
206
|
-
return {
|
|
207
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
|
|
208
|
-
value
|
|
209
|
-
};
|
|
210
|
-
},
|
|
211
|
-
channelUpgradeTimeout(value) {
|
|
212
|
-
return {
|
|
213
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
|
|
214
|
-
value
|
|
215
|
-
};
|
|
216
|
-
},
|
|
217
|
-
channelUpgradeCancel(value) {
|
|
218
|
-
return {
|
|
219
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
|
|
220
|
-
value
|
|
221
|
-
};
|
|
222
|
-
},
|
|
223
|
-
updateChannelParams(value) {
|
|
224
|
-
return {
|
|
225
|
-
typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
|
|
226
|
-
value
|
|
227
|
-
};
|
|
228
|
-
},
|
|
229
|
-
pruneAcknowledgements(value) {
|
|
230
|
-
return {
|
|
231
|
-
typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
|
|
232
|
-
value
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
fromPartial: {
|
|
237
|
-
channelOpenInit(value) {
|
|
238
|
-
return {
|
|
239
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
240
|
-
value: MsgChannelOpenInit.fromPartial(value)
|
|
241
|
-
};
|
|
242
|
-
},
|
|
243
|
-
channelOpenTry(value) {
|
|
244
|
-
return {
|
|
245
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
246
|
-
value: MsgChannelOpenTry.fromPartial(value)
|
|
247
|
-
};
|
|
248
|
-
},
|
|
249
|
-
channelOpenAck(value) {
|
|
250
|
-
return {
|
|
251
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
252
|
-
value: MsgChannelOpenAck.fromPartial(value)
|
|
253
|
-
};
|
|
254
|
-
},
|
|
255
|
-
channelOpenConfirm(value) {
|
|
256
|
-
return {
|
|
257
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
258
|
-
value: MsgChannelOpenConfirm.fromPartial(value)
|
|
259
|
-
};
|
|
260
|
-
},
|
|
261
|
-
channelCloseInit(value) {
|
|
262
|
-
return {
|
|
263
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
264
|
-
value: MsgChannelCloseInit.fromPartial(value)
|
|
265
|
-
};
|
|
266
|
-
},
|
|
267
|
-
channelCloseConfirm(value) {
|
|
268
|
-
return {
|
|
269
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
270
|
-
value: MsgChannelCloseConfirm.fromPartial(value)
|
|
271
|
-
};
|
|
272
|
-
},
|
|
273
|
-
recvPacket(value) {
|
|
274
|
-
return {
|
|
275
|
-
typeUrl: "/ibc.core.channel.v1.MsgRecvPacket",
|
|
276
|
-
value: MsgRecvPacket.fromPartial(value)
|
|
277
|
-
};
|
|
278
|
-
},
|
|
279
|
-
timeout(value) {
|
|
280
|
-
return {
|
|
281
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeout",
|
|
282
|
-
value: MsgTimeout.fromPartial(value)
|
|
283
|
-
};
|
|
284
|
-
},
|
|
285
|
-
timeoutOnClose(value) {
|
|
286
|
-
return {
|
|
287
|
-
typeUrl: "/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
288
|
-
value: MsgTimeoutOnClose.fromPartial(value)
|
|
289
|
-
};
|
|
290
|
-
},
|
|
291
|
-
acknowledgement(value) {
|
|
292
|
-
return {
|
|
293
|
-
typeUrl: "/ibc.core.channel.v1.MsgAcknowledgement",
|
|
294
|
-
value: MsgAcknowledgement.fromPartial(value)
|
|
295
|
-
};
|
|
296
|
-
},
|
|
297
|
-
channelUpgradeInit(value) {
|
|
298
|
-
return {
|
|
299
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeInit",
|
|
300
|
-
value: MsgChannelUpgradeInit.fromPartial(value)
|
|
301
|
-
};
|
|
302
|
-
},
|
|
303
|
-
channelUpgradeTry(value) {
|
|
304
|
-
return {
|
|
305
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTry",
|
|
306
|
-
value: MsgChannelUpgradeTry.fromPartial(value)
|
|
307
|
-
};
|
|
308
|
-
},
|
|
309
|
-
channelUpgradeAck(value) {
|
|
310
|
-
return {
|
|
311
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeAck",
|
|
312
|
-
value: MsgChannelUpgradeAck.fromPartial(value)
|
|
313
|
-
};
|
|
314
|
-
},
|
|
315
|
-
channelUpgradeConfirm(value) {
|
|
316
|
-
return {
|
|
317
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeConfirm",
|
|
318
|
-
value: MsgChannelUpgradeConfirm.fromPartial(value)
|
|
319
|
-
};
|
|
320
|
-
},
|
|
321
|
-
channelUpgradeOpen(value) {
|
|
322
|
-
return {
|
|
323
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeOpen",
|
|
324
|
-
value: MsgChannelUpgradeOpen.fromPartial(value)
|
|
325
|
-
};
|
|
326
|
-
},
|
|
327
|
-
channelUpgradeTimeout(value) {
|
|
328
|
-
return {
|
|
329
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeTimeout",
|
|
330
|
-
value: MsgChannelUpgradeTimeout.fromPartial(value)
|
|
331
|
-
};
|
|
332
|
-
},
|
|
333
|
-
channelUpgradeCancel(value) {
|
|
334
|
-
return {
|
|
335
|
-
typeUrl: "/ibc.core.channel.v1.MsgChannelUpgradeCancel",
|
|
336
|
-
value: MsgChannelUpgradeCancel.fromPartial(value)
|
|
337
|
-
};
|
|
338
|
-
},
|
|
339
|
-
updateChannelParams(value) {
|
|
340
|
-
return {
|
|
341
|
-
typeUrl: "/ibc.core.channel.v1.MsgUpdateParams",
|
|
342
|
-
value: MsgUpdateParams.fromPartial(value)
|
|
343
|
-
};
|
|
344
|
-
},
|
|
345
|
-
pruneAcknowledgements(value) {
|
|
346
|
-
return {
|
|
347
|
-
typeUrl: "/ibc.core.channel.v1.MsgPruneAcknowledgements",
|
|
348
|
-
value: MsgPruneAcknowledgements.fromPartial(value)
|
|
349
|
-
};
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
};
|
|
@@ -1,175 +1,136 @@
|
|
|
1
1
|
import { buildTx } from "../../../../helper-func-types";
|
|
2
|
-
import { buildUseMutation } from "../../../../react-query";
|
|
3
2
|
import { toEncoders, toConverters } from "@interchainjs/cosmos/utils";
|
|
4
3
|
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
|
|
5
4
|
export const createChannelOpenInit = (clientResolver) => buildTx({
|
|
6
5
|
clientResolver,
|
|
7
6
|
typeUrl: MsgChannelOpenInit.typeUrl,
|
|
8
7
|
encoders: toEncoders(MsgChannelOpenInit),
|
|
9
|
-
converters: toConverters(MsgChannelOpenInit)
|
|
10
|
-
|
|
11
|
-
export const useChannelOpenInit = buildUseMutation({
|
|
12
|
-
builderMutationFn: createChannelOpenInit
|
|
8
|
+
converters: toConverters(MsgChannelOpenInit),
|
|
9
|
+
deps: [MsgChannelOpenInit]
|
|
13
10
|
});
|
|
14
11
|
export const createChannelOpenTry = (clientResolver) => buildTx({
|
|
15
12
|
clientResolver,
|
|
16
13
|
typeUrl: MsgChannelOpenTry.typeUrl,
|
|
17
14
|
encoders: toEncoders(MsgChannelOpenTry),
|
|
18
|
-
converters: toConverters(MsgChannelOpenTry)
|
|
19
|
-
|
|
20
|
-
export const useChannelOpenTry = buildUseMutation({
|
|
21
|
-
builderMutationFn: createChannelOpenTry
|
|
15
|
+
converters: toConverters(MsgChannelOpenTry),
|
|
16
|
+
deps: [MsgChannelOpenTry]
|
|
22
17
|
});
|
|
23
18
|
export const createChannelOpenAck = (clientResolver) => buildTx({
|
|
24
19
|
clientResolver,
|
|
25
20
|
typeUrl: MsgChannelOpenAck.typeUrl,
|
|
26
21
|
encoders: toEncoders(MsgChannelOpenAck),
|
|
27
|
-
converters: toConverters(MsgChannelOpenAck)
|
|
28
|
-
|
|
29
|
-
export const useChannelOpenAck = buildUseMutation({
|
|
30
|
-
builderMutationFn: createChannelOpenAck
|
|
22
|
+
converters: toConverters(MsgChannelOpenAck),
|
|
23
|
+
deps: [MsgChannelOpenAck]
|
|
31
24
|
});
|
|
32
25
|
export const createChannelOpenConfirm = (clientResolver) => buildTx({
|
|
33
26
|
clientResolver,
|
|
34
27
|
typeUrl: MsgChannelOpenConfirm.typeUrl,
|
|
35
28
|
encoders: toEncoders(MsgChannelOpenConfirm),
|
|
36
|
-
converters: toConverters(MsgChannelOpenConfirm)
|
|
37
|
-
|
|
38
|
-
export const useChannelOpenConfirm = buildUseMutation({
|
|
39
|
-
builderMutationFn: createChannelOpenConfirm
|
|
29
|
+
converters: toConverters(MsgChannelOpenConfirm),
|
|
30
|
+
deps: [MsgChannelOpenConfirm]
|
|
40
31
|
});
|
|
41
32
|
export const createChannelCloseInit = (clientResolver) => buildTx({
|
|
42
33
|
clientResolver,
|
|
43
34
|
typeUrl: MsgChannelCloseInit.typeUrl,
|
|
44
35
|
encoders: toEncoders(MsgChannelCloseInit),
|
|
45
|
-
converters: toConverters(MsgChannelCloseInit)
|
|
46
|
-
|
|
47
|
-
export const useChannelCloseInit = buildUseMutation({
|
|
48
|
-
builderMutationFn: createChannelCloseInit
|
|
36
|
+
converters: toConverters(MsgChannelCloseInit),
|
|
37
|
+
deps: [MsgChannelCloseInit]
|
|
49
38
|
});
|
|
50
39
|
export const createChannelCloseConfirm = (clientResolver) => buildTx({
|
|
51
40
|
clientResolver,
|
|
52
41
|
typeUrl: MsgChannelCloseConfirm.typeUrl,
|
|
53
42
|
encoders: toEncoders(MsgChannelCloseConfirm),
|
|
54
|
-
converters: toConverters(MsgChannelCloseConfirm)
|
|
55
|
-
|
|
56
|
-
export const useChannelCloseConfirm = buildUseMutation({
|
|
57
|
-
builderMutationFn: createChannelCloseConfirm
|
|
43
|
+
converters: toConverters(MsgChannelCloseConfirm),
|
|
44
|
+
deps: [MsgChannelCloseConfirm]
|
|
58
45
|
});
|
|
59
46
|
export const createRecvPacket = (clientResolver) => buildTx({
|
|
60
47
|
clientResolver,
|
|
61
48
|
typeUrl: MsgRecvPacket.typeUrl,
|
|
62
49
|
encoders: toEncoders(MsgRecvPacket),
|
|
63
|
-
converters: toConverters(MsgRecvPacket)
|
|
64
|
-
|
|
65
|
-
export const useRecvPacket = buildUseMutation({
|
|
66
|
-
builderMutationFn: createRecvPacket
|
|
50
|
+
converters: toConverters(MsgRecvPacket),
|
|
51
|
+
deps: [MsgRecvPacket]
|
|
67
52
|
});
|
|
68
53
|
export const createTimeout = (clientResolver) => buildTx({
|
|
69
54
|
clientResolver,
|
|
70
55
|
typeUrl: MsgTimeout.typeUrl,
|
|
71
56
|
encoders: toEncoders(MsgTimeout),
|
|
72
|
-
converters: toConverters(MsgTimeout)
|
|
73
|
-
|
|
74
|
-
export const useTimeout = buildUseMutation({
|
|
75
|
-
builderMutationFn: createTimeout
|
|
57
|
+
converters: toConverters(MsgTimeout),
|
|
58
|
+
deps: [MsgTimeout]
|
|
76
59
|
});
|
|
77
60
|
export const createTimeoutOnClose = (clientResolver) => buildTx({
|
|
78
61
|
clientResolver,
|
|
79
62
|
typeUrl: MsgTimeoutOnClose.typeUrl,
|
|
80
63
|
encoders: toEncoders(MsgTimeoutOnClose),
|
|
81
|
-
converters: toConverters(MsgTimeoutOnClose)
|
|
82
|
-
|
|
83
|
-
export const useTimeoutOnClose = buildUseMutation({
|
|
84
|
-
builderMutationFn: createTimeoutOnClose
|
|
64
|
+
converters: toConverters(MsgTimeoutOnClose),
|
|
65
|
+
deps: [MsgTimeoutOnClose]
|
|
85
66
|
});
|
|
86
67
|
export const createAcknowledgement = (clientResolver) => buildTx({
|
|
87
68
|
clientResolver,
|
|
88
69
|
typeUrl: MsgAcknowledgement.typeUrl,
|
|
89
70
|
encoders: toEncoders(MsgAcknowledgement),
|
|
90
|
-
converters: toConverters(MsgAcknowledgement)
|
|
91
|
-
|
|
92
|
-
export const useAcknowledgement = buildUseMutation({
|
|
93
|
-
builderMutationFn: createAcknowledgement
|
|
71
|
+
converters: toConverters(MsgAcknowledgement),
|
|
72
|
+
deps: [MsgAcknowledgement]
|
|
94
73
|
});
|
|
95
74
|
export const createChannelUpgradeInit = (clientResolver) => buildTx({
|
|
96
75
|
clientResolver,
|
|
97
76
|
typeUrl: MsgChannelUpgradeInit.typeUrl,
|
|
98
77
|
encoders: toEncoders(MsgChannelUpgradeInit),
|
|
99
|
-
converters: toConverters(MsgChannelUpgradeInit)
|
|
100
|
-
|
|
101
|
-
export const useChannelUpgradeInit = buildUseMutation({
|
|
102
|
-
builderMutationFn: createChannelUpgradeInit
|
|
78
|
+
converters: toConverters(MsgChannelUpgradeInit),
|
|
79
|
+
deps: [MsgChannelUpgradeInit]
|
|
103
80
|
});
|
|
104
81
|
export const createChannelUpgradeTry = (clientResolver) => buildTx({
|
|
105
82
|
clientResolver,
|
|
106
83
|
typeUrl: MsgChannelUpgradeTry.typeUrl,
|
|
107
84
|
encoders: toEncoders(MsgChannelUpgradeTry),
|
|
108
|
-
converters: toConverters(MsgChannelUpgradeTry)
|
|
109
|
-
|
|
110
|
-
export const useChannelUpgradeTry = buildUseMutation({
|
|
111
|
-
builderMutationFn: createChannelUpgradeTry
|
|
85
|
+
converters: toConverters(MsgChannelUpgradeTry),
|
|
86
|
+
deps: [MsgChannelUpgradeTry]
|
|
112
87
|
});
|
|
113
88
|
export const createChannelUpgradeAck = (clientResolver) => buildTx({
|
|
114
89
|
clientResolver,
|
|
115
90
|
typeUrl: MsgChannelUpgradeAck.typeUrl,
|
|
116
91
|
encoders: toEncoders(MsgChannelUpgradeAck),
|
|
117
|
-
converters: toConverters(MsgChannelUpgradeAck)
|
|
118
|
-
|
|
119
|
-
export const useChannelUpgradeAck = buildUseMutation({
|
|
120
|
-
builderMutationFn: createChannelUpgradeAck
|
|
92
|
+
converters: toConverters(MsgChannelUpgradeAck),
|
|
93
|
+
deps: [MsgChannelUpgradeAck]
|
|
121
94
|
});
|
|
122
95
|
export const createChannelUpgradeConfirm = (clientResolver) => buildTx({
|
|
123
96
|
clientResolver,
|
|
124
97
|
typeUrl: MsgChannelUpgradeConfirm.typeUrl,
|
|
125
98
|
encoders: toEncoders(MsgChannelUpgradeConfirm),
|
|
126
|
-
converters: toConverters(MsgChannelUpgradeConfirm)
|
|
127
|
-
|
|
128
|
-
export const useChannelUpgradeConfirm = buildUseMutation({
|
|
129
|
-
builderMutationFn: createChannelUpgradeConfirm
|
|
99
|
+
converters: toConverters(MsgChannelUpgradeConfirm),
|
|
100
|
+
deps: [MsgChannelUpgradeConfirm]
|
|
130
101
|
});
|
|
131
102
|
export const createChannelUpgradeOpen = (clientResolver) => buildTx({
|
|
132
103
|
clientResolver,
|
|
133
104
|
typeUrl: MsgChannelUpgradeOpen.typeUrl,
|
|
134
105
|
encoders: toEncoders(MsgChannelUpgradeOpen),
|
|
135
|
-
converters: toConverters(MsgChannelUpgradeOpen)
|
|
136
|
-
|
|
137
|
-
export const useChannelUpgradeOpen = buildUseMutation({
|
|
138
|
-
builderMutationFn: createChannelUpgradeOpen
|
|
106
|
+
converters: toConverters(MsgChannelUpgradeOpen),
|
|
107
|
+
deps: [MsgChannelUpgradeOpen]
|
|
139
108
|
});
|
|
140
109
|
export const createChannelUpgradeTimeout = (clientResolver) => buildTx({
|
|
141
110
|
clientResolver,
|
|
142
111
|
typeUrl: MsgChannelUpgradeTimeout.typeUrl,
|
|
143
112
|
encoders: toEncoders(MsgChannelUpgradeTimeout),
|
|
144
|
-
converters: toConverters(MsgChannelUpgradeTimeout)
|
|
145
|
-
|
|
146
|
-
export const useChannelUpgradeTimeout = buildUseMutation({
|
|
147
|
-
builderMutationFn: createChannelUpgradeTimeout
|
|
113
|
+
converters: toConverters(MsgChannelUpgradeTimeout),
|
|
114
|
+
deps: [MsgChannelUpgradeTimeout]
|
|
148
115
|
});
|
|
149
116
|
export const createChannelUpgradeCancel = (clientResolver) => buildTx({
|
|
150
117
|
clientResolver,
|
|
151
118
|
typeUrl: MsgChannelUpgradeCancel.typeUrl,
|
|
152
119
|
encoders: toEncoders(MsgChannelUpgradeCancel),
|
|
153
|
-
converters: toConverters(MsgChannelUpgradeCancel)
|
|
154
|
-
|
|
155
|
-
export const useChannelUpgradeCancel = buildUseMutation({
|
|
156
|
-
builderMutationFn: createChannelUpgradeCancel
|
|
120
|
+
converters: toConverters(MsgChannelUpgradeCancel),
|
|
121
|
+
deps: [MsgChannelUpgradeCancel]
|
|
157
122
|
});
|
|
158
123
|
export const createUpdateChannelParams = (clientResolver) => buildTx({
|
|
159
124
|
clientResolver,
|
|
160
125
|
typeUrl: MsgUpdateParams.typeUrl,
|
|
161
126
|
encoders: toEncoders(MsgUpdateParams),
|
|
162
|
-
converters: toConverters(MsgUpdateParams)
|
|
163
|
-
|
|
164
|
-
export const useUpdateChannelParams = buildUseMutation({
|
|
165
|
-
builderMutationFn: createUpdateChannelParams
|
|
127
|
+
converters: toConverters(MsgUpdateParams),
|
|
128
|
+
deps: [MsgUpdateParams]
|
|
166
129
|
});
|
|
167
130
|
export const createPruneAcknowledgements = (clientResolver) => buildTx({
|
|
168
131
|
clientResolver,
|
|
169
132
|
typeUrl: MsgPruneAcknowledgements.typeUrl,
|
|
170
133
|
encoders: toEncoders(MsgPruneAcknowledgements),
|
|
171
|
-
converters: toConverters(MsgPruneAcknowledgements)
|
|
172
|
-
|
|
173
|
-
export const usePruneAcknowledgements = buildUseMutation({
|
|
174
|
-
builderMutationFn: createPruneAcknowledgements
|
|
134
|
+
converters: toConverters(MsgPruneAcknowledgements),
|
|
135
|
+
deps: [MsgPruneAcknowledgements]
|
|
175
136
|
});
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { buildUseMutation } from "../../../../react-query";
|
|
2
|
+
import { createChannelOpenInit, createChannelOpenTry, createChannelOpenAck, createChannelOpenConfirm, createChannelCloseInit, createChannelCloseConfirm, createRecvPacket, createTimeout, createTimeoutOnClose, createAcknowledgement, createChannelUpgradeInit, createChannelUpgradeTry, createChannelUpgradeAck, createChannelUpgradeConfirm, createChannelUpgradeOpen, createChannelUpgradeTimeout, createChannelUpgradeCancel, createUpdateChannelParams, createPruneAcknowledgements } from "./tx.rpc.func";
|
|
3
|
+
export const useChannelOpenInit = buildUseMutation({
|
|
4
|
+
builderMutationFn: createChannelOpenInit
|
|
5
|
+
});
|
|
6
|
+
export const useChannelOpenTry = buildUseMutation({
|
|
7
|
+
builderMutationFn: createChannelOpenTry
|
|
8
|
+
});
|
|
9
|
+
export const useChannelOpenAck = buildUseMutation({
|
|
10
|
+
builderMutationFn: createChannelOpenAck
|
|
11
|
+
});
|
|
12
|
+
export const useChannelOpenConfirm = buildUseMutation({
|
|
13
|
+
builderMutationFn: createChannelOpenConfirm
|
|
14
|
+
});
|
|
15
|
+
export const useChannelCloseInit = buildUseMutation({
|
|
16
|
+
builderMutationFn: createChannelCloseInit
|
|
17
|
+
});
|
|
18
|
+
export const useChannelCloseConfirm = buildUseMutation({
|
|
19
|
+
builderMutationFn: createChannelCloseConfirm
|
|
20
|
+
});
|
|
21
|
+
export const useRecvPacket = buildUseMutation({
|
|
22
|
+
builderMutationFn: createRecvPacket
|
|
23
|
+
});
|
|
24
|
+
export const useTimeout = buildUseMutation({
|
|
25
|
+
builderMutationFn: createTimeout
|
|
26
|
+
});
|
|
27
|
+
export const useTimeoutOnClose = buildUseMutation({
|
|
28
|
+
builderMutationFn: createTimeoutOnClose
|
|
29
|
+
});
|
|
30
|
+
export const useAcknowledgement = buildUseMutation({
|
|
31
|
+
builderMutationFn: createAcknowledgement
|
|
32
|
+
});
|
|
33
|
+
export const useChannelUpgradeInit = buildUseMutation({
|
|
34
|
+
builderMutationFn: createChannelUpgradeInit
|
|
35
|
+
});
|
|
36
|
+
export const useChannelUpgradeTry = buildUseMutation({
|
|
37
|
+
builderMutationFn: createChannelUpgradeTry
|
|
38
|
+
});
|
|
39
|
+
export const useChannelUpgradeAck = buildUseMutation({
|
|
40
|
+
builderMutationFn: createChannelUpgradeAck
|
|
41
|
+
});
|
|
42
|
+
export const useChannelUpgradeConfirm = buildUseMutation({
|
|
43
|
+
builderMutationFn: createChannelUpgradeConfirm
|
|
44
|
+
});
|
|
45
|
+
export const useChannelUpgradeOpen = buildUseMutation({
|
|
46
|
+
builderMutationFn: createChannelUpgradeOpen
|
|
47
|
+
});
|
|
48
|
+
export const useChannelUpgradeTimeout = buildUseMutation({
|
|
49
|
+
builderMutationFn: createChannelUpgradeTimeout
|
|
50
|
+
});
|
|
51
|
+
export const useChannelUpgradeCancel = buildUseMutation({
|
|
52
|
+
builderMutationFn: createChannelUpgradeCancel
|
|
53
|
+
});
|
|
54
|
+
export const useUpdateChannelParams = buildUseMutation({
|
|
55
|
+
builderMutationFn: createUpdateChannelParams
|
|
56
|
+
});
|
|
57
|
+
export const usePruneAcknowledgements = buildUseMutation({
|
|
58
|
+
builderMutationFn: createPruneAcknowledgements
|
|
59
|
+
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Timeout } from "./channel";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
3
|
import { isSet } from "../../../../helpers";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
5
4
|
function createBaseUpgrade() {
|
|
6
5
|
return {
|
|
7
6
|
fields: UpgradeFields.fromPartial({}),
|
|
@@ -100,10 +99,12 @@ export const Upgrade = {
|
|
|
100
99
|
typeUrl: "/ibc.core.channel.v1.Upgrade",
|
|
101
100
|
value: Upgrade.encode(message).finish()
|
|
102
101
|
};
|
|
102
|
+
},
|
|
103
|
+
registerTypeUrl() {
|
|
104
|
+
UpgradeFields.registerTypeUrl();
|
|
105
|
+
Timeout.registerTypeUrl();
|
|
103
106
|
}
|
|
104
107
|
};
|
|
105
|
-
GlobalDecoderRegistry.register(Upgrade.typeUrl, Upgrade);
|
|
106
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Upgrade.aminoType, Upgrade.typeUrl);
|
|
107
108
|
function createBaseUpgradeFields() {
|
|
108
109
|
return {
|
|
109
110
|
ordering: 0,
|
|
@@ -205,10 +206,9 @@ export const UpgradeFields = {
|
|
|
205
206
|
typeUrl: "/ibc.core.channel.v1.UpgradeFields",
|
|
206
207
|
value: UpgradeFields.encode(message).finish()
|
|
207
208
|
};
|
|
208
|
-
}
|
|
209
|
+
},
|
|
210
|
+
registerTypeUrl() { }
|
|
209
211
|
};
|
|
210
|
-
GlobalDecoderRegistry.register(UpgradeFields.typeUrl, UpgradeFields);
|
|
211
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(UpgradeFields.aminoType, UpgradeFields.typeUrl);
|
|
212
212
|
function createBaseErrorReceipt() {
|
|
213
213
|
return {
|
|
214
214
|
sequence: BigInt(0),
|
|
@@ -295,7 +295,6 @@ export const ErrorReceipt = {
|
|
|
295
295
|
typeUrl: "/ibc.core.channel.v1.ErrorReceipt",
|
|
296
296
|
value: ErrorReceipt.encode(message).finish()
|
|
297
297
|
};
|
|
298
|
-
}
|
|
298
|
+
},
|
|
299
|
+
registerTypeUrl() { }
|
|
299
300
|
};
|
|
300
|
-
GlobalDecoderRegistry.register(ErrorReceipt.typeUrl, ErrorReceipt);
|
|
301
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ErrorReceipt.aminoType, ErrorReceipt.typeUrl);
|