@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +0 -20
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.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.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.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.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.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.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.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.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.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.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.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
package/cosmos/tx/v1beta1/tx.js
CHANGED
|
@@ -16,6 +16,7 @@ function createBaseTx() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.Tx = {
|
|
18
18
|
typeUrl: "/cosmos.tx.v1beta1.Tx",
|
|
19
|
+
aminoType: "cosmos-sdk/Tx",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.body !== undefined) {
|
|
21
22
|
exports.TxBody.encode(message.body, writer.uint32(10).fork()).ldelim();
|
|
@@ -112,6 +113,7 @@ function createBaseTxRaw() {
|
|
|
112
113
|
}
|
|
113
114
|
exports.TxRaw = {
|
|
114
115
|
typeUrl: "/cosmos.tx.v1beta1.TxRaw",
|
|
116
|
+
aminoType: "cosmos-sdk/TxRaw",
|
|
115
117
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
116
118
|
if (message.bodyBytes.length !== 0) {
|
|
117
119
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -209,6 +211,7 @@ function createBaseSignDoc() {
|
|
|
209
211
|
}
|
|
210
212
|
exports.SignDoc = {
|
|
211
213
|
typeUrl: "/cosmos.tx.v1beta1.SignDoc",
|
|
214
|
+
aminoType: "cosmos-sdk/SignDoc",
|
|
212
215
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
213
216
|
if (message.bodyBytes.length !== 0) {
|
|
214
217
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -316,6 +319,7 @@ function createBaseSignDocDirectAux() {
|
|
|
316
319
|
}
|
|
317
320
|
exports.SignDocDirectAux = {
|
|
318
321
|
typeUrl: "/cosmos.tx.v1beta1.SignDocDirectAux",
|
|
322
|
+
aminoType: "cosmos-sdk/SignDocDirectAux",
|
|
319
323
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
320
324
|
if (message.bodyBytes.length !== 0) {
|
|
321
325
|
writer.uint32(10).bytes(message.bodyBytes);
|
|
@@ -444,6 +448,7 @@ function createBaseTxBody() {
|
|
|
444
448
|
}
|
|
445
449
|
exports.TxBody = {
|
|
446
450
|
typeUrl: "/cosmos.tx.v1beta1.TxBody",
|
|
451
|
+
aminoType: "cosmos-sdk/TxBody",
|
|
447
452
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
448
453
|
for (const v of message.messages) {
|
|
449
454
|
any_1.Any.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -568,6 +573,7 @@ function createBaseAuthInfo() {
|
|
|
568
573
|
}
|
|
569
574
|
exports.AuthInfo = {
|
|
570
575
|
typeUrl: "/cosmos.tx.v1beta1.AuthInfo",
|
|
576
|
+
aminoType: "cosmos-sdk/AuthInfo",
|
|
571
577
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
572
578
|
for (const v of message.signerInfos) {
|
|
573
579
|
exports.SignerInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -664,6 +670,7 @@ function createBaseSignerInfo() {
|
|
|
664
670
|
}
|
|
665
671
|
exports.SignerInfo = {
|
|
666
672
|
typeUrl: "/cosmos.tx.v1beta1.SignerInfo",
|
|
673
|
+
aminoType: "cosmos-sdk/SignerInfo",
|
|
667
674
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
668
675
|
if (message.publicKey !== undefined) {
|
|
669
676
|
any_1.Any.encode(message.publicKey, writer.uint32(10).fork()).ldelim();
|
|
@@ -756,6 +763,7 @@ function createBaseModeInfo() {
|
|
|
756
763
|
}
|
|
757
764
|
exports.ModeInfo = {
|
|
758
765
|
typeUrl: "/cosmos.tx.v1beta1.ModeInfo",
|
|
766
|
+
aminoType: "cosmos-sdk/ModeInfo",
|
|
759
767
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
760
768
|
if (message.single !== undefined) {
|
|
761
769
|
exports.ModeInfo_Single.encode(message.single, writer.uint32(10).fork()).ldelim();
|
|
@@ -836,6 +844,7 @@ function createBaseModeInfo_Single() {
|
|
|
836
844
|
}
|
|
837
845
|
exports.ModeInfo_Single = {
|
|
838
846
|
typeUrl: "/cosmos.tx.v1beta1.Single",
|
|
847
|
+
aminoType: "cosmos-sdk/Single",
|
|
839
848
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
840
849
|
if (message.mode !== 0) {
|
|
841
850
|
writer.uint32(8).int32(message.mode);
|
|
@@ -906,6 +915,7 @@ function createBaseModeInfo_Multi() {
|
|
|
906
915
|
}
|
|
907
916
|
exports.ModeInfo_Multi = {
|
|
908
917
|
typeUrl: "/cosmos.tx.v1beta1.Multi",
|
|
918
|
+
aminoType: "cosmos-sdk/Multi",
|
|
909
919
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
910
920
|
if (message.bitarray !== undefined) {
|
|
911
921
|
multisig_1.CompactBitArray.encode(message.bitarray, writer.uint32(10).fork()).ldelim();
|
|
@@ -992,6 +1002,7 @@ function createBaseFee() {
|
|
|
992
1002
|
}
|
|
993
1003
|
exports.Fee = {
|
|
994
1004
|
typeUrl: "/cosmos.tx.v1beta1.Fee",
|
|
1005
|
+
aminoType: "cosmos-sdk/Fee",
|
|
995
1006
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
996
1007
|
for (const v of message.amount) {
|
|
997
1008
|
coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1098,6 +1109,7 @@ function createBaseTip() {
|
|
|
1098
1109
|
}
|
|
1099
1110
|
exports.Tip = {
|
|
1100
1111
|
typeUrl: "/cosmos.tx.v1beta1.Tip",
|
|
1112
|
+
aminoType: "cosmos-sdk/Tip",
|
|
1101
1113
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1102
1114
|
for (const v of message.amount) {
|
|
1103
1115
|
coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1184,6 +1196,7 @@ function createBaseAuxSignerData() {
|
|
|
1184
1196
|
}
|
|
1185
1197
|
exports.AuxSignerData = {
|
|
1186
1198
|
typeUrl: "/cosmos.tx.v1beta1.AuxSignerData",
|
|
1199
|
+
aminoType: "cosmos-sdk/AuxSignerData",
|
|
1187
1200
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1188
1201
|
if (message.address !== "") {
|
|
1189
1202
|
writer.uint32(10).string(message.address);
|
|
@@ -18,12 +18,9 @@ export interface ModuleAminoMsg {
|
|
|
18
18
|
type: "cosmos-sdk/Module";
|
|
19
19
|
value: ModuleAmino;
|
|
20
20
|
}
|
|
21
|
-
/** Module is the config object of the upgrade module. */
|
|
22
|
-
export interface ModuleSDKType {
|
|
23
|
-
authority: string;
|
|
24
|
-
}
|
|
25
21
|
export declare const Module: {
|
|
26
22
|
typeUrl: string;
|
|
23
|
+
aminoType: string;
|
|
27
24
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
28
25
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
29
26
|
fromPartial(object: DeepPartial<Module>): 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,4 +1,4 @@
|
|
|
1
|
-
import { Plan, PlanAmino,
|
|
1
|
+
import { Plan, PlanAmino, ModuleVersion, ModuleVersionAmino } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/**
|
|
@@ -21,12 +21,6 @@ export interface QueryCurrentPlanRequestAminoMsg {
|
|
|
21
21
|
type: "cosmos-sdk/QueryCurrentPlanRequest";
|
|
22
22
|
value: QueryCurrentPlanRequestAmino;
|
|
23
23
|
}
|
|
24
|
-
/**
|
|
25
|
-
* QueryCurrentPlanRequest is the request type for the Query/CurrentPlan RPC
|
|
26
|
-
* method.
|
|
27
|
-
*/
|
|
28
|
-
export interface QueryCurrentPlanRequestSDKType {
|
|
29
|
-
}
|
|
30
24
|
/**
|
|
31
25
|
* QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
|
|
32
26
|
* method.
|
|
@@ -51,13 +45,6 @@ export interface QueryCurrentPlanResponseAminoMsg {
|
|
|
51
45
|
type: "cosmos-sdk/QueryCurrentPlanResponse";
|
|
52
46
|
value: QueryCurrentPlanResponseAmino;
|
|
53
47
|
}
|
|
54
|
-
/**
|
|
55
|
-
* QueryCurrentPlanResponse is the response type for the Query/CurrentPlan RPC
|
|
56
|
-
* method.
|
|
57
|
-
*/
|
|
58
|
-
export interface QueryCurrentPlanResponseSDKType {
|
|
59
|
-
plan?: PlanSDKType;
|
|
60
|
-
}
|
|
61
48
|
/**
|
|
62
49
|
* QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
|
|
63
50
|
* method.
|
|
@@ -82,13 +69,6 @@ export interface QueryAppliedPlanRequestAminoMsg {
|
|
|
82
69
|
type: "cosmos-sdk/QueryAppliedPlanRequest";
|
|
83
70
|
value: QueryAppliedPlanRequestAmino;
|
|
84
71
|
}
|
|
85
|
-
/**
|
|
86
|
-
* QueryCurrentPlanRequest is the request type for the Query/AppliedPlan RPC
|
|
87
|
-
* method.
|
|
88
|
-
*/
|
|
89
|
-
export interface QueryAppliedPlanRequestSDKType {
|
|
90
|
-
name: string;
|
|
91
|
-
}
|
|
92
72
|
/**
|
|
93
73
|
* QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
|
|
94
74
|
* method.
|
|
@@ -113,13 +93,6 @@ export interface QueryAppliedPlanResponseAminoMsg {
|
|
|
113
93
|
type: "cosmos-sdk/QueryAppliedPlanResponse";
|
|
114
94
|
value: QueryAppliedPlanResponseAmino;
|
|
115
95
|
}
|
|
116
|
-
/**
|
|
117
|
-
* QueryAppliedPlanResponse is the response type for the Query/AppliedPlan RPC
|
|
118
|
-
* method.
|
|
119
|
-
*/
|
|
120
|
-
export interface QueryAppliedPlanResponseSDKType {
|
|
121
|
-
height: bigint;
|
|
122
|
-
}
|
|
123
96
|
/**
|
|
124
97
|
* QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
|
|
125
98
|
* RPC method.
|
|
@@ -152,14 +125,6 @@ export interface QueryUpgradedConsensusStateRequestAminoMsg {
|
|
|
152
125
|
type: "cosmos-sdk/QueryUpgradedConsensusStateRequest";
|
|
153
126
|
value: QueryUpgradedConsensusStateRequestAmino;
|
|
154
127
|
}
|
|
155
|
-
/**
|
|
156
|
-
* QueryUpgradedConsensusStateRequest is the request type for the Query/UpgradedConsensusState
|
|
157
|
-
* RPC method.
|
|
158
|
-
*/
|
|
159
|
-
/** @deprecated */
|
|
160
|
-
export interface QueryUpgradedConsensusStateRequestSDKType {
|
|
161
|
-
last_height: bigint;
|
|
162
|
-
}
|
|
163
128
|
/**
|
|
164
129
|
* QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
|
|
165
130
|
* RPC method.
|
|
@@ -186,14 +151,6 @@ export interface QueryUpgradedConsensusStateResponseAminoMsg {
|
|
|
186
151
|
type: "cosmos-sdk/QueryUpgradedConsensusStateResponse";
|
|
187
152
|
value: QueryUpgradedConsensusStateResponseAmino;
|
|
188
153
|
}
|
|
189
|
-
/**
|
|
190
|
-
* QueryUpgradedConsensusStateResponse is the response type for the Query/UpgradedConsensusState
|
|
191
|
-
* RPC method.
|
|
192
|
-
*/
|
|
193
|
-
/** @deprecated */
|
|
194
|
-
export interface QueryUpgradedConsensusStateResponseSDKType {
|
|
195
|
-
upgraded_consensus_state: Uint8Array;
|
|
196
|
-
}
|
|
197
154
|
/**
|
|
198
155
|
* QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
|
|
199
156
|
* RPC method.
|
|
@@ -230,15 +187,6 @@ export interface QueryModuleVersionsRequestAminoMsg {
|
|
|
230
187
|
type: "cosmos-sdk/QueryModuleVersionsRequest";
|
|
231
188
|
value: QueryModuleVersionsRequestAmino;
|
|
232
189
|
}
|
|
233
|
-
/**
|
|
234
|
-
* QueryModuleVersionsRequest is the request type for the Query/ModuleVersions
|
|
235
|
-
* RPC method.
|
|
236
|
-
*
|
|
237
|
-
* Since: cosmos-sdk 0.43
|
|
238
|
-
*/
|
|
239
|
-
export interface QueryModuleVersionsRequestSDKType {
|
|
240
|
-
module_name: string;
|
|
241
|
-
}
|
|
242
190
|
/**
|
|
243
191
|
* QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
|
|
244
192
|
* RPC method.
|
|
@@ -267,15 +215,6 @@ export interface QueryModuleVersionsResponseAminoMsg {
|
|
|
267
215
|
type: "cosmos-sdk/QueryModuleVersionsResponse";
|
|
268
216
|
value: QueryModuleVersionsResponseAmino;
|
|
269
217
|
}
|
|
270
|
-
/**
|
|
271
|
-
* QueryModuleVersionsResponse is the response type for the Query/ModuleVersions
|
|
272
|
-
* RPC method.
|
|
273
|
-
*
|
|
274
|
-
* Since: cosmos-sdk 0.43
|
|
275
|
-
*/
|
|
276
|
-
export interface QueryModuleVersionsResponseSDKType {
|
|
277
|
-
module_versions: ModuleVersionSDKType[];
|
|
278
|
-
}
|
|
279
218
|
/**
|
|
280
219
|
* QueryAuthorityRequest is the request type for Query/Authority
|
|
281
220
|
*
|
|
@@ -298,13 +237,6 @@ export interface QueryAuthorityRequestAminoMsg {
|
|
|
298
237
|
type: "cosmos-sdk/QueryAuthorityRequest";
|
|
299
238
|
value: QueryAuthorityRequestAmino;
|
|
300
239
|
}
|
|
301
|
-
/**
|
|
302
|
-
* QueryAuthorityRequest is the request type for Query/Authority
|
|
303
|
-
*
|
|
304
|
-
* Since: cosmos-sdk 0.46
|
|
305
|
-
*/
|
|
306
|
-
export interface QueryAuthorityRequestSDKType {
|
|
307
|
-
}
|
|
308
240
|
/**
|
|
309
241
|
* QueryAuthorityResponse is the response type for Query/Authority
|
|
310
242
|
*
|
|
@@ -329,16 +261,9 @@ export interface QueryAuthorityResponseAminoMsg {
|
|
|
329
261
|
type: "cosmos-sdk/QueryAuthorityResponse";
|
|
330
262
|
value: QueryAuthorityResponseAmino;
|
|
331
263
|
}
|
|
332
|
-
/**
|
|
333
|
-
* QueryAuthorityResponse is the response type for Query/Authority
|
|
334
|
-
*
|
|
335
|
-
* Since: cosmos-sdk 0.46
|
|
336
|
-
*/
|
|
337
|
-
export interface QueryAuthorityResponseSDKType {
|
|
338
|
-
address: string;
|
|
339
|
-
}
|
|
340
264
|
export declare const QueryCurrentPlanRequest: {
|
|
341
265
|
typeUrl: string;
|
|
266
|
+
aminoType: string;
|
|
342
267
|
encode(_: QueryCurrentPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
343
268
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanRequest;
|
|
344
269
|
fromPartial(_: DeepPartial<QueryCurrentPlanRequest>): QueryCurrentPlanRequest;
|
|
@@ -352,6 +277,7 @@ export declare const QueryCurrentPlanRequest: {
|
|
|
352
277
|
};
|
|
353
278
|
export declare const QueryCurrentPlanResponse: {
|
|
354
279
|
typeUrl: string;
|
|
280
|
+
aminoType: string;
|
|
355
281
|
encode(message: QueryCurrentPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
356
282
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCurrentPlanResponse;
|
|
357
283
|
fromPartial(object: DeepPartial<QueryCurrentPlanResponse>): QueryCurrentPlanResponse;
|
|
@@ -365,6 +291,7 @@ export declare const QueryCurrentPlanResponse: {
|
|
|
365
291
|
};
|
|
366
292
|
export declare const QueryAppliedPlanRequest: {
|
|
367
293
|
typeUrl: string;
|
|
294
|
+
aminoType: string;
|
|
368
295
|
encode(message: QueryAppliedPlanRequest, writer?: BinaryWriter): BinaryWriter;
|
|
369
296
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanRequest;
|
|
370
297
|
fromPartial(object: DeepPartial<QueryAppliedPlanRequest>): QueryAppliedPlanRequest;
|
|
@@ -378,6 +305,7 @@ export declare const QueryAppliedPlanRequest: {
|
|
|
378
305
|
};
|
|
379
306
|
export declare const QueryAppliedPlanResponse: {
|
|
380
307
|
typeUrl: string;
|
|
308
|
+
aminoType: string;
|
|
381
309
|
encode(message: QueryAppliedPlanResponse, writer?: BinaryWriter): BinaryWriter;
|
|
382
310
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAppliedPlanResponse;
|
|
383
311
|
fromPartial(object: DeepPartial<QueryAppliedPlanResponse>): QueryAppliedPlanResponse;
|
|
@@ -391,6 +319,7 @@ export declare const QueryAppliedPlanResponse: {
|
|
|
391
319
|
};
|
|
392
320
|
export declare const QueryUpgradedConsensusStateRequest: {
|
|
393
321
|
typeUrl: string;
|
|
322
|
+
aminoType: string;
|
|
394
323
|
encode(message: QueryUpgradedConsensusStateRequest, writer?: BinaryWriter): BinaryWriter;
|
|
395
324
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateRequest;
|
|
396
325
|
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateRequest>): QueryUpgradedConsensusStateRequest;
|
|
@@ -404,6 +333,7 @@ export declare const QueryUpgradedConsensusStateRequest: {
|
|
|
404
333
|
};
|
|
405
334
|
export declare const QueryUpgradedConsensusStateResponse: {
|
|
406
335
|
typeUrl: string;
|
|
336
|
+
aminoType: string;
|
|
407
337
|
encode(message: QueryUpgradedConsensusStateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
408
338
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUpgradedConsensusStateResponse;
|
|
409
339
|
fromPartial(object: DeepPartial<QueryUpgradedConsensusStateResponse>): QueryUpgradedConsensusStateResponse;
|
|
@@ -417,6 +347,7 @@ export declare const QueryUpgradedConsensusStateResponse: {
|
|
|
417
347
|
};
|
|
418
348
|
export declare const QueryModuleVersionsRequest: {
|
|
419
349
|
typeUrl: string;
|
|
350
|
+
aminoType: string;
|
|
420
351
|
encode(message: QueryModuleVersionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
421
352
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsRequest;
|
|
422
353
|
fromPartial(object: DeepPartial<QueryModuleVersionsRequest>): QueryModuleVersionsRequest;
|
|
@@ -430,6 +361,7 @@ export declare const QueryModuleVersionsRequest: {
|
|
|
430
361
|
};
|
|
431
362
|
export declare const QueryModuleVersionsResponse: {
|
|
432
363
|
typeUrl: string;
|
|
364
|
+
aminoType: string;
|
|
433
365
|
encode(message: QueryModuleVersionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
434
366
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryModuleVersionsResponse;
|
|
435
367
|
fromPartial(object: DeepPartial<QueryModuleVersionsResponse>): QueryModuleVersionsResponse;
|
|
@@ -443,6 +375,7 @@ export declare const QueryModuleVersionsResponse: {
|
|
|
443
375
|
};
|
|
444
376
|
export declare const QueryAuthorityRequest: {
|
|
445
377
|
typeUrl: string;
|
|
378
|
+
aminoType: string;
|
|
446
379
|
encode(_: QueryAuthorityRequest, writer?: BinaryWriter): BinaryWriter;
|
|
447
380
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityRequest;
|
|
448
381
|
fromPartial(_: DeepPartial<QueryAuthorityRequest>): QueryAuthorityRequest;
|
|
@@ -456,6 +389,7 @@ export declare const QueryAuthorityRequest: {
|
|
|
456
389
|
};
|
|
457
390
|
export declare const QueryAuthorityResponse: {
|
|
458
391
|
typeUrl: string;
|
|
392
|
+
aminoType: string;
|
|
459
393
|
encode(message: QueryAuthorityResponse, writer?: BinaryWriter): BinaryWriter;
|
|
460
394
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAuthorityResponse;
|
|
461
395
|
fromPartial(object: DeepPartial<QueryAuthorityResponse>): 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;
|
|
@@ -32,11 +32,11 @@ export interface Query {
|
|
|
32
32
|
export declare class QueryClientImpl implements Query {
|
|
33
33
|
private readonly rpc;
|
|
34
34
|
constructor(rpc: TxRpc);
|
|
35
|
-
currentPlan(request?: QueryCurrentPlanRequest)
|
|
36
|
-
appliedPlan(request: QueryAppliedPlanRequest)
|
|
37
|
-
upgradedConsensusState(request: QueryUpgradedConsensusStateRequest)
|
|
38
|
-
moduleVersions(request: QueryModuleVersionsRequest)
|
|
39
|
-
authority(request?: QueryAuthorityRequest)
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { Plan, PlanAmino
|
|
1
|
+
import { Plan, PlanAmino } from "./upgrade";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/**
|
|
@@ -31,15 +31,6 @@ export interface MsgSoftwareUpgradeAminoMsg {
|
|
|
31
31
|
type: "cosmos-sdk/MsgSoftwareUpgrade";
|
|
32
32
|
value: MsgSoftwareUpgradeAmino;
|
|
33
33
|
}
|
|
34
|
-
/**
|
|
35
|
-
* MsgSoftwareUpgrade is the Msg/SoftwareUpgrade request type.
|
|
36
|
-
*
|
|
37
|
-
* Since: cosmos-sdk 0.46
|
|
38
|
-
*/
|
|
39
|
-
export interface MsgSoftwareUpgradeSDKType {
|
|
40
|
-
authority: string;
|
|
41
|
-
plan: PlanSDKType;
|
|
42
|
-
}
|
|
43
34
|
/**
|
|
44
35
|
* MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
|
|
45
36
|
*
|
|
@@ -62,13 +53,6 @@ export interface MsgSoftwareUpgradeResponseAminoMsg {
|
|
|
62
53
|
type: "cosmos-sdk/MsgSoftwareUpgradeResponse";
|
|
63
54
|
value: MsgSoftwareUpgradeResponseAmino;
|
|
64
55
|
}
|
|
65
|
-
/**
|
|
66
|
-
* MsgSoftwareUpgradeResponse is the Msg/SoftwareUpgrade response type.
|
|
67
|
-
*
|
|
68
|
-
* Since: cosmos-sdk 0.46
|
|
69
|
-
*/
|
|
70
|
-
export interface MsgSoftwareUpgradeResponseSDKType {
|
|
71
|
-
}
|
|
72
56
|
/**
|
|
73
57
|
* MsgCancelUpgrade is the Msg/CancelUpgrade request type.
|
|
74
58
|
*
|
|
@@ -95,14 +79,6 @@ export interface MsgCancelUpgradeAminoMsg {
|
|
|
95
79
|
type: "cosmos-sdk/MsgCancelUpgrade";
|
|
96
80
|
value: MsgCancelUpgradeAmino;
|
|
97
81
|
}
|
|
98
|
-
/**
|
|
99
|
-
* MsgCancelUpgrade is the Msg/CancelUpgrade request type.
|
|
100
|
-
*
|
|
101
|
-
* Since: cosmos-sdk 0.46
|
|
102
|
-
*/
|
|
103
|
-
export interface MsgCancelUpgradeSDKType {
|
|
104
|
-
authority: string;
|
|
105
|
-
}
|
|
106
82
|
/**
|
|
107
83
|
* MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
|
|
108
84
|
*
|
|
@@ -125,15 +101,9 @@ export interface MsgCancelUpgradeResponseAminoMsg {
|
|
|
125
101
|
type: "cosmos-sdk/MsgCancelUpgradeResponse";
|
|
126
102
|
value: MsgCancelUpgradeResponseAmino;
|
|
127
103
|
}
|
|
128
|
-
/**
|
|
129
|
-
* MsgCancelUpgradeResponse is the Msg/CancelUpgrade response type.
|
|
130
|
-
*
|
|
131
|
-
* Since: cosmos-sdk 0.46
|
|
132
|
-
*/
|
|
133
|
-
export interface MsgCancelUpgradeResponseSDKType {
|
|
134
|
-
}
|
|
135
104
|
export declare const MsgSoftwareUpgrade: {
|
|
136
105
|
typeUrl: string;
|
|
106
|
+
aminoType: string;
|
|
137
107
|
encode(message: MsgSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
138
108
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgrade;
|
|
139
109
|
fromPartial(object: DeepPartial<MsgSoftwareUpgrade>): MsgSoftwareUpgrade;
|
|
@@ -147,6 +117,7 @@ export declare const MsgSoftwareUpgrade: {
|
|
|
147
117
|
};
|
|
148
118
|
export declare const MsgSoftwareUpgradeResponse: {
|
|
149
119
|
typeUrl: string;
|
|
120
|
+
aminoType: string;
|
|
150
121
|
encode(_: MsgSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
151
122
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSoftwareUpgradeResponse;
|
|
152
123
|
fromPartial(_: DeepPartial<MsgSoftwareUpgradeResponse>): MsgSoftwareUpgradeResponse;
|
|
@@ -160,6 +131,7 @@ export declare const MsgSoftwareUpgradeResponse: {
|
|
|
160
131
|
};
|
|
161
132
|
export declare const MsgCancelUpgrade: {
|
|
162
133
|
typeUrl: string;
|
|
134
|
+
aminoType: string;
|
|
163
135
|
encode(message: MsgCancelUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
164
136
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgrade;
|
|
165
137
|
fromPartial(object: DeepPartial<MsgCancelUpgrade>): MsgCancelUpgrade;
|
|
@@ -173,6 +145,7 @@ export declare const MsgCancelUpgrade: {
|
|
|
173
145
|
};
|
|
174
146
|
export declare const MsgCancelUpgradeResponse: {
|
|
175
147
|
typeUrl: string;
|
|
148
|
+
aminoType: string;
|
|
176
149
|
encode(_: MsgCancelUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
177
150
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelUpgradeResponse;
|
|
178
151
|
fromPartial(_: DeepPartial<MsgCancelUpgradeResponse>): MsgCancelUpgradeResponse;
|