@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
2
|
-
import { Plan, PlanAmino
|
|
3
|
-
import { Params, ParamsAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
2
|
+
import { Plan, PlanAmino } from "../../../../cosmos/upgrade/v1beta1/upgrade";
|
|
3
|
+
import { Params, ParamsAmino } from "./client";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../helpers";
|
|
5
6
|
/** MsgCreateClient defines a message to create an IBC client */
|
|
6
7
|
export interface MsgCreateClient {
|
|
7
8
|
/** light client state */
|
|
@@ -34,12 +35,6 @@ export interface MsgCreateClientAminoMsg {
|
|
|
34
35
|
type: "cosmos-sdk/MsgCreateClient";
|
|
35
36
|
value: MsgCreateClientAmino;
|
|
36
37
|
}
|
|
37
|
-
/** MsgCreateClient defines a message to create an IBC client */
|
|
38
|
-
export interface MsgCreateClientSDKType {
|
|
39
|
-
client_state?: AnySDKType;
|
|
40
|
-
consensus_state?: AnySDKType;
|
|
41
|
-
signer: string;
|
|
42
|
-
}
|
|
43
38
|
/** MsgCreateClientResponse defines the Msg/CreateClient response type. */
|
|
44
39
|
export interface MsgCreateClientResponse {
|
|
45
40
|
clientId: string;
|
|
@@ -56,10 +51,6 @@ export interface MsgCreateClientResponseAminoMsg {
|
|
|
56
51
|
type: "cosmos-sdk/MsgCreateClientResponse";
|
|
57
52
|
value: MsgCreateClientResponseAmino;
|
|
58
53
|
}
|
|
59
|
-
/** MsgCreateClientResponse defines the Msg/CreateClient response type. */
|
|
60
|
-
export interface MsgCreateClientResponseSDKType {
|
|
61
|
-
client_id: string;
|
|
62
|
-
}
|
|
63
54
|
/**
|
|
64
55
|
* MsgUpdateClient defines an sdk.Msg to update a IBC client state using
|
|
65
56
|
* the given client message.
|
|
@@ -92,15 +83,6 @@ export interface MsgUpdateClientAminoMsg {
|
|
|
92
83
|
type: "cosmos-sdk/MsgUpdateClient";
|
|
93
84
|
value: MsgUpdateClientAmino;
|
|
94
85
|
}
|
|
95
|
-
/**
|
|
96
|
-
* MsgUpdateClient defines an sdk.Msg to update a IBC client state using
|
|
97
|
-
* the given client message.
|
|
98
|
-
*/
|
|
99
|
-
export interface MsgUpdateClientSDKType {
|
|
100
|
-
client_id: string;
|
|
101
|
-
client_message?: AnySDKType;
|
|
102
|
-
signer: string;
|
|
103
|
-
}
|
|
104
86
|
/** MsgUpdateClientResponse defines the Msg/UpdateClient response type. */
|
|
105
87
|
export interface MsgUpdateClientResponse {
|
|
106
88
|
}
|
|
@@ -115,9 +97,6 @@ export interface MsgUpdateClientResponseAminoMsg {
|
|
|
115
97
|
type: "cosmos-sdk/MsgUpdateClientResponse";
|
|
116
98
|
value: MsgUpdateClientResponseAmino;
|
|
117
99
|
}
|
|
118
|
-
/** MsgUpdateClientResponse defines the Msg/UpdateClient response type. */
|
|
119
|
-
export interface MsgUpdateClientResponseSDKType {
|
|
120
|
-
}
|
|
121
100
|
/**
|
|
122
101
|
* MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client
|
|
123
102
|
* state
|
|
@@ -168,18 +147,6 @@ export interface MsgUpgradeClientAminoMsg {
|
|
|
168
147
|
type: "cosmos-sdk/MsgUpgradeClient";
|
|
169
148
|
value: MsgUpgradeClientAmino;
|
|
170
149
|
}
|
|
171
|
-
/**
|
|
172
|
-
* MsgUpgradeClient defines an sdk.Msg to upgrade an IBC client to a new client
|
|
173
|
-
* state
|
|
174
|
-
*/
|
|
175
|
-
export interface MsgUpgradeClientSDKType {
|
|
176
|
-
client_id: string;
|
|
177
|
-
client_state?: AnySDKType;
|
|
178
|
-
consensus_state?: AnySDKType;
|
|
179
|
-
proof_upgrade_client: Uint8Array;
|
|
180
|
-
proof_upgrade_consensus_state: Uint8Array;
|
|
181
|
-
signer: string;
|
|
182
|
-
}
|
|
183
150
|
/** MsgUpgradeClientResponse defines the Msg/UpgradeClient response type. */
|
|
184
151
|
export interface MsgUpgradeClientResponse {
|
|
185
152
|
}
|
|
@@ -194,9 +161,6 @@ export interface MsgUpgradeClientResponseAminoMsg {
|
|
|
194
161
|
type: "cosmos-sdk/MsgUpgradeClientResponse";
|
|
195
162
|
value: MsgUpgradeClientResponseAmino;
|
|
196
163
|
}
|
|
197
|
-
/** MsgUpgradeClientResponse defines the Msg/UpgradeClient response type. */
|
|
198
|
-
export interface MsgUpgradeClientResponseSDKType {
|
|
199
|
-
}
|
|
200
164
|
/**
|
|
201
165
|
* MsgSubmitMisbehaviour defines an sdk.Msg type that submits Evidence for
|
|
202
166
|
* light client misbehaviour.
|
|
@@ -233,17 +197,6 @@ export interface MsgSubmitMisbehaviourAminoMsg {
|
|
|
233
197
|
type: "cosmos-sdk/MsgSubmitMisbehaviour";
|
|
234
198
|
value: MsgSubmitMisbehaviourAmino;
|
|
235
199
|
}
|
|
236
|
-
/**
|
|
237
|
-
* MsgSubmitMisbehaviour defines an sdk.Msg type that submits Evidence for
|
|
238
|
-
* light client misbehaviour.
|
|
239
|
-
* This message has been deprecated. Use MsgUpdateClient instead.
|
|
240
|
-
*/
|
|
241
|
-
/** @deprecated */
|
|
242
|
-
export interface MsgSubmitMisbehaviourSDKType {
|
|
243
|
-
client_id: string;
|
|
244
|
-
misbehaviour?: AnySDKType;
|
|
245
|
-
signer: string;
|
|
246
|
-
}
|
|
247
200
|
/**
|
|
248
201
|
* MsgSubmitMisbehaviourResponse defines the Msg/SubmitMisbehaviour response
|
|
249
202
|
* type.
|
|
@@ -264,12 +217,6 @@ export interface MsgSubmitMisbehaviourResponseAminoMsg {
|
|
|
264
217
|
type: "cosmos-sdk/MsgSubmitMisbehaviourResponse";
|
|
265
218
|
value: MsgSubmitMisbehaviourResponseAmino;
|
|
266
219
|
}
|
|
267
|
-
/**
|
|
268
|
-
* MsgSubmitMisbehaviourResponse defines the Msg/SubmitMisbehaviour response
|
|
269
|
-
* type.
|
|
270
|
-
*/
|
|
271
|
-
export interface MsgSubmitMisbehaviourResponseSDKType {
|
|
272
|
-
}
|
|
273
220
|
/** MsgRecoverClient defines the message used to recover a frozen or expired client. */
|
|
274
221
|
export interface MsgRecoverClient {
|
|
275
222
|
/** the client identifier for the client to be updated if the proposal passes */
|
|
@@ -302,12 +249,6 @@ export interface MsgRecoverClientAminoMsg {
|
|
|
302
249
|
type: "cosmos-sdk/MsgRecoverClient";
|
|
303
250
|
value: MsgRecoverClientAmino;
|
|
304
251
|
}
|
|
305
|
-
/** MsgRecoverClient defines the message used to recover a frozen or expired client. */
|
|
306
|
-
export interface MsgRecoverClientSDKType {
|
|
307
|
-
subject_client_id: string;
|
|
308
|
-
substitute_client_id: string;
|
|
309
|
-
signer: string;
|
|
310
|
-
}
|
|
311
252
|
/** MsgRecoverClientResponse defines the Msg/RecoverClient response type. */
|
|
312
253
|
export interface MsgRecoverClientResponse {
|
|
313
254
|
}
|
|
@@ -322,9 +263,6 @@ export interface MsgRecoverClientResponseAminoMsg {
|
|
|
322
263
|
type: "cosmos-sdk/MsgRecoverClientResponse";
|
|
323
264
|
value: MsgRecoverClientResponseAmino;
|
|
324
265
|
}
|
|
325
|
-
/** MsgRecoverClientResponse defines the Msg/RecoverClient response type. */
|
|
326
|
-
export interface MsgRecoverClientResponseSDKType {
|
|
327
|
-
}
|
|
328
266
|
/** MsgIBCSoftwareUpgrade defines the message used to schedule an upgrade of an IBC client using a v1 governance proposal */
|
|
329
267
|
export interface MsgIBCSoftwareUpgrade {
|
|
330
268
|
plan: Plan;
|
|
@@ -367,12 +305,6 @@ export interface MsgIBCSoftwareUpgradeAminoMsg {
|
|
|
367
305
|
type: "cosmos-sdk/MsgIBCSoftwareUpgrade";
|
|
368
306
|
value: MsgIBCSoftwareUpgradeAmino;
|
|
369
307
|
}
|
|
370
|
-
/** MsgIBCSoftwareUpgrade defines the message used to schedule an upgrade of an IBC client using a v1 governance proposal */
|
|
371
|
-
export interface MsgIBCSoftwareUpgradeSDKType {
|
|
372
|
-
plan: PlanSDKType;
|
|
373
|
-
upgraded_client_state?: AnySDKType;
|
|
374
|
-
signer: string;
|
|
375
|
-
}
|
|
376
308
|
/** MsgIBCSoftwareUpgradeResponse defines the Msg/IBCSoftwareUpgrade response type. */
|
|
377
309
|
export interface MsgIBCSoftwareUpgradeResponse {
|
|
378
310
|
}
|
|
@@ -387,9 +319,6 @@ export interface MsgIBCSoftwareUpgradeResponseAminoMsg {
|
|
|
387
319
|
type: "cosmos-sdk/MsgIBCSoftwareUpgradeResponse";
|
|
388
320
|
value: MsgIBCSoftwareUpgradeResponseAmino;
|
|
389
321
|
}
|
|
390
|
-
/** MsgIBCSoftwareUpgradeResponse defines the Msg/IBCSoftwareUpgrade response type. */
|
|
391
|
-
export interface MsgIBCSoftwareUpgradeResponseSDKType {
|
|
392
|
-
}
|
|
393
322
|
/** MsgUpdateParams defines the sdk.Msg type to update the client parameters. */
|
|
394
323
|
export interface MsgUpdateParams {
|
|
395
324
|
/** signer address */
|
|
@@ -420,11 +349,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
420
349
|
type: "cosmos-sdk/MsgUpdateParams";
|
|
421
350
|
value: MsgUpdateParamsAmino;
|
|
422
351
|
}
|
|
423
|
-
/** MsgUpdateParams defines the sdk.Msg type to update the client parameters. */
|
|
424
|
-
export interface MsgUpdateParamsSDKType {
|
|
425
|
-
signer: string;
|
|
426
|
-
params: ParamsSDKType;
|
|
427
|
-
}
|
|
428
352
|
/** MsgUpdateParamsResponse defines the MsgUpdateParams response type. */
|
|
429
353
|
export interface MsgUpdateParamsResponse {
|
|
430
354
|
}
|
|
@@ -439,9 +363,6 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
439
363
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
440
364
|
value: MsgUpdateParamsResponseAmino;
|
|
441
365
|
}
|
|
442
|
-
/** MsgUpdateParamsResponse defines the MsgUpdateParams response type. */
|
|
443
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
444
|
-
}
|
|
445
366
|
/** MsgDeleteClientCreator defines a message to delete the client creator of a client */
|
|
446
367
|
export interface MsgDeleteClientCreator {
|
|
447
368
|
/** client identifier */
|
|
@@ -464,11 +385,6 @@ export interface MsgDeleteClientCreatorAminoMsg {
|
|
|
464
385
|
type: "cosmos-sdk/MsgDeleteClientCreator";
|
|
465
386
|
value: MsgDeleteClientCreatorAmino;
|
|
466
387
|
}
|
|
467
|
-
/** MsgDeleteClientCreator defines a message to delete the client creator of a client */
|
|
468
|
-
export interface MsgDeleteClientCreatorSDKType {
|
|
469
|
-
client_id: string;
|
|
470
|
-
signer: string;
|
|
471
|
-
}
|
|
472
388
|
/** MsgDeleteClientCreatorResponse defines the Msg/DeleteClientCreator response type. */
|
|
473
389
|
export interface MsgDeleteClientCreatorResponse {
|
|
474
390
|
}
|
|
@@ -483,14 +399,12 @@ export interface MsgDeleteClientCreatorResponseAminoMsg {
|
|
|
483
399
|
type: "cosmos-sdk/MsgDeleteClientCreatorResponse";
|
|
484
400
|
value: MsgDeleteClientCreatorResponseAmino;
|
|
485
401
|
}
|
|
486
|
-
/** MsgDeleteClientCreatorResponse defines the Msg/DeleteClientCreator response type. */
|
|
487
|
-
export interface MsgDeleteClientCreatorResponseSDKType {
|
|
488
|
-
}
|
|
489
402
|
export declare const MsgCreateClient: {
|
|
490
403
|
typeUrl: string;
|
|
404
|
+
aminoType: string;
|
|
491
405
|
encode(message: MsgCreateClient, writer?: BinaryWriter): BinaryWriter;
|
|
492
406
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClient;
|
|
493
|
-
fromPartial(object:
|
|
407
|
+
fromPartial(object: DeepPartial<MsgCreateClient>): MsgCreateClient;
|
|
494
408
|
fromAmino(object: MsgCreateClientAmino): MsgCreateClient;
|
|
495
409
|
toAmino(message: MsgCreateClient): MsgCreateClientAmino;
|
|
496
410
|
fromAminoMsg(object: MsgCreateClientAminoMsg): MsgCreateClient;
|
|
@@ -501,9 +415,10 @@ export declare const MsgCreateClient: {
|
|
|
501
415
|
};
|
|
502
416
|
export declare const MsgCreateClientResponse: {
|
|
503
417
|
typeUrl: string;
|
|
418
|
+
aminoType: string;
|
|
504
419
|
encode(message: MsgCreateClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
505
420
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClientResponse;
|
|
506
|
-
fromPartial(object:
|
|
421
|
+
fromPartial(object: DeepPartial<MsgCreateClientResponse>): MsgCreateClientResponse;
|
|
507
422
|
fromAmino(object: MsgCreateClientResponseAmino): MsgCreateClientResponse;
|
|
508
423
|
toAmino(message: MsgCreateClientResponse): MsgCreateClientResponseAmino;
|
|
509
424
|
fromAminoMsg(object: MsgCreateClientResponseAminoMsg): MsgCreateClientResponse;
|
|
@@ -514,9 +429,10 @@ export declare const MsgCreateClientResponse: {
|
|
|
514
429
|
};
|
|
515
430
|
export declare const MsgUpdateClient: {
|
|
516
431
|
typeUrl: string;
|
|
432
|
+
aminoType: string;
|
|
517
433
|
encode(message: MsgUpdateClient, writer?: BinaryWriter): BinaryWriter;
|
|
518
434
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClient;
|
|
519
|
-
fromPartial(object:
|
|
435
|
+
fromPartial(object: DeepPartial<MsgUpdateClient>): MsgUpdateClient;
|
|
520
436
|
fromAmino(object: MsgUpdateClientAmino): MsgUpdateClient;
|
|
521
437
|
toAmino(message: MsgUpdateClient): MsgUpdateClientAmino;
|
|
522
438
|
fromAminoMsg(object: MsgUpdateClientAminoMsg): MsgUpdateClient;
|
|
@@ -527,9 +443,10 @@ export declare const MsgUpdateClient: {
|
|
|
527
443
|
};
|
|
528
444
|
export declare const MsgUpdateClientResponse: {
|
|
529
445
|
typeUrl: string;
|
|
446
|
+
aminoType: string;
|
|
530
447
|
encode(_: MsgUpdateClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
531
448
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientResponse;
|
|
532
|
-
fromPartial(_:
|
|
449
|
+
fromPartial(_: DeepPartial<MsgUpdateClientResponse>): MsgUpdateClientResponse;
|
|
533
450
|
fromAmino(_: MsgUpdateClientResponseAmino): MsgUpdateClientResponse;
|
|
534
451
|
toAmino(_: MsgUpdateClientResponse): MsgUpdateClientResponseAmino;
|
|
535
452
|
fromAminoMsg(object: MsgUpdateClientResponseAminoMsg): MsgUpdateClientResponse;
|
|
@@ -540,9 +457,10 @@ export declare const MsgUpdateClientResponse: {
|
|
|
540
457
|
};
|
|
541
458
|
export declare const MsgUpgradeClient: {
|
|
542
459
|
typeUrl: string;
|
|
460
|
+
aminoType: string;
|
|
543
461
|
encode(message: MsgUpgradeClient, writer?: BinaryWriter): BinaryWriter;
|
|
544
462
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpgradeClient;
|
|
545
|
-
fromPartial(object:
|
|
463
|
+
fromPartial(object: DeepPartial<MsgUpgradeClient>): MsgUpgradeClient;
|
|
546
464
|
fromAmino(object: MsgUpgradeClientAmino): MsgUpgradeClient;
|
|
547
465
|
toAmino(message: MsgUpgradeClient): MsgUpgradeClientAmino;
|
|
548
466
|
fromAminoMsg(object: MsgUpgradeClientAminoMsg): MsgUpgradeClient;
|
|
@@ -553,9 +471,10 @@ export declare const MsgUpgradeClient: {
|
|
|
553
471
|
};
|
|
554
472
|
export declare const MsgUpgradeClientResponse: {
|
|
555
473
|
typeUrl: string;
|
|
474
|
+
aminoType: string;
|
|
556
475
|
encode(_: MsgUpgradeClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
557
476
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpgradeClientResponse;
|
|
558
|
-
fromPartial(_:
|
|
477
|
+
fromPartial(_: DeepPartial<MsgUpgradeClientResponse>): MsgUpgradeClientResponse;
|
|
559
478
|
fromAmino(_: MsgUpgradeClientResponseAmino): MsgUpgradeClientResponse;
|
|
560
479
|
toAmino(_: MsgUpgradeClientResponse): MsgUpgradeClientResponseAmino;
|
|
561
480
|
fromAminoMsg(object: MsgUpgradeClientResponseAminoMsg): MsgUpgradeClientResponse;
|
|
@@ -566,9 +485,10 @@ export declare const MsgUpgradeClientResponse: {
|
|
|
566
485
|
};
|
|
567
486
|
export declare const MsgSubmitMisbehaviour: {
|
|
568
487
|
typeUrl: string;
|
|
488
|
+
aminoType: string;
|
|
569
489
|
encode(message: MsgSubmitMisbehaviour, writer?: BinaryWriter): BinaryWriter;
|
|
570
490
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitMisbehaviour;
|
|
571
|
-
fromPartial(object:
|
|
491
|
+
fromPartial(object: DeepPartial<MsgSubmitMisbehaviour>): MsgSubmitMisbehaviour;
|
|
572
492
|
fromAmino(object: MsgSubmitMisbehaviourAmino): MsgSubmitMisbehaviour;
|
|
573
493
|
toAmino(message: MsgSubmitMisbehaviour): MsgSubmitMisbehaviourAmino;
|
|
574
494
|
fromAminoMsg(object: MsgSubmitMisbehaviourAminoMsg): MsgSubmitMisbehaviour;
|
|
@@ -579,9 +499,10 @@ export declare const MsgSubmitMisbehaviour: {
|
|
|
579
499
|
};
|
|
580
500
|
export declare const MsgSubmitMisbehaviourResponse: {
|
|
581
501
|
typeUrl: string;
|
|
502
|
+
aminoType: string;
|
|
582
503
|
encode(_: MsgSubmitMisbehaviourResponse, writer?: BinaryWriter): BinaryWriter;
|
|
583
504
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSubmitMisbehaviourResponse;
|
|
584
|
-
fromPartial(_:
|
|
505
|
+
fromPartial(_: DeepPartial<MsgSubmitMisbehaviourResponse>): MsgSubmitMisbehaviourResponse;
|
|
585
506
|
fromAmino(_: MsgSubmitMisbehaviourResponseAmino): MsgSubmitMisbehaviourResponse;
|
|
586
507
|
toAmino(_: MsgSubmitMisbehaviourResponse): MsgSubmitMisbehaviourResponseAmino;
|
|
587
508
|
fromAminoMsg(object: MsgSubmitMisbehaviourResponseAminoMsg): MsgSubmitMisbehaviourResponse;
|
|
@@ -592,9 +513,10 @@ export declare const MsgSubmitMisbehaviourResponse: {
|
|
|
592
513
|
};
|
|
593
514
|
export declare const MsgRecoverClient: {
|
|
594
515
|
typeUrl: string;
|
|
516
|
+
aminoType: string;
|
|
595
517
|
encode(message: MsgRecoverClient, writer?: BinaryWriter): BinaryWriter;
|
|
596
518
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRecoverClient;
|
|
597
|
-
fromPartial(object:
|
|
519
|
+
fromPartial(object: DeepPartial<MsgRecoverClient>): MsgRecoverClient;
|
|
598
520
|
fromAmino(object: MsgRecoverClientAmino): MsgRecoverClient;
|
|
599
521
|
toAmino(message: MsgRecoverClient): MsgRecoverClientAmino;
|
|
600
522
|
fromAminoMsg(object: MsgRecoverClientAminoMsg): MsgRecoverClient;
|
|
@@ -605,9 +527,10 @@ export declare const MsgRecoverClient: {
|
|
|
605
527
|
};
|
|
606
528
|
export declare const MsgRecoverClientResponse: {
|
|
607
529
|
typeUrl: string;
|
|
530
|
+
aminoType: string;
|
|
608
531
|
encode(_: MsgRecoverClientResponse, writer?: BinaryWriter): BinaryWriter;
|
|
609
532
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRecoverClientResponse;
|
|
610
|
-
fromPartial(_:
|
|
533
|
+
fromPartial(_: DeepPartial<MsgRecoverClientResponse>): MsgRecoverClientResponse;
|
|
611
534
|
fromAmino(_: MsgRecoverClientResponseAmino): MsgRecoverClientResponse;
|
|
612
535
|
toAmino(_: MsgRecoverClientResponse): MsgRecoverClientResponseAmino;
|
|
613
536
|
fromAminoMsg(object: MsgRecoverClientResponseAminoMsg): MsgRecoverClientResponse;
|
|
@@ -618,9 +541,10 @@ export declare const MsgRecoverClientResponse: {
|
|
|
618
541
|
};
|
|
619
542
|
export declare const MsgIBCSoftwareUpgrade: {
|
|
620
543
|
typeUrl: string;
|
|
544
|
+
aminoType: string;
|
|
621
545
|
encode(message: MsgIBCSoftwareUpgrade, writer?: BinaryWriter): BinaryWriter;
|
|
622
546
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIBCSoftwareUpgrade;
|
|
623
|
-
fromPartial(object:
|
|
547
|
+
fromPartial(object: DeepPartial<MsgIBCSoftwareUpgrade>): MsgIBCSoftwareUpgrade;
|
|
624
548
|
fromAmino(object: MsgIBCSoftwareUpgradeAmino): MsgIBCSoftwareUpgrade;
|
|
625
549
|
toAmino(message: MsgIBCSoftwareUpgrade): MsgIBCSoftwareUpgradeAmino;
|
|
626
550
|
fromAminoMsg(object: MsgIBCSoftwareUpgradeAminoMsg): MsgIBCSoftwareUpgrade;
|
|
@@ -631,9 +555,10 @@ export declare const MsgIBCSoftwareUpgrade: {
|
|
|
631
555
|
};
|
|
632
556
|
export declare const MsgIBCSoftwareUpgradeResponse: {
|
|
633
557
|
typeUrl: string;
|
|
558
|
+
aminoType: string;
|
|
634
559
|
encode(_: MsgIBCSoftwareUpgradeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
635
560
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgIBCSoftwareUpgradeResponse;
|
|
636
|
-
fromPartial(_:
|
|
561
|
+
fromPartial(_: DeepPartial<MsgIBCSoftwareUpgradeResponse>): MsgIBCSoftwareUpgradeResponse;
|
|
637
562
|
fromAmino(_: MsgIBCSoftwareUpgradeResponseAmino): MsgIBCSoftwareUpgradeResponse;
|
|
638
563
|
toAmino(_: MsgIBCSoftwareUpgradeResponse): MsgIBCSoftwareUpgradeResponseAmino;
|
|
639
564
|
fromAminoMsg(object: MsgIBCSoftwareUpgradeResponseAminoMsg): MsgIBCSoftwareUpgradeResponse;
|
|
@@ -644,9 +569,10 @@ export declare const MsgIBCSoftwareUpgradeResponse: {
|
|
|
644
569
|
};
|
|
645
570
|
export declare const MsgUpdateParams: {
|
|
646
571
|
typeUrl: string;
|
|
572
|
+
aminoType: string;
|
|
647
573
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
648
574
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
649
|
-
fromPartial(object:
|
|
575
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
650
576
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
651
577
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
652
578
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -657,9 +583,10 @@ export declare const MsgUpdateParams: {
|
|
|
657
583
|
};
|
|
658
584
|
export declare const MsgUpdateParamsResponse: {
|
|
659
585
|
typeUrl: string;
|
|
586
|
+
aminoType: string;
|
|
660
587
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
661
588
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
662
|
-
fromPartial(_:
|
|
589
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
663
590
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
664
591
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
665
592
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -670,9 +597,10 @@ export declare const MsgUpdateParamsResponse: {
|
|
|
670
597
|
};
|
|
671
598
|
export declare const MsgDeleteClientCreator: {
|
|
672
599
|
typeUrl: string;
|
|
600
|
+
aminoType: string;
|
|
673
601
|
encode(message: MsgDeleteClientCreator, writer?: BinaryWriter): BinaryWriter;
|
|
674
602
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteClientCreator;
|
|
675
|
-
fromPartial(object:
|
|
603
|
+
fromPartial(object: DeepPartial<MsgDeleteClientCreator>): MsgDeleteClientCreator;
|
|
676
604
|
fromAmino(object: MsgDeleteClientCreatorAmino): MsgDeleteClientCreator;
|
|
677
605
|
toAmino(message: MsgDeleteClientCreator): MsgDeleteClientCreatorAmino;
|
|
678
606
|
fromAminoMsg(object: MsgDeleteClientCreatorAminoMsg): MsgDeleteClientCreator;
|
|
@@ -683,9 +611,10 @@ export declare const MsgDeleteClientCreator: {
|
|
|
683
611
|
};
|
|
684
612
|
export declare const MsgDeleteClientCreatorResponse: {
|
|
685
613
|
typeUrl: string;
|
|
614
|
+
aminoType: string;
|
|
686
615
|
encode(_: MsgDeleteClientCreatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
687
616
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteClientCreatorResponse;
|
|
688
|
-
fromPartial(_:
|
|
617
|
+
fromPartial(_: DeepPartial<MsgDeleteClientCreatorResponse>): MsgDeleteClientCreatorResponse;
|
|
689
618
|
fromAmino(_: MsgDeleteClientCreatorResponseAmino): MsgDeleteClientCreatorResponse;
|
|
690
619
|
toAmino(_: MsgDeleteClientCreatorResponse): MsgDeleteClientCreatorResponseAmino;
|
|
691
620
|
fromAminoMsg(object: MsgDeleteClientCreatorResponseAminoMsg): MsgDeleteClientCreatorResponse;
|
package/ibc/core/client/v1/tx.js
CHANGED
|
@@ -16,6 +16,7 @@ function createBaseMsgCreateClient() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.MsgCreateClient = {
|
|
18
18
|
typeUrl: "/ibc.core.client.v1.MsgCreateClient",
|
|
19
|
+
aminoType: "cosmos-sdk/MsgCreateClient",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.clientState !== undefined) {
|
|
21
22
|
any_1.Any.encode(message.clientState, writer.uint32(10).fork()).ldelim();
|
|
@@ -107,6 +108,7 @@ function createBaseMsgCreateClientResponse() {
|
|
|
107
108
|
}
|
|
108
109
|
exports.MsgCreateClientResponse = {
|
|
109
110
|
typeUrl: "/ibc.core.client.v1.MsgCreateClientResponse",
|
|
111
|
+
aminoType: "cosmos-sdk/MsgCreateClientResponse",
|
|
110
112
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
111
113
|
if (message.clientId !== "") {
|
|
112
114
|
writer.uint32(10).string(message.clientId);
|
|
@@ -178,6 +180,7 @@ function createBaseMsgUpdateClient() {
|
|
|
178
180
|
}
|
|
179
181
|
exports.MsgUpdateClient = {
|
|
180
182
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClient",
|
|
183
|
+
aminoType: "cosmos-sdk/MsgUpdateClient",
|
|
181
184
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
182
185
|
if (message.clientId !== "") {
|
|
183
186
|
writer.uint32(10).string(message.clientId);
|
|
@@ -267,6 +270,7 @@ function createBaseMsgUpdateClientResponse() {
|
|
|
267
270
|
}
|
|
268
271
|
exports.MsgUpdateClientResponse = {
|
|
269
272
|
typeUrl: "/ibc.core.client.v1.MsgUpdateClientResponse",
|
|
273
|
+
aminoType: "cosmos-sdk/MsgUpdateClientResponse",
|
|
270
274
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
271
275
|
return writer;
|
|
272
276
|
},
|
|
@@ -330,6 +334,7 @@ function createBaseMsgUpgradeClient() {
|
|
|
330
334
|
}
|
|
331
335
|
exports.MsgUpgradeClient = {
|
|
332
336
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClient",
|
|
337
|
+
aminoType: "cosmos-sdk/MsgUpgradeClient",
|
|
333
338
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
334
339
|
if (message.clientId !== "") {
|
|
335
340
|
writer.uint32(10).string(message.clientId);
|
|
@@ -452,6 +457,7 @@ function createBaseMsgUpgradeClientResponse() {
|
|
|
452
457
|
}
|
|
453
458
|
exports.MsgUpgradeClientResponse = {
|
|
454
459
|
typeUrl: "/ibc.core.client.v1.MsgUpgradeClientResponse",
|
|
460
|
+
aminoType: "cosmos-sdk/MsgUpgradeClientResponse",
|
|
455
461
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
456
462
|
return writer;
|
|
457
463
|
},
|
|
@@ -512,6 +518,7 @@ function createBaseMsgSubmitMisbehaviour() {
|
|
|
512
518
|
}
|
|
513
519
|
exports.MsgSubmitMisbehaviour = {
|
|
514
520
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviour",
|
|
521
|
+
aminoType: "cosmos-sdk/MsgSubmitMisbehaviour",
|
|
515
522
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
516
523
|
if (message.clientId !== "") {
|
|
517
524
|
writer.uint32(10).string(message.clientId);
|
|
@@ -601,6 +608,7 @@ function createBaseMsgSubmitMisbehaviourResponse() {
|
|
|
601
608
|
}
|
|
602
609
|
exports.MsgSubmitMisbehaviourResponse = {
|
|
603
610
|
typeUrl: "/ibc.core.client.v1.MsgSubmitMisbehaviourResponse",
|
|
611
|
+
aminoType: "cosmos-sdk/MsgSubmitMisbehaviourResponse",
|
|
604
612
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
605
613
|
return writer;
|
|
606
614
|
},
|
|
@@ -661,6 +669,7 @@ function createBaseMsgRecoverClient() {
|
|
|
661
669
|
}
|
|
662
670
|
exports.MsgRecoverClient = {
|
|
663
671
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClient",
|
|
672
|
+
aminoType: "cosmos-sdk/MsgRecoverClient",
|
|
664
673
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
665
674
|
if (message.subjectClientId !== "") {
|
|
666
675
|
writer.uint32(10).string(message.subjectClientId);
|
|
@@ -750,6 +759,7 @@ function createBaseMsgRecoverClientResponse() {
|
|
|
750
759
|
}
|
|
751
760
|
exports.MsgRecoverClientResponse = {
|
|
752
761
|
typeUrl: "/ibc.core.client.v1.MsgRecoverClientResponse",
|
|
762
|
+
aminoType: "cosmos-sdk/MsgRecoverClientResponse",
|
|
753
763
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
754
764
|
return writer;
|
|
755
765
|
},
|
|
@@ -810,6 +820,7 @@ function createBaseMsgIBCSoftwareUpgrade() {
|
|
|
810
820
|
}
|
|
811
821
|
exports.MsgIBCSoftwareUpgrade = {
|
|
812
822
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgrade",
|
|
823
|
+
aminoType: "cosmos-sdk/MsgIBCSoftwareUpgrade",
|
|
813
824
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
814
825
|
if (message.plan !== undefined) {
|
|
815
826
|
upgrade_1.Plan.encode(message.plan, writer.uint32(10).fork()).ldelim();
|
|
@@ -899,6 +910,7 @@ function createBaseMsgIBCSoftwareUpgradeResponse() {
|
|
|
899
910
|
}
|
|
900
911
|
exports.MsgIBCSoftwareUpgradeResponse = {
|
|
901
912
|
typeUrl: "/ibc.core.client.v1.MsgIBCSoftwareUpgradeResponse",
|
|
913
|
+
aminoType: "cosmos-sdk/MsgIBCSoftwareUpgradeResponse",
|
|
902
914
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
903
915
|
return writer;
|
|
904
916
|
},
|
|
@@ -958,6 +970,7 @@ function createBaseMsgUpdateParams() {
|
|
|
958
970
|
}
|
|
959
971
|
exports.MsgUpdateParams = {
|
|
960
972
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParams",
|
|
973
|
+
aminoType: "cosmos-sdk/MsgUpdateParams",
|
|
961
974
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
962
975
|
if (message.signer !== "") {
|
|
963
976
|
writer.uint32(10).string(message.signer);
|
|
@@ -1036,6 +1049,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
1036
1049
|
}
|
|
1037
1050
|
exports.MsgUpdateParamsResponse = {
|
|
1038
1051
|
typeUrl: "/ibc.core.client.v1.MsgUpdateParamsResponse",
|
|
1052
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
1039
1053
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
1040
1054
|
return writer;
|
|
1041
1055
|
},
|
|
@@ -1095,6 +1109,7 @@ function createBaseMsgDeleteClientCreator() {
|
|
|
1095
1109
|
}
|
|
1096
1110
|
exports.MsgDeleteClientCreator = {
|
|
1097
1111
|
typeUrl: "/ibc.core.client.v1.MsgDeleteClientCreator",
|
|
1112
|
+
aminoType: "cosmos-sdk/MsgDeleteClientCreator",
|
|
1098
1113
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
1099
1114
|
if (message.clientId !== "") {
|
|
1100
1115
|
writer.uint32(10).string(message.clientId);
|
|
@@ -1173,6 +1188,7 @@ function createBaseMsgDeleteClientCreatorResponse() {
|
|
|
1173
1188
|
}
|
|
1174
1189
|
exports.MsgDeleteClientCreatorResponse = {
|
|
1175
1190
|
typeUrl: "/ibc.core.client.v1.MsgDeleteClientCreatorResponse",
|
|
1191
|
+
aminoType: "cosmos-sdk/MsgDeleteClientCreatorResponse",
|
|
1176
1192
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
1177
1193
|
return writer;
|
|
1178
1194
|
},
|
|
@@ -1,108 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const registry: ReadonlyArray<[string, GeneratedType]>;
|
|
4
|
-
export declare const load: (protoRegistry: Registry) => void;
|
|
5
|
-
export declare const MessageComposer: {
|
|
6
|
-
encoded: {
|
|
7
|
-
createClient(value: MsgCreateClient): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
updateClient(value: MsgUpdateClient): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
upgradeClient(value: MsgUpgradeClient): {
|
|
16
|
-
typeUrl: string;
|
|
17
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
18
|
-
};
|
|
19
|
-
submitMisbehaviour(value: MsgSubmitMisbehaviour): {
|
|
20
|
-
typeUrl: string;
|
|
21
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
22
|
-
};
|
|
23
|
-
recoverClient(value: MsgRecoverClient): {
|
|
24
|
-
typeUrl: string;
|
|
25
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
26
|
-
};
|
|
27
|
-
iBCSoftwareUpgrade(value: MsgIBCSoftwareUpgrade): {
|
|
28
|
-
typeUrl: string;
|
|
29
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
30
|
-
};
|
|
31
|
-
updateClientParams(value: MsgUpdateParams): {
|
|
32
|
-
typeUrl: string;
|
|
33
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
34
|
-
};
|
|
35
|
-
deleteClientCreator(value: MsgDeleteClientCreator): {
|
|
36
|
-
typeUrl: string;
|
|
37
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
withTypeUrl: {
|
|
41
|
-
createClient(value: MsgCreateClient): {
|
|
42
|
-
typeUrl: string;
|
|
43
|
-
value: MsgCreateClient;
|
|
44
|
-
};
|
|
45
|
-
updateClient(value: MsgUpdateClient): {
|
|
46
|
-
typeUrl: string;
|
|
47
|
-
value: MsgUpdateClient;
|
|
48
|
-
};
|
|
49
|
-
upgradeClient(value: MsgUpgradeClient): {
|
|
50
|
-
typeUrl: string;
|
|
51
|
-
value: MsgUpgradeClient;
|
|
52
|
-
};
|
|
53
|
-
submitMisbehaviour(value: MsgSubmitMisbehaviour): {
|
|
54
|
-
typeUrl: string;
|
|
55
|
-
value: MsgSubmitMisbehaviour;
|
|
56
|
-
};
|
|
57
|
-
recoverClient(value: MsgRecoverClient): {
|
|
58
|
-
typeUrl: string;
|
|
59
|
-
value: MsgRecoverClient;
|
|
60
|
-
};
|
|
61
|
-
iBCSoftwareUpgrade(value: MsgIBCSoftwareUpgrade): {
|
|
62
|
-
typeUrl: string;
|
|
63
|
-
value: MsgIBCSoftwareUpgrade;
|
|
64
|
-
};
|
|
65
|
-
updateClientParams(value: MsgUpdateParams): {
|
|
66
|
-
typeUrl: string;
|
|
67
|
-
value: MsgUpdateParams;
|
|
68
|
-
};
|
|
69
|
-
deleteClientCreator(value: MsgDeleteClientCreator): {
|
|
70
|
-
typeUrl: string;
|
|
71
|
-
value: MsgDeleteClientCreator;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
fromPartial: {
|
|
75
|
-
createClient(value: MsgCreateClient): {
|
|
76
|
-
typeUrl: string;
|
|
77
|
-
value: MsgCreateClient;
|
|
78
|
-
};
|
|
79
|
-
updateClient(value: MsgUpdateClient): {
|
|
80
|
-
typeUrl: string;
|
|
81
|
-
value: MsgUpdateClient;
|
|
82
|
-
};
|
|
83
|
-
upgradeClient(value: MsgUpgradeClient): {
|
|
84
|
-
typeUrl: string;
|
|
85
|
-
value: MsgUpgradeClient;
|
|
86
|
-
};
|
|
87
|
-
submitMisbehaviour(value: MsgSubmitMisbehaviour): {
|
|
88
|
-
typeUrl: string;
|
|
89
|
-
value: MsgSubmitMisbehaviour;
|
|
90
|
-
};
|
|
91
|
-
recoverClient(value: MsgRecoverClient): {
|
|
92
|
-
typeUrl: string;
|
|
93
|
-
value: MsgRecoverClient;
|
|
94
|
-
};
|
|
95
|
-
iBCSoftwareUpgrade(value: MsgIBCSoftwareUpgrade): {
|
|
96
|
-
typeUrl: string;
|
|
97
|
-
value: MsgIBCSoftwareUpgrade;
|
|
98
|
-
};
|
|
99
|
-
updateClientParams(value: MsgUpdateParams): {
|
|
100
|
-
typeUrl: string;
|
|
101
|
-
value: MsgUpdateParams;
|
|
102
|
-
};
|
|
103
|
-
deleteClientCreator(value: MsgDeleteClientCreator): {
|
|
104
|
-
typeUrl: string;
|
|
105
|
-
value: MsgDeleteClientCreator;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|