@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
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CommunityPoolSpendProposalWithDeposit = exports.DelegationDelegatorReward = exports.DelegatorStartingInfo = exports.CommunityPoolSpendProposal = exports.FeePool = exports.ValidatorSlashEvents = exports.ValidatorSlashEvent = exports.ValidatorOutstandingRewards = exports.ValidatorAccumulatedCommission = exports.ValidatorCurrentRewards = exports.ValidatorHistoricalRewards = exports.Params = void 0;
|
|
4
4
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
+
const math_1 = require("@interchainjs/math");
|
|
6
7
|
const registry_1 = require("../../../registry");
|
|
7
8
|
function createBaseParams() {
|
|
8
9
|
return {
|
|
@@ -23,13 +24,13 @@ exports.Params = {
|
|
|
23
24
|
},
|
|
24
25
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
25
26
|
if (message.communityTax !== "") {
|
|
26
|
-
writer.uint32(10).string(message.communityTax);
|
|
27
|
+
writer.uint32(10).string(math_1.Decimal.fromUserInput(message.communityTax, 18).atomics);
|
|
27
28
|
}
|
|
28
29
|
if (message.baseProposerReward !== "") {
|
|
29
|
-
writer.uint32(18).string(message.baseProposerReward);
|
|
30
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.baseProposerReward, 18).atomics);
|
|
30
31
|
}
|
|
31
32
|
if (message.bonusProposerReward !== "") {
|
|
32
|
-
writer.uint32(26).string(message.bonusProposerReward);
|
|
33
|
+
writer.uint32(26).string(math_1.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics);
|
|
33
34
|
}
|
|
34
35
|
if (message.withdrawAddrEnabled === true) {
|
|
35
36
|
writer.uint32(32).bool(message.withdrawAddrEnabled);
|
|
@@ -44,13 +45,13 @@ exports.Params = {
|
|
|
44
45
|
const tag = reader.uint32();
|
|
45
46
|
switch (tag >>> 3) {
|
|
46
47
|
case 1:
|
|
47
|
-
message.communityTax = reader.string();
|
|
48
|
+
message.communityTax = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
48
49
|
break;
|
|
49
50
|
case 2:
|
|
50
|
-
message.baseProposerReward = reader.string();
|
|
51
|
+
message.baseProposerReward = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
51
52
|
break;
|
|
52
53
|
case 3:
|
|
53
|
-
message.bonusProposerReward = reader.string();
|
|
54
|
+
message.bonusProposerReward = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
54
55
|
break;
|
|
55
56
|
case 4:
|
|
56
57
|
message.withdrawAddrEnabled = reader.bool();
|
|
@@ -88,9 +89,9 @@ exports.Params = {
|
|
|
88
89
|
},
|
|
89
90
|
toAmino(message) {
|
|
90
91
|
const obj = {};
|
|
91
|
-
obj.community_tax = message.communityTax ?? "";
|
|
92
|
-
obj.base_proposer_reward = message.baseProposerReward ?? "";
|
|
93
|
-
obj.bonus_proposer_reward = message.bonusProposerReward ?? "";
|
|
92
|
+
obj.community_tax = math_1.Decimal.fromUserInput(message.communityTax, 18).atomics ?? "";
|
|
93
|
+
obj.base_proposer_reward = math_1.Decimal.fromUserInput(message.baseProposerReward, 18).atomics ?? "";
|
|
94
|
+
obj.bonus_proposer_reward = math_1.Decimal.fromUserInput(message.bonusProposerReward, 18).atomics ?? "";
|
|
94
95
|
obj.withdraw_addr_enabled = message.withdrawAddrEnabled === false ? undefined : message.withdrawAddrEnabled;
|
|
95
96
|
return obj;
|
|
96
97
|
},
|
|
@@ -114,10 +115,9 @@ exports.Params = {
|
|
|
114
115
|
typeUrl: "/cosmos.distribution.v1beta1.Params",
|
|
115
116
|
value: exports.Params.encode(message).finish()
|
|
116
117
|
};
|
|
117
|
-
}
|
|
118
|
+
},
|
|
119
|
+
registerTypeUrl() { }
|
|
118
120
|
};
|
|
119
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
120
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
121
121
|
function createBaseValidatorHistoricalRewards() {
|
|
122
122
|
return {
|
|
123
123
|
cumulativeRewardRatio: [],
|
|
@@ -207,10 +207,11 @@ exports.ValidatorHistoricalRewards = {
|
|
|
207
207
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewards",
|
|
208
208
|
value: exports.ValidatorHistoricalRewards.encode(message).finish()
|
|
209
209
|
};
|
|
210
|
+
},
|
|
211
|
+
registerTypeUrl() {
|
|
212
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
210
213
|
}
|
|
211
214
|
};
|
|
212
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorHistoricalRewards.typeUrl, exports.ValidatorHistoricalRewards);
|
|
213
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorHistoricalRewards.aminoType, exports.ValidatorHistoricalRewards.typeUrl);
|
|
214
215
|
function createBaseValidatorCurrentRewards() {
|
|
215
216
|
return {
|
|
216
217
|
rewards: [],
|
|
@@ -300,10 +301,11 @@ exports.ValidatorCurrentRewards = {
|
|
|
300
301
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewards",
|
|
301
302
|
value: exports.ValidatorCurrentRewards.encode(message).finish()
|
|
302
303
|
};
|
|
304
|
+
},
|
|
305
|
+
registerTypeUrl() {
|
|
306
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
303
307
|
}
|
|
304
308
|
};
|
|
305
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorCurrentRewards.typeUrl, exports.ValidatorCurrentRewards);
|
|
306
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorCurrentRewards.aminoType, exports.ValidatorCurrentRewards.typeUrl);
|
|
307
309
|
function createBaseValidatorAccumulatedCommission() {
|
|
308
310
|
return {
|
|
309
311
|
commission: []
|
|
@@ -381,10 +383,11 @@ exports.ValidatorAccumulatedCommission = {
|
|
|
381
383
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommission",
|
|
382
384
|
value: exports.ValidatorAccumulatedCommission.encode(message).finish()
|
|
383
385
|
};
|
|
386
|
+
},
|
|
387
|
+
registerTypeUrl() {
|
|
388
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
384
389
|
}
|
|
385
390
|
};
|
|
386
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorAccumulatedCommission.typeUrl, exports.ValidatorAccumulatedCommission);
|
|
387
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorAccumulatedCommission.aminoType, exports.ValidatorAccumulatedCommission.typeUrl);
|
|
388
391
|
function createBaseValidatorOutstandingRewards() {
|
|
389
392
|
return {
|
|
390
393
|
rewards: []
|
|
@@ -462,10 +465,11 @@ exports.ValidatorOutstandingRewards = {
|
|
|
462
465
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewards",
|
|
463
466
|
value: exports.ValidatorOutstandingRewards.encode(message).finish()
|
|
464
467
|
};
|
|
468
|
+
},
|
|
469
|
+
registerTypeUrl() {
|
|
470
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
465
471
|
}
|
|
466
472
|
};
|
|
467
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorOutstandingRewards.typeUrl, exports.ValidatorOutstandingRewards);
|
|
468
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorOutstandingRewards.aminoType, exports.ValidatorOutstandingRewards.typeUrl);
|
|
469
473
|
function createBaseValidatorSlashEvent() {
|
|
470
474
|
return {
|
|
471
475
|
validatorPeriod: BigInt(0),
|
|
@@ -486,7 +490,7 @@ exports.ValidatorSlashEvent = {
|
|
|
486
490
|
writer.uint32(8).uint64(message.validatorPeriod);
|
|
487
491
|
}
|
|
488
492
|
if (message.fraction !== "") {
|
|
489
|
-
writer.uint32(18).string(message.fraction);
|
|
493
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.fraction, 18).atomics);
|
|
490
494
|
}
|
|
491
495
|
return writer;
|
|
492
496
|
},
|
|
@@ -501,7 +505,7 @@ exports.ValidatorSlashEvent = {
|
|
|
501
505
|
message.validatorPeriod = reader.uint64();
|
|
502
506
|
break;
|
|
503
507
|
case 2:
|
|
504
|
-
message.fraction = reader.string();
|
|
508
|
+
message.fraction = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
505
509
|
break;
|
|
506
510
|
default:
|
|
507
511
|
reader.skipType(tag & 7);
|
|
@@ -529,7 +533,7 @@ exports.ValidatorSlashEvent = {
|
|
|
529
533
|
toAmino(message) {
|
|
530
534
|
const obj = {};
|
|
531
535
|
obj.validator_period = message.validatorPeriod !== BigInt(0) ? message.validatorPeriod?.toString() : undefined;
|
|
532
|
-
obj.fraction = message.fraction === "" ? undefined : message.fraction;
|
|
536
|
+
obj.fraction = message.fraction === "" ? undefined : math_1.Decimal.fromUserInput(message.fraction, 18).atomics;
|
|
533
537
|
return obj;
|
|
534
538
|
},
|
|
535
539
|
fromAminoMsg(object) {
|
|
@@ -552,10 +556,9 @@ exports.ValidatorSlashEvent = {
|
|
|
552
556
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvent",
|
|
553
557
|
value: exports.ValidatorSlashEvent.encode(message).finish()
|
|
554
558
|
};
|
|
555
|
-
}
|
|
559
|
+
},
|
|
560
|
+
registerTypeUrl() { }
|
|
556
561
|
};
|
|
557
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvent.typeUrl, exports.ValidatorSlashEvent);
|
|
558
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvent.aminoType, exports.ValidatorSlashEvent.typeUrl);
|
|
559
562
|
function createBaseValidatorSlashEvents() {
|
|
560
563
|
return {
|
|
561
564
|
validatorSlashEvents: []
|
|
@@ -633,10 +636,11 @@ exports.ValidatorSlashEvents = {
|
|
|
633
636
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEvents",
|
|
634
637
|
value: exports.ValidatorSlashEvents.encode(message).finish()
|
|
635
638
|
};
|
|
639
|
+
},
|
|
640
|
+
registerTypeUrl() {
|
|
641
|
+
exports.ValidatorSlashEvent.registerTypeUrl();
|
|
636
642
|
}
|
|
637
643
|
};
|
|
638
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEvents.typeUrl, exports.ValidatorSlashEvents);
|
|
639
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEvents.aminoType, exports.ValidatorSlashEvents.typeUrl);
|
|
640
644
|
function createBaseFeePool() {
|
|
641
645
|
return {
|
|
642
646
|
communityPool: []
|
|
@@ -714,10 +718,11 @@ exports.FeePool = {
|
|
|
714
718
|
typeUrl: "/cosmos.distribution.v1beta1.FeePool",
|
|
715
719
|
value: exports.FeePool.encode(message).finish()
|
|
716
720
|
};
|
|
721
|
+
},
|
|
722
|
+
registerTypeUrl() {
|
|
723
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
717
724
|
}
|
|
718
725
|
};
|
|
719
|
-
registry_1.GlobalDecoderRegistry.register(exports.FeePool.typeUrl, exports.FeePool);
|
|
720
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.FeePool.aminoType, exports.FeePool.typeUrl);
|
|
721
726
|
function createBaseCommunityPoolSpendProposal() {
|
|
722
727
|
return {
|
|
723
728
|
title: "",
|
|
@@ -831,10 +836,13 @@ exports.CommunityPoolSpendProposal = {
|
|
|
831
836
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
832
837
|
value: exports.CommunityPoolSpendProposal.encode(message).finish()
|
|
833
838
|
};
|
|
839
|
+
},
|
|
840
|
+
registerTypeUrl() {
|
|
841
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
842
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
843
|
+
coin_1.Coin.registerTypeUrl();
|
|
834
844
|
}
|
|
835
845
|
};
|
|
836
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposal.typeUrl, exports.CommunityPoolSpendProposal);
|
|
837
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposal.aminoType, exports.CommunityPoolSpendProposal.typeUrl);
|
|
838
846
|
function createBaseDelegatorStartingInfo() {
|
|
839
847
|
return {
|
|
840
848
|
previousPeriod: BigInt(0),
|
|
@@ -856,7 +864,7 @@ exports.DelegatorStartingInfo = {
|
|
|
856
864
|
writer.uint32(8).uint64(message.previousPeriod);
|
|
857
865
|
}
|
|
858
866
|
if (message.stake !== "") {
|
|
859
|
-
writer.uint32(18).string(message.stake);
|
|
867
|
+
writer.uint32(18).string(math_1.Decimal.fromUserInput(message.stake, 18).atomics);
|
|
860
868
|
}
|
|
861
869
|
if (message.height !== BigInt(0)) {
|
|
862
870
|
writer.uint32(24).uint64(message.height);
|
|
@@ -874,7 +882,7 @@ exports.DelegatorStartingInfo = {
|
|
|
874
882
|
message.previousPeriod = reader.uint64();
|
|
875
883
|
break;
|
|
876
884
|
case 2:
|
|
877
|
-
message.stake = reader.string();
|
|
885
|
+
message.stake = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
878
886
|
break;
|
|
879
887
|
case 3:
|
|
880
888
|
message.height = reader.uint64();
|
|
@@ -909,7 +917,7 @@ exports.DelegatorStartingInfo = {
|
|
|
909
917
|
toAmino(message) {
|
|
910
918
|
const obj = {};
|
|
911
919
|
obj.previous_period = message.previousPeriod !== BigInt(0) ? message.previousPeriod?.toString() : undefined;
|
|
912
|
-
obj.stake = message.stake ?? "";
|
|
920
|
+
obj.stake = math_1.Decimal.fromUserInput(message.stake, 18).atomics ?? "";
|
|
913
921
|
obj.height = message.height ? message.height?.toString() : "0";
|
|
914
922
|
return obj;
|
|
915
923
|
},
|
|
@@ -933,10 +941,9 @@ exports.DelegatorStartingInfo = {
|
|
|
933
941
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfo",
|
|
934
942
|
value: exports.DelegatorStartingInfo.encode(message).finish()
|
|
935
943
|
};
|
|
936
|
-
}
|
|
944
|
+
},
|
|
945
|
+
registerTypeUrl() { }
|
|
937
946
|
};
|
|
938
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegatorStartingInfo.typeUrl, exports.DelegatorStartingInfo);
|
|
939
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorStartingInfo.aminoType, exports.DelegatorStartingInfo.typeUrl);
|
|
940
947
|
function createBaseDelegationDelegatorReward() {
|
|
941
948
|
return {
|
|
942
949
|
validatorAddress: "",
|
|
@@ -1026,10 +1033,11 @@ exports.DelegationDelegatorReward = {
|
|
|
1026
1033
|
typeUrl: "/cosmos.distribution.v1beta1.DelegationDelegatorReward",
|
|
1027
1034
|
value: exports.DelegationDelegatorReward.encode(message).finish()
|
|
1028
1035
|
};
|
|
1036
|
+
},
|
|
1037
|
+
registerTypeUrl() {
|
|
1038
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
1029
1039
|
}
|
|
1030
1040
|
};
|
|
1031
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegationDelegatorReward.typeUrl, exports.DelegationDelegatorReward);
|
|
1032
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegationDelegatorReward.aminoType, exports.DelegationDelegatorReward.typeUrl);
|
|
1033
1041
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1034
1042
|
return {
|
|
1035
1043
|
title: "",
|
|
@@ -1152,7 +1160,9 @@ exports.CommunityPoolSpendProposalWithDeposit = {
|
|
|
1152
1160
|
typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1153
1161
|
value: exports.CommunityPoolSpendProposalWithDeposit.encode(message).finish()
|
|
1154
1162
|
};
|
|
1163
|
+
},
|
|
1164
|
+
registerTypeUrl() {
|
|
1165
|
+
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1166
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
1155
1167
|
}
|
|
1156
1168
|
};
|
|
1157
|
-
registry_1.GlobalDecoderRegistry.register(exports.CommunityPoolSpendProposalWithDeposit.typeUrl, exports.CommunityPoolSpendProposalWithDeposit);
|
|
1158
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.CommunityPoolSpendProposalWithDeposit.aminoType, exports.CommunityPoolSpendProposalWithDeposit.typeUrl);
|
|
@@ -261,6 +261,7 @@ export declare const DelegatorWithdrawInfo: {
|
|
|
261
261
|
fromProtoMsg(message: DelegatorWithdrawInfoProtoMsg): DelegatorWithdrawInfo;
|
|
262
262
|
toProto(message: DelegatorWithdrawInfo): Uint8Array;
|
|
263
263
|
toProtoMsg(message: DelegatorWithdrawInfo): DelegatorWithdrawInfoProtoMsg;
|
|
264
|
+
registerTypeUrl(): void;
|
|
264
265
|
};
|
|
265
266
|
export declare const ValidatorOutstandingRewardsRecord: {
|
|
266
267
|
typeUrl: string;
|
|
@@ -277,6 +278,7 @@ export declare const ValidatorOutstandingRewardsRecord: {
|
|
|
277
278
|
fromProtoMsg(message: ValidatorOutstandingRewardsRecordProtoMsg): ValidatorOutstandingRewardsRecord;
|
|
278
279
|
toProto(message: ValidatorOutstandingRewardsRecord): Uint8Array;
|
|
279
280
|
toProtoMsg(message: ValidatorOutstandingRewardsRecord): ValidatorOutstandingRewardsRecordProtoMsg;
|
|
281
|
+
registerTypeUrl(): void;
|
|
280
282
|
};
|
|
281
283
|
export declare const ValidatorAccumulatedCommissionRecord: {
|
|
282
284
|
typeUrl: string;
|
|
@@ -293,6 +295,7 @@ export declare const ValidatorAccumulatedCommissionRecord: {
|
|
|
293
295
|
fromProtoMsg(message: ValidatorAccumulatedCommissionRecordProtoMsg): ValidatorAccumulatedCommissionRecord;
|
|
294
296
|
toProto(message: ValidatorAccumulatedCommissionRecord): Uint8Array;
|
|
295
297
|
toProtoMsg(message: ValidatorAccumulatedCommissionRecord): ValidatorAccumulatedCommissionRecordProtoMsg;
|
|
298
|
+
registerTypeUrl(): void;
|
|
296
299
|
};
|
|
297
300
|
export declare const ValidatorHistoricalRewardsRecord: {
|
|
298
301
|
typeUrl: string;
|
|
@@ -309,6 +312,7 @@ export declare const ValidatorHistoricalRewardsRecord: {
|
|
|
309
312
|
fromProtoMsg(message: ValidatorHistoricalRewardsRecordProtoMsg): ValidatorHistoricalRewardsRecord;
|
|
310
313
|
toProto(message: ValidatorHistoricalRewardsRecord): Uint8Array;
|
|
311
314
|
toProtoMsg(message: ValidatorHistoricalRewardsRecord): ValidatorHistoricalRewardsRecordProtoMsg;
|
|
315
|
+
registerTypeUrl(): void;
|
|
312
316
|
};
|
|
313
317
|
export declare const ValidatorCurrentRewardsRecord: {
|
|
314
318
|
typeUrl: string;
|
|
@@ -325,6 +329,7 @@ export declare const ValidatorCurrentRewardsRecord: {
|
|
|
325
329
|
fromProtoMsg(message: ValidatorCurrentRewardsRecordProtoMsg): ValidatorCurrentRewardsRecord;
|
|
326
330
|
toProto(message: ValidatorCurrentRewardsRecord): Uint8Array;
|
|
327
331
|
toProtoMsg(message: ValidatorCurrentRewardsRecord): ValidatorCurrentRewardsRecordProtoMsg;
|
|
332
|
+
registerTypeUrl(): void;
|
|
328
333
|
};
|
|
329
334
|
export declare const DelegatorStartingInfoRecord: {
|
|
330
335
|
typeUrl: string;
|
|
@@ -341,6 +346,7 @@ export declare const DelegatorStartingInfoRecord: {
|
|
|
341
346
|
fromProtoMsg(message: DelegatorStartingInfoRecordProtoMsg): DelegatorStartingInfoRecord;
|
|
342
347
|
toProto(message: DelegatorStartingInfoRecord): Uint8Array;
|
|
343
348
|
toProtoMsg(message: DelegatorStartingInfoRecord): DelegatorStartingInfoRecordProtoMsg;
|
|
349
|
+
registerTypeUrl(): void;
|
|
344
350
|
};
|
|
345
351
|
export declare const ValidatorSlashEventRecord: {
|
|
346
352
|
typeUrl: string;
|
|
@@ -357,6 +363,7 @@ export declare const ValidatorSlashEventRecord: {
|
|
|
357
363
|
fromProtoMsg(message: ValidatorSlashEventRecordProtoMsg): ValidatorSlashEventRecord;
|
|
358
364
|
toProto(message: ValidatorSlashEventRecord): Uint8Array;
|
|
359
365
|
toProtoMsg(message: ValidatorSlashEventRecord): ValidatorSlashEventRecordProtoMsg;
|
|
366
|
+
registerTypeUrl(): void;
|
|
360
367
|
};
|
|
361
368
|
export declare const GenesisState: {
|
|
362
369
|
typeUrl: string;
|
|
@@ -373,4 +380,5 @@ export declare const GenesisState: {
|
|
|
373
380
|
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
374
381
|
toProto(message: GenesisState): Uint8Array;
|
|
375
382
|
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
383
|
+
registerTypeUrl(): void;
|
|
376
384
|
};
|
|
@@ -4,7 +4,6 @@ exports.GenesisState = exports.ValidatorSlashEventRecord = exports.DelegatorStar
|
|
|
4
4
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
5
5
|
const distribution_1 = require("./distribution");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
|
-
const registry_1 = require("../../../registry");
|
|
8
7
|
function createBaseDelegatorWithdrawInfo() {
|
|
9
8
|
return {
|
|
10
9
|
delegatorAddress: "",
|
|
@@ -91,10 +90,9 @@ exports.DelegatorWithdrawInfo = {
|
|
|
91
90
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorWithdrawInfo",
|
|
92
91
|
value: exports.DelegatorWithdrawInfo.encode(message).finish()
|
|
93
92
|
};
|
|
94
|
-
}
|
|
93
|
+
},
|
|
94
|
+
registerTypeUrl() { }
|
|
95
95
|
};
|
|
96
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegatorWithdrawInfo.typeUrl, exports.DelegatorWithdrawInfo);
|
|
97
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorWithdrawInfo.aminoType, exports.DelegatorWithdrawInfo.typeUrl);
|
|
98
96
|
function createBaseValidatorOutstandingRewardsRecord() {
|
|
99
97
|
return {
|
|
100
98
|
validatorAddress: "",
|
|
@@ -184,10 +182,11 @@ exports.ValidatorOutstandingRewardsRecord = {
|
|
|
184
182
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorOutstandingRewardsRecord",
|
|
185
183
|
value: exports.ValidatorOutstandingRewardsRecord.encode(message).finish()
|
|
186
184
|
};
|
|
185
|
+
},
|
|
186
|
+
registerTypeUrl() {
|
|
187
|
+
coin_1.DecCoin.registerTypeUrl();
|
|
187
188
|
}
|
|
188
189
|
};
|
|
189
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorOutstandingRewardsRecord.typeUrl, exports.ValidatorOutstandingRewardsRecord);
|
|
190
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorOutstandingRewardsRecord.aminoType, exports.ValidatorOutstandingRewardsRecord.typeUrl);
|
|
191
190
|
function createBaseValidatorAccumulatedCommissionRecord() {
|
|
192
191
|
return {
|
|
193
192
|
validatorAddress: "",
|
|
@@ -274,10 +273,11 @@ exports.ValidatorAccumulatedCommissionRecord = {
|
|
|
274
273
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorAccumulatedCommissionRecord",
|
|
275
274
|
value: exports.ValidatorAccumulatedCommissionRecord.encode(message).finish()
|
|
276
275
|
};
|
|
276
|
+
},
|
|
277
|
+
registerTypeUrl() {
|
|
278
|
+
distribution_1.ValidatorAccumulatedCommission.registerTypeUrl();
|
|
277
279
|
}
|
|
278
280
|
};
|
|
279
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorAccumulatedCommissionRecord.typeUrl, exports.ValidatorAccumulatedCommissionRecord);
|
|
280
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorAccumulatedCommissionRecord.aminoType, exports.ValidatorAccumulatedCommissionRecord.typeUrl);
|
|
281
281
|
function createBaseValidatorHistoricalRewardsRecord() {
|
|
282
282
|
return {
|
|
283
283
|
validatorAddress: "",
|
|
@@ -376,10 +376,11 @@ exports.ValidatorHistoricalRewardsRecord = {
|
|
|
376
376
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorHistoricalRewardsRecord",
|
|
377
377
|
value: exports.ValidatorHistoricalRewardsRecord.encode(message).finish()
|
|
378
378
|
};
|
|
379
|
+
},
|
|
380
|
+
registerTypeUrl() {
|
|
381
|
+
distribution_1.ValidatorHistoricalRewards.registerTypeUrl();
|
|
379
382
|
}
|
|
380
383
|
};
|
|
381
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorHistoricalRewardsRecord.typeUrl, exports.ValidatorHistoricalRewardsRecord);
|
|
382
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorHistoricalRewardsRecord.aminoType, exports.ValidatorHistoricalRewardsRecord.typeUrl);
|
|
383
384
|
function createBaseValidatorCurrentRewardsRecord() {
|
|
384
385
|
return {
|
|
385
386
|
validatorAddress: "",
|
|
@@ -466,10 +467,11 @@ exports.ValidatorCurrentRewardsRecord = {
|
|
|
466
467
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorCurrentRewardsRecord",
|
|
467
468
|
value: exports.ValidatorCurrentRewardsRecord.encode(message).finish()
|
|
468
469
|
};
|
|
470
|
+
},
|
|
471
|
+
registerTypeUrl() {
|
|
472
|
+
distribution_1.ValidatorCurrentRewards.registerTypeUrl();
|
|
469
473
|
}
|
|
470
474
|
};
|
|
471
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorCurrentRewardsRecord.typeUrl, exports.ValidatorCurrentRewardsRecord);
|
|
472
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorCurrentRewardsRecord.aminoType, exports.ValidatorCurrentRewardsRecord.typeUrl);
|
|
473
475
|
function createBaseDelegatorStartingInfoRecord() {
|
|
474
476
|
return {
|
|
475
477
|
delegatorAddress: "",
|
|
@@ -568,10 +570,11 @@ exports.DelegatorStartingInfoRecord = {
|
|
|
568
570
|
typeUrl: "/cosmos.distribution.v1beta1.DelegatorStartingInfoRecord",
|
|
569
571
|
value: exports.DelegatorStartingInfoRecord.encode(message).finish()
|
|
570
572
|
};
|
|
573
|
+
},
|
|
574
|
+
registerTypeUrl() {
|
|
575
|
+
distribution_1.DelegatorStartingInfo.registerTypeUrl();
|
|
571
576
|
}
|
|
572
577
|
};
|
|
573
|
-
registry_1.GlobalDecoderRegistry.register(exports.DelegatorStartingInfoRecord.typeUrl, exports.DelegatorStartingInfoRecord);
|
|
574
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.DelegatorStartingInfoRecord.aminoType, exports.DelegatorStartingInfoRecord.typeUrl);
|
|
575
578
|
function createBaseValidatorSlashEventRecord() {
|
|
576
579
|
return {
|
|
577
580
|
validatorAddress: "",
|
|
@@ -682,10 +685,11 @@ exports.ValidatorSlashEventRecord = {
|
|
|
682
685
|
typeUrl: "/cosmos.distribution.v1beta1.ValidatorSlashEventRecord",
|
|
683
686
|
value: exports.ValidatorSlashEventRecord.encode(message).finish()
|
|
684
687
|
};
|
|
688
|
+
},
|
|
689
|
+
registerTypeUrl() {
|
|
690
|
+
distribution_1.ValidatorSlashEvent.registerTypeUrl();
|
|
685
691
|
}
|
|
686
692
|
};
|
|
687
|
-
registry_1.GlobalDecoderRegistry.register(exports.ValidatorSlashEventRecord.typeUrl, exports.ValidatorSlashEventRecord);
|
|
688
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.ValidatorSlashEventRecord.aminoType, exports.ValidatorSlashEventRecord.typeUrl);
|
|
689
693
|
function createBaseGenesisState() {
|
|
690
694
|
return {
|
|
691
695
|
params: distribution_1.Params.fromPartial({}),
|
|
@@ -889,7 +893,16 @@ exports.GenesisState = {
|
|
|
889
893
|
typeUrl: "/cosmos.distribution.v1beta1.GenesisState",
|
|
890
894
|
value: exports.GenesisState.encode(message).finish()
|
|
891
895
|
};
|
|
896
|
+
},
|
|
897
|
+
registerTypeUrl() {
|
|
898
|
+
distribution_1.Params.registerTypeUrl();
|
|
899
|
+
distribution_1.FeePool.registerTypeUrl();
|
|
900
|
+
exports.DelegatorWithdrawInfo.registerTypeUrl();
|
|
901
|
+
exports.ValidatorOutstandingRewardsRecord.registerTypeUrl();
|
|
902
|
+
exports.ValidatorAccumulatedCommissionRecord.registerTypeUrl();
|
|
903
|
+
exports.ValidatorHistoricalRewardsRecord.registerTypeUrl();
|
|
904
|
+
exports.ValidatorCurrentRewardsRecord.registerTypeUrl();
|
|
905
|
+
exports.DelegatorStartingInfoRecord.registerTypeUrl();
|
|
906
|
+
exports.ValidatorSlashEventRecord.registerTypeUrl();
|
|
892
907
|
}
|
|
893
908
|
};
|
|
894
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
|
|
895
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenesisState.aminoType, exports.GenesisState.typeUrl);
|
|
@@ -496,6 +496,7 @@ export declare const QueryParamsRequest: {
|
|
|
496
496
|
fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest;
|
|
497
497
|
toProto(message: QueryParamsRequest): Uint8Array;
|
|
498
498
|
toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg;
|
|
499
|
+
registerTypeUrl(): void;
|
|
499
500
|
};
|
|
500
501
|
export declare const QueryParamsResponse: {
|
|
501
502
|
typeUrl: string;
|
|
@@ -512,6 +513,7 @@ export declare const QueryParamsResponse: {
|
|
|
512
513
|
fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse;
|
|
513
514
|
toProto(message: QueryParamsResponse): Uint8Array;
|
|
514
515
|
toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
|
|
516
|
+
registerTypeUrl(): void;
|
|
515
517
|
};
|
|
516
518
|
export declare const QueryValidatorDistributionInfoRequest: {
|
|
517
519
|
typeUrl: string;
|
|
@@ -528,6 +530,7 @@ export declare const QueryValidatorDistributionInfoRequest: {
|
|
|
528
530
|
fromProtoMsg(message: QueryValidatorDistributionInfoRequestProtoMsg): QueryValidatorDistributionInfoRequest;
|
|
529
531
|
toProto(message: QueryValidatorDistributionInfoRequest): Uint8Array;
|
|
530
532
|
toProtoMsg(message: QueryValidatorDistributionInfoRequest): QueryValidatorDistributionInfoRequestProtoMsg;
|
|
533
|
+
registerTypeUrl(): void;
|
|
531
534
|
};
|
|
532
535
|
export declare const QueryValidatorDistributionInfoResponse: {
|
|
533
536
|
typeUrl: string;
|
|
@@ -544,6 +547,7 @@ export declare const QueryValidatorDistributionInfoResponse: {
|
|
|
544
547
|
fromProtoMsg(message: QueryValidatorDistributionInfoResponseProtoMsg): QueryValidatorDistributionInfoResponse;
|
|
545
548
|
toProto(message: QueryValidatorDistributionInfoResponse): Uint8Array;
|
|
546
549
|
toProtoMsg(message: QueryValidatorDistributionInfoResponse): QueryValidatorDistributionInfoResponseProtoMsg;
|
|
550
|
+
registerTypeUrl(): void;
|
|
547
551
|
};
|
|
548
552
|
export declare const QueryValidatorOutstandingRewardsRequest: {
|
|
549
553
|
typeUrl: string;
|
|
@@ -560,6 +564,7 @@ export declare const QueryValidatorOutstandingRewardsRequest: {
|
|
|
560
564
|
fromProtoMsg(message: QueryValidatorOutstandingRewardsRequestProtoMsg): QueryValidatorOutstandingRewardsRequest;
|
|
561
565
|
toProto(message: QueryValidatorOutstandingRewardsRequest): Uint8Array;
|
|
562
566
|
toProtoMsg(message: QueryValidatorOutstandingRewardsRequest): QueryValidatorOutstandingRewardsRequestProtoMsg;
|
|
567
|
+
registerTypeUrl(): void;
|
|
563
568
|
};
|
|
564
569
|
export declare const QueryValidatorOutstandingRewardsResponse: {
|
|
565
570
|
typeUrl: string;
|
|
@@ -576,6 +581,7 @@ export declare const QueryValidatorOutstandingRewardsResponse: {
|
|
|
576
581
|
fromProtoMsg(message: QueryValidatorOutstandingRewardsResponseProtoMsg): QueryValidatorOutstandingRewardsResponse;
|
|
577
582
|
toProto(message: QueryValidatorOutstandingRewardsResponse): Uint8Array;
|
|
578
583
|
toProtoMsg(message: QueryValidatorOutstandingRewardsResponse): QueryValidatorOutstandingRewardsResponseProtoMsg;
|
|
584
|
+
registerTypeUrl(): void;
|
|
579
585
|
};
|
|
580
586
|
export declare const QueryValidatorCommissionRequest: {
|
|
581
587
|
typeUrl: string;
|
|
@@ -592,6 +598,7 @@ export declare const QueryValidatorCommissionRequest: {
|
|
|
592
598
|
fromProtoMsg(message: QueryValidatorCommissionRequestProtoMsg): QueryValidatorCommissionRequest;
|
|
593
599
|
toProto(message: QueryValidatorCommissionRequest): Uint8Array;
|
|
594
600
|
toProtoMsg(message: QueryValidatorCommissionRequest): QueryValidatorCommissionRequestProtoMsg;
|
|
601
|
+
registerTypeUrl(): void;
|
|
595
602
|
};
|
|
596
603
|
export declare const QueryValidatorCommissionResponse: {
|
|
597
604
|
typeUrl: string;
|
|
@@ -608,6 +615,7 @@ export declare const QueryValidatorCommissionResponse: {
|
|
|
608
615
|
fromProtoMsg(message: QueryValidatorCommissionResponseProtoMsg): QueryValidatorCommissionResponse;
|
|
609
616
|
toProto(message: QueryValidatorCommissionResponse): Uint8Array;
|
|
610
617
|
toProtoMsg(message: QueryValidatorCommissionResponse): QueryValidatorCommissionResponseProtoMsg;
|
|
618
|
+
registerTypeUrl(): void;
|
|
611
619
|
};
|
|
612
620
|
export declare const QueryValidatorSlashesRequest: {
|
|
613
621
|
typeUrl: string;
|
|
@@ -624,6 +632,7 @@ export declare const QueryValidatorSlashesRequest: {
|
|
|
624
632
|
fromProtoMsg(message: QueryValidatorSlashesRequestProtoMsg): QueryValidatorSlashesRequest;
|
|
625
633
|
toProto(message: QueryValidatorSlashesRequest): Uint8Array;
|
|
626
634
|
toProtoMsg(message: QueryValidatorSlashesRequest): QueryValidatorSlashesRequestProtoMsg;
|
|
635
|
+
registerTypeUrl(): void;
|
|
627
636
|
};
|
|
628
637
|
export declare const QueryValidatorSlashesResponse: {
|
|
629
638
|
typeUrl: string;
|
|
@@ -640,6 +649,7 @@ export declare const QueryValidatorSlashesResponse: {
|
|
|
640
649
|
fromProtoMsg(message: QueryValidatorSlashesResponseProtoMsg): QueryValidatorSlashesResponse;
|
|
641
650
|
toProto(message: QueryValidatorSlashesResponse): Uint8Array;
|
|
642
651
|
toProtoMsg(message: QueryValidatorSlashesResponse): QueryValidatorSlashesResponseProtoMsg;
|
|
652
|
+
registerTypeUrl(): void;
|
|
643
653
|
};
|
|
644
654
|
export declare const QueryDelegationRewardsRequest: {
|
|
645
655
|
typeUrl: string;
|
|
@@ -656,6 +666,7 @@ export declare const QueryDelegationRewardsRequest: {
|
|
|
656
666
|
fromProtoMsg(message: QueryDelegationRewardsRequestProtoMsg): QueryDelegationRewardsRequest;
|
|
657
667
|
toProto(message: QueryDelegationRewardsRequest): Uint8Array;
|
|
658
668
|
toProtoMsg(message: QueryDelegationRewardsRequest): QueryDelegationRewardsRequestProtoMsg;
|
|
669
|
+
registerTypeUrl(): void;
|
|
659
670
|
};
|
|
660
671
|
export declare const QueryDelegationRewardsResponse: {
|
|
661
672
|
typeUrl: string;
|
|
@@ -672,6 +683,7 @@ export declare const QueryDelegationRewardsResponse: {
|
|
|
672
683
|
fromProtoMsg(message: QueryDelegationRewardsResponseProtoMsg): QueryDelegationRewardsResponse;
|
|
673
684
|
toProto(message: QueryDelegationRewardsResponse): Uint8Array;
|
|
674
685
|
toProtoMsg(message: QueryDelegationRewardsResponse): QueryDelegationRewardsResponseProtoMsg;
|
|
686
|
+
registerTypeUrl(): void;
|
|
675
687
|
};
|
|
676
688
|
export declare const QueryDelegationTotalRewardsRequest: {
|
|
677
689
|
typeUrl: string;
|
|
@@ -688,6 +700,7 @@ export declare const QueryDelegationTotalRewardsRequest: {
|
|
|
688
700
|
fromProtoMsg(message: QueryDelegationTotalRewardsRequestProtoMsg): QueryDelegationTotalRewardsRequest;
|
|
689
701
|
toProto(message: QueryDelegationTotalRewardsRequest): Uint8Array;
|
|
690
702
|
toProtoMsg(message: QueryDelegationTotalRewardsRequest): QueryDelegationTotalRewardsRequestProtoMsg;
|
|
703
|
+
registerTypeUrl(): void;
|
|
691
704
|
};
|
|
692
705
|
export declare const QueryDelegationTotalRewardsResponse: {
|
|
693
706
|
typeUrl: string;
|
|
@@ -704,6 +717,7 @@ export declare const QueryDelegationTotalRewardsResponse: {
|
|
|
704
717
|
fromProtoMsg(message: QueryDelegationTotalRewardsResponseProtoMsg): QueryDelegationTotalRewardsResponse;
|
|
705
718
|
toProto(message: QueryDelegationTotalRewardsResponse): Uint8Array;
|
|
706
719
|
toProtoMsg(message: QueryDelegationTotalRewardsResponse): QueryDelegationTotalRewardsResponseProtoMsg;
|
|
720
|
+
registerTypeUrl(): void;
|
|
707
721
|
};
|
|
708
722
|
export declare const QueryDelegatorValidatorsRequest: {
|
|
709
723
|
typeUrl: string;
|
|
@@ -720,6 +734,7 @@ export declare const QueryDelegatorValidatorsRequest: {
|
|
|
720
734
|
fromProtoMsg(message: QueryDelegatorValidatorsRequestProtoMsg): QueryDelegatorValidatorsRequest;
|
|
721
735
|
toProto(message: QueryDelegatorValidatorsRequest): Uint8Array;
|
|
722
736
|
toProtoMsg(message: QueryDelegatorValidatorsRequest): QueryDelegatorValidatorsRequestProtoMsg;
|
|
737
|
+
registerTypeUrl(): void;
|
|
723
738
|
};
|
|
724
739
|
export declare const QueryDelegatorValidatorsResponse: {
|
|
725
740
|
typeUrl: string;
|
|
@@ -736,6 +751,7 @@ export declare const QueryDelegatorValidatorsResponse: {
|
|
|
736
751
|
fromProtoMsg(message: QueryDelegatorValidatorsResponseProtoMsg): QueryDelegatorValidatorsResponse;
|
|
737
752
|
toProto(message: QueryDelegatorValidatorsResponse): Uint8Array;
|
|
738
753
|
toProtoMsg(message: QueryDelegatorValidatorsResponse): QueryDelegatorValidatorsResponseProtoMsg;
|
|
754
|
+
registerTypeUrl(): void;
|
|
739
755
|
};
|
|
740
756
|
export declare const QueryDelegatorWithdrawAddressRequest: {
|
|
741
757
|
typeUrl: string;
|
|
@@ -752,6 +768,7 @@ export declare const QueryDelegatorWithdrawAddressRequest: {
|
|
|
752
768
|
fromProtoMsg(message: QueryDelegatorWithdrawAddressRequestProtoMsg): QueryDelegatorWithdrawAddressRequest;
|
|
753
769
|
toProto(message: QueryDelegatorWithdrawAddressRequest): Uint8Array;
|
|
754
770
|
toProtoMsg(message: QueryDelegatorWithdrawAddressRequest): QueryDelegatorWithdrawAddressRequestProtoMsg;
|
|
771
|
+
registerTypeUrl(): void;
|
|
755
772
|
};
|
|
756
773
|
export declare const QueryDelegatorWithdrawAddressResponse: {
|
|
757
774
|
typeUrl: string;
|
|
@@ -768,6 +785,7 @@ export declare const QueryDelegatorWithdrawAddressResponse: {
|
|
|
768
785
|
fromProtoMsg(message: QueryDelegatorWithdrawAddressResponseProtoMsg): QueryDelegatorWithdrawAddressResponse;
|
|
769
786
|
toProto(message: QueryDelegatorWithdrawAddressResponse): Uint8Array;
|
|
770
787
|
toProtoMsg(message: QueryDelegatorWithdrawAddressResponse): QueryDelegatorWithdrawAddressResponseProtoMsg;
|
|
788
|
+
registerTypeUrl(): void;
|
|
771
789
|
};
|
|
772
790
|
export declare const QueryCommunityPoolRequest: {
|
|
773
791
|
typeUrl: string;
|
|
@@ -784,6 +802,7 @@ export declare const QueryCommunityPoolRequest: {
|
|
|
784
802
|
fromProtoMsg(message: QueryCommunityPoolRequestProtoMsg): QueryCommunityPoolRequest;
|
|
785
803
|
toProto(message: QueryCommunityPoolRequest): Uint8Array;
|
|
786
804
|
toProtoMsg(message: QueryCommunityPoolRequest): QueryCommunityPoolRequestProtoMsg;
|
|
805
|
+
registerTypeUrl(): void;
|
|
787
806
|
};
|
|
788
807
|
export declare const QueryCommunityPoolResponse: {
|
|
789
808
|
typeUrl: string;
|
|
@@ -800,4 +819,5 @@ export declare const QueryCommunityPoolResponse: {
|
|
|
800
819
|
fromProtoMsg(message: QueryCommunityPoolResponseProtoMsg): QueryCommunityPoolResponse;
|
|
801
820
|
toProto(message: QueryCommunityPoolResponse): Uint8Array;
|
|
802
821
|
toProtoMsg(message: QueryCommunityPoolResponse): QueryCommunityPoolResponseProtoMsg;
|
|
822
|
+
registerTypeUrl(): void;
|
|
803
823
|
};
|