@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
|
@@ -5,47 +5,54 @@ export const createGetGetNodeInfo = (clientResolver) => buildQuery({
|
|
|
5
5
|
decode: GetNodeInfoResponse.decode,
|
|
6
6
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
7
7
|
method: "GetNodeInfo",
|
|
8
|
-
clientResolver
|
|
8
|
+
clientResolver,
|
|
9
|
+
deps: [GetNodeInfoRequest, GetNodeInfoResponse]
|
|
9
10
|
});
|
|
10
11
|
export const createGetGetSyncing = (clientResolver) => buildQuery({
|
|
11
12
|
encode: GetSyncingRequest.encode,
|
|
12
13
|
decode: GetSyncingResponse.decode,
|
|
13
14
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
14
15
|
method: "GetSyncing",
|
|
15
|
-
clientResolver
|
|
16
|
+
clientResolver,
|
|
17
|
+
deps: [GetSyncingRequest, GetSyncingResponse]
|
|
16
18
|
});
|
|
17
19
|
export const createGetGetLatestBlock = (clientResolver) => buildQuery({
|
|
18
20
|
encode: GetLatestBlockRequest.encode,
|
|
19
21
|
decode: GetLatestBlockResponse.decode,
|
|
20
22
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
21
23
|
method: "GetLatestBlock",
|
|
22
|
-
clientResolver
|
|
24
|
+
clientResolver,
|
|
25
|
+
deps: [GetLatestBlockRequest, GetLatestBlockResponse]
|
|
23
26
|
});
|
|
24
27
|
export const createGetGetBlockByHeight = (clientResolver) => buildQuery({
|
|
25
28
|
encode: GetBlockByHeightRequest.encode,
|
|
26
29
|
decode: GetBlockByHeightResponse.decode,
|
|
27
30
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
28
31
|
method: "GetBlockByHeight",
|
|
29
|
-
clientResolver
|
|
32
|
+
clientResolver,
|
|
33
|
+
deps: [GetBlockByHeightRequest, GetBlockByHeightResponse]
|
|
30
34
|
});
|
|
31
35
|
export const createGetGetLatestValidatorSet = (clientResolver) => buildQuery({
|
|
32
36
|
encode: GetLatestValidatorSetRequest.encode,
|
|
33
37
|
decode: GetLatestValidatorSetResponse.decode,
|
|
34
38
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
35
39
|
method: "GetLatestValidatorSet",
|
|
36
|
-
clientResolver
|
|
40
|
+
clientResolver,
|
|
41
|
+
deps: [GetLatestValidatorSetRequest, GetLatestValidatorSetResponse]
|
|
37
42
|
});
|
|
38
43
|
export const createGetGetValidatorSetByHeight = (clientResolver) => buildQuery({
|
|
39
44
|
encode: GetValidatorSetByHeightRequest.encode,
|
|
40
45
|
decode: GetValidatorSetByHeightResponse.decode,
|
|
41
46
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
42
47
|
method: "GetValidatorSetByHeight",
|
|
43
|
-
clientResolver
|
|
48
|
+
clientResolver,
|
|
49
|
+
deps: [GetValidatorSetByHeightRequest, GetValidatorSetByHeightResponse]
|
|
44
50
|
});
|
|
45
51
|
export const createGetABCIQuery = (clientResolver) => buildQuery({
|
|
46
52
|
encode: ABCIQueryRequest.encode,
|
|
47
53
|
decode: ABCIQueryResponse.decode,
|
|
48
54
|
service: "cosmos.base.tendermint.v1beta1.Service",
|
|
49
55
|
method: "ABCIQuery",
|
|
50
|
-
clientResolver
|
|
56
|
+
clientResolver,
|
|
57
|
+
deps: [ABCIQueryRequest, ABCIQueryResponse]
|
|
51
58
|
});
|
|
@@ -4,7 +4,6 @@ import { Consensus } from "../../../../tendermint/version/types";
|
|
|
4
4
|
import { Timestamp } from "../../../../google/protobuf/timestamp";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
6
|
import { toTimestamp, fromTimestamp, bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
7
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
8
7
|
function createBaseBlock() {
|
|
9
8
|
return {
|
|
10
9
|
header: Header.fromPartial({}),
|
|
@@ -115,10 +114,14 @@ export const Block = {
|
|
|
115
114
|
typeUrl: "/cosmos.base.tendermint.v1beta1.Block",
|
|
116
115
|
value: Block.encode(message).finish()
|
|
117
116
|
};
|
|
117
|
+
},
|
|
118
|
+
registerTypeUrl() {
|
|
119
|
+
Header.registerTypeUrl();
|
|
120
|
+
Data.registerTypeUrl();
|
|
121
|
+
EvidenceList.registerTypeUrl();
|
|
122
|
+
Commit.registerTypeUrl();
|
|
118
123
|
}
|
|
119
124
|
};
|
|
120
|
-
GlobalDecoderRegistry.register(Block.typeUrl, Block);
|
|
121
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Block.aminoType, Block.typeUrl);
|
|
122
125
|
function createBaseHeader() {
|
|
123
126
|
return {
|
|
124
127
|
version: Consensus.fromPartial({}),
|
|
@@ -349,7 +352,9 @@ export const Header = {
|
|
|
349
352
|
typeUrl: "/cosmos.base.tendermint.v1beta1.Header",
|
|
350
353
|
value: Header.encode(message).finish()
|
|
351
354
|
};
|
|
355
|
+
},
|
|
356
|
+
registerTypeUrl() {
|
|
357
|
+
Consensus.registerTypeUrl();
|
|
358
|
+
BlockID.registerTypeUrl();
|
|
352
359
|
}
|
|
353
360
|
};
|
|
354
|
-
GlobalDecoderRegistry.register(Header.typeUrl, Header);
|
|
355
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Header.aminoType, Header.typeUrl);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
-
import {
|
|
2
|
+
import { Decimal } from "@interchainjs/math";
|
|
3
3
|
function createBaseCoin() {
|
|
4
4
|
return {
|
|
5
5
|
denom: "",
|
|
@@ -86,10 +86,9 @@ export const Coin = {
|
|
|
86
86
|
typeUrl: "/cosmos.base.v1beta1.Coin",
|
|
87
87
|
value: Coin.encode(message).finish()
|
|
88
88
|
};
|
|
89
|
-
}
|
|
89
|
+
},
|
|
90
|
+
registerTypeUrl() { }
|
|
90
91
|
};
|
|
91
|
-
GlobalDecoderRegistry.register(Coin.typeUrl, Coin);
|
|
92
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Coin.aminoType, Coin.typeUrl);
|
|
93
92
|
function createBaseDecCoin() {
|
|
94
93
|
return {
|
|
95
94
|
denom: "",
|
|
@@ -110,7 +109,7 @@ export const DecCoin = {
|
|
|
110
109
|
writer.uint32(10).string(message.denom);
|
|
111
110
|
}
|
|
112
111
|
if (message.amount !== "") {
|
|
113
|
-
writer.uint32(18).string(message.amount);
|
|
112
|
+
writer.uint32(18).string(Decimal.fromUserInput(message.amount, 18).atomics);
|
|
114
113
|
}
|
|
115
114
|
return writer;
|
|
116
115
|
},
|
|
@@ -125,7 +124,7 @@ export const DecCoin = {
|
|
|
125
124
|
message.denom = reader.string();
|
|
126
125
|
break;
|
|
127
126
|
case 2:
|
|
128
|
-
message.amount = reader.string();
|
|
127
|
+
message.amount = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
129
128
|
break;
|
|
130
129
|
default:
|
|
131
130
|
reader.skipType(tag & 7);
|
|
@@ -153,7 +152,7 @@ export const DecCoin = {
|
|
|
153
152
|
toAmino(message) {
|
|
154
153
|
const obj = {};
|
|
155
154
|
obj.denom = message.denom === "" ? undefined : message.denom;
|
|
156
|
-
obj.amount = message.amount === "" ? undefined : message.amount;
|
|
155
|
+
obj.amount = message.amount === "" ? undefined : Decimal.fromUserInput(message.amount, 18).atomics;
|
|
157
156
|
return obj;
|
|
158
157
|
},
|
|
159
158
|
fromAminoMsg(object) {
|
|
@@ -176,10 +175,9 @@ export const DecCoin = {
|
|
|
176
175
|
typeUrl: "/cosmos.base.v1beta1.DecCoin",
|
|
177
176
|
value: DecCoin.encode(message).finish()
|
|
178
177
|
};
|
|
179
|
-
}
|
|
178
|
+
},
|
|
179
|
+
registerTypeUrl() { }
|
|
180
180
|
};
|
|
181
|
-
GlobalDecoderRegistry.register(DecCoin.typeUrl, DecCoin);
|
|
182
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DecCoin.aminoType, DecCoin.typeUrl);
|
|
183
181
|
function createBaseIntProto() {
|
|
184
182
|
return {
|
|
185
183
|
int: ""
|
|
@@ -254,10 +252,9 @@ export const IntProto = {
|
|
|
254
252
|
typeUrl: "/cosmos.base.v1beta1.IntProto",
|
|
255
253
|
value: IntProto.encode(message).finish()
|
|
256
254
|
};
|
|
257
|
-
}
|
|
255
|
+
},
|
|
256
|
+
registerTypeUrl() { }
|
|
258
257
|
};
|
|
259
|
-
GlobalDecoderRegistry.register(IntProto.typeUrl, IntProto);
|
|
260
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(IntProto.aminoType, IntProto.typeUrl);
|
|
261
258
|
function createBaseDecProto() {
|
|
262
259
|
return {
|
|
263
260
|
dec: ""
|
|
@@ -274,7 +271,7 @@ export const DecProto = {
|
|
|
274
271
|
},
|
|
275
272
|
encode(message, writer = BinaryWriter.create()) {
|
|
276
273
|
if (message.dec !== "") {
|
|
277
|
-
writer.uint32(10).string(message.dec);
|
|
274
|
+
writer.uint32(10).string(Decimal.fromUserInput(message.dec, 18).atomics);
|
|
278
275
|
}
|
|
279
276
|
return writer;
|
|
280
277
|
},
|
|
@@ -286,7 +283,7 @@ export const DecProto = {
|
|
|
286
283
|
const tag = reader.uint32();
|
|
287
284
|
switch (tag >>> 3) {
|
|
288
285
|
case 1:
|
|
289
|
-
message.dec = reader.string();
|
|
286
|
+
message.dec = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
290
287
|
break;
|
|
291
288
|
default:
|
|
292
289
|
reader.skipType(tag & 7);
|
|
@@ -309,7 +306,7 @@ export const DecProto = {
|
|
|
309
306
|
},
|
|
310
307
|
toAmino(message) {
|
|
311
308
|
const obj = {};
|
|
312
|
-
obj.dec = message.dec === "" ? undefined : message.dec;
|
|
309
|
+
obj.dec = message.dec === "" ? undefined : Decimal.fromUserInput(message.dec, 18).atomics;
|
|
313
310
|
return obj;
|
|
314
311
|
},
|
|
315
312
|
fromAminoMsg(object) {
|
|
@@ -332,7 +329,6 @@ export const DecProto = {
|
|
|
332
329
|
typeUrl: "/cosmos.base.v1beta1.DecProto",
|
|
333
330
|
value: DecProto.encode(message).finish()
|
|
334
331
|
};
|
|
335
|
-
}
|
|
332
|
+
},
|
|
333
|
+
registerTypeUrl() { }
|
|
336
334
|
};
|
|
337
|
-
GlobalDecoderRegistry.register(DecProto.typeUrl, DecProto);
|
|
338
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DecProto.aminoType, DecProto.typeUrl);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
3
2
|
function createBaseModule() {
|
|
4
3
|
return {
|
|
5
4
|
authority: ""
|
|
@@ -74,7 +73,6 @@ export const Module = {
|
|
|
74
73
|
typeUrl: "/cosmos.consensus.module.v1.Module",
|
|
75
74
|
value: Module.encode(message).finish()
|
|
76
75
|
};
|
|
77
|
-
}
|
|
76
|
+
},
|
|
77
|
+
registerTypeUrl() { }
|
|
78
78
|
};
|
|
79
|
-
GlobalDecoderRegistry.register(Module.typeUrl, Module);
|
|
80
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Module.aminoType, Module.typeUrl);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ConsensusParams } from "../../../tendermint/types/params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
3
|
function createBaseQueryParamsRequest() {
|
|
5
4
|
return {};
|
|
6
5
|
}
|
|
@@ -62,10 +61,9 @@ export const QueryParamsRequest = {
|
|
|
62
61
|
typeUrl: "/cosmos.consensus.v1.QueryParamsRequest",
|
|
63
62
|
value: QueryParamsRequest.encode(message).finish()
|
|
64
63
|
};
|
|
65
|
-
}
|
|
64
|
+
},
|
|
65
|
+
registerTypeUrl() { }
|
|
66
66
|
};
|
|
67
|
-
GlobalDecoderRegistry.register(QueryParamsRequest.typeUrl, QueryParamsRequest);
|
|
68
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryParamsRequest.aminoType, QueryParamsRequest.typeUrl);
|
|
69
67
|
function createBaseQueryParamsResponse() {
|
|
70
68
|
return {
|
|
71
69
|
params: undefined
|
|
@@ -140,7 +138,8 @@ export const QueryParamsResponse = {
|
|
|
140
138
|
typeUrl: "/cosmos.consensus.v1.QueryParamsResponse",
|
|
141
139
|
value: QueryParamsResponse.encode(message).finish()
|
|
142
140
|
};
|
|
141
|
+
},
|
|
142
|
+
registerTypeUrl() {
|
|
143
|
+
ConsensusParams.registerTypeUrl();
|
|
143
144
|
}
|
|
144
145
|
};
|
|
145
|
-
GlobalDecoderRegistry.register(QueryParamsResponse.typeUrl, QueryParamsResponse);
|
|
146
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(QueryParamsResponse.aminoType, QueryParamsResponse.typeUrl);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BlockParams, EvidenceParams, ValidatorParams, ABCIParams } from "../../../tendermint/types/params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
3
|
function createBaseMsgUpdateParams() {
|
|
5
4
|
return {
|
|
6
5
|
authority: "",
|
|
@@ -123,10 +122,14 @@ export const MsgUpdateParams = {
|
|
|
123
122
|
typeUrl: "/cosmos.consensus.v1.MsgUpdateParams",
|
|
124
123
|
value: MsgUpdateParams.encode(message).finish()
|
|
125
124
|
};
|
|
125
|
+
},
|
|
126
|
+
registerTypeUrl() {
|
|
127
|
+
BlockParams.registerTypeUrl();
|
|
128
|
+
EvidenceParams.registerTypeUrl();
|
|
129
|
+
ValidatorParams.registerTypeUrl();
|
|
130
|
+
ABCIParams.registerTypeUrl();
|
|
126
131
|
}
|
|
127
132
|
};
|
|
128
|
-
GlobalDecoderRegistry.register(MsgUpdateParams.typeUrl, MsgUpdateParams);
|
|
129
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParams.aminoType, MsgUpdateParams.typeUrl);
|
|
130
133
|
function createBaseMsgUpdateParamsResponse() {
|
|
131
134
|
return {};
|
|
132
135
|
}
|
|
@@ -188,7 +191,6 @@ export const MsgUpdateParamsResponse = {
|
|
|
188
191
|
typeUrl: "/cosmos.consensus.v1.MsgUpdateParamsResponse",
|
|
189
192
|
value: MsgUpdateParamsResponse.encode(message).finish()
|
|
190
193
|
};
|
|
191
|
-
}
|
|
194
|
+
},
|
|
195
|
+
registerTypeUrl() { }
|
|
192
196
|
};
|
|
193
|
-
GlobalDecoderRegistry.register(MsgUpdateParamsResponse.typeUrl, MsgUpdateParamsResponse);
|
|
194
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MsgUpdateParamsResponse.aminoType, MsgUpdateParamsResponse.typeUrl);
|
|
@@ -1,2 +1,28 @@
|
|
|
1
1
|
import { MsgUpdateParams } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.consensus.v1.MsgUpdateParams", MsgUpdateParams]];
|
|
3
|
+
export const MessageComposer = {
|
|
4
|
+
encoded: {
|
|
5
|
+
updateParams(value) {
|
|
6
|
+
return {
|
|
7
|
+
typeUrl: "/cosmos.consensus.v1.MsgUpdateParams",
|
|
8
|
+
value: MsgUpdateParams.encode(value).finish()
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
withTypeUrl: {
|
|
13
|
+
updateParams(value) {
|
|
14
|
+
return {
|
|
15
|
+
typeUrl: "/cosmos.consensus.v1.MsgUpdateParams",
|
|
16
|
+
value
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
fromPartial: {
|
|
21
|
+
updateParams(value) {
|
|
22
|
+
return {
|
|
23
|
+
typeUrl: "/cosmos.consensus.v1.MsgUpdateParams",
|
|
24
|
+
value: MsgUpdateParams.fromPartial(value)
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
@@ -5,5 +5,6 @@ export const createUpdateParams = (clientResolver) => buildTx({
|
|
|
5
5
|
clientResolver,
|
|
6
6
|
typeUrl: MsgUpdateParams.typeUrl,
|
|
7
7
|
encoders: toEncoders(MsgUpdateParams),
|
|
8
|
-
converters: toConverters(MsgUpdateParams)
|
|
8
|
+
converters: toConverters(MsgUpdateParams),
|
|
9
|
+
deps: [MsgUpdateParams]
|
|
9
10
|
});
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
2
|
import { bytesFromBase64, base64FromBytes } from "../../../../helpers";
|
|
3
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
4
3
|
function createBaseMultiSignature() {
|
|
5
4
|
return {
|
|
6
5
|
signatures: []
|
|
@@ -78,10 +77,9 @@ export const MultiSignature = {
|
|
|
78
77
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.MultiSignature",
|
|
79
78
|
value: MultiSignature.encode(message).finish()
|
|
80
79
|
};
|
|
81
|
-
}
|
|
80
|
+
},
|
|
81
|
+
registerTypeUrl() { }
|
|
82
82
|
};
|
|
83
|
-
GlobalDecoderRegistry.register(MultiSignature.typeUrl, MultiSignature);
|
|
84
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(MultiSignature.aminoType, MultiSignature.typeUrl);
|
|
85
83
|
function createBaseCompactBitArray() {
|
|
86
84
|
return {
|
|
87
85
|
extraBitsStored: 0,
|
|
@@ -168,7 +166,6 @@ export const CompactBitArray = {
|
|
|
168
166
|
typeUrl: "/cosmos.crypto.multisig.v1beta1.CompactBitArray",
|
|
169
167
|
value: CompactBitArray.encode(message).finish()
|
|
170
168
|
};
|
|
171
|
-
}
|
|
169
|
+
},
|
|
170
|
+
registerTypeUrl() { }
|
|
172
171
|
};
|
|
173
|
-
GlobalDecoderRegistry.register(CompactBitArray.typeUrl, CompactBitArray);
|
|
174
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(CompactBitArray.aminoType, CompactBitArray.typeUrl);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
-
import { GlobalDecoderRegistry } from "../../../../registry";
|
|
3
2
|
function createBaseModule() {
|
|
4
3
|
return {
|
|
5
4
|
feeCollectorName: "",
|
|
@@ -86,7 +85,6 @@ export const Module = {
|
|
|
86
85
|
typeUrl: "/cosmos.distribution.module.v1.Module",
|
|
87
86
|
value: Module.encode(message).finish()
|
|
88
87
|
};
|
|
89
|
-
}
|
|
88
|
+
},
|
|
89
|
+
registerTypeUrl() { }
|
|
90
90
|
};
|
|
91
|
-
GlobalDecoderRegistry.register(Module.typeUrl, Module);
|
|
92
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Module.aminoType, Module.typeUrl);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DecCoin, Coin } from "../../base/v1beta1/coin";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { Decimal } from "@interchainjs/math";
|
|
3
4
|
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
5
|
function createBaseParams() {
|
|
5
6
|
return {
|
|
@@ -20,13 +21,13 @@ export const Params = {
|
|
|
20
21
|
},
|
|
21
22
|
encode(message, writer = BinaryWriter.create()) {
|
|
22
23
|
if (message.communityTax !== "") {
|
|
23
|
-
writer.uint32(10).string(message.communityTax);
|
|
24
|
+
writer.uint32(10).string(Decimal.fromUserInput(message.communityTax, 18).atomics);
|
|
24
25
|
}
|
|
25
26
|
if (message.baseProposerReward !== "") {
|
|
26
|
-
writer.uint32(18).string(message.baseProposerReward);
|
|
27
|
+
writer.uint32(18).string(Decimal.fromUserInput(message.baseProposerReward, 18).atomics);
|
|
27
28
|
}
|
|
28
29
|
if (message.bonusProposerReward !== "") {
|
|
29
|
-
writer.uint32(26).string(message.bonusProposerReward);
|
|
30
|
+
writer.uint32(26).string(Decimal.fromUserInput(message.bonusProposerReward, 18).atomics);
|
|
30
31
|
}
|
|
31
32
|
if (message.withdrawAddrEnabled === true) {
|
|
32
33
|
writer.uint32(32).bool(message.withdrawAddrEnabled);
|
|
@@ -41,13 +42,13 @@ export const Params = {
|
|
|
41
42
|
const tag = reader.uint32();
|
|
42
43
|
switch (tag >>> 3) {
|
|
43
44
|
case 1:
|
|
44
|
-
message.communityTax = reader.string();
|
|
45
|
+
message.communityTax = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
45
46
|
break;
|
|
46
47
|
case 2:
|
|
47
|
-
message.baseProposerReward = reader.string();
|
|
48
|
+
message.baseProposerReward = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
48
49
|
break;
|
|
49
50
|
case 3:
|
|
50
|
-
message.bonusProposerReward = reader.string();
|
|
51
|
+
message.bonusProposerReward = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
51
52
|
break;
|
|
52
53
|
case 4:
|
|
53
54
|
message.withdrawAddrEnabled = reader.bool();
|
|
@@ -85,9 +86,9 @@ export const Params = {
|
|
|
85
86
|
},
|
|
86
87
|
toAmino(message) {
|
|
87
88
|
const obj = {};
|
|
88
|
-
obj.community_tax = message.communityTax ?? "";
|
|
89
|
-
obj.base_proposer_reward = message.baseProposerReward ?? "";
|
|
90
|
-
obj.bonus_proposer_reward = message.bonusProposerReward ?? "";
|
|
89
|
+
obj.community_tax = Decimal.fromUserInput(message.communityTax, 18).atomics ?? "";
|
|
90
|
+
obj.base_proposer_reward = Decimal.fromUserInput(message.baseProposerReward, 18).atomics ?? "";
|
|
91
|
+
obj.bonus_proposer_reward = Decimal.fromUserInput(message.bonusProposerReward, 18).atomics ?? "";
|
|
91
92
|
obj.withdraw_addr_enabled = message.withdrawAddrEnabled === false ? undefined : message.withdrawAddrEnabled;
|
|
92
93
|
return obj;
|
|
93
94
|
},
|
|
@@ -111,10 +112,9 @@ export const Params = {
|
|
|
111
112
|
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
112
113
|
value: Params.encode(message).finish()
|
|
113
114
|
};
|
|
114
|
-
}
|
|
115
|
+
},
|
|
116
|
+
registerTypeUrl() { }
|
|
115
117
|
};
|
|
116
|
-
GlobalDecoderRegistry.register(Params.typeUrl, Params);
|
|
117
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(Params.aminoType, Params.typeUrl);
|
|
118
118
|
function createBaseValidatorHistoricalRewards() {
|
|
119
119
|
return {
|
|
120
120
|
cumulativeRewardRatio: [],
|
|
@@ -204,10 +204,11 @@ export const ValidatorHistoricalRewards = {
|
|
|
204
204
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
205
205
|
value: ValidatorHistoricalRewards.encode(message).finish()
|
|
206
206
|
};
|
|
207
|
+
},
|
|
208
|
+
registerTypeUrl() {
|
|
209
|
+
DecCoin.registerTypeUrl();
|
|
207
210
|
}
|
|
208
211
|
};
|
|
209
|
-
GlobalDecoderRegistry.register(ValidatorHistoricalRewards.typeUrl, ValidatorHistoricalRewards);
|
|
210
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorHistoricalRewards.aminoType, ValidatorHistoricalRewards.typeUrl);
|
|
211
212
|
function createBaseValidatorCurrentRewards() {
|
|
212
213
|
return {
|
|
213
214
|
rewards: [],
|
|
@@ -297,10 +298,11 @@ export const ValidatorCurrentRewards = {
|
|
|
297
298
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
298
299
|
value: ValidatorCurrentRewards.encode(message).finish()
|
|
299
300
|
};
|
|
301
|
+
},
|
|
302
|
+
registerTypeUrl() {
|
|
303
|
+
DecCoin.registerTypeUrl();
|
|
300
304
|
}
|
|
301
305
|
};
|
|
302
|
-
GlobalDecoderRegistry.register(ValidatorCurrentRewards.typeUrl, ValidatorCurrentRewards);
|
|
303
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorCurrentRewards.aminoType, ValidatorCurrentRewards.typeUrl);
|
|
304
306
|
function createBaseValidatorAccumulatedCommission() {
|
|
305
307
|
return {
|
|
306
308
|
commission: []
|
|
@@ -378,10 +380,11 @@ export const ValidatorAccumulatedCommission = {
|
|
|
378
380
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
379
381
|
value: ValidatorAccumulatedCommission.encode(message).finish()
|
|
380
382
|
};
|
|
383
|
+
},
|
|
384
|
+
registerTypeUrl() {
|
|
385
|
+
DecCoin.registerTypeUrl();
|
|
381
386
|
}
|
|
382
387
|
};
|
|
383
|
-
GlobalDecoderRegistry.register(ValidatorAccumulatedCommission.typeUrl, ValidatorAccumulatedCommission);
|
|
384
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorAccumulatedCommission.aminoType, ValidatorAccumulatedCommission.typeUrl);
|
|
385
388
|
function createBaseValidatorOutstandingRewards() {
|
|
386
389
|
return {
|
|
387
390
|
rewards: []
|
|
@@ -459,10 +462,11 @@ export const ValidatorOutstandingRewards = {
|
|
|
459
462
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
460
463
|
value: ValidatorOutstandingRewards.encode(message).finish()
|
|
461
464
|
};
|
|
465
|
+
},
|
|
466
|
+
registerTypeUrl() {
|
|
467
|
+
DecCoin.registerTypeUrl();
|
|
462
468
|
}
|
|
463
469
|
};
|
|
464
|
-
GlobalDecoderRegistry.register(ValidatorOutstandingRewards.typeUrl, ValidatorOutstandingRewards);
|
|
465
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorOutstandingRewards.aminoType, ValidatorOutstandingRewards.typeUrl);
|
|
466
470
|
function createBaseValidatorSlashEvent() {
|
|
467
471
|
return {
|
|
468
472
|
validatorPeriod: BigInt(0),
|
|
@@ -483,7 +487,7 @@ export const ValidatorSlashEvent = {
|
|
|
483
487
|
writer.uint32(8).uint64(message.validatorPeriod);
|
|
484
488
|
}
|
|
485
489
|
if (message.fraction !== "") {
|
|
486
|
-
writer.uint32(18).string(message.fraction);
|
|
490
|
+
writer.uint32(18).string(Decimal.fromUserInput(message.fraction, 18).atomics);
|
|
487
491
|
}
|
|
488
492
|
return writer;
|
|
489
493
|
},
|
|
@@ -498,7 +502,7 @@ export const ValidatorSlashEvent = {
|
|
|
498
502
|
message.validatorPeriod = reader.uint64();
|
|
499
503
|
break;
|
|
500
504
|
case 2:
|
|
501
|
-
message.fraction = reader.string();
|
|
505
|
+
message.fraction = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
502
506
|
break;
|
|
503
507
|
default:
|
|
504
508
|
reader.skipType(tag & 7);
|
|
@@ -526,7 +530,7 @@ export const ValidatorSlashEvent = {
|
|
|
526
530
|
toAmino(message) {
|
|
527
531
|
const obj = {};
|
|
528
532
|
obj.validator_period = message.validatorPeriod !== BigInt(0) ? message.validatorPeriod?.toString() : undefined;
|
|
529
|
-
obj.fraction = message.fraction === "" ? undefined : message.fraction;
|
|
533
|
+
obj.fraction = message.fraction === "" ? undefined : Decimal.fromUserInput(message.fraction, 18).atomics;
|
|
530
534
|
return obj;
|
|
531
535
|
},
|
|
532
536
|
fromAminoMsg(object) {
|
|
@@ -549,10 +553,9 @@ export const ValidatorSlashEvent = {
|
|
|
549
553
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
550
554
|
value: ValidatorSlashEvent.encode(message).finish()
|
|
551
555
|
};
|
|
552
|
-
}
|
|
556
|
+
},
|
|
557
|
+
registerTypeUrl() { }
|
|
553
558
|
};
|
|
554
|
-
GlobalDecoderRegistry.register(ValidatorSlashEvent.typeUrl, ValidatorSlashEvent);
|
|
555
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorSlashEvent.aminoType, ValidatorSlashEvent.typeUrl);
|
|
556
559
|
function createBaseValidatorSlashEvents() {
|
|
557
560
|
return {
|
|
558
561
|
validatorSlashEvents: []
|
|
@@ -630,10 +633,11 @@ export const ValidatorSlashEvents = {
|
|
|
630
633
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
631
634
|
value: ValidatorSlashEvents.encode(message).finish()
|
|
632
635
|
};
|
|
636
|
+
},
|
|
637
|
+
registerTypeUrl() {
|
|
638
|
+
ValidatorSlashEvent.registerTypeUrl();
|
|
633
639
|
}
|
|
634
640
|
};
|
|
635
|
-
GlobalDecoderRegistry.register(ValidatorSlashEvents.typeUrl, ValidatorSlashEvents);
|
|
636
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(ValidatorSlashEvents.aminoType, ValidatorSlashEvents.typeUrl);
|
|
637
641
|
function createBaseFeePool() {
|
|
638
642
|
return {
|
|
639
643
|
communityPool: []
|
|
@@ -711,10 +715,11 @@ export const FeePool = {
|
|
|
711
715
|
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
712
716
|
value: FeePool.encode(message).finish()
|
|
713
717
|
};
|
|
718
|
+
},
|
|
719
|
+
registerTypeUrl() {
|
|
720
|
+
DecCoin.registerTypeUrl();
|
|
714
721
|
}
|
|
715
722
|
};
|
|
716
|
-
GlobalDecoderRegistry.register(FeePool.typeUrl, FeePool);
|
|
717
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(FeePool.aminoType, FeePool.typeUrl);
|
|
718
723
|
function createBaseCommunityPoolSpendProposal() {
|
|
719
724
|
return {
|
|
720
725
|
title: "",
|
|
@@ -828,10 +833,13 @@ export const CommunityPoolSpendProposal = {
|
|
|
828
833
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
829
834
|
value: CommunityPoolSpendProposal.encode(message).finish()
|
|
830
835
|
};
|
|
836
|
+
},
|
|
837
|
+
registerTypeUrl() {
|
|
838
|
+
GlobalDecoderRegistry.register(CommunityPoolSpendProposal.typeUrl, CommunityPoolSpendProposal);
|
|
839
|
+
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposal.aminoType, CommunityPoolSpendProposal.typeUrl);
|
|
840
|
+
Coin.registerTypeUrl();
|
|
831
841
|
}
|
|
832
842
|
};
|
|
833
|
-
GlobalDecoderRegistry.register(CommunityPoolSpendProposal.typeUrl, CommunityPoolSpendProposal);
|
|
834
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposal.aminoType, CommunityPoolSpendProposal.typeUrl);
|
|
835
843
|
function createBaseDelegatorStartingInfo() {
|
|
836
844
|
return {
|
|
837
845
|
previousPeriod: BigInt(0),
|
|
@@ -853,7 +861,7 @@ export const DelegatorStartingInfo = {
|
|
|
853
861
|
writer.uint32(8).uint64(message.previousPeriod);
|
|
854
862
|
}
|
|
855
863
|
if (message.stake !== "") {
|
|
856
|
-
writer.uint32(18).string(message.stake);
|
|
864
|
+
writer.uint32(18).string(Decimal.fromUserInput(message.stake, 18).atomics);
|
|
857
865
|
}
|
|
858
866
|
if (message.height !== BigInt(0)) {
|
|
859
867
|
writer.uint32(24).uint64(message.height);
|
|
@@ -871,7 +879,7 @@ export const DelegatorStartingInfo = {
|
|
|
871
879
|
message.previousPeriod = reader.uint64();
|
|
872
880
|
break;
|
|
873
881
|
case 2:
|
|
874
|
-
message.stake = reader.string();
|
|
882
|
+
message.stake = Decimal.fromAtomics(reader.string(), 18).toString();
|
|
875
883
|
break;
|
|
876
884
|
case 3:
|
|
877
885
|
message.height = reader.uint64();
|
|
@@ -906,7 +914,7 @@ export const DelegatorStartingInfo = {
|
|
|
906
914
|
toAmino(message) {
|
|
907
915
|
const obj = {};
|
|
908
916
|
obj.previous_period = message.previousPeriod !== BigInt(0) ? message.previousPeriod?.toString() : undefined;
|
|
909
|
-
obj.stake = message.stake ?? "";
|
|
917
|
+
obj.stake = Decimal.fromUserInput(message.stake, 18).atomics ?? "";
|
|
910
918
|
obj.height = message.height ? message.height?.toString() : "0";
|
|
911
919
|
return obj;
|
|
912
920
|
},
|
|
@@ -930,10 +938,9 @@ export const DelegatorStartingInfo = {
|
|
|
930
938
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
931
939
|
value: DelegatorStartingInfo.encode(message).finish()
|
|
932
940
|
};
|
|
933
|
-
}
|
|
941
|
+
},
|
|
942
|
+
registerTypeUrl() { }
|
|
934
943
|
};
|
|
935
|
-
GlobalDecoderRegistry.register(DelegatorStartingInfo.typeUrl, DelegatorStartingInfo);
|
|
936
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DelegatorStartingInfo.aminoType, DelegatorStartingInfo.typeUrl);
|
|
937
944
|
function createBaseDelegationDelegatorReward() {
|
|
938
945
|
return {
|
|
939
946
|
validatorAddress: "",
|
|
@@ -1023,10 +1030,11 @@ export const DelegationDelegatorReward = {
|
|
|
1023
1030
|
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
1024
1031
|
value: DelegationDelegatorReward.encode(message).finish()
|
|
1025
1032
|
};
|
|
1033
|
+
},
|
|
1034
|
+
registerTypeUrl() {
|
|
1035
|
+
DecCoin.registerTypeUrl();
|
|
1026
1036
|
}
|
|
1027
1037
|
};
|
|
1028
|
-
GlobalDecoderRegistry.register(DelegationDelegatorReward.typeUrl, DelegationDelegatorReward);
|
|
1029
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(DelegationDelegatorReward.aminoType, DelegationDelegatorReward.typeUrl);
|
|
1030
1038
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1031
1039
|
return {
|
|
1032
1040
|
title: "",
|
|
@@ -1149,7 +1157,9 @@ export const CommunityPoolSpendProposalWithDeposit = {
|
|
|
1149
1157
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1150
1158
|
value: CommunityPoolSpendProposalWithDeposit.encode(message).finish()
|
|
1151
1159
|
};
|
|
1160
|
+
},
|
|
1161
|
+
registerTypeUrl() {
|
|
1162
|
+
GlobalDecoderRegistry.register(CommunityPoolSpendProposalWithDeposit.typeUrl, CommunityPoolSpendProposalWithDeposit);
|
|
1163
|
+
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposalWithDeposit.aminoType, CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
1152
1164
|
}
|
|
1153
1165
|
};
|
|
1154
|
-
GlobalDecoderRegistry.register(CommunityPoolSpendProposalWithDeposit.typeUrl, CommunityPoolSpendProposalWithDeposit);
|
|
1155
|
-
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposalWithDeposit.aminoType, CommunityPoolSpendProposalWithDeposit.typeUrl);
|