@xpla/xplajs 1.7.0-beta.8 → 1.7.0
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/README.md +3 -3
- 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.js +2 -1
- 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.js +20 -10
- 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 +21 -0
- package/cosmos/auth/v1beta1/tx.registry.js +27 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- 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.js +6 -3
- 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 +45 -0
- package/cosmos/authz/v1beta1/tx.registry.js +63 -1
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- 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.js +2 -1
- 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.js +26 -13
- 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 +57 -0
- package/cosmos/bank/v1beta1/tx.registry.js +81 -1
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- 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.js +4 -2
- 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.js +4 -2
- 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.js +4 -2
- 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.js +12 -6
- 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.js +14 -7
- 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.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.js +2 -1
- 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 +21 -0
- package/cosmos/consensus/v1/tx.registry.js +27 -1
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
- package/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- 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.js +20 -10
- 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 +93 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +135 -1
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- 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.js +4 -2
- 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 +21 -0
- package/cosmos/evidence/v1beta1/tx.registry.js +27 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- 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.js +6 -3
- 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 +45 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +63 -1
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- 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.js +18 -9
- 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 +93 -0
- package/cosmos/gov/v1/tx.registry.js +135 -1
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- 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.js +16 -8
- 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 +57 -0
- package/cosmos/gov/v1beta1/tx.registry.js +81 -1
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.js +4 -4
- 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.js +6 -3
- 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 +21 -0
- package/cosmos/mint/v1beta1/tx.registry.js +27 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.js +2 -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.js +4 -2
- package/cosmos/rpc.query.js +7 -17
- package/cosmos/rpc.tx.js +7 -17
- 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.js +6 -3
- 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 +33 -0
- package/cosmos/slashing/v1beta1/tx.registry.js +45 -1
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- 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.js +28 -14
- 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 +93 -0
- package/cosmos/staking/v1beta1/tx.registry.js +135 -1
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- 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.js +18 -9
- 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.js +10 -5
- 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 +33 -0
- package/cosmos/upgrade/v1beta1/tx.registry.js +45 -1
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- 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.lcd.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.lcd.js +20 -0
- package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +5 -1
- package/cosmwasm/wasm/v1/query.rpc.Query.js +9 -0
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.rpc.func.js +32 -12
- 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 +213 -0
- package/cosmwasm/wasm/v1/tx.registry.js +315 -1
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- 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 -1
- 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 -10
- package/esm/cosmos/auth/v1beta1/tx.js +5 -6
- package/esm/cosmos/auth/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- 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 -3
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- 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 -1
- 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 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- 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 -2
- package/esm/cosmos/base/node/v1beta1/query.js +8 -13
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
- 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 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
- package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
- 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 -1
- package/esm/cosmos/consensus/v1/tx.js +8 -6
- package/esm/cosmos/consensus/v1/tx.registry.js +26 -0
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- 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 -10
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +134 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- 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 -2
- package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- 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 -3
- package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- 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 -9
- package/esm/cosmos/gov/v1/tx.js +58 -37
- package/esm/cosmos/gov/v1/tx.registry.js +134 -0
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- 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 -8
- package/esm/cosmos/gov/v1beta1/tx.js +46 -23
- package/esm/cosmos/gov/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- 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 -3
- package/esm/cosmos/mint/v1beta1/tx.js +5 -6
- package/esm/cosmos/mint/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
- 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 -2
- 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 -3
- 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 +44 -0
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- 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 -14
- 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 +134 -0
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- 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 -9
- 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 -5
- package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +44 -0
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- 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.lcd.js +20 -0
- package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +10 -1
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +31 -12
- package/esm/cosmwasm/wasm/v1/tx.js +78 -96
- package/esm/cosmwasm/wasm/v1/tx.registry.js +314 -0
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- 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 -12
- package/esm/ethermint/evm/v1/tx.js +24 -14
- package/esm/ethermint/evm/v1/tx.registry.js +44 -0
- package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -2
- 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 -3
- package/esm/ethermint/feemarket/v1/tx.js +5 -5
- package/esm/ethermint/feemarket/v1/tx.registry.js +26 -0
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- 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 -10
- package/esm/ibc/applications/fee/v1/tx.js +19 -23
- package/esm/ibc/applications/fee/v1/tx.registry.js +80 -0
- package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- 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 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +62 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- 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 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +44 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- 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 -6
- 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 +44 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- 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 -17
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.registry.js +350 -0
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- 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 -10
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.registry.js +134 -0
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- 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 -6
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.registry.js +98 -0
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- 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 -2
- package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +62 -0
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
- 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/test.js +51 -0
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/lcd.js +102 -102
- 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 -2
- 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 +44 -0
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/esm/xpla/rpc.query.js +89 -89
- 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 -1
- package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +44 -0
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- 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.js +24 -12
- 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 +33 -0
- package/ethermint/evm/v1/tx.registry.js +45 -1
- package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
- package/ethermint/evm/v1/tx.rpc.func.js +4 -2
- 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.js +6 -3
- 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 +21 -0
- package/ethermint/feemarket/v1/tx.registry.js +27 -1
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
- package/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- 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.js +20 -10
- 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 +57 -0
- package/ibc/applications/fee/v1/tx.registry.js +81 -1
- package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -4
- package/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- 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.js +4 -2
- 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 +45 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +63 -1
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- 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.js +2 -1
- 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 +33 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +45 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- 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.js +12 -6
- 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 +33 -0
- package/ibc/applications/transfer/v1/tx.registry.js +45 -1
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- 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.js +34 -17
- 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 +237 -0
- package/ibc/core/channel/v1/tx.registry.js +351 -1
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- 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.js +20 -10
- 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 +93 -0
- package/ibc/core/client/v1/tx.registry.js +135 -1
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- 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.js +12 -6
- 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 +69 -0
- package/ibc/core/connection/v1/tx.registry.js +99 -1
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- 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.js +4 -2
- 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 +45 -0
- package/ibc/lightclients/wasm/v1/tx.registry.js +63 -1
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/package.json +8 -7
- 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/test.d.ts +1 -0
- package/test.js +53 -0
- 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/lcd.d.ts +78 -78
- package/xpla/lcd.js +109 -119
- 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.js +4 -2
- 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 +33 -0
- package/xpla/reward/v1beta1/tx.registry.js +45 -1
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/rpc.query.d.ts +261 -260
- package/xpla/rpc.query.js +96 -106
- 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.js +2 -1
- 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 +33 -0
- package/xpla/volunteer/v1beta1/tx.registry.js +45 -1
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
- package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DecCoin } from "../../base/v1beta1/coin";
|
|
2
2
|
import { ValidatorAccumulatedCommission, ValidatorHistoricalRewards, ValidatorCurrentRewards, DelegatorStartingInfo, ValidatorSlashEvent, Params, FeePool } from "./distribution";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
5
4
|
function createBaseDelegatorWithdrawInfo() {
|
|
6
5
|
return {
|
|
7
6
|
delegatorAddress: "",
|
|
@@ -88,10 +87,9 @@ export const DelegatorWithdrawInfo = {
|
|
|
88
87
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorWithdrawInfo",
|
|
89
88
|
value: DelegatorWithdrawInfo.encode(message).finish()
|
|
90
89
|
};
|
|
91
|
-
}
|
|
90
|
+
},
|
|
91
|
+
registerTypeUrl() { }
|
|
92
92
|
};
|
|
93
|
-
GlobalDecoderRegistry.register(DelegatorWithdrawInfo.typeUrl, DelegatorWithdrawInfo);
|
|
94
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DelegatorWithdrawInfo.aminoType, DelegatorWithdrawInfo.typeUrl);
|
|
95
93
|
function createBaseValidatorOutstandingRewardsRecord() {
|
|
96
94
|
return {
|
|
97
95
|
validatorAddress: "",
|
|
@@ -181,10 +179,11 @@ export const ValidatorOutstandingRewardsRecord = {
|
|
|
181
179
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewardsRecord",
|
|
182
180
|
value: ValidatorOutstandingRewardsRecord.encode(message).finish()
|
|
183
181
|
};
|
|
182
|
+
},
|
|
183
|
+
registerTypeUrl() {
|
|
184
|
+
DecCoin.registerTypeUrl();
|
|
184
185
|
}
|
|
185
186
|
};
|
|
186
|
-
GlobalDecoderRegistry.register(ValidatorOutstandingRewardsRecord.typeUrl, ValidatorOutstandingRewardsRecord);
|
|
187
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorOutstandingRewardsRecord.aminoType, ValidatorOutstandingRewardsRecord.typeUrl);
|
|
188
187
|
function createBaseValidatorAccumulatedCommissionRecord() {
|
|
189
188
|
return {
|
|
190
189
|
validatorAddress: "",
|
|
@@ -271,10 +270,11 @@ export const ValidatorAccumulatedCommissionRecord = {
|
|
|
271
270
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommissionRecord",
|
|
272
271
|
value: ValidatorAccumulatedCommissionRecord.encode(message).finish()
|
|
273
272
|
};
|
|
273
|
+
},
|
|
274
|
+
registerTypeUrl() {
|
|
275
|
+
ValidatorAccumulatedCommission.registerTypeUrl();
|
|
274
276
|
}
|
|
275
277
|
};
|
|
276
|
-
GlobalDecoderRegistry.register(ValidatorAccumulatedCommissionRecord.typeUrl, ValidatorAccumulatedCommissionRecord);
|
|
277
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorAccumulatedCommissionRecord.aminoType, ValidatorAccumulatedCommissionRecord.typeUrl);
|
|
278
278
|
function createBaseValidatorHistoricalRewardsRecord() {
|
|
279
279
|
return {
|
|
280
280
|
validatorAddress: "",
|
|
@@ -373,10 +373,11 @@ export const ValidatorHistoricalRewardsRecord = {
|
|
|
373
373
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewardsRecord",
|
|
374
374
|
value: ValidatorHistoricalRewardsRecord.encode(message).finish()
|
|
375
375
|
};
|
|
376
|
+
},
|
|
377
|
+
registerTypeUrl() {
|
|
378
|
+
ValidatorHistoricalRewards.registerTypeUrl();
|
|
376
379
|
}
|
|
377
380
|
};
|
|
378
|
-
GlobalDecoderRegistry.register(ValidatorHistoricalRewardsRecord.typeUrl, ValidatorHistoricalRewardsRecord);
|
|
379
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorHistoricalRewardsRecord.aminoType, ValidatorHistoricalRewardsRecord.typeUrl);
|
|
380
381
|
function createBaseValidatorCurrentRewardsRecord() {
|
|
381
382
|
return {
|
|
382
383
|
validatorAddress: "",
|
|
@@ -463,10 +464,11 @@ export const ValidatorCurrentRewardsRecord = {
|
|
|
463
464
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewardsRecord",
|
|
464
465
|
value: ValidatorCurrentRewardsRecord.encode(message).finish()
|
|
465
466
|
};
|
|
467
|
+
},
|
|
468
|
+
registerTypeUrl() {
|
|
469
|
+
ValidatorCurrentRewards.registerTypeUrl();
|
|
466
470
|
}
|
|
467
471
|
};
|
|
468
|
-
GlobalDecoderRegistry.register(ValidatorCurrentRewardsRecord.typeUrl, ValidatorCurrentRewardsRecord);
|
|
469
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorCurrentRewardsRecord.aminoType, ValidatorCurrentRewardsRecord.typeUrl);
|
|
470
472
|
function createBaseDelegatorStartingInfoRecord() {
|
|
471
473
|
return {
|
|
472
474
|
delegatorAddress: "",
|
|
@@ -565,10 +567,11 @@ export const DelegatorStartingInfoRecord = {
|
|
|
565
567
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfoRecord",
|
|
566
568
|
value: DelegatorStartingInfoRecord.encode(message).finish()
|
|
567
569
|
};
|
|
570
|
+
},
|
|
571
|
+
registerTypeUrl() {
|
|
572
|
+
DelegatorStartingInfo.registerTypeUrl();
|
|
568
573
|
}
|
|
569
574
|
};
|
|
570
|
-
GlobalDecoderRegistry.register(DelegatorStartingInfoRecord.typeUrl, DelegatorStartingInfoRecord);
|
|
571
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DelegatorStartingInfoRecord.aminoType, DelegatorStartingInfoRecord.typeUrl);
|
|
572
575
|
function createBaseValidatorSlashEventRecord() {
|
|
573
576
|
return {
|
|
574
577
|
validatorAddress: "",
|
|
@@ -679,10 +682,11 @@ export const ValidatorSlashEventRecord = {
|
|
|
679
682
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEventRecord",
|
|
680
683
|
value: ValidatorSlashEventRecord.encode(message).finish()
|
|
681
684
|
};
|
|
685
|
+
},
|
|
686
|
+
registerTypeUrl() {
|
|
687
|
+
ValidatorSlashEvent.registerTypeUrl();
|
|
682
688
|
}
|
|
683
689
|
};
|
|
684
|
-
GlobalDecoderRegistry.register(ValidatorSlashEventRecord.typeUrl, ValidatorSlashEventRecord);
|
|
685
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorSlashEventRecord.aminoType, ValidatorSlashEventRecord.typeUrl);
|
|
686
690
|
function createBaseGenesisState() {
|
|
687
691
|
return {
|
|
688
692
|
params: Params.fromPartial({}),
|
|
@@ -886,7 +890,16 @@ export const GenesisState = {
|
|
|
886
890
|
typeUrl: "/cosmos.distribution.v1beta1.GenesisState",
|
|
887
891
|
value: GenesisState.encode(message).finish()
|
|
888
892
|
};
|
|
893
|
+
},
|
|
894
|
+
registerTypeUrl() {
|
|
895
|
+
Params.registerTypeUrl();
|
|
896
|
+
FeePool.registerTypeUrl();
|
|
897
|
+
DelegatorWithdrawInfo.registerTypeUrl();
|
|
898
|
+
ValidatorOutstandingRewardsRecord.registerTypeUrl();
|
|
899
|
+
ValidatorAccumulatedCommissionRecord.registerTypeUrl();
|
|
900
|
+
ValidatorHistoricalRewardsRecord.registerTypeUrl();
|
|
901
|
+
ValidatorCurrentRewardsRecord.registerTypeUrl();
|
|
902
|
+
DelegatorStartingInfoRecord.registerTypeUrl();
|
|
903
|
+
ValidatorSlashEventRecord.registerTypeUrl();
|
|
889
904
|
}
|
|
890
905
|
};
|
|
891
|
-
GlobalDecoderRegistry.register(GenesisState.typeUrl, GenesisState);
|
|
892
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(GenesisState.aminoType, GenesisState.typeUrl);
|
|
@@ -2,7 +2,6 @@ import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination";
|
|
|
2
2
|
import { Params, ValidatorOutstandingRewards, ValidatorAccumulatedCommission, ValidatorSlashEvent, DelegationDelegatorReward } from "./distribution";
|
|
3
3
|
import { DecCoin } from "../../base/v1beta1/coin";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
5
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
6
5
|
function createBaseQueryParamsRequest() {
|
|
7
6
|
return {};
|
|
8
7
|
}
|
|
@@ -64,10 +63,9 @@ export const QueryParamsRequest = {
|
|
|
64
63
|
typeUrl: "/cosmos.distribution.v1beta1.QueryParamsRequest",
|
|
65
64
|
value: QueryParamsRequest.encode(message).finish()
|
|
66
65
|
};
|
|
67
|
-
}
|
|
66
|
+
},
|
|
67
|
+
registerTypeUrl() { }
|
|
68
68
|
};
|
|
69
|
-
GlobalDecoderRegistry.register(QueryParamsRequest.typeUrl, QueryParamsRequest);
|
|
70
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryParamsRequest.aminoType, QueryParamsRequest.typeUrl);
|
|
71
69
|
function createBaseQueryParamsResponse() {
|
|
72
70
|
return {
|
|
73
71
|
params: Params.fromPartial({})
|
|
@@ -142,10 +140,11 @@ export const QueryParamsResponse = {
|
|
|
142
140
|
typeUrl: "/cosmos.distribution.v1beta1.QueryParamsResponse",
|
|
143
141
|
value: QueryParamsResponse.encode(message).finish()
|
|
144
142
|
};
|
|
143
|
+
},
|
|
144
|
+
registerTypeUrl() {
|
|
145
|
+
Params.registerTypeUrl();
|
|
145
146
|
}
|
|
146
147
|
};
|
|
147
|
-
GlobalDecoderRegistry.register(QueryParamsResponse.typeUrl, QueryParamsResponse);
|
|
148
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryParamsResponse.aminoType, QueryParamsResponse.typeUrl);
|
|
149
148
|
function createBaseQueryValidatorDistributionInfoRequest() {
|
|
150
149
|
return {
|
|
151
150
|
validatorAddress: ""
|
|
@@ -220,10 +219,9 @@ export const QueryValidatorDistributionInfoRequest = {
|
|
|
220
219
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoRequest",
|
|
221
220
|
value: QueryValidatorDistributionInfoRequest.encode(message).finish()
|
|
222
221
|
};
|
|
223
|
-
}
|
|
222
|
+
},
|
|
223
|
+
registerTypeUrl() { }
|
|
224
224
|
};
|
|
225
|
-
GlobalDecoderRegistry.register(QueryValidatorDistributionInfoRequest.typeUrl, QueryValidatorDistributionInfoRequest);
|
|
226
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorDistributionInfoRequest.aminoType, QueryValidatorDistributionInfoRequest.typeUrl);
|
|
227
225
|
function createBaseQueryValidatorDistributionInfoResponse() {
|
|
228
226
|
return {
|
|
229
227
|
operatorAddress: "",
|
|
@@ -328,10 +326,11 @@ export const QueryValidatorDistributionInfoResponse = {
|
|
|
328
326
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse",
|
|
329
327
|
value: QueryValidatorDistributionInfoResponse.encode(message).finish()
|
|
330
328
|
};
|
|
329
|
+
},
|
|
330
|
+
registerTypeUrl() {
|
|
331
|
+
DecCoin.registerTypeUrl();
|
|
331
332
|
}
|
|
332
333
|
};
|
|
333
|
-
GlobalDecoderRegistry.register(QueryValidatorDistributionInfoResponse.typeUrl, QueryValidatorDistributionInfoResponse);
|
|
334
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorDistributionInfoResponse.aminoType, QueryValidatorDistributionInfoResponse.typeUrl);
|
|
335
334
|
function createBaseQueryValidatorOutstandingRewardsRequest() {
|
|
336
335
|
return {
|
|
337
336
|
validatorAddress: ""
|
|
@@ -406,10 +405,9 @@ export const QueryValidatorOutstandingRewardsRequest = {
|
|
|
406
405
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",
|
|
407
406
|
value: QueryValidatorOutstandingRewardsRequest.encode(message).finish()
|
|
408
407
|
};
|
|
409
|
-
}
|
|
408
|
+
},
|
|
409
|
+
registerTypeUrl() { }
|
|
410
410
|
};
|
|
411
|
-
GlobalDecoderRegistry.register(QueryValidatorOutstandingRewardsRequest.typeUrl, QueryValidatorOutstandingRewardsRequest);
|
|
412
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorOutstandingRewardsRequest.aminoType, QueryValidatorOutstandingRewardsRequest.typeUrl);
|
|
413
411
|
function createBaseQueryValidatorOutstandingRewardsResponse() {
|
|
414
412
|
return {
|
|
415
413
|
rewards: ValidatorOutstandingRewards.fromPartial({})
|
|
@@ -484,10 +482,11 @@ export const QueryValidatorOutstandingRewardsResponse = {
|
|
|
484
482
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",
|
|
485
483
|
value: QueryValidatorOutstandingRewardsResponse.encode(message).finish()
|
|
486
484
|
};
|
|
485
|
+
},
|
|
486
|
+
registerTypeUrl() {
|
|
487
|
+
ValidatorOutstandingRewards.registerTypeUrl();
|
|
487
488
|
}
|
|
488
489
|
};
|
|
489
|
-
GlobalDecoderRegistry.register(QueryValidatorOutstandingRewardsResponse.typeUrl, QueryValidatorOutstandingRewardsResponse);
|
|
490
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorOutstandingRewardsResponse.aminoType, QueryValidatorOutstandingRewardsResponse.typeUrl);
|
|
491
490
|
function createBaseQueryValidatorCommissionRequest() {
|
|
492
491
|
return {
|
|
493
492
|
validatorAddress: ""
|
|
@@ -562,10 +561,9 @@ export const QueryValidatorCommissionRequest = {
|
|
|
562
561
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",
|
|
563
562
|
value: QueryValidatorCommissionRequest.encode(message).finish()
|
|
564
563
|
};
|
|
565
|
-
}
|
|
564
|
+
},
|
|
565
|
+
registerTypeUrl() { }
|
|
566
566
|
};
|
|
567
|
-
GlobalDecoderRegistry.register(QueryValidatorCommissionRequest.typeUrl, QueryValidatorCommissionRequest);
|
|
568
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorCommissionRequest.aminoType, QueryValidatorCommissionRequest.typeUrl);
|
|
569
567
|
function createBaseQueryValidatorCommissionResponse() {
|
|
570
568
|
return {
|
|
571
569
|
commission: ValidatorAccumulatedCommission.fromPartial({})
|
|
@@ -640,10 +638,11 @@ export const QueryValidatorCommissionResponse = {
|
|
|
640
638
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",
|
|
641
639
|
value: QueryValidatorCommissionResponse.encode(message).finish()
|
|
642
640
|
};
|
|
641
|
+
},
|
|
642
|
+
registerTypeUrl() {
|
|
643
|
+
ValidatorAccumulatedCommission.registerTypeUrl();
|
|
643
644
|
}
|
|
644
645
|
};
|
|
645
|
-
GlobalDecoderRegistry.register(QueryValidatorCommissionResponse.typeUrl, QueryValidatorCommissionResponse);
|
|
646
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorCommissionResponse.aminoType, QueryValidatorCommissionResponse.typeUrl);
|
|
647
646
|
function createBaseQueryValidatorSlashesRequest() {
|
|
648
647
|
return {
|
|
649
648
|
validatorAddress: "",
|
|
@@ -754,10 +753,11 @@ export const QueryValidatorSlashesRequest = {
|
|
|
754
753
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",
|
|
755
754
|
value: QueryValidatorSlashesRequest.encode(message).finish()
|
|
756
755
|
};
|
|
756
|
+
},
|
|
757
|
+
registerTypeUrl() {
|
|
758
|
+
PageRequest.registerTypeUrl();
|
|
757
759
|
}
|
|
758
760
|
};
|
|
759
|
-
GlobalDecoderRegistry.register(QueryValidatorSlashesRequest.typeUrl, QueryValidatorSlashesRequest);
|
|
760
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorSlashesRequest.aminoType, QueryValidatorSlashesRequest.typeUrl);
|
|
761
761
|
function createBaseQueryValidatorSlashesResponse() {
|
|
762
762
|
return {
|
|
763
763
|
slashes: [],
|
|
@@ -847,10 +847,12 @@ export const QueryValidatorSlashesResponse = {
|
|
|
847
847
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",
|
|
848
848
|
value: QueryValidatorSlashesResponse.encode(message).finish()
|
|
849
849
|
};
|
|
850
|
+
},
|
|
851
|
+
registerTypeUrl() {
|
|
852
|
+
ValidatorSlashEvent.registerTypeUrl();
|
|
853
|
+
PageResponse.registerTypeUrl();
|
|
850
854
|
}
|
|
851
855
|
};
|
|
852
|
-
GlobalDecoderRegistry.register(QueryValidatorSlashesResponse.typeUrl, QueryValidatorSlashesResponse);
|
|
853
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryValidatorSlashesResponse.aminoType, QueryValidatorSlashesResponse.typeUrl);
|
|
854
856
|
function createBaseQueryDelegationRewardsRequest() {
|
|
855
857
|
return {
|
|
856
858
|
delegatorAddress: "",
|
|
@@ -937,10 +939,9 @@ export const QueryDelegationRewardsRequest = {
|
|
|
937
939
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",
|
|
938
940
|
value: QueryDelegationRewardsRequest.encode(message).finish()
|
|
939
941
|
};
|
|
940
|
-
}
|
|
942
|
+
},
|
|
943
|
+
registerTypeUrl() { }
|
|
941
944
|
};
|
|
942
|
-
GlobalDecoderRegistry.register(QueryDelegationRewardsRequest.typeUrl, QueryDelegationRewardsRequest);
|
|
943
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegationRewardsRequest.aminoType, QueryDelegationRewardsRequest.typeUrl);
|
|
944
945
|
function createBaseQueryDelegationRewardsResponse() {
|
|
945
946
|
return {
|
|
946
947
|
rewards: []
|
|
@@ -1018,10 +1019,11 @@ export const QueryDelegationRewardsResponse = {
|
|
|
1018
1019
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",
|
|
1019
1020
|
value: QueryDelegationRewardsResponse.encode(message).finish()
|
|
1020
1021
|
};
|
|
1022
|
+
},
|
|
1023
|
+
registerTypeUrl() {
|
|
1024
|
+
DecCoin.registerTypeUrl();
|
|
1021
1025
|
}
|
|
1022
1026
|
};
|
|
1023
|
-
GlobalDecoderRegistry.register(QueryDelegationRewardsResponse.typeUrl, QueryDelegationRewardsResponse);
|
|
1024
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegationRewardsResponse.aminoType, QueryDelegationRewardsResponse.typeUrl);
|
|
1025
1027
|
function createBaseQueryDelegationTotalRewardsRequest() {
|
|
1026
1028
|
return {
|
|
1027
1029
|
delegatorAddress: ""
|
|
@@ -1096,10 +1098,9 @@ export const QueryDelegationTotalRewardsRequest = {
|
|
|
1096
1098
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",
|
|
1097
1099
|
value: QueryDelegationTotalRewardsRequest.encode(message).finish()
|
|
1098
1100
|
};
|
|
1099
|
-
}
|
|
1101
|
+
},
|
|
1102
|
+
registerTypeUrl() { }
|
|
1100
1103
|
};
|
|
1101
|
-
GlobalDecoderRegistry.register(QueryDelegationTotalRewardsRequest.typeUrl, QueryDelegationTotalRewardsRequest);
|
|
1102
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegationTotalRewardsRequest.aminoType, QueryDelegationTotalRewardsRequest.typeUrl);
|
|
1103
1104
|
function createBaseQueryDelegationTotalRewardsResponse() {
|
|
1104
1105
|
return {
|
|
1105
1106
|
rewards: [],
|
|
@@ -1192,10 +1193,12 @@ export const QueryDelegationTotalRewardsResponse = {
|
|
|
1192
1193
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",
|
|
1193
1194
|
value: QueryDelegationTotalRewardsResponse.encode(message).finish()
|
|
1194
1195
|
};
|
|
1196
|
+
},
|
|
1197
|
+
registerTypeUrl() {
|
|
1198
|
+
DelegationDelegatorReward.registerTypeUrl();
|
|
1199
|
+
DecCoin.registerTypeUrl();
|
|
1195
1200
|
}
|
|
1196
1201
|
};
|
|
1197
|
-
GlobalDecoderRegistry.register(QueryDelegationTotalRewardsResponse.typeUrl, QueryDelegationTotalRewardsResponse);
|
|
1198
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegationTotalRewardsResponse.aminoType, QueryDelegationTotalRewardsResponse.typeUrl);
|
|
1199
1202
|
function createBaseQueryDelegatorValidatorsRequest() {
|
|
1200
1203
|
return {
|
|
1201
1204
|
delegatorAddress: ""
|
|
@@ -1270,10 +1273,9 @@ export const QueryDelegatorValidatorsRequest = {
|
|
|
1270
1273
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",
|
|
1271
1274
|
value: QueryDelegatorValidatorsRequest.encode(message).finish()
|
|
1272
1275
|
};
|
|
1273
|
-
}
|
|
1276
|
+
},
|
|
1277
|
+
registerTypeUrl() { }
|
|
1274
1278
|
};
|
|
1275
|
-
GlobalDecoderRegistry.register(QueryDelegatorValidatorsRequest.typeUrl, QueryDelegatorValidatorsRequest);
|
|
1276
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegatorValidatorsRequest.aminoType, QueryDelegatorValidatorsRequest.typeUrl);
|
|
1277
1279
|
function createBaseQueryDelegatorValidatorsResponse() {
|
|
1278
1280
|
return {
|
|
1279
1281
|
validators: []
|
|
@@ -1351,10 +1353,9 @@ export const QueryDelegatorValidatorsResponse = {
|
|
|
1351
1353
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",
|
|
1352
1354
|
value: QueryDelegatorValidatorsResponse.encode(message).finish()
|
|
1353
1355
|
};
|
|
1354
|
-
}
|
|
1356
|
+
},
|
|
1357
|
+
registerTypeUrl() { }
|
|
1355
1358
|
};
|
|
1356
|
-
GlobalDecoderRegistry.register(QueryDelegatorValidatorsResponse.typeUrl, QueryDelegatorValidatorsResponse);
|
|
1357
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegatorValidatorsResponse.aminoType, QueryDelegatorValidatorsResponse.typeUrl);
|
|
1358
1359
|
function createBaseQueryDelegatorWithdrawAddressRequest() {
|
|
1359
1360
|
return {
|
|
1360
1361
|
delegatorAddress: ""
|
|
@@ -1429,10 +1430,9 @@ export const QueryDelegatorWithdrawAddressRequest = {
|
|
|
1429
1430
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",
|
|
1430
1431
|
value: QueryDelegatorWithdrawAddressRequest.encode(message).finish()
|
|
1431
1432
|
};
|
|
1432
|
-
}
|
|
1433
|
+
},
|
|
1434
|
+
registerTypeUrl() { }
|
|
1433
1435
|
};
|
|
1434
|
-
GlobalDecoderRegistry.register(QueryDelegatorWithdrawAddressRequest.typeUrl, QueryDelegatorWithdrawAddressRequest);
|
|
1435
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegatorWithdrawAddressRequest.aminoType, QueryDelegatorWithdrawAddressRequest.typeUrl);
|
|
1436
1436
|
function createBaseQueryDelegatorWithdrawAddressResponse() {
|
|
1437
1437
|
return {
|
|
1438
1438
|
withdrawAddress: ""
|
|
@@ -1507,10 +1507,9 @@ export const QueryDelegatorWithdrawAddressResponse = {
|
|
|
1507
1507
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",
|
|
1508
1508
|
value: QueryDelegatorWithdrawAddressResponse.encode(message).finish()
|
|
1509
1509
|
};
|
|
1510
|
-
}
|
|
1510
|
+
},
|
|
1511
|
+
registerTypeUrl() { }
|
|
1511
1512
|
};
|
|
1512
|
-
GlobalDecoderRegistry.register(QueryDelegatorWithdrawAddressResponse.typeUrl, QueryDelegatorWithdrawAddressResponse);
|
|
1513
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryDelegatorWithdrawAddressResponse.aminoType, QueryDelegatorWithdrawAddressResponse.typeUrl);
|
|
1514
1513
|
function createBaseQueryCommunityPoolRequest() {
|
|
1515
1514
|
return {};
|
|
1516
1515
|
}
|
|
@@ -1572,10 +1571,9 @@ export const QueryCommunityPoolRequest = {
|
|
|
1572
1571
|
typeUrl: "/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",
|
|
1573
1572
|
value: QueryCommunityPoolRequest.encode(message).finish()
|
|
1574
1573
|
};
|
|
1575
|
-
}
|
|
1574
|
+
},
|
|
1575
|
+
registerTypeUrl() { }
|
|
1576
1576
|
};
|
|
1577
|
-
GlobalDecoderRegistry.register(QueryCommunityPoolRequest.typeUrl, QueryCommunityPoolRequest);
|
|
1578
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryCommunityPoolRequest.aminoType, QueryCommunityPoolRequest.typeUrl);
|
|
1579
1577
|
function createBaseQueryCommunityPoolResponse() {
|
|
1580
1578
|
return {
|
|
1581
1579
|
pool: []
|
|
@@ -1653,7 +1651,8 @@ export const QueryCommunityPoolResponse = {
|
|
|
1653
1651
|
typeUrl: "/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",
|
|
1654
1652
|
value: QueryCommunityPoolResponse.encode(message).finish()
|
|
1655
1653
|
};
|
|
1654
|
+
},
|
|
1655
|
+
registerTypeUrl() {
|
|
1656
|
+
DecCoin.registerTypeUrl();
|
|
1656
1657
|
}
|
|
1657
1658
|
};
|
|
1658
|
-
GlobalDecoderRegistry.register(QueryCommunityPoolResponse.typeUrl, QueryCommunityPoolResponse);
|
|
1659
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryCommunityPoolResponse.aminoType, QueryCommunityPoolResponse.typeUrl);
|
|
@@ -5,68 +5,78 @@ export const createGetParams = (clientResolver) => buildQuery({
|
|
|
5
5
|
decode: QueryParamsResponse.decode,
|
|
6
6
|
service: "cosmos.distribution.v1beta1.Query",
|
|
7
7
|
method: "Params",
|
|
8
|
-
clientResolver
|
|
8
|
+
clientResolver,
|
|
9
|
+
deps: [QueryParamsRequest, QueryParamsResponse]
|
|
9
10
|
});
|
|
10
11
|
export const createGetValidatorDistributionInfo = (clientResolver) => buildQuery({
|
|
11
12
|
encode: QueryValidatorDistributionInfoRequest.encode,
|
|
12
13
|
decode: QueryValidatorDistributionInfoResponse.decode,
|
|
13
14
|
service: "cosmos.distribution.v1beta1.Query",
|
|
14
15
|
method: "ValidatorDistributionInfo",
|
|
15
|
-
clientResolver
|
|
16
|
+
clientResolver,
|
|
17
|
+
deps: [QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse]
|
|
16
18
|
});
|
|
17
19
|
export const createGetValidatorOutstandingRewards = (clientResolver) => buildQuery({
|
|
18
20
|
encode: QueryValidatorOutstandingRewardsRequest.encode,
|
|
19
21
|
decode: QueryValidatorOutstandingRewardsResponse.decode,
|
|
20
22
|
service: "cosmos.distribution.v1beta1.Query",
|
|
21
23
|
method: "ValidatorOutstandingRewards",
|
|
22
|
-
clientResolver
|
|
24
|
+
clientResolver,
|
|
25
|
+
deps: [QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse]
|
|
23
26
|
});
|
|
24
27
|
export const createGetValidatorCommission = (clientResolver) => buildQuery({
|
|
25
28
|
encode: QueryValidatorCommissionRequest.encode,
|
|
26
29
|
decode: QueryValidatorCommissionResponse.decode,
|
|
27
30
|
service: "cosmos.distribution.v1beta1.Query",
|
|
28
31
|
method: "ValidatorCommission",
|
|
29
|
-
clientResolver
|
|
32
|
+
clientResolver,
|
|
33
|
+
deps: [QueryValidatorCommissionRequest, QueryValidatorCommissionResponse]
|
|
30
34
|
});
|
|
31
35
|
export const createGetValidatorSlashes = (clientResolver) => buildQuery({
|
|
32
36
|
encode: QueryValidatorSlashesRequest.encode,
|
|
33
37
|
decode: QueryValidatorSlashesResponse.decode,
|
|
34
38
|
service: "cosmos.distribution.v1beta1.Query",
|
|
35
39
|
method: "ValidatorSlashes",
|
|
36
|
-
clientResolver
|
|
40
|
+
clientResolver,
|
|
41
|
+
deps: [QueryValidatorSlashesRequest, QueryValidatorSlashesResponse]
|
|
37
42
|
});
|
|
38
43
|
export const createGetDelegationRewards = (clientResolver) => buildQuery({
|
|
39
44
|
encode: QueryDelegationRewardsRequest.encode,
|
|
40
45
|
decode: QueryDelegationRewardsResponse.decode,
|
|
41
46
|
service: "cosmos.distribution.v1beta1.Query",
|
|
42
47
|
method: "DelegationRewards",
|
|
43
|
-
clientResolver
|
|
48
|
+
clientResolver,
|
|
49
|
+
deps: [QueryDelegationRewardsRequest, QueryDelegationRewardsResponse]
|
|
44
50
|
});
|
|
45
51
|
export const createGetDelegationTotalRewards = (clientResolver) => buildQuery({
|
|
46
52
|
encode: QueryDelegationTotalRewardsRequest.encode,
|
|
47
53
|
decode: QueryDelegationTotalRewardsResponse.decode,
|
|
48
54
|
service: "cosmos.distribution.v1beta1.Query",
|
|
49
55
|
method: "DelegationTotalRewards",
|
|
50
|
-
clientResolver
|
|
56
|
+
clientResolver,
|
|
57
|
+
deps: [QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse]
|
|
51
58
|
});
|
|
52
59
|
export const createGetDelegatorValidators = (clientResolver) => buildQuery({
|
|
53
60
|
encode: QueryDelegatorValidatorsRequest.encode,
|
|
54
61
|
decode: QueryDelegatorValidatorsResponse.decode,
|
|
55
62
|
service: "cosmos.distribution.v1beta1.Query",
|
|
56
63
|
method: "DelegatorValidators",
|
|
57
|
-
clientResolver
|
|
64
|
+
clientResolver,
|
|
65
|
+
deps: [QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse]
|
|
58
66
|
});
|
|
59
67
|
export const createGetDelegatorWithdrawAddress = (clientResolver) => buildQuery({
|
|
60
68
|
encode: QueryDelegatorWithdrawAddressRequest.encode,
|
|
61
69
|
decode: QueryDelegatorWithdrawAddressResponse.decode,
|
|
62
70
|
service: "cosmos.distribution.v1beta1.Query",
|
|
63
71
|
method: "DelegatorWithdrawAddress",
|
|
64
|
-
clientResolver
|
|
72
|
+
clientResolver,
|
|
73
|
+
deps: [QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse]
|
|
65
74
|
});
|
|
66
75
|
export const createGetCommunityPool = (clientResolver) => buildQuery({
|
|
67
76
|
encode: QueryCommunityPoolRequest.encode,
|
|
68
77
|
decode: QueryCommunityPoolResponse.decode,
|
|
69
78
|
service: "cosmos.distribution.v1beta1.Query",
|
|
70
79
|
method: "CommunityPool",
|
|
71
|
-
clientResolver
|
|
80
|
+
clientResolver,
|
|
81
|
+
deps: [QueryCommunityPoolRequest, QueryCommunityPoolResponse]
|
|
72
82
|
});
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Coin } from "../../base/v1beta1/coin";
|
|
2
2
|
import { Params } from "./distribution";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
5
4
|
function createBaseMsgSetWithdrawAddress() {
|
|
6
5
|
return {
|
|
7
6
|
delegatorAddress: "",
|
|
@@ -88,10 +87,9 @@ export const MsgSetWithdrawAddress = {
|
|
|
88
87
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
89
88
|
value: MsgSetWithdrawAddress.encode(message).finish()
|
|
90
89
|
};
|
|
91
|
-
}
|
|
90
|
+
},
|
|
91
|
+
registerTypeUrl() { }
|
|
92
92
|
};
|
|
93
|
-
GlobalDecoderRegistry.register(MsgSetWithdrawAddress.typeUrl, MsgSetWithdrawAddress);
|
|
94
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgSetWithdrawAddress.aminoType, MsgSetWithdrawAddress.typeUrl);
|
|
95
93
|
function createBaseMsgSetWithdrawAddressResponse() {
|
|
96
94
|
return {};
|
|
97
95
|
}
|
|
@@ -153,10 +151,9 @@ export const MsgSetWithdrawAddressResponse = {
|
|
|
153
151
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
|
|
154
152
|
value: MsgSetWithdrawAddressResponse.encode(message).finish()
|
|
155
153
|
};
|
|
156
|
-
}
|
|
154
|
+
},
|
|
155
|
+
registerTypeUrl() { }
|
|
157
156
|
};
|
|
158
|
-
GlobalDecoderRegistry.register(MsgSetWithdrawAddressResponse.typeUrl, MsgSetWithdrawAddressResponse);
|
|
159
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgSetWithdrawAddressResponse.aminoType, MsgSetWithdrawAddressResponse.typeUrl);
|
|
160
157
|
function createBaseMsgWithdrawDelegatorReward() {
|
|
161
158
|
return {
|
|
162
159
|
delegatorAddress: "",
|
|
@@ -243,10 +240,9 @@ export const MsgWithdrawDelegatorReward = {
|
|
|
243
240
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
244
241
|
value: MsgWithdrawDelegatorReward.encode(message).finish()
|
|
245
242
|
};
|
|
246
|
-
}
|
|
243
|
+
},
|
|
244
|
+
registerTypeUrl() { }
|
|
247
245
|
};
|
|
248
|
-
GlobalDecoderRegistry.register(MsgWithdrawDelegatorReward.typeUrl, MsgWithdrawDelegatorReward);
|
|
249
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawDelegatorReward.aminoType, MsgWithdrawDelegatorReward.typeUrl);
|
|
250
246
|
function createBaseMsgWithdrawDelegatorRewardResponse() {
|
|
251
247
|
return {
|
|
252
248
|
amount: []
|
|
@@ -324,10 +320,11 @@ export const MsgWithdrawDelegatorRewardResponse = {
|
|
|
324
320
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
|
|
325
321
|
value: MsgWithdrawDelegatorRewardResponse.encode(message).finish()
|
|
326
322
|
};
|
|
323
|
+
},
|
|
324
|
+
registerTypeUrl() {
|
|
325
|
+
Coin.registerTypeUrl();
|
|
327
326
|
}
|
|
328
327
|
};
|
|
329
|
-
GlobalDecoderRegistry.register(MsgWithdrawDelegatorRewardResponse.typeUrl, MsgWithdrawDelegatorRewardResponse);
|
|
330
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawDelegatorRewardResponse.aminoType, MsgWithdrawDelegatorRewardResponse.typeUrl);
|
|
331
328
|
function createBaseMsgWithdrawValidatorCommission() {
|
|
332
329
|
return {
|
|
333
330
|
validatorAddress: ""
|
|
@@ -402,10 +399,9 @@ export const MsgWithdrawValidatorCommission = {
|
|
|
402
399
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
403
400
|
value: MsgWithdrawValidatorCommission.encode(message).finish()
|
|
404
401
|
};
|
|
405
|
-
}
|
|
402
|
+
},
|
|
403
|
+
registerTypeUrl() { }
|
|
406
404
|
};
|
|
407
|
-
GlobalDecoderRegistry.register(MsgWithdrawValidatorCommission.typeUrl, MsgWithdrawValidatorCommission);
|
|
408
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawValidatorCommission.aminoType, MsgWithdrawValidatorCommission.typeUrl);
|
|
409
405
|
function createBaseMsgWithdrawValidatorCommissionResponse() {
|
|
410
406
|
return {
|
|
411
407
|
amount: []
|
|
@@ -483,10 +479,11 @@ export const MsgWithdrawValidatorCommissionResponse = {
|
|
|
483
479
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
|
|
484
480
|
value: MsgWithdrawValidatorCommissionResponse.encode(message).finish()
|
|
485
481
|
};
|
|
482
|
+
},
|
|
483
|
+
registerTypeUrl() {
|
|
484
|
+
Coin.registerTypeUrl();
|
|
486
485
|
}
|
|
487
486
|
};
|
|
488
|
-
GlobalDecoderRegistry.register(MsgWithdrawValidatorCommissionResponse.typeUrl, MsgWithdrawValidatorCommissionResponse);
|
|
489
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgWithdrawValidatorCommissionResponse.aminoType, MsgWithdrawValidatorCommissionResponse.typeUrl);
|
|
490
487
|
function createBaseMsgFundCommunityPool() {
|
|
491
488
|
return {
|
|
492
489
|
amount: [],
|
|
@@ -576,10 +573,11 @@ export const MsgFundCommunityPool = {
|
|
|
576
573
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
577
574
|
value: MsgFundCommunityPool.encode(message).finish()
|
|
578
575
|
};
|
|
576
|
+
},
|
|
577
|
+
registerTypeUrl() {
|
|
578
|
+
Coin.registerTypeUrl();
|
|
579
579
|
}
|
|
580
580
|
};
|
|
581
|
-
GlobalDecoderRegistry.register(MsgFundCommunityPool.typeUrl, MsgFundCommunityPool);
|
|
582
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgFundCommunityPool.aminoType, MsgFundCommunityPool.typeUrl);
|
|
583
581
|
function createBaseMsgFundCommunityPoolResponse() {
|
|
584
582
|
return {};
|
|
585
583
|
}
|
|
@@ -641,10 +639,9 @@ export const MsgFundCommunityPoolResponse = {
|
|
|
641
639
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
|
|
642
640
|
value: MsgFundCommunityPoolResponse.encode(message).finish()
|
|
643
641
|
};
|
|
644
|
-
}
|
|
642
|
+
},
|
|
643
|
+
registerTypeUrl() { }
|
|
645
644
|
};
|
|
646
|
-
GlobalDecoderRegistry.register(MsgFundCommunityPoolResponse.typeUrl, MsgFundCommunityPoolResponse);
|
|
647
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgFundCommunityPoolResponse.aminoType, MsgFundCommunityPoolResponse.typeUrl);
|
|
648
645
|
function createBaseMsgUpdateParams() {
|
|
649
646
|
return {
|
|
650
647
|
authority: "",
|
|
@@ -731,10 +728,11 @@ export const MsgUpdateParams = {
|
|
|
731
728
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
732
729
|
value: MsgUpdateParams.encode(message).finish()
|
|
733
730
|
};
|
|
731
|
+
},
|
|
732
|
+
registerTypeUrl() {
|
|
733
|
+
Params.registerTypeUrl();
|
|
734
734
|
}
|
|
735
735
|
};
|
|
736
|
-
GlobalDecoderRegistry.register(MsgUpdateParams.typeUrl, MsgUpdateParams);
|
|
737
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParams.aminoType, MsgUpdateParams.typeUrl);
|
|
738
736
|
function createBaseMsgUpdateParamsResponse() {
|
|
739
737
|
return {};
|
|
740
738
|
}
|
|
@@ -796,10 +794,9 @@ export const MsgUpdateParamsResponse = {
|
|
|
796
794
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
|
|
797
795
|
value: MsgUpdateParamsResponse.encode(message).finish()
|
|
798
796
|
};
|
|
799
|
-
}
|
|
797
|
+
},
|
|
798
|
+
registerTypeUrl() { }
|
|
800
799
|
};
|
|
801
|
-
GlobalDecoderRegistry.register(MsgUpdateParamsResponse.typeUrl, MsgUpdateParamsResponse);
|
|
802
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParamsResponse.aminoType, MsgUpdateParamsResponse.typeUrl);
|
|
803
800
|
function createBaseMsgCommunityPoolSpend() {
|
|
804
801
|
return {
|
|
805
802
|
authority: "",
|
|
@@ -901,10 +898,11 @@ export const MsgCommunityPoolSpend = {
|
|
|
901
898
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
902
899
|
value: MsgCommunityPoolSpend.encode(message).finish()
|
|
903
900
|
};
|
|
901
|
+
},
|
|
902
|
+
registerTypeUrl() {
|
|
903
|
+
Coin.registerTypeUrl();
|
|
904
904
|
}
|
|
905
905
|
};
|
|
906
|
-
GlobalDecoderRegistry.register(MsgCommunityPoolSpend.typeUrl, MsgCommunityPoolSpend);
|
|
907
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgCommunityPoolSpend.aminoType, MsgCommunityPoolSpend.typeUrl);
|
|
908
906
|
function createBaseMsgCommunityPoolSpendResponse() {
|
|
909
907
|
return {};
|
|
910
908
|
}
|
|
@@ -966,10 +964,9 @@ export const MsgCommunityPoolSpendResponse = {
|
|
|
966
964
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
|
|
967
965
|
value: MsgCommunityPoolSpendResponse.encode(message).finish()
|
|
968
966
|
};
|
|
969
|
-
}
|
|
967
|
+
},
|
|
968
|
+
registerTypeUrl() { }
|
|
970
969
|
};
|
|
971
|
-
GlobalDecoderRegistry.register(MsgCommunityPoolSpendResponse.typeUrl, MsgCommunityPoolSpendResponse);
|
|
972
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgCommunityPoolSpendResponse.aminoType, MsgCommunityPoolSpendResponse.typeUrl);
|
|
973
970
|
function createBaseMsgDepositValidatorRewardsPool() {
|
|
974
971
|
return {
|
|
975
972
|
depositor: "",
|
|
@@ -1071,10 +1068,11 @@ export const MsgDepositValidatorRewardsPool = {
|
|
|
1071
1068
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
1072
1069
|
value: MsgDepositValidatorRewardsPool.encode(message).finish()
|
|
1073
1070
|
};
|
|
1071
|
+
},
|
|
1072
|
+
registerTypeUrl() {
|
|
1073
|
+
Coin.registerTypeUrl();
|
|
1074
1074
|
}
|
|
1075
1075
|
};
|
|
1076
|
-
GlobalDecoderRegistry.register(MsgDepositValidatorRewardsPool.typeUrl, MsgDepositValidatorRewardsPool);
|
|
1077
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgDepositValidatorRewardsPool.aminoType, MsgDepositValidatorRewardsPool.typeUrl);
|
|
1078
1076
|
function createBaseMsgDepositValidatorRewardsPoolResponse() {
|
|
1079
1077
|
return {};
|
|
1080
1078
|
}
|
|
@@ -1136,7 +1134,6 @@ export const MsgDepositValidatorRewardsPoolResponse = {
|
|
|
1136
1134
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
|
|
1137
1135
|
value: MsgDepositValidatorRewardsPoolResponse.encode(message).finish()
|
|
1138
1136
|
};
|
|
1139
|
-
}
|
|
1137
|
+
},
|
|
1138
|
+
registerTypeUrl() { }
|
|
1140
1139
|
};
|
|
1141
|
-
GlobalDecoderRegistry.register(MsgDepositValidatorRewardsPoolResponse.typeUrl, MsgDepositValidatorRewardsPoolResponse);
|
|
1142
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgDepositValidatorRewardsPoolResponse.aminoType, MsgDepositValidatorRewardsPoolResponse.typeUrl);
|