@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryParamsRequest,
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse, QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse, QueryValidatorCommissionRequest, QueryValidatorCommissionResponse, QueryValidatorSlashesRequest, QueryValidatorSlashesResponse, QueryDelegationRewardsRequest, QueryDelegationRewardsResponse, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse, QueryCommunityPoolRequest, QueryCommunityPoolResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
params(_params?: QueryParamsRequest)
|
|
9
|
-
validatorDistributionInfo(params: QueryValidatorDistributionInfoRequest)
|
|
10
|
-
validatorOutstandingRewards(params: QueryValidatorOutstandingRewardsRequest)
|
|
11
|
-
validatorCommission(params: QueryValidatorCommissionRequest)
|
|
12
|
-
validatorSlashes(params: QueryValidatorSlashesRequest)
|
|
13
|
-
delegationRewards(params: QueryDelegationRewardsRequest)
|
|
14
|
-
delegationTotalRewards(params: QueryDelegationTotalRewardsRequest)
|
|
15
|
-
delegatorValidators(params: QueryDelegatorValidatorsRequest)
|
|
16
|
-
delegatorWithdrawAddress(params: QueryDelegatorWithdrawAddressRequest)
|
|
17
|
-
communityPool(_params?: QueryCommunityPoolRequest)
|
|
8
|
+
params: (_params?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
9
|
+
validatorDistributionInfo: (params: QueryValidatorDistributionInfoRequest) => Promise<QueryValidatorDistributionInfoResponse>;
|
|
10
|
+
validatorOutstandingRewards: (params: QueryValidatorOutstandingRewardsRequest) => Promise<QueryValidatorOutstandingRewardsResponse>;
|
|
11
|
+
validatorCommission: (params: QueryValidatorCommissionRequest) => Promise<QueryValidatorCommissionResponse>;
|
|
12
|
+
validatorSlashes: (params: QueryValidatorSlashesRequest) => Promise<QueryValidatorSlashesResponse>;
|
|
13
|
+
delegationRewards: (params: QueryDelegationRewardsRequest) => Promise<QueryDelegationRewardsResponse>;
|
|
14
|
+
delegationTotalRewards: (params: QueryDelegationTotalRewardsRequest) => Promise<QueryDelegationTotalRewardsResponse>;
|
|
15
|
+
delegatorValidators: (params: QueryDelegatorValidatorsRequest) => Promise<QueryDelegatorValidatorsResponse>;
|
|
16
|
+
delegatorWithdrawAddress: (params: QueryDelegatorWithdrawAddressRequest) => Promise<QueryDelegatorWithdrawAddressResponse>;
|
|
17
|
+
communityPool: (_params?: QueryCommunityPoolRequest) => Promise<QueryCommunityPoolResponse>;
|
|
18
18
|
}
|
|
@@ -7,39 +7,29 @@ class LCDQueryClient {
|
|
|
7
7
|
req;
|
|
8
8
|
constructor({ requestClient }) {
|
|
9
9
|
this.req = requestClient;
|
|
10
|
-
this.params = this.params.bind(this);
|
|
11
|
-
this.validatorDistributionInfo = this.validatorDistributionInfo.bind(this);
|
|
12
|
-
this.validatorOutstandingRewards = this.validatorOutstandingRewards.bind(this);
|
|
13
|
-
this.validatorCommission = this.validatorCommission.bind(this);
|
|
14
|
-
this.validatorSlashes = this.validatorSlashes.bind(this);
|
|
15
|
-
this.delegationRewards = this.delegationRewards.bind(this);
|
|
16
|
-
this.delegationTotalRewards = this.delegationTotalRewards.bind(this);
|
|
17
|
-
this.delegatorValidators = this.delegatorValidators.bind(this);
|
|
18
|
-
this.delegatorWithdrawAddress = this.delegatorWithdrawAddress.bind(this);
|
|
19
|
-
this.communityPool = this.communityPool.bind(this);
|
|
20
10
|
}
|
|
21
11
|
/* Params queries params of the distribution module. */
|
|
22
|
-
async
|
|
12
|
+
params = async (_params = {}) => {
|
|
23
13
|
const endpoint = `cosmos/distribution/v1beta1/params`;
|
|
24
14
|
return await this.req.get(endpoint);
|
|
25
|
-
}
|
|
15
|
+
};
|
|
26
16
|
/* ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator */
|
|
27
|
-
async
|
|
17
|
+
validatorDistributionInfo = async (params) => {
|
|
28
18
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}`;
|
|
29
19
|
return await this.req.get(endpoint);
|
|
30
|
-
}
|
|
20
|
+
};
|
|
31
21
|
/* ValidatorOutstandingRewards queries rewards of a validator address. */
|
|
32
|
-
async
|
|
22
|
+
validatorOutstandingRewards = async (params) => {
|
|
33
23
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/outstanding_rewards`;
|
|
34
24
|
return await this.req.get(endpoint);
|
|
35
|
-
}
|
|
25
|
+
};
|
|
36
26
|
/* ValidatorCommission queries accumulated commission for a validator. */
|
|
37
|
-
async
|
|
27
|
+
validatorCommission = async (params) => {
|
|
38
28
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/commission`;
|
|
39
29
|
return await this.req.get(endpoint);
|
|
40
|
-
}
|
|
30
|
+
};
|
|
41
31
|
/* ValidatorSlashes queries slash events of a validator. */
|
|
42
|
-
async
|
|
32
|
+
validatorSlashes = async (params) => {
|
|
43
33
|
const options = {
|
|
44
34
|
params: {}
|
|
45
35
|
};
|
|
@@ -54,32 +44,32 @@ class LCDQueryClient {
|
|
|
54
44
|
}
|
|
55
45
|
const endpoint = `cosmos/distribution/v1beta1/validators/${params.validatorAddress}/slashes`;
|
|
56
46
|
return await this.req.get(endpoint, options);
|
|
57
|
-
}
|
|
47
|
+
};
|
|
58
48
|
/* DelegationRewards queries the total rewards accrued by a delegation. */
|
|
59
|
-
async
|
|
49
|
+
delegationRewards = async (params) => {
|
|
60
50
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/rewards/${params.validatorAddress}`;
|
|
61
51
|
return await this.req.get(endpoint);
|
|
62
|
-
}
|
|
52
|
+
};
|
|
63
53
|
/* DelegationTotalRewards queries the total rewards accrued by each
|
|
64
54
|
validator. */
|
|
65
|
-
async
|
|
55
|
+
delegationTotalRewards = async (params) => {
|
|
66
56
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/rewards`;
|
|
67
57
|
return await this.req.get(endpoint);
|
|
68
|
-
}
|
|
58
|
+
};
|
|
69
59
|
/* DelegatorValidators queries the validators of a delegator. */
|
|
70
|
-
async
|
|
60
|
+
delegatorValidators = async (params) => {
|
|
71
61
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/validators`;
|
|
72
62
|
return await this.req.get(endpoint);
|
|
73
|
-
}
|
|
63
|
+
};
|
|
74
64
|
/* DelegatorWithdrawAddress queries withdraw address of a delegator. */
|
|
75
|
-
async
|
|
65
|
+
delegatorWithdrawAddress = async (params) => {
|
|
76
66
|
const endpoint = `cosmos/distribution/v1beta1/delegators/${params.delegatorAddress}/withdraw_address`;
|
|
77
67
|
return await this.req.get(endpoint);
|
|
78
|
-
}
|
|
68
|
+
};
|
|
79
69
|
/* CommunityPool queries the community pool coins. */
|
|
80
|
-
async
|
|
70
|
+
communityPool = async (_params = {}) => {
|
|
81
71
|
const endpoint = `cosmos/distribution/v1beta1/community_pool`;
|
|
82
72
|
return await this.req.get(endpoint);
|
|
83
|
-
}
|
|
73
|
+
};
|
|
84
74
|
}
|
|
85
75
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { QueryClient } from "@cosmjs/stargate";
|
|
3
3
|
import { QueryParamsRequest, QueryParamsResponse, QueryValidatorDistributionInfoRequest, QueryValidatorDistributionInfoResponse, QueryValidatorOutstandingRewardsRequest, QueryValidatorOutstandingRewardsResponse, QueryValidatorCommissionRequest, QueryValidatorCommissionResponse, QueryValidatorSlashesRequest, QueryValidatorSlashesResponse, QueryDelegationRewardsRequest, QueryDelegationRewardsResponse, QueryDelegationTotalRewardsRequest, QueryDelegationTotalRewardsResponse, QueryDelegatorValidatorsRequest, QueryDelegatorValidatorsResponse, QueryDelegatorWithdrawAddressRequest, QueryDelegatorWithdrawAddressResponse, QueryCommunityPoolRequest, QueryCommunityPoolResponse } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service for distribution module. */
|
|
@@ -29,17 +29,17 @@ export interface Query {
|
|
|
29
29
|
}
|
|
30
30
|
export declare class QueryClientImpl implements Query {
|
|
31
31
|
private readonly rpc;
|
|
32
|
-
constructor(rpc:
|
|
33
|
-
params(request?: QueryParamsRequest)
|
|
34
|
-
validatorDistributionInfo(request: QueryValidatorDistributionInfoRequest)
|
|
35
|
-
validatorOutstandingRewards(request: QueryValidatorOutstandingRewardsRequest)
|
|
36
|
-
validatorCommission(request: QueryValidatorCommissionRequest)
|
|
37
|
-
validatorSlashes(request: QueryValidatorSlashesRequest)
|
|
38
|
-
delegationRewards(request: QueryDelegationRewardsRequest)
|
|
39
|
-
delegationTotalRewards(request: QueryDelegationTotalRewardsRequest)
|
|
40
|
-
delegatorValidators(request: QueryDelegatorValidatorsRequest)
|
|
41
|
-
delegatorWithdrawAddress(request: QueryDelegatorWithdrawAddressRequest)
|
|
42
|
-
communityPool(request?: QueryCommunityPoolRequest)
|
|
32
|
+
constructor(rpc: TxRpc);
|
|
33
|
+
params: (request?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
34
|
+
validatorDistributionInfo: (request: QueryValidatorDistributionInfoRequest) => Promise<QueryValidatorDistributionInfoResponse>;
|
|
35
|
+
validatorOutstandingRewards: (request: QueryValidatorOutstandingRewardsRequest) => Promise<QueryValidatorOutstandingRewardsResponse>;
|
|
36
|
+
validatorCommission: (request: QueryValidatorCommissionRequest) => Promise<QueryValidatorCommissionResponse>;
|
|
37
|
+
validatorSlashes: (request: QueryValidatorSlashesRequest) => Promise<QueryValidatorSlashesResponse>;
|
|
38
|
+
delegationRewards: (request: QueryDelegationRewardsRequest) => Promise<QueryDelegationRewardsResponse>;
|
|
39
|
+
delegationTotalRewards: (request: QueryDelegationTotalRewardsRequest) => Promise<QueryDelegationTotalRewardsResponse>;
|
|
40
|
+
delegatorValidators: (request: QueryDelegatorValidatorsRequest) => Promise<QueryDelegatorValidatorsResponse>;
|
|
41
|
+
delegatorWithdrawAddress: (request: QueryDelegatorWithdrawAddressRequest) => Promise<QueryDelegatorWithdrawAddressResponse>;
|
|
42
|
+
communityPool: (request?: QueryCommunityPoolRequest) => Promise<QueryCommunityPoolResponse>;
|
|
43
43
|
}
|
|
44
44
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
45
45
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
@@ -8,67 +8,68 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.params = this.params.bind(this);
|
|
12
|
-
this.validatorDistributionInfo = this.validatorDistributionInfo.bind(this);
|
|
13
|
-
this.validatorOutstandingRewards = this.validatorOutstandingRewards.bind(this);
|
|
14
|
-
this.validatorCommission = this.validatorCommission.bind(this);
|
|
15
|
-
this.validatorSlashes = this.validatorSlashes.bind(this);
|
|
16
|
-
this.delegationRewards = this.delegationRewards.bind(this);
|
|
17
|
-
this.delegationTotalRewards = this.delegationTotalRewards.bind(this);
|
|
18
|
-
this.delegatorValidators = this.delegatorValidators.bind(this);
|
|
19
|
-
this.delegatorWithdrawAddress = this.delegatorWithdrawAddress.bind(this);
|
|
20
|
-
this.communityPool = this.communityPool.bind(this);
|
|
21
11
|
}
|
|
22
|
-
params
|
|
12
|
+
/* Params queries params of the distribution module. */
|
|
13
|
+
params = async (request = {}) => {
|
|
23
14
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
24
15
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "Params", data);
|
|
25
16
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
26
|
-
}
|
|
27
|
-
|
|
17
|
+
};
|
|
18
|
+
/* ValidatorDistributionInfo queries validator commission and self-delegation rewards for validator */
|
|
19
|
+
validatorDistributionInfo = async (request) => {
|
|
28
20
|
const data = query_1.QueryValidatorDistributionInfoRequest.encode(request).finish();
|
|
29
21
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorDistributionInfo", data);
|
|
30
22
|
return promise.then(data => query_1.QueryValidatorDistributionInfoResponse.decode(new binary_1.BinaryReader(data)));
|
|
31
|
-
}
|
|
32
|
-
|
|
23
|
+
};
|
|
24
|
+
/* ValidatorOutstandingRewards queries rewards of a validator address. */
|
|
25
|
+
validatorOutstandingRewards = async (request) => {
|
|
33
26
|
const data = query_1.QueryValidatorOutstandingRewardsRequest.encode(request).finish();
|
|
34
27
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorOutstandingRewards", data);
|
|
35
28
|
return promise.then(data => query_1.QueryValidatorOutstandingRewardsResponse.decode(new binary_1.BinaryReader(data)));
|
|
36
|
-
}
|
|
37
|
-
|
|
29
|
+
};
|
|
30
|
+
/* ValidatorCommission queries accumulated commission for a validator. */
|
|
31
|
+
validatorCommission = async (request) => {
|
|
38
32
|
const data = query_1.QueryValidatorCommissionRequest.encode(request).finish();
|
|
39
33
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorCommission", data);
|
|
40
34
|
return promise.then(data => query_1.QueryValidatorCommissionResponse.decode(new binary_1.BinaryReader(data)));
|
|
41
|
-
}
|
|
42
|
-
|
|
35
|
+
};
|
|
36
|
+
/* ValidatorSlashes queries slash events of a validator. */
|
|
37
|
+
validatorSlashes = async (request) => {
|
|
43
38
|
const data = query_1.QueryValidatorSlashesRequest.encode(request).finish();
|
|
44
39
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "ValidatorSlashes", data);
|
|
45
40
|
return promise.then(data => query_1.QueryValidatorSlashesResponse.decode(new binary_1.BinaryReader(data)));
|
|
46
|
-
}
|
|
47
|
-
|
|
41
|
+
};
|
|
42
|
+
/* DelegationRewards queries the total rewards accrued by a delegation. */
|
|
43
|
+
delegationRewards = async (request) => {
|
|
48
44
|
const data = query_1.QueryDelegationRewardsRequest.encode(request).finish();
|
|
49
45
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegationRewards", data);
|
|
50
46
|
return promise.then(data => query_1.QueryDelegationRewardsResponse.decode(new binary_1.BinaryReader(data)));
|
|
51
|
-
}
|
|
52
|
-
|
|
47
|
+
};
|
|
48
|
+
/* DelegationTotalRewards queries the total rewards accrued by each
|
|
49
|
+
validator. */
|
|
50
|
+
delegationTotalRewards = async (request) => {
|
|
53
51
|
const data = query_1.QueryDelegationTotalRewardsRequest.encode(request).finish();
|
|
54
52
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegationTotalRewards", data);
|
|
55
53
|
return promise.then(data => query_1.QueryDelegationTotalRewardsResponse.decode(new binary_1.BinaryReader(data)));
|
|
56
|
-
}
|
|
57
|
-
|
|
54
|
+
};
|
|
55
|
+
/* DelegatorValidators queries the validators of a delegator. */
|
|
56
|
+
delegatorValidators = async (request) => {
|
|
58
57
|
const data = query_1.QueryDelegatorValidatorsRequest.encode(request).finish();
|
|
59
58
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegatorValidators", data);
|
|
60
59
|
return promise.then(data => query_1.QueryDelegatorValidatorsResponse.decode(new binary_1.BinaryReader(data)));
|
|
61
|
-
}
|
|
62
|
-
|
|
60
|
+
};
|
|
61
|
+
/* DelegatorWithdrawAddress queries withdraw address of a delegator. */
|
|
62
|
+
delegatorWithdrawAddress = async (request) => {
|
|
63
63
|
const data = query_1.QueryDelegatorWithdrawAddressRequest.encode(request).finish();
|
|
64
64
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "DelegatorWithdrawAddress", data);
|
|
65
65
|
return promise.then(data => query_1.QueryDelegatorWithdrawAddressResponse.decode(new binary_1.BinaryReader(data)));
|
|
66
|
-
}
|
|
67
|
-
|
|
66
|
+
};
|
|
67
|
+
/* CommunityPool queries the community pool coins. */
|
|
68
|
+
communityPool = async (request = {}) => {
|
|
68
69
|
const data = query_1.QueryCommunityPoolRequest.encode(request).finish();
|
|
69
70
|
const promise = this.rpc.request("cosmos.distribution.v1beta1.Query", "CommunityPool", data);
|
|
70
71
|
return promise.then(data => query_1.QueryCommunityPoolResponse.decode(new binary_1.BinaryReader(data)));
|
|
71
|
-
}
|
|
72
|
+
};
|
|
72
73
|
}
|
|
73
74
|
exports.QueryClientImpl = QueryClientImpl;
|
|
74
75
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
2
|
+
import { Params, ParamsAmino } from "./distribution";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* MsgSetWithdrawAddress sets the withdraw address for
|
|
6
7
|
* a delegator (or validator self-delegation).
|
|
@@ -25,14 +26,6 @@ export interface MsgSetWithdrawAddressAminoMsg {
|
|
|
25
26
|
type: "cosmos-sdk/MsgModifyWithdrawAddress";
|
|
26
27
|
value: MsgSetWithdrawAddressAmino;
|
|
27
28
|
}
|
|
28
|
-
/**
|
|
29
|
-
* MsgSetWithdrawAddress sets the withdraw address for
|
|
30
|
-
* a delegator (or validator self-delegation).
|
|
31
|
-
*/
|
|
32
|
-
export interface MsgSetWithdrawAddressSDKType {
|
|
33
|
-
delegator_address: string;
|
|
34
|
-
withdraw_address: string;
|
|
35
|
-
}
|
|
36
29
|
/**
|
|
37
30
|
* MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response
|
|
38
31
|
* type.
|
|
@@ -53,12 +46,6 @@ export interface MsgSetWithdrawAddressResponseAminoMsg {
|
|
|
53
46
|
type: "cosmos-sdk/MsgSetWithdrawAddressResponse";
|
|
54
47
|
value: MsgSetWithdrawAddressResponseAmino;
|
|
55
48
|
}
|
|
56
|
-
/**
|
|
57
|
-
* MsgSetWithdrawAddressResponse defines the Msg/SetWithdrawAddress response
|
|
58
|
-
* type.
|
|
59
|
-
*/
|
|
60
|
-
export interface MsgSetWithdrawAddressResponseSDKType {
|
|
61
|
-
}
|
|
62
49
|
/**
|
|
63
50
|
* MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
|
|
64
51
|
* from a single validator.
|
|
@@ -83,14 +70,6 @@ export interface MsgWithdrawDelegatorRewardAminoMsg {
|
|
|
83
70
|
type: "cosmos-sdk/MsgWithdrawDelegationReward";
|
|
84
71
|
value: MsgWithdrawDelegatorRewardAmino;
|
|
85
72
|
}
|
|
86
|
-
/**
|
|
87
|
-
* MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
|
|
88
|
-
* from a single validator.
|
|
89
|
-
*/
|
|
90
|
-
export interface MsgWithdrawDelegatorRewardSDKType {
|
|
91
|
-
delegator_address: string;
|
|
92
|
-
validator_address: string;
|
|
93
|
-
}
|
|
94
73
|
/**
|
|
95
74
|
* MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward
|
|
96
75
|
* response type.
|
|
@@ -115,13 +94,6 @@ export interface MsgWithdrawDelegatorRewardResponseAminoMsg {
|
|
|
115
94
|
type: "cosmos-sdk/MsgWithdrawDelegatorRewardResponse";
|
|
116
95
|
value: MsgWithdrawDelegatorRewardResponseAmino;
|
|
117
96
|
}
|
|
118
|
-
/**
|
|
119
|
-
* MsgWithdrawDelegatorRewardResponse defines the Msg/WithdrawDelegatorReward
|
|
120
|
-
* response type.
|
|
121
|
-
*/
|
|
122
|
-
export interface MsgWithdrawDelegatorRewardResponseSDKType {
|
|
123
|
-
amount: CoinSDKType[];
|
|
124
|
-
}
|
|
125
97
|
/**
|
|
126
98
|
* MsgWithdrawValidatorCommission withdraws the full commission to the validator
|
|
127
99
|
* address.
|
|
@@ -144,13 +116,6 @@ export interface MsgWithdrawValidatorCommissionAminoMsg {
|
|
|
144
116
|
type: "cosmos-sdk/MsgWithdrawValidatorCommission";
|
|
145
117
|
value: MsgWithdrawValidatorCommissionAmino;
|
|
146
118
|
}
|
|
147
|
-
/**
|
|
148
|
-
* MsgWithdrawValidatorCommission withdraws the full commission to the validator
|
|
149
|
-
* address.
|
|
150
|
-
*/
|
|
151
|
-
export interface MsgWithdrawValidatorCommissionSDKType {
|
|
152
|
-
validator_address: string;
|
|
153
|
-
}
|
|
154
119
|
/**
|
|
155
120
|
* MsgWithdrawValidatorCommissionResponse defines the
|
|
156
121
|
* Msg/WithdrawValidatorCommission response type.
|
|
@@ -175,13 +140,6 @@ export interface MsgWithdrawValidatorCommissionResponseAminoMsg {
|
|
|
175
140
|
type: "cosmos-sdk/MsgWithdrawValidatorCommissionResponse";
|
|
176
141
|
value: MsgWithdrawValidatorCommissionResponseAmino;
|
|
177
142
|
}
|
|
178
|
-
/**
|
|
179
|
-
* MsgWithdrawValidatorCommissionResponse defines the
|
|
180
|
-
* Msg/WithdrawValidatorCommission response type.
|
|
181
|
-
*/
|
|
182
|
-
export interface MsgWithdrawValidatorCommissionResponseSDKType {
|
|
183
|
-
amount: CoinSDKType[];
|
|
184
|
-
}
|
|
185
143
|
/**
|
|
186
144
|
* MsgFundCommunityPool allows an account to directly
|
|
187
145
|
* fund the community pool.
|
|
@@ -206,14 +164,6 @@ export interface MsgFundCommunityPoolAminoMsg {
|
|
|
206
164
|
type: "cosmos-sdk/MsgFundCommunityPool";
|
|
207
165
|
value: MsgFundCommunityPoolAmino;
|
|
208
166
|
}
|
|
209
|
-
/**
|
|
210
|
-
* MsgFundCommunityPool allows an account to directly
|
|
211
|
-
* fund the community pool.
|
|
212
|
-
*/
|
|
213
|
-
export interface MsgFundCommunityPoolSDKType {
|
|
214
|
-
amount: CoinSDKType[];
|
|
215
|
-
depositor: string;
|
|
216
|
-
}
|
|
217
167
|
/** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
|
|
218
168
|
export interface MsgFundCommunityPoolResponse {
|
|
219
169
|
}
|
|
@@ -228,9 +178,6 @@ export interface MsgFundCommunityPoolResponseAminoMsg {
|
|
|
228
178
|
type: "cosmos-sdk/MsgFundCommunityPoolResponse";
|
|
229
179
|
value: MsgFundCommunityPoolResponseAmino;
|
|
230
180
|
}
|
|
231
|
-
/** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
|
|
232
|
-
export interface MsgFundCommunityPoolResponseSDKType {
|
|
233
|
-
}
|
|
234
181
|
/**
|
|
235
182
|
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
236
183
|
*
|
|
@@ -269,15 +216,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
269
216
|
type: "cosmos-sdk/distribution/MsgUpdateParams";
|
|
270
217
|
value: MsgUpdateParamsAmino;
|
|
271
218
|
}
|
|
272
|
-
/**
|
|
273
|
-
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
274
|
-
*
|
|
275
|
-
* Since: cosmos-sdk 0.47
|
|
276
|
-
*/
|
|
277
|
-
export interface MsgUpdateParamsSDKType {
|
|
278
|
-
authority: string;
|
|
279
|
-
params: ParamsSDKType;
|
|
280
|
-
}
|
|
281
219
|
/**
|
|
282
220
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
283
221
|
* MsgUpdateParams message.
|
|
@@ -302,14 +240,6 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
302
240
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
303
241
|
value: MsgUpdateParamsResponseAmino;
|
|
304
242
|
}
|
|
305
|
-
/**
|
|
306
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
307
|
-
* MsgUpdateParams message.
|
|
308
|
-
*
|
|
309
|
-
* Since: cosmos-sdk 0.47
|
|
310
|
-
*/
|
|
311
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
312
|
-
}
|
|
313
243
|
/**
|
|
314
244
|
* MsgCommunityPoolSpend defines a message for sending tokens from the community
|
|
315
245
|
* pool to another account. This message is typically executed via a governance
|
|
@@ -344,18 +274,6 @@ export interface MsgCommunityPoolSpendAminoMsg {
|
|
|
344
274
|
type: "cosmos-sdk/distr/MsgCommunityPoolSpend";
|
|
345
275
|
value: MsgCommunityPoolSpendAmino;
|
|
346
276
|
}
|
|
347
|
-
/**
|
|
348
|
-
* MsgCommunityPoolSpend defines a message for sending tokens from the community
|
|
349
|
-
* pool to another account. This message is typically executed via a governance
|
|
350
|
-
* proposal with the governance module being the executing authority.
|
|
351
|
-
*
|
|
352
|
-
* Since: cosmos-sdk 0.47
|
|
353
|
-
*/
|
|
354
|
-
export interface MsgCommunityPoolSpendSDKType {
|
|
355
|
-
authority: string;
|
|
356
|
-
recipient: string;
|
|
357
|
-
amount: CoinSDKType[];
|
|
358
|
-
}
|
|
359
277
|
/**
|
|
360
278
|
* MsgCommunityPoolSpendResponse defines the response to executing a
|
|
361
279
|
* MsgCommunityPoolSpend message.
|
|
@@ -380,14 +298,6 @@ export interface MsgCommunityPoolSpendResponseAminoMsg {
|
|
|
380
298
|
type: "cosmos-sdk/MsgCommunityPoolSpendResponse";
|
|
381
299
|
value: MsgCommunityPoolSpendResponseAmino;
|
|
382
300
|
}
|
|
383
|
-
/**
|
|
384
|
-
* MsgCommunityPoolSpendResponse defines the response to executing a
|
|
385
|
-
* MsgCommunityPoolSpend message.
|
|
386
|
-
*
|
|
387
|
-
* Since: cosmos-sdk 0.47
|
|
388
|
-
*/
|
|
389
|
-
export interface MsgCommunityPoolSpendResponseSDKType {
|
|
390
|
-
}
|
|
391
301
|
/**
|
|
392
302
|
* DepositValidatorRewardsPool defines the request structure to provide
|
|
393
303
|
* additional rewards to delegators from a specific validator.
|
|
@@ -418,17 +328,6 @@ export interface MsgDepositValidatorRewardsPoolAminoMsg {
|
|
|
418
328
|
type: "cosmos-sdk/distr/MsgDepositValRewards";
|
|
419
329
|
value: MsgDepositValidatorRewardsPoolAmino;
|
|
420
330
|
}
|
|
421
|
-
/**
|
|
422
|
-
* DepositValidatorRewardsPool defines the request structure to provide
|
|
423
|
-
* additional rewards to delegators from a specific validator.
|
|
424
|
-
*
|
|
425
|
-
* Since: cosmos-sdk 0.50
|
|
426
|
-
*/
|
|
427
|
-
export interface MsgDepositValidatorRewardsPoolSDKType {
|
|
428
|
-
depositor: string;
|
|
429
|
-
validator_address: string;
|
|
430
|
-
amount: CoinSDKType[];
|
|
431
|
-
}
|
|
432
331
|
/**
|
|
433
332
|
* MsgDepositValidatorRewardsPoolResponse defines the response to executing a
|
|
434
333
|
* MsgDepositValidatorRewardsPool message.
|
|
@@ -453,19 +352,12 @@ export interface MsgDepositValidatorRewardsPoolResponseAminoMsg {
|
|
|
453
352
|
type: "cosmos-sdk/MsgDepositValidatorRewardsPoolResponse";
|
|
454
353
|
value: MsgDepositValidatorRewardsPoolResponseAmino;
|
|
455
354
|
}
|
|
456
|
-
/**
|
|
457
|
-
* MsgDepositValidatorRewardsPoolResponse defines the response to executing a
|
|
458
|
-
* MsgDepositValidatorRewardsPool message.
|
|
459
|
-
*
|
|
460
|
-
* Since: cosmos-sdk 0.50
|
|
461
|
-
*/
|
|
462
|
-
export interface MsgDepositValidatorRewardsPoolResponseSDKType {
|
|
463
|
-
}
|
|
464
355
|
export declare const MsgSetWithdrawAddress: {
|
|
465
356
|
typeUrl: string;
|
|
357
|
+
aminoType: string;
|
|
466
358
|
encode(message: MsgSetWithdrawAddress, writer?: BinaryWriter): BinaryWriter;
|
|
467
359
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetWithdrawAddress;
|
|
468
|
-
fromPartial(object:
|
|
360
|
+
fromPartial(object: DeepPartial<MsgSetWithdrawAddress>): MsgSetWithdrawAddress;
|
|
469
361
|
fromAmino(object: MsgSetWithdrawAddressAmino): MsgSetWithdrawAddress;
|
|
470
362
|
toAmino(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressAmino;
|
|
471
363
|
fromAminoMsg(object: MsgSetWithdrawAddressAminoMsg): MsgSetWithdrawAddress;
|
|
@@ -476,9 +368,10 @@ export declare const MsgSetWithdrawAddress: {
|
|
|
476
368
|
};
|
|
477
369
|
export declare const MsgSetWithdrawAddressResponse: {
|
|
478
370
|
typeUrl: string;
|
|
371
|
+
aminoType: string;
|
|
479
372
|
encode(_: MsgSetWithdrawAddressResponse, writer?: BinaryWriter): BinaryWriter;
|
|
480
373
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetWithdrawAddressResponse;
|
|
481
|
-
fromPartial(_:
|
|
374
|
+
fromPartial(_: DeepPartial<MsgSetWithdrawAddressResponse>): MsgSetWithdrawAddressResponse;
|
|
482
375
|
fromAmino(_: MsgSetWithdrawAddressResponseAmino): MsgSetWithdrawAddressResponse;
|
|
483
376
|
toAmino(_: MsgSetWithdrawAddressResponse): MsgSetWithdrawAddressResponseAmino;
|
|
484
377
|
fromAminoMsg(object: MsgSetWithdrawAddressResponseAminoMsg): MsgSetWithdrawAddressResponse;
|
|
@@ -489,9 +382,10 @@ export declare const MsgSetWithdrawAddressResponse: {
|
|
|
489
382
|
};
|
|
490
383
|
export declare const MsgWithdrawDelegatorReward: {
|
|
491
384
|
typeUrl: string;
|
|
385
|
+
aminoType: string;
|
|
492
386
|
encode(message: MsgWithdrawDelegatorReward, writer?: BinaryWriter): BinaryWriter;
|
|
493
387
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawDelegatorReward;
|
|
494
|
-
fromPartial(object:
|
|
388
|
+
fromPartial(object: DeepPartial<MsgWithdrawDelegatorReward>): MsgWithdrawDelegatorReward;
|
|
495
389
|
fromAmino(object: MsgWithdrawDelegatorRewardAmino): MsgWithdrawDelegatorReward;
|
|
496
390
|
toAmino(message: MsgWithdrawDelegatorReward): MsgWithdrawDelegatorRewardAmino;
|
|
497
391
|
fromAminoMsg(object: MsgWithdrawDelegatorRewardAminoMsg): MsgWithdrawDelegatorReward;
|
|
@@ -502,9 +396,10 @@ export declare const MsgWithdrawDelegatorReward: {
|
|
|
502
396
|
};
|
|
503
397
|
export declare const MsgWithdrawDelegatorRewardResponse: {
|
|
504
398
|
typeUrl: string;
|
|
399
|
+
aminoType: string;
|
|
505
400
|
encode(message: MsgWithdrawDelegatorRewardResponse, writer?: BinaryWriter): BinaryWriter;
|
|
506
401
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawDelegatorRewardResponse;
|
|
507
|
-
fromPartial(object:
|
|
402
|
+
fromPartial(object: DeepPartial<MsgWithdrawDelegatorRewardResponse>): MsgWithdrawDelegatorRewardResponse;
|
|
508
403
|
fromAmino(object: MsgWithdrawDelegatorRewardResponseAmino): MsgWithdrawDelegatorRewardResponse;
|
|
509
404
|
toAmino(message: MsgWithdrawDelegatorRewardResponse): MsgWithdrawDelegatorRewardResponseAmino;
|
|
510
405
|
fromAminoMsg(object: MsgWithdrawDelegatorRewardResponseAminoMsg): MsgWithdrawDelegatorRewardResponse;
|
|
@@ -515,9 +410,10 @@ export declare const MsgWithdrawDelegatorRewardResponse: {
|
|
|
515
410
|
};
|
|
516
411
|
export declare const MsgWithdrawValidatorCommission: {
|
|
517
412
|
typeUrl: string;
|
|
413
|
+
aminoType: string;
|
|
518
414
|
encode(message: MsgWithdrawValidatorCommission, writer?: BinaryWriter): BinaryWriter;
|
|
519
415
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawValidatorCommission;
|
|
520
|
-
fromPartial(object:
|
|
416
|
+
fromPartial(object: DeepPartial<MsgWithdrawValidatorCommission>): MsgWithdrawValidatorCommission;
|
|
521
417
|
fromAmino(object: MsgWithdrawValidatorCommissionAmino): MsgWithdrawValidatorCommission;
|
|
522
418
|
toAmino(message: MsgWithdrawValidatorCommission): MsgWithdrawValidatorCommissionAmino;
|
|
523
419
|
fromAminoMsg(object: MsgWithdrawValidatorCommissionAminoMsg): MsgWithdrawValidatorCommission;
|
|
@@ -528,9 +424,10 @@ export declare const MsgWithdrawValidatorCommission: {
|
|
|
528
424
|
};
|
|
529
425
|
export declare const MsgWithdrawValidatorCommissionResponse: {
|
|
530
426
|
typeUrl: string;
|
|
427
|
+
aminoType: string;
|
|
531
428
|
encode(message: MsgWithdrawValidatorCommissionResponse, writer?: BinaryWriter): BinaryWriter;
|
|
532
429
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgWithdrawValidatorCommissionResponse;
|
|
533
|
-
fromPartial(object:
|
|
430
|
+
fromPartial(object: DeepPartial<MsgWithdrawValidatorCommissionResponse>): MsgWithdrawValidatorCommissionResponse;
|
|
534
431
|
fromAmino(object: MsgWithdrawValidatorCommissionResponseAmino): MsgWithdrawValidatorCommissionResponse;
|
|
535
432
|
toAmino(message: MsgWithdrawValidatorCommissionResponse): MsgWithdrawValidatorCommissionResponseAmino;
|
|
536
433
|
fromAminoMsg(object: MsgWithdrawValidatorCommissionResponseAminoMsg): MsgWithdrawValidatorCommissionResponse;
|
|
@@ -541,9 +438,10 @@ export declare const MsgWithdrawValidatorCommissionResponse: {
|
|
|
541
438
|
};
|
|
542
439
|
export declare const MsgFundCommunityPool: {
|
|
543
440
|
typeUrl: string;
|
|
441
|
+
aminoType: string;
|
|
544
442
|
encode(message: MsgFundCommunityPool, writer?: BinaryWriter): BinaryWriter;
|
|
545
443
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPool;
|
|
546
|
-
fromPartial(object:
|
|
444
|
+
fromPartial(object: DeepPartial<MsgFundCommunityPool>): MsgFundCommunityPool;
|
|
547
445
|
fromAmino(object: MsgFundCommunityPoolAmino): MsgFundCommunityPool;
|
|
548
446
|
toAmino(message: MsgFundCommunityPool): MsgFundCommunityPoolAmino;
|
|
549
447
|
fromAminoMsg(object: MsgFundCommunityPoolAminoMsg): MsgFundCommunityPool;
|
|
@@ -554,9 +452,10 @@ export declare const MsgFundCommunityPool: {
|
|
|
554
452
|
};
|
|
555
453
|
export declare const MsgFundCommunityPoolResponse: {
|
|
556
454
|
typeUrl: string;
|
|
455
|
+
aminoType: string;
|
|
557
456
|
encode(_: MsgFundCommunityPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
558
457
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPoolResponse;
|
|
559
|
-
fromPartial(_:
|
|
458
|
+
fromPartial(_: DeepPartial<MsgFundCommunityPoolResponse>): MsgFundCommunityPoolResponse;
|
|
560
459
|
fromAmino(_: MsgFundCommunityPoolResponseAmino): MsgFundCommunityPoolResponse;
|
|
561
460
|
toAmino(_: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseAmino;
|
|
562
461
|
fromAminoMsg(object: MsgFundCommunityPoolResponseAminoMsg): MsgFundCommunityPoolResponse;
|
|
@@ -567,9 +466,10 @@ export declare const MsgFundCommunityPoolResponse: {
|
|
|
567
466
|
};
|
|
568
467
|
export declare const MsgUpdateParams: {
|
|
569
468
|
typeUrl: string;
|
|
469
|
+
aminoType: string;
|
|
570
470
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
571
471
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
572
|
-
fromPartial(object:
|
|
472
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
573
473
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
574
474
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
575
475
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -580,9 +480,10 @@ export declare const MsgUpdateParams: {
|
|
|
580
480
|
};
|
|
581
481
|
export declare const MsgUpdateParamsResponse: {
|
|
582
482
|
typeUrl: string;
|
|
483
|
+
aminoType: string;
|
|
583
484
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
584
485
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
585
|
-
fromPartial(_:
|
|
486
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
586
487
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
587
488
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
588
489
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -593,9 +494,10 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
593
494
|
};
|
|
594
495
|
export declare const MsgCommunityPoolSpend: {
|
|
595
496
|
typeUrl: string;
|
|
497
|
+
aminoType: string;
|
|
596
498
|
encode(message: MsgCommunityPoolSpend, writer?: BinaryWriter): BinaryWriter;
|
|
597
499
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpend;
|
|
598
|
-
fromPartial(object:
|
|
500
|
+
fromPartial(object: DeepPartial<MsgCommunityPoolSpend>): MsgCommunityPoolSpend;
|
|
599
501
|
fromAmino(object: MsgCommunityPoolSpendAmino): MsgCommunityPoolSpend;
|
|
600
502
|
toAmino(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendAmino;
|
|
601
503
|
fromAminoMsg(object: MsgCommunityPoolSpendAminoMsg): MsgCommunityPoolSpend;
|
|
@@ -606,9 +508,10 @@ export declare const MsgCommunityPoolSpend: {
|
|
|
606
508
|
};
|
|
607
509
|
export declare const MsgCommunityPoolSpendResponse: {
|
|
608
510
|
typeUrl: string;
|
|
511
|
+
aminoType: string;
|
|
609
512
|
encode(_: MsgCommunityPoolSpendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
610
513
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpendResponse;
|
|
611
|
-
fromPartial(_:
|
|
514
|
+
fromPartial(_: DeepPartial<MsgCommunityPoolSpendResponse>): MsgCommunityPoolSpendResponse;
|
|
612
515
|
fromAmino(_: MsgCommunityPoolSpendResponseAmino): MsgCommunityPoolSpendResponse;
|
|
613
516
|
toAmino(_: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseAmino;
|
|
614
517
|
fromAminoMsg(object: MsgCommunityPoolSpendResponseAminoMsg): MsgCommunityPoolSpendResponse;
|
|
@@ -619,9 +522,10 @@ export declare const MsgCommunityPoolSpendResponse: {
|
|
|
619
522
|
};
|
|
620
523
|
export declare const MsgDepositValidatorRewardsPool: {
|
|
621
524
|
typeUrl: string;
|
|
525
|
+
aminoType: string;
|
|
622
526
|
encode(message: MsgDepositValidatorRewardsPool, writer?: BinaryWriter): BinaryWriter;
|
|
623
527
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositValidatorRewardsPool;
|
|
624
|
-
fromPartial(object:
|
|
528
|
+
fromPartial(object: DeepPartial<MsgDepositValidatorRewardsPool>): MsgDepositValidatorRewardsPool;
|
|
625
529
|
fromAmino(object: MsgDepositValidatorRewardsPoolAmino): MsgDepositValidatorRewardsPool;
|
|
626
530
|
toAmino(message: MsgDepositValidatorRewardsPool): MsgDepositValidatorRewardsPoolAmino;
|
|
627
531
|
fromAminoMsg(object: MsgDepositValidatorRewardsPoolAminoMsg): MsgDepositValidatorRewardsPool;
|
|
@@ -632,9 +536,10 @@ export declare const MsgDepositValidatorRewardsPool: {
|
|
|
632
536
|
};
|
|
633
537
|
export declare const MsgDepositValidatorRewardsPoolResponse: {
|
|
634
538
|
typeUrl: string;
|
|
539
|
+
aminoType: string;
|
|
635
540
|
encode(_: MsgDepositValidatorRewardsPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
636
541
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDepositValidatorRewardsPoolResponse;
|
|
637
|
-
fromPartial(_:
|
|
542
|
+
fromPartial(_: DeepPartial<MsgDepositValidatorRewardsPoolResponse>): MsgDepositValidatorRewardsPoolResponse;
|
|
638
543
|
fromAmino(_: MsgDepositValidatorRewardsPoolResponseAmino): MsgDepositValidatorRewardsPoolResponse;
|
|
639
544
|
toAmino(_: MsgDepositValidatorRewardsPoolResponse): MsgDepositValidatorRewardsPoolResponseAmino;
|
|
640
545
|
fromAminoMsg(object: MsgDepositValidatorRewardsPoolResponseAminoMsg): MsgDepositValidatorRewardsPoolResponse;
|