@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
|
@@ -8,19 +8,19 @@ class QueryClientImpl {
|
|
|
8
8
|
rpc;
|
|
9
9
|
constructor(rpc) {
|
|
10
10
|
this.rpc = rpc;
|
|
11
|
-
this.interchainAccount = this.interchainAccount.bind(this);
|
|
12
|
-
this.params = this.params.bind(this);
|
|
13
11
|
}
|
|
14
|
-
|
|
12
|
+
/* InterchainAccount returns the interchain account address for a given owner address on a given connection */
|
|
13
|
+
interchainAccount = async (request) => {
|
|
15
14
|
const data = query_1.QueryInterchainAccountRequest.encode(request).finish();
|
|
16
15
|
const promise = this.rpc.request("ibc.applications.interchain_accounts.controller.v1.Query", "InterchainAccount", data);
|
|
17
16
|
return promise.then(data => query_1.QueryInterchainAccountResponse.decode(new binary_1.BinaryReader(data)));
|
|
18
|
-
}
|
|
19
|
-
|
|
17
|
+
};
|
|
18
|
+
/* Params queries all parameters of the ICA controller submodule. */
|
|
19
|
+
params = async (request = {}) => {
|
|
20
20
|
const data = query_1.QueryParamsRequest.encode(request).finish();
|
|
21
21
|
const promise = this.rpc.request("ibc.applications.interchain_accounts.controller.v1.Query", "Params", data);
|
|
22
22
|
return promise.then(data => query_1.QueryParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
23
|
-
}
|
|
23
|
+
};
|
|
24
24
|
}
|
|
25
25
|
exports.QueryClientImpl = QueryClientImpl;
|
|
26
26
|
const createRpcQueryExtension = (base) => {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Order } from "../../../../core/channel/v1/channel";
|
|
2
|
-
import { InterchainAccountPacketData, InterchainAccountPacketDataAmino
|
|
3
|
-
import { Params, ParamsAmino
|
|
2
|
+
import { InterchainAccountPacketData, InterchainAccountPacketDataAmino } from "../../v1/packet";
|
|
3
|
+
import { Params, ParamsAmino } from "./controller";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
5
6
|
/** MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount */
|
|
6
7
|
export interface MsgRegisterInterchainAccount {
|
|
7
8
|
owner: string;
|
|
@@ -24,13 +25,6 @@ export interface MsgRegisterInterchainAccountAminoMsg {
|
|
|
24
25
|
type: "cosmos-sdk/MsgRegisterInterchainAccount";
|
|
25
26
|
value: MsgRegisterInterchainAccountAmino;
|
|
26
27
|
}
|
|
27
|
-
/** MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount */
|
|
28
|
-
export interface MsgRegisterInterchainAccountSDKType {
|
|
29
|
-
owner: string;
|
|
30
|
-
connection_id: string;
|
|
31
|
-
version: string;
|
|
32
|
-
ordering: Order;
|
|
33
|
-
}
|
|
34
28
|
/** MsgRegisterInterchainAccountResponse defines the response for Msg/RegisterAccount */
|
|
35
29
|
export interface MsgRegisterInterchainAccountResponse {
|
|
36
30
|
channelId: string;
|
|
@@ -49,11 +43,6 @@ export interface MsgRegisterInterchainAccountResponseAminoMsg {
|
|
|
49
43
|
type: "cosmos-sdk/MsgRegisterInterchainAccountResponse";
|
|
50
44
|
value: MsgRegisterInterchainAccountResponseAmino;
|
|
51
45
|
}
|
|
52
|
-
/** MsgRegisterInterchainAccountResponse defines the response for Msg/RegisterAccount */
|
|
53
|
-
export interface MsgRegisterInterchainAccountResponseSDKType {
|
|
54
|
-
channel_id: string;
|
|
55
|
-
port_id: string;
|
|
56
|
-
}
|
|
57
46
|
/** MsgSendTx defines the payload for Msg/SendTx */
|
|
58
47
|
export interface MsgSendTx {
|
|
59
48
|
owner: string;
|
|
@@ -84,13 +73,6 @@ export interface MsgSendTxAminoMsg {
|
|
|
84
73
|
type: "cosmos-sdk/MsgSendTx";
|
|
85
74
|
value: MsgSendTxAmino;
|
|
86
75
|
}
|
|
87
|
-
/** MsgSendTx defines the payload for Msg/SendTx */
|
|
88
|
-
export interface MsgSendTxSDKType {
|
|
89
|
-
owner: string;
|
|
90
|
-
connection_id: string;
|
|
91
|
-
packet_data: InterchainAccountPacketDataSDKType;
|
|
92
|
-
relative_timeout: bigint;
|
|
93
|
-
}
|
|
94
76
|
/** MsgSendTxResponse defines the response for MsgSendTx */
|
|
95
77
|
export interface MsgSendTxResponse {
|
|
96
78
|
sequence: bigint;
|
|
@@ -107,10 +89,6 @@ export interface MsgSendTxResponseAminoMsg {
|
|
|
107
89
|
type: "cosmos-sdk/MsgSendTxResponse";
|
|
108
90
|
value: MsgSendTxResponseAmino;
|
|
109
91
|
}
|
|
110
|
-
/** MsgSendTxResponse defines the response for MsgSendTx */
|
|
111
|
-
export interface MsgSendTxResponseSDKType {
|
|
112
|
-
sequence: bigint;
|
|
113
|
-
}
|
|
114
92
|
/** MsgUpdateParams defines the payload for Msg/UpdateParams */
|
|
115
93
|
export interface MsgUpdateParams {
|
|
116
94
|
/** signer address */
|
|
@@ -141,11 +119,6 @@ export interface MsgUpdateParamsAminoMsg {
|
|
|
141
119
|
type: "cosmos-sdk/MsgUpdateParams";
|
|
142
120
|
value: MsgUpdateParamsAmino;
|
|
143
121
|
}
|
|
144
|
-
/** MsgUpdateParams defines the payload for Msg/UpdateParams */
|
|
145
|
-
export interface MsgUpdateParamsSDKType {
|
|
146
|
-
signer: string;
|
|
147
|
-
params: ParamsSDKType;
|
|
148
|
-
}
|
|
149
122
|
/** MsgUpdateParamsResponse defines the response for Msg/UpdateParams */
|
|
150
123
|
export interface MsgUpdateParamsResponse {
|
|
151
124
|
}
|
|
@@ -160,14 +133,12 @@ export interface MsgUpdateParamsResponseAminoMsg {
|
|
|
160
133
|
type: "cosmos-sdk/MsgUpdateParamsResponse";
|
|
161
134
|
value: MsgUpdateParamsResponseAmino;
|
|
162
135
|
}
|
|
163
|
-
/** MsgUpdateParamsResponse defines the response for Msg/UpdateParams */
|
|
164
|
-
export interface MsgUpdateParamsResponseSDKType {
|
|
165
|
-
}
|
|
166
136
|
export declare const MsgRegisterInterchainAccount: {
|
|
167
137
|
typeUrl: string;
|
|
138
|
+
aminoType: string;
|
|
168
139
|
encode(message: MsgRegisterInterchainAccount, writer?: BinaryWriter): BinaryWriter;
|
|
169
140
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterInterchainAccount;
|
|
170
|
-
fromPartial(object:
|
|
141
|
+
fromPartial(object: DeepPartial<MsgRegisterInterchainAccount>): MsgRegisterInterchainAccount;
|
|
171
142
|
fromAmino(object: MsgRegisterInterchainAccountAmino): MsgRegisterInterchainAccount;
|
|
172
143
|
toAmino(message: MsgRegisterInterchainAccount): MsgRegisterInterchainAccountAmino;
|
|
173
144
|
fromAminoMsg(object: MsgRegisterInterchainAccountAminoMsg): MsgRegisterInterchainAccount;
|
|
@@ -178,9 +149,10 @@ export declare const MsgRegisterInterchainAccount: {
|
|
|
178
149
|
};
|
|
179
150
|
export declare const MsgRegisterInterchainAccountResponse: {
|
|
180
151
|
typeUrl: string;
|
|
152
|
+
aminoType: string;
|
|
181
153
|
encode(message: MsgRegisterInterchainAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
182
154
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterInterchainAccountResponse;
|
|
183
|
-
fromPartial(object:
|
|
155
|
+
fromPartial(object: DeepPartial<MsgRegisterInterchainAccountResponse>): MsgRegisterInterchainAccountResponse;
|
|
184
156
|
fromAmino(object: MsgRegisterInterchainAccountResponseAmino): MsgRegisterInterchainAccountResponse;
|
|
185
157
|
toAmino(message: MsgRegisterInterchainAccountResponse): MsgRegisterInterchainAccountResponseAmino;
|
|
186
158
|
fromAminoMsg(object: MsgRegisterInterchainAccountResponseAminoMsg): MsgRegisterInterchainAccountResponse;
|
|
@@ -191,9 +163,10 @@ export declare const MsgRegisterInterchainAccountResponse: {
|
|
|
191
163
|
};
|
|
192
164
|
export declare const MsgSendTx: {
|
|
193
165
|
typeUrl: string;
|
|
166
|
+
aminoType: string;
|
|
194
167
|
encode(message: MsgSendTx, writer?: BinaryWriter): BinaryWriter;
|
|
195
168
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendTx;
|
|
196
|
-
fromPartial(object:
|
|
169
|
+
fromPartial(object: DeepPartial<MsgSendTx>): MsgSendTx;
|
|
197
170
|
fromAmino(object: MsgSendTxAmino): MsgSendTx;
|
|
198
171
|
toAmino(message: MsgSendTx): MsgSendTxAmino;
|
|
199
172
|
fromAminoMsg(object: MsgSendTxAminoMsg): MsgSendTx;
|
|
@@ -204,9 +177,10 @@ export declare const MsgSendTx: {
|
|
|
204
177
|
};
|
|
205
178
|
export declare const MsgSendTxResponse: {
|
|
206
179
|
typeUrl: string;
|
|
180
|
+
aminoType: string;
|
|
207
181
|
encode(message: MsgSendTxResponse, writer?: BinaryWriter): BinaryWriter;
|
|
208
182
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgSendTxResponse;
|
|
209
|
-
fromPartial(object:
|
|
183
|
+
fromPartial(object: DeepPartial<MsgSendTxResponse>): MsgSendTxResponse;
|
|
210
184
|
fromAmino(object: MsgSendTxResponseAmino): MsgSendTxResponse;
|
|
211
185
|
toAmino(message: MsgSendTxResponse): MsgSendTxResponseAmino;
|
|
212
186
|
fromAminoMsg(object: MsgSendTxResponseAminoMsg): MsgSendTxResponse;
|
|
@@ -217,9 +191,10 @@ export declare const MsgSendTxResponse: {
|
|
|
217
191
|
};
|
|
218
192
|
export declare const MsgUpdateParams: {
|
|
219
193
|
typeUrl: string;
|
|
194
|
+
aminoType: string;
|
|
220
195
|
encode(message: MsgUpdateParams, writer?: BinaryWriter): BinaryWriter;
|
|
221
196
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParams;
|
|
222
|
-
fromPartial(object:
|
|
197
|
+
fromPartial(object: DeepPartial<MsgUpdateParams>): MsgUpdateParams;
|
|
223
198
|
fromAmino(object: MsgUpdateParamsAmino): MsgUpdateParams;
|
|
224
199
|
toAmino(message: MsgUpdateParams): MsgUpdateParamsAmino;
|
|
225
200
|
fromAminoMsg(object: MsgUpdateParamsAminoMsg): MsgUpdateParams;
|
|
@@ -230,9 +205,10 @@ export declare const MsgUpdateParams: {
|
|
|
230
205
|
};
|
|
231
206
|
export declare const MsgUpdateParamsResponse: {
|
|
232
207
|
typeUrl: string;
|
|
208
|
+
aminoType: string;
|
|
233
209
|
encode(_: MsgUpdateParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
234
210
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateParamsResponse;
|
|
235
|
-
fromPartial(_:
|
|
211
|
+
fromPartial(_: DeepPartial<MsgUpdateParamsResponse>): MsgUpdateParamsResponse;
|
|
236
212
|
fromAmino(_: MsgUpdateParamsResponseAmino): MsgUpdateParamsResponse;
|
|
237
213
|
toAmino(_: MsgUpdateParamsResponse): MsgUpdateParamsResponseAmino;
|
|
238
214
|
fromAminoMsg(object: MsgUpdateParamsResponseAminoMsg): MsgUpdateParamsResponse;
|
|
@@ -14,6 +14,7 @@ function createBaseMsgRegisterInterchainAccount() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.MsgRegisterInterchainAccount = {
|
|
16
16
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount",
|
|
17
|
+
aminoType: "cosmos-sdk/MsgRegisterInterchainAccount",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
if (message.owner !== "") {
|
|
19
20
|
writer.uint32(10).string(message.owner);
|
|
@@ -117,6 +118,7 @@ function createBaseMsgRegisterInterchainAccountResponse() {
|
|
|
117
118
|
}
|
|
118
119
|
exports.MsgRegisterInterchainAccountResponse = {
|
|
119
120
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccountResponse",
|
|
121
|
+
aminoType: "cosmos-sdk/MsgRegisterInterchainAccountResponse",
|
|
120
122
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
121
123
|
if (message.channelId !== "") {
|
|
122
124
|
writer.uint32(10).string(message.channelId);
|
|
@@ -200,6 +202,7 @@ function createBaseMsgSendTx() {
|
|
|
200
202
|
}
|
|
201
203
|
exports.MsgSendTx = {
|
|
202
204
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgSendTx",
|
|
205
|
+
aminoType: "cosmos-sdk/MsgSendTx",
|
|
203
206
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
204
207
|
if (message.owner !== "") {
|
|
205
208
|
writer.uint32(10).string(message.owner);
|
|
@@ -302,6 +305,7 @@ function createBaseMsgSendTxResponse() {
|
|
|
302
305
|
}
|
|
303
306
|
exports.MsgSendTxResponse = {
|
|
304
307
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgSendTxResponse",
|
|
308
|
+
aminoType: "cosmos-sdk/MsgSendTxResponse",
|
|
305
309
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
306
310
|
if (message.sequence !== BigInt(0)) {
|
|
307
311
|
writer.uint32(8).uint64(message.sequence);
|
|
@@ -372,6 +376,7 @@ function createBaseMsgUpdateParams() {
|
|
|
372
376
|
}
|
|
373
377
|
exports.MsgUpdateParams = {
|
|
374
378
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParams",
|
|
379
|
+
aminoType: "cosmos-sdk/MsgUpdateParams",
|
|
375
380
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
376
381
|
if (message.signer !== "") {
|
|
377
382
|
writer.uint32(10).string(message.signer);
|
|
@@ -450,6 +455,7 @@ function createBaseMsgUpdateParamsResponse() {
|
|
|
450
455
|
}
|
|
451
456
|
exports.MsgUpdateParamsResponse = {
|
|
452
457
|
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParamsResponse",
|
|
458
|
+
aminoType: "cosmos-sdk/MsgUpdateParamsResponse",
|
|
453
459
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
454
460
|
return writer;
|
|
455
461
|
},
|
|
@@ -1,48 +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
|
-
registerInterchainAccount(value: MsgRegisterInterchainAccount): {
|
|
8
|
-
typeUrl: string;
|
|
9
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
10
|
-
};
|
|
11
|
-
sendTx(value: MsgSendTx): {
|
|
12
|
-
typeUrl: string;
|
|
13
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
14
|
-
};
|
|
15
|
-
updateParams(value: MsgUpdateParams): {
|
|
16
|
-
typeUrl: string;
|
|
17
|
-
value: Uint8Array<ArrayBufferLike>;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
withTypeUrl: {
|
|
21
|
-
registerInterchainAccount(value: MsgRegisterInterchainAccount): {
|
|
22
|
-
typeUrl: string;
|
|
23
|
-
value: MsgRegisterInterchainAccount;
|
|
24
|
-
};
|
|
25
|
-
sendTx(value: MsgSendTx): {
|
|
26
|
-
typeUrl: string;
|
|
27
|
-
value: MsgSendTx;
|
|
28
|
-
};
|
|
29
|
-
updateParams(value: MsgUpdateParams): {
|
|
30
|
-
typeUrl: string;
|
|
31
|
-
value: MsgUpdateParams;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
fromPartial: {
|
|
35
|
-
registerInterchainAccount(value: MsgRegisterInterchainAccount): {
|
|
36
|
-
typeUrl: string;
|
|
37
|
-
value: MsgRegisterInterchainAccount;
|
|
38
|
-
};
|
|
39
|
-
sendTx(value: MsgSendTx): {
|
|
40
|
-
typeUrl: string;
|
|
41
|
-
value: MsgSendTx;
|
|
42
|
-
};
|
|
43
|
-
updateParams(value: MsgUpdateParams): {
|
|
44
|
-
typeUrl: string;
|
|
45
|
-
value: MsgUpdateParams;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../../../types";
|
|
2
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
@@ -1,73 +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.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount", tx_1.MsgRegisterInterchainAccount], ["/ibc.applications.interchain_accounts.controller.v1.MsgSendTx", tx_1.MsgSendTx], ["/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
registerInterchainAccount(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount",
|
|
17
|
-
value: tx_1.MsgRegisterInterchainAccount.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
sendTx(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgSendTx",
|
|
23
|
-
value: tx_1.MsgSendTx.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
updateParams(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParams",
|
|
29
|
-
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
withTypeUrl: {
|
|
34
|
-
registerInterchainAccount(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount",
|
|
37
|
-
value
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
sendTx(value) {
|
|
41
|
-
return {
|
|
42
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgSendTx",
|
|
43
|
-
value
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
updateParams(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParams",
|
|
49
|
-
value
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
fromPartial: {
|
|
54
|
-
registerInterchainAccount(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount",
|
|
57
|
-
value: tx_1.MsgRegisterInterchainAccount.fromPartial(value)
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
sendTx(value) {
|
|
61
|
-
return {
|
|
62
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgSendTx",
|
|
63
|
-
value: tx_1.MsgSendTx.fromPartial(value)
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
updateParams(value) {
|
|
67
|
-
return {
|
|
68
|
-
typeUrl: "/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParams",
|
|
69
|
-
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../../../types";
|
|
2
2
|
import { MsgRegisterInterchainAccount, MsgRegisterInterchainAccountResponse, MsgSendTx, MsgSendTxResponse, MsgUpdateParams, MsgUpdateParamsResponse } from "./tx";
|
|
3
3
|
/** Msg defines the 27-interchain-accounts/controller Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -11,8 +11,9 @@ export interface Msg {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class MsgClientImpl implements Msg {
|
|
13
13
|
private readonly rpc;
|
|
14
|
-
constructor(rpc:
|
|
15
|
-
registerInterchainAccount(request: MsgRegisterInterchainAccount)
|
|
16
|
-
sendTx(request: MsgSendTx)
|
|
17
|
-
updateParams(request: MsgUpdateParams)
|
|
14
|
+
constructor(rpc: TxRpc);
|
|
15
|
+
registerInterchainAccount: (request: MsgRegisterInterchainAccount) => Promise<MsgRegisterInterchainAccountResponse>;
|
|
16
|
+
sendTx: (request: MsgSendTx) => Promise<MsgSendTxResponse>;
|
|
17
|
+
updateParams: (request: MsgUpdateParams) => Promise<MsgUpdateParamsResponse>;
|
|
18
18
|
}
|
|
19
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,30 +1,34 @@
|
|
|
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.registerInterchainAccount = this.registerInterchainAccount.bind(this);
|
|
11
|
-
this.sendTx = this.sendTx.bind(this);
|
|
12
|
-
this.updateParams = this.updateParams.bind(this);
|
|
13
10
|
}
|
|
14
|
-
|
|
11
|
+
/* RegisterInterchainAccount defines a rpc handler for MsgRegisterInterchainAccount. */
|
|
12
|
+
registerInterchainAccount = async (request) => {
|
|
15
13
|
const data = tx_1.MsgRegisterInterchainAccount.encode(request).finish();
|
|
16
14
|
const promise = this.rpc.request("ibc.applications.interchain_accounts.controller.v1.Msg", "RegisterInterchainAccount", data);
|
|
17
15
|
return promise.then(data => tx_1.MsgRegisterInterchainAccountResponse.decode(new binary_1.BinaryReader(data)));
|
|
18
|
-
}
|
|
19
|
-
|
|
16
|
+
};
|
|
17
|
+
/* SendTx defines a rpc handler for MsgSendTx. */
|
|
18
|
+
sendTx = async (request) => {
|
|
20
19
|
const data = tx_1.MsgSendTx.encode(request).finish();
|
|
21
20
|
const promise = this.rpc.request("ibc.applications.interchain_accounts.controller.v1.Msg", "SendTx", data);
|
|
22
21
|
return promise.then(data => tx_1.MsgSendTxResponse.decode(new binary_1.BinaryReader(data)));
|
|
23
|
-
}
|
|
24
|
-
|
|
22
|
+
};
|
|
23
|
+
/* UpdateParams defines a rpc handler for MsgUpdateParams. */
|
|
24
|
+
updateParams = async (request) => {
|
|
25
25
|
const data = tx_1.MsgUpdateParams.encode(request).finish();
|
|
26
26
|
const promise = this.rpc.request("ibc.applications.interchain_accounts.controller.v1.Msg", "UpdateParams", data);
|
|
27
27
|
return promise.then(data => tx_1.MsgUpdateParamsResponse.decode(new binary_1.BinaryReader(data)));
|
|
28
|
-
}
|
|
28
|
+
};
|
|
29
29
|
}
|
|
30
30
|
exports.MsgClientImpl = MsgClientImpl;
|
|
31
|
+
const createClientImpl = (rpc) => {
|
|
32
|
+
return new MsgClientImpl(rpc);
|
|
33
|
+
};
|
|
34
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Params as Params1 } from "../../controller/v1/controller";
|
|
2
2
|
import { ParamsAmino as Params1Amino } from "../../controller/v1/controller";
|
|
3
|
-
import { ParamsSDKType as Params1SDKType } from "../../controller/v1/controller";
|
|
4
3
|
import { Params as Params2 } from "../../host/v1/host";
|
|
5
4
|
import { ParamsAmino as Params2Amino } from "../../host/v1/host";
|
|
6
|
-
import { ParamsSDKType as Params2SDKType } from "../../host/v1/host";
|
|
7
5
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
8
7
|
/** GenesisState defines the interchain accounts genesis state */
|
|
9
8
|
export interface GenesisState {
|
|
10
9
|
controllerGenesisState: ControllerGenesisState;
|
|
@@ -23,11 +22,6 @@ export interface GenesisStateAminoMsg {
|
|
|
23
22
|
type: "cosmos-sdk/GenesisState";
|
|
24
23
|
value: GenesisStateAmino;
|
|
25
24
|
}
|
|
26
|
-
/** GenesisState defines the interchain accounts genesis state */
|
|
27
|
-
export interface GenesisStateSDKType {
|
|
28
|
-
controller_genesis_state: ControllerGenesisStateSDKType;
|
|
29
|
-
host_genesis_state: HostGenesisStateSDKType;
|
|
30
|
-
}
|
|
31
25
|
/** ControllerGenesisState defines the interchain accounts controller genesis state */
|
|
32
26
|
export interface ControllerGenesisState {
|
|
33
27
|
activeChannels: ActiveChannel[];
|
|
@@ -50,13 +44,6 @@ export interface ControllerGenesisStateAminoMsg {
|
|
|
50
44
|
type: "cosmos-sdk/ControllerGenesisState";
|
|
51
45
|
value: ControllerGenesisStateAmino;
|
|
52
46
|
}
|
|
53
|
-
/** ControllerGenesisState defines the interchain accounts controller genesis state */
|
|
54
|
-
export interface ControllerGenesisStateSDKType {
|
|
55
|
-
active_channels: ActiveChannelSDKType[];
|
|
56
|
-
interchain_accounts: RegisteredInterchainAccountSDKType[];
|
|
57
|
-
ports: string[];
|
|
58
|
-
params: Params1SDKType;
|
|
59
|
-
}
|
|
60
47
|
/** HostGenesisState defines the interchain accounts host genesis state */
|
|
61
48
|
export interface HostGenesisState {
|
|
62
49
|
activeChannels: ActiveChannel[];
|
|
@@ -79,13 +66,6 @@ export interface HostGenesisStateAminoMsg {
|
|
|
79
66
|
type: "cosmos-sdk/HostGenesisState";
|
|
80
67
|
value: HostGenesisStateAmino;
|
|
81
68
|
}
|
|
82
|
-
/** HostGenesisState defines the interchain accounts host genesis state */
|
|
83
|
-
export interface HostGenesisStateSDKType {
|
|
84
|
-
active_channels: ActiveChannelSDKType[];
|
|
85
|
-
interchain_accounts: RegisteredInterchainAccountSDKType[];
|
|
86
|
-
port: string;
|
|
87
|
-
params: Params2SDKType;
|
|
88
|
-
}
|
|
89
69
|
/**
|
|
90
70
|
* ActiveChannel contains a connection ID, port ID and associated active channel ID, as well as a boolean flag to
|
|
91
71
|
* indicate if the channel is middleware enabled
|
|
@@ -114,16 +94,6 @@ export interface ActiveChannelAminoMsg {
|
|
|
114
94
|
type: "cosmos-sdk/ActiveChannel";
|
|
115
95
|
value: ActiveChannelAmino;
|
|
116
96
|
}
|
|
117
|
-
/**
|
|
118
|
-
* ActiveChannel contains a connection ID, port ID and associated active channel ID, as well as a boolean flag to
|
|
119
|
-
* indicate if the channel is middleware enabled
|
|
120
|
-
*/
|
|
121
|
-
export interface ActiveChannelSDKType {
|
|
122
|
-
connection_id: string;
|
|
123
|
-
port_id: string;
|
|
124
|
-
channel_id: string;
|
|
125
|
-
is_middleware_enabled: boolean;
|
|
126
|
-
}
|
|
127
97
|
/** RegisteredInterchainAccount contains a connection ID, port ID and associated interchain account address */
|
|
128
98
|
export interface RegisteredInterchainAccount {
|
|
129
99
|
connectionId: string;
|
|
@@ -144,17 +114,12 @@ export interface RegisteredInterchainAccountAminoMsg {
|
|
|
144
114
|
type: "cosmos-sdk/RegisteredInterchainAccount";
|
|
145
115
|
value: RegisteredInterchainAccountAmino;
|
|
146
116
|
}
|
|
147
|
-
/** RegisteredInterchainAccount contains a connection ID, port ID and associated interchain account address */
|
|
148
|
-
export interface RegisteredInterchainAccountSDKType {
|
|
149
|
-
connection_id: string;
|
|
150
|
-
port_id: string;
|
|
151
|
-
account_address: string;
|
|
152
|
-
}
|
|
153
117
|
export declare const GenesisState: {
|
|
154
118
|
typeUrl: string;
|
|
119
|
+
aminoType: string;
|
|
155
120
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
156
121
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
157
|
-
fromPartial(object:
|
|
122
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
158
123
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
159
124
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
160
125
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -165,9 +130,10 @@ export declare const GenesisState: {
|
|
|
165
130
|
};
|
|
166
131
|
export declare const ControllerGenesisState: {
|
|
167
132
|
typeUrl: string;
|
|
133
|
+
aminoType: string;
|
|
168
134
|
encode(message: ControllerGenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
169
135
|
decode(input: BinaryReader | Uint8Array, length?: number): ControllerGenesisState;
|
|
170
|
-
fromPartial(object:
|
|
136
|
+
fromPartial(object: DeepPartial<ControllerGenesisState>): ControllerGenesisState;
|
|
171
137
|
fromAmino(object: ControllerGenesisStateAmino): ControllerGenesisState;
|
|
172
138
|
toAmino(message: ControllerGenesisState): ControllerGenesisStateAmino;
|
|
173
139
|
fromAminoMsg(object: ControllerGenesisStateAminoMsg): ControllerGenesisState;
|
|
@@ -178,9 +144,10 @@ export declare const ControllerGenesisState: {
|
|
|
178
144
|
};
|
|
179
145
|
export declare const HostGenesisState: {
|
|
180
146
|
typeUrl: string;
|
|
147
|
+
aminoType: string;
|
|
181
148
|
encode(message: HostGenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
182
149
|
decode(input: BinaryReader | Uint8Array, length?: number): HostGenesisState;
|
|
183
|
-
fromPartial(object:
|
|
150
|
+
fromPartial(object: DeepPartial<HostGenesisState>): HostGenesisState;
|
|
184
151
|
fromAmino(object: HostGenesisStateAmino): HostGenesisState;
|
|
185
152
|
toAmino(message: HostGenesisState): HostGenesisStateAmino;
|
|
186
153
|
fromAminoMsg(object: HostGenesisStateAminoMsg): HostGenesisState;
|
|
@@ -191,9 +158,10 @@ export declare const HostGenesisState: {
|
|
|
191
158
|
};
|
|
192
159
|
export declare const ActiveChannel: {
|
|
193
160
|
typeUrl: string;
|
|
161
|
+
aminoType: string;
|
|
194
162
|
encode(message: ActiveChannel, writer?: BinaryWriter): BinaryWriter;
|
|
195
163
|
decode(input: BinaryReader | Uint8Array, length?: number): ActiveChannel;
|
|
196
|
-
fromPartial(object:
|
|
164
|
+
fromPartial(object: DeepPartial<ActiveChannel>): ActiveChannel;
|
|
197
165
|
fromAmino(object: ActiveChannelAmino): ActiveChannel;
|
|
198
166
|
toAmino(message: ActiveChannel): ActiveChannelAmino;
|
|
199
167
|
fromAminoMsg(object: ActiveChannelAminoMsg): ActiveChannel;
|
|
@@ -204,9 +172,10 @@ export declare const ActiveChannel: {
|
|
|
204
172
|
};
|
|
205
173
|
export declare const RegisteredInterchainAccount: {
|
|
206
174
|
typeUrl: string;
|
|
175
|
+
aminoType: string;
|
|
207
176
|
encode(message: RegisteredInterchainAccount, writer?: BinaryWriter): BinaryWriter;
|
|
208
177
|
decode(input: BinaryReader | Uint8Array, length?: number): RegisteredInterchainAccount;
|
|
209
|
-
fromPartial(object:
|
|
178
|
+
fromPartial(object: DeepPartial<RegisteredInterchainAccount>): RegisteredInterchainAccount;
|
|
210
179
|
fromAmino(object: RegisteredInterchainAccountAmino): RegisteredInterchainAccount;
|
|
211
180
|
toAmino(message: RegisteredInterchainAccount): RegisteredInterchainAccountAmino;
|
|
212
181
|
fromAminoMsg(object: RegisteredInterchainAccountAminoMsg): RegisteredInterchainAccount;
|
|
@@ -13,6 +13,7 @@ function createBaseGenesisState() {
|
|
|
13
13
|
}
|
|
14
14
|
exports.GenesisState = {
|
|
15
15
|
typeUrl: "/ibc.applications.interchain_accounts.genesis.v1.GenesisState",
|
|
16
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
16
17
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
17
18
|
if (message.controllerGenesisState !== undefined) {
|
|
18
19
|
exports.ControllerGenesisState.encode(message.controllerGenesisState, writer.uint32(10).fork()).ldelim();
|
|
@@ -96,6 +97,7 @@ function createBaseControllerGenesisState() {
|
|
|
96
97
|
}
|
|
97
98
|
exports.ControllerGenesisState = {
|
|
98
99
|
typeUrl: "/ibc.applications.interchain_accounts.genesis.v1.ControllerGenesisState",
|
|
100
|
+
aminoType: "cosmos-sdk/ControllerGenesisState",
|
|
99
101
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
100
102
|
for (const v of message.activeChannels) {
|
|
101
103
|
exports.ActiveChannel.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -210,6 +212,7 @@ function createBaseHostGenesisState() {
|
|
|
210
212
|
}
|
|
211
213
|
exports.HostGenesisState = {
|
|
212
214
|
typeUrl: "/ibc.applications.interchain_accounts.genesis.v1.HostGenesisState",
|
|
215
|
+
aminoType: "cosmos-sdk/HostGenesisState",
|
|
213
216
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
214
217
|
for (const v of message.activeChannels) {
|
|
215
218
|
exports.ActiveChannel.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -321,6 +324,7 @@ function createBaseActiveChannel() {
|
|
|
321
324
|
}
|
|
322
325
|
exports.ActiveChannel = {
|
|
323
326
|
typeUrl: "/ibc.applications.interchain_accounts.genesis.v1.ActiveChannel",
|
|
327
|
+
aminoType: "cosmos-sdk/ActiveChannel",
|
|
324
328
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
325
329
|
if (message.connectionId !== "") {
|
|
326
330
|
writer.uint32(10).string(message.connectionId);
|
|
@@ -425,6 +429,7 @@ function createBaseRegisteredInterchainAccount() {
|
|
|
425
429
|
}
|
|
426
430
|
exports.RegisteredInterchainAccount = {
|
|
427
431
|
typeUrl: "/ibc.applications.interchain_accounts.genesis.v1.RegisteredInterchainAccount",
|
|
432
|
+
aminoType: "cosmos-sdk/RegisteredInterchainAccount",
|
|
428
433
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
429
434
|
if (message.connectionId !== "") {
|
|
430
435
|
writer.uint32(10).string(message.connectionId);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* Params defines the set of on-chain interchain accounts parameters.
|
|
4
5
|
* The following parameters may be used to disable the host submodule.
|
|
@@ -27,14 +28,6 @@ export interface ParamsAminoMsg {
|
|
|
27
28
|
type: "cosmos-sdk/Params";
|
|
28
29
|
value: ParamsAmino;
|
|
29
30
|
}
|
|
30
|
-
/**
|
|
31
|
-
* Params defines the set of on-chain interchain accounts parameters.
|
|
32
|
-
* The following parameters may be used to disable the host submodule.
|
|
33
|
-
*/
|
|
34
|
-
export interface ParamsSDKType {
|
|
35
|
-
host_enabled: boolean;
|
|
36
|
-
allow_messages: string[];
|
|
37
|
-
}
|
|
38
31
|
/**
|
|
39
32
|
* QueryRequest defines the parameters for a particular query request
|
|
40
33
|
* by an interchain account.
|
|
@@ -75,19 +68,12 @@ export interface QueryRequestAminoMsg {
|
|
|
75
68
|
type: "cosmos-sdk/QueryRequest";
|
|
76
69
|
value: QueryRequestAmino;
|
|
77
70
|
}
|
|
78
|
-
/**
|
|
79
|
-
* QueryRequest defines the parameters for a particular query request
|
|
80
|
-
* by an interchain account.
|
|
81
|
-
*/
|
|
82
|
-
export interface QueryRequestSDKType {
|
|
83
|
-
path: string;
|
|
84
|
-
data: Uint8Array;
|
|
85
|
-
}
|
|
86
71
|
export declare const Params: {
|
|
87
72
|
typeUrl: string;
|
|
73
|
+
aminoType: string;
|
|
88
74
|
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
89
75
|
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
90
|
-
fromPartial(object:
|
|
76
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
|
91
77
|
fromAmino(object: ParamsAmino): Params;
|
|
92
78
|
toAmino(message: Params): ParamsAmino;
|
|
93
79
|
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
@@ -98,9 +84,10 @@ export declare const Params: {
|
|
|
98
84
|
};
|
|
99
85
|
export declare const QueryRequest: {
|
|
100
86
|
typeUrl: string;
|
|
87
|
+
aminoType: string;
|
|
101
88
|
encode(message: QueryRequest, writer?: BinaryWriter): BinaryWriter;
|
|
102
89
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryRequest;
|
|
103
|
-
fromPartial(object:
|
|
90
|
+
fromPartial(object: DeepPartial<QueryRequest>): QueryRequest;
|
|
104
91
|
fromAmino(object: QueryRequestAmino): QueryRequest;
|
|
105
92
|
toAmino(message: QueryRequest): QueryRequestAmino;
|
|
106
93
|
fromAminoMsg(object: QueryRequestAminoMsg): QueryRequest;
|
|
@@ -12,6 +12,7 @@ function createBaseParams() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.Params = {
|
|
14
14
|
typeUrl: "/ibc.applications.interchain_accounts.host.v1.Params",
|
|
15
|
+
aminoType: "cosmos-sdk/Params",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.hostEnabled === true) {
|
|
17
18
|
writer.uint32(8).bool(message.hostEnabled);
|
|
@@ -96,6 +97,7 @@ function createBaseQueryRequest() {
|
|
|
96
97
|
}
|
|
97
98
|
exports.QueryRequest = {
|
|
98
99
|
typeUrl: "/ibc.applications.interchain_accounts.host.v1.QueryRequest",
|
|
100
|
+
aminoType: "cosmos-sdk/QueryRequest",
|
|
99
101
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
100
102
|
if (message.path !== "") {
|
|
101
103
|
writer.uint32(10).string(message.path);
|