@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,36 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.updateParams = this.updateParams.bind(this);
|
|
11
|
-
this.createPost = this.createPost.bind(this);
|
|
12
|
-
this.updatePost = this.updatePost.bind(this);
|
|
13
|
-
this.deletePost = this.deletePost.bind(this);
|
|
14
10
|
}
|
|
15
|
-
|
|
11
|
+
/* UpdateParams defines a (governance) operation for updating the module
|
|
12
|
+
parameters. The authority defaults to the x/gov module account. */
|
|
13
|
+
updateParams = async (request) => {
|
|
16
14
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
17
15
|
const promise = this.rpc.request("sparkdream.blog.Msg", "UpdateParams", data);
|
|
18
16
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
19
|
-
}
|
|
20
|
-
|
|
17
|
+
};
|
|
18
|
+
/* CreatePost */
|
|
19
|
+
createPost = async (request) => {
|
|
21
20
|
const data = tx_1.MsgCreatePost.encode(request).finish();
|
|
22
21
|
const promise = this.rpc.request("sparkdream.blog.Msg", "CreatePost", data);
|
|
23
22
|
return promise.then(data => tx_1.MsgCreatePostResponse.decode(new binary_1.BinaryReader(data)));
|
|
24
|
-
}
|
|
25
|
-
|
|
23
|
+
};
|
|
24
|
+
/* UpdatePost */
|
|
25
|
+
updatePost = async (request) => {
|
|
26
26
|
const data = tx_1.MsgUpdatePost.encode(request).finish();
|
|
27
27
|
const promise = this.rpc.request("sparkdream.blog.Msg", "UpdatePost", data);
|
|
28
28
|
return promise.then(data => tx_1.MsgUpdatePostResponse.decode(new binary_1.BinaryReader(data)));
|
|
29
|
-
}
|
|
30
|
-
|
|
29
|
+
};
|
|
30
|
+
/* DeletePost */
|
|
31
|
+
deletePost = async (request) => {
|
|
31
32
|
const data = tx_1.MsgDeletePost.encode(request).finish();
|
|
32
33
|
const promise = this.rpc.request("sparkdream.blog.Msg", "DeletePost", data);
|
|
33
34
|
return promise.then(data => tx_1.MsgDeletePostResponse.decode(new binary_1.BinaryReader(data)));
|
|
34
|
-
}
|
|
35
|
+
};
|
|
35
36
|
}
|
|
36
37
|
exports.MsgClientImpl = MsgClientImpl;
|
|
38
|
+
const createClientImpl = (rpc) => {
|
|
39
|
+
return new MsgClientImpl(rpc);
|
|
40
|
+
};
|
|
41
|
+
exports.createClientImpl = createClientImpl;
|
package/sparkdream/bundle.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import * as _335 from "./sparkdream/tx.rpc.msg";
|
|
|
16
16
|
export declare namespace sparkdream {
|
|
17
17
|
const blog: {
|
|
18
18
|
MsgClientImpl: typeof _334.MsgClientImpl;
|
|
19
|
+
createClientImpl: (rpc: import("..").TxRpc) => _334.MsgClientImpl;
|
|
19
20
|
QueryClientImpl: typeof _332.QueryClientImpl;
|
|
20
21
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
21
22
|
params(request?: _176.QueryParamsRequest): Promise<_176.QueryParamsResponse>;
|
|
@@ -23,64 +24,7 @@ export declare namespace sparkdream {
|
|
|
23
24
|
listPost(request?: _176.QueryListPostRequest): Promise<_176.QueryListPostResponse>;
|
|
24
25
|
};
|
|
25
26
|
LCDQueryClient: typeof _330.LCDQueryClient;
|
|
26
|
-
registry: ReadonlyArray<[string,
|
|
27
|
-
load: (protoRegistry: Registry) => void;
|
|
28
|
-
MessageComposer: {
|
|
29
|
-
encoded: {
|
|
30
|
-
updateParams(value: _177.MsgUpdateParams): {
|
|
31
|
-
typeUrl: string;
|
|
32
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
33
|
-
};
|
|
34
|
-
createPost(value: _177.MsgCreatePost): {
|
|
35
|
-
typeUrl: string;
|
|
36
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
37
|
-
};
|
|
38
|
-
updatePost(value: _177.MsgUpdatePost): {
|
|
39
|
-
typeUrl: string;
|
|
40
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
41
|
-
};
|
|
42
|
-
deletePost(value: _177.MsgDeletePost): {
|
|
43
|
-
typeUrl: string;
|
|
44
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
withTypeUrl: {
|
|
48
|
-
updateParams(value: _177.MsgUpdateParams): {
|
|
49
|
-
typeUrl: string;
|
|
50
|
-
value: _177.MsgUpdateParams;
|
|
51
|
-
};
|
|
52
|
-
createPost(value: _177.MsgCreatePost): {
|
|
53
|
-
typeUrl: string;
|
|
54
|
-
value: _177.MsgCreatePost;
|
|
55
|
-
};
|
|
56
|
-
updatePost(value: _177.MsgUpdatePost): {
|
|
57
|
-
typeUrl: string;
|
|
58
|
-
value: _177.MsgUpdatePost;
|
|
59
|
-
};
|
|
60
|
-
deletePost(value: _177.MsgDeletePost): {
|
|
61
|
-
typeUrl: string;
|
|
62
|
-
value: _177.MsgDeletePost;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
fromPartial: {
|
|
66
|
-
updateParams(value: _177.MsgUpdateParams): {
|
|
67
|
-
typeUrl: string;
|
|
68
|
-
value: _177.MsgUpdateParams;
|
|
69
|
-
};
|
|
70
|
-
createPost(value: _177.MsgCreatePost): {
|
|
71
|
-
typeUrl: string;
|
|
72
|
-
value: _177.MsgCreatePost;
|
|
73
|
-
};
|
|
74
|
-
updatePost(value: _177.MsgUpdatePost): {
|
|
75
|
-
typeUrl: string;
|
|
76
|
-
value: _177.MsgUpdatePost;
|
|
77
|
-
};
|
|
78
|
-
deletePost(value: _177.MsgDeletePost): {
|
|
79
|
-
typeUrl: string;
|
|
80
|
-
value: _177.MsgDeletePost;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
};
|
|
27
|
+
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
84
28
|
AminoConverter: {
|
|
85
29
|
"/sparkdream.blog.MsgUpdateParams": {
|
|
86
30
|
aminoType: string;
|
|
@@ -105,9 +49,10 @@ export declare namespace sparkdream {
|
|
|
105
49
|
};
|
|
106
50
|
MsgUpdateParams: {
|
|
107
51
|
typeUrl: string;
|
|
52
|
+
aminoType: string;
|
|
108
53
|
encode(message: _177.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
109
54
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgUpdateParams;
|
|
110
|
-
fromPartial(object:
|
|
55
|
+
fromPartial(object: import("../helpers").DeepPartial<_177.MsgUpdateParams>): _177.MsgUpdateParams;
|
|
111
56
|
fromAmino(object: _177.MsgUpdateParamsAmino): _177.MsgUpdateParams;
|
|
112
57
|
toAmino(message: _177.MsgUpdateParams): _177.MsgUpdateParamsAmino;
|
|
113
58
|
fromAminoMsg(object: _177.MsgUpdateParamsAminoMsg): _177.MsgUpdateParams;
|
|
@@ -120,7 +65,7 @@ export declare namespace sparkdream {
|
|
|
120
65
|
typeUrl: string;
|
|
121
66
|
encode(_: _177.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
122
67
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgUpdateParamsResponse;
|
|
123
|
-
fromPartial(_:
|
|
68
|
+
fromPartial(_: import("../helpers").DeepPartial<_177.MsgUpdateParamsResponse>): _177.MsgUpdateParamsResponse;
|
|
124
69
|
fromAmino(_: _177.MsgUpdateParamsResponseAmino): _177.MsgUpdateParamsResponse;
|
|
125
70
|
toAmino(_: _177.MsgUpdateParamsResponse): _177.MsgUpdateParamsResponseAmino;
|
|
126
71
|
fromAminoMsg(object: _177.MsgUpdateParamsResponseAminoMsg): _177.MsgUpdateParamsResponse;
|
|
@@ -132,7 +77,7 @@ export declare namespace sparkdream {
|
|
|
132
77
|
typeUrl: string;
|
|
133
78
|
encode(message: _177.MsgCreatePost, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
134
79
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgCreatePost;
|
|
135
|
-
fromPartial(object:
|
|
80
|
+
fromPartial(object: import("../helpers").DeepPartial<_177.MsgCreatePost>): _177.MsgCreatePost;
|
|
136
81
|
fromAmino(object: _177.MsgCreatePostAmino): _177.MsgCreatePost;
|
|
137
82
|
toAmino(message: _177.MsgCreatePost): _177.MsgCreatePostAmino;
|
|
138
83
|
fromAminoMsg(object: _177.MsgCreatePostAminoMsg): _177.MsgCreatePost;
|
|
@@ -144,7 +89,7 @@ export declare namespace sparkdream {
|
|
|
144
89
|
typeUrl: string;
|
|
145
90
|
encode(message: _177.MsgCreatePostResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
146
91
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgCreatePostResponse;
|
|
147
|
-
fromPartial(object:
|
|
92
|
+
fromPartial(object: import("../helpers").DeepPartial<_177.MsgCreatePostResponse>): _177.MsgCreatePostResponse;
|
|
148
93
|
fromAmino(object: _177.MsgCreatePostResponseAmino): _177.MsgCreatePostResponse;
|
|
149
94
|
toAmino(message: _177.MsgCreatePostResponse): _177.MsgCreatePostResponseAmino;
|
|
150
95
|
fromAminoMsg(object: _177.MsgCreatePostResponseAminoMsg): _177.MsgCreatePostResponse;
|
|
@@ -156,7 +101,7 @@ export declare namespace sparkdream {
|
|
|
156
101
|
typeUrl: string;
|
|
157
102
|
encode(message: _177.MsgUpdatePost, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
158
103
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgUpdatePost;
|
|
159
|
-
fromPartial(object:
|
|
104
|
+
fromPartial(object: import("../helpers").DeepPartial<_177.MsgUpdatePost>): _177.MsgUpdatePost;
|
|
160
105
|
fromAmino(object: _177.MsgUpdatePostAmino): _177.MsgUpdatePost;
|
|
161
106
|
toAmino(message: _177.MsgUpdatePost): _177.MsgUpdatePostAmino;
|
|
162
107
|
fromAminoMsg(object: _177.MsgUpdatePostAminoMsg): _177.MsgUpdatePost;
|
|
@@ -168,7 +113,7 @@ export declare namespace sparkdream {
|
|
|
168
113
|
typeUrl: string;
|
|
169
114
|
encode(_: _177.MsgUpdatePostResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
170
115
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgUpdatePostResponse;
|
|
171
|
-
fromPartial(_:
|
|
116
|
+
fromPartial(_: import("../helpers").DeepPartial<_177.MsgUpdatePostResponse>): _177.MsgUpdatePostResponse;
|
|
172
117
|
fromAmino(_: _177.MsgUpdatePostResponseAmino): _177.MsgUpdatePostResponse;
|
|
173
118
|
toAmino(_: _177.MsgUpdatePostResponse): _177.MsgUpdatePostResponseAmino;
|
|
174
119
|
fromAminoMsg(object: _177.MsgUpdatePostResponseAminoMsg): _177.MsgUpdatePostResponse;
|
|
@@ -180,7 +125,7 @@ export declare namespace sparkdream {
|
|
|
180
125
|
typeUrl: string;
|
|
181
126
|
encode(message: _177.MsgDeletePost, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
182
127
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgDeletePost;
|
|
183
|
-
fromPartial(object:
|
|
128
|
+
fromPartial(object: import("../helpers").DeepPartial<_177.MsgDeletePost>): _177.MsgDeletePost;
|
|
184
129
|
fromAmino(object: _177.MsgDeletePostAmino): _177.MsgDeletePost;
|
|
185
130
|
toAmino(message: _177.MsgDeletePost): _177.MsgDeletePostAmino;
|
|
186
131
|
fromAminoMsg(object: _177.MsgDeletePostAminoMsg): _177.MsgDeletePost;
|
|
@@ -192,7 +137,7 @@ export declare namespace sparkdream {
|
|
|
192
137
|
typeUrl: string;
|
|
193
138
|
encode(_: _177.MsgDeletePostResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
194
139
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _177.MsgDeletePostResponse;
|
|
195
|
-
fromPartial(_:
|
|
140
|
+
fromPartial(_: import("../helpers").DeepPartial<_177.MsgDeletePostResponse>): _177.MsgDeletePostResponse;
|
|
196
141
|
fromAmino(_: _177.MsgDeletePostResponseAmino): _177.MsgDeletePostResponse;
|
|
197
142
|
toAmino(_: _177.MsgDeletePostResponse): _177.MsgDeletePostResponseAmino;
|
|
198
143
|
fromAminoMsg(object: _177.MsgDeletePostResponseAminoMsg): _177.MsgDeletePostResponse;
|
|
@@ -204,7 +149,7 @@ export declare namespace sparkdream {
|
|
|
204
149
|
typeUrl: string;
|
|
205
150
|
encode(_: _176.QueryParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
206
151
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryParamsRequest;
|
|
207
|
-
fromPartial(_:
|
|
152
|
+
fromPartial(_: import("../helpers").DeepPartial<_176.QueryParamsRequest>): _176.QueryParamsRequest;
|
|
208
153
|
fromAmino(_: _176.QueryParamsRequestAmino): _176.QueryParamsRequest;
|
|
209
154
|
toAmino(_: _176.QueryParamsRequest): _176.QueryParamsRequestAmino;
|
|
210
155
|
fromAminoMsg(object: _176.QueryParamsRequestAminoMsg): _176.QueryParamsRequest;
|
|
@@ -216,7 +161,7 @@ export declare namespace sparkdream {
|
|
|
216
161
|
typeUrl: string;
|
|
217
162
|
encode(message: _176.QueryParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
218
163
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryParamsResponse;
|
|
219
|
-
fromPartial(object:
|
|
164
|
+
fromPartial(object: import("../helpers").DeepPartial<_176.QueryParamsResponse>): _176.QueryParamsResponse;
|
|
220
165
|
fromAmino(object: _176.QueryParamsResponseAmino): _176.QueryParamsResponse;
|
|
221
166
|
toAmino(message: _176.QueryParamsResponse): _176.QueryParamsResponseAmino;
|
|
222
167
|
fromAminoMsg(object: _176.QueryParamsResponseAminoMsg): _176.QueryParamsResponse;
|
|
@@ -228,7 +173,7 @@ export declare namespace sparkdream {
|
|
|
228
173
|
typeUrl: string;
|
|
229
174
|
encode(message: _176.QueryShowPostRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
230
175
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryShowPostRequest;
|
|
231
|
-
fromPartial(object:
|
|
176
|
+
fromPartial(object: import("../helpers").DeepPartial<_176.QueryShowPostRequest>): _176.QueryShowPostRequest;
|
|
232
177
|
fromAmino(object: _176.QueryShowPostRequestAmino): _176.QueryShowPostRequest;
|
|
233
178
|
toAmino(message: _176.QueryShowPostRequest): _176.QueryShowPostRequestAmino;
|
|
234
179
|
fromAminoMsg(object: _176.QueryShowPostRequestAminoMsg): _176.QueryShowPostRequest;
|
|
@@ -240,7 +185,7 @@ export declare namespace sparkdream {
|
|
|
240
185
|
typeUrl: string;
|
|
241
186
|
encode(message: _176.QueryShowPostResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
242
187
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryShowPostResponse;
|
|
243
|
-
fromPartial(object:
|
|
188
|
+
fromPartial(object: import("../helpers").DeepPartial<_176.QueryShowPostResponse>): _176.QueryShowPostResponse;
|
|
244
189
|
fromAmino(object: _176.QueryShowPostResponseAmino): _176.QueryShowPostResponse;
|
|
245
190
|
toAmino(message: _176.QueryShowPostResponse): _176.QueryShowPostResponseAmino;
|
|
246
191
|
fromAminoMsg(object: _176.QueryShowPostResponseAminoMsg): _176.QueryShowPostResponse;
|
|
@@ -252,7 +197,7 @@ export declare namespace sparkdream {
|
|
|
252
197
|
typeUrl: string;
|
|
253
198
|
encode(message: _176.QueryListPostRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
254
199
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryListPostRequest;
|
|
255
|
-
fromPartial(object:
|
|
200
|
+
fromPartial(object: import("../helpers").DeepPartial<_176.QueryListPostRequest>): _176.QueryListPostRequest;
|
|
256
201
|
fromAmino(object: _176.QueryListPostRequestAmino): _176.QueryListPostRequest;
|
|
257
202
|
toAmino(message: _176.QueryListPostRequest): _176.QueryListPostRequestAmino;
|
|
258
203
|
fromAminoMsg(object: _176.QueryListPostRequestAminoMsg): _176.QueryListPostRequest;
|
|
@@ -264,7 +209,7 @@ export declare namespace sparkdream {
|
|
|
264
209
|
typeUrl: string;
|
|
265
210
|
encode(message: _176.QueryListPostResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
266
211
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _176.QueryListPostResponse;
|
|
267
|
-
fromPartial(object:
|
|
212
|
+
fromPartial(object: import("../helpers").DeepPartial<_176.QueryListPostResponse>): _176.QueryListPostResponse;
|
|
268
213
|
fromAmino(object: _176.QueryListPostResponseAmino): _176.QueryListPostResponse;
|
|
269
214
|
toAmino(message: _176.QueryListPostResponse): _176.QueryListPostResponseAmino;
|
|
270
215
|
fromAminoMsg(object: _176.QueryListPostResponseAminoMsg): _176.QueryListPostResponse;
|
|
@@ -276,7 +221,7 @@ export declare namespace sparkdream {
|
|
|
276
221
|
typeUrl: string;
|
|
277
222
|
encode(message: _175.Post, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
278
223
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _175.Post;
|
|
279
|
-
fromPartial(object:
|
|
224
|
+
fromPartial(object: import("../helpers").DeepPartial<_175.Post>): _175.Post;
|
|
280
225
|
fromAmino(object: _175.PostAmino): _175.Post;
|
|
281
226
|
toAmino(message: _175.Post): _175.PostAmino;
|
|
282
227
|
fromAminoMsg(object: _175.PostAminoMsg): _175.Post;
|
|
@@ -286,9 +231,10 @@ export declare namespace sparkdream {
|
|
|
286
231
|
};
|
|
287
232
|
Params: {
|
|
288
233
|
typeUrl: string;
|
|
234
|
+
aminoType: string;
|
|
289
235
|
encode(_: _174.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
290
236
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _174.Params;
|
|
291
|
-
fromPartial(_:
|
|
237
|
+
fromPartial(_: import("../helpers").DeepPartial<_174.Params>): _174.Params;
|
|
292
238
|
fromAmino(_: _174.ParamsAmino): _174.Params;
|
|
293
239
|
toAmino(_: _174.Params): _174.ParamsAmino;
|
|
294
240
|
fromAminoMsg(object: _174.ParamsAminoMsg): _174.Params;
|
|
@@ -301,7 +247,7 @@ export declare namespace sparkdream {
|
|
|
301
247
|
typeUrl: string;
|
|
302
248
|
encode(message: _173.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
303
249
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _173.GenesisState;
|
|
304
|
-
fromPartial(object:
|
|
250
|
+
fromPartial(object: import("../helpers").DeepPartial<_173.GenesisState>): _173.GenesisState;
|
|
305
251
|
fromAmino(object: _173.GenesisStateAmino): _173.GenesisState;
|
|
306
252
|
toAmino(message: _173.GenesisState): _173.GenesisStateAmino;
|
|
307
253
|
fromAminoMsg(object: _173.GenesisStateAminoMsg): _173.GenesisState;
|
|
@@ -312,33 +258,13 @@ export declare namespace sparkdream {
|
|
|
312
258
|
};
|
|
313
259
|
const sparkdream: {
|
|
314
260
|
MsgClientImpl: typeof _335.MsgClientImpl;
|
|
261
|
+
createClientImpl: (rpc: import("..").TxRpc) => _335.MsgClientImpl;
|
|
315
262
|
QueryClientImpl: typeof _333.QueryClientImpl;
|
|
316
263
|
createRpcQueryExtension: (base: QueryClient) => {
|
|
317
264
|
params(request?: _180.QueryParamsRequest): Promise<_180.QueryParamsResponse>;
|
|
318
265
|
};
|
|
319
266
|
LCDQueryClient: typeof _331.LCDQueryClient;
|
|
320
|
-
registry: ReadonlyArray<[string,
|
|
321
|
-
load: (protoRegistry: Registry) => void;
|
|
322
|
-
MessageComposer: {
|
|
323
|
-
encoded: {
|
|
324
|
-
updateParams(value: _181.MsgUpdateParams): {
|
|
325
|
-
typeUrl: string;
|
|
326
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
withTypeUrl: {
|
|
330
|
-
updateParams(value: _181.MsgUpdateParams): {
|
|
331
|
-
typeUrl: string;
|
|
332
|
-
value: _181.MsgUpdateParams;
|
|
333
|
-
};
|
|
334
|
-
};
|
|
335
|
-
fromPartial: {
|
|
336
|
-
updateParams(value: _181.MsgUpdateParams): {
|
|
337
|
-
typeUrl: string;
|
|
338
|
-
value: _181.MsgUpdateParams;
|
|
339
|
-
};
|
|
340
|
-
};
|
|
341
|
-
};
|
|
267
|
+
registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
|
|
342
268
|
AminoConverter: {
|
|
343
269
|
"/sparkdream.sparkdream.MsgUpdateParams": {
|
|
344
270
|
aminoType: string;
|
|
@@ -348,9 +274,10 @@ export declare namespace sparkdream {
|
|
|
348
274
|
};
|
|
349
275
|
MsgUpdateParams: {
|
|
350
276
|
typeUrl: string;
|
|
277
|
+
aminoType: string;
|
|
351
278
|
encode(message: _181.MsgUpdateParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
352
279
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _181.MsgUpdateParams;
|
|
353
|
-
fromPartial(object:
|
|
280
|
+
fromPartial(object: import("../helpers").DeepPartial<_181.MsgUpdateParams>): _181.MsgUpdateParams;
|
|
354
281
|
fromAmino(object: _181.MsgUpdateParamsAmino): _181.MsgUpdateParams;
|
|
355
282
|
toAmino(message: _181.MsgUpdateParams): _181.MsgUpdateParamsAmino;
|
|
356
283
|
fromAminoMsg(object: _181.MsgUpdateParamsAminoMsg): _181.MsgUpdateParams;
|
|
@@ -363,7 +290,7 @@ export declare namespace sparkdream {
|
|
|
363
290
|
typeUrl: string;
|
|
364
291
|
encode(_: _181.MsgUpdateParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
365
292
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _181.MsgUpdateParamsResponse;
|
|
366
|
-
fromPartial(_:
|
|
293
|
+
fromPartial(_: import("../helpers").DeepPartial<_181.MsgUpdateParamsResponse>): _181.MsgUpdateParamsResponse;
|
|
367
294
|
fromAmino(_: _181.MsgUpdateParamsResponseAmino): _181.MsgUpdateParamsResponse;
|
|
368
295
|
toAmino(_: _181.MsgUpdateParamsResponse): _181.MsgUpdateParamsResponseAmino;
|
|
369
296
|
fromAminoMsg(object: _181.MsgUpdateParamsResponseAminoMsg): _181.MsgUpdateParamsResponse;
|
|
@@ -375,7 +302,7 @@ export declare namespace sparkdream {
|
|
|
375
302
|
typeUrl: string;
|
|
376
303
|
encode(_: _180.QueryParamsRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
377
304
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _180.QueryParamsRequest;
|
|
378
|
-
fromPartial(_:
|
|
305
|
+
fromPartial(_: import("../helpers").DeepPartial<_180.QueryParamsRequest>): _180.QueryParamsRequest;
|
|
379
306
|
fromAmino(_: _180.QueryParamsRequestAmino): _180.QueryParamsRequest;
|
|
380
307
|
toAmino(_: _180.QueryParamsRequest): _180.QueryParamsRequestAmino;
|
|
381
308
|
fromAminoMsg(object: _180.QueryParamsRequestAminoMsg): _180.QueryParamsRequest;
|
|
@@ -387,7 +314,7 @@ export declare namespace sparkdream {
|
|
|
387
314
|
typeUrl: string;
|
|
388
315
|
encode(message: _180.QueryParamsResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
389
316
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _180.QueryParamsResponse;
|
|
390
|
-
fromPartial(object:
|
|
317
|
+
fromPartial(object: import("../helpers").DeepPartial<_180.QueryParamsResponse>): _180.QueryParamsResponse;
|
|
391
318
|
fromAmino(object: _180.QueryParamsResponseAmino): _180.QueryParamsResponse;
|
|
392
319
|
toAmino(message: _180.QueryParamsResponse): _180.QueryParamsResponseAmino;
|
|
393
320
|
fromAminoMsg(object: _180.QueryParamsResponseAminoMsg): _180.QueryParamsResponse;
|
|
@@ -397,9 +324,10 @@ export declare namespace sparkdream {
|
|
|
397
324
|
};
|
|
398
325
|
Params: {
|
|
399
326
|
typeUrl: string;
|
|
327
|
+
aminoType: string;
|
|
400
328
|
encode(_: _179.Params, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
401
329
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _179.Params;
|
|
402
|
-
fromPartial(_:
|
|
330
|
+
fromPartial(_: import("../helpers").DeepPartial<_179.Params>): _179.Params;
|
|
403
331
|
fromAmino(_: _179.ParamsAmino): _179.Params;
|
|
404
332
|
toAmino(_: _179.Params): _179.ParamsAmino;
|
|
405
333
|
fromAminoMsg(object: _179.ParamsAminoMsg): _179.Params;
|
|
@@ -412,7 +340,7 @@ export declare namespace sparkdream {
|
|
|
412
340
|
typeUrl: string;
|
|
413
341
|
encode(message: _178.GenesisState, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
414
342
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _178.GenesisState;
|
|
415
|
-
fromPartial(object:
|
|
343
|
+
fromPartial(object: import("../helpers").DeepPartial<_178.GenesisState>): _178.GenesisState;
|
|
416
344
|
fromAmino(object: _178.GenesisStateAmino): _178.GenesisState;
|
|
417
345
|
toAmino(message: _178.GenesisState): _178.GenesisStateAmino;
|
|
418
346
|
fromAminoMsg(object: _178.GenesisStateAminoMsg): _178.GenesisState;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Params, ParamsAmino } from "./params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
+
import { DeepPartial } from "../../helpers";
|
|
3
4
|
/** GenesisState defines the sparkdream module's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
/** params defines all the parameters of the module. */
|
|
@@ -18,15 +19,11 @@ export interface GenesisStateAminoMsg {
|
|
|
18
19
|
type: "/sparkdream.sparkdream.GenesisState";
|
|
19
20
|
value: GenesisStateAmino;
|
|
20
21
|
}
|
|
21
|
-
/** GenesisState defines the sparkdream module's genesis state. */
|
|
22
|
-
export interface GenesisStateSDKType {
|
|
23
|
-
params: ParamsSDKType;
|
|
24
|
-
}
|
|
25
22
|
export declare const GenesisState: {
|
|
26
23
|
typeUrl: string;
|
|
27
24
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
28
25
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
29
|
-
fromPartial(object:
|
|
26
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
30
27
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
31
28
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
32
29
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** Module is the config object for the module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
/** authority defines the custom module authority. If not set, defaults to the governance module. */
|
|
@@ -17,15 +18,11 @@ export interface ModuleAminoMsg {
|
|
|
17
18
|
type: "/sparkdream.sparkdream.module.Module";
|
|
18
19
|
value: ModuleAmino;
|
|
19
20
|
}
|
|
20
|
-
/** Module is the config object for the module. */
|
|
21
|
-
export interface ModuleSDKType {
|
|
22
|
-
authority: string;
|
|
23
|
-
}
|
|
24
21
|
export declare const Module: {
|
|
25
22
|
typeUrl: string;
|
|
26
23
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
27
24
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
28
|
-
fromPartial(object:
|
|
25
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
29
26
|
fromAmino(object: ModuleAmino): Module;
|
|
30
27
|
toAmino(message: Module): ModuleAmino;
|
|
31
28
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/** Params defines the parameters for the module. */
|
|
3
4
|
export interface Params {
|
|
4
5
|
}
|
|
@@ -13,14 +14,12 @@ export interface ParamsAminoMsg {
|
|
|
13
14
|
type: "sparkdream/x/sparkdream/Params";
|
|
14
15
|
value: ParamsAmino;
|
|
15
16
|
}
|
|
16
|
-
/** Params defines the parameters for the module. */
|
|
17
|
-
export interface ParamsSDKType {
|
|
18
|
-
}
|
|
19
17
|
export declare const Params: {
|
|
20
18
|
typeUrl: string;
|
|
19
|
+
aminoType: string;
|
|
21
20
|
encode(_: Params, writer?: BinaryWriter): BinaryWriter;
|
|
22
21
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
23
|
-
fromPartial(_:
|
|
22
|
+
fromPartial(_: DeepPartial<Params>): Params;
|
|
24
23
|
fromAmino(_: ParamsAmino): Params;
|
|
25
24
|
toAmino(_: Params): ParamsAmino;
|
|
26
25
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Params, ParamsAmino } from "./params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
+
import { DeepPartial } from "../../helpers";
|
|
3
4
|
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
4
5
|
export interface QueryParamsRequest {
|
|
5
6
|
}
|
|
@@ -14,9 +15,6 @@ export interface QueryParamsRequestAminoMsg {
|
|
|
14
15
|
type: "/sparkdream.sparkdream.QueryParamsRequest";
|
|
15
16
|
value: QueryParamsRequestAmino;
|
|
16
17
|
}
|
|
17
|
-
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
18
|
-
export interface QueryParamsRequestSDKType {
|
|
19
|
-
}
|
|
20
18
|
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
21
19
|
export interface QueryParamsResponse {
|
|
22
20
|
/** params holds all the parameters of this module. */
|
|
@@ -35,15 +33,11 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
35
33
|
type: "/sparkdream.sparkdream.QueryParamsResponse";
|
|
36
34
|
value: QueryParamsResponseAmino;
|
|
37
35
|
}
|
|
38
|
-
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
39
|
-
export interface QueryParamsResponseSDKType {
|
|
40
|
-
params: ParamsSDKType;
|
|
41
|
-
}
|
|
42
36
|
export declare const QueryParamsRequest: {
|
|
43
37
|
typeUrl: string;
|
|
44
38
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
45
39
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
46
|
-
fromPartial(_:
|
|
40
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
47
41
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
48
42
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
49
43
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -55,7 +49,7 @@ export declare const QueryParamsResponse: {
|
|
|
55
49
|
typeUrl: string;
|
|
56
50
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
57
51
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
58
|
-
fromPartial(object:
|
|
52
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
59
53
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
60
54
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
61
55
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryParamsRequest,
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse } 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)
|
|
8
|
+
params: (_params?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
9
9
|
}
|
|
@@ -5,12 +5,11 @@ class LCDQueryClient {
|
|
|
5
5
|
req;
|
|
6
6
|
constructor({ requestClient }) {
|
|
7
7
|
this.req = requestClient;
|
|
8
|
-
this.params = this.params.bind(this);
|
|
9
8
|
}
|
|
10
9
|
/* Parameters queries the parameters of the module. */
|
|
11
|
-
async
|
|
10
|
+
params = async (_params = {}) => {
|
|
12
11
|
const endpoint = `sparkdream/sparkdream/params`;
|
|
13
12
|
return await this.req.get(endpoint);
|
|
14
|
-
}
|
|
13
|
+
};
|
|
15
14
|
}
|
|
16
15
|
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 } from "./query";
|
|
4
4
|
/** Query defines the gRPC querier service. */
|
|
@@ -8,8 +8,8 @@ export interface Query {
|
|
|
8
8
|
}
|
|
9
9
|
export declare class QueryClientImpl implements Query {
|
|
10
10
|
private readonly rpc;
|
|
11
|
-
constructor(rpc:
|
|
12
|
-
params(request?: QueryParamsRequest)
|
|
11
|
+
constructor(rpc: TxRpc);
|
|
12
|
+
params: (request?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
13
13
|
}
|
|
14
14
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
15
15
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
@@ -8,13 +8,13 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.params = this.params.bind(this);
|
|
12
11
|
}
|
|
13
|
-
|
|
12
|
+
/* Parameters queries the parameters of the module. */
|
|
13
|
+
params = async (request = {}) => {
|
|
14
14
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
15
15
|
const promise = this.rpc.request("sparkdream.sparkdream.Query", "Params", data);
|
|
16
16
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
17
|
-
}
|
|
17
|
+
};
|
|
18
18
|
}
|
|
19
19
|
exports.QueryClientImpl = QueryClientImpl;
|
|
20
20
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Params, ParamsAmino } from "./params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
3
|
+
import { DeepPartial } from "../../helpers";
|
|
3
4
|
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
4
5
|
export interface MsgUpdateParams {
|
|
5
6
|
/** authority is the address that controls the module (defaults to x/gov unless overwritten). */
|
|
@@ -30,11 +31,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
30
31
|
type: "sparkdream/x/sparkdream/MsgUpdateParams";
|
|
31
32
|
value: MsgUpdateParamsAmino;
|
|
32
33
|
}
|
|
33
|
-
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
34
|
-
export interface MsgUpdateParamsSDKType {
|
|
35
|
-
authority: string;
|
|
36
|
-
params: ParamsSDKType;
|
|
37
|
-
}
|
|
38
34
|
/**
|
|
39
35
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
40
36
|
* MsgUpdateParams message.
|
|
@@ -55,17 +51,12 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
55
51
|
type: "/sparkdream.sparkdream.MsgUpdateParamsResponse";
|
|
56
52
|
value: MsgUpdateParamsResponseAmino;
|
|
57
53
|
}
|
|
58
|
-
/**
|
|
59
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
60
|
-
* MsgUpdateParams message.
|
|
61
|
-
*/
|
|
62
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
63
|
-
}
|
|
64
54
|
export declare const MsgUpdateParams: {
|
|
65
55
|
typeUrl: string;
|
|
56
|
+
aminoType: string;
|
|
66
57
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
67
58
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
68
|
-
fromPartial(object:
|
|
59
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
69
60
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
70
61
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
71
62
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -78,7 +69,7 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
78
69
|
typeUrl: string;
|
|
79
70
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
80
71
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
81
|
-
fromPartial(_:
|
|
72
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
82
73
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
83
74
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
84
75
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -12,6 +12,7 @@ function createBaseMsgUpdateParams() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.MsgUpdateParams = {
|
|
14
14
|
typeUrl: "/sparkdream.sparkdream.MsgUpdateParams",
|
|
15
|
+
aminoType: "sparkdream/x/sparkdream/MsgUpdateParams",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.authority !== "") {
|
|
17
18
|
writer.uint32(10).string(message.authority);
|