@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
|
@@ -9,7 +9,8 @@ const createGetAccount = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
9
9
|
decode: query_1.QueryAccountResponse.decode,
|
|
10
10
|
service: "ethermint.evm.v1.Query",
|
|
11
11
|
method: "Account",
|
|
12
|
-
clientResolver
|
|
12
|
+
clientResolver,
|
|
13
|
+
deps: [query_1.QueryAccountRequest, query_1.QueryAccountResponse]
|
|
13
14
|
});
|
|
14
15
|
exports.createGetAccount = createGetAccount;
|
|
15
16
|
const createGetCosmosAccount = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -17,7 +18,8 @@ const createGetCosmosAccount = (clientResolver) => (0, helper_func_types_1.build
|
|
|
17
18
|
decode: query_1.QueryCosmosAccountResponse.decode,
|
|
18
19
|
service: "ethermint.evm.v1.Query",
|
|
19
20
|
method: "CosmosAccount",
|
|
20
|
-
clientResolver
|
|
21
|
+
clientResolver,
|
|
22
|
+
deps: [query_1.QueryCosmosAccountRequest, query_1.QueryCosmosAccountResponse]
|
|
21
23
|
});
|
|
22
24
|
exports.createGetCosmosAccount = createGetCosmosAccount;
|
|
23
25
|
const createGetValidatorAccount = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -25,7 +27,8 @@ const createGetValidatorAccount = (clientResolver) => (0, helper_func_types_1.bu
|
|
|
25
27
|
decode: query_1.QueryValidatorAccountResponse.decode,
|
|
26
28
|
service: "ethermint.evm.v1.Query",
|
|
27
29
|
method: "ValidatorAccount",
|
|
28
|
-
clientResolver
|
|
30
|
+
clientResolver,
|
|
31
|
+
deps: [query_1.QueryValidatorAccountRequest, query_1.QueryValidatorAccountResponse]
|
|
29
32
|
});
|
|
30
33
|
exports.createGetValidatorAccount = createGetValidatorAccount;
|
|
31
34
|
const createGetBalance = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -33,7 +36,8 @@ const createGetBalance = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
33
36
|
decode: query_1.QueryBalanceResponse.decode,
|
|
34
37
|
service: "ethermint.evm.v1.Query",
|
|
35
38
|
method: "Balance",
|
|
36
|
-
clientResolver
|
|
39
|
+
clientResolver,
|
|
40
|
+
deps: [query_1.QueryBalanceRequest, query_1.QueryBalanceResponse]
|
|
37
41
|
});
|
|
38
42
|
exports.createGetBalance = createGetBalance;
|
|
39
43
|
const createGetStorage = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -41,7 +45,8 @@ const createGetStorage = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
41
45
|
decode: query_1.QueryStorageResponse.decode,
|
|
42
46
|
service: "ethermint.evm.v1.Query",
|
|
43
47
|
method: "Storage",
|
|
44
|
-
clientResolver
|
|
48
|
+
clientResolver,
|
|
49
|
+
deps: [query_1.QueryStorageRequest, query_1.QueryStorageResponse]
|
|
45
50
|
});
|
|
46
51
|
exports.createGetStorage = createGetStorage;
|
|
47
52
|
const createGetCode = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -49,7 +54,8 @@ const createGetCode = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
|
49
54
|
decode: query_1.QueryCodeResponse.decode,
|
|
50
55
|
service: "ethermint.evm.v1.Query",
|
|
51
56
|
method: "Code",
|
|
52
|
-
clientResolver
|
|
57
|
+
clientResolver,
|
|
58
|
+
deps: [query_1.QueryCodeRequest, query_1.QueryCodeResponse]
|
|
53
59
|
});
|
|
54
60
|
exports.createGetCode = createGetCode;
|
|
55
61
|
const createGetParams = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -57,7 +63,8 @@ const createGetParams = (clientResolver) => (0, helper_func_types_1.buildQuery)(
|
|
|
57
63
|
decode: query_1.QueryParamsResponse.decode,
|
|
58
64
|
service: "ethermint.evm.v1.Query",
|
|
59
65
|
method: "Params",
|
|
60
|
-
clientResolver
|
|
66
|
+
clientResolver,
|
|
67
|
+
deps: [query_1.QueryParamsRequest, query_1.QueryParamsResponse]
|
|
61
68
|
});
|
|
62
69
|
exports.createGetParams = createGetParams;
|
|
63
70
|
const createGetEthCall = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -65,7 +72,8 @@ const createGetEthCall = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
65
72
|
decode: tx_1.MsgEthereumTxResponse.decode,
|
|
66
73
|
service: "ethermint.evm.v1.Query",
|
|
67
74
|
method: "EthCall",
|
|
68
|
-
clientResolver
|
|
75
|
+
clientResolver,
|
|
76
|
+
deps: [query_1.EthCallRequest, tx_1.MsgEthereumTxResponse]
|
|
69
77
|
});
|
|
70
78
|
exports.createGetEthCall = createGetEthCall;
|
|
71
79
|
const createGetEstimateGas = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -73,7 +81,8 @@ const createGetEstimateGas = (clientResolver) => (0, helper_func_types_1.buildQu
|
|
|
73
81
|
decode: query_1.EstimateGasResponse.decode,
|
|
74
82
|
service: "ethermint.evm.v1.Query",
|
|
75
83
|
method: "EstimateGas",
|
|
76
|
-
clientResolver
|
|
84
|
+
clientResolver,
|
|
85
|
+
deps: [query_1.EthCallRequest, query_1.EstimateGasResponse]
|
|
77
86
|
});
|
|
78
87
|
exports.createGetEstimateGas = createGetEstimateGas;
|
|
79
88
|
const createGetTraceTx = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -81,7 +90,8 @@ const createGetTraceTx = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
81
90
|
decode: query_1.QueryTraceTxResponse.decode,
|
|
82
91
|
service: "ethermint.evm.v1.Query",
|
|
83
92
|
method: "TraceTx",
|
|
84
|
-
clientResolver
|
|
93
|
+
clientResolver,
|
|
94
|
+
deps: [query_1.QueryTraceTxRequest, query_1.QueryTraceTxResponse]
|
|
85
95
|
});
|
|
86
96
|
exports.createGetTraceTx = createGetTraceTx;
|
|
87
97
|
const createGetTraceBlock = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -89,7 +99,8 @@ const createGetTraceBlock = (clientResolver) => (0, helper_func_types_1.buildQue
|
|
|
89
99
|
decode: query_1.QueryTraceBlockResponse.decode,
|
|
90
100
|
service: "ethermint.evm.v1.Query",
|
|
91
101
|
method: "TraceBlock",
|
|
92
|
-
clientResolver
|
|
102
|
+
clientResolver,
|
|
103
|
+
deps: [query_1.QueryTraceBlockRequest, query_1.QueryTraceBlockResponse]
|
|
93
104
|
});
|
|
94
105
|
exports.createGetTraceBlock = createGetTraceBlock;
|
|
95
106
|
const createGetBaseFee = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -97,6 +108,7 @@ const createGetBaseFee = (clientResolver) => (0, helper_func_types_1.buildQuery)
|
|
|
97
108
|
decode: query_1.QueryBaseFeeResponse.decode,
|
|
98
109
|
service: "ethermint.evm.v1.Query",
|
|
99
110
|
method: "BaseFee",
|
|
100
|
-
clientResolver
|
|
111
|
+
clientResolver,
|
|
112
|
+
deps: [query_1.QueryBaseFeeRequest, query_1.QueryBaseFeeResponse]
|
|
101
113
|
});
|
|
102
114
|
exports.createGetBaseFee = createGetBaseFee;
|
package/ethermint/evm/v1/tx.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export declare const MsgEthereumTx: {
|
|
|
349
349
|
fromProtoMsg(message: MsgEthereumTxProtoMsg): MsgEthereumTx;
|
|
350
350
|
toProto(message: MsgEthereumTx): Uint8Array;
|
|
351
351
|
toProtoMsg(message: MsgEthereumTx): MsgEthereumTxProtoMsg;
|
|
352
|
+
registerTypeUrl(): void;
|
|
352
353
|
};
|
|
353
354
|
export declare const LegacyTx: {
|
|
354
355
|
typeUrl: string;
|
|
@@ -363,6 +364,7 @@ export declare const LegacyTx: {
|
|
|
363
364
|
fromProtoMsg(message: LegacyTxProtoMsg): LegacyTx;
|
|
364
365
|
toProto(message: LegacyTx): Uint8Array;
|
|
365
366
|
toProtoMsg(message: LegacyTx): LegacyTxProtoMsg;
|
|
367
|
+
registerTypeUrl(): void;
|
|
366
368
|
};
|
|
367
369
|
export declare const AccessListTx: {
|
|
368
370
|
typeUrl: string;
|
|
@@ -377,6 +379,7 @@ export declare const AccessListTx: {
|
|
|
377
379
|
fromProtoMsg(message: AccessListTxProtoMsg): AccessListTx;
|
|
378
380
|
toProto(message: AccessListTx): Uint8Array;
|
|
379
381
|
toProtoMsg(message: AccessListTx): AccessListTxProtoMsg;
|
|
382
|
+
registerTypeUrl(): void;
|
|
380
383
|
};
|
|
381
384
|
export declare const DynamicFeeTx: {
|
|
382
385
|
typeUrl: string;
|
|
@@ -391,6 +394,7 @@ export declare const DynamicFeeTx: {
|
|
|
391
394
|
fromProtoMsg(message: DynamicFeeTxProtoMsg): DynamicFeeTx;
|
|
392
395
|
toProto(message: DynamicFeeTx): Uint8Array;
|
|
393
396
|
toProtoMsg(message: DynamicFeeTx): DynamicFeeTxProtoMsg;
|
|
397
|
+
registerTypeUrl(): void;
|
|
394
398
|
};
|
|
395
399
|
export declare const ExtensionOptionsEthereumTx: {
|
|
396
400
|
typeUrl: string;
|
|
@@ -405,6 +409,7 @@ export declare const ExtensionOptionsEthereumTx: {
|
|
|
405
409
|
fromProtoMsg(message: ExtensionOptionsEthereumTxProtoMsg): ExtensionOptionsEthereumTx;
|
|
406
410
|
toProto(message: ExtensionOptionsEthereumTx): Uint8Array;
|
|
407
411
|
toProtoMsg(message: ExtensionOptionsEthereumTx): ExtensionOptionsEthereumTxProtoMsg;
|
|
412
|
+
registerTypeUrl(): void;
|
|
408
413
|
};
|
|
409
414
|
export declare const MsgEthereumTxResponse: {
|
|
410
415
|
typeUrl: string;
|
|
@@ -419,6 +424,7 @@ export declare const MsgEthereumTxResponse: {
|
|
|
419
424
|
fromProtoMsg(message: MsgEthereumTxResponseProtoMsg): MsgEthereumTxResponse;
|
|
420
425
|
toProto(message: MsgEthereumTxResponse): Uint8Array;
|
|
421
426
|
toProtoMsg(message: MsgEthereumTxResponse): MsgEthereumTxResponseProtoMsg;
|
|
427
|
+
registerTypeUrl(): void;
|
|
422
428
|
};
|
|
423
429
|
export declare const MsgUpdateParams: {
|
|
424
430
|
typeUrl: string;
|
|
@@ -435,6 +441,7 @@ export declare const MsgUpdateParams: {
|
|
|
435
441
|
fromProtoMsg(message: MsgUpdateParamsProtoMsg): MsgUpdateParams;
|
|
436
442
|
toProto(message: MsgUpdateParams): Uint8Array;
|
|
437
443
|
toProtoMsg(message: MsgUpdateParams): MsgUpdateParamsProtoMsg;
|
|
444
|
+
registerTypeUrl(): void;
|
|
438
445
|
};
|
|
439
446
|
export declare const MsgUpdateParamsResponse: {
|
|
440
447
|
typeUrl: string;
|
|
@@ -449,4 +456,5 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
449
456
|
fromProtoMsg(message: MsgUpdateParamsResponseProtoMsg): MsgUpdateParamsResponse;
|
|
450
457
|
toProto(message: MsgUpdateParamsResponse): Uint8Array;
|
|
451
458
|
toProtoMsg(message: MsgUpdateParamsResponse): MsgUpdateParamsResponseProtoMsg;
|
|
459
|
+
registerTypeUrl(): void;
|
|
452
460
|
};
|
package/ethermint/evm/v1/tx.js
CHANGED
|
@@ -4,8 +4,8 @@ exports.MsgUpdateParamsResponse = exports.MsgUpdateParams = exports.MsgEthereumT
|
|
|
4
4
|
const any_1 = require("../../../google/protobuf/any");
|
|
5
5
|
const evm_1 = require("./evm");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
|
-
const helpers_1 = require("../../../helpers");
|
|
8
7
|
const registry_1 = require("../../../registry");
|
|
8
|
+
const helpers_1 = require("../../../helpers");
|
|
9
9
|
function createBaseMsgEthereumTx() {
|
|
10
10
|
return {
|
|
11
11
|
data: undefined,
|
|
@@ -116,10 +116,9 @@ exports.MsgEthereumTx = {
|
|
|
116
116
|
typeUrl: "/ethermint.evm.v1.MsgEthereumTx",
|
|
117
117
|
value: exports.MsgEthereumTx.encode(message).finish()
|
|
118
118
|
};
|
|
119
|
-
}
|
|
119
|
+
},
|
|
120
|
+
registerTypeUrl() { }
|
|
120
121
|
};
|
|
121
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgEthereumTx.typeUrl, exports.MsgEthereumTx);
|
|
122
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgEthereumTx.aminoType, exports.MsgEthereumTx.typeUrl);
|
|
123
122
|
function createBaseLegacyTx() {
|
|
124
123
|
return {
|
|
125
124
|
nonce: BigInt(0),
|
|
@@ -283,9 +282,11 @@ exports.LegacyTx = {
|
|
|
283
282
|
typeUrl: "/ethermint.evm.v1.LegacyTx",
|
|
284
283
|
value: exports.LegacyTx.encode(message).finish()
|
|
285
284
|
};
|
|
285
|
+
},
|
|
286
|
+
registerTypeUrl() {
|
|
287
|
+
registry_1.GlobalDecoderRegistry.register(exports.LegacyTx.typeUrl, exports.LegacyTx);
|
|
286
288
|
}
|
|
287
289
|
};
|
|
288
|
-
registry_1.GlobalDecoderRegistry.register(exports.LegacyTx.typeUrl, exports.LegacyTx);
|
|
289
290
|
function createBaseAccessListTx() {
|
|
290
291
|
return {
|
|
291
292
|
chainId: "",
|
|
@@ -476,9 +477,12 @@ exports.AccessListTx = {
|
|
|
476
477
|
typeUrl: "/ethermint.evm.v1.AccessListTx",
|
|
477
478
|
value: exports.AccessListTx.encode(message).finish()
|
|
478
479
|
};
|
|
480
|
+
},
|
|
481
|
+
registerTypeUrl() {
|
|
482
|
+
registry_1.GlobalDecoderRegistry.register(exports.AccessListTx.typeUrl, exports.AccessListTx);
|
|
483
|
+
evm_1.AccessTuple.registerTypeUrl();
|
|
479
484
|
}
|
|
480
485
|
};
|
|
481
|
-
registry_1.GlobalDecoderRegistry.register(exports.AccessListTx.typeUrl, exports.AccessListTx);
|
|
482
486
|
function createBaseDynamicFeeTx() {
|
|
483
487
|
return {
|
|
484
488
|
chainId: "",
|
|
@@ -681,9 +685,12 @@ exports.DynamicFeeTx = {
|
|
|
681
685
|
typeUrl: "/ethermint.evm.v1.DynamicFeeTx",
|
|
682
686
|
value: exports.DynamicFeeTx.encode(message).finish()
|
|
683
687
|
};
|
|
688
|
+
},
|
|
689
|
+
registerTypeUrl() {
|
|
690
|
+
registry_1.GlobalDecoderRegistry.register(exports.DynamicFeeTx.typeUrl, exports.DynamicFeeTx);
|
|
691
|
+
evm_1.AccessTuple.registerTypeUrl();
|
|
684
692
|
}
|
|
685
693
|
};
|
|
686
|
-
registry_1.GlobalDecoderRegistry.register(exports.DynamicFeeTx.typeUrl, exports.DynamicFeeTx);
|
|
687
694
|
function createBaseExtensionOptionsEthereumTx() {
|
|
688
695
|
return {};
|
|
689
696
|
}
|
|
@@ -738,9 +745,9 @@ exports.ExtensionOptionsEthereumTx = {
|
|
|
738
745
|
typeUrl: "/ethermint.evm.v1.ExtensionOptionsEthereumTx",
|
|
739
746
|
value: exports.ExtensionOptionsEthereumTx.encode(message).finish()
|
|
740
747
|
};
|
|
741
|
-
}
|
|
748
|
+
},
|
|
749
|
+
registerTypeUrl() { }
|
|
742
750
|
};
|
|
743
|
-
registry_1.GlobalDecoderRegistry.register(exports.ExtensionOptionsEthereumTx.typeUrl, exports.ExtensionOptionsEthereumTx);
|
|
744
751
|
function createBaseMsgEthereumTxResponse() {
|
|
745
752
|
return {
|
|
746
753
|
hash: "",
|
|
@@ -859,9 +866,11 @@ exports.MsgEthereumTxResponse = {
|
|
|
859
866
|
typeUrl: "/ethermint.evm.v1.MsgEthereumTxResponse",
|
|
860
867
|
value: exports.MsgEthereumTxResponse.encode(message).finish()
|
|
861
868
|
};
|
|
869
|
+
},
|
|
870
|
+
registerTypeUrl() {
|
|
871
|
+
evm_1.Log.registerTypeUrl();
|
|
862
872
|
}
|
|
863
873
|
};
|
|
864
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgEthereumTxResponse.typeUrl, exports.MsgEthereumTxResponse);
|
|
865
874
|
function createBaseMsgUpdateParams() {
|
|
866
875
|
return {
|
|
867
876
|
authority: "",
|
|
@@ -948,10 +957,11 @@ exports.MsgUpdateParams = {
|
|
|
948
957
|
typeUrl: "/ethermint.evm.v1.MsgUpdateParams",
|
|
949
958
|
value: exports.MsgUpdateParams.encode(message).finish()
|
|
950
959
|
};
|
|
960
|
+
},
|
|
961
|
+
registerTypeUrl() {
|
|
962
|
+
evm_1.Params.registerTypeUrl();
|
|
951
963
|
}
|
|
952
964
|
};
|
|
953
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParams.typeUrl, exports.MsgUpdateParams);
|
|
954
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgUpdateParams.aminoType, exports.MsgUpdateParams.typeUrl);
|
|
955
965
|
function createBaseMsgUpdateParamsResponse() {
|
|
956
966
|
return {};
|
|
957
967
|
}
|
|
@@ -1006,6 +1016,6 @@ exports.MsgUpdateParamsResponse = {
|
|
|
1006
1016
|
typeUrl: "/ethermint.evm.v1.MsgUpdateParamsResponse",
|
|
1007
1017
|
value: exports.MsgUpdateParamsResponse.encode(message).finish()
|
|
1008
1018
|
};
|
|
1009
|
-
}
|
|
1019
|
+
},
|
|
1020
|
+
registerTypeUrl() { }
|
|
1010
1021
|
};
|
|
1011
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgUpdateParamsResponse.typeUrl, exports.MsgUpdateParamsResponse);
|
|
@@ -1,2 +1,35 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgEthereumTx, MsgUpdateParams } from "./tx";
|
|
2
3
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
ethereumTx(value: MsgEthereumTx): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
updateParams(value: MsgUpdateParams): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
withTypeUrl: {
|
|
16
|
+
ethereumTx(value: MsgEthereumTx): {
|
|
17
|
+
typeUrl: string;
|
|
18
|
+
value: MsgEthereumTx;
|
|
19
|
+
};
|
|
20
|
+
updateParams(value: MsgUpdateParams): {
|
|
21
|
+
typeUrl: string;
|
|
22
|
+
value: MsgUpdateParams;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
fromPartial: {
|
|
26
|
+
ethereumTx(value: MsgEthereumTx): {
|
|
27
|
+
typeUrl: string;
|
|
28
|
+
value: MsgEthereumTx;
|
|
29
|
+
};
|
|
30
|
+
updateParams(value: MsgUpdateParams): {
|
|
31
|
+
typeUrl: string;
|
|
32
|
+
value: MsgUpdateParams;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -1,5 +1,49 @@
|
|
|
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 = [["/ethermint.evm.v1.MsgEthereumTx", tx_1.MsgEthereumTx], ["/ethermint.evm.v1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
ethereumTx(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/ethermint.evm.v1.MsgEthereumTx",
|
|
11
|
+
value: tx_1.MsgEthereumTx.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
updateParams(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/ethermint.evm.v1.MsgUpdateParams",
|
|
17
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
withTypeUrl: {
|
|
22
|
+
ethereumTx(value) {
|
|
23
|
+
return {
|
|
24
|
+
typeUrl: "/ethermint.evm.v1.MsgEthereumTx",
|
|
25
|
+
value
|
|
26
|
+
};
|
|
27
|
+
},
|
|
28
|
+
updateParams(value) {
|
|
29
|
+
return {
|
|
30
|
+
typeUrl: "/ethermint.evm.v1.MsgUpdateParams",
|
|
31
|
+
value
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
fromPartial: {
|
|
36
|
+
ethereumTx(value) {
|
|
37
|
+
return {
|
|
38
|
+
typeUrl: "/ethermint.evm.v1.MsgEthereumTx",
|
|
39
|
+
value: tx_1.MsgEthereumTx.fromPartial(value)
|
|
40
|
+
};
|
|
41
|
+
},
|
|
42
|
+
updateParams(value) {
|
|
43
|
+
return {
|
|
44
|
+
typeUrl: "/ethermint.evm.v1.MsgUpdateParams",
|
|
45
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgEthereumTx, MsgUpdateParams } from "./tx";
|
|
3
|
-
export declare const createEthereumTx: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgEthereumTx, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createUpdateParams: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgUpdateParams, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createEthereumTx: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgEthereumTx | MsgEthereumTx[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
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,13 +8,15 @@ const createEthereumTx = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
|
8
8
|
clientResolver,
|
|
9
9
|
typeUrl: tx_1.MsgEthereumTx.typeUrl,
|
|
10
10
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgEthereumTx),
|
|
11
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgEthereumTx)
|
|
11
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgEthereumTx),
|
|
12
|
+
deps: [tx_1.MsgEthereumTx]
|
|
12
13
|
});
|
|
13
14
|
exports.createEthereumTx = createEthereumTx;
|
|
14
15
|
const createUpdateParams = (clientResolver) => (0, helper_func_types_1.buildTx)({
|
|
15
16
|
clientResolver,
|
|
16
17
|
typeUrl: tx_1.MsgUpdateParams.typeUrl,
|
|
17
18
|
encoders: (0, utils_1.toEncoders)(tx_1.MsgUpdateParams),
|
|
18
|
-
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams)
|
|
19
|
+
converters: (0, utils_1.toConverters)(tx_1.MsgUpdateParams),
|
|
20
|
+
deps: [tx_1.MsgUpdateParams]
|
|
19
21
|
});
|
|
20
22
|
exports.createUpdateParams = createUpdateParams;
|
|
@@ -53,6 +53,7 @@ export declare const EventFeeMarket: {
|
|
|
53
53
|
fromProtoMsg(message: EventFeeMarketProtoMsg): EventFeeMarket;
|
|
54
54
|
toProto(message: EventFeeMarket): Uint8Array;
|
|
55
55
|
toProtoMsg(message: EventFeeMarket): EventFeeMarketProtoMsg;
|
|
56
|
+
registerTypeUrl(): void;
|
|
56
57
|
};
|
|
57
58
|
export declare const EventBlockGas: {
|
|
58
59
|
typeUrl: string;
|
|
@@ -67,4 +68,5 @@ export declare const EventBlockGas: {
|
|
|
67
68
|
fromProtoMsg(message: EventBlockGasProtoMsg): EventBlockGas;
|
|
68
69
|
toProto(message: EventBlockGas): Uint8Array;
|
|
69
70
|
toProtoMsg(message: EventBlockGas): EventBlockGasProtoMsg;
|
|
71
|
+
registerTypeUrl(): void;
|
|
70
72
|
};
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EventBlockGas = exports.EventFeeMarket = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
|
-
const registry_1 = require("../../../registry");
|
|
6
5
|
function createBaseEventFeeMarket() {
|
|
7
6
|
return {
|
|
8
7
|
baseFee: ""
|
|
@@ -70,9 +69,9 @@ exports.EventFeeMarket = {
|
|
|
70
69
|
typeUrl: "/ethermint.feemarket.v1.EventFeeMarket",
|
|
71
70
|
value: exports.EventFeeMarket.encode(message).finish()
|
|
72
71
|
};
|
|
73
|
-
}
|
|
72
|
+
},
|
|
73
|
+
registerTypeUrl() { }
|
|
74
74
|
};
|
|
75
|
-
registry_1.GlobalDecoderRegistry.register(exports.EventFeeMarket.typeUrl, exports.EventFeeMarket);
|
|
76
75
|
function createBaseEventBlockGas() {
|
|
77
76
|
return {
|
|
78
77
|
height: "",
|
|
@@ -152,6 +151,6 @@ exports.EventBlockGas = {
|
|
|
152
151
|
typeUrl: "/ethermint.feemarket.v1.EventBlockGas",
|
|
153
152
|
value: exports.EventBlockGas.encode(message).finish()
|
|
154
153
|
};
|
|
155
|
-
}
|
|
154
|
+
},
|
|
155
|
+
registerTypeUrl() { }
|
|
156
156
|
};
|
|
157
|
-
registry_1.GlobalDecoderRegistry.register(exports.EventBlockGas.typeUrl, exports.EventBlockGas);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Params = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
|
-
const
|
|
5
|
+
const math_1 = require("@interchainjs/math");
|
|
6
6
|
function createBaseParams() {
|
|
7
7
|
return {
|
|
8
8
|
noBaseFee: false,
|
|
@@ -40,10 +40,10 @@ exports.Params = {
|
|
|
40
40
|
writer.uint32(50).string(message.baseFee);
|
|
41
41
|
}
|
|
42
42
|
if (message.minGasPrice !== "") {
|
|
43
|
-
writer.uint32(58).string(message.minGasPrice);
|
|
43
|
+
writer.uint32(58).string(math_1.Decimal.fromUserInput(message.minGasPrice, 18).atomics);
|
|
44
44
|
}
|
|
45
45
|
if (message.minGasMultiplier !== "") {
|
|
46
|
-
writer.uint32(66).string(message.minGasMultiplier);
|
|
46
|
+
writer.uint32(66).string(math_1.Decimal.fromUserInput(message.minGasMultiplier, 18).atomics);
|
|
47
47
|
}
|
|
48
48
|
return writer;
|
|
49
49
|
},
|
|
@@ -70,10 +70,10 @@ exports.Params = {
|
|
|
70
70
|
message.baseFee = reader.string();
|
|
71
71
|
break;
|
|
72
72
|
case 7:
|
|
73
|
-
message.minGasPrice = reader.string();
|
|
73
|
+
message.minGasPrice = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
74
74
|
break;
|
|
75
75
|
case 8:
|
|
76
|
-
message.minGasMultiplier = reader.string();
|
|
76
|
+
message.minGasMultiplier = math_1.Decimal.fromAtomics(reader.string(), 18).toString();
|
|
77
77
|
break;
|
|
78
78
|
default:
|
|
79
79
|
reader.skipType(tag & 7);
|
|
@@ -125,8 +125,8 @@ exports.Params = {
|
|
|
125
125
|
obj.elasticity_multiplier = message.elasticityMultiplier === 0 ? undefined : message.elasticityMultiplier;
|
|
126
126
|
obj.enable_height = message.enableHeight !== BigInt(0) ? message.enableHeight?.toString() : undefined;
|
|
127
127
|
obj.base_fee = message.baseFee ?? "";
|
|
128
|
-
obj.min_gas_price = message.minGasPrice ?? "";
|
|
129
|
-
obj.min_gas_multiplier = message.minGasMultiplier ?? "";
|
|
128
|
+
obj.min_gas_price = math_1.Decimal.fromUserInput(message.minGasPrice, 18).atomics ?? "";
|
|
129
|
+
obj.min_gas_multiplier = math_1.Decimal.fromUserInput(message.minGasMultiplier, 18).atomics ?? "";
|
|
130
130
|
return obj;
|
|
131
131
|
},
|
|
132
132
|
fromAminoMsg(object) {
|
|
@@ -149,7 +149,6 @@ exports.Params = {
|
|
|
149
149
|
typeUrl: "/ethermint.feemarket.v1.Params",
|
|
150
150
|
value: exports.Params.encode(message).finish()
|
|
151
151
|
};
|
|
152
|
-
}
|
|
152
|
+
},
|
|
153
|
+
registerTypeUrl() { }
|
|
153
154
|
};
|
|
154
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
155
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GenesisState = void 0;
|
|
4
4
|
const feemarket_1 = require("./feemarket");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBaseGenesisState() {
|
|
8
7
|
return {
|
|
9
8
|
params: feemarket_1.Params.fromPartial({}),
|
|
@@ -83,6 +82,8 @@ exports.GenesisState = {
|
|
|
83
82
|
typeUrl: "/ethermint.feemarket.v1.GenesisState",
|
|
84
83
|
value: exports.GenesisState.encode(message).finish()
|
|
85
84
|
};
|
|
85
|
+
},
|
|
86
|
+
registerTypeUrl() {
|
|
87
|
+
feemarket_1.Params.registerTypeUrl();
|
|
86
88
|
}
|
|
87
89
|
};
|
|
88
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
|
|
@@ -122,6 +122,7 @@ export declare const QueryParamsRequest: {
|
|
|
122
122
|
fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest;
|
|
123
123
|
toProto(message: QueryParamsRequest): Uint8Array;
|
|
124
124
|
toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg;
|
|
125
|
+
registerTypeUrl(): void;
|
|
125
126
|
};
|
|
126
127
|
export declare const QueryParamsResponse: {
|
|
127
128
|
typeUrl: string;
|
|
@@ -136,6 +137,7 @@ export declare const QueryParamsResponse: {
|
|
|
136
137
|
fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse;
|
|
137
138
|
toProto(message: QueryParamsResponse): Uint8Array;
|
|
138
139
|
toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg;
|
|
140
|
+
registerTypeUrl(): void;
|
|
139
141
|
};
|
|
140
142
|
export declare const QueryBaseFeeRequest: {
|
|
141
143
|
typeUrl: string;
|
|
@@ -150,6 +152,7 @@ export declare const QueryBaseFeeRequest: {
|
|
|
150
152
|
fromProtoMsg(message: QueryBaseFeeRequestProtoMsg): QueryBaseFeeRequest;
|
|
151
153
|
toProto(message: QueryBaseFeeRequest): Uint8Array;
|
|
152
154
|
toProtoMsg(message: QueryBaseFeeRequest): QueryBaseFeeRequestProtoMsg;
|
|
155
|
+
registerTypeUrl(): void;
|
|
153
156
|
};
|
|
154
157
|
export declare const QueryBaseFeeResponse: {
|
|
155
158
|
typeUrl: string;
|
|
@@ -164,6 +167,7 @@ export declare const QueryBaseFeeResponse: {
|
|
|
164
167
|
fromProtoMsg(message: QueryBaseFeeResponseProtoMsg): QueryBaseFeeResponse;
|
|
165
168
|
toProto(message: QueryBaseFeeResponse): Uint8Array;
|
|
166
169
|
toProtoMsg(message: QueryBaseFeeResponse): QueryBaseFeeResponseProtoMsg;
|
|
170
|
+
registerTypeUrl(): void;
|
|
167
171
|
};
|
|
168
172
|
export declare const QueryBlockGasRequest: {
|
|
169
173
|
typeUrl: string;
|
|
@@ -178,6 +182,7 @@ export declare const QueryBlockGasRequest: {
|
|
|
178
182
|
fromProtoMsg(message: QueryBlockGasRequestProtoMsg): QueryBlockGasRequest;
|
|
179
183
|
toProto(message: QueryBlockGasRequest): Uint8Array;
|
|
180
184
|
toProtoMsg(message: QueryBlockGasRequest): QueryBlockGasRequestProtoMsg;
|
|
185
|
+
registerTypeUrl(): void;
|
|
181
186
|
};
|
|
182
187
|
export declare const QueryBlockGasResponse: {
|
|
183
188
|
typeUrl: string;
|
|
@@ -192,4 +197,5 @@ export declare const QueryBlockGasResponse: {
|
|
|
192
197
|
fromProtoMsg(message: QueryBlockGasResponseProtoMsg): QueryBlockGasResponse;
|
|
193
198
|
toProto(message: QueryBlockGasResponse): Uint8Array;
|
|
194
199
|
toProtoMsg(message: QueryBlockGasResponse): QueryBlockGasResponseProtoMsg;
|
|
200
|
+
registerTypeUrl(): void;
|
|
195
201
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.QueryBlockGasResponse = exports.QueryBlockGasRequest = exports.QueryBaseFeeResponse = exports.QueryBaseFeeRequest = exports.QueryParamsResponse = exports.QueryParamsRequest = void 0;
|
|
4
4
|
const feemarket_1 = require("./feemarket");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBaseQueryParamsRequest() {
|
|
8
7
|
return {};
|
|
9
8
|
}
|
|
@@ -58,9 +57,9 @@ exports.QueryParamsRequest = {
|
|
|
58
57
|
typeUrl: "/ethermint.feemarket.v1.QueryParamsRequest",
|
|
59
58
|
value: exports.QueryParamsRequest.encode(message).finish()
|
|
60
59
|
};
|
|
61
|
-
}
|
|
60
|
+
},
|
|
61
|
+
registerTypeUrl() { }
|
|
62
62
|
};
|
|
63
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryParamsRequest.typeUrl, exports.QueryParamsRequest);
|
|
64
63
|
function createBaseQueryParamsResponse() {
|
|
65
64
|
return {
|
|
66
65
|
params: feemarket_1.Params.fromPartial({})
|
|
@@ -128,9 +127,11 @@ exports.QueryParamsResponse = {
|
|
|
128
127
|
typeUrl: "/ethermint.feemarket.v1.QueryParamsResponse",
|
|
129
128
|
value: exports.QueryParamsResponse.encode(message).finish()
|
|
130
129
|
};
|
|
130
|
+
},
|
|
131
|
+
registerTypeUrl() {
|
|
132
|
+
feemarket_1.Params.registerTypeUrl();
|
|
131
133
|
}
|
|
132
134
|
};
|
|
133
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryParamsResponse.typeUrl, exports.QueryParamsResponse);
|
|
134
135
|
function createBaseQueryBaseFeeRequest() {
|
|
135
136
|
return {};
|
|
136
137
|
}
|
|
@@ -185,9 +186,9 @@ exports.QueryBaseFeeRequest = {
|
|
|
185
186
|
typeUrl: "/ethermint.feemarket.v1.QueryBaseFeeRequest",
|
|
186
187
|
value: exports.QueryBaseFeeRequest.encode(message).finish()
|
|
187
188
|
};
|
|
188
|
-
}
|
|
189
|
+
},
|
|
190
|
+
registerTypeUrl() { }
|
|
189
191
|
};
|
|
190
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryBaseFeeRequest.typeUrl, exports.QueryBaseFeeRequest);
|
|
191
192
|
function createBaseQueryBaseFeeResponse() {
|
|
192
193
|
return {
|
|
193
194
|
baseFee: ""
|
|
@@ -255,9 +256,9 @@ exports.QueryBaseFeeResponse = {
|
|
|
255
256
|
typeUrl: "/ethermint.feemarket.v1.QueryBaseFeeResponse",
|
|
256
257
|
value: exports.QueryBaseFeeResponse.encode(message).finish()
|
|
257
258
|
};
|
|
258
|
-
}
|
|
259
|
+
},
|
|
260
|
+
registerTypeUrl() { }
|
|
259
261
|
};
|
|
260
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryBaseFeeResponse.typeUrl, exports.QueryBaseFeeResponse);
|
|
261
262
|
function createBaseQueryBlockGasRequest() {
|
|
262
263
|
return {};
|
|
263
264
|
}
|
|
@@ -312,9 +313,9 @@ exports.QueryBlockGasRequest = {
|
|
|
312
313
|
typeUrl: "/ethermint.feemarket.v1.QueryBlockGasRequest",
|
|
313
314
|
value: exports.QueryBlockGasRequest.encode(message).finish()
|
|
314
315
|
};
|
|
315
|
-
}
|
|
316
|
+
},
|
|
317
|
+
registerTypeUrl() { }
|
|
316
318
|
};
|
|
317
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryBlockGasRequest.typeUrl, exports.QueryBlockGasRequest);
|
|
318
319
|
function createBaseQueryBlockGasResponse() {
|
|
319
320
|
return {
|
|
320
321
|
gas: BigInt(0)
|
|
@@ -382,6 +383,6 @@ exports.QueryBlockGasResponse = {
|
|
|
382
383
|
typeUrl: "/ethermint.feemarket.v1.QueryBlockGasResponse",
|
|
383
384
|
value: exports.QueryBlockGasResponse.encode(message).finish()
|
|
384
385
|
};
|
|
385
|
-
}
|
|
386
|
+
},
|
|
387
|
+
registerTypeUrl() { }
|
|
386
388
|
};
|
|
387
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryBlockGasResponse.typeUrl, exports.QueryBlockGasResponse);
|