@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
|
@@ -4,27 +4,19 @@ export class LCDQueryClient {
|
|
|
4
4
|
req;
|
|
5
5
|
constructor({ requestClient }) {
|
|
6
6
|
this.req = requestClient;
|
|
7
|
-
this.nextSequenceSend = this.nextSequenceSend.bind(this);
|
|
8
|
-
this.packetCommitment = this.packetCommitment.bind(this);
|
|
9
|
-
this.packetCommitments = this.packetCommitments.bind(this);
|
|
10
|
-
this.packetAcknowledgement = this.packetAcknowledgement.bind(this);
|
|
11
|
-
this.packetAcknowledgements = this.packetAcknowledgements.bind(this);
|
|
12
|
-
this.packetReceipt = this.packetReceipt.bind(this);
|
|
13
|
-
this.unreceivedPackets = this.unreceivedPackets.bind(this);
|
|
14
|
-
this.unreceivedAcks = this.unreceivedAcks.bind(this);
|
|
15
7
|
}
|
|
16
8
|
/* NextSequenceSend returns the next send sequence for a given channel. */
|
|
17
|
-
async
|
|
9
|
+
nextSequenceSend = async (params) => {
|
|
18
10
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/next_sequence_send`;
|
|
19
11
|
return await this.req.get(endpoint);
|
|
20
|
-
}
|
|
12
|
+
};
|
|
21
13
|
/* PacketCommitment queries a stored packet commitment hash. */
|
|
22
|
-
async
|
|
14
|
+
packetCommitment = async (params) => {
|
|
23
15
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_commitments/${params.sequence}`;
|
|
24
16
|
return await this.req.get(endpoint);
|
|
25
|
-
}
|
|
17
|
+
};
|
|
26
18
|
/* PacketCommitments queries a stored packet commitment hash. */
|
|
27
|
-
async
|
|
19
|
+
packetCommitments = async (params) => {
|
|
28
20
|
const options = {
|
|
29
21
|
params: {}
|
|
30
22
|
};
|
|
@@ -33,14 +25,14 @@ export class LCDQueryClient {
|
|
|
33
25
|
}
|
|
34
26
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_commitments`;
|
|
35
27
|
return await this.req.get(endpoint, options);
|
|
36
|
-
}
|
|
28
|
+
};
|
|
37
29
|
/* PacketAcknowledgement queries a stored acknowledgement commitment hash. */
|
|
38
|
-
async
|
|
30
|
+
packetAcknowledgement = async (params) => {
|
|
39
31
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_acks/${params.sequence}`;
|
|
40
32
|
return await this.req.get(endpoint);
|
|
41
|
-
}
|
|
33
|
+
};
|
|
42
34
|
/* PacketAcknowledgements returns all packet acknowledgements associated with a channel. */
|
|
43
|
-
async
|
|
35
|
+
packetAcknowledgements = async (params) => {
|
|
44
36
|
const options = {
|
|
45
37
|
params: {}
|
|
46
38
|
};
|
|
@@ -52,20 +44,20 @@ export class LCDQueryClient {
|
|
|
52
44
|
}
|
|
53
45
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_acknowledgements`;
|
|
54
46
|
return await this.req.get(endpoint, options);
|
|
55
|
-
}
|
|
47
|
+
};
|
|
56
48
|
/* PacketReceipt queries a stored packet receipt. */
|
|
57
|
-
async
|
|
49
|
+
packetReceipt = async (params) => {
|
|
58
50
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_receipts/${params.sequence}`;
|
|
59
51
|
return await this.req.get(endpoint);
|
|
60
|
-
}
|
|
52
|
+
};
|
|
61
53
|
/* UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences. */
|
|
62
|
-
async
|
|
54
|
+
unreceivedPackets = async (params) => {
|
|
63
55
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_commitments/${params.sequences}/unreceived_packets`;
|
|
64
56
|
return await this.req.get(endpoint);
|
|
65
|
-
}
|
|
57
|
+
};
|
|
66
58
|
/* UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences. */
|
|
67
|
-
async
|
|
59
|
+
unreceivedAcks = async (params) => {
|
|
68
60
|
const endpoint = `ibc/core/channel/v2/clients/${params.clientId}/packet_commitments/${params.packetAckSequences}/unreceived_acks`;
|
|
69
61
|
return await this.req.get(endpoint);
|
|
70
|
-
}
|
|
62
|
+
};
|
|
71
63
|
}
|
|
@@ -5,55 +5,55 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.nextSequenceSend = this.nextSequenceSend.bind(this);
|
|
9
|
-
this.packetCommitment = this.packetCommitment.bind(this);
|
|
10
|
-
this.packetCommitments = this.packetCommitments.bind(this);
|
|
11
|
-
this.packetAcknowledgement = this.packetAcknowledgement.bind(this);
|
|
12
|
-
this.packetAcknowledgements = this.packetAcknowledgements.bind(this);
|
|
13
|
-
this.packetReceipt = this.packetReceipt.bind(this);
|
|
14
|
-
this.unreceivedPackets = this.unreceivedPackets.bind(this);
|
|
15
|
-
this.unreceivedAcks = this.unreceivedAcks.bind(this);
|
|
16
8
|
}
|
|
17
|
-
|
|
9
|
+
/* NextSequenceSend returns the next send sequence for a given channel. */
|
|
10
|
+
nextSequenceSend = async (request) => {
|
|
18
11
|
const data = QueryNextSequenceSendRequest.encode(request).finish();
|
|
19
12
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "NextSequenceSend", data);
|
|
20
13
|
return promise.then(data => QueryNextSequenceSendResponse.decode(new BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
|
|
14
|
+
};
|
|
15
|
+
/* PacketCommitment queries a stored packet commitment hash. */
|
|
16
|
+
packetCommitment = async (request) => {
|
|
23
17
|
const data = QueryPacketCommitmentRequest.encode(request).finish();
|
|
24
18
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "PacketCommitment", data);
|
|
25
19
|
return promise.then(data => QueryPacketCommitmentResponse.decode(new BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
|
|
20
|
+
};
|
|
21
|
+
/* PacketCommitments queries a stored packet commitment hash. */
|
|
22
|
+
packetCommitments = async (request) => {
|
|
28
23
|
const data = QueryPacketCommitmentsRequest.encode(request).finish();
|
|
29
24
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "PacketCommitments", data);
|
|
30
25
|
return promise.then(data => QueryPacketCommitmentsResponse.decode(new BinaryReader(data)));
|
|
31
|
-
}
|
|
32
|
-
|
|
26
|
+
};
|
|
27
|
+
/* PacketAcknowledgement queries a stored acknowledgement commitment hash. */
|
|
28
|
+
packetAcknowledgement = async (request) => {
|
|
33
29
|
const data = QueryPacketAcknowledgementRequest.encode(request).finish();
|
|
34
30
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "PacketAcknowledgement", data);
|
|
35
31
|
return promise.then(data => QueryPacketAcknowledgementResponse.decode(new BinaryReader(data)));
|
|
36
|
-
}
|
|
37
|
-
|
|
32
|
+
};
|
|
33
|
+
/* PacketAcknowledgements returns all packet acknowledgements associated with a channel. */
|
|
34
|
+
packetAcknowledgements = async (request) => {
|
|
38
35
|
const data = QueryPacketAcknowledgementsRequest.encode(request).finish();
|
|
39
36
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "PacketAcknowledgements", data);
|
|
40
37
|
return promise.then(data => QueryPacketAcknowledgementsResponse.decode(new BinaryReader(data)));
|
|
41
|
-
}
|
|
42
|
-
|
|
38
|
+
};
|
|
39
|
+
/* PacketReceipt queries a stored packet receipt. */
|
|
40
|
+
packetReceipt = async (request) => {
|
|
43
41
|
const data = QueryPacketReceiptRequest.encode(request).finish();
|
|
44
42
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "PacketReceipt", data);
|
|
45
43
|
return promise.then(data => QueryPacketReceiptResponse.decode(new BinaryReader(data)));
|
|
46
|
-
}
|
|
47
|
-
|
|
44
|
+
};
|
|
45
|
+
/* UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences. */
|
|
46
|
+
unreceivedPackets = async (request) => {
|
|
48
47
|
const data = QueryUnreceivedPacketsRequest.encode(request).finish();
|
|
49
48
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "UnreceivedPackets", data);
|
|
50
49
|
return promise.then(data => QueryUnreceivedPacketsResponse.decode(new BinaryReader(data)));
|
|
51
|
-
}
|
|
52
|
-
|
|
50
|
+
};
|
|
51
|
+
/* UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences. */
|
|
52
|
+
unreceivedAcks = async (request) => {
|
|
53
53
|
const data = QueryUnreceivedAcksRequest.encode(request).finish();
|
|
54
54
|
const promise = this.rpc.request("ibc.core.channel.v2.Query", "UnreceivedAcks", data);
|
|
55
55
|
return promise.then(data => QueryUnreceivedAcksResponse.decode(new BinaryReader(data)));
|
|
56
|
-
}
|
|
56
|
+
};
|
|
57
57
|
}
|
|
58
58
|
export const createRpcQueryExtension = (base) => {
|
|
59
59
|
const rpc = createProtobufRpcClient(base);
|
|
@@ -16,7 +16,6 @@ export var ResponseResultType;
|
|
|
16
16
|
ResponseResultType[ResponseResultType["RESPONSE_RESULT_TYPE_FAILURE"] = 3] = "RESPONSE_RESULT_TYPE_FAILURE";
|
|
17
17
|
ResponseResultType[ResponseResultType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
18
18
|
})(ResponseResultType || (ResponseResultType = {}));
|
|
19
|
-
export const ResponseResultTypeSDKType = ResponseResultType;
|
|
20
19
|
export const ResponseResultTypeAmino = ResponseResultType;
|
|
21
20
|
export function responseResultTypeFromJSON(object) {
|
|
22
21
|
switch (object) {
|
|
@@ -63,6 +62,7 @@ function createBaseMsgSendPacket() {
|
|
|
63
62
|
}
|
|
64
63
|
export const MsgSendPacket = {
|
|
65
64
|
typeUrl: "/ibc.core.channel.v2.MsgSendPacket",
|
|
65
|
+
aminoType: "cosmos-sdk/MsgSendPacket",
|
|
66
66
|
encode(message, writer = BinaryWriter.create()) {
|
|
67
67
|
if (message.sourceClient !== "") {
|
|
68
68
|
writer.uint32(10).string(message.sourceClient);
|
|
@@ -168,6 +168,7 @@ function createBaseMsgSendPacketResponse() {
|
|
|
168
168
|
}
|
|
169
169
|
export const MsgSendPacketResponse = {
|
|
170
170
|
typeUrl: "/ibc.core.channel.v2.MsgSendPacketResponse",
|
|
171
|
+
aminoType: "cosmos-sdk/MsgSendPacketResponse",
|
|
171
172
|
encode(message, writer = BinaryWriter.create()) {
|
|
172
173
|
if (message.sequence !== BigInt(0)) {
|
|
173
174
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -240,6 +241,7 @@ function createBaseMsgRecvPacket() {
|
|
|
240
241
|
}
|
|
241
242
|
export const MsgRecvPacket = {
|
|
242
243
|
typeUrl: "/ibc.core.channel.v2.MsgRecvPacket",
|
|
244
|
+
aminoType: "cosmos-sdk/MsgRecvPacket",
|
|
243
245
|
encode(message, writer = BinaryWriter.create()) {
|
|
244
246
|
if (message.packet !== undefined) {
|
|
245
247
|
Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -342,6 +344,7 @@ function createBaseMsgRecvPacketResponse() {
|
|
|
342
344
|
}
|
|
343
345
|
export const MsgRecvPacketResponse = {
|
|
344
346
|
typeUrl: "/ibc.core.channel.v2.MsgRecvPacketResponse",
|
|
347
|
+
aminoType: "cosmos-sdk/MsgRecvPacketResponse",
|
|
345
348
|
encode(message, writer = BinaryWriter.create()) {
|
|
346
349
|
if (message.result !== 0) {
|
|
347
350
|
writer.uint32(8).int32(message.result);
|
|
@@ -414,6 +417,7 @@ function createBaseMsgTimeout() {
|
|
|
414
417
|
}
|
|
415
418
|
export const MsgTimeout = {
|
|
416
419
|
typeUrl: "/ibc.core.channel.v2.MsgTimeout",
|
|
420
|
+
aminoType: "cosmos-sdk/MsgTimeout",
|
|
417
421
|
encode(message, writer = BinaryWriter.create()) {
|
|
418
422
|
if (message.packet !== undefined) {
|
|
419
423
|
Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -516,6 +520,7 @@ function createBaseMsgTimeoutResponse() {
|
|
|
516
520
|
}
|
|
517
521
|
export const MsgTimeoutResponse = {
|
|
518
522
|
typeUrl: "/ibc.core.channel.v2.MsgTimeoutResponse",
|
|
523
|
+
aminoType: "cosmos-sdk/MsgTimeoutResponse",
|
|
519
524
|
encode(message, writer = BinaryWriter.create()) {
|
|
520
525
|
if (message.result !== 0) {
|
|
521
526
|
writer.uint32(8).int32(message.result);
|
|
@@ -589,6 +594,7 @@ function createBaseMsgAcknowledgement() {
|
|
|
589
594
|
}
|
|
590
595
|
export const MsgAcknowledgement = {
|
|
591
596
|
typeUrl: "/ibc.core.channel.v2.MsgAcknowledgement",
|
|
597
|
+
aminoType: "cosmos-sdk/MsgAcknowledgement",
|
|
592
598
|
encode(message, writer = BinaryWriter.create()) {
|
|
593
599
|
if (message.packet !== undefined) {
|
|
594
600
|
Packet.encode(message.packet, writer.uint32(10).fork()).ldelim();
|
|
@@ -702,6 +708,7 @@ function createBaseMsgAcknowledgementResponse() {
|
|
|
702
708
|
}
|
|
703
709
|
export const MsgAcknowledgementResponse = {
|
|
704
710
|
typeUrl: "/ibc.core.channel.v2.MsgAcknowledgementResponse",
|
|
711
|
+
aminoType: "cosmos-sdk/MsgAcknowledgementResponse",
|
|
705
712
|
encode(message, writer = BinaryWriter.create()) {
|
|
706
713
|
if (message.result !== 0) {
|
|
707
714
|
writer.uint32(8).int32(message.result);
|
|
@@ -1,87 +1,2 @@
|
|
|
1
1
|
import { MsgSendPacket, MsgRecvPacket, MsgTimeout, MsgAcknowledgement } from "./tx";
|
|
2
2
|
export const registry = [["/ibc.core.channel.v2.MsgSendPacket", MsgSendPacket], ["/ibc.core.channel.v2.MsgRecvPacket", MsgRecvPacket], ["/ibc.core.channel.v2.MsgTimeout", MsgTimeout], ["/ibc.core.channel.v2.MsgAcknowledgement", MsgAcknowledgement]];
|
|
3
|
-
export const load = (protoRegistry) => {
|
|
4
|
-
registry.forEach(([typeUrl, mod]) => {
|
|
5
|
-
protoRegistry.register(typeUrl, mod);
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
export const MessageComposer = {
|
|
9
|
-
encoded: {
|
|
10
|
-
sendPacket(value) {
|
|
11
|
-
return {
|
|
12
|
-
typeUrl: "/ibc.core.channel.v2.MsgSendPacket",
|
|
13
|
-
value: MsgSendPacket.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
},
|
|
16
|
-
recvPacket(value) {
|
|
17
|
-
return {
|
|
18
|
-
typeUrl: "/ibc.core.channel.v2.MsgRecvPacket",
|
|
19
|
-
value: MsgRecvPacket.encode(value).finish()
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
timeout(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/ibc.core.channel.v2.MsgTimeout",
|
|
25
|
-
value: MsgTimeout.encode(value).finish()
|
|
26
|
-
};
|
|
27
|
-
},
|
|
28
|
-
acknowledgement(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/ibc.core.channel.v2.MsgAcknowledgement",
|
|
31
|
-
value: MsgAcknowledgement.encode(value).finish()
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
withTypeUrl: {
|
|
36
|
-
sendPacket(value) {
|
|
37
|
-
return {
|
|
38
|
-
typeUrl: "/ibc.core.channel.v2.MsgSendPacket",
|
|
39
|
-
value
|
|
40
|
-
};
|
|
41
|
-
},
|
|
42
|
-
recvPacket(value) {
|
|
43
|
-
return {
|
|
44
|
-
typeUrl: "/ibc.core.channel.v2.MsgRecvPacket",
|
|
45
|
-
value
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
timeout(value) {
|
|
49
|
-
return {
|
|
50
|
-
typeUrl: "/ibc.core.channel.v2.MsgTimeout",
|
|
51
|
-
value
|
|
52
|
-
};
|
|
53
|
-
},
|
|
54
|
-
acknowledgement(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/ibc.core.channel.v2.MsgAcknowledgement",
|
|
57
|
-
value
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
fromPartial: {
|
|
62
|
-
sendPacket(value) {
|
|
63
|
-
return {
|
|
64
|
-
typeUrl: "/ibc.core.channel.v2.MsgSendPacket",
|
|
65
|
-
value: MsgSendPacket.fromPartial(value)
|
|
66
|
-
};
|
|
67
|
-
},
|
|
68
|
-
recvPacket(value) {
|
|
69
|
-
return {
|
|
70
|
-
typeUrl: "/ibc.core.channel.v2.MsgRecvPacket",
|
|
71
|
-
value: MsgRecvPacket.fromPartial(value)
|
|
72
|
-
};
|
|
73
|
-
},
|
|
74
|
-
timeout(value) {
|
|
75
|
-
return {
|
|
76
|
-
typeUrl: "/ibc.core.channel.v2.MsgTimeout",
|
|
77
|
-
value: MsgTimeout.fromPartial(value)
|
|
78
|
-
};
|
|
79
|
-
},
|
|
80
|
-
acknowledgement(value) {
|
|
81
|
-
return {
|
|
82
|
-
typeUrl: "/ibc.core.channel.v2.MsgAcknowledgement",
|
|
83
|
-
value: MsgAcknowledgement.fromPartial(value)
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
};
|
|
@@ -4,29 +4,32 @@ export class MsgClientImpl {
|
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
6
6
|
this.rpc = rpc;
|
|
7
|
-
this.sendPacket = this.sendPacket.bind(this);
|
|
8
|
-
this.recvPacket = this.recvPacket.bind(this);
|
|
9
|
-
this.timeout = this.timeout.bind(this);
|
|
10
|
-
this.acknowledgement = this.acknowledgement.bind(this);
|
|
11
7
|
}
|
|
12
|
-
|
|
8
|
+
/* SendPacket defines a rpc handler method for MsgSendPacket. */
|
|
9
|
+
sendPacket = async (request) => {
|
|
13
10
|
const data = MsgSendPacket.encode(request).finish();
|
|
14
11
|
const promise = this.rpc.request("ibc.core.channel.v2.Msg", "SendPacket", data);
|
|
15
12
|
return promise.then(data => MsgSendPacketResponse.decode(new BinaryReader(data)));
|
|
16
|
-
}
|
|
17
|
-
|
|
13
|
+
};
|
|
14
|
+
/* RecvPacket defines a rpc handler method for MsgRecvPacket. */
|
|
15
|
+
recvPacket = async (request) => {
|
|
18
16
|
const data = MsgRecvPacket.encode(request).finish();
|
|
19
17
|
const promise = this.rpc.request("ibc.core.channel.v2.Msg", "RecvPacket", data);
|
|
20
18
|
return promise.then(data => MsgRecvPacketResponse.decode(new BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
|
|
19
|
+
};
|
|
20
|
+
/* Timeout defines a rpc handler method for MsgTimeout. */
|
|
21
|
+
timeout = async (request) => {
|
|
23
22
|
const data = MsgTimeout.encode(request).finish();
|
|
24
23
|
const promise = this.rpc.request("ibc.core.channel.v2.Msg", "Timeout", data);
|
|
25
24
|
return promise.then(data => MsgTimeoutResponse.decode(new BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
|
|
25
|
+
};
|
|
26
|
+
/* Acknowledgement defines a rpc handler method for MsgAcknowledgement. */
|
|
27
|
+
acknowledgement = async (request) => {
|
|
28
28
|
const data = MsgAcknowledgement.encode(request).finish();
|
|
29
29
|
const promise = this.rpc.request("ibc.core.channel.v2.Msg", "Acknowledgement", data);
|
|
30
30
|
return promise.then(data => MsgAcknowledgementResponse.decode(new BinaryReader(data)));
|
|
31
|
-
}
|
|
31
|
+
};
|
|
32
32
|
}
|
|
33
|
+
export const createClientImpl = (rpc) => {
|
|
34
|
+
return new MsgClientImpl(rpc);
|
|
35
|
+
};
|
|
@@ -9,6 +9,7 @@ function createBaseIdentifiedClientState() {
|
|
|
9
9
|
}
|
|
10
10
|
export const IdentifiedClientState = {
|
|
11
11
|
typeUrl: "/ibc.core.client.v1.IdentifiedClientState",
|
|
12
|
+
aminoType: "cosmos-sdk/IdentifiedClientState",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.clientId !== "") {
|
|
14
15
|
writer.uint32(10).string(message.clientId);
|
|
@@ -90,6 +91,7 @@ function createBaseConsensusStateWithHeight() {
|
|
|
90
91
|
}
|
|
91
92
|
export const ConsensusStateWithHeight = {
|
|
92
93
|
typeUrl: "/ibc.core.client.v1.ConsensusStateWithHeight",
|
|
94
|
+
aminoType: "cosmos-sdk/ConsensusStateWithHeight",
|
|
93
95
|
encode(message, writer = BinaryWriter.create()) {
|
|
94
96
|
if (message.height !== undefined) {
|
|
95
97
|
Height.encode(message.height, writer.uint32(10).fork()).ldelim();
|
|
@@ -171,6 +173,7 @@ function createBaseClientConsensusStates() {
|
|
|
171
173
|
}
|
|
172
174
|
export const ClientConsensusStates = {
|
|
173
175
|
typeUrl: "/ibc.core.client.v1.ClientConsensusStates",
|
|
176
|
+
aminoType: "cosmos-sdk/ClientConsensusStates",
|
|
174
177
|
encode(message, writer = BinaryWriter.create()) {
|
|
175
178
|
if (message.clientId !== "") {
|
|
176
179
|
writer.uint32(10).string(message.clientId);
|
|
@@ -255,6 +258,7 @@ function createBaseHeight() {
|
|
|
255
258
|
}
|
|
256
259
|
export const Height = {
|
|
257
260
|
typeUrl: "/ibc.core.client.v1.Height",
|
|
261
|
+
aminoType: "cosmos-sdk/Height",
|
|
258
262
|
encode(message, writer = BinaryWriter.create()) {
|
|
259
263
|
if (message.revisionNumber !== BigInt(0)) {
|
|
260
264
|
writer.uint32(8).uint64(message.revisionNumber);
|
|
@@ -331,6 +335,7 @@ function createBaseParams() {
|
|
|
331
335
|
}
|
|
332
336
|
export const Params = {
|
|
333
337
|
typeUrl: "/ibc.core.client.v1.Params",
|
|
338
|
+
aminoType: "cosmos-sdk/Params",
|
|
334
339
|
encode(message, writer = BinaryWriter.create()) {
|
|
335
340
|
for (const v of message.allowedClients) {
|
|
336
341
|
writer.uint32(10).string(v);
|
|
@@ -14,6 +14,7 @@ function createBaseGenesisState() {
|
|
|
14
14
|
}
|
|
15
15
|
export const GenesisState = {
|
|
16
16
|
typeUrl: "/ibc.core.client.v1.GenesisState",
|
|
17
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
17
18
|
encode(message, writer = BinaryWriter.create()) {
|
|
18
19
|
for (const v of message.clients) {
|
|
19
20
|
IdentifiedClientState.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -148,6 +149,7 @@ function createBaseGenesisMetadata() {
|
|
|
148
149
|
}
|
|
149
150
|
export const GenesisMetadata = {
|
|
150
151
|
typeUrl: "/ibc.core.client.v1.GenesisMetadata",
|
|
152
|
+
aminoType: "cosmos-sdk/GenesisMetadata",
|
|
151
153
|
encode(message, writer = BinaryWriter.create()) {
|
|
152
154
|
if (message.key.length !== 0) {
|
|
153
155
|
writer.uint32(10).bytes(message.key);
|
|
@@ -229,6 +231,7 @@ function createBaseIdentifiedGenesisMetadata() {
|
|
|
229
231
|
}
|
|
230
232
|
export const IdentifiedGenesisMetadata = {
|
|
231
233
|
typeUrl: "/ibc.core.client.v1.IdentifiedGenesisMetadata",
|
|
234
|
+
aminoType: "cosmos-sdk/IdentifiedGenesisMetadata",
|
|
232
235
|
encode(message, writer = BinaryWriter.create()) {
|
|
233
236
|
if (message.clientId !== "") {
|
|
234
237
|
writer.uint32(10).string(message.clientId);
|
|
@@ -12,6 +12,7 @@ function createBaseQueryClientStateRequest() {
|
|
|
12
12
|
}
|
|
13
13
|
export const QueryClientStateRequest = {
|
|
14
14
|
typeUrl: "/ibc.core.client.v1.QueryClientStateRequest",
|
|
15
|
+
aminoType: "cosmos-sdk/QueryClientStateRequest",
|
|
15
16
|
encode(message, writer = BinaryWriter.create()) {
|
|
16
17
|
if (message.clientId !== "") {
|
|
17
18
|
writer.uint32(10).string(message.clientId);
|
|
@@ -83,6 +84,7 @@ function createBaseQueryClientStateResponse() {
|
|
|
83
84
|
}
|
|
84
85
|
export const QueryClientStateResponse = {
|
|
85
86
|
typeUrl: "/ibc.core.client.v1.QueryClientStateResponse",
|
|
87
|
+
aminoType: "cosmos-sdk/QueryClientStateResponse",
|
|
86
88
|
encode(message, writer = BinaryWriter.create()) {
|
|
87
89
|
if (message.clientState !== undefined) {
|
|
88
90
|
Any.encode(message.clientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -174,6 +176,7 @@ function createBaseQueryClientStatesRequest() {
|
|
|
174
176
|
}
|
|
175
177
|
export const QueryClientStatesRequest = {
|
|
176
178
|
typeUrl: "/ibc.core.client.v1.QueryClientStatesRequest",
|
|
179
|
+
aminoType: "cosmos-sdk/QueryClientStatesRequest",
|
|
177
180
|
encode(message, writer = BinaryWriter.create()) {
|
|
178
181
|
if (message.pagination !== undefined) {
|
|
179
182
|
PageRequest.encode(message.pagination, writer.uint32(10).fork()).ldelim();
|
|
@@ -244,6 +247,7 @@ function createBaseQueryClientStatesResponse() {
|
|
|
244
247
|
}
|
|
245
248
|
export const QueryClientStatesResponse = {
|
|
246
249
|
typeUrl: "/ibc.core.client.v1.QueryClientStatesResponse",
|
|
250
|
+
aminoType: "cosmos-sdk/QueryClientStatesResponse",
|
|
247
251
|
encode(message, writer = BinaryWriter.create()) {
|
|
248
252
|
for (const v of message.clientStates) {
|
|
249
253
|
IdentifiedClientState.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -330,6 +334,7 @@ function createBaseQueryConsensusStateRequest() {
|
|
|
330
334
|
}
|
|
331
335
|
export const QueryConsensusStateRequest = {
|
|
332
336
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateRequest",
|
|
337
|
+
aminoType: "cosmos-sdk/QueryConsensusStateRequest",
|
|
333
338
|
encode(message, writer = BinaryWriter.create()) {
|
|
334
339
|
if (message.clientId !== "") {
|
|
335
340
|
writer.uint32(10).string(message.clientId);
|
|
@@ -434,6 +439,7 @@ function createBaseQueryConsensusStateResponse() {
|
|
|
434
439
|
}
|
|
435
440
|
export const QueryConsensusStateResponse = {
|
|
436
441
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateResponse",
|
|
442
|
+
aminoType: "cosmos-sdk/QueryConsensusStateResponse",
|
|
437
443
|
encode(message, writer = BinaryWriter.create()) {
|
|
438
444
|
if (message.consensusState !== undefined) {
|
|
439
445
|
Any.encode(message.consensusState, writer.uint32(10).fork()).ldelim();
|
|
@@ -526,6 +532,7 @@ function createBaseQueryConsensusStatesRequest() {
|
|
|
526
532
|
}
|
|
527
533
|
export const QueryConsensusStatesRequest = {
|
|
528
534
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesRequest",
|
|
535
|
+
aminoType: "cosmos-sdk/QueryConsensusStatesRequest",
|
|
529
536
|
encode(message, writer = BinaryWriter.create()) {
|
|
530
537
|
if (message.clientId !== "") {
|
|
531
538
|
writer.uint32(10).string(message.clientId);
|
|
@@ -607,6 +614,7 @@ function createBaseQueryConsensusStatesResponse() {
|
|
|
607
614
|
}
|
|
608
615
|
export const QueryConsensusStatesResponse = {
|
|
609
616
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStatesResponse",
|
|
617
|
+
aminoType: "cosmos-sdk/QueryConsensusStatesResponse",
|
|
610
618
|
encode(message, writer = BinaryWriter.create()) {
|
|
611
619
|
for (const v of message.consensusStates) {
|
|
612
620
|
ConsensusStateWithHeight.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -691,6 +699,7 @@ function createBaseQueryConsensusStateHeightsRequest() {
|
|
|
691
699
|
}
|
|
692
700
|
export const QueryConsensusStateHeightsRequest = {
|
|
693
701
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsRequest",
|
|
702
|
+
aminoType: "cosmos-sdk/QueryConsensusStateHeightsRequest",
|
|
694
703
|
encode(message, writer = BinaryWriter.create()) {
|
|
695
704
|
if (message.clientId !== "") {
|
|
696
705
|
writer.uint32(10).string(message.clientId);
|
|
@@ -772,6 +781,7 @@ function createBaseQueryConsensusStateHeightsResponse() {
|
|
|
772
781
|
}
|
|
773
782
|
export const QueryConsensusStateHeightsResponse = {
|
|
774
783
|
typeUrl: "/ibc.core.client.v1.QueryConsensusStateHeightsResponse",
|
|
784
|
+
aminoType: "cosmos-sdk/QueryConsensusStateHeightsResponse",
|
|
775
785
|
encode(message, writer = BinaryWriter.create()) {
|
|
776
786
|
for (const v of message.consensusStateHeights) {
|
|
777
787
|
Height.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -855,6 +865,7 @@ function createBaseQueryClientStatusRequest() {
|
|
|
855
865
|
}
|
|
856
866
|
export const QueryClientStatusRequest = {
|
|
857
867
|
typeUrl: "/ibc.core.client.v1.QueryClientStatusRequest",
|
|
868
|
+
aminoType: "cosmos-sdk/QueryClientStatusRequest",
|
|
858
869
|
encode(message, writer = BinaryWriter.create()) {
|
|
859
870
|
if (message.clientId !== "") {
|
|
860
871
|
writer.uint32(10).string(message.clientId);
|
|
@@ -924,6 +935,7 @@ function createBaseQueryClientStatusResponse() {
|
|
|
924
935
|
}
|
|
925
936
|
export const QueryClientStatusResponse = {
|
|
926
937
|
typeUrl: "/ibc.core.client.v1.QueryClientStatusResponse",
|
|
938
|
+
aminoType: "cosmos-sdk/QueryClientStatusResponse",
|
|
927
939
|
encode(message, writer = BinaryWriter.create()) {
|
|
928
940
|
if (message.status !== "") {
|
|
929
941
|
writer.uint32(10).string(message.status);
|
|
@@ -991,6 +1003,7 @@ function createBaseQueryClientParamsRequest() {
|
|
|
991
1003
|
}
|
|
992
1004
|
export const QueryClientParamsRequest = {
|
|
993
1005
|
typeUrl: "/ibc.core.client.v1.QueryClientParamsRequest",
|
|
1006
|
+
aminoType: "cosmos-sdk/QueryClientParamsRequest",
|
|
994
1007
|
encode(_, writer = BinaryWriter.create()) {
|
|
995
1008
|
return writer;
|
|
996
1009
|
},
|
|
@@ -1049,6 +1062,7 @@ function createBaseQueryClientParamsResponse() {
|
|
|
1049
1062
|
}
|
|
1050
1063
|
export const QueryClientParamsResponse = {
|
|
1051
1064
|
typeUrl: "/ibc.core.client.v1.QueryClientParamsResponse",
|
|
1065
|
+
aminoType: "cosmos-sdk/QueryClientParamsResponse",
|
|
1052
1066
|
encode(message, writer = BinaryWriter.create()) {
|
|
1053
1067
|
if (message.params !== undefined) {
|
|
1054
1068
|
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -1118,6 +1132,7 @@ function createBaseQueryClientCreatorRequest() {
|
|
|
1118
1132
|
}
|
|
1119
1133
|
export const QueryClientCreatorRequest = {
|
|
1120
1134
|
typeUrl: "/ibc.core.client.v1.QueryClientCreatorRequest",
|
|
1135
|
+
aminoType: "cosmos-sdk/QueryClientCreatorRequest",
|
|
1121
1136
|
encode(message, writer = BinaryWriter.create()) {
|
|
1122
1137
|
if (message.clientId !== "") {
|
|
1123
1138
|
writer.uint32(10).string(message.clientId);
|
|
@@ -1187,6 +1202,7 @@ function createBaseQueryClientCreatorResponse() {
|
|
|
1187
1202
|
}
|
|
1188
1203
|
export const QueryClientCreatorResponse = {
|
|
1189
1204
|
typeUrl: "/ibc.core.client.v1.QueryClientCreatorResponse",
|
|
1205
|
+
aminoType: "cosmos-sdk/QueryClientCreatorResponse",
|
|
1190
1206
|
encode(message, writer = BinaryWriter.create()) {
|
|
1191
1207
|
if (message.creator !== "") {
|
|
1192
1208
|
writer.uint32(10).string(message.creator);
|
|
@@ -1254,6 +1270,7 @@ function createBaseQueryUpgradedClientStateRequest() {
|
|
|
1254
1270
|
}
|
|
1255
1271
|
export const QueryUpgradedClientStateRequest = {
|
|
1256
1272
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateRequest",
|
|
1273
|
+
aminoType: "cosmos-sdk/QueryUpgradedClientStateRequest",
|
|
1257
1274
|
encode(_, writer = BinaryWriter.create()) {
|
|
1258
1275
|
return writer;
|
|
1259
1276
|
},
|
|
@@ -1312,6 +1329,7 @@ function createBaseQueryUpgradedClientStateResponse() {
|
|
|
1312
1329
|
}
|
|
1313
1330
|
export const QueryUpgradedClientStateResponse = {
|
|
1314
1331
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedClientStateResponse",
|
|
1332
|
+
aminoType: "cosmos-sdk/QueryUpgradedClientStateResponse",
|
|
1315
1333
|
encode(message, writer = BinaryWriter.create()) {
|
|
1316
1334
|
if (message.upgradedClientState !== undefined) {
|
|
1317
1335
|
Any.encode(message.upgradedClientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -1379,6 +1397,7 @@ function createBaseQueryUpgradedConsensusStateRequest() {
|
|
|
1379
1397
|
}
|
|
1380
1398
|
export const QueryUpgradedConsensusStateRequest = {
|
|
1381
1399
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateRequest",
|
|
1400
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateRequest",
|
|
1382
1401
|
encode(_, writer = BinaryWriter.create()) {
|
|
1383
1402
|
return writer;
|
|
1384
1403
|
},
|
|
@@ -1437,6 +1456,7 @@ function createBaseQueryUpgradedConsensusStateResponse() {
|
|
|
1437
1456
|
}
|
|
1438
1457
|
export const QueryUpgradedConsensusStateResponse = {
|
|
1439
1458
|
typeUrl: "/ibc.core.client.v1.QueryUpgradedConsensusStateResponse",
|
|
1459
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateResponse",
|
|
1440
1460
|
encode(message, writer = BinaryWriter.create()) {
|
|
1441
1461
|
if (message.upgradedConsensusState !== undefined) {
|
|
1442
1462
|
Any.encode(message.upgradedConsensusState, writer.uint32(10).fork()).ldelim();
|
|
@@ -1512,6 +1532,7 @@ function createBaseQueryVerifyMembershipRequest() {
|
|
|
1512
1532
|
}
|
|
1513
1533
|
export const QueryVerifyMembershipRequest = {
|
|
1514
1534
|
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipRequest",
|
|
1535
|
+
aminoType: "cosmos-sdk/QueryVerifyMembershipRequest",
|
|
1515
1536
|
encode(message, writer = BinaryWriter.create()) {
|
|
1516
1537
|
if (message.clientId !== "") {
|
|
1517
1538
|
writer.uint32(10).string(message.clientId);
|
|
@@ -1647,6 +1668,7 @@ function createBaseQueryVerifyMembershipResponse() {
|
|
|
1647
1668
|
}
|
|
1648
1669
|
export const QueryVerifyMembershipResponse = {
|
|
1649
1670
|
typeUrl: "/ibc.core.client.v1.QueryVerifyMembershipResponse",
|
|
1671
|
+
aminoType: "cosmos-sdk/QueryVerifyMembershipResponse",
|
|
1650
1672
|
encode(message, writer = BinaryWriter.create()) {
|
|
1651
1673
|
if (message.success === true) {
|
|
1652
1674
|
writer.uint32(8).bool(message.success);
|