@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,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the upgrade module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -17,15 +18,12 @@ export interface ModuleAminoMsg {
|
|
|
17
18
|
type: "cosmos-sdk/Module";
|
|
18
19
|
value: ModuleAmino;
|
|
19
20
|
}
|
|
20
|
-
/** Module is the config object of the upgrade module. */
|
|
21
|
-
export interface ModuleSDKType {
|
|
22
|
-
authority: string;
|
|
23
|
-
}
|
|
24
21
|
export declare const Module: {
|
|
25
22
|
typeUrl: string;
|
|
23
|
+
aminoType: string;
|
|
26
24
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
25
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
26
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
27
|
fromAmino(object: ModuleAmino): Module;
|
|
30
28
|
toAmino(message: Module): ModuleAmino;
|
|
31
29
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -10,6 +10,7 @@ function createBaseModule() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.Module = {
|
|
12
12
|
typeUrl: "/cosmos.upgrade.module.v1.Module",
|
|
13
|
+
aminoType: "cosmos-sdk/Module",
|
|
13
14
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
if (message.authority !== "") {
|
|
15
16
|
writer.uint32(10).string(message.authority);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Plan, PlanAmino,
|
|
1
|
+
import { Plan, PlanAmino, ModuleVersion, ModuleVersionAmino } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC
|
|
5
6
|
* method.
|
|
@@ -20,12 +21,6 @@ export interface QueryCurrentPlanRequestAminoMsg {
|
|
|
20
21
|
type: "cosmos-sdk/QueryCurrentPlanRequest";
|
|
21
22
|
value: QueryCurrentPlanRequestAmino;
|
|
22
23
|
}
|
|
23
|
-
/**
|
|
24
|
-
* QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC
|
|
25
|
-
* method.
|
|
26
|
-
*/
|
|
27
|
-
export interface QueryCurrentPlanRequestSDKType {
|
|
28
|
-
}
|
|
29
24
|
/**
|
|
30
25
|
* QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
|
|
31
26
|
* method.
|
|
@@ -50,13 +45,6 @@ export interface QueryCurrentPlanResponseAminoMsg {
|
|
|
50
45
|
type: "cosmos-sdk/QueryCurrentPlanResponse";
|
|
51
46
|
value: QueryCurrentPlanResponseAmino;
|
|
52
47
|
}
|
|
53
|
-
/**
|
|
54
|
-
* QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
|
|
55
|
-
* method.
|
|
56
|
-
*/
|
|
57
|
-
export interface QueryCurrentPlanResponseSDKType {
|
|
58
|
-
plan?: PlanSDKType;
|
|
59
|
-
}
|
|
60
48
|
/**
|
|
61
49
|
* QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
|
|
62
50
|
* method.
|
|
@@ -81,13 +69,6 @@ export interface QueryAppliedPlanRequestAminoMsg {
|
|
|
81
69
|
type: "cosmos-sdk/QueryAppliedPlanRequest";
|
|
82
70
|
value: QueryAppliedPlanRequestAmino;
|
|
83
71
|
}
|
|
84
|
-
/**
|
|
85
|
-
* QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
|
|
86
|
-
* method.
|
|
87
|
-
*/
|
|
88
|
-
export interface QueryAppliedPlanRequestSDKType {
|
|
89
|
-
name: string;
|
|
90
|
-
}
|
|
91
72
|
/**
|
|
92
73
|
* QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
|
|
93
74
|
* method.
|
|
@@ -112,13 +93,6 @@ export interface QueryAppliedPlanResponseAminoMsg {
|
|
|
112
93
|
type: "cosmos-sdk/QueryAppliedPlanResponse";
|
|
113
94
|
value: QueryAppliedPlanResponseAmino;
|
|
114
95
|
}
|
|
115
|
-
/**
|
|
116
|
-
* QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
|
|
117
|
-
* method.
|
|
118
|
-
*/
|
|
119
|
-
export interface QueryAppliedPlanResponseSDKType {
|
|
120
|
-
height: bigint;
|
|
121
|
-
}
|
|
122
96
|
/**
|
|
123
97
|
* QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
|
|
124
98
|
* RPC method.
|
|
@@ -151,14 +125,6 @@ export interface QueryUpgradedConsensusStateRequestAminoMsg {
|
|
|
151
125
|
type: "cosmos-sdk/QueryUpgradedConsensusStateRequest";
|
|
152
126
|
value: QueryUpgradedConsensusStateRequestAmino;
|
|
153
127
|
}
|
|
154
|
-
/**
|
|
155
|
-
* QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
|
|
156
|
-
* RPC method.
|
|
157
|
-
*/
|
|
158
|
-
/** @deprecated */
|
|
159
|
-
export interface QueryUpgradedConsensusStateRequestSDKType {
|
|
160
|
-
last_height: bigint;
|
|
161
|
-
}
|
|
162
128
|
/**
|
|
163
129
|
* QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
|
|
164
130
|
* RPC method.
|
|
@@ -185,14 +151,6 @@ export interface QueryUpgradedConsensusStateResponseAminoMsg {
|
|
|
185
151
|
type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
|
|
186
152
|
value: QueryUpgradedConsensusStateResponseAmino;
|
|
187
153
|
}
|
|
188
|
-
/**
|
|
189
|
-
* QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
|
|
190
|
-
* RPC method.
|
|
191
|
-
*/
|
|
192
|
-
/** @deprecated */
|
|
193
|
-
export interface QueryUpgradedConsensusStateResponseSDKType {
|
|
194
|
-
upgraded_consensus_state: Uint8Array;
|
|
195
|
-
}
|
|
196
154
|
/**
|
|
197
155
|
* QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
|
|
198
156
|
* RPC method.
|
|
@@ -229,15 +187,6 @@ export interface QueryModuleVersionsRequestAminoMsg {
|
|
|
229
187
|
type: "cosmos-sdk/QueryModuleVersionsRequest";
|
|
230
188
|
value: QueryModuleVersionsRequestAmino;
|
|
231
189
|
}
|
|
232
|
-
/**
|
|
233
|
-
* QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
|
|
234
|
-
* RPC method.
|
|
235
|
-
*
|
|
236
|
-
* Since: cosmos-sdk 0.43
|
|
237
|
-
*/
|
|
238
|
-
export interface QueryModuleVersionsRequestSDKType {
|
|
239
|
-
module_name: string;
|
|
240
|
-
}
|
|
241
190
|
/**
|
|
242
191
|
* QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
|
|
243
192
|
* RPC method.
|
|
@@ -266,15 +215,6 @@ export interface QueryModuleVersionsResponseAminoMsg {
|
|
|
266
215
|
type: "cosmos-sdk/QueryModuleVersionsResponse";
|
|
267
216
|
value: QueryModuleVersionsResponseAmino;
|
|
268
217
|
}
|
|
269
|
-
/**
|
|
270
|
-
* QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
|
|
271
|
-
* RPC method.
|
|
272
|
-
*
|
|
273
|
-
* Since: cosmos-sdk 0.43
|
|
274
|
-
*/
|
|
275
|
-
export interface QueryModuleVersionsResponseSDKType {
|
|
276
|
-
module_versions: ModuleVersionSDKType[];
|
|
277
|
-
}
|
|
278
218
|
/**
|
|
279
219
|
* QueryAuthorityRequest is the request type for Query/Authority
|
|
280
220
|
*
|
|
@@ -297,13 +237,6 @@ export interface QueryAuthorityRequestAminoMsg {
|
|
|
297
237
|
type: "cosmos-sdk/QueryAuthorityRequest";
|
|
298
238
|
value: QueryAuthorityRequestAmino;
|
|
299
239
|
}
|
|
300
|
-
/**
|
|
301
|
-
* QueryAuthorityRequest is the request type for Query/Authority
|
|
302
|
-
*
|
|
303
|
-
* Since: cosmos-sdk 0.46
|
|
304
|
-
*/
|
|
305
|
-
export interface QueryAuthorityRequestSDKType {
|
|
306
|
-
}
|
|
307
240
|
/**
|
|
308
241
|
* QueryAuthorityResponse is the response type for Query/Authority
|
|
309
242
|
*
|
|
@@ -328,19 +261,12 @@ export interface QueryAuthorityResponseAminoMsg {
|
|
|
328
261
|
type: "cosmos-sdk/QueryAuthorityResponse";
|
|
329
262
|
value: QueryAuthorityResponseAmino;
|
|
330
263
|
}
|
|
331
|
-
/**
|
|
332
|
-
* QueryAuthorityResponse is the response type for Query/Authority
|
|
333
|
-
*
|
|
334
|
-
* Since: cosmos-sdk 0.46
|
|
335
|
-
*/
|
|
336
|
-
export interface QueryAuthorityResponseSDKType {
|
|
337
|
-
address: string;
|
|
338
|
-
}
|
|
339
264
|
export declare const QueryCurrentPlanRequest: {
|
|
340
265
|
typeUrl: string;
|
|
266
|
+
aminoType: string;
|
|
341
267
|
encode(_: QueryCurrentPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
342
268
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanRequest;
|
|
343
|
-
fromPartial(_:
|
|
269
|
+
fromPartial(_: DeepPartial<QueryCurrentPlanRequest>): QueryCurrentPlanRequest;
|
|
344
270
|
fromAmino(_: QueryCurrentPlanRequestAmino): QueryCurrentPlanRequest;
|
|
345
271
|
toAmino(_: QueryCurrentPlanRequest): QueryCurrentPlanRequestAmino;
|
|
346
272
|
fromAminoMsg(object: QueryCurrentPlanRequestAminoMsg): QueryCurrentPlanRequest;
|
|
@@ -351,9 +277,10 @@ export declare const QueryCurrentPlanRequest: {
|
|
|
351
277
|
};
|
|
352
278
|
export declare const QueryCurrentPlanResponse: {
|
|
353
279
|
typeUrl: string;
|
|
280
|
+
aminoType: string;
|
|
354
281
|
encode(message: QueryCurrentPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
355
282
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanResponse;
|
|
356
|
-
fromPartial(object:
|
|
283
|
+
fromPartial(object: DeepPartial<QueryCurrentPlanResponse>): QueryCurrentPlanResponse;
|
|
357
284
|
fromAmino(object: QueryCurrentPlanResponseAmino): QueryCurrentPlanResponse;
|
|
358
285
|
toAmino(message: QueryCurrentPlanResponse): QueryCurrentPlanResponseAmino;
|
|
359
286
|
fromAminoMsg(object: QueryCurrentPlanResponseAminoMsg): QueryCurrentPlanResponse;
|
|
@@ -364,9 +291,10 @@ export declare const QueryCurrentPlanResponse: {
|
|
|
364
291
|
};
|
|
365
292
|
export declare const QueryAppliedPlanRequest: {
|
|
366
293
|
typeUrl: string;
|
|
294
|
+
aminoType: string;
|
|
367
295
|
encode(message: QueryAppliedPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
368
296
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanRequest;
|
|
369
|
-
fromPartial(object:
|
|
297
|
+
fromPartial(object: DeepPartial<QueryAppliedPlanRequest>): QueryAppliedPlanRequest;
|
|
370
298
|
fromAmino(object: QueryAppliedPlanRequestAmino): QueryAppliedPlanRequest;
|
|
371
299
|
toAmino(message: QueryAppliedPlanRequest): QueryAppliedPlanRequestAmino;
|
|
372
300
|
fromAminoMsg(object: QueryAppliedPlanRequestAminoMsg): QueryAppliedPlanRequest;
|
|
@@ -377,9 +305,10 @@ export declare const QueryAppliedPlanRequest: {
|
|
|
377
305
|
};
|
|
378
306
|
export declare const QueryAppliedPlanResponse: {
|
|
379
307
|
typeUrl: string;
|
|
308
|
+
aminoType: string;
|
|
380
309
|
encode(message: QueryAppliedPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
381
310
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanResponse;
|
|
382
|
-
fromPartial(object:
|
|
311
|
+
fromPartial(object: DeepPartial<QueryAppliedPlanResponse>): QueryAppliedPlanResponse;
|
|
383
312
|
fromAmino(object: QueryAppliedPlanResponseAmino): QueryAppliedPlanResponse;
|
|
384
313
|
toAmino(message: QueryAppliedPlanResponse): QueryAppliedPlanResponseAmino;
|
|
385
314
|
fromAminoMsg(object: QueryAppliedPlanResponseAminoMsg): QueryAppliedPlanResponse;
|
|
@@ -390,9 +319,10 @@ export declare const QueryAppliedPlanResponse: {
|
|
|
390
319
|
};
|
|
391
320
|
export declare const QueryUpgradedConsensusStateRequest: {
|
|
392
321
|
typeUrl: string;
|
|
322
|
+
aminoType: string;
|
|
393
323
|
encode(message: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
394
324
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
|
|
395
|
-
fromPartial(object:
|
|
325
|
+
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
|
|
396
326
|
fromAmino(object: QueryUpgradedConsensusStateRequestAmino): QueryUpgradedConsensusStateRequest;
|
|
397
327
|
toAmino(message: QueryUpgradedConsensusStateRequest): QueryUpgradedConsensusStateRequestAmino;
|
|
398
328
|
fromAminoMsg(object: QueryUpgradedConsensusStateRequestAminoMsg): QueryUpgradedConsensusStateRequest;
|
|
@@ -403,9 +333,10 @@ export declare const QueryUpgradedConsensusStateRequest: {
|
|
|
403
333
|
};
|
|
404
334
|
export declare const QueryUpgradedConsensusStateResponse: {
|
|
405
335
|
typeUrl: string;
|
|
336
|
+
aminoType: string;
|
|
406
337
|
encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
407
338
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
|
|
408
|
-
fromPartial(object:
|
|
339
|
+
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
|
|
409
340
|
fromAmino(object: QueryUpgradedConsensusStateResponseAmino): QueryUpgradedConsensusStateResponse;
|
|
410
341
|
toAmino(message: QueryUpgradedConsensusStateResponse): QueryUpgradedConsensusStateResponseAmino;
|
|
411
342
|
fromAminoMsg(object: QueryUpgradedConsensusStateResponseAminoMsg): QueryUpgradedConsensusStateResponse;
|
|
@@ -416,9 +347,10 @@ export declare const QueryUpgradedConsensusStateResponse: {
|
|
|
416
347
|
};
|
|
417
348
|
export declare const QueryModuleVersionsRequest: {
|
|
418
349
|
typeUrl: string;
|
|
350
|
+
aminoType: string;
|
|
419
351
|
encode(message: QueryModuleVersionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
420
352
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsRequest;
|
|
421
|
-
fromPartial(object:
|
|
353
|
+
fromPartial(object: DeepPartial<QueryModuleVersionsRequest>): QueryModuleVersionsRequest;
|
|
422
354
|
fromAmino(object: QueryModuleVersionsRequestAmino): QueryModuleVersionsRequest;
|
|
423
355
|
toAmino(message: QueryModuleVersionsRequest): QueryModuleVersionsRequestAmino;
|
|
424
356
|
fromAminoMsg(object: QueryModuleVersionsRequestAminoMsg): QueryModuleVersionsRequest;
|
|
@@ -429,9 +361,10 @@ export declare const QueryModuleVersionsRequest: {
|
|
|
429
361
|
};
|
|
430
362
|
export declare const QueryModuleVersionsResponse: {
|
|
431
363
|
typeUrl: string;
|
|
364
|
+
aminoType: string;
|
|
432
365
|
encode(message: QueryModuleVersionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
433
366
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsResponse;
|
|
434
|
-
fromPartial(object:
|
|
367
|
+
fromPartial(object: DeepPartial<QueryModuleVersionsResponse>): QueryModuleVersionsResponse;
|
|
435
368
|
fromAmino(object: QueryModuleVersionsResponseAmino): QueryModuleVersionsResponse;
|
|
436
369
|
toAmino(message: QueryModuleVersionsResponse): QueryModuleVersionsResponseAmino;
|
|
437
370
|
fromAminoMsg(object: QueryModuleVersionsResponseAminoMsg): QueryModuleVersionsResponse;
|
|
@@ -442,9 +375,10 @@ export declare const QueryModuleVersionsResponse: {
|
|
|
442
375
|
};
|
|
443
376
|
export declare const QueryAuthorityRequest: {
|
|
444
377
|
typeUrl: string;
|
|
378
|
+
aminoType: string;
|
|
445
379
|
encode(_: QueryAuthorityRequest, writer?: BinaryWriter): BinaryWriter;
|
|
446
380
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityRequest;
|
|
447
|
-
fromPartial(_:
|
|
381
|
+
fromPartial(_: DeepPartial<QueryAuthorityRequest>): QueryAuthorityRequest;
|
|
448
382
|
fromAmino(_: QueryAuthorityRequestAmino): QueryAuthorityRequest;
|
|
449
383
|
toAmino(_: QueryAuthorityRequest): QueryAuthorityRequestAmino;
|
|
450
384
|
fromAminoMsg(object: QueryAuthorityRequestAminoMsg): QueryAuthorityRequest;
|
|
@@ -455,9 +389,10 @@ export declare const QueryAuthorityRequest: {
|
|
|
455
389
|
};
|
|
456
390
|
export declare const QueryAuthorityResponse: {
|
|
457
391
|
typeUrl: string;
|
|
392
|
+
aminoType: string;
|
|
458
393
|
encode(message: QueryAuthorityResponse, writer?: BinaryWriter): BinaryWriter;
|
|
459
394
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityResponse;
|
|
460
|
-
fromPartial(object:
|
|
395
|
+
fromPartial(object: DeepPartial<QueryAuthorityResponse>): QueryAuthorityResponse;
|
|
461
396
|
fromAmino(object: QueryAuthorityResponseAmino): QueryAuthorityResponse;
|
|
462
397
|
toAmino(message: QueryAuthorityResponse): QueryAuthorityResponseAmino;
|
|
463
398
|
fromAminoMsg(object: QueryAuthorityResponseAminoMsg): QueryAuthorityResponse;
|
|
@@ -10,6 +10,7 @@ function createBaseQueryCurrentPlanRequest() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.QueryCurrentPlanRequest = {
|
|
12
12
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryCurrentPlanRequest",
|
|
13
|
+
aminoType: "cosmos-sdk/QueryCurrentPlanRequest",
|
|
13
14
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
return writer;
|
|
15
16
|
},
|
|
@@ -68,6 +69,7 @@ function createBaseQueryCurrentPlanResponse() {
|
|
|
68
69
|
}
|
|
69
70
|
exports.QueryCurrentPlanResponse = {
|
|
70
71
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryCurrentPlanResponse",
|
|
72
|
+
aminoType: "cosmos-sdk/QueryCurrentPlanResponse",
|
|
71
73
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
72
74
|
if (message.plan !== undefined) {
|
|
73
75
|
upgrade_1.Plan.encode(message.plan, writer.uint32(10).fork()).ldelim();
|
|
@@ -137,6 +139,7 @@ function createBaseQueryAppliedPlanRequest() {
|
|
|
137
139
|
}
|
|
138
140
|
exports.QueryAppliedPlanRequest = {
|
|
139
141
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryAppliedPlanRequest",
|
|
142
|
+
aminoType: "cosmos-sdk/QueryAppliedPlanRequest",
|
|
140
143
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
141
144
|
if (message.name !== "") {
|
|
142
145
|
writer.uint32(10).string(message.name);
|
|
@@ -206,6 +209,7 @@ function createBaseQueryAppliedPlanResponse() {
|
|
|
206
209
|
}
|
|
207
210
|
exports.QueryAppliedPlanResponse = {
|
|
208
211
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryAppliedPlanResponse",
|
|
212
|
+
aminoType: "cosmos-sdk/QueryAppliedPlanResponse",
|
|
209
213
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
210
214
|
if (message.height !== BigInt(0)) {
|
|
211
215
|
writer.uint32(8).int64(message.height);
|
|
@@ -275,6 +279,7 @@ function createBaseQueryUpgradedConsensusStateRequest() {
|
|
|
275
279
|
}
|
|
276
280
|
exports.QueryUpgradedConsensusStateRequest = {
|
|
277
281
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateRequest",
|
|
282
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateRequest",
|
|
278
283
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
279
284
|
if (message.lastHeight !== BigInt(0)) {
|
|
280
285
|
writer.uint32(8).int64(message.lastHeight);
|
|
@@ -344,6 +349,7 @@ function createBaseQueryUpgradedConsensusStateResponse() {
|
|
|
344
349
|
}
|
|
345
350
|
exports.QueryUpgradedConsensusStateResponse = {
|
|
346
351
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryUpgradedConsensusStateResponse",
|
|
352
|
+
aminoType: "cosmos-sdk/QueryUpgradedConsensusStateResponse",
|
|
347
353
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
348
354
|
if (message.upgradedConsensusState.length !== 0) {
|
|
349
355
|
writer.uint32(18).bytes(message.upgradedConsensusState);
|
|
@@ -413,6 +419,7 @@ function createBaseQueryModuleVersionsRequest() {
|
|
|
413
419
|
}
|
|
414
420
|
exports.QueryModuleVersionsRequest = {
|
|
415
421
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryModuleVersionsRequest",
|
|
422
|
+
aminoType: "cosmos-sdk/QueryModuleVersionsRequest",
|
|
416
423
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
417
424
|
if (message.moduleName !== "") {
|
|
418
425
|
writer.uint32(10).string(message.moduleName);
|
|
@@ -482,6 +489,7 @@ function createBaseQueryModuleVersionsResponse() {
|
|
|
482
489
|
}
|
|
483
490
|
exports.QueryModuleVersionsResponse = {
|
|
484
491
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryModuleVersionsResponse",
|
|
492
|
+
aminoType: "cosmos-sdk/QueryModuleVersionsResponse",
|
|
485
493
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
486
494
|
for (const v of message.moduleVersions) {
|
|
487
495
|
upgrade_1.ModuleVersion.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -552,6 +560,7 @@ function createBaseQueryAuthorityRequest() {
|
|
|
552
560
|
}
|
|
553
561
|
exports.QueryAuthorityRequest = {
|
|
554
562
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryAuthorityRequest",
|
|
563
|
+
aminoType: "cosmos-sdk/QueryAuthorityRequest",
|
|
555
564
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
556
565
|
return writer;
|
|
557
566
|
},
|
|
@@ -610,6 +619,7 @@ function createBaseQueryAuthorityResponse() {
|
|
|
610
619
|
}
|
|
611
620
|
exports.QueryAuthorityResponse = {
|
|
612
621
|
typeUrl: "/cosmos.upgrade.v1beta1.QueryAuthorityResponse",
|
|
622
|
+
aminoType: "cosmos-sdk/QueryAuthorityResponse",
|
|
613
623
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
614
624
|
if (message.address !== "") {
|
|
615
625
|
writer.uint32(10).string(message.address);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryCurrentPlanRequest,
|
|
2
|
+
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
currentPlan(_params?: QueryCurrentPlanRequest)
|
|
9
|
-
appliedPlan(params: QueryAppliedPlanRequest)
|
|
10
|
-
upgradedConsensusState(params: QueryUpgradedConsensusStateRequest)
|
|
11
|
-
moduleVersions(params: QueryModuleVersionsRequest)
|
|
12
|
-
authority(_params?: QueryAuthorityRequest)
|
|
8
|
+
currentPlan: (_params?: QueryCurrentPlanRequest) => Promise<QueryCurrentPlanResponse>;
|
|
9
|
+
appliedPlan: (params: QueryAppliedPlanRequest) => Promise<QueryAppliedPlanResponse>;
|
|
10
|
+
upgradedConsensusState: (params: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
|
|
11
|
+
moduleVersions: (params: QueryModuleVersionsRequest) => Promise<QueryModuleVersionsResponse>;
|
|
12
|
+
authority: (_params?: QueryAuthorityRequest) => Promise<QueryAuthorityResponse>;
|
|
13
13
|
}
|
|
@@ -5,36 +5,31 @@ class LCDQueryClient {
|
|
|
5
5
|
req;
|
|
6
6
|
constructor({ requestClient }) {
|
|
7
7
|
this.req = requestClient;
|
|
8
|
-
this.currentPlan = this.currentPlan.bind(this);
|
|
9
|
-
this.appliedPlan = this.appliedPlan.bind(this);
|
|
10
|
-
this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
|
|
11
|
-
this.moduleVersions = this.moduleVersions.bind(this);
|
|
12
|
-
this.authority = this.authority.bind(this);
|
|
13
8
|
}
|
|
14
9
|
/* CurrentPlan queries the current upgrade plan. */
|
|
15
|
-
async
|
|
10
|
+
currentPlan = async (_params = {}) => {
|
|
16
11
|
const endpoint = `cosmos/upgrade/v1beta1/current_plan`;
|
|
17
12
|
return await this.req.get(endpoint);
|
|
18
|
-
}
|
|
13
|
+
};
|
|
19
14
|
/* AppliedPlan queries a previously applied upgrade plan by its name. */
|
|
20
|
-
async
|
|
15
|
+
appliedPlan = async (params) => {
|
|
21
16
|
const endpoint = `cosmos/upgrade/v1beta1/applied_plan/${params.name}`;
|
|
22
17
|
return await this.req.get(endpoint);
|
|
23
|
-
}
|
|
18
|
+
};
|
|
24
19
|
/* UpgradedConsensusState queries the consensus state that will serve
|
|
25
20
|
as a trusted kernel for the next version of this chain. It will only be
|
|
26
21
|
stored at the last height of this chain.
|
|
27
22
|
UpgradedConsensusState RPC not supported with legacy querier
|
|
28
23
|
This rpc is deprecated now that IBC has its own replacement
|
|
29
24
|
(https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) */
|
|
30
|
-
async
|
|
25
|
+
upgradedConsensusState = async (params) => {
|
|
31
26
|
const endpoint = `cosmos/upgrade/v1beta1/upgraded_consensus_state/${params.lastHeight}`;
|
|
32
27
|
return await this.req.get(endpoint);
|
|
33
|
-
}
|
|
28
|
+
};
|
|
34
29
|
/* ModuleVersions queries the list of module versions from state.
|
|
35
30
|
|
|
36
31
|
Since: cosmos-sdk 0.43 */
|
|
37
|
-
async
|
|
32
|
+
moduleVersions = async (params) => {
|
|
38
33
|
const options = {
|
|
39
34
|
params: {}
|
|
40
35
|
};
|
|
@@ -43,13 +38,13 @@ class LCDQueryClient {
|
|
|
43
38
|
}
|
|
44
39
|
const endpoint = `cosmos/upgrade/v1beta1/module_versions`;
|
|
45
40
|
return await this.req.get(endpoint, options);
|
|
46
|
-
}
|
|
41
|
+
};
|
|
47
42
|
/* Returns the account with authority to conduct upgrades
|
|
48
43
|
|
|
49
44
|
Since: cosmos-sdk 0.46 */
|
|
50
|
-
async
|
|
45
|
+
authority = async (_params = {}) => {
|
|
51
46
|
const endpoint = `cosmos/upgrade/v1beta1/authority`;
|
|
52
47
|
return await this.req.get(endpoint);
|
|
53
|
-
}
|
|
48
|
+
};
|
|
54
49
|
}
|
|
55
50
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryCurrentPlanRequest, QueryCurrentPlanResponse, QueryAppliedPlanRequest, QueryAppliedPlanResponse, QueryUpgradedConsensusStateRequest, QueryUpgradedConsensusStateResponse, QueryModuleVersionsRequest, QueryModuleVersionsResponse, QueryAuthorityRequest, QueryAuthorityResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC upgrade querier service. */
|
|
@@ -31,12 +31,12 @@ export interface Query {
|
|
|
31
31
|
}
|
|
32
32
|
export declare class QueryClientImpl implements Query {
|
|
33
33
|
private readonly rpc;
|
|
34
|
-
constructor(rpc:
|
|
35
|
-
currentPlan(request?: QueryCurrentPlanRequest)
|
|
36
|
-
appliedPlan(request: QueryAppliedPlanRequest)
|
|
37
|
-
upgradedConsensusState(request: QueryUpgradedConsensusStateRequest)
|
|
38
|
-
moduleVersions(request: QueryModuleVersionsRequest)
|
|
39
|
-
authority(request?: QueryAuthorityRequest)
|
|
34
|
+
constructor(rpc: TxRpc);
|
|
35
|
+
currentPlan: (request?: QueryCurrentPlanRequest) => Promise<QueryCurrentPlanResponse>;
|
|
36
|
+
appliedPlan: (request: QueryAppliedPlanRequest) => Promise<QueryAppliedPlanResponse>;
|
|
37
|
+
upgradedConsensusState: (request: QueryUpgradedConsensusStateRequest) => Promise<QueryUpgradedConsensusStateResponse>;
|
|
38
|
+
moduleVersions: (request: QueryModuleVersionsRequest) => Promise<QueryModuleVersionsResponse>;
|
|
39
|
+
authority: (request?: QueryAuthorityRequest) => Promise<QueryAuthorityResponse>;
|
|
40
40
|
}
|
|
41
41
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
42
42
|
currentPlan(request?: QueryCurrentPlanRequest): Promise<QueryCurrentPlanResponse>;
|
|
@@ -8,37 +8,46 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.currentPlan = this.currentPlan.bind(this);
|
|
12
|
-
this.appliedPlan = this.appliedPlan.bind(this);
|
|
13
|
-
this.upgradedConsensusState = this.upgradedConsensusState.bind(this);
|
|
14
|
-
this.moduleVersions = this.moduleVersions.bind(this);
|
|
15
|
-
this.authority = this.authority.bind(this);
|
|
16
11
|
}
|
|
17
|
-
|
|
12
|
+
/* CurrentPlan queries the current upgrade plan. */
|
|
13
|
+
currentPlan = async (request = {}) => {
|
|
18
14
|
const data = query_1.QueryCurrentPlanRequest.encode(request).finish();
|
|
19
15
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "CurrentPlan", data);
|
|
20
16
|
return promise.then(data => query_1.QueryCurrentPlanResponse.decode(new binary_1.BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
|
|
17
|
+
};
|
|
18
|
+
/* AppliedPlan queries a previously applied upgrade plan by its name. */
|
|
19
|
+
appliedPlan = async (request) => {
|
|
23
20
|
const data = query_1.QueryAppliedPlanRequest.encode(request).finish();
|
|
24
21
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "AppliedPlan", data);
|
|
25
22
|
return promise.then(data => query_1.QueryAppliedPlanResponse.decode(new binary_1.BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
|
|
23
|
+
};
|
|
24
|
+
/* UpgradedConsensusState queries the consensus state that will serve
|
|
25
|
+
as a trusted kernel for the next version of this chain. It will only be
|
|
26
|
+
stored at the last height of this chain.
|
|
27
|
+
UpgradedConsensusState RPC not supported with legacy querier
|
|
28
|
+
This rpc is deprecated now that IBC has its own replacement
|
|
29
|
+
(https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) */
|
|
30
|
+
upgradedConsensusState = async (request) => {
|
|
28
31
|
const data = query_1.QueryUpgradedConsensusStateRequest.encode(request).finish();
|
|
29
32
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "UpgradedConsensusState", data);
|
|
30
33
|
return promise.then(data => query_1.QueryUpgradedConsensusStateResponse.decode(new binary_1.BinaryReader(data)));
|
|
31
|
-
}
|
|
32
|
-
|
|
34
|
+
};
|
|
35
|
+
/* ModuleVersions queries the list of module versions from state.
|
|
36
|
+
|
|
37
|
+
Since: cosmos-sdk 0.43 */
|
|
38
|
+
moduleVersions = async (request) => {
|
|
33
39
|
const data = query_1.QueryModuleVersionsRequest.encode(request).finish();
|
|
34
40
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "ModuleVersions", data);
|
|
35
41
|
return promise.then(data => query_1.QueryModuleVersionsResponse.decode(new binary_1.BinaryReader(data)));
|
|
36
|
-
}
|
|
37
|
-
authority
|
|
42
|
+
};
|
|
43
|
+
/* Returns the account with authority to conduct upgrades
|
|
44
|
+
|
|
45
|
+
Since: cosmos-sdk 0.46 */
|
|
46
|
+
authority = async (request = {}) => {
|
|
38
47
|
const data = query_1.QueryAuthorityRequest.encode(request).finish();
|
|
39
48
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Query", "Authority", data);
|
|
40
49
|
return promise.then(data => query_1.QueryAuthorityResponse.decode(new binary_1.BinaryReader(data)));
|
|
41
|
-
}
|
|
50
|
+
};
|
|
42
51
|
}
|
|
43
52
|
exports.QueryClientImpl = QueryClientImpl;
|
|
44
53
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Plan, PlanAmino
|
|
1
|
+
import { Plan, PlanAmino } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
|
|
5
6
|
*
|
|
@@ -30,15 +31,6 @@ export interface MsgSoftwareUpgradeAminoMsg {
|
|
|
30
31
|
type: "cosmos-sdk/MsgSoftwareUpgrade";
|
|
31
32
|
value: MsgSoftwareUpgradeAmino;
|
|
32
33
|
}
|
|
33
|
-
/**
|
|
34
|
-
* MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
|
|
35
|
-
*
|
|
36
|
-
* Since: cosmos-sdk 0.46
|
|
37
|
-
*/
|
|
38
|
-
export interface MsgSoftwareUpgradeSDKType {
|
|
39
|
-
authority: string;
|
|
40
|
-
plan: PlanSDKType;
|
|
41
|
-
}
|
|
42
34
|
/**
|
|
43
35
|
* MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
|
|
44
36
|
*
|
|
@@ -61,13 +53,6 @@ export interface MsgSoftwareUpgradeResponseAminoMsg {
|
|
|
61
53
|
type: "cosmos-sdk/MsgSoftwareUpgradeResponse";
|
|
62
54
|
value: MsgSoftwareUpgradeResponseAmino;
|
|
63
55
|
}
|
|
64
|
-
/**
|
|
65
|
-
* MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
|
|
66
|
-
*
|
|
67
|
-
* Since: cosmos-sdk 0.46
|
|
68
|
-
*/
|
|
69
|
-
export interface MsgSoftwareUpgradeResponseSDKType {
|
|
70
|
-
}
|
|
71
56
|
/**
|
|
72
57
|
* MsgCancelUpgrade is the Msg/CancelUpgrade request type.
|
|
73
58
|
*
|
|
@@ -94,14 +79,6 @@ export interface MsgCancelUpgradeAminoMsg {
|
|
|
94
79
|
type: "cosmos-sdk/MsgCancelUpgrade";
|
|
95
80
|
value: MsgCancelUpgradeAmino;
|
|
96
81
|
}
|
|
97
|
-
/**
|
|
98
|
-
* MsgCancelUpgrade is the Msg/CancelUpgrade request type.
|
|
99
|
-
*
|
|
100
|
-
* Since: cosmos-sdk 0.46
|
|
101
|
-
*/
|
|
102
|
-
export interface MsgCancelUpgradeSDKType {
|
|
103
|
-
authority: string;
|
|
104
|
-
}
|
|
105
82
|
/**
|
|
106
83
|
* MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
|
|
107
84
|
*
|
|
@@ -124,18 +101,12 @@ export interface MsgCancelUpgradeResponseAminoMsg {
|
|
|
124
101
|
type: "cosmos-sdk/MsgCancelUpgradeResponse";
|
|
125
102
|
value: MsgCancelUpgradeResponseAmino;
|
|
126
103
|
}
|
|
127
|
-
/**
|
|
128
|
-
* MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
|
|
129
|
-
*
|
|
130
|
-
* Since: cosmos-sdk 0.46
|
|
131
|
-
*/
|
|
132
|
-
export interface MsgCancelUpgradeResponseSDKType {
|
|
133
|
-
}
|
|
134
104
|
export declare const MsgSoftwareUpgrade: {
|
|
135
105
|
typeUrl: string;
|
|
106
|
+
aminoType: string;
|
|
136
107
|
encode(message: MsgSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
137
108
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgrade;
|
|
138
|
-
fromPartial(object:
|
|
109
|
+
fromPartial(object: DeepPartial<MsgSoftwareUpgrade>): MsgSoftwareUpgrade;
|
|
139
110
|
fromAmino(object: MsgSoftwareUpgradeAmino): MsgSoftwareUpgrade;
|
|
140
111
|
toAmino(message: MsgSoftwareUpgrade): MsgSoftwareUpgradeAmino;
|
|
141
112
|
fromAminoMsg(object: MsgSoftwareUpgradeAminoMsg): MsgSoftwareUpgrade;
|
|
@@ -146,9 +117,10 @@ export declare const MsgSoftwareUpgrade: {
|
|
|
146
117
|
};
|
|
147
118
|
export declare const MsgSoftwareUpgradeResponse: {
|
|
148
119
|
typeUrl: string;
|
|
120
|
+
aminoType: string;
|
|
149
121
|
encode(_: MsgSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
150
122
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgradeResponse;
|
|
151
|
-
fromPartial(_:
|
|
123
|
+
fromPartial(_: DeepPartial<MsgSoftwareUpgradeResponse>): MsgSoftwareUpgradeResponse;
|
|
152
124
|
fromAmino(_: MsgSoftwareUpgradeResponseAmino): MsgSoftwareUpgradeResponse;
|
|
153
125
|
toAmino(_: MsgSoftwareUpgradeResponse): MsgSoftwareUpgradeResponseAmino;
|
|
154
126
|
fromAminoMsg(object: MsgSoftwareUpgradeResponseAminoMsg): MsgSoftwareUpgradeResponse;
|
|
@@ -159,9 +131,10 @@ export declare const MsgSoftwareUpgradeResponse: {
|
|
|
159
131
|
};
|
|
160
132
|
export declare const MsgCancelUpgrade: {
|
|
161
133
|
typeUrl: string;
|
|
134
|
+
aminoType: string;
|
|
162
135
|
encode(message: MsgCancelUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
163
136
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgrade;
|
|
164
|
-
fromPartial(object:
|
|
137
|
+
fromPartial(object: DeepPartial<MsgCancelUpgrade>): MsgCancelUpgrade;
|
|
165
138
|
fromAmino(object: MsgCancelUpgradeAmino): MsgCancelUpgrade;
|
|
166
139
|
toAmino(message: MsgCancelUpgrade): MsgCancelUpgradeAmino;
|
|
167
140
|
fromAminoMsg(object: MsgCancelUpgradeAminoMsg): MsgCancelUpgrade;
|
|
@@ -172,9 +145,10 @@ export declare const MsgCancelUpgrade: {
|
|
|
172
145
|
};
|
|
173
146
|
export declare const MsgCancelUpgradeResponse: {
|
|
174
147
|
typeUrl: string;
|
|
148
|
+
aminoType: string;
|
|
175
149
|
encode(_: MsgCancelUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
176
150
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgradeResponse;
|
|
177
|
-
fromPartial(_:
|
|
151
|
+
fromPartial(_: DeepPartial<MsgCancelUpgradeResponse>): MsgCancelUpgradeResponse;
|
|
178
152
|
fromAmino(_: MsgCancelUpgradeResponseAmino): MsgCancelUpgradeResponse;
|
|
179
153
|
toAmino(_: MsgCancelUpgradeResponse): MsgCancelUpgradeResponseAmino;
|
|
180
154
|
fromAminoMsg(object: MsgCancelUpgradeResponseAminoMsg): MsgCancelUpgradeResponse;
|