@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
|
@@ -416,6 +416,7 @@ export declare const Channel: {
|
|
|
416
416
|
fromProtoMsg(message: ChannelProtoMsg): Channel;
|
|
417
417
|
toProto(message: Channel): Uint8Array;
|
|
418
418
|
toProtoMsg(message: Channel): ChannelProtoMsg;
|
|
419
|
+
registerTypeUrl(): void;
|
|
419
420
|
};
|
|
420
421
|
export declare const IdentifiedChannel: {
|
|
421
422
|
typeUrl: string;
|
|
@@ -432,6 +433,7 @@ export declare const IdentifiedChannel: {
|
|
|
432
433
|
fromProtoMsg(message: IdentifiedChannelProtoMsg): IdentifiedChannel;
|
|
433
434
|
toProto(message: IdentifiedChannel): Uint8Array;
|
|
434
435
|
toProtoMsg(message: IdentifiedChannel): IdentifiedChannelProtoMsg;
|
|
436
|
+
registerTypeUrl(): void;
|
|
435
437
|
};
|
|
436
438
|
export declare const Counterparty: {
|
|
437
439
|
typeUrl: string;
|
|
@@ -448,6 +450,7 @@ export declare const Counterparty: {
|
|
|
448
450
|
fromProtoMsg(message: CounterpartyProtoMsg): Counterparty;
|
|
449
451
|
toProto(message: Counterparty): Uint8Array;
|
|
450
452
|
toProtoMsg(message: Counterparty): CounterpartyProtoMsg;
|
|
453
|
+
registerTypeUrl(): void;
|
|
451
454
|
};
|
|
452
455
|
export declare const Packet: {
|
|
453
456
|
typeUrl: string;
|
|
@@ -464,6 +467,7 @@ export declare const Packet: {
|
|
|
464
467
|
fromProtoMsg(message: PacketProtoMsg): Packet;
|
|
465
468
|
toProto(message: Packet): Uint8Array;
|
|
466
469
|
toProtoMsg(message: Packet): PacketProtoMsg;
|
|
470
|
+
registerTypeUrl(): void;
|
|
467
471
|
};
|
|
468
472
|
export declare const PacketState: {
|
|
469
473
|
typeUrl: string;
|
|
@@ -480,6 +484,7 @@ export declare const PacketState: {
|
|
|
480
484
|
fromProtoMsg(message: PacketStateProtoMsg): PacketState;
|
|
481
485
|
toProto(message: PacketState): Uint8Array;
|
|
482
486
|
toProtoMsg(message: PacketState): PacketStateProtoMsg;
|
|
487
|
+
registerTypeUrl(): void;
|
|
483
488
|
};
|
|
484
489
|
export declare const PacketId: {
|
|
485
490
|
typeUrl: string;
|
|
@@ -496,6 +501,7 @@ export declare const PacketId: {
|
|
|
496
501
|
fromProtoMsg(message: PacketIdProtoMsg): PacketId;
|
|
497
502
|
toProto(message: PacketId): Uint8Array;
|
|
498
503
|
toProtoMsg(message: PacketId): PacketIdProtoMsg;
|
|
504
|
+
registerTypeUrl(): void;
|
|
499
505
|
};
|
|
500
506
|
export declare const Acknowledgement: {
|
|
501
507
|
typeUrl: string;
|
|
@@ -512,6 +518,7 @@ export declare const Acknowledgement: {
|
|
|
512
518
|
fromProtoMsg(message: AcknowledgementProtoMsg): Acknowledgement;
|
|
513
519
|
toProto(message: Acknowledgement): Uint8Array;
|
|
514
520
|
toProtoMsg(message: Acknowledgement): AcknowledgementProtoMsg;
|
|
521
|
+
registerTypeUrl(): void;
|
|
515
522
|
};
|
|
516
523
|
export declare const Timeout: {
|
|
517
524
|
typeUrl: string;
|
|
@@ -528,6 +535,7 @@ export declare const Timeout: {
|
|
|
528
535
|
fromProtoMsg(message: TimeoutProtoMsg): Timeout;
|
|
529
536
|
toProto(message: Timeout): Uint8Array;
|
|
530
537
|
toProtoMsg(message: Timeout): TimeoutProtoMsg;
|
|
538
|
+
registerTypeUrl(): void;
|
|
531
539
|
};
|
|
532
540
|
export declare const Params: {
|
|
533
541
|
typeUrl: string;
|
|
@@ -544,4 +552,5 @@ export declare const Params: {
|
|
|
544
552
|
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
545
553
|
toProto(message: Params): Uint8Array;
|
|
546
554
|
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
555
|
+
registerTypeUrl(): void;
|
|
547
556
|
};
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Params = exports.Timeout = exports.Acknowledgement = exports.PacketId = exports.PacketState = exports.Packet = exports.Counterparty = exports.IdentifiedChannel = exports.Channel = exports.OrderAmino = exports.Order = exports.StateAmino = exports.State = void 0;
|
|
4
|
-
exports.stateFromJSON = stateFromJSON;
|
|
5
|
-
exports.stateToJSON = stateToJSON;
|
|
6
|
-
exports.orderFromJSON = orderFromJSON;
|
|
7
|
-
exports.orderToJSON = orderToJSON;
|
|
3
|
+
exports.Params = exports.Timeout = exports.Acknowledgement = exports.PacketId = exports.PacketState = exports.Packet = exports.Counterparty = exports.IdentifiedChannel = exports.Channel = exports.orderToJSON = exports.orderFromJSON = exports.OrderAmino = exports.Order = exports.stateToJSON = exports.stateFromJSON = exports.StateAmino = exports.State = void 0;
|
|
8
4
|
const client_1 = require("../../client/v1/client");
|
|
9
5
|
const helpers_1 = require("../../../../helpers");
|
|
10
6
|
const binary_1 = require("../../../../binary");
|
|
11
|
-
const registry_1 = require("../../../../registry");
|
|
12
7
|
/**
|
|
13
8
|
* State defines if a channel is in one of the following states:
|
|
14
9
|
* CLOSED, INIT, TRYOPEN, OPEN, FLUSHING, FLUSHCOMPLETE or UNINITIALIZED.
|
|
@@ -36,7 +31,7 @@ var State;
|
|
|
36
31
|
/** STATE_FLUSHCOMPLETE - A channel has just completed flushing any in-flight packets. */
|
|
37
32
|
State[State["STATE_FLUSHCOMPLETE"] = 6] = "STATE_FLUSHCOMPLETE";
|
|
38
33
|
State[State["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
39
|
-
})(State
|
|
34
|
+
})(State = exports.State || (exports.State = {}));
|
|
40
35
|
exports.StateAmino = State;
|
|
41
36
|
function stateFromJSON(object) {
|
|
42
37
|
switch (object) {
|
|
@@ -67,6 +62,7 @@ function stateFromJSON(object) {
|
|
|
67
62
|
return State.UNRECOGNIZED;
|
|
68
63
|
}
|
|
69
64
|
}
|
|
65
|
+
exports.stateFromJSON = stateFromJSON;
|
|
70
66
|
function stateToJSON(object) {
|
|
71
67
|
switch (object) {
|
|
72
68
|
case State.STATE_UNINITIALIZED_UNSPECIFIED:
|
|
@@ -88,6 +84,7 @@ function stateToJSON(object) {
|
|
|
88
84
|
return "UNRECOGNIZED";
|
|
89
85
|
}
|
|
90
86
|
}
|
|
87
|
+
exports.stateToJSON = stateToJSON;
|
|
91
88
|
/** Order defines if a channel is ORDERED or UNORDERED */
|
|
92
89
|
var Order;
|
|
93
90
|
(function (Order) {
|
|
@@ -101,7 +98,7 @@ var Order;
|
|
|
101
98
|
/** ORDER_ORDERED - packets are delivered exactly in the order which they were sent */
|
|
102
99
|
Order[Order["ORDER_ORDERED"] = 2] = "ORDER_ORDERED";
|
|
103
100
|
Order[Order["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
104
|
-
})(Order
|
|
101
|
+
})(Order = exports.Order || (exports.Order = {}));
|
|
105
102
|
exports.OrderAmino = Order;
|
|
106
103
|
function orderFromJSON(object) {
|
|
107
104
|
switch (object) {
|
|
@@ -120,6 +117,7 @@ function orderFromJSON(object) {
|
|
|
120
117
|
return Order.UNRECOGNIZED;
|
|
121
118
|
}
|
|
122
119
|
}
|
|
120
|
+
exports.orderFromJSON = orderFromJSON;
|
|
123
121
|
function orderToJSON(object) {
|
|
124
122
|
switch (object) {
|
|
125
123
|
case Order.ORDER_NONE_UNSPECIFIED:
|
|
@@ -133,6 +131,7 @@ function orderToJSON(object) {
|
|
|
133
131
|
return "UNRECOGNIZED";
|
|
134
132
|
}
|
|
135
133
|
}
|
|
134
|
+
exports.orderToJSON = orderToJSON;
|
|
136
135
|
function createBaseChannel() {
|
|
137
136
|
return {
|
|
138
137
|
state: 0,
|
|
@@ -270,10 +269,11 @@ exports.Channel = {
|
|
|
270
269
|
typeUrl: "/ibc.core.channel.v1.Channel",
|
|
271
270
|
value: exports.Channel.encode(message).finish()
|
|
272
271
|
};
|
|
272
|
+
},
|
|
273
|
+
registerTypeUrl() {
|
|
274
|
+
exports.Counterparty.registerTypeUrl();
|
|
273
275
|
}
|
|
274
276
|
};
|
|
275
|
-
registry_1.GlobalDecoderRegistry.register(exports.Channel.typeUrl, exports.Channel);
|
|
276
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Channel.aminoType, exports.Channel.typeUrl);
|
|
277
277
|
function createBaseIdentifiedChannel() {
|
|
278
278
|
return {
|
|
279
279
|
state: 0,
|
|
@@ -435,10 +435,11 @@ exports.IdentifiedChannel = {
|
|
|
435
435
|
typeUrl: "/ibc.core.channel.v1.IdentifiedChannel",
|
|
436
436
|
value: exports.IdentifiedChannel.encode(message).finish()
|
|
437
437
|
};
|
|
438
|
+
},
|
|
439
|
+
registerTypeUrl() {
|
|
440
|
+
exports.Counterparty.registerTypeUrl();
|
|
438
441
|
}
|
|
439
442
|
};
|
|
440
|
-
registry_1.GlobalDecoderRegistry.register(exports.IdentifiedChannel.typeUrl, exports.IdentifiedChannel);
|
|
441
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.IdentifiedChannel.aminoType, exports.IdentifiedChannel.typeUrl);
|
|
442
443
|
function createBaseCounterparty() {
|
|
443
444
|
return {
|
|
444
445
|
portId: "",
|
|
@@ -525,10 +526,9 @@ exports.Counterparty = {
|
|
|
525
526
|
typeUrl: "/ibc.core.channel.v1.Counterparty",
|
|
526
527
|
value: exports.Counterparty.encode(message).finish()
|
|
527
528
|
};
|
|
528
|
-
}
|
|
529
|
+
},
|
|
530
|
+
registerTypeUrl() { }
|
|
529
531
|
};
|
|
530
|
-
registry_1.GlobalDecoderRegistry.register(exports.Counterparty.typeUrl, exports.Counterparty);
|
|
531
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Counterparty.aminoType, exports.Counterparty.typeUrl);
|
|
532
532
|
function createBasePacket() {
|
|
533
533
|
return {
|
|
534
534
|
sequence: BigInt(0),
|
|
@@ -687,10 +687,11 @@ exports.Packet = {
|
|
|
687
687
|
typeUrl: "/ibc.core.channel.v1.Packet",
|
|
688
688
|
value: exports.Packet.encode(message).finish()
|
|
689
689
|
};
|
|
690
|
+
},
|
|
691
|
+
registerTypeUrl() {
|
|
692
|
+
client_1.Height.registerTypeUrl();
|
|
690
693
|
}
|
|
691
694
|
};
|
|
692
|
-
registry_1.GlobalDecoderRegistry.register(exports.Packet.typeUrl, exports.Packet);
|
|
693
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Packet.aminoType, exports.Packet.typeUrl);
|
|
694
695
|
function createBasePacketState() {
|
|
695
696
|
return {
|
|
696
697
|
portId: "",
|
|
@@ -801,10 +802,9 @@ exports.PacketState = {
|
|
|
801
802
|
typeUrl: "/ibc.core.channel.v1.PacketState",
|
|
802
803
|
value: exports.PacketState.encode(message).finish()
|
|
803
804
|
};
|
|
804
|
-
}
|
|
805
|
+
},
|
|
806
|
+
registerTypeUrl() { }
|
|
805
807
|
};
|
|
806
|
-
registry_1.GlobalDecoderRegistry.register(exports.PacketState.typeUrl, exports.PacketState);
|
|
807
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PacketState.aminoType, exports.PacketState.typeUrl);
|
|
808
808
|
function createBasePacketId() {
|
|
809
809
|
return {
|
|
810
810
|
portId: "",
|
|
@@ -903,10 +903,9 @@ exports.PacketId = {
|
|
|
903
903
|
typeUrl: "/ibc.core.channel.v1.PacketId",
|
|
904
904
|
value: exports.PacketId.encode(message).finish()
|
|
905
905
|
};
|
|
906
|
-
}
|
|
906
|
+
},
|
|
907
|
+
registerTypeUrl() { }
|
|
907
908
|
};
|
|
908
|
-
registry_1.GlobalDecoderRegistry.register(exports.PacketId.typeUrl, exports.PacketId);
|
|
909
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PacketId.aminoType, exports.PacketId.typeUrl);
|
|
910
909
|
function createBaseAcknowledgement() {
|
|
911
910
|
return {
|
|
912
911
|
result: undefined,
|
|
@@ -993,10 +992,9 @@ exports.Acknowledgement = {
|
|
|
993
992
|
typeUrl: "/ibc.core.channel.v1.Acknowledgement",
|
|
994
993
|
value: exports.Acknowledgement.encode(message).finish()
|
|
995
994
|
};
|
|
996
|
-
}
|
|
995
|
+
},
|
|
996
|
+
registerTypeUrl() { }
|
|
997
997
|
};
|
|
998
|
-
registry_1.GlobalDecoderRegistry.register(exports.Acknowledgement.typeUrl, exports.Acknowledgement);
|
|
999
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Acknowledgement.aminoType, exports.Acknowledgement.typeUrl);
|
|
1000
998
|
function createBaseTimeout() {
|
|
1001
999
|
return {
|
|
1002
1000
|
height: client_1.Height.fromPartial({}),
|
|
@@ -1083,10 +1081,11 @@ exports.Timeout = {
|
|
|
1083
1081
|
typeUrl: "/ibc.core.channel.v1.Timeout",
|
|
1084
1082
|
value: exports.Timeout.encode(message).finish()
|
|
1085
1083
|
};
|
|
1084
|
+
},
|
|
1085
|
+
registerTypeUrl() {
|
|
1086
|
+
client_1.Height.registerTypeUrl();
|
|
1086
1087
|
}
|
|
1087
1088
|
};
|
|
1088
|
-
registry_1.GlobalDecoderRegistry.register(exports.Timeout.typeUrl, exports.Timeout);
|
|
1089
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Timeout.aminoType, exports.Timeout.typeUrl);
|
|
1090
1089
|
function createBaseParams() {
|
|
1091
1090
|
return {
|
|
1092
1091
|
upgradeTimeout: exports.Timeout.fromPartial({})
|
|
@@ -1161,7 +1160,8 @@ exports.Params = {
|
|
|
1161
1160
|
typeUrl: "/ibc.core.channel.v1.Params",
|
|
1162
1161
|
value: exports.Params.encode(message).finish()
|
|
1163
1162
|
};
|
|
1163
|
+
},
|
|
1164
|
+
registerTypeUrl() {
|
|
1165
|
+
exports.Timeout.registerTypeUrl();
|
|
1164
1166
|
}
|
|
1165
1167
|
};
|
|
1166
|
-
registry_1.GlobalDecoderRegistry.register(exports.Params.typeUrl, exports.Params);
|
|
1167
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Params.aminoType, exports.Params.typeUrl);
|
|
@@ -76,6 +76,7 @@ export declare const GenesisState: {
|
|
|
76
76
|
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
|
|
77
77
|
toProto(message: GenesisState): Uint8Array;
|
|
78
78
|
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
|
|
79
|
+
registerTypeUrl(): void;
|
|
79
80
|
};
|
|
80
81
|
export declare const PacketSequence: {
|
|
81
82
|
typeUrl: string;
|
|
@@ -92,4 +93,5 @@ export declare const PacketSequence: {
|
|
|
92
93
|
fromProtoMsg(message: PacketSequenceProtoMsg): PacketSequence;
|
|
93
94
|
toProto(message: PacketSequence): Uint8Array;
|
|
94
95
|
toProtoMsg(message: PacketSequence): PacketSequenceProtoMsg;
|
|
96
|
+
registerTypeUrl(): void;
|
|
95
97
|
};
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PacketSequence = exports.GenesisState = void 0;
|
|
4
4
|
const channel_1 = require("./channel");
|
|
5
5
|
const binary_1 = require("../../../../binary");
|
|
6
|
-
const registry_1 = require("../../../../registry");
|
|
7
6
|
function createBaseGenesisState() {
|
|
8
7
|
return {
|
|
9
8
|
channels: [],
|
|
@@ -195,10 +194,14 @@ exports.GenesisState = {
|
|
|
195
194
|
typeUrl: "/ibc.core.channel.v1.GenesisState",
|
|
196
195
|
value: exports.GenesisState.encode(message).finish()
|
|
197
196
|
};
|
|
197
|
+
},
|
|
198
|
+
registerTypeUrl() {
|
|
199
|
+
channel_1.IdentifiedChannel.registerTypeUrl();
|
|
200
|
+
channel_1.PacketState.registerTypeUrl();
|
|
201
|
+
exports.PacketSequence.registerTypeUrl();
|
|
202
|
+
channel_1.Params.registerTypeUrl();
|
|
198
203
|
}
|
|
199
204
|
};
|
|
200
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
|
|
201
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenesisState.aminoType, exports.GenesisState.typeUrl);
|
|
202
205
|
function createBasePacketSequence() {
|
|
203
206
|
return {
|
|
204
207
|
portId: "",
|
|
@@ -297,7 +300,6 @@ exports.PacketSequence = {
|
|
|
297
300
|
typeUrl: "/ibc.core.channel.v1.PacketSequence",
|
|
298
301
|
value: exports.PacketSequence.encode(message).finish()
|
|
299
302
|
};
|
|
300
|
-
}
|
|
303
|
+
},
|
|
304
|
+
registerTypeUrl() { }
|
|
301
305
|
};
|
|
302
|
-
registry_1.GlobalDecoderRegistry.register(exports.PacketSequence.typeUrl, exports.PacketSequence);
|
|
303
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.PacketSequence.aminoType, exports.PacketSequence.typeUrl);
|
|
@@ -994,6 +994,7 @@ export declare const QueryChannelRequest: {
|
|
|
994
994
|
fromProtoMsg(message: QueryChannelRequestProtoMsg): QueryChannelRequest;
|
|
995
995
|
toProto(message: QueryChannelRequest): Uint8Array;
|
|
996
996
|
toProtoMsg(message: QueryChannelRequest): QueryChannelRequestProtoMsg;
|
|
997
|
+
registerTypeUrl(): void;
|
|
997
998
|
};
|
|
998
999
|
export declare const QueryChannelResponse: {
|
|
999
1000
|
typeUrl: string;
|
|
@@ -1010,6 +1011,7 @@ export declare const QueryChannelResponse: {
|
|
|
1010
1011
|
fromProtoMsg(message: QueryChannelResponseProtoMsg): QueryChannelResponse;
|
|
1011
1012
|
toProto(message: QueryChannelResponse): Uint8Array;
|
|
1012
1013
|
toProtoMsg(message: QueryChannelResponse): QueryChannelResponseProtoMsg;
|
|
1014
|
+
registerTypeUrl(): void;
|
|
1013
1015
|
};
|
|
1014
1016
|
export declare const QueryChannelsRequest: {
|
|
1015
1017
|
typeUrl: string;
|
|
@@ -1026,6 +1028,7 @@ export declare const QueryChannelsRequest: {
|
|
|
1026
1028
|
fromProtoMsg(message: QueryChannelsRequestProtoMsg): QueryChannelsRequest;
|
|
1027
1029
|
toProto(message: QueryChannelsRequest): Uint8Array;
|
|
1028
1030
|
toProtoMsg(message: QueryChannelsRequest): QueryChannelsRequestProtoMsg;
|
|
1031
|
+
registerTypeUrl(): void;
|
|
1029
1032
|
};
|
|
1030
1033
|
export declare const QueryChannelsResponse: {
|
|
1031
1034
|
typeUrl: string;
|
|
@@ -1042,6 +1045,7 @@ export declare const QueryChannelsResponse: {
|
|
|
1042
1045
|
fromProtoMsg(message: QueryChannelsResponseProtoMsg): QueryChannelsResponse;
|
|
1043
1046
|
toProto(message: QueryChannelsResponse): Uint8Array;
|
|
1044
1047
|
toProtoMsg(message: QueryChannelsResponse): QueryChannelsResponseProtoMsg;
|
|
1048
|
+
registerTypeUrl(): void;
|
|
1045
1049
|
};
|
|
1046
1050
|
export declare const QueryConnectionChannelsRequest: {
|
|
1047
1051
|
typeUrl: string;
|
|
@@ -1058,6 +1062,7 @@ export declare const QueryConnectionChannelsRequest: {
|
|
|
1058
1062
|
fromProtoMsg(message: QueryConnectionChannelsRequestProtoMsg): QueryConnectionChannelsRequest;
|
|
1059
1063
|
toProto(message: QueryConnectionChannelsRequest): Uint8Array;
|
|
1060
1064
|
toProtoMsg(message: QueryConnectionChannelsRequest): QueryConnectionChannelsRequestProtoMsg;
|
|
1065
|
+
registerTypeUrl(): void;
|
|
1061
1066
|
};
|
|
1062
1067
|
export declare const QueryConnectionChannelsResponse: {
|
|
1063
1068
|
typeUrl: string;
|
|
@@ -1074,6 +1079,7 @@ export declare const QueryConnectionChannelsResponse: {
|
|
|
1074
1079
|
fromProtoMsg(message: QueryConnectionChannelsResponseProtoMsg): QueryConnectionChannelsResponse;
|
|
1075
1080
|
toProto(message: QueryConnectionChannelsResponse): Uint8Array;
|
|
1076
1081
|
toProtoMsg(message: QueryConnectionChannelsResponse): QueryConnectionChannelsResponseProtoMsg;
|
|
1082
|
+
registerTypeUrl(): void;
|
|
1077
1083
|
};
|
|
1078
1084
|
export declare const QueryChannelClientStateRequest: {
|
|
1079
1085
|
typeUrl: string;
|
|
@@ -1090,6 +1096,7 @@ export declare const QueryChannelClientStateRequest: {
|
|
|
1090
1096
|
fromProtoMsg(message: QueryChannelClientStateRequestProtoMsg): QueryChannelClientStateRequest;
|
|
1091
1097
|
toProto(message: QueryChannelClientStateRequest): Uint8Array;
|
|
1092
1098
|
toProtoMsg(message: QueryChannelClientStateRequest): QueryChannelClientStateRequestProtoMsg;
|
|
1099
|
+
registerTypeUrl(): void;
|
|
1093
1100
|
};
|
|
1094
1101
|
export declare const QueryChannelClientStateResponse: {
|
|
1095
1102
|
typeUrl: string;
|
|
@@ -1106,6 +1113,7 @@ export declare const QueryChannelClientStateResponse: {
|
|
|
1106
1113
|
fromProtoMsg(message: QueryChannelClientStateResponseProtoMsg): QueryChannelClientStateResponse;
|
|
1107
1114
|
toProto(message: QueryChannelClientStateResponse): Uint8Array;
|
|
1108
1115
|
toProtoMsg(message: QueryChannelClientStateResponse): QueryChannelClientStateResponseProtoMsg;
|
|
1116
|
+
registerTypeUrl(): void;
|
|
1109
1117
|
};
|
|
1110
1118
|
export declare const QueryChannelConsensusStateRequest: {
|
|
1111
1119
|
typeUrl: string;
|
|
@@ -1122,6 +1130,7 @@ export declare const QueryChannelConsensusStateRequest: {
|
|
|
1122
1130
|
fromProtoMsg(message: QueryChannelConsensusStateRequestProtoMsg): QueryChannelConsensusStateRequest;
|
|
1123
1131
|
toProto(message: QueryChannelConsensusStateRequest): Uint8Array;
|
|
1124
1132
|
toProtoMsg(message: QueryChannelConsensusStateRequest): QueryChannelConsensusStateRequestProtoMsg;
|
|
1133
|
+
registerTypeUrl(): void;
|
|
1125
1134
|
};
|
|
1126
1135
|
export declare const QueryChannelConsensusStateResponse: {
|
|
1127
1136
|
typeUrl: string;
|
|
@@ -1138,6 +1147,7 @@ export declare const QueryChannelConsensusStateResponse: {
|
|
|
1138
1147
|
fromProtoMsg(message: QueryChannelConsensusStateResponseProtoMsg): QueryChannelConsensusStateResponse;
|
|
1139
1148
|
toProto(message: QueryChannelConsensusStateResponse): Uint8Array;
|
|
1140
1149
|
toProtoMsg(message: QueryChannelConsensusStateResponse): QueryChannelConsensusStateResponseProtoMsg;
|
|
1150
|
+
registerTypeUrl(): void;
|
|
1141
1151
|
};
|
|
1142
1152
|
export declare const QueryPacketCommitmentRequest: {
|
|
1143
1153
|
typeUrl: string;
|
|
@@ -1154,6 +1164,7 @@ export declare const QueryPacketCommitmentRequest: {
|
|
|
1154
1164
|
fromProtoMsg(message: QueryPacketCommitmentRequestProtoMsg): QueryPacketCommitmentRequest;
|
|
1155
1165
|
toProto(message: QueryPacketCommitmentRequest): Uint8Array;
|
|
1156
1166
|
toProtoMsg(message: QueryPacketCommitmentRequest): QueryPacketCommitmentRequestProtoMsg;
|
|
1167
|
+
registerTypeUrl(): void;
|
|
1157
1168
|
};
|
|
1158
1169
|
export declare const QueryPacketCommitmentResponse: {
|
|
1159
1170
|
typeUrl: string;
|
|
@@ -1170,6 +1181,7 @@ export declare const QueryPacketCommitmentResponse: {
|
|
|
1170
1181
|
fromProtoMsg(message: QueryPacketCommitmentResponseProtoMsg): QueryPacketCommitmentResponse;
|
|
1171
1182
|
toProto(message: QueryPacketCommitmentResponse): Uint8Array;
|
|
1172
1183
|
toProtoMsg(message: QueryPacketCommitmentResponse): QueryPacketCommitmentResponseProtoMsg;
|
|
1184
|
+
registerTypeUrl(): void;
|
|
1173
1185
|
};
|
|
1174
1186
|
export declare const QueryPacketCommitmentsRequest: {
|
|
1175
1187
|
typeUrl: string;
|
|
@@ -1186,6 +1198,7 @@ export declare const QueryPacketCommitmentsRequest: {
|
|
|
1186
1198
|
fromProtoMsg(message: QueryPacketCommitmentsRequestProtoMsg): QueryPacketCommitmentsRequest;
|
|
1187
1199
|
toProto(message: QueryPacketCommitmentsRequest): Uint8Array;
|
|
1188
1200
|
toProtoMsg(message: QueryPacketCommitmentsRequest): QueryPacketCommitmentsRequestProtoMsg;
|
|
1201
|
+
registerTypeUrl(): void;
|
|
1189
1202
|
};
|
|
1190
1203
|
export declare const QueryPacketCommitmentsResponse: {
|
|
1191
1204
|
typeUrl: string;
|
|
@@ -1202,6 +1215,7 @@ export declare const QueryPacketCommitmentsResponse: {
|
|
|
1202
1215
|
fromProtoMsg(message: QueryPacketCommitmentsResponseProtoMsg): QueryPacketCommitmentsResponse;
|
|
1203
1216
|
toProto(message: QueryPacketCommitmentsResponse): Uint8Array;
|
|
1204
1217
|
toProtoMsg(message: QueryPacketCommitmentsResponse): QueryPacketCommitmentsResponseProtoMsg;
|
|
1218
|
+
registerTypeUrl(): void;
|
|
1205
1219
|
};
|
|
1206
1220
|
export declare const QueryPacketReceiptRequest: {
|
|
1207
1221
|
typeUrl: string;
|
|
@@ -1218,6 +1232,7 @@ export declare const QueryPacketReceiptRequest: {
|
|
|
1218
1232
|
fromProtoMsg(message: QueryPacketReceiptRequestProtoMsg): QueryPacketReceiptRequest;
|
|
1219
1233
|
toProto(message: QueryPacketReceiptRequest): Uint8Array;
|
|
1220
1234
|
toProtoMsg(message: QueryPacketReceiptRequest): QueryPacketReceiptRequestProtoMsg;
|
|
1235
|
+
registerTypeUrl(): void;
|
|
1221
1236
|
};
|
|
1222
1237
|
export declare const QueryPacketReceiptResponse: {
|
|
1223
1238
|
typeUrl: string;
|
|
@@ -1234,6 +1249,7 @@ export declare const QueryPacketReceiptResponse: {
|
|
|
1234
1249
|
fromProtoMsg(message: QueryPacketReceiptResponseProtoMsg): QueryPacketReceiptResponse;
|
|
1235
1250
|
toProto(message: QueryPacketReceiptResponse): Uint8Array;
|
|
1236
1251
|
toProtoMsg(message: QueryPacketReceiptResponse): QueryPacketReceiptResponseProtoMsg;
|
|
1252
|
+
registerTypeUrl(): void;
|
|
1237
1253
|
};
|
|
1238
1254
|
export declare const QueryPacketAcknowledgementRequest: {
|
|
1239
1255
|
typeUrl: string;
|
|
@@ -1250,6 +1266,7 @@ export declare const QueryPacketAcknowledgementRequest: {
|
|
|
1250
1266
|
fromProtoMsg(message: QueryPacketAcknowledgementRequestProtoMsg): QueryPacketAcknowledgementRequest;
|
|
1251
1267
|
toProto(message: QueryPacketAcknowledgementRequest): Uint8Array;
|
|
1252
1268
|
toProtoMsg(message: QueryPacketAcknowledgementRequest): QueryPacketAcknowledgementRequestProtoMsg;
|
|
1269
|
+
registerTypeUrl(): void;
|
|
1253
1270
|
};
|
|
1254
1271
|
export declare const QueryPacketAcknowledgementResponse: {
|
|
1255
1272
|
typeUrl: string;
|
|
@@ -1266,6 +1283,7 @@ export declare const QueryPacketAcknowledgementResponse: {
|
|
|
1266
1283
|
fromProtoMsg(message: QueryPacketAcknowledgementResponseProtoMsg): QueryPacketAcknowledgementResponse;
|
|
1267
1284
|
toProto(message: QueryPacketAcknowledgementResponse): Uint8Array;
|
|
1268
1285
|
toProtoMsg(message: QueryPacketAcknowledgementResponse): QueryPacketAcknowledgementResponseProtoMsg;
|
|
1286
|
+
registerTypeUrl(): void;
|
|
1269
1287
|
};
|
|
1270
1288
|
export declare const QueryPacketAcknowledgementsRequest: {
|
|
1271
1289
|
typeUrl: string;
|
|
@@ -1282,6 +1300,7 @@ export declare const QueryPacketAcknowledgementsRequest: {
|
|
|
1282
1300
|
fromProtoMsg(message: QueryPacketAcknowledgementsRequestProtoMsg): QueryPacketAcknowledgementsRequest;
|
|
1283
1301
|
toProto(message: QueryPacketAcknowledgementsRequest): Uint8Array;
|
|
1284
1302
|
toProtoMsg(message: QueryPacketAcknowledgementsRequest): QueryPacketAcknowledgementsRequestProtoMsg;
|
|
1303
|
+
registerTypeUrl(): void;
|
|
1285
1304
|
};
|
|
1286
1305
|
export declare const QueryPacketAcknowledgementsResponse: {
|
|
1287
1306
|
typeUrl: string;
|
|
@@ -1298,6 +1317,7 @@ export declare const QueryPacketAcknowledgementsResponse: {
|
|
|
1298
1317
|
fromProtoMsg(message: QueryPacketAcknowledgementsResponseProtoMsg): QueryPacketAcknowledgementsResponse;
|
|
1299
1318
|
toProto(message: QueryPacketAcknowledgementsResponse): Uint8Array;
|
|
1300
1319
|
toProtoMsg(message: QueryPacketAcknowledgementsResponse): QueryPacketAcknowledgementsResponseProtoMsg;
|
|
1320
|
+
registerTypeUrl(): void;
|
|
1301
1321
|
};
|
|
1302
1322
|
export declare const QueryUnreceivedPacketsRequest: {
|
|
1303
1323
|
typeUrl: string;
|
|
@@ -1314,6 +1334,7 @@ export declare const QueryUnreceivedPacketsRequest: {
|
|
|
1314
1334
|
fromProtoMsg(message: QueryUnreceivedPacketsRequestProtoMsg): QueryUnreceivedPacketsRequest;
|
|
1315
1335
|
toProto(message: QueryUnreceivedPacketsRequest): Uint8Array;
|
|
1316
1336
|
toProtoMsg(message: QueryUnreceivedPacketsRequest): QueryUnreceivedPacketsRequestProtoMsg;
|
|
1337
|
+
registerTypeUrl(): void;
|
|
1317
1338
|
};
|
|
1318
1339
|
export declare const QueryUnreceivedPacketsResponse: {
|
|
1319
1340
|
typeUrl: string;
|
|
@@ -1330,6 +1351,7 @@ export declare const QueryUnreceivedPacketsResponse: {
|
|
|
1330
1351
|
fromProtoMsg(message: QueryUnreceivedPacketsResponseProtoMsg): QueryUnreceivedPacketsResponse;
|
|
1331
1352
|
toProto(message: QueryUnreceivedPacketsResponse): Uint8Array;
|
|
1332
1353
|
toProtoMsg(message: QueryUnreceivedPacketsResponse): QueryUnreceivedPacketsResponseProtoMsg;
|
|
1354
|
+
registerTypeUrl(): void;
|
|
1333
1355
|
};
|
|
1334
1356
|
export declare const QueryUnreceivedAcksRequest: {
|
|
1335
1357
|
typeUrl: string;
|
|
@@ -1346,6 +1368,7 @@ export declare const QueryUnreceivedAcksRequest: {
|
|
|
1346
1368
|
fromProtoMsg(message: QueryUnreceivedAcksRequestProtoMsg): QueryUnreceivedAcksRequest;
|
|
1347
1369
|
toProto(message: QueryUnreceivedAcksRequest): Uint8Array;
|
|
1348
1370
|
toProtoMsg(message: QueryUnreceivedAcksRequest): QueryUnreceivedAcksRequestProtoMsg;
|
|
1371
|
+
registerTypeUrl(): void;
|
|
1349
1372
|
};
|
|
1350
1373
|
export declare const QueryUnreceivedAcksResponse: {
|
|
1351
1374
|
typeUrl: string;
|
|
@@ -1362,6 +1385,7 @@ export declare const QueryUnreceivedAcksResponse: {
|
|
|
1362
1385
|
fromProtoMsg(message: QueryUnreceivedAcksResponseProtoMsg): QueryUnreceivedAcksResponse;
|
|
1363
1386
|
toProto(message: QueryUnreceivedAcksResponse): Uint8Array;
|
|
1364
1387
|
toProtoMsg(message: QueryUnreceivedAcksResponse): QueryUnreceivedAcksResponseProtoMsg;
|
|
1388
|
+
registerTypeUrl(): void;
|
|
1365
1389
|
};
|
|
1366
1390
|
export declare const QueryNextSequenceReceiveRequest: {
|
|
1367
1391
|
typeUrl: string;
|
|
@@ -1378,6 +1402,7 @@ export declare const QueryNextSequenceReceiveRequest: {
|
|
|
1378
1402
|
fromProtoMsg(message: QueryNextSequenceReceiveRequestProtoMsg): QueryNextSequenceReceiveRequest;
|
|
1379
1403
|
toProto(message: QueryNextSequenceReceiveRequest): Uint8Array;
|
|
1380
1404
|
toProtoMsg(message: QueryNextSequenceReceiveRequest): QueryNextSequenceReceiveRequestProtoMsg;
|
|
1405
|
+
registerTypeUrl(): void;
|
|
1381
1406
|
};
|
|
1382
1407
|
export declare const QueryNextSequenceReceiveResponse: {
|
|
1383
1408
|
typeUrl: string;
|
|
@@ -1394,6 +1419,7 @@ export declare const QueryNextSequenceReceiveResponse: {
|
|
|
1394
1419
|
fromProtoMsg(message: QueryNextSequenceReceiveResponseProtoMsg): QueryNextSequenceReceiveResponse;
|
|
1395
1420
|
toProto(message: QueryNextSequenceReceiveResponse): Uint8Array;
|
|
1396
1421
|
toProtoMsg(message: QueryNextSequenceReceiveResponse): QueryNextSequenceReceiveResponseProtoMsg;
|
|
1422
|
+
registerTypeUrl(): void;
|
|
1397
1423
|
};
|
|
1398
1424
|
export declare const QueryNextSequenceSendRequest: {
|
|
1399
1425
|
typeUrl: string;
|
|
@@ -1410,6 +1436,7 @@ export declare const QueryNextSequenceSendRequest: {
|
|
|
1410
1436
|
fromProtoMsg(message: QueryNextSequenceSendRequestProtoMsg): QueryNextSequenceSendRequest;
|
|
1411
1437
|
toProto(message: QueryNextSequenceSendRequest): Uint8Array;
|
|
1412
1438
|
toProtoMsg(message: QueryNextSequenceSendRequest): QueryNextSequenceSendRequestProtoMsg;
|
|
1439
|
+
registerTypeUrl(): void;
|
|
1413
1440
|
};
|
|
1414
1441
|
export declare const QueryNextSequenceSendResponse: {
|
|
1415
1442
|
typeUrl: string;
|
|
@@ -1426,6 +1453,7 @@ export declare const QueryNextSequenceSendResponse: {
|
|
|
1426
1453
|
fromProtoMsg(message: QueryNextSequenceSendResponseProtoMsg): QueryNextSequenceSendResponse;
|
|
1427
1454
|
toProto(message: QueryNextSequenceSendResponse): Uint8Array;
|
|
1428
1455
|
toProtoMsg(message: QueryNextSequenceSendResponse): QueryNextSequenceSendResponseProtoMsg;
|
|
1456
|
+
registerTypeUrl(): void;
|
|
1429
1457
|
};
|
|
1430
1458
|
export declare const QueryUpgradeErrorRequest: {
|
|
1431
1459
|
typeUrl: string;
|
|
@@ -1442,6 +1470,7 @@ export declare const QueryUpgradeErrorRequest: {
|
|
|
1442
1470
|
fromProtoMsg(message: QueryUpgradeErrorRequestProtoMsg): QueryUpgradeErrorRequest;
|
|
1443
1471
|
toProto(message: QueryUpgradeErrorRequest): Uint8Array;
|
|
1444
1472
|
toProtoMsg(message: QueryUpgradeErrorRequest): QueryUpgradeErrorRequestProtoMsg;
|
|
1473
|
+
registerTypeUrl(): void;
|
|
1445
1474
|
};
|
|
1446
1475
|
export declare const QueryUpgradeErrorResponse: {
|
|
1447
1476
|
typeUrl: string;
|
|
@@ -1458,6 +1487,7 @@ export declare const QueryUpgradeErrorResponse: {
|
|
|
1458
1487
|
fromProtoMsg(message: QueryUpgradeErrorResponseProtoMsg): QueryUpgradeErrorResponse;
|
|
1459
1488
|
toProto(message: QueryUpgradeErrorResponse): Uint8Array;
|
|
1460
1489
|
toProtoMsg(message: QueryUpgradeErrorResponse): QueryUpgradeErrorResponseProtoMsg;
|
|
1490
|
+
registerTypeUrl(): void;
|
|
1461
1491
|
};
|
|
1462
1492
|
export declare const QueryUpgradeRequest: {
|
|
1463
1493
|
typeUrl: string;
|
|
@@ -1474,6 +1504,7 @@ export declare const QueryUpgradeRequest: {
|
|
|
1474
1504
|
fromProtoMsg(message: QueryUpgradeRequestProtoMsg): QueryUpgradeRequest;
|
|
1475
1505
|
toProto(message: QueryUpgradeRequest): Uint8Array;
|
|
1476
1506
|
toProtoMsg(message: QueryUpgradeRequest): QueryUpgradeRequestProtoMsg;
|
|
1507
|
+
registerTypeUrl(): void;
|
|
1477
1508
|
};
|
|
1478
1509
|
export declare const QueryUpgradeResponse: {
|
|
1479
1510
|
typeUrl: string;
|
|
@@ -1490,6 +1521,7 @@ export declare const QueryUpgradeResponse: {
|
|
|
1490
1521
|
fromProtoMsg(message: QueryUpgradeResponseProtoMsg): QueryUpgradeResponse;
|
|
1491
1522
|
toProto(message: QueryUpgradeResponse): Uint8Array;
|
|
1492
1523
|
toProtoMsg(message: QueryUpgradeResponse): QueryUpgradeResponseProtoMsg;
|
|
1524
|
+
registerTypeUrl(): void;
|
|
1493
1525
|
};
|
|
1494
1526
|
export declare const QueryChannelParamsRequest: {
|
|
1495
1527
|
typeUrl: string;
|
|
@@ -1506,6 +1538,7 @@ export declare const QueryChannelParamsRequest: {
|
|
|
1506
1538
|
fromProtoMsg(message: QueryChannelParamsRequestProtoMsg): QueryChannelParamsRequest;
|
|
1507
1539
|
toProto(message: QueryChannelParamsRequest): Uint8Array;
|
|
1508
1540
|
toProtoMsg(message: QueryChannelParamsRequest): QueryChannelParamsRequestProtoMsg;
|
|
1541
|
+
registerTypeUrl(): void;
|
|
1509
1542
|
};
|
|
1510
1543
|
export declare const QueryChannelParamsResponse: {
|
|
1511
1544
|
typeUrl: string;
|
|
@@ -1522,4 +1555,5 @@ export declare const QueryChannelParamsResponse: {
|
|
|
1522
1555
|
fromProtoMsg(message: QueryChannelParamsResponseProtoMsg): QueryChannelParamsResponse;
|
|
1523
1556
|
toProto(message: QueryChannelParamsResponse): Uint8Array;
|
|
1524
1557
|
toProtoMsg(message: QueryChannelParamsResponse): QueryChannelParamsResponseProtoMsg;
|
|
1558
|
+
registerTypeUrl(): void;
|
|
1525
1559
|
};
|