@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,5 +1,6 @@
|
|
|
1
|
-
import { Config, ConfigAmino
|
|
1
|
+
import { Config, ConfigAmino } from "./config";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** MsgRegisterCounterparty defines a message to register a counterparty on a client */
|
|
4
5
|
export interface MsgRegisterCounterparty {
|
|
5
6
|
/** client identifier */
|
|
@@ -30,13 +31,6 @@ export interface MsgRegisterCounterpartyAminoMsg {
|
|
|
30
31
|
type: "cosmos-sdk/MsgRegisterCounterparty";
|
|
31
32
|
value: MsgRegisterCounterpartyAmino;
|
|
32
33
|
}
|
|
33
|
-
/** MsgRegisterCounterparty defines a message to register a counterparty on a client */
|
|
34
|
-
export interface MsgRegisterCounterpartySDKType {
|
|
35
|
-
client_id: string;
|
|
36
|
-
counterparty_merkle_prefix: Uint8Array[];
|
|
37
|
-
counterparty_client_id: string;
|
|
38
|
-
signer: string;
|
|
39
|
-
}
|
|
40
34
|
/** MsgRegisterCounterpartyResponse defines the Msg/RegisterCounterparty response type. */
|
|
41
35
|
export interface MsgRegisterCounterpartyResponse {
|
|
42
36
|
}
|
|
@@ -51,9 +45,6 @@ export interface MsgRegisterCounterpartyResponseAminoMsg {
|
|
|
51
45
|
type: "cosmos-sdk/MsgRegisterCounterpartyResponse";
|
|
52
46
|
value: MsgRegisterCounterpartyResponseAmino;
|
|
53
47
|
}
|
|
54
|
-
/** MsgRegisterCounterpartyResponse defines the Msg/RegisterCounterparty response type. */
|
|
55
|
-
export interface MsgRegisterCounterpartyResponseSDKType {
|
|
56
|
-
}
|
|
57
48
|
/** MsgUpdateClientConfig defines the sdk.Msg type to update the configuration for a given client */
|
|
58
49
|
export interface MsgUpdateClientConfig {
|
|
59
50
|
/** client identifier */
|
|
@@ -88,12 +79,6 @@ export interface MsgUpdateClientConfigAminoMsg {
|
|
|
88
79
|
type: "cosmos-sdk/MsgUpdateClientConfig";
|
|
89
80
|
value: MsgUpdateClientConfigAmino;
|
|
90
81
|
}
|
|
91
|
-
/** MsgUpdateClientConfig defines the sdk.Msg type to update the configuration for a given client */
|
|
92
|
-
export interface MsgUpdateClientConfigSDKType {
|
|
93
|
-
client_id: string;
|
|
94
|
-
config: ConfigSDKType;
|
|
95
|
-
signer: string;
|
|
96
|
-
}
|
|
97
82
|
/** MsgUpdateClientConfigResponse defines the MsgUpdateClientConfig response type. */
|
|
98
83
|
export interface MsgUpdateClientConfigResponse {
|
|
99
84
|
}
|
|
@@ -108,14 +93,12 @@ export interface MsgUpdateClientConfigResponseAminoMsg {
|
|
|
108
93
|
type: "cosmos-sdk/MsgUpdateClientConfigResponse";
|
|
109
94
|
value: MsgUpdateClientConfigResponseAmino;
|
|
110
95
|
}
|
|
111
|
-
/** MsgUpdateClientConfigResponse defines the MsgUpdateClientConfig response type. */
|
|
112
|
-
export interface MsgUpdateClientConfigResponseSDKType {
|
|
113
|
-
}
|
|
114
96
|
export declare const MsgRegisterCounterparty: {
|
|
115
97
|
typeUrl: string;
|
|
98
|
+
aminoType: string;
|
|
116
99
|
encode(message: MsgRegisterCounterparty, writer?: BinaryWriter): BinaryWriter;
|
|
117
100
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterCounterparty;
|
|
118
|
-
fromPartial(object:
|
|
101
|
+
fromPartial(object: DeepPartial<MsgRegisterCounterparty>): MsgRegisterCounterparty;
|
|
119
102
|
fromAmino(object: MsgRegisterCounterpartyAmino): MsgRegisterCounterparty;
|
|
120
103
|
toAmino(message: MsgRegisterCounterparty): MsgRegisterCounterpartyAmino;
|
|
121
104
|
fromAminoMsg(object: MsgRegisterCounterpartyAminoMsg): MsgRegisterCounterparty;
|
|
@@ -126,9 +109,10 @@ export declare const MsgRegisterCounterparty: {
|
|
|
126
109
|
};
|
|
127
110
|
export declare const MsgRegisterCounterpartyResponse: {
|
|
128
111
|
typeUrl: string;
|
|
112
|
+
aminoType: string;
|
|
129
113
|
encode(_: MsgRegisterCounterpartyResponse, writer?: BinaryWriter): BinaryWriter;
|
|
130
114
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterCounterpartyResponse;
|
|
131
|
-
fromPartial(_:
|
|
115
|
+
fromPartial(_: DeepPartial<MsgRegisterCounterpartyResponse>): MsgRegisterCounterpartyResponse;
|
|
132
116
|
fromAmino(_: MsgRegisterCounterpartyResponseAmino): MsgRegisterCounterpartyResponse;
|
|
133
117
|
toAmino(_: MsgRegisterCounterpartyResponse): MsgRegisterCounterpartyResponseAmino;
|
|
134
118
|
fromAminoMsg(object: MsgRegisterCounterpartyResponseAminoMsg): MsgRegisterCounterpartyResponse;
|
|
@@ -139,9 +123,10 @@ export declare const MsgRegisterCounterpartyResponse: {
|
|
|
139
123
|
};
|
|
140
124
|
export declare const MsgUpdateClientConfig: {
|
|
141
125
|
typeUrl: string;
|
|
126
|
+
aminoType: string;
|
|
142
127
|
encode(message: MsgUpdateClientConfig, writer?: BinaryWriter): BinaryWriter;
|
|
143
128
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientConfig;
|
|
144
|
-
fromPartial(object:
|
|
129
|
+
fromPartial(object: DeepPartial<MsgUpdateClientConfig>): MsgUpdateClientConfig;
|
|
145
130
|
fromAmino(object: MsgUpdateClientConfigAmino): MsgUpdateClientConfig;
|
|
146
131
|
toAmino(message: MsgUpdateClientConfig): MsgUpdateClientConfigAmino;
|
|
147
132
|
fromAminoMsg(object: MsgUpdateClientConfigAminoMsg): MsgUpdateClientConfig;
|
|
@@ -152,9 +137,10 @@ export declare const MsgUpdateClientConfig: {
|
|
|
152
137
|
};
|
|
153
138
|
export declare const MsgUpdateClientConfigResponse: {
|
|
154
139
|
typeUrl: string;
|
|
140
|
+
aminoType: string;
|
|
155
141
|
encode(_: MsgUpdateClientConfigResponse, writer?: BinaryWriter): BinaryWriter;
|
|
156
142
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateClientConfigResponse;
|
|
157
|
-
fromPartial(_:
|
|
143
|
+
fromPartial(_: DeepPartial<MsgUpdateClientConfigResponse>): MsgUpdateClientConfigResponse;
|
|
158
144
|
fromAmino(_: MsgUpdateClientConfigResponseAmino): MsgUpdateClientConfigResponse;
|
|
159
145
|
toAmino(_: MsgUpdateClientConfigResponse): MsgUpdateClientConfigResponseAmino;
|
|
160
146
|
fromAminoMsg(object: MsgUpdateClientConfigResponseAminoMsg): MsgUpdateClientConfigResponse;
|
package/ibc/core/client/v2/tx.js
CHANGED
|
@@ -15,6 +15,7 @@ function createBaseMsgRegisterCounterparty() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.MsgRegisterCounterparty = {
|
|
17
17
|
typeUrl: "/ibc.core.client.v2.MsgRegisterCounterparty",
|
|
18
|
+
aminoType: "cosmos-sdk/MsgRegisterCounterparty",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.clientId !== "") {
|
|
20
21
|
writer.uint32(10).string(message.clientId);
|
|
@@ -118,6 +119,7 @@ function createBaseMsgRegisterCounterpartyResponse() {
|
|
|
118
119
|
}
|
|
119
120
|
exports.MsgRegisterCounterpartyResponse = {
|
|
120
121
|
typeUrl: "/ibc.core.client.v2.MsgRegisterCounterpartyResponse",
|
|
122
|
+
aminoType: "cosmos-sdk/MsgRegisterCounterpartyResponse",
|
|
121
123
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
122
124
|
return writer;
|
|
123
125
|
},
|
|
@@ -178,6 +180,7 @@ function createBaseMsgUpdateClientConfig() {
|
|
|
178
180
|
}
|
|
179
181
|
exports.MsgUpdateClientConfig = {
|
|
180
182
|
typeUrl: "/ibc.core.client.v2.MsgUpdateClientConfig",
|
|
183
|
+
aminoType: "cosmos-sdk/MsgUpdateClientConfig",
|
|
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 createBaseMsgUpdateClientConfigResponse() {
|
|
|
267
270
|
}
|
|
268
271
|
exports.MsgUpdateClientConfigResponse = {
|
|
269
272
|
typeUrl: "/ibc.core.client.v2.MsgUpdateClientConfigResponse",
|
|
273
|
+
aminoType: "cosmos-sdk/MsgUpdateClientConfigResponse",
|
|
270
274
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
271
275
|
return writer;
|
|
272
276
|
},
|
|
@@ -1,36 +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
|
-
registerCounterparty(value: MsgRegisterCounterparty): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
updateClientConfig(value: MsgUpdateClientConfig): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
withTypeUrl: {
|
|
17
|
-
registerCounterparty(value: MsgRegisterCounterparty): {
|
|
18
|
-
typeUrl: string;
|
|
19
|
-
value: MsgRegisterCounterparty;
|
|
20
|
-
};
|
|
21
|
-
updateClientConfig(value: MsgUpdateClientConfig): {
|
|
22
|
-
typeUrl: string;
|
|
23
|
-
value: MsgUpdateClientConfig;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
fromPartial: {
|
|
27
|
-
registerCounterparty(value: MsgRegisterCounterparty): {
|
|
28
|
-
typeUrl: string;
|
|
29
|
-
value: MsgRegisterCounterparty;
|
|
30
|
-
};
|
|
31
|
-
updateClientConfig(value: MsgUpdateClientConfig): {
|
|
32
|
-
typeUrl: string;
|
|
33
|
-
value: MsgUpdateClientConfig;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,55 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/ibc.core.client.v2.MsgRegisterCounterparty", tx_1.MsgRegisterCounterparty], ["/ibc.core.client.v2.MsgUpdateClientConfig", tx_1.MsgUpdateClientConfig]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
registerCounterparty(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/ibc.core.client.v2.MsgRegisterCounterparty",
|
|
17
|
-
value: tx_1.MsgRegisterCounterparty.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
updateClientConfig(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/ibc.core.client.v2.MsgUpdateClientConfig",
|
|
23
|
-
value: tx_1.MsgUpdateClientConfig.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
withTypeUrl: {
|
|
28
|
-
registerCounterparty(value) {
|
|
29
|
-
return {
|
|
30
|
-
typeUrl: "/ibc.core.client.v2.MsgRegisterCounterparty",
|
|
31
|
-
value
|
|
32
|
-
};
|
|
33
|
-
},
|
|
34
|
-
updateClientConfig(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/ibc.core.client.v2.MsgUpdateClientConfig",
|
|
37
|
-
value
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
fromPartial: {
|
|
42
|
-
registerCounterparty(value) {
|
|
43
|
-
return {
|
|
44
|
-
typeUrl: "/ibc.core.client.v2.MsgRegisterCounterparty",
|
|
45
|
-
value: tx_1.MsgRegisterCounterparty.fromPartial(value)
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
updateClientConfig(value) {
|
|
49
|
-
return {
|
|
50
|
-
typeUrl: "/ibc.core.client.v2.MsgUpdateClientConfig",
|
|
51
|
-
value: tx_1.MsgUpdateClientConfig.fromPartial(value)
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../types";
|
|
2
2
|
import { MsgRegisterCounterparty, MsgRegisterCounterpartyResponse, MsgUpdateClientConfig, MsgUpdateClientConfigResponse } from "./tx";
|
|
3
3
|
/** Msg defines the ibc/client/v2 Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -9,7 +9,8 @@ export interface Msg {
|
|
|
9
9
|
}
|
|
10
10
|
export declare class MsgClientImpl implements Msg {
|
|
11
11
|
private readonly rpc;
|
|
12
|
-
constructor(rpc:
|
|
13
|
-
registerCounterparty(request: MsgRegisterCounterparty)
|
|
14
|
-
updateClientConfig(request: MsgUpdateClientConfig)
|
|
12
|
+
constructor(rpc: TxRpc);
|
|
13
|
+
registerCounterparty: (request: MsgRegisterCounterparty) => Promise<MsgRegisterCounterpartyResponse>;
|
|
14
|
+
updateClientConfig: (request: MsgUpdateClientConfig) => Promise<MsgUpdateClientConfigResponse>;
|
|
15
15
|
}
|
|
16
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.registerCounterparty = this.registerCounterparty.bind(this);
|
|
11
|
-
this.updateClientConfig = this.updateClientConfig.bind(this);
|
|
12
10
|
}
|
|
13
|
-
|
|
11
|
+
/* RegisterCounterparty defines a rpc handler method for MsgRegisterCounterparty. */
|
|
12
|
+
registerCounterparty = async (request) => {
|
|
14
13
|
const data = tx_1.MsgRegisterCounterparty.encode(request).finish();
|
|
15
14
|
const promise = this.rpc.request("ibc.core.client.v2.Msg", "RegisterCounterparty", data);
|
|
16
15
|
return promise.then(data => tx_1.MsgRegisterCounterpartyResponse.decode(new binary_1.BinaryReader(data)));
|
|
17
|
-
}
|
|
18
|
-
|
|
16
|
+
};
|
|
17
|
+
/* UpdateClientConfig defines a rpc handler method for MsgUpdateClientConfig. */
|
|
18
|
+
updateClientConfig = async (request) => {
|
|
19
19
|
const data = tx_1.MsgUpdateClientConfig.encode(request).finish();
|
|
20
20
|
const promise = this.rpc.request("ibc.core.client.v2.Msg", "UpdateClientConfig", data);
|
|
21
21
|
return promise.then(data => tx_1.MsgUpdateClientConfigResponse.decode(new binary_1.BinaryReader(data)));
|
|
22
|
-
}
|
|
22
|
+
};
|
|
23
23
|
}
|
|
24
24
|
exports.MsgClientImpl = MsgClientImpl;
|
|
25
|
+
const createClientImpl = (rpc) => {
|
|
26
|
+
return new MsgClientImpl(rpc);
|
|
27
|
+
};
|
|
28
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { CommitmentProof, CommitmentProofAmino
|
|
1
|
+
import { CommitmentProof, CommitmentProofAmino } from "../../../../cosmos/ics23/v1/proofs";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* MerkleRoot defines a merkle root hash.
|
|
5
6
|
* In the Cosmos SDK, the AppHash of a block header becomes the root.
|
|
@@ -22,13 +23,6 @@ export interface MerkleRootAminoMsg {
|
|
|
22
23
|
type: "cosmos-sdk/MerkleRoot";
|
|
23
24
|
value: MerkleRootAmino;
|
|
24
25
|
}
|
|
25
|
-
/**
|
|
26
|
-
* MerkleRoot defines a merkle root hash.
|
|
27
|
-
* In the Cosmos SDK, the AppHash of a block header becomes the root.
|
|
28
|
-
*/
|
|
29
|
-
export interface MerkleRootSDKType {
|
|
30
|
-
hash: Uint8Array;
|
|
31
|
-
}
|
|
32
26
|
/**
|
|
33
27
|
* MerklePrefix is merkle path prefixed to the key.
|
|
34
28
|
* The constructed key from the Path and the key will be append(Path.KeyPath,
|
|
@@ -53,14 +47,6 @@ export interface MerklePrefixAminoMsg {
|
|
|
53
47
|
type: "cosmos-sdk/MerklePrefix";
|
|
54
48
|
value: MerklePrefixAmino;
|
|
55
49
|
}
|
|
56
|
-
/**
|
|
57
|
-
* MerklePrefix is merkle path prefixed to the key.
|
|
58
|
-
* The constructed key from the Path and the key will be append(Path.KeyPath,
|
|
59
|
-
* append(Path.KeyPrefix, key...))
|
|
60
|
-
*/
|
|
61
|
-
export interface MerklePrefixSDKType {
|
|
62
|
-
key_prefix: Uint8Array;
|
|
63
|
-
}
|
|
64
50
|
/**
|
|
65
51
|
* MerkleProof is a wrapper type over a chain of CommitmentProofs.
|
|
66
52
|
* It demonstrates membership or non-membership for an element or set of
|
|
@@ -89,21 +75,12 @@ export interface MerkleProofAminoMsg {
|
|
|
89
75
|
type: "cosmos-sdk/MerkleProof";
|
|
90
76
|
value: MerkleProofAmino;
|
|
91
77
|
}
|
|
92
|
-
/**
|
|
93
|
-
* MerkleProof is a wrapper type over a chain of CommitmentProofs.
|
|
94
|
-
* It demonstrates membership or non-membership for an element or set of
|
|
95
|
-
* elements, verifiable in conjunction with a known commitment root. Proofs
|
|
96
|
-
* should be succinct.
|
|
97
|
-
* MerkleProofs are ordered from leaf-to-root
|
|
98
|
-
*/
|
|
99
|
-
export interface MerkleProofSDKType {
|
|
100
|
-
proofs: CommitmentProofSDKType[];
|
|
101
|
-
}
|
|
102
78
|
export declare const MerkleRoot: {
|
|
103
79
|
typeUrl: string;
|
|
80
|
+
aminoType: string;
|
|
104
81
|
encode(message: MerkleRoot, writer?: BinaryWriter): BinaryWriter;
|
|
105
82
|
decode(input: BinaryReader | Uint8Array, length?: number): MerkleRoot;
|
|
106
|
-
fromPartial(object:
|
|
83
|
+
fromPartial(object: DeepPartial<MerkleRoot>): MerkleRoot;
|
|
107
84
|
fromAmino(object: MerkleRootAmino): MerkleRoot;
|
|
108
85
|
toAmino(message: MerkleRoot): MerkleRootAmino;
|
|
109
86
|
fromAminoMsg(object: MerkleRootAminoMsg): MerkleRoot;
|
|
@@ -114,9 +91,10 @@ export declare const MerkleRoot: {
|
|
|
114
91
|
};
|
|
115
92
|
export declare const MerklePrefix: {
|
|
116
93
|
typeUrl: string;
|
|
94
|
+
aminoType: string;
|
|
117
95
|
encode(message: MerklePrefix, writer?: BinaryWriter): BinaryWriter;
|
|
118
96
|
decode(input: BinaryReader | Uint8Array, length?: number): MerklePrefix;
|
|
119
|
-
fromPartial(object:
|
|
97
|
+
fromPartial(object: DeepPartial<MerklePrefix>): MerklePrefix;
|
|
120
98
|
fromAmino(object: MerklePrefixAmino): MerklePrefix;
|
|
121
99
|
toAmino(message: MerklePrefix): MerklePrefixAmino;
|
|
122
100
|
fromAminoMsg(object: MerklePrefixAminoMsg): MerklePrefix;
|
|
@@ -127,9 +105,10 @@ export declare const MerklePrefix: {
|
|
|
127
105
|
};
|
|
128
106
|
export declare const MerkleProof: {
|
|
129
107
|
typeUrl: string;
|
|
108
|
+
aminoType: string;
|
|
130
109
|
encode(message: MerkleProof, writer?: BinaryWriter): BinaryWriter;
|
|
131
110
|
decode(input: BinaryReader | Uint8Array, length?: number): MerkleProof;
|
|
132
|
-
fromPartial(object:
|
|
111
|
+
fromPartial(object: DeepPartial<MerkleProof>): MerkleProof;
|
|
133
112
|
fromAmino(object: MerkleProofAmino): MerkleProof;
|
|
134
113
|
toAmino(message: MerkleProof): MerkleProofAmino;
|
|
135
114
|
fromAminoMsg(object: MerkleProofAminoMsg): MerkleProof;
|
|
@@ -12,6 +12,7 @@ function createBaseMerkleRoot() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.MerkleRoot = {
|
|
14
14
|
typeUrl: "/ibc.core.commitment.v1.MerkleRoot",
|
|
15
|
+
aminoType: "cosmos-sdk/MerkleRoot",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.hash.length !== 0) {
|
|
17
18
|
writer.uint32(10).bytes(message.hash);
|
|
@@ -81,6 +82,7 @@ function createBaseMerklePrefix() {
|
|
|
81
82
|
}
|
|
82
83
|
exports.MerklePrefix = {
|
|
83
84
|
typeUrl: "/ibc.core.commitment.v1.MerklePrefix",
|
|
85
|
+
aminoType: "cosmos-sdk/MerklePrefix",
|
|
84
86
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
85
87
|
if (message.keyPrefix.length !== 0) {
|
|
86
88
|
writer.uint32(10).bytes(message.keyPrefix);
|
|
@@ -150,6 +152,7 @@ function createBaseMerkleProof() {
|
|
|
150
152
|
}
|
|
151
153
|
exports.MerkleProof = {
|
|
152
154
|
typeUrl: "/ibc.core.commitment.v1.MerkleProof",
|
|
155
|
+
aminoType: "cosmos-sdk/MerkleProof",
|
|
153
156
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
154
157
|
for (const v of message.proofs) {
|
|
155
158
|
proofs_1.CommitmentProof.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* MerklePath is the path used to verify commitment proofs, which can be an
|
|
4
5
|
* arbitrary structured object (defined by a commitment type).
|
|
@@ -79,47 +80,12 @@ export interface MerklePathAminoMsg {
|
|
|
79
80
|
type: "cosmos-sdk/MerklePath";
|
|
80
81
|
value: MerklePathAmino;
|
|
81
82
|
}
|
|
82
|
-
/**
|
|
83
|
-
* MerklePath is the path used to verify commitment proofs, which can be an
|
|
84
|
-
* arbitrary structured object (defined by a commitment type).
|
|
85
|
-
* ICS-23 verification supports membership proofs for nested merkle trees.
|
|
86
|
-
* The ICS-24 standard provable keys MUST be stored in the lowest level tree with an optional prefix.
|
|
87
|
-
* The IC24 provable tree may then be stored in a higher level tree(s) that hash up to the root hash
|
|
88
|
-
* stored in the consensus state of the client.
|
|
89
|
-
* Each element of the path represents the key of a merkle tree from the root to the leaf.
|
|
90
|
-
* The elements of the path before the final element must be the path to the tree that contains
|
|
91
|
-
* the ICS24 provable store. Thus, it should remain constant for all ICS24 proofs.
|
|
92
|
-
* The final element of the path is the key of the leaf in the ICS24 provable store,
|
|
93
|
-
* Thus IBC core will append the ICS24 path to the final element of the MerklePath
|
|
94
|
-
* stored in the counterparty to create the full path to the leaf for proof verification.
|
|
95
|
-
* Examples:
|
|
96
|
-
* Cosmos SDK:
|
|
97
|
-
* The Cosmos SDK commits to a multi-tree where each store is an IAVL tree and all store hashes
|
|
98
|
-
* are hashed in a simple merkle tree to get the final root hash. Thus, the MerklePath in the counterparty
|
|
99
|
-
* MerklePrefix has the following structure: ["ibc", ""]
|
|
100
|
-
* The core IBC handler will append the ICS24 path to the final element of the MerklePath
|
|
101
|
-
* like so: ["ibc", "{packetCommitmentPath}"] which will then be used for final verification.
|
|
102
|
-
* Ethereum:
|
|
103
|
-
* The Ethereum client commits to a single Patricia merkle trie. The ICS24 provable store is managed
|
|
104
|
-
* by the smart contract state. Each smart contract has a specific prefix reserved within the global trie.
|
|
105
|
-
* Thus the MerklePath in the counterparty is the prefix to the smart contract state in the global trie.
|
|
106
|
-
* Since there is only one tree in the commitment structure of ethereum the MerklePath in the counterparty
|
|
107
|
-
* MerklePrefix has the following structure: ["IBCCoreContractAddressStoragePrefix"]
|
|
108
|
-
* The core IBC handler will append the ICS24 path to the final element of the MerklePath
|
|
109
|
-
* like so: ["IBCCoreContractAddressStoragePrefix{packetCommitmentPath}"] which will then be used for final
|
|
110
|
-
* verification. Thus the MerklePath in the counterparty MerklePrefix is the nested key path from the root hash of the
|
|
111
|
-
* consensus state down to the ICS24 provable store. The IBC handler retrieves the counterparty key path to the ICS24
|
|
112
|
-
* provable store from the MerklePath and appends the ICS24 path to get the final key path to the value being verified
|
|
113
|
-
* by the client against the root hash in the client's consensus state.
|
|
114
|
-
*/
|
|
115
|
-
export interface MerklePathSDKType {
|
|
116
|
-
key_path: Uint8Array[];
|
|
117
|
-
}
|
|
118
83
|
export declare const MerklePath: {
|
|
119
84
|
typeUrl: string;
|
|
85
|
+
aminoType: string;
|
|
120
86
|
encode(message: MerklePath, writer?: BinaryWriter): BinaryWriter;
|
|
121
87
|
decode(input: BinaryReader | Uint8Array, length?: number): MerklePath;
|
|
122
|
-
fromPartial(object:
|
|
88
|
+
fromPartial(object: DeepPartial<MerklePath>): MerklePath;
|
|
123
89
|
fromAmino(object: MerklePathAmino): MerklePath;
|
|
124
90
|
toAmino(message: MerklePath): MerklePathAmino;
|
|
125
91
|
fromAminoMsg(object: MerklePathAminoMsg): MerklePath;
|
|
@@ -11,6 +11,7 @@ function createBaseMerklePath() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.MerklePath = {
|
|
13
13
|
typeUrl: "/ibc.core.commitment.v2.MerklePath",
|
|
14
|
+
aminoType: "cosmos-sdk/MerklePath",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
for (const v of message.keyPath) {
|
|
16
17
|
writer.uint32(10).bytes(v);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { MerklePrefix, MerklePrefixAmino
|
|
1
|
+
import { MerklePrefix, MerklePrefixAmino } from "../../commitment/v1/commitment";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/**
|
|
4
5
|
* State defines if a connection is in one of the following states:
|
|
5
6
|
* INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
@@ -18,7 +19,6 @@ export declare enum State {
|
|
|
18
19
|
STATE_OPEN = 3,
|
|
19
20
|
UNRECOGNIZED = -1
|
|
20
21
|
}
|
|
21
|
-
export declare const StateSDKType: typeof State;
|
|
22
22
|
export declare const StateAmino: typeof State;
|
|
23
23
|
export declare function stateFromJSON(object: any): State;
|
|
24
24
|
export declare function stateToJSON(object: State): string;
|
|
@@ -80,19 +80,6 @@ export interface ConnectionEndAminoMsg {
|
|
|
80
80
|
type: "cosmos-sdk/ConnectionEnd";
|
|
81
81
|
value: ConnectionEndAmino;
|
|
82
82
|
}
|
|
83
|
-
/**
|
|
84
|
-
* ConnectionEnd defines a stateful object on a chain connected to another
|
|
85
|
-
* separate one.
|
|
86
|
-
* NOTE: there must only be 2 defined ConnectionEnds to establish
|
|
87
|
-
* a connection between two chains.
|
|
88
|
-
*/
|
|
89
|
-
export interface ConnectionEndSDKType {
|
|
90
|
-
client_id: string;
|
|
91
|
-
versions: VersionSDKType[];
|
|
92
|
-
state: State;
|
|
93
|
-
counterparty: CounterpartySDKType;
|
|
94
|
-
delay_period: bigint;
|
|
95
|
-
}
|
|
96
83
|
/**
|
|
97
84
|
* IdentifiedConnection defines a connection with additional connection
|
|
98
85
|
* identifier field.
|
|
@@ -143,18 +130,6 @@ export interface IdentifiedConnectionAminoMsg {
|
|
|
143
130
|
type: "cosmos-sdk/IdentifiedConnection";
|
|
144
131
|
value: IdentifiedConnectionAmino;
|
|
145
132
|
}
|
|
146
|
-
/**
|
|
147
|
-
* IdentifiedConnection defines a connection with additional connection
|
|
148
|
-
* identifier field.
|
|
149
|
-
*/
|
|
150
|
-
export interface IdentifiedConnectionSDKType {
|
|
151
|
-
id: string;
|
|
152
|
-
client_id: string;
|
|
153
|
-
versions: VersionSDKType[];
|
|
154
|
-
state: State;
|
|
155
|
-
counterparty: CounterpartySDKType;
|
|
156
|
-
delay_period: bigint;
|
|
157
|
-
}
|
|
158
133
|
/** Counterparty defines the counterparty chain associated with a connection end. */
|
|
159
134
|
export interface Counterparty {
|
|
160
135
|
/**
|
|
@@ -193,12 +168,6 @@ export interface CounterpartyAminoMsg {
|
|
|
193
168
|
type: "cosmos-sdk/Counterparty";
|
|
194
169
|
value: CounterpartyAmino;
|
|
195
170
|
}
|
|
196
|
-
/** Counterparty defines the counterparty chain associated with a connection end. */
|
|
197
|
-
export interface CounterpartySDKType {
|
|
198
|
-
client_id: string;
|
|
199
|
-
connection_id: string;
|
|
200
|
-
prefix: MerklePrefixSDKType;
|
|
201
|
-
}
|
|
202
171
|
/** ClientPaths define all the connection paths for a client state. */
|
|
203
172
|
export interface ClientPaths {
|
|
204
173
|
/** list of connection paths */
|
|
@@ -217,10 +186,6 @@ export interface ClientPathsAminoMsg {
|
|
|
217
186
|
type: "cosmos-sdk/ClientPaths";
|
|
218
187
|
value: ClientPathsAmino;
|
|
219
188
|
}
|
|
220
|
-
/** ClientPaths define all the connection paths for a client state. */
|
|
221
|
-
export interface ClientPathsSDKType {
|
|
222
|
-
paths: string[];
|
|
223
|
-
}
|
|
224
189
|
/** ConnectionPaths define all the connection paths for a given client state. */
|
|
225
190
|
export interface ConnectionPaths {
|
|
226
191
|
/** client state unique identifier */
|
|
@@ -243,11 +208,6 @@ export interface ConnectionPathsAminoMsg {
|
|
|
243
208
|
type: "cosmos-sdk/ConnectionPaths";
|
|
244
209
|
value: ConnectionPathsAmino;
|
|
245
210
|
}
|
|
246
|
-
/** ConnectionPaths define all the connection paths for a given client state. */
|
|
247
|
-
export interface ConnectionPathsSDKType {
|
|
248
|
-
client_id: string;
|
|
249
|
-
paths: string[];
|
|
250
|
-
}
|
|
251
211
|
/**
|
|
252
212
|
* Version defines the versioning scheme used to negotiate the IBC version in
|
|
253
213
|
* the connection handshake.
|
|
@@ -276,14 +236,6 @@ export interface VersionAminoMsg {
|
|
|
276
236
|
type: "cosmos-sdk/Version";
|
|
277
237
|
value: VersionAmino;
|
|
278
238
|
}
|
|
279
|
-
/**
|
|
280
|
-
* Version defines the versioning scheme used to negotiate the IBC version in
|
|
281
|
-
* the connection handshake.
|
|
282
|
-
*/
|
|
283
|
-
export interface VersionSDKType {
|
|
284
|
-
identifier: string;
|
|
285
|
-
features: string[];
|
|
286
|
-
}
|
|
287
239
|
/** Params defines the set of Connection parameters. */
|
|
288
240
|
export interface Params {
|
|
289
241
|
/**
|
|
@@ -310,15 +262,12 @@ export interface ParamsAminoMsg {
|
|
|
310
262
|
type: "cosmos-sdk/Params";
|
|
311
263
|
value: ParamsAmino;
|
|
312
264
|
}
|
|
313
|
-
/** Params defines the set of Connection parameters. */
|
|
314
|
-
export interface ParamsSDKType {
|
|
315
|
-
max_expected_time_per_block: bigint;
|
|
316
|
-
}
|
|
317
265
|
export declare const ConnectionEnd: {
|
|
318
266
|
typeUrl: string;
|
|
267
|
+
aminoType: string;
|
|
319
268
|
encode(message: ConnectionEnd, writer?: BinaryWriter): BinaryWriter;
|
|
320
269
|
decode(input: BinaryReader | Uint8Array, length?: number): ConnectionEnd;
|
|
321
|
-
fromPartial(object:
|
|
270
|
+
fromPartial(object: DeepPartial<ConnectionEnd>): ConnectionEnd;
|
|
322
271
|
fromAmino(object: ConnectionEndAmino): ConnectionEnd;
|
|
323
272
|
toAmino(message: ConnectionEnd): ConnectionEndAmino;
|
|
324
273
|
fromAminoMsg(object: ConnectionEndAminoMsg): ConnectionEnd;
|
|
@@ -329,9 +278,10 @@ export declare const ConnectionEnd: {
|
|
|
329
278
|
};
|
|
330
279
|
export declare const IdentifiedConnection: {
|
|
331
280
|
typeUrl: string;
|
|
281
|
+
aminoType: string;
|
|
332
282
|
encode(message: IdentifiedConnection, writer?: BinaryWriter): BinaryWriter;
|
|
333
283
|
decode(input: BinaryReader | Uint8Array, length?: number): IdentifiedConnection;
|
|
334
|
-
fromPartial(object:
|
|
284
|
+
fromPartial(object: DeepPartial<IdentifiedConnection>): IdentifiedConnection;
|
|
335
285
|
fromAmino(object: IdentifiedConnectionAmino): IdentifiedConnection;
|
|
336
286
|
toAmino(message: IdentifiedConnection): IdentifiedConnectionAmino;
|
|
337
287
|
fromAminoMsg(object: IdentifiedConnectionAminoMsg): IdentifiedConnection;
|
|
@@ -342,9 +292,10 @@ export declare const IdentifiedConnection: {
|
|
|
342
292
|
};
|
|
343
293
|
export declare const Counterparty: {
|
|
344
294
|
typeUrl: string;
|
|
295
|
+
aminoType: string;
|
|
345
296
|
encode(message: Counterparty, writer?: BinaryWriter): BinaryWriter;
|
|
346
297
|
decode(input: BinaryReader | Uint8Array, length?: number): Counterparty;
|
|
347
|
-
fromPartial(object:
|
|
298
|
+
fromPartial(object: DeepPartial<Counterparty>): Counterparty;
|
|
348
299
|
fromAmino(object: CounterpartyAmino): Counterparty;
|
|
349
300
|
toAmino(message: Counterparty): CounterpartyAmino;
|
|
350
301
|
fromAminoMsg(object: CounterpartyAminoMsg): Counterparty;
|
|
@@ -355,9 +306,10 @@ export declare const Counterparty: {
|
|
|
355
306
|
};
|
|
356
307
|
export declare const ClientPaths: {
|
|
357
308
|
typeUrl: string;
|
|
309
|
+
aminoType: string;
|
|
358
310
|
encode(message: ClientPaths, writer?: BinaryWriter): BinaryWriter;
|
|
359
311
|
decode(input: BinaryReader | Uint8Array, length?: number): ClientPaths;
|
|
360
|
-
fromPartial(object:
|
|
312
|
+
fromPartial(object: DeepPartial<ClientPaths>): ClientPaths;
|
|
361
313
|
fromAmino(object: ClientPathsAmino): ClientPaths;
|
|
362
314
|
toAmino(message: ClientPaths): ClientPathsAmino;
|
|
363
315
|
fromAminoMsg(object: ClientPathsAminoMsg): ClientPaths;
|
|
@@ -368,9 +320,10 @@ export declare const ClientPaths: {
|
|
|
368
320
|
};
|
|
369
321
|
export declare const ConnectionPaths: {
|
|
370
322
|
typeUrl: string;
|
|
323
|
+
aminoType: string;
|
|
371
324
|
encode(message: ConnectionPaths, writer?: BinaryWriter): BinaryWriter;
|
|
372
325
|
decode(input: BinaryReader | Uint8Array, length?: number): ConnectionPaths;
|
|
373
|
-
fromPartial(object:
|
|
326
|
+
fromPartial(object: DeepPartial<ConnectionPaths>): ConnectionPaths;
|
|
374
327
|
fromAmino(object: ConnectionPathsAmino): ConnectionPaths;
|
|
375
328
|
toAmino(message: ConnectionPaths): ConnectionPathsAmino;
|
|
376
329
|
fromAminoMsg(object: ConnectionPathsAminoMsg): ConnectionPaths;
|
|
@@ -381,9 +334,10 @@ export declare const ConnectionPaths: {
|
|
|
381
334
|
};
|
|
382
335
|
export declare const Version: {
|
|
383
336
|
typeUrl: string;
|
|
337
|
+
aminoType: string;
|
|
384
338
|
encode(message: Version, writer?: BinaryWriter): BinaryWriter;
|
|
385
339
|
decode(input: BinaryReader | Uint8Array, length?: number): Version;
|
|
386
|
-
fromPartial(object:
|
|
340
|
+
fromPartial(object: DeepPartial<Version>): Version;
|
|
387
341
|
fromAmino(object: VersionAmino): Version;
|
|
388
342
|
toAmino(message: Version): VersionAmino;
|
|
389
343
|
fromAminoMsg(object: VersionAminoMsg): Version;
|
|
@@ -394,9 +348,10 @@ export declare const Version: {
|
|
|
394
348
|
};
|
|
395
349
|
export declare const Params: {
|
|
396
350
|
typeUrl: string;
|
|
351
|
+
aminoType: string;
|
|
397
352
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
398
353
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
399
|
-
fromPartial(object:
|
|
354
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
400
355
|
fromAmino(object: ParamsAmino): Params;
|
|
401
356
|
toAmino(message: Params): ParamsAmino;
|
|
402
357
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|