@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,40 +1,21 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../../helper-func-types";
|
|
2
2
|
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
|
|
3
|
-
export declare const createChannelOpenInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenInit, fee: import("../../../../helper-func-types").StdFee
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const useAcknowledgement: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgAcknowledgement>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgAcknowledgement>, unknown>;
|
|
23
|
-
export declare const createChannelUpgradeInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeInit, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
24
|
-
export declare const useChannelUpgradeInit: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeInit>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeInit>, unknown>;
|
|
25
|
-
export declare const createChannelUpgradeTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTry, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
26
|
-
export declare const useChannelUpgradeTry: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTry>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTry>, unknown>;
|
|
27
|
-
export declare const createChannelUpgradeAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeAck, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
28
|
-
export declare const useChannelUpgradeAck: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeAck>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeAck>, unknown>;
|
|
29
|
-
export declare const createChannelUpgradeConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeConfirm, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
30
|
-
export declare const useChannelUpgradeConfirm: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeConfirm>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeConfirm>, unknown>;
|
|
31
|
-
export declare const createChannelUpgradeOpen: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeOpen, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
32
|
-
export declare const useChannelUpgradeOpen: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeOpen>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeOpen>, unknown>;
|
|
33
|
-
export declare const createChannelUpgradeTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTimeout, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
34
|
-
export declare const useChannelUpgradeTimeout: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTimeout>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTimeout>, unknown>;
|
|
35
|
-
export declare const createChannelUpgradeCancel: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeCancel, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
36
|
-
export declare const useChannelUpgradeCancel: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeCancel>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeCancel>, unknown>;
|
|
37
|
-
export declare const createUpdateChannelParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
38
|
-
export declare const useUpdateChannelParams: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgUpdateParams>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgUpdateParams>, unknown>;
|
|
39
|
-
export declare const createPruneAcknowledgements: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgPruneAcknowledgements, fee: import("../../../../helper-func-types").StdFee | "auto", memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
40
|
-
export declare const usePruneAcknowledgements: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgPruneAcknowledgements>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgPruneAcknowledgements>, unknown>;
|
|
3
|
+
export declare const createChannelOpenInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createChannelOpenTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createChannelOpenAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createChannelOpenConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
7
|
+
export declare const createChannelCloseInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
8
|
+
export declare const createChannelCloseConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
9
|
+
export declare const createRecvPacket: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
10
|
+
export declare const createTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
11
|
+
export declare const createTimeoutOnClose: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
12
|
+
export declare const createAcknowledgement: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
13
|
+
export declare const createChannelUpgradeInit: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeInit | MsgChannelUpgradeInit[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
14
|
+
export declare const createChannelUpgradeTry: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTry | MsgChannelUpgradeTry[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
15
|
+
export declare const createChannelUpgradeAck: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeAck | MsgChannelUpgradeAck[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
16
|
+
export declare const createChannelUpgradeConfirm: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeConfirm | MsgChannelUpgradeConfirm[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
17
|
+
export declare const createChannelUpgradeOpen: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeOpen | MsgChannelUpgradeOpen[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
18
|
+
export declare const createChannelUpgradeTimeout: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeTimeout | MsgChannelUpgradeTimeout[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
19
|
+
export declare const createChannelUpgradeCancel: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgChannelUpgradeCancel | MsgChannelUpgradeCancel[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
20
|
+
export declare const createUpdateChannelParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
21
|
+
export declare const createPruneAcknowledgements: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgPruneAcknowledgements | MsgPruneAcknowledgements[], fee: "auto" | import("../../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../../helper-func-types").DeliverTxResponse>;
|
|
@@ -1,197 +1,158 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createPruneAcknowledgements = exports.createUpdateChannelParams = exports.createChannelUpgradeCancel = exports.createChannelUpgradeTimeout = exports.createChannelUpgradeOpen = exports.createChannelUpgradeConfirm = exports.createChannelUpgradeAck = exports.createChannelUpgradeTry = exports.createChannelUpgradeInit = exports.createAcknowledgement = exports.createTimeoutOnClose = exports.createTimeout = exports.createRecvPacket = exports.createChannelCloseConfirm = exports.createChannelCloseInit = exports.createChannelOpenConfirm = exports.createChannelOpenAck = exports.createChannelOpenTry = exports.createChannelOpenInit = void 0;
|
|
4
4
|
const helper_func_types_1 = require("../../../../helper-func-types");
|
|
5
|
-
const react_query_1 = require("../../../../react-query");
|
|
6
5
|
const utils_1 = require("@interchainjs/cosmos/utils");
|
|
7
6
|
const tx_1 = require("./tx");
|
|
8
7
|
const createChannelOpenInit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
9
8
|
clientResolver,
|
|
10
9
|
typeUrl: tx_1.MsgChannelOpenInit.typeUrl,
|
|
11
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenInit),
|
|
12
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenInit)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenInit),
|
|
12
|
+
deps: [tx_1.MsgChannelOpenInit]
|
|
13
13
|
});
|
|
14
14
|
exports.createChannelOpenInit = createChannelOpenInit;
|
|
15
|
-
exports.useChannelOpenInit = (0, react_query_1.buildUseMutation)({
|
|
16
|
-
builderMutationFn: exports.createChannelOpenInit
|
|
17
|
-
});
|
|
18
15
|
const createChannelOpenTry = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
19
16
|
clientResolver,
|
|
20
17
|
typeUrl: tx_1.MsgChannelOpenTry.typeUrl,
|
|
21
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenTry),
|
|
22
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenTry)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenTry),
|
|
20
|
+
deps: [tx_1.MsgChannelOpenTry]
|
|
23
21
|
});
|
|
24
22
|
exports.createChannelOpenTry = createChannelOpenTry;
|
|
25
|
-
exports.useChannelOpenTry = (0, react_query_1.buildUseMutation)({
|
|
26
|
-
builderMutationFn: exports.createChannelOpenTry
|
|
27
|
-
});
|
|
28
23
|
const createChannelOpenAck = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
29
24
|
clientResolver,
|
|
30
25
|
typeUrl: tx_1.MsgChannelOpenAck.typeUrl,
|
|
31
26
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenAck),
|
|
32
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenAck)
|
|
27
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenAck),
|
|
28
|
+
deps: [tx_1.MsgChannelOpenAck]
|
|
33
29
|
});
|
|
34
30
|
exports.createChannelOpenAck = createChannelOpenAck;
|
|
35
|
-
exports.useChannelOpenAck = (0, react_query_1.buildUseMutation)({
|
|
36
|
-
builderMutationFn: exports.createChannelOpenAck
|
|
37
|
-
});
|
|
38
31
|
const createChannelOpenConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
39
32
|
clientResolver,
|
|
40
33
|
typeUrl: tx_1.MsgChannelOpenConfirm.typeUrl,
|
|
41
34
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelOpenConfirm),
|
|
42
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenConfirm)
|
|
35
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelOpenConfirm),
|
|
36
|
+
deps: [tx_1.MsgChannelOpenConfirm]
|
|
43
37
|
});
|
|
44
38
|
exports.createChannelOpenConfirm = createChannelOpenConfirm;
|
|
45
|
-
exports.useChannelOpenConfirm = (0, react_query_1.buildUseMutation)({
|
|
46
|
-
builderMutationFn: exports.createChannelOpenConfirm
|
|
47
|
-
});
|
|
48
39
|
const createChannelCloseInit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
49
40
|
clientResolver,
|
|
50
41
|
typeUrl: tx_1.MsgChannelCloseInit.typeUrl,
|
|
51
42
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelCloseInit),
|
|
52
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseInit)
|
|
43
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseInit),
|
|
44
|
+
deps: [tx_1.MsgChannelCloseInit]
|
|
53
45
|
});
|
|
54
46
|
exports.createChannelCloseInit = createChannelCloseInit;
|
|
55
|
-
exports.useChannelCloseInit = (0, react_query_1.buildUseMutation)({
|
|
56
|
-
builderMutationFn: exports.createChannelCloseInit
|
|
57
|
-
});
|
|
58
47
|
const createChannelCloseConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
59
48
|
clientResolver,
|
|
60
49
|
typeUrl: tx_1.MsgChannelCloseConfirm.typeUrl,
|
|
61
50
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelCloseConfirm),
|
|
62
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseConfirm)
|
|
51
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelCloseConfirm),
|
|
52
|
+
deps: [tx_1.MsgChannelCloseConfirm]
|
|
63
53
|
});
|
|
64
54
|
exports.createChannelCloseConfirm = createChannelCloseConfirm;
|
|
65
|
-
exports.useChannelCloseConfirm = (0, react_query_1.buildUseMutation)({
|
|
66
|
-
builderMutationFn: exports.createChannelCloseConfirm
|
|
67
|
-
});
|
|
68
55
|
const createRecvPacket = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
69
56
|
clientResolver,
|
|
70
57
|
typeUrl: tx_1.MsgRecvPacket.typeUrl,
|
|
71
58
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgRecvPacket),
|
|
72
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgRecvPacket)
|
|
59
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgRecvPacket),
|
|
60
|
+
deps: [tx_1.MsgRecvPacket]
|
|
73
61
|
});
|
|
74
62
|
exports.createRecvPacket = createRecvPacket;
|
|
75
|
-
exports.useRecvPacket = (0, react_query_1.buildUseMutation)({
|
|
76
|
-
builderMutationFn: exports.createRecvPacket
|
|
77
|
-
});
|
|
78
63
|
const createTimeout = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
79
64
|
clientResolver,
|
|
80
65
|
typeUrl: tx_1.MsgTimeout.typeUrl,
|
|
81
66
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgTimeout),
|
|
82
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgTimeout)
|
|
67
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgTimeout),
|
|
68
|
+
deps: [tx_1.MsgTimeout]
|
|
83
69
|
});
|
|
84
70
|
exports.createTimeout = createTimeout;
|
|
85
|
-
exports.useTimeout = (0, react_query_1.buildUseMutation)({
|
|
86
|
-
builderMutationFn: exports.createTimeout
|
|
87
|
-
});
|
|
88
71
|
const createTimeoutOnClose = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
89
72
|
clientResolver,
|
|
90
73
|
typeUrl: tx_1.MsgTimeoutOnClose.typeUrl,
|
|
91
74
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgTimeoutOnClose),
|
|
92
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgTimeoutOnClose)
|
|
75
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgTimeoutOnClose),
|
|
76
|
+
deps: [tx_1.MsgTimeoutOnClose]
|
|
93
77
|
});
|
|
94
78
|
exports.createTimeoutOnClose = createTimeoutOnClose;
|
|
95
|
-
exports.useTimeoutOnClose = (0, react_query_1.buildUseMutation)({
|
|
96
|
-
builderMutationFn: exports.createTimeoutOnClose
|
|
97
|
-
});
|
|
98
79
|
const createAcknowledgement = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
99
80
|
clientResolver,
|
|
100
81
|
typeUrl: tx_1.MsgAcknowledgement.typeUrl,
|
|
101
82
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgAcknowledgement),
|
|
102
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgAcknowledgement)
|
|
83
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgAcknowledgement),
|
|
84
|
+
deps: [tx_1.MsgAcknowledgement]
|
|
103
85
|
});
|
|
104
86
|
exports.createAcknowledgement = createAcknowledgement;
|
|
105
|
-
exports.useAcknowledgement = (0, react_query_1.buildUseMutation)({
|
|
106
|
-
builderMutationFn: exports.createAcknowledgement
|
|
107
|
-
});
|
|
108
87
|
const createChannelUpgradeInit = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
109
88
|
clientResolver,
|
|
110
89
|
typeUrl: tx_1.MsgChannelUpgradeInit.typeUrl,
|
|
111
90
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeInit),
|
|
112
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeInit)
|
|
91
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeInit),
|
|
92
|
+
deps: [tx_1.MsgChannelUpgradeInit]
|
|
113
93
|
});
|
|
114
94
|
exports.createChannelUpgradeInit = createChannelUpgradeInit;
|
|
115
|
-
exports.useChannelUpgradeInit = (0, react_query_1.buildUseMutation)({
|
|
116
|
-
builderMutationFn: exports.createChannelUpgradeInit
|
|
117
|
-
});
|
|
118
95
|
const createChannelUpgradeTry = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
119
96
|
clientResolver,
|
|
120
97
|
typeUrl: tx_1.MsgChannelUpgradeTry.typeUrl,
|
|
121
98
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeTry),
|
|
122
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTry)
|
|
99
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTry),
|
|
100
|
+
deps: [tx_1.MsgChannelUpgradeTry]
|
|
123
101
|
});
|
|
124
102
|
exports.createChannelUpgradeTry = createChannelUpgradeTry;
|
|
125
|
-
exports.useChannelUpgradeTry = (0, react_query_1.buildUseMutation)({
|
|
126
|
-
builderMutationFn: exports.createChannelUpgradeTry
|
|
127
|
-
});
|
|
128
103
|
const createChannelUpgradeAck = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
129
104
|
clientResolver,
|
|
130
105
|
typeUrl: tx_1.MsgChannelUpgradeAck.typeUrl,
|
|
131
106
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeAck),
|
|
132
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeAck)
|
|
107
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeAck),
|
|
108
|
+
deps: [tx_1.MsgChannelUpgradeAck]
|
|
133
109
|
});
|
|
134
110
|
exports.createChannelUpgradeAck = createChannelUpgradeAck;
|
|
135
|
-
exports.useChannelUpgradeAck = (0, react_query_1.buildUseMutation)({
|
|
136
|
-
builderMutationFn: exports.createChannelUpgradeAck
|
|
137
|
-
});
|
|
138
111
|
const createChannelUpgradeConfirm = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
139
112
|
clientResolver,
|
|
140
113
|
typeUrl: tx_1.MsgChannelUpgradeConfirm.typeUrl,
|
|
141
114
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeConfirm),
|
|
142
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeConfirm)
|
|
115
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeConfirm),
|
|
116
|
+
deps: [tx_1.MsgChannelUpgradeConfirm]
|
|
143
117
|
});
|
|
144
118
|
exports.createChannelUpgradeConfirm = createChannelUpgradeConfirm;
|
|
145
|
-
exports.useChannelUpgradeConfirm = (0, react_query_1.buildUseMutation)({
|
|
146
|
-
builderMutationFn: exports.createChannelUpgradeConfirm
|
|
147
|
-
});
|
|
148
119
|
const createChannelUpgradeOpen = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
149
120
|
clientResolver,
|
|
150
121
|
typeUrl: tx_1.MsgChannelUpgradeOpen.typeUrl,
|
|
151
122
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeOpen),
|
|
152
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeOpen)
|
|
123
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeOpen),
|
|
124
|
+
deps: [tx_1.MsgChannelUpgradeOpen]
|
|
153
125
|
});
|
|
154
126
|
exports.createChannelUpgradeOpen = createChannelUpgradeOpen;
|
|
155
|
-
exports.useChannelUpgradeOpen = (0, react_query_1.buildUseMutation)({
|
|
156
|
-
builderMutationFn: exports.createChannelUpgradeOpen
|
|
157
|
-
});
|
|
158
127
|
const createChannelUpgradeTimeout = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
159
128
|
clientResolver,
|
|
160
129
|
typeUrl: tx_1.MsgChannelUpgradeTimeout.typeUrl,
|
|
161
130
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeTimeout),
|
|
162
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTimeout)
|
|
131
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeTimeout),
|
|
132
|
+
deps: [tx_1.MsgChannelUpgradeTimeout]
|
|
163
133
|
});
|
|
164
134
|
exports.createChannelUpgradeTimeout = createChannelUpgradeTimeout;
|
|
165
|
-
exports.useChannelUpgradeTimeout = (0, react_query_1.buildUseMutation)({
|
|
166
|
-
builderMutationFn: exports.createChannelUpgradeTimeout
|
|
167
|
-
});
|
|
168
135
|
const createChannelUpgradeCancel = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
169
136
|
clientResolver,
|
|
170
137
|
typeUrl: tx_1.MsgChannelUpgradeCancel.typeUrl,
|
|
171
138
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgChannelUpgradeCancel),
|
|
172
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeCancel)
|
|
139
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgChannelUpgradeCancel),
|
|
140
|
+
deps: [tx_1.MsgChannelUpgradeCancel]
|
|
173
141
|
});
|
|
174
142
|
exports.createChannelUpgradeCancel = createChannelUpgradeCancel;
|
|
175
|
-
exports.useChannelUpgradeCancel = (0, react_query_1.buildUseMutation)({
|
|
176
|
-
builderMutationFn: exports.createChannelUpgradeCancel
|
|
177
|
-
});
|
|
178
143
|
const createUpdateChannelParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
179
144
|
clientResolver,
|
|
180
145
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
181
146
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
182
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
147
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
148
|
+
deps: [tx_1.MsgUpdateParams]
|
|
183
149
|
});
|
|
184
150
|
exports.createUpdateChannelParams = createUpdateChannelParams;
|
|
185
|
-
exports.useUpdateChannelParams = (0, react_query_1.buildUseMutation)({
|
|
186
|
-
builderMutationFn: exports.createUpdateChannelParams
|
|
187
|
-
});
|
|
188
151
|
const createPruneAcknowledgements = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
189
152
|
clientResolver,
|
|
190
153
|
typeUrl: tx_1.MsgPruneAcknowledgements.typeUrl,
|
|
191
154
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgPruneAcknowledgements),
|
|
192
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgPruneAcknowledgements)
|
|
155
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgPruneAcknowledgements),
|
|
156
|
+
deps: [tx_1.MsgPruneAcknowledgements]
|
|
193
157
|
});
|
|
194
158
|
exports.createPruneAcknowledgements = createPruneAcknowledgements;
|
|
195
|
-
exports.usePruneAcknowledgements = (0, react_query_1.buildUseMutation)({
|
|
196
|
-
builderMutationFn: exports.createPruneAcknowledgements
|
|
197
|
-
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
|
|
2
|
+
export declare const useChannelOpenInit: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenInit>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenInit>, unknown>;
|
|
3
|
+
export declare const useChannelOpenTry: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenTry>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenTry>, unknown>;
|
|
4
|
+
export declare const useChannelOpenAck: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenAck>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenAck>, unknown>;
|
|
5
|
+
export declare const useChannelOpenConfirm: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenConfirm>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelOpenConfirm>, unknown>;
|
|
6
|
+
export declare const useChannelCloseInit: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelCloseInit>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelCloseInit>, unknown>;
|
|
7
|
+
export declare const useChannelCloseConfirm: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelCloseConfirm>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelCloseConfirm>, unknown>;
|
|
8
|
+
export declare const useRecvPacket: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgRecvPacket>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgRecvPacket>, unknown>;
|
|
9
|
+
export declare const useTimeout: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgTimeout>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgTimeout>, unknown>;
|
|
10
|
+
export declare const useTimeoutOnClose: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgTimeoutOnClose>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgTimeoutOnClose>, unknown>;
|
|
11
|
+
export declare const useAcknowledgement: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgAcknowledgement>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgAcknowledgement>, unknown>;
|
|
12
|
+
export declare const useChannelUpgradeInit: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeInit>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeInit>, unknown>;
|
|
13
|
+
export declare const useChannelUpgradeTry: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTry>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTry>, unknown>;
|
|
14
|
+
export declare const useChannelUpgradeAck: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeAck>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeAck>, unknown>;
|
|
15
|
+
export declare const useChannelUpgradeConfirm: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeConfirm>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeConfirm>, unknown>;
|
|
16
|
+
export declare const useChannelUpgradeOpen: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeOpen>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeOpen>, unknown>;
|
|
17
|
+
export declare const useChannelUpgradeTimeout: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTimeout>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeTimeout>, unknown>;
|
|
18
|
+
export declare const useChannelUpgradeCancel: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeCancel>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgChannelUpgradeCancel>, unknown>;
|
|
19
|
+
export declare const useUpdateChannelParams: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgUpdateParams>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgUpdateParams>, unknown>;
|
|
20
|
+
export declare const usePruneAcknowledgements: ({ options, clientResolver }: import("../../../../react-query").ReactMutationParams<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgPruneAcknowledgements>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../../helper-func-types").DeliverTxResponse, Error, import("../../../../helper-func-types").ITxArgs<MsgPruneAcknowledgements>, unknown>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.usePruneAcknowledgements = exports.useUpdateChannelParams = exports.useChannelUpgradeCancel = exports.useChannelUpgradeTimeout = exports.useChannelUpgradeOpen = exports.useChannelUpgradeConfirm = exports.useChannelUpgradeAck = exports.useChannelUpgradeTry = exports.useChannelUpgradeInit = exports.useAcknowledgement = exports.useTimeoutOnClose = exports.useTimeout = exports.useRecvPacket = exports.useChannelCloseConfirm = exports.useChannelCloseInit = exports.useChannelOpenConfirm = exports.useChannelOpenAck = exports.useChannelOpenTry = exports.useChannelOpenInit = void 0;
|
|
4
|
+
const react_query_1 = require("../../../../react-query");
|
|
5
|
+
const tx_rpc_func_1 = require("./tx.rpc.func");
|
|
6
|
+
exports.useChannelOpenInit = (0, react_query_1.buildUseMutation)({
|
|
7
|
+
builderMutationFn: tx_rpc_func_1.createChannelOpenInit
|
|
8
|
+
});
|
|
9
|
+
exports.useChannelOpenTry = (0, react_query_1.buildUseMutation)({
|
|
10
|
+
builderMutationFn: tx_rpc_func_1.createChannelOpenTry
|
|
11
|
+
});
|
|
12
|
+
exports.useChannelOpenAck = (0, react_query_1.buildUseMutation)({
|
|
13
|
+
builderMutationFn: tx_rpc_func_1.createChannelOpenAck
|
|
14
|
+
});
|
|
15
|
+
exports.useChannelOpenConfirm = (0, react_query_1.buildUseMutation)({
|
|
16
|
+
builderMutationFn: tx_rpc_func_1.createChannelOpenConfirm
|
|
17
|
+
});
|
|
18
|
+
exports.useChannelCloseInit = (0, react_query_1.buildUseMutation)({
|
|
19
|
+
builderMutationFn: tx_rpc_func_1.createChannelCloseInit
|
|
20
|
+
});
|
|
21
|
+
exports.useChannelCloseConfirm = (0, react_query_1.buildUseMutation)({
|
|
22
|
+
builderMutationFn: tx_rpc_func_1.createChannelCloseConfirm
|
|
23
|
+
});
|
|
24
|
+
exports.useRecvPacket = (0, react_query_1.buildUseMutation)({
|
|
25
|
+
builderMutationFn: tx_rpc_func_1.createRecvPacket
|
|
26
|
+
});
|
|
27
|
+
exports.useTimeout = (0, react_query_1.buildUseMutation)({
|
|
28
|
+
builderMutationFn: tx_rpc_func_1.createTimeout
|
|
29
|
+
});
|
|
30
|
+
exports.useTimeoutOnClose = (0, react_query_1.buildUseMutation)({
|
|
31
|
+
builderMutationFn: tx_rpc_func_1.createTimeoutOnClose
|
|
32
|
+
});
|
|
33
|
+
exports.useAcknowledgement = (0, react_query_1.buildUseMutation)({
|
|
34
|
+
builderMutationFn: tx_rpc_func_1.createAcknowledgement
|
|
35
|
+
});
|
|
36
|
+
exports.useChannelUpgradeInit = (0, react_query_1.buildUseMutation)({
|
|
37
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeInit
|
|
38
|
+
});
|
|
39
|
+
exports.useChannelUpgradeTry = (0, react_query_1.buildUseMutation)({
|
|
40
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeTry
|
|
41
|
+
});
|
|
42
|
+
exports.useChannelUpgradeAck = (0, react_query_1.buildUseMutation)({
|
|
43
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeAck
|
|
44
|
+
});
|
|
45
|
+
exports.useChannelUpgradeConfirm = (0, react_query_1.buildUseMutation)({
|
|
46
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeConfirm
|
|
47
|
+
});
|
|
48
|
+
exports.useChannelUpgradeOpen = (0, react_query_1.buildUseMutation)({
|
|
49
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeOpen
|
|
50
|
+
});
|
|
51
|
+
exports.useChannelUpgradeTimeout = (0, react_query_1.buildUseMutation)({
|
|
52
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeTimeout
|
|
53
|
+
});
|
|
54
|
+
exports.useChannelUpgradeCancel = (0, react_query_1.buildUseMutation)({
|
|
55
|
+
builderMutationFn: tx_rpc_func_1.createChannelUpgradeCancel
|
|
56
|
+
});
|
|
57
|
+
exports.useUpdateChannelParams = (0, react_query_1.buildUseMutation)({
|
|
58
|
+
builderMutationFn: tx_rpc_func_1.createUpdateChannelParams
|
|
59
|
+
});
|
|
60
|
+
exports.usePruneAcknowledgements = (0, react_query_1.buildUseMutation)({
|
|
61
|
+
builderMutationFn: tx_rpc_func_1.createPruneAcknowledgements
|
|
62
|
+
});
|
|
@@ -104,6 +104,7 @@ export declare const Upgrade: {
|
|
|
104
104
|
fromProtoMsg(message: UpgradeProtoMsg): Upgrade;
|
|
105
105
|
toProto(message: Upgrade): Uint8Array;
|
|
106
106
|
toProtoMsg(message: Upgrade): UpgradeProtoMsg;
|
|
107
|
+
registerTypeUrl(): void;
|
|
107
108
|
};
|
|
108
109
|
export declare const UpgradeFields: {
|
|
109
110
|
typeUrl: string;
|
|
@@ -120,6 +121,7 @@ export declare const UpgradeFields: {
|
|
|
120
121
|
fromProtoMsg(message: UpgradeFieldsProtoMsg): UpgradeFields;
|
|
121
122
|
toProto(message: UpgradeFields): Uint8Array;
|
|
122
123
|
toProtoMsg(message: UpgradeFields): UpgradeFieldsProtoMsg;
|
|
124
|
+
registerTypeUrl(): void;
|
|
123
125
|
};
|
|
124
126
|
export declare const ErrorReceipt: {
|
|
125
127
|
typeUrl: string;
|
|
@@ -136,4 +138,5 @@ export declare const ErrorReceipt: {
|
|
|
136
138
|
fromProtoMsg(message: ErrorReceiptProtoMsg): ErrorReceipt;
|
|
137
139
|
toProto(message: ErrorReceipt): Uint8Array;
|
|
138
140
|
toProtoMsg(message: ErrorReceipt): ErrorReceiptProtoMsg;
|
|
141
|
+
registerTypeUrl(): void;
|
|
139
142
|
};
|
|
@@ -4,7 +4,6 @@ exports.ErrorReceipt = exports.UpgradeFields = exports.Upgrade = void 0;
|
|
|
4
4
|
const channel_1 = require("./channel");
|
|
5
5
|
const binary_1 = require("../../../../binary");
|
|
6
6
|
const helpers_1 = require("../../../../helpers");
|
|
7
|
-
const registry_1 = require("../../../../registry");
|
|
8
7
|
function createBaseUpgrade() {
|
|
9
8
|
return {
|
|
10
9
|
fields: exports.UpgradeFields.fromPartial({}),
|
|
@@ -103,10 +102,12 @@ exports.Upgrade = {
|
|
|
103
102
|
typeUrl: "/ibc.core.channel.v1.Upgrade",
|
|
104
103
|
value: exports.Upgrade.encode(message).finish()
|
|
105
104
|
};
|
|
105
|
+
},
|
|
106
|
+
registerTypeUrl() {
|
|
107
|
+
exports.UpgradeFields.registerTypeUrl();
|
|
108
|
+
channel_1.Timeout.registerTypeUrl();
|
|
106
109
|
}
|
|
107
110
|
};
|
|
108
|
-
registry_1.GlobalDecoderRegistry.register(exports.Upgrade.typeUrl, exports.Upgrade);
|
|
109
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Upgrade.aminoType, exports.Upgrade.typeUrl);
|
|
110
111
|
function createBaseUpgradeFields() {
|
|
111
112
|
return {
|
|
112
113
|
ordering: 0,
|
|
@@ -208,10 +209,9 @@ exports.UpgradeFields = {
|
|
|
208
209
|
typeUrl: "/ibc.core.channel.v1.UpgradeFields",
|
|
209
210
|
value: exports.UpgradeFields.encode(message).finish()
|
|
210
211
|
};
|
|
211
|
-
}
|
|
212
|
+
},
|
|
213
|
+
registerTypeUrl() { }
|
|
212
214
|
};
|
|
213
|
-
registry_1.GlobalDecoderRegistry.register(exports.UpgradeFields.typeUrl, exports.UpgradeFields);
|
|
214
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.UpgradeFields.aminoType, exports.UpgradeFields.typeUrl);
|
|
215
215
|
function createBaseErrorReceipt() {
|
|
216
216
|
return {
|
|
217
217
|
sequence: BigInt(0),
|
|
@@ -298,7 +298,6 @@ exports.ErrorReceipt = {
|
|
|
298
298
|
typeUrl: "/ibc.core.channel.v1.ErrorReceipt",
|
|
299
299
|
value: exports.ErrorReceipt.encode(message).finish()
|
|
300
300
|
};
|
|
301
|
-
}
|
|
301
|
+
},
|
|
302
|
+
registerTypeUrl() { }
|
|
302
303
|
};
|
|
303
|
-
registry_1.GlobalDecoderRegistry.register(exports.ErrorReceipt.typeUrl, exports.ErrorReceipt);
|
|
304
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ErrorReceipt.aminoType, exports.ErrorReceipt.typeUrl);
|
|
@@ -273,6 +273,7 @@ export declare const IdentifiedClientState: {
|
|
|
273
273
|
fromProtoMsg(message: IdentifiedClientStateProtoMsg): IdentifiedClientState;
|
|
274
274
|
toProto(message: IdentifiedClientState): Uint8Array;
|
|
275
275
|
toProtoMsg(message: IdentifiedClientState): IdentifiedClientStateProtoMsg;
|
|
276
|
+
registerTypeUrl(): void;
|
|
276
277
|
};
|
|
277
278
|
export declare const ConsensusStateWithHeight: {
|
|
278
279
|
typeUrl: string;
|
|
@@ -289,6 +290,7 @@ export declare const ConsensusStateWithHeight: {
|
|
|
289
290
|
fromProtoMsg(message: ConsensusStateWithHeightProtoMsg): ConsensusStateWithHeight;
|
|
290
291
|
toProto(message: ConsensusStateWithHeight): Uint8Array;
|
|
291
292
|
toProtoMsg(message: ConsensusStateWithHeight): ConsensusStateWithHeightProtoMsg;
|
|
293
|
+
registerTypeUrl(): void;
|
|
292
294
|
};
|
|
293
295
|
export declare const ClientConsensusStates: {
|
|
294
296
|
typeUrl: string;
|
|
@@ -305,6 +307,7 @@ export declare const ClientConsensusStates: {
|
|
|
305
307
|
fromProtoMsg(message: ClientConsensusStatesProtoMsg): ClientConsensusStates;
|
|
306
308
|
toProto(message: ClientConsensusStates): Uint8Array;
|
|
307
309
|
toProtoMsg(message: ClientConsensusStates): ClientConsensusStatesProtoMsg;
|
|
310
|
+
registerTypeUrl(): void;
|
|
308
311
|
};
|
|
309
312
|
export declare const Height: {
|
|
310
313
|
typeUrl: string;
|
|
@@ -321,6 +324,7 @@ export declare const Height: {
|
|
|
321
324
|
fromProtoMsg(message: HeightProtoMsg): Height;
|
|
322
325
|
toProto(message: Height): Uint8Array;
|
|
323
326
|
toProtoMsg(message: Height): HeightProtoMsg;
|
|
327
|
+
registerTypeUrl(): void;
|
|
324
328
|
};
|
|
325
329
|
export declare const Params: {
|
|
326
330
|
typeUrl: string;
|
|
@@ -337,6 +341,7 @@ export declare const Params: {
|
|
|
337
341
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
338
342
|
toProto(message: Params): Uint8Array;
|
|
339
343
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
344
|
+
registerTypeUrl(): void;
|
|
340
345
|
};
|
|
341
346
|
export declare const ClientUpdateProposal: {
|
|
342
347
|
typeUrl: string;
|
|
@@ -353,6 +358,7 @@ export declare const ClientUpdateProposal: {
|
|
|
353
358
|
fromProtoMsg(message: ClientUpdateProposalProtoMsg): ClientUpdateProposal;
|
|
354
359
|
toProto(message: ClientUpdateProposal): Uint8Array;
|
|
355
360
|
toProtoMsg(message: ClientUpdateProposal): ClientUpdateProposalProtoMsg;
|
|
361
|
+
registerTypeUrl(): void;
|
|
356
362
|
};
|
|
357
363
|
export declare const UpgradeProposal: {
|
|
358
364
|
typeUrl: string;
|
|
@@ -369,4 +375,5 @@ export declare const UpgradeProposal: {
|
|
|
369
375
|
fromProtoMsg(message: UpgradeProposalProtoMsg): UpgradeProposal;
|
|
370
376
|
toProto(message: UpgradeProposal): Uint8Array;
|
|
371
377
|
toProtoMsg(message: UpgradeProposal): UpgradeProposalProtoMsg;
|
|
378
|
+
registerTypeUrl(): void;
|
|
372
379
|
};
|