@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,8 +1,9 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { Height, HeightAmino,
|
|
3
|
-
import { MerklePath, MerklePathAmino
|
|
4
|
-
import { Any, AnyAmino
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { Height, HeightAmino, IdentifiedClientState, IdentifiedClientStateAmino, ConsensusStateWithHeight, ConsensusStateWithHeightAmino, Params, ParamsAmino } from "./client";
|
|
3
|
+
import { MerklePath, MerklePathAmino } from "../../commitment/v2/commitment";
|
|
4
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../../helpers";
|
|
6
7
|
/**
|
|
7
8
|
* QueryClientStateRequest is the request type for the Query/ClientState RPC
|
|
8
9
|
* method
|
|
@@ -27,13 +28,6 @@ export interface QueryClientStateRequestAminoMsg {
|
|
|
27
28
|
type: "cosmos-sdk/QueryClientStateRequest";
|
|
28
29
|
value: QueryClientStateRequestAmino;
|
|
29
30
|
}
|
|
30
|
-
/**
|
|
31
|
-
* QueryClientStateRequest is the request type for the Query/ClientState RPC
|
|
32
|
-
* method
|
|
33
|
-
*/
|
|
34
|
-
export interface QueryClientStateRequestSDKType {
|
|
35
|
-
client_id: string;
|
|
36
|
-
}
|
|
37
31
|
/**
|
|
38
32
|
* QueryClientStateResponse is the response type for the Query/ClientState RPC
|
|
39
33
|
* method. Besides the client state, it includes a proof and the height from
|
|
@@ -68,16 +62,6 @@ export interface QueryClientStateResponseAminoMsg {
|
|
|
68
62
|
type: "cosmos-sdk/QueryClientStateResponse";
|
|
69
63
|
value: QueryClientStateResponseAmino;
|
|
70
64
|
}
|
|
71
|
-
/**
|
|
72
|
-
* QueryClientStateResponse is the response type for the Query/ClientState RPC
|
|
73
|
-
* method. Besides the client state, it includes a proof and the height from
|
|
74
|
-
* which the proof was retrieved.
|
|
75
|
-
*/
|
|
76
|
-
export interface QueryClientStateResponseSDKType {
|
|
77
|
-
client_state?: AnySDKType;
|
|
78
|
-
proof: Uint8Array;
|
|
79
|
-
proof_height: HeightSDKType;
|
|
80
|
-
}
|
|
81
65
|
/**
|
|
82
66
|
* QueryClientStatesRequest is the request type for the Query/ClientStates RPC
|
|
83
67
|
* method
|
|
@@ -102,13 +86,6 @@ export interface QueryClientStatesRequestAminoMsg {
|
|
|
102
86
|
type: "cosmos-sdk/QueryClientStatesRequest";
|
|
103
87
|
value: QueryClientStatesRequestAmino;
|
|
104
88
|
}
|
|
105
|
-
/**
|
|
106
|
-
* QueryClientStatesRequest is the request type for the Query/ClientStates RPC
|
|
107
|
-
* method
|
|
108
|
-
*/
|
|
109
|
-
export interface QueryClientStatesRequestSDKType {
|
|
110
|
-
pagination?: PageRequestSDKType;
|
|
111
|
-
}
|
|
112
89
|
/**
|
|
113
90
|
* QueryClientStatesResponse is the response type for the Query/ClientStates RPC
|
|
114
91
|
* method.
|
|
@@ -137,14 +114,6 @@ export interface QueryClientStatesResponseAminoMsg {
|
|
|
137
114
|
type: "cosmos-sdk/QueryClientStatesResponse";
|
|
138
115
|
value: QueryClientStatesResponseAmino;
|
|
139
116
|
}
|
|
140
|
-
/**
|
|
141
|
-
* QueryClientStatesResponse is the response type for the Query/ClientStates RPC
|
|
142
|
-
* method.
|
|
143
|
-
*/
|
|
144
|
-
export interface QueryClientStatesResponseSDKType {
|
|
145
|
-
client_states: IdentifiedClientStateSDKType[];
|
|
146
|
-
pagination?: PageResponseSDKType;
|
|
147
|
-
}
|
|
148
117
|
/**
|
|
149
118
|
* QueryConsensusStateRequest is the request type for the Query/ConsensusState
|
|
150
119
|
* RPC method. Besides the consensus state, it includes a proof and the height
|
|
@@ -189,17 +158,6 @@ export interface QueryConsensusStateRequestAminoMsg {
|
|
|
189
158
|
type: "cosmos-sdk/QueryConsensusStateRequest";
|
|
190
159
|
value: QueryConsensusStateRequestAmino;
|
|
191
160
|
}
|
|
192
|
-
/**
|
|
193
|
-
* QueryConsensusStateRequest is the request type for the Query/ConsensusState
|
|
194
|
-
* RPC method. Besides the consensus state, it includes a proof and the height
|
|
195
|
-
* from which the proof was retrieved.
|
|
196
|
-
*/
|
|
197
|
-
export interface QueryConsensusStateRequestSDKType {
|
|
198
|
-
client_id: string;
|
|
199
|
-
revision_number: bigint;
|
|
200
|
-
revision_height: bigint;
|
|
201
|
-
latest_height: boolean;
|
|
202
|
-
}
|
|
203
161
|
/**
|
|
204
162
|
* QueryConsensusStateResponse is the response type for the Query/ConsensusState
|
|
205
163
|
* RPC method
|
|
@@ -232,15 +190,6 @@ export interface QueryConsensusStateResponseAminoMsg {
|
|
|
232
190
|
type: "cosmos-sdk/QueryConsensusStateResponse";
|
|
233
191
|
value: QueryConsensusStateResponseAmino;
|
|
234
192
|
}
|
|
235
|
-
/**
|
|
236
|
-
* QueryConsensusStateResponse is the response type for the Query/ConsensusState
|
|
237
|
-
* RPC method
|
|
238
|
-
*/
|
|
239
|
-
export interface QueryConsensusStateResponseSDKType {
|
|
240
|
-
consensus_state?: AnySDKType;
|
|
241
|
-
proof: Uint8Array;
|
|
242
|
-
proof_height: HeightSDKType;
|
|
243
|
-
}
|
|
244
193
|
/**
|
|
245
194
|
* QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
|
|
246
195
|
* RPC method.
|
|
@@ -269,14 +218,6 @@ export interface QueryConsensusStatesRequestAminoMsg {
|
|
|
269
218
|
type: "cosmos-sdk/QueryConsensusStatesRequest";
|
|
270
219
|
value: QueryConsensusStatesRequestAmino;
|
|
271
220
|
}
|
|
272
|
-
/**
|
|
273
|
-
* QueryConsensusStatesRequest is the request type for the Query/ConsensusStates
|
|
274
|
-
* RPC method.
|
|
275
|
-
*/
|
|
276
|
-
export interface QueryConsensusStatesRequestSDKType {
|
|
277
|
-
client_id: string;
|
|
278
|
-
pagination?: PageRequestSDKType;
|
|
279
|
-
}
|
|
280
221
|
/**
|
|
281
222
|
* QueryConsensusStatesResponse is the response type for the
|
|
282
223
|
* Query/ConsensusStates RPC method
|
|
@@ -305,14 +246,6 @@ export interface QueryConsensusStatesResponseAminoMsg {
|
|
|
305
246
|
type: "cosmos-sdk/QueryConsensusStatesResponse";
|
|
306
247
|
value: QueryConsensusStatesResponseAmino;
|
|
307
248
|
}
|
|
308
|
-
/**
|
|
309
|
-
* QueryConsensusStatesResponse is the response type for the
|
|
310
|
-
* Query/ConsensusStates RPC method
|
|
311
|
-
*/
|
|
312
|
-
export interface QueryConsensusStatesResponseSDKType {
|
|
313
|
-
consensus_states: ConsensusStateWithHeightSDKType[];
|
|
314
|
-
pagination?: PageResponseSDKType;
|
|
315
|
-
}
|
|
316
249
|
/**
|
|
317
250
|
* QueryConsensusStateHeightsRequest is the request type for Query/ConsensusStateHeights
|
|
318
251
|
* RPC method.
|
|
@@ -341,14 +274,6 @@ export interface QueryConsensusStateHeightsRequestAminoMsg {
|
|
|
341
274
|
type: "cosmos-sdk/QueryConsensusStateHeightsRequest";
|
|
342
275
|
value: QueryConsensusStateHeightsRequestAmino;
|
|
343
276
|
}
|
|
344
|
-
/**
|
|
345
|
-
* QueryConsensusStateHeightsRequest is the request type for Query/ConsensusStateHeights
|
|
346
|
-
* RPC method.
|
|
347
|
-
*/
|
|
348
|
-
export interface QueryConsensusStateHeightsRequestSDKType {
|
|
349
|
-
client_id: string;
|
|
350
|
-
pagination?: PageRequestSDKType;
|
|
351
|
-
}
|
|
352
277
|
/**
|
|
353
278
|
* QueryConsensusStateHeightsResponse is the response type for the
|
|
354
279
|
* Query/ConsensusStateHeights RPC method
|
|
@@ -377,14 +302,6 @@ export interface QueryConsensusStateHeightsResponseAminoMsg {
|
|
|
377
302
|
type: "cosmos-sdk/QueryConsensusStateHeightsResponse";
|
|
378
303
|
value: QueryConsensusStateHeightsResponseAmino;
|
|
379
304
|
}
|
|
380
|
-
/**
|
|
381
|
-
* QueryConsensusStateHeightsResponse is the response type for the
|
|
382
|
-
* Query/ConsensusStateHeights RPC method
|
|
383
|
-
*/
|
|
384
|
-
export interface QueryConsensusStateHeightsResponseSDKType {
|
|
385
|
-
consensus_state_heights: HeightSDKType[];
|
|
386
|
-
pagination?: PageResponseSDKType;
|
|
387
|
-
}
|
|
388
305
|
/**
|
|
389
306
|
* QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
|
|
390
307
|
* method
|
|
@@ -409,13 +326,6 @@ export interface QueryClientStatusRequestAminoMsg {
|
|
|
409
326
|
type: "cosmos-sdk/QueryClientStatusRequest";
|
|
410
327
|
value: QueryClientStatusRequestAmino;
|
|
411
328
|
}
|
|
412
|
-
/**
|
|
413
|
-
* QueryClientStatusRequest is the request type for the Query/ClientStatus RPC
|
|
414
|
-
* method
|
|
415
|
-
*/
|
|
416
|
-
export interface QueryClientStatusRequestSDKType {
|
|
417
|
-
client_id: string;
|
|
418
|
-
}
|
|
419
329
|
/**
|
|
420
330
|
* QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
|
|
421
331
|
* method. It returns the current status of the IBC client.
|
|
@@ -438,13 +348,6 @@ export interface QueryClientStatusResponseAminoMsg {
|
|
|
438
348
|
type: "cosmos-sdk/QueryClientStatusResponse";
|
|
439
349
|
value: QueryClientStatusResponseAmino;
|
|
440
350
|
}
|
|
441
|
-
/**
|
|
442
|
-
* QueryClientStatusResponse is the response type for the Query/ClientStatus RPC
|
|
443
|
-
* method. It returns the current status of the IBC client.
|
|
444
|
-
*/
|
|
445
|
-
export interface QueryClientStatusResponseSDKType {
|
|
446
|
-
status: string;
|
|
447
|
-
}
|
|
448
351
|
/**
|
|
449
352
|
* QueryClientParamsRequest is the request type for the Query/ClientParams RPC
|
|
450
353
|
* method.
|
|
@@ -465,12 +368,6 @@ export interface QueryClientParamsRequestAminoMsg {
|
|
|
465
368
|
type: "cosmos-sdk/QueryClientParamsRequest";
|
|
466
369
|
value: QueryClientParamsRequestAmino;
|
|
467
370
|
}
|
|
468
|
-
/**
|
|
469
|
-
* QueryClientParamsRequest is the request type for the Query/ClientParams RPC
|
|
470
|
-
* method.
|
|
471
|
-
*/
|
|
472
|
-
export interface QueryClientParamsRequestSDKType {
|
|
473
|
-
}
|
|
474
371
|
/**
|
|
475
372
|
* QueryClientParamsResponse is the response type for the Query/ClientParams RPC
|
|
476
373
|
* method.
|
|
@@ -495,13 +392,6 @@ export interface QueryClientParamsResponseAminoMsg {
|
|
|
495
392
|
type: "cosmos-sdk/QueryClientParamsResponse";
|
|
496
393
|
value: QueryClientParamsResponseAmino;
|
|
497
394
|
}
|
|
498
|
-
/**
|
|
499
|
-
* QueryClientParamsResponse is the response type for the Query/ClientParams RPC
|
|
500
|
-
* method.
|
|
501
|
-
*/
|
|
502
|
-
export interface QueryClientParamsResponseSDKType {
|
|
503
|
-
params?: ParamsSDKType;
|
|
504
|
-
}
|
|
505
395
|
/**
|
|
506
396
|
* QueryClientCreatorRequest is the request type for the Query/ClientCreator RPC
|
|
507
397
|
* method.
|
|
@@ -526,13 +416,6 @@ export interface QueryClientCreatorRequestAminoMsg {
|
|
|
526
416
|
type: "cosmos-sdk/QueryClientCreatorRequest";
|
|
527
417
|
value: QueryClientCreatorRequestAmino;
|
|
528
418
|
}
|
|
529
|
-
/**
|
|
530
|
-
* QueryClientCreatorRequest is the request type for the Query/ClientCreator RPC
|
|
531
|
-
* method.
|
|
532
|
-
*/
|
|
533
|
-
export interface QueryClientCreatorRequestSDKType {
|
|
534
|
-
client_id: string;
|
|
535
|
-
}
|
|
536
419
|
/**
|
|
537
420
|
* QueryClientCreatorResponse is the response type for the Query/ClientCreator RPC
|
|
538
421
|
* method.
|
|
@@ -557,13 +440,6 @@ export interface QueryClientCreatorResponseAminoMsg {
|
|
|
557
440
|
type: "cosmos-sdk/QueryClientCreatorResponse";
|
|
558
441
|
value: QueryClientCreatorResponseAmino;
|
|
559
442
|
}
|
|
560
|
-
/**
|
|
561
|
-
* QueryClientCreatorResponse is the response type for the Query/ClientCreator RPC
|
|
562
|
-
* method.
|
|
563
|
-
*/
|
|
564
|
-
export interface QueryClientCreatorResponseSDKType {
|
|
565
|
-
creator: string;
|
|
566
|
-
}
|
|
567
443
|
/**
|
|
568
444
|
* QueryUpgradedClientStateRequest is the request type for the
|
|
569
445
|
* Query/UpgradedClientState RPC method
|
|
@@ -584,12 +460,6 @@ export interface QueryUpgradedClientStateRequestAminoMsg {
|
|
|
584
460
|
type: "cosmos-sdk/QueryUpgradedClientStateRequest";
|
|
585
461
|
value: QueryUpgradedClientStateRequestAmino;
|
|
586
462
|
}
|
|
587
|
-
/**
|
|
588
|
-
* QueryUpgradedClientStateRequest is the request type for the
|
|
589
|
-
* Query/UpgradedClientState RPC method
|
|
590
|
-
*/
|
|
591
|
-
export interface QueryUpgradedClientStateRequestSDKType {
|
|
592
|
-
}
|
|
593
463
|
/**
|
|
594
464
|
* QueryUpgradedClientStateResponse is the response type for the
|
|
595
465
|
* Query/UpgradedClientState RPC method.
|
|
@@ -614,13 +484,6 @@ export interface QueryUpgradedClientStateResponseAminoMsg {
|
|
|
614
484
|
type: "cosmos-sdk/QueryUpgradedClientStateResponse";
|
|
615
485
|
value: QueryUpgradedClientStateResponseAmino;
|
|
616
486
|
}
|
|
617
|
-
/**
|
|
618
|
-
* QueryUpgradedClientStateResponse is the response type for the
|
|
619
|
-
* Query/UpgradedClientState RPC method.
|
|
620
|
-
*/
|
|
621
|
-
export interface QueryUpgradedClientStateResponseSDKType {
|
|
622
|
-
upgraded_client_state?: AnySDKType;
|
|
623
|
-
}
|
|
624
487
|
/**
|
|
625
488
|
* QueryUpgradedConsensusStateRequest is the request type for the
|
|
626
489
|
* Query/UpgradedConsensusState RPC method
|
|
@@ -641,12 +504,6 @@ export interface QueryUpgradedConsensusStateRequestAminoMsg {
|
|
|
641
504
|
type: "cosmos-sdk/QueryUpgradedConsensusStateRequest";
|
|
642
505
|
value: QueryUpgradedConsensusStateRequestAmino;
|
|
643
506
|
}
|
|
644
|
-
/**
|
|
645
|
-
* QueryUpgradedConsensusStateRequest is the request type for the
|
|
646
|
-
* Query/UpgradedConsensusState RPC method
|
|
647
|
-
*/
|
|
648
|
-
export interface QueryUpgradedConsensusStateRequestSDKType {
|
|
649
|
-
}
|
|
650
507
|
/**
|
|
651
508
|
* QueryUpgradedConsensusStateResponse is the response type for the
|
|
652
509
|
* Query/UpgradedConsensusState RPC method.
|
|
@@ -671,13 +528,6 @@ export interface QueryUpgradedConsensusStateResponseAminoMsg {
|
|
|
671
528
|
type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
|
|
672
529
|
value: QueryUpgradedConsensusStateResponseAmino;
|
|
673
530
|
}
|
|
674
|
-
/**
|
|
675
|
-
* QueryUpgradedConsensusStateResponse is the response type for the
|
|
676
|
-
* Query/UpgradedConsensusState RPC method.
|
|
677
|
-
*/
|
|
678
|
-
export interface QueryUpgradedConsensusStateResponseSDKType {
|
|
679
|
-
upgraded_consensus_state?: AnySDKType;
|
|
680
|
-
}
|
|
681
531
|
/** QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method */
|
|
682
532
|
export interface QueryVerifyMembershipRequest {
|
|
683
533
|
/** client unique identifier. */
|
|
@@ -720,16 +570,6 @@ export interface QueryVerifyMembershipRequestAminoMsg {
|
|
|
720
570
|
type: "cosmos-sdk/QueryVerifyMembershipRequest";
|
|
721
571
|
value: QueryVerifyMembershipRequestAmino;
|
|
722
572
|
}
|
|
723
|
-
/** QueryVerifyMembershipRequest is the request type for the Query/VerifyMembership RPC method */
|
|
724
|
-
export interface QueryVerifyMembershipRequestSDKType {
|
|
725
|
-
client_id: string;
|
|
726
|
-
proof: Uint8Array;
|
|
727
|
-
proof_height: HeightSDKType;
|
|
728
|
-
value: Uint8Array;
|
|
729
|
-
time_delay: bigint;
|
|
730
|
-
block_delay: bigint;
|
|
731
|
-
merkle_path: MerklePathSDKType;
|
|
732
|
-
}
|
|
733
573
|
/** QueryVerifyMembershipResponse is the response type for the Query/VerifyMembership RPC method */
|
|
734
574
|
export interface QueryVerifyMembershipResponse {
|
|
735
575
|
/** boolean indicating success or failure of proof verification. */
|
|
@@ -748,15 +588,12 @@ export interface QueryVerifyMembershipResponseAminoMsg {
|
|
|
748
588
|
type: "cosmos-sdk/QueryVerifyMembershipResponse";
|
|
749
589
|
value: QueryVerifyMembershipResponseAmino;
|
|
750
590
|
}
|
|
751
|
-
/** QueryVerifyMembershipResponse is the response type for the Query/VerifyMembership RPC method */
|
|
752
|
-
export interface QueryVerifyMembershipResponseSDKType {
|
|
753
|
-
success: boolean;
|
|
754
|
-
}
|
|
755
591
|
export declare const QueryClientStateRequest: {
|
|
756
592
|
typeUrl: string;
|
|
593
|
+
aminoType: string;
|
|
757
594
|
encode(message: QueryClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
758
595
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStateRequest;
|
|
759
|
-
fromPartial(object:
|
|
596
|
+
fromPartial(object: DeepPartial<QueryClientStateRequest>): QueryClientStateRequest;
|
|
760
597
|
fromAmino(object: QueryClientStateRequestAmino): QueryClientStateRequest;
|
|
761
598
|
toAmino(message: QueryClientStateRequest): QueryClientStateRequestAmino;
|
|
762
599
|
fromAminoMsg(object: QueryClientStateRequestAminoMsg): QueryClientStateRequest;
|
|
@@ -767,9 +604,10 @@ export declare const QueryClientStateRequest: {
|
|
|
767
604
|
};
|
|
768
605
|
export declare const QueryClientStateResponse: {
|
|
769
606
|
typeUrl: string;
|
|
607
|
+
aminoType: string;
|
|
770
608
|
encode(message: QueryClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
771
609
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStateResponse;
|
|
772
|
-
fromPartial(object:
|
|
610
|
+
fromPartial(object: DeepPartial<QueryClientStateResponse>): QueryClientStateResponse;
|
|
773
611
|
fromAmino(object: QueryClientStateResponseAmino): QueryClientStateResponse;
|
|
774
612
|
toAmino(message: QueryClientStateResponse): QueryClientStateResponseAmino;
|
|
775
613
|
fromAminoMsg(object: QueryClientStateResponseAminoMsg): QueryClientStateResponse;
|
|
@@ -780,9 +618,10 @@ export declare const QueryClientStateResponse: {
|
|
|
780
618
|
};
|
|
781
619
|
export declare const QueryClientStatesRequest: {
|
|
782
620
|
typeUrl: string;
|
|
621
|
+
aminoType: string;
|
|
783
622
|
encode(message: QueryClientStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
784
623
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatesRequest;
|
|
785
|
-
fromPartial(object:
|
|
624
|
+
fromPartial(object: DeepPartial<QueryClientStatesRequest>): QueryClientStatesRequest;
|
|
786
625
|
fromAmino(object: QueryClientStatesRequestAmino): QueryClientStatesRequest;
|
|
787
626
|
toAmino(message: QueryClientStatesRequest): QueryClientStatesRequestAmino;
|
|
788
627
|
fromAminoMsg(object: QueryClientStatesRequestAminoMsg): QueryClientStatesRequest;
|
|
@@ -793,9 +632,10 @@ export declare const QueryClientStatesRequest: {
|
|
|
793
632
|
};
|
|
794
633
|
export declare const QueryClientStatesResponse: {
|
|
795
634
|
typeUrl: string;
|
|
635
|
+
aminoType: string;
|
|
796
636
|
encode(message: QueryClientStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
797
637
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatesResponse;
|
|
798
|
-
fromPartial(object:
|
|
638
|
+
fromPartial(object: DeepPartial<QueryClientStatesResponse>): QueryClientStatesResponse;
|
|
799
639
|
fromAmino(object: QueryClientStatesResponseAmino): QueryClientStatesResponse;
|
|
800
640
|
toAmino(message: QueryClientStatesResponse): QueryClientStatesResponseAmino;
|
|
801
641
|
fromAminoMsg(object: QueryClientStatesResponseAminoMsg): QueryClientStatesResponse;
|
|
@@ -806,9 +646,10 @@ export declare const QueryClientStatesResponse: {
|
|
|
806
646
|
};
|
|
807
647
|
export declare const QueryConsensusStateRequest: {
|
|
808
648
|
typeUrl: string;
|
|
649
|
+
aminoType: string;
|
|
809
650
|
encode(message: QueryConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
810
651
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateRequest;
|
|
811
|
-
fromPartial(object:
|
|
652
|
+
fromPartial(object: DeepPartial<QueryConsensusStateRequest>): QueryConsensusStateRequest;
|
|
812
653
|
fromAmino(object: QueryConsensusStateRequestAmino): QueryConsensusStateRequest;
|
|
813
654
|
toAmino(message: QueryConsensusStateRequest): QueryConsensusStateRequestAmino;
|
|
814
655
|
fromAminoMsg(object: QueryConsensusStateRequestAminoMsg): QueryConsensusStateRequest;
|
|
@@ -819,9 +660,10 @@ export declare const QueryConsensusStateRequest: {
|
|
|
819
660
|
};
|
|
820
661
|
export declare const QueryConsensusStateResponse: {
|
|
821
662
|
typeUrl: string;
|
|
663
|
+
aminoType: string;
|
|
822
664
|
encode(message: QueryConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
823
665
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateResponse;
|
|
824
|
-
fromPartial(object:
|
|
666
|
+
fromPartial(object: DeepPartial<QueryConsensusStateResponse>): QueryConsensusStateResponse;
|
|
825
667
|
fromAmino(object: QueryConsensusStateResponseAmino): QueryConsensusStateResponse;
|
|
826
668
|
toAmino(message: QueryConsensusStateResponse): QueryConsensusStateResponseAmino;
|
|
827
669
|
fromAminoMsg(object: QueryConsensusStateResponseAminoMsg): QueryConsensusStateResponse;
|
|
@@ -832,9 +674,10 @@ export declare const QueryConsensusStateResponse: {
|
|
|
832
674
|
};
|
|
833
675
|
export declare const QueryConsensusStatesRequest: {
|
|
834
676
|
typeUrl: string;
|
|
677
|
+
aminoType: string;
|
|
835
678
|
encode(message: QueryConsensusStatesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
836
679
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStatesRequest;
|
|
837
|
-
fromPartial(object:
|
|
680
|
+
fromPartial(object: DeepPartial<QueryConsensusStatesRequest>): QueryConsensusStatesRequest;
|
|
838
681
|
fromAmino(object: QueryConsensusStatesRequestAmino): QueryConsensusStatesRequest;
|
|
839
682
|
toAmino(message: QueryConsensusStatesRequest): QueryConsensusStatesRequestAmino;
|
|
840
683
|
fromAminoMsg(object: QueryConsensusStatesRequestAminoMsg): QueryConsensusStatesRequest;
|
|
@@ -845,9 +688,10 @@ export declare const QueryConsensusStatesRequest: {
|
|
|
845
688
|
};
|
|
846
689
|
export declare const QueryConsensusStatesResponse: {
|
|
847
690
|
typeUrl: string;
|
|
691
|
+
aminoType: string;
|
|
848
692
|
encode(message: QueryConsensusStatesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
849
693
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStatesResponse;
|
|
850
|
-
fromPartial(object:
|
|
694
|
+
fromPartial(object: DeepPartial<QueryConsensusStatesResponse>): QueryConsensusStatesResponse;
|
|
851
695
|
fromAmino(object: QueryConsensusStatesResponseAmino): QueryConsensusStatesResponse;
|
|
852
696
|
toAmino(message: QueryConsensusStatesResponse): QueryConsensusStatesResponseAmino;
|
|
853
697
|
fromAminoMsg(object: QueryConsensusStatesResponseAminoMsg): QueryConsensusStatesResponse;
|
|
@@ -858,9 +702,10 @@ export declare const QueryConsensusStatesResponse: {
|
|
|
858
702
|
};
|
|
859
703
|
export declare const QueryConsensusStateHeightsRequest: {
|
|
860
704
|
typeUrl: string;
|
|
705
|
+
aminoType: string;
|
|
861
706
|
encode(message: QueryConsensusStateHeightsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
862
707
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateHeightsRequest;
|
|
863
|
-
fromPartial(object:
|
|
708
|
+
fromPartial(object: DeepPartial<QueryConsensusStateHeightsRequest>): QueryConsensusStateHeightsRequest;
|
|
864
709
|
fromAmino(object: QueryConsensusStateHeightsRequestAmino): QueryConsensusStateHeightsRequest;
|
|
865
710
|
toAmino(message: QueryConsensusStateHeightsRequest): QueryConsensusStateHeightsRequestAmino;
|
|
866
711
|
fromAminoMsg(object: QueryConsensusStateHeightsRequestAminoMsg): QueryConsensusStateHeightsRequest;
|
|
@@ -871,9 +716,10 @@ export declare const QueryConsensusStateHeightsRequest: {
|
|
|
871
716
|
};
|
|
872
717
|
export declare const QueryConsensusStateHeightsResponse: {
|
|
873
718
|
typeUrl: string;
|
|
719
|
+
aminoType: string;
|
|
874
720
|
encode(message: QueryConsensusStateHeightsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
875
721
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryConsensusStateHeightsResponse;
|
|
876
|
-
fromPartial(object:
|
|
722
|
+
fromPartial(object: DeepPartial<QueryConsensusStateHeightsResponse>): QueryConsensusStateHeightsResponse;
|
|
877
723
|
fromAmino(object: QueryConsensusStateHeightsResponseAmino): QueryConsensusStateHeightsResponse;
|
|
878
724
|
toAmino(message: QueryConsensusStateHeightsResponse): QueryConsensusStateHeightsResponseAmino;
|
|
879
725
|
fromAminoMsg(object: QueryConsensusStateHeightsResponseAminoMsg): QueryConsensusStateHeightsResponse;
|
|
@@ -884,9 +730,10 @@ export declare const QueryConsensusStateHeightsResponse: {
|
|
|
884
730
|
};
|
|
885
731
|
export declare const QueryClientStatusRequest: {
|
|
886
732
|
typeUrl: string;
|
|
733
|
+
aminoType: string;
|
|
887
734
|
encode(message: QueryClientStatusRequest, writer?: BinaryWriter): BinaryWriter;
|
|
888
735
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatusRequest;
|
|
889
|
-
fromPartial(object:
|
|
736
|
+
fromPartial(object: DeepPartial<QueryClientStatusRequest>): QueryClientStatusRequest;
|
|
890
737
|
fromAmino(object: QueryClientStatusRequestAmino): QueryClientStatusRequest;
|
|
891
738
|
toAmino(message: QueryClientStatusRequest): QueryClientStatusRequestAmino;
|
|
892
739
|
fromAminoMsg(object: QueryClientStatusRequestAminoMsg): QueryClientStatusRequest;
|
|
@@ -897,9 +744,10 @@ export declare const QueryClientStatusRequest: {
|
|
|
897
744
|
};
|
|
898
745
|
export declare const QueryClientStatusResponse: {
|
|
899
746
|
typeUrl: string;
|
|
747
|
+
aminoType: string;
|
|
900
748
|
encode(message: QueryClientStatusResponse, writer?: BinaryWriter): BinaryWriter;
|
|
901
749
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientStatusResponse;
|
|
902
|
-
fromPartial(object:
|
|
750
|
+
fromPartial(object: DeepPartial<QueryClientStatusResponse>): QueryClientStatusResponse;
|
|
903
751
|
fromAmino(object: QueryClientStatusResponseAmino): QueryClientStatusResponse;
|
|
904
752
|
toAmino(message: QueryClientStatusResponse): QueryClientStatusResponseAmino;
|
|
905
753
|
fromAminoMsg(object: QueryClientStatusResponseAminoMsg): QueryClientStatusResponse;
|
|
@@ -910,9 +758,10 @@ export declare const QueryClientStatusResponse: {
|
|
|
910
758
|
};
|
|
911
759
|
export declare const QueryClientParamsRequest: {
|
|
912
760
|
typeUrl: string;
|
|
761
|
+
aminoType: string;
|
|
913
762
|
encode(_: QueryClientParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
914
763
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientParamsRequest;
|
|
915
|
-
fromPartial(_:
|
|
764
|
+
fromPartial(_: DeepPartial<QueryClientParamsRequest>): QueryClientParamsRequest;
|
|
916
765
|
fromAmino(_: QueryClientParamsRequestAmino): QueryClientParamsRequest;
|
|
917
766
|
toAmino(_: QueryClientParamsRequest): QueryClientParamsRequestAmino;
|
|
918
767
|
fromAminoMsg(object: QueryClientParamsRequestAminoMsg): QueryClientParamsRequest;
|
|
@@ -923,9 +772,10 @@ export declare const QueryClientParamsRequest: {
|
|
|
923
772
|
};
|
|
924
773
|
export declare const QueryClientParamsResponse: {
|
|
925
774
|
typeUrl: string;
|
|
775
|
+
aminoType: string;
|
|
926
776
|
encode(message: QueryClientParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
927
777
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientParamsResponse;
|
|
928
|
-
fromPartial(object:
|
|
778
|
+
fromPartial(object: DeepPartial<QueryClientParamsResponse>): QueryClientParamsResponse;
|
|
929
779
|
fromAmino(object: QueryClientParamsResponseAmino): QueryClientParamsResponse;
|
|
930
780
|
toAmino(message: QueryClientParamsResponse): QueryClientParamsResponseAmino;
|
|
931
781
|
fromAminoMsg(object: QueryClientParamsResponseAminoMsg): QueryClientParamsResponse;
|
|
@@ -936,9 +786,10 @@ export declare const QueryClientParamsResponse: {
|
|
|
936
786
|
};
|
|
937
787
|
export declare const QueryClientCreatorRequest: {
|
|
938
788
|
typeUrl: string;
|
|
789
|
+
aminoType: string;
|
|
939
790
|
encode(message: QueryClientCreatorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
940
791
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientCreatorRequest;
|
|
941
|
-
fromPartial(object:
|
|
792
|
+
fromPartial(object: DeepPartial<QueryClientCreatorRequest>): QueryClientCreatorRequest;
|
|
942
793
|
fromAmino(object: QueryClientCreatorRequestAmino): QueryClientCreatorRequest;
|
|
943
794
|
toAmino(message: QueryClientCreatorRequest): QueryClientCreatorRequestAmino;
|
|
944
795
|
fromAminoMsg(object: QueryClientCreatorRequestAminoMsg): QueryClientCreatorRequest;
|
|
@@ -949,9 +800,10 @@ export declare const QueryClientCreatorRequest: {
|
|
|
949
800
|
};
|
|
950
801
|
export declare const QueryClientCreatorResponse: {
|
|
951
802
|
typeUrl: string;
|
|
803
|
+
aminoType: string;
|
|
952
804
|
encode(message: QueryClientCreatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
953
805
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryClientCreatorResponse;
|
|
954
|
-
fromPartial(object:
|
|
806
|
+
fromPartial(object: DeepPartial<QueryClientCreatorResponse>): QueryClientCreatorResponse;
|
|
955
807
|
fromAmino(object: QueryClientCreatorResponseAmino): QueryClientCreatorResponse;
|
|
956
808
|
toAmino(message: QueryClientCreatorResponse): QueryClientCreatorResponseAmino;
|
|
957
809
|
fromAminoMsg(object: QueryClientCreatorResponseAminoMsg): QueryClientCreatorResponse;
|
|
@@ -962,9 +814,10 @@ export declare const QueryClientCreatorResponse: {
|
|
|
962
814
|
};
|
|
963
815
|
export declare const QueryUpgradedClientStateRequest: {
|
|
964
816
|
typeUrl: string;
|
|
817
|
+
aminoType: string;
|
|
965
818
|
encode(_: QueryUpgradedClientStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
966
819
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedClientStateRequest;
|
|
967
|
-
fromPartial(_:
|
|
820
|
+
fromPartial(_: DeepPartial<QueryUpgradedClientStateRequest>): QueryUpgradedClientStateRequest;
|
|
968
821
|
fromAmino(_: QueryUpgradedClientStateRequestAmino): QueryUpgradedClientStateRequest;
|
|
969
822
|
toAmino(_: QueryUpgradedClientStateRequest): QueryUpgradedClientStateRequestAmino;
|
|
970
823
|
fromAminoMsg(object: QueryUpgradedClientStateRequestAminoMsg): QueryUpgradedClientStateRequest;
|
|
@@ -975,9 +828,10 @@ export declare const QueryUpgradedClientStateRequest: {
|
|
|
975
828
|
};
|
|
976
829
|
export declare const QueryUpgradedClientStateResponse: {
|
|
977
830
|
typeUrl: string;
|
|
831
|
+
aminoType: string;
|
|
978
832
|
encode(message: QueryUpgradedClientStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
979
833
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedClientStateResponse;
|
|
980
|
-
fromPartial(object:
|
|
834
|
+
fromPartial(object: DeepPartial<QueryUpgradedClientStateResponse>): QueryUpgradedClientStateResponse;
|
|
981
835
|
fromAmino(object: QueryUpgradedClientStateResponseAmino): QueryUpgradedClientStateResponse;
|
|
982
836
|
toAmino(message: QueryUpgradedClientStateResponse): QueryUpgradedClientStateResponseAmino;
|
|
983
837
|
fromAminoMsg(object: QueryUpgradedClientStateResponseAminoMsg): QueryUpgradedClientStateResponse;
|
|
@@ -988,9 +842,10 @@ export declare const QueryUpgradedClientStateResponse: {
|
|
|
988
842
|
};
|
|
989
843
|
export declare const QueryUpgradedConsensusStateRequest: {
|
|
990
844
|
typeUrl: string;
|
|
845
|
+
aminoType: string;
|
|
991
846
|
encode(_: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
992
847
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
|
|
993
|
-
fromPartial(_:
|
|
848
|
+
fromPartial(_: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
|
|
994
849
|
fromAmino(_: QueryUpgradedConsensusStateRequestAmino): QueryUpgradedConsensusStateRequest;
|
|
995
850
|
toAmino(_: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestAmino;
|
|
996
851
|
fromAminoMsg(object: QueryUpgradedConsensusStateRequestAminoMsg): QueryUpgradedConsensusStateRequest;
|
|
@@ -1001,9 +856,10 @@ export declare const QueryUpgradedConsensusStateRequest: {
|
|
|
1001
856
|
};
|
|
1002
857
|
export declare const QueryUpgradedConsensusStateResponse: {
|
|
1003
858
|
typeUrl: string;
|
|
859
|
+
aminoType: string;
|
|
1004
860
|
encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1005
861
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
|
|
1006
|
-
fromPartial(object:
|
|
862
|
+
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
|
|
1007
863
|
fromAmino(object: QueryUpgradedConsensusStateResponseAmino): QueryUpgradedConsensusStateResponse;
|
|
1008
864
|
toAmino(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseAmino;
|
|
1009
865
|
fromAminoMsg(object: QueryUpgradedConsensusStateResponseAminoMsg): QueryUpgradedConsensusStateResponse;
|
|
@@ -1014,9 +870,10 @@ export declare const QueryUpgradedConsensusStateResponse: {
|
|
|
1014
870
|
};
|
|
1015
871
|
export declare const QueryVerifyMembershipRequest: {
|
|
1016
872
|
typeUrl: string;
|
|
873
|
+
aminoType: string;
|
|
1017
874
|
encode(message: QueryVerifyMembershipRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1018
875
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryVerifyMembershipRequest;
|
|
1019
|
-
fromPartial(object:
|
|
876
|
+
fromPartial(object: DeepPartial<QueryVerifyMembershipRequest>): QueryVerifyMembershipRequest;
|
|
1020
877
|
fromAmino(object: QueryVerifyMembershipRequestAmino): QueryVerifyMembershipRequest;
|
|
1021
878
|
toAmino(message: QueryVerifyMembershipRequest): QueryVerifyMembershipRequestAmino;
|
|
1022
879
|
fromAminoMsg(object: QueryVerifyMembershipRequestAminoMsg): QueryVerifyMembershipRequest;
|
|
@@ -1027,9 +884,10 @@ export declare const QueryVerifyMembershipRequest: {
|
|
|
1027
884
|
};
|
|
1028
885
|
export declare const QueryVerifyMembershipResponse: {
|
|
1029
886
|
typeUrl: string;
|
|
887
|
+
aminoType: string;
|
|
1030
888
|
encode(message: QueryVerifyMembershipResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1031
889
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryVerifyMembershipResponse;
|
|
1032
|
-
fromPartial(object:
|
|
890
|
+
fromPartial(object: DeepPartial<QueryVerifyMembershipResponse>): QueryVerifyMembershipResponse;
|
|
1033
891
|
fromAmino(object: QueryVerifyMembershipResponseAmino): QueryVerifyMembershipResponse;
|
|
1034
892
|
toAmino(message: QueryVerifyMembershipResponse): QueryVerifyMembershipResponseAmino;
|
|
1035
893
|
fromAminoMsg(object: QueryVerifyMembershipResponseAminoMsg): QueryVerifyMembershipResponse;
|