@sparkdreamnft/sparkdreamjs 0.0.2 → 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 +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- 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 +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- 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 +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- 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 +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- 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 +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- 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 +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- 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 +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- 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 +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- 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 +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- 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 +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- 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 +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- 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 +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- 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 +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- 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 +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- 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 +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- 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 +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- 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 +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- 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 +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- 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 +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- 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 +4 -24
- 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/index.js +1 -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/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- 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 +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- 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 +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- 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 +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- 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 +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- 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 +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- 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 +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- 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 +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- 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 +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- 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 +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- 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 +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- 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 +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Params = exports.Version = exports.ConnectionPaths = exports.ClientPaths = exports.Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.StateAmino = exports.
|
|
3
|
+
exports.Params = exports.Version = exports.ConnectionPaths = exports.ClientPaths = exports.Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.StateAmino = exports.State = void 0;
|
|
4
4
|
exports.stateFromJSON = stateFromJSON;
|
|
5
5
|
exports.stateToJSON = stateToJSON;
|
|
6
6
|
//@ts-nocheck
|
|
@@ -25,7 +25,6 @@ var State;
|
|
|
25
25
|
State[State["STATE_OPEN"] = 3] = "STATE_OPEN";
|
|
26
26
|
State[State["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
27
27
|
})(State || (exports.State = State = {}));
|
|
28
|
-
exports.StateSDKType = State;
|
|
29
28
|
exports.StateAmino = State;
|
|
30
29
|
function stateFromJSON(object) {
|
|
31
30
|
switch (object) {
|
|
@@ -73,6 +72,7 @@ function createBaseConnectionEnd() {
|
|
|
73
72
|
}
|
|
74
73
|
exports.ConnectionEnd = {
|
|
75
74
|
typeUrl: "/ibc.core.connection.v1.ConnectionEnd",
|
|
75
|
+
aminoType: "cosmos-sdk/ConnectionEnd",
|
|
76
76
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
77
77
|
if (message.clientId !== "") {
|
|
78
78
|
writer.uint32(10).string(message.clientId);
|
|
@@ -194,6 +194,7 @@ function createBaseIdentifiedConnection() {
|
|
|
194
194
|
}
|
|
195
195
|
exports.IdentifiedConnection = {
|
|
196
196
|
typeUrl: "/ibc.core.connection.v1.IdentifiedConnection",
|
|
197
|
+
aminoType: "cosmos-sdk/IdentifiedConnection",
|
|
197
198
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
198
199
|
if (message.id !== "") {
|
|
199
200
|
writer.uint32(10).string(message.id);
|
|
@@ -323,6 +324,7 @@ function createBaseCounterparty() {
|
|
|
323
324
|
}
|
|
324
325
|
exports.Counterparty = {
|
|
325
326
|
typeUrl: "/ibc.core.connection.v1.Counterparty",
|
|
327
|
+
aminoType: "cosmos-sdk/Counterparty",
|
|
326
328
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
327
329
|
if (message.clientId !== "") {
|
|
328
330
|
writer.uint32(10).string(message.clientId);
|
|
@@ -414,6 +416,7 @@ function createBaseClientPaths() {
|
|
|
414
416
|
}
|
|
415
417
|
exports.ClientPaths = {
|
|
416
418
|
typeUrl: "/ibc.core.connection.v1.ClientPaths",
|
|
419
|
+
aminoType: "cosmos-sdk/ClientPaths",
|
|
417
420
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
418
421
|
for (const v of message.paths) {
|
|
419
422
|
writer.uint32(10).string(v);
|
|
@@ -487,6 +490,7 @@ function createBaseConnectionPaths() {
|
|
|
487
490
|
}
|
|
488
491
|
exports.ConnectionPaths = {
|
|
489
492
|
typeUrl: "/ibc.core.connection.v1.ConnectionPaths",
|
|
493
|
+
aminoType: "cosmos-sdk/ConnectionPaths",
|
|
490
494
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
491
495
|
if (message.clientId !== "") {
|
|
492
496
|
writer.uint32(10).string(message.clientId);
|
|
@@ -571,6 +575,7 @@ function createBaseVersion() {
|
|
|
571
575
|
}
|
|
572
576
|
exports.Version = {
|
|
573
577
|
typeUrl: "/ibc.core.connection.v1.Version",
|
|
578
|
+
aminoType: "cosmos-sdk/Version",
|
|
574
579
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
575
580
|
if (message.identifier !== "") {
|
|
576
581
|
writer.uint32(10).string(message.identifier);
|
|
@@ -654,6 +659,7 @@ function createBaseParams() {
|
|
|
654
659
|
}
|
|
655
660
|
exports.Params = {
|
|
656
661
|
typeUrl: "/ibc.core.connection.v1.Params",
|
|
662
|
+
aminoType: "cosmos-sdk/Params",
|
|
657
663
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
658
664
|
if (message.maxExpectedTimePerBlock !== BigInt(0)) {
|
|
659
665
|
writer.uint32(8).uint64(message.maxExpectedTimePerBlock);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IdentifiedConnection, IdentifiedConnectionAmino,
|
|
1
|
+
import { IdentifiedConnection, IdentifiedConnectionAmino, ConnectionPaths, ConnectionPathsAmino, Params, ParamsAmino } from "./connection";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** GenesisState defines the ibc connection submodule's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
connections: IdentifiedConnection[];
|
|
@@ -24,18 +25,12 @@ export interface GenesisStateAminoMsg {
|
|
|
24
25
|
type: "cosmos-sdk/GenesisState";
|
|
25
26
|
value: GenesisStateAmino;
|
|
26
27
|
}
|
|
27
|
-
/** GenesisState defines the ibc connection submodule's genesis state. */
|
|
28
|
-
export interface GenesisStateSDKType {
|
|
29
|
-
connections: IdentifiedConnectionSDKType[];
|
|
30
|
-
client_connection_paths: ConnectionPathsSDKType[];
|
|
31
|
-
next_connection_sequence: bigint;
|
|
32
|
-
params: ParamsSDKType;
|
|
33
|
-
}
|
|
34
28
|
export declare const GenesisState: {
|
|
35
29
|
typeUrl: string;
|
|
30
|
+
aminoType: string;
|
|
36
31
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
37
32
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
38
|
-
fromPartial(object:
|
|
33
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
39
34
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
40
35
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
41
36
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -14,6 +14,7 @@ function createBaseGenesisState() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.GenesisState = {
|
|
16
16
|
typeUrl: "/ibc.core.connection.v1.GenesisState",
|
|
17
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
for (const v of message.connections) {
|
|
19
20
|
connection_1.IdentifiedConnection.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { ConnectionEnd, ConnectionEndAmino,
|
|
3
|
-
import { Height, HeightAmino,
|
|
4
|
-
import { Any, AnyAmino
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { ConnectionEnd, ConnectionEndAmino, IdentifiedConnection, IdentifiedConnectionAmino } from "./connection";
|
|
3
|
+
import { Height, HeightAmino, IdentifiedClientState, IdentifiedClientStateAmino, Params, ParamsAmino } from "../../client/v1/client";
|
|
4
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../../helpers";
|
|
6
7
|
/**
|
|
7
8
|
* QueryConnectionRequest is the request type for the Query/Connection RPC
|
|
8
9
|
* method
|
|
@@ -27,13 +28,6 @@ export interface QueryConnectionRequestAminoMsg {
|
|
|
27
28
|
type: "cosmos-sdk/QueryConnectionRequest";
|
|
28
29
|
value: QueryConnectionRequestAmino;
|
|
29
30
|
}
|
|
30
|
-
/**
|
|
31
|
-
* QueryConnectionRequest is the request type for the Query/Connection RPC
|
|
32
|
-
* method
|
|
33
|
-
*/
|
|
34
|
-
export interface QueryConnectionRequestSDKType {
|
|
35
|
-
connection_id: string;
|
|
36
|
-
}
|
|
37
31
|
/**
|
|
38
32
|
* QueryConnectionResponse is the response type for the Query/Connection RPC
|
|
39
33
|
* method. Besides the connection end, it includes a proof and the height from
|
|
@@ -68,16 +62,6 @@ export interface QueryConnectionResponseAminoMsg {
|
|
|
68
62
|
type: "cosmos-sdk/QueryConnectionResponse";
|
|
69
63
|
value: QueryConnectionResponseAmino;
|
|
70
64
|
}
|
|
71
|
-
/**
|
|
72
|
-
* QueryConnectionResponse is the response type for the Query/Connection RPC
|
|
73
|
-
* method. Besides the connection end, it includes a proof and the height from
|
|
74
|
-
* which the proof was retrieved.
|
|
75
|
-
*/
|
|
76
|
-
export interface QueryConnectionResponseSDKType {
|
|
77
|
-
connection?: ConnectionEndSDKType;
|
|
78
|
-
proof: Uint8Array;
|
|
79
|
-
proof_height: HeightSDKType;
|
|
80
|
-
}
|
|
81
65
|
/**
|
|
82
66
|
* QueryConnectionsRequest is the request type for the Query/Connections RPC
|
|
83
67
|
* method
|
|
@@ -100,13 +84,6 @@ export interface QueryConnectionsRequestAminoMsg {
|
|
|
100
84
|
type: "cosmos-sdk/QueryConnectionsRequest";
|
|
101
85
|
value: QueryConnectionsRequestAmino;
|
|
102
86
|
}
|
|
103
|
-
/**
|
|
104
|
-
* QueryConnectionsRequest is the request type for the Query/Connections RPC
|
|
105
|
-
* method
|
|
106
|
-
*/
|
|
107
|
-
export interface QueryConnectionsRequestSDKType {
|
|
108
|
-
pagination?: PageRequestSDKType;
|
|
109
|
-
}
|
|
110
87
|
/**
|
|
111
88
|
* QueryConnectionsResponse is the response type for the Query/Connections RPC
|
|
112
89
|
* method.
|
|
@@ -139,15 +116,6 @@ export interface QueryConnectionsResponseAminoMsg {
|
|
|
139
116
|
type: "cosmos-sdk/QueryConnectionsResponse";
|
|
140
117
|
value: QueryConnectionsResponseAmino;
|
|
141
118
|
}
|
|
142
|
-
/**
|
|
143
|
-
* QueryConnectionsResponse is the response type for the Query/Connections RPC
|
|
144
|
-
* method.
|
|
145
|
-
*/
|
|
146
|
-
export interface QueryConnectionsResponseSDKType {
|
|
147
|
-
connections: IdentifiedConnectionSDKType[];
|
|
148
|
-
pagination?: PageResponseSDKType;
|
|
149
|
-
height: HeightSDKType;
|
|
150
|
-
}
|
|
151
119
|
/**
|
|
152
120
|
* QueryClientConnectionsRequest is the request type for the
|
|
153
121
|
* Query/ClientConnections RPC method
|
|
@@ -172,13 +140,6 @@ export interface QueryClientConnectionsRequestAminoMsg {
|
|
|
172
140
|
type: "cosmos-sdk/QueryClientConnectionsRequest";
|
|
173
141
|
value: QueryClientConnectionsRequestAmino;
|
|
174
142
|
}
|
|
175
|
-
/**
|
|
176
|
-
* QueryClientConnectionsRequest is the request type for the
|
|
177
|
-
* Query/ClientConnections RPC method
|
|
178
|
-
*/
|
|
179
|
-
export interface QueryClientConnectionsRequestSDKType {
|
|
180
|
-
client_id: string;
|
|
181
|
-
}
|
|
182
143
|
/**
|
|
183
144
|
* QueryClientConnectionsResponse is the response type for the
|
|
184
145
|
* Query/ClientConnections RPC method
|
|
@@ -211,15 +172,6 @@ export interface QueryClientConnectionsResponseAminoMsg {
|
|
|
211
172
|
type: "cosmos-sdk/QueryClientConnectionsResponse";
|
|
212
173
|
value: QueryClientConnectionsResponseAmino;
|
|
213
174
|
}
|
|
214
|
-
/**
|
|
215
|
-
* QueryClientConnectionsResponse is the response type for the
|
|
216
|
-
* Query/ClientConnections RPC method
|
|
217
|
-
*/
|
|
218
|
-
export interface QueryClientConnectionsResponseSDKType {
|
|
219
|
-
connection_paths: string[];
|
|
220
|
-
proof: Uint8Array;
|
|
221
|
-
proof_height: HeightSDKType;
|
|
222
|
-
}
|
|
223
175
|
/**
|
|
224
176
|
* QueryConnectionClientStateRequest is the request type for the
|
|
225
177
|
* Query/ConnectionClientState RPC method
|
|
@@ -244,13 +196,6 @@ export interface QueryConnectionClientStateRequestAminoMsg {
|
|
|
244
196
|
type: "cosmos-sdk/QueryConnectionClientStateRequest";
|
|
245
197
|
value: QueryConnectionClientStateRequestAmino;
|
|
246
198
|
}
|
|
247
|
-
/**
|
|
248
|
-
* QueryConnectionClientStateRequest is the request type for the
|
|
249
|
-
* Query/ConnectionClientState RPC method
|
|
250
|
-
*/
|
|
251
|
-
export interface QueryConnectionClientStateRequestSDKType {
|
|
252
|
-
connection_id: string;
|
|
253
|
-
}
|
|
254
199
|
/**
|
|
255
200
|
* QueryConnectionClientStateResponse is the response type for the
|
|
256
201
|
* Query/ConnectionClientState RPC method
|
|
@@ -283,15 +228,6 @@ export interface QueryConnectionClientStateResponseAminoMsg {
|
|
|
283
228
|
type: "cosmos-sdk/QueryConnectionClientStateResponse";
|
|
284
229
|
value: QueryConnectionClientStateResponseAmino;
|
|
285
230
|
}
|
|
286
|
-
/**
|
|
287
|
-
* QueryConnectionClientStateResponse is the response type for the
|
|
288
|
-
* Query/ConnectionClientState RPC method
|
|
289
|
-
*/
|
|
290
|
-
export interface QueryConnectionClientStateResponseSDKType {
|
|
291
|
-
identified_client_state?: IdentifiedClientStateSDKType;
|
|
292
|
-
proof: Uint8Array;
|
|
293
|
-
proof_height: HeightSDKType;
|
|
294
|
-
}
|
|
295
231
|
/**
|
|
296
232
|
* QueryConnectionConsensusStateRequest is the request type for the
|
|
297
233
|
* Query/ConnectionConsensusState RPC method
|
|
@@ -320,15 +256,6 @@ export interface QueryConnectionConsensusStateRequestAminoMsg {
|
|
|
320
256
|
type: "cosmos-sdk/QueryConnectionConsensusStateRequest";
|
|
321
257
|
value: QueryConnectionConsensusStateRequestAmino;
|
|
322
258
|
}
|
|
323
|
-
/**
|
|
324
|
-
* QueryConnectionConsensusStateRequest is the request type for the
|
|
325
|
-
* Query/ConnectionConsensusState RPC method
|
|
326
|
-
*/
|
|
327
|
-
export interface QueryConnectionConsensusStateRequestSDKType {
|
|
328
|
-
connection_id: string;
|
|
329
|
-
revision_number: bigint;
|
|
330
|
-
revision_height: bigint;
|
|
331
|
-
}
|
|
332
259
|
/**
|
|
333
260
|
* QueryConnectionConsensusStateResponse is the response type for the
|
|
334
261
|
* Query/ConnectionConsensusState RPC method
|
|
@@ -365,16 +292,6 @@ export interface QueryConnectionConsensusStateResponseAminoMsg {
|
|
|
365
292
|
type: "cosmos-sdk/QueryConnectionConsensusStateResponse";
|
|
366
293
|
value: QueryConnectionConsensusStateResponseAmino;
|
|
367
294
|
}
|
|
368
|
-
/**
|
|
369
|
-
* QueryConnectionConsensusStateResponse is the response type for the
|
|
370
|
-
* Query/ConnectionConsensusState RPC method
|
|
371
|
-
*/
|
|
372
|
-
export interface QueryConnectionConsensusStateResponseSDKType {
|
|
373
|
-
consensus_state?: AnySDKType;
|
|
374
|
-
client_id: string;
|
|
375
|
-
proof: Uint8Array;
|
|
376
|
-
proof_height: HeightSDKType;
|
|
377
|
-
}
|
|
378
295
|
/** QueryConnectionParamsRequest is the request type for the Query/ConnectionParams RPC method. */
|
|
379
296
|
export interface QueryConnectionParamsRequest {
|
|
380
297
|
}
|
|
@@ -389,9 +306,6 @@ export interface QueryConnectionParamsRequestAminoMsg {
|
|
|
389
306
|
type: "cosmos-sdk/QueryConnectionParamsRequest";
|
|
390
307
|
value: QueryConnectionParamsRequestAmino;
|
|
391
308
|
}
|
|
392
|
-
/** QueryConnectionParamsRequest is the request type for the Query/ConnectionParams RPC method. */
|
|
393
|
-
export interface QueryConnectionParamsRequestSDKType {
|
|
394
|
-
}
|
|
395
309
|
/** QueryConnectionParamsResponse is the response type for the Query/ConnectionParams RPC method. */
|
|
396
310
|
export interface QueryConnectionParamsResponse {
|
|
397
311
|
/** params defines the parameters of the module. */
|
|
@@ -410,15 +324,12 @@ export interface QueryConnectionParamsResponseAminoMsg {
|
|
|
410
324
|
type: "cosmos-sdk/QueryConnectionParamsResponse";
|
|
411
325
|
value: QueryConnectionParamsResponseAmino;
|
|
412
326
|
}
|
|
413
|
-
/** QueryConnectionParamsResponse is the response type for the Query/ConnectionParams RPC method. */
|
|
414
|
-
export interface QueryConnectionParamsResponseSDKType {
|
|
415
|
-
params?: ParamsSDKType;
|
|
416
|
-
}
|
|
417
327
|
export declare const QueryConnectionRequest: {
|
|
418
328
|
typeUrl: string;
|
|
329
|
+
aminoType: string;
|
|
419
330
|
encode(message: QueryConnectionRequest, writer?: BinaryWriter): BinaryWriter;
|
|
420
331
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionRequest;
|
|
421
|
-
fromPartial(object:
|
|
332
|
+
fromPartial(object: DeepPartial<QueryConnectionRequest>): QueryConnectionRequest;
|
|
422
333
|
fromAmino(object: QueryConnectionRequestAmino): QueryConnectionRequest;
|
|
423
334
|
toAmino(message: QueryConnectionRequest): QueryConnectionRequestAmino;
|
|
424
335
|
fromAminoMsg(object: QueryConnectionRequestAminoMsg): QueryConnectionRequest;
|
|
@@ -429,9 +340,10 @@ export declare const QueryConnectionRequest: {
|
|
|
429
340
|
};
|
|
430
341
|
export declare const QueryConnectionResponse: {
|
|
431
342
|
typeUrl: string;
|
|
343
|
+
aminoType: string;
|
|
432
344
|
encode(message: QueryConnectionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
433
345
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionResponse;
|
|
434
|
-
fromPartial(object:
|
|
346
|
+
fromPartial(object: DeepPartial<QueryConnectionResponse>): QueryConnectionResponse;
|
|
435
347
|
fromAmino(object: QueryConnectionResponseAmino): QueryConnectionResponse;
|
|
436
348
|
toAmino(message: QueryConnectionResponse): QueryConnectionResponseAmino;
|
|
437
349
|
fromAminoMsg(object: QueryConnectionResponseAminoMsg): QueryConnectionResponse;
|
|
@@ -442,9 +354,10 @@ export declare const QueryConnectionResponse: {
|
|
|
442
354
|
};
|
|
443
355
|
export declare const QueryConnectionsRequest: {
|
|
444
356
|
typeUrl: string;
|
|
357
|
+
aminoType: string;
|
|
445
358
|
encode(message: QueryConnectionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
446
359
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionsRequest;
|
|
447
|
-
fromPartial(object:
|
|
360
|
+
fromPartial(object: DeepPartial<QueryConnectionsRequest>): QueryConnectionsRequest;
|
|
448
361
|
fromAmino(object: QueryConnectionsRequestAmino): QueryConnectionsRequest;
|
|
449
362
|
toAmino(message: QueryConnectionsRequest): QueryConnectionsRequestAmino;
|
|
450
363
|
fromAminoMsg(object: QueryConnectionsRequestAminoMsg): QueryConnectionsRequest;
|
|
@@ -455,9 +368,10 @@ export declare const QueryConnectionsRequest: {
|
|
|
455
368
|
};
|
|
456
369
|
export declare const QueryConnectionsResponse: {
|
|
457
370
|
typeUrl: string;
|
|
371
|
+
aminoType: string;
|
|
458
372
|
encode(message: QueryConnectionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
459
373
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionsResponse;
|
|
460
|
-
fromPartial(object:
|
|
374
|
+
fromPartial(object: DeepPartial<QueryConnectionsResponse>): QueryConnectionsResponse;
|
|
461
375
|
fromAmino(object: QueryConnectionsResponseAmino): QueryConnectionsResponse;
|
|
462
376
|
toAmino(message: QueryConnectionsResponse): QueryConnectionsResponseAmino;
|
|
463
377
|
fromAminoMsg(object: QueryConnectionsResponseAminoMsg): QueryConnectionsResponse;
|
|
@@ -468,9 +382,10 @@ export declare const QueryConnectionsResponse: {
|
|
|
468
382
|
};
|
|
469
383
|
export declare const QueryClientConnectionsRequest: {
|
|
470
384
|
typeUrl: string;
|
|
385
|
+
aminoType: string;
|
|
471
386
|
encode(message: QueryClientConnectionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
472
387
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientConnectionsRequest;
|
|
473
|
-
fromPartial(object:
|
|
388
|
+
fromPartial(object: DeepPartial<QueryClientConnectionsRequest>): QueryClientConnectionsRequest;
|
|
474
389
|
fromAmino(object: QueryClientConnectionsRequestAmino): QueryClientConnectionsRequest;
|
|
475
390
|
toAmino(message: QueryClientConnectionsRequest): QueryClientConnectionsRequestAmino;
|
|
476
391
|
fromAminoMsg(object: QueryClientConnectionsRequestAminoMsg): QueryClientConnectionsRequest;
|
|
@@ -481,9 +396,10 @@ export declare const QueryClientConnectionsRequest: {
|
|
|
481
396
|
};
|
|
482
397
|
export declare const QueryClientConnectionsResponse: {
|
|
483
398
|
typeUrl: string;
|
|
399
|
+
aminoType: string;
|
|
484
400
|
encode(message: QueryClientConnectionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
485
401
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientConnectionsResponse;
|
|
486
|
-
fromPartial(object:
|
|
402
|
+
fromPartial(object: DeepPartial<QueryClientConnectionsResponse>): QueryClientConnectionsResponse;
|
|
487
403
|
fromAmino(object: QueryClientConnectionsResponseAmino): QueryClientConnectionsResponse;
|
|
488
404
|
toAmino(message: QueryClientConnectionsResponse): QueryClientConnectionsResponseAmino;
|
|
489
405
|
fromAminoMsg(object: QueryClientConnectionsResponseAminoMsg): QueryClientConnectionsResponse;
|
|
@@ -494,9 +410,10 @@ export declare const QueryClientConnectionsResponse: {
|
|
|
494
410
|
};
|
|
495
411
|
export declare const QueryConnectionClientStateRequest: {
|
|
496
412
|
typeUrl: string;
|
|
413
|
+
aminoType: string;
|
|
497
414
|
encode(message: QueryConnectionClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
498
415
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionClientStateRequest;
|
|
499
|
-
fromPartial(object:
|
|
416
|
+
fromPartial(object: DeepPartial<QueryConnectionClientStateRequest>): QueryConnectionClientStateRequest;
|
|
500
417
|
fromAmino(object: QueryConnectionClientStateRequestAmino): QueryConnectionClientStateRequest;
|
|
501
418
|
toAmino(message: QueryConnectionClientStateRequest): QueryConnectionClientStateRequestAmino;
|
|
502
419
|
fromAminoMsg(object: QueryConnectionClientStateRequestAminoMsg): QueryConnectionClientStateRequest;
|
|
@@ -507,9 +424,10 @@ export declare const QueryConnectionClientStateRequest: {
|
|
|
507
424
|
};
|
|
508
425
|
export declare const QueryConnectionClientStateResponse: {
|
|
509
426
|
typeUrl: string;
|
|
427
|
+
aminoType: string;
|
|
510
428
|
encode(message: QueryConnectionClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
511
429
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionClientStateResponse;
|
|
512
|
-
fromPartial(object:
|
|
430
|
+
fromPartial(object: DeepPartial<QueryConnectionClientStateResponse>): QueryConnectionClientStateResponse;
|
|
513
431
|
fromAmino(object: QueryConnectionClientStateResponseAmino): QueryConnectionClientStateResponse;
|
|
514
432
|
toAmino(message: QueryConnectionClientStateResponse): QueryConnectionClientStateResponseAmino;
|
|
515
433
|
fromAminoMsg(object: QueryConnectionClientStateResponseAminoMsg): QueryConnectionClientStateResponse;
|
|
@@ -520,9 +438,10 @@ export declare const QueryConnectionClientStateResponse: {
|
|
|
520
438
|
};
|
|
521
439
|
export declare const QueryConnectionConsensusStateRequest: {
|
|
522
440
|
typeUrl: string;
|
|
441
|
+
aminoType: string;
|
|
523
442
|
encode(message: QueryConnectionConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
524
443
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionConsensusStateRequest;
|
|
525
|
-
fromPartial(object:
|
|
444
|
+
fromPartial(object: DeepPartial<QueryConnectionConsensusStateRequest>): QueryConnectionConsensusStateRequest;
|
|
526
445
|
fromAmino(object: QueryConnectionConsensusStateRequestAmino): QueryConnectionConsensusStateRequest;
|
|
527
446
|
toAmino(message: QueryConnectionConsensusStateRequest): QueryConnectionConsensusStateRequestAmino;
|
|
528
447
|
fromAminoMsg(object: QueryConnectionConsensusStateRequestAminoMsg): QueryConnectionConsensusStateRequest;
|
|
@@ -533,9 +452,10 @@ export declare const QueryConnectionConsensusStateRequest: {
|
|
|
533
452
|
};
|
|
534
453
|
export declare const QueryConnectionConsensusStateResponse: {
|
|
535
454
|
typeUrl: string;
|
|
455
|
+
aminoType: string;
|
|
536
456
|
encode(message: QueryConnectionConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
537
457
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionConsensusStateResponse;
|
|
538
|
-
fromPartial(object:
|
|
458
|
+
fromPartial(object: DeepPartial<QueryConnectionConsensusStateResponse>): QueryConnectionConsensusStateResponse;
|
|
539
459
|
fromAmino(object: QueryConnectionConsensusStateResponseAmino): QueryConnectionConsensusStateResponse;
|
|
540
460
|
toAmino(message: QueryConnectionConsensusStateResponse): QueryConnectionConsensusStateResponseAmino;
|
|
541
461
|
fromAminoMsg(object: QueryConnectionConsensusStateResponseAminoMsg): QueryConnectionConsensusStateResponse;
|
|
@@ -546,9 +466,10 @@ export declare const QueryConnectionConsensusStateResponse: {
|
|
|
546
466
|
};
|
|
547
467
|
export declare const QueryConnectionParamsRequest: {
|
|
548
468
|
typeUrl: string;
|
|
469
|
+
aminoType: string;
|
|
549
470
|
encode(_: QueryConnectionParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
550
471
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionParamsRequest;
|
|
551
|
-
fromPartial(_:
|
|
472
|
+
fromPartial(_: DeepPartial<QueryConnectionParamsRequest>): QueryConnectionParamsRequest;
|
|
552
473
|
fromAmino(_: QueryConnectionParamsRequestAmino): QueryConnectionParamsRequest;
|
|
553
474
|
toAmino(_: QueryConnectionParamsRequest): QueryConnectionParamsRequestAmino;
|
|
554
475
|
fromAminoMsg(object: QueryConnectionParamsRequestAminoMsg): QueryConnectionParamsRequest;
|
|
@@ -559,9 +480,10 @@ export declare const QueryConnectionParamsRequest: {
|
|
|
559
480
|
};
|
|
560
481
|
export declare const QueryConnectionParamsResponse: {
|
|
561
482
|
typeUrl: string;
|
|
483
|
+
aminoType: string;
|
|
562
484
|
encode(message: QueryConnectionParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
563
485
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConnectionParamsResponse;
|
|
564
|
-
fromPartial(object:
|
|
486
|
+
fromPartial(object: DeepPartial<QueryConnectionParamsResponse>): QueryConnectionParamsResponse;
|
|
565
487
|
fromAmino(object: QueryConnectionParamsResponseAmino): QueryConnectionParamsResponse;
|
|
566
488
|
toAmino(message: QueryConnectionParamsResponse): QueryConnectionParamsResponseAmino;
|
|
567
489
|
fromAminoMsg(object: QueryConnectionParamsResponseAminoMsg): QueryConnectionParamsResponse;
|
|
@@ -15,6 +15,7 @@ function createBaseQueryConnectionRequest() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.QueryConnectionRequest = {
|
|
17
17
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionRequest",
|
|
18
|
+
aminoType: "cosmos-sdk/QueryConnectionRequest",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.connectionId !== "") {
|
|
20
21
|
writer.uint32(10).string(message.connectionId);
|
|
@@ -86,6 +87,7 @@ function createBaseQueryConnectionResponse() {
|
|
|
86
87
|
}
|
|
87
88
|
exports.QueryConnectionResponse = {
|
|
88
89
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionResponse",
|
|
90
|
+
aminoType: "cosmos-sdk/QueryConnectionResponse",
|
|
89
91
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
90
92
|
if (message.connection !== undefined) {
|
|
91
93
|
connection_1.ConnectionEnd.encode(message.connection, writer.uint32(10).fork()).ldelim();
|
|
@@ -177,6 +179,7 @@ function createBaseQueryConnectionsRequest() {
|
|
|
177
179
|
}
|
|
178
180
|
exports.QueryConnectionsRequest = {
|
|
179
181
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionsRequest",
|
|
182
|
+
aminoType: "cosmos-sdk/QueryConnectionsRequest",
|
|
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();
|
|
@@ -248,6 +251,7 @@ function createBaseQueryConnectionsResponse() {
|
|
|
248
251
|
}
|
|
249
252
|
exports.QueryConnectionsResponse = {
|
|
250
253
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionsResponse",
|
|
254
|
+
aminoType: "cosmos-sdk/QueryConnectionsResponse",
|
|
251
255
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
252
256
|
for (const v of message.connections) {
|
|
253
257
|
connection_1.IdentifiedConnection.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -342,6 +346,7 @@ function createBaseQueryClientConnectionsRequest() {
|
|
|
342
346
|
}
|
|
343
347
|
exports.QueryClientConnectionsRequest = {
|
|
344
348
|
typeUrl: "/ibc.core.connection.v1.QueryClientConnectionsRequest",
|
|
349
|
+
aminoType: "cosmos-sdk/QueryClientConnectionsRequest",
|
|
345
350
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
346
351
|
if (message.clientId !== "") {
|
|
347
352
|
writer.uint32(10).string(message.clientId);
|
|
@@ -413,6 +418,7 @@ function createBaseQueryClientConnectionsResponse() {
|
|
|
413
418
|
}
|
|
414
419
|
exports.QueryClientConnectionsResponse = {
|
|
415
420
|
typeUrl: "/ibc.core.connection.v1.QueryClientConnectionsResponse",
|
|
421
|
+
aminoType: "cosmos-sdk/QueryClientConnectionsResponse",
|
|
416
422
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
417
423
|
for (const v of message.connectionPaths) {
|
|
418
424
|
writer.uint32(10).string(v);
|
|
@@ -507,6 +513,7 @@ function createBaseQueryConnectionClientStateRequest() {
|
|
|
507
513
|
}
|
|
508
514
|
exports.QueryConnectionClientStateRequest = {
|
|
509
515
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionClientStateRequest",
|
|
516
|
+
aminoType: "cosmos-sdk/QueryConnectionClientStateRequest",
|
|
510
517
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
511
518
|
if (message.connectionId !== "") {
|
|
512
519
|
writer.uint32(10).string(message.connectionId);
|
|
@@ -578,6 +585,7 @@ function createBaseQueryConnectionClientStateResponse() {
|
|
|
578
585
|
}
|
|
579
586
|
exports.QueryConnectionClientStateResponse = {
|
|
580
587
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionClientStateResponse",
|
|
588
|
+
aminoType: "cosmos-sdk/QueryConnectionClientStateResponse",
|
|
581
589
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
582
590
|
if (message.identifiedClientState !== undefined) {
|
|
583
591
|
client_1.IdentifiedClientState.encode(message.identifiedClientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -671,6 +679,7 @@ function createBaseQueryConnectionConsensusStateRequest() {
|
|
|
671
679
|
}
|
|
672
680
|
exports.QueryConnectionConsensusStateRequest = {
|
|
673
681
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionConsensusStateRequest",
|
|
682
|
+
aminoType: "cosmos-sdk/QueryConnectionConsensusStateRequest",
|
|
674
683
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
675
684
|
if (message.connectionId !== "") {
|
|
676
685
|
writer.uint32(10).string(message.connectionId);
|
|
@@ -765,6 +774,7 @@ function createBaseQueryConnectionConsensusStateResponse() {
|
|
|
765
774
|
}
|
|
766
775
|
exports.QueryConnectionConsensusStateResponse = {
|
|
767
776
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionConsensusStateResponse",
|
|
777
|
+
aminoType: "cosmos-sdk/QueryConnectionConsensusStateResponse",
|
|
768
778
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
769
779
|
if (message.consensusState !== undefined) {
|
|
770
780
|
any_1.Any.encode(message.consensusState, writer.uint32(10).fork()).ldelim();
|
|
@@ -865,6 +875,7 @@ function createBaseQueryConnectionParamsRequest() {
|
|
|
865
875
|
}
|
|
866
876
|
exports.QueryConnectionParamsRequest = {
|
|
867
877
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionParamsRequest",
|
|
878
|
+
aminoType: "cosmos-sdk/QueryConnectionParamsRequest",
|
|
868
879
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
869
880
|
return writer;
|
|
870
881
|
},
|
|
@@ -923,6 +934,7 @@ function createBaseQueryConnectionParamsResponse() {
|
|
|
923
934
|
}
|
|
924
935
|
exports.QueryConnectionParamsResponse = {
|
|
925
936
|
typeUrl: "/ibc.core.connection.v1.QueryConnectionParamsResponse",
|
|
937
|
+
aminoType: "cosmos-sdk/QueryConnectionParamsResponse",
|
|
926
938
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
927
939
|
if (message.params !== undefined) {
|
|
928
940
|
client_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryConnectionRequest,
|
|
2
|
+
import { QueryConnectionRequest, QueryConnectionResponse, QueryConnectionsRequest, QueryConnectionsResponse, QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryConnectionClientStateRequest, QueryConnectionClientStateResponse, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponse, QueryConnectionParamsRequest, QueryConnectionParamsResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
connection(params: QueryConnectionRequest)
|
|
9
|
-
connections(params?: QueryConnectionsRequest)
|
|
10
|
-
clientConnections(params: QueryClientConnectionsRequest)
|
|
11
|
-
connectionClientState(params: QueryConnectionClientStateRequest)
|
|
12
|
-
connectionConsensusState(params: QueryConnectionConsensusStateRequest)
|
|
13
|
-
connectionParams(_params?: QueryConnectionParamsRequest)
|
|
8
|
+
connection: (params: QueryConnectionRequest) => Promise<QueryConnectionResponse>;
|
|
9
|
+
connections: (params?: QueryConnectionsRequest) => Promise<QueryConnectionsResponse>;
|
|
10
|
+
clientConnections: (params: QueryClientConnectionsRequest) => Promise<QueryClientConnectionsResponse>;
|
|
11
|
+
connectionClientState: (params: QueryConnectionClientStateRequest) => Promise<QueryConnectionClientStateResponse>;
|
|
12
|
+
connectionConsensusState: (params: QueryConnectionConsensusStateRequest) => Promise<QueryConnectionConsensusStateResponse>;
|
|
13
|
+
connectionParams: (_params?: QueryConnectionParamsRequest) => Promise<QueryConnectionParamsResponse>;
|
|
14
14
|
}
|
|
@@ -7,22 +7,16 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.connection = this.connection.bind(this);
|
|
11
|
-
this.connections = this.connections.bind(this);
|
|
12
|
-
this.clientConnections = this.clientConnections.bind(this);
|
|
13
|
-
this.connectionClientState = this.connectionClientState.bind(this);
|
|
14
|
-
this.connectionConsensusState = this.connectionConsensusState.bind(this);
|
|
15
|
-
this.connectionParams = this.connectionParams.bind(this);
|
|
16
10
|
}
|
|
17
11
|
/* Connection queries an IBC connection end. */
|
|
18
|
-
async
|
|
12
|
+
connection = async (params) => {
|
|
19
13
|
const endpoint = `ibc/core/connection/v1/connections/${params.connectionId}`;
|
|
20
14
|
return await this.req.get(endpoint);
|
|
21
|
-
}
|
|
15
|
+
};
|
|
22
16
|
/* Connections queries all the IBC connections of a chain. */
|
|
23
|
-
async
|
|
17
|
+
connections = async (params = {
|
|
24
18
|
pagination: undefined
|
|
25
|
-
}) {
|
|
19
|
+
}) => {
|
|
26
20
|
const options = {
|
|
27
21
|
params: {}
|
|
28
22
|
};
|
|
@@ -31,29 +25,29 @@ class LCDQueryClient {
|
|
|
31
25
|
}
|
|
32
26
|
const endpoint = `ibc/core/connection/v1/connections`;
|
|
33
27
|
return await this.req.get(endpoint, options);
|
|
34
|
-
}
|
|
28
|
+
};
|
|
35
29
|
/* ClientConnections queries the connection paths associated with a client
|
|
36
30
|
state. */
|
|
37
|
-
async
|
|
31
|
+
clientConnections = async (params) => {
|
|
38
32
|
const endpoint = `ibc/core/connection/v1/client_connections/${params.clientId}`;
|
|
39
33
|
return await this.req.get(endpoint);
|
|
40
|
-
}
|
|
34
|
+
};
|
|
41
35
|
/* ConnectionClientState queries the client state associated with the
|
|
42
36
|
connection. */
|
|
43
|
-
async
|
|
37
|
+
connectionClientState = async (params) => {
|
|
44
38
|
const endpoint = `ibc/core/connection/v1/connections/${params.connectionId}/client_state`;
|
|
45
39
|
return await this.req.get(endpoint);
|
|
46
|
-
}
|
|
40
|
+
};
|
|
47
41
|
/* ConnectionConsensusState queries the consensus state associated with the
|
|
48
42
|
connection. */
|
|
49
|
-
async
|
|
43
|
+
connectionConsensusState = async (params) => {
|
|
50
44
|
const endpoint = `ibc/core/connection/v1/connections/${params.connectionId}/consensus_state/revision/${params.revisionNumber}/height/${params.revisionHeight}`;
|
|
51
45
|
return await this.req.get(endpoint);
|
|
52
|
-
}
|
|
46
|
+
};
|
|
53
47
|
/* ConnectionParams queries all parameters of the ibc connection submodule. */
|
|
54
|
-
async
|
|
48
|
+
connectionParams = async (_params = {}) => {
|
|
55
49
|
const endpoint = `ibc/core/connection/v1/params`;
|
|
56
50
|
return await this.req.get(endpoint);
|
|
57
|
-
}
|
|
51
|
+
};
|
|
58
52
|
}
|
|
59
53
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryConnectionRequest, QueryConnectionResponse, QueryConnectionsRequest, QueryConnectionsResponse, QueryClientConnectionsRequest, QueryClientConnectionsResponse, QueryConnectionClientStateRequest, QueryConnectionClientStateResponse, QueryConnectionConsensusStateRequest, QueryConnectionConsensusStateResponse, QueryConnectionParamsRequest, QueryConnectionParamsResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service */
|
|
@@ -27,13 +27,13 @@ export interface Query {
|
|
|
27
27
|
}
|
|
28
28
|
export declare class QueryClientImpl implements Query {
|
|
29
29
|
private readonly rpc;
|
|
30
|
-
constructor(rpc:
|
|
31
|
-
connection(request: QueryConnectionRequest)
|
|
32
|
-
connections(request?: QueryConnectionsRequest)
|
|
33
|
-
clientConnections(request: QueryClientConnectionsRequest)
|
|
34
|
-
connectionClientState(request: QueryConnectionClientStateRequest)
|
|
35
|
-
connectionConsensusState(request: QueryConnectionConsensusStateRequest)
|
|
36
|
-
connectionParams(request?: QueryConnectionParamsRequest)
|
|
30
|
+
constructor(rpc: TxRpc);
|
|
31
|
+
connection: (request: QueryConnectionRequest) => Promise<QueryConnectionResponse>;
|
|
32
|
+
connections: (request?: QueryConnectionsRequest) => Promise<QueryConnectionsResponse>;
|
|
33
|
+
clientConnections: (request: QueryClientConnectionsRequest) => Promise<QueryClientConnectionsResponse>;
|
|
34
|
+
connectionClientState: (request: QueryConnectionClientStateRequest) => Promise<QueryConnectionClientStateResponse>;
|
|
35
|
+
connectionConsensusState: (request: QueryConnectionConsensusStateRequest) => Promise<QueryConnectionConsensusStateResponse>;
|
|
36
|
+
connectionParams: (request?: QueryConnectionParamsRequest) => Promise<QueryConnectionParamsResponse>;
|
|
37
37
|
}
|
|
38
38
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
39
39
|
connection(request: QueryConnectionRequest): Promise<QueryConnectionResponse>;
|