@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +0 -23
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +675 -980
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +0 -47
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +0 -23
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +0 -23
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +0 -95
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +0 -59
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +0 -179
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +0 -23
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +0 -71
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +0 -95
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -35
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -47
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +0 -20
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +0 -47
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +0 -35
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -557
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +0 -131
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +0 -59
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +0 -107
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +0 -35
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +0 -71
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +0 -47
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +0 -59
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -78
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +0 -23
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -5,55 +5,55 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.proposal = this.proposal.bind(this);
|
|
9
|
-
this.proposals = this.proposals.bind(this);
|
|
10
|
-
this.vote = this.vote.bind(this);
|
|
11
|
-
this.votes = this.votes.bind(this);
|
|
12
|
-
this.params = this.params.bind(this);
|
|
13
|
-
this.deposit = this.deposit.bind(this);
|
|
14
|
-
this.deposits = this.deposits.bind(this);
|
|
15
|
-
this.tallyResult = this.tallyResult.bind(this);
|
|
16
8
|
}
|
|
17
|
-
proposal
|
|
9
|
+
/* Proposal queries proposal details based on ProposalID. */
|
|
10
|
+
proposal = async (request) => {
|
|
18
11
|
const data = QueryProposalRequest.encode(request).finish();
|
|
19
12
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Proposal", data);
|
|
20
13
|
return promise.then(data => QueryProposalResponse.decode(new BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
proposals
|
|
14
|
+
};
|
|
15
|
+
/* Proposals queries all proposals based on given status. */
|
|
16
|
+
proposals = async (request) => {
|
|
23
17
|
const data = QueryProposalsRequest.encode(request).finish();
|
|
24
18
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Proposals", data);
|
|
25
19
|
return promise.then(data => QueryProposalsResponse.decode(new BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
|
|
20
|
+
};
|
|
21
|
+
/* Vote queries voted information based on proposalID, voterAddr. */
|
|
22
|
+
vote = async (request) => {
|
|
28
23
|
const data = QueryVoteRequest.encode(request).finish();
|
|
29
24
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Vote", data);
|
|
30
25
|
return promise.then(data => QueryVoteResponse.decode(new BinaryReader(data)));
|
|
31
|
-
}
|
|
32
|
-
votes
|
|
26
|
+
};
|
|
27
|
+
/* Votes queries votes of a given proposal. */
|
|
28
|
+
votes = async (request) => {
|
|
33
29
|
const data = QueryVotesRequest.encode(request).finish();
|
|
34
30
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Votes", data);
|
|
35
31
|
return promise.then(data => QueryVotesResponse.decode(new BinaryReader(data)));
|
|
36
|
-
}
|
|
37
|
-
|
|
32
|
+
};
|
|
33
|
+
/* Params queries all parameters of the gov module. */
|
|
34
|
+
params = async (request) => {
|
|
38
35
|
const data = QueryParamsRequest.encode(request).finish();
|
|
39
36
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Params", data);
|
|
40
37
|
return promise.then(data => QueryParamsResponse.decode(new BinaryReader(data)));
|
|
41
|
-
}
|
|
42
|
-
deposit
|
|
38
|
+
};
|
|
39
|
+
/* Deposit queries single deposit information based on proposalID, depositor address. */
|
|
40
|
+
deposit = async (request) => {
|
|
43
41
|
const data = QueryDepositRequest.encode(request).finish();
|
|
44
42
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Deposit", data);
|
|
45
43
|
return promise.then(data => QueryDepositResponse.decode(new BinaryReader(data)));
|
|
46
|
-
}
|
|
47
|
-
deposits
|
|
44
|
+
};
|
|
45
|
+
/* Deposits queries all deposits of a single proposal. */
|
|
46
|
+
deposits = async (request) => {
|
|
48
47
|
const data = QueryDepositsRequest.encode(request).finish();
|
|
49
48
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "Deposits", data);
|
|
50
49
|
return promise.then(data => QueryDepositsResponse.decode(new BinaryReader(data)));
|
|
51
|
-
}
|
|
52
|
-
|
|
50
|
+
};
|
|
51
|
+
/* TallyResult queries the tally of a proposal vote. */
|
|
52
|
+
tallyResult = async (request) => {
|
|
53
53
|
const data = QueryTallyResultRequest.encode(request).finish();
|
|
54
54
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Query", "TallyResult", data);
|
|
55
55
|
return promise.then(data => QueryTallyResultResponse.decode(new BinaryReader(data)));
|
|
56
|
-
}
|
|
56
|
+
};
|
|
57
57
|
}
|
|
58
58
|
export const createRpcQueryExtension = (base) => {
|
|
59
59
|
const rpc = createProtobufRpcClient(base);
|
|
@@ -15,6 +15,7 @@ function createBaseMsgSubmitProposal() {
|
|
|
15
15
|
}
|
|
16
16
|
export const MsgSubmitProposal = {
|
|
17
17
|
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
18
|
+
aminoType: "cosmos-sdk/MsgSubmitProposal",
|
|
18
19
|
encode(message, writer = BinaryWriter.create()) {
|
|
19
20
|
if (message.content !== undefined) {
|
|
20
21
|
Any.encode(message.content, writer.uint32(10).fork()).ldelim();
|
|
@@ -109,6 +110,7 @@ function createBaseMsgSubmitProposalResponse() {
|
|
|
109
110
|
}
|
|
110
111
|
export const MsgSubmitProposalResponse = {
|
|
111
112
|
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposalResponse",
|
|
113
|
+
aminoType: "cosmos-sdk/MsgSubmitProposalResponse",
|
|
112
114
|
encode(message, writer = BinaryWriter.create()) {
|
|
113
115
|
if (message.proposalId !== BigInt(0)) {
|
|
114
116
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -180,6 +182,7 @@ function createBaseMsgVote() {
|
|
|
180
182
|
}
|
|
181
183
|
export const MsgVote = {
|
|
182
184
|
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
|
|
185
|
+
aminoType: "cosmos-sdk/MsgVote",
|
|
183
186
|
encode(message, writer = BinaryWriter.create()) {
|
|
184
187
|
if (message.proposalId !== BigInt(0)) {
|
|
185
188
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -269,6 +272,7 @@ function createBaseMsgVoteResponse() {
|
|
|
269
272
|
}
|
|
270
273
|
export const MsgVoteResponse = {
|
|
271
274
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteResponse",
|
|
275
|
+
aminoType: "cosmos-sdk/MsgVoteResponse",
|
|
272
276
|
encode(_, writer = BinaryWriter.create()) {
|
|
273
277
|
return writer;
|
|
274
278
|
},
|
|
@@ -329,6 +333,7 @@ function createBaseMsgVoteWeighted() {
|
|
|
329
333
|
}
|
|
330
334
|
export const MsgVoteWeighted = {
|
|
331
335
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
336
|
+
aminoType: "cosmos-sdk/MsgVoteWeighted",
|
|
332
337
|
encode(message, writer = BinaryWriter.create()) {
|
|
333
338
|
if (message.proposalId !== BigInt(0)) {
|
|
334
339
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -421,6 +426,7 @@ function createBaseMsgVoteWeightedResponse() {
|
|
|
421
426
|
}
|
|
422
427
|
export const MsgVoteWeightedResponse = {
|
|
423
428
|
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeightedResponse",
|
|
429
|
+
aminoType: "cosmos-sdk/MsgVoteWeightedResponse",
|
|
424
430
|
encode(_, writer = BinaryWriter.create()) {
|
|
425
431
|
return writer;
|
|
426
432
|
},
|
|
@@ -481,6 +487,7 @@ function createBaseMsgDeposit() {
|
|
|
481
487
|
}
|
|
482
488
|
export const MsgDeposit = {
|
|
483
489
|
typeUrl: "/cosmos.gov.v1beta1.MsgDeposit",
|
|
490
|
+
aminoType: "cosmos-sdk/MsgDeposit",
|
|
484
491
|
encode(message, writer = BinaryWriter.create()) {
|
|
485
492
|
if (message.proposalId !== BigInt(0)) {
|
|
486
493
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -573,6 +580,7 @@ function createBaseMsgDepositResponse() {
|
|
|
573
580
|
}
|
|
574
581
|
export const MsgDepositResponse = {
|
|
575
582
|
typeUrl: "/cosmos.gov.v1beta1.MsgDepositResponse",
|
|
583
|
+
aminoType: "cosmos-sdk/MsgDepositResponse",
|
|
576
584
|
encode(_, writer = BinaryWriter.create()) {
|
|
577
585
|
return writer;
|
|
578
586
|
},
|
|
@@ -1,87 +1,2 @@
|
|
|
1
1
|
import { MsgSubmitProposal, MsgVote, MsgVoteWeighted, MsgDeposit } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.gov.v1beta1.MsgSubmitProposal", MsgSubmitProposal], ["/cosmos.gov.v1beta1.MsgVote", MsgVote], ["/cosmos.gov.v1beta1.MsgVoteWeighted", MsgVoteWeighted], ["/cosmos.gov.v1beta1.MsgDeposit", MsgDeposit]];
|
|
3
|
-
export const load = (protoRegistry) => {
|
|
4
|
-
registry.forEach(([typeUrl, mod]) => {
|
|
5
|
-
protoRegistry.register(typeUrl, mod);
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
export const MessageComposer = {
|
|
9
|
-
encoded: {
|
|
10
|
-
submitProposal(value) {
|
|
11
|
-
return {
|
|
12
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
13
|
-
value: MsgSubmitProposal.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
},
|
|
16
|
-
vote(value) {
|
|
17
|
-
return {
|
|
18
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
|
|
19
|
-
value: MsgVote.encode(value).finish()
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
voteWeighted(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
25
|
-
value: MsgVoteWeighted.encode(value).finish()
|
|
26
|
-
};
|
|
27
|
-
},
|
|
28
|
-
deposit(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgDeposit",
|
|
31
|
-
value: MsgDeposit.encode(value).finish()
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
withTypeUrl: {
|
|
36
|
-
submitProposal(value) {
|
|
37
|
-
return {
|
|
38
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
39
|
-
value
|
|
40
|
-
};
|
|
41
|
-
},
|
|
42
|
-
vote(value) {
|
|
43
|
-
return {
|
|
44
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
|
|
45
|
-
value
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
voteWeighted(value) {
|
|
49
|
-
return {
|
|
50
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
51
|
-
value
|
|
52
|
-
};
|
|
53
|
-
},
|
|
54
|
-
deposit(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgDeposit",
|
|
57
|
-
value
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
fromPartial: {
|
|
62
|
-
submitProposal(value) {
|
|
63
|
-
return {
|
|
64
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
65
|
-
value: MsgSubmitProposal.fromPartial(value)
|
|
66
|
-
};
|
|
67
|
-
},
|
|
68
|
-
vote(value) {
|
|
69
|
-
return {
|
|
70
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVote",
|
|
71
|
-
value: MsgVote.fromPartial(value)
|
|
72
|
-
};
|
|
73
|
-
},
|
|
74
|
-
voteWeighted(value) {
|
|
75
|
-
return {
|
|
76
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
77
|
-
value: MsgVoteWeighted.fromPartial(value)
|
|
78
|
-
};
|
|
79
|
-
},
|
|
80
|
-
deposit(value) {
|
|
81
|
-
return {
|
|
82
|
-
typeUrl: "/cosmos.gov.v1beta1.MsgDeposit",
|
|
83
|
-
value: MsgDeposit.fromPartial(value)
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
};
|
|
@@ -4,29 +4,34 @@ export class MsgClientImpl {
|
|
|
4
4
|
rpc;
|
|
5
5
|
constructor(rpc) {
|
|
6
6
|
this.rpc = rpc;
|
|
7
|
-
this.submitProposal = this.submitProposal.bind(this);
|
|
8
|
-
this.vote = this.vote.bind(this);
|
|
9
|
-
this.voteWeighted = this.voteWeighted.bind(this);
|
|
10
|
-
this.deposit = this.deposit.bind(this);
|
|
11
7
|
}
|
|
12
|
-
|
|
8
|
+
/* SubmitProposal defines a method to create new proposal given a content. */
|
|
9
|
+
submitProposal = async (request) => {
|
|
13
10
|
const data = MsgSubmitProposal.encode(request).finish();
|
|
14
11
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Msg", "SubmitProposal", data);
|
|
15
12
|
return promise.then(data => MsgSubmitProposalResponse.decode(new BinaryReader(data)));
|
|
16
|
-
}
|
|
17
|
-
vote
|
|
13
|
+
};
|
|
14
|
+
/* Vote defines a method to add a vote on a specific proposal. */
|
|
15
|
+
vote = async (request) => {
|
|
18
16
|
const data = MsgVote.encode(request).finish();
|
|
19
17
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Msg", "Vote", data);
|
|
20
18
|
return promise.then(data => MsgVoteResponse.decode(new BinaryReader(data)));
|
|
21
|
-
}
|
|
22
|
-
|
|
19
|
+
};
|
|
20
|
+
/* VoteWeighted defines a method to add a weighted vote on a specific proposal.
|
|
21
|
+
|
|
22
|
+
Since: cosmos-sdk 0.43 */
|
|
23
|
+
voteWeighted = async (request) => {
|
|
23
24
|
const data = MsgVoteWeighted.encode(request).finish();
|
|
24
25
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Msg", "VoteWeighted", data);
|
|
25
26
|
return promise.then(data => MsgVoteWeightedResponse.decode(new BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
deposit
|
|
27
|
+
};
|
|
28
|
+
/* Deposit defines a method to add deposit on a specific proposal. */
|
|
29
|
+
deposit = async (request) => {
|
|
28
30
|
const data = MsgDeposit.encode(request).finish();
|
|
29
31
|
const promise = this.rpc.request("cosmos.gov.v1beta1.Msg", "Deposit", data);
|
|
30
32
|
return promise.then(data => MsgDepositResponse.decode(new BinaryReader(data)));
|
|
31
|
-
}
|
|
33
|
+
};
|
|
32
34
|
}
|
|
35
|
+
export const createClientImpl = (rpc) => {
|
|
36
|
+
return new MsgClientImpl(rpc);
|
|
37
|
+
};
|
|
@@ -9,6 +9,7 @@ function createBaseModule() {
|
|
|
9
9
|
}
|
|
10
10
|
export const Module = {
|
|
11
11
|
typeUrl: "/cosmos.group.module.v1.Module",
|
|
12
|
+
aminoType: "cosmos-sdk/Module",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.maxExecutionPeriod !== undefined) {
|
|
14
15
|
Duration.encode(message.maxExecutionPeriod, writer.uint32(10).fork()).ldelim();
|
|
@@ -8,6 +8,7 @@ function createBaseEventCreateGroup() {
|
|
|
8
8
|
}
|
|
9
9
|
export const EventCreateGroup = {
|
|
10
10
|
typeUrl: "/cosmos.group.v1.EventCreateGroup",
|
|
11
|
+
aminoType: "cosmos-sdk/EventCreateGroup",
|
|
11
12
|
encode(message, writer = BinaryWriter.create()) {
|
|
12
13
|
if (message.groupId !== BigInt(0)) {
|
|
13
14
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -77,6 +78,7 @@ function createBaseEventUpdateGroup() {
|
|
|
77
78
|
}
|
|
78
79
|
export const EventUpdateGroup = {
|
|
79
80
|
typeUrl: "/cosmos.group.v1.EventUpdateGroup",
|
|
81
|
+
aminoType: "cosmos-sdk/EventUpdateGroup",
|
|
80
82
|
encode(message, writer = BinaryWriter.create()) {
|
|
81
83
|
if (message.groupId !== BigInt(0)) {
|
|
82
84
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -146,6 +148,7 @@ function createBaseEventCreateGroupPolicy() {
|
|
|
146
148
|
}
|
|
147
149
|
export const EventCreateGroupPolicy = {
|
|
148
150
|
typeUrl: "/cosmos.group.v1.EventCreateGroupPolicy",
|
|
151
|
+
aminoType: "cosmos-sdk/EventCreateGroupPolicy",
|
|
149
152
|
encode(message, writer = BinaryWriter.create()) {
|
|
150
153
|
if (message.address !== "") {
|
|
151
154
|
writer.uint32(10).string(message.address);
|
|
@@ -215,6 +218,7 @@ function createBaseEventUpdateGroupPolicy() {
|
|
|
215
218
|
}
|
|
216
219
|
export const EventUpdateGroupPolicy = {
|
|
217
220
|
typeUrl: "/cosmos.group.v1.EventUpdateGroupPolicy",
|
|
221
|
+
aminoType: "cosmos-sdk/EventUpdateGroupPolicy",
|
|
218
222
|
encode(message, writer = BinaryWriter.create()) {
|
|
219
223
|
if (message.address !== "") {
|
|
220
224
|
writer.uint32(10).string(message.address);
|
|
@@ -284,6 +288,7 @@ function createBaseEventSubmitProposal() {
|
|
|
284
288
|
}
|
|
285
289
|
export const EventSubmitProposal = {
|
|
286
290
|
typeUrl: "/cosmos.group.v1.EventSubmitProposal",
|
|
291
|
+
aminoType: "cosmos-sdk/EventSubmitProposal",
|
|
287
292
|
encode(message, writer = BinaryWriter.create()) {
|
|
288
293
|
if (message.proposalId !== BigInt(0)) {
|
|
289
294
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -353,6 +358,7 @@ function createBaseEventWithdrawProposal() {
|
|
|
353
358
|
}
|
|
354
359
|
export const EventWithdrawProposal = {
|
|
355
360
|
typeUrl: "/cosmos.group.v1.EventWithdrawProposal",
|
|
361
|
+
aminoType: "cosmos-sdk/EventWithdrawProposal",
|
|
356
362
|
encode(message, writer = BinaryWriter.create()) {
|
|
357
363
|
if (message.proposalId !== BigInt(0)) {
|
|
358
364
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -422,6 +428,7 @@ function createBaseEventVote() {
|
|
|
422
428
|
}
|
|
423
429
|
export const EventVote = {
|
|
424
430
|
typeUrl: "/cosmos.group.v1.EventVote",
|
|
431
|
+
aminoType: "cosmos-sdk/EventVote",
|
|
425
432
|
encode(message, writer = BinaryWriter.create()) {
|
|
426
433
|
if (message.proposalId !== BigInt(0)) {
|
|
427
434
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -493,6 +500,7 @@ function createBaseEventExec() {
|
|
|
493
500
|
}
|
|
494
501
|
export const EventExec = {
|
|
495
502
|
typeUrl: "/cosmos.group.v1.EventExec",
|
|
503
|
+
aminoType: "cosmos-sdk/EventExec",
|
|
496
504
|
encode(message, writer = BinaryWriter.create()) {
|
|
497
505
|
if (message.proposalId !== BigInt(0)) {
|
|
498
506
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -585,6 +593,7 @@ function createBaseEventLeaveGroup() {
|
|
|
585
593
|
}
|
|
586
594
|
export const EventLeaveGroup = {
|
|
587
595
|
typeUrl: "/cosmos.group.v1.EventLeaveGroup",
|
|
596
|
+
aminoType: "cosmos-sdk/EventLeaveGroup",
|
|
588
597
|
encode(message, writer = BinaryWriter.create()) {
|
|
589
598
|
if (message.groupId !== BigInt(0)) {
|
|
590
599
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -667,6 +676,7 @@ function createBaseEventProposalPruned() {
|
|
|
667
676
|
}
|
|
668
677
|
export const EventProposalPruned = {
|
|
669
678
|
typeUrl: "/cosmos.group.v1.EventProposalPruned",
|
|
679
|
+
aminoType: "cosmos-sdk/EventProposalPruned",
|
|
670
680
|
encode(message, writer = BinaryWriter.create()) {
|
|
671
681
|
if (message.proposalId !== BigInt(0)) {
|
|
672
682
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -759,6 +769,7 @@ function createBaseEventTallyError() {
|
|
|
759
769
|
}
|
|
760
770
|
export const EventTallyError = {
|
|
761
771
|
typeUrl: "/cosmos.group.v1.EventTallyError",
|
|
772
|
+
aminoType: "cosmos-sdk/EventTallyError",
|
|
762
773
|
encode(message, writer = BinaryWriter.create()) {
|
|
763
774
|
if (message.proposalId !== BigInt(0)) {
|
|
764
775
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -15,6 +15,7 @@ function createBaseGenesisState() {
|
|
|
15
15
|
}
|
|
16
16
|
export const GenesisState = {
|
|
17
17
|
typeUrl: "/cosmos.group.v1.GenesisState",
|
|
18
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
18
19
|
encode(message, writer = BinaryWriter.create()) {
|
|
19
20
|
if (message.groupSeq !== BigInt(0)) {
|
|
20
21
|
writer.uint32(8).uint64(message.groupSeq);
|
|
@@ -9,6 +9,7 @@ function createBaseQueryGroupInfoRequest() {
|
|
|
9
9
|
}
|
|
10
10
|
export const QueryGroupInfoRequest = {
|
|
11
11
|
typeUrl: "/cosmos.group.v1.QueryGroupInfoRequest",
|
|
12
|
+
aminoType: "cosmos-sdk/QueryGroupInfoRequest",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.groupId !== BigInt(0)) {
|
|
14
15
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -78,6 +79,7 @@ function createBaseQueryGroupInfoResponse() {
|
|
|
78
79
|
}
|
|
79
80
|
export const QueryGroupInfoResponse = {
|
|
80
81
|
typeUrl: "/cosmos.group.v1.QueryGroupInfoResponse",
|
|
82
|
+
aminoType: "cosmos-sdk/QueryGroupInfoResponse",
|
|
81
83
|
encode(message, writer = BinaryWriter.create()) {
|
|
82
84
|
if (message.info !== undefined) {
|
|
83
85
|
GroupInfo.encode(message.info, writer.uint32(10).fork()).ldelim();
|
|
@@ -147,6 +149,7 @@ function createBaseQueryGroupPolicyInfoRequest() {
|
|
|
147
149
|
}
|
|
148
150
|
export const QueryGroupPolicyInfoRequest = {
|
|
149
151
|
typeUrl: "/cosmos.group.v1.QueryGroupPolicyInfoRequest",
|
|
152
|
+
aminoType: "cosmos-sdk/QueryGroupPolicyInfoRequest",
|
|
150
153
|
encode(message, writer = BinaryWriter.create()) {
|
|
151
154
|
if (message.address !== "") {
|
|
152
155
|
writer.uint32(10).string(message.address);
|
|
@@ -216,6 +219,7 @@ function createBaseQueryGroupPolicyInfoResponse() {
|
|
|
216
219
|
}
|
|
217
220
|
export const QueryGroupPolicyInfoResponse = {
|
|
218
221
|
typeUrl: "/cosmos.group.v1.QueryGroupPolicyInfoResponse",
|
|
222
|
+
aminoType: "cosmos-sdk/QueryGroupPolicyInfoResponse",
|
|
219
223
|
encode(message, writer = BinaryWriter.create()) {
|
|
220
224
|
if (message.info !== undefined) {
|
|
221
225
|
GroupPolicyInfo.encode(message.info, writer.uint32(10).fork()).ldelim();
|
|
@@ -286,6 +290,7 @@ function createBaseQueryGroupMembersRequest() {
|
|
|
286
290
|
}
|
|
287
291
|
export const QueryGroupMembersRequest = {
|
|
288
292
|
typeUrl: "/cosmos.group.v1.QueryGroupMembersRequest",
|
|
293
|
+
aminoType: "cosmos-sdk/QueryGroupMembersRequest",
|
|
289
294
|
encode(message, writer = BinaryWriter.create()) {
|
|
290
295
|
if (message.groupId !== BigInt(0)) {
|
|
291
296
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -367,6 +372,7 @@ function createBaseQueryGroupMembersResponse() {
|
|
|
367
372
|
}
|
|
368
373
|
export const QueryGroupMembersResponse = {
|
|
369
374
|
typeUrl: "/cosmos.group.v1.QueryGroupMembersResponse",
|
|
375
|
+
aminoType: "cosmos-sdk/QueryGroupMembersResponse",
|
|
370
376
|
encode(message, writer = BinaryWriter.create()) {
|
|
371
377
|
for (const v of message.members) {
|
|
372
378
|
GroupMember.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -451,6 +457,7 @@ function createBaseQueryGroupsByAdminRequest() {
|
|
|
451
457
|
}
|
|
452
458
|
export const QueryGroupsByAdminRequest = {
|
|
453
459
|
typeUrl: "/cosmos.group.v1.QueryGroupsByAdminRequest",
|
|
460
|
+
aminoType: "cosmos-sdk/QueryGroupsByAdminRequest",
|
|
454
461
|
encode(message, writer = BinaryWriter.create()) {
|
|
455
462
|
if (message.admin !== "") {
|
|
456
463
|
writer.uint32(10).string(message.admin);
|
|
@@ -532,6 +539,7 @@ function createBaseQueryGroupsByAdminResponse() {
|
|
|
532
539
|
}
|
|
533
540
|
export const QueryGroupsByAdminResponse = {
|
|
534
541
|
typeUrl: "/cosmos.group.v1.QueryGroupsByAdminResponse",
|
|
542
|
+
aminoType: "cosmos-sdk/QueryGroupsByAdminResponse",
|
|
535
543
|
encode(message, writer = BinaryWriter.create()) {
|
|
536
544
|
for (const v of message.groups) {
|
|
537
545
|
GroupInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -616,6 +624,7 @@ function createBaseQueryGroupPoliciesByGroupRequest() {
|
|
|
616
624
|
}
|
|
617
625
|
export const QueryGroupPoliciesByGroupRequest = {
|
|
618
626
|
typeUrl: "/cosmos.group.v1.QueryGroupPoliciesByGroupRequest",
|
|
627
|
+
aminoType: "cosmos-sdk/QueryGroupPoliciesByGroupRequest",
|
|
619
628
|
encode(message, writer = BinaryWriter.create()) {
|
|
620
629
|
if (message.groupId !== BigInt(0)) {
|
|
621
630
|
writer.uint32(8).uint64(message.groupId);
|
|
@@ -697,6 +706,7 @@ function createBaseQueryGroupPoliciesByGroupResponse() {
|
|
|
697
706
|
}
|
|
698
707
|
export const QueryGroupPoliciesByGroupResponse = {
|
|
699
708
|
typeUrl: "/cosmos.group.v1.QueryGroupPoliciesByGroupResponse",
|
|
709
|
+
aminoType: "cosmos-sdk/QueryGroupPoliciesByGroupResponse",
|
|
700
710
|
encode(message, writer = BinaryWriter.create()) {
|
|
701
711
|
for (const v of message.groupPolicies) {
|
|
702
712
|
GroupPolicyInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -781,6 +791,7 @@ function createBaseQueryGroupPoliciesByAdminRequest() {
|
|
|
781
791
|
}
|
|
782
792
|
export const QueryGroupPoliciesByAdminRequest = {
|
|
783
793
|
typeUrl: "/cosmos.group.v1.QueryGroupPoliciesByAdminRequest",
|
|
794
|
+
aminoType: "cosmos-sdk/QueryGroupPoliciesByAdminRequest",
|
|
784
795
|
encode(message, writer = BinaryWriter.create()) {
|
|
785
796
|
if (message.admin !== "") {
|
|
786
797
|
writer.uint32(10).string(message.admin);
|
|
@@ -862,6 +873,7 @@ function createBaseQueryGroupPoliciesByAdminResponse() {
|
|
|
862
873
|
}
|
|
863
874
|
export const QueryGroupPoliciesByAdminResponse = {
|
|
864
875
|
typeUrl: "/cosmos.group.v1.QueryGroupPoliciesByAdminResponse",
|
|
876
|
+
aminoType: "cosmos-sdk/QueryGroupPoliciesByAdminResponse",
|
|
865
877
|
encode(message, writer = BinaryWriter.create()) {
|
|
866
878
|
for (const v of message.groupPolicies) {
|
|
867
879
|
GroupPolicyInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -945,6 +957,7 @@ function createBaseQueryProposalRequest() {
|
|
|
945
957
|
}
|
|
946
958
|
export const QueryProposalRequest = {
|
|
947
959
|
typeUrl: "/cosmos.group.v1.QueryProposalRequest",
|
|
960
|
+
aminoType: "cosmos-sdk/QueryProposalRequest",
|
|
948
961
|
encode(message, writer = BinaryWriter.create()) {
|
|
949
962
|
if (message.proposalId !== BigInt(0)) {
|
|
950
963
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1014,6 +1027,7 @@ function createBaseQueryProposalResponse() {
|
|
|
1014
1027
|
}
|
|
1015
1028
|
export const QueryProposalResponse = {
|
|
1016
1029
|
typeUrl: "/cosmos.group.v1.QueryProposalResponse",
|
|
1030
|
+
aminoType: "cosmos-sdk/QueryProposalResponse",
|
|
1017
1031
|
encode(message, writer = BinaryWriter.create()) {
|
|
1018
1032
|
if (message.proposal !== undefined) {
|
|
1019
1033
|
Proposal.encode(message.proposal, writer.uint32(10).fork()).ldelim();
|
|
@@ -1084,6 +1098,7 @@ function createBaseQueryProposalsByGroupPolicyRequest() {
|
|
|
1084
1098
|
}
|
|
1085
1099
|
export const QueryProposalsByGroupPolicyRequest = {
|
|
1086
1100
|
typeUrl: "/cosmos.group.v1.QueryProposalsByGroupPolicyRequest",
|
|
1101
|
+
aminoType: "cosmos-sdk/QueryProposalsByGroupPolicyRequest",
|
|
1087
1102
|
encode(message, writer = BinaryWriter.create()) {
|
|
1088
1103
|
if (message.address !== "") {
|
|
1089
1104
|
writer.uint32(10).string(message.address);
|
|
@@ -1165,6 +1180,7 @@ function createBaseQueryProposalsByGroupPolicyResponse() {
|
|
|
1165
1180
|
}
|
|
1166
1181
|
export const QueryProposalsByGroupPolicyResponse = {
|
|
1167
1182
|
typeUrl: "/cosmos.group.v1.QueryProposalsByGroupPolicyResponse",
|
|
1183
|
+
aminoType: "cosmos-sdk/QueryProposalsByGroupPolicyResponse",
|
|
1168
1184
|
encode(message, writer = BinaryWriter.create()) {
|
|
1169
1185
|
for (const v of message.proposals) {
|
|
1170
1186
|
Proposal.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1249,6 +1265,7 @@ function createBaseQueryVoteByProposalVoterRequest() {
|
|
|
1249
1265
|
}
|
|
1250
1266
|
export const QueryVoteByProposalVoterRequest = {
|
|
1251
1267
|
typeUrl: "/cosmos.group.v1.QueryVoteByProposalVoterRequest",
|
|
1268
|
+
aminoType: "cosmos-sdk/QueryVoteByProposalVoterRequest",
|
|
1252
1269
|
encode(message, writer = BinaryWriter.create()) {
|
|
1253
1270
|
if (message.proposalId !== BigInt(0)) {
|
|
1254
1271
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1329,6 +1346,7 @@ function createBaseQueryVoteByProposalVoterResponse() {
|
|
|
1329
1346
|
}
|
|
1330
1347
|
export const QueryVoteByProposalVoterResponse = {
|
|
1331
1348
|
typeUrl: "/cosmos.group.v1.QueryVoteByProposalVoterResponse",
|
|
1349
|
+
aminoType: "cosmos-sdk/QueryVoteByProposalVoterResponse",
|
|
1332
1350
|
encode(message, writer = BinaryWriter.create()) {
|
|
1333
1351
|
if (message.vote !== undefined) {
|
|
1334
1352
|
Vote.encode(message.vote, writer.uint32(10).fork()).ldelim();
|
|
@@ -1399,6 +1417,7 @@ function createBaseQueryVotesByProposalRequest() {
|
|
|
1399
1417
|
}
|
|
1400
1418
|
export const QueryVotesByProposalRequest = {
|
|
1401
1419
|
typeUrl: "/cosmos.group.v1.QueryVotesByProposalRequest",
|
|
1420
|
+
aminoType: "cosmos-sdk/QueryVotesByProposalRequest",
|
|
1402
1421
|
encode(message, writer = BinaryWriter.create()) {
|
|
1403
1422
|
if (message.proposalId !== BigInt(0)) {
|
|
1404
1423
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1480,6 +1499,7 @@ function createBaseQueryVotesByProposalResponse() {
|
|
|
1480
1499
|
}
|
|
1481
1500
|
export const QueryVotesByProposalResponse = {
|
|
1482
1501
|
typeUrl: "/cosmos.group.v1.QueryVotesByProposalResponse",
|
|
1502
|
+
aminoType: "cosmos-sdk/QueryVotesByProposalResponse",
|
|
1483
1503
|
encode(message, writer = BinaryWriter.create()) {
|
|
1484
1504
|
for (const v of message.votes) {
|
|
1485
1505
|
Vote.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1564,6 +1584,7 @@ function createBaseQueryVotesByVoterRequest() {
|
|
|
1564
1584
|
}
|
|
1565
1585
|
export const QueryVotesByVoterRequest = {
|
|
1566
1586
|
typeUrl: "/cosmos.group.v1.QueryVotesByVoterRequest",
|
|
1587
|
+
aminoType: "cosmos-sdk/QueryVotesByVoterRequest",
|
|
1567
1588
|
encode(message, writer = BinaryWriter.create()) {
|
|
1568
1589
|
if (message.voter !== "") {
|
|
1569
1590
|
writer.uint32(10).string(message.voter);
|
|
@@ -1645,6 +1666,7 @@ function createBaseQueryVotesByVoterResponse() {
|
|
|
1645
1666
|
}
|
|
1646
1667
|
export const QueryVotesByVoterResponse = {
|
|
1647
1668
|
typeUrl: "/cosmos.group.v1.QueryVotesByVoterResponse",
|
|
1669
|
+
aminoType: "cosmos-sdk/QueryVotesByVoterResponse",
|
|
1648
1670
|
encode(message, writer = BinaryWriter.create()) {
|
|
1649
1671
|
for (const v of message.votes) {
|
|
1650
1672
|
Vote.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1729,6 +1751,7 @@ function createBaseQueryGroupsByMemberRequest() {
|
|
|
1729
1751
|
}
|
|
1730
1752
|
export const QueryGroupsByMemberRequest = {
|
|
1731
1753
|
typeUrl: "/cosmos.group.v1.QueryGroupsByMemberRequest",
|
|
1754
|
+
aminoType: "cosmos-sdk/QueryGroupsByMemberRequest",
|
|
1732
1755
|
encode(message, writer = BinaryWriter.create()) {
|
|
1733
1756
|
if (message.address !== "") {
|
|
1734
1757
|
writer.uint32(10).string(message.address);
|
|
@@ -1810,6 +1833,7 @@ function createBaseQueryGroupsByMemberResponse() {
|
|
|
1810
1833
|
}
|
|
1811
1834
|
export const QueryGroupsByMemberResponse = {
|
|
1812
1835
|
typeUrl: "/cosmos.group.v1.QueryGroupsByMemberResponse",
|
|
1836
|
+
aminoType: "cosmos-sdk/QueryGroupsByMemberResponse",
|
|
1813
1837
|
encode(message, writer = BinaryWriter.create()) {
|
|
1814
1838
|
for (const v of message.groups) {
|
|
1815
1839
|
GroupInfo.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1893,6 +1917,7 @@ function createBaseQueryTallyResultRequest() {
|
|
|
1893
1917
|
}
|
|
1894
1918
|
export const QueryTallyResultRequest = {
|
|
1895
1919
|
typeUrl: "/cosmos.group.v1.QueryTallyResultRequest",
|
|
1920
|
+
aminoType: "cosmos-sdk/QueryTallyResultRequest",
|
|
1896
1921
|
encode(message, writer = BinaryWriter.create()) {
|
|
1897
1922
|
if (message.proposalId !== BigInt(0)) {
|
|
1898
1923
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1962,6 +1987,7 @@ function createBaseQueryTallyResultResponse() {
|
|
|
1962
1987
|
}
|
|
1963
1988
|
export const QueryTallyResultResponse = {
|
|
1964
1989
|
typeUrl: "/cosmos.group.v1.QueryTallyResultResponse",
|
|
1990
|
+
aminoType: "cosmos-sdk/QueryTallyResultResponse",
|
|
1965
1991
|
encode(message, writer = BinaryWriter.create()) {
|
|
1966
1992
|
if (message.tally !== undefined) {
|
|
1967
1993
|
TallyResult.encode(message.tally, writer.uint32(10).fork()).ldelim();
|
|
@@ -2031,6 +2057,7 @@ function createBaseQueryGroupsRequest() {
|
|
|
2031
2057
|
}
|
|
2032
2058
|
export const QueryGroupsRequest = {
|
|
2033
2059
|
typeUrl: "/cosmos.group.v1.QueryGroupsRequest",
|
|
2060
|
+
aminoType: "cosmos-sdk/QueryGroupsRequest",
|
|
2034
2061
|
encode(message, writer = BinaryWriter.create()) {
|
|
2035
2062
|
if (message.pagination !== undefined) {
|
|
2036
2063
|
PageRequest.encode(message.pagination, writer.uint32(18).fork()).ldelim();
|
|
@@ -2101,6 +2128,7 @@ function createBaseQueryGroupsResponse() {
|
|
|
2101
2128
|
}
|
|
2102
2129
|
export const QueryGroupsResponse = {
|
|
2103
2130
|
typeUrl: "/cosmos.group.v1.QueryGroupsResponse",
|
|
2131
|
+
aminoType: "cosmos-sdk/QueryGroupsResponse",
|
|
2104
2132
|
encode(message, writer = BinaryWriter.create()) {
|
|
2105
2133
|
for (const v of message.groups) {
|
|
2106
2134
|
GroupInfo.encode(v, writer.uint32(10).fork()).ldelim();
|