@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,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the mint module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
feeCollectorName: string;
|
|
@@ -19,16 +20,12 @@ export interface ModuleAminoMsg {
|
|
|
19
20
|
type: "cosmos-sdk/Module";
|
|
20
21
|
value: ModuleAmino;
|
|
21
22
|
}
|
|
22
|
-
/** Module is the config object of the mint module. */
|
|
23
|
-
export interface ModuleSDKType {
|
|
24
|
-
fee_collector_name: string;
|
|
25
|
-
authority: string;
|
|
26
|
-
}
|
|
27
23
|
export declare const Module: {
|
|
28
24
|
typeUrl: string;
|
|
25
|
+
aminoType: string;
|
|
29
26
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
30
27
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
31
|
-
fromPartial(object:
|
|
28
|
+
fromPartial(object: DeepPartial<Module>): Module;
|
|
32
29
|
fromAmino(object: ModuleAmino): Module;
|
|
33
30
|
toAmino(message: Module): ModuleAmino;
|
|
34
31
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|
|
@@ -11,6 +11,7 @@ function createBaseModule() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.Module = {
|
|
13
13
|
typeUrl: "/cosmos.mint.module.v1.Module",
|
|
14
|
+
aminoType: "cosmos-sdk/Module",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.feeCollectorName !== "") {
|
|
16
17
|
writer.uint32(10).string(message.feeCollectorName);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Minter, MinterAmino,
|
|
1
|
+
import { Minter, MinterAmino, Params, ParamsAmino } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** GenesisState defines the mint module's genesis state. */
|
|
4
5
|
export interface GenesisState {
|
|
5
6
|
/** minter is a space for holding current inflation information. */
|
|
@@ -22,16 +23,12 @@ export interface GenesisStateAminoMsg {
|
|
|
22
23
|
type: "cosmos-sdk/GenesisState";
|
|
23
24
|
value: GenesisStateAmino;
|
|
24
25
|
}
|
|
25
|
-
/** GenesisState defines the mint module's genesis state. */
|
|
26
|
-
export interface GenesisStateSDKType {
|
|
27
|
-
minter: MinterSDKType;
|
|
28
|
-
params: ParamsSDKType;
|
|
29
|
-
}
|
|
30
26
|
export declare const GenesisState: {
|
|
31
27
|
typeUrl: string;
|
|
28
|
+
aminoType: string;
|
|
32
29
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
33
30
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
34
|
-
fromPartial(object:
|
|
31
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
35
32
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
36
33
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
37
34
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -12,6 +12,7 @@ function createBaseGenesisState() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.GenesisState = {
|
|
14
14
|
typeUrl: "/cosmos.mint.v1beta1.GenesisState",
|
|
15
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.minter !== undefined) {
|
|
17
18
|
mint_1.Minter.encode(message.minter, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** Minter represents the minting state. */
|
|
3
4
|
export interface Minter {
|
|
4
5
|
/** current annual inflation rate */
|
|
@@ -21,11 +22,6 @@ export interface MinterAminoMsg {
|
|
|
21
22
|
type: "cosmos-sdk/Minter";
|
|
22
23
|
value: MinterAmino;
|
|
23
24
|
}
|
|
24
|
-
/** Minter represents the minting state. */
|
|
25
|
-
export interface MinterSDKType {
|
|
26
|
-
inflation: string;
|
|
27
|
-
annual_provisions: string;
|
|
28
|
-
}
|
|
29
25
|
/** Params defines the parameters for the x/mint module. */
|
|
30
26
|
export interface Params {
|
|
31
27
|
/** type of coin to mint */
|
|
@@ -64,20 +60,12 @@ export interface ParamsAminoMsg {
|
|
|
64
60
|
type: "cosmos-sdk/x/mint/Params";
|
|
65
61
|
value: ParamsAmino;
|
|
66
62
|
}
|
|
67
|
-
/** Params defines the parameters for the x/mint module. */
|
|
68
|
-
export interface ParamsSDKType {
|
|
69
|
-
mint_denom: string;
|
|
70
|
-
inflation_rate_change: string;
|
|
71
|
-
inflation_max: string;
|
|
72
|
-
inflation_min: string;
|
|
73
|
-
goal_bonded: string;
|
|
74
|
-
blocks_per_year: bigint;
|
|
75
|
-
}
|
|
76
63
|
export declare const Minter: {
|
|
77
64
|
typeUrl: string;
|
|
65
|
+
aminoType: string;
|
|
78
66
|
encode(message: Minter, writer?: BinaryWriter): BinaryWriter;
|
|
79
67
|
decode(input: BinaryReader | Uint8Array, length?: number): Minter;
|
|
80
|
-
fromPartial(object:
|
|
68
|
+
fromPartial(object: DeepPartial<Minter>): Minter;
|
|
81
69
|
fromAmino(object: MinterAmino): Minter;
|
|
82
70
|
toAmino(message: Minter): MinterAmino;
|
|
83
71
|
fromAminoMsg(object: MinterAminoMsg): Minter;
|
|
@@ -88,9 +76,10 @@ export declare const Minter: {
|
|
|
88
76
|
};
|
|
89
77
|
export declare const Params: {
|
|
90
78
|
typeUrl: string;
|
|
79
|
+
aminoType: string;
|
|
91
80
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
92
81
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
93
|
-
fromPartial(object:
|
|
82
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
94
83
|
fromAmino(object: ParamsAmino): Params;
|
|
95
84
|
toAmino(message: Params): ParamsAmino;
|
|
96
85
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Params = exports.Minter = void 0;
|
|
4
4
|
//@ts-nocheck
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const math_1 = require("@
|
|
6
|
+
const math_1 = require("@interchainjs/math");
|
|
7
7
|
function createBaseMinter() {
|
|
8
8
|
return {
|
|
9
9
|
inflation: "",
|
|
@@ -12,6 +12,7 @@ function createBaseMinter() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.Minter = {
|
|
14
14
|
typeUrl: "/cosmos.mint.v1beta1.Minter",
|
|
15
|
+
aminoType: "cosmos-sdk/Minter",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.inflation !== "") {
|
|
17
18
|
writer.uint32(10).string(math_1.Decimal.fromUserInput(message.inflation, 18).atomics);
|
|
@@ -97,6 +98,7 @@ function createBaseParams() {
|
|
|
97
98
|
}
|
|
98
99
|
exports.Params = {
|
|
99
100
|
typeUrl: "/cosmos.mint.v1beta1.Params",
|
|
101
|
+
aminoType: "cosmos-sdk/x/mint/Params",
|
|
100
102
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
101
103
|
if (message.mintDenom !== "") {
|
|
102
104
|
writer.uint32(10).string(message.mintDenom);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Params, ParamsAmino } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/** QueryParamsRequest is the 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: "cosmos-sdk/QueryParamsRequest";
|
|
15
16
|
value: QueryParamsRequestAmino;
|
|
16
17
|
}
|
|
17
|
-
/** QueryParamsRequest is the request type for the Query/Params RPC method. */
|
|
18
|
-
export interface QueryParamsRequestSDKType {
|
|
19
|
-
}
|
|
20
18
|
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
21
19
|
export interface QueryParamsResponse {
|
|
22
20
|
/** params defines the parameters of the module. */
|
|
@@ -35,10 +33,6 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
35
33
|
type: "cosmos-sdk/QueryParamsResponse";
|
|
36
34
|
value: QueryParamsResponseAmino;
|
|
37
35
|
}
|
|
38
|
-
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
39
|
-
export interface QueryParamsResponseSDKType {
|
|
40
|
-
params: ParamsSDKType;
|
|
41
|
-
}
|
|
42
36
|
/** QueryInflationRequest is the request type for the Query/Inflation RPC method. */
|
|
43
37
|
export interface QueryInflationRequest {
|
|
44
38
|
}
|
|
@@ -53,9 +47,6 @@ export interface QueryInflationRequestAminoMsg {
|
|
|
53
47
|
type: "cosmos-sdk/QueryInflationRequest";
|
|
54
48
|
value: QueryInflationRequestAmino;
|
|
55
49
|
}
|
|
56
|
-
/** QueryInflationRequest is the request type for the Query/Inflation RPC method. */
|
|
57
|
-
export interface QueryInflationRequestSDKType {
|
|
58
|
-
}
|
|
59
50
|
/**
|
|
60
51
|
* QueryInflationResponse is the response type for the Query/Inflation RPC
|
|
61
52
|
* method.
|
|
@@ -80,13 +71,6 @@ export interface QueryInflationResponseAminoMsg {
|
|
|
80
71
|
type: "cosmos-sdk/QueryInflationResponse";
|
|
81
72
|
value: QueryInflationResponseAmino;
|
|
82
73
|
}
|
|
83
|
-
/**
|
|
84
|
-
* QueryInflationResponse is the response type for the Query/Inflation RPC
|
|
85
|
-
* method.
|
|
86
|
-
*/
|
|
87
|
-
export interface QueryInflationResponseSDKType {
|
|
88
|
-
inflation: Uint8Array;
|
|
89
|
-
}
|
|
90
74
|
/**
|
|
91
75
|
* QueryAnnualProvisionsRequest is the request type for the
|
|
92
76
|
* Query/AnnualProvisions RPC method.
|
|
@@ -107,12 +91,6 @@ export interface QueryAnnualProvisionsRequestAminoMsg {
|
|
|
107
91
|
type: "cosmos-sdk/QueryAnnualProvisionsRequest";
|
|
108
92
|
value: QueryAnnualProvisionsRequestAmino;
|
|
109
93
|
}
|
|
110
|
-
/**
|
|
111
|
-
* QueryAnnualProvisionsRequest is the request type for the
|
|
112
|
-
* Query/AnnualProvisions RPC method.
|
|
113
|
-
*/
|
|
114
|
-
export interface QueryAnnualProvisionsRequestSDKType {
|
|
115
|
-
}
|
|
116
94
|
/**
|
|
117
95
|
* QueryAnnualProvisionsResponse is the response type for the
|
|
118
96
|
* Query/AnnualProvisions RPC method.
|
|
@@ -137,18 +115,12 @@ export interface QueryAnnualProvisionsResponseAminoMsg {
|
|
|
137
115
|
type: "cosmos-sdk/QueryAnnualProvisionsResponse";
|
|
138
116
|
value: QueryAnnualProvisionsResponseAmino;
|
|
139
117
|
}
|
|
140
|
-
/**
|
|
141
|
-
* QueryAnnualProvisionsResponse is the response type for the
|
|
142
|
-
* Query/AnnualProvisions RPC method.
|
|
143
|
-
*/
|
|
144
|
-
export interface QueryAnnualProvisionsResponseSDKType {
|
|
145
|
-
annual_provisions: Uint8Array;
|
|
146
|
-
}
|
|
147
118
|
export declare const QueryParamsRequest: {
|
|
148
119
|
typeUrl: string;
|
|
120
|
+
aminoType: string;
|
|
149
121
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
150
122
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
151
|
-
fromPartial(_:
|
|
123
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
152
124
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
153
125
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
154
126
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -159,9 +131,10 @@ export declare const QueryParamsRequest: {
|
|
|
159
131
|
};
|
|
160
132
|
export declare const QueryParamsResponse: {
|
|
161
133
|
typeUrl: string;
|
|
134
|
+
aminoType: string;
|
|
162
135
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
163
136
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
164
|
-
fromPartial(object:
|
|
137
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
165
138
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
166
139
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
167
140
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -172,9 +145,10 @@ export declare const QueryParamsResponse: {
|
|
|
172
145
|
};
|
|
173
146
|
export declare const QueryInflationRequest: {
|
|
174
147
|
typeUrl: string;
|
|
148
|
+
aminoType: string;
|
|
175
149
|
encode(_: QueryInflationRequest, writer?: BinaryWriter): BinaryWriter;
|
|
176
150
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInflationRequest;
|
|
177
|
-
fromPartial(_:
|
|
151
|
+
fromPartial(_: DeepPartial<QueryInflationRequest>): QueryInflationRequest;
|
|
178
152
|
fromAmino(_: QueryInflationRequestAmino): QueryInflationRequest;
|
|
179
153
|
toAmino(_: QueryInflationRequest): QueryInflationRequestAmino;
|
|
180
154
|
fromAminoMsg(object: QueryInflationRequestAminoMsg): QueryInflationRequest;
|
|
@@ -185,9 +159,10 @@ export declare const QueryInflationRequest: {
|
|
|
185
159
|
};
|
|
186
160
|
export declare const QueryInflationResponse: {
|
|
187
161
|
typeUrl: string;
|
|
162
|
+
aminoType: string;
|
|
188
163
|
encode(message: QueryInflationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
189
164
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryInflationResponse;
|
|
190
|
-
fromPartial(object:
|
|
165
|
+
fromPartial(object: DeepPartial<QueryInflationResponse>): QueryInflationResponse;
|
|
191
166
|
fromAmino(object: QueryInflationResponseAmino): QueryInflationResponse;
|
|
192
167
|
toAmino(message: QueryInflationResponse): QueryInflationResponseAmino;
|
|
193
168
|
fromAminoMsg(object: QueryInflationResponseAminoMsg): QueryInflationResponse;
|
|
@@ -198,9 +173,10 @@ export declare const QueryInflationResponse: {
|
|
|
198
173
|
};
|
|
199
174
|
export declare const QueryAnnualProvisionsRequest: {
|
|
200
175
|
typeUrl: string;
|
|
176
|
+
aminoType: string;
|
|
201
177
|
encode(_: QueryAnnualProvisionsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
202
178
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAnnualProvisionsRequest;
|
|
203
|
-
fromPartial(_:
|
|
179
|
+
fromPartial(_: DeepPartial<QueryAnnualProvisionsRequest>): QueryAnnualProvisionsRequest;
|
|
204
180
|
fromAmino(_: QueryAnnualProvisionsRequestAmino): QueryAnnualProvisionsRequest;
|
|
205
181
|
toAmino(_: QueryAnnualProvisionsRequest): QueryAnnualProvisionsRequestAmino;
|
|
206
182
|
fromAminoMsg(object: QueryAnnualProvisionsRequestAminoMsg): QueryAnnualProvisionsRequest;
|
|
@@ -211,9 +187,10 @@ export declare const QueryAnnualProvisionsRequest: {
|
|
|
211
187
|
};
|
|
212
188
|
export declare const QueryAnnualProvisionsResponse: {
|
|
213
189
|
typeUrl: string;
|
|
190
|
+
aminoType: string;
|
|
214
191
|
encode(message: QueryAnnualProvisionsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
215
192
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryAnnualProvisionsResponse;
|
|
216
|
-
fromPartial(object:
|
|
193
|
+
fromPartial(object: DeepPartial<QueryAnnualProvisionsResponse>): QueryAnnualProvisionsResponse;
|
|
217
194
|
fromAmino(object: QueryAnnualProvisionsResponseAmino): QueryAnnualProvisionsResponse;
|
|
218
195
|
toAmino(message: QueryAnnualProvisionsResponse): QueryAnnualProvisionsResponseAmino;
|
|
219
196
|
fromAminoMsg(object: QueryAnnualProvisionsResponseAminoMsg): QueryAnnualProvisionsResponse;
|
|
@@ -10,6 +10,7 @@ function createBaseQueryParamsRequest() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.QueryParamsRequest = {
|
|
12
12
|
typeUrl: "/cosmos.mint.v1beta1.QueryParamsRequest",
|
|
13
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
13
14
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
return writer;
|
|
15
16
|
},
|
|
@@ -68,6 +69,7 @@ function createBaseQueryParamsResponse() {
|
|
|
68
69
|
}
|
|
69
70
|
exports.QueryParamsResponse = {
|
|
70
71
|
typeUrl: "/cosmos.mint.v1beta1.QueryParamsResponse",
|
|
72
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
71
73
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
72
74
|
if (message.params !== undefined) {
|
|
73
75
|
mint_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -135,6 +137,7 @@ function createBaseQueryInflationRequest() {
|
|
|
135
137
|
}
|
|
136
138
|
exports.QueryInflationRequest = {
|
|
137
139
|
typeUrl: "/cosmos.mint.v1beta1.QueryInflationRequest",
|
|
140
|
+
aminoType: "cosmos-sdk/QueryInflationRequest",
|
|
138
141
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
139
142
|
return writer;
|
|
140
143
|
},
|
|
@@ -193,6 +196,7 @@ function createBaseQueryInflationResponse() {
|
|
|
193
196
|
}
|
|
194
197
|
exports.QueryInflationResponse = {
|
|
195
198
|
typeUrl: "/cosmos.mint.v1beta1.QueryInflationResponse",
|
|
199
|
+
aminoType: "cosmos-sdk/QueryInflationResponse",
|
|
196
200
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
197
201
|
if (message.inflation.length !== 0) {
|
|
198
202
|
writer.uint32(10).bytes(message.inflation);
|
|
@@ -260,6 +264,7 @@ function createBaseQueryAnnualProvisionsRequest() {
|
|
|
260
264
|
}
|
|
261
265
|
exports.QueryAnnualProvisionsRequest = {
|
|
262
266
|
typeUrl: "/cosmos.mint.v1beta1.QueryAnnualProvisionsRequest",
|
|
267
|
+
aminoType: "cosmos-sdk/QueryAnnualProvisionsRequest",
|
|
263
268
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
264
269
|
return writer;
|
|
265
270
|
},
|
|
@@ -318,6 +323,7 @@ function createBaseQueryAnnualProvisionsResponse() {
|
|
|
318
323
|
}
|
|
319
324
|
exports.QueryAnnualProvisionsResponse = {
|
|
320
325
|
typeUrl: "/cosmos.mint.v1beta1.QueryAnnualProvisionsResponse",
|
|
326
|
+
aminoType: "cosmos-sdk/QueryAnnualProvisionsResponse",
|
|
321
327
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
322
328
|
if (message.annualProvisions.length !== 0) {
|
|
323
329
|
writer.uint32(10).bytes(message.annualProvisions);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryParamsRequest,
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse, QueryInflationRequest, QueryInflationResponse, QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponse } 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
|
-
inflation(_params?: QueryInflationRequest)
|
|
10
|
-
annualProvisions(_params?: QueryAnnualProvisionsRequest)
|
|
8
|
+
params: (_params?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
9
|
+
inflation: (_params?: QueryInflationRequest) => Promise<QueryInflationResponse>;
|
|
10
|
+
annualProvisions: (_params?: QueryAnnualProvisionsRequest) => Promise<QueryAnnualProvisionsResponse>;
|
|
11
11
|
}
|
|
@@ -5,24 +5,21 @@ class LCDQueryClient {
|
|
|
5
5
|
req;
|
|
6
6
|
constructor({ requestClient }) {
|
|
7
7
|
this.req = requestClient;
|
|
8
|
-
this.params = this.params.bind(this);
|
|
9
|
-
this.inflation = this.inflation.bind(this);
|
|
10
|
-
this.annualProvisions = this.annualProvisions.bind(this);
|
|
11
8
|
}
|
|
12
9
|
/* Params returns the total set of minting parameters. */
|
|
13
|
-
async
|
|
10
|
+
params = async (_params = {}) => {
|
|
14
11
|
const endpoint = `cosmos/mint/v1beta1/params`;
|
|
15
12
|
return await this.req.get(endpoint);
|
|
16
|
-
}
|
|
13
|
+
};
|
|
17
14
|
/* Inflation returns the current minting inflation value. */
|
|
18
|
-
async
|
|
15
|
+
inflation = async (_params = {}) => {
|
|
19
16
|
const endpoint = `cosmos/mint/v1beta1/inflation`;
|
|
20
17
|
return await this.req.get(endpoint);
|
|
21
|
-
}
|
|
18
|
+
};
|
|
22
19
|
/* AnnualProvisions current minting annual provisions value. */
|
|
23
|
-
async
|
|
20
|
+
annualProvisions = async (_params = {}) => {
|
|
24
21
|
const endpoint = `cosmos/mint/v1beta1/annual_provisions`;
|
|
25
22
|
return await this.req.get(endpoint);
|
|
26
|
-
}
|
|
23
|
+
};
|
|
27
24
|
}
|
|
28
25
|
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, QueryInflationRequest, QueryInflationResponse, QueryAnnualProvisionsRequest, QueryAnnualProvisionsResponse } from "./query";
|
|
4
4
|
/** Query provides defines the gRPC querier service. */
|
|
@@ -12,10 +12,10 @@ export interface Query {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class QueryClientImpl implements Query {
|
|
14
14
|
private readonly rpc;
|
|
15
|
-
constructor(rpc:
|
|
16
|
-
params(request?: QueryParamsRequest)
|
|
17
|
-
inflation(request?: QueryInflationRequest)
|
|
18
|
-
annualProvisions(request?: QueryAnnualProvisionsRequest)
|
|
15
|
+
constructor(rpc: TxRpc);
|
|
16
|
+
params: (request?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
17
|
+
inflation: (request?: QueryInflationRequest) => Promise<QueryInflationResponse>;
|
|
18
|
+
annualProvisions: (request?: QueryAnnualProvisionsRequest) => Promise<QueryAnnualProvisionsResponse>;
|
|
19
19
|
}
|
|
20
20
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
21
21
|
params(request?: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
@@ -8,25 +8,25 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.params = this.params.bind(this);
|
|
12
|
-
this.inflation = this.inflation.bind(this);
|
|
13
|
-
this.annualProvisions = this.annualProvisions.bind(this);
|
|
14
11
|
}
|
|
15
|
-
|
|
12
|
+
/* Params returns the total set of minting parameters. */
|
|
13
|
+
params = async (request = {}) => {
|
|
16
14
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
17
15
|
const promise = this.rpc.request("cosmos.mint.v1beta1.Query", "Params", data);
|
|
18
16
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
19
|
-
}
|
|
20
|
-
inflation
|
|
17
|
+
};
|
|
18
|
+
/* Inflation returns the current minting inflation value. */
|
|
19
|
+
inflation = async (request = {}) => {
|
|
21
20
|
const data = query_1.QueryInflationRequest.encode(request).finish();
|
|
22
21
|
const promise = this.rpc.request("cosmos.mint.v1beta1.Query", "Inflation", data);
|
|
23
22
|
return promise.then(data => query_1.QueryInflationResponse.decode(new binary_1.BinaryReader(data)));
|
|
24
|
-
}
|
|
25
|
-
|
|
23
|
+
};
|
|
24
|
+
/* AnnualProvisions current minting annual provisions value. */
|
|
25
|
+
annualProvisions = async (request = {}) => {
|
|
26
26
|
const data = query_1.QueryAnnualProvisionsRequest.encode(request).finish();
|
|
27
27
|
const promise = this.rpc.request("cosmos.mint.v1beta1.Query", "AnnualProvisions", data);
|
|
28
28
|
return promise.then(data => query_1.QueryAnnualProvisionsResponse.decode(new binary_1.BinaryReader(data)));
|
|
29
|
-
}
|
|
29
|
+
};
|
|
30
30
|
}
|
|
31
31
|
exports.QueryClientImpl = QueryClientImpl;
|
|
32
32
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Params, ParamsAmino } from "./mint";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
5
6
|
*
|
|
@@ -38,15 +39,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
38
39
|
type: "cosmos-sdk/x/mint/MsgUpdateParams";
|
|
39
40
|
value: MsgUpdateParamsAmino;
|
|
40
41
|
}
|
|
41
|
-
/**
|
|
42
|
-
* MsgUpdateParams is the Msg/UpdateParams request type.
|
|
43
|
-
*
|
|
44
|
-
* Since: cosmos-sdk 0.47
|
|
45
|
-
*/
|
|
46
|
-
export interface MsgUpdateParamsSDKType {
|
|
47
|
-
authority: string;
|
|
48
|
-
params: ParamsSDKType;
|
|
49
|
-
}
|
|
50
42
|
/**
|
|
51
43
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
52
44
|
* MsgUpdateParams message.
|
|
@@ -71,19 +63,12 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
71
63
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
72
64
|
value: MsgUpdateParamsResponseAmino;
|
|
73
65
|
}
|
|
74
|
-
/**
|
|
75
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
76
|
-
* MsgUpdateParams message.
|
|
77
|
-
*
|
|
78
|
-
* Since: cosmos-sdk 0.47
|
|
79
|
-
*/
|
|
80
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
81
|
-
}
|
|
82
66
|
export declare const MsgUpdateParams: {
|
|
83
67
|
typeUrl: string;
|
|
68
|
+
aminoType: string;
|
|
84
69
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
85
70
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
86
|
-
fromPartial(object:
|
|
71
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
87
72
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
88
73
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
89
74
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -94,9 +79,10 @@ export declare const MsgUpdateParams: {
|
|
|
94
79
|
};
|
|
95
80
|
export declare const MsgUpdateParamsResponse: {
|
|
96
81
|
typeUrl: string;
|
|
82
|
+
aminoType: string;
|
|
97
83
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
98
84
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
99
|
-
fromPartial(_:
|
|
85
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
100
86
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
101
87
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
102
88
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -12,6 +12,7 @@ function createBaseMsgUpdateParams() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.MsgUpdateParams = {
|
|
14
14
|
typeUrl: "/cosmos.mint.v1beta1.MsgUpdateParams",
|
|
15
|
+
aminoType: "cosmos-sdk/x/mint/MsgUpdateParams",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.authority !== "") {
|
|
17
18
|
writer.uint32(10).string(message.authority);
|
|
@@ -90,6 +91,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
90
91
|
}
|
|
91
92
|
exports.MsgUpdateParamsResponse = {
|
|
92
93
|
typeUrl: "/cosmos.mint.v1beta1.MsgUpdateParamsResponse",
|
|
94
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
93
95
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
94
96
|
return writer;
|
|
95
97
|
},
|
|
@@ -1,24 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const registry: ReadonlyArray<[string, GeneratedType]>;
|
|
4
|
-
export declare const load: (protoRegistry: Registry) => void;
|
|
5
|
-
export declare const MessageComposer: {
|
|
6
|
-
encoded: {
|
|
7
|
-
updateParams(value: MsgUpdateParams): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
withTypeUrl: {
|
|
13
|
-
updateParams(value: MsgUpdateParams): {
|
|
14
|
-
typeUrl: string;
|
|
15
|
-
value: MsgUpdateParams;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
fromPartial: {
|
|
19
|
-
updateParams(value: MsgUpdateParams): {
|
|
20
|
-
typeUrl: string;
|
|
21
|
-
value: MsgUpdateParams;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.mint.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
updateParams(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/cosmos.mint.v1beta1.MsgUpdateParams",
|
|
17
|
-
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
withTypeUrl: {
|
|
22
|
-
updateParams(value) {
|
|
23
|
-
return {
|
|
24
|
-
typeUrl: "/cosmos.mint.v1beta1.MsgUpdateParams",
|
|
25
|
-
value
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
fromPartial: {
|
|
30
|
-
updateParams(value) {
|
|
31
|
-
return {
|
|
32
|
-
typeUrl: "/cosmos.mint.v1beta1.MsgUpdateParams",
|
|
33
|
-
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the x/mint Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -12,6 +12,7 @@ export interface Msg {
|
|
|
12
12
|
}
|
|
13
13
|
export declare class MsgClientImpl implements Msg {
|
|
14
14
|
private readonly rpc;
|
|
15
|
-
constructor(rpc:
|
|
16
|
-
updateParams(request: MsgUpdateParams)
|
|
15
|
+
constructor(rpc: TxRpc);
|
|
16
|
+
updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
|
|
17
17
|
}
|
|
18
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,18 +1,25 @@
|
|
|
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
10
|
}
|
|
12
|
-
|
|
11
|
+
/* UpdateParams defines a governance operation for updating the x/mint module
|
|
12
|
+
parameters. The authority is defaults to the x/gov module account.
|
|
13
|
+
|
|
14
|
+
Since: cosmos-sdk 0.47 */
|
|
15
|
+
updateParams = async (request) => {
|
|
13
16
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
14
17
|
const promise = this.rpc.request("cosmos.mint.v1beta1.Msg", "UpdateParams", data);
|
|
15
18
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
16
|
-
}
|
|
19
|
+
};
|
|
17
20
|
}
|
|
18
21
|
exports.MsgClientImpl = MsgClientImpl;
|
|
22
|
+
const createClientImpl = (rpc) => {
|
|
23
|
+
return new MsgClientImpl(rpc);
|
|
24
|
+
};
|
|
25
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/** Module is the config object of the nft module. */
|
|
3
4
|
export interface Module {
|
|
4
5
|
}
|
|
@@ -13,14 +14,12 @@ export interface ModuleAminoMsg {
|
|
|
13
14
|
type: "cosmos-sdk/Module";
|
|
14
15
|
value: ModuleAmino;
|
|
15
16
|
}
|
|
16
|
-
/** Module is the config object of the nft module. */
|
|
17
|
-
export interface ModuleSDKType {
|
|
18
|
-
}
|
|
19
17
|
export declare const Module: {
|
|
20
18
|
typeUrl: string;
|
|
19
|
+
aminoType: string;
|
|
21
20
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
22
21
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
23
|
-
fromPartial(_:
|
|
22
|
+
fromPartial(_: DeepPartial<Module>): Module;
|
|
24
23
|
fromAmino(_: ModuleAmino): Module;
|
|
25
24
|
toAmino(_: Module): ModuleAmino;
|
|
26
25
|
fromAminoMsg(object: ModuleAminoMsg): Module;
|