@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
|
@@ -15,6 +15,7 @@ function createBaseQueryClientStateRequest() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.QueryClientStateRequest = {
|
|
17
17
|
typeUrl: "/ibc.core.client.v1.QueryClientStateRequest",
|
|
18
|
+
aminoType: "cosmos-sdk/QueryClientStateRequest",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.clientId !== "") {
|
|
20
21
|
writer.uint32(10).string(message.clientId);
|
|
@@ -86,6 +87,7 @@ function createBaseQueryClientStateResponse() {
|
|
|
86
87
|
}
|
|
87
88
|
exports.QueryClientStateResponse = {
|
|
88
89
|
typeUrl: "/ibc.core.client.v1.QueryClientStateResponse",
|
|
90
|
+
aminoType: "cosmos-sdk/QueryClientStateResponse",
|
|
89
91
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
90
92
|
if (message.clientState !== undefined) {
|
|
91
93
|
any_1.Any.encode(message.clientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -177,6 +179,7 @@ function createBaseQueryClientStatesRequest() {
|
|
|
177
179
|
}
|
|
178
180
|
exports.QueryClientStatesRequest = {
|
|
179
181
|
typeUrl: "/ibc.core.client.v1.QueryClientStatesRequest",
|
|
182
|
+
aminoType: "cosmos-sdk/QueryClientStatesRequest",
|
|
180
183
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
181
184
|
if (message.pagination !== undefined) {
|
|
182
185
|
pagination_1.PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -247,6 +250,7 @@ function createBaseQueryClientStatesResponse() {
|
|
|
247
250
|
}
|
|
248
251
|
exports.QueryClientStatesResponse = {
|
|
249
252
|
typeUrl: "/ibc.core.client.v1.QueryClientStatesResponse",
|
|
253
|
+
aminoType: "cosmos-sdk/QueryClientStatesResponse",
|
|
250
254
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
251
255
|
for (const v of message.clientStates) {
|
|
252
256
|
client_1.IdentifiedClientState.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -333,6 +337,7 @@ function createBaseQueryConsensusStateRequest() {
|
|
|
333
337
|
}
|
|
334
338
|
exports.QueryConsensusStateRequest = {
|
|
335
339
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateRequest",
|
|
340
|
+
aminoType: "cosmos-sdk/QueryConsensusStateRequest",
|
|
336
341
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
337
342
|
if (message.clientId !== "") {
|
|
338
343
|
writer.uint32(10).string(message.clientId);
|
|
@@ -437,6 +442,7 @@ function createBaseQueryConsensusStateResponse() {
|
|
|
437
442
|
}
|
|
438
443
|
exports.QueryConsensusStateResponse = {
|
|
439
444
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateResponse",
|
|
445
|
+
aminoType: "cosmos-sdk/QueryConsensusStateResponse",
|
|
440
446
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
441
447
|
if (message.consensusState !== undefined) {
|
|
442
448
|
any_1.Any.encode(message.consensusState, writer.uint32(10).fork()).ldelim();
|
|
@@ -529,6 +535,7 @@ function createBaseQueryConsensusStatesRequest() {
|
|
|
529
535
|
}
|
|
530
536
|
exports.QueryConsensusStatesRequest = {
|
|
531
537
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesRequest",
|
|
538
|
+
aminoType: "cosmos-sdk/QueryConsensusStatesRequest",
|
|
532
539
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
533
540
|
if (message.clientId !== "") {
|
|
534
541
|
writer.uint32(10).string(message.clientId);
|
|
@@ -610,6 +617,7 @@ function createBaseQueryConsensusStatesResponse() {
|
|
|
610
617
|
}
|
|
611
618
|
exports.QueryConsensusStatesResponse = {
|
|
612
619
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesResponse",
|
|
620
|
+
aminoType: "cosmos-sdk/QueryConsensusStatesResponse",
|
|
613
621
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
614
622
|
for (const v of message.consensusStates) {
|
|
615
623
|
client_1.ConsensusStateWithHeight.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -694,6 +702,7 @@ function createBaseQueryConsensusStateHeightsRequest() {
|
|
|
694
702
|
}
|
|
695
703
|
exports.QueryConsensusStateHeightsRequest = {
|
|
696
704
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsRequest",
|
|
705
|
+
aminoType: "cosmos-sdk/QueryConsensusStateHeightsRequest",
|
|
697
706
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
698
707
|
if (message.clientId !== "") {
|
|
699
708
|
writer.uint32(10).string(message.clientId);
|
|
@@ -775,6 +784,7 @@ function createBaseQueryConsensusStateHeightsResponse() {
|
|
|
775
784
|
}
|
|
776
785
|
exports.QueryConsensusStateHeightsResponse = {
|
|
777
786
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsResponse",
|
|
787
|
+
aminoType: "cosmos-sdk/QueryConsensusStateHeightsResponse",
|
|
778
788
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
779
789
|
for (const v of message.consensusStateHeights) {
|
|
780
790
|
client_1.Height.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -858,6 +868,7 @@ function createBaseQueryClientStatusRequest() {
|
|
|
858
868
|
}
|
|
859
869
|
exports.QueryClientStatusRequest = {
|
|
860
870
|
typeUrl: "/ibc.core.client.v1.QueryClientStatusRequest",
|
|
871
|
+
aminoType: "cosmos-sdk/QueryClientStatusRequest",
|
|
861
872
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
862
873
|
if (message.clientId !== "") {
|
|
863
874
|
writer.uint32(10).string(message.clientId);
|
|
@@ -927,6 +938,7 @@ function createBaseQueryClientStatusResponse() {
|
|
|
927
938
|
}
|
|
928
939
|
exports.QueryClientStatusResponse = {
|
|
929
940
|
typeUrl: "/ibc.core.client.v1.QueryClientStatusResponse",
|
|
941
|
+
aminoType: "cosmos-sdk/QueryClientStatusResponse",
|
|
930
942
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
931
943
|
if (message.status !== "") {
|
|
932
944
|
writer.uint32(10).string(message.status);
|
|
@@ -994,6 +1006,7 @@ function createBaseQueryClientParamsRequest() {
|
|
|
994
1006
|
}
|
|
995
1007
|
exports.QueryClientParamsRequest = {
|
|
996
1008
|
typeUrl: "/ibc.core.client.v1.QueryClientParamsRequest",
|
|
1009
|
+
aminoType: "cosmos-sdk/QueryClientParamsRequest",
|
|
997
1010
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
998
1011
|
return writer;
|
|
999
1012
|
},
|
|
@@ -1052,6 +1065,7 @@ function createBaseQueryClientParamsResponse() {
|
|
|
1052
1065
|
}
|
|
1053
1066
|
exports.QueryClientParamsResponse = {
|
|
1054
1067
|
typeUrl: "/ibc.core.client.v1.QueryClientParamsResponse",
|
|
1068
|
+
aminoType: "cosmos-sdk/QueryClientParamsResponse",
|
|
1055
1069
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1056
1070
|
if (message.params !== undefined) {
|
|
1057
1071
|
client_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -1121,6 +1135,7 @@ function createBaseQueryClientCreatorRequest() {
|
|
|
1121
1135
|
}
|
|
1122
1136
|
exports.QueryClientCreatorRequest = {
|
|
1123
1137
|
typeUrl: "/ibc.core.client.v1.QueryClientCreatorRequest",
|
|
1138
|
+
aminoType: "cosmos-sdk/QueryClientCreatorRequest",
|
|
1124
1139
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1125
1140
|
if (message.clientId !== "") {
|
|
1126
1141
|
writer.uint32(10).string(message.clientId);
|
|
@@ -1190,6 +1205,7 @@ function createBaseQueryClientCreatorResponse() {
|
|
|
1190
1205
|
}
|
|
1191
1206
|
exports.QueryClientCreatorResponse = {
|
|
1192
1207
|
typeUrl: "/ibc.core.client.v1.QueryClientCreatorResponse",
|
|
1208
|
+
aminoType: "cosmos-sdk/QueryClientCreatorResponse",
|
|
1193
1209
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1194
1210
|
if (message.creator !== "") {
|
|
1195
1211
|
writer.uint32(10).string(message.creator);
|
|
@@ -1257,6 +1273,7 @@ function createBaseQueryUpgradedClientStateRequest() {
|
|
|
1257
1273
|
}
|
|
1258
1274
|
exports.QueryUpgradedClientStateRequest = {
|
|
1259
1275
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateRequest",
|
|
1276
|
+
aminoType: "cosmos-sdk/QueryUpgradedClientStateRequest",
|
|
1260
1277
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
1261
1278
|
return writer;
|
|
1262
1279
|
},
|
|
@@ -1315,6 +1332,7 @@ function createBaseQueryUpgradedClientStateResponse() {
|
|
|
1315
1332
|
}
|
|
1316
1333
|
exports.QueryUpgradedClientStateResponse = {
|
|
1317
1334
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateResponse",
|
|
1335
|
+
aminoType: "cosmos-sdk/QueryUpgradedClientStateResponse",
|
|
1318
1336
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1319
1337
|
if (message.upgradedClientState !== undefined) {
|
|
1320
1338
|
any_1.Any.encode(message.upgradedClientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -1382,6 +1400,7 @@ function createBaseQueryUpgradedConsensusStateRequest() {
|
|
|
1382
1400
|
}
|
|
1383
1401
|
exports.QueryUpgradedConsensusStateRequest = {
|
|
1384
1402
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateRequest",
|
|
1403
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateRequest",
|
|
1385
1404
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
1386
1405
|
return writer;
|
|
1387
1406
|
},
|
|
@@ -1440,6 +1459,7 @@ function createBaseQueryUpgradedConsensusStateResponse() {
|
|
|
1440
1459
|
}
|
|
1441
1460
|
exports.QueryUpgradedConsensusStateResponse = {
|
|
1442
1461
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateResponse",
|
|
1462
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateResponse",
|
|
1443
1463
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1444
1464
|
if (message.upgradedConsensusState !== undefined) {
|
|
1445
1465
|
any_1.Any.encode(message.upgradedConsensusState, writer.uint32(10).fork()).ldelim();
|
|
@@ -1515,6 +1535,7 @@ function createBaseQueryVerifyMembershipRequest() {
|
|
|
1515
1535
|
}
|
|
1516
1536
|
exports.QueryVerifyMembershipRequest = {
|
|
1517
1537
|
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipRequest",
|
|
1538
|
+
aminoType: "cosmos-sdk/QueryVerifyMembershipRequest",
|
|
1518
1539
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1519
1540
|
if (message.clientId !== "") {
|
|
1520
1541
|
writer.uint32(10).string(message.clientId);
|
|
@@ -1650,6 +1671,7 @@ function createBaseQueryVerifyMembershipResponse() {
|
|
|
1650
1671
|
}
|
|
1651
1672
|
exports.QueryVerifyMembershipResponse = {
|
|
1652
1673
|
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipResponse",
|
|
1674
|
+
aminoType: "cosmos-sdk/QueryVerifyMembershipResponse",
|
|
1653
1675
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1654
1676
|
if (message.success === true) {
|
|
1655
1677
|
writer.uint32(8).bool(message.success);
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryClientStateRequest,
|
|
2
|
+
import { QueryClientStateRequest, QueryClientStateResponse, QueryClientStatesRequest, QueryClientStatesResponse, QueryConsensusStateRequest, QueryConsensusStateResponse, QueryConsensusStatesRequest, QueryConsensusStatesResponse, QueryConsensusStateHeightsRequest, QueryConsensusStateHeightsResponse, QueryClientStatusRequest, QueryClientStatusResponse, QueryClientParamsRequest, QueryClientParamsResponse, QueryClientCreatorRequest, QueryClientCreatorResponse, QueryUpgradedClientStateRequest, QueryUpgradedClientStateResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
clientState(params: QueryClientStateRequest)
|
|
9
|
-
clientStates(params?: QueryClientStatesRequest)
|
|
10
|
-
consensusState(params: QueryConsensusStateRequest)
|
|
11
|
-
consensusStates(params: QueryConsensusStatesRequest)
|
|
12
|
-
consensusStateHeights(params: QueryConsensusStateHeightsRequest)
|
|
13
|
-
clientStatus(params: QueryClientStatusRequest)
|
|
14
|
-
clientParams(_params?: QueryClientParamsRequest)
|
|
15
|
-
clientCreator(params: QueryClientCreatorRequest)
|
|
16
|
-
upgradedClientState(_params?: QueryUpgradedClientStateRequest)
|
|
17
|
-
upgradedConsensusState(_params?: QueryUpgradedConsensusStateRequest)
|
|
8
|
+
clientState: (params: QueryClientStateRequest) => Promise<QueryClientStateResponse>;
|
|
9
|
+
clientStates: (params?: QueryClientStatesRequest) => Promise<QueryClientStatesResponse>;
|
|
10
|
+
consensusState: (params: QueryConsensusStateRequest) => Promise<QueryConsensusStateResponse>;
|
|
11
|
+
consensusStates: (params: QueryConsensusStatesRequest) => Promise<QueryConsensusStatesResponse>;
|
|
12
|
+
consensusStateHeights: (params: QueryConsensusStateHeightsRequest) => Promise<QueryConsensusStateHeightsResponse>;
|
|
13
|
+
clientStatus: (params: QueryClientStatusRequest) => Promise<QueryClientStatusResponse>;
|
|
14
|
+
clientParams: (_params?: QueryClientParamsRequest) => Promise<QueryClientParamsResponse>;
|
|
15
|
+
clientCreator: (params: QueryClientCreatorRequest) => Promise<QueryClientCreatorResponse>;
|
|
16
|
+
upgradedClientState: (_params?: QueryUpgradedClientStateRequest) => Promise<QueryUpgradedClientStateResponse>;
|
|
17
|
+
upgradedConsensusState: (_params?: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
|
|
18
18
|
}
|
|
@@ -7,26 +7,16 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.clientState = this.clientState.bind(this);
|
|
11
|
-
this.clientStates = this.clientStates.bind(this);
|
|
12
|
-
this.consensusState = this.consensusState.bind(this);
|
|
13
|
-
this.consensusStates = this.consensusStates.bind(this);
|
|
14
|
-
this.consensusStateHeights = this.consensusStateHeights.bind(this);
|
|
15
|
-
this.clientStatus = this.clientStatus.bind(this);
|
|
16
|
-
this.clientParams = this.clientParams.bind(this);
|
|
17
|
-
this.clientCreator = this.clientCreator.bind(this);
|
|
18
|
-
this.upgradedClientState = this.upgradedClientState.bind(this);
|
|
19
|
-
this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
|
|
20
10
|
}
|
|
21
11
|
/* ClientState queries an IBC light client. */
|
|
22
|
-
async
|
|
12
|
+
clientState = async (params) => {
|
|
23
13
|
const endpoint = `ibc/core/client/v1/client_states/${params.clientId}`;
|
|
24
14
|
return await this.req.get(endpoint);
|
|
25
|
-
}
|
|
15
|
+
};
|
|
26
16
|
/* ClientStates queries all the IBC light clients of a chain. */
|
|
27
|
-
async
|
|
17
|
+
clientStates = async (params = {
|
|
28
18
|
pagination: undefined
|
|
29
|
-
}) {
|
|
19
|
+
}) => {
|
|
30
20
|
const options = {
|
|
31
21
|
params: {}
|
|
32
22
|
};
|
|
@@ -35,10 +25,10 @@ class LCDQueryClient {
|
|
|
35
25
|
}
|
|
36
26
|
const endpoint = `ibc/core/client/v1/client_states`;
|
|
37
27
|
return await this.req.get(endpoint, options);
|
|
38
|
-
}
|
|
28
|
+
};
|
|
39
29
|
/* ConsensusState queries a consensus state associated with a client state at
|
|
40
30
|
a given height. */
|
|
41
|
-
async
|
|
31
|
+
consensusState = async (params) => {
|
|
42
32
|
const options = {
|
|
43
33
|
params: {}
|
|
44
34
|
};
|
|
@@ -47,10 +37,10 @@ class LCDQueryClient {
|
|
|
47
37
|
}
|
|
48
38
|
const endpoint = `ibc/core/client/v1/consensus_states/${params.clientId}/revision/${params.revisionNumber}/height/${params.revisionHeight}`;
|
|
49
39
|
return await this.req.get(endpoint, options);
|
|
50
|
-
}
|
|
40
|
+
};
|
|
51
41
|
/* ConsensusStates queries all the consensus state associated with a given
|
|
52
42
|
client. */
|
|
53
|
-
async
|
|
43
|
+
consensusStates = async (params) => {
|
|
54
44
|
const options = {
|
|
55
45
|
params: {}
|
|
56
46
|
};
|
|
@@ -59,9 +49,9 @@ class LCDQueryClient {
|
|
|
59
49
|
}
|
|
60
50
|
const endpoint = `ibc/core/client/v1/consensus_states/${params.clientId}`;
|
|
61
51
|
return await this.req.get(endpoint, options);
|
|
62
|
-
}
|
|
52
|
+
};
|
|
63
53
|
/* ConsensusStateHeights queries the height of every consensus states associated with a given client. */
|
|
64
|
-
async
|
|
54
|
+
consensusStateHeights = async (params) => {
|
|
65
55
|
const options = {
|
|
66
56
|
params: {}
|
|
67
57
|
};
|
|
@@ -70,31 +60,31 @@ class LCDQueryClient {
|
|
|
70
60
|
}
|
|
71
61
|
const endpoint = `ibc/core/client/v1/consensus_states/${params.clientId}/heights`;
|
|
72
62
|
return await this.req.get(endpoint, options);
|
|
73
|
-
}
|
|
63
|
+
};
|
|
74
64
|
/* Status queries the status of an IBC client. */
|
|
75
|
-
async
|
|
65
|
+
clientStatus = async (params) => {
|
|
76
66
|
const endpoint = `ibc/core/client/v1/client_status/${params.clientId}`;
|
|
77
67
|
return await this.req.get(endpoint);
|
|
78
|
-
}
|
|
68
|
+
};
|
|
79
69
|
/* ClientParams queries all parameters of the ibc client submodule. */
|
|
80
|
-
async
|
|
70
|
+
clientParams = async (_params = {}) => {
|
|
81
71
|
const endpoint = `ibc/core/client/v1/params`;
|
|
82
72
|
return await this.req.get(endpoint);
|
|
83
|
-
}
|
|
73
|
+
};
|
|
84
74
|
/* ClientCreator queries the creator of a given client. */
|
|
85
|
-
async
|
|
75
|
+
clientCreator = async (params) => {
|
|
86
76
|
const endpoint = `ibc/core/client/v1/client_creator/${params.clientId}`;
|
|
87
77
|
return await this.req.get(endpoint);
|
|
88
|
-
}
|
|
78
|
+
};
|
|
89
79
|
/* UpgradedClientState queries an Upgraded IBC light client. */
|
|
90
|
-
async
|
|
80
|
+
upgradedClientState = async (_params = {}) => {
|
|
91
81
|
const endpoint = `ibc/core/client/v1/upgraded_client_states`;
|
|
92
82
|
return await this.req.get(endpoint);
|
|
93
|
-
}
|
|
83
|
+
};
|
|
94
84
|
/* UpgradedConsensusState queries an Upgraded IBC consensus state. */
|
|
95
|
-
async
|
|
85
|
+
upgradedConsensusState = async (_params = {}) => {
|
|
96
86
|
const endpoint = `ibc/core/client/v1/upgraded_consensus_states`;
|
|
97
87
|
return await this.req.get(endpoint);
|
|
98
|
-
}
|
|
88
|
+
};
|
|
99
89
|
}
|
|
100
90
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -35,17 +35,17 @@ export interface Query {
|
|
|
35
35
|
export declare class QueryClientImpl implements Query {
|
|
36
36
|
private readonly rpc;
|
|
37
37
|
constructor(rpc: TxRpc);
|
|
38
|
-
clientState(request: QueryClientStateRequest)
|
|
39
|
-
clientStates(request?: QueryClientStatesRequest)
|
|
40
|
-
consensusState(request: QueryConsensusStateRequest)
|
|
41
|
-
consensusStates(request: QueryConsensusStatesRequest)
|
|
42
|
-
consensusStateHeights(request: QueryConsensusStateHeightsRequest)
|
|
43
|
-
clientStatus(request: QueryClientStatusRequest)
|
|
44
|
-
clientParams(request?: QueryClientParamsRequest)
|
|
45
|
-
clientCreator(request: QueryClientCreatorRequest)
|
|
46
|
-
upgradedClientState(request?: QueryUpgradedClientStateRequest)
|
|
47
|
-
upgradedConsensusState(request?: QueryUpgradedConsensusStateRequest)
|
|
48
|
-
verifyMembership(request: QueryVerifyMembershipRequest)
|
|
38
|
+
clientState: (request: QueryClientStateRequest) => Promise<QueryClientStateResponse>;
|
|
39
|
+
clientStates: (request?: QueryClientStatesRequest) => Promise<QueryClientStatesResponse>;
|
|
40
|
+
consensusState: (request: QueryConsensusStateRequest) => Promise<QueryConsensusStateResponse>;
|
|
41
|
+
consensusStates: (request: QueryConsensusStatesRequest) => Promise<QueryConsensusStatesResponse>;
|
|
42
|
+
consensusStateHeights: (request: QueryConsensusStateHeightsRequest) => Promise<QueryConsensusStateHeightsResponse>;
|
|
43
|
+
clientStatus: (request: QueryClientStatusRequest) => Promise<QueryClientStatusResponse>;
|
|
44
|
+
clientParams: (request?: QueryClientParamsRequest) => Promise<QueryClientParamsResponse>;
|
|
45
|
+
clientCreator: (request: QueryClientCreatorRequest) => Promise<QueryClientCreatorResponse>;
|
|
46
|
+
upgradedClientState: (request?: QueryUpgradedClientStateRequest) => Promise<QueryUpgradedClientStateResponse>;
|
|
47
|
+
upgradedConsensusState: (request?: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
|
|
48
|
+
verifyMembership: (request: QueryVerifyMembershipRequest) => Promise<QueryVerifyMembershipResponse>;
|
|
49
49
|
}
|
|
50
50
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
51
51
|
clientState(request: QueryClientStateRequest): Promise<QueryClientStateResponse>;
|
|
@@ -8,75 +8,77 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.clientState = this.clientState.bind(this);
|
|
12
|
-
this.clientStates = this.clientStates.bind(this);
|
|
13
|
-
this.consensusState = this.consensusState.bind(this);
|
|
14
|
-
this.consensusStates = this.consensusStates.bind(this);
|
|
15
|
-
this.consensusStateHeights = this.consensusStateHeights.bind(this);
|
|
16
|
-
this.clientStatus = this.clientStatus.bind(this);
|
|
17
|
-
this.clientParams = this.clientParams.bind(this);
|
|
18
|
-
this.clientCreator = this.clientCreator.bind(this);
|
|
19
|
-
this.upgradedClientState = this.upgradedClientState.bind(this);
|
|
20
|
-
this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
|
|
21
|
-
this.verifyMembership = this.verifyMembership.bind(this);
|
|
22
11
|
}
|
|
23
|
-
|
|
12
|
+
/* ClientState queries an IBC light client. */
|
|
13
|
+
clientState = async (request) => {
|
|
24
14
|
const data = query_1.QueryClientStateRequest.encode(request).finish();
|
|
25
15
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ClientState", data);
|
|
26
16
|
return promise.then(data => query_1.QueryClientStateResponse.decode(new binary_1.BinaryReader(data)));
|
|
27
|
-
}
|
|
28
|
-
|
|
17
|
+
};
|
|
18
|
+
/* ClientStates queries all the IBC light clients of a chain. */
|
|
19
|
+
clientStates = async (request = {
|
|
29
20
|
pagination: undefined
|
|
30
|
-
}) {
|
|
21
|
+
}) => {
|
|
31
22
|
const data = query_1.QueryClientStatesRequest.encode(request).finish();
|
|
32
23
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ClientStates", data);
|
|
33
24
|
return promise.then(data => query_1.QueryClientStatesResponse.decode(new binary_1.BinaryReader(data)));
|
|
34
|
-
}
|
|
35
|
-
|
|
25
|
+
};
|
|
26
|
+
/* ConsensusState queries a consensus state associated with a client state at
|
|
27
|
+
a given height. */
|
|
28
|
+
consensusState = async (request) => {
|
|
36
29
|
const data = query_1.QueryConsensusStateRequest.encode(request).finish();
|
|
37
30
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ConsensusState", data);
|
|
38
31
|
return promise.then(data => query_1.QueryConsensusStateResponse.decode(new binary_1.BinaryReader(data)));
|
|
39
|
-
}
|
|
40
|
-
|
|
32
|
+
};
|
|
33
|
+
/* ConsensusStates queries all the consensus state associated with a given
|
|
34
|
+
client. */
|
|
35
|
+
consensusStates = async (request) => {
|
|
41
36
|
const data = query_1.QueryConsensusStatesRequest.encode(request).finish();
|
|
42
37
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ConsensusStates", data);
|
|
43
38
|
return promise.then(data => query_1.QueryConsensusStatesResponse.decode(new binary_1.BinaryReader(data)));
|
|
44
|
-
}
|
|
45
|
-
|
|
39
|
+
};
|
|
40
|
+
/* ConsensusStateHeights queries the height of every consensus states associated with a given client. */
|
|
41
|
+
consensusStateHeights = async (request) => {
|
|
46
42
|
const data = query_1.QueryConsensusStateHeightsRequest.encode(request).finish();
|
|
47
43
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ConsensusStateHeights", data);
|
|
48
44
|
return promise.then(data => query_1.QueryConsensusStateHeightsResponse.decode(new binary_1.BinaryReader(data)));
|
|
49
|
-
}
|
|
50
|
-
|
|
45
|
+
};
|
|
46
|
+
/* Status queries the status of an IBC client. */
|
|
47
|
+
clientStatus = async (request) => {
|
|
51
48
|
const data = query_1.QueryClientStatusRequest.encode(request).finish();
|
|
52
49
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ClientStatus", data);
|
|
53
50
|
return promise.then(data => query_1.QueryClientStatusResponse.decode(new binary_1.BinaryReader(data)));
|
|
54
|
-
}
|
|
55
|
-
|
|
51
|
+
};
|
|
52
|
+
/* ClientParams queries all parameters of the ibc client submodule. */
|
|
53
|
+
clientParams = async (request = {}) => {
|
|
56
54
|
const data = query_1.QueryClientParamsRequest.encode(request).finish();
|
|
57
55
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ClientParams", data);
|
|
58
56
|
return promise.then(data => query_1.QueryClientParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
59
|
-
}
|
|
60
|
-
|
|
57
|
+
};
|
|
58
|
+
/* ClientCreator queries the creator of a given client. */
|
|
59
|
+
clientCreator = async (request) => {
|
|
61
60
|
const data = query_1.QueryClientCreatorRequest.encode(request).finish();
|
|
62
61
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "ClientCreator", data);
|
|
63
62
|
return promise.then(data => query_1.QueryClientCreatorResponse.decode(new binary_1.BinaryReader(data)));
|
|
64
|
-
}
|
|
65
|
-
|
|
63
|
+
};
|
|
64
|
+
/* UpgradedClientState queries an Upgraded IBC light client. */
|
|
65
|
+
upgradedClientState = async (request = {}) => {
|
|
66
66
|
const data = query_1.QueryUpgradedClientStateRequest.encode(request).finish();
|
|
67
67
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "UpgradedClientState", data);
|
|
68
68
|
return promise.then(data => query_1.QueryUpgradedClientStateResponse.decode(new binary_1.BinaryReader(data)));
|
|
69
|
-
}
|
|
70
|
-
|
|
69
|
+
};
|
|
70
|
+
/* UpgradedConsensusState queries an Upgraded IBC consensus state. */
|
|
71
|
+
upgradedConsensusState = async (request = {}) => {
|
|
71
72
|
const data = query_1.QueryUpgradedConsensusStateRequest.encode(request).finish();
|
|
72
73
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "UpgradedConsensusState", data);
|
|
73
74
|
return promise.then(data => query_1.QueryUpgradedConsensusStateResponse.decode(new binary_1.BinaryReader(data)));
|
|
74
|
-
}
|
|
75
|
-
|
|
75
|
+
};
|
|
76
|
+
/* VerifyMembership queries an IBC light client for proof verification of a value at a given key path. */
|
|
77
|
+
verifyMembership = async (request) => {
|
|
76
78
|
const data = query_1.QueryVerifyMembershipRequest.encode(request).finish();
|
|
77
79
|
const promise = this.rpc.request("ibc.core.client.v1.Query", "VerifyMembership", data);
|
|
78
80
|
return promise.then(data => query_1.QueryVerifyMembershipResponse.decode(new binary_1.BinaryReader(data)));
|
|
79
|
-
}
|
|
81
|
+
};
|
|
80
82
|
}
|
|
81
83
|
exports.QueryClientImpl = QueryClientImpl;
|
|
82
84
|
const createRpcQueryExtension = (base) => {
|