@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
|
@@ -8,6 +8,7 @@ function createBaseQueryParamsRequest() {
|
|
|
8
8
|
}
|
|
9
9
|
export const QueryParamsRequest = {
|
|
10
10
|
typeUrl: "/cosmos.distribution.v1beta1.QueryParamsRequest",
|
|
11
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
11
12
|
encode(_, writer = BinaryWriter.create()) {
|
|
12
13
|
return writer;
|
|
13
14
|
},
|
|
@@ -66,6 +67,7 @@ function createBaseQueryParamsResponse() {
|
|
|
66
67
|
}
|
|
67
68
|
export const QueryParamsResponse = {
|
|
68
69
|
typeUrl: "/cosmos.distribution.v1beta1.QueryParamsResponse",
|
|
70
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
69
71
|
encode(message, writer = BinaryWriter.create()) {
|
|
70
72
|
if (message.params !== undefined) {
|
|
71
73
|
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -135,6 +137,7 @@ function createBaseQueryValidatorDistributionInfoRequest() {
|
|
|
135
137
|
}
|
|
136
138
|
export const QueryValidatorDistributionInfoRequest = {
|
|
137
139
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoRequest",
|
|
140
|
+
aminoType: "cosmos-sdk/QueryValidatorDistributionInfoRequest",
|
|
138
141
|
encode(message, writer = BinaryWriter.create()) {
|
|
139
142
|
if (message.validatorAddress !== "") {
|
|
140
143
|
writer.uint32(10).string(message.validatorAddress);
|
|
@@ -206,6 +209,7 @@ function createBaseQueryValidatorDistributionInfoResponse() {
|
|
|
206
209
|
}
|
|
207
210
|
export const QueryValidatorDistributionInfoResponse = {
|
|
208
211
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse",
|
|
212
|
+
aminoType: "cosmos-sdk/QueryValidatorDistributionInfoResponse",
|
|
209
213
|
encode(message, writer = BinaryWriter.create()) {
|
|
210
214
|
if (message.operatorAddress !== "") {
|
|
211
215
|
writer.uint32(10).string(message.operatorAddress);
|
|
@@ -303,6 +307,7 @@ function createBaseQueryValidatorOutstandingRewardsRequest() {
|
|
|
303
307
|
}
|
|
304
308
|
export const QueryValidatorOutstandingRewardsRequest = {
|
|
305
309
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsRequest",
|
|
310
|
+
aminoType: "cosmos-sdk/QueryValidatorOutstandingRewardsRequest",
|
|
306
311
|
encode(message, writer = BinaryWriter.create()) {
|
|
307
312
|
if (message.validatorAddress !== "") {
|
|
308
313
|
writer.uint32(10).string(message.validatorAddress);
|
|
@@ -372,6 +377,7 @@ function createBaseQueryValidatorOutstandingRewardsResponse() {
|
|
|
372
377
|
}
|
|
373
378
|
export const QueryValidatorOutstandingRewardsResponse = {
|
|
374
379
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorOutstandingRewardsResponse",
|
|
380
|
+
aminoType: "cosmos-sdk/QueryValidatorOutstandingRewardsResponse",
|
|
375
381
|
encode(message, writer = BinaryWriter.create()) {
|
|
376
382
|
if (message.rewards !== undefined) {
|
|
377
383
|
ValidatorOutstandingRewards.encode(message.rewards, writer.uint32(10).fork()).ldelim();
|
|
@@ -441,6 +447,7 @@ function createBaseQueryValidatorCommissionRequest() {
|
|
|
441
447
|
}
|
|
442
448
|
export const QueryValidatorCommissionRequest = {
|
|
443
449
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorCommissionRequest",
|
|
450
|
+
aminoType: "cosmos-sdk/QueryValidatorCommissionRequest",
|
|
444
451
|
encode(message, writer = BinaryWriter.create()) {
|
|
445
452
|
if (message.validatorAddress !== "") {
|
|
446
453
|
writer.uint32(10).string(message.validatorAddress);
|
|
@@ -510,6 +517,7 @@ function createBaseQueryValidatorCommissionResponse() {
|
|
|
510
517
|
}
|
|
511
518
|
export const QueryValidatorCommissionResponse = {
|
|
512
519
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorCommissionResponse",
|
|
520
|
+
aminoType: "cosmos-sdk/QueryValidatorCommissionResponse",
|
|
513
521
|
encode(message, writer = BinaryWriter.create()) {
|
|
514
522
|
if (message.commission !== undefined) {
|
|
515
523
|
ValidatorAccumulatedCommission.encode(message.commission, writer.uint32(10).fork()).ldelim();
|
|
@@ -582,6 +590,7 @@ function createBaseQueryValidatorSlashesRequest() {
|
|
|
582
590
|
}
|
|
583
591
|
export const QueryValidatorSlashesRequest = {
|
|
584
592
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorSlashesRequest",
|
|
593
|
+
aminoType: "cosmos-sdk/QueryValidatorSlashesRequest",
|
|
585
594
|
encode(message, writer = BinaryWriter.create()) {
|
|
586
595
|
if (message.validatorAddress !== "") {
|
|
587
596
|
writer.uint32(10).string(message.validatorAddress);
|
|
@@ -685,6 +694,7 @@ function createBaseQueryValidatorSlashesResponse() {
|
|
|
685
694
|
}
|
|
686
695
|
export const QueryValidatorSlashesResponse = {
|
|
687
696
|
typeUrl: "/cosmos.distribution.v1beta1.QueryValidatorSlashesResponse",
|
|
697
|
+
aminoType: "cosmos-sdk/QueryValidatorSlashesResponse",
|
|
688
698
|
encode(message, writer = BinaryWriter.create()) {
|
|
689
699
|
for (const v of message.slashes) {
|
|
690
700
|
ValidatorSlashEvent.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -769,6 +779,7 @@ function createBaseQueryDelegationRewardsRequest() {
|
|
|
769
779
|
}
|
|
770
780
|
export const QueryDelegationRewardsRequest = {
|
|
771
781
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationRewardsRequest",
|
|
782
|
+
aminoType: "cosmos-sdk/QueryDelegationRewardsRequest",
|
|
772
783
|
encode(message, writer = BinaryWriter.create()) {
|
|
773
784
|
if (message.delegatorAddress !== "") {
|
|
774
785
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -849,6 +860,7 @@ function createBaseQueryDelegationRewardsResponse() {
|
|
|
849
860
|
}
|
|
850
861
|
export const QueryDelegationRewardsResponse = {
|
|
851
862
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationRewardsResponse",
|
|
863
|
+
aminoType: "cosmos-sdk/QueryDelegationRewardsResponse",
|
|
852
864
|
encode(message, writer = BinaryWriter.create()) {
|
|
853
865
|
for (const v of message.rewards) {
|
|
854
866
|
DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -921,6 +933,7 @@ function createBaseQueryDelegationTotalRewardsRequest() {
|
|
|
921
933
|
}
|
|
922
934
|
export const QueryDelegationTotalRewardsRequest = {
|
|
923
935
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsRequest",
|
|
936
|
+
aminoType: "cosmos-sdk/QueryDelegationTotalRewardsRequest",
|
|
924
937
|
encode(message, writer = BinaryWriter.create()) {
|
|
925
938
|
if (message.delegatorAddress !== "") {
|
|
926
939
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -991,6 +1004,7 @@ function createBaseQueryDelegationTotalRewardsResponse() {
|
|
|
991
1004
|
}
|
|
992
1005
|
export const QueryDelegationTotalRewardsResponse = {
|
|
993
1006
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegationTotalRewardsResponse",
|
|
1007
|
+
aminoType: "cosmos-sdk/QueryDelegationTotalRewardsResponse",
|
|
994
1008
|
encode(message, writer = BinaryWriter.create()) {
|
|
995
1009
|
for (const v of message.rewards) {
|
|
996
1010
|
DelegationDelegatorReward.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1077,6 +1091,7 @@ function createBaseQueryDelegatorValidatorsRequest() {
|
|
|
1077
1091
|
}
|
|
1078
1092
|
export const QueryDelegatorValidatorsRequest = {
|
|
1079
1093
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorValidatorsRequest",
|
|
1094
|
+
aminoType: "cosmos-sdk/QueryDelegatorValidatorsRequest",
|
|
1080
1095
|
encode(message, writer = BinaryWriter.create()) {
|
|
1081
1096
|
if (message.delegatorAddress !== "") {
|
|
1082
1097
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -1146,6 +1161,7 @@ function createBaseQueryDelegatorValidatorsResponse() {
|
|
|
1146
1161
|
}
|
|
1147
1162
|
export const QueryDelegatorValidatorsResponse = {
|
|
1148
1163
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorValidatorsResponse",
|
|
1164
|
+
aminoType: "cosmos-sdk/QueryDelegatorValidatorsResponse",
|
|
1149
1165
|
encode(message, writer = BinaryWriter.create()) {
|
|
1150
1166
|
for (const v of message.validators) {
|
|
1151
1167
|
writer.uint32(10).string(v);
|
|
@@ -1218,6 +1234,7 @@ function createBaseQueryDelegatorWithdrawAddressRequest() {
|
|
|
1218
1234
|
}
|
|
1219
1235
|
export const QueryDelegatorWithdrawAddressRequest = {
|
|
1220
1236
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressRequest",
|
|
1237
|
+
aminoType: "cosmos-sdk/QueryDelegatorWithdrawAddressRequest",
|
|
1221
1238
|
encode(message, writer = BinaryWriter.create()) {
|
|
1222
1239
|
if (message.delegatorAddress !== "") {
|
|
1223
1240
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -1287,6 +1304,7 @@ function createBaseQueryDelegatorWithdrawAddressResponse() {
|
|
|
1287
1304
|
}
|
|
1288
1305
|
export const QueryDelegatorWithdrawAddressResponse = {
|
|
1289
1306
|
typeUrl: "/cosmos.distribution.v1beta1.QueryDelegatorWithdrawAddressResponse",
|
|
1307
|
+
aminoType: "cosmos-sdk/QueryDelegatorWithdrawAddressResponse",
|
|
1290
1308
|
encode(message, writer = BinaryWriter.create()) {
|
|
1291
1309
|
if (message.withdrawAddress !== "") {
|
|
1292
1310
|
writer.uint32(10).string(message.withdrawAddress);
|
|
@@ -1354,6 +1372,7 @@ function createBaseQueryCommunityPoolRequest() {
|
|
|
1354
1372
|
}
|
|
1355
1373
|
export const QueryCommunityPoolRequest = {
|
|
1356
1374
|
typeUrl: "/cosmos.distribution.v1beta1.QueryCommunityPoolRequest",
|
|
1375
|
+
aminoType: "cosmos-sdk/QueryCommunityPoolRequest",
|
|
1357
1376
|
encode(_, writer = BinaryWriter.create()) {
|
|
1358
1377
|
return writer;
|
|
1359
1378
|
},
|
|
@@ -1412,6 +1431,7 @@ function createBaseQueryCommunityPoolResponse() {
|
|
|
1412
1431
|
}
|
|
1413
1432
|
export const QueryCommunityPoolResponse = {
|
|
1414
1433
|
typeUrl: "/cosmos.distribution.v1beta1.QueryCommunityPoolResponse",
|
|
1434
|
+
aminoType: "cosmos-sdk/QueryCommunityPoolResponse",
|
|
1415
1435
|
encode(message, writer = BinaryWriter.create()) {
|
|
1416
1436
|
for (const v of message.pool) {
|
|
1417
1437
|
DecCoin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -4,39 +4,29 @@ export class LCDQueryClient {
|
|
|
4
4
|
req;
|
|
5
5
|
constructor({ requestClient }) {
|
|
6
6
|
this.req = requestClient;
|
|
7
|
-
this.params = this.params.bind(this);
|
|
8
|
-
this.validatorDistributionInfo = this.validatorDistributionInfo.bind(this);
|
|
9
|
-
this.validatorOutstandingRewards = this.validatorOutstandingRewards.bind(this);
|
|
10
|
-
this.validatorCommission = this.validatorCommission.bind(this);
|
|
11
|
-
this.validatorSlashes = this.validatorSlashes.bind(this);
|
|
12
|
-
this.delegationRewards = this.delegationRewards.bind(this);
|
|
13
|
-
this.delegationTotalRewards = this.delegationTotalRewards.bind(this);
|
|
14
|
-
this.delegatorValidators = this.delegatorValidators.bind(this);
|
|
15
|
-
this.delegatorWithdrawAddress = this.delegatorWithdrawAddress.bind(this);
|
|
16
|
-
this.communityPool = this.communityPool.bind(this);
|
|
17
7
|
}
|
|
18
8
|
/* Params queries params of the distribution module. */
|
|
19
|
-
async
|
|
9
|
+
params = async (_params = {}) => {
|
|
20
10
|
const endpoint = `cosmos/distribution/v1beta1/params`;
|
|
21
11
|
return await this.req.get(endpoint);
|
|
22
|
-
}
|
|
12
|
+
};
|
|
23
13
|
/* ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator */
|
|
24
|
-
async
|
|
14
|
+
validatorDistributionInfo = async (params) => {
|
|
25
15
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}`;
|
|
26
16
|
return await this.req.get(endpoint);
|
|
27
|
-
}
|
|
17
|
+
};
|
|
28
18
|
/* ValidatorOutstandingRewards queries rewards of a validator address. */
|
|
29
|
-
async
|
|
19
|
+
validatorOutstandingRewards = async (params) => {
|
|
30
20
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/outstanding_rewards`;
|
|
31
21
|
return await this.req.get(endpoint);
|
|
32
|
-
}
|
|
22
|
+
};
|
|
33
23
|
/* ValidatorCommission queries accumulated commission for a validator. */
|
|
34
|
-
async
|
|
24
|
+
validatorCommission = async (params) => {
|
|
35
25
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/commission`;
|
|
36
26
|
return await this.req.get(endpoint);
|
|
37
|
-
}
|
|
27
|
+
};
|
|
38
28
|
/* ValidatorSlashes queries slash events of a validator. */
|
|
39
|
-
async
|
|
29
|
+
validatorSlashes = async (params) => {
|
|
40
30
|
const options = {
|
|
41
31
|
params: {}
|
|
42
32
|
};
|
|
@@ -51,31 +41,31 @@ export class LCDQueryClient {
|
|
|
51
41
|
}
|
|
52
42
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/slashes`;
|
|
53
43
|
return await this.req.get(endpoint, options);
|
|
54
|
-
}
|
|
44
|
+
};
|
|
55
45
|
/* DelegationRewards queries the total rewards accrued by a delegation. */
|
|
56
|
-
async
|
|
46
|
+
delegationRewards = async (params) => {
|
|
57
47
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/rewards/${params.validatorAddress}`;
|
|
58
48
|
return await this.req.get(endpoint);
|
|
59
|
-
}
|
|
49
|
+
};
|
|
60
50
|
/* DelegationTotalRewards queries the total rewards accrued by each
|
|
61
51
|
validator. */
|
|
62
|
-
async
|
|
52
|
+
delegationTotalRewards = async (params) => {
|
|
63
53
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/rewards`;
|
|
64
54
|
return await this.req.get(endpoint);
|
|
65
|
-
}
|
|
55
|
+
};
|
|
66
56
|
/* DelegatorValidators queries the validators of a delegator. */
|
|
67
|
-
async
|
|
57
|
+
delegatorValidators = async (params) => {
|
|
68
58
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/validators`;
|
|
69
59
|
return await this.req.get(endpoint);
|
|
70
|
-
}
|
|
60
|
+
};
|
|
71
61
|
/* DelegatorWithdrawAddress queries withdraw address of a delegator. */
|
|
72
|
-
async
|
|
62
|
+
delegatorWithdrawAddress = async (params) => {
|
|
73
63
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/withdraw_address`;
|
|
74
64
|
return await this.req.get(endpoint);
|
|
75
|
-
}
|
|
65
|
+
};
|
|
76
66
|
/* CommunityPool queries the community pool coins. */
|
|
77
|
-
async
|
|
67
|
+
communityPool = async (_params = {}) => {
|
|
78
68
|
const endpoint = `cosmos/distribution/v1beta1/community_pool`;
|
|
79
69
|
return await this.req.get(endpoint);
|
|
80
|
-
}
|
|
70
|
+
};
|
|
81
71
|
}
|
|
@@ -5,67 +5,68 @@ export class QueryClientImpl {
|
|
|
5
5
|
rpc;
|
|
6
6
|
constructor(rpc) {
|
|
7
7
|
this.rpc = rpc;
|
|
8
|
-
this.params = this.params.bind(this);
|
|
9
|
-
this.validatorDistributionInfo = this.validatorDistributionInfo.bind(this);
|
|
10
|
-
this.validatorOutstandingRewards = this.validatorOutstandingRewards.bind(this);
|
|
11
|
-
this.validatorCommission = this.validatorCommission.bind(this);
|
|
12
|
-
this.validatorSlashes = this.validatorSlashes.bind(this);
|
|
13
|
-
this.delegationRewards = this.delegationRewards.bind(this);
|
|
14
|
-
this.delegationTotalRewards = this.delegationTotalRewards.bind(this);
|
|
15
|
-
this.delegatorValidators = this.delegatorValidators.bind(this);
|
|
16
|
-
this.delegatorWithdrawAddress = this.delegatorWithdrawAddress.bind(this);
|
|
17
|
-
this.communityPool = this.communityPool.bind(this);
|
|
18
8
|
}
|
|
19
|
-
params
|
|
9
|
+
/* Params queries params of the distribution module. */
|
|
10
|
+
params = async (request = {}) => {
|
|
20
11
|
const data = QueryParamsRequest.encode(request).finish();
|
|
21
12
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "Params", data);
|
|
22
13
|
return promise.then(data => QueryParamsResponse.decode(new BinaryReader(data)));
|
|
23
|
-
}
|
|
24
|
-
|
|
14
|
+
};
|
|
15
|
+
/* ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator */
|
|
16
|
+
validatorDistributionInfo = async (request) => {
|
|
25
17
|
const data = QueryValidatorDistributionInfoRequest.encode(request).finish();
|
|
26
18
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorDistributionInfo", data);
|
|
27
19
|
return promise.then(data => QueryValidatorDistributionInfoResponse.decode(new BinaryReader(data)));
|
|
28
|
-
}
|
|
29
|
-
|
|
20
|
+
};
|
|
21
|
+
/* ValidatorOutstandingRewards queries rewards of a validator address. */
|
|
22
|
+
validatorOutstandingRewards = async (request) => {
|
|
30
23
|
const data = QueryValidatorOutstandingRewardsRequest.encode(request).finish();
|
|
31
24
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorOutstandingRewards", data);
|
|
32
25
|
return promise.then(data => QueryValidatorOutstandingRewardsResponse.decode(new BinaryReader(data)));
|
|
33
|
-
}
|
|
34
|
-
|
|
26
|
+
};
|
|
27
|
+
/* ValidatorCommission queries accumulated commission for a validator. */
|
|
28
|
+
validatorCommission = async (request) => {
|
|
35
29
|
const data = QueryValidatorCommissionRequest.encode(request).finish();
|
|
36
30
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorCommission", data);
|
|
37
31
|
return promise.then(data => QueryValidatorCommissionResponse.decode(new BinaryReader(data)));
|
|
38
|
-
}
|
|
39
|
-
|
|
32
|
+
};
|
|
33
|
+
/* ValidatorSlashes queries slash events of a validator. */
|
|
34
|
+
validatorSlashes = async (request) => {
|
|
40
35
|
const data = QueryValidatorSlashesRequest.encode(request).finish();
|
|
41
36
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorSlashes", data);
|
|
42
37
|
return promise.then(data => QueryValidatorSlashesResponse.decode(new BinaryReader(data)));
|
|
43
|
-
}
|
|
44
|
-
|
|
38
|
+
};
|
|
39
|
+
/* DelegationRewards queries the total rewards accrued by a delegation. */
|
|
40
|
+
delegationRewards = async (request) => {
|
|
45
41
|
const data = QueryDelegationRewardsRequest.encode(request).finish();
|
|
46
42
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegationRewards", data);
|
|
47
43
|
return promise.then(data => QueryDelegationRewardsResponse.decode(new BinaryReader(data)));
|
|
48
|
-
}
|
|
49
|
-
|
|
44
|
+
};
|
|
45
|
+
/* DelegationTotalRewards queries the total rewards accrued by each
|
|
46
|
+
validator. */
|
|
47
|
+
delegationTotalRewards = async (request) => {
|
|
50
48
|
const data = QueryDelegationTotalRewardsRequest.encode(request).finish();
|
|
51
49
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegationTotalRewards", data);
|
|
52
50
|
return promise.then(data => QueryDelegationTotalRewardsResponse.decode(new BinaryReader(data)));
|
|
53
|
-
}
|
|
54
|
-
|
|
51
|
+
};
|
|
52
|
+
/* DelegatorValidators queries the validators of a delegator. */
|
|
53
|
+
delegatorValidators = async (request) => {
|
|
55
54
|
const data = QueryDelegatorValidatorsRequest.encode(request).finish();
|
|
56
55
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegatorValidators", data);
|
|
57
56
|
return promise.then(data => QueryDelegatorValidatorsResponse.decode(new BinaryReader(data)));
|
|
58
|
-
}
|
|
59
|
-
|
|
57
|
+
};
|
|
58
|
+
/* DelegatorWithdrawAddress queries withdraw address of a delegator. */
|
|
59
|
+
delegatorWithdrawAddress = async (request) => {
|
|
60
60
|
const data = QueryDelegatorWithdrawAddressRequest.encode(request).finish();
|
|
61
61
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegatorWithdrawAddress", data);
|
|
62
62
|
return promise.then(data => QueryDelegatorWithdrawAddressResponse.decode(new BinaryReader(data)));
|
|
63
|
-
}
|
|
64
|
-
|
|
63
|
+
};
|
|
64
|
+
/* CommunityPool queries the community pool coins. */
|
|
65
|
+
communityPool = async (request = {}) => {
|
|
65
66
|
const data = QueryCommunityPoolRequest.encode(request).finish();
|
|
66
67
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "CommunityPool", data);
|
|
67
68
|
return promise.then(data => QueryCommunityPoolResponse.decode(new BinaryReader(data)));
|
|
68
|
-
}
|
|
69
|
+
};
|
|
69
70
|
}
|
|
70
71
|
export const createRpcQueryExtension = (base) => {
|
|
71
72
|
const rpc = createProtobufRpcClient(base);
|
|
@@ -10,6 +10,7 @@ function createBaseMsgSetWithdrawAddress() {
|
|
|
10
10
|
}
|
|
11
11
|
export const MsgSetWithdrawAddress = {
|
|
12
12
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
13
|
+
aminoType: "cosmos-sdk/MsgModifyWithdrawAddress",
|
|
13
14
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
15
|
if (message.delegatorAddress !== "") {
|
|
15
16
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -88,6 +89,7 @@ function createBaseMsgSetWithdrawAddressResponse() {
|
|
|
88
89
|
}
|
|
89
90
|
export const MsgSetWithdrawAddressResponse = {
|
|
90
91
|
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
|
|
92
|
+
aminoType: "cosmos-sdk/MsgSetWithdrawAddressResponse",
|
|
91
93
|
encode(_, writer = BinaryWriter.create()) {
|
|
92
94
|
return writer;
|
|
93
95
|
},
|
|
@@ -147,6 +149,7 @@ function createBaseMsgWithdrawDelegatorReward() {
|
|
|
147
149
|
}
|
|
148
150
|
export const MsgWithdrawDelegatorReward = {
|
|
149
151
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
152
|
+
aminoType: "cosmos-sdk/MsgWithdrawDelegationReward",
|
|
150
153
|
encode(message, writer = BinaryWriter.create()) {
|
|
151
154
|
if (message.delegatorAddress !== "") {
|
|
152
155
|
writer.uint32(10).string(message.delegatorAddress);
|
|
@@ -227,6 +230,7 @@ function createBaseMsgWithdrawDelegatorRewardResponse() {
|
|
|
227
230
|
}
|
|
228
231
|
export const MsgWithdrawDelegatorRewardResponse = {
|
|
229
232
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
|
|
233
|
+
aminoType: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse",
|
|
230
234
|
encode(message, writer = BinaryWriter.create()) {
|
|
231
235
|
for (const v of message.amount) {
|
|
232
236
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -299,6 +303,7 @@ function createBaseMsgWithdrawValidatorCommission() {
|
|
|
299
303
|
}
|
|
300
304
|
export const MsgWithdrawValidatorCommission = {
|
|
301
305
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
306
|
+
aminoType: "cosmos-sdk/MsgWithdrawValidatorCommission",
|
|
302
307
|
encode(message, writer = BinaryWriter.create()) {
|
|
303
308
|
if (message.validatorAddress !== "") {
|
|
304
309
|
writer.uint32(10).string(message.validatorAddress);
|
|
@@ -368,6 +373,7 @@ function createBaseMsgWithdrawValidatorCommissionResponse() {
|
|
|
368
373
|
}
|
|
369
374
|
export const MsgWithdrawValidatorCommissionResponse = {
|
|
370
375
|
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
|
|
376
|
+
aminoType: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse",
|
|
371
377
|
encode(message, writer = BinaryWriter.create()) {
|
|
372
378
|
for (const v of message.amount) {
|
|
373
379
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -441,6 +447,7 @@ function createBaseMsgFundCommunityPool() {
|
|
|
441
447
|
}
|
|
442
448
|
export const MsgFundCommunityPool = {
|
|
443
449
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
450
|
+
aminoType: "cosmos-sdk/MsgFundCommunityPool",
|
|
444
451
|
encode(message, writer = BinaryWriter.create()) {
|
|
445
452
|
for (const v of message.amount) {
|
|
446
453
|
Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -522,6 +529,7 @@ function createBaseMsgFundCommunityPoolResponse() {
|
|
|
522
529
|
}
|
|
523
530
|
export const MsgFundCommunityPoolResponse = {
|
|
524
531
|
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
|
|
532
|
+
aminoType: "cosmos-sdk/MsgFundCommunityPoolResponse",
|
|
525
533
|
encode(_, writer = BinaryWriter.create()) {
|
|
526
534
|
return writer;
|
|
527
535
|
},
|
|
@@ -581,6 +589,7 @@ function createBaseMsgUpdateParams() {
|
|
|
581
589
|
}
|
|
582
590
|
export const MsgUpdateParams = {
|
|
583
591
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
592
|
+
aminoType: "cosmos-sdk/distribution/MsgUpdateParams",
|
|
584
593
|
encode(message, writer = BinaryWriter.create()) {
|
|
585
594
|
if (message.authority !== "") {
|
|
586
595
|
writer.uint32(10).string(message.authority);
|
|
@@ -659,6 +668,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
659
668
|
}
|
|
660
669
|
export const MsgUpdateParamsResponse = {
|
|
661
670
|
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParamsResponse",
|
|
671
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
662
672
|
encode(_, writer = BinaryWriter.create()) {
|
|
663
673
|
return writer;
|
|
664
674
|
},
|
|
@@ -719,6 +729,7 @@ function createBaseMsgCommunityPoolSpend() {
|
|
|
719
729
|
}
|
|
720
730
|
export const MsgCommunityPoolSpend = {
|
|
721
731
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
732
|
+
aminoType: "cosmos-sdk/distr/MsgCommunityPoolSpend",
|
|
722
733
|
encode(message, writer = BinaryWriter.create()) {
|
|
723
734
|
if (message.authority !== "") {
|
|
724
735
|
writer.uint32(10).string(message.authority);
|
|
@@ -811,6 +822,7 @@ function createBaseMsgCommunityPoolSpendResponse() {
|
|
|
811
822
|
}
|
|
812
823
|
export const MsgCommunityPoolSpendResponse = {
|
|
813
824
|
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpendResponse",
|
|
825
|
+
aminoType: "cosmos-sdk/MsgCommunityPoolSpendResponse",
|
|
814
826
|
encode(_, writer = BinaryWriter.create()) {
|
|
815
827
|
return writer;
|
|
816
828
|
},
|
|
@@ -871,6 +883,7 @@ function createBaseMsgDepositValidatorRewardsPool() {
|
|
|
871
883
|
}
|
|
872
884
|
export const MsgDepositValidatorRewardsPool = {
|
|
873
885
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
886
|
+
aminoType: "cosmos-sdk/distr/MsgDepositValRewards",
|
|
874
887
|
encode(message, writer = BinaryWriter.create()) {
|
|
875
888
|
if (message.depositor !== "") {
|
|
876
889
|
writer.uint32(10).string(message.depositor);
|
|
@@ -963,6 +976,7 @@ function createBaseMsgDepositValidatorRewardsPoolResponse() {
|
|
|
963
976
|
}
|
|
964
977
|
export const MsgDepositValidatorRewardsPoolResponse = {
|
|
965
978
|
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPoolResponse",
|
|
979
|
+
aminoType: "cosmos-sdk/MsgDepositValidatorRewardsPoolResponse",
|
|
966
980
|
encode(_, writer = BinaryWriter.create()) {
|
|
967
981
|
return writer;
|
|
968
982
|
},
|
|
@@ -1,141 +1,2 @@
|
|
|
1
1
|
import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, MsgFundCommunityPool, MsgUpdateParams, MsgCommunityPoolSpend, MsgDepositValidatorRewardsPool } from "./tx";
|
|
2
2
|
export const registry = [["/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", MsgSetWithdrawAddress], ["/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", MsgWithdrawDelegatorReward], ["/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", MsgWithdrawValidatorCommission], ["/cosmos.distribution.v1beta1.MsgFundCommunityPool", MsgFundCommunityPool], ["/cosmos.distribution.v1beta1.MsgUpdateParams", MsgUpdateParams], ["/cosmos.distribution.v1beta1.MsgCommunityPoolSpend", MsgCommunityPoolSpend], ["/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool", MsgDepositValidatorRewardsPool]];
|
|
3
|
-
export const load = (protoRegistry) => {
|
|
4
|
-
registry.forEach(([typeUrl, mod]) => {
|
|
5
|
-
protoRegistry.register(typeUrl, mod);
|
|
6
|
-
});
|
|
7
|
-
};
|
|
8
|
-
export const MessageComposer = {
|
|
9
|
-
encoded: {
|
|
10
|
-
setWithdrawAddress(value) {
|
|
11
|
-
return {
|
|
12
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
13
|
-
value: MsgSetWithdrawAddress.encode(value).finish()
|
|
14
|
-
};
|
|
15
|
-
},
|
|
16
|
-
withdrawDelegatorReward(value) {
|
|
17
|
-
return {
|
|
18
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
19
|
-
value: MsgWithdrawDelegatorReward.encode(value).finish()
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
withdrawValidatorCommission(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
25
|
-
value: MsgWithdrawValidatorCommission.encode(value).finish()
|
|
26
|
-
};
|
|
27
|
-
},
|
|
28
|
-
fundCommunityPool(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
31
|
-
value: MsgFundCommunityPool.encode(value).finish()
|
|
32
|
-
};
|
|
33
|
-
},
|
|
34
|
-
updateParams(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
37
|
-
value: MsgUpdateParams.encode(value).finish()
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
communityPoolSpend(value) {
|
|
41
|
-
return {
|
|
42
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
43
|
-
value: MsgCommunityPoolSpend.encode(value).finish()
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
depositValidatorRewardsPool(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
49
|
-
value: MsgDepositValidatorRewardsPool.encode(value).finish()
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
withTypeUrl: {
|
|
54
|
-
setWithdrawAddress(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
57
|
-
value
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
withdrawDelegatorReward(value) {
|
|
61
|
-
return {
|
|
62
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
63
|
-
value
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
withdrawValidatorCommission(value) {
|
|
67
|
-
return {
|
|
68
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
69
|
-
value
|
|
70
|
-
};
|
|
71
|
-
},
|
|
72
|
-
fundCommunityPool(value) {
|
|
73
|
-
return {
|
|
74
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
75
|
-
value
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
updateParams(value) {
|
|
79
|
-
return {
|
|
80
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
81
|
-
value
|
|
82
|
-
};
|
|
83
|
-
},
|
|
84
|
-
communityPoolSpend(value) {
|
|
85
|
-
return {
|
|
86
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
87
|
-
value
|
|
88
|
-
};
|
|
89
|
-
},
|
|
90
|
-
depositValidatorRewardsPool(value) {
|
|
91
|
-
return {
|
|
92
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
93
|
-
value
|
|
94
|
-
};
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
fromPartial: {
|
|
98
|
-
setWithdrawAddress(value) {
|
|
99
|
-
return {
|
|
100
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
101
|
-
value: MsgSetWithdrawAddress.fromPartial(value)
|
|
102
|
-
};
|
|
103
|
-
},
|
|
104
|
-
withdrawDelegatorReward(value) {
|
|
105
|
-
return {
|
|
106
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
107
|
-
value: MsgWithdrawDelegatorReward.fromPartial(value)
|
|
108
|
-
};
|
|
109
|
-
},
|
|
110
|
-
withdrawValidatorCommission(value) {
|
|
111
|
-
return {
|
|
112
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
113
|
-
value: MsgWithdrawValidatorCommission.fromPartial(value)
|
|
114
|
-
};
|
|
115
|
-
},
|
|
116
|
-
fundCommunityPool(value) {
|
|
117
|
-
return {
|
|
118
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
119
|
-
value: MsgFundCommunityPool.fromPartial(value)
|
|
120
|
-
};
|
|
121
|
-
},
|
|
122
|
-
updateParams(value) {
|
|
123
|
-
return {
|
|
124
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgUpdateParams",
|
|
125
|
-
value: MsgUpdateParams.fromPartial(value)
|
|
126
|
-
};
|
|
127
|
-
},
|
|
128
|
-
communityPoolSpend(value) {
|
|
129
|
-
return {
|
|
130
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
|
|
131
|
-
value: MsgCommunityPoolSpend.fromPartial(value)
|
|
132
|
-
};
|
|
133
|
-
},
|
|
134
|
-
depositValidatorRewardsPool(value) {
|
|
135
|
-
return {
|
|
136
|
-
typeUrl: "/cosmos.distribution.v1beta1.MsgDepositValidatorRewardsPool",
|
|
137
|
-
value: MsgDepositValidatorRewardsPool.fromPartial(value)
|
|
138
|
-
};
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
};
|