@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
package/esm/cosmos/gov/v1/gov.js
CHANGED
|
@@ -20,7 +20,6 @@ export var VoteOption;
|
|
|
20
20
|
VoteOption[VoteOption["VOTE_OPTION_NO_WITH_VETO"] = 4] = "VOTE_OPTION_NO_WITH_VETO";
|
|
21
21
|
VoteOption[VoteOption["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
22
22
|
})(VoteOption || (VoteOption = {}));
|
|
23
|
-
export const VoteOptionSDKType = VoteOption;
|
|
24
23
|
export const VoteOptionAmino = VoteOption;
|
|
25
24
|
export function voteOptionFromJSON(object) {
|
|
26
25
|
switch (object) {
|
|
@@ -94,7 +93,6 @@ export var ProposalStatus;
|
|
|
94
93
|
ProposalStatus[ProposalStatus["PROPOSAL_STATUS_FAILED"] = 5] = "PROPOSAL_STATUS_FAILED";
|
|
95
94
|
ProposalStatus[ProposalStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
96
95
|
})(ProposalStatus || (ProposalStatus = {}));
|
|
97
|
-
export const ProposalStatusSDKType = ProposalStatus;
|
|
98
96
|
export const ProposalStatusAmino = ProposalStatus;
|
|
99
97
|
export function proposalStatusFromJSON(object) {
|
|
100
98
|
switch (object) {
|
|
@@ -149,6 +147,7 @@ function createBaseWeightedVoteOption() {
|
|
|
149
147
|
}
|
|
150
148
|
export const WeightedVoteOption = {
|
|
151
149
|
typeUrl: "/cosmos.gov.v1.WeightedVoteOption",
|
|
150
|
+
aminoType: "cosmos-sdk/v1/WeightedVoteOption",
|
|
152
151
|
encode(message, writer = BinaryWriter.create()) {
|
|
153
152
|
if (message.option !== 0) {
|
|
154
153
|
writer.uint32(8).int32(message.option);
|
|
@@ -231,6 +230,7 @@ function createBaseDeposit() {
|
|
|
231
230
|
}
|
|
232
231
|
export const Deposit = {
|
|
233
232
|
typeUrl: "/cosmos.gov.v1.Deposit",
|
|
233
|
+
aminoType: "cosmos-sdk/v1/Deposit",
|
|
234
234
|
encode(message, writer = BinaryWriter.create()) {
|
|
235
235
|
if (message.proposalId !== BigInt(0)) {
|
|
236
236
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -339,6 +339,7 @@ function createBaseProposal() {
|
|
|
339
339
|
}
|
|
340
340
|
export const Proposal = {
|
|
341
341
|
typeUrl: "/cosmos.gov.v1.Proposal",
|
|
342
|
+
aminoType: "cosmos-sdk/v1/Proposal",
|
|
342
343
|
encode(message, writer = BinaryWriter.create()) {
|
|
343
344
|
if (message.id !== BigInt(0)) {
|
|
344
345
|
writer.uint32(8).uint64(message.id);
|
|
@@ -571,6 +572,7 @@ function createBaseTallyResult() {
|
|
|
571
572
|
}
|
|
572
573
|
export const TallyResult = {
|
|
573
574
|
typeUrl: "/cosmos.gov.v1.TallyResult",
|
|
575
|
+
aminoType: "cosmos-sdk/v1/TallyResult",
|
|
574
576
|
encode(message, writer = BinaryWriter.create()) {
|
|
575
577
|
if (message.yesCount !== "") {
|
|
576
578
|
writer.uint32(10).string(message.yesCount);
|
|
@@ -676,6 +678,7 @@ function createBaseVote() {
|
|
|
676
678
|
}
|
|
677
679
|
export const Vote = {
|
|
678
680
|
typeUrl: "/cosmos.gov.v1.Vote",
|
|
681
|
+
aminoType: "cosmos-sdk/v1/Vote",
|
|
679
682
|
encode(message, writer = BinaryWriter.create()) {
|
|
680
683
|
if (message.proposalId !== BigInt(0)) {
|
|
681
684
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -782,6 +785,7 @@ function createBaseDepositParams() {
|
|
|
782
785
|
}
|
|
783
786
|
export const DepositParams = {
|
|
784
787
|
typeUrl: "/cosmos.gov.v1.DepositParams",
|
|
788
|
+
aminoType: "cosmos-sdk/v1/DepositParams",
|
|
785
789
|
encode(message, writer = BinaryWriter.create()) {
|
|
786
790
|
for (const v of message.minDeposit) {
|
|
787
791
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -865,6 +869,7 @@ function createBaseVotingParams() {
|
|
|
865
869
|
}
|
|
866
870
|
export const VotingParams = {
|
|
867
871
|
typeUrl: "/cosmos.gov.v1.VotingParams",
|
|
872
|
+
aminoType: "cosmos-sdk/v1/VotingParams",
|
|
868
873
|
encode(message, writer = BinaryWriter.create()) {
|
|
869
874
|
if (message.votingPeriod !== undefined) {
|
|
870
875
|
Duration.encode(message.votingPeriod, writer.uint32(10).fork()).ldelim();
|
|
@@ -936,6 +941,7 @@ function createBaseTallyParams() {
|
|
|
936
941
|
}
|
|
937
942
|
export const TallyParams = {
|
|
938
943
|
typeUrl: "/cosmos.gov.v1.TallyParams",
|
|
944
|
+
aminoType: "cosmos-sdk/v1/TallyParams",
|
|
939
945
|
encode(message, writer = BinaryWriter.create()) {
|
|
940
946
|
if (message.quorum !== "") {
|
|
941
947
|
writer.uint32(10).string(message.quorum);
|
|
@@ -1042,6 +1048,7 @@ function createBaseParams() {
|
|
|
1042
1048
|
}
|
|
1043
1049
|
export const Params = {
|
|
1044
1050
|
typeUrl: "/cosmos.gov.v1.Params",
|
|
1051
|
+
aminoType: "cosmos-sdk/v1/Params",
|
|
1045
1052
|
encode(message, writer = BinaryWriter.create()) {
|
|
1046
1053
|
for (const v of message.minDeposit) {
|
|
1047
1054
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -7,6 +7,7 @@ function createBaseQueryConstitutionRequest() {
|
|
|
7
7
|
}
|
|
8
8
|
export const QueryConstitutionRequest = {
|
|
9
9
|
typeUrl: "/cosmos.gov.v1.QueryConstitutionRequest",
|
|
10
|
+
aminoType: "cosmos-sdk/v1/QueryConstitutionRequest",
|
|
10
11
|
encode(_, writer = BinaryWriter.create()) {
|
|
11
12
|
return writer;
|
|
12
13
|
},
|
|
@@ -65,6 +66,7 @@ function createBaseQueryConstitutionResponse() {
|
|
|
65
66
|
}
|
|
66
67
|
export const QueryConstitutionResponse = {
|
|
67
68
|
typeUrl: "/cosmos.gov.v1.QueryConstitutionResponse",
|
|
69
|
+
aminoType: "cosmos-sdk/v1/QueryConstitutionResponse",
|
|
68
70
|
encode(message, writer = BinaryWriter.create()) {
|
|
69
71
|
if (message.constitution !== "") {
|
|
70
72
|
writer.uint32(10).string(message.constitution);
|
|
@@ -134,6 +136,7 @@ function createBaseQueryProposalRequest() {
|
|
|
134
136
|
}
|
|
135
137
|
export const QueryProposalRequest = {
|
|
136
138
|
typeUrl: "/cosmos.gov.v1.QueryProposalRequest",
|
|
139
|
+
aminoType: "cosmos-sdk/v1/QueryProposalRequest",
|
|
137
140
|
encode(message, writer = BinaryWriter.create()) {
|
|
138
141
|
if (message.proposalId !== BigInt(0)) {
|
|
139
142
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -203,6 +206,7 @@ function createBaseQueryProposalResponse() {
|
|
|
203
206
|
}
|
|
204
207
|
export const QueryProposalResponse = {
|
|
205
208
|
typeUrl: "/cosmos.gov.v1.QueryProposalResponse",
|
|
209
|
+
aminoType: "cosmos-sdk/v1/QueryProposalResponse",
|
|
206
210
|
encode(message, writer = BinaryWriter.create()) {
|
|
207
211
|
if (message.proposal !== undefined) {
|
|
208
212
|
Proposal.encode(message.proposal, writer.uint32(10).fork()).ldelim();
|
|
@@ -275,6 +279,7 @@ function createBaseQueryProposalsRequest() {
|
|
|
275
279
|
}
|
|
276
280
|
export const QueryProposalsRequest = {
|
|
277
281
|
typeUrl: "/cosmos.gov.v1.QueryProposalsRequest",
|
|
282
|
+
aminoType: "cosmos-sdk/v1/QueryProposalsRequest",
|
|
278
283
|
encode(message, writer = BinaryWriter.create()) {
|
|
279
284
|
if (message.proposalStatus !== 0) {
|
|
280
285
|
writer.uint32(8).int32(message.proposalStatus);
|
|
@@ -378,6 +383,7 @@ function createBaseQueryProposalsResponse() {
|
|
|
378
383
|
}
|
|
379
384
|
export const QueryProposalsResponse = {
|
|
380
385
|
typeUrl: "/cosmos.gov.v1.QueryProposalsResponse",
|
|
386
|
+
aminoType: "cosmos-sdk/v1/QueryProposalsResponse",
|
|
381
387
|
encode(message, writer = BinaryWriter.create()) {
|
|
382
388
|
for (const v of message.proposals) {
|
|
383
389
|
Proposal.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -462,6 +468,7 @@ function createBaseQueryVoteRequest() {
|
|
|
462
468
|
}
|
|
463
469
|
export const QueryVoteRequest = {
|
|
464
470
|
typeUrl: "/cosmos.gov.v1.QueryVoteRequest",
|
|
471
|
+
aminoType: "cosmos-sdk/v1/QueryVoteRequest",
|
|
465
472
|
encode(message, writer = BinaryWriter.create()) {
|
|
466
473
|
if (message.proposalId !== BigInt(0)) {
|
|
467
474
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -542,6 +549,7 @@ function createBaseQueryVoteResponse() {
|
|
|
542
549
|
}
|
|
543
550
|
export const QueryVoteResponse = {
|
|
544
551
|
typeUrl: "/cosmos.gov.v1.QueryVoteResponse",
|
|
552
|
+
aminoType: "cosmos-sdk/v1/QueryVoteResponse",
|
|
545
553
|
encode(message, writer = BinaryWriter.create()) {
|
|
546
554
|
if (message.vote !== undefined) {
|
|
547
555
|
Vote.encode(message.vote, writer.uint32(10).fork()).ldelim();
|
|
@@ -612,6 +620,7 @@ function createBaseQueryVotesRequest() {
|
|
|
612
620
|
}
|
|
613
621
|
export const QueryVotesRequest = {
|
|
614
622
|
typeUrl: "/cosmos.gov.v1.QueryVotesRequest",
|
|
623
|
+
aminoType: "cosmos-sdk/v1/QueryVotesRequest",
|
|
615
624
|
encode(message, writer = BinaryWriter.create()) {
|
|
616
625
|
if (message.proposalId !== BigInt(0)) {
|
|
617
626
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -693,6 +702,7 @@ function createBaseQueryVotesResponse() {
|
|
|
693
702
|
}
|
|
694
703
|
export const QueryVotesResponse = {
|
|
695
704
|
typeUrl: "/cosmos.gov.v1.QueryVotesResponse",
|
|
705
|
+
aminoType: "cosmos-sdk/v1/QueryVotesResponse",
|
|
696
706
|
encode(message, writer = BinaryWriter.create()) {
|
|
697
707
|
for (const v of message.votes) {
|
|
698
708
|
Vote.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -776,6 +786,7 @@ function createBaseQueryParamsRequest() {
|
|
|
776
786
|
}
|
|
777
787
|
export const QueryParamsRequest = {
|
|
778
788
|
typeUrl: "/cosmos.gov.v1.QueryParamsRequest",
|
|
789
|
+
aminoType: "cosmos-sdk/v1/QueryParamsRequest",
|
|
779
790
|
encode(message, writer = BinaryWriter.create()) {
|
|
780
791
|
if (message.paramsType !== "") {
|
|
781
792
|
writer.uint32(10).string(message.paramsType);
|
|
@@ -848,6 +859,7 @@ function createBaseQueryParamsResponse() {
|
|
|
848
859
|
}
|
|
849
860
|
export const QueryParamsResponse = {
|
|
850
861
|
typeUrl: "/cosmos.gov.v1.QueryParamsResponse",
|
|
862
|
+
aminoType: "cosmos-sdk/v1/QueryParamsResponse",
|
|
851
863
|
encode(message, writer = BinaryWriter.create()) {
|
|
852
864
|
if (message.votingParams !== undefined) {
|
|
853
865
|
VotingParams.encode(message.votingParams, writer.uint32(10).fork()).ldelim();
|
|
@@ -951,6 +963,7 @@ function createBaseQueryDepositRequest() {
|
|
|
951
963
|
}
|
|
952
964
|
export const QueryDepositRequest = {
|
|
953
965
|
typeUrl: "/cosmos.gov.v1.QueryDepositRequest",
|
|
966
|
+
aminoType: "cosmos-sdk/v1/QueryDepositRequest",
|
|
954
967
|
encode(message, writer = BinaryWriter.create()) {
|
|
955
968
|
if (message.proposalId !== BigInt(0)) {
|
|
956
969
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1031,6 +1044,7 @@ function createBaseQueryDepositResponse() {
|
|
|
1031
1044
|
}
|
|
1032
1045
|
export const QueryDepositResponse = {
|
|
1033
1046
|
typeUrl: "/cosmos.gov.v1.QueryDepositResponse",
|
|
1047
|
+
aminoType: "cosmos-sdk/v1/QueryDepositResponse",
|
|
1034
1048
|
encode(message, writer = BinaryWriter.create()) {
|
|
1035
1049
|
if (message.deposit !== undefined) {
|
|
1036
1050
|
Deposit.encode(message.deposit, writer.uint32(10).fork()).ldelim();
|
|
@@ -1101,6 +1115,7 @@ function createBaseQueryDepositsRequest() {
|
|
|
1101
1115
|
}
|
|
1102
1116
|
export const QueryDepositsRequest = {
|
|
1103
1117
|
typeUrl: "/cosmos.gov.v1.QueryDepositsRequest",
|
|
1118
|
+
aminoType: "cosmos-sdk/v1/QueryDepositsRequest",
|
|
1104
1119
|
encode(message, writer = BinaryWriter.create()) {
|
|
1105
1120
|
if (message.proposalId !== BigInt(0)) {
|
|
1106
1121
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1182,6 +1197,7 @@ function createBaseQueryDepositsResponse() {
|
|
|
1182
1197
|
}
|
|
1183
1198
|
export const QueryDepositsResponse = {
|
|
1184
1199
|
typeUrl: "/cosmos.gov.v1.QueryDepositsResponse",
|
|
1200
|
+
aminoType: "cosmos-sdk/v1/QueryDepositsResponse",
|
|
1185
1201
|
encode(message, writer = BinaryWriter.create()) {
|
|
1186
1202
|
for (const v of message.deposits) {
|
|
1187
1203
|
Deposit.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1265,6 +1281,7 @@ function createBaseQueryTallyResultRequest() {
|
|
|
1265
1281
|
}
|
|
1266
1282
|
export const QueryTallyResultRequest = {
|
|
1267
1283
|
typeUrl: "/cosmos.gov.v1.QueryTallyResultRequest",
|
|
1284
|
+
aminoType: "cosmos-sdk/v1/QueryTallyResultRequest",
|
|
1268
1285
|
encode(message, writer = BinaryWriter.create()) {
|
|
1269
1286
|
if (message.proposalId !== BigInt(0)) {
|
|
1270
1287
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1334,6 +1351,7 @@ function createBaseQueryTallyResultResponse() {
|
|
|
1334
1351
|
}
|
|
1335
1352
|
export const QueryTallyResultResponse = {
|
|
1336
1353
|
typeUrl: "/cosmos.gov.v1.QueryTallyResultResponse",
|
|
1354
|
+
aminoType: "cosmos-sdk/v1/QueryTallyResultResponse",
|
|
1337
1355
|
encode(message, writer = BinaryWriter.create()) {
|
|
1338
1356
|
if (message.tally !== undefined) {
|
|
1339
1357
|
TallyResult.encode(message.tally, writer.uint32(10).fork()).ldelim();
|
|
@@ -4,28 +4,19 @@ export class LCDQueryClient {
|
|
|
4
4
|
req;
|
|
5
5
|
constructor({ requestClient }) {
|
|
6
6
|
this.req = requestClient;
|
|
7
|
-
this.constitution = this.constitution.bind(this);
|
|
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
7
|
}
|
|
17
8
|
/* Constitution queries the chain's constitution. */
|
|
18
|
-
async
|
|
9
|
+
constitution = async (_params = {}) => {
|
|
19
10
|
const endpoint = `cosmos/gov/v1/constitution`;
|
|
20
11
|
return await this.req.get(endpoint);
|
|
21
|
-
}
|
|
12
|
+
};
|
|
22
13
|
/* Proposal queries proposal details based on ProposalID. */
|
|
23
|
-
async
|
|
14
|
+
proposal = async (params) => {
|
|
24
15
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}`;
|
|
25
16
|
return await this.req.get(endpoint);
|
|
26
|
-
}
|
|
17
|
+
};
|
|
27
18
|
/* Proposals queries all proposals based on given status. */
|
|
28
|
-
async
|
|
19
|
+
proposals = async (params) => {
|
|
29
20
|
const options = {
|
|
30
21
|
params: {}
|
|
31
22
|
};
|
|
@@ -43,14 +34,14 @@ export class LCDQueryClient {
|
|
|
43
34
|
}
|
|
44
35
|
const endpoint = `cosmos/gov/v1/proposals`;
|
|
45
36
|
return await this.req.get(endpoint, options);
|
|
46
|
-
}
|
|
37
|
+
};
|
|
47
38
|
/* Vote queries voted information based on proposalID, voterAddr. */
|
|
48
|
-
async
|
|
39
|
+
vote = async (params) => {
|
|
49
40
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}/votes/${params.voter}`;
|
|
50
41
|
return await this.req.get(endpoint);
|
|
51
|
-
}
|
|
42
|
+
};
|
|
52
43
|
/* Votes queries votes of a given proposal. */
|
|
53
|
-
async
|
|
44
|
+
votes = async (params) => {
|
|
54
45
|
const options = {
|
|
55
46
|
params: {}
|
|
56
47
|
};
|
|
@@ -59,19 +50,19 @@ export class LCDQueryClient {
|
|
|
59
50
|
}
|
|
60
51
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}/votes`;
|
|
61
52
|
return await this.req.get(endpoint, options);
|
|
62
|
-
}
|
|
53
|
+
};
|
|
63
54
|
/* Params queries all parameters of the gov module. */
|
|
64
|
-
async
|
|
55
|
+
params = async (params) => {
|
|
65
56
|
const endpoint = `cosmos/gov/v1/params/${params.paramsType}`;
|
|
66
57
|
return await this.req.get(endpoint);
|
|
67
|
-
}
|
|
58
|
+
};
|
|
68
59
|
/* Deposit queries single deposit information based on proposalID, depositAddr. */
|
|
69
|
-
async
|
|
60
|
+
deposit = async (params) => {
|
|
70
61
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}/deposits/${params.depositor}`;
|
|
71
62
|
return await this.req.get(endpoint);
|
|
72
|
-
}
|
|
63
|
+
};
|
|
73
64
|
/* Deposits queries all deposits of a single proposal. */
|
|
74
|
-
async
|
|
65
|
+
deposits = async (params) => {
|
|
75
66
|
const options = {
|
|
76
67
|
params: {}
|
|
77
68
|
};
|
|
@@ -80,10 +71,10 @@ export class LCDQueryClient {
|
|
|
80
71
|
}
|
|
81
72
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}/deposits`;
|
|
82
73
|
return await this.req.get(endpoint, options);
|
|
83
|
-
}
|
|
74
|
+
};
|
|
84
75
|
/* TallyResult queries the tally of a proposal vote. */
|
|
85
|
-
async
|
|
76
|
+
tallyResult = async (params) => {
|
|
86
77
|
const endpoint = `cosmos/gov/v1/proposals/${params.proposalId}/tally`;
|
|
87
78
|
return await this.req.get(endpoint);
|
|
88
|
-
}
|
|
79
|
+
};
|
|
89
80
|
}
|
|
@@ -5,61 +5,61 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.constitution = this.constitution.bind(this);
|
|
9
|
-
this.proposal = this.proposal.bind(this);
|
|
10
|
-
this.proposals = this.proposals.bind(this);
|
|
11
|
-
this.vote = this.vote.bind(this);
|
|
12
|
-
this.votes = this.votes.bind(this);
|
|
13
|
-
this.params = this.params.bind(this);
|
|
14
|
-
this.deposit = this.deposit.bind(this);
|
|
15
|
-
this.deposits = this.deposits.bind(this);
|
|
16
|
-
this.tallyResult = this.tallyResult.bind(this);
|
|
17
8
|
}
|
|
18
|
-
|
|
9
|
+
/* Constitution queries the chain's constitution. */
|
|
10
|
+
constitution = async (request = {}) => {
|
|
19
11
|
const data = QueryConstitutionRequest.encode(request).finish();
|
|
20
12
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Constitution", data);
|
|
21
13
|
return promise.then(data => QueryConstitutionResponse.decode(new BinaryReader(data)));
|
|
22
|
-
}
|
|
23
|
-
proposal
|
|
14
|
+
};
|
|
15
|
+
/* Proposal queries proposal details based on ProposalID. */
|
|
16
|
+
proposal = async (request) => {
|
|
24
17
|
const data = QueryProposalRequest.encode(request).finish();
|
|
25
18
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Proposal", data);
|
|
26
19
|
return promise.then(data => QueryProposalResponse.decode(new BinaryReader(data)));
|
|
27
|
-
}
|
|
28
|
-
proposals
|
|
20
|
+
};
|
|
21
|
+
/* Proposals queries all proposals based on given status. */
|
|
22
|
+
proposals = async (request) => {
|
|
29
23
|
const data = QueryProposalsRequest.encode(request).finish();
|
|
30
24
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Proposals", data);
|
|
31
25
|
return promise.then(data => QueryProposalsResponse.decode(new BinaryReader(data)));
|
|
32
|
-
}
|
|
33
|
-
|
|
26
|
+
};
|
|
27
|
+
/* Vote queries voted information based on proposalID, voterAddr. */
|
|
28
|
+
vote = async (request) => {
|
|
34
29
|
const data = QueryVoteRequest.encode(request).finish();
|
|
35
30
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Vote", data);
|
|
36
31
|
return promise.then(data => QueryVoteResponse.decode(new BinaryReader(data)));
|
|
37
|
-
}
|
|
38
|
-
votes
|
|
32
|
+
};
|
|
33
|
+
/* Votes queries votes of a given proposal. */
|
|
34
|
+
votes = async (request) => {
|
|
39
35
|
const data = QueryVotesRequest.encode(request).finish();
|
|
40
36
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Votes", data);
|
|
41
37
|
return promise.then(data => QueryVotesResponse.decode(new BinaryReader(data)));
|
|
42
|
-
}
|
|
43
|
-
|
|
38
|
+
};
|
|
39
|
+
/* Params queries all parameters of the gov module. */
|
|
40
|
+
params = async (request) => {
|
|
44
41
|
const data = QueryParamsRequest.encode(request).finish();
|
|
45
42
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Params", data);
|
|
46
43
|
return promise.then(data => QueryParamsResponse.decode(new BinaryReader(data)));
|
|
47
|
-
}
|
|
48
|
-
deposit
|
|
44
|
+
};
|
|
45
|
+
/* Deposit queries single deposit information based on proposalID, depositAddr. */
|
|
46
|
+
deposit = async (request) => {
|
|
49
47
|
const data = QueryDepositRequest.encode(request).finish();
|
|
50
48
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Deposit", data);
|
|
51
49
|
return promise.then(data => QueryDepositResponse.decode(new BinaryReader(data)));
|
|
52
|
-
}
|
|
53
|
-
deposits
|
|
50
|
+
};
|
|
51
|
+
/* Deposits queries all deposits of a single proposal. */
|
|
52
|
+
deposits = async (request) => {
|
|
54
53
|
const data = QueryDepositsRequest.encode(request).finish();
|
|
55
54
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "Deposits", data);
|
|
56
55
|
return promise.then(data => QueryDepositsResponse.decode(new BinaryReader(data)));
|
|
57
|
-
}
|
|
58
|
-
|
|
56
|
+
};
|
|
57
|
+
/* TallyResult queries the tally of a proposal vote. */
|
|
58
|
+
tallyResult = async (request) => {
|
|
59
59
|
const data = QueryTallyResultRequest.encode(request).finish();
|
|
60
60
|
const promise = this.rpc.request("cosmos.gov.v1.Query", "TallyResult", data);
|
|
61
61
|
return promise.then(data => QueryTallyResultResponse.decode(new BinaryReader(data)));
|
|
62
|
-
}
|
|
62
|
+
};
|
|
63
63
|
}
|
|
64
64
|
export const createRpcQueryExtension = (base) => {
|
|
65
65
|
const rpc = createProtobufRpcClient(base);
|
package/esm/cosmos/gov/v1/tx.js
CHANGED
|
@@ -22,6 +22,7 @@ function createBaseMsgSubmitProposal() {
|
|
|
22
22
|
}
|
|
23
23
|
export const MsgSubmitProposal = {
|
|
24
24
|
typeUrl: "/cosmos.gov.v1.MsgSubmitProposal",
|
|
25
|
+
aminoType: "cosmos-sdk/v1/MsgSubmitProposal",
|
|
25
26
|
encode(message, writer = BinaryWriter.create()) {
|
|
26
27
|
for (const v of message.messages) {
|
|
27
28
|
Any.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -163,6 +164,7 @@ function createBaseMsgSubmitProposalResponse() {
|
|
|
163
164
|
}
|
|
164
165
|
export const MsgSubmitProposalResponse = {
|
|
165
166
|
typeUrl: "/cosmos.gov.v1.MsgSubmitProposalResponse",
|
|
167
|
+
aminoType: "cosmos-sdk/v1/MsgSubmitProposalResponse",
|
|
166
168
|
encode(message, writer = BinaryWriter.create()) {
|
|
167
169
|
if (message.proposalId !== BigInt(0)) {
|
|
168
170
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -233,6 +235,7 @@ function createBaseMsgExecLegacyContent() {
|
|
|
233
235
|
}
|
|
234
236
|
export const MsgExecLegacyContent = {
|
|
235
237
|
typeUrl: "/cosmos.gov.v1.MsgExecLegacyContent",
|
|
238
|
+
aminoType: "cosmos-sdk/v1/MsgExecLegacyContent",
|
|
236
239
|
encode(message, writer = BinaryWriter.create()) {
|
|
237
240
|
if (message.content !== undefined) {
|
|
238
241
|
Any.encode(message.content, writer.uint32(10).fork()).ldelim();
|
|
@@ -311,6 +314,7 @@ function createBaseMsgExecLegacyContentResponse() {
|
|
|
311
314
|
}
|
|
312
315
|
export const MsgExecLegacyContentResponse = {
|
|
313
316
|
typeUrl: "/cosmos.gov.v1.MsgExecLegacyContentResponse",
|
|
317
|
+
aminoType: "cosmos-sdk/v1/MsgExecLegacyContentResponse",
|
|
314
318
|
encode(_, writer = BinaryWriter.create()) {
|
|
315
319
|
return writer;
|
|
316
320
|
},
|
|
@@ -372,6 +376,7 @@ function createBaseMsgVote() {
|
|
|
372
376
|
}
|
|
373
377
|
export const MsgVote = {
|
|
374
378
|
typeUrl: "/cosmos.gov.v1.MsgVote",
|
|
379
|
+
aminoType: "cosmos-sdk/v1/MsgVote",
|
|
375
380
|
encode(message, writer = BinaryWriter.create()) {
|
|
376
381
|
if (message.proposalId !== BigInt(0)) {
|
|
377
382
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -472,6 +477,7 @@ function createBaseMsgVoteResponse() {
|
|
|
472
477
|
}
|
|
473
478
|
export const MsgVoteResponse = {
|
|
474
479
|
typeUrl: "/cosmos.gov.v1.MsgVoteResponse",
|
|
480
|
+
aminoType: "cosmos-sdk/v1/MsgVoteResponse",
|
|
475
481
|
encode(_, writer = BinaryWriter.create()) {
|
|
476
482
|
return writer;
|
|
477
483
|
},
|
|
@@ -533,6 +539,7 @@ function createBaseMsgVoteWeighted() {
|
|
|
533
539
|
}
|
|
534
540
|
export const MsgVoteWeighted = {
|
|
535
541
|
typeUrl: "/cosmos.gov.v1.MsgVoteWeighted",
|
|
542
|
+
aminoType: "cosmos-sdk/v1/MsgVoteWeighted",
|
|
536
543
|
encode(message, writer = BinaryWriter.create()) {
|
|
537
544
|
if (message.proposalId !== BigInt(0)) {
|
|
538
545
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -636,6 +643,7 @@ function createBaseMsgVoteWeightedResponse() {
|
|
|
636
643
|
}
|
|
637
644
|
export const MsgVoteWeightedResponse = {
|
|
638
645
|
typeUrl: "/cosmos.gov.v1.MsgVoteWeightedResponse",
|
|
646
|
+
aminoType: "cosmos-sdk/v1/MsgVoteWeightedResponse",
|
|
639
647
|
encode(_, writer = BinaryWriter.create()) {
|
|
640
648
|
return writer;
|
|
641
649
|
},
|
|
@@ -696,6 +704,7 @@ function createBaseMsgDeposit() {
|
|
|
696
704
|
}
|
|
697
705
|
export const MsgDeposit = {
|
|
698
706
|
typeUrl: "/cosmos.gov.v1.MsgDeposit",
|
|
707
|
+
aminoType: "cosmos-sdk/v1/MsgDeposit",
|
|
699
708
|
encode(message, writer = BinaryWriter.create()) {
|
|
700
709
|
if (message.proposalId !== BigInt(0)) {
|
|
701
710
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -788,6 +797,7 @@ function createBaseMsgDepositResponse() {
|
|
|
788
797
|
}
|
|
789
798
|
export const MsgDepositResponse = {
|
|
790
799
|
typeUrl: "/cosmos.gov.v1.MsgDepositResponse",
|
|
800
|
+
aminoType: "cosmos-sdk/v1/MsgDepositResponse",
|
|
791
801
|
encode(_, writer = BinaryWriter.create()) {
|
|
792
802
|
return writer;
|
|
793
803
|
},
|
|
@@ -847,6 +857,7 @@ function createBaseMsgUpdateParams() {
|
|
|
847
857
|
}
|
|
848
858
|
export const MsgUpdateParams = {
|
|
849
859
|
typeUrl: "/cosmos.gov.v1.MsgUpdateParams",
|
|
860
|
+
aminoType: "cosmos-sdk/x/gov/v1/MsgUpdateParams",
|
|
850
861
|
encode(message, writer = BinaryWriter.create()) {
|
|
851
862
|
if (message.authority !== "") {
|
|
852
863
|
writer.uint32(10).string(message.authority);
|
|
@@ -925,6 +936,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
925
936
|
}
|
|
926
937
|
export const MsgUpdateParamsResponse = {
|
|
927
938
|
typeUrl: "/cosmos.gov.v1.MsgUpdateParamsResponse",
|
|
939
|
+
aminoType: "cosmos-sdk/v1/MsgUpdateParamsResponse",
|
|
928
940
|
encode(_, writer = BinaryWriter.create()) {
|
|
929
941
|
return writer;
|
|
930
942
|
},
|
|
@@ -984,6 +996,7 @@ function createBaseMsgCancelProposal() {
|
|
|
984
996
|
}
|
|
985
997
|
export const MsgCancelProposal = {
|
|
986
998
|
typeUrl: "/cosmos.gov.v1.MsgCancelProposal",
|
|
999
|
+
aminoType: "cosmos-sdk/v1/MsgCancelProposal",
|
|
987
1000
|
encode(message, writer = BinaryWriter.create()) {
|
|
988
1001
|
if (message.proposalId !== BigInt(0)) {
|
|
989
1002
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1066,6 +1079,7 @@ function createBaseMsgCancelProposalResponse() {
|
|
|
1066
1079
|
}
|
|
1067
1080
|
export const MsgCancelProposalResponse = {
|
|
1068
1081
|
typeUrl: "/cosmos.gov.v1.MsgCancelProposalResponse",
|
|
1082
|
+
aminoType: "cosmos-sdk/v1/MsgCancelProposalResponse",
|
|
1069
1083
|
encode(message, writer = BinaryWriter.create()) {
|
|
1070
1084
|
if (message.proposalId !== BigInt(0)) {
|
|
1071
1085
|
writer.uint32(8).uint64(message.proposalId);
|
|
@@ -1,141 +1,2 @@
|
|
|
1
1
|
import { MsgSubmitProposal, MsgExecLegacyContent, MsgVote, MsgVoteWeighted, MsgDeposit, MsgUpdateParams, MsgCancelProposal } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.gov.v1.MsgSubmitProposal", MsgSubmitProposal], ["/cosmos.gov.v1.MsgExecLegacyContent", MsgExecLegacyContent], ["/cosmos.gov.v1.MsgVote", MsgVote], ["/cosmos.gov.v1.MsgVoteWeighted", MsgVoteWeighted], ["/cosmos.gov.v1.MsgDeposit", MsgDeposit], ["/cosmos.gov.v1.MsgUpdateParams", MsgUpdateParams], ["/cosmos.gov.v1.MsgCancelProposal", MsgCancelProposal]];
|
|
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.v1.MsgSubmitProposal",
|
|
13
|
-
value: MsgSubmitProposal.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
},
|
|
16
|
-
execLegacyContent(value) {
|
|
17
|
-
return {
|
|
18
|
-
typeUrl: "/cosmos.gov.v1.MsgExecLegacyContent",
|
|
19
|
-
value: MsgExecLegacyContent.encode(value).finish()
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
vote(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/cosmos.gov.v1.MsgVote",
|
|
25
|
-
value: MsgVote.encode(value).finish()
|
|
26
|
-
};
|
|
27
|
-
},
|
|
28
|
-
voteWeighted(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/cosmos.gov.v1.MsgVoteWeighted",
|
|
31
|
-
value: MsgVoteWeighted.encode(value).finish()
|
|
32
|
-
};
|
|
33
|
-
},
|
|
34
|
-
deposit(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/cosmos.gov.v1.MsgDeposit",
|
|
37
|
-
value: MsgDeposit.encode(value).finish()
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
updateParams(value) {
|
|
41
|
-
return {
|
|
42
|
-
typeUrl: "/cosmos.gov.v1.MsgUpdateParams",
|
|
43
|
-
value: MsgUpdateParams.encode(value).finish()
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
cancelProposal(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/cosmos.gov.v1.MsgCancelProposal",
|
|
49
|
-
value: MsgCancelProposal.encode(value).finish()
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
withTypeUrl: {
|
|
54
|
-
submitProposal(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/cosmos.gov.v1.MsgSubmitProposal",
|
|
57
|
-
value
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
execLegacyContent(value) {
|
|
61
|
-
return {
|
|
62
|
-
typeUrl: "/cosmos.gov.v1.MsgExecLegacyContent",
|
|
63
|
-
value
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
vote(value) {
|
|
67
|
-
return {
|
|
68
|
-
typeUrl: "/cosmos.gov.v1.MsgVote",
|
|
69
|
-
value
|
|
70
|
-
};
|
|
71
|
-
},
|
|
72
|
-
voteWeighted(value) {
|
|
73
|
-
return {
|
|
74
|
-
typeUrl: "/cosmos.gov.v1.MsgVoteWeighted",
|
|
75
|
-
value
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
deposit(value) {
|
|
79
|
-
return {
|
|
80
|
-
typeUrl: "/cosmos.gov.v1.MsgDeposit",
|
|
81
|
-
value
|
|
82
|
-
};
|
|
83
|
-
},
|
|
84
|
-
updateParams(value) {
|
|
85
|
-
return {
|
|
86
|
-
typeUrl: "/cosmos.gov.v1.MsgUpdateParams",
|
|
87
|
-
value
|
|
88
|
-
};
|
|
89
|
-
},
|
|
90
|
-
cancelProposal(value) {
|
|
91
|
-
return {
|
|
92
|
-
typeUrl: "/cosmos.gov.v1.MsgCancelProposal",
|
|
93
|
-
value
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
fromPartial: {
|
|
98
|
-
submitProposal(value) {
|
|
99
|
-
return {
|
|
100
|
-
typeUrl: "/cosmos.gov.v1.MsgSubmitProposal",
|
|
101
|
-
value: MsgSubmitProposal.fromPartial(value)
|
|
102
|
-
};
|
|
103
|
-
},
|
|
104
|
-
execLegacyContent(value) {
|
|
105
|
-
return {
|
|
106
|
-
typeUrl: "/cosmos.gov.v1.MsgExecLegacyContent",
|
|
107
|
-
value: MsgExecLegacyContent.fromPartial(value)
|
|
108
|
-
};
|
|
109
|
-
},
|
|
110
|
-
vote(value) {
|
|
111
|
-
return {
|
|
112
|
-
typeUrl: "/cosmos.gov.v1.MsgVote",
|
|
113
|
-
value: MsgVote.fromPartial(value)
|
|
114
|
-
};
|
|
115
|
-
},
|
|
116
|
-
voteWeighted(value) {
|
|
117
|
-
return {
|
|
118
|
-
typeUrl: "/cosmos.gov.v1.MsgVoteWeighted",
|
|
119
|
-
value: MsgVoteWeighted.fromPartial(value)
|
|
120
|
-
};
|
|
121
|
-
},
|
|
122
|
-
deposit(value) {
|
|
123
|
-
return {
|
|
124
|
-
typeUrl: "/cosmos.gov.v1.MsgDeposit",
|
|
125
|
-
value: MsgDeposit.fromPartial(value)
|
|
126
|
-
};
|
|
127
|
-
},
|
|
128
|
-
updateParams(value) {
|
|
129
|
-
return {
|
|
130
|
-
typeUrl: "/cosmos.gov.v1.MsgUpdateParams",
|
|
131
|
-
value: MsgUpdateParams.fromPartial(value)
|
|
132
|
-
};
|
|
133
|
-
},
|
|
134
|
-
cancelProposal(value) {
|
|
135
|
-
return {
|
|
136
|
-
typeUrl: "/cosmos.gov.v1.MsgCancelProposal",
|
|
137
|
-
value: MsgCancelProposal.fromPartial(value)
|
|
138
|
-
};
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
};
|