@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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { Validator, ValidatorAmino,
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../base/query/v1beta1/pagination";
|
|
2
|
+
import { Validator, ValidatorAmino, DelegationResponse, DelegationResponseAmino, UnbondingDelegation, UnbondingDelegationAmino, RedelegationResponse, RedelegationResponseAmino, HistoricalInfo, HistoricalInfoAmino, Pool, PoolAmino, Params, ParamsAmino } from "./staking";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/** QueryValidatorsRequest is request type for Query/Validators RPC method. */
|
|
@@ -24,11 +24,6 @@ export interface QueryValidatorsRequestAminoMsg {
|
|
|
24
24
|
type: "cosmos-sdk/QueryValidatorsRequest";
|
|
25
25
|
value: QueryValidatorsRequestAmino;
|
|
26
26
|
}
|
|
27
|
-
/** QueryValidatorsRequest is request type for Query/Validators RPC method. */
|
|
28
|
-
export interface QueryValidatorsRequestSDKType {
|
|
29
|
-
status: string;
|
|
30
|
-
pagination?: PageRequestSDKType;
|
|
31
|
-
}
|
|
32
27
|
/** QueryValidatorsResponse is response type for the Query/Validators RPC method */
|
|
33
28
|
export interface QueryValidatorsResponse {
|
|
34
29
|
/** validators contains all the queried validators. */
|
|
@@ -51,11 +46,6 @@ export interface QueryValidatorsResponseAminoMsg {
|
|
|
51
46
|
type: "cosmos-sdk/QueryValidatorsResponse";
|
|
52
47
|
value: QueryValidatorsResponseAmino;
|
|
53
48
|
}
|
|
54
|
-
/** QueryValidatorsResponse is response type for the Query/Validators RPC method */
|
|
55
|
-
export interface QueryValidatorsResponseSDKType {
|
|
56
|
-
validators: ValidatorSDKType[];
|
|
57
|
-
pagination?: PageResponseSDKType;
|
|
58
|
-
}
|
|
59
49
|
/** QueryValidatorRequest is response type for the Query/Validator RPC method */
|
|
60
50
|
export interface QueryValidatorRequest {
|
|
61
51
|
/** validator_addr defines the validator address to query for. */
|
|
@@ -74,10 +64,6 @@ export interface QueryValidatorRequestAminoMsg {
|
|
|
74
64
|
type: "cosmos-sdk/QueryValidatorRequest";
|
|
75
65
|
value: QueryValidatorRequestAmino;
|
|
76
66
|
}
|
|
77
|
-
/** QueryValidatorRequest is response type for the Query/Validator RPC method */
|
|
78
|
-
export interface QueryValidatorRequestSDKType {
|
|
79
|
-
validator_addr: string;
|
|
80
|
-
}
|
|
81
67
|
/** QueryValidatorResponse is response type for the Query/Validator RPC method */
|
|
82
68
|
export interface QueryValidatorResponse {
|
|
83
69
|
/** validator defines the validator info. */
|
|
@@ -96,10 +82,6 @@ export interface QueryValidatorResponseAminoMsg {
|
|
|
96
82
|
type: "cosmos-sdk/QueryValidatorResponse";
|
|
97
83
|
value: QueryValidatorResponseAmino;
|
|
98
84
|
}
|
|
99
|
-
/** QueryValidatorResponse is response type for the Query/Validator RPC method */
|
|
100
|
-
export interface QueryValidatorResponseSDKType {
|
|
101
|
-
validator: ValidatorSDKType;
|
|
102
|
-
}
|
|
103
85
|
/**
|
|
104
86
|
* QueryValidatorDelegationsRequest is request type for the
|
|
105
87
|
* Query/ValidatorDelegations RPC method
|
|
@@ -128,14 +110,6 @@ export interface QueryValidatorDelegationsRequestAminoMsg {
|
|
|
128
110
|
type: "cosmos-sdk/QueryValidatorDelegationsRequest";
|
|
129
111
|
value: QueryValidatorDelegationsRequestAmino;
|
|
130
112
|
}
|
|
131
|
-
/**
|
|
132
|
-
* QueryValidatorDelegationsRequest is request type for the
|
|
133
|
-
* Query/ValidatorDelegations RPC method
|
|
134
|
-
*/
|
|
135
|
-
export interface QueryValidatorDelegationsRequestSDKType {
|
|
136
|
-
validator_addr: string;
|
|
137
|
-
pagination?: PageRequestSDKType;
|
|
138
|
-
}
|
|
139
113
|
/**
|
|
140
114
|
* QueryValidatorDelegationsResponse is response type for the
|
|
141
115
|
* Query/ValidatorDelegations RPC method
|
|
@@ -162,14 +136,6 @@ export interface QueryValidatorDelegationsResponseAminoMsg {
|
|
|
162
136
|
type: "cosmos-sdk/QueryValidatorDelegationsResponse";
|
|
163
137
|
value: QueryValidatorDelegationsResponseAmino;
|
|
164
138
|
}
|
|
165
|
-
/**
|
|
166
|
-
* QueryValidatorDelegationsResponse is response type for the
|
|
167
|
-
* Query/ValidatorDelegations RPC method
|
|
168
|
-
*/
|
|
169
|
-
export interface QueryValidatorDelegationsResponseSDKType {
|
|
170
|
-
delegation_responses: DelegationResponseSDKType[];
|
|
171
|
-
pagination?: PageResponseSDKType;
|
|
172
|
-
}
|
|
173
139
|
/**
|
|
174
140
|
* QueryValidatorUnbondingDelegationsRequest is required type for the
|
|
175
141
|
* Query/ValidatorUnbondingDelegations RPC method
|
|
@@ -198,14 +164,6 @@ export interface QueryValidatorUnbondingDelegationsRequestAminoMsg {
|
|
|
198
164
|
type: "cosmos-sdk/QueryValidatorUnbondingDelegationsRequest";
|
|
199
165
|
value: QueryValidatorUnbondingDelegationsRequestAmino;
|
|
200
166
|
}
|
|
201
|
-
/**
|
|
202
|
-
* QueryValidatorUnbondingDelegationsRequest is required type for the
|
|
203
|
-
* Query/ValidatorUnbondingDelegations RPC method
|
|
204
|
-
*/
|
|
205
|
-
export interface QueryValidatorUnbondingDelegationsRequestSDKType {
|
|
206
|
-
validator_addr: string;
|
|
207
|
-
pagination?: PageRequestSDKType;
|
|
208
|
-
}
|
|
209
167
|
/**
|
|
210
168
|
* QueryValidatorUnbondingDelegationsResponse is response type for the
|
|
211
169
|
* Query/ValidatorUnbondingDelegations RPC method.
|
|
@@ -232,14 +190,6 @@ export interface QueryValidatorUnbondingDelegationsResponseAminoMsg {
|
|
|
232
190
|
type: "cosmos-sdk/QueryValidatorUnbondingDelegationsResponse";
|
|
233
191
|
value: QueryValidatorUnbondingDelegationsResponseAmino;
|
|
234
192
|
}
|
|
235
|
-
/**
|
|
236
|
-
* QueryValidatorUnbondingDelegationsResponse is response type for the
|
|
237
|
-
* Query/ValidatorUnbondingDelegations RPC method.
|
|
238
|
-
*/
|
|
239
|
-
export interface QueryValidatorUnbondingDelegationsResponseSDKType {
|
|
240
|
-
unbonding_responses: UnbondingDelegationSDKType[];
|
|
241
|
-
pagination?: PageResponseSDKType;
|
|
242
|
-
}
|
|
243
193
|
/** QueryDelegationRequest is request type for the Query/Delegation RPC method. */
|
|
244
194
|
export interface QueryDelegationRequest {
|
|
245
195
|
/** delegator_addr defines the delegator address to query for. */
|
|
@@ -262,11 +212,6 @@ export interface QueryDelegationRequestAminoMsg {
|
|
|
262
212
|
type: "cosmos-sdk/QueryDelegationRequest";
|
|
263
213
|
value: QueryDelegationRequestAmino;
|
|
264
214
|
}
|
|
265
|
-
/** QueryDelegationRequest is request type for the Query/Delegation RPC method. */
|
|
266
|
-
export interface QueryDelegationRequestSDKType {
|
|
267
|
-
delegator_addr: string;
|
|
268
|
-
validator_addr: string;
|
|
269
|
-
}
|
|
270
215
|
/** QueryDelegationResponse is response type for the Query/Delegation RPC method. */
|
|
271
216
|
export interface QueryDelegationResponse {
|
|
272
217
|
/** delegation_responses defines the delegation info of a delegation. */
|
|
@@ -285,10 +230,6 @@ export interface QueryDelegationResponseAminoMsg {
|
|
|
285
230
|
type: "cosmos-sdk/QueryDelegationResponse";
|
|
286
231
|
value: QueryDelegationResponseAmino;
|
|
287
232
|
}
|
|
288
|
-
/** QueryDelegationResponse is response type for the Query/Delegation RPC method. */
|
|
289
|
-
export interface QueryDelegationResponseSDKType {
|
|
290
|
-
delegation_response?: DelegationResponseSDKType;
|
|
291
|
-
}
|
|
292
233
|
/**
|
|
293
234
|
* QueryUnbondingDelegationRequest is request type for the
|
|
294
235
|
* Query/UnbondingDelegation RPC method.
|
|
@@ -317,14 +258,6 @@ export interface QueryUnbondingDelegationRequestAminoMsg {
|
|
|
317
258
|
type: "cosmos-sdk/QueryUnbondingDelegationRequest";
|
|
318
259
|
value: QueryUnbondingDelegationRequestAmino;
|
|
319
260
|
}
|
|
320
|
-
/**
|
|
321
|
-
* QueryUnbondingDelegationRequest is request type for the
|
|
322
|
-
* Query/UnbondingDelegation RPC method.
|
|
323
|
-
*/
|
|
324
|
-
export interface QueryUnbondingDelegationRequestSDKType {
|
|
325
|
-
delegator_addr: string;
|
|
326
|
-
validator_addr: string;
|
|
327
|
-
}
|
|
328
261
|
/**
|
|
329
262
|
* QueryDelegationResponse is response type for the Query/UnbondingDelegation
|
|
330
263
|
* RPC method.
|
|
@@ -349,13 +282,6 @@ export interface QueryUnbondingDelegationResponseAminoMsg {
|
|
|
349
282
|
type: "cosmos-sdk/QueryUnbondingDelegationResponse";
|
|
350
283
|
value: QueryUnbondingDelegationResponseAmino;
|
|
351
284
|
}
|
|
352
|
-
/**
|
|
353
|
-
* QueryDelegationResponse is response type for the Query/UnbondingDelegation
|
|
354
|
-
* RPC method.
|
|
355
|
-
*/
|
|
356
|
-
export interface QueryUnbondingDelegationResponseSDKType {
|
|
357
|
-
unbond: UnbondingDelegationSDKType;
|
|
358
|
-
}
|
|
359
285
|
/**
|
|
360
286
|
* QueryDelegatorDelegationsRequest is request type for the
|
|
361
287
|
* Query/DelegatorDelegations RPC method.
|
|
@@ -384,14 +310,6 @@ export interface QueryDelegatorDelegationsRequestAminoMsg {
|
|
|
384
310
|
type: "cosmos-sdk/QueryDelegatorDelegationsRequest";
|
|
385
311
|
value: QueryDelegatorDelegationsRequestAmino;
|
|
386
312
|
}
|
|
387
|
-
/**
|
|
388
|
-
* QueryDelegatorDelegationsRequest is request type for the
|
|
389
|
-
* Query/DelegatorDelegations RPC method.
|
|
390
|
-
*/
|
|
391
|
-
export interface QueryDelegatorDelegationsRequestSDKType {
|
|
392
|
-
delegator_addr: string;
|
|
393
|
-
pagination?: PageRequestSDKType;
|
|
394
|
-
}
|
|
395
313
|
/**
|
|
396
314
|
* QueryDelegatorDelegationsResponse is response type for the
|
|
397
315
|
* Query/DelegatorDelegations RPC method.
|
|
@@ -420,14 +338,6 @@ export interface QueryDelegatorDelegationsResponseAminoMsg {
|
|
|
420
338
|
type: "cosmos-sdk/QueryDelegatorDelegationsResponse";
|
|
421
339
|
value: QueryDelegatorDelegationsResponseAmino;
|
|
422
340
|
}
|
|
423
|
-
/**
|
|
424
|
-
* QueryDelegatorDelegationsResponse is response type for the
|
|
425
|
-
* Query/DelegatorDelegations RPC method.
|
|
426
|
-
*/
|
|
427
|
-
export interface QueryDelegatorDelegationsResponseSDKType {
|
|
428
|
-
delegation_responses: DelegationResponseSDKType[];
|
|
429
|
-
pagination?: PageResponseSDKType;
|
|
430
|
-
}
|
|
431
341
|
/**
|
|
432
342
|
* QueryDelegatorUnbondingDelegationsRequest is request type for the
|
|
433
343
|
* Query/DelegatorUnbondingDelegations RPC method.
|
|
@@ -456,14 +366,6 @@ export interface QueryDelegatorUnbondingDelegationsRequestAminoMsg {
|
|
|
456
366
|
type: "cosmos-sdk/QueryDelegatorUnbondingDelegationsRequest";
|
|
457
367
|
value: QueryDelegatorUnbondingDelegationsRequestAmino;
|
|
458
368
|
}
|
|
459
|
-
/**
|
|
460
|
-
* QueryDelegatorUnbondingDelegationsRequest is request type for the
|
|
461
|
-
* Query/DelegatorUnbondingDelegations RPC method.
|
|
462
|
-
*/
|
|
463
|
-
export interface QueryDelegatorUnbondingDelegationsRequestSDKType {
|
|
464
|
-
delegator_addr: string;
|
|
465
|
-
pagination?: PageRequestSDKType;
|
|
466
|
-
}
|
|
467
369
|
/**
|
|
468
370
|
* QueryUnbondingDelegatorDelegationsResponse is response type for the
|
|
469
371
|
* Query/UnbondingDelegatorDelegations RPC method.
|
|
@@ -490,14 +392,6 @@ export interface QueryDelegatorUnbondingDelegationsResponseAminoMsg {
|
|
|
490
392
|
type: "cosmos-sdk/QueryDelegatorUnbondingDelegationsResponse";
|
|
491
393
|
value: QueryDelegatorUnbondingDelegationsResponseAmino;
|
|
492
394
|
}
|
|
493
|
-
/**
|
|
494
|
-
* QueryUnbondingDelegatorDelegationsResponse is response type for the
|
|
495
|
-
* Query/UnbondingDelegatorDelegations RPC method.
|
|
496
|
-
*/
|
|
497
|
-
export interface QueryDelegatorUnbondingDelegationsResponseSDKType {
|
|
498
|
-
unbonding_responses: UnbondingDelegationSDKType[];
|
|
499
|
-
pagination?: PageResponseSDKType;
|
|
500
|
-
}
|
|
501
395
|
/**
|
|
502
396
|
* QueryRedelegationsRequest is request type for the Query/Redelegations RPC
|
|
503
397
|
* method.
|
|
@@ -534,16 +428,6 @@ export interface QueryRedelegationsRequestAminoMsg {
|
|
|
534
428
|
type: "cosmos-sdk/QueryRedelegationsRequest";
|
|
535
429
|
value: QueryRedelegationsRequestAmino;
|
|
536
430
|
}
|
|
537
|
-
/**
|
|
538
|
-
* QueryRedelegationsRequest is request type for the Query/Redelegations RPC
|
|
539
|
-
* method.
|
|
540
|
-
*/
|
|
541
|
-
export interface QueryRedelegationsRequestSDKType {
|
|
542
|
-
delegator_addr: string;
|
|
543
|
-
src_validator_addr: string;
|
|
544
|
-
dst_validator_addr: string;
|
|
545
|
-
pagination?: PageRequestSDKType;
|
|
546
|
-
}
|
|
547
431
|
/**
|
|
548
432
|
* QueryRedelegationsResponse is response type for the Query/Redelegations RPC
|
|
549
433
|
* method.
|
|
@@ -570,14 +454,6 @@ export interface QueryRedelegationsResponseAminoMsg {
|
|
|
570
454
|
type: "cosmos-sdk/QueryRedelegationsResponse";
|
|
571
455
|
value: QueryRedelegationsResponseAmino;
|
|
572
456
|
}
|
|
573
|
-
/**
|
|
574
|
-
* QueryRedelegationsResponse is response type for the Query/Redelegations RPC
|
|
575
|
-
* method.
|
|
576
|
-
*/
|
|
577
|
-
export interface QueryRedelegationsResponseSDKType {
|
|
578
|
-
redelegation_responses: RedelegationResponseSDKType[];
|
|
579
|
-
pagination?: PageResponseSDKType;
|
|
580
|
-
}
|
|
581
457
|
/**
|
|
582
458
|
* QueryDelegatorValidatorsRequest is request type for the
|
|
583
459
|
* Query/DelegatorValidators RPC method.
|
|
@@ -606,14 +482,6 @@ export interface QueryDelegatorValidatorsRequestAminoMsg {
|
|
|
606
482
|
type: "cosmos-sdk/QueryDelegatorValidatorsRequest";
|
|
607
483
|
value: QueryDelegatorValidatorsRequestAmino;
|
|
608
484
|
}
|
|
609
|
-
/**
|
|
610
|
-
* QueryDelegatorValidatorsRequest is request type for the
|
|
611
|
-
* Query/DelegatorValidators RPC method.
|
|
612
|
-
*/
|
|
613
|
-
export interface QueryDelegatorValidatorsRequestSDKType {
|
|
614
|
-
delegator_addr: string;
|
|
615
|
-
pagination?: PageRequestSDKType;
|
|
616
|
-
}
|
|
617
485
|
/**
|
|
618
486
|
* QueryDelegatorValidatorsResponse is response type for the
|
|
619
487
|
* Query/DelegatorValidators RPC method.
|
|
@@ -642,14 +510,6 @@ export interface QueryDelegatorValidatorsResponseAminoMsg {
|
|
|
642
510
|
type: "cosmos-sdk/QueryDelegatorValidatorsResponse";
|
|
643
511
|
value: QueryDelegatorValidatorsResponseAmino;
|
|
644
512
|
}
|
|
645
|
-
/**
|
|
646
|
-
* QueryDelegatorValidatorsResponse is response type for the
|
|
647
|
-
* Query/DelegatorValidators RPC method.
|
|
648
|
-
*/
|
|
649
|
-
export interface QueryDelegatorValidatorsResponseSDKType {
|
|
650
|
-
validators: ValidatorSDKType[];
|
|
651
|
-
pagination?: PageResponseSDKType;
|
|
652
|
-
}
|
|
653
513
|
/**
|
|
654
514
|
* QueryDelegatorValidatorRequest is request type for the
|
|
655
515
|
* Query/DelegatorValidator RPC method.
|
|
@@ -678,14 +538,6 @@ export interface QueryDelegatorValidatorRequestAminoMsg {
|
|
|
678
538
|
type: "cosmos-sdk/QueryDelegatorValidatorRequest";
|
|
679
539
|
value: QueryDelegatorValidatorRequestAmino;
|
|
680
540
|
}
|
|
681
|
-
/**
|
|
682
|
-
* QueryDelegatorValidatorRequest is request type for the
|
|
683
|
-
* Query/DelegatorValidator RPC method.
|
|
684
|
-
*/
|
|
685
|
-
export interface QueryDelegatorValidatorRequestSDKType {
|
|
686
|
-
delegator_addr: string;
|
|
687
|
-
validator_addr: string;
|
|
688
|
-
}
|
|
689
541
|
/**
|
|
690
542
|
* QueryDelegatorValidatorResponse response type for the
|
|
691
543
|
* Query/DelegatorValidator RPC method.
|
|
@@ -710,13 +562,6 @@ export interface QueryDelegatorValidatorResponseAminoMsg {
|
|
|
710
562
|
type: "cosmos-sdk/QueryDelegatorValidatorResponse";
|
|
711
563
|
value: QueryDelegatorValidatorResponseAmino;
|
|
712
564
|
}
|
|
713
|
-
/**
|
|
714
|
-
* QueryDelegatorValidatorResponse response type for the
|
|
715
|
-
* Query/DelegatorValidator RPC method.
|
|
716
|
-
*/
|
|
717
|
-
export interface QueryDelegatorValidatorResponseSDKType {
|
|
718
|
-
validator: ValidatorSDKType;
|
|
719
|
-
}
|
|
720
565
|
/**
|
|
721
566
|
* QueryHistoricalInfoRequest is request type for the Query/HistoricalInfo RPC
|
|
722
567
|
* method.
|
|
@@ -741,13 +586,6 @@ export interface QueryHistoricalInfoRequestAminoMsg {
|
|
|
741
586
|
type: "cosmos-sdk/QueryHistoricalInfoRequest";
|
|
742
587
|
value: QueryHistoricalInfoRequestAmino;
|
|
743
588
|
}
|
|
744
|
-
/**
|
|
745
|
-
* QueryHistoricalInfoRequest is request type for the Query/HistoricalInfo RPC
|
|
746
|
-
* method.
|
|
747
|
-
*/
|
|
748
|
-
export interface QueryHistoricalInfoRequestSDKType {
|
|
749
|
-
height: bigint;
|
|
750
|
-
}
|
|
751
589
|
/**
|
|
752
590
|
* QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC
|
|
753
591
|
* method.
|
|
@@ -772,13 +610,6 @@ export interface QueryHistoricalInfoResponseAminoMsg {
|
|
|
772
610
|
type: "cosmos-sdk/QueryHistoricalInfoResponse";
|
|
773
611
|
value: QueryHistoricalInfoResponseAmino;
|
|
774
612
|
}
|
|
775
|
-
/**
|
|
776
|
-
* QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC
|
|
777
|
-
* method.
|
|
778
|
-
*/
|
|
779
|
-
export interface QueryHistoricalInfoResponseSDKType {
|
|
780
|
-
hist?: HistoricalInfoSDKType;
|
|
781
|
-
}
|
|
782
613
|
/** QueryPoolRequest is request type for the Query/Pool RPC method. */
|
|
783
614
|
export interface QueryPoolRequest {
|
|
784
615
|
}
|
|
@@ -793,9 +624,6 @@ export interface QueryPoolRequestAminoMsg {
|
|
|
793
624
|
type: "cosmos-sdk/QueryPoolRequest";
|
|
794
625
|
value: QueryPoolRequestAmino;
|
|
795
626
|
}
|
|
796
|
-
/** QueryPoolRequest is request type for the Query/Pool RPC method. */
|
|
797
|
-
export interface QueryPoolRequestSDKType {
|
|
798
|
-
}
|
|
799
627
|
/** QueryPoolResponse is response type for the Query/Pool RPC method. */
|
|
800
628
|
export interface QueryPoolResponse {
|
|
801
629
|
/** pool defines the pool info. */
|
|
@@ -814,10 +642,6 @@ export interface QueryPoolResponseAminoMsg {
|
|
|
814
642
|
type: "cosmos-sdk/QueryPoolResponse";
|
|
815
643
|
value: QueryPoolResponseAmino;
|
|
816
644
|
}
|
|
817
|
-
/** QueryPoolResponse is response type for the Query/Pool RPC method. */
|
|
818
|
-
export interface QueryPoolResponseSDKType {
|
|
819
|
-
pool: PoolSDKType;
|
|
820
|
-
}
|
|
821
645
|
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
822
646
|
export interface QueryParamsRequest {
|
|
823
647
|
}
|
|
@@ -832,9 +656,6 @@ export interface QueryParamsRequestAminoMsg {
|
|
|
832
656
|
type: "cosmos-sdk/QueryParamsRequest";
|
|
833
657
|
value: QueryParamsRequestAmino;
|
|
834
658
|
}
|
|
835
|
-
/** QueryParamsRequest is request type for the Query/Params RPC method. */
|
|
836
|
-
export interface QueryParamsRequestSDKType {
|
|
837
|
-
}
|
|
838
659
|
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
839
660
|
export interface QueryParamsResponse {
|
|
840
661
|
/** params holds all the parameters of this module. */
|
|
@@ -853,12 +674,9 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
853
674
|
type: "cosmos-sdk/QueryParamsResponse";
|
|
854
675
|
value: QueryParamsResponseAmino;
|
|
855
676
|
}
|
|
856
|
-
/** QueryParamsResponse is response type for the Query/Params RPC method. */
|
|
857
|
-
export interface QueryParamsResponseSDKType {
|
|
858
|
-
params: ParamsSDKType;
|
|
859
|
-
}
|
|
860
677
|
export declare const QueryValidatorsRequest: {
|
|
861
678
|
typeUrl: string;
|
|
679
|
+
aminoType: string;
|
|
862
680
|
encode(message: QueryValidatorsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
863
681
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorsRequest;
|
|
864
682
|
fromPartial(object: DeepPartial<QueryValidatorsRequest>): QueryValidatorsRequest;
|
|
@@ -872,6 +690,7 @@ export declare const QueryValidatorsRequest: {
|
|
|
872
690
|
};
|
|
873
691
|
export declare const QueryValidatorsResponse: {
|
|
874
692
|
typeUrl: string;
|
|
693
|
+
aminoType: string;
|
|
875
694
|
encode(message: QueryValidatorsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
876
695
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorsResponse;
|
|
877
696
|
fromPartial(object: DeepPartial<QueryValidatorsResponse>): QueryValidatorsResponse;
|
|
@@ -885,6 +704,7 @@ export declare const QueryValidatorsResponse: {
|
|
|
885
704
|
};
|
|
886
705
|
export declare const QueryValidatorRequest: {
|
|
887
706
|
typeUrl: string;
|
|
707
|
+
aminoType: string;
|
|
888
708
|
encode(message: QueryValidatorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
889
709
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorRequest;
|
|
890
710
|
fromPartial(object: DeepPartial<QueryValidatorRequest>): QueryValidatorRequest;
|
|
@@ -898,6 +718,7 @@ export declare const QueryValidatorRequest: {
|
|
|
898
718
|
};
|
|
899
719
|
export declare const QueryValidatorResponse: {
|
|
900
720
|
typeUrl: string;
|
|
721
|
+
aminoType: string;
|
|
901
722
|
encode(message: QueryValidatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
902
723
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorResponse;
|
|
903
724
|
fromPartial(object: DeepPartial<QueryValidatorResponse>): QueryValidatorResponse;
|
|
@@ -911,6 +732,7 @@ export declare const QueryValidatorResponse: {
|
|
|
911
732
|
};
|
|
912
733
|
export declare const QueryValidatorDelegationsRequest: {
|
|
913
734
|
typeUrl: string;
|
|
735
|
+
aminoType: string;
|
|
914
736
|
encode(message: QueryValidatorDelegationsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
915
737
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorDelegationsRequest;
|
|
916
738
|
fromPartial(object: DeepPartial<QueryValidatorDelegationsRequest>): QueryValidatorDelegationsRequest;
|
|
@@ -924,6 +746,7 @@ export declare const QueryValidatorDelegationsRequest: {
|
|
|
924
746
|
};
|
|
925
747
|
export declare const QueryValidatorDelegationsResponse: {
|
|
926
748
|
typeUrl: string;
|
|
749
|
+
aminoType: string;
|
|
927
750
|
encode(message: QueryValidatorDelegationsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
928
751
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorDelegationsResponse;
|
|
929
752
|
fromPartial(object: DeepPartial<QueryValidatorDelegationsResponse>): QueryValidatorDelegationsResponse;
|
|
@@ -937,6 +760,7 @@ export declare const QueryValidatorDelegationsResponse: {
|
|
|
937
760
|
};
|
|
938
761
|
export declare const QueryValidatorUnbondingDelegationsRequest: {
|
|
939
762
|
typeUrl: string;
|
|
763
|
+
aminoType: string;
|
|
940
764
|
encode(message: QueryValidatorUnbondingDelegationsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
941
765
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorUnbondingDelegationsRequest;
|
|
942
766
|
fromPartial(object: DeepPartial<QueryValidatorUnbondingDelegationsRequest>): QueryValidatorUnbondingDelegationsRequest;
|
|
@@ -950,6 +774,7 @@ export declare const QueryValidatorUnbondingDelegationsRequest: {
|
|
|
950
774
|
};
|
|
951
775
|
export declare const QueryValidatorUnbondingDelegationsResponse: {
|
|
952
776
|
typeUrl: string;
|
|
777
|
+
aminoType: string;
|
|
953
778
|
encode(message: QueryValidatorUnbondingDelegationsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
954
779
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryValidatorUnbondingDelegationsResponse;
|
|
955
780
|
fromPartial(object: DeepPartial<QueryValidatorUnbondingDelegationsResponse>): QueryValidatorUnbondingDelegationsResponse;
|
|
@@ -963,6 +788,7 @@ export declare const QueryValidatorUnbondingDelegationsResponse: {
|
|
|
963
788
|
};
|
|
964
789
|
export declare const QueryDelegationRequest: {
|
|
965
790
|
typeUrl: string;
|
|
791
|
+
aminoType: string;
|
|
966
792
|
encode(message: QueryDelegationRequest, writer?: BinaryWriter): BinaryWriter;
|
|
967
793
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegationRequest;
|
|
968
794
|
fromPartial(object: DeepPartial<QueryDelegationRequest>): QueryDelegationRequest;
|
|
@@ -976,6 +802,7 @@ export declare const QueryDelegationRequest: {
|
|
|
976
802
|
};
|
|
977
803
|
export declare const QueryDelegationResponse: {
|
|
978
804
|
typeUrl: string;
|
|
805
|
+
aminoType: string;
|
|
979
806
|
encode(message: QueryDelegationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
980
807
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegationResponse;
|
|
981
808
|
fromPartial(object: DeepPartial<QueryDelegationResponse>): QueryDelegationResponse;
|
|
@@ -989,6 +816,7 @@ export declare const QueryDelegationResponse: {
|
|
|
989
816
|
};
|
|
990
817
|
export declare const QueryUnbondingDelegationRequest: {
|
|
991
818
|
typeUrl: string;
|
|
819
|
+
aminoType: string;
|
|
992
820
|
encode(message: QueryUnbondingDelegationRequest, writer?: BinaryWriter): BinaryWriter;
|
|
993
821
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnbondingDelegationRequest;
|
|
994
822
|
fromPartial(object: DeepPartial<QueryUnbondingDelegationRequest>): QueryUnbondingDelegationRequest;
|
|
@@ -1002,6 +830,7 @@ export declare const QueryUnbondingDelegationRequest: {
|
|
|
1002
830
|
};
|
|
1003
831
|
export declare const QueryUnbondingDelegationResponse: {
|
|
1004
832
|
typeUrl: string;
|
|
833
|
+
aminoType: string;
|
|
1005
834
|
encode(message: QueryUnbondingDelegationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1006
835
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryUnbondingDelegationResponse;
|
|
1007
836
|
fromPartial(object: DeepPartial<QueryUnbondingDelegationResponse>): QueryUnbondingDelegationResponse;
|
|
@@ -1015,6 +844,7 @@ export declare const QueryUnbondingDelegationResponse: {
|
|
|
1015
844
|
};
|
|
1016
845
|
export declare const QueryDelegatorDelegationsRequest: {
|
|
1017
846
|
typeUrl: string;
|
|
847
|
+
aminoType: string;
|
|
1018
848
|
encode(message: QueryDelegatorDelegationsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1019
849
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorDelegationsRequest;
|
|
1020
850
|
fromPartial(object: DeepPartial<QueryDelegatorDelegationsRequest>): QueryDelegatorDelegationsRequest;
|
|
@@ -1028,6 +858,7 @@ export declare const QueryDelegatorDelegationsRequest: {
|
|
|
1028
858
|
};
|
|
1029
859
|
export declare const QueryDelegatorDelegationsResponse: {
|
|
1030
860
|
typeUrl: string;
|
|
861
|
+
aminoType: string;
|
|
1031
862
|
encode(message: QueryDelegatorDelegationsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1032
863
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorDelegationsResponse;
|
|
1033
864
|
fromPartial(object: DeepPartial<QueryDelegatorDelegationsResponse>): QueryDelegatorDelegationsResponse;
|
|
@@ -1041,6 +872,7 @@ export declare const QueryDelegatorDelegationsResponse: {
|
|
|
1041
872
|
};
|
|
1042
873
|
export declare const QueryDelegatorUnbondingDelegationsRequest: {
|
|
1043
874
|
typeUrl: string;
|
|
875
|
+
aminoType: string;
|
|
1044
876
|
encode(message: QueryDelegatorUnbondingDelegationsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1045
877
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorUnbondingDelegationsRequest;
|
|
1046
878
|
fromPartial(object: DeepPartial<QueryDelegatorUnbondingDelegationsRequest>): QueryDelegatorUnbondingDelegationsRequest;
|
|
@@ -1054,6 +886,7 @@ export declare const QueryDelegatorUnbondingDelegationsRequest: {
|
|
|
1054
886
|
};
|
|
1055
887
|
export declare const QueryDelegatorUnbondingDelegationsResponse: {
|
|
1056
888
|
typeUrl: string;
|
|
889
|
+
aminoType: string;
|
|
1057
890
|
encode(message: QueryDelegatorUnbondingDelegationsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1058
891
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorUnbondingDelegationsResponse;
|
|
1059
892
|
fromPartial(object: DeepPartial<QueryDelegatorUnbondingDelegationsResponse>): QueryDelegatorUnbondingDelegationsResponse;
|
|
@@ -1067,6 +900,7 @@ export declare const QueryDelegatorUnbondingDelegationsResponse: {
|
|
|
1067
900
|
};
|
|
1068
901
|
export declare const QueryRedelegationsRequest: {
|
|
1069
902
|
typeUrl: string;
|
|
903
|
+
aminoType: string;
|
|
1070
904
|
encode(message: QueryRedelegationsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1071
905
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryRedelegationsRequest;
|
|
1072
906
|
fromPartial(object: DeepPartial<QueryRedelegationsRequest>): QueryRedelegationsRequest;
|
|
@@ -1080,6 +914,7 @@ export declare const QueryRedelegationsRequest: {
|
|
|
1080
914
|
};
|
|
1081
915
|
export declare const QueryRedelegationsResponse: {
|
|
1082
916
|
typeUrl: string;
|
|
917
|
+
aminoType: string;
|
|
1083
918
|
encode(message: QueryRedelegationsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1084
919
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryRedelegationsResponse;
|
|
1085
920
|
fromPartial(object: DeepPartial<QueryRedelegationsResponse>): QueryRedelegationsResponse;
|
|
@@ -1093,6 +928,7 @@ export declare const QueryRedelegationsResponse: {
|
|
|
1093
928
|
};
|
|
1094
929
|
export declare const QueryDelegatorValidatorsRequest: {
|
|
1095
930
|
typeUrl: string;
|
|
931
|
+
aminoType: string;
|
|
1096
932
|
encode(message: QueryDelegatorValidatorsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1097
933
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorValidatorsRequest;
|
|
1098
934
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorsRequest>): QueryDelegatorValidatorsRequest;
|
|
@@ -1106,6 +942,7 @@ export declare const QueryDelegatorValidatorsRequest: {
|
|
|
1106
942
|
};
|
|
1107
943
|
export declare const QueryDelegatorValidatorsResponse: {
|
|
1108
944
|
typeUrl: string;
|
|
945
|
+
aminoType: string;
|
|
1109
946
|
encode(message: QueryDelegatorValidatorsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1110
947
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorValidatorsResponse;
|
|
1111
948
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorsResponse>): QueryDelegatorValidatorsResponse;
|
|
@@ -1119,6 +956,7 @@ export declare const QueryDelegatorValidatorsResponse: {
|
|
|
1119
956
|
};
|
|
1120
957
|
export declare const QueryDelegatorValidatorRequest: {
|
|
1121
958
|
typeUrl: string;
|
|
959
|
+
aminoType: string;
|
|
1122
960
|
encode(message: QueryDelegatorValidatorRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1123
961
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorValidatorRequest;
|
|
1124
962
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorRequest>): QueryDelegatorValidatorRequest;
|
|
@@ -1132,6 +970,7 @@ export declare const QueryDelegatorValidatorRequest: {
|
|
|
1132
970
|
};
|
|
1133
971
|
export declare const QueryDelegatorValidatorResponse: {
|
|
1134
972
|
typeUrl: string;
|
|
973
|
+
aminoType: string;
|
|
1135
974
|
encode(message: QueryDelegatorValidatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1136
975
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDelegatorValidatorResponse;
|
|
1137
976
|
fromPartial(object: DeepPartial<QueryDelegatorValidatorResponse>): QueryDelegatorValidatorResponse;
|
|
@@ -1145,6 +984,7 @@ export declare const QueryDelegatorValidatorResponse: {
|
|
|
1145
984
|
};
|
|
1146
985
|
export declare const QueryHistoricalInfoRequest: {
|
|
1147
986
|
typeUrl: string;
|
|
987
|
+
aminoType: string;
|
|
1148
988
|
encode(message: QueryHistoricalInfoRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1149
989
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryHistoricalInfoRequest;
|
|
1150
990
|
fromPartial(object: DeepPartial<QueryHistoricalInfoRequest>): QueryHistoricalInfoRequest;
|
|
@@ -1158,6 +998,7 @@ export declare const QueryHistoricalInfoRequest: {
|
|
|
1158
998
|
};
|
|
1159
999
|
export declare const QueryHistoricalInfoResponse: {
|
|
1160
1000
|
typeUrl: string;
|
|
1001
|
+
aminoType: string;
|
|
1161
1002
|
encode(message: QueryHistoricalInfoResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1162
1003
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryHistoricalInfoResponse;
|
|
1163
1004
|
fromPartial(object: DeepPartial<QueryHistoricalInfoResponse>): QueryHistoricalInfoResponse;
|
|
@@ -1171,6 +1012,7 @@ export declare const QueryHistoricalInfoResponse: {
|
|
|
1171
1012
|
};
|
|
1172
1013
|
export declare const QueryPoolRequest: {
|
|
1173
1014
|
typeUrl: string;
|
|
1015
|
+
aminoType: string;
|
|
1174
1016
|
encode(_: QueryPoolRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1175
1017
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPoolRequest;
|
|
1176
1018
|
fromPartial(_: DeepPartial<QueryPoolRequest>): QueryPoolRequest;
|
|
@@ -1184,6 +1026,7 @@ export declare const QueryPoolRequest: {
|
|
|
1184
1026
|
};
|
|
1185
1027
|
export declare const QueryPoolResponse: {
|
|
1186
1028
|
typeUrl: string;
|
|
1029
|
+
aminoType: string;
|
|
1187
1030
|
encode(message: QueryPoolResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1188
1031
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryPoolResponse;
|
|
1189
1032
|
fromPartial(object: DeepPartial<QueryPoolResponse>): QueryPoolResponse;
|
|
@@ -1197,6 +1040,7 @@ export declare const QueryPoolResponse: {
|
|
|
1197
1040
|
};
|
|
1198
1041
|
export declare const QueryParamsRequest: {
|
|
1199
1042
|
typeUrl: string;
|
|
1043
|
+
aminoType: string;
|
|
1200
1044
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
1201
1045
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
1202
1046
|
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
@@ -1210,6 +1054,7 @@ export declare const QueryParamsRequest: {
|
|
|
1210
1054
|
};
|
|
1211
1055
|
export declare const QueryParamsResponse: {
|
|
1212
1056
|
typeUrl: string;
|
|
1057
|
+
aminoType: string;
|
|
1213
1058
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1214
1059
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
1215
1060
|
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|