@xpla/xplajs 1.7.0-beta.8 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/binary.d.ts +1 -1
- package/binary.js +2 -2
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -0
- package/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/cosmos/app/runtime/v2/module.d.ts +3 -0
- package/cosmos/app/runtime/v2/module.js +8 -9
- package/cosmos/app/v1alpha1/config.d.ts +3 -0
- package/cosmos/app/v1alpha1/config.js +9 -8
- package/cosmos/app/v1alpha1/module.d.ts +3 -0
- package/cosmos/app/v1alpha1/module.js +8 -9
- package/cosmos/app/v1alpha1/query.d.ts +2 -0
- package/cosmos/app/v1alpha1/query.js +5 -6
- package/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
- package/cosmos/auth/module/v1/module.d.ts +2 -0
- package/cosmos/auth/module/v1/module.js +5 -6
- package/cosmos/auth/v1beta1/accounts.d.ts +2 -0
- package/cosmos/auth/v1beta1/accounts.js +5 -6
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/genesis.d.ts +1 -0
- package/cosmos/auth/v1beta1/genesis.js +2 -4
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/auth/v1beta1/tx.d.ts +2 -0
- package/cosmos/auth/v1beta1/tx.js +5 -6
- package/cosmos/auth/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/auth/v1beta1/tx.registry.js +27 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/authz/module/v1/module.d.ts +1 -0
- package/cosmos/authz/module/v1/module.js +2 -4
- package/cosmos/authz/v1beta1/authz.d.ts +11 -7
- package/cosmos/authz/v1beta1/authz.js +28 -9
- package/cosmos/authz/v1beta1/event.d.ts +2 -0
- package/cosmos/authz/v1beta1/event.js +4 -7
- package/cosmos/authz/v1beta1/genesis.d.ts +1 -0
- package/cosmos/authz/v1beta1/genesis.js +3 -3
- package/cosmos/authz/v1beta1/query.d.ts +6 -0
- package/cosmos/authz/v1beta1/query.js +21 -13
- package/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.registry.d.ts +45 -0
- package/cosmos/authz/v1beta1/tx.registry.js +63 -1
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/autocli/v1/options.d.ts +7 -0
- package/cosmos/autocli/v1/options.js +21 -13
- package/cosmos/autocli/v1/query.d.ts +3 -0
- package/cosmos/autocli/v1/query.js +8 -6
- package/cosmos/autocli/v1/query.rpc.func.js +2 -1
- package/cosmos/bank/module/v1/module.d.ts +1 -0
- package/cosmos/bank/module/v1/module.js +2 -4
- package/cosmos/bank/v1beta1/authz.d.ts +1 -0
- package/cosmos/bank/v1beta1/authz.js +5 -2
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/genesis.d.ts +2 -0
- package/cosmos/bank/v1beta1/genesis.js +10 -5
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.registry.d.ts +57 -0
- package/cosmos/bank/v1beta1/tx.registry.js +81 -1
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/grpc/v2/service.d.ts +5 -0
- package/cosmos/base/grpc/v2/service.js +11 -15
- package/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
- package/cosmos/base/node/v1beta1/query.d.ts +4 -0
- package/cosmos/base/node/v1beta1/query.js +8 -13
- package/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +4 -0
- package/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -0
- package/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
- package/cosmos/base/tendermint/v1beta1/query.d.ts +19 -0
- package/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
- package/cosmos/base/tendermint/v1beta1/types.d.ts +2 -0
- package/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +15 -19
- package/cosmos/circuit/v1/tx.rpc.func.d.ts +3 -3
- package/cosmos/circuit/v1/types.js +4 -4
- package/cosmos/consensus/module/v1/module.d.ts +1 -0
- package/cosmos/consensus/module/v1/module.js +2 -4
- package/cosmos/consensus/v1/query.d.ts +2 -0
- package/cosmos/consensus/v1/query.js +5 -6
- package/cosmos/consensus/v1/query.rpc.func.js +2 -1
- package/cosmos/consensus/v1/tx.d.ts +2 -0
- package/cosmos/consensus/v1/tx.js +8 -6
- package/cosmos/consensus/v1/tx.registry.d.ts +21 -0
- package/cosmos/consensus/v1/tx.registry.js +27 -1
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
- package/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/distribution/module/v1/module.d.ts +1 -0
- package/cosmos/distribution/module/v1/module.js +2 -4
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/cosmos/distribution/v1beta1/genesis.d.ts +8 -0
- package/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/cosmos/distribution/v1beta1/query.d.ts +20 -0
- package/cosmos/distribution/v1beta1/query.js +51 -52
- package/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +93 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +135 -1
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/evidence/module/v1/module.d.ts +1 -0
- package/cosmos/evidence/module/v1/module.js +2 -4
- package/cosmos/evidence/v1beta1/evidence.d.ts +1 -0
- package/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/cosmos/evidence/v1beta1/genesis.d.ts +1 -0
- package/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/cosmos/evidence/v1beta1/query.d.ts +4 -0
- package/cosmos/evidence/v1beta1/query.js +10 -11
- package/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/evidence/v1beta1/tx.d.ts +2 -0
- package/cosmos/evidence/v1beta1/tx.js +5 -7
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/evidence/v1beta1/tx.registry.js +27 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +1 -0
- package/cosmos/feegrant/module/v1/module.js +2 -4
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +4 -0
- package/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/cosmos/feegrant/v1beta1/genesis.d.ts +1 -0
- package/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/cosmos/feegrant/v1beta1/query.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/query.js +19 -14
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +45 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +63 -1
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/module/v1/module.d.ts +1 -0
- package/cosmos/gov/module/v1/module.js +2 -4
- package/cosmos/gov/v1/genesis.d.ts +1 -0
- package/cosmos/gov/v1/genesis.js +9 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +31 -30
- package/cosmos/gov/v1/query.d.ts +18 -0
- package/cosmos/gov/v1/query.js +53 -44
- package/cosmos/gov/v1/query.rpc.func.js +18 -9
- package/cosmos/gov/v1/tx.d.ts +21 -7
- package/cosmos/gov/v1/tx.js +58 -37
- package/cosmos/gov/v1/tx.registry.d.ts +93 -0
- package/cosmos/gov/v1/tx.registry.js +135 -1
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/genesis.d.ts +1 -0
- package/cosmos/gov/v1beta1/genesis.js +8 -3
- package/cosmos/gov/v1beta1/gov.d.ts +15 -6
- package/cosmos/gov/v1beta1/gov.js +61 -32
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +14 -6
- package/cosmos/gov/v1beta1/tx.js +45 -22
- package/cosmos/gov/v1beta1/tx.registry.d.ts +57 -0
- package/cosmos/gov/v1beta1/tx.registry.js +81 -1
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.js +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.js +10 -10
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +51 -37
- package/cosmos/mint/module/v1/module.d.ts +1 -0
- package/cosmos/mint/module/v1/module.js +2 -4
- package/cosmos/mint/v1beta1/genesis.d.ts +1 -0
- package/cosmos/mint/v1beta1/genesis.js +4 -3
- package/cosmos/mint/v1beta1/mint.d.ts +2 -0
- package/cosmos/mint/v1beta1/mint.js +23 -25
- package/cosmos/mint/v1beta1/query.d.ts +6 -0
- package/cosmos/mint/v1beta1/query.js +13 -18
- package/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/mint/v1beta1/tx.d.ts +2 -0
- package/cosmos/mint/v1beta1/tx.js +5 -6
- package/cosmos/mint/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/mint/v1beta1/tx.registry.js +27 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/orm/v1alpha1/schema.js +4 -4
- package/cosmos/params/module/v1/module.d.ts +1 -0
- package/cosmos/params/module/v1/module.js +2 -4
- package/cosmos/params/v1beta1/params.d.ts +2 -0
- package/cosmos/params/v1beta1/params.js +7 -5
- package/cosmos/params/v1beta1/query.d.ts +5 -0
- package/cosmos/params/v1beta1/query.js +12 -14
- package/cosmos/params/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/rpc.query.js +7 -17
- package/cosmos/rpc.tx.js +7 -17
- package/cosmos/slashing/module/v1/module.d.ts +1 -0
- package/cosmos/slashing/module/v1/module.js +2 -4
- package/cosmos/slashing/v1beta1/genesis.d.ts +4 -0
- package/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/cosmos/slashing/v1beta1/query.d.ts +6 -0
- package/cosmos/slashing/v1beta1/query.js +17 -15
- package/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/slashing/v1beta1/slashing.d.ts +2 -0
- package/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/cosmos/slashing/v1beta1/tx.d.ts +4 -0
- package/cosmos/slashing/v1beta1/tx.js +9 -12
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +33 -0
- package/cosmos/slashing/v1beta1/tx.registry.js +45 -1
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- package/cosmos/staking/module/v1/module.d.ts +1 -0
- package/cosmos/staking/module/v1/module.js +2 -4
- package/cosmos/staking/v1beta1/authz.d.ts +2 -0
- package/cosmos/staking/v1beta1/authz.js +12 -9
- package/cosmos/staking/v1beta1/genesis.d.ts +2 -0
- package/cosmos/staking/v1beta1/genesis.js +10 -6
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +90 -84
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +44 -41
- package/cosmos/staking/v1beta1/tx.registry.d.ts +93 -0
- package/cosmos/staking/v1beta1/tx.registry.js +135 -1
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/config/v1/config.d.ts +1 -0
- package/cosmos/tx/config/v1/config.js +2 -4
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +20 -16
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +60 -52
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/module/v1/module.d.ts +1 -0
- package/cosmos/upgrade/module/v1/module.js +2 -4
- package/cosmos/upgrade/v1beta1/query.d.ts +10 -0
- package/cosmos/upgrade/v1beta1/query.js +22 -29
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
- package/cosmos/upgrade/v1beta1/tx.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +33 -0
- package/cosmos/upgrade/v1beta1/tx.registry.js +45 -1
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +8 -9
- package/cosmwasm/wasm/v1/authz.d.ts +11 -0
- package/cosmwasm/wasm/v1/authz.js +50 -23
- package/cosmwasm/wasm/v1/genesis.d.ts +4 -0
- package/cosmwasm/wasm/v1/genesis.js +16 -10
- package/cosmwasm/wasm/v1/ibc.d.ts +34 -0
- package/cosmwasm/wasm/v1/ibc.js +71 -11
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/cosmwasm/wasm/v1/query.d.ts +123 -0
- package/cosmwasm/wasm/v1/query.js +257 -56
- package/cosmwasm/wasm/v1/query.lcd.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.lcd.js +20 -0
- package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +5 -1
- package/cosmwasm/wasm/v1/query.rpc.Query.js +9 -0
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.rpc.func.js +32 -12
- package/cosmwasm/wasm/v1/tx.d.ts +36 -2
- package/cosmwasm/wasm/v1/tx.js +78 -96
- package/cosmwasm/wasm/v1/tx.registry.d.ts +213 -0
- package/cosmwasm/wasm/v1/tx.registry.js +315 -1
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +27 -29
- package/esm/binary.js +1 -1
- package/esm/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/esm/cosmos/app/runtime/v2/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/config.js +9 -8
- package/esm/cosmos/app/v1alpha1/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/query.js +5 -6
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
- package/esm/cosmos/auth/module/v1/module.js +5 -6
- package/esm/cosmos/auth/v1beta1/accounts.js +5 -6
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/genesis.js +2 -4
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/auth/v1beta1/tx.js +5 -6
- package/esm/cosmos/auth/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/authz/module/v1/module.js +2 -4
- package/esm/cosmos/authz/v1beta1/authz.js +28 -9
- package/esm/cosmos/authz/v1beta1/event.js +4 -7
- package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
- package/esm/cosmos/authz/v1beta1/query.js +21 -13
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/autocli/v1/options.js +21 -13
- package/esm/cosmos/autocli/v1/query.js +8 -6
- package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -1
- package/esm/cosmos/bank/module/v1/module.js +2 -4
- package/esm/cosmos/bank/v1beta1/authz.js +5 -2
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/genesis.js +10 -5
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/grpc/v2/service.js +11 -15
- package/esm/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
- package/esm/cosmos/base/node/v1beta1/query.js +8 -13
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
- package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
- package/esm/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/esm/cosmos/base/v1beta1/coin.js +15 -19
- package/esm/cosmos/consensus/module/v1/module.js +2 -4
- package/esm/cosmos/consensus/v1/query.js +5 -6
- package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -1
- package/esm/cosmos/consensus/v1/tx.js +8 -6
- package/esm/cosmos/consensus/v1/tx.registry.js +26 -0
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/distribution/module/v1/module.js +2 -4
- package/esm/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/esm/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/esm/cosmos/distribution/v1beta1/query.js +51 -52
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +134 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/evidence/module/v1/module.js +2 -4
- package/esm/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/esm/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/esm/cosmos/evidence/v1beta1/query.js +10 -11
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/feegrant/module/v1/module.js +2 -4
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/esm/cosmos/feegrant/v1beta1/query.js +19 -14
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/module/v1/module.js +2 -4
- package/esm/cosmos/gov/v1/genesis.js +9 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/query.js +53 -44
- package/esm/cosmos/gov/v1/query.rpc.func.js +18 -9
- package/esm/cosmos/gov/v1/tx.js +58 -37
- package/esm/cosmos/gov/v1/tx.registry.js +134 -0
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/genesis.js +8 -3
- package/esm/cosmos/gov/v1beta1/gov.js +54 -25
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +46 -23
- package/esm/cosmos/gov/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/mint/module/v1/module.js +2 -4
- package/esm/cosmos/mint/v1beta1/genesis.js +4 -3
- package/esm/cosmos/mint/v1beta1/mint.js +23 -25
- package/esm/cosmos/mint/v1beta1/query.js +13 -18
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/mint/v1beta1/tx.js +5 -6
- package/esm/cosmos/mint/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/params/module/v1/module.js +2 -4
- package/esm/cosmos/params/v1beta1/params.js +7 -5
- package/esm/cosmos/params/v1beta1/query.js +12 -14
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/slashing/module/v1/module.js +2 -4
- package/esm/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/esm/cosmos/slashing/v1beta1/query.js +17 -15
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/esm/cosmos/slashing/v1beta1/tx.js +9 -12
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +44 -0
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- package/esm/cosmos/staking/module/v1/module.js +2 -4
- package/esm/cosmos/staking/v1beta1/authz.js +8 -5
- package/esm/cosmos/staking/v1beta1/genesis.js +10 -6
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +81 -75
- package/esm/cosmos/staking/v1beta1/tx.js +42 -39
- package/esm/cosmos/staking/v1beta1/tx.registry.js +134 -0
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/config/v1/config.js +2 -4
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/module/v1/module.js +2 -4
- package/esm/cosmos/upgrade/v1beta1/query.js +22 -29
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
- package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +44 -0
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/authz.js +50 -23
- package/esm/cosmwasm/wasm/v1/genesis.js +16 -10
- package/esm/cosmwasm/wasm/v1/ibc.js +70 -10
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/esm/cosmwasm/wasm/v1/query.js +256 -55
- package/esm/cosmwasm/wasm/v1/query.lcd.js +20 -0
- package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +10 -1
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +31 -12
- package/esm/cosmwasm/wasm/v1/tx.js +78 -96
- package/esm/cosmwasm/wasm/v1/tx.registry.js +314 -0
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +20 -22
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/esm/ethermint/evm/v1/events.js +8 -9
- package/esm/ethermint/evm/v1/evm.js +20 -14
- package/esm/ethermint/evm/v1/genesis.js +7 -3
- package/esm/ethermint/evm/v1/query.js +56 -44
- package/esm/ethermint/evm/v1/query.rpc.func.js +24 -12
- package/esm/ethermint/evm/v1/tx.js +24 -14
- package/esm/ethermint/evm/v1/tx.registry.js +44 -0
- package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -2
- package/esm/ethermint/feemarket/v1/events.js +4 -5
- package/esm/ethermint/feemarket/v1/feemarket.js +9 -10
- package/esm/ethermint/feemarket/v1/genesis.js +3 -2
- package/esm/ethermint/feemarket/v1/query.js +13 -12
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +6 -3
- package/esm/ethermint/feemarket/v1/tx.js +5 -5
- package/esm/ethermint/feemarket/v1/tx.registry.js +26 -0
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- package/esm/ethermint/types/v1/account.js +4 -1
- package/esm/ethermint/types/v1/dynamic_fee.js +2 -3
- package/esm/ethermint/types/v1/indexer.js +2 -3
- package/esm/ethermint/types/v1/web3.js +2 -3
- package/esm/extern.js +2 -2
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +16 -6
- package/esm/helpers.js +2 -2
- package/esm/ibc/applications/fee/v1/ack.js +2 -4
- package/esm/ibc/applications/fee/v1/fee.js +13 -9
- package/esm/ibc/applications/fee/v1/genesis.js +16 -14
- package/esm/ibc/applications/fee/v1/metadata.js +2 -4
- package/esm/ibc/applications/fee/v1/query.js +57 -47
- package/esm/ibc/applications/fee/v1/query.rpc.func.js +20 -10
- package/esm/ibc/applications/fee/v1/tx.js +19 -23
- package/esm/ibc/applications/fee/v1/tx.registry.js +80 -0
- package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +62 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +44 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +4 -7
- package/esm/ibc/applications/transfer/v1/authz.js +8 -4
- package/esm/ibc/applications/transfer/v1/genesis.js +5 -3
- package/esm/ibc/applications/transfer/v1/query.js +30 -32
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
- package/esm/ibc/applications/transfer/v1/transfer.js +4 -7
- package/esm/ibc/applications/transfer/v1/tx.js +11 -11
- package/esm/ibc/applications/transfer/v1/tx.registry.js +44 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/applications/transfer/v2/packet.js +2 -4
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/genesis.js +8 -6
- package/esm/ibc/core/channel/v1/query.js +101 -82
- package/esm/ibc/core/channel/v1/query.rpc.func.js +34 -17
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.registry.js +350 -0
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +19 -18
- package/esm/ibc/core/client/v1/genesis.js +11 -8
- package/esm/ibc/core/client/v1/query.js +54 -51
- package/esm/ibc/core/client/v1/query.rpc.func.js +20 -10
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.registry.js +134 -0
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +9 -12
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/genesis.js +5 -3
- package/esm/ibc/core/connection/v1/query.js +35 -30
- package/esm/ibc/core/connection/v1/query.rpc.func.js +12 -6
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.registry.js +98 -0
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/ibc/core/types/v1/genesis.js +5 -3
- package/esm/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +36 -45
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/esm/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/esm/ibc/lightclients/wasm/v1/query.js +10 -11
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
- package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +62 -0
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/p2p/types.js +10 -8
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/test.js +51 -0
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/lcd.js +102 -102
- package/esm/xpla/reward/v1beta1/genesis.js +3 -2
- package/esm/xpla/reward/v1beta1/query.js +10 -7
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +4 -2
- package/esm/xpla/reward/v1beta1/reward.js +12 -13
- package/esm/xpla/reward/v1beta1/tx.js +10 -9
- package/esm/xpla/reward/v1beta1/tx.registry.js +44 -0
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/esm/xpla/rpc.query.js +89 -89
- package/esm/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/esm/xpla/volunteer/v1beta1/proposal.js +11 -11
- package/esm/xpla/volunteer/v1beta1/query.js +4 -5
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
- package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +44 -0
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +2 -0
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/ethermint/evm/v1/events.d.ts +4 -0
- package/ethermint/evm/v1/events.js +8 -9
- package/ethermint/evm/v1/evm.d.ts +8 -0
- package/ethermint/evm/v1/evm.js +20 -14
- package/ethermint/evm/v1/genesis.d.ts +2 -0
- package/ethermint/evm/v1/genesis.js +7 -3
- package/ethermint/evm/v1/query.d.ts +24 -0
- package/ethermint/evm/v1/query.js +56 -44
- package/ethermint/evm/v1/query.rpc.func.js +24 -12
- package/ethermint/evm/v1/tx.d.ts +8 -0
- package/ethermint/evm/v1/tx.js +24 -14
- package/ethermint/evm/v1/tx.registry.d.ts +33 -0
- package/ethermint/evm/v1/tx.registry.js +45 -1
- package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
- package/ethermint/evm/v1/tx.rpc.func.js +4 -2
- package/ethermint/feemarket/v1/events.d.ts +2 -0
- package/ethermint/feemarket/v1/events.js +4 -5
- package/ethermint/feemarket/v1/feemarket.d.ts +1 -0
- package/ethermint/feemarket/v1/feemarket.js +9 -10
- package/ethermint/feemarket/v1/genesis.d.ts +1 -0
- package/ethermint/feemarket/v1/genesis.js +3 -2
- package/ethermint/feemarket/v1/query.d.ts +6 -0
- package/ethermint/feemarket/v1/query.js +13 -12
- package/ethermint/feemarket/v1/query.rpc.func.js +6 -3
- package/ethermint/feemarket/v1/tx.d.ts +2 -0
- package/ethermint/feemarket/v1/tx.js +5 -5
- package/ethermint/feemarket/v1/tx.registry.d.ts +21 -0
- package/ethermint/feemarket/v1/tx.registry.js +27 -1
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
- package/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- package/ethermint/types/v1/account.d.ts +1 -0
- package/ethermint/types/v1/account.js +4 -1
- package/ethermint/types/v1/dynamic_fee.d.ts +1 -0
- package/ethermint/types/v1/dynamic_fee.js +2 -3
- package/ethermint/types/v1/indexer.d.ts +1 -0
- package/ethermint/types/v1/indexer.js +2 -3
- package/ethermint/types/v1/web3.d.ts +1 -0
- package/ethermint/types/v1/web3.js +2 -3
- package/extern.d.ts +1 -1
- package/extern.js +2 -2
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +171 -96
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +2 -1
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +20 -9
- package/helpers.d.ts +1 -1
- package/helpers.js +14 -14
- package/ibc/applications/fee/v1/ack.d.ts +1 -0
- package/ibc/applications/fee/v1/ack.js +2 -4
- package/ibc/applications/fee/v1/fee.d.ts +4 -0
- package/ibc/applications/fee/v1/fee.js +13 -9
- package/ibc/applications/fee/v1/genesis.d.ts +5 -0
- package/ibc/applications/fee/v1/genesis.js +16 -14
- package/ibc/applications/fee/v1/metadata.d.ts +1 -0
- package/ibc/applications/fee/v1/metadata.js +2 -4
- package/ibc/applications/fee/v1/query.d.ts +20 -0
- package/ibc/applications/fee/v1/query.js +57 -47
- package/ibc/applications/fee/v1/query.rpc.func.js +20 -10
- package/ibc/applications/fee/v1/tx.d.ts +8 -0
- package/ibc/applications/fee/v1/tx.js +19 -23
- package/ibc/applications/fee/v1/tx.registry.d.ts +57 -0
- package/ibc/applications/fee/v1/tx.registry.js +81 -1
- package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -4
- package/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +45 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +63 -1
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -0
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +33 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +45 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +2 -0
- package/ibc/applications/interchain_accounts/v1/packet.js +8 -11
- package/ibc/applications/transfer/v1/authz.d.ts +2 -0
- package/ibc/applications/transfer/v1/authz.js +8 -4
- package/ibc/applications/transfer/v1/genesis.d.ts +1 -0
- package/ibc/applications/transfer/v1/genesis.js +5 -3
- package/ibc/applications/transfer/v1/query.d.ts +12 -0
- package/ibc/applications/transfer/v1/query.js +30 -32
- package/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -0
- package/ibc/applications/transfer/v1/transfer.js +4 -7
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +11 -11
- package/ibc/applications/transfer/v1/tx.registry.d.ts +33 -0
- package/ibc/applications/transfer/v1/tx.registry.js +45 -1
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/applications/transfer/v2/packet.d.ts +1 -0
- package/ibc/applications/transfer/v2/packet.js +2 -4
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +30 -30
- package/ibc/core/channel/v1/genesis.d.ts +2 -0
- package/ibc/core/channel/v1/genesis.js +8 -6
- package/ibc/core/channel/v1/query.d.ts +34 -0
- package/ibc/core/channel/v1/query.js +101 -82
- package/ibc/core/channel/v1/query.rpc.func.js +34 -17
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +109 -100
- package/ibc/core/channel/v1/tx.registry.d.ts +237 -0
- package/ibc/core/channel/v1/tx.registry.js +351 -1
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +7 -0
- package/ibc/core/client/v1/client.js +19 -18
- package/ibc/core/client/v1/genesis.d.ts +3 -0
- package/ibc/core/client/v1/genesis.js +11 -8
- package/ibc/core/client/v1/query.d.ts +20 -0
- package/ibc/core/client/v1/query.js +54 -51
- package/ibc/core/client/v1/query.rpc.func.js +20 -10
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.registry.d.ts +93 -0
- package/ibc/core/client/v1/tx.registry.js +135 -1
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -0
- package/ibc/core/commitment/v1/commitment.js +9 -12
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +23 -23
- package/ibc/core/connection/v1/genesis.d.ts +1 -0
- package/ibc/core/connection/v1/genesis.js +5 -3
- package/ibc/core/connection/v1/query.d.ts +12 -0
- package/ibc/core/connection/v1/query.js +35 -30
- package/ibc/core/connection/v1/query.rpc.func.js +12 -6
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.registry.d.ts +69 -0
- package/ibc/core/connection/v1/tx.registry.js +99 -1
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/ibc/core/types/v1/genesis.d.ts +1 -0
- package/ibc/core/types/v1/genesis.js +5 -3
- package/ibc/lightclients/localhost/v2/localhost.d.ts +1 -0
- package/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +16 -0
- package/ibc/lightclients/solomachine/v2/solomachine.js +40 -49
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +8 -0
- package/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +5 -0
- package/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -0
- package/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/ibc/lightclients/wasm/v1/query.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/query.js +10 -11
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -0
- package/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +45 -0
- package/ibc/lightclients/wasm/v1/tx.registry.js +63 -1
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/package.json +8 -7
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +176 -93
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/p2p/types.d.ts +4 -0
- package/tendermint/p2p/types.js +10 -8
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +51 -24
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +13 -8
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/test.d.ts +1 -0
- package/test.js +53 -0
- package/types.d.ts +2 -7
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +5 -4
- package/varint.d.ts +1 -1
- package/varint.js +18 -17
- package/xpla/lcd.d.ts +78 -78
- package/xpla/lcd.js +109 -119
- package/xpla/reward/v1beta1/genesis.d.ts +1 -0
- package/xpla/reward/v1beta1/genesis.js +3 -2
- package/xpla/reward/v1beta1/query.d.ts +4 -0
- package/xpla/reward/v1beta1/query.js +10 -7
- package/xpla/reward/v1beta1/query.rpc.func.js +4 -2
- package/xpla/reward/v1beta1/reward.d.ts +1 -0
- package/xpla/reward/v1beta1/reward.js +12 -13
- package/xpla/reward/v1beta1/tx.d.ts +4 -0
- package/xpla/reward/v1beta1/tx.js +10 -9
- package/xpla/reward/v1beta1/tx.registry.d.ts +33 -0
- package/xpla/reward/v1beta1/tx.registry.js +45 -1
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/rpc.query.d.ts +261 -260
- package/xpla/rpc.query.js +96 -106
- package/xpla/volunteer/v1beta1/genesis.d.ts +1 -0
- package/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/xpla/volunteer/v1beta1/proposal.d.ts +4 -0
- package/xpla/volunteer/v1beta1/proposal.js +15 -15
- package/xpla/volunteer/v1beta1/query.d.ts +2 -0
- package/xpla/volunteer/v1beta1/query.js +4 -5
- package/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
- package/xpla/volunteer/v1beta1/tx.d.ts +4 -0
- package/xpla/volunteer/v1beta1/tx.js +12 -12
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +33 -0
- package/xpla/volunteer/v1beta1/tx.registry.js +45 -1
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
- package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
|
@@ -1,2 +1,95 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
|
|
2
3
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
setWithdrawAddress(value: MsgSetWithdrawAddress): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
};
|
|
18
|
+
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
19
|
+
typeUrl: string;
|
|
20
|
+
value: Uint8Array;
|
|
21
|
+
};
|
|
22
|
+
updateParams(value: MsgUpdateParams): {
|
|
23
|
+
typeUrl: string;
|
|
24
|
+
value: Uint8Array;
|
|
25
|
+
};
|
|
26
|
+
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
27
|
+
typeUrl: string;
|
|
28
|
+
value: Uint8Array;
|
|
29
|
+
};
|
|
30
|
+
depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
|
|
31
|
+
typeUrl: string;
|
|
32
|
+
value: Uint8Array;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
withTypeUrl: {
|
|
36
|
+
setWithdrawAddress(value: MsgSetWithdrawAddress): {
|
|
37
|
+
typeUrl: string;
|
|
38
|
+
value: MsgSetWithdrawAddress;
|
|
39
|
+
};
|
|
40
|
+
withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
|
|
41
|
+
typeUrl: string;
|
|
42
|
+
value: MsgWithdrawDelegatorReward;
|
|
43
|
+
};
|
|
44
|
+
withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
|
|
45
|
+
typeUrl: string;
|
|
46
|
+
value: MsgWithdrawValidatorCommission;
|
|
47
|
+
};
|
|
48
|
+
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
49
|
+
typeUrl: string;
|
|
50
|
+
value: MsgFundCommunityPool;
|
|
51
|
+
};
|
|
52
|
+
updateParams(value: MsgUpdateParams): {
|
|
53
|
+
typeUrl: string;
|
|
54
|
+
value: MsgUpdateParams;
|
|
55
|
+
};
|
|
56
|
+
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
57
|
+
typeUrl: string;
|
|
58
|
+
value: MsgCommunityPoolSpend;
|
|
59
|
+
};
|
|
60
|
+
depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
|
|
61
|
+
typeUrl: string;
|
|
62
|
+
value: MsgDepositValidatorRewardsPool;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
fromPartial: {
|
|
66
|
+
setWithdrawAddress(value: MsgSetWithdrawAddress): {
|
|
67
|
+
typeUrl: string;
|
|
68
|
+
value: MsgSetWithdrawAddress;
|
|
69
|
+
};
|
|
70
|
+
withdrawDelegatorReward(value: MsgWithdrawDelegatorReward): {
|
|
71
|
+
typeUrl: string;
|
|
72
|
+
value: MsgWithdrawDelegatorReward;
|
|
73
|
+
};
|
|
74
|
+
withdrawValidatorCommission(value: MsgWithdrawValidatorCommission): {
|
|
75
|
+
typeUrl: string;
|
|
76
|
+
value: MsgWithdrawValidatorCommission;
|
|
77
|
+
};
|
|
78
|
+
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
79
|
+
typeUrl: string;
|
|
80
|
+
value: MsgFundCommunityPool;
|
|
81
|
+
};
|
|
82
|
+
updateParams(value: MsgUpdateParams): {
|
|
83
|
+
typeUrl: string;
|
|
84
|
+
value: MsgUpdateParams;
|
|
85
|
+
};
|
|
86
|
+
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
87
|
+
typeUrl: string;
|
|
88
|
+
value: MsgCommunityPoolSpend;
|
|
89
|
+
};
|
|
90
|
+
depositValidatorRewardsPool(value: MsgDepositValidatorRewardsPool): {
|
|
91
|
+
typeUrl: string;
|
|
92
|
+
value: MsgDepositValidatorRewardsPool;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
@@ -1,5 +1,139 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.registry = void 0;
|
|
3
|
+
exports.MessageComposer = exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", tx_1.MsgSetWithdrawAddress], ["/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", tx_1.MsgWithdrawDelegatorReward], ["/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", tx_1.MsgWithdrawValidatorCommission], ["/cosmos.distribution.v1beta1.MsgFundCommunityPool", tx_1.MsgFundCommunityPool], ["/cosmos.distribution.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams], ["/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", tx_1.MsgCommunityPoolSpend], ["/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool", tx_1.MsgDepositValidatorRewardsPool]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
setWithdrawAddress(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
11
|
+
value: tx_1.MsgSetWithdrawAddress.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
withdrawDelegatorReward(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
17
|
+
value: tx_1.MsgWithdrawDelegatorReward.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
withdrawValidatorCommission(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
23
|
+
value: tx_1.MsgWithdrawValidatorCommission.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
fundCommunityPool(value) {
|
|
27
|
+
return {
|
|
28
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
29
|
+
value: tx_1.MsgFundCommunityPool.encode(value).finish()
|
|
30
|
+
};
|
|
31
|
+
},
|
|
32
|
+
updateParams(value) {
|
|
33
|
+
return {
|
|
34
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
35
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
36
|
+
};
|
|
37
|
+
},
|
|
38
|
+
communityPoolSpend(value) {
|
|
39
|
+
return {
|
|
40
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
41
|
+
value: tx_1.MsgCommunityPoolSpend.encode(value).finish()
|
|
42
|
+
};
|
|
43
|
+
},
|
|
44
|
+
depositValidatorRewardsPool(value) {
|
|
45
|
+
return {
|
|
46
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
47
|
+
value: tx_1.MsgDepositValidatorRewardsPool.encode(value).finish()
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
withTypeUrl: {
|
|
52
|
+
setWithdrawAddress(value) {
|
|
53
|
+
return {
|
|
54
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
55
|
+
value
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
withdrawDelegatorReward(value) {
|
|
59
|
+
return {
|
|
60
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
61
|
+
value
|
|
62
|
+
};
|
|
63
|
+
},
|
|
64
|
+
withdrawValidatorCommission(value) {
|
|
65
|
+
return {
|
|
66
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
67
|
+
value
|
|
68
|
+
};
|
|
69
|
+
},
|
|
70
|
+
fundCommunityPool(value) {
|
|
71
|
+
return {
|
|
72
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
73
|
+
value
|
|
74
|
+
};
|
|
75
|
+
},
|
|
76
|
+
updateParams(value) {
|
|
77
|
+
return {
|
|
78
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
79
|
+
value
|
|
80
|
+
};
|
|
81
|
+
},
|
|
82
|
+
communityPoolSpend(value) {
|
|
83
|
+
return {
|
|
84
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
85
|
+
value
|
|
86
|
+
};
|
|
87
|
+
},
|
|
88
|
+
depositValidatorRewardsPool(value) {
|
|
89
|
+
return {
|
|
90
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
91
|
+
value
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
fromPartial: {
|
|
96
|
+
setWithdrawAddress(value) {
|
|
97
|
+
return {
|
|
98
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
99
|
+
value: tx_1.MsgSetWithdrawAddress.fromPartial(value)
|
|
100
|
+
};
|
|
101
|
+
},
|
|
102
|
+
withdrawDelegatorReward(value) {
|
|
103
|
+
return {
|
|
104
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
105
|
+
value: tx_1.MsgWithdrawDelegatorReward.fromPartial(value)
|
|
106
|
+
};
|
|
107
|
+
},
|
|
108
|
+
withdrawValidatorCommission(value) {
|
|
109
|
+
return {
|
|
110
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
111
|
+
value: tx_1.MsgWithdrawValidatorCommission.fromPartial(value)
|
|
112
|
+
};
|
|
113
|
+
},
|
|
114
|
+
fundCommunityPool(value) {
|
|
115
|
+
return {
|
|
116
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
117
|
+
value: tx_1.MsgFundCommunityPool.fromPartial(value)
|
|
118
|
+
};
|
|
119
|
+
},
|
|
120
|
+
updateParams(value) {
|
|
121
|
+
return {
|
|
122
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
123
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
124
|
+
};
|
|
125
|
+
},
|
|
126
|
+
communityPoolSpend(value) {
|
|
127
|
+
return {
|
|
128
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
129
|
+
value: tx_1.MsgCommunityPoolSpend.fromPartial(value)
|
|
130
|
+
};
|
|
131
|
+
},
|
|
132
|
+
depositValidatorRewardsPool(value) {
|
|
133
|
+
return {
|
|
134
|
+
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
135
|
+
value: tx_1.MsgDepositValidatorRewardsPool.fromPartial(value)
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
|
|
3
|
-
export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward, fee: import("../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission, fee: import("../../../helper-func-types").StdFee
|
|
6
|
-
export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool, fee: import("../../../helper-func-types").StdFee
|
|
7
|
-
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee
|
|
8
|
-
export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend, fee: import("../../../helper-func-types").StdFee
|
|
9
|
-
export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createSetWithdrawAddress: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createWithdrawDelegatorReward: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createWithdrawValidatorCommission: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
6
|
+
export declare const createFundCommunityPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
7
|
+
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
8
|
+
export declare const createCommunityPoolSpend: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
9
|
+
export declare const createDepositValidatorRewardsPool: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
@@ -8,48 +8,55 @@ const createSetWithdrawAddress = (clientResolver) => (0, helper_func_types_1.bui
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgSetWithdrawAddress.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgSetWithdrawAddress),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgSetWithdrawAddress),
|
|
12
|
+
deps: [tx_1.MsgSetWithdrawAddress]
|
|
12
13
|
});
|
|
13
14
|
exports.createSetWithdrawAddress = createSetWithdrawAddress;
|
|
14
15
|
const createWithdrawDelegatorReward = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
15
16
|
clientResolver,
|
|
16
17
|
typeUrl: tx_1.MsgWithdrawDelegatorReward.typeUrl,
|
|
17
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawDelegatorReward),
|
|
18
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawDelegatorReward),
|
|
20
|
+
deps: [tx_1.MsgWithdrawDelegatorReward]
|
|
19
21
|
});
|
|
20
22
|
exports.createWithdrawDelegatorReward = createWithdrawDelegatorReward;
|
|
21
23
|
const createWithdrawValidatorCommission = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
22
24
|
clientResolver,
|
|
23
25
|
typeUrl: tx_1.MsgWithdrawValidatorCommission.typeUrl,
|
|
24
26
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgWithdrawValidatorCommission),
|
|
25
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission)
|
|
27
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgWithdrawValidatorCommission),
|
|
28
|
+
deps: [tx_1.MsgWithdrawValidatorCommission]
|
|
26
29
|
});
|
|
27
30
|
exports.createWithdrawValidatorCommission = createWithdrawValidatorCommission;
|
|
28
31
|
const createFundCommunityPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
29
32
|
clientResolver,
|
|
30
33
|
typeUrl: tx_1.MsgFundCommunityPool.typeUrl,
|
|
31
34
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgFundCommunityPool),
|
|
32
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool)
|
|
35
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgFundCommunityPool),
|
|
36
|
+
deps: [tx_1.MsgFundCommunityPool]
|
|
33
37
|
});
|
|
34
38
|
exports.createFundCommunityPool = createFundCommunityPool;
|
|
35
39
|
const createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
36
40
|
clientResolver,
|
|
37
41
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
38
42
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
39
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
43
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
44
|
+
deps: [tx_1.MsgUpdateParams]
|
|
40
45
|
});
|
|
41
46
|
exports.createUpdateParams = createUpdateParams;
|
|
42
47
|
const createCommunityPoolSpend = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
43
48
|
clientResolver,
|
|
44
49
|
typeUrl: tx_1.MsgCommunityPoolSpend.typeUrl,
|
|
45
50
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgCommunityPoolSpend),
|
|
46
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend)
|
|
51
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgCommunityPoolSpend),
|
|
52
|
+
deps: [tx_1.MsgCommunityPoolSpend]
|
|
47
53
|
});
|
|
48
54
|
exports.createCommunityPoolSpend = createCommunityPoolSpend;
|
|
49
55
|
const createDepositValidatorRewardsPool = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
50
56
|
clientResolver,
|
|
51
57
|
typeUrl: tx_1.MsgDepositValidatorRewardsPool.typeUrl,
|
|
52
58
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgDepositValidatorRewardsPool),
|
|
53
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool)
|
|
59
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgDepositValidatorRewardsPool),
|
|
60
|
+
deps: [tx_1.MsgDepositValidatorRewardsPool]
|
|
54
61
|
});
|
|
55
62
|
exports.createDepositValidatorRewardsPool = createDepositValidatorRewardsPool;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Module = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
|
-
const registry_1 = require("../../../../registry");
|
|
6
5
|
function createBaseModule() {
|
|
7
6
|
return {};
|
|
8
7
|
}
|
|
@@ -64,7 +63,6 @@ exports.Module = {
|
|
|
64
63
|
typeUrl: "/cosmos.evidence.module.v1.Module",
|
|
65
64
|
value: exports.Module.encode(message).finish()
|
|
66
65
|
};
|
|
67
|
-
}
|
|
66
|
+
},
|
|
67
|
+
registerTypeUrl() { }
|
|
68
68
|
};
|
|
69
|
-
registry_1.GlobalDecoderRegistry.register(exports.Module.typeUrl, exports.Module);
|
|
70
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Module.aminoType, exports.Module.typeUrl);
|
|
@@ -4,7 +4,6 @@ exports.Equivocation = void 0;
|
|
|
4
4
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
6
|
const helpers_1 = require("../../../helpers");
|
|
7
|
-
const registry_1 = require("../../../registry");
|
|
8
7
|
function createBaseEquivocation() {
|
|
9
8
|
return {
|
|
10
9
|
height: BigInt(0),
|
|
@@ -115,7 +114,6 @@ exports.Equivocation = {
|
|
|
115
114
|
typeUrl: "/cosmos.evidence.v1beta1.Equivocation",
|
|
116
115
|
value: exports.Equivocation.encode(message).finish()
|
|
117
116
|
};
|
|
118
|
-
}
|
|
117
|
+
},
|
|
118
|
+
registerTypeUrl() { }
|
|
119
119
|
};
|
|
120
|
-
registry_1.GlobalDecoderRegistry.register(exports.Equivocation.typeUrl, exports.Equivocation);
|
|
121
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Equivocation.aminoType, exports.Equivocation.typeUrl);
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GenesisState = void 0;
|
|
4
4
|
const any_1 = require("../../../google/protobuf/any");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBaseGenesisState() {
|
|
8
7
|
return {
|
|
9
8
|
evidence: []
|
|
@@ -81,7 +80,6 @@ exports.GenesisState = {
|
|
|
81
80
|
typeUrl: "/cosmos.evidence.v1beta1.GenesisState",
|
|
82
81
|
value: exports.GenesisState.encode(message).finish()
|
|
83
82
|
};
|
|
84
|
-
}
|
|
83
|
+
},
|
|
84
|
+
registerTypeUrl() { }
|
|
85
85
|
};
|
|
86
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
|
|
87
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenesisState.aminoType, exports.GenesisState.typeUrl);
|
|
@@ -125,6 +125,7 @@ export declare const QueryEvidenceRequest: {
|
|
|
125
125
|
fromProtoMsg(message: QueryEvidenceRequestProtoMsg): QueryEvidenceRequest;
|
|
126
126
|
toProto(message: QueryEvidenceRequest): Uint8Array;
|
|
127
127
|
toProtoMsg(message: QueryEvidenceRequest): QueryEvidenceRequestProtoMsg;
|
|
128
|
+
registerTypeUrl(): void;
|
|
128
129
|
};
|
|
129
130
|
export declare const QueryEvidenceResponse: {
|
|
130
131
|
typeUrl: string;
|
|
@@ -141,6 +142,7 @@ export declare const QueryEvidenceResponse: {
|
|
|
141
142
|
fromProtoMsg(message: QueryEvidenceResponseProtoMsg): QueryEvidenceResponse;
|
|
142
143
|
toProto(message: QueryEvidenceResponse): Uint8Array;
|
|
143
144
|
toProtoMsg(message: QueryEvidenceResponse): QueryEvidenceResponseProtoMsg;
|
|
145
|
+
registerTypeUrl(): void;
|
|
144
146
|
};
|
|
145
147
|
export declare const QueryAllEvidenceRequest: {
|
|
146
148
|
typeUrl: string;
|
|
@@ -157,6 +159,7 @@ export declare const QueryAllEvidenceRequest: {
|
|
|
157
159
|
fromProtoMsg(message: QueryAllEvidenceRequestProtoMsg): QueryAllEvidenceRequest;
|
|
158
160
|
toProto(message: QueryAllEvidenceRequest): Uint8Array;
|
|
159
161
|
toProtoMsg(message: QueryAllEvidenceRequest): QueryAllEvidenceRequestProtoMsg;
|
|
162
|
+
registerTypeUrl(): void;
|
|
160
163
|
};
|
|
161
164
|
export declare const QueryAllEvidenceResponse: {
|
|
162
165
|
typeUrl: string;
|
|
@@ -173,4 +176,5 @@ export declare const QueryAllEvidenceResponse: {
|
|
|
173
176
|
fromProtoMsg(message: QueryAllEvidenceResponseProtoMsg): QueryAllEvidenceResponse;
|
|
174
177
|
toProto(message: QueryAllEvidenceResponse): Uint8Array;
|
|
175
178
|
toProtoMsg(message: QueryAllEvidenceResponse): QueryAllEvidenceResponseProtoMsg;
|
|
179
|
+
registerTypeUrl(): void;
|
|
176
180
|
};
|
|
@@ -5,7 +5,6 @@ const pagination_1 = require("../../base/query/v1beta1/pagination");
|
|
|
5
5
|
const any_1 = require("../../../google/protobuf/any");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
7
|
const helpers_1 = require("../../../helpers");
|
|
8
|
-
const registry_1 = require("../../../registry");
|
|
9
8
|
function createBaseQueryEvidenceRequest() {
|
|
10
9
|
return {
|
|
11
10
|
evidenceHash: new Uint8Array(),
|
|
@@ -92,10 +91,9 @@ exports.QueryEvidenceRequest = {
|
|
|
92
91
|
typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceRequest",
|
|
93
92
|
value: exports.QueryEvidenceRequest.encode(message).finish()
|
|
94
93
|
};
|
|
95
|
-
}
|
|
94
|
+
},
|
|
95
|
+
registerTypeUrl() { }
|
|
96
96
|
};
|
|
97
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryEvidenceRequest.typeUrl, exports.QueryEvidenceRequest);
|
|
98
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryEvidenceRequest.aminoType, exports.QueryEvidenceRequest.typeUrl);
|
|
99
97
|
function createBaseQueryEvidenceResponse() {
|
|
100
98
|
return {
|
|
101
99
|
evidence: undefined
|
|
@@ -170,10 +168,9 @@ exports.QueryEvidenceResponse = {
|
|
|
170
168
|
typeUrl: "/cosmos.evidence.v1beta1.QueryEvidenceResponse",
|
|
171
169
|
value: exports.QueryEvidenceResponse.encode(message).finish()
|
|
172
170
|
};
|
|
173
|
-
}
|
|
171
|
+
},
|
|
172
|
+
registerTypeUrl() { }
|
|
174
173
|
};
|
|
175
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryEvidenceResponse.typeUrl, exports.QueryEvidenceResponse);
|
|
176
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryEvidenceResponse.aminoType, exports.QueryEvidenceResponse.typeUrl);
|
|
177
174
|
function createBaseQueryAllEvidenceRequest() {
|
|
178
175
|
return {
|
|
179
176
|
pagination: undefined
|
|
@@ -248,10 +245,11 @@ exports.QueryAllEvidenceRequest = {
|
|
|
248
245
|
typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceRequest",
|
|
249
246
|
value: exports.QueryAllEvidenceRequest.encode(message).finish()
|
|
250
247
|
};
|
|
248
|
+
},
|
|
249
|
+
registerTypeUrl() {
|
|
250
|
+
pagination_1.PageRequest.registerTypeUrl();
|
|
251
251
|
}
|
|
252
252
|
};
|
|
253
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryAllEvidenceRequest.typeUrl, exports.QueryAllEvidenceRequest);
|
|
254
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryAllEvidenceRequest.aminoType, exports.QueryAllEvidenceRequest.typeUrl);
|
|
255
253
|
function createBaseQueryAllEvidenceResponse() {
|
|
256
254
|
return {
|
|
257
255
|
evidence: [],
|
|
@@ -341,7 +339,8 @@ exports.QueryAllEvidenceResponse = {
|
|
|
341
339
|
typeUrl: "/cosmos.evidence.v1beta1.QueryAllEvidenceResponse",
|
|
342
340
|
value: exports.QueryAllEvidenceResponse.encode(message).finish()
|
|
343
341
|
};
|
|
342
|
+
},
|
|
343
|
+
registerTypeUrl() {
|
|
344
|
+
pagination_1.PageResponse.registerTypeUrl();
|
|
344
345
|
}
|
|
345
346
|
};
|
|
346
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryAllEvidenceResponse.typeUrl, exports.QueryAllEvidenceResponse);
|
|
347
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryAllEvidenceResponse.aminoType, exports.QueryAllEvidenceResponse.typeUrl);
|
|
@@ -8,7 +8,8 @@ const createGetEvidence = (clientResolver) => (0, helper_func_types_1.buildQuery
|
|
|
8
8
|
decode: query_1.QueryEvidenceResponse.decode,
|
|
9
9
|
service: "cosmos.evidence.v1beta1.Query",
|
|
10
10
|
method: "Evidence",
|
|
11
|
-
clientResolver
|
|
11
|
+
clientResolver,
|
|
12
|
+
deps: [query_1.QueryEvidenceRequest, query_1.QueryEvidenceResponse]
|
|
12
13
|
});
|
|
13
14
|
exports.createGetEvidence = createGetEvidence;
|
|
14
15
|
const createGetAllEvidence = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -16,6 +17,7 @@ const createGetAllEvidence = (clientResolver) => (0, helper_func_types_1.buildQu
|
|
|
16
17
|
decode: query_1.QueryAllEvidenceResponse.decode,
|
|
17
18
|
service: "cosmos.evidence.v1beta1.Query",
|
|
18
19
|
method: "AllEvidence",
|
|
19
|
-
clientResolver
|
|
20
|
+
clientResolver,
|
|
21
|
+
deps: [query_1.QueryAllEvidenceRequest, query_1.QueryAllEvidenceResponse]
|
|
20
22
|
});
|
|
21
23
|
exports.createGetAllEvidence = createGetAllEvidence;
|
|
@@ -65,6 +65,7 @@ export declare const MsgSubmitEvidence: {
|
|
|
65
65
|
fromProtoMsg(message: MsgSubmitEvidenceProtoMsg): MsgSubmitEvidence;
|
|
66
66
|
toProto(message: MsgSubmitEvidence): Uint8Array;
|
|
67
67
|
toProtoMsg(message: MsgSubmitEvidence): MsgSubmitEvidenceProtoMsg;
|
|
68
|
+
registerTypeUrl(): void;
|
|
68
69
|
};
|
|
69
70
|
export declare const MsgSubmitEvidenceResponse: {
|
|
70
71
|
typeUrl: string;
|
|
@@ -81,4 +82,5 @@ export declare const MsgSubmitEvidenceResponse: {
|
|
|
81
82
|
fromProtoMsg(message: MsgSubmitEvidenceResponseProtoMsg): MsgSubmitEvidenceResponse;
|
|
82
83
|
toProto(message: MsgSubmitEvidenceResponse): Uint8Array;
|
|
83
84
|
toProtoMsg(message: MsgSubmitEvidenceResponse): MsgSubmitEvidenceResponseProtoMsg;
|
|
85
|
+
registerTypeUrl(): void;
|
|
84
86
|
};
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.MsgSubmitEvidenceResponse = exports.MsgSubmitEvidence = void 0;
|
|
4
4
|
const any_1 = require("../../../google/protobuf/any");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const helpers_1 = require("../../../helpers");
|
|
7
6
|
const registry_1 = require("../../../registry");
|
|
7
|
+
const helpers_1 = require("../../../helpers");
|
|
8
8
|
function createBaseMsgSubmitEvidence() {
|
|
9
9
|
return {
|
|
10
10
|
submitter: "",
|
|
@@ -91,10 +91,9 @@ exports.MsgSubmitEvidence = {
|
|
|
91
91
|
typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
|
|
92
92
|
value: exports.MsgSubmitEvidence.encode(message).finish()
|
|
93
93
|
};
|
|
94
|
-
}
|
|
94
|
+
},
|
|
95
|
+
registerTypeUrl() { }
|
|
95
96
|
};
|
|
96
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitEvidence.typeUrl, exports.MsgSubmitEvidence);
|
|
97
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitEvidence.aminoType, exports.MsgSubmitEvidence.typeUrl);
|
|
98
97
|
function createBaseMsgSubmitEvidenceResponse() {
|
|
99
98
|
return {
|
|
100
99
|
hash: new Uint8Array()
|
|
@@ -169,7 +168,6 @@ exports.MsgSubmitEvidenceResponse = {
|
|
|
169
168
|
typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse",
|
|
170
169
|
value: exports.MsgSubmitEvidenceResponse.encode(message).finish()
|
|
171
170
|
};
|
|
172
|
-
}
|
|
171
|
+
},
|
|
172
|
+
registerTypeUrl() { }
|
|
173
173
|
};
|
|
174
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgSubmitEvidenceResponse.typeUrl, exports.MsgSubmitEvidenceResponse);
|
|
175
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgSubmitEvidenceResponse.aminoType, exports.MsgSubmitEvidenceResponse.typeUrl);
|
|
@@ -1,2 +1,23 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgSubmitEvidence } from "./tx";
|
|
2
3
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
submitEvidence(value: MsgSubmitEvidence): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
withTypeUrl: {
|
|
12
|
+
submitEvidence(value: MsgSubmitEvidence): {
|
|
13
|
+
typeUrl: string;
|
|
14
|
+
value: MsgSubmitEvidence;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
fromPartial: {
|
|
18
|
+
submitEvidence(value: MsgSubmitEvidence): {
|
|
19
|
+
typeUrl: string;
|
|
20
|
+
value: MsgSubmitEvidence;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.registry = void 0;
|
|
3
|
+
exports.MessageComposer = exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.evidence.v1beta1.MsgSubmitEvidence", tx_1.MsgSubmitEvidence]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
submitEvidence(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
|
|
11
|
+
value: tx_1.MsgSubmitEvidence.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
withTypeUrl: {
|
|
16
|
+
submitEvidence(value) {
|
|
17
|
+
return {
|
|
18
|
+
typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
|
|
19
|
+
value
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
fromPartial: {
|
|
24
|
+
submitEvidence(value) {
|
|
25
|
+
return {
|
|
26
|
+
typeUrl: "/cosmos.evidence.v1beta1.MsgSubmitEvidence",
|
|
27
|
+
value: tx_1.MsgSubmitEvidence.fromPartial(value)
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgSubmitEvidence } from "./tx";
|
|
3
|
-
export declare const createSubmitEvidence: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitEvidence, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createSubmitEvidence: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgSubmitEvidence | MsgSubmitEvidence[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
@@ -8,6 +8,7 @@ const createSubmitEvidence = (clientResolver) => (0, helper_func_types_1.buildTx
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgSubmitEvidence.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgSubmitEvidence),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgSubmitEvidence)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgSubmitEvidence),
|
|
12
|
+
deps: [tx_1.MsgSubmitEvidence]
|
|
12
13
|
});
|
|
13
14
|
exports.createSubmitEvidence = createSubmitEvidence;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Module = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
|
-
const registry_1 = require("../../../../registry");
|
|
6
5
|
function createBaseModule() {
|
|
7
6
|
return {};
|
|
8
7
|
}
|
|
@@ -64,7 +63,6 @@ exports.Module = {
|
|
|
64
63
|
typeUrl: "/cosmos.feegrant.module.v1.Module",
|
|
65
64
|
value: exports.Module.encode(message).finish()
|
|
66
65
|
};
|
|
67
|
-
}
|
|
66
|
+
},
|
|
67
|
+
registerTypeUrl() { }
|
|
68
68
|
};
|
|
69
|
-
registry_1.GlobalDecoderRegistry.register(exports.Module.typeUrl, exports.Module);
|
|
70
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Module.aminoType, exports.Module.typeUrl);
|