@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,6 +1,7 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
2
|
+
import { Params, ParamsAmino } from "./types";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* MsgFundCommunityPool allows an account to directly
|
|
6
7
|
* fund the community pool.
|
|
@@ -25,14 +26,6 @@ export interface MsgFundCommunityPoolAminoMsg {
|
|
|
25
26
|
type: "cosmos-sdk/MsgFundCommunityPool";
|
|
26
27
|
value: MsgFundCommunityPoolAmino;
|
|
27
28
|
}
|
|
28
|
-
/**
|
|
29
|
-
* MsgFundCommunityPool allows an account to directly
|
|
30
|
-
* fund the community pool.
|
|
31
|
-
*/
|
|
32
|
-
export interface MsgFundCommunityPoolSDKType {
|
|
33
|
-
depositor: string;
|
|
34
|
-
amount: CoinSDKType[];
|
|
35
|
-
}
|
|
36
29
|
/** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
|
|
37
30
|
export interface MsgFundCommunityPoolResponse {
|
|
38
31
|
}
|
|
@@ -47,9 +40,6 @@ export interface MsgFundCommunityPoolResponseAminoMsg {
|
|
|
47
40
|
type: "cosmos-sdk/MsgFundCommunityPoolResponse";
|
|
48
41
|
value: MsgFundCommunityPoolResponseAmino;
|
|
49
42
|
}
|
|
50
|
-
/** MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. */
|
|
51
|
-
export interface MsgFundCommunityPoolResponseSDKType {
|
|
52
|
-
}
|
|
53
43
|
/**
|
|
54
44
|
* MsgCommunityPoolSpend defines a message for sending tokens from the community
|
|
55
45
|
* pool to another account. This message is typically executed via a governance
|
|
@@ -80,16 +70,6 @@ export interface MsgCommunityPoolSpendAminoMsg {
|
|
|
80
70
|
type: "cosmos-sdk/MsgCommunityPoolSpend";
|
|
81
71
|
value: MsgCommunityPoolSpendAmino;
|
|
82
72
|
}
|
|
83
|
-
/**
|
|
84
|
-
* MsgCommunityPoolSpend defines a message for sending tokens from the community
|
|
85
|
-
* pool to another account. This message is typically executed via a governance
|
|
86
|
-
* proposal with the governance module being the executing authority.
|
|
87
|
-
*/
|
|
88
|
-
export interface MsgCommunityPoolSpendSDKType {
|
|
89
|
-
authority: string;
|
|
90
|
-
recipient: string;
|
|
91
|
-
amount: CoinSDKType[];
|
|
92
|
-
}
|
|
93
73
|
/**
|
|
94
74
|
* MsgCommunityPoolSpendResponse defines the response to executing a
|
|
95
75
|
* MsgCommunityPoolSpend message.
|
|
@@ -110,12 +90,6 @@ export interface MsgCommunityPoolSpendResponseAminoMsg {
|
|
|
110
90
|
type: "cosmos-sdk/MsgCommunityPoolSpendResponse";
|
|
111
91
|
value: MsgCommunityPoolSpendResponseAmino;
|
|
112
92
|
}
|
|
113
|
-
/**
|
|
114
|
-
* MsgCommunityPoolSpendResponse defines the response to executing a
|
|
115
|
-
* MsgCommunityPoolSpend message.
|
|
116
|
-
*/
|
|
117
|
-
export interface MsgCommunityPoolSpendResponseSDKType {
|
|
118
|
-
}
|
|
119
93
|
/** MsgCreateContinuousFund defines a message for adding continuous funds. */
|
|
120
94
|
export interface MsgCreateContinuousFund {
|
|
121
95
|
/** Authority is the address that controls the module (defaults to x/gov unless overwritten). */
|
|
@@ -146,13 +120,6 @@ export interface MsgCreateContinuousFundAminoMsg {
|
|
|
146
120
|
type: "cosmos-sdk/MsgCreateContinuousFund";
|
|
147
121
|
value: MsgCreateContinuousFundAmino;
|
|
148
122
|
}
|
|
149
|
-
/** MsgCreateContinuousFund defines a message for adding continuous funds. */
|
|
150
|
-
export interface MsgCreateContinuousFundSDKType {
|
|
151
|
-
authority: string;
|
|
152
|
-
recipient: string;
|
|
153
|
-
percentage: string;
|
|
154
|
-
expiry?: Date;
|
|
155
|
-
}
|
|
156
123
|
/**
|
|
157
124
|
* MsgCreateContinuousFundResponse defines the response to executing a
|
|
158
125
|
* MsgCreateContinuousFund message.
|
|
@@ -173,12 +140,6 @@ export interface MsgCreateContinuousFundResponseAminoMsg {
|
|
|
173
140
|
type: "cosmos-sdk/MsgCreateContinuousFundResponse";
|
|
174
141
|
value: MsgCreateContinuousFundResponseAmino;
|
|
175
142
|
}
|
|
176
|
-
/**
|
|
177
|
-
* MsgCreateContinuousFundResponse defines the response to executing a
|
|
178
|
-
* MsgCreateContinuousFund message.
|
|
179
|
-
*/
|
|
180
|
-
export interface MsgCreateContinuousFundResponseSDKType {
|
|
181
|
-
}
|
|
182
143
|
/** MsgCancelContinuousFund defines a message to cancel continuous funds for a specific recipient. */
|
|
183
144
|
export interface MsgCancelContinuousFund {
|
|
184
145
|
/** Authority is the account address of authority. */
|
|
@@ -201,11 +162,6 @@ export interface MsgCancelContinuousFundAminoMsg {
|
|
|
201
162
|
type: "cosmos-sdk/MsgCancelContinuousFund";
|
|
202
163
|
value: MsgCancelContinuousFundAmino;
|
|
203
164
|
}
|
|
204
|
-
/** MsgCancelContinuousFund defines a message to cancel continuous funds for a specific recipient. */
|
|
205
|
-
export interface MsgCancelContinuousFundSDKType {
|
|
206
|
-
authority: string;
|
|
207
|
-
recipient: string;
|
|
208
|
-
}
|
|
209
165
|
/**
|
|
210
166
|
* MsgCancelContinuousFundResponse defines the response to executing a
|
|
211
167
|
* MsgCancelContinuousFund message.
|
|
@@ -238,15 +194,6 @@ export interface MsgCancelContinuousFundResponseAminoMsg {
|
|
|
238
194
|
type: "cosmos-sdk/MsgCancelContinuousFundResponse";
|
|
239
195
|
value: MsgCancelContinuousFundResponseAmino;
|
|
240
196
|
}
|
|
241
|
-
/**
|
|
242
|
-
* MsgCancelContinuousFundResponse defines the response to executing a
|
|
243
|
-
* MsgCancelContinuousFund message.
|
|
244
|
-
*/
|
|
245
|
-
export interface MsgCancelContinuousFundResponseSDKType {
|
|
246
|
-
canceled_time: Date;
|
|
247
|
-
canceled_height: bigint;
|
|
248
|
-
recipient: string;
|
|
249
|
-
}
|
|
250
197
|
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
251
198
|
export interface MsgUpdateParams {
|
|
252
199
|
/** authority is the address that controls the module (defaults to x/gov unless overwritten). */
|
|
@@ -277,11 +224,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
277
224
|
type: "cosmos-sdk/MsgUpdateParams";
|
|
278
225
|
value: MsgUpdateParamsAmino;
|
|
279
226
|
}
|
|
280
|
-
/** MsgUpdateParams is the Msg/UpdateParams request type. */
|
|
281
|
-
export interface MsgUpdateParamsSDKType {
|
|
282
|
-
authority: string;
|
|
283
|
-
params: ParamsSDKType;
|
|
284
|
-
}
|
|
285
227
|
/**
|
|
286
228
|
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
287
229
|
* MsgUpdateParams message.
|
|
@@ -302,17 +244,12 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
302
244
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
303
245
|
value: MsgUpdateParamsResponseAmino;
|
|
304
246
|
}
|
|
305
|
-
/**
|
|
306
|
-
* MsgUpdateParamsResponse defines the response structure for executing a
|
|
307
|
-
* MsgUpdateParams message.
|
|
308
|
-
*/
|
|
309
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
310
|
-
}
|
|
311
247
|
export declare const MsgFundCommunityPool: {
|
|
312
248
|
typeUrl: string;
|
|
249
|
+
aminoType: string;
|
|
313
250
|
encode(message: MsgFundCommunityPool, writer?: BinaryWriter): BinaryWriter;
|
|
314
251
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPool;
|
|
315
|
-
fromPartial(object:
|
|
252
|
+
fromPartial(object: DeepPartial<MsgFundCommunityPool>): MsgFundCommunityPool;
|
|
316
253
|
fromAmino(object: MsgFundCommunityPoolAmino): MsgFundCommunityPool;
|
|
317
254
|
toAmino(message: MsgFundCommunityPool): MsgFundCommunityPoolAmino;
|
|
318
255
|
fromAminoMsg(object: MsgFundCommunityPoolAminoMsg): MsgFundCommunityPool;
|
|
@@ -323,9 +260,10 @@ export declare const MsgFundCommunityPool: {
|
|
|
323
260
|
};
|
|
324
261
|
export declare const MsgFundCommunityPoolResponse: {
|
|
325
262
|
typeUrl: string;
|
|
263
|
+
aminoType: string;
|
|
326
264
|
encode(_: MsgFundCommunityPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
327
265
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgFundCommunityPoolResponse;
|
|
328
|
-
fromPartial(_:
|
|
266
|
+
fromPartial(_: DeepPartial<MsgFundCommunityPoolResponse>): MsgFundCommunityPoolResponse;
|
|
329
267
|
fromAmino(_: MsgFundCommunityPoolResponseAmino): MsgFundCommunityPoolResponse;
|
|
330
268
|
toAmino(_: MsgFundCommunityPoolResponse): MsgFundCommunityPoolResponseAmino;
|
|
331
269
|
fromAminoMsg(object: MsgFundCommunityPoolResponseAminoMsg): MsgFundCommunityPoolResponse;
|
|
@@ -336,9 +274,10 @@ export declare const MsgFundCommunityPoolResponse: {
|
|
|
336
274
|
};
|
|
337
275
|
export declare const MsgCommunityPoolSpend: {
|
|
338
276
|
typeUrl: string;
|
|
277
|
+
aminoType: string;
|
|
339
278
|
encode(message: MsgCommunityPoolSpend, writer?: BinaryWriter): BinaryWriter;
|
|
340
279
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpend;
|
|
341
|
-
fromPartial(object:
|
|
280
|
+
fromPartial(object: DeepPartial<MsgCommunityPoolSpend>): MsgCommunityPoolSpend;
|
|
342
281
|
fromAmino(object: MsgCommunityPoolSpendAmino): MsgCommunityPoolSpend;
|
|
343
282
|
toAmino(message: MsgCommunityPoolSpend): MsgCommunityPoolSpendAmino;
|
|
344
283
|
fromAminoMsg(object: MsgCommunityPoolSpendAminoMsg): MsgCommunityPoolSpend;
|
|
@@ -349,9 +288,10 @@ export declare const MsgCommunityPoolSpend: {
|
|
|
349
288
|
};
|
|
350
289
|
export declare const MsgCommunityPoolSpendResponse: {
|
|
351
290
|
typeUrl: string;
|
|
291
|
+
aminoType: string;
|
|
352
292
|
encode(_: MsgCommunityPoolSpendResponse, writer?: BinaryWriter): BinaryWriter;
|
|
353
293
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCommunityPoolSpendResponse;
|
|
354
|
-
fromPartial(_:
|
|
294
|
+
fromPartial(_: DeepPartial<MsgCommunityPoolSpendResponse>): MsgCommunityPoolSpendResponse;
|
|
355
295
|
fromAmino(_: MsgCommunityPoolSpendResponseAmino): MsgCommunityPoolSpendResponse;
|
|
356
296
|
toAmino(_: MsgCommunityPoolSpendResponse): MsgCommunityPoolSpendResponseAmino;
|
|
357
297
|
fromAminoMsg(object: MsgCommunityPoolSpendResponseAminoMsg): MsgCommunityPoolSpendResponse;
|
|
@@ -362,9 +302,10 @@ export declare const MsgCommunityPoolSpendResponse: {
|
|
|
362
302
|
};
|
|
363
303
|
export declare const MsgCreateContinuousFund: {
|
|
364
304
|
typeUrl: string;
|
|
305
|
+
aminoType: string;
|
|
365
306
|
encode(message: MsgCreateContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
366
307
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateContinuousFund;
|
|
367
|
-
fromPartial(object:
|
|
308
|
+
fromPartial(object: DeepPartial<MsgCreateContinuousFund>): MsgCreateContinuousFund;
|
|
368
309
|
fromAmino(object: MsgCreateContinuousFundAmino): MsgCreateContinuousFund;
|
|
369
310
|
toAmino(message: MsgCreateContinuousFund): MsgCreateContinuousFundAmino;
|
|
370
311
|
fromAminoMsg(object: MsgCreateContinuousFundAminoMsg): MsgCreateContinuousFund;
|
|
@@ -375,9 +316,10 @@ export declare const MsgCreateContinuousFund: {
|
|
|
375
316
|
};
|
|
376
317
|
export declare const MsgCreateContinuousFundResponse: {
|
|
377
318
|
typeUrl: string;
|
|
319
|
+
aminoType: string;
|
|
378
320
|
encode(_: MsgCreateContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
379
321
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateContinuousFundResponse;
|
|
380
|
-
fromPartial(_:
|
|
322
|
+
fromPartial(_: DeepPartial<MsgCreateContinuousFundResponse>): MsgCreateContinuousFundResponse;
|
|
381
323
|
fromAmino(_: MsgCreateContinuousFundResponseAmino): MsgCreateContinuousFundResponse;
|
|
382
324
|
toAmino(_: MsgCreateContinuousFundResponse): MsgCreateContinuousFundResponseAmino;
|
|
383
325
|
fromAminoMsg(object: MsgCreateContinuousFundResponseAminoMsg): MsgCreateContinuousFundResponse;
|
|
@@ -388,9 +330,10 @@ export declare const MsgCreateContinuousFundResponse: {
|
|
|
388
330
|
};
|
|
389
331
|
export declare const MsgCancelContinuousFund: {
|
|
390
332
|
typeUrl: string;
|
|
333
|
+
aminoType: string;
|
|
391
334
|
encode(message: MsgCancelContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
392
335
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelContinuousFund;
|
|
393
|
-
fromPartial(object:
|
|
336
|
+
fromPartial(object: DeepPartial<MsgCancelContinuousFund>): MsgCancelContinuousFund;
|
|
394
337
|
fromAmino(object: MsgCancelContinuousFundAmino): MsgCancelContinuousFund;
|
|
395
338
|
toAmino(message: MsgCancelContinuousFund): MsgCancelContinuousFundAmino;
|
|
396
339
|
fromAminoMsg(object: MsgCancelContinuousFundAminoMsg): MsgCancelContinuousFund;
|
|
@@ -401,9 +344,10 @@ export declare const MsgCancelContinuousFund: {
|
|
|
401
344
|
};
|
|
402
345
|
export declare const MsgCancelContinuousFundResponse: {
|
|
403
346
|
typeUrl: string;
|
|
347
|
+
aminoType: string;
|
|
404
348
|
encode(message: MsgCancelContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
405
349
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCancelContinuousFundResponse;
|
|
406
|
-
fromPartial(object:
|
|
350
|
+
fromPartial(object: DeepPartial<MsgCancelContinuousFundResponse>): MsgCancelContinuousFundResponse;
|
|
407
351
|
fromAmino(object: MsgCancelContinuousFundResponseAmino): MsgCancelContinuousFundResponse;
|
|
408
352
|
toAmino(message: MsgCancelContinuousFundResponse): MsgCancelContinuousFundResponseAmino;
|
|
409
353
|
fromAminoMsg(object: MsgCancelContinuousFundResponseAminoMsg): MsgCancelContinuousFundResponse;
|
|
@@ -414,9 +358,10 @@ export declare const MsgCancelContinuousFundResponse: {
|
|
|
414
358
|
};
|
|
415
359
|
export declare const MsgUpdateParams: {
|
|
416
360
|
typeUrl: string;
|
|
361
|
+
aminoType: string;
|
|
417
362
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
418
363
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
419
|
-
fromPartial(object:
|
|
364
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
420
365
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
421
366
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
422
367
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -427,9 +372,10 @@ export declare const MsgUpdateParams: {
|
|
|
427
372
|
};
|
|
428
373
|
export declare const MsgUpdateParamsResponse: {
|
|
429
374
|
typeUrl: string;
|
|
375
|
+
aminoType: string;
|
|
430
376
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
431
377
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
432
|
-
fromPartial(_:
|
|
378
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
433
379
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
434
380
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
435
381
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -6,8 +6,8 @@ const coin_1 = require("../../base/v1beta1/coin");
|
|
|
6
6
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
7
7
|
const types_1 = require("./types");
|
|
8
8
|
const binary_1 = require("../../../binary");
|
|
9
|
-
const math_1 = require("@cosmjs/math");
|
|
10
9
|
const helpers_1 = require("../../../helpers");
|
|
10
|
+
const math_1 = require("@interchainjs/math");
|
|
11
11
|
function createBaseMsgFundCommunityPool() {
|
|
12
12
|
return {
|
|
13
13
|
depositor: "",
|
|
@@ -16,6 +16,7 @@ function createBaseMsgFundCommunityPool() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.MsgFundCommunityPool = {
|
|
18
18
|
typeUrl: "/cosmos.protocolpool.v1.MsgFundCommunityPool",
|
|
19
|
+
aminoType: "cosmos-sdk/MsgFundCommunityPool",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.depositor !== "") {
|
|
21
22
|
writer.uint32(10).string(message.depositor);
|
|
@@ -97,6 +98,7 @@ function createBaseMsgFundCommunityPoolResponse() {
|
|
|
97
98
|
}
|
|
98
99
|
exports.MsgFundCommunityPoolResponse = {
|
|
99
100
|
typeUrl: "/cosmos.protocolpool.v1.MsgFundCommunityPoolResponse",
|
|
101
|
+
aminoType: "cosmos-sdk/MsgFundCommunityPoolResponse",
|
|
100
102
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
101
103
|
return writer;
|
|
102
104
|
},
|
|
@@ -157,6 +159,7 @@ function createBaseMsgCommunityPoolSpend() {
|
|
|
157
159
|
}
|
|
158
160
|
exports.MsgCommunityPoolSpend = {
|
|
159
161
|
typeUrl: "/cosmos.protocolpool.v1.MsgCommunityPoolSpend",
|
|
162
|
+
aminoType: "cosmos-sdk/MsgCommunityPoolSpend",
|
|
160
163
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
161
164
|
if (message.authority !== "") {
|
|
162
165
|
writer.uint32(10).string(message.authority);
|
|
@@ -249,6 +252,7 @@ function createBaseMsgCommunityPoolSpendResponse() {
|
|
|
249
252
|
}
|
|
250
253
|
exports.MsgCommunityPoolSpendResponse = {
|
|
251
254
|
typeUrl: "/cosmos.protocolpool.v1.MsgCommunityPoolSpendResponse",
|
|
255
|
+
aminoType: "cosmos-sdk/MsgCommunityPoolSpendResponse",
|
|
252
256
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
253
257
|
return writer;
|
|
254
258
|
},
|
|
@@ -310,6 +314,7 @@ function createBaseMsgCreateContinuousFund() {
|
|
|
310
314
|
}
|
|
311
315
|
exports.MsgCreateContinuousFund = {
|
|
312
316
|
typeUrl: "/cosmos.protocolpool.v1.MsgCreateContinuousFund",
|
|
317
|
+
aminoType: "cosmos-sdk/MsgCreateContinuousFund",
|
|
313
318
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
314
319
|
if (message.authority !== "") {
|
|
315
320
|
writer.uint32(10).string(message.authority);
|
|
@@ -410,6 +415,7 @@ function createBaseMsgCreateContinuousFundResponse() {
|
|
|
410
415
|
}
|
|
411
416
|
exports.MsgCreateContinuousFundResponse = {
|
|
412
417
|
typeUrl: "/cosmos.protocolpool.v1.MsgCreateContinuousFundResponse",
|
|
418
|
+
aminoType: "cosmos-sdk/MsgCreateContinuousFundResponse",
|
|
413
419
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
414
420
|
return writer;
|
|
415
421
|
},
|
|
@@ -469,6 +475,7 @@ function createBaseMsgCancelContinuousFund() {
|
|
|
469
475
|
}
|
|
470
476
|
exports.MsgCancelContinuousFund = {
|
|
471
477
|
typeUrl: "/cosmos.protocolpool.v1.MsgCancelContinuousFund",
|
|
478
|
+
aminoType: "cosmos-sdk/MsgCancelContinuousFund",
|
|
472
479
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
473
480
|
if (message.authority !== "") {
|
|
474
481
|
writer.uint32(10).string(message.authority);
|
|
@@ -551,6 +558,7 @@ function createBaseMsgCancelContinuousFundResponse() {
|
|
|
551
558
|
}
|
|
552
559
|
exports.MsgCancelContinuousFundResponse = {
|
|
553
560
|
typeUrl: "/cosmos.protocolpool.v1.MsgCancelContinuousFundResponse",
|
|
561
|
+
aminoType: "cosmos-sdk/MsgCancelContinuousFundResponse",
|
|
554
562
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
555
563
|
if (message.canceledTime !== undefined) {
|
|
556
564
|
timestamp_1.Timestamp.encode((0, helpers_1.toTimestamp)(message.canceledTime), writer.uint32(10).fork()).ldelim();
|
|
@@ -643,6 +651,7 @@ function createBaseMsgUpdateParams() {
|
|
|
643
651
|
}
|
|
644
652
|
exports.MsgUpdateParams = {
|
|
645
653
|
typeUrl: "/cosmos.protocolpool.v1.MsgUpdateParams",
|
|
654
|
+
aminoType: "cosmos-sdk/MsgUpdateParams",
|
|
646
655
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
647
656
|
if (message.authority !== "") {
|
|
648
657
|
writer.uint32(10).string(message.authority);
|
|
@@ -721,6 +730,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
721
730
|
}
|
|
722
731
|
exports.MsgUpdateParamsResponse = {
|
|
723
732
|
typeUrl: "/cosmos.protocolpool.v1.MsgUpdateParamsResponse",
|
|
733
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
724
734
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
725
735
|
return writer;
|
|
726
736
|
},
|
|
@@ -1,72 +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
|
-
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
createContinuousFund(value: MsgCreateContinuousFund): {
|
|
16
|
-
typeUrl: string;
|
|
17
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
18
|
-
};
|
|
19
|
-
cancelContinuousFund(value: MsgCancelContinuousFund): {
|
|
20
|
-
typeUrl: string;
|
|
21
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
22
|
-
};
|
|
23
|
-
updateParams(value: MsgUpdateParams): {
|
|
24
|
-
typeUrl: string;
|
|
25
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
withTypeUrl: {
|
|
29
|
-
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
30
|
-
typeUrl: string;
|
|
31
|
-
value: MsgFundCommunityPool;
|
|
32
|
-
};
|
|
33
|
-
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
34
|
-
typeUrl: string;
|
|
35
|
-
value: MsgCommunityPoolSpend;
|
|
36
|
-
};
|
|
37
|
-
createContinuousFund(value: MsgCreateContinuousFund): {
|
|
38
|
-
typeUrl: string;
|
|
39
|
-
value: MsgCreateContinuousFund;
|
|
40
|
-
};
|
|
41
|
-
cancelContinuousFund(value: MsgCancelContinuousFund): {
|
|
42
|
-
typeUrl: string;
|
|
43
|
-
value: MsgCancelContinuousFund;
|
|
44
|
-
};
|
|
45
|
-
updateParams(value: MsgUpdateParams): {
|
|
46
|
-
typeUrl: string;
|
|
47
|
-
value: MsgUpdateParams;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
fromPartial: {
|
|
51
|
-
fundCommunityPool(value: MsgFundCommunityPool): {
|
|
52
|
-
typeUrl: string;
|
|
53
|
-
value: MsgFundCommunityPool;
|
|
54
|
-
};
|
|
55
|
-
communityPoolSpend(value: MsgCommunityPoolSpend): {
|
|
56
|
-
typeUrl: string;
|
|
57
|
-
value: MsgCommunityPoolSpend;
|
|
58
|
-
};
|
|
59
|
-
createContinuousFund(value: MsgCreateContinuousFund): {
|
|
60
|
-
typeUrl: string;
|
|
61
|
-
value: MsgCreateContinuousFund;
|
|
62
|
-
};
|
|
63
|
-
cancelContinuousFund(value: MsgCancelContinuousFund): {
|
|
64
|
-
typeUrl: string;
|
|
65
|
-
value: MsgCancelContinuousFund;
|
|
66
|
-
};
|
|
67
|
-
updateParams(value: MsgUpdateParams): {
|
|
68
|
-
typeUrl: string;
|
|
69
|
-
value: MsgUpdateParams;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,109 +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.protocolpool.v1.MsgFundCommunityPool", tx_1.MsgFundCommunityPool], ["/cosmos.protocolpool.v1.MsgCommunityPoolSpend", tx_1.MsgCommunityPoolSpend], ["/cosmos.protocolpool.v1.MsgCreateContinuousFund", tx_1.MsgCreateContinuousFund], ["/cosmos.protocolpool.v1.MsgCancelContinuousFund", tx_1.MsgCancelContinuousFund], ["/cosmos.protocolpool.v1.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
|
-
fundCommunityPool(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgFundCommunityPool",
|
|
17
|
-
value: tx_1.MsgFundCommunityPool.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
communityPoolSpend(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCommunityPoolSpend",
|
|
23
|
-
value: tx_1.MsgCommunityPoolSpend.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
createContinuousFund(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCreateContinuousFund",
|
|
29
|
-
value: tx_1.MsgCreateContinuousFund.encode(value).finish()
|
|
30
|
-
};
|
|
31
|
-
},
|
|
32
|
-
cancelContinuousFund(value) {
|
|
33
|
-
return {
|
|
34
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCancelContinuousFund",
|
|
35
|
-
value: tx_1.MsgCancelContinuousFund.encode(value).finish()
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
updateParams(value) {
|
|
39
|
-
return {
|
|
40
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgUpdateParams",
|
|
41
|
-
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
withTypeUrl: {
|
|
46
|
-
fundCommunityPool(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgFundCommunityPool",
|
|
49
|
-
value
|
|
50
|
-
};
|
|
51
|
-
},
|
|
52
|
-
communityPoolSpend(value) {
|
|
53
|
-
return {
|
|
54
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCommunityPoolSpend",
|
|
55
|
-
value
|
|
56
|
-
};
|
|
57
|
-
},
|
|
58
|
-
createContinuousFund(value) {
|
|
59
|
-
return {
|
|
60
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCreateContinuousFund",
|
|
61
|
-
value
|
|
62
|
-
};
|
|
63
|
-
},
|
|
64
|
-
cancelContinuousFund(value) {
|
|
65
|
-
return {
|
|
66
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCancelContinuousFund",
|
|
67
|
-
value
|
|
68
|
-
};
|
|
69
|
-
},
|
|
70
|
-
updateParams(value) {
|
|
71
|
-
return {
|
|
72
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgUpdateParams",
|
|
73
|
-
value
|
|
74
|
-
};
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
fromPartial: {
|
|
78
|
-
fundCommunityPool(value) {
|
|
79
|
-
return {
|
|
80
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgFundCommunityPool",
|
|
81
|
-
value: tx_1.MsgFundCommunityPool.fromPartial(value)
|
|
82
|
-
};
|
|
83
|
-
},
|
|
84
|
-
communityPoolSpend(value) {
|
|
85
|
-
return {
|
|
86
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCommunityPoolSpend",
|
|
87
|
-
value: tx_1.MsgCommunityPoolSpend.fromPartial(value)
|
|
88
|
-
};
|
|
89
|
-
},
|
|
90
|
-
createContinuousFund(value) {
|
|
91
|
-
return {
|
|
92
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCreateContinuousFund",
|
|
93
|
-
value: tx_1.MsgCreateContinuousFund.fromPartial(value)
|
|
94
|
-
};
|
|
95
|
-
},
|
|
96
|
-
cancelContinuousFund(value) {
|
|
97
|
-
return {
|
|
98
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgCancelContinuousFund",
|
|
99
|
-
value: tx_1.MsgCancelContinuousFund.fromPartial(value)
|
|
100
|
-
};
|
|
101
|
-
},
|
|
102
|
-
updateParams(value) {
|
|
103
|
-
return {
|
|
104
|
-
typeUrl: "/cosmos.protocolpool.v1.MsgUpdateParams",
|
|
105
|
-
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
106
|
-
};
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { MsgFundCommunityPool, MsgFundCommunityPoolResponse, MsgCommunityPoolSpend, MsgCommunityPoolSpendResponse, MsgCreateContinuousFund, MsgCreateContinuousFundResponse, MsgCancelContinuousFund, MsgCancelContinuousFundResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the pool Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -31,10 +31,11 @@ export interface Msg {
|
|
|
31
31
|
}
|
|
32
32
|
export declare class MsgClientImpl implements Msg {
|
|
33
33
|
private readonly rpc;
|
|
34
|
-
constructor(rpc:
|
|
35
|
-
fundCommunityPool(request: MsgFundCommunityPool)
|
|
36
|
-
communityPoolSpend(request: MsgCommunityPoolSpend)
|
|
37
|
-
createContinuousFund(request: MsgCreateContinuousFund)
|
|
38
|
-
cancelContinuousFund(request: MsgCancelContinuousFund)
|
|
39
|
-
updateParams(request: MsgUpdateParams)
|
|
34
|
+
constructor(rpc: TxRpc);
|
|
35
|
+
fundCommunityPool: (request: MsgFundCommunityPool) => Promise<MsgFundCommunityPoolResponse>;
|
|
36
|
+
communityPoolSpend: (request: MsgCommunityPoolSpend) => Promise<MsgCommunityPoolSpendResponse>;
|
|
37
|
+
createContinuousFund: (request: MsgCreateContinuousFund) => Promise<MsgCreateContinuousFundResponse>;
|
|
38
|
+
cancelContinuousFund: (request: MsgCancelContinuousFund) => Promise<MsgCancelContinuousFundResponse>;
|
|
39
|
+
updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
|
|
40
40
|
}
|
|
41
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,42 +1,54 @@
|
|
|
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.fundCommunityPool = this.fundCommunityPool.bind(this);
|
|
11
|
-
this.communityPoolSpend = this.communityPoolSpend.bind(this);
|
|
12
|
-
this.createContinuousFund = this.createContinuousFund.bind(this);
|
|
13
|
-
this.cancelContinuousFund = this.cancelContinuousFund.bind(this);
|
|
14
|
-
this.updateParams = this.updateParams.bind(this);
|
|
15
10
|
}
|
|
16
|
-
|
|
11
|
+
/* FundCommunityPool defines a method to allow an account to directly
|
|
12
|
+
fund the community pool. */
|
|
13
|
+
fundCommunityPool = async (request) => {
|
|
17
14
|
const data = tx_1.MsgFundCommunityPool.encode(request).finish();
|
|
18
15
|
const promise = this.rpc.request("cosmos.protocolpool.v1.Msg", "FundCommunityPool", data);
|
|
19
16
|
return promise.then(data => tx_1.MsgFundCommunityPoolResponse.decode(new binary_1.BinaryReader(data)));
|
|
20
|
-
}
|
|
21
|
-
|
|
17
|
+
};
|
|
18
|
+
/* CommunityPoolSpend defines a governance operation for sending tokens from
|
|
19
|
+
the community pool in the x/protocolpool module to another account, which
|
|
20
|
+
could be the governance module itself. The authority is defined in the
|
|
21
|
+
keeper. */
|
|
22
|
+
communityPoolSpend = async (request) => {
|
|
22
23
|
const data = tx_1.MsgCommunityPoolSpend.encode(request).finish();
|
|
23
24
|
const promise = this.rpc.request("cosmos.protocolpool.v1.Msg", "CommunityPoolSpend", data);
|
|
24
25
|
return promise.then(data => tx_1.MsgCommunityPoolSpendResponse.decode(new binary_1.BinaryReader(data)));
|
|
25
|
-
}
|
|
26
|
-
|
|
26
|
+
};
|
|
27
|
+
/* CreateContinuousFund defines a method to distribute a percentage of funds to an address continuously.
|
|
28
|
+
This ContinuousFund can be indefinite or run until a given expiry time.
|
|
29
|
+
Funds come from validator block rewards from x/distribution, but may also come from
|
|
30
|
+
any user who funds the ProtocolPoolEscrow module account directly through x/bank. */
|
|
31
|
+
createContinuousFund = async (request) => {
|
|
27
32
|
const data = tx_1.MsgCreateContinuousFund.encode(request).finish();
|
|
28
33
|
const promise = this.rpc.request("cosmos.protocolpool.v1.Msg", "CreateContinuousFund", data);
|
|
29
34
|
return promise.then(data => tx_1.MsgCreateContinuousFundResponse.decode(new binary_1.BinaryReader(data)));
|
|
30
|
-
}
|
|
31
|
-
|
|
35
|
+
};
|
|
36
|
+
/* CancelContinuousFund defines a method for cancelling continuous fund. */
|
|
37
|
+
cancelContinuousFund = async (request) => {
|
|
32
38
|
const data = tx_1.MsgCancelContinuousFund.encode(request).finish();
|
|
33
39
|
const promise = this.rpc.request("cosmos.protocolpool.v1.Msg", "CancelContinuousFund", data);
|
|
34
40
|
return promise.then(data => tx_1.MsgCancelContinuousFundResponse.decode(new binary_1.BinaryReader(data)));
|
|
35
|
-
}
|
|
36
|
-
|
|
41
|
+
};
|
|
42
|
+
/* UpdateParams defines a governance operation for updating the x/protocolpool module parameters.
|
|
43
|
+
The authority is defined in the keeper. */
|
|
44
|
+
updateParams = async (request) => {
|
|
37
45
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
38
46
|
const promise = this.rpc.request("cosmos.protocolpool.v1.Msg", "UpdateParams", data);
|
|
39
47
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
40
|
-
}
|
|
48
|
+
};
|
|
41
49
|
}
|
|
42
50
|
exports.MsgClientImpl = MsgClientImpl;
|
|
51
|
+
const createClientImpl = (rpc) => {
|
|
52
|
+
return new MsgClientImpl(rpc);
|
|
53
|
+
};
|
|
54
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../helpers";
|
|
2
3
|
/** ContinuousFund defines the fields of continuous fund proposal. */
|
|
3
4
|
export interface ContinuousFund {
|
|
4
5
|
/** Recipient is the address string of the account receiving funds. */
|
|
@@ -25,12 +26,6 @@ export interface ContinuousFundAminoMsg {
|
|
|
25
26
|
type: "cosmos-sdk/ContinuousFund";
|
|
26
27
|
value: ContinuousFundAmino;
|
|
27
28
|
}
|
|
28
|
-
/** ContinuousFund defines the fields of continuous fund proposal. */
|
|
29
|
-
export interface ContinuousFundSDKType {
|
|
30
|
-
recipient: string;
|
|
31
|
-
percentage: string;
|
|
32
|
-
expiry?: Date;
|
|
33
|
-
}
|
|
34
29
|
/** Params defines the parameters for the protocolpool module. */
|
|
35
30
|
export interface Params {
|
|
36
31
|
/**
|
|
@@ -65,16 +60,12 @@ export interface ParamsAminoMsg {
|
|
|
65
60
|
type: "cosmos-sdk/Params";
|
|
66
61
|
value: ParamsAmino;
|
|
67
62
|
}
|
|
68
|
-
/** Params defines the parameters for the protocolpool module. */
|
|
69
|
-
export interface ParamsSDKType {
|
|
70
|
-
enabled_distribution_denoms: string[];
|
|
71
|
-
distribution_frequency: bigint;
|
|
72
|
-
}
|
|
73
63
|
export declare const ContinuousFund: {
|
|
74
64
|
typeUrl: string;
|
|
65
|
+
aminoType: string;
|
|
75
66
|
encode(message: ContinuousFund, writer?: BinaryWriter): BinaryWriter;
|
|
76
67
|
decode(input: BinaryReader | Uint8Array, length?: number): ContinuousFund;
|
|
77
|
-
fromPartial(object:
|
|
68
|
+
fromPartial(object: DeepPartial<ContinuousFund>): ContinuousFund;
|
|
78
69
|
fromAmino(object: ContinuousFundAmino): ContinuousFund;
|
|
79
70
|
toAmino(message: ContinuousFund): ContinuousFundAmino;
|
|
80
71
|
fromAminoMsg(object: ContinuousFundAminoMsg): ContinuousFund;
|
|
@@ -85,9 +76,10 @@ export declare const ContinuousFund: {
|
|
|
85
76
|
};
|
|
86
77
|
export declare const Params: {
|
|
87
78
|
typeUrl: string;
|
|
79
|
+
aminoType: string;
|
|
88
80
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
89
81
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
90
|
-
fromPartial(object:
|
|
82
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
91
83
|
fromAmino(object: ParamsAmino): Params;
|
|
92
84
|
toAmino(message: Params): ParamsAmino;
|
|
93
85
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|