@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
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 +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- 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 +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- 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 +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- 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 +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- 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 +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- 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 +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- 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 +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- 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 +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- 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 +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- 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 +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- 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 +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- 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 +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- 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 +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- 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 +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- 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 +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- 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 +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- 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 +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- 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 +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- 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 +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 +0 -20
- 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.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.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.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.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.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.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.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.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.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -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.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.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/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- 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 +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- 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 +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- 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 +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- 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 +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- 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 +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- 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 +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- 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 +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- 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 +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- 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 +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- 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 +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- 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 +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -14,11 +14,9 @@ export interface ModuleAminoMsg {
|
|
|
14
14
|
type: "cosmos-sdk/Module";
|
|
15
15
|
value: ModuleAmino;
|
|
16
16
|
}
|
|
17
|
-
/** Module is the config object of the params module. */
|
|
18
|
-
export interface ModuleSDKType {
|
|
19
|
-
}
|
|
20
17
|
export declare const Module: {
|
|
21
18
|
typeUrl: string;
|
|
19
|
+
aminoType: string;
|
|
22
20
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
23
21
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
24
22
|
fromPartial(_: DeepPartial<Module>): Module;
|
|
@@ -2,7 +2,6 @@ import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
|
2
2
|
import { DeepPartial } from "../../../helpers";
|
|
3
3
|
/** ParameterChangeProposal defines a proposal to change one or more parameters. */
|
|
4
4
|
export interface ParameterChangeProposal {
|
|
5
|
-
$typeUrl?: "/cosmos.params.v1beta1.ParameterChangeProposal";
|
|
6
5
|
title: string;
|
|
7
6
|
description: string;
|
|
8
7
|
changes: ParamChange[];
|
|
@@ -21,13 +20,6 @@ export interface ParameterChangeProposalAminoMsg {
|
|
|
21
20
|
type: "cosmos-sdk/ParameterChangeProposal";
|
|
22
21
|
value: ParameterChangeProposalAmino;
|
|
23
22
|
}
|
|
24
|
-
/** ParameterChangeProposal defines a proposal to change one or more parameters. */
|
|
25
|
-
export interface ParameterChangeProposalSDKType {
|
|
26
|
-
$typeUrl?: "/cosmos.params.v1beta1.ParameterChangeProposal";
|
|
27
|
-
title: string;
|
|
28
|
-
description: string;
|
|
29
|
-
changes: ParamChangeSDKType[];
|
|
30
|
-
}
|
|
31
23
|
/**
|
|
32
24
|
* ParamChange defines an individual parameter change, for use in
|
|
33
25
|
* ParameterChangeProposal.
|
|
@@ -54,17 +46,9 @@ export interface ParamChangeAminoMsg {
|
|
|
54
46
|
type: "cosmos-sdk/ParamChange";
|
|
55
47
|
value: ParamChangeAmino;
|
|
56
48
|
}
|
|
57
|
-
/**
|
|
58
|
-
* ParamChange defines an individual parameter change, for use in
|
|
59
|
-
* ParameterChangeProposal.
|
|
60
|
-
*/
|
|
61
|
-
export interface ParamChangeSDKType {
|
|
62
|
-
subspace: string;
|
|
63
|
-
key: string;
|
|
64
|
-
value: string;
|
|
65
|
-
}
|
|
66
49
|
export declare const ParameterChangeProposal: {
|
|
67
50
|
typeUrl: string;
|
|
51
|
+
aminoType: string;
|
|
68
52
|
encode(message: ParameterChangeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
69
53
|
decode(input: BinaryReader | Uint8Array, length?: number): ParameterChangeProposal;
|
|
70
54
|
fromPartial(object: DeepPartial<ParameterChangeProposal>): ParameterChangeProposal;
|
|
@@ -78,6 +62,7 @@ export declare const ParameterChangeProposal: {
|
|
|
78
62
|
};
|
|
79
63
|
export declare const ParamChange: {
|
|
80
64
|
typeUrl: string;
|
|
65
|
+
aminoType: string;
|
|
81
66
|
encode(message: ParamChange, writer?: BinaryWriter): BinaryWriter;
|
|
82
67
|
decode(input: BinaryReader | Uint8Array, length?: number): ParamChange;
|
|
83
68
|
fromPartial(object: DeepPartial<ParamChange>): ParamChange;
|
|
@@ -5,7 +5,6 @@ exports.ParamChange = exports.ParameterChangeProposal = void 0;
|
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
6
|
function createBaseParameterChangeProposal() {
|
|
7
7
|
return {
|
|
8
|
-
$typeUrl: "/cosmos.params.v1beta1.ParameterChangeProposal",
|
|
9
8
|
title: "",
|
|
10
9
|
description: "",
|
|
11
10
|
changes: []
|
|
@@ -13,6 +12,7 @@ function createBaseParameterChangeProposal() {
|
|
|
13
12
|
}
|
|
14
13
|
exports.ParameterChangeProposal = {
|
|
15
14
|
typeUrl: "/cosmos.params.v1beta1.ParameterChangeProposal",
|
|
15
|
+
aminoType: "cosmos-sdk/ParameterChangeProposal",
|
|
16
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
17
17
|
if (message.title !== "") {
|
|
18
18
|
writer.uint32(10).string(message.title);
|
|
@@ -109,6 +109,7 @@ function createBaseParamChange() {
|
|
|
109
109
|
}
|
|
110
110
|
exports.ParamChange = {
|
|
111
111
|
typeUrl: "/cosmos.params.v1beta1.ParamChange",
|
|
112
|
+
aminoType: "cosmos-sdk/ParamChange",
|
|
112
113
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
113
114
|
if (message.subspace !== "") {
|
|
114
115
|
writer.uint32(10).string(message.subspace);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ParamChange, ParamChangeAmino
|
|
1
|
+
import { ParamChange, ParamChangeAmino } from "./params";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
@@ -23,11 +23,6 @@ export interface QueryParamsRequestAminoMsg {
|
|
|
23
23
|
type: "cosmos-sdk/QueryParamsRequest";
|
|
24
24
|
value: QueryParamsRequestAmino;
|
|
25
25
|
}
|
|
26
|
-
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
27
|
-
export interface QueryParamsRequestSDKType {
|
|
28
|
-
subspace: string;
|
|
29
|
-
key: string;
|
|
30
|
-
}
|
|
31
26
|
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
32
27
|
export interface QueryParamsResponse {
|
|
33
28
|
/** param defines the queried parameter. */
|
|
@@ -46,10 +41,6 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
46
41
|
type: "cosmos-sdk/QueryParamsResponse";
|
|
47
42
|
value: QueryParamsResponseAmino;
|
|
48
43
|
}
|
|
49
|
-
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
50
|
-
export interface QueryParamsResponseSDKType {
|
|
51
|
-
param: ParamChangeSDKType;
|
|
52
|
-
}
|
|
53
44
|
/**
|
|
54
45
|
* QuerySubspacesRequest defines a request type for querying for all registered
|
|
55
46
|
* subspaces and all keys for a subspace.
|
|
@@ -74,14 +65,6 @@ export interface QuerySubspacesRequestAminoMsg {
|
|
|
74
65
|
type: "cosmos-sdk/QuerySubspacesRequest";
|
|
75
66
|
value: QuerySubspacesRequestAmino;
|
|
76
67
|
}
|
|
77
|
-
/**
|
|
78
|
-
* QuerySubspacesRequest defines a request type for querying for all registered
|
|
79
|
-
* subspaces and all keys for a subspace.
|
|
80
|
-
*
|
|
81
|
-
* Since: cosmos-sdk 0.46
|
|
82
|
-
*/
|
|
83
|
-
export interface QuerySubspacesRequestSDKType {
|
|
84
|
-
}
|
|
85
68
|
/**
|
|
86
69
|
* QuerySubspacesResponse defines the response types for querying for all
|
|
87
70
|
* registered subspaces and all keys for a subspace.
|
|
@@ -108,15 +91,6 @@ export interface QuerySubspacesResponseAminoMsg {
|
|
|
108
91
|
type: "cosmos-sdk/QuerySubspacesResponse";
|
|
109
92
|
value: QuerySubspacesResponseAmino;
|
|
110
93
|
}
|
|
111
|
-
/**
|
|
112
|
-
* QuerySubspacesResponse defines the response types for querying for all
|
|
113
|
-
* registered subspaces and all keys for a subspace.
|
|
114
|
-
*
|
|
115
|
-
* Since: cosmos-sdk 0.46
|
|
116
|
-
*/
|
|
117
|
-
export interface QuerySubspacesResponseSDKType {
|
|
118
|
-
subspaces: SubspaceSDKType[];
|
|
119
|
-
}
|
|
120
94
|
/**
|
|
121
95
|
* Subspace defines a parameter subspace name and all the keys that exist for
|
|
122
96
|
* the subspace.
|
|
@@ -145,18 +119,9 @@ export interface SubspaceAminoMsg {
|
|
|
145
119
|
type: "cosmos-sdk/Subspace";
|
|
146
120
|
value: SubspaceAmino;
|
|
147
121
|
}
|
|
148
|
-
/**
|
|
149
|
-
* Subspace defines a parameter subspace name and all the keys that exist for
|
|
150
|
-
* the subspace.
|
|
151
|
-
*
|
|
152
|
-
* Since: cosmos-sdk 0.46
|
|
153
|
-
*/
|
|
154
|
-
export interface SubspaceSDKType {
|
|
155
|
-
subspace: string;
|
|
156
|
-
keys: string[];
|
|
157
|
-
}
|
|
158
122
|
export declare const QueryParamsRequest: {
|
|
159
123
|
typeUrl: string;
|
|
124
|
+
aminoType: string;
|
|
160
125
|
encode(message: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
161
126
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
162
127
|
fromPartial(object: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
@@ -170,6 +135,7 @@ export declare const QueryParamsRequest: {
|
|
|
170
135
|
};
|
|
171
136
|
export declare const QueryParamsResponse: {
|
|
172
137
|
typeUrl: string;
|
|
138
|
+
aminoType: string;
|
|
173
139
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
174
140
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
175
141
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
@@ -183,6 +149,7 @@ export declare const QueryParamsResponse: {
|
|
|
183
149
|
};
|
|
184
150
|
export declare const QuerySubspacesRequest: {
|
|
185
151
|
typeUrl: string;
|
|
152
|
+
aminoType: string;
|
|
186
153
|
encode(_: QuerySubspacesRequest, writer?: BinaryWriter): BinaryWriter;
|
|
187
154
|
decode(input: BinaryReader | Uint8Array, length?: number): QuerySubspacesRequest;
|
|
188
155
|
fromPartial(_: DeepPartial<QuerySubspacesRequest>): QuerySubspacesRequest;
|
|
@@ -196,6 +163,7 @@ export declare const QuerySubspacesRequest: {
|
|
|
196
163
|
};
|
|
197
164
|
export declare const QuerySubspacesResponse: {
|
|
198
165
|
typeUrl: string;
|
|
166
|
+
aminoType: string;
|
|
199
167
|
encode(message: QuerySubspacesResponse, writer?: BinaryWriter): BinaryWriter;
|
|
200
168
|
decode(input: BinaryReader | Uint8Array, length?: number): QuerySubspacesResponse;
|
|
201
169
|
fromPartial(object: DeepPartial<QuerySubspacesResponse>): QuerySubspacesResponse;
|
|
@@ -209,6 +177,7 @@ export declare const QuerySubspacesResponse: {
|
|
|
209
177
|
};
|
|
210
178
|
export declare const Subspace: {
|
|
211
179
|
typeUrl: string;
|
|
180
|
+
aminoType: string;
|
|
212
181
|
encode(message: Subspace, writer?: BinaryWriter): BinaryWriter;
|
|
213
182
|
decode(input: BinaryReader | Uint8Array, length?: number): Subspace;
|
|
214
183
|
fromPartial(object: DeepPartial<Subspace>): Subspace;
|
|
@@ -12,6 +12,7 @@ function createBaseQueryParamsRequest() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.QueryParamsRequest = {
|
|
14
14
|
typeUrl: "/cosmos.params.v1beta1.QueryParamsRequest",
|
|
15
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.subspace !== "") {
|
|
17
18
|
writer.uint32(10).string(message.subspace);
|
|
@@ -92,6 +93,7 @@ function createBaseQueryParamsResponse() {
|
|
|
92
93
|
}
|
|
93
94
|
exports.QueryParamsResponse = {
|
|
94
95
|
typeUrl: "/cosmos.params.v1beta1.QueryParamsResponse",
|
|
96
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
95
97
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
96
98
|
if (message.param !== undefined) {
|
|
97
99
|
params_1.ParamChange.encode(message.param, writer.uint32(10).fork()).ldelim();
|
|
@@ -159,6 +161,7 @@ function createBaseQuerySubspacesRequest() {
|
|
|
159
161
|
}
|
|
160
162
|
exports.QuerySubspacesRequest = {
|
|
161
163
|
typeUrl: "/cosmos.params.v1beta1.QuerySubspacesRequest",
|
|
164
|
+
aminoType: "cosmos-sdk/QuerySubspacesRequest",
|
|
162
165
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
163
166
|
return writer;
|
|
164
167
|
},
|
|
@@ -217,6 +220,7 @@ function createBaseQuerySubspacesResponse() {
|
|
|
217
220
|
}
|
|
218
221
|
exports.QuerySubspacesResponse = {
|
|
219
222
|
typeUrl: "/cosmos.params.v1beta1.QuerySubspacesResponse",
|
|
223
|
+
aminoType: "cosmos-sdk/QuerySubspacesResponse",
|
|
220
224
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
221
225
|
for (const v of message.subspaces) {
|
|
222
226
|
exports.Subspace.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -290,6 +294,7 @@ function createBaseSubspace() {
|
|
|
290
294
|
}
|
|
291
295
|
exports.Subspace = {
|
|
292
296
|
typeUrl: "/cosmos.params.v1beta1.Subspace",
|
|
297
|
+
aminoType: "cosmos-sdk/Subspace",
|
|
293
298
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
294
299
|
if (message.subspace !== "") {
|
|
295
300
|
writer.uint32(10).string(message.subspace);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryParamsRequest,
|
|
2
|
+
import { QueryParamsRequest, QueryParamsResponse, QuerySubspacesRequest, QuerySubspacesResponse } 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
|
-
subspaces(_params?: QuerySubspacesRequest)
|
|
8
|
+
params: (params: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
9
|
+
subspaces: (_params?: QuerySubspacesRequest) => Promise<QuerySubspacesResponse>;
|
|
10
10
|
}
|
|
@@ -5,12 +5,10 @@ class LCDQueryClient {
|
|
|
5
5
|
req;
|
|
6
6
|
constructor({ requestClient }) {
|
|
7
7
|
this.req = requestClient;
|
|
8
|
-
this.params = this.params.bind(this);
|
|
9
|
-
this.subspaces = this.subspaces.bind(this);
|
|
10
8
|
}
|
|
11
9
|
/* Params queries a specific parameter of a module, given its subspace and
|
|
12
10
|
key. */
|
|
13
|
-
async
|
|
11
|
+
params = async (params) => {
|
|
14
12
|
const options = {
|
|
15
13
|
params: {}
|
|
16
14
|
};
|
|
@@ -22,13 +20,13 @@ class LCDQueryClient {
|
|
|
22
20
|
}
|
|
23
21
|
const endpoint = `cosmos/params/v1beta1/params`;
|
|
24
22
|
return await this.req.get(endpoint, options);
|
|
25
|
-
}
|
|
23
|
+
};
|
|
26
24
|
/* Subspaces queries for all registered subspaces and all keys for a subspace.
|
|
27
25
|
|
|
28
26
|
Since: cosmos-sdk 0.46 */
|
|
29
|
-
async
|
|
27
|
+
subspaces = async (_params = {}) => {
|
|
30
28
|
const endpoint = `cosmos/params/v1beta1/subspaces`;
|
|
31
29
|
return await this.req.get(endpoint);
|
|
32
|
-
}
|
|
30
|
+
};
|
|
33
31
|
}
|
|
34
32
|
exports.LCDQueryClient = LCDQueryClient;
|
|
@@ -18,8 +18,8 @@ export interface Query {
|
|
|
18
18
|
export declare class QueryClientImpl implements Query {
|
|
19
19
|
private readonly rpc;
|
|
20
20
|
constructor(rpc: TxRpc);
|
|
21
|
-
params(request: QueryParamsRequest)
|
|
22
|
-
subspaces(request?: QuerySubspacesRequest)
|
|
21
|
+
params: (request: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
22
|
+
subspaces: (request?: QuerySubspacesRequest) => Promise<QuerySubspacesResponse>;
|
|
23
23
|
}
|
|
24
24
|
export declare const createRpcQueryExtension: (base: QueryClient) => {
|
|
25
25
|
params(request: QueryParamsRequest): Promise<QueryParamsResponse>;
|
|
@@ -8,19 +8,22 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.params = this.params.bind(this);
|
|
12
|
-
this.subspaces = this.subspaces.bind(this);
|
|
13
11
|
}
|
|
14
|
-
|
|
12
|
+
/* Params queries a specific parameter of a module, given its subspace and
|
|
13
|
+
key. */
|
|
14
|
+
params = async (request) => {
|
|
15
15
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
16
16
|
const promise = this.rpc.request("cosmos.params.v1beta1.Query", "Params", data);
|
|
17
17
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
18
|
-
}
|
|
19
|
-
subspaces
|
|
18
|
+
};
|
|
19
|
+
/* Subspaces queries for all registered subspaces and all keys for a subspace.
|
|
20
|
+
|
|
21
|
+
Since: cosmos-sdk 0.46 */
|
|
22
|
+
subspaces = async (request = {}) => {
|
|
20
23
|
const data = query_1.QuerySubspacesRequest.encode(request).finish();
|
|
21
24
|
const promise = this.rpc.request("cosmos.params.v1beta1.Query", "Subspaces", data);
|
|
22
25
|
return promise.then(data => query_1.QuerySubspacesResponse.decode(new binary_1.BinaryReader(data)));
|
|
23
|
-
}
|
|
26
|
+
};
|
|
24
27
|
}
|
|
25
28
|
exports.QueryClientImpl = QueryClientImpl;
|
|
26
29
|
const createRpcQueryExtension = (base) => {
|
|
@@ -18,12 +18,9 @@ export interface ModuleAminoMsg {
|
|
|
18
18
|
type: "cosmos-sdk/Module";
|
|
19
19
|
value: ModuleAmino;
|
|
20
20
|
}
|
|
21
|
-
/** Module is the config object of the consensus module. */
|
|
22
|
-
export interface ModuleSDKType {
|
|
23
|
-
authority: string;
|
|
24
|
-
}
|
|
25
21
|
export declare const Module: {
|
|
26
22
|
typeUrl: string;
|
|
23
|
+
aminoType: string;
|
|
27
24
|
encode(message: Module, writer?: BinaryWriter): BinaryWriter;
|
|
28
25
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
29
26
|
fromPartial(object: DeepPartial<Module>): Module;
|
|
@@ -10,6 +10,7 @@ function createBaseModule() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.Module = {
|
|
12
12
|
typeUrl: "/cosmos.protocolpool.module.v1.Module",
|
|
13
|
+
aminoType: "cosmos-sdk/Module",
|
|
13
14
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
if (message.authority !== "") {
|
|
15
16
|
writer.uint32(10).string(message.authority);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContinuousFund, ContinuousFundAmino,
|
|
1
|
+
import { ContinuousFund, ContinuousFundAmino, Params, ParamsAmino } from "./types";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/** GenesisState defines the protocolpool module's genesis state. */
|
|
@@ -29,13 +29,9 @@ export interface GenesisStateAminoMsg {
|
|
|
29
29
|
type: "cosmos-sdk/GenesisState";
|
|
30
30
|
value: GenesisStateAmino;
|
|
31
31
|
}
|
|
32
|
-
/** GenesisState defines the protocolpool module's genesis state. */
|
|
33
|
-
export interface GenesisStateSDKType {
|
|
34
|
-
continuous_funds: ContinuousFundSDKType[];
|
|
35
|
-
params: ParamsSDKType;
|
|
36
|
-
}
|
|
37
32
|
export declare const GenesisState: {
|
|
38
33
|
typeUrl: string;
|
|
34
|
+
aminoType: string;
|
|
39
35
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
40
36
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
41
37
|
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
@@ -12,6 +12,7 @@ function createBaseGenesisState() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.GenesisState = {
|
|
14
14
|
typeUrl: "/cosmos.protocolpool.v1.GenesisState",
|
|
15
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
for (const v of message.continuousFunds) {
|
|
17
18
|
types_1.ContinuousFund.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { ContinuousFund, ContinuousFundAmino,
|
|
1
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
2
|
+
import { ContinuousFund, ContinuousFundAmino, Params, ParamsAmino } from "./types";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/**
|
|
@@ -22,12 +22,6 @@ export interface QueryCommunityPoolRequestAminoMsg {
|
|
|
22
22
|
type: "cosmos-sdk/QueryCommunityPoolRequest";
|
|
23
23
|
value: QueryCommunityPoolRequestAmino;
|
|
24
24
|
}
|
|
25
|
-
/**
|
|
26
|
-
* QueryCommunityPoolRequest is the request type for the Query/CommunityPool RPC
|
|
27
|
-
* method.
|
|
28
|
-
*/
|
|
29
|
-
export interface QueryCommunityPoolRequestSDKType {
|
|
30
|
-
}
|
|
31
25
|
/**
|
|
32
26
|
* QueryCommunityPoolResponse is the response type for the Query/CommunityPool
|
|
33
27
|
* RPC method.
|
|
@@ -52,13 +46,6 @@ export interface QueryCommunityPoolResponseAminoMsg {
|
|
|
52
46
|
type: "cosmos-sdk/QueryCommunityPoolResponse";
|
|
53
47
|
value: QueryCommunityPoolResponseAmino;
|
|
54
48
|
}
|
|
55
|
-
/**
|
|
56
|
-
* QueryCommunityPoolResponse is the response type for the Query/CommunityPool
|
|
57
|
-
* RPC method.
|
|
58
|
-
*/
|
|
59
|
-
export interface QueryCommunityPoolResponseSDKType {
|
|
60
|
-
pool: CoinSDKType[];
|
|
61
|
-
}
|
|
62
49
|
/**
|
|
63
50
|
* QueryContinuousFundRequest is the request type for the Query/ContinuousFund
|
|
64
51
|
* RPC method.
|
|
@@ -83,13 +70,6 @@ export interface QueryContinuousFundRequestAminoMsg {
|
|
|
83
70
|
type: "cosmos-sdk/QueryContinuousFundRequest";
|
|
84
71
|
value: QueryContinuousFundRequestAmino;
|
|
85
72
|
}
|
|
86
|
-
/**
|
|
87
|
-
* QueryContinuousFundRequest is the request type for the Query/ContinuousFund
|
|
88
|
-
* RPC method.
|
|
89
|
-
*/
|
|
90
|
-
export interface QueryContinuousFundRequestSDKType {
|
|
91
|
-
recipient: string;
|
|
92
|
-
}
|
|
93
73
|
/**
|
|
94
74
|
* QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFund
|
|
95
75
|
* RPC method.
|
|
@@ -114,13 +94,6 @@ export interface QueryContinuousFundResponseAminoMsg {
|
|
|
114
94
|
type: "cosmos-sdk/QueryContinuousFundResponse";
|
|
115
95
|
value: QueryContinuousFundResponseAmino;
|
|
116
96
|
}
|
|
117
|
-
/**
|
|
118
|
-
* QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFund
|
|
119
|
-
* RPC method.
|
|
120
|
-
*/
|
|
121
|
-
export interface QueryContinuousFundResponseSDKType {
|
|
122
|
-
continuous_fund: ContinuousFundSDKType;
|
|
123
|
-
}
|
|
124
97
|
/**
|
|
125
98
|
* QueryContinuousFundRequest is the request type for the Query/ContinuousFunds
|
|
126
99
|
* RPC method.
|
|
@@ -141,12 +114,6 @@ export interface QueryContinuousFundsRequestAminoMsg {
|
|
|
141
114
|
type: "cosmos-sdk/QueryContinuousFundsRequest";
|
|
142
115
|
value: QueryContinuousFundsRequestAmino;
|
|
143
116
|
}
|
|
144
|
-
/**
|
|
145
|
-
* QueryContinuousFundRequest is the request type for the Query/ContinuousFunds
|
|
146
|
-
* RPC method.
|
|
147
|
-
*/
|
|
148
|
-
export interface QueryContinuousFundsRequestSDKType {
|
|
149
|
-
}
|
|
150
117
|
/**
|
|
151
118
|
* QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFunds
|
|
152
119
|
* RPC method.
|
|
@@ -171,13 +138,6 @@ export interface QueryContinuousFundsResponseAminoMsg {
|
|
|
171
138
|
type: "cosmos-sdk/QueryContinuousFundsResponse";
|
|
172
139
|
value: QueryContinuousFundsResponseAmino;
|
|
173
140
|
}
|
|
174
|
-
/**
|
|
175
|
-
* QueryUnclaimedBudgetResponse is the response type for the Query/ContinuousFunds
|
|
176
|
-
* RPC method.
|
|
177
|
-
*/
|
|
178
|
-
export interface QueryContinuousFundsResponseSDKType {
|
|
179
|
-
continuous_funds: ContinuousFundSDKType[];
|
|
180
|
-
}
|
|
181
141
|
/** QueryParamsRequest is the response type for the Query/Params RPC method. */
|
|
182
142
|
export interface QueryParamsRequest {
|
|
183
143
|
}
|
|
@@ -192,9 +152,6 @@ export interface QueryParamsRequestAminoMsg {
|
|
|
192
152
|
type: "cosmos-sdk/QueryParamsRequest";
|
|
193
153
|
value: QueryParamsRequestAmino;
|
|
194
154
|
}
|
|
195
|
-
/** QueryParamsRequest is the response type for the Query/Params RPC method. */
|
|
196
|
-
export interface QueryParamsRequestSDKType {
|
|
197
|
-
}
|
|
198
155
|
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
199
156
|
export interface QueryParamsResponse {
|
|
200
157
|
params: Params;
|
|
@@ -211,12 +168,9 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
211
168
|
type: "cosmos-sdk/QueryParamsResponse";
|
|
212
169
|
value: QueryParamsResponseAmino;
|
|
213
170
|
}
|
|
214
|
-
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
215
|
-
export interface QueryParamsResponseSDKType {
|
|
216
|
-
params: ParamsSDKType;
|
|
217
|
-
}
|
|
218
171
|
export declare const QueryCommunityPoolRequest: {
|
|
219
172
|
typeUrl: string;
|
|
173
|
+
aminoType: string;
|
|
220
174
|
encode(_: QueryCommunityPoolRequest, writer?: BinaryWriter): BinaryWriter;
|
|
221
175
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCommunityPoolRequest;
|
|
222
176
|
fromPartial(_: DeepPartial<QueryCommunityPoolRequest>): QueryCommunityPoolRequest;
|
|
@@ -230,6 +184,7 @@ export declare const QueryCommunityPoolRequest: {
|
|
|
230
184
|
};
|
|
231
185
|
export declare const QueryCommunityPoolResponse: {
|
|
232
186
|
typeUrl: string;
|
|
187
|
+
aminoType: string;
|
|
233
188
|
encode(message: QueryCommunityPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
234
189
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryCommunityPoolResponse;
|
|
235
190
|
fromPartial(object: DeepPartial<QueryCommunityPoolResponse>): QueryCommunityPoolResponse;
|
|
@@ -243,6 +198,7 @@ export declare const QueryCommunityPoolResponse: {
|
|
|
243
198
|
};
|
|
244
199
|
export declare const QueryContinuousFundRequest: {
|
|
245
200
|
typeUrl: string;
|
|
201
|
+
aminoType: string;
|
|
246
202
|
encode(message: QueryContinuousFundRequest, writer?: BinaryWriter): BinaryWriter;
|
|
247
203
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundRequest;
|
|
248
204
|
fromPartial(object: DeepPartial<QueryContinuousFundRequest>): QueryContinuousFundRequest;
|
|
@@ -256,6 +212,7 @@ export declare const QueryContinuousFundRequest: {
|
|
|
256
212
|
};
|
|
257
213
|
export declare const QueryContinuousFundResponse: {
|
|
258
214
|
typeUrl: string;
|
|
215
|
+
aminoType: string;
|
|
259
216
|
encode(message: QueryContinuousFundResponse, writer?: BinaryWriter): BinaryWriter;
|
|
260
217
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundResponse;
|
|
261
218
|
fromPartial(object: DeepPartial<QueryContinuousFundResponse>): QueryContinuousFundResponse;
|
|
@@ -269,6 +226,7 @@ export declare const QueryContinuousFundResponse: {
|
|
|
269
226
|
};
|
|
270
227
|
export declare const QueryContinuousFundsRequest: {
|
|
271
228
|
typeUrl: string;
|
|
229
|
+
aminoType: string;
|
|
272
230
|
encode(_: QueryContinuousFundsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
273
231
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundsRequest;
|
|
274
232
|
fromPartial(_: DeepPartial<QueryContinuousFundsRequest>): QueryContinuousFundsRequest;
|
|
@@ -282,6 +240,7 @@ export declare const QueryContinuousFundsRequest: {
|
|
|
282
240
|
};
|
|
283
241
|
export declare const QueryContinuousFundsResponse: {
|
|
284
242
|
typeUrl: string;
|
|
243
|
+
aminoType: string;
|
|
285
244
|
encode(message: QueryContinuousFundsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
286
245
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryContinuousFundsResponse;
|
|
287
246
|
fromPartial(object: DeepPartial<QueryContinuousFundsResponse>): QueryContinuousFundsResponse;
|
|
@@ -295,6 +254,7 @@ export declare const QueryContinuousFundsResponse: {
|
|
|
295
254
|
};
|
|
296
255
|
export declare const QueryParamsRequest: {
|
|
297
256
|
typeUrl: string;
|
|
257
|
+
aminoType: string;
|
|
298
258
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
299
259
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
300
260
|
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
@@ -308,6 +268,7 @@ export declare const QueryParamsRequest: {
|
|
|
308
268
|
};
|
|
309
269
|
export declare const QueryParamsResponse: {
|
|
310
270
|
typeUrl: string;
|
|
271
|
+
aminoType: string;
|
|
311
272
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
312
273
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
313
274
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
@@ -10,6 +10,7 @@ function createBaseQueryCommunityPoolRequest() {
|
|
|
10
10
|
}
|
|
11
11
|
exports.QueryCommunityPoolRequest = {
|
|
12
12
|
typeUrl: "/cosmos.protocolpool.v1.QueryCommunityPoolRequest",
|
|
13
|
+
aminoType: "cosmos-sdk/QueryCommunityPoolRequest",
|
|
13
14
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
14
15
|
return writer;
|
|
15
16
|
},
|
|
@@ -68,6 +69,7 @@ function createBaseQueryCommunityPoolResponse() {
|
|
|
68
69
|
}
|
|
69
70
|
exports.QueryCommunityPoolResponse = {
|
|
70
71
|
typeUrl: "/cosmos.protocolpool.v1.QueryCommunityPoolResponse",
|
|
72
|
+
aminoType: "cosmos-sdk/QueryCommunityPoolResponse",
|
|
71
73
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
72
74
|
for (const v of message.pool) {
|
|
73
75
|
coin_1.Coin.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -140,6 +142,7 @@ function createBaseQueryContinuousFundRequest() {
|
|
|
140
142
|
}
|
|
141
143
|
exports.QueryContinuousFundRequest = {
|
|
142
144
|
typeUrl: "/cosmos.protocolpool.v1.QueryContinuousFundRequest",
|
|
145
|
+
aminoType: "cosmos-sdk/QueryContinuousFundRequest",
|
|
143
146
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
144
147
|
if (message.recipient !== "") {
|
|
145
148
|
writer.uint32(10).string(message.recipient);
|
|
@@ -209,6 +212,7 @@ function createBaseQueryContinuousFundResponse() {
|
|
|
209
212
|
}
|
|
210
213
|
exports.QueryContinuousFundResponse = {
|
|
211
214
|
typeUrl: "/cosmos.protocolpool.v1.QueryContinuousFundResponse",
|
|
215
|
+
aminoType: "cosmos-sdk/QueryContinuousFundResponse",
|
|
212
216
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
213
217
|
if (message.continuousFund !== undefined) {
|
|
214
218
|
types_1.ContinuousFund.encode(message.continuousFund, writer.uint32(10).fork()).ldelim();
|
|
@@ -276,6 +280,7 @@ function createBaseQueryContinuousFundsRequest() {
|
|
|
276
280
|
}
|
|
277
281
|
exports.QueryContinuousFundsRequest = {
|
|
278
282
|
typeUrl: "/cosmos.protocolpool.v1.QueryContinuousFundsRequest",
|
|
283
|
+
aminoType: "cosmos-sdk/QueryContinuousFundsRequest",
|
|
279
284
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
280
285
|
return writer;
|
|
281
286
|
},
|
|
@@ -334,6 +339,7 @@ function createBaseQueryContinuousFundsResponse() {
|
|
|
334
339
|
}
|
|
335
340
|
exports.QueryContinuousFundsResponse = {
|
|
336
341
|
typeUrl: "/cosmos.protocolpool.v1.QueryContinuousFundsResponse",
|
|
342
|
+
aminoType: "cosmos-sdk/QueryContinuousFundsResponse",
|
|
337
343
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
338
344
|
for (const v of message.continuousFunds) {
|
|
339
345
|
types_1.ContinuousFund.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -404,6 +410,7 @@ function createBaseQueryParamsRequest() {
|
|
|
404
410
|
}
|
|
405
411
|
exports.QueryParamsRequest = {
|
|
406
412
|
typeUrl: "/cosmos.protocolpool.v1.QueryParamsRequest",
|
|
413
|
+
aminoType: "cosmos-sdk/QueryParamsRequest",
|
|
407
414
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
408
415
|
return writer;
|
|
409
416
|
},
|
|
@@ -462,6 +469,7 @@ function createBaseQueryParamsResponse() {
|
|
|
462
469
|
}
|
|
463
470
|
exports.QueryParamsResponse = {
|
|
464
471
|
typeUrl: "/cosmos.protocolpool.v1.QueryParamsResponse",
|
|
472
|
+
aminoType: "cosmos-sdk/QueryParamsResponse",
|
|
465
473
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
466
474
|
if (message.params !== undefined) {
|
|
467
475
|
types_1.Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { LCDClient } from "@cosmology/lcd";
|
|
2
|
-
import { QueryCommunityPoolRequest,
|
|
2
|
+
import { QueryCommunityPoolRequest, QueryCommunityPoolResponse, QueryContinuousFundRequest, QueryContinuousFundResponse, QueryContinuousFundsRequest, QueryContinuousFundsResponse, QueryParamsRequest, QueryParamsResponse } from "./query";
|
|
3
3
|
export declare class LCDQueryClient {
|
|
4
4
|
req: LCDClient;
|
|
5
5
|
constructor({ requestClient }: {
|
|
6
6
|
requestClient: LCDClient;
|
|
7
7
|
});
|
|
8
|
-
communityPool(_params?: QueryCommunityPoolRequest)
|
|
9
|
-
continuousFund(params: QueryContinuousFundRequest)
|
|
10
|
-
continuousFunds(_params?: QueryContinuousFundsRequest)
|
|
11
|
-
params(_params?: QueryParamsRequest)
|
|
8
|
+
communityPool: (_params?: QueryCommunityPoolRequest) => Promise<QueryCommunityPoolResponse>;
|
|
9
|
+
continuousFund: (params: QueryContinuousFundRequest) => Promise<QueryContinuousFundResponse>;
|
|
10
|
+
continuousFunds: (_params?: QueryContinuousFundsRequest) => Promise<QueryContinuousFundsResponse>;
|
|
11
|
+
params: (_params?: QueryParamsRequest) => Promise<QueryParamsResponse>;
|
|
12
12
|
}
|