@xpla/xpla-react 1.7.0-beta.10 → 1.7.0-beta.12
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/dist/package.json +7 -5
- 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 +7 -5
- 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
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createUpdateParams = 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 createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
9
8
|
clientResolver,
|
|
10
9
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
11
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
12
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
12
|
+
deps: [tx_1.MsgUpdateParams]
|
|
13
13
|
});
|
|
14
14
|
exports.createUpdateParams = createUpdateParams;
|
|
15
|
-
exports.useUpdateParams = (0, react_query_1.buildUseMutation)({
|
|
16
|
-
builderMutationFn: exports.createUpdateParams
|
|
17
|
-
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { MsgUpdateParams } from "./tx";
|
|
2
|
+
export declare const useUpdateParams: ({ 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>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useUpdateParams = void 0;
|
|
4
|
+
const react_query_1 = require("../../../react-query");
|
|
5
|
+
const tx_rpc_func_1 = require("./tx.rpc.func");
|
|
6
|
+
exports.useUpdateParams = (0, react_query_1.buildUseMutation)({
|
|
7
|
+
builderMutationFn: tx_rpc_func_1.createUpdateParams
|
|
8
|
+
});
|
|
@@ -5,11 +5,11 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
verifyInvariant(value: MsgVerifyInvariant): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array;
|
|
9
9
|
};
|
|
10
10
|
updateParams(value: MsgUpdateParams): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
withTypeUrl: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgVerifyInvariant, MsgUpdateParams } from "./tx";
|
|
3
|
-
export declare const createVerifyInvariant: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVerifyInvariant, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createVerifyInvariant: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgVerifyInvariant | MsgVerifyInvariant[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
4
|
export declare const useVerifyInvariant: ({ options, clientResolver }: import("../../../react-query").ReactMutationParams<import("../../../helper-func-types").DeliverTxResponse, Error, import("../../../helper-func-types").ITxArgs<MsgVerifyInvariant>, unknown>) => import("@tanstack/react-query").UseMutationResult<import("../../../helper-func-types").DeliverTxResponse, Error, import("../../../helper-func-types").ITxArgs<MsgVerifyInvariant>, unknown>;
|
|
5
|
-
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee
|
|
5
|
+
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
6
6
|
export declare const useUpdateParams: ({ 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>;
|
|
@@ -67,6 +67,7 @@ export declare const MultiSignature: {
|
|
|
67
67
|
fromProtoMsg(message: MultiSignatureProtoMsg): MultiSignature;
|
|
68
68
|
toProto(message: MultiSignature): Uint8Array;
|
|
69
69
|
toProtoMsg(message: MultiSignature): MultiSignatureProtoMsg;
|
|
70
|
+
registerTypeUrl(): void;
|
|
70
71
|
};
|
|
71
72
|
export declare const CompactBitArray: {
|
|
72
73
|
typeUrl: string;
|
|
@@ -83,4 +84,5 @@ export declare const CompactBitArray: {
|
|
|
83
84
|
fromProtoMsg(message: CompactBitArrayProtoMsg): CompactBitArray;
|
|
84
85
|
toProto(message: CompactBitArray): Uint8Array;
|
|
85
86
|
toProtoMsg(message: CompactBitArray): CompactBitArrayProtoMsg;
|
|
87
|
+
registerTypeUrl(): void;
|
|
86
88
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CompactBitArray = exports.MultiSignature = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
5
|
const helpers_1 = require("../../../../helpers");
|
|
6
|
-
const registry_1 = require("../../../../registry");
|
|
7
6
|
function createBaseMultiSignature() {
|
|
8
7
|
return {
|
|
9
8
|
signatures: []
|
|
@@ -81,10 +80,9 @@ exports.MultiSignature = {
|
|
|
81
80
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.MultiSignature",
|
|
82
81
|
value: exports.MultiSignature.encode(message).finish()
|
|
83
82
|
};
|
|
84
|
-
}
|
|
83
|
+
},
|
|
84
|
+
registerTypeUrl() { }
|
|
85
85
|
};
|
|
86
|
-
registry_1.GlobalDecoderRegistry.register(exports.MultiSignature.typeUrl, exports.MultiSignature);
|
|
87
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MultiSignature.aminoType, exports.MultiSignature.typeUrl);
|
|
88
86
|
function createBaseCompactBitArray() {
|
|
89
87
|
return {
|
|
90
88
|
extraBitsStored: 0,
|
|
@@ -171,7 +169,6 @@ exports.CompactBitArray = {
|
|
|
171
169
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.CompactBitArray",
|
|
172
170
|
value: exports.CompactBitArray.encode(message).finish()
|
|
173
171
|
};
|
|
174
|
-
}
|
|
172
|
+
},
|
|
173
|
+
registerTypeUrl() { }
|
|
175
174
|
};
|
|
176
|
-
registry_1.GlobalDecoderRegistry.register(exports.CompactBitArray.typeUrl, exports.CompactBitArray);
|
|
177
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CompactBitArray.aminoType, exports.CompactBitArray.typeUrl);
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Module = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
|
-
const registry_1 = require("../../../../registry");
|
|
6
5
|
function createBaseModule() {
|
|
7
6
|
return {
|
|
8
7
|
feeCollectorName: "",
|
|
@@ -89,7 +88,6 @@ exports.Module = {
|
|
|
89
88
|
typeUrl: "/cosmos.distribution.module.v1.Module",
|
|
90
89
|
value: exports.Module.encode(message).finish()
|
|
91
90
|
};
|
|
92
|
-
}
|
|
91
|
+
},
|
|
92
|
+
registerTypeUrl() { }
|
|
93
93
|
};
|
|
94
|
-
registry_1.GlobalDecoderRegistry.register(exports.Module.typeUrl, exports.Module);
|
|
95
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Module.aminoType, exports.Module.typeUrl);
|
|
@@ -362,6 +362,7 @@ export declare const Params: {
|
|
|
362
362
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
363
363
|
toProto(message: Params): Uint8Array;
|
|
364
364
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
365
|
+
registerTypeUrl(): void;
|
|
365
366
|
};
|
|
366
367
|
export declare const ValidatorHistoricalRewards: {
|
|
367
368
|
typeUrl: string;
|
|
@@ -378,6 +379,7 @@ export declare const ValidatorHistoricalRewards: {
|
|
|
378
379
|
fromProtoMsg(message: ValidatorHistoricalRewardsProtoMsg): ValidatorHistoricalRewards;
|
|
379
380
|
toProto(message: ValidatorHistoricalRewards): Uint8Array;
|
|
380
381
|
toProtoMsg(message: ValidatorHistoricalRewards): ValidatorHistoricalRewardsProtoMsg;
|
|
382
|
+
registerTypeUrl(): void;
|
|
381
383
|
};
|
|
382
384
|
export declare const ValidatorCurrentRewards: {
|
|
383
385
|
typeUrl: string;
|
|
@@ -394,6 +396,7 @@ export declare const ValidatorCurrentRewards: {
|
|
|
394
396
|
fromProtoMsg(message: ValidatorCurrentRewardsProtoMsg): ValidatorCurrentRewards;
|
|
395
397
|
toProto(message: ValidatorCurrentRewards): Uint8Array;
|
|
396
398
|
toProtoMsg(message: ValidatorCurrentRewards): ValidatorCurrentRewardsProtoMsg;
|
|
399
|
+
registerTypeUrl(): void;
|
|
397
400
|
};
|
|
398
401
|
export declare const ValidatorAccumulatedCommission: {
|
|
399
402
|
typeUrl: string;
|
|
@@ -410,6 +413,7 @@ export declare const ValidatorAccumulatedCommission: {
|
|
|
410
413
|
fromProtoMsg(message: ValidatorAccumulatedCommissionProtoMsg): ValidatorAccumulatedCommission;
|
|
411
414
|
toProto(message: ValidatorAccumulatedCommission): Uint8Array;
|
|
412
415
|
toProtoMsg(message: ValidatorAccumulatedCommission): ValidatorAccumulatedCommissionProtoMsg;
|
|
416
|
+
registerTypeUrl(): void;
|
|
413
417
|
};
|
|
414
418
|
export declare const ValidatorOutstandingRewards: {
|
|
415
419
|
typeUrl: string;
|
|
@@ -426,6 +430,7 @@ export declare const ValidatorOutstandingRewards: {
|
|
|
426
430
|
fromProtoMsg(message: ValidatorOutstandingRewardsProtoMsg): ValidatorOutstandingRewards;
|
|
427
431
|
toProto(message: ValidatorOutstandingRewards): Uint8Array;
|
|
428
432
|
toProtoMsg(message: ValidatorOutstandingRewards): ValidatorOutstandingRewardsProtoMsg;
|
|
433
|
+
registerTypeUrl(): void;
|
|
429
434
|
};
|
|
430
435
|
export declare const ValidatorSlashEvent: {
|
|
431
436
|
typeUrl: string;
|
|
@@ -442,6 +447,7 @@ export declare const ValidatorSlashEvent: {
|
|
|
442
447
|
fromProtoMsg(message: ValidatorSlashEventProtoMsg): ValidatorSlashEvent;
|
|
443
448
|
toProto(message: ValidatorSlashEvent): Uint8Array;
|
|
444
449
|
toProtoMsg(message: ValidatorSlashEvent): ValidatorSlashEventProtoMsg;
|
|
450
|
+
registerTypeUrl(): void;
|
|
445
451
|
};
|
|
446
452
|
export declare const ValidatorSlashEvents: {
|
|
447
453
|
typeUrl: string;
|
|
@@ -458,6 +464,7 @@ export declare const ValidatorSlashEvents: {
|
|
|
458
464
|
fromProtoMsg(message: ValidatorSlashEventsProtoMsg): ValidatorSlashEvents;
|
|
459
465
|
toProto(message: ValidatorSlashEvents): Uint8Array;
|
|
460
466
|
toProtoMsg(message: ValidatorSlashEvents): ValidatorSlashEventsProtoMsg;
|
|
467
|
+
registerTypeUrl(): void;
|
|
461
468
|
};
|
|
462
469
|
export declare const FeePool: {
|
|
463
470
|
typeUrl: string;
|
|
@@ -474,6 +481,7 @@ export declare const FeePool: {
|
|
|
474
481
|
fromProtoMsg(message: FeePoolProtoMsg): FeePool;
|
|
475
482
|
toProto(message: FeePool): Uint8Array;
|
|
476
483
|
toProtoMsg(message: FeePool): FeePoolProtoMsg;
|
|
484
|
+
registerTypeUrl(): void;
|
|
477
485
|
};
|
|
478
486
|
export declare const CommunityPoolSpendProposal: {
|
|
479
487
|
typeUrl: string;
|
|
@@ -490,6 +498,7 @@ export declare const CommunityPoolSpendProposal: {
|
|
|
490
498
|
fromProtoMsg(message: CommunityPoolSpendProposalProtoMsg): CommunityPoolSpendProposal;
|
|
491
499
|
toProto(message: CommunityPoolSpendProposal): Uint8Array;
|
|
492
500
|
toProtoMsg(message: CommunityPoolSpendProposal): CommunityPoolSpendProposalProtoMsg;
|
|
501
|
+
registerTypeUrl(): void;
|
|
493
502
|
};
|
|
494
503
|
export declare const DelegatorStartingInfo: {
|
|
495
504
|
typeUrl: string;
|
|
@@ -506,6 +515,7 @@ export declare const DelegatorStartingInfo: {
|
|
|
506
515
|
fromProtoMsg(message: DelegatorStartingInfoProtoMsg): DelegatorStartingInfo;
|
|
507
516
|
toProto(message: DelegatorStartingInfo): Uint8Array;
|
|
508
517
|
toProtoMsg(message: DelegatorStartingInfo): DelegatorStartingInfoProtoMsg;
|
|
518
|
+
registerTypeUrl(): void;
|
|
509
519
|
};
|
|
510
520
|
export declare const DelegationDelegatorReward: {
|
|
511
521
|
typeUrl: string;
|
|
@@ -522,6 +532,7 @@ export declare const DelegationDelegatorReward: {
|
|
|
522
532
|
fromProtoMsg(message: DelegationDelegatorRewardProtoMsg): DelegationDelegatorReward;
|
|
523
533
|
toProto(message: DelegationDelegatorReward): Uint8Array;
|
|
524
534
|
toProtoMsg(message: DelegationDelegatorReward): DelegationDelegatorRewardProtoMsg;
|
|
535
|
+
registerTypeUrl(): void;
|
|
525
536
|
};
|
|
526
537
|
export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
527
538
|
typeUrl: string;
|
|
@@ -538,4 +549,5 @@ export declare const CommunityPoolSpendProposalWithDeposit: {
|
|
|
538
549
|
fromProtoMsg(message: CommunityPoolSpendProposalWithDepositProtoMsg): CommunityPoolSpendProposalWithDeposit;
|
|
539
550
|
toProto(message: CommunityPoolSpendProposalWithDeposit): Uint8Array;
|
|
540
551
|
toProtoMsg(message: CommunityPoolSpendProposalWithDeposit): CommunityPoolSpendProposalWithDepositProtoMsg;
|
|
552
|
+
registerTypeUrl(): void;
|
|
541
553
|
};
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CommunityPoolSpendProposalWithDeposit = exports.DelegationDelegatorReward = exports.DelegatorStartingInfo = exports.CommunityPoolSpendProposal = exports.FeePool = exports.ValidatorSlashEvents = exports.ValidatorSlashEvent = exports.ValidatorOutstandingRewards = exports.ValidatorAccumulatedCommission = exports.ValidatorCurrentRewards = exports.ValidatorHistoricalRewards = exports.Params = void 0;
|
|
4
4
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
+
const math_1 = require("@interchainjs/math");
|
|
6
7
|
const registry_1 = require("../../../registry");
|
|
7
8
|
function createBaseParams() {
|
|
8
9
|
return {
|
|
@@ -23,13 +24,13 @@ exports.Params = {
|
|
|
23
24
|
},
|
|
24
25
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
25
26
|
if (message.communityTax !== "") {
|
|
26
|
-
writer.uint32(10).string(message.communityTax);
|
|
27
|
+
writer.uint32(10).string(math_1.Decimal.fromUserInput(message.communityTax, 18).atomics);
|
|
27
28
|
}
|
|
28
29
|
if (message.baseProposerReward !== "") {
|
|
29
|
-
writer.uint32(18).string(message.baseProposerReward);
|
|
30
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.baseProposerReward, 18).atomics);
|
|
30
31
|
}
|
|
31
32
|
if (message.bonusProposerReward !== "") {
|
|
32
|
-
writer.uint32(26).string(message.bonusProposerReward);
|
|
33
|
+
writer.uint32(26).string(math_1.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics);
|
|
33
34
|
}
|
|
34
35
|
if (message.withdrawAddrEnabled === true) {
|
|
35
36
|
writer.uint32(32).bool(message.withdrawAddrEnabled);
|
|
@@ -44,13 +45,13 @@ exports.Params = {
|
|
|
44
45
|
const tag = reader.uint32();
|
|
45
46
|
switch (tag >>> 3) {
|
|
46
47
|
case 1:
|
|
47
|
-
message.communityTax = reader.string();
|
|
48
|
+
message.communityTax = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
48
49
|
break;
|
|
49
50
|
case 2:
|
|
50
|
-
message.baseProposerReward = reader.string();
|
|
51
|
+
message.baseProposerReward = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
51
52
|
break;
|
|
52
53
|
case 3:
|
|
53
|
-
message.bonusProposerReward = reader.string();
|
|
54
|
+
message.bonusProposerReward = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
54
55
|
break;
|
|
55
56
|
case 4:
|
|
56
57
|
message.withdrawAddrEnabled = reader.bool();
|
|
@@ -88,9 +89,9 @@ exports.Params = {
|
|
|
88
89
|
},
|
|
89
90
|
toAmino(message) {
|
|
90
91
|
const obj = {};
|
|
91
|
-
obj.community_tax = message.communityTax ?? "";
|
|
92
|
-
obj.base_proposer_reward = message.baseProposerReward ?? "";
|
|
93
|
-
obj.bonus_proposer_reward = message.bonusProposerReward ?? "";
|
|
92
|
+
obj.community_tax = math_1.Decimal.fromUserInput(message.communityTax, 18).atomics ?? "";
|
|
93
|
+
obj.base_proposer_reward = math_1.Decimal.fromUserInput(message.baseProposerReward, 18).atomics ?? "";
|
|
94
|
+
obj.bonus_proposer_reward = math_1.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics ?? "";
|
|
94
95
|
obj.withdraw_addr_enabled = message.withdrawAddrEnabled === false ? undefined : message.withdrawAddrEnabled;
|
|
95
96
|
return obj;
|
|
96
97
|
},
|
|
@@ -114,10 +115,9 @@ exports.Params = {
|
|
|
114
115
|
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
115
116
|
value: exports.Params.encode(message).finish()
|
|
116
117
|
};
|
|
117
|
-
}
|
|
118
|
+
},
|
|
119
|
+
registerTypeUrl() { }
|
|
118
120
|
};
|
|
119
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
120
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
121
121
|
function createBaseValidatorHistoricalRewards() {
|
|
122
122
|
return {
|
|
123
123
|
cumulativeRewardRatio: [],
|
|
@@ -207,10 +207,11 @@ exports.ValidatorHistoricalRewards = {
|
|
|
207
207
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
208
208
|
value: exports.ValidatorHistoricalRewards.encode(message).finish()
|
|
209
209
|
};
|
|
210
|
+
},
|
|
211
|
+
registerTypeUrl() {
|
|
212
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
210
213
|
}
|
|
211
214
|
};
|
|
212
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorHistoricalRewards.typeUrl, exports.ValidatorHistoricalRewards);
|
|
213
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorHistoricalRewards.aminoType, exports.ValidatorHistoricalRewards.typeUrl);
|
|
214
215
|
function createBaseValidatorCurrentRewards() {
|
|
215
216
|
return {
|
|
216
217
|
rewards: [],
|
|
@@ -300,10 +301,11 @@ exports.ValidatorCurrentRewards = {
|
|
|
300
301
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
301
302
|
value: exports.ValidatorCurrentRewards.encode(message).finish()
|
|
302
303
|
};
|
|
304
|
+
},
|
|
305
|
+
registerTypeUrl() {
|
|
306
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
303
307
|
}
|
|
304
308
|
};
|
|
305
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorCurrentRewards.typeUrl, exports.ValidatorCurrentRewards);
|
|
306
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorCurrentRewards.aminoType, exports.ValidatorCurrentRewards.typeUrl);
|
|
307
309
|
function createBaseValidatorAccumulatedCommission() {
|
|
308
310
|
return {
|
|
309
311
|
commission: []
|
|
@@ -381,10 +383,11 @@ exports.ValidatorAccumulatedCommission = {
|
|
|
381
383
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
382
384
|
value: exports.ValidatorAccumulatedCommission.encode(message).finish()
|
|
383
385
|
};
|
|
386
|
+
},
|
|
387
|
+
registerTypeUrl() {
|
|
388
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
384
389
|
}
|
|
385
390
|
};
|
|
386
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorAccumulatedCommission.typeUrl, exports.ValidatorAccumulatedCommission);
|
|
387
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorAccumulatedCommission.aminoType, exports.ValidatorAccumulatedCommission.typeUrl);
|
|
388
391
|
function createBaseValidatorOutstandingRewards() {
|
|
389
392
|
return {
|
|
390
393
|
rewards: []
|
|
@@ -462,10 +465,11 @@ exports.ValidatorOutstandingRewards = {
|
|
|
462
465
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
463
466
|
value: exports.ValidatorOutstandingRewards.encode(message).finish()
|
|
464
467
|
};
|
|
468
|
+
},
|
|
469
|
+
registerTypeUrl() {
|
|
470
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
465
471
|
}
|
|
466
472
|
};
|
|
467
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorOutstandingRewards.typeUrl, exports.ValidatorOutstandingRewards);
|
|
468
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorOutstandingRewards.aminoType, exports.ValidatorOutstandingRewards.typeUrl);
|
|
469
473
|
function createBaseValidatorSlashEvent() {
|
|
470
474
|
return {
|
|
471
475
|
validatorPeriod: BigInt(0),
|
|
@@ -486,7 +490,7 @@ exports.ValidatorSlashEvent = {
|
|
|
486
490
|
writer.uint32(8).uint64(message.validatorPeriod);
|
|
487
491
|
}
|
|
488
492
|
if (message.fraction !== "") {
|
|
489
|
-
writer.uint32(18).string(message.fraction);
|
|
493
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.fraction, 18).atomics);
|
|
490
494
|
}
|
|
491
495
|
return writer;
|
|
492
496
|
},
|
|
@@ -501,7 +505,7 @@ exports.ValidatorSlashEvent = {
|
|
|
501
505
|
message.validatorPeriod = reader.uint64();
|
|
502
506
|
break;
|
|
503
507
|
case 2:
|
|
504
|
-
message.fraction = reader.string();
|
|
508
|
+
message.fraction = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
505
509
|
break;
|
|
506
510
|
default:
|
|
507
511
|
reader.skipType(tag & 7);
|
|
@@ -529,7 +533,7 @@ exports.ValidatorSlashEvent = {
|
|
|
529
533
|
toAmino(message) {
|
|
530
534
|
const obj = {};
|
|
531
535
|
obj.validator_period = message.validatorPeriod !== BigInt(0) ? message.validatorPeriod?.toString() : undefined;
|
|
532
|
-
obj.fraction = message.fraction === "" ? undefined : message.fraction;
|
|
536
|
+
obj.fraction = message.fraction === "" ? undefined : math_1.Decimal.fromUserInput(message.fraction, 18).atomics;
|
|
533
537
|
return obj;
|
|
534
538
|
},
|
|
535
539
|
fromAminoMsg(object) {
|
|
@@ -552,10 +556,9 @@ exports.ValidatorSlashEvent = {
|
|
|
552
556
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
553
557
|
value: exports.ValidatorSlashEvent.encode(message).finish()
|
|
554
558
|
};
|
|
555
|
-
}
|
|
559
|
+
},
|
|
560
|
+
registerTypeUrl() { }
|
|
556
561
|
};
|
|
557
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvent.typeUrl, exports.ValidatorSlashEvent);
|
|
558
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvent.aminoType, exports.ValidatorSlashEvent.typeUrl);
|
|
559
562
|
function createBaseValidatorSlashEvents() {
|
|
560
563
|
return {
|
|
561
564
|
validatorSlashEvents: []
|
|
@@ -633,10 +636,11 @@ exports.ValidatorSlashEvents = {
|
|
|
633
636
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
634
637
|
value: exports.ValidatorSlashEvents.encode(message).finish()
|
|
635
638
|
};
|
|
639
|
+
},
|
|
640
|
+
registerTypeUrl() {
|
|
641
|
+
exports.ValidatorSlashEvent.registerTypeUrl();
|
|
636
642
|
}
|
|
637
643
|
};
|
|
638
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvents.typeUrl, exports.ValidatorSlashEvents);
|
|
639
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvents.aminoType, exports.ValidatorSlashEvents.typeUrl);
|
|
640
644
|
function createBaseFeePool() {
|
|
641
645
|
return {
|
|
642
646
|
communityPool: []
|
|
@@ -714,10 +718,11 @@ exports.FeePool = {
|
|
|
714
718
|
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
715
719
|
value: exports.FeePool.encode(message).finish()
|
|
716
720
|
};
|
|
721
|
+
},
|
|
722
|
+
registerTypeUrl() {
|
|
723
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
717
724
|
}
|
|
718
725
|
};
|
|
719
|
-
registry_1.GlobalDecoderRegistry.register(exports.FeePool.typeUrl, exports.FeePool);
|
|
720
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.FeePool.aminoType, exports.FeePool.typeUrl);
|
|
721
726
|
function createBaseCommunityPoolSpendProposal() {
|
|
722
727
|
return {
|
|
723
728
|
title: "",
|
|
@@ -831,10 +836,13 @@ exports.CommunityPoolSpendProposal = {
|
|
|
831
836
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
832
837
|
value: exports.CommunityPoolSpendProposal.encode(message).finish()
|
|
833
838
|
};
|
|
839
|
+
},
|
|
840
|
+
registerTypeUrl() {
|
|
841
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
842
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
843
|
+
coin_1.Coin.registerTypeUrl();
|
|
834
844
|
}
|
|
835
845
|
};
|
|
836
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
837
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
838
846
|
function createBaseDelegatorStartingInfo() {
|
|
839
847
|
return {
|
|
840
848
|
previousPeriod: BigInt(0),
|
|
@@ -856,7 +864,7 @@ exports.DelegatorStartingInfo = {
|
|
|
856
864
|
writer.uint32(8).uint64(message.previousPeriod);
|
|
857
865
|
}
|
|
858
866
|
if (message.stake !== "") {
|
|
859
|
-
writer.uint32(18).string(message.stake);
|
|
867
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.stake, 18).atomics);
|
|
860
868
|
}
|
|
861
869
|
if (message.height !== BigInt(0)) {
|
|
862
870
|
writer.uint32(24).uint64(message.height);
|
|
@@ -874,7 +882,7 @@ exports.DelegatorStartingInfo = {
|
|
|
874
882
|
message.previousPeriod = reader.uint64();
|
|
875
883
|
break;
|
|
876
884
|
case 2:
|
|
877
|
-
message.stake = reader.string();
|
|
885
|
+
message.stake = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
878
886
|
break;
|
|
879
887
|
case 3:
|
|
880
888
|
message.height = reader.uint64();
|
|
@@ -909,7 +917,7 @@ exports.DelegatorStartingInfo = {
|
|
|
909
917
|
toAmino(message) {
|
|
910
918
|
const obj = {};
|
|
911
919
|
obj.previous_period = message.previousPeriod !== BigInt(0) ? message.previousPeriod?.toString() : undefined;
|
|
912
|
-
obj.stake = message.stake ?? "";
|
|
920
|
+
obj.stake = math_1.Decimal.fromUserInput(message.stake, 18).atomics ?? "";
|
|
913
921
|
obj.height = message.height ? message.height?.toString() : "0";
|
|
914
922
|
return obj;
|
|
915
923
|
},
|
|
@@ -933,10 +941,9 @@ exports.DelegatorStartingInfo = {
|
|
|
933
941
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
934
942
|
value: exports.DelegatorStartingInfo.encode(message).finish()
|
|
935
943
|
};
|
|
936
|
-
}
|
|
944
|
+
},
|
|
945
|
+
registerTypeUrl() { }
|
|
937
946
|
};
|
|
938
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegatorStartingInfo.typeUrl, exports.DelegatorStartingInfo);
|
|
939
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorStartingInfo.aminoType, exports.DelegatorStartingInfo.typeUrl);
|
|
940
947
|
function createBaseDelegationDelegatorReward() {
|
|
941
948
|
return {
|
|
942
949
|
validatorAddress: "",
|
|
@@ -1026,10 +1033,11 @@ exports.DelegationDelegatorReward = {
|
|
|
1026
1033
|
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
1027
1034
|
value: exports.DelegationDelegatorReward.encode(message).finish()
|
|
1028
1035
|
};
|
|
1036
|
+
},
|
|
1037
|
+
registerTypeUrl() {
|
|
1038
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
1029
1039
|
}
|
|
1030
1040
|
};
|
|
1031
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegationDelegatorReward.typeUrl, exports.DelegationDelegatorReward);
|
|
1032
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegationDelegatorReward.aminoType, exports.DelegationDelegatorReward.typeUrl);
|
|
1033
1041
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1034
1042
|
return {
|
|
1035
1043
|
title: "",
|
|
@@ -1152,7 +1160,9 @@ exports.CommunityPoolSpendProposalWithDeposit = {
|
|
|
1152
1160
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1153
1161
|
value: exports.CommunityPoolSpendProposalWithDeposit.encode(message).finish()
|
|
1154
1162
|
};
|
|
1163
|
+
},
|
|
1164
|
+
registerTypeUrl() {
|
|
1165
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1166
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
1155
1167
|
}
|
|
1156
1168
|
};
|
|
1157
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1158
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
@@ -261,6 +261,7 @@ export declare const DelegatorWithdrawInfo: {
|
|
|
261
261
|
fromProtoMsg(message: DelegatorWithdrawInfoProtoMsg): DelegatorWithdrawInfo;
|
|
262
262
|
toProto(message: DelegatorWithdrawInfo): Uint8Array;
|
|
263
263
|
toProtoMsg(message: DelegatorWithdrawInfo): DelegatorWithdrawInfoProtoMsg;
|
|
264
|
+
registerTypeUrl(): void;
|
|
264
265
|
};
|
|
265
266
|
export declare const ValidatorOutstandingRewardsRecord: {
|
|
266
267
|
typeUrl: string;
|
|
@@ -277,6 +278,7 @@ export declare const ValidatorOutstandingRewardsRecord: {
|
|
|
277
278
|
fromProtoMsg(message: ValidatorOutstandingRewardsRecordProtoMsg): ValidatorOutstandingRewardsRecord;
|
|
278
279
|
toProto(message: ValidatorOutstandingRewardsRecord): Uint8Array;
|
|
279
280
|
toProtoMsg(message: ValidatorOutstandingRewardsRecord): ValidatorOutstandingRewardsRecordProtoMsg;
|
|
281
|
+
registerTypeUrl(): void;
|
|
280
282
|
};
|
|
281
283
|
export declare const ValidatorAccumulatedCommissionRecord: {
|
|
282
284
|
typeUrl: string;
|
|
@@ -293,6 +295,7 @@ export declare const ValidatorAccumulatedCommissionRecord: {
|
|
|
293
295
|
fromProtoMsg(message: ValidatorAccumulatedCommissionRecordProtoMsg): ValidatorAccumulatedCommissionRecord;
|
|
294
296
|
toProto(message: ValidatorAccumulatedCommissionRecord): Uint8Array;
|
|
295
297
|
toProtoMsg(message: ValidatorAccumulatedCommissionRecord): ValidatorAccumulatedCommissionRecordProtoMsg;
|
|
298
|
+
registerTypeUrl(): void;
|
|
296
299
|
};
|
|
297
300
|
export declare const ValidatorHistoricalRewardsRecord: {
|
|
298
301
|
typeUrl: string;
|
|
@@ -309,6 +312,7 @@ export declare const ValidatorHistoricalRewardsRecord: {
|
|
|
309
312
|
fromProtoMsg(message: ValidatorHistoricalRewardsRecordProtoMsg): ValidatorHistoricalRewardsRecord;
|
|
310
313
|
toProto(message: ValidatorHistoricalRewardsRecord): Uint8Array;
|
|
311
314
|
toProtoMsg(message: ValidatorHistoricalRewardsRecord): ValidatorHistoricalRewardsRecordProtoMsg;
|
|
315
|
+
registerTypeUrl(): void;
|
|
312
316
|
};
|
|
313
317
|
export declare const ValidatorCurrentRewardsRecord: {
|
|
314
318
|
typeUrl: string;
|
|
@@ -325,6 +329,7 @@ export declare const ValidatorCurrentRewardsRecord: {
|
|
|
325
329
|
fromProtoMsg(message: ValidatorCurrentRewardsRecordProtoMsg): ValidatorCurrentRewardsRecord;
|
|
326
330
|
toProto(message: ValidatorCurrentRewardsRecord): Uint8Array;
|
|
327
331
|
toProtoMsg(message: ValidatorCurrentRewardsRecord): ValidatorCurrentRewardsRecordProtoMsg;
|
|
332
|
+
registerTypeUrl(): void;
|
|
328
333
|
};
|
|
329
334
|
export declare const DelegatorStartingInfoRecord: {
|
|
330
335
|
typeUrl: string;
|
|
@@ -341,6 +346,7 @@ export declare const DelegatorStartingInfoRecord: {
|
|
|
341
346
|
fromProtoMsg(message: DelegatorStartingInfoRecordProtoMsg): DelegatorStartingInfoRecord;
|
|
342
347
|
toProto(message: DelegatorStartingInfoRecord): Uint8Array;
|
|
343
348
|
toProtoMsg(message: DelegatorStartingInfoRecord): DelegatorStartingInfoRecordProtoMsg;
|
|
349
|
+
registerTypeUrl(): void;
|
|
344
350
|
};
|
|
345
351
|
export declare const ValidatorSlashEventRecord: {
|
|
346
352
|
typeUrl: string;
|
|
@@ -357,6 +363,7 @@ export declare const ValidatorSlashEventRecord: {
|
|
|
357
363
|
fromProtoMsg(message: ValidatorSlashEventRecordProtoMsg): ValidatorSlashEventRecord;
|
|
358
364
|
toProto(message: ValidatorSlashEventRecord): Uint8Array;
|
|
359
365
|
toProtoMsg(message: ValidatorSlashEventRecord): ValidatorSlashEventRecordProtoMsg;
|
|
366
|
+
registerTypeUrl(): void;
|
|
360
367
|
};
|
|
361
368
|
export declare const GenesisState: {
|
|
362
369
|
typeUrl: string;
|
|
@@ -373,4 +380,5 @@ export declare const GenesisState: {
|
|
|
373
380
|
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
374
381
|
toProto(message: GenesisState): Uint8Array;
|
|
375
382
|
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
383
|
+
registerTypeUrl(): void;
|
|
376
384
|
};
|