@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.4
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/cosmos/app/runtime/v1alpha1/module.d.ts +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +0 -23
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +675 -980
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +0 -47
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +0 -23
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +0 -179
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +0 -71
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +0 -20
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -557
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +0 -59
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -78
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +0 -23
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
package/ibc/bundle.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export declare namespace ibc {
|
|
|
80
80
|
namespace controller {
|
|
81
81
|
const v1: {
|
|
82
82
|
MsgClientImpl: typeof _317.MsgClientImpl;
|
|
83
|
+
createClientImpl: (rpc: import("..").TxRpc) => _317.MsgClientImpl;
|
|
83
84
|
QueryClientImpl: typeof _308.QueryClientImpl;
|
|
84
85
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
85
86
|
interchainAccount(request: _125.QueryInterchainAccountRequest): Promise<_125.QueryInterchainAccountResponse>;
|
|
@@ -87,51 +88,6 @@ export declare namespace ibc {
|
|
|
87
88
|
};
|
|
88
89
|
LCDQueryClient: typeof _299.LCDQueryClient;
|
|
89
90
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
90
|
-
load: (protoRegistry: Registry) => void;
|
|
91
|
-
MessageComposer: {
|
|
92
|
-
encoded: {
|
|
93
|
-
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
94
|
-
typeUrl: string;
|
|
95
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
96
|
-
};
|
|
97
|
-
sendTx(value: _126.MsgSendTx): {
|
|
98
|
-
typeUrl: string;
|
|
99
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
100
|
-
};
|
|
101
|
-
updateParams(value: _126.MsgUpdateParams): {
|
|
102
|
-
typeUrl: string;
|
|
103
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
104
|
-
};
|
|
105
|
-
};
|
|
106
|
-
withTypeUrl: {
|
|
107
|
-
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
108
|
-
typeUrl: string;
|
|
109
|
-
value: _126.MsgRegisterInterchainAccount;
|
|
110
|
-
};
|
|
111
|
-
sendTx(value: _126.MsgSendTx): {
|
|
112
|
-
typeUrl: string;
|
|
113
|
-
value: _126.MsgSendTx;
|
|
114
|
-
};
|
|
115
|
-
updateParams(value: _126.MsgUpdateParams): {
|
|
116
|
-
typeUrl: string;
|
|
117
|
-
value: _126.MsgUpdateParams;
|
|
118
|
-
};
|
|
119
|
-
};
|
|
120
|
-
fromPartial: {
|
|
121
|
-
registerInterchainAccount(value: _126.MsgRegisterInterchainAccount): {
|
|
122
|
-
typeUrl: string;
|
|
123
|
-
value: _126.MsgRegisterInterchainAccount;
|
|
124
|
-
};
|
|
125
|
-
sendTx(value: _126.MsgSendTx): {
|
|
126
|
-
typeUrl: string;
|
|
127
|
-
value: _126.MsgSendTx;
|
|
128
|
-
};
|
|
129
|
-
updateParams(value: _126.MsgUpdateParams): {
|
|
130
|
-
typeUrl: string;
|
|
131
|
-
value: _126.MsgUpdateParams;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
91
|
AminoConverter: {
|
|
136
92
|
"/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount": {
|
|
137
93
|
aminoType: string;
|
|
@@ -151,6 +107,7 @@ export declare namespace ibc {
|
|
|
151
107
|
};
|
|
152
108
|
MsgRegisterInterchainAccount: {
|
|
153
109
|
typeUrl: string;
|
|
110
|
+
aminoType: string;
|
|
154
111
|
encode(message: _126.MsgRegisterInterchainAccount, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
155
112
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgRegisterInterchainAccount;
|
|
156
113
|
fromPartial(object: import("../helpers").DeepPartial<_126.MsgRegisterInterchainAccount>): _126.MsgRegisterInterchainAccount;
|
|
@@ -164,6 +121,7 @@ export declare namespace ibc {
|
|
|
164
121
|
};
|
|
165
122
|
MsgRegisterInterchainAccountResponse: {
|
|
166
123
|
typeUrl: string;
|
|
124
|
+
aminoType: string;
|
|
167
125
|
encode(message: _126.MsgRegisterInterchainAccountResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
168
126
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgRegisterInterchainAccountResponse;
|
|
169
127
|
fromPartial(object: import("../helpers").DeepPartial<_126.MsgRegisterInterchainAccountResponse>): _126.MsgRegisterInterchainAccountResponse;
|
|
@@ -177,6 +135,7 @@ export declare namespace ibc {
|
|
|
177
135
|
};
|
|
178
136
|
MsgSendTx: {
|
|
179
137
|
typeUrl: string;
|
|
138
|
+
aminoType: string;
|
|
180
139
|
encode(message: _126.MsgSendTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
181
140
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgSendTx;
|
|
182
141
|
fromPartial(object: import("../helpers").DeepPartial<_126.MsgSendTx>): _126.MsgSendTx;
|
|
@@ -190,6 +149,7 @@ export declare namespace ibc {
|
|
|
190
149
|
};
|
|
191
150
|
MsgSendTxResponse: {
|
|
192
151
|
typeUrl: string;
|
|
152
|
+
aminoType: string;
|
|
193
153
|
encode(message: _126.MsgSendTxResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
194
154
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgSendTxResponse;
|
|
195
155
|
fromPartial(object: import("../helpers").DeepPartial<_126.MsgSendTxResponse>): _126.MsgSendTxResponse;
|
|
@@ -203,6 +163,7 @@ export declare namespace ibc {
|
|
|
203
163
|
};
|
|
204
164
|
MsgUpdateParams: {
|
|
205
165
|
typeUrl: string;
|
|
166
|
+
aminoType: string;
|
|
206
167
|
encode(message: _126.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
207
168
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgUpdateParams;
|
|
208
169
|
fromPartial(object: import("../helpers").DeepPartial<_126.MsgUpdateParams>): _126.MsgUpdateParams;
|
|
@@ -216,6 +177,7 @@ export declare namespace ibc {
|
|
|
216
177
|
};
|
|
217
178
|
MsgUpdateParamsResponse: {
|
|
218
179
|
typeUrl: string;
|
|
180
|
+
aminoType: string;
|
|
219
181
|
encode(_: _126.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
220
182
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _126.MsgUpdateParamsResponse;
|
|
221
183
|
fromPartial(_: import("../helpers").DeepPartial<_126.MsgUpdateParamsResponse>): _126.MsgUpdateParamsResponse;
|
|
@@ -229,6 +191,7 @@ export declare namespace ibc {
|
|
|
229
191
|
};
|
|
230
192
|
QueryInterchainAccountRequest: {
|
|
231
193
|
typeUrl: string;
|
|
194
|
+
aminoType: string;
|
|
232
195
|
encode(message: _125.QueryInterchainAccountRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
233
196
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _125.QueryInterchainAccountRequest;
|
|
234
197
|
fromPartial(object: import("../helpers").DeepPartial<_125.QueryInterchainAccountRequest>): _125.QueryInterchainAccountRequest;
|
|
@@ -242,6 +205,7 @@ export declare namespace ibc {
|
|
|
242
205
|
};
|
|
243
206
|
QueryInterchainAccountResponse: {
|
|
244
207
|
typeUrl: string;
|
|
208
|
+
aminoType: string;
|
|
245
209
|
encode(message: _125.QueryInterchainAccountResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
246
210
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _125.QueryInterchainAccountResponse;
|
|
247
211
|
fromPartial(object: import("../helpers").DeepPartial<_125.QueryInterchainAccountResponse>): _125.QueryInterchainAccountResponse;
|
|
@@ -255,6 +219,7 @@ export declare namespace ibc {
|
|
|
255
219
|
};
|
|
256
220
|
QueryParamsRequest: {
|
|
257
221
|
typeUrl: string;
|
|
222
|
+
aminoType: string;
|
|
258
223
|
encode(_: _125.QueryParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
259
224
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _125.QueryParamsRequest;
|
|
260
225
|
fromPartial(_: import("../helpers").DeepPartial<_125.QueryParamsRequest>): _125.QueryParamsRequest;
|
|
@@ -268,6 +233,7 @@ export declare namespace ibc {
|
|
|
268
233
|
};
|
|
269
234
|
QueryParamsResponse: {
|
|
270
235
|
typeUrl: string;
|
|
236
|
+
aminoType: string;
|
|
271
237
|
encode(message: _125.QueryParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
272
238
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _125.QueryParamsResponse;
|
|
273
239
|
fromPartial(object: import("../helpers").DeepPartial<_125.QueryParamsResponse>): _125.QueryParamsResponse;
|
|
@@ -281,6 +247,7 @@ export declare namespace ibc {
|
|
|
281
247
|
};
|
|
282
248
|
Params: {
|
|
283
249
|
typeUrl: string;
|
|
250
|
+
aminoType: string;
|
|
284
251
|
encode(message: _124.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
285
252
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _124.Params;
|
|
286
253
|
fromPartial(object: import("../helpers").DeepPartial<_124.Params>): _124.Params;
|
|
@@ -298,6 +265,7 @@ export declare namespace ibc {
|
|
|
298
265
|
const v1: {
|
|
299
266
|
GenesisState: {
|
|
300
267
|
typeUrl: string;
|
|
268
|
+
aminoType: string;
|
|
301
269
|
encode(message: _127.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
302
270
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _127.GenesisState;
|
|
303
271
|
fromPartial(object: import("../helpers").DeepPartial<_127.GenesisState>): _127.GenesisState;
|
|
@@ -311,6 +279,7 @@ export declare namespace ibc {
|
|
|
311
279
|
};
|
|
312
280
|
ControllerGenesisState: {
|
|
313
281
|
typeUrl: string;
|
|
282
|
+
aminoType: string;
|
|
314
283
|
encode(message: _127.ControllerGenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
315
284
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _127.ControllerGenesisState;
|
|
316
285
|
fromPartial(object: import("../helpers").DeepPartial<_127.ControllerGenesisState>): _127.ControllerGenesisState;
|
|
@@ -324,6 +293,7 @@ export declare namespace ibc {
|
|
|
324
293
|
};
|
|
325
294
|
HostGenesisState: {
|
|
326
295
|
typeUrl: string;
|
|
296
|
+
aminoType: string;
|
|
327
297
|
encode(message: _127.HostGenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
328
298
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _127.HostGenesisState;
|
|
329
299
|
fromPartial(object: import("../helpers").DeepPartial<_127.HostGenesisState>): _127.HostGenesisState;
|
|
@@ -337,6 +307,7 @@ export declare namespace ibc {
|
|
|
337
307
|
};
|
|
338
308
|
ActiveChannel: {
|
|
339
309
|
typeUrl: string;
|
|
310
|
+
aminoType: string;
|
|
340
311
|
encode(message: _127.ActiveChannel, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
341
312
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _127.ActiveChannel;
|
|
342
313
|
fromPartial(object: import("../helpers").DeepPartial<_127.ActiveChannel>): _127.ActiveChannel;
|
|
@@ -350,6 +321,7 @@ export declare namespace ibc {
|
|
|
350
321
|
};
|
|
351
322
|
RegisteredInterchainAccount: {
|
|
352
323
|
typeUrl: string;
|
|
324
|
+
aminoType: string;
|
|
353
325
|
encode(message: _127.RegisteredInterchainAccount, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
354
326
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _127.RegisteredInterchainAccount;
|
|
355
327
|
fromPartial(object: import("../helpers").DeepPartial<_127.RegisteredInterchainAccount>): _127.RegisteredInterchainAccount;
|
|
@@ -366,45 +338,13 @@ export declare namespace ibc {
|
|
|
366
338
|
namespace host {
|
|
367
339
|
const v1: {
|
|
368
340
|
MsgClientImpl: typeof _318.MsgClientImpl;
|
|
341
|
+
createClientImpl: (rpc: import("..").TxRpc) => _318.MsgClientImpl;
|
|
369
342
|
QueryClientImpl: typeof _309.QueryClientImpl;
|
|
370
343
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
371
344
|
params(request?: _129.QueryParamsRequest): Promise<_129.QueryParamsResponse>;
|
|
372
345
|
};
|
|
373
346
|
LCDQueryClient: typeof _300.LCDQueryClient;
|
|
374
347
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
375
|
-
load: (protoRegistry: Registry) => void;
|
|
376
|
-
MessageComposer: {
|
|
377
|
-
encoded: {
|
|
378
|
-
updateParams(value: _130.MsgUpdateParams): {
|
|
379
|
-
typeUrl: string;
|
|
380
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
381
|
-
};
|
|
382
|
-
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
383
|
-
typeUrl: string;
|
|
384
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
|
-
withTypeUrl: {
|
|
388
|
-
updateParams(value: _130.MsgUpdateParams): {
|
|
389
|
-
typeUrl: string;
|
|
390
|
-
value: _130.MsgUpdateParams;
|
|
391
|
-
};
|
|
392
|
-
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
393
|
-
typeUrl: string;
|
|
394
|
-
value: _130.MsgModuleQuerySafe;
|
|
395
|
-
};
|
|
396
|
-
};
|
|
397
|
-
fromPartial: {
|
|
398
|
-
updateParams(value: _130.MsgUpdateParams): {
|
|
399
|
-
typeUrl: string;
|
|
400
|
-
value: _130.MsgUpdateParams;
|
|
401
|
-
};
|
|
402
|
-
moduleQuerySafe(value: _130.MsgModuleQuerySafe): {
|
|
403
|
-
typeUrl: string;
|
|
404
|
-
value: _130.MsgModuleQuerySafe;
|
|
405
|
-
};
|
|
406
|
-
};
|
|
407
|
-
};
|
|
408
348
|
AminoConverter: {
|
|
409
349
|
"/ibc.applications.interchain_accounts.host.v1.MsgUpdateParams": {
|
|
410
350
|
aminoType: string;
|
|
@@ -419,6 +359,7 @@ export declare namespace ibc {
|
|
|
419
359
|
};
|
|
420
360
|
MsgUpdateParams: {
|
|
421
361
|
typeUrl: string;
|
|
362
|
+
aminoType: string;
|
|
422
363
|
encode(message: _130.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
423
364
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _130.MsgUpdateParams;
|
|
424
365
|
fromPartial(object: import("../helpers").DeepPartial<_130.MsgUpdateParams>): _130.MsgUpdateParams;
|
|
@@ -432,6 +373,7 @@ export declare namespace ibc {
|
|
|
432
373
|
};
|
|
433
374
|
MsgUpdateParamsResponse: {
|
|
434
375
|
typeUrl: string;
|
|
376
|
+
aminoType: string;
|
|
435
377
|
encode(_: _130.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
436
378
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _130.MsgUpdateParamsResponse;
|
|
437
379
|
fromPartial(_: import("../helpers").DeepPartial<_130.MsgUpdateParamsResponse>): _130.MsgUpdateParamsResponse;
|
|
@@ -445,6 +387,7 @@ export declare namespace ibc {
|
|
|
445
387
|
};
|
|
446
388
|
MsgModuleQuerySafe: {
|
|
447
389
|
typeUrl: string;
|
|
390
|
+
aminoType: string;
|
|
448
391
|
encode(message: _130.MsgModuleQuerySafe, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
449
392
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _130.MsgModuleQuerySafe;
|
|
450
393
|
fromPartial(object: import("../helpers").DeepPartial<_130.MsgModuleQuerySafe>): _130.MsgModuleQuerySafe;
|
|
@@ -458,6 +401,7 @@ export declare namespace ibc {
|
|
|
458
401
|
};
|
|
459
402
|
MsgModuleQuerySafeResponse: {
|
|
460
403
|
typeUrl: string;
|
|
404
|
+
aminoType: string;
|
|
461
405
|
encode(message: _130.MsgModuleQuerySafeResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
462
406
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _130.MsgModuleQuerySafeResponse;
|
|
463
407
|
fromPartial(object: import("../helpers").DeepPartial<_130.MsgModuleQuerySafeResponse>): _130.MsgModuleQuerySafeResponse;
|
|
@@ -471,6 +415,7 @@ export declare namespace ibc {
|
|
|
471
415
|
};
|
|
472
416
|
QueryParamsRequest: {
|
|
473
417
|
typeUrl: string;
|
|
418
|
+
aminoType: string;
|
|
474
419
|
encode(_: _129.QueryParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
475
420
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _129.QueryParamsRequest;
|
|
476
421
|
fromPartial(_: import("../helpers").DeepPartial<_129.QueryParamsRequest>): _129.QueryParamsRequest;
|
|
@@ -484,6 +429,7 @@ export declare namespace ibc {
|
|
|
484
429
|
};
|
|
485
430
|
QueryParamsResponse: {
|
|
486
431
|
typeUrl: string;
|
|
432
|
+
aminoType: string;
|
|
487
433
|
encode(message: _129.QueryParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
488
434
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _129.QueryParamsResponse;
|
|
489
435
|
fromPartial(object: import("../helpers").DeepPartial<_129.QueryParamsResponse>): _129.QueryParamsResponse;
|
|
@@ -497,6 +443,7 @@ export declare namespace ibc {
|
|
|
497
443
|
};
|
|
498
444
|
Params: {
|
|
499
445
|
typeUrl: string;
|
|
446
|
+
aminoType: string;
|
|
500
447
|
encode(message: _128.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
501
448
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _128.Params;
|
|
502
449
|
fromPartial(object: import("../helpers").DeepPartial<_128.Params>): _128.Params;
|
|
@@ -510,6 +457,7 @@ export declare namespace ibc {
|
|
|
510
457
|
};
|
|
511
458
|
QueryRequest: {
|
|
512
459
|
typeUrl: string;
|
|
460
|
+
aminoType: string;
|
|
513
461
|
encode(message: _128.QueryRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
514
462
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _128.QueryRequest;
|
|
515
463
|
fromPartial(object: import("../helpers").DeepPartial<_128.QueryRequest>): _128.QueryRequest;
|
|
@@ -527,10 +475,10 @@ export declare namespace ibc {
|
|
|
527
475
|
typeFromJSON(object: any): _133.Type;
|
|
528
476
|
typeToJSON(object: _133.Type): string;
|
|
529
477
|
Type: typeof _133.Type;
|
|
530
|
-
TypeSDKType: typeof _133.Type;
|
|
531
478
|
TypeAmino: typeof _133.Type;
|
|
532
479
|
InterchainAccountPacketData: {
|
|
533
480
|
typeUrl: string;
|
|
481
|
+
aminoType: string;
|
|
534
482
|
encode(message: _133.InterchainAccountPacketData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
535
483
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _133.InterchainAccountPacketData;
|
|
536
484
|
fromPartial(object: import("../helpers").DeepPartial<_133.InterchainAccountPacketData>): _133.InterchainAccountPacketData;
|
|
@@ -544,6 +492,7 @@ export declare namespace ibc {
|
|
|
544
492
|
};
|
|
545
493
|
CosmosTx: {
|
|
546
494
|
typeUrl: string;
|
|
495
|
+
aminoType: string;
|
|
547
496
|
encode(message: _133.CosmosTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
548
497
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _133.CosmosTx;
|
|
549
498
|
fromPartial(object: import("../helpers").DeepPartial<_133.CosmosTx>): _133.CosmosTx;
|
|
@@ -557,6 +506,7 @@ export declare namespace ibc {
|
|
|
557
506
|
};
|
|
558
507
|
Metadata: {
|
|
559
508
|
typeUrl: string;
|
|
509
|
+
aminoType: string;
|
|
560
510
|
encode(message: _132.Metadata, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
561
511
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _132.Metadata;
|
|
562
512
|
fromPartial(object: import("../helpers").DeepPartial<_132.Metadata>): _132.Metadata;
|
|
@@ -570,6 +520,7 @@ export declare namespace ibc {
|
|
|
570
520
|
};
|
|
571
521
|
InterchainAccount: {
|
|
572
522
|
typeUrl: string;
|
|
523
|
+
aminoType: string;
|
|
573
524
|
encode(message: _131.InterchainAccount, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
574
525
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _131.InterchainAccount;
|
|
575
526
|
fromPartial(object: import("../helpers").DeepPartial<_131.InterchainAccount>): _131.InterchainAccount;
|
|
@@ -597,6 +548,7 @@ export declare namespace ibc {
|
|
|
597
548
|
};
|
|
598
549
|
GenesisState: {
|
|
599
550
|
typeUrl: string;
|
|
551
|
+
aminoType: string;
|
|
600
552
|
encode(message: _134.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
601
553
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _134.GenesisState;
|
|
602
554
|
fromPartial(object: import("../helpers").DeepPartial<_134.GenesisState>): _134.GenesisState;
|
|
@@ -610,6 +562,7 @@ export declare namespace ibc {
|
|
|
610
562
|
};
|
|
611
563
|
InFlightPacket: {
|
|
612
564
|
typeUrl: string;
|
|
565
|
+
aminoType: string;
|
|
613
566
|
encode(message: _134.InFlightPacket, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
614
567
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _134.InFlightPacket;
|
|
615
568
|
fromPartial(object: import("../helpers").DeepPartial<_134.InFlightPacket>): _134.InFlightPacket;
|
|
@@ -626,6 +579,7 @@ export declare namespace ibc {
|
|
|
626
579
|
namespace transfer {
|
|
627
580
|
const v1: {
|
|
628
581
|
MsgClientImpl: typeof _319.MsgClientImpl;
|
|
582
|
+
createClientImpl: (rpc: import("..").TxRpc) => _319.MsgClientImpl;
|
|
629
583
|
QueryClientImpl: typeof _310.QueryClientImpl;
|
|
630
584
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
631
585
|
params(request?: _139.QueryParamsRequest): Promise<_139.QueryParamsResponse>;
|
|
@@ -637,39 +591,6 @@ export declare namespace ibc {
|
|
|
637
591
|
};
|
|
638
592
|
LCDQueryClient: typeof _301.LCDQueryClient;
|
|
639
593
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
640
|
-
load: (protoRegistry: Registry) => void;
|
|
641
|
-
MessageComposer: {
|
|
642
|
-
encoded: {
|
|
643
|
-
transfer(value: _142.MsgTransfer): {
|
|
644
|
-
typeUrl: string;
|
|
645
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
646
|
-
};
|
|
647
|
-
updateParams(value: _142.MsgUpdateParams): {
|
|
648
|
-
typeUrl: string;
|
|
649
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
|
-
withTypeUrl: {
|
|
653
|
-
transfer(value: _142.MsgTransfer): {
|
|
654
|
-
typeUrl: string;
|
|
655
|
-
value: _142.MsgTransfer;
|
|
656
|
-
};
|
|
657
|
-
updateParams(value: _142.MsgUpdateParams): {
|
|
658
|
-
typeUrl: string;
|
|
659
|
-
value: _142.MsgUpdateParams;
|
|
660
|
-
};
|
|
661
|
-
};
|
|
662
|
-
fromPartial: {
|
|
663
|
-
transfer(value: _142.MsgTransfer): {
|
|
664
|
-
typeUrl: string;
|
|
665
|
-
value: _142.MsgTransfer;
|
|
666
|
-
};
|
|
667
|
-
updateParams(value: _142.MsgUpdateParams): {
|
|
668
|
-
typeUrl: string;
|
|
669
|
-
value: _142.MsgUpdateParams;
|
|
670
|
-
};
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
594
|
AminoConverter: {
|
|
674
595
|
"/ibc.applications.transfer.v1.MsgTransfer": {
|
|
675
596
|
aminoType: string;
|
|
@@ -684,6 +605,7 @@ export declare namespace ibc {
|
|
|
684
605
|
};
|
|
685
606
|
MsgTransfer: {
|
|
686
607
|
typeUrl: string;
|
|
608
|
+
aminoType: string;
|
|
687
609
|
encode(message: _142.MsgTransfer, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
688
610
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _142.MsgTransfer;
|
|
689
611
|
fromPartial(object: import("../helpers").DeepPartial<_142.MsgTransfer>): _142.MsgTransfer;
|
|
@@ -697,6 +619,7 @@ export declare namespace ibc {
|
|
|
697
619
|
};
|
|
698
620
|
MsgTransferResponse: {
|
|
699
621
|
typeUrl: string;
|
|
622
|
+
aminoType: string;
|
|
700
623
|
encode(message: _142.MsgTransferResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
701
624
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _142.MsgTransferResponse;
|
|
702
625
|
fromPartial(object: import("../helpers").DeepPartial<_142.MsgTransferResponse>): _142.MsgTransferResponse;
|
|
@@ -710,6 +633,7 @@ export declare namespace ibc {
|
|
|
710
633
|
};
|
|
711
634
|
MsgUpdateParams: {
|
|
712
635
|
typeUrl: string;
|
|
636
|
+
aminoType: string;
|
|
713
637
|
encode(message: _142.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
714
638
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _142.MsgUpdateParams;
|
|
715
639
|
fromPartial(object: import("../helpers").DeepPartial<_142.MsgUpdateParams>): _142.MsgUpdateParams;
|
|
@@ -723,6 +647,7 @@ export declare namespace ibc {
|
|
|
723
647
|
};
|
|
724
648
|
MsgUpdateParamsResponse: {
|
|
725
649
|
typeUrl: string;
|
|
650
|
+
aminoType: string;
|
|
726
651
|
encode(_: _142.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
727
652
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _142.MsgUpdateParamsResponse;
|
|
728
653
|
fromPartial(_: import("../helpers").DeepPartial<_142.MsgUpdateParamsResponse>): _142.MsgUpdateParamsResponse;
|
|
@@ -736,6 +661,7 @@ export declare namespace ibc {
|
|
|
736
661
|
};
|
|
737
662
|
Params: {
|
|
738
663
|
typeUrl: string;
|
|
664
|
+
aminoType: string;
|
|
739
665
|
encode(message: _141.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
740
666
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _141.Params;
|
|
741
667
|
fromPartial(object: import("../helpers").DeepPartial<_141.Params>): _141.Params;
|
|
@@ -749,6 +675,7 @@ export declare namespace ibc {
|
|
|
749
675
|
};
|
|
750
676
|
Token: {
|
|
751
677
|
typeUrl: string;
|
|
678
|
+
aminoType: string;
|
|
752
679
|
encode(message: _140.Token, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
753
680
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _140.Token;
|
|
754
681
|
fromPartial(object: import("../helpers").DeepPartial<_140.Token>): _140.Token;
|
|
@@ -762,6 +689,7 @@ export declare namespace ibc {
|
|
|
762
689
|
};
|
|
763
690
|
Denom: {
|
|
764
691
|
typeUrl: string;
|
|
692
|
+
aminoType: string;
|
|
765
693
|
encode(message: _140.Denom, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
766
694
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _140.Denom;
|
|
767
695
|
fromPartial(object: import("../helpers").DeepPartial<_140.Denom>): _140.Denom;
|
|
@@ -775,6 +703,7 @@ export declare namespace ibc {
|
|
|
775
703
|
};
|
|
776
704
|
Hop: {
|
|
777
705
|
typeUrl: string;
|
|
706
|
+
aminoType: string;
|
|
778
707
|
encode(message: _140.Hop, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
779
708
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _140.Hop;
|
|
780
709
|
fromPartial(object: import("../helpers").DeepPartial<_140.Hop>): _140.Hop;
|
|
@@ -788,6 +717,7 @@ export declare namespace ibc {
|
|
|
788
717
|
};
|
|
789
718
|
QueryParamsRequest: {
|
|
790
719
|
typeUrl: string;
|
|
720
|
+
aminoType: string;
|
|
791
721
|
encode(_: _139.QueryParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
792
722
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryParamsRequest;
|
|
793
723
|
fromPartial(_: import("../helpers").DeepPartial<_139.QueryParamsRequest>): _139.QueryParamsRequest;
|
|
@@ -801,6 +731,7 @@ export declare namespace ibc {
|
|
|
801
731
|
};
|
|
802
732
|
QueryParamsResponse: {
|
|
803
733
|
typeUrl: string;
|
|
734
|
+
aminoType: string;
|
|
804
735
|
encode(message: _139.QueryParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
805
736
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryParamsResponse;
|
|
806
737
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryParamsResponse>): _139.QueryParamsResponse;
|
|
@@ -814,6 +745,7 @@ export declare namespace ibc {
|
|
|
814
745
|
};
|
|
815
746
|
QueryDenomRequest: {
|
|
816
747
|
typeUrl: string;
|
|
748
|
+
aminoType: string;
|
|
817
749
|
encode(message: _139.QueryDenomRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
818
750
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomRequest;
|
|
819
751
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomRequest>): _139.QueryDenomRequest;
|
|
@@ -827,6 +759,7 @@ export declare namespace ibc {
|
|
|
827
759
|
};
|
|
828
760
|
QueryDenomResponse: {
|
|
829
761
|
typeUrl: string;
|
|
762
|
+
aminoType: string;
|
|
830
763
|
encode(message: _139.QueryDenomResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
831
764
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomResponse;
|
|
832
765
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomResponse>): _139.QueryDenomResponse;
|
|
@@ -840,6 +773,7 @@ export declare namespace ibc {
|
|
|
840
773
|
};
|
|
841
774
|
QueryDenomsRequest: {
|
|
842
775
|
typeUrl: string;
|
|
776
|
+
aminoType: string;
|
|
843
777
|
encode(message: _139.QueryDenomsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
844
778
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomsRequest;
|
|
845
779
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomsRequest>): _139.QueryDenomsRequest;
|
|
@@ -853,6 +787,7 @@ export declare namespace ibc {
|
|
|
853
787
|
};
|
|
854
788
|
QueryDenomsResponse: {
|
|
855
789
|
typeUrl: string;
|
|
790
|
+
aminoType: string;
|
|
856
791
|
encode(message: _139.QueryDenomsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
857
792
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomsResponse;
|
|
858
793
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomsResponse>): _139.QueryDenomsResponse;
|
|
@@ -866,6 +801,7 @@ export declare namespace ibc {
|
|
|
866
801
|
};
|
|
867
802
|
QueryDenomHashRequest: {
|
|
868
803
|
typeUrl: string;
|
|
804
|
+
aminoType: string;
|
|
869
805
|
encode(message: _139.QueryDenomHashRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
870
806
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomHashRequest;
|
|
871
807
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomHashRequest>): _139.QueryDenomHashRequest;
|
|
@@ -879,6 +815,7 @@ export declare namespace ibc {
|
|
|
879
815
|
};
|
|
880
816
|
QueryDenomHashResponse: {
|
|
881
817
|
typeUrl: string;
|
|
818
|
+
aminoType: string;
|
|
882
819
|
encode(message: _139.QueryDenomHashResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
883
820
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryDenomHashResponse;
|
|
884
821
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryDenomHashResponse>): _139.QueryDenomHashResponse;
|
|
@@ -892,6 +829,7 @@ export declare namespace ibc {
|
|
|
892
829
|
};
|
|
893
830
|
QueryEscrowAddressRequest: {
|
|
894
831
|
typeUrl: string;
|
|
832
|
+
aminoType: string;
|
|
895
833
|
encode(message: _139.QueryEscrowAddressRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
896
834
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryEscrowAddressRequest;
|
|
897
835
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryEscrowAddressRequest>): _139.QueryEscrowAddressRequest;
|
|
@@ -905,6 +843,7 @@ export declare namespace ibc {
|
|
|
905
843
|
};
|
|
906
844
|
QueryEscrowAddressResponse: {
|
|
907
845
|
typeUrl: string;
|
|
846
|
+
aminoType: string;
|
|
908
847
|
encode(message: _139.QueryEscrowAddressResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
909
848
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryEscrowAddressResponse;
|
|
910
849
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryEscrowAddressResponse>): _139.QueryEscrowAddressResponse;
|
|
@@ -918,6 +857,7 @@ export declare namespace ibc {
|
|
|
918
857
|
};
|
|
919
858
|
QueryTotalEscrowForDenomRequest: {
|
|
920
859
|
typeUrl: string;
|
|
860
|
+
aminoType: string;
|
|
921
861
|
encode(message: _139.QueryTotalEscrowForDenomRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
922
862
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryTotalEscrowForDenomRequest;
|
|
923
863
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryTotalEscrowForDenomRequest>): _139.QueryTotalEscrowForDenomRequest;
|
|
@@ -931,6 +871,7 @@ export declare namespace ibc {
|
|
|
931
871
|
};
|
|
932
872
|
QueryTotalEscrowForDenomResponse: {
|
|
933
873
|
typeUrl: string;
|
|
874
|
+
aminoType: string;
|
|
934
875
|
encode(message: _139.QueryTotalEscrowForDenomResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
935
876
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _139.QueryTotalEscrowForDenomResponse;
|
|
936
877
|
fromPartial(object: import("../helpers").DeepPartial<_139.QueryTotalEscrowForDenomResponse>): _139.QueryTotalEscrowForDenomResponse;
|
|
@@ -944,6 +885,7 @@ export declare namespace ibc {
|
|
|
944
885
|
};
|
|
945
886
|
FungibleTokenPacketData: {
|
|
946
887
|
typeUrl: string;
|
|
888
|
+
aminoType: string;
|
|
947
889
|
encode(message: _138.FungibleTokenPacketData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
948
890
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _138.FungibleTokenPacketData;
|
|
949
891
|
fromPartial(object: import("../helpers").DeepPartial<_138.FungibleTokenPacketData>): _138.FungibleTokenPacketData;
|
|
@@ -957,6 +899,7 @@ export declare namespace ibc {
|
|
|
957
899
|
};
|
|
958
900
|
GenesisState: {
|
|
959
901
|
typeUrl: string;
|
|
902
|
+
aminoType: string;
|
|
960
903
|
encode(message: _137.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
961
904
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _137.GenesisState;
|
|
962
905
|
fromPartial(object: import("../helpers").DeepPartial<_137.GenesisState>): _137.GenesisState;
|
|
@@ -970,6 +913,7 @@ export declare namespace ibc {
|
|
|
970
913
|
};
|
|
971
914
|
DenomTrace: {
|
|
972
915
|
typeUrl: string;
|
|
916
|
+
aminoType: string;
|
|
973
917
|
encode(message: _136.DenomTrace, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
974
918
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _136.DenomTrace;
|
|
975
919
|
fromPartial(object: import("../helpers").DeepPartial<_136.DenomTrace>): _136.DenomTrace;
|
|
@@ -983,6 +927,7 @@ export declare namespace ibc {
|
|
|
983
927
|
};
|
|
984
928
|
Allocation: {
|
|
985
929
|
typeUrl: string;
|
|
930
|
+
aminoType: string;
|
|
986
931
|
encode(message: _135.Allocation, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
987
932
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _135.Allocation;
|
|
988
933
|
fromPartial(object: import("../helpers").DeepPartial<_135.Allocation>): _135.Allocation;
|
|
@@ -996,6 +941,7 @@ export declare namespace ibc {
|
|
|
996
941
|
};
|
|
997
942
|
TransferAuthorization: {
|
|
998
943
|
typeUrl: string;
|
|
944
|
+
aminoType: string;
|
|
999
945
|
encode(message: _135.TransferAuthorization, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1000
946
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _135.TransferAuthorization;
|
|
1001
947
|
fromPartial(object: import("../helpers").DeepPartial<_135.TransferAuthorization>): _135.TransferAuthorization;
|
|
@@ -1014,6 +960,7 @@ export declare namespace ibc {
|
|
|
1014
960
|
namespace channel {
|
|
1015
961
|
const v1: {
|
|
1016
962
|
MsgClientImpl: typeof _320.MsgClientImpl;
|
|
963
|
+
createClientImpl: (rpc: import("..").TxRpc) => _320.MsgClientImpl;
|
|
1017
964
|
QueryClientImpl: typeof _311.QueryClientImpl;
|
|
1018
965
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1019
966
|
channel(request: _145.QueryChannelRequest): Promise<_145.QueryChannelResponse>;
|
|
@@ -1033,135 +980,6 @@ export declare namespace ibc {
|
|
|
1033
980
|
};
|
|
1034
981
|
LCDQueryClient: typeof _302.LCDQueryClient;
|
|
1035
982
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
1036
|
-
load: (protoRegistry: Registry) => void;
|
|
1037
|
-
MessageComposer: {
|
|
1038
|
-
encoded: {
|
|
1039
|
-
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1040
|
-
typeUrl: string;
|
|
1041
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1042
|
-
};
|
|
1043
|
-
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1044
|
-
typeUrl: string;
|
|
1045
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1046
|
-
};
|
|
1047
|
-
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1048
|
-
typeUrl: string;
|
|
1049
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1050
|
-
};
|
|
1051
|
-
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1052
|
-
typeUrl: string;
|
|
1053
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1054
|
-
};
|
|
1055
|
-
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1056
|
-
typeUrl: string;
|
|
1057
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1058
|
-
};
|
|
1059
|
-
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1060
|
-
typeUrl: string;
|
|
1061
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1062
|
-
};
|
|
1063
|
-
recvPacket(value: _146.MsgRecvPacket): {
|
|
1064
|
-
typeUrl: string;
|
|
1065
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1066
|
-
};
|
|
1067
|
-
timeout(value: _146.MsgTimeout): {
|
|
1068
|
-
typeUrl: string;
|
|
1069
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1070
|
-
};
|
|
1071
|
-
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1072
|
-
typeUrl: string;
|
|
1073
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1074
|
-
};
|
|
1075
|
-
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1076
|
-
typeUrl: string;
|
|
1077
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
1078
|
-
};
|
|
1079
|
-
};
|
|
1080
|
-
withTypeUrl: {
|
|
1081
|
-
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1082
|
-
typeUrl: string;
|
|
1083
|
-
value: _146.MsgChannelOpenInit;
|
|
1084
|
-
};
|
|
1085
|
-
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1086
|
-
typeUrl: string;
|
|
1087
|
-
value: _146.MsgChannelOpenTry;
|
|
1088
|
-
};
|
|
1089
|
-
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1090
|
-
typeUrl: string;
|
|
1091
|
-
value: _146.MsgChannelOpenAck;
|
|
1092
|
-
};
|
|
1093
|
-
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1094
|
-
typeUrl: string;
|
|
1095
|
-
value: _146.MsgChannelOpenConfirm;
|
|
1096
|
-
};
|
|
1097
|
-
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1098
|
-
typeUrl: string;
|
|
1099
|
-
value: _146.MsgChannelCloseInit;
|
|
1100
|
-
};
|
|
1101
|
-
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1102
|
-
typeUrl: string;
|
|
1103
|
-
value: _146.MsgChannelCloseConfirm;
|
|
1104
|
-
};
|
|
1105
|
-
recvPacket(value: _146.MsgRecvPacket): {
|
|
1106
|
-
typeUrl: string;
|
|
1107
|
-
value: _146.MsgRecvPacket;
|
|
1108
|
-
};
|
|
1109
|
-
timeout(value: _146.MsgTimeout): {
|
|
1110
|
-
typeUrl: string;
|
|
1111
|
-
value: _146.MsgTimeout;
|
|
1112
|
-
};
|
|
1113
|
-
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1114
|
-
typeUrl: string;
|
|
1115
|
-
value: _146.MsgTimeoutOnClose;
|
|
1116
|
-
};
|
|
1117
|
-
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1118
|
-
typeUrl: string;
|
|
1119
|
-
value: _146.MsgAcknowledgement;
|
|
1120
|
-
};
|
|
1121
|
-
};
|
|
1122
|
-
fromPartial: {
|
|
1123
|
-
channelOpenInit(value: _146.MsgChannelOpenInit): {
|
|
1124
|
-
typeUrl: string;
|
|
1125
|
-
value: _146.MsgChannelOpenInit;
|
|
1126
|
-
};
|
|
1127
|
-
channelOpenTry(value: _146.MsgChannelOpenTry): {
|
|
1128
|
-
typeUrl: string;
|
|
1129
|
-
value: _146.MsgChannelOpenTry;
|
|
1130
|
-
};
|
|
1131
|
-
channelOpenAck(value: _146.MsgChannelOpenAck): {
|
|
1132
|
-
typeUrl: string;
|
|
1133
|
-
value: _146.MsgChannelOpenAck;
|
|
1134
|
-
};
|
|
1135
|
-
channelOpenConfirm(value: _146.MsgChannelOpenConfirm): {
|
|
1136
|
-
typeUrl: string;
|
|
1137
|
-
value: _146.MsgChannelOpenConfirm;
|
|
1138
|
-
};
|
|
1139
|
-
channelCloseInit(value: _146.MsgChannelCloseInit): {
|
|
1140
|
-
typeUrl: string;
|
|
1141
|
-
value: _146.MsgChannelCloseInit;
|
|
1142
|
-
};
|
|
1143
|
-
channelCloseConfirm(value: _146.MsgChannelCloseConfirm): {
|
|
1144
|
-
typeUrl: string;
|
|
1145
|
-
value: _146.MsgChannelCloseConfirm;
|
|
1146
|
-
};
|
|
1147
|
-
recvPacket(value: _146.MsgRecvPacket): {
|
|
1148
|
-
typeUrl: string;
|
|
1149
|
-
value: _146.MsgRecvPacket;
|
|
1150
|
-
};
|
|
1151
|
-
timeout(value: _146.MsgTimeout): {
|
|
1152
|
-
typeUrl: string;
|
|
1153
|
-
value: _146.MsgTimeout;
|
|
1154
|
-
};
|
|
1155
|
-
timeoutOnClose(value: _146.MsgTimeoutOnClose): {
|
|
1156
|
-
typeUrl: string;
|
|
1157
|
-
value: _146.MsgTimeoutOnClose;
|
|
1158
|
-
};
|
|
1159
|
-
acknowledgement(value: _146.MsgAcknowledgement): {
|
|
1160
|
-
typeUrl: string;
|
|
1161
|
-
value: _146.MsgAcknowledgement;
|
|
1162
|
-
};
|
|
1163
|
-
};
|
|
1164
|
-
};
|
|
1165
983
|
AminoConverter: {
|
|
1166
984
|
"/ibc.core.channel.v1.MsgChannelOpenInit": {
|
|
1167
985
|
aminoType: string;
|
|
@@ -1217,10 +1035,10 @@ export declare namespace ibc {
|
|
|
1217
1035
|
responseResultTypeFromJSON(object: any): _146.ResponseResultType;
|
|
1218
1036
|
responseResultTypeToJSON(object: _146.ResponseResultType): string;
|
|
1219
1037
|
ResponseResultType: typeof _146.ResponseResultType;
|
|
1220
|
-
ResponseResultTypeSDKType: typeof _146.ResponseResultType;
|
|
1221
1038
|
ResponseResultTypeAmino: typeof _146.ResponseResultType;
|
|
1222
1039
|
MsgChannelOpenInit: {
|
|
1223
1040
|
typeUrl: string;
|
|
1041
|
+
aminoType: string;
|
|
1224
1042
|
encode(message: _146.MsgChannelOpenInit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1225
1043
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenInit;
|
|
1226
1044
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenInit>): _146.MsgChannelOpenInit;
|
|
@@ -1234,6 +1052,7 @@ export declare namespace ibc {
|
|
|
1234
1052
|
};
|
|
1235
1053
|
MsgChannelOpenInitResponse: {
|
|
1236
1054
|
typeUrl: string;
|
|
1055
|
+
aminoType: string;
|
|
1237
1056
|
encode(message: _146.MsgChannelOpenInitResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1238
1057
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenInitResponse;
|
|
1239
1058
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenInitResponse>): _146.MsgChannelOpenInitResponse;
|
|
@@ -1247,6 +1066,7 @@ export declare namespace ibc {
|
|
|
1247
1066
|
};
|
|
1248
1067
|
MsgChannelOpenTry: {
|
|
1249
1068
|
typeUrl: string;
|
|
1069
|
+
aminoType: string;
|
|
1250
1070
|
encode(message: _146.MsgChannelOpenTry, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1251
1071
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenTry;
|
|
1252
1072
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenTry>): _146.MsgChannelOpenTry;
|
|
@@ -1260,6 +1080,7 @@ export declare namespace ibc {
|
|
|
1260
1080
|
};
|
|
1261
1081
|
MsgChannelOpenTryResponse: {
|
|
1262
1082
|
typeUrl: string;
|
|
1083
|
+
aminoType: string;
|
|
1263
1084
|
encode(message: _146.MsgChannelOpenTryResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1264
1085
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenTryResponse;
|
|
1265
1086
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenTryResponse>): _146.MsgChannelOpenTryResponse;
|
|
@@ -1273,6 +1094,7 @@ export declare namespace ibc {
|
|
|
1273
1094
|
};
|
|
1274
1095
|
MsgChannelOpenAck: {
|
|
1275
1096
|
typeUrl: string;
|
|
1097
|
+
aminoType: string;
|
|
1276
1098
|
encode(message: _146.MsgChannelOpenAck, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1277
1099
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenAck;
|
|
1278
1100
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenAck>): _146.MsgChannelOpenAck;
|
|
@@ -1286,6 +1108,7 @@ export declare namespace ibc {
|
|
|
1286
1108
|
};
|
|
1287
1109
|
MsgChannelOpenAckResponse: {
|
|
1288
1110
|
typeUrl: string;
|
|
1111
|
+
aminoType: string;
|
|
1289
1112
|
encode(_: _146.MsgChannelOpenAckResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1290
1113
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenAckResponse;
|
|
1291
1114
|
fromPartial(_: import("../helpers").DeepPartial<_146.MsgChannelOpenAckResponse>): _146.MsgChannelOpenAckResponse;
|
|
@@ -1299,6 +1122,7 @@ export declare namespace ibc {
|
|
|
1299
1122
|
};
|
|
1300
1123
|
MsgChannelOpenConfirm: {
|
|
1301
1124
|
typeUrl: string;
|
|
1125
|
+
aminoType: string;
|
|
1302
1126
|
encode(message: _146.MsgChannelOpenConfirm, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1303
1127
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenConfirm;
|
|
1304
1128
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelOpenConfirm>): _146.MsgChannelOpenConfirm;
|
|
@@ -1312,6 +1136,7 @@ export declare namespace ibc {
|
|
|
1312
1136
|
};
|
|
1313
1137
|
MsgChannelOpenConfirmResponse: {
|
|
1314
1138
|
typeUrl: string;
|
|
1139
|
+
aminoType: string;
|
|
1315
1140
|
encode(_: _146.MsgChannelOpenConfirmResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1316
1141
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelOpenConfirmResponse;
|
|
1317
1142
|
fromPartial(_: import("../helpers").DeepPartial<_146.MsgChannelOpenConfirmResponse>): _146.MsgChannelOpenConfirmResponse;
|
|
@@ -1325,6 +1150,7 @@ export declare namespace ibc {
|
|
|
1325
1150
|
};
|
|
1326
1151
|
MsgChannelCloseInit: {
|
|
1327
1152
|
typeUrl: string;
|
|
1153
|
+
aminoType: string;
|
|
1328
1154
|
encode(message: _146.MsgChannelCloseInit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1329
1155
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelCloseInit;
|
|
1330
1156
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelCloseInit>): _146.MsgChannelCloseInit;
|
|
@@ -1338,6 +1164,7 @@ export declare namespace ibc {
|
|
|
1338
1164
|
};
|
|
1339
1165
|
MsgChannelCloseInitResponse: {
|
|
1340
1166
|
typeUrl: string;
|
|
1167
|
+
aminoType: string;
|
|
1341
1168
|
encode(_: _146.MsgChannelCloseInitResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1342
1169
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelCloseInitResponse;
|
|
1343
1170
|
fromPartial(_: import("../helpers").DeepPartial<_146.MsgChannelCloseInitResponse>): _146.MsgChannelCloseInitResponse;
|
|
@@ -1351,6 +1178,7 @@ export declare namespace ibc {
|
|
|
1351
1178
|
};
|
|
1352
1179
|
MsgChannelCloseConfirm: {
|
|
1353
1180
|
typeUrl: string;
|
|
1181
|
+
aminoType: string;
|
|
1354
1182
|
encode(message: _146.MsgChannelCloseConfirm, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1355
1183
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelCloseConfirm;
|
|
1356
1184
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgChannelCloseConfirm>): _146.MsgChannelCloseConfirm;
|
|
@@ -1364,6 +1192,7 @@ export declare namespace ibc {
|
|
|
1364
1192
|
};
|
|
1365
1193
|
MsgChannelCloseConfirmResponse: {
|
|
1366
1194
|
typeUrl: string;
|
|
1195
|
+
aminoType: string;
|
|
1367
1196
|
encode(_: _146.MsgChannelCloseConfirmResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1368
1197
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgChannelCloseConfirmResponse;
|
|
1369
1198
|
fromPartial(_: import("../helpers").DeepPartial<_146.MsgChannelCloseConfirmResponse>): _146.MsgChannelCloseConfirmResponse;
|
|
@@ -1377,6 +1206,7 @@ export declare namespace ibc {
|
|
|
1377
1206
|
};
|
|
1378
1207
|
MsgRecvPacket: {
|
|
1379
1208
|
typeUrl: string;
|
|
1209
|
+
aminoType: string;
|
|
1380
1210
|
encode(message: _146.MsgRecvPacket, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1381
1211
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgRecvPacket;
|
|
1382
1212
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgRecvPacket>): _146.MsgRecvPacket;
|
|
@@ -1390,6 +1220,7 @@ export declare namespace ibc {
|
|
|
1390
1220
|
};
|
|
1391
1221
|
MsgRecvPacketResponse: {
|
|
1392
1222
|
typeUrl: string;
|
|
1223
|
+
aminoType: string;
|
|
1393
1224
|
encode(message: _146.MsgRecvPacketResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1394
1225
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgRecvPacketResponse;
|
|
1395
1226
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgRecvPacketResponse>): _146.MsgRecvPacketResponse;
|
|
@@ -1403,6 +1234,7 @@ export declare namespace ibc {
|
|
|
1403
1234
|
};
|
|
1404
1235
|
MsgTimeout: {
|
|
1405
1236
|
typeUrl: string;
|
|
1237
|
+
aminoType: string;
|
|
1406
1238
|
encode(message: _146.MsgTimeout, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1407
1239
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgTimeout;
|
|
1408
1240
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgTimeout>): _146.MsgTimeout;
|
|
@@ -1416,6 +1248,7 @@ export declare namespace ibc {
|
|
|
1416
1248
|
};
|
|
1417
1249
|
MsgTimeoutResponse: {
|
|
1418
1250
|
typeUrl: string;
|
|
1251
|
+
aminoType: string;
|
|
1419
1252
|
encode(message: _146.MsgTimeoutResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1420
1253
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgTimeoutResponse;
|
|
1421
1254
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgTimeoutResponse>): _146.MsgTimeoutResponse;
|
|
@@ -1429,6 +1262,7 @@ export declare namespace ibc {
|
|
|
1429
1262
|
};
|
|
1430
1263
|
MsgTimeoutOnClose: {
|
|
1431
1264
|
typeUrl: string;
|
|
1265
|
+
aminoType: string;
|
|
1432
1266
|
encode(message: _146.MsgTimeoutOnClose, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1433
1267
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgTimeoutOnClose;
|
|
1434
1268
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgTimeoutOnClose>): _146.MsgTimeoutOnClose;
|
|
@@ -1442,6 +1276,7 @@ export declare namespace ibc {
|
|
|
1442
1276
|
};
|
|
1443
1277
|
MsgTimeoutOnCloseResponse: {
|
|
1444
1278
|
typeUrl: string;
|
|
1279
|
+
aminoType: string;
|
|
1445
1280
|
encode(message: _146.MsgTimeoutOnCloseResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1446
1281
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgTimeoutOnCloseResponse;
|
|
1447
1282
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgTimeoutOnCloseResponse>): _146.MsgTimeoutOnCloseResponse;
|
|
@@ -1455,6 +1290,7 @@ export declare namespace ibc {
|
|
|
1455
1290
|
};
|
|
1456
1291
|
MsgAcknowledgement: {
|
|
1457
1292
|
typeUrl: string;
|
|
1293
|
+
aminoType: string;
|
|
1458
1294
|
encode(message: _146.MsgAcknowledgement, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1459
1295
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgAcknowledgement;
|
|
1460
1296
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgAcknowledgement>): _146.MsgAcknowledgement;
|
|
@@ -1468,6 +1304,7 @@ export declare namespace ibc {
|
|
|
1468
1304
|
};
|
|
1469
1305
|
MsgAcknowledgementResponse: {
|
|
1470
1306
|
typeUrl: string;
|
|
1307
|
+
aminoType: string;
|
|
1471
1308
|
encode(message: _146.MsgAcknowledgementResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1472
1309
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _146.MsgAcknowledgementResponse;
|
|
1473
1310
|
fromPartial(object: import("../helpers").DeepPartial<_146.MsgAcknowledgementResponse>): _146.MsgAcknowledgementResponse;
|
|
@@ -1481,6 +1318,7 @@ export declare namespace ibc {
|
|
|
1481
1318
|
};
|
|
1482
1319
|
QueryChannelRequest: {
|
|
1483
1320
|
typeUrl: string;
|
|
1321
|
+
aminoType: string;
|
|
1484
1322
|
encode(message: _145.QueryChannelRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1485
1323
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelRequest;
|
|
1486
1324
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelRequest>): _145.QueryChannelRequest;
|
|
@@ -1494,6 +1332,7 @@ export declare namespace ibc {
|
|
|
1494
1332
|
};
|
|
1495
1333
|
QueryChannelResponse: {
|
|
1496
1334
|
typeUrl: string;
|
|
1335
|
+
aminoType: string;
|
|
1497
1336
|
encode(message: _145.QueryChannelResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1498
1337
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelResponse;
|
|
1499
1338
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelResponse>): _145.QueryChannelResponse;
|
|
@@ -1507,6 +1346,7 @@ export declare namespace ibc {
|
|
|
1507
1346
|
};
|
|
1508
1347
|
QueryChannelsRequest: {
|
|
1509
1348
|
typeUrl: string;
|
|
1349
|
+
aminoType: string;
|
|
1510
1350
|
encode(message: _145.QueryChannelsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1511
1351
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelsRequest;
|
|
1512
1352
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelsRequest>): _145.QueryChannelsRequest;
|
|
@@ -1520,6 +1360,7 @@ export declare namespace ibc {
|
|
|
1520
1360
|
};
|
|
1521
1361
|
QueryChannelsResponse: {
|
|
1522
1362
|
typeUrl: string;
|
|
1363
|
+
aminoType: string;
|
|
1523
1364
|
encode(message: _145.QueryChannelsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1524
1365
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelsResponse;
|
|
1525
1366
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelsResponse>): _145.QueryChannelsResponse;
|
|
@@ -1533,6 +1374,7 @@ export declare namespace ibc {
|
|
|
1533
1374
|
};
|
|
1534
1375
|
QueryConnectionChannelsRequest: {
|
|
1535
1376
|
typeUrl: string;
|
|
1377
|
+
aminoType: string;
|
|
1536
1378
|
encode(message: _145.QueryConnectionChannelsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1537
1379
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryConnectionChannelsRequest;
|
|
1538
1380
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryConnectionChannelsRequest>): _145.QueryConnectionChannelsRequest;
|
|
@@ -1546,6 +1388,7 @@ export declare namespace ibc {
|
|
|
1546
1388
|
};
|
|
1547
1389
|
QueryConnectionChannelsResponse: {
|
|
1548
1390
|
typeUrl: string;
|
|
1391
|
+
aminoType: string;
|
|
1549
1392
|
encode(message: _145.QueryConnectionChannelsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1550
1393
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryConnectionChannelsResponse;
|
|
1551
1394
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryConnectionChannelsResponse>): _145.QueryConnectionChannelsResponse;
|
|
@@ -1559,6 +1402,7 @@ export declare namespace ibc {
|
|
|
1559
1402
|
};
|
|
1560
1403
|
QueryChannelClientStateRequest: {
|
|
1561
1404
|
typeUrl: string;
|
|
1405
|
+
aminoType: string;
|
|
1562
1406
|
encode(message: _145.QueryChannelClientStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1563
1407
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelClientStateRequest;
|
|
1564
1408
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelClientStateRequest>): _145.QueryChannelClientStateRequest;
|
|
@@ -1572,6 +1416,7 @@ export declare namespace ibc {
|
|
|
1572
1416
|
};
|
|
1573
1417
|
QueryChannelClientStateResponse: {
|
|
1574
1418
|
typeUrl: string;
|
|
1419
|
+
aminoType: string;
|
|
1575
1420
|
encode(message: _145.QueryChannelClientStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1576
1421
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelClientStateResponse;
|
|
1577
1422
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelClientStateResponse>): _145.QueryChannelClientStateResponse;
|
|
@@ -1585,6 +1430,7 @@ export declare namespace ibc {
|
|
|
1585
1430
|
};
|
|
1586
1431
|
QueryChannelConsensusStateRequest: {
|
|
1587
1432
|
typeUrl: string;
|
|
1433
|
+
aminoType: string;
|
|
1588
1434
|
encode(message: _145.QueryChannelConsensusStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1589
1435
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelConsensusStateRequest;
|
|
1590
1436
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelConsensusStateRequest>): _145.QueryChannelConsensusStateRequest;
|
|
@@ -1598,6 +1444,7 @@ export declare namespace ibc {
|
|
|
1598
1444
|
};
|
|
1599
1445
|
QueryChannelConsensusStateResponse: {
|
|
1600
1446
|
typeUrl: string;
|
|
1447
|
+
aminoType: string;
|
|
1601
1448
|
encode(message: _145.QueryChannelConsensusStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1602
1449
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryChannelConsensusStateResponse;
|
|
1603
1450
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryChannelConsensusStateResponse>): _145.QueryChannelConsensusStateResponse;
|
|
@@ -1611,6 +1458,7 @@ export declare namespace ibc {
|
|
|
1611
1458
|
};
|
|
1612
1459
|
QueryPacketCommitmentRequest: {
|
|
1613
1460
|
typeUrl: string;
|
|
1461
|
+
aminoType: string;
|
|
1614
1462
|
encode(message: _145.QueryPacketCommitmentRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1615
1463
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketCommitmentRequest;
|
|
1616
1464
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketCommitmentRequest>): _145.QueryPacketCommitmentRequest;
|
|
@@ -1624,6 +1472,7 @@ export declare namespace ibc {
|
|
|
1624
1472
|
};
|
|
1625
1473
|
QueryPacketCommitmentResponse: {
|
|
1626
1474
|
typeUrl: string;
|
|
1475
|
+
aminoType: string;
|
|
1627
1476
|
encode(message: _145.QueryPacketCommitmentResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1628
1477
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketCommitmentResponse;
|
|
1629
1478
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketCommitmentResponse>): _145.QueryPacketCommitmentResponse;
|
|
@@ -1637,6 +1486,7 @@ export declare namespace ibc {
|
|
|
1637
1486
|
};
|
|
1638
1487
|
QueryPacketCommitmentsRequest: {
|
|
1639
1488
|
typeUrl: string;
|
|
1489
|
+
aminoType: string;
|
|
1640
1490
|
encode(message: _145.QueryPacketCommitmentsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1641
1491
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketCommitmentsRequest;
|
|
1642
1492
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketCommitmentsRequest>): _145.QueryPacketCommitmentsRequest;
|
|
@@ -1650,6 +1500,7 @@ export declare namespace ibc {
|
|
|
1650
1500
|
};
|
|
1651
1501
|
QueryPacketCommitmentsResponse: {
|
|
1652
1502
|
typeUrl: string;
|
|
1503
|
+
aminoType: string;
|
|
1653
1504
|
encode(message: _145.QueryPacketCommitmentsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1654
1505
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketCommitmentsResponse;
|
|
1655
1506
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketCommitmentsResponse>): _145.QueryPacketCommitmentsResponse;
|
|
@@ -1663,6 +1514,7 @@ export declare namespace ibc {
|
|
|
1663
1514
|
};
|
|
1664
1515
|
QueryPacketReceiptRequest: {
|
|
1665
1516
|
typeUrl: string;
|
|
1517
|
+
aminoType: string;
|
|
1666
1518
|
encode(message: _145.QueryPacketReceiptRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1667
1519
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketReceiptRequest;
|
|
1668
1520
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketReceiptRequest>): _145.QueryPacketReceiptRequest;
|
|
@@ -1676,6 +1528,7 @@ export declare namespace ibc {
|
|
|
1676
1528
|
};
|
|
1677
1529
|
QueryPacketReceiptResponse: {
|
|
1678
1530
|
typeUrl: string;
|
|
1531
|
+
aminoType: string;
|
|
1679
1532
|
encode(message: _145.QueryPacketReceiptResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1680
1533
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketReceiptResponse;
|
|
1681
1534
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketReceiptResponse>): _145.QueryPacketReceiptResponse;
|
|
@@ -1689,6 +1542,7 @@ export declare namespace ibc {
|
|
|
1689
1542
|
};
|
|
1690
1543
|
QueryPacketAcknowledgementRequest: {
|
|
1691
1544
|
typeUrl: string;
|
|
1545
|
+
aminoType: string;
|
|
1692
1546
|
encode(message: _145.QueryPacketAcknowledgementRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1693
1547
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketAcknowledgementRequest;
|
|
1694
1548
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketAcknowledgementRequest>): _145.QueryPacketAcknowledgementRequest;
|
|
@@ -1702,6 +1556,7 @@ export declare namespace ibc {
|
|
|
1702
1556
|
};
|
|
1703
1557
|
QueryPacketAcknowledgementResponse: {
|
|
1704
1558
|
typeUrl: string;
|
|
1559
|
+
aminoType: string;
|
|
1705
1560
|
encode(message: _145.QueryPacketAcknowledgementResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1706
1561
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketAcknowledgementResponse;
|
|
1707
1562
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketAcknowledgementResponse>): _145.QueryPacketAcknowledgementResponse;
|
|
@@ -1715,6 +1570,7 @@ export declare namespace ibc {
|
|
|
1715
1570
|
};
|
|
1716
1571
|
QueryPacketAcknowledgementsRequest: {
|
|
1717
1572
|
typeUrl: string;
|
|
1573
|
+
aminoType: string;
|
|
1718
1574
|
encode(message: _145.QueryPacketAcknowledgementsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1719
1575
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketAcknowledgementsRequest;
|
|
1720
1576
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketAcknowledgementsRequest>): _145.QueryPacketAcknowledgementsRequest;
|
|
@@ -1728,6 +1584,7 @@ export declare namespace ibc {
|
|
|
1728
1584
|
};
|
|
1729
1585
|
QueryPacketAcknowledgementsResponse: {
|
|
1730
1586
|
typeUrl: string;
|
|
1587
|
+
aminoType: string;
|
|
1731
1588
|
encode(message: _145.QueryPacketAcknowledgementsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1732
1589
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryPacketAcknowledgementsResponse;
|
|
1733
1590
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryPacketAcknowledgementsResponse>): _145.QueryPacketAcknowledgementsResponse;
|
|
@@ -1741,6 +1598,7 @@ export declare namespace ibc {
|
|
|
1741
1598
|
};
|
|
1742
1599
|
QueryUnreceivedPacketsRequest: {
|
|
1743
1600
|
typeUrl: string;
|
|
1601
|
+
aminoType: string;
|
|
1744
1602
|
encode(message: _145.QueryUnreceivedPacketsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1745
1603
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryUnreceivedPacketsRequest;
|
|
1746
1604
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryUnreceivedPacketsRequest>): _145.QueryUnreceivedPacketsRequest;
|
|
@@ -1754,6 +1612,7 @@ export declare namespace ibc {
|
|
|
1754
1612
|
};
|
|
1755
1613
|
QueryUnreceivedPacketsResponse: {
|
|
1756
1614
|
typeUrl: string;
|
|
1615
|
+
aminoType: string;
|
|
1757
1616
|
encode(message: _145.QueryUnreceivedPacketsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1758
1617
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryUnreceivedPacketsResponse;
|
|
1759
1618
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryUnreceivedPacketsResponse>): _145.QueryUnreceivedPacketsResponse;
|
|
@@ -1767,6 +1626,7 @@ export declare namespace ibc {
|
|
|
1767
1626
|
};
|
|
1768
1627
|
QueryUnreceivedAcksRequest: {
|
|
1769
1628
|
typeUrl: string;
|
|
1629
|
+
aminoType: string;
|
|
1770
1630
|
encode(message: _145.QueryUnreceivedAcksRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1771
1631
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryUnreceivedAcksRequest;
|
|
1772
1632
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryUnreceivedAcksRequest>): _145.QueryUnreceivedAcksRequest;
|
|
@@ -1780,6 +1640,7 @@ export declare namespace ibc {
|
|
|
1780
1640
|
};
|
|
1781
1641
|
QueryUnreceivedAcksResponse: {
|
|
1782
1642
|
typeUrl: string;
|
|
1643
|
+
aminoType: string;
|
|
1783
1644
|
encode(message: _145.QueryUnreceivedAcksResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1784
1645
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryUnreceivedAcksResponse;
|
|
1785
1646
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryUnreceivedAcksResponse>): _145.QueryUnreceivedAcksResponse;
|
|
@@ -1793,6 +1654,7 @@ export declare namespace ibc {
|
|
|
1793
1654
|
};
|
|
1794
1655
|
QueryNextSequenceReceiveRequest: {
|
|
1795
1656
|
typeUrl: string;
|
|
1657
|
+
aminoType: string;
|
|
1796
1658
|
encode(message: _145.QueryNextSequenceReceiveRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1797
1659
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryNextSequenceReceiveRequest;
|
|
1798
1660
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryNextSequenceReceiveRequest>): _145.QueryNextSequenceReceiveRequest;
|
|
@@ -1806,6 +1668,7 @@ export declare namespace ibc {
|
|
|
1806
1668
|
};
|
|
1807
1669
|
QueryNextSequenceReceiveResponse: {
|
|
1808
1670
|
typeUrl: string;
|
|
1671
|
+
aminoType: string;
|
|
1809
1672
|
encode(message: _145.QueryNextSequenceReceiveResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1810
1673
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryNextSequenceReceiveResponse;
|
|
1811
1674
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryNextSequenceReceiveResponse>): _145.QueryNextSequenceReceiveResponse;
|
|
@@ -1819,6 +1682,7 @@ export declare namespace ibc {
|
|
|
1819
1682
|
};
|
|
1820
1683
|
QueryNextSequenceSendRequest: {
|
|
1821
1684
|
typeUrl: string;
|
|
1685
|
+
aminoType: string;
|
|
1822
1686
|
encode(message: _145.QueryNextSequenceSendRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1823
1687
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryNextSequenceSendRequest;
|
|
1824
1688
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryNextSequenceSendRequest>): _145.QueryNextSequenceSendRequest;
|
|
@@ -1832,6 +1696,7 @@ export declare namespace ibc {
|
|
|
1832
1696
|
};
|
|
1833
1697
|
QueryNextSequenceSendResponse: {
|
|
1834
1698
|
typeUrl: string;
|
|
1699
|
+
aminoType: string;
|
|
1835
1700
|
encode(message: _145.QueryNextSequenceSendResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1836
1701
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _145.QueryNextSequenceSendResponse;
|
|
1837
1702
|
fromPartial(object: import("../helpers").DeepPartial<_145.QueryNextSequenceSendResponse>): _145.QueryNextSequenceSendResponse;
|
|
@@ -1845,6 +1710,7 @@ export declare namespace ibc {
|
|
|
1845
1710
|
};
|
|
1846
1711
|
GenesisState: {
|
|
1847
1712
|
typeUrl: string;
|
|
1713
|
+
aminoType: string;
|
|
1848
1714
|
encode(message: _144.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1849
1715
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _144.GenesisState;
|
|
1850
1716
|
fromPartial(object: import("../helpers").DeepPartial<_144.GenesisState>): _144.GenesisState;
|
|
@@ -1858,6 +1724,7 @@ export declare namespace ibc {
|
|
|
1858
1724
|
};
|
|
1859
1725
|
PacketSequence: {
|
|
1860
1726
|
typeUrl: string;
|
|
1727
|
+
aminoType: string;
|
|
1861
1728
|
encode(message: _144.PacketSequence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1862
1729
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _144.PacketSequence;
|
|
1863
1730
|
fromPartial(object: import("../helpers").DeepPartial<_144.PacketSequence>): _144.PacketSequence;
|
|
@@ -1874,13 +1741,12 @@ export declare namespace ibc {
|
|
|
1874
1741
|
orderFromJSON(object: any): _143.Order;
|
|
1875
1742
|
orderToJSON(object: _143.Order): string;
|
|
1876
1743
|
State: typeof _143.State;
|
|
1877
|
-
StateSDKType: typeof _143.State;
|
|
1878
1744
|
StateAmino: typeof _143.State;
|
|
1879
1745
|
Order: typeof _143.Order;
|
|
1880
|
-
OrderSDKType: typeof _143.Order;
|
|
1881
1746
|
OrderAmino: typeof _143.Order;
|
|
1882
1747
|
Channel: {
|
|
1883
1748
|
typeUrl: string;
|
|
1749
|
+
aminoType: string;
|
|
1884
1750
|
encode(message: _143.Channel, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1885
1751
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.Channel;
|
|
1886
1752
|
fromPartial(object: import("../helpers").DeepPartial<_143.Channel>): _143.Channel;
|
|
@@ -1894,6 +1760,7 @@ export declare namespace ibc {
|
|
|
1894
1760
|
};
|
|
1895
1761
|
IdentifiedChannel: {
|
|
1896
1762
|
typeUrl: string;
|
|
1763
|
+
aminoType: string;
|
|
1897
1764
|
encode(message: _143.IdentifiedChannel, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1898
1765
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.IdentifiedChannel;
|
|
1899
1766
|
fromPartial(object: import("../helpers").DeepPartial<_143.IdentifiedChannel>): _143.IdentifiedChannel;
|
|
@@ -1907,6 +1774,7 @@ export declare namespace ibc {
|
|
|
1907
1774
|
};
|
|
1908
1775
|
Counterparty: {
|
|
1909
1776
|
typeUrl: string;
|
|
1777
|
+
aminoType: string;
|
|
1910
1778
|
encode(message: _143.Counterparty, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1911
1779
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.Counterparty;
|
|
1912
1780
|
fromPartial(object: import("../helpers").DeepPartial<_143.Counterparty>): _143.Counterparty;
|
|
@@ -1920,6 +1788,7 @@ export declare namespace ibc {
|
|
|
1920
1788
|
};
|
|
1921
1789
|
Packet: {
|
|
1922
1790
|
typeUrl: string;
|
|
1791
|
+
aminoType: string;
|
|
1923
1792
|
encode(message: _143.Packet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1924
1793
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.Packet;
|
|
1925
1794
|
fromPartial(object: import("../helpers").DeepPartial<_143.Packet>): _143.Packet;
|
|
@@ -1933,6 +1802,7 @@ export declare namespace ibc {
|
|
|
1933
1802
|
};
|
|
1934
1803
|
PacketState: {
|
|
1935
1804
|
typeUrl: string;
|
|
1805
|
+
aminoType: string;
|
|
1936
1806
|
encode(message: _143.PacketState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1937
1807
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.PacketState;
|
|
1938
1808
|
fromPartial(object: import("../helpers").DeepPartial<_143.PacketState>): _143.PacketState;
|
|
@@ -1946,6 +1816,7 @@ export declare namespace ibc {
|
|
|
1946
1816
|
};
|
|
1947
1817
|
PacketId: {
|
|
1948
1818
|
typeUrl: string;
|
|
1819
|
+
aminoType: string;
|
|
1949
1820
|
encode(message: _143.PacketId, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1950
1821
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.PacketId;
|
|
1951
1822
|
fromPartial(object: import("../helpers").DeepPartial<_143.PacketId>): _143.PacketId;
|
|
@@ -1959,6 +1830,7 @@ export declare namespace ibc {
|
|
|
1959
1830
|
};
|
|
1960
1831
|
Acknowledgement: {
|
|
1961
1832
|
typeUrl: string;
|
|
1833
|
+
aminoType: string;
|
|
1962
1834
|
encode(message: _143.Acknowledgement, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1963
1835
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.Acknowledgement;
|
|
1964
1836
|
fromPartial(object: import("../helpers").DeepPartial<_143.Acknowledgement>): _143.Acknowledgement;
|
|
@@ -1972,6 +1844,7 @@ export declare namespace ibc {
|
|
|
1972
1844
|
};
|
|
1973
1845
|
Timeout: {
|
|
1974
1846
|
typeUrl: string;
|
|
1847
|
+
aminoType: string;
|
|
1975
1848
|
encode(message: _143.Timeout, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1976
1849
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _143.Timeout;
|
|
1977
1850
|
fromPartial(object: import("../helpers").DeepPartial<_143.Timeout>): _143.Timeout;
|
|
@@ -1986,6 +1859,7 @@ export declare namespace ibc {
|
|
|
1986
1859
|
};
|
|
1987
1860
|
const v2: {
|
|
1988
1861
|
MsgClientImpl: typeof _321.MsgClientImpl;
|
|
1862
|
+
createClientImpl: (rpc: import("..").TxRpc) => _321.MsgClientImpl;
|
|
1989
1863
|
QueryClientImpl: typeof _312.QueryClientImpl;
|
|
1990
1864
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
1991
1865
|
nextSequenceSend(request: _149.QueryNextSequenceSendRequest): Promise<_149.QueryNextSequenceSendResponse>;
|
|
@@ -1999,63 +1873,6 @@ export declare namespace ibc {
|
|
|
1999
1873
|
};
|
|
2000
1874
|
LCDQueryClient: typeof _303.LCDQueryClient;
|
|
2001
1875
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2002
|
-
load: (protoRegistry: Registry) => void;
|
|
2003
|
-
MessageComposer: {
|
|
2004
|
-
encoded: {
|
|
2005
|
-
sendPacket(value: _150.MsgSendPacket): {
|
|
2006
|
-
typeUrl: string;
|
|
2007
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2008
|
-
};
|
|
2009
|
-
recvPacket(value: _150.MsgRecvPacket): {
|
|
2010
|
-
typeUrl: string;
|
|
2011
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2012
|
-
};
|
|
2013
|
-
timeout(value: _150.MsgTimeout): {
|
|
2014
|
-
typeUrl: string;
|
|
2015
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2016
|
-
};
|
|
2017
|
-
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2018
|
-
typeUrl: string;
|
|
2019
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2020
|
-
};
|
|
2021
|
-
};
|
|
2022
|
-
withTypeUrl: {
|
|
2023
|
-
sendPacket(value: _150.MsgSendPacket): {
|
|
2024
|
-
typeUrl: string;
|
|
2025
|
-
value: _150.MsgSendPacket;
|
|
2026
|
-
};
|
|
2027
|
-
recvPacket(value: _150.MsgRecvPacket): {
|
|
2028
|
-
typeUrl: string;
|
|
2029
|
-
value: _150.MsgRecvPacket;
|
|
2030
|
-
};
|
|
2031
|
-
timeout(value: _150.MsgTimeout): {
|
|
2032
|
-
typeUrl: string;
|
|
2033
|
-
value: _150.MsgTimeout;
|
|
2034
|
-
};
|
|
2035
|
-
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2036
|
-
typeUrl: string;
|
|
2037
|
-
value: _150.MsgAcknowledgement;
|
|
2038
|
-
};
|
|
2039
|
-
};
|
|
2040
|
-
fromPartial: {
|
|
2041
|
-
sendPacket(value: _150.MsgSendPacket): {
|
|
2042
|
-
typeUrl: string;
|
|
2043
|
-
value: _150.MsgSendPacket;
|
|
2044
|
-
};
|
|
2045
|
-
recvPacket(value: _150.MsgRecvPacket): {
|
|
2046
|
-
typeUrl: string;
|
|
2047
|
-
value: _150.MsgRecvPacket;
|
|
2048
|
-
};
|
|
2049
|
-
timeout(value: _150.MsgTimeout): {
|
|
2050
|
-
typeUrl: string;
|
|
2051
|
-
value: _150.MsgTimeout;
|
|
2052
|
-
};
|
|
2053
|
-
acknowledgement(value: _150.MsgAcknowledgement): {
|
|
2054
|
-
typeUrl: string;
|
|
2055
|
-
value: _150.MsgAcknowledgement;
|
|
2056
|
-
};
|
|
2057
|
-
};
|
|
2058
|
-
};
|
|
2059
1876
|
AminoConverter: {
|
|
2060
1877
|
"/ibc.core.channel.v2.MsgSendPacket": {
|
|
2061
1878
|
aminoType: string;
|
|
@@ -2081,10 +1898,10 @@ export declare namespace ibc {
|
|
|
2081
1898
|
responseResultTypeFromJSON(object: any): _150.ResponseResultType;
|
|
2082
1899
|
responseResultTypeToJSON(object: _150.ResponseResultType): string;
|
|
2083
1900
|
ResponseResultType: typeof _150.ResponseResultType;
|
|
2084
|
-
ResponseResultTypeSDKType: typeof _150.ResponseResultType;
|
|
2085
1901
|
ResponseResultTypeAmino: typeof _150.ResponseResultType;
|
|
2086
1902
|
MsgSendPacket: {
|
|
2087
1903
|
typeUrl: string;
|
|
1904
|
+
aminoType: string;
|
|
2088
1905
|
encode(message: _150.MsgSendPacket, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2089
1906
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgSendPacket;
|
|
2090
1907
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgSendPacket>): _150.MsgSendPacket;
|
|
@@ -2098,6 +1915,7 @@ export declare namespace ibc {
|
|
|
2098
1915
|
};
|
|
2099
1916
|
MsgSendPacketResponse: {
|
|
2100
1917
|
typeUrl: string;
|
|
1918
|
+
aminoType: string;
|
|
2101
1919
|
encode(message: _150.MsgSendPacketResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2102
1920
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgSendPacketResponse;
|
|
2103
1921
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgSendPacketResponse>): _150.MsgSendPacketResponse;
|
|
@@ -2111,6 +1929,7 @@ export declare namespace ibc {
|
|
|
2111
1929
|
};
|
|
2112
1930
|
MsgRecvPacket: {
|
|
2113
1931
|
typeUrl: string;
|
|
1932
|
+
aminoType: string;
|
|
2114
1933
|
encode(message: _150.MsgRecvPacket, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2115
1934
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgRecvPacket;
|
|
2116
1935
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgRecvPacket>): _150.MsgRecvPacket;
|
|
@@ -2124,6 +1943,7 @@ export declare namespace ibc {
|
|
|
2124
1943
|
};
|
|
2125
1944
|
MsgRecvPacketResponse: {
|
|
2126
1945
|
typeUrl: string;
|
|
1946
|
+
aminoType: string;
|
|
2127
1947
|
encode(message: _150.MsgRecvPacketResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2128
1948
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgRecvPacketResponse;
|
|
2129
1949
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgRecvPacketResponse>): _150.MsgRecvPacketResponse;
|
|
@@ -2137,6 +1957,7 @@ export declare namespace ibc {
|
|
|
2137
1957
|
};
|
|
2138
1958
|
MsgTimeout: {
|
|
2139
1959
|
typeUrl: string;
|
|
1960
|
+
aminoType: string;
|
|
2140
1961
|
encode(message: _150.MsgTimeout, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2141
1962
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgTimeout;
|
|
2142
1963
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgTimeout>): _150.MsgTimeout;
|
|
@@ -2150,6 +1971,7 @@ export declare namespace ibc {
|
|
|
2150
1971
|
};
|
|
2151
1972
|
MsgTimeoutResponse: {
|
|
2152
1973
|
typeUrl: string;
|
|
1974
|
+
aminoType: string;
|
|
2153
1975
|
encode(message: _150.MsgTimeoutResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2154
1976
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgTimeoutResponse;
|
|
2155
1977
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgTimeoutResponse>): _150.MsgTimeoutResponse;
|
|
@@ -2163,6 +1985,7 @@ export declare namespace ibc {
|
|
|
2163
1985
|
};
|
|
2164
1986
|
MsgAcknowledgement: {
|
|
2165
1987
|
typeUrl: string;
|
|
1988
|
+
aminoType: string;
|
|
2166
1989
|
encode(message: _150.MsgAcknowledgement, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2167
1990
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgAcknowledgement;
|
|
2168
1991
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgAcknowledgement>): _150.MsgAcknowledgement;
|
|
@@ -2176,6 +1999,7 @@ export declare namespace ibc {
|
|
|
2176
1999
|
};
|
|
2177
2000
|
MsgAcknowledgementResponse: {
|
|
2178
2001
|
typeUrl: string;
|
|
2002
|
+
aminoType: string;
|
|
2179
2003
|
encode(message: _150.MsgAcknowledgementResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2180
2004
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _150.MsgAcknowledgementResponse;
|
|
2181
2005
|
fromPartial(object: import("../helpers").DeepPartial<_150.MsgAcknowledgementResponse>): _150.MsgAcknowledgementResponse;
|
|
@@ -2189,6 +2013,7 @@ export declare namespace ibc {
|
|
|
2189
2013
|
};
|
|
2190
2014
|
QueryNextSequenceSendRequest: {
|
|
2191
2015
|
typeUrl: string;
|
|
2016
|
+
aminoType: string;
|
|
2192
2017
|
encode(message: _149.QueryNextSequenceSendRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2193
2018
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryNextSequenceSendRequest;
|
|
2194
2019
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryNextSequenceSendRequest>): _149.QueryNextSequenceSendRequest;
|
|
@@ -2202,6 +2027,7 @@ export declare namespace ibc {
|
|
|
2202
2027
|
};
|
|
2203
2028
|
QueryNextSequenceSendResponse: {
|
|
2204
2029
|
typeUrl: string;
|
|
2030
|
+
aminoType: string;
|
|
2205
2031
|
encode(message: _149.QueryNextSequenceSendResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2206
2032
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryNextSequenceSendResponse;
|
|
2207
2033
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryNextSequenceSendResponse>): _149.QueryNextSequenceSendResponse;
|
|
@@ -2215,6 +2041,7 @@ export declare namespace ibc {
|
|
|
2215
2041
|
};
|
|
2216
2042
|
QueryPacketCommitmentRequest: {
|
|
2217
2043
|
typeUrl: string;
|
|
2044
|
+
aminoType: string;
|
|
2218
2045
|
encode(message: _149.QueryPacketCommitmentRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2219
2046
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketCommitmentRequest;
|
|
2220
2047
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketCommitmentRequest>): _149.QueryPacketCommitmentRequest;
|
|
@@ -2228,6 +2055,7 @@ export declare namespace ibc {
|
|
|
2228
2055
|
};
|
|
2229
2056
|
QueryPacketCommitmentResponse: {
|
|
2230
2057
|
typeUrl: string;
|
|
2058
|
+
aminoType: string;
|
|
2231
2059
|
encode(message: _149.QueryPacketCommitmentResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2232
2060
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketCommitmentResponse;
|
|
2233
2061
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketCommitmentResponse>): _149.QueryPacketCommitmentResponse;
|
|
@@ -2241,6 +2069,7 @@ export declare namespace ibc {
|
|
|
2241
2069
|
};
|
|
2242
2070
|
QueryPacketCommitmentsRequest: {
|
|
2243
2071
|
typeUrl: string;
|
|
2072
|
+
aminoType: string;
|
|
2244
2073
|
encode(message: _149.QueryPacketCommitmentsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2245
2074
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketCommitmentsRequest;
|
|
2246
2075
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketCommitmentsRequest>): _149.QueryPacketCommitmentsRequest;
|
|
@@ -2254,6 +2083,7 @@ export declare namespace ibc {
|
|
|
2254
2083
|
};
|
|
2255
2084
|
QueryPacketCommitmentsResponse: {
|
|
2256
2085
|
typeUrl: string;
|
|
2086
|
+
aminoType: string;
|
|
2257
2087
|
encode(message: _149.QueryPacketCommitmentsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2258
2088
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketCommitmentsResponse;
|
|
2259
2089
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketCommitmentsResponse>): _149.QueryPacketCommitmentsResponse;
|
|
@@ -2267,6 +2097,7 @@ export declare namespace ibc {
|
|
|
2267
2097
|
};
|
|
2268
2098
|
QueryPacketAcknowledgementRequest: {
|
|
2269
2099
|
typeUrl: string;
|
|
2100
|
+
aminoType: string;
|
|
2270
2101
|
encode(message: _149.QueryPacketAcknowledgementRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2271
2102
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketAcknowledgementRequest;
|
|
2272
2103
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketAcknowledgementRequest>): _149.QueryPacketAcknowledgementRequest;
|
|
@@ -2280,6 +2111,7 @@ export declare namespace ibc {
|
|
|
2280
2111
|
};
|
|
2281
2112
|
QueryPacketAcknowledgementResponse: {
|
|
2282
2113
|
typeUrl: string;
|
|
2114
|
+
aminoType: string;
|
|
2283
2115
|
encode(message: _149.QueryPacketAcknowledgementResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2284
2116
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketAcknowledgementResponse;
|
|
2285
2117
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketAcknowledgementResponse>): _149.QueryPacketAcknowledgementResponse;
|
|
@@ -2293,6 +2125,7 @@ export declare namespace ibc {
|
|
|
2293
2125
|
};
|
|
2294
2126
|
QueryPacketAcknowledgementsRequest: {
|
|
2295
2127
|
typeUrl: string;
|
|
2128
|
+
aminoType: string;
|
|
2296
2129
|
encode(message: _149.QueryPacketAcknowledgementsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2297
2130
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketAcknowledgementsRequest;
|
|
2298
2131
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketAcknowledgementsRequest>): _149.QueryPacketAcknowledgementsRequest;
|
|
@@ -2306,6 +2139,7 @@ export declare namespace ibc {
|
|
|
2306
2139
|
};
|
|
2307
2140
|
QueryPacketAcknowledgementsResponse: {
|
|
2308
2141
|
typeUrl: string;
|
|
2142
|
+
aminoType: string;
|
|
2309
2143
|
encode(message: _149.QueryPacketAcknowledgementsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2310
2144
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketAcknowledgementsResponse;
|
|
2311
2145
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketAcknowledgementsResponse>): _149.QueryPacketAcknowledgementsResponse;
|
|
@@ -2319,6 +2153,7 @@ export declare namespace ibc {
|
|
|
2319
2153
|
};
|
|
2320
2154
|
QueryPacketReceiptRequest: {
|
|
2321
2155
|
typeUrl: string;
|
|
2156
|
+
aminoType: string;
|
|
2322
2157
|
encode(message: _149.QueryPacketReceiptRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2323
2158
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketReceiptRequest;
|
|
2324
2159
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketReceiptRequest>): _149.QueryPacketReceiptRequest;
|
|
@@ -2332,6 +2167,7 @@ export declare namespace ibc {
|
|
|
2332
2167
|
};
|
|
2333
2168
|
QueryPacketReceiptResponse: {
|
|
2334
2169
|
typeUrl: string;
|
|
2170
|
+
aminoType: string;
|
|
2335
2171
|
encode(message: _149.QueryPacketReceiptResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2336
2172
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryPacketReceiptResponse;
|
|
2337
2173
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryPacketReceiptResponse>): _149.QueryPacketReceiptResponse;
|
|
@@ -2345,6 +2181,7 @@ export declare namespace ibc {
|
|
|
2345
2181
|
};
|
|
2346
2182
|
QueryUnreceivedPacketsRequest: {
|
|
2347
2183
|
typeUrl: string;
|
|
2184
|
+
aminoType: string;
|
|
2348
2185
|
encode(message: _149.QueryUnreceivedPacketsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2349
2186
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryUnreceivedPacketsRequest;
|
|
2350
2187
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryUnreceivedPacketsRequest>): _149.QueryUnreceivedPacketsRequest;
|
|
@@ -2358,6 +2195,7 @@ export declare namespace ibc {
|
|
|
2358
2195
|
};
|
|
2359
2196
|
QueryUnreceivedPacketsResponse: {
|
|
2360
2197
|
typeUrl: string;
|
|
2198
|
+
aminoType: string;
|
|
2361
2199
|
encode(message: _149.QueryUnreceivedPacketsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2362
2200
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryUnreceivedPacketsResponse;
|
|
2363
2201
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryUnreceivedPacketsResponse>): _149.QueryUnreceivedPacketsResponse;
|
|
@@ -2371,6 +2209,7 @@ export declare namespace ibc {
|
|
|
2371
2209
|
};
|
|
2372
2210
|
QueryUnreceivedAcksRequest: {
|
|
2373
2211
|
typeUrl: string;
|
|
2212
|
+
aminoType: string;
|
|
2374
2213
|
encode(message: _149.QueryUnreceivedAcksRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2375
2214
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryUnreceivedAcksRequest;
|
|
2376
2215
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryUnreceivedAcksRequest>): _149.QueryUnreceivedAcksRequest;
|
|
@@ -2384,6 +2223,7 @@ export declare namespace ibc {
|
|
|
2384
2223
|
};
|
|
2385
2224
|
QueryUnreceivedAcksResponse: {
|
|
2386
2225
|
typeUrl: string;
|
|
2226
|
+
aminoType: string;
|
|
2387
2227
|
encode(message: _149.QueryUnreceivedAcksResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2388
2228
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _149.QueryUnreceivedAcksResponse;
|
|
2389
2229
|
fromPartial(object: import("../helpers").DeepPartial<_149.QueryUnreceivedAcksResponse>): _149.QueryUnreceivedAcksResponse;
|
|
@@ -2398,10 +2238,10 @@ export declare namespace ibc {
|
|
|
2398
2238
|
packetStatusFromJSON(object: any): _148.PacketStatus;
|
|
2399
2239
|
packetStatusToJSON(object: _148.PacketStatus): string;
|
|
2400
2240
|
PacketStatus: typeof _148.PacketStatus;
|
|
2401
|
-
PacketStatusSDKType: typeof _148.PacketStatus;
|
|
2402
2241
|
PacketStatusAmino: typeof _148.PacketStatus;
|
|
2403
2242
|
Packet: {
|
|
2404
2243
|
typeUrl: string;
|
|
2244
|
+
aminoType: string;
|
|
2405
2245
|
encode(message: _148.Packet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2406
2246
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _148.Packet;
|
|
2407
2247
|
fromPartial(object: import("../helpers").DeepPartial<_148.Packet>): _148.Packet;
|
|
@@ -2415,6 +2255,7 @@ export declare namespace ibc {
|
|
|
2415
2255
|
};
|
|
2416
2256
|
Payload: {
|
|
2417
2257
|
typeUrl: string;
|
|
2258
|
+
aminoType: string;
|
|
2418
2259
|
encode(message: _148.Payload, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2419
2260
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _148.Payload;
|
|
2420
2261
|
fromPartial(object: import("../helpers").DeepPartial<_148.Payload>): _148.Payload;
|
|
@@ -2428,6 +2269,7 @@ export declare namespace ibc {
|
|
|
2428
2269
|
};
|
|
2429
2270
|
Acknowledgement: {
|
|
2430
2271
|
typeUrl: string;
|
|
2272
|
+
aminoType: string;
|
|
2431
2273
|
encode(message: _148.Acknowledgement, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2432
2274
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _148.Acknowledgement;
|
|
2433
2275
|
fromPartial(object: import("../helpers").DeepPartial<_148.Acknowledgement>): _148.Acknowledgement;
|
|
@@ -2441,6 +2283,7 @@ export declare namespace ibc {
|
|
|
2441
2283
|
};
|
|
2442
2284
|
RecvPacketResult: {
|
|
2443
2285
|
typeUrl: string;
|
|
2286
|
+
aminoType: string;
|
|
2444
2287
|
encode(message: _148.RecvPacketResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2445
2288
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _148.RecvPacketResult;
|
|
2446
2289
|
fromPartial(object: import("../helpers").DeepPartial<_148.RecvPacketResult>): _148.RecvPacketResult;
|
|
@@ -2454,6 +2297,7 @@ export declare namespace ibc {
|
|
|
2454
2297
|
};
|
|
2455
2298
|
GenesisState: {
|
|
2456
2299
|
typeUrl: string;
|
|
2300
|
+
aminoType: string;
|
|
2457
2301
|
encode(message: _147.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2458
2302
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _147.GenesisState;
|
|
2459
2303
|
fromPartial(object: import("../helpers").DeepPartial<_147.GenesisState>): _147.GenesisState;
|
|
@@ -2467,6 +2311,7 @@ export declare namespace ibc {
|
|
|
2467
2311
|
};
|
|
2468
2312
|
PacketState: {
|
|
2469
2313
|
typeUrl: string;
|
|
2314
|
+
aminoType: string;
|
|
2470
2315
|
encode(message: _147.PacketState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2471
2316
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _147.PacketState;
|
|
2472
2317
|
fromPartial(object: import("../helpers").DeepPartial<_147.PacketState>): _147.PacketState;
|
|
@@ -2480,6 +2325,7 @@ export declare namespace ibc {
|
|
|
2480
2325
|
};
|
|
2481
2326
|
PacketSequence: {
|
|
2482
2327
|
typeUrl: string;
|
|
2328
|
+
aminoType: string;
|
|
2483
2329
|
encode(message: _147.PacketSequence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2484
2330
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _147.PacketSequence;
|
|
2485
2331
|
fromPartial(object: import("../helpers").DeepPartial<_147.PacketSequence>): _147.PacketSequence;
|
|
@@ -2496,6 +2342,7 @@ export declare namespace ibc {
|
|
|
2496
2342
|
namespace client {
|
|
2497
2343
|
const v1: {
|
|
2498
2344
|
MsgClientImpl: typeof _322.MsgClientImpl;
|
|
2345
|
+
createClientImpl: (rpc: import("..").TxRpc) => _322.MsgClientImpl;
|
|
2499
2346
|
QueryClientImpl: typeof _313.QueryClientImpl;
|
|
2500
2347
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
2501
2348
|
clientState(request: _153.QueryClientStateRequest): Promise<_153.QueryClientStateResponse>;
|
|
@@ -2512,111 +2359,6 @@ export declare namespace ibc {
|
|
|
2512
2359
|
};
|
|
2513
2360
|
LCDQueryClient: typeof _304.LCDQueryClient;
|
|
2514
2361
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
2515
|
-
load: (protoRegistry: Registry) => void;
|
|
2516
|
-
MessageComposer: {
|
|
2517
|
-
encoded: {
|
|
2518
|
-
createClient(value: _154.MsgCreateClient): {
|
|
2519
|
-
typeUrl: string;
|
|
2520
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2521
|
-
};
|
|
2522
|
-
updateClient(value: _154.MsgUpdateClient): {
|
|
2523
|
-
typeUrl: string;
|
|
2524
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2525
|
-
};
|
|
2526
|
-
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2527
|
-
typeUrl: string;
|
|
2528
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2529
|
-
};
|
|
2530
|
-
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2531
|
-
typeUrl: string;
|
|
2532
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2533
|
-
};
|
|
2534
|
-
recoverClient(value: _154.MsgRecoverClient): {
|
|
2535
|
-
typeUrl: string;
|
|
2536
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2537
|
-
};
|
|
2538
|
-
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2539
|
-
typeUrl: string;
|
|
2540
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2541
|
-
};
|
|
2542
|
-
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2543
|
-
typeUrl: string;
|
|
2544
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2545
|
-
};
|
|
2546
|
-
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2547
|
-
typeUrl: string;
|
|
2548
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
2549
|
-
};
|
|
2550
|
-
};
|
|
2551
|
-
withTypeUrl: {
|
|
2552
|
-
createClient(value: _154.MsgCreateClient): {
|
|
2553
|
-
typeUrl: string;
|
|
2554
|
-
value: _154.MsgCreateClient;
|
|
2555
|
-
};
|
|
2556
|
-
updateClient(value: _154.MsgUpdateClient): {
|
|
2557
|
-
typeUrl: string;
|
|
2558
|
-
value: _154.MsgUpdateClient;
|
|
2559
|
-
};
|
|
2560
|
-
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2561
|
-
typeUrl: string;
|
|
2562
|
-
value: _154.MsgUpgradeClient;
|
|
2563
|
-
};
|
|
2564
|
-
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2565
|
-
typeUrl: string;
|
|
2566
|
-
value: _154.MsgSubmitMisbehaviour;
|
|
2567
|
-
};
|
|
2568
|
-
recoverClient(value: _154.MsgRecoverClient): {
|
|
2569
|
-
typeUrl: string;
|
|
2570
|
-
value: _154.MsgRecoverClient;
|
|
2571
|
-
};
|
|
2572
|
-
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2573
|
-
typeUrl: string;
|
|
2574
|
-
value: _154.MsgIBCSoftwareUpgrade;
|
|
2575
|
-
};
|
|
2576
|
-
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2577
|
-
typeUrl: string;
|
|
2578
|
-
value: _154.MsgUpdateParams;
|
|
2579
|
-
};
|
|
2580
|
-
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2581
|
-
typeUrl: string;
|
|
2582
|
-
value: _154.MsgDeleteClientCreator;
|
|
2583
|
-
};
|
|
2584
|
-
};
|
|
2585
|
-
fromPartial: {
|
|
2586
|
-
createClient(value: _154.MsgCreateClient): {
|
|
2587
|
-
typeUrl: string;
|
|
2588
|
-
value: _154.MsgCreateClient;
|
|
2589
|
-
};
|
|
2590
|
-
updateClient(value: _154.MsgUpdateClient): {
|
|
2591
|
-
typeUrl: string;
|
|
2592
|
-
value: _154.MsgUpdateClient;
|
|
2593
|
-
};
|
|
2594
|
-
upgradeClient(value: _154.MsgUpgradeClient): {
|
|
2595
|
-
typeUrl: string;
|
|
2596
|
-
value: _154.MsgUpgradeClient;
|
|
2597
|
-
};
|
|
2598
|
-
submitMisbehaviour(value: _154.MsgSubmitMisbehaviour): {
|
|
2599
|
-
typeUrl: string;
|
|
2600
|
-
value: _154.MsgSubmitMisbehaviour;
|
|
2601
|
-
};
|
|
2602
|
-
recoverClient(value: _154.MsgRecoverClient): {
|
|
2603
|
-
typeUrl: string;
|
|
2604
|
-
value: _154.MsgRecoverClient;
|
|
2605
|
-
};
|
|
2606
|
-
iBCSoftwareUpgrade(value: _154.MsgIBCSoftwareUpgrade): {
|
|
2607
|
-
typeUrl: string;
|
|
2608
|
-
value: _154.MsgIBCSoftwareUpgrade;
|
|
2609
|
-
};
|
|
2610
|
-
updateClientParams(value: _154.MsgUpdateParams): {
|
|
2611
|
-
typeUrl: string;
|
|
2612
|
-
value: _154.MsgUpdateParams;
|
|
2613
|
-
};
|
|
2614
|
-
deleteClientCreator(value: _154.MsgDeleteClientCreator): {
|
|
2615
|
-
typeUrl: string;
|
|
2616
|
-
value: _154.MsgDeleteClientCreator;
|
|
2617
|
-
};
|
|
2618
|
-
};
|
|
2619
|
-
};
|
|
2620
2362
|
AminoConverter: {
|
|
2621
2363
|
"/ibc.core.client.v1.MsgCreateClient": {
|
|
2622
2364
|
aminoType: string;
|
|
@@ -2661,6 +2403,7 @@ export declare namespace ibc {
|
|
|
2661
2403
|
};
|
|
2662
2404
|
MsgCreateClient: {
|
|
2663
2405
|
typeUrl: string;
|
|
2406
|
+
aminoType: string;
|
|
2664
2407
|
encode(message: _154.MsgCreateClient, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2665
2408
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgCreateClient;
|
|
2666
2409
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgCreateClient>): _154.MsgCreateClient;
|
|
@@ -2674,6 +2417,7 @@ export declare namespace ibc {
|
|
|
2674
2417
|
};
|
|
2675
2418
|
MsgCreateClientResponse: {
|
|
2676
2419
|
typeUrl: string;
|
|
2420
|
+
aminoType: string;
|
|
2677
2421
|
encode(message: _154.MsgCreateClientResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2678
2422
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgCreateClientResponse;
|
|
2679
2423
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgCreateClientResponse>): _154.MsgCreateClientResponse;
|
|
@@ -2687,6 +2431,7 @@ export declare namespace ibc {
|
|
|
2687
2431
|
};
|
|
2688
2432
|
MsgUpdateClient: {
|
|
2689
2433
|
typeUrl: string;
|
|
2434
|
+
aminoType: string;
|
|
2690
2435
|
encode(message: _154.MsgUpdateClient, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2691
2436
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpdateClient;
|
|
2692
2437
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgUpdateClient>): _154.MsgUpdateClient;
|
|
@@ -2700,6 +2445,7 @@ export declare namespace ibc {
|
|
|
2700
2445
|
};
|
|
2701
2446
|
MsgUpdateClientResponse: {
|
|
2702
2447
|
typeUrl: string;
|
|
2448
|
+
aminoType: string;
|
|
2703
2449
|
encode(_: _154.MsgUpdateClientResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2704
2450
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpdateClientResponse;
|
|
2705
2451
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgUpdateClientResponse>): _154.MsgUpdateClientResponse;
|
|
@@ -2713,6 +2459,7 @@ export declare namespace ibc {
|
|
|
2713
2459
|
};
|
|
2714
2460
|
MsgUpgradeClient: {
|
|
2715
2461
|
typeUrl: string;
|
|
2462
|
+
aminoType: string;
|
|
2716
2463
|
encode(message: _154.MsgUpgradeClient, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2717
2464
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpgradeClient;
|
|
2718
2465
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgUpgradeClient>): _154.MsgUpgradeClient;
|
|
@@ -2726,6 +2473,7 @@ export declare namespace ibc {
|
|
|
2726
2473
|
};
|
|
2727
2474
|
MsgUpgradeClientResponse: {
|
|
2728
2475
|
typeUrl: string;
|
|
2476
|
+
aminoType: string;
|
|
2729
2477
|
encode(_: _154.MsgUpgradeClientResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2730
2478
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpgradeClientResponse;
|
|
2731
2479
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgUpgradeClientResponse>): _154.MsgUpgradeClientResponse;
|
|
@@ -2739,6 +2487,7 @@ export declare namespace ibc {
|
|
|
2739
2487
|
};
|
|
2740
2488
|
MsgSubmitMisbehaviour: {
|
|
2741
2489
|
typeUrl: string;
|
|
2490
|
+
aminoType: string;
|
|
2742
2491
|
encode(message: _154.MsgSubmitMisbehaviour, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2743
2492
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgSubmitMisbehaviour;
|
|
2744
2493
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgSubmitMisbehaviour>): _154.MsgSubmitMisbehaviour;
|
|
@@ -2752,6 +2501,7 @@ export declare namespace ibc {
|
|
|
2752
2501
|
};
|
|
2753
2502
|
MsgSubmitMisbehaviourResponse: {
|
|
2754
2503
|
typeUrl: string;
|
|
2504
|
+
aminoType: string;
|
|
2755
2505
|
encode(_: _154.MsgSubmitMisbehaviourResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2756
2506
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgSubmitMisbehaviourResponse;
|
|
2757
2507
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgSubmitMisbehaviourResponse>): _154.MsgSubmitMisbehaviourResponse;
|
|
@@ -2765,6 +2515,7 @@ export declare namespace ibc {
|
|
|
2765
2515
|
};
|
|
2766
2516
|
MsgRecoverClient: {
|
|
2767
2517
|
typeUrl: string;
|
|
2518
|
+
aminoType: string;
|
|
2768
2519
|
encode(message: _154.MsgRecoverClient, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2769
2520
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgRecoverClient;
|
|
2770
2521
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgRecoverClient>): _154.MsgRecoverClient;
|
|
@@ -2778,6 +2529,7 @@ export declare namespace ibc {
|
|
|
2778
2529
|
};
|
|
2779
2530
|
MsgRecoverClientResponse: {
|
|
2780
2531
|
typeUrl: string;
|
|
2532
|
+
aminoType: string;
|
|
2781
2533
|
encode(_: _154.MsgRecoverClientResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2782
2534
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgRecoverClientResponse;
|
|
2783
2535
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgRecoverClientResponse>): _154.MsgRecoverClientResponse;
|
|
@@ -2791,6 +2543,7 @@ export declare namespace ibc {
|
|
|
2791
2543
|
};
|
|
2792
2544
|
MsgIBCSoftwareUpgrade: {
|
|
2793
2545
|
typeUrl: string;
|
|
2546
|
+
aminoType: string;
|
|
2794
2547
|
encode(message: _154.MsgIBCSoftwareUpgrade, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2795
2548
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgIBCSoftwareUpgrade;
|
|
2796
2549
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgIBCSoftwareUpgrade>): _154.MsgIBCSoftwareUpgrade;
|
|
@@ -2804,6 +2557,7 @@ export declare namespace ibc {
|
|
|
2804
2557
|
};
|
|
2805
2558
|
MsgIBCSoftwareUpgradeResponse: {
|
|
2806
2559
|
typeUrl: string;
|
|
2560
|
+
aminoType: string;
|
|
2807
2561
|
encode(_: _154.MsgIBCSoftwareUpgradeResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2808
2562
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgIBCSoftwareUpgradeResponse;
|
|
2809
2563
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgIBCSoftwareUpgradeResponse>): _154.MsgIBCSoftwareUpgradeResponse;
|
|
@@ -2817,6 +2571,7 @@ export declare namespace ibc {
|
|
|
2817
2571
|
};
|
|
2818
2572
|
MsgUpdateParams: {
|
|
2819
2573
|
typeUrl: string;
|
|
2574
|
+
aminoType: string;
|
|
2820
2575
|
encode(message: _154.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2821
2576
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpdateParams;
|
|
2822
2577
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgUpdateParams>): _154.MsgUpdateParams;
|
|
@@ -2830,6 +2585,7 @@ export declare namespace ibc {
|
|
|
2830
2585
|
};
|
|
2831
2586
|
MsgUpdateParamsResponse: {
|
|
2832
2587
|
typeUrl: string;
|
|
2588
|
+
aminoType: string;
|
|
2833
2589
|
encode(_: _154.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2834
2590
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgUpdateParamsResponse;
|
|
2835
2591
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgUpdateParamsResponse>): _154.MsgUpdateParamsResponse;
|
|
@@ -2843,6 +2599,7 @@ export declare namespace ibc {
|
|
|
2843
2599
|
};
|
|
2844
2600
|
MsgDeleteClientCreator: {
|
|
2845
2601
|
typeUrl: string;
|
|
2602
|
+
aminoType: string;
|
|
2846
2603
|
encode(message: _154.MsgDeleteClientCreator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2847
2604
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgDeleteClientCreator;
|
|
2848
2605
|
fromPartial(object: import("../helpers").DeepPartial<_154.MsgDeleteClientCreator>): _154.MsgDeleteClientCreator;
|
|
@@ -2856,6 +2613,7 @@ export declare namespace ibc {
|
|
|
2856
2613
|
};
|
|
2857
2614
|
MsgDeleteClientCreatorResponse: {
|
|
2858
2615
|
typeUrl: string;
|
|
2616
|
+
aminoType: string;
|
|
2859
2617
|
encode(_: _154.MsgDeleteClientCreatorResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2860
2618
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _154.MsgDeleteClientCreatorResponse;
|
|
2861
2619
|
fromPartial(_: import("../helpers").DeepPartial<_154.MsgDeleteClientCreatorResponse>): _154.MsgDeleteClientCreatorResponse;
|
|
@@ -2869,6 +2627,7 @@ export declare namespace ibc {
|
|
|
2869
2627
|
};
|
|
2870
2628
|
QueryClientStateRequest: {
|
|
2871
2629
|
typeUrl: string;
|
|
2630
|
+
aminoType: string;
|
|
2872
2631
|
encode(message: _153.QueryClientStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2873
2632
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStateRequest;
|
|
2874
2633
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStateRequest>): _153.QueryClientStateRequest;
|
|
@@ -2882,6 +2641,7 @@ export declare namespace ibc {
|
|
|
2882
2641
|
};
|
|
2883
2642
|
QueryClientStateResponse: {
|
|
2884
2643
|
typeUrl: string;
|
|
2644
|
+
aminoType: string;
|
|
2885
2645
|
encode(message: _153.QueryClientStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2886
2646
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStateResponse;
|
|
2887
2647
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStateResponse>): _153.QueryClientStateResponse;
|
|
@@ -2895,6 +2655,7 @@ export declare namespace ibc {
|
|
|
2895
2655
|
};
|
|
2896
2656
|
QueryClientStatesRequest: {
|
|
2897
2657
|
typeUrl: string;
|
|
2658
|
+
aminoType: string;
|
|
2898
2659
|
encode(message: _153.QueryClientStatesRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2899
2660
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStatesRequest;
|
|
2900
2661
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStatesRequest>): _153.QueryClientStatesRequest;
|
|
@@ -2908,6 +2669,7 @@ export declare namespace ibc {
|
|
|
2908
2669
|
};
|
|
2909
2670
|
QueryClientStatesResponse: {
|
|
2910
2671
|
typeUrl: string;
|
|
2672
|
+
aminoType: string;
|
|
2911
2673
|
encode(message: _153.QueryClientStatesResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2912
2674
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStatesResponse;
|
|
2913
2675
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStatesResponse>): _153.QueryClientStatesResponse;
|
|
@@ -2921,6 +2683,7 @@ export declare namespace ibc {
|
|
|
2921
2683
|
};
|
|
2922
2684
|
QueryConsensusStateRequest: {
|
|
2923
2685
|
typeUrl: string;
|
|
2686
|
+
aminoType: string;
|
|
2924
2687
|
encode(message: _153.QueryConsensusStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2925
2688
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStateRequest;
|
|
2926
2689
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStateRequest>): _153.QueryConsensusStateRequest;
|
|
@@ -2934,6 +2697,7 @@ export declare namespace ibc {
|
|
|
2934
2697
|
};
|
|
2935
2698
|
QueryConsensusStateResponse: {
|
|
2936
2699
|
typeUrl: string;
|
|
2700
|
+
aminoType: string;
|
|
2937
2701
|
encode(message: _153.QueryConsensusStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2938
2702
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStateResponse;
|
|
2939
2703
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStateResponse>): _153.QueryConsensusStateResponse;
|
|
@@ -2947,6 +2711,7 @@ export declare namespace ibc {
|
|
|
2947
2711
|
};
|
|
2948
2712
|
QueryConsensusStatesRequest: {
|
|
2949
2713
|
typeUrl: string;
|
|
2714
|
+
aminoType: string;
|
|
2950
2715
|
encode(message: _153.QueryConsensusStatesRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2951
2716
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStatesRequest;
|
|
2952
2717
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStatesRequest>): _153.QueryConsensusStatesRequest;
|
|
@@ -2960,6 +2725,7 @@ export declare namespace ibc {
|
|
|
2960
2725
|
};
|
|
2961
2726
|
QueryConsensusStatesResponse: {
|
|
2962
2727
|
typeUrl: string;
|
|
2728
|
+
aminoType: string;
|
|
2963
2729
|
encode(message: _153.QueryConsensusStatesResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2964
2730
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStatesResponse;
|
|
2965
2731
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStatesResponse>): _153.QueryConsensusStatesResponse;
|
|
@@ -2973,6 +2739,7 @@ export declare namespace ibc {
|
|
|
2973
2739
|
};
|
|
2974
2740
|
QueryConsensusStateHeightsRequest: {
|
|
2975
2741
|
typeUrl: string;
|
|
2742
|
+
aminoType: string;
|
|
2976
2743
|
encode(message: _153.QueryConsensusStateHeightsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2977
2744
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStateHeightsRequest;
|
|
2978
2745
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStateHeightsRequest>): _153.QueryConsensusStateHeightsRequest;
|
|
@@ -2986,6 +2753,7 @@ export declare namespace ibc {
|
|
|
2986
2753
|
};
|
|
2987
2754
|
QueryConsensusStateHeightsResponse: {
|
|
2988
2755
|
typeUrl: string;
|
|
2756
|
+
aminoType: string;
|
|
2989
2757
|
encode(message: _153.QueryConsensusStateHeightsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
2990
2758
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryConsensusStateHeightsResponse;
|
|
2991
2759
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryConsensusStateHeightsResponse>): _153.QueryConsensusStateHeightsResponse;
|
|
@@ -2999,6 +2767,7 @@ export declare namespace ibc {
|
|
|
2999
2767
|
};
|
|
3000
2768
|
QueryClientStatusRequest: {
|
|
3001
2769
|
typeUrl: string;
|
|
2770
|
+
aminoType: string;
|
|
3002
2771
|
encode(message: _153.QueryClientStatusRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3003
2772
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStatusRequest;
|
|
3004
2773
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStatusRequest>): _153.QueryClientStatusRequest;
|
|
@@ -3012,6 +2781,7 @@ export declare namespace ibc {
|
|
|
3012
2781
|
};
|
|
3013
2782
|
QueryClientStatusResponse: {
|
|
3014
2783
|
typeUrl: string;
|
|
2784
|
+
aminoType: string;
|
|
3015
2785
|
encode(message: _153.QueryClientStatusResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3016
2786
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientStatusResponse;
|
|
3017
2787
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientStatusResponse>): _153.QueryClientStatusResponse;
|
|
@@ -3025,6 +2795,7 @@ export declare namespace ibc {
|
|
|
3025
2795
|
};
|
|
3026
2796
|
QueryClientParamsRequest: {
|
|
3027
2797
|
typeUrl: string;
|
|
2798
|
+
aminoType: string;
|
|
3028
2799
|
encode(_: _153.QueryClientParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3029
2800
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientParamsRequest;
|
|
3030
2801
|
fromPartial(_: import("../helpers").DeepPartial<_153.QueryClientParamsRequest>): _153.QueryClientParamsRequest;
|
|
@@ -3038,6 +2809,7 @@ export declare namespace ibc {
|
|
|
3038
2809
|
};
|
|
3039
2810
|
QueryClientParamsResponse: {
|
|
3040
2811
|
typeUrl: string;
|
|
2812
|
+
aminoType: string;
|
|
3041
2813
|
encode(message: _153.QueryClientParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3042
2814
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientParamsResponse;
|
|
3043
2815
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientParamsResponse>): _153.QueryClientParamsResponse;
|
|
@@ -3051,6 +2823,7 @@ export declare namespace ibc {
|
|
|
3051
2823
|
};
|
|
3052
2824
|
QueryClientCreatorRequest: {
|
|
3053
2825
|
typeUrl: string;
|
|
2826
|
+
aminoType: string;
|
|
3054
2827
|
encode(message: _153.QueryClientCreatorRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3055
2828
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientCreatorRequest;
|
|
3056
2829
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientCreatorRequest>): _153.QueryClientCreatorRequest;
|
|
@@ -3064,6 +2837,7 @@ export declare namespace ibc {
|
|
|
3064
2837
|
};
|
|
3065
2838
|
QueryClientCreatorResponse: {
|
|
3066
2839
|
typeUrl: string;
|
|
2840
|
+
aminoType: string;
|
|
3067
2841
|
encode(message: _153.QueryClientCreatorResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3068
2842
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryClientCreatorResponse;
|
|
3069
2843
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryClientCreatorResponse>): _153.QueryClientCreatorResponse;
|
|
@@ -3077,6 +2851,7 @@ export declare namespace ibc {
|
|
|
3077
2851
|
};
|
|
3078
2852
|
QueryUpgradedClientStateRequest: {
|
|
3079
2853
|
typeUrl: string;
|
|
2854
|
+
aminoType: string;
|
|
3080
2855
|
encode(_: _153.QueryUpgradedClientStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3081
2856
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryUpgradedClientStateRequest;
|
|
3082
2857
|
fromPartial(_: import("../helpers").DeepPartial<_153.QueryUpgradedClientStateRequest>): _153.QueryUpgradedClientStateRequest;
|
|
@@ -3090,6 +2865,7 @@ export declare namespace ibc {
|
|
|
3090
2865
|
};
|
|
3091
2866
|
QueryUpgradedClientStateResponse: {
|
|
3092
2867
|
typeUrl: string;
|
|
2868
|
+
aminoType: string;
|
|
3093
2869
|
encode(message: _153.QueryUpgradedClientStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3094
2870
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryUpgradedClientStateResponse;
|
|
3095
2871
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryUpgradedClientStateResponse>): _153.QueryUpgradedClientStateResponse;
|
|
@@ -3103,6 +2879,7 @@ export declare namespace ibc {
|
|
|
3103
2879
|
};
|
|
3104
2880
|
QueryUpgradedConsensusStateRequest: {
|
|
3105
2881
|
typeUrl: string;
|
|
2882
|
+
aminoType: string;
|
|
3106
2883
|
encode(_: _153.QueryUpgradedConsensusStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3107
2884
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryUpgradedConsensusStateRequest;
|
|
3108
2885
|
fromPartial(_: import("../helpers").DeepPartial<_153.QueryUpgradedConsensusStateRequest>): _153.QueryUpgradedConsensusStateRequest;
|
|
@@ -3116,6 +2893,7 @@ export declare namespace ibc {
|
|
|
3116
2893
|
};
|
|
3117
2894
|
QueryUpgradedConsensusStateResponse: {
|
|
3118
2895
|
typeUrl: string;
|
|
2896
|
+
aminoType: string;
|
|
3119
2897
|
encode(message: _153.QueryUpgradedConsensusStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3120
2898
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryUpgradedConsensusStateResponse;
|
|
3121
2899
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryUpgradedConsensusStateResponse>): _153.QueryUpgradedConsensusStateResponse;
|
|
@@ -3129,6 +2907,7 @@ export declare namespace ibc {
|
|
|
3129
2907
|
};
|
|
3130
2908
|
QueryVerifyMembershipRequest: {
|
|
3131
2909
|
typeUrl: string;
|
|
2910
|
+
aminoType: string;
|
|
3132
2911
|
encode(message: _153.QueryVerifyMembershipRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3133
2912
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryVerifyMembershipRequest;
|
|
3134
2913
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryVerifyMembershipRequest>): _153.QueryVerifyMembershipRequest;
|
|
@@ -3142,6 +2921,7 @@ export declare namespace ibc {
|
|
|
3142
2921
|
};
|
|
3143
2922
|
QueryVerifyMembershipResponse: {
|
|
3144
2923
|
typeUrl: string;
|
|
2924
|
+
aminoType: string;
|
|
3145
2925
|
encode(message: _153.QueryVerifyMembershipResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3146
2926
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _153.QueryVerifyMembershipResponse;
|
|
3147
2927
|
fromPartial(object: import("../helpers").DeepPartial<_153.QueryVerifyMembershipResponse>): _153.QueryVerifyMembershipResponse;
|
|
@@ -3155,6 +2935,7 @@ export declare namespace ibc {
|
|
|
3155
2935
|
};
|
|
3156
2936
|
GenesisState: {
|
|
3157
2937
|
typeUrl: string;
|
|
2938
|
+
aminoType: string;
|
|
3158
2939
|
encode(message: _152.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3159
2940
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _152.GenesisState;
|
|
3160
2941
|
fromPartial(object: import("../helpers").DeepPartial<_152.GenesisState>): _152.GenesisState;
|
|
@@ -3168,6 +2949,7 @@ export declare namespace ibc {
|
|
|
3168
2949
|
};
|
|
3169
2950
|
GenesisMetadata: {
|
|
3170
2951
|
typeUrl: string;
|
|
2952
|
+
aminoType: string;
|
|
3171
2953
|
encode(message: _152.GenesisMetadata, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3172
2954
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _152.GenesisMetadata;
|
|
3173
2955
|
fromPartial(object: import("../helpers").DeepPartial<_152.GenesisMetadata>): _152.GenesisMetadata;
|
|
@@ -3181,6 +2963,7 @@ export declare namespace ibc {
|
|
|
3181
2963
|
};
|
|
3182
2964
|
IdentifiedGenesisMetadata: {
|
|
3183
2965
|
typeUrl: string;
|
|
2966
|
+
aminoType: string;
|
|
3184
2967
|
encode(message: _152.IdentifiedGenesisMetadata, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3185
2968
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _152.IdentifiedGenesisMetadata;
|
|
3186
2969
|
fromPartial(object: import("../helpers").DeepPartial<_152.IdentifiedGenesisMetadata>): _152.IdentifiedGenesisMetadata;
|
|
@@ -3194,6 +2977,7 @@ export declare namespace ibc {
|
|
|
3194
2977
|
};
|
|
3195
2978
|
IdentifiedClientState: {
|
|
3196
2979
|
typeUrl: string;
|
|
2980
|
+
aminoType: string;
|
|
3197
2981
|
encode(message: _151.IdentifiedClientState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3198
2982
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _151.IdentifiedClientState;
|
|
3199
2983
|
fromPartial(object: import("../helpers").DeepPartial<_151.IdentifiedClientState>): _151.IdentifiedClientState;
|
|
@@ -3207,6 +2991,7 @@ export declare namespace ibc {
|
|
|
3207
2991
|
};
|
|
3208
2992
|
ConsensusStateWithHeight: {
|
|
3209
2993
|
typeUrl: string;
|
|
2994
|
+
aminoType: string;
|
|
3210
2995
|
encode(message: _151.ConsensusStateWithHeight, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3211
2996
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _151.ConsensusStateWithHeight;
|
|
3212
2997
|
fromPartial(object: import("../helpers").DeepPartial<_151.ConsensusStateWithHeight>): _151.ConsensusStateWithHeight;
|
|
@@ -3220,6 +3005,7 @@ export declare namespace ibc {
|
|
|
3220
3005
|
};
|
|
3221
3006
|
ClientConsensusStates: {
|
|
3222
3007
|
typeUrl: string;
|
|
3008
|
+
aminoType: string;
|
|
3223
3009
|
encode(message: _151.ClientConsensusStates, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3224
3010
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _151.ClientConsensusStates;
|
|
3225
3011
|
fromPartial(object: import("../helpers").DeepPartial<_151.ClientConsensusStates>): _151.ClientConsensusStates;
|
|
@@ -3233,6 +3019,7 @@ export declare namespace ibc {
|
|
|
3233
3019
|
};
|
|
3234
3020
|
Height: {
|
|
3235
3021
|
typeUrl: string;
|
|
3022
|
+
aminoType: string;
|
|
3236
3023
|
encode(message: _151.Height, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3237
3024
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _151.Height;
|
|
3238
3025
|
fromPartial(object: import("../helpers").DeepPartial<_151.Height>): _151.Height;
|
|
@@ -3246,6 +3033,7 @@ export declare namespace ibc {
|
|
|
3246
3033
|
};
|
|
3247
3034
|
Params: {
|
|
3248
3035
|
typeUrl: string;
|
|
3036
|
+
aminoType: string;
|
|
3249
3037
|
encode(message: _151.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3250
3038
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _151.Params;
|
|
3251
3039
|
fromPartial(object: import("../helpers").DeepPartial<_151.Params>): _151.Params;
|
|
@@ -3260,6 +3048,7 @@ export declare namespace ibc {
|
|
|
3260
3048
|
};
|
|
3261
3049
|
const v2: {
|
|
3262
3050
|
MsgClientImpl: typeof _323.MsgClientImpl;
|
|
3051
|
+
createClientImpl: (rpc: import("..").TxRpc) => _323.MsgClientImpl;
|
|
3263
3052
|
QueryClientImpl: typeof _314.QueryClientImpl;
|
|
3264
3053
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3265
3054
|
counterpartyInfo(request: _158.QueryCounterpartyInfoRequest): Promise<_158.QueryCounterpartyInfoResponse>;
|
|
@@ -3267,39 +3056,6 @@ export declare namespace ibc {
|
|
|
3267
3056
|
};
|
|
3268
3057
|
LCDQueryClient: typeof _305.LCDQueryClient;
|
|
3269
3058
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3270
|
-
load: (protoRegistry: Registry) => void;
|
|
3271
|
-
MessageComposer: {
|
|
3272
|
-
encoded: {
|
|
3273
|
-
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3274
|
-
typeUrl: string;
|
|
3275
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3276
|
-
};
|
|
3277
|
-
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3278
|
-
typeUrl: string;
|
|
3279
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3280
|
-
};
|
|
3281
|
-
};
|
|
3282
|
-
withTypeUrl: {
|
|
3283
|
-
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3284
|
-
typeUrl: string;
|
|
3285
|
-
value: _159.MsgRegisterCounterparty;
|
|
3286
|
-
};
|
|
3287
|
-
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3288
|
-
typeUrl: string;
|
|
3289
|
-
value: _159.MsgUpdateClientConfig;
|
|
3290
|
-
};
|
|
3291
|
-
};
|
|
3292
|
-
fromPartial: {
|
|
3293
|
-
registerCounterparty(value: _159.MsgRegisterCounterparty): {
|
|
3294
|
-
typeUrl: string;
|
|
3295
|
-
value: _159.MsgRegisterCounterparty;
|
|
3296
|
-
};
|
|
3297
|
-
updateClientConfig(value: _159.MsgUpdateClientConfig): {
|
|
3298
|
-
typeUrl: string;
|
|
3299
|
-
value: _159.MsgUpdateClientConfig;
|
|
3300
|
-
};
|
|
3301
|
-
};
|
|
3302
|
-
};
|
|
3303
3059
|
AminoConverter: {
|
|
3304
3060
|
"/ibc.core.client.v2.MsgRegisterCounterparty": {
|
|
3305
3061
|
aminoType: string;
|
|
@@ -3314,6 +3070,7 @@ export declare namespace ibc {
|
|
|
3314
3070
|
};
|
|
3315
3071
|
MsgRegisterCounterparty: {
|
|
3316
3072
|
typeUrl: string;
|
|
3073
|
+
aminoType: string;
|
|
3317
3074
|
encode(message: _159.MsgRegisterCounterparty, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3318
3075
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.MsgRegisterCounterparty;
|
|
3319
3076
|
fromPartial(object: import("../helpers").DeepPartial<_159.MsgRegisterCounterparty>): _159.MsgRegisterCounterparty;
|
|
@@ -3327,6 +3084,7 @@ export declare namespace ibc {
|
|
|
3327
3084
|
};
|
|
3328
3085
|
MsgRegisterCounterpartyResponse: {
|
|
3329
3086
|
typeUrl: string;
|
|
3087
|
+
aminoType: string;
|
|
3330
3088
|
encode(_: _159.MsgRegisterCounterpartyResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3331
3089
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.MsgRegisterCounterpartyResponse;
|
|
3332
3090
|
fromPartial(_: import("../helpers").DeepPartial<_159.MsgRegisterCounterpartyResponse>): _159.MsgRegisterCounterpartyResponse;
|
|
@@ -3340,6 +3098,7 @@ export declare namespace ibc {
|
|
|
3340
3098
|
};
|
|
3341
3099
|
MsgUpdateClientConfig: {
|
|
3342
3100
|
typeUrl: string;
|
|
3101
|
+
aminoType: string;
|
|
3343
3102
|
encode(message: _159.MsgUpdateClientConfig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3344
3103
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.MsgUpdateClientConfig;
|
|
3345
3104
|
fromPartial(object: import("../helpers").DeepPartial<_159.MsgUpdateClientConfig>): _159.MsgUpdateClientConfig;
|
|
@@ -3353,6 +3112,7 @@ export declare namespace ibc {
|
|
|
3353
3112
|
};
|
|
3354
3113
|
MsgUpdateClientConfigResponse: {
|
|
3355
3114
|
typeUrl: string;
|
|
3115
|
+
aminoType: string;
|
|
3356
3116
|
encode(_: _159.MsgUpdateClientConfigResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3357
3117
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _159.MsgUpdateClientConfigResponse;
|
|
3358
3118
|
fromPartial(_: import("../helpers").DeepPartial<_159.MsgUpdateClientConfigResponse>): _159.MsgUpdateClientConfigResponse;
|
|
@@ -3366,6 +3126,7 @@ export declare namespace ibc {
|
|
|
3366
3126
|
};
|
|
3367
3127
|
QueryCounterpartyInfoRequest: {
|
|
3368
3128
|
typeUrl: string;
|
|
3129
|
+
aminoType: string;
|
|
3369
3130
|
encode(message: _158.QueryCounterpartyInfoRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3370
3131
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.QueryCounterpartyInfoRequest;
|
|
3371
3132
|
fromPartial(object: import("../helpers").DeepPartial<_158.QueryCounterpartyInfoRequest>): _158.QueryCounterpartyInfoRequest;
|
|
@@ -3379,6 +3140,7 @@ export declare namespace ibc {
|
|
|
3379
3140
|
};
|
|
3380
3141
|
QueryCounterpartyInfoResponse: {
|
|
3381
3142
|
typeUrl: string;
|
|
3143
|
+
aminoType: string;
|
|
3382
3144
|
encode(message: _158.QueryCounterpartyInfoResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3383
3145
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.QueryCounterpartyInfoResponse;
|
|
3384
3146
|
fromPartial(object: import("../helpers").DeepPartial<_158.QueryCounterpartyInfoResponse>): _158.QueryCounterpartyInfoResponse;
|
|
@@ -3392,6 +3154,7 @@ export declare namespace ibc {
|
|
|
3392
3154
|
};
|
|
3393
3155
|
QueryConfigRequest: {
|
|
3394
3156
|
typeUrl: string;
|
|
3157
|
+
aminoType: string;
|
|
3395
3158
|
encode(message: _158.QueryConfigRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3396
3159
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.QueryConfigRequest;
|
|
3397
3160
|
fromPartial(object: import("../helpers").DeepPartial<_158.QueryConfigRequest>): _158.QueryConfigRequest;
|
|
@@ -3405,6 +3168,7 @@ export declare namespace ibc {
|
|
|
3405
3168
|
};
|
|
3406
3169
|
QueryConfigResponse: {
|
|
3407
3170
|
typeUrl: string;
|
|
3171
|
+
aminoType: string;
|
|
3408
3172
|
encode(message: _158.QueryConfigResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3409
3173
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _158.QueryConfigResponse;
|
|
3410
3174
|
fromPartial(object: import("../helpers").DeepPartial<_158.QueryConfigResponse>): _158.QueryConfigResponse;
|
|
@@ -3418,6 +3182,7 @@ export declare namespace ibc {
|
|
|
3418
3182
|
};
|
|
3419
3183
|
GenesisCounterpartyInfo: {
|
|
3420
3184
|
typeUrl: string;
|
|
3185
|
+
aminoType: string;
|
|
3421
3186
|
encode(message: _157.GenesisCounterpartyInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3422
3187
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _157.GenesisCounterpartyInfo;
|
|
3423
3188
|
fromPartial(object: import("../helpers").DeepPartial<_157.GenesisCounterpartyInfo>): _157.GenesisCounterpartyInfo;
|
|
@@ -3431,6 +3196,7 @@ export declare namespace ibc {
|
|
|
3431
3196
|
};
|
|
3432
3197
|
GenesisState: {
|
|
3433
3198
|
typeUrl: string;
|
|
3199
|
+
aminoType: string;
|
|
3434
3200
|
encode(message: _157.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3435
3201
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _157.GenesisState;
|
|
3436
3202
|
fromPartial(object: import("../helpers").DeepPartial<_157.GenesisState>): _157.GenesisState;
|
|
@@ -3444,6 +3210,7 @@ export declare namespace ibc {
|
|
|
3444
3210
|
};
|
|
3445
3211
|
CounterpartyInfo: {
|
|
3446
3212
|
typeUrl: string;
|
|
3213
|
+
aminoType: string;
|
|
3447
3214
|
encode(message: _156.CounterpartyInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3448
3215
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _156.CounterpartyInfo;
|
|
3449
3216
|
fromPartial(object: import("../helpers").DeepPartial<_156.CounterpartyInfo>): _156.CounterpartyInfo;
|
|
@@ -3457,6 +3224,7 @@ export declare namespace ibc {
|
|
|
3457
3224
|
};
|
|
3458
3225
|
Config: {
|
|
3459
3226
|
typeUrl: string;
|
|
3227
|
+
aminoType: string;
|
|
3460
3228
|
encode(message: _155.Config, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3461
3229
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _155.Config;
|
|
3462
3230
|
fromPartial(object: import("../helpers").DeepPartial<_155.Config>): _155.Config;
|
|
@@ -3474,6 +3242,7 @@ export declare namespace ibc {
|
|
|
3474
3242
|
const v1: {
|
|
3475
3243
|
MerkleRoot: {
|
|
3476
3244
|
typeUrl: string;
|
|
3245
|
+
aminoType: string;
|
|
3477
3246
|
encode(message: _160.MerkleRoot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3478
3247
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _160.MerkleRoot;
|
|
3479
3248
|
fromPartial(object: import("../helpers").DeepPartial<_160.MerkleRoot>): _160.MerkleRoot;
|
|
@@ -3487,6 +3256,7 @@ export declare namespace ibc {
|
|
|
3487
3256
|
};
|
|
3488
3257
|
MerklePrefix: {
|
|
3489
3258
|
typeUrl: string;
|
|
3259
|
+
aminoType: string;
|
|
3490
3260
|
encode(message: _160.MerklePrefix, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3491
3261
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _160.MerklePrefix;
|
|
3492
3262
|
fromPartial(object: import("../helpers").DeepPartial<_160.MerklePrefix>): _160.MerklePrefix;
|
|
@@ -3500,6 +3270,7 @@ export declare namespace ibc {
|
|
|
3500
3270
|
};
|
|
3501
3271
|
MerkleProof: {
|
|
3502
3272
|
typeUrl: string;
|
|
3273
|
+
aminoType: string;
|
|
3503
3274
|
encode(message: _160.MerkleProof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3504
3275
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _160.MerkleProof;
|
|
3505
3276
|
fromPartial(object: import("../helpers").DeepPartial<_160.MerkleProof>): _160.MerkleProof;
|
|
@@ -3515,6 +3286,7 @@ export declare namespace ibc {
|
|
|
3515
3286
|
const v2: {
|
|
3516
3287
|
MerklePath: {
|
|
3517
3288
|
typeUrl: string;
|
|
3289
|
+
aminoType: string;
|
|
3518
3290
|
encode(message: _161.MerklePath, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3519
3291
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _161.MerklePath;
|
|
3520
3292
|
fromPartial(object: import("../helpers").DeepPartial<_161.MerklePath>): _161.MerklePath;
|
|
@@ -3531,6 +3303,7 @@ export declare namespace ibc {
|
|
|
3531
3303
|
namespace connection {
|
|
3532
3304
|
const v1: {
|
|
3533
3305
|
MsgClientImpl: typeof _324.MsgClientImpl;
|
|
3306
|
+
createClientImpl: (rpc: import("..").TxRpc) => _324.MsgClientImpl;
|
|
3534
3307
|
QueryClientImpl: typeof _315.QueryClientImpl;
|
|
3535
3308
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
3536
3309
|
connection(request: _164.QueryConnectionRequest): Promise<_164.QueryConnectionResponse>;
|
|
@@ -3542,75 +3315,6 @@ export declare namespace ibc {
|
|
|
3542
3315
|
};
|
|
3543
3316
|
LCDQueryClient: typeof _306.LCDQueryClient;
|
|
3544
3317
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
3545
|
-
load: (protoRegistry: Registry) => void;
|
|
3546
|
-
MessageComposer: {
|
|
3547
|
-
encoded: {
|
|
3548
|
-
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3549
|
-
typeUrl: string;
|
|
3550
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3551
|
-
};
|
|
3552
|
-
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3553
|
-
typeUrl: string;
|
|
3554
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3555
|
-
};
|
|
3556
|
-
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3557
|
-
typeUrl: string;
|
|
3558
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3559
|
-
};
|
|
3560
|
-
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3561
|
-
typeUrl: string;
|
|
3562
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3563
|
-
};
|
|
3564
|
-
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3565
|
-
typeUrl: string;
|
|
3566
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
3567
|
-
};
|
|
3568
|
-
};
|
|
3569
|
-
withTypeUrl: {
|
|
3570
|
-
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3571
|
-
typeUrl: string;
|
|
3572
|
-
value: _165.MsgConnectionOpenInit;
|
|
3573
|
-
};
|
|
3574
|
-
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3575
|
-
typeUrl: string;
|
|
3576
|
-
value: _165.MsgConnectionOpenTry;
|
|
3577
|
-
};
|
|
3578
|
-
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3579
|
-
typeUrl: string;
|
|
3580
|
-
value: _165.MsgConnectionOpenAck;
|
|
3581
|
-
};
|
|
3582
|
-
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3583
|
-
typeUrl: string;
|
|
3584
|
-
value: _165.MsgConnectionOpenConfirm;
|
|
3585
|
-
};
|
|
3586
|
-
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3587
|
-
typeUrl: string;
|
|
3588
|
-
value: _165.MsgUpdateParams;
|
|
3589
|
-
};
|
|
3590
|
-
};
|
|
3591
|
-
fromPartial: {
|
|
3592
|
-
connectionOpenInit(value: _165.MsgConnectionOpenInit): {
|
|
3593
|
-
typeUrl: string;
|
|
3594
|
-
value: _165.MsgConnectionOpenInit;
|
|
3595
|
-
};
|
|
3596
|
-
connectionOpenTry(value: _165.MsgConnectionOpenTry): {
|
|
3597
|
-
typeUrl: string;
|
|
3598
|
-
value: _165.MsgConnectionOpenTry;
|
|
3599
|
-
};
|
|
3600
|
-
connectionOpenAck(value: _165.MsgConnectionOpenAck): {
|
|
3601
|
-
typeUrl: string;
|
|
3602
|
-
value: _165.MsgConnectionOpenAck;
|
|
3603
|
-
};
|
|
3604
|
-
connectionOpenConfirm(value: _165.MsgConnectionOpenConfirm): {
|
|
3605
|
-
typeUrl: string;
|
|
3606
|
-
value: _165.MsgConnectionOpenConfirm;
|
|
3607
|
-
};
|
|
3608
|
-
updateConnectionParams(value: _165.MsgUpdateParams): {
|
|
3609
|
-
typeUrl: string;
|
|
3610
|
-
value: _165.MsgUpdateParams;
|
|
3611
|
-
};
|
|
3612
|
-
};
|
|
3613
|
-
};
|
|
3614
3318
|
AminoConverter: {
|
|
3615
3319
|
"/ibc.core.connection.v1.MsgConnectionOpenInit": {
|
|
3616
3320
|
aminoType: string;
|
|
@@ -3640,6 +3344,7 @@ export declare namespace ibc {
|
|
|
3640
3344
|
};
|
|
3641
3345
|
MsgConnectionOpenInit: {
|
|
3642
3346
|
typeUrl: string;
|
|
3347
|
+
aminoType: string;
|
|
3643
3348
|
encode(message: _165.MsgConnectionOpenInit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3644
3349
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenInit;
|
|
3645
3350
|
fromPartial(object: import("../helpers").DeepPartial<_165.MsgConnectionOpenInit>): _165.MsgConnectionOpenInit;
|
|
@@ -3653,6 +3358,7 @@ export declare namespace ibc {
|
|
|
3653
3358
|
};
|
|
3654
3359
|
MsgConnectionOpenInitResponse: {
|
|
3655
3360
|
typeUrl: string;
|
|
3361
|
+
aminoType: string;
|
|
3656
3362
|
encode(_: _165.MsgConnectionOpenInitResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3657
3363
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenInitResponse;
|
|
3658
3364
|
fromPartial(_: import("../helpers").DeepPartial<_165.MsgConnectionOpenInitResponse>): _165.MsgConnectionOpenInitResponse;
|
|
@@ -3666,6 +3372,7 @@ export declare namespace ibc {
|
|
|
3666
3372
|
};
|
|
3667
3373
|
MsgConnectionOpenTry: {
|
|
3668
3374
|
typeUrl: string;
|
|
3375
|
+
aminoType: string;
|
|
3669
3376
|
encode(message: _165.MsgConnectionOpenTry, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3670
3377
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenTry;
|
|
3671
3378
|
fromPartial(object: import("../helpers").DeepPartial<_165.MsgConnectionOpenTry>): _165.MsgConnectionOpenTry;
|
|
@@ -3679,6 +3386,7 @@ export declare namespace ibc {
|
|
|
3679
3386
|
};
|
|
3680
3387
|
MsgConnectionOpenTryResponse: {
|
|
3681
3388
|
typeUrl: string;
|
|
3389
|
+
aminoType: string;
|
|
3682
3390
|
encode(_: _165.MsgConnectionOpenTryResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3683
3391
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenTryResponse;
|
|
3684
3392
|
fromPartial(_: import("../helpers").DeepPartial<_165.MsgConnectionOpenTryResponse>): _165.MsgConnectionOpenTryResponse;
|
|
@@ -3692,6 +3400,7 @@ export declare namespace ibc {
|
|
|
3692
3400
|
};
|
|
3693
3401
|
MsgConnectionOpenAck: {
|
|
3694
3402
|
typeUrl: string;
|
|
3403
|
+
aminoType: string;
|
|
3695
3404
|
encode(message: _165.MsgConnectionOpenAck, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3696
3405
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenAck;
|
|
3697
3406
|
fromPartial(object: import("../helpers").DeepPartial<_165.MsgConnectionOpenAck>): _165.MsgConnectionOpenAck;
|
|
@@ -3705,6 +3414,7 @@ export declare namespace ibc {
|
|
|
3705
3414
|
};
|
|
3706
3415
|
MsgConnectionOpenAckResponse: {
|
|
3707
3416
|
typeUrl: string;
|
|
3417
|
+
aminoType: string;
|
|
3708
3418
|
encode(_: _165.MsgConnectionOpenAckResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3709
3419
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenAckResponse;
|
|
3710
3420
|
fromPartial(_: import("../helpers").DeepPartial<_165.MsgConnectionOpenAckResponse>): _165.MsgConnectionOpenAckResponse;
|
|
@@ -3718,6 +3428,7 @@ export declare namespace ibc {
|
|
|
3718
3428
|
};
|
|
3719
3429
|
MsgConnectionOpenConfirm: {
|
|
3720
3430
|
typeUrl: string;
|
|
3431
|
+
aminoType: string;
|
|
3721
3432
|
encode(message: _165.MsgConnectionOpenConfirm, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3722
3433
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenConfirm;
|
|
3723
3434
|
fromPartial(object: import("../helpers").DeepPartial<_165.MsgConnectionOpenConfirm>): _165.MsgConnectionOpenConfirm;
|
|
@@ -3731,6 +3442,7 @@ export declare namespace ibc {
|
|
|
3731
3442
|
};
|
|
3732
3443
|
MsgConnectionOpenConfirmResponse: {
|
|
3733
3444
|
typeUrl: string;
|
|
3445
|
+
aminoType: string;
|
|
3734
3446
|
encode(_: _165.MsgConnectionOpenConfirmResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3735
3447
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgConnectionOpenConfirmResponse;
|
|
3736
3448
|
fromPartial(_: import("../helpers").DeepPartial<_165.MsgConnectionOpenConfirmResponse>): _165.MsgConnectionOpenConfirmResponse;
|
|
@@ -3744,6 +3456,7 @@ export declare namespace ibc {
|
|
|
3744
3456
|
};
|
|
3745
3457
|
MsgUpdateParams: {
|
|
3746
3458
|
typeUrl: string;
|
|
3459
|
+
aminoType: string;
|
|
3747
3460
|
encode(message: _165.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3748
3461
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgUpdateParams;
|
|
3749
3462
|
fromPartial(object: import("../helpers").DeepPartial<_165.MsgUpdateParams>): _165.MsgUpdateParams;
|
|
@@ -3757,6 +3470,7 @@ export declare namespace ibc {
|
|
|
3757
3470
|
};
|
|
3758
3471
|
MsgUpdateParamsResponse: {
|
|
3759
3472
|
typeUrl: string;
|
|
3473
|
+
aminoType: string;
|
|
3760
3474
|
encode(_: _165.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3761
3475
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _165.MsgUpdateParamsResponse;
|
|
3762
3476
|
fromPartial(_: import("../helpers").DeepPartial<_165.MsgUpdateParamsResponse>): _165.MsgUpdateParamsResponse;
|
|
@@ -3770,6 +3484,7 @@ export declare namespace ibc {
|
|
|
3770
3484
|
};
|
|
3771
3485
|
QueryConnectionRequest: {
|
|
3772
3486
|
typeUrl: string;
|
|
3487
|
+
aminoType: string;
|
|
3773
3488
|
encode(message: _164.QueryConnectionRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3774
3489
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionRequest;
|
|
3775
3490
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionRequest>): _164.QueryConnectionRequest;
|
|
@@ -3783,6 +3498,7 @@ export declare namespace ibc {
|
|
|
3783
3498
|
};
|
|
3784
3499
|
QueryConnectionResponse: {
|
|
3785
3500
|
typeUrl: string;
|
|
3501
|
+
aminoType: string;
|
|
3786
3502
|
encode(message: _164.QueryConnectionResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3787
3503
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionResponse;
|
|
3788
3504
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionResponse>): _164.QueryConnectionResponse;
|
|
@@ -3796,6 +3512,7 @@ export declare namespace ibc {
|
|
|
3796
3512
|
};
|
|
3797
3513
|
QueryConnectionsRequest: {
|
|
3798
3514
|
typeUrl: string;
|
|
3515
|
+
aminoType: string;
|
|
3799
3516
|
encode(message: _164.QueryConnectionsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3800
3517
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionsRequest;
|
|
3801
3518
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionsRequest>): _164.QueryConnectionsRequest;
|
|
@@ -3809,6 +3526,7 @@ export declare namespace ibc {
|
|
|
3809
3526
|
};
|
|
3810
3527
|
QueryConnectionsResponse: {
|
|
3811
3528
|
typeUrl: string;
|
|
3529
|
+
aminoType: string;
|
|
3812
3530
|
encode(message: _164.QueryConnectionsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3813
3531
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionsResponse;
|
|
3814
3532
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionsResponse>): _164.QueryConnectionsResponse;
|
|
@@ -3822,6 +3540,7 @@ export declare namespace ibc {
|
|
|
3822
3540
|
};
|
|
3823
3541
|
QueryClientConnectionsRequest: {
|
|
3824
3542
|
typeUrl: string;
|
|
3543
|
+
aminoType: string;
|
|
3825
3544
|
encode(message: _164.QueryClientConnectionsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3826
3545
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryClientConnectionsRequest;
|
|
3827
3546
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryClientConnectionsRequest>): _164.QueryClientConnectionsRequest;
|
|
@@ -3835,6 +3554,7 @@ export declare namespace ibc {
|
|
|
3835
3554
|
};
|
|
3836
3555
|
QueryClientConnectionsResponse: {
|
|
3837
3556
|
typeUrl: string;
|
|
3557
|
+
aminoType: string;
|
|
3838
3558
|
encode(message: _164.QueryClientConnectionsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3839
3559
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryClientConnectionsResponse;
|
|
3840
3560
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryClientConnectionsResponse>): _164.QueryClientConnectionsResponse;
|
|
@@ -3848,6 +3568,7 @@ export declare namespace ibc {
|
|
|
3848
3568
|
};
|
|
3849
3569
|
QueryConnectionClientStateRequest: {
|
|
3850
3570
|
typeUrl: string;
|
|
3571
|
+
aminoType: string;
|
|
3851
3572
|
encode(message: _164.QueryConnectionClientStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3852
3573
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionClientStateRequest;
|
|
3853
3574
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionClientStateRequest>): _164.QueryConnectionClientStateRequest;
|
|
@@ -3861,6 +3582,7 @@ export declare namespace ibc {
|
|
|
3861
3582
|
};
|
|
3862
3583
|
QueryConnectionClientStateResponse: {
|
|
3863
3584
|
typeUrl: string;
|
|
3585
|
+
aminoType: string;
|
|
3864
3586
|
encode(message: _164.QueryConnectionClientStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3865
3587
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionClientStateResponse;
|
|
3866
3588
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionClientStateResponse>): _164.QueryConnectionClientStateResponse;
|
|
@@ -3874,6 +3596,7 @@ export declare namespace ibc {
|
|
|
3874
3596
|
};
|
|
3875
3597
|
QueryConnectionConsensusStateRequest: {
|
|
3876
3598
|
typeUrl: string;
|
|
3599
|
+
aminoType: string;
|
|
3877
3600
|
encode(message: _164.QueryConnectionConsensusStateRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3878
3601
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionConsensusStateRequest;
|
|
3879
3602
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionConsensusStateRequest>): _164.QueryConnectionConsensusStateRequest;
|
|
@@ -3887,6 +3610,7 @@ export declare namespace ibc {
|
|
|
3887
3610
|
};
|
|
3888
3611
|
QueryConnectionConsensusStateResponse: {
|
|
3889
3612
|
typeUrl: string;
|
|
3613
|
+
aminoType: string;
|
|
3890
3614
|
encode(message: _164.QueryConnectionConsensusStateResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3891
3615
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionConsensusStateResponse;
|
|
3892
3616
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionConsensusStateResponse>): _164.QueryConnectionConsensusStateResponse;
|
|
@@ -3900,6 +3624,7 @@ export declare namespace ibc {
|
|
|
3900
3624
|
};
|
|
3901
3625
|
QueryConnectionParamsRequest: {
|
|
3902
3626
|
typeUrl: string;
|
|
3627
|
+
aminoType: string;
|
|
3903
3628
|
encode(_: _164.QueryConnectionParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3904
3629
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionParamsRequest;
|
|
3905
3630
|
fromPartial(_: import("../helpers").DeepPartial<_164.QueryConnectionParamsRequest>): _164.QueryConnectionParamsRequest;
|
|
@@ -3913,6 +3638,7 @@ export declare namespace ibc {
|
|
|
3913
3638
|
};
|
|
3914
3639
|
QueryConnectionParamsResponse: {
|
|
3915
3640
|
typeUrl: string;
|
|
3641
|
+
aminoType: string;
|
|
3916
3642
|
encode(message: _164.QueryConnectionParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3917
3643
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _164.QueryConnectionParamsResponse;
|
|
3918
3644
|
fromPartial(object: import("../helpers").DeepPartial<_164.QueryConnectionParamsResponse>): _164.QueryConnectionParamsResponse;
|
|
@@ -3926,6 +3652,7 @@ export declare namespace ibc {
|
|
|
3926
3652
|
};
|
|
3927
3653
|
GenesisState: {
|
|
3928
3654
|
typeUrl: string;
|
|
3655
|
+
aminoType: string;
|
|
3929
3656
|
encode(message: _163.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3930
3657
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _163.GenesisState;
|
|
3931
3658
|
fromPartial(object: import("../helpers").DeepPartial<_163.GenesisState>): _163.GenesisState;
|
|
@@ -3940,10 +3667,10 @@ export declare namespace ibc {
|
|
|
3940
3667
|
stateFromJSON(object: any): _162.State;
|
|
3941
3668
|
stateToJSON(object: _162.State): string;
|
|
3942
3669
|
State: typeof _162.State;
|
|
3943
|
-
StateSDKType: typeof _162.State;
|
|
3944
3670
|
StateAmino: typeof _162.State;
|
|
3945
3671
|
ConnectionEnd: {
|
|
3946
3672
|
typeUrl: string;
|
|
3673
|
+
aminoType: string;
|
|
3947
3674
|
encode(message: _162.ConnectionEnd, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3948
3675
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.ConnectionEnd;
|
|
3949
3676
|
fromPartial(object: import("../helpers").DeepPartial<_162.ConnectionEnd>): _162.ConnectionEnd;
|
|
@@ -3957,6 +3684,7 @@ export declare namespace ibc {
|
|
|
3957
3684
|
};
|
|
3958
3685
|
IdentifiedConnection: {
|
|
3959
3686
|
typeUrl: string;
|
|
3687
|
+
aminoType: string;
|
|
3960
3688
|
encode(message: _162.IdentifiedConnection, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3961
3689
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.IdentifiedConnection;
|
|
3962
3690
|
fromPartial(object: import("../helpers").DeepPartial<_162.IdentifiedConnection>): _162.IdentifiedConnection;
|
|
@@ -3970,6 +3698,7 @@ export declare namespace ibc {
|
|
|
3970
3698
|
};
|
|
3971
3699
|
Counterparty: {
|
|
3972
3700
|
typeUrl: string;
|
|
3701
|
+
aminoType: string;
|
|
3973
3702
|
encode(message: _162.Counterparty, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3974
3703
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.Counterparty;
|
|
3975
3704
|
fromPartial(object: import("../helpers").DeepPartial<_162.Counterparty>): _162.Counterparty;
|
|
@@ -3983,6 +3712,7 @@ export declare namespace ibc {
|
|
|
3983
3712
|
};
|
|
3984
3713
|
ClientPaths: {
|
|
3985
3714
|
typeUrl: string;
|
|
3715
|
+
aminoType: string;
|
|
3986
3716
|
encode(message: _162.ClientPaths, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
3987
3717
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.ClientPaths;
|
|
3988
3718
|
fromPartial(object: import("../helpers").DeepPartial<_162.ClientPaths>): _162.ClientPaths;
|
|
@@ -3996,6 +3726,7 @@ export declare namespace ibc {
|
|
|
3996
3726
|
};
|
|
3997
3727
|
ConnectionPaths: {
|
|
3998
3728
|
typeUrl: string;
|
|
3729
|
+
aminoType: string;
|
|
3999
3730
|
encode(message: _162.ConnectionPaths, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4000
3731
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.ConnectionPaths;
|
|
4001
3732
|
fromPartial(object: import("../helpers").DeepPartial<_162.ConnectionPaths>): _162.ConnectionPaths;
|
|
@@ -4009,6 +3740,7 @@ export declare namespace ibc {
|
|
|
4009
3740
|
};
|
|
4010
3741
|
Version: {
|
|
4011
3742
|
typeUrl: string;
|
|
3743
|
+
aminoType: string;
|
|
4012
3744
|
encode(message: _162.Version, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4013
3745
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.Version;
|
|
4014
3746
|
fromPartial(object: import("../helpers").DeepPartial<_162.Version>): _162.Version;
|
|
@@ -4022,6 +3754,7 @@ export declare namespace ibc {
|
|
|
4022
3754
|
};
|
|
4023
3755
|
Params: {
|
|
4024
3756
|
typeUrl: string;
|
|
3757
|
+
aminoType: string;
|
|
4025
3758
|
encode(message: _162.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4026
3759
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _162.Params;
|
|
4027
3760
|
fromPartial(object: import("../helpers").DeepPartial<_162.Params>): _162.Params;
|
|
@@ -4042,10 +3775,10 @@ export declare namespace ibc {
|
|
|
4042
3775
|
dataTypeFromJSON(object: any): _166.DataType;
|
|
4043
3776
|
dataTypeToJSON(object: _166.DataType): string;
|
|
4044
3777
|
DataType: typeof _166.DataType;
|
|
4045
|
-
DataTypeSDKType: typeof _166.DataType;
|
|
4046
3778
|
DataTypeAmino: typeof _166.DataType;
|
|
4047
3779
|
ClientState: {
|
|
4048
3780
|
typeUrl: string;
|
|
3781
|
+
aminoType: string;
|
|
4049
3782
|
encode(message: _166.ClientState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4050
3783
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ClientState;
|
|
4051
3784
|
fromPartial(object: import("../helpers").DeepPartial<_166.ClientState>): _166.ClientState;
|
|
@@ -4059,6 +3792,7 @@ export declare namespace ibc {
|
|
|
4059
3792
|
};
|
|
4060
3793
|
ConsensusState: {
|
|
4061
3794
|
typeUrl: string;
|
|
3795
|
+
aminoType: string;
|
|
4062
3796
|
encode(message: _166.ConsensusState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4063
3797
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ConsensusState;
|
|
4064
3798
|
fromPartial(object: import("../helpers").DeepPartial<_166.ConsensusState>): _166.ConsensusState;
|
|
@@ -4072,6 +3806,7 @@ export declare namespace ibc {
|
|
|
4072
3806
|
};
|
|
4073
3807
|
Header: {
|
|
4074
3808
|
typeUrl: string;
|
|
3809
|
+
aminoType: string;
|
|
4075
3810
|
encode(message: _166.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4076
3811
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.Header;
|
|
4077
3812
|
fromPartial(object: import("../helpers").DeepPartial<_166.Header>): _166.Header;
|
|
@@ -4085,6 +3820,7 @@ export declare namespace ibc {
|
|
|
4085
3820
|
};
|
|
4086
3821
|
Misbehaviour: {
|
|
4087
3822
|
typeUrl: string;
|
|
3823
|
+
aminoType: string;
|
|
4088
3824
|
encode(message: _166.Misbehaviour, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4089
3825
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.Misbehaviour;
|
|
4090
3826
|
fromPartial(object: import("../helpers").DeepPartial<_166.Misbehaviour>): _166.Misbehaviour;
|
|
@@ -4098,6 +3834,7 @@ export declare namespace ibc {
|
|
|
4098
3834
|
};
|
|
4099
3835
|
SignatureAndData: {
|
|
4100
3836
|
typeUrl: string;
|
|
3837
|
+
aminoType: string;
|
|
4101
3838
|
encode(message: _166.SignatureAndData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4102
3839
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.SignatureAndData;
|
|
4103
3840
|
fromPartial(object: import("../helpers").DeepPartial<_166.SignatureAndData>): _166.SignatureAndData;
|
|
@@ -4111,6 +3848,7 @@ export declare namespace ibc {
|
|
|
4111
3848
|
};
|
|
4112
3849
|
TimestampedSignatureData: {
|
|
4113
3850
|
typeUrl: string;
|
|
3851
|
+
aminoType: string;
|
|
4114
3852
|
encode(message: _166.TimestampedSignatureData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4115
3853
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.TimestampedSignatureData;
|
|
4116
3854
|
fromPartial(object: import("../helpers").DeepPartial<_166.TimestampedSignatureData>): _166.TimestampedSignatureData;
|
|
@@ -4124,6 +3862,7 @@ export declare namespace ibc {
|
|
|
4124
3862
|
};
|
|
4125
3863
|
SignBytes: {
|
|
4126
3864
|
typeUrl: string;
|
|
3865
|
+
aminoType: string;
|
|
4127
3866
|
encode(message: _166.SignBytes, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4128
3867
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.SignBytes;
|
|
4129
3868
|
fromPartial(object: import("../helpers").DeepPartial<_166.SignBytes>): _166.SignBytes;
|
|
@@ -4137,6 +3876,7 @@ export declare namespace ibc {
|
|
|
4137
3876
|
};
|
|
4138
3877
|
HeaderData: {
|
|
4139
3878
|
typeUrl: string;
|
|
3879
|
+
aminoType: string;
|
|
4140
3880
|
encode(message: _166.HeaderData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4141
3881
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.HeaderData;
|
|
4142
3882
|
fromPartial(object: import("../helpers").DeepPartial<_166.HeaderData>): _166.HeaderData;
|
|
@@ -4150,6 +3890,7 @@ export declare namespace ibc {
|
|
|
4150
3890
|
};
|
|
4151
3891
|
ClientStateData: {
|
|
4152
3892
|
typeUrl: string;
|
|
3893
|
+
aminoType: string;
|
|
4153
3894
|
encode(message: _166.ClientStateData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4154
3895
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ClientStateData;
|
|
4155
3896
|
fromPartial(object: import("../helpers").DeepPartial<_166.ClientStateData>): _166.ClientStateData;
|
|
@@ -4163,6 +3904,7 @@ export declare namespace ibc {
|
|
|
4163
3904
|
};
|
|
4164
3905
|
ConsensusStateData: {
|
|
4165
3906
|
typeUrl: string;
|
|
3907
|
+
aminoType: string;
|
|
4166
3908
|
encode(message: _166.ConsensusStateData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4167
3909
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ConsensusStateData;
|
|
4168
3910
|
fromPartial(object: import("../helpers").DeepPartial<_166.ConsensusStateData>): _166.ConsensusStateData;
|
|
@@ -4176,6 +3918,7 @@ export declare namespace ibc {
|
|
|
4176
3918
|
};
|
|
4177
3919
|
ConnectionStateData: {
|
|
4178
3920
|
typeUrl: string;
|
|
3921
|
+
aminoType: string;
|
|
4179
3922
|
encode(message: _166.ConnectionStateData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4180
3923
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ConnectionStateData;
|
|
4181
3924
|
fromPartial(object: import("../helpers").DeepPartial<_166.ConnectionStateData>): _166.ConnectionStateData;
|
|
@@ -4189,6 +3932,7 @@ export declare namespace ibc {
|
|
|
4189
3932
|
};
|
|
4190
3933
|
ChannelStateData: {
|
|
4191
3934
|
typeUrl: string;
|
|
3935
|
+
aminoType: string;
|
|
4192
3936
|
encode(message: _166.ChannelStateData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4193
3937
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.ChannelStateData;
|
|
4194
3938
|
fromPartial(object: import("../helpers").DeepPartial<_166.ChannelStateData>): _166.ChannelStateData;
|
|
@@ -4202,6 +3946,7 @@ export declare namespace ibc {
|
|
|
4202
3946
|
};
|
|
4203
3947
|
PacketCommitmentData: {
|
|
4204
3948
|
typeUrl: string;
|
|
3949
|
+
aminoType: string;
|
|
4205
3950
|
encode(message: _166.PacketCommitmentData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4206
3951
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.PacketCommitmentData;
|
|
4207
3952
|
fromPartial(object: import("../helpers").DeepPartial<_166.PacketCommitmentData>): _166.PacketCommitmentData;
|
|
@@ -4215,6 +3960,7 @@ export declare namespace ibc {
|
|
|
4215
3960
|
};
|
|
4216
3961
|
PacketAcknowledgementData: {
|
|
4217
3962
|
typeUrl: string;
|
|
3963
|
+
aminoType: string;
|
|
4218
3964
|
encode(message: _166.PacketAcknowledgementData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4219
3965
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.PacketAcknowledgementData;
|
|
4220
3966
|
fromPartial(object: import("../helpers").DeepPartial<_166.PacketAcknowledgementData>): _166.PacketAcknowledgementData;
|
|
@@ -4228,6 +3974,7 @@ export declare namespace ibc {
|
|
|
4228
3974
|
};
|
|
4229
3975
|
PacketReceiptAbsenceData: {
|
|
4230
3976
|
typeUrl: string;
|
|
3977
|
+
aminoType: string;
|
|
4231
3978
|
encode(message: _166.PacketReceiptAbsenceData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4232
3979
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.PacketReceiptAbsenceData;
|
|
4233
3980
|
fromPartial(object: import("../helpers").DeepPartial<_166.PacketReceiptAbsenceData>): _166.PacketReceiptAbsenceData;
|
|
@@ -4241,6 +3988,7 @@ export declare namespace ibc {
|
|
|
4241
3988
|
};
|
|
4242
3989
|
NextSequenceRecvData: {
|
|
4243
3990
|
typeUrl: string;
|
|
3991
|
+
aminoType: string;
|
|
4244
3992
|
encode(message: _166.NextSequenceRecvData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4245
3993
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _166.NextSequenceRecvData;
|
|
4246
3994
|
fromPartial(object: import("../helpers").DeepPartial<_166.NextSequenceRecvData>): _166.NextSequenceRecvData;
|
|
@@ -4256,6 +4004,7 @@ export declare namespace ibc {
|
|
|
4256
4004
|
const v3: {
|
|
4257
4005
|
ClientState: {
|
|
4258
4006
|
typeUrl: string;
|
|
4007
|
+
aminoType: string;
|
|
4259
4008
|
encode(message: _167.ClientState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4260
4009
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.ClientState;
|
|
4261
4010
|
fromPartial(object: import("../helpers").DeepPartial<_167.ClientState>): _167.ClientState;
|
|
@@ -4269,6 +4018,7 @@ export declare namespace ibc {
|
|
|
4269
4018
|
};
|
|
4270
4019
|
ConsensusState: {
|
|
4271
4020
|
typeUrl: string;
|
|
4021
|
+
aminoType: string;
|
|
4272
4022
|
encode(message: _167.ConsensusState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4273
4023
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.ConsensusState;
|
|
4274
4024
|
fromPartial(object: import("../helpers").DeepPartial<_167.ConsensusState>): _167.ConsensusState;
|
|
@@ -4282,6 +4032,7 @@ export declare namespace ibc {
|
|
|
4282
4032
|
};
|
|
4283
4033
|
Header: {
|
|
4284
4034
|
typeUrl: string;
|
|
4035
|
+
aminoType: string;
|
|
4285
4036
|
encode(message: _167.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4286
4037
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.Header;
|
|
4287
4038
|
fromPartial(object: import("../helpers").DeepPartial<_167.Header>): _167.Header;
|
|
@@ -4295,6 +4046,7 @@ export declare namespace ibc {
|
|
|
4295
4046
|
};
|
|
4296
4047
|
Misbehaviour: {
|
|
4297
4048
|
typeUrl: string;
|
|
4049
|
+
aminoType: string;
|
|
4298
4050
|
encode(message: _167.Misbehaviour, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4299
4051
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.Misbehaviour;
|
|
4300
4052
|
fromPartial(object: import("../helpers").DeepPartial<_167.Misbehaviour>): _167.Misbehaviour;
|
|
@@ -4308,6 +4060,7 @@ export declare namespace ibc {
|
|
|
4308
4060
|
};
|
|
4309
4061
|
SignatureAndData: {
|
|
4310
4062
|
typeUrl: string;
|
|
4063
|
+
aminoType: string;
|
|
4311
4064
|
encode(message: _167.SignatureAndData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4312
4065
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.SignatureAndData;
|
|
4313
4066
|
fromPartial(object: import("../helpers").DeepPartial<_167.SignatureAndData>): _167.SignatureAndData;
|
|
@@ -4321,6 +4074,7 @@ export declare namespace ibc {
|
|
|
4321
4074
|
};
|
|
4322
4075
|
TimestampedSignatureData: {
|
|
4323
4076
|
typeUrl: string;
|
|
4077
|
+
aminoType: string;
|
|
4324
4078
|
encode(message: _167.TimestampedSignatureData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4325
4079
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.TimestampedSignatureData;
|
|
4326
4080
|
fromPartial(object: import("../helpers").DeepPartial<_167.TimestampedSignatureData>): _167.TimestampedSignatureData;
|
|
@@ -4334,6 +4088,7 @@ export declare namespace ibc {
|
|
|
4334
4088
|
};
|
|
4335
4089
|
SignBytes: {
|
|
4336
4090
|
typeUrl: string;
|
|
4091
|
+
aminoType: string;
|
|
4337
4092
|
encode(message: _167.SignBytes, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4338
4093
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.SignBytes;
|
|
4339
4094
|
fromPartial(object: import("../helpers").DeepPartial<_167.SignBytes>): _167.SignBytes;
|
|
@@ -4347,6 +4102,7 @@ export declare namespace ibc {
|
|
|
4347
4102
|
};
|
|
4348
4103
|
HeaderData: {
|
|
4349
4104
|
typeUrl: string;
|
|
4105
|
+
aminoType: string;
|
|
4350
4106
|
encode(message: _167.HeaderData, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4351
4107
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _167.HeaderData;
|
|
4352
4108
|
fromPartial(object: import("../helpers").DeepPartial<_167.HeaderData>): _167.HeaderData;
|
|
@@ -4364,6 +4120,7 @@ export declare namespace ibc {
|
|
|
4364
4120
|
const v1: {
|
|
4365
4121
|
ClientState: {
|
|
4366
4122
|
typeUrl: string;
|
|
4123
|
+
aminoType: string;
|
|
4367
4124
|
encode(message: _168.ClientState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4368
4125
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _168.ClientState;
|
|
4369
4126
|
fromPartial(object: import("../helpers").DeepPartial<_168.ClientState>): _168.ClientState;
|
|
@@ -4377,6 +4134,7 @@ export declare namespace ibc {
|
|
|
4377
4134
|
};
|
|
4378
4135
|
ConsensusState: {
|
|
4379
4136
|
typeUrl: string;
|
|
4137
|
+
aminoType: string;
|
|
4380
4138
|
encode(message: _168.ConsensusState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4381
4139
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _168.ConsensusState;
|
|
4382
4140
|
fromPartial(object: import("../helpers").DeepPartial<_168.ConsensusState>): _168.ConsensusState;
|
|
@@ -4390,6 +4148,7 @@ export declare namespace ibc {
|
|
|
4390
4148
|
};
|
|
4391
4149
|
Misbehaviour: {
|
|
4392
4150
|
typeUrl: string;
|
|
4151
|
+
aminoType: string;
|
|
4393
4152
|
encode(message: _168.Misbehaviour, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4394
4153
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _168.Misbehaviour;
|
|
4395
4154
|
fromPartial(object: import("../helpers").DeepPartial<_168.Misbehaviour>): _168.Misbehaviour;
|
|
@@ -4403,6 +4162,7 @@ export declare namespace ibc {
|
|
|
4403
4162
|
};
|
|
4404
4163
|
Header: {
|
|
4405
4164
|
typeUrl: string;
|
|
4165
|
+
aminoType: string;
|
|
4406
4166
|
encode(message: _168.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4407
4167
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _168.Header;
|
|
4408
4168
|
fromPartial(object: import("../helpers").DeepPartial<_168.Header>): _168.Header;
|
|
@@ -4416,6 +4176,7 @@ export declare namespace ibc {
|
|
|
4416
4176
|
};
|
|
4417
4177
|
Fraction: {
|
|
4418
4178
|
typeUrl: string;
|
|
4179
|
+
aminoType: string;
|
|
4419
4180
|
encode(message: _168.Fraction, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4420
4181
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _168.Fraction;
|
|
4421
4182
|
fromPartial(object: import("../helpers").DeepPartial<_168.Fraction>): _168.Fraction;
|
|
@@ -4432,6 +4193,7 @@ export declare namespace ibc {
|
|
|
4432
4193
|
namespace wasm {
|
|
4433
4194
|
const v1: {
|
|
4434
4195
|
MsgClientImpl: typeof _325.MsgClientImpl;
|
|
4196
|
+
createClientImpl: (rpc: import("..").TxRpc) => _325.MsgClientImpl;
|
|
4435
4197
|
QueryClientImpl: typeof _316.QueryClientImpl;
|
|
4436
4198
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
4437
4199
|
checksums(request?: _170.QueryChecksumsRequest): Promise<_170.QueryChecksumsResponse>;
|
|
@@ -4439,51 +4201,6 @@ export declare namespace ibc {
|
|
|
4439
4201
|
};
|
|
4440
4202
|
LCDQueryClient: typeof _307.LCDQueryClient;
|
|
4441
4203
|
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
4442
|
-
load: (protoRegistry: Registry) => void;
|
|
4443
|
-
MessageComposer: {
|
|
4444
|
-
encoded: {
|
|
4445
|
-
storeCode(value: _171.MsgStoreCode): {
|
|
4446
|
-
typeUrl: string;
|
|
4447
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
4448
|
-
};
|
|
4449
|
-
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4450
|
-
typeUrl: string;
|
|
4451
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
4452
|
-
};
|
|
4453
|
-
migrateContract(value: _171.MsgMigrateContract): {
|
|
4454
|
-
typeUrl: string;
|
|
4455
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
4456
|
-
};
|
|
4457
|
-
};
|
|
4458
|
-
withTypeUrl: {
|
|
4459
|
-
storeCode(value: _171.MsgStoreCode): {
|
|
4460
|
-
typeUrl: string;
|
|
4461
|
-
value: _171.MsgStoreCode;
|
|
4462
|
-
};
|
|
4463
|
-
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4464
|
-
typeUrl: string;
|
|
4465
|
-
value: _171.MsgRemoveChecksum;
|
|
4466
|
-
};
|
|
4467
|
-
migrateContract(value: _171.MsgMigrateContract): {
|
|
4468
|
-
typeUrl: string;
|
|
4469
|
-
value: _171.MsgMigrateContract;
|
|
4470
|
-
};
|
|
4471
|
-
};
|
|
4472
|
-
fromPartial: {
|
|
4473
|
-
storeCode(value: _171.MsgStoreCode): {
|
|
4474
|
-
typeUrl: string;
|
|
4475
|
-
value: _171.MsgStoreCode;
|
|
4476
|
-
};
|
|
4477
|
-
removeChecksum(value: _171.MsgRemoveChecksum): {
|
|
4478
|
-
typeUrl: string;
|
|
4479
|
-
value: _171.MsgRemoveChecksum;
|
|
4480
|
-
};
|
|
4481
|
-
migrateContract(value: _171.MsgMigrateContract): {
|
|
4482
|
-
typeUrl: string;
|
|
4483
|
-
value: _171.MsgMigrateContract;
|
|
4484
|
-
};
|
|
4485
|
-
};
|
|
4486
|
-
};
|
|
4487
4204
|
AminoConverter: {
|
|
4488
4205
|
"/ibc.lightclients.wasm.v1.MsgStoreCode": {
|
|
4489
4206
|
aminoType: string;
|
|
@@ -4503,6 +4220,7 @@ export declare namespace ibc {
|
|
|
4503
4220
|
};
|
|
4504
4221
|
ClientState: {
|
|
4505
4222
|
typeUrl: string;
|
|
4223
|
+
aminoType: string;
|
|
4506
4224
|
encode(message: _172.ClientState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4507
4225
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _172.ClientState;
|
|
4508
4226
|
fromPartial(object: import("../helpers").DeepPartial<_172.ClientState>): _172.ClientState;
|
|
@@ -4516,6 +4234,7 @@ export declare namespace ibc {
|
|
|
4516
4234
|
};
|
|
4517
4235
|
ConsensusState: {
|
|
4518
4236
|
typeUrl: string;
|
|
4237
|
+
aminoType: string;
|
|
4519
4238
|
encode(message: _172.ConsensusState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4520
4239
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _172.ConsensusState;
|
|
4521
4240
|
fromPartial(object: import("../helpers").DeepPartial<_172.ConsensusState>): _172.ConsensusState;
|
|
@@ -4529,6 +4248,7 @@ export declare namespace ibc {
|
|
|
4529
4248
|
};
|
|
4530
4249
|
ClientMessage: {
|
|
4531
4250
|
typeUrl: string;
|
|
4251
|
+
aminoType: string;
|
|
4532
4252
|
encode(message: _172.ClientMessage, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4533
4253
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _172.ClientMessage;
|
|
4534
4254
|
fromPartial(object: import("../helpers").DeepPartial<_172.ClientMessage>): _172.ClientMessage;
|
|
@@ -4542,6 +4262,7 @@ export declare namespace ibc {
|
|
|
4542
4262
|
};
|
|
4543
4263
|
Checksums: {
|
|
4544
4264
|
typeUrl: string;
|
|
4265
|
+
aminoType: string;
|
|
4545
4266
|
encode(message: _172.Checksums, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4546
4267
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _172.Checksums;
|
|
4547
4268
|
fromPartial(object: import("../helpers").DeepPartial<_172.Checksums>): _172.Checksums;
|
|
@@ -4555,6 +4276,7 @@ export declare namespace ibc {
|
|
|
4555
4276
|
};
|
|
4556
4277
|
MsgStoreCode: {
|
|
4557
4278
|
typeUrl: string;
|
|
4279
|
+
aminoType: string;
|
|
4558
4280
|
encode(message: _171.MsgStoreCode, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4559
4281
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgStoreCode;
|
|
4560
4282
|
fromPartial(object: import("../helpers").DeepPartial<_171.MsgStoreCode>): _171.MsgStoreCode;
|
|
@@ -4568,6 +4290,7 @@ export declare namespace ibc {
|
|
|
4568
4290
|
};
|
|
4569
4291
|
MsgStoreCodeResponse: {
|
|
4570
4292
|
typeUrl: string;
|
|
4293
|
+
aminoType: string;
|
|
4571
4294
|
encode(message: _171.MsgStoreCodeResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4572
4295
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgStoreCodeResponse;
|
|
4573
4296
|
fromPartial(object: import("../helpers").DeepPartial<_171.MsgStoreCodeResponse>): _171.MsgStoreCodeResponse;
|
|
@@ -4581,6 +4304,7 @@ export declare namespace ibc {
|
|
|
4581
4304
|
};
|
|
4582
4305
|
MsgRemoveChecksum: {
|
|
4583
4306
|
typeUrl: string;
|
|
4307
|
+
aminoType: string;
|
|
4584
4308
|
encode(message: _171.MsgRemoveChecksum, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4585
4309
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgRemoveChecksum;
|
|
4586
4310
|
fromPartial(object: import("../helpers").DeepPartial<_171.MsgRemoveChecksum>): _171.MsgRemoveChecksum;
|
|
@@ -4594,6 +4318,7 @@ export declare namespace ibc {
|
|
|
4594
4318
|
};
|
|
4595
4319
|
MsgRemoveChecksumResponse: {
|
|
4596
4320
|
typeUrl: string;
|
|
4321
|
+
aminoType: string;
|
|
4597
4322
|
encode(_: _171.MsgRemoveChecksumResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4598
4323
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgRemoveChecksumResponse;
|
|
4599
4324
|
fromPartial(_: import("../helpers").DeepPartial<_171.MsgRemoveChecksumResponse>): _171.MsgRemoveChecksumResponse;
|
|
@@ -4607,6 +4332,7 @@ export declare namespace ibc {
|
|
|
4607
4332
|
};
|
|
4608
4333
|
MsgMigrateContract: {
|
|
4609
4334
|
typeUrl: string;
|
|
4335
|
+
aminoType: string;
|
|
4610
4336
|
encode(message: _171.MsgMigrateContract, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4611
4337
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgMigrateContract;
|
|
4612
4338
|
fromPartial(object: import("../helpers").DeepPartial<_171.MsgMigrateContract>): _171.MsgMigrateContract;
|
|
@@ -4620,6 +4346,7 @@ export declare namespace ibc {
|
|
|
4620
4346
|
};
|
|
4621
4347
|
MsgMigrateContractResponse: {
|
|
4622
4348
|
typeUrl: string;
|
|
4349
|
+
aminoType: string;
|
|
4623
4350
|
encode(_: _171.MsgMigrateContractResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4624
4351
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _171.MsgMigrateContractResponse;
|
|
4625
4352
|
fromPartial(_: import("../helpers").DeepPartial<_171.MsgMigrateContractResponse>): _171.MsgMigrateContractResponse;
|
|
@@ -4633,6 +4360,7 @@ export declare namespace ibc {
|
|
|
4633
4360
|
};
|
|
4634
4361
|
QueryChecksumsRequest: {
|
|
4635
4362
|
typeUrl: string;
|
|
4363
|
+
aminoType: string;
|
|
4636
4364
|
encode(message: _170.QueryChecksumsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4637
4365
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _170.QueryChecksumsRequest;
|
|
4638
4366
|
fromPartial(object: import("../helpers").DeepPartial<_170.QueryChecksumsRequest>): _170.QueryChecksumsRequest;
|
|
@@ -4646,6 +4374,7 @@ export declare namespace ibc {
|
|
|
4646
4374
|
};
|
|
4647
4375
|
QueryChecksumsResponse: {
|
|
4648
4376
|
typeUrl: string;
|
|
4377
|
+
aminoType: string;
|
|
4649
4378
|
encode(message: _170.QueryChecksumsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4650
4379
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _170.QueryChecksumsResponse;
|
|
4651
4380
|
fromPartial(object: import("../helpers").DeepPartial<_170.QueryChecksumsResponse>): _170.QueryChecksumsResponse;
|
|
@@ -4659,6 +4388,7 @@ export declare namespace ibc {
|
|
|
4659
4388
|
};
|
|
4660
4389
|
QueryCodeRequest: {
|
|
4661
4390
|
typeUrl: string;
|
|
4391
|
+
aminoType: string;
|
|
4662
4392
|
encode(message: _170.QueryCodeRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4663
4393
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _170.QueryCodeRequest;
|
|
4664
4394
|
fromPartial(object: import("../helpers").DeepPartial<_170.QueryCodeRequest>): _170.QueryCodeRequest;
|
|
@@ -4672,6 +4402,7 @@ export declare namespace ibc {
|
|
|
4672
4402
|
};
|
|
4673
4403
|
QueryCodeResponse: {
|
|
4674
4404
|
typeUrl: string;
|
|
4405
|
+
aminoType: string;
|
|
4675
4406
|
encode(message: _170.QueryCodeResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4676
4407
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _170.QueryCodeResponse;
|
|
4677
4408
|
fromPartial(object: import("../helpers").DeepPartial<_170.QueryCodeResponse>): _170.QueryCodeResponse;
|
|
@@ -4685,6 +4416,7 @@ export declare namespace ibc {
|
|
|
4685
4416
|
};
|
|
4686
4417
|
GenesisState: {
|
|
4687
4418
|
typeUrl: string;
|
|
4419
|
+
aminoType: string;
|
|
4688
4420
|
encode(message: _169.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4689
4421
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _169.GenesisState;
|
|
4690
4422
|
fromPartial(object: import("../helpers").DeepPartial<_169.GenesisState>): _169.GenesisState;
|
|
@@ -4698,6 +4430,7 @@ export declare namespace ibc {
|
|
|
4698
4430
|
};
|
|
4699
4431
|
Contract: {
|
|
4700
4432
|
typeUrl: string;
|
|
4433
|
+
aminoType: string;
|
|
4701
4434
|
encode(message: _169.Contract, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
4702
4435
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _169.Contract;
|
|
4703
4436
|
fromPartial(object: import("../helpers").DeepPartial<_169.Contract>): _169.Contract;
|